mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
9f2c8f0928
Bring over the ES and Less implementation from ooui-js and rename to fit it into the VE hierarchy, but don't make any other substantial changes. Inlines the wikimediaui-themed styles, ignoring apex styles, and hardcodes the Less constants. Bug: T310865 Change-Id: Id43dafdf11c5df0d7d78112e5f62a8599bdbc879
85 lines
1.3 KiB
JSON
85 lines
1.3 KiB
JSON
[
|
|
{
|
|
"name": "VisualEditor (MediaWiki extension)",
|
|
"groups": [
|
|
{
|
|
"name": "Initialization",
|
|
"classes": [
|
|
"mw.libs.ve*",
|
|
"ve.init.mw*"
|
|
]
|
|
},
|
|
{
|
|
"name": "Switching",
|
|
"classes": [
|
|
"mw.libs.ve.SwitchConfirmDialog",
|
|
"mw.libs.ve.MWEditMode*Tool"
|
|
]
|
|
},
|
|
{
|
|
"name": "User Interface",
|
|
"classes": [
|
|
"ve.ui.MWAriaDescribe",
|
|
"ve.ui.MW*Layout",
|
|
"ve.ui.MW*Page",
|
|
"ve.ui.MW*Window"
|
|
]
|
|
},
|
|
{
|
|
"name": "Visual Diffing",
|
|
"classes": [
|
|
"ve.dm.VisualDiff",
|
|
"ve.DiffMatchPatch",
|
|
"ve.DiffTreeNode",
|
|
"ve.ui.DiffDialog",
|
|
"ve.ui.DiffElement"
|
|
]
|
|
},
|
|
{
|
|
"name": "Data Model",
|
|
"classes": [
|
|
"ve.dm.MW*Surface",
|
|
"ve.dm.MW*SurfaceFragment"
|
|
]
|
|
},
|
|
{
|
|
"name": "ContentEditable",
|
|
"classes": [
|
|
"ve.ce.MW*Surface"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "VisualEditor (core) unused parts",
|
|
"groups": [
|
|
{
|
|
"name": "Standalone",
|
|
"classes": [
|
|
"ve.init.sa*"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Upstream (MediaWiki)",
|
|
"groups": [
|
|
{
|
|
"name": "MediaWiki",
|
|
"classes": [
|
|
"mw.Api",
|
|
"mw.Message",
|
|
"mw.Title",
|
|
"mw.widgets.*Widget"
|
|
]
|
|
},
|
|
{
|
|
"name": "MobileFrontend",
|
|
"classes": [
|
|
"VisualEditorOverlay"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|