amis 1.9.0-beta.12 → 1.9.0-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Schema.d.ts +4 -2
- package/lib/Schema.js.map +1 -1
- package/lib/SchemaRenderer.d.ts +2 -2
- package/lib/SchemaRenderer.js +3 -3
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/actions/Action.d.ts +8 -6
- package/lib/actions/Action.js.map +2 -2
- package/lib/actions/AjaxAction.d.ts +10 -7
- package/lib/actions/AjaxAction.js +27 -21
- package/lib/actions/AjaxAction.js.map +2 -2
- package/lib/actions/BreakAction.d.ts +2 -2
- package/lib/actions/BreakAction.js.map +1 -1
- package/lib/actions/BroadcastAction.d.ts +3 -3
- package/lib/actions/BroadcastAction.js +3 -2
- package/lib/actions/BroadcastAction.js.map +2 -2
- package/lib/actions/CmptAction.d.ts +2 -2
- package/lib/actions/CmptAction.js +7 -9
- package/lib/actions/CmptAction.js.map +2 -2
- package/lib/actions/ContinueAction.d.ts +2 -2
- package/lib/actions/ContinueAction.js.map +1 -1
- package/lib/actions/CopyAction.d.ts +7 -4
- package/lib/actions/CopyAction.js +8 -6
- package/lib/actions/CopyAction.js.map +2 -2
- package/lib/actions/CustomAction.d.ts +2 -2
- package/lib/actions/CustomAction.js.map +1 -1
- package/lib/actions/DialogAction.d.ts +14 -8
- package/lib/actions/DialogAction.js +6 -6
- package/lib/actions/DialogAction.js.map +2 -2
- package/lib/actions/DrawerAction.d.ts +3 -3
- package/lib/actions/DrawerAction.js.map +1 -1
- package/lib/actions/EmailAction.d.ts +10 -7
- package/lib/actions/EmailAction.js +4 -5
- package/lib/actions/EmailAction.js.map +2 -2
- package/lib/actions/LinkAction.d.ts +19 -11
- package/lib/actions/LinkAction.js +6 -5
- package/lib/actions/LinkAction.js.map +2 -2
- package/lib/actions/LoopAction.d.ts +6 -3
- package/lib/actions/LoopAction.js +22 -20
- package/lib/actions/LoopAction.js.map +2 -2
- package/lib/actions/PageAction.d.ts +8 -5
- package/lib/actions/PageAction.js +3 -2
- package/lib/actions/PageAction.js.map +2 -2
- package/lib/actions/ParallelAction.d.ts +2 -2
- package/lib/actions/ParallelAction.js.map +1 -1
- package/lib/actions/SwitchAction.d.ts +2 -2
- package/lib/actions/SwitchAction.js.map +1 -1
- package/lib/actions/ToastAction.d.ts +2 -2
- package/lib/actions/ToastAction.js +6 -4
- package/lib/actions/ToastAction.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Pagination.d.ts +1175 -0
- package/lib/components/Pagination.js +274 -0
- package/lib/components/Pagination.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +1 -0
- package/lib/components/PickerContainer.js +3 -2
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/Rating.js +11 -9
- package/lib/components/Rating.js.map +2 -2
- package/lib/components/Select.js +3 -3
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Tag.d.ts +148 -0
- package/lib/components/Tag.js +96 -0
- package/lib/components/Tag.js.map +13 -0
- package/lib/components/TooltipWrapper.d.ts +25 -21
- package/lib/components/TooltipWrapper.js +11 -1
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +85 -84
- package/lib/components/TransferDropDown.js +2 -2
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/formula/VariableList.d.ts +1 -0
- package/lib/components/formula/VariableList.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +4 -1
- package/lib/components/index.js +7 -1
- package/lib/components/index.js.map +2 -2
- package/lib/components/schema-editor/Array.d.ts +11 -0
- package/lib/components/schema-editor/Array.js +66 -0
- package/lib/components/schema-editor/Array.js.map +13 -0
- package/lib/components/schema-editor/Common.d.ts +29 -0
- package/lib/components/schema-editor/Common.js +69 -0
- package/lib/components/schema-editor/Common.js.map +13 -0
- package/lib/components/schema-editor/Item.d.ts +9 -0
- package/lib/components/schema-editor/Item.js +31 -0
- package/lib/components/schema-editor/Item.js.map +13 -0
- package/lib/components/schema-editor/Object.d.ts +44 -0
- package/lib/components/schema-editor/Object.js +191 -0
- package/lib/components/schema-editor/Object.js.map +13 -0
- package/lib/components/schema-editor/SchemaVariableList.d.ts +316 -0
- package/lib/components/schema-editor/SchemaVariableList.js +74 -0
- package/lib/components/schema-editor/SchemaVariableList.js.map +13 -0
- package/lib/components/schema-editor/SchemaVariableListPicker.d.ts +305 -0
- package/lib/components/schema-editor/SchemaVariableListPicker.js +32 -0
- package/lib/components/schema-editor/SchemaVariableListPicker.js.map +13 -0
- package/lib/components/schema-editor/index.d.ts +520 -0
- package/lib/components/schema-editor/index.js +118 -0
- package/lib/components/schema-editor/index.js.map +13 -0
- package/lib/components/table/Cell.d.ts +930 -0
- package/lib/components/table/Cell.js +36 -0
- package/lib/components/table/Cell.js.map +13 -0
- package/lib/components/table/HeadCellDropDown.d.ts +514 -0
- package/lib/components/table/HeadCellDropDown.js +52 -0
- package/lib/components/table/HeadCellDropDown.js.map +13 -0
- package/lib/components/table/HeadCellFilter.d.ts +771 -0
- package/lib/components/table/HeadCellFilter.js +106 -0
- package/lib/components/table/HeadCellFilter.js.map +13 -0
- package/lib/components/table/HeadCellSelect.d.ts +672 -0
- package/lib/components/table/HeadCellSelect.js +46 -0
- package/lib/components/table/HeadCellSelect.js.map +13 -0
- package/lib/components/table/HeadCellSort.d.ts +498 -0
- package/lib/components/table/HeadCellSort.js +67 -0
- package/lib/components/table/HeadCellSort.js.map +13 -0
- package/lib/components/table/index.d.ts +1355 -0
- package/lib/components/table/index.js +1095 -0
- package/lib/components/table/index.js.map +13 -0
- package/lib/env.d.ts +2 -4
- package/lib/env.js.map +2 -2
- package/lib/factory.js +0 -95
- package/lib/factory.js.map +2 -2
- package/lib/icons/dot.js +11 -0
- package/lib/index.d.ts +6 -1
- package/lib/index.js +9 -2
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +18 -1
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +18 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +20 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.js +0 -2
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Carousel.d.ts +5 -1
- package/lib/renderers/Carousel.js +18 -5
- package/lib/renderers/Carousel.js.map +2 -2
- package/lib/renderers/Form/ButtonGroupSelect.d.ts +2 -0
- package/lib/renderers/Form/ButtonGroupSelect.js +7 -0
- package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
- package/lib/renderers/Form/Checkbox.js +3 -4
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.d.ts +2 -1
- package/lib/renderers/Form/Checkboxes.js +19 -14
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/Combo.js +23 -4
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +126 -18
- package/lib/renderers/Form/Editor.d.ts +412 -112
- package/lib/renderers/Form/Editor.js +10 -1
- package/lib/renderers/Form/Editor.js.map +2 -2
- package/lib/renderers/Form/InputExcel.js +6 -1
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +1 -2
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputTree.js +1 -1
- package/lib/renderers/Form/InputTree.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +0 -6
- package/lib/renderers/Form/JSONSchemaEditor.d.ts +41 -0
- package/lib/renderers/Form/JSONSchemaEditor.js +33 -0
- package/lib/renderers/Form/JSONSchemaEditor.js.map +13 -0
- package/lib/renderers/Form/ListSelect.d.ts +2 -0
- package/lib/renderers/Form/ListSelect.js +7 -0
- package/lib/renderers/Form/ListSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +1 -0
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.js +12 -1
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransfer.d.ts +1 -1
- package/lib/renderers/Form/TabsTransfer.js +2 -2
- package/lib/renderers/Form/TabsTransfer.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +4 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +10 -5
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Pagination.d.ts +49 -30
- package/lib/renderers/Pagination.js +3 -132
- package/lib/renderers/Pagination.js.map +2 -2
- package/lib/renderers/Table/HeadCellSearchDropdown.js +0 -1
- package/lib/renderers/Table/HeadCellSearchDropdown.js.map +2 -2
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.d.ts +29 -0
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +158 -0
- package/lib/renderers/Table-v2/HeadCellSearchDropdown.js.map +13 -0
- package/lib/renderers/Table-v2/TableCell.d.ts +6 -0
- package/lib/renderers/Table-v2/TableCell.js +28 -0
- package/lib/renderers/Table-v2/TableCell.js.map +13 -0
- package/lib/renderers/Table-v2/index.d.ts +256 -0
- package/lib/renderers/Table-v2/index.js +548 -0
- package/lib/renderers/Table-v2/index.js.map +13 -0
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Tag.d.ts +66 -0
- package/lib/renderers/Tag.js +53 -0
- package/lib/renderers/Tag.js.map +13 -0
- package/lib/renderers/Wizard.js +3 -3
- package/lib/renderers/Wizard.js.map +2 -2
- package/lib/schemaExtend.js +24 -30
- package/lib/schemaExtend.js.map +2 -2
- package/lib/store/combo.d.ts +140 -20
- package/lib/store/form.d.ts +56 -8
- package/lib/store/formItem.d.ts +3 -1
- package/lib/store/formItem.js +3 -1
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/index.js +2 -0
- package/lib/store/index.js.map +2 -2
- package/lib/store/table-v2.d.ts +308 -0
- package/lib/store/table-v2.js +452 -0
- package/lib/store/table-v2.js.map +13 -0
- package/lib/store/table.d.ts +112 -16
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +1686 -120
- package/lib/themes/ang.css +1807 -208
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1667 -101
- package/lib/themes/antd.css +1789 -201
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1662 -97
- package/lib/themes/cxd.css +1983 -394
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1667 -101
- package/lib/themes/dark.css +1789 -201
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +1662 -97
- package/lib/themes/default.css +1983 -394
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/DataSchema.d.ts +25 -0
- package/lib/utils/DataSchema.js +104 -0
- package/lib/utils/DataSchema.js.map +13 -0
- package/lib/utils/DataScope.d.ts +23 -0
- package/lib/utils/DataScope.js +140 -0
- package/lib/utils/DataScope.js.map +13 -0
- package/lib/utils/handleAction.js +1 -1
- package/lib/utils/handleAction.js.map +2 -2
- package/lib/utils/renderer-event.d.ts +8 -2
- package/lib/utils/renderer-event.js +102 -1
- package/lib/utils/renderer-event.js.map +2 -2
- package/package.json +3 -2
- package/schema.json +1476 -469
- package/scss/_properties.scss +69 -0
- package/scss/components/_button.scss +37 -39
- package/scss/components/_context-menu.scss +3 -18
- package/scss/components/_json-schema-editor.scss +126 -0
- package/scss/components/_pagination.scss +104 -23
- package/scss/components/_result-box.scss +2 -2
- package/scss/components/_table-v2.scss +912 -0
- package/scss/components/_tag.scss +177 -0
- package/scss/components/form/_selection.scss +1 -14
- package/scss/components/form/_text.scss +1 -1
- package/scss/themes/_antd-variables.scss +0 -13
- package/scss/themes/_common.scss +3 -0
- package/scss/themes/_cxd-variables.scss +7 -17
- package/scss/themes/_dark-variables.scss +0 -13
- package/scss/themes/cxd.scss +1 -1
- package/sdk/ang-ie11.css +2240 -227
- package/sdk/ang.css +2905 -859
- package/sdk/antd-ie11.css +2233 -220
- package/sdk/antd.css +2905 -870
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +2223 -211
- package/sdk/cxd.css +2911 -875
- package/sdk/dark-ie11.css +2233 -220
- package/sdk/dark.css +2905 -870
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +18 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +2223 -211
- package/sdk/sdk.css +2911 -875
- package/sdk/sdk.js +1326 -1270
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +7 -0
- package/src/SchemaRenderer.tsx +4 -5
- package/src/actions/Action.ts +7 -6
- package/src/actions/AjaxAction.ts +33 -24
- package/src/actions/BreakAction.ts +2 -2
- package/src/actions/BroadcastAction.ts +6 -5
- package/src/actions/CmptAction.ts +5 -6
- package/src/actions/ContinueAction.ts +2 -2
- package/src/actions/CopyAction.ts +14 -8
- package/src/actions/CustomAction.ts +2 -2
- package/src/actions/DialogAction.ts +16 -10
- package/src/actions/DrawerAction.ts +3 -3
- package/src/actions/EmailAction.ts +12 -12
- package/src/actions/LinkAction.ts +34 -14
- package/src/actions/LoopAction.ts +13 -8
- package/src/actions/PageAction.ts +9 -6
- package/src/actions/ParallelAction.ts +2 -2
- package/src/actions/SwitchAction.ts +2 -2
- package/src/actions/ToastAction.ts +9 -5
- package/src/components/InputBox.tsx +1 -0
- package/src/components/Pagination.tsx +446 -0
- package/src/components/PickerContainer.tsx +8 -5
- package/src/components/Rating.tsx +16 -9
- package/src/components/Select.tsx +3 -3
- package/src/components/Tag.tsx +179 -0
- package/src/components/TooltipWrapper.tsx +14 -1
- package/src/components/TransferDropDown.tsx +3 -0
- package/src/components/formula/VariableList.tsx +1 -0
- package/src/components/icons.tsx +2 -0
- package/src/components/index.tsx +7 -1
- package/src/components/schema-editor/Array.tsx +95 -0
- package/src/components/schema-editor/Common.tsx +138 -0
- package/src/components/schema-editor/Item.tsx +36 -0
- package/src/components/schema-editor/Object.tsx +299 -0
- package/src/components/schema-editor/SchemaVariableList.tsx +97 -0
- package/src/components/schema-editor/SchemaVariableListPicker.tsx +66 -0
- package/src/components/schema-editor/index.tsx +211 -0
- package/src/components/table/Cell.tsx +70 -0
- package/src/components/table/HeadCellDropDown.tsx +115 -0
- package/src/components/table/HeadCellFilter.tsx +193 -0
- package/src/components/table/HeadCellSelect.tsx +86 -0
- package/src/components/table/HeadCellSort.tsx +102 -0
- package/src/components/table/index.tsx +1681 -0
- package/src/env.tsx +7 -14
- package/src/factory.tsx +3 -106
- package/src/icons/dot.svg +11 -0
- package/src/index.tsx +8 -1
- package/src/locale/de-DE.ts +18 -1
- package/src/locale/en-US.ts +18 -1
- package/src/locale/zh-CN.ts +20 -1
- package/src/renderers/Action.tsx +1 -1
- package/src/renderers/Carousel.tsx +21 -6
- package/src/renderers/Form/ButtonGroupSelect.tsx +10 -1
- package/src/renderers/Form/Checkbox.tsx +4 -4
- package/src/renderers/Form/Checkboxes.tsx +31 -25
- package/src/renderers/Form/Combo.tsx +20 -4
- package/src/renderers/Form/Editor.tsx +15 -1
- package/src/renderers/Form/InputExcel.tsx +6 -1
- package/src/renderers/Form/InputFile.tsx +1 -2
- package/src/renderers/Form/InputTree.tsx +1 -1
- package/src/renderers/Form/JSONSchemaEditor.tsx +67 -0
- package/src/renderers/Form/ListSelect.tsx +9 -1
- package/src/renderers/Form/Options.tsx +1 -1
- package/src/renderers/Form/Select.tsx +7 -0
- package/src/renderers/Form/TabsTransfer.tsx +2 -2
- package/src/renderers/Form/TreeSelect.tsx +8 -1
- package/src/renderers/Form/wrapControl.tsx +11 -5
- package/src/renderers/Pagination.tsx +65 -253
- package/src/renderers/Table/HeadCellSearchDropdown.tsx +0 -1
- package/src/renderers/Table-v2/HeadCellSearchDropdown.tsx +244 -0
- package/src/renderers/Table-v2/TableCell.tsx +19 -0
- package/src/renderers/Table-v2/index.tsx +1140 -0
- package/src/renderers/Tabs.tsx +1 -1
- package/src/renderers/Tag.tsx +128 -0
- package/src/renderers/Wizard.tsx +3 -3
- package/src/schemaExtend.ts +24 -28
- package/src/store/formItem.ts +5 -1
- package/src/store/index.ts +2 -0
- package/src/store/table-v2.ts +646 -0
- package/src/store/table.ts +1 -1
- package/src/utils/DataSchema.ts +131 -0
- package/src/utils/DataScope.ts +190 -0
- package/src/utils/handleAction.ts +1 -1
- package/src/utils/renderer-event.ts +113 -2
package/schema.json
CHANGED
@@ -1257,14 +1257,6 @@
|
|
1257
1257
|
"type": {
|
1258
1258
|
"type": "string",
|
1259
1259
|
"const": "pagination"
|
1260
|
-
},
|
1261
|
-
"mode": {
|
1262
|
-
"type": "string",
|
1263
|
-
"enum": [
|
1264
|
-
"simple",
|
1265
|
-
"normal"
|
1266
|
-
],
|
1267
|
-
"description": "模式,默认显示多个分页数字,如果只想简单显示可以配置成 `simple`。"
|
1268
1260
|
}
|
1269
1261
|
}
|
1270
1262
|
},
|
@@ -1450,6 +1442,20 @@
|
|
1450
1442
|
"$ref": "#/definitions/TableSchema"
|
1451
1443
|
}
|
1452
1444
|
},
|
1445
|
+
{
|
1446
|
+
"if": {
|
1447
|
+
"properties": {
|
1448
|
+
"type": {
|
1449
|
+
"type": "string",
|
1450
|
+
"const": "table-v2",
|
1451
|
+
"description": "指定为表格类型"
|
1452
|
+
}
|
1453
|
+
}
|
1454
|
+
},
|
1455
|
+
"then": {
|
1456
|
+
"$ref": "#/definitions/TableSchemaV2"
|
1457
|
+
}
|
1458
|
+
},
|
1453
1459
|
{
|
1454
1460
|
"if": {
|
1455
1461
|
"properties": {
|
@@ -2486,6 +2492,29 @@
|
|
2486
2492
|
"$ref": "#/definitions/ListControlSchema"
|
2487
2493
|
}
|
2488
2494
|
},
|
2495
|
+
{
|
2496
|
+
"if": {
|
2497
|
+
"properties": {
|
2498
|
+
"type": {
|
2499
|
+
"type": "string",
|
2500
|
+
"const": "json-schema-editor",
|
2501
|
+
"description": "指定为 JSON Schema Editor"
|
2502
|
+
},
|
2503
|
+
"mode": {
|
2504
|
+
"type": "string",
|
2505
|
+
"enum": [
|
2506
|
+
"normal",
|
2507
|
+
"inline",
|
2508
|
+
"horizontal"
|
2509
|
+
],
|
2510
|
+
"description": "配置当前表单项展示模式"
|
2511
|
+
}
|
2512
|
+
}
|
2513
|
+
},
|
2514
|
+
"then": {
|
2515
|
+
"$ref": "#/definitions/JSONSchemaEditorControlSchema"
|
2516
|
+
}
|
2517
|
+
},
|
2489
2518
|
{
|
2490
2519
|
"if": {
|
2491
2520
|
"properties": {
|
@@ -5954,6 +5983,7 @@
|
|
5954
5983
|
"static-image",
|
5955
5984
|
"images",
|
5956
5985
|
"static-images",
|
5986
|
+
"json-schema-editor",
|
5957
5987
|
"json",
|
5958
5988
|
"static-json",
|
5959
5989
|
"link",
|
@@ -5984,6 +6014,7 @@
|
|
5984
6014
|
"switch",
|
5985
6015
|
"table",
|
5986
6016
|
"static-table",
|
6017
|
+
"table-v2",
|
5987
6018
|
"tabs",
|
5988
6019
|
"html",
|
5989
6020
|
"tpl",
|
@@ -6101,6 +6132,7 @@
|
|
6101
6132
|
"table-view",
|
6102
6133
|
"portlet",
|
6103
6134
|
"grid-nav",
|
6135
|
+
"tag",
|
6104
6136
|
"native-date",
|
6105
6137
|
"native-time",
|
6106
6138
|
"native-number",
|
@@ -16109,14 +16141,14 @@
|
|
16109
16141
|
},
|
16110
16142
|
"clipPath": {
|
16111
16143
|
"$ref": "#/definitions/Property.ClipPath",
|
16112
|
-
"description": "The
|
16144
|
+
"description": "The **`clip-path`** CSS property creates a clipping region that sets what part of an element should be shown. Parts that are inside the region are shown, while those outside are hidden.\n\n**Syntax**: `<clip-source> | [ <basic-shape> || <geometry-box> ] | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **55** | **3.5** | **9.1** | **12** | **10** | | 23 _-x-_ | | 7 _-x-_ | | |"
|
16113
16145
|
},
|
16114
16146
|
"clipRule": {
|
16115
16147
|
"$ref": "#/definitions/Property.ClipRule"
|
16116
16148
|
},
|
16117
16149
|
"color": {
|
16118
16150
|
"$ref": "#/definitions/Property.Color",
|
16119
|
-
"description": "The **`color`** CSS property sets the foreground color value of an element's text and text decorations, and sets the `<currentcolor>` value. `currentcolor` may be used as an indirect value on _other_ properties and is the default for other color properties, such as `border-color`.\n\n**Syntax**: `<color>`\n\n**Initial value**:
|
16151
|
+
"description": "The **`color`** CSS property sets the foreground color value of an element's text and text decorations, and sets the `<currentcolor>` value. `currentcolor` may be used as an indirect value on _other_ properties and is the default for other color properties, such as `border-color`.\n\n**Syntax**: `<color>`\n\n**Initial value**: `canvastext`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **3** |"
|
16120
16152
|
},
|
16121
16153
|
"colorInterpolation": {
|
16122
16154
|
"$ref": "#/definitions/Property.ColorInterpolation"
|
@@ -16126,7 +16158,7 @@
|
|
16126
16158
|
},
|
16127
16159
|
"cursor": {
|
16128
16160
|
"$ref": "#/definitions/Property.Cursor",
|
16129
|
-
"description": "The **`cursor`** CSS property sets the
|
16161
|
+
"description": "The **`cursor`** CSS property sets the mouse cursor, if any, to show when the mouse pointer is over an element.\n\n**Syntax**: `[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing ] ]`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :---: | | **1** | **1** | **1.2** | **12** | **4** |"
|
16130
16162
|
},
|
16131
16163
|
"direction": {
|
16132
16164
|
"$ref": "#/definitions/Property.Direction",
|
@@ -16168,7 +16200,7 @@
|
|
16168
16200
|
},
|
16169
16201
|
"fontSize": {
|
16170
16202
|
"$ref": "#/definitions/Property.FontSize%3C(string%7Cnumber)%3E",
|
16171
|
-
"description": "The **`font-size`** CSS property sets the size of the font. Changing the font size also updates the sizes of the font size-relative `<length>` units, such as
|
16203
|
+
"description": "The **`font-size`** CSS property sets the size of the font. Changing the font size also updates the sizes of the font size-relative `<length>` units, such as `em`, `ex`, and so forth.\n\n**Syntax**: `<absolute-size> | <relative-size> | <length-percentage>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-----: | | **1** | **1** | **1** | **12** | **5.5** |"
|
16172
16204
|
},
|
16173
16205
|
"fontSizeAdjust": {
|
16174
16206
|
"$ref": "#/definitions/Property.FontSizeAdjust",
|
@@ -16226,7 +16258,7 @@
|
|
16226
16258
|
},
|
16227
16259
|
"opacity": {
|
16228
16260
|
"$ref": "#/definitions/Property.Opacity",
|
16229
|
-
"description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `1
|
16261
|
+
"description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `1`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **2** | **12** | **9** |"
|
16230
16262
|
},
|
16231
16263
|
"overflow": {
|
16232
16264
|
"$ref": "#/definitions/Property.Overflow",
|
@@ -16337,16 +16369,12 @@
|
|
16337
16369
|
},
|
16338
16370
|
"boxOrient": {
|
16339
16371
|
"$ref": "#/definitions/Property.BoxOrient",
|
16340
|
-
"description": "
|
16372
|
+
"description": "The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically.\n\n**Syntax**: `horizontal | vertical | inline-axis | block-axis | inherit`\n\n**Initial value**: `inline-axis` (`horizontal` in XUL)"
|
16341
16373
|
},
|
16342
16374
|
"boxPack": {
|
16343
16375
|
"$ref": "#/definitions/Property.BoxPack",
|
16344
16376
|
"description": "The **`-moz-box-pack`** and **`-webkit-box-pack`** CSS properties specify how a `-moz-box` or `-webkit-box` packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box.\n\n**Syntax**: `start | center | end | justify`\n\n**Initial value**: `start`"
|
16345
16377
|
},
|
16346
|
-
"fontVariantAlternates": {
|
16347
|
-
"$ref": "#/definitions/Property.FontVariantAlternates",
|
16348
|
-
"description": "The **`font-variant-alternates`** CSS property controls the usage of alternate glyphs. These alternate glyphs may be referenced by alternative names defined in `@font-feature-values`.\n\n**Syntax**: `normal | [ stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) ]`\n\n**Initial value**: `normal`"
|
16349
|
-
},
|
16350
16378
|
"gridColumnGap": {
|
16351
16379
|
"$ref": "#/definitions/Property.GridColumnGap%3C(string%7Cnumber)%3E",
|
16352
16380
|
"description": "The **`column-gap`** CSS property sets the size of the gap (gutter) between an element's columns.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`"
|
@@ -16365,7 +16393,7 @@
|
|
16365
16393
|
},
|
16366
16394
|
"offsetBlock": {
|
16367
16395
|
"$ref": "#/definitions/Property.InsetBlock%3C(string%7Cnumber)%3E",
|
16368
|
-
"description": "The **`inset-
|
16396
|
+
"description": "The **`inset-block`** CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>{1,2}`\n\n**Initial value**: `auto`"
|
16369
16397
|
},
|
16370
16398
|
"offsetBlockEnd": {
|
16371
16399
|
"$ref": "#/definitions/Property.InsetBlockEnd%3C(string%7Cnumber)%3E",
|
@@ -16441,7 +16469,7 @@
|
|
16441
16469
|
},
|
16442
16470
|
"KhtmlBoxOrient": {
|
16443
16471
|
"$ref": "#/definitions/Property.BoxOrient",
|
16444
|
-
"description": "
|
16472
|
+
"description": "The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically.\n\n**Syntax**: `horizontal | vertical | inline-axis | block-axis | inherit`\n\n**Initial value**: `inline-axis` (`horizontal` in XUL)"
|
16445
16473
|
},
|
16446
16474
|
"KhtmlBoxPack": {
|
16447
16475
|
"$ref": "#/definitions/Property.BoxPack",
|
@@ -16453,11 +16481,11 @@
|
|
16453
16481
|
},
|
16454
16482
|
"KhtmlOpacity": {
|
16455
16483
|
"$ref": "#/definitions/Property.Opacity",
|
16456
|
-
"description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `1
|
16484
|
+
"description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `1`"
|
16457
16485
|
},
|
16458
16486
|
"KhtmlUserSelect": {
|
16459
16487
|
"$ref": "#/definitions/Property.UserSelect",
|
16460
|
-
"description": "The
|
16488
|
+
"description": "The **`user-select`** CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.\n\n**Syntax**: `auto | text | none | contain | all`\n\n**Initial value**: `auto`"
|
16461
16489
|
},
|
16462
16490
|
"MozBackgroundClip": {
|
16463
16491
|
"$ref": "#/definitions/Property.BackgroundClip",
|
@@ -16517,7 +16545,7 @@
|
|
16517
16545
|
},
|
16518
16546
|
"MozBoxOrient": {
|
16519
16547
|
"$ref": "#/definitions/Property.BoxOrient",
|
16520
|
-
"description": "
|
16548
|
+
"description": "The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically.\n\n**Syntax**: `horizontal | vertical | inline-axis | block-axis | inherit`\n\n**Initial value**: `inline-axis` (`horizontal` in XUL)"
|
16521
16549
|
},
|
16522
16550
|
"MozBoxPack": {
|
16523
16551
|
"$ref": "#/definitions/Property.BoxPack",
|
@@ -16537,7 +16565,7 @@
|
|
16537
16565
|
},
|
16538
16566
|
"MozOpacity": {
|
16539
16567
|
"$ref": "#/definitions/Property.Opacity",
|
16540
|
-
"description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `1
|
16568
|
+
"description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `1`"
|
16541
16569
|
},
|
16542
16570
|
"MozOutline": {
|
16543
16571
|
"$ref": "#/definitions/Property.Outline%3C(string%7Cnumber)%3E",
|
@@ -16717,7 +16745,7 @@
|
|
16717
16745
|
},
|
16718
16746
|
"WebkitBoxOrient": {
|
16719
16747
|
"$ref": "#/definitions/Property.BoxOrient",
|
16720
|
-
"description": "
|
16748
|
+
"description": "The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically.\n\n**Syntax**: `horizontal | vertical | inline-axis | block-axis | inherit`\n\n**Initial value**: `inline-axis` (`horizontal` in XUL)"
|
16721
16749
|
},
|
16722
16750
|
"WebkitBoxPack": {
|
16723
16751
|
"$ref": "#/definitions/Property.BoxPack",
|
@@ -16741,7 +16769,7 @@
|
|
16741
16769
|
},
|
16742
16770
|
"MozColumnRule": {
|
16743
16771
|
"$ref": "#/definitions/Property.ColumnRule%3C(string%7Cnumber)%3E",
|
16744
|
-
"description": "The **`column-rule`**
|
16772
|
+
"description": "The **`column-rule`** shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.\n\n**Syntax**: `<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>`"
|
16745
16773
|
},
|
16746
16774
|
"MozColumns": {
|
16747
16775
|
"$ref": "#/definitions/Property.Columns%3C(string%7Cnumber)%3E",
|
@@ -16797,7 +16825,7 @@
|
|
16797
16825
|
},
|
16798
16826
|
"WebkitColumnRule": {
|
16799
16827
|
"$ref": "#/definitions/Property.ColumnRule%3C(string%7Cnumber)%3E",
|
16800
|
-
"description": "The **`column-rule`**
|
16828
|
+
"description": "The **`column-rule`** shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.\n\n**Syntax**: `<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>`"
|
16801
16829
|
},
|
16802
16830
|
"WebkitColumns": {
|
16803
16831
|
"$ref": "#/definitions/Property.Columns%3C(string%7Cnumber)%3E",
|
@@ -16865,7 +16893,7 @@
|
|
16865
16893
|
},
|
16866
16894
|
"MozAppearance": {
|
16867
16895
|
"$ref": "#/definitions/Property.MozAppearance",
|
16868
|
-
"description": "The `**
|
16896
|
+
"description": "The **`appearance`** CSS property is used to display an element using platform-native styling, based on the operating system's theme. The **`-moz-appearance`** and **`-webkit-appearance`** properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support **`-webkit-appearance`**, for compatibility reasons.\n\n**Syntax**: `none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized`\n\n**Initial value**: `none` (but this value is overridden in the user agent CSS)"
|
16869
16897
|
},
|
16870
16898
|
"MozBackfaceVisibility": {
|
16871
16899
|
"$ref": "#/definitions/Property.BackfaceVisibility",
|
@@ -16941,7 +16969,7 @@
|
|
16941
16969
|
},
|
16942
16970
|
"MozContextProperties": {
|
16943
16971
|
"$ref": "#/definitions/Property.MozContextProperties",
|
16944
|
-
"description": "The
|
16972
|
+
"description": "The **`-moz-context-properties`** property can be used within privileged contexts in Firefox to share the values of specified properties of the element with a child SVG image.\n\n**Syntax**: `none | [ fill | fill-opacity | stroke | stroke-opacity ]#`\n\n**Initial value**: `none`"
|
16945
16973
|
},
|
16946
16974
|
"MozFontFeatureSettings": {
|
16947
16975
|
"$ref": "#/definitions/Property.FontFeatureSettings",
|
@@ -17037,11 +17065,11 @@
|
|
17037
17065
|
},
|
17038
17066
|
"MozUserModify": {
|
17039
17067
|
"$ref": "#/definitions/Property.MozUserModify",
|
17040
|
-
"description": "The **`user-modify`** property has no effect in Firefox. It was originally planned to
|
17068
|
+
"description": "The **`user-modify`** property has no effect in Firefox. It was originally planned to determine whether or not the content of an element can be edited by a user.\n\n**Syntax**: `read-only | read-write | write-only`\n\n**Initial value**: `read-only`"
|
17041
17069
|
},
|
17042
17070
|
"MozUserSelect": {
|
17043
17071
|
"$ref": "#/definitions/Property.UserSelect",
|
17044
|
-
"description": "The
|
17072
|
+
"description": "The **`user-select`** CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.\n\n**Syntax**: `auto | text | none | contain | all`\n\n**Initial value**: `auto`"
|
17045
17073
|
},
|
17046
17074
|
"MozWindowDragging": {
|
17047
17075
|
"$ref": "#/definitions/Property.MozWindowDragging",
|
@@ -17057,7 +17085,7 @@
|
|
17057
17085
|
},
|
17058
17086
|
"msAlignSelf": {
|
17059
17087
|
"$ref": "#/definitions/Property.AlignSelf",
|
17060
|
-
"description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the
|
17088
|
+
"description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>`\n\n**Initial value**: `auto`"
|
17061
17089
|
},
|
17062
17090
|
"msBlockProgression": {
|
17063
17091
|
"$ref": "#/definitions/Property.MsBlockProgression",
|
@@ -17097,7 +17125,7 @@
|
|
17097
17125
|
},
|
17098
17126
|
"msFlexPositive": {
|
17099
17127
|
"$ref": "#/definitions/Property.FlexGrow",
|
17100
|
-
"description": "The **`flex-grow`** CSS
|
17128
|
+
"description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item's main size.\n\n**Syntax**: `<number>`\n\n**Initial value**: `0`"
|
17101
17129
|
},
|
17102
17130
|
"msFlowFrom": {
|
17103
17131
|
"$ref": "#/definitions/Property.MsFlowFrom",
|
@@ -17309,7 +17337,7 @@
|
|
17309
17337
|
},
|
17310
17338
|
"WebkitAlignSelf": {
|
17311
17339
|
"$ref": "#/definitions/Property.AlignSelf",
|
17312
|
-
"description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the
|
17340
|
+
"description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>`\n\n**Initial value**: `auto`"
|
17313
17341
|
},
|
17314
17342
|
"WebkitAnimationDelay": {
|
17315
17343
|
"$ref": "#/definitions/Property.AnimationDelay%3Cstring%3E",
|
@@ -17345,7 +17373,7 @@
|
|
17345
17373
|
},
|
17346
17374
|
"WebkitAppearance": {
|
17347
17375
|
"$ref": "#/definitions/Property.WebkitAppearance",
|
17348
|
-
"description": "The `**
|
17376
|
+
"description": "The **`appearance`** CSS property is used to display an element using platform-native styling, based on the operating system's theme. The **`-moz-appearance`** and **`-webkit-appearance`** properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support **`-webkit-appearance`**, for compatibility reasons.\n\n**Syntax**: `none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button`\n\n**Initial value**: `none` (but this value is overridden in the user agent CSS)"
|
17349
17377
|
},
|
17350
17378
|
"WebkitBackdropFilter": {
|
17351
17379
|
"$ref": "#/definitions/Property.BackdropFilter",
|
@@ -17417,7 +17445,7 @@
|
|
17417
17445
|
},
|
17418
17446
|
"WebkitClipPath": {
|
17419
17447
|
"$ref": "#/definitions/Property.ClipPath",
|
17420
|
-
"description": "The
|
17448
|
+
"description": "The **`clip-path`** CSS property creates a clipping region that sets what part of an element should be shown. Parts that are inside the region are shown, while those outside are hidden.\n\n**Syntax**: `<clip-source> | [ <basic-shape> || <geometry-box> ] | none`\n\n**Initial value**: `none`"
|
17421
17449
|
},
|
17422
17450
|
"WebkitColumnCount": {
|
17423
17451
|
"$ref": "#/definitions/Property.ColumnCount",
|
@@ -17465,7 +17493,7 @@
|
|
17465
17493
|
},
|
17466
17494
|
"WebkitFlexGrow": {
|
17467
17495
|
"$ref": "#/definitions/Property.FlexGrow",
|
17468
|
-
"description": "The **`flex-grow`** CSS
|
17496
|
+
"description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item's main size.\n\n**Syntax**: `<number>`\n\n**Initial value**: `0`"
|
17469
17497
|
},
|
17470
17498
|
"WebkitFlexShrink": {
|
17471
17499
|
"$ref": "#/definitions/Property.FlexShrink",
|
@@ -17491,6 +17519,10 @@
|
|
17491
17519
|
"$ref": "#/definitions/Property.FontVariantLigatures",
|
17492
17520
|
"description": "The **`font-variant-ligatures`** CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to. This leads to more harmonized forms in the resulting text.\n\n**Syntax**: `normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]`\n\n**Initial value**: `normal`"
|
17493
17521
|
},
|
17522
|
+
"WebkitHyphenateCharacter": {
|
17523
|
+
"$ref": "#/definitions/Property.HyphenateCharacter",
|
17524
|
+
"description": "The **`hyphenate-character`** CSS property sets the character (or string) used at the end of a line before a hyphenation break.\n\n**Syntax**: `auto | <string>`\n\n**Initial value**: `auto`"
|
17525
|
+
},
|
17494
17526
|
"WebkitHyphens": {
|
17495
17527
|
"$ref": "#/definitions/Property.Hyphens",
|
17496
17528
|
"description": "The **`hyphens`** CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.\n\n**Syntax**: `none | manual | auto`\n\n**Initial value**: `manual`"
|
@@ -17553,7 +17585,7 @@
|
|
17553
17585
|
},
|
17554
17586
|
"WebkitMaskImage": {
|
17555
17587
|
"$ref": "#/definitions/Property.WebkitMaskImage",
|
17556
|
-
"description": "The **`mask-image`** CSS property sets the image that is used as mask layer for an element.\n\n**Syntax**: `<mask-reference>#`\n\n**Initial value**: `none`"
|
17588
|
+
"description": "The **`mask-image`** CSS property sets the image that is used as mask layer for an element. By default this means the alpha channel of the mask image will be multiplied with the alpha channel of the element. This can be controlled with the `mask-mode` property.\n\n**Syntax**: `<mask-reference>#`\n\n**Initial value**: `none`"
|
17557
17589
|
},
|
17558
17590
|
"WebkitMaskOrigin": {
|
17559
17591
|
"$ref": "#/definitions/Property.WebkitMaskOrigin",
|
@@ -17616,12 +17648,12 @@
|
|
17616
17648
|
"description": "The **`perspective-origin`** CSS property determines the position at which the viewer is looking. It is used as the _vanishing point_ by the `perspective` property.\n\n**Syntax**: `<position>`\n\n**Initial value**: `50% 50%`"
|
17617
17649
|
},
|
17618
17650
|
"WebkitPrintColorAdjust": {
|
17619
|
-
"$ref": "#/definitions/Property.
|
17620
|
-
"description": "The **`color-adjust`** CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to make any adjustments to the element's appearance it determines to be necessary and prudent given the type and capabilities of the output device.\n\n**Syntax**: `economy | exact`\n\n**Initial value**: `economy`"
|
17651
|
+
"$ref": "#/definitions/Property.PrintColorAdjust",
|
17652
|
+
"description": "The **`print-color-adjust`** CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to make any adjustments to the element's appearance it determines to be necessary and prudent given the type and capabilities of the output device.\n\n**Syntax**: `economy | exact`\n\n**Initial value**: `economy`"
|
17621
17653
|
},
|
17622
17654
|
"WebkitRubyPosition": {
|
17623
17655
|
"$ref": "#/definitions/Property.RubyPosition",
|
17624
|
-
"description": "The
|
17656
|
+
"description": "The **`ruby-position`** CSS property defines the position of a ruby element relatives to its base element. It can be positioned over the element (`over`), under it (`under`), or between the characters on their right side (`inter-character`).\n\n**Syntax**: `[ alternate || [ over | under ] ] | inter-character`\n\n**Initial value**: `alternate`"
|
17625
17657
|
},
|
17626
17658
|
"WebkitScrollSnapType": {
|
17627
17659
|
"$ref": "#/definitions/Property.ScrollSnapType",
|
@@ -17633,7 +17665,7 @@
|
|
17633
17665
|
},
|
17634
17666
|
"WebkitTapHighlightColor": {
|
17635
17667
|
"$ref": "#/definitions/Property.WebkitTapHighlightColor",
|
17636
|
-
"description": "**`-webkit-tap-highlight-color`** is a non-standard CSS property that sets the color of the highlight that appears over a link while it's being tapped. The highlighting indicates to the user
|
17668
|
+
"description": "**`-webkit-tap-highlight-color`** is a non-standard CSS property that sets the color of the highlight that appears over a link while it's being tapped. The highlighting indicates to the user that their tap is being successfully recognized, and indicates which element they're tapping on.\n\n**Syntax**: `<color>`\n\n**Initial value**: `black`"
|
17637
17669
|
},
|
17638
17670
|
"WebkitTextCombine": {
|
17639
17671
|
"$ref": "#/definitions/Property.TextCombineUpright",
|
@@ -17649,7 +17681,7 @@
|
|
17649
17681
|
},
|
17650
17682
|
"WebkitTextDecorationSkip": {
|
17651
17683
|
"$ref": "#/definitions/Property.TextDecorationSkip",
|
17652
|
-
"description": "The **`text-decoration-skip`** CSS property sets what parts of an element
|
17684
|
+
"description": "The **`text-decoration-skip`** CSS property sets what parts of an element's content any text decoration affecting the element must skip over. It controls all text decoration lines drawn by the element and also any text decoration lines drawn by its ancestors.\n\n**Syntax**: `none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]`\n\n**Initial value**: `objects`"
|
17653
17685
|
},
|
17654
17686
|
"WebkitTextDecorationStyle": {
|
17655
17687
|
"$ref": "#/definitions/Property.TextDecorationStyle",
|
@@ -17729,7 +17761,7 @@
|
|
17729
17761
|
},
|
17730
17762
|
"WebkitUserSelect": {
|
17731
17763
|
"$ref": "#/definitions/Property.UserSelect",
|
17732
|
-
"description": "The
|
17764
|
+
"description": "The **`user-select`** CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.\n\n**Syntax**: `auto | text | none | contain | all`\n\n**Initial value**: `auto`"
|
17733
17765
|
},
|
17734
17766
|
"WebkitWritingMode": {
|
17735
17767
|
"$ref": "#/definitions/Property.WritingMode",
|
@@ -17737,7 +17769,7 @@
|
|
17737
17769
|
},
|
17738
17770
|
"all": {
|
17739
17771
|
"$ref": "#/definitions/Property.All",
|
17740
|
-
"description": "The `**
|
17772
|
+
"description": "The **`all`** shorthand CSS property resets all of an element's properties except `unicode-bidi`, `direction`, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another stylesheet origin.\n\n**Syntax**: `initial | inherit | unset | revert`\n\n**Initial value**: There is no practical initial value for it.\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **37** | **27** | **9.1** | **79** | No |"
|
17741
17773
|
},
|
17742
17774
|
"animation": {
|
17743
17775
|
"$ref": "#/definitions/Property.Animation%3Cstring%3E",
|
@@ -17817,7 +17849,7 @@
|
|
17817
17849
|
},
|
17818
17850
|
"columnRule": {
|
17819
17851
|
"$ref": "#/definitions/Property.ColumnRule%3C(string%7Cnumber)%3E",
|
17820
|
-
"description": "The **`column-rule`**
|
17852
|
+
"description": "The **`column-rule`** shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.\n\n**Syntax**: `<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----: | :----: | :----: | | **50** | **52** | **9** | **12** | **10** | | 1 _-x-_ | | 3 _-x-_ | | |"
|
17821
17853
|
},
|
17822
17854
|
"columns": {
|
17823
17855
|
"$ref": "#/definitions/Property.Columns%3C(string%7Cnumber)%3E",
|
@@ -17841,7 +17873,7 @@
|
|
17841
17873
|
},
|
17842
17874
|
"gridArea": {
|
17843
17875
|
"$ref": "#/definitions/Property.GridArea",
|
17844
|
-
"description": "The **`grid-area`** CSS shorthand property specifies a grid item
|
17876
|
+
"description": "The **`grid-area`** CSS shorthand property specifies a grid item's size and location within a grid by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the edges of its grid area.\n\n**Syntax**: `<grid-line> [ / <grid-line> ]{0,3}`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
|
17845
17877
|
},
|
17846
17878
|
"gridColumn": {
|
17847
17879
|
"$ref": "#/definitions/Property.GridColumn",
|
@@ -17849,7 +17881,7 @@
|
|
17849
17881
|
},
|
17850
17882
|
"gridRow": {
|
17851
17883
|
"$ref": "#/definitions/Property.GridRow",
|
17852
|
-
"description": "The **`grid-row`** CSS shorthand property specifies a grid item
|
17884
|
+
"description": "The **`grid-row`** CSS shorthand property specifies a grid item's size and location within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start and inline-end edge of its grid area.\n\n**Syntax**: `<grid-line> [ / <grid-line> ]?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
|
17853
17885
|
},
|
17854
17886
|
"gridTemplate": {
|
17855
17887
|
"$ref": "#/definitions/Property.GridTemplate",
|
@@ -17861,11 +17893,11 @@
|
|
17861
17893
|
},
|
17862
17894
|
"listStyle": {
|
17863
17895
|
"$ref": "#/definitions/Property.ListStyle",
|
17864
|
-
"description": "The **`list-style`** CSS shorthand property allows you set all the list style properties at once.\n\n**Syntax**: `<'list-style-type'> || <'list-style-position'> || <'list-style-image'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
|
17896
|
+
"description": "The **`list-style`** CSS shorthand property allows you to set all the list style properties at once.\n\n**Syntax**: `<'list-style-type'> || <'list-style-position'> || <'list-style-image'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
|
17865
17897
|
},
|
17866
17898
|
"margin": {
|
17867
17899
|
"$ref": "#/definitions/Property.Margin%3C(string%7Cnumber)%3E",
|
17868
|
-
"description": "The **`margin`** CSS property sets the margin area on all four sides of an element
|
17900
|
+
"description": "The **`margin`** CSS shorthand property sets the margin area on all four sides of an element.\n\n**Syntax**: `[ <length> | <percentage> | auto ]{1,4}`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **3** |"
|
17869
17901
|
},
|
17870
17902
|
"maskBorder": {
|
17871
17903
|
"$ref": "#/definitions/Property.MaskBorder",
|
@@ -17909,7 +17941,7 @@
|
|
17909
17941
|
},
|
17910
17942
|
"accentColor": {
|
17911
17943
|
"$ref": "#/definitions/Property.AccentColor",
|
17912
|
-
"description": "The **`accent-color`** CSS property sets the color
|
17944
|
+
"description": "The **`accent-color`** CSS property sets the accent color for user-interface controls generated by some elements.\n\n**Syntax**: `auto | <color>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **93** | **92** | **15.4** | **93** | No |"
|
17913
17945
|
},
|
17914
17946
|
"alignContent": {
|
17915
17947
|
"$ref": "#/definitions/Property.AlignContent",
|
@@ -17921,11 +17953,11 @@
|
|
17921
17953
|
},
|
17922
17954
|
"alignSelf": {
|
17923
17955
|
"$ref": "#/definitions/Property.AlignSelf",
|
17924
|
-
"description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the
|
17956
|
+
"description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>`\n\n**Initial value**: `auto`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **36** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :----------: | | **57** | **52** | **10.1** | **16** | **10** _-x-_ |\n\n---"
|
17925
17957
|
},
|
17926
17958
|
"alignTracks": {
|
17927
17959
|
"$ref": "#/definitions/Property.AlignTracks",
|
17928
|
-
"description": "The **`align-tracks`**
|
17960
|
+
"description": "The **`align-tracks`** CSS property sets the alignment in the masonry axis for grid containers that have masonry in their block axis.\n\n**Syntax**: `[ normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position> ]#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | No | No |"
|
17929
17961
|
},
|
17930
17962
|
"animationDelay": {
|
17931
17963
|
"$ref": "#/definitions/Property.AnimationDelay%3Cstring%3E",
|
@@ -17955,17 +17987,21 @@
|
|
17955
17987
|
"$ref": "#/definitions/Property.AnimationPlayState",
|
17956
17988
|
"description": "The **`animation-play-state`** CSS property sets whether an animation is running or paused.\n\n**Syntax**: `<single-animation-play-state>#`\n\n**Initial value**: `running`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----: | :----: | :----: | | **43** | **16** | **9** | **12** | **10** | | 3 _-x-_ | 5 _-x-_ | 4 _-x-_ | | |"
|
17957
17989
|
},
|
17990
|
+
"animationTimeline": {
|
17991
|
+
"$ref": "#/definitions/Property.AnimationTimeline",
|
17992
|
+
"description": "The **`animation-timeline`** CSS property specifies the names of one or more `@scroll-timeline` at-rules describing the scroll animations to apply to the element.\n\n**Syntax**: `<single-animation-timeline>#`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | No | No |"
|
17993
|
+
},
|
17958
17994
|
"animationTimingFunction": {
|
17959
17995
|
"$ref": "#/definitions/Property.AnimationTimingFunction",
|
17960
17996
|
"description": "The **`animation-timing-function`** CSS property sets how an animation progresses through the duration of each cycle.\n\n**Syntax**: `<easing-function>#`\n\n**Initial value**: `ease`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----: | :----: | :----: | | **43** | **16** | **9** | **12** | **10** | | 3 _-x-_ | 5 _-x-_ | 4 _-x-_ | | |"
|
17961
17997
|
},
|
17962
17998
|
"appearance": {
|
17963
17999
|
"$ref": "#/definitions/Property.Appearance",
|
17964
|
-
"description": "The `**
|
18000
|
+
"description": "The **`appearance`** CSS property is used to display an element using platform-native styling, based on the operating system's theme. The **`-moz-appearance`** and **`-webkit-appearance`** properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support **`-webkit-appearance`**, for compatibility reasons.\n\n**Syntax**: `none | auto | textfield | menulist-button | <compat-auto>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :------: | :------: | :-: | | **84** | **80** | **15.4** | **84** | No | | 1 _-x-_ | 1 _-x-_ | 3 _-x-_ | 12 _-x-_ | |"
|
17965
18001
|
},
|
17966
18002
|
"aspectRatio": {
|
17967
18003
|
"$ref": "#/definitions/Property.AspectRatio",
|
17968
|
-
"description": "The **`aspect-ratio`**
|
18004
|
+
"description": "The **`aspect-ratio`** CSS property sets a **preferred aspect ratio** for the box, which will be used in the calculation of auto sizes and some other layout functions.\n\n**Syntax**: `auto | <ratio>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **88** | **89** | **15** | **88** | No |"
|
17969
18005
|
},
|
17970
18006
|
"backdropFilter": {
|
17971
18007
|
"$ref": "#/definitions/Property.BackdropFilter",
|
@@ -17973,7 +18009,7 @@
|
|
17973
18009
|
},
|
17974
18010
|
"backfaceVisibility": {
|
17975
18011
|
"$ref": "#/definitions/Property.BackfaceVisibility",
|
17976
|
-
"description": "The **`backface-visibility`** CSS property sets whether the back face of an element is visible when turned towards the user.\n\n**Syntax**: `visible | hidden`\n\n**Initial value**: `visible`\n\n| Chrome | Firefox |
|
18012
|
+
"description": "The **`backface-visibility`** CSS property sets whether the back face of an element is visible when turned towards the user.\n\n**Syntax**: `visible | hidden`\n\n**Initial value**: `visible`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :------: | :-------: | :----: | :----: | | **36** | **16** | **15.4** | **12** | **10** | | 12 _-x-_ | 10 _-x-_ | 5.1 _-x-_ | | |"
|
17977
18013
|
},
|
17978
18014
|
"backgroundAttachment": {
|
17979
18015
|
"$ref": "#/definitions/Property.BackgroundAttachment",
|
@@ -17985,7 +18021,7 @@
|
|
17985
18021
|
},
|
17986
18022
|
"backgroundClip": {
|
17987
18023
|
"$ref": "#/definitions/Property.BackgroundClip",
|
17988
|
-
"description": "The **`background-clip`** CSS property sets whether an element's background extends underneath its border box, padding box, or content box.\n\n**Syntax**: `<box>#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox |
|
18024
|
+
"description": "The **`background-clip`** CSS property sets whether an element's background extends underneath its border box, padding box, or content box.\n\n**Syntax**: `<box>#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :---: | | **1** | **4** | **14** | **12** | **9** | | | | 3 _-x-_ | | |"
|
17989
18025
|
},
|
17990
18026
|
"backgroundColor": {
|
17991
18027
|
"$ref": "#/definitions/Property.BackgroundColor",
|
@@ -18001,11 +18037,11 @@
|
|
18001
18037
|
},
|
18002
18038
|
"backgroundPositionX": {
|
18003
18039
|
"$ref": "#/definitions/Property.BackgroundPositionX%3C(string%7Cnumber)%3E",
|
18004
|
-
"description": "The **`background-position-x`** CSS property sets the initial horizontal position for each background image. The position is relative to the position layer set by `background-origin`.\n\n**Syntax**: `[ center | [ [ left | right | x-start | x-end ]? <length-percentage>? ]! ]#`\n\n**Initial value**: `
|
18040
|
+
"description": "The **`background-position-x`** CSS property sets the initial horizontal position for each background image. The position is relative to the position layer set by `background-origin`.\n\n**Syntax**: `[ center | [ [ left | right | x-start | x-end ]? <length-percentage>? ]! ]#`\n\n**Initial value**: `0%`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **49** | **1** | **12** | **6** |"
|
18005
18041
|
},
|
18006
18042
|
"backgroundPositionY": {
|
18007
18043
|
"$ref": "#/definitions/Property.BackgroundPositionY%3C(string%7Cnumber)%3E",
|
18008
|
-
"description": "The **`background-position-y`** CSS property sets the initial vertical position for each background image. The position is relative to the position layer set by `background-origin`.\n\n**Syntax**: `[ center | [ [ top | bottom | y-start | y-end ]? <length-percentage>? ]! ]#`\n\n**Initial value**: `
|
18044
|
+
"description": "The **`background-position-y`** CSS property sets the initial vertical position for each background image. The position is relative to the position layer set by `background-origin`.\n\n**Syntax**: `[ center | [ [ top | bottom | y-start | y-end ]? <length-percentage>? ]! ]#`\n\n**Initial value**: `0%`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **49** | **1** | **12** | **6** |"
|
18009
18045
|
},
|
18010
18046
|
"backgroundRepeat": {
|
18011
18047
|
"$ref": "#/definitions/Property.BackgroundRepeat",
|
@@ -18029,7 +18065,7 @@
|
|
18029
18065
|
},
|
18030
18066
|
"borderBlockEndColor": {
|
18031
18067
|
"$ref": "#/definitions/Property.BorderBlockEndColor",
|
18032
|
-
"description": "The **`border-block-end-color`** CSS property defines the color of the logical block-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`,
|
18068
|
+
"description": "The **`border-block-end-color`** CSS property defines the color of the logical block-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
|
18033
18069
|
},
|
18034
18070
|
"borderBlockEndStyle": {
|
18035
18071
|
"$ref": "#/definitions/Property.BorderBlockEndStyle",
|
@@ -18037,19 +18073,19 @@
|
|
18037
18073
|
},
|
18038
18074
|
"borderBlockEndWidth": {
|
18039
18075
|
"$ref": "#/definitions/Property.BorderBlockEndWidth%3C(string%7Cnumber)%3E",
|
18040
|
-
"description": "The **`border-block-end-width`** CSS property defines the width of the logical block-end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`,
|
18076
|
+
"description": "The **`border-block-end-width`** CSS property defines the width of the logical block-end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
|
18041
18077
|
},
|
18042
18078
|
"borderBlockStartColor": {
|
18043
18079
|
"$ref": "#/definitions/Property.BorderBlockStartColor",
|
18044
|
-
"description": "The **`border-block-start-color`** CSS property defines the color of the logical block-start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`,
|
18080
|
+
"description": "The **`border-block-start-color`** CSS property defines the color of the logical block-start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
|
18045
18081
|
},
|
18046
18082
|
"borderBlockStartStyle": {
|
18047
18083
|
"$ref": "#/definitions/Property.BorderBlockStartStyle",
|
18048
|
-
"description": "The **`border-block-start-style`** CSS property defines the style of the logical block start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style`,
|
18084
|
+
"description": "The **`border-block-start-style`** CSS property defines the style of the logical block start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style`, `border-right-style`, `border-bottom-style`, or `border-left-style` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
|
18049
18085
|
},
|
18050
18086
|
"borderBlockStartWidth": {
|
18051
18087
|
"$ref": "#/definitions/Property.BorderBlockStartWidth%3C(string%7Cnumber)%3E",
|
18052
|
-
"description": "The **`border-block-start-width`** CSS property defines the width of the logical block-start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`,
|
18088
|
+
"description": "The **`border-block-start-width`** CSS property defines the width of the logical block-start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
|
18053
18089
|
},
|
18054
18090
|
"borderBlockStyle": {
|
18055
18091
|
"$ref": "#/definitions/Property.BorderBlockStyle",
|
@@ -18057,7 +18093,7 @@
|
|
18057
18093
|
},
|
18058
18094
|
"borderBlockWidth": {
|
18059
18095
|
"$ref": "#/definitions/Property.BorderBlockWidth%3C(string%7Cnumber)%3E",
|
18060
|
-
"description": "The **`border-block-width`** CSS property defines the width of the logical block
|
18096
|
+
"description": "The **`border-block-width`** CSS property defines the width of the logical block borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
|
18061
18097
|
},
|
18062
18098
|
"borderBottomColor": {
|
18063
18099
|
"$ref": "#/definitions/Property.BorderBottomColor",
|
@@ -18085,11 +18121,11 @@
|
|
18085
18121
|
},
|
18086
18122
|
"borderEndEndRadius": {
|
18087
18123
|
"$ref": "#/definitions/Property.BorderEndEndRadius%3C(string%7Cnumber)%3E",
|
18088
|
-
"description": "The **`border-end-end-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and
|
18124
|
+
"description": "The **`border-end-end-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **89** | **66** | **15** | **89** | No |"
|
18089
18125
|
},
|
18090
18126
|
"borderEndStartRadius": {
|
18091
18127
|
"$ref": "#/definitions/Property.BorderEndStartRadius%3C(string%7Cnumber)%3E",
|
18092
|
-
"description": "The **`border-end-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius
|
18128
|
+
"description": "The **`border-end-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **89** | **66** | **15** | **89** | No |"
|
18093
18129
|
},
|
18094
18130
|
"borderImageOutset": {
|
18095
18131
|
"$ref": "#/definitions/Property.BorderImageOutset%3C(string%7Cnumber)%3E",
|
@@ -18141,11 +18177,11 @@
|
|
18141
18177
|
},
|
18142
18178
|
"borderInlineStyle": {
|
18143
18179
|
"$ref": "#/definitions/Property.BorderInlineStyle",
|
18144
|
-
"description": "The **`border-inline-style`** CSS property defines the style of the logical inline
|
18180
|
+
"description": "The **`border-inline-style`** CSS property defines the style of the logical inline borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
|
18145
18181
|
},
|
18146
18182
|
"borderInlineWidth": {
|
18147
18183
|
"$ref": "#/definitions/Property.BorderInlineWidth%3C(string%7Cnumber)%3E",
|
18148
|
-
"description": "The **`border-inline-width`** CSS property defines the width of the logical inline
|
18184
|
+
"description": "The **`border-inline-width`** CSS property defines the width of the logical inline borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
|
18149
18185
|
},
|
18150
18186
|
"borderLeftColor": {
|
18151
18187
|
"$ref": "#/definitions/Property.BorderLeftColor",
|
@@ -18177,11 +18213,11 @@
|
|
18177
18213
|
},
|
18178
18214
|
"borderStartEndRadius": {
|
18179
18215
|
"$ref": "#/definitions/Property.BorderStartEndRadius%3C(string%7Cnumber)%3E",
|
18180
|
-
"description": "The **`border-start-end-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius
|
18216
|
+
"description": "The **`border-start-end-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **89** | **66** | **15** | **89** | No |"
|
18181
18217
|
},
|
18182
18218
|
"borderStartStartRadius": {
|
18183
18219
|
"$ref": "#/definitions/Property.BorderStartStartRadius%3C(string%7Cnumber)%3E",
|
18184
|
-
"description": "The **`border-start-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and
|
18220
|
+
"description": "The **`border-start-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **89** | **66** | **15** | **89** | No |"
|
18185
18221
|
},
|
18186
18222
|
"borderTopColor": {
|
18187
18223
|
"$ref": "#/definitions/Property.BorderTopColor",
|
@@ -18244,12 +18280,12 @@
|
|
18244
18280
|
"description": "The **`clear`** CSS property sets whether an element must be moved below (cleared) floating elements that precede it. The `clear` property applies to floating and non-floating elements.\n\n**Syntax**: `none | left | right | both | inline-start | inline-end`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
|
18245
18281
|
},
|
18246
18282
|
"colorAdjust": {
|
18247
|
-
"$ref": "#/definitions/Property.
|
18248
|
-
"description": "The **`color-adjust`** CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to make any adjustments to the element's appearance it determines to be necessary and prudent given the type and capabilities of the output device.\n\n**Syntax**: `economy | exact`\n\n**Initial value**: `economy`\n\n|
|
18283
|
+
"$ref": "#/definitions/Property.PrintColorAdjust",
|
18284
|
+
"description": "The **`print-color-adjust`** CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to make any adjustments to the element's appearance it determines to be necessary and prudent given the type and capabilities of the output device.\n\n**Syntax**: `economy | exact`\n\n**Initial value**: `economy`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----------------: | :------: | :----------: | :-: | | **17** _-x-_ | **97** | **15.4** | **79** _-x-_ | No | | | 48 _(color-adjust)_ | 6 _-x-_ | | |"
|
18249
18285
|
},
|
18250
18286
|
"colorScheme": {
|
18251
18287
|
"$ref": "#/definitions/Property.ColorScheme",
|
18252
|
-
"description": "The **`color-scheme`** CSS property allows an element to indicate which color schemes it can comfortably be rendered in.\n\n**Syntax**: `normal | [ light | dark | <custom-ident> ]
|
18288
|
+
"description": "The **`color-scheme`** CSS property allows an element to indicate which color schemes it can comfortably be rendered in.\n\n**Syntax**: `normal | [ light | dark | <custom-ident> ]+ && only?`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **81** | **96** | **13** | **81** | No |"
|
18253
18289
|
},
|
18254
18290
|
"columnCount": {
|
18255
18291
|
"$ref": "#/definitions/Property.ColumnCount",
|
@@ -18285,27 +18321,27 @@
|
|
18285
18321
|
},
|
18286
18322
|
"contain": {
|
18287
18323
|
"$ref": "#/definitions/Property.Contain",
|
18288
|
-
"description": "The **`contain`** CSS property allows an author to indicate that an element and its contents are, as much as possible, _independent_ of the rest of the document tree. This allows the browser to recalculate layout, style, paint, size, or any combination of them for a limited area of the DOM and not the entire page, leading to obvious performance benefits.\n\n**Syntax**: `none | strict | content | [ size || layout || style || paint ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox |
|
18324
|
+
"description": "The **`contain`** CSS property allows an author to indicate that an element and its contents are, as much as possible, _independent_ of the rest of the document tree. This allows the browser to recalculate layout, style, paint, size, or any combination of them for a limited area of the DOM and not the entire page, leading to obvious performance benefits.\n\n**Syntax**: `none | strict | content | [ size || layout || style || paint ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **52** | **69** | **15.4** | **79** | No |"
|
18289
18325
|
},
|
18290
18326
|
"content": {
|
18291
18327
|
"$ref": "#/definitions/Property.Content",
|
18292
|
-
"description": "The **`content`** CSS property replaces an element with a generated value. Objects inserted using the `content` property are **anonymous replaced elements
|
18328
|
+
"description": "The **`content`** CSS property replaces an element with a generated value. Objects inserted using the `content` property are **anonymous replaced elements**.\n\n**Syntax**: `normal | none | [ <content-replacement> | <content-list> ] [/ [ <string> | <counter> ]+ ]?`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **8** |"
|
18293
18329
|
},
|
18294
18330
|
"contentVisibility": {
|
18295
18331
|
"$ref": "#/definitions/Property.ContentVisibility",
|
18296
|
-
"description": "The **`content-visibility`** CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work
|
18332
|
+
"description": "The **`content-visibility`** CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work (including layout and painting) until it is needed — which makes the initial page load much faster.\n\n**Syntax**: `visible | auto | hidden`\n\n**Initial value**: `visible`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **85** | No | **15.4** | **85** | No |"
|
18297
18333
|
},
|
18298
18334
|
"counterIncrement": {
|
18299
18335
|
"$ref": "#/definitions/Property.CounterIncrement",
|
18300
|
-
"description": "The **`counter-increment`** CSS property increases or decreases the value of a CSS counter by a given value.\n\n**Syntax**: `[ <
|
18336
|
+
"description": "The **`counter-increment`** CSS property increases or decreases the value of a CSS counter by a given value.\n\n**Syntax**: `[ <counter-name> <integer>? ]+ | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **2** | **1** | **3** | **12** | **8** |"
|
18301
18337
|
},
|
18302
18338
|
"counterReset": {
|
18303
18339
|
"$ref": "#/definitions/Property.CounterReset",
|
18304
|
-
"description": "The **`counter-reset`** CSS property resets a CSS counter to a given value.\n\n**Syntax**: `[ <
|
18340
|
+
"description": "The **`counter-reset`** CSS property resets a CSS counter to a given value. This property will create a new counter or reversed counter with the given name on the specified element.\n\n**Syntax**: `[ <counter-name> <integer>? | <reversed-counter-name> <integer>? ]+ | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **2** | **1** | **3** | **12** | **8** |"
|
18305
18341
|
},
|
18306
18342
|
"counterSet": {
|
18307
18343
|
"$ref": "#/definitions/Property.CounterSet",
|
18308
|
-
"description": "The **`counter-set`** CSS property sets a CSS counter to a given value. It manipulates the value of existing counters, and will
|
18344
|
+
"description": "The **`counter-set`** CSS property sets a CSS counter to a given value. It manipulates the value of existing counters, and will only create new counters if there isn't already a counter of the given name on the element.\n\n**Syntax**: `[ <counter-name> <integer>? ]+ | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **85** | **68** | No | **85** | No |"
|
18309
18345
|
},
|
18310
18346
|
"emptyCells": {
|
18311
18347
|
"$ref": "#/definitions/Property.EmptyCells",
|
@@ -18317,11 +18353,11 @@
|
|
18317
18353
|
},
|
18318
18354
|
"flexDirection": {
|
18319
18355
|
"$ref": "#/definitions/Property.FlexDirection",
|
18320
|
-
"description": "The **`flex-direction`** CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).\n\n**Syntax**: `row | row-reverse | column | column-reverse`\n\n**Initial value**: `row`\n\n| Chrome | Firefox
|
18356
|
+
"description": "The **`flex-direction`** CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).\n\n**Syntax**: `row | row-reverse | column | column-reverse`\n\n**Initial value**: `row`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :------: | :-----: | :----: | :------: | | **29** | **81** | **9** | **12** | **11** | | 21 _-x-_ | 49 _-x-_ | 7 _-x-_ | | 10 _-x-_ |"
|
18321
18357
|
},
|
18322
18358
|
"flexGrow": {
|
18323
18359
|
"$ref": "#/definitions/Property.FlexGrow",
|
18324
|
-
"description": "The **`flex-grow`** CSS
|
18360
|
+
"description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item's main size.\n\n**Syntax**: `<number>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----------------------: | | **29** | **20** | **9** | **12** | **11** | | 22 _-x-_ | | 7 _-x-_ | | 10 _(-ms-flex-positive)_ |"
|
18325
18361
|
},
|
18326
18362
|
"flexShrink": {
|
18327
18363
|
"$ref": "#/definitions/Property.FlexShrink",
|
@@ -18329,7 +18365,7 @@
|
|
18329
18365
|
},
|
18330
18366
|
"flexWrap": {
|
18331
18367
|
"$ref": "#/definitions/Property.FlexWrap",
|
18332
|
-
"description": "The **`flex-wrap`** CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.\n\n**Syntax**: `nowrap | wrap | wrap-reverse`\n\n**Initial value**: `nowrap`\n\n| Chrome | Firefox |
|
18368
|
+
"description": "The **`flex-wrap`** CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.\n\n**Syntax**: `nowrap | wrap | wrap-reverse`\n\n**Initial value**: `nowrap`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **28** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |"
|
18333
18369
|
},
|
18334
18370
|
"float": {
|
18335
18371
|
"$ref": "#/definitions/Property.Float",
|
@@ -18357,7 +18393,11 @@
|
|
18357
18393
|
},
|
18358
18394
|
"fontSynthesis": {
|
18359
18395
|
"$ref": "#/definitions/Property.FontSynthesis",
|
18360
|
-
"description": "The **`font-synthesis`** CSS property controls which missing typefaces, bold or
|
18396
|
+
"description": "The **`font-synthesis`** CSS property controls which missing typefaces, bold, italic, or small-caps, may be synthesized by the browser.\n\n**Syntax**: `none | [ weight || style || small-caps ]`\n\n**Initial value**: `weight style`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **97** | **34** | **9** | **97** | No |"
|
18397
|
+
},
|
18398
|
+
"fontVariantAlternates": {
|
18399
|
+
"$ref": "#/definitions/Property.FontVariantAlternates",
|
18400
|
+
"description": "The **`font-variant-alternates`** CSS property controls the usage of alternate glyphs. These alternate glyphs may be referenced by alternative names defined in `@font-feature-values`.\n\n**Syntax**: `normal | [ stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | No | **34** | **9.1** | No | No |"
|
18361
18401
|
},
|
18362
18402
|
"fontVariantCaps": {
|
18363
18403
|
"$ref": "#/definitions/Property.FontVariantCaps",
|
@@ -18397,23 +18437,23 @@
|
|
18397
18437
|
},
|
18398
18438
|
"gridAutoRows": {
|
18399
18439
|
"$ref": "#/definitions/Property.GridAutoRows%3C(string%7Cnumber)%3E",
|
18400
|
-
"description": "The **`grid-auto-rows`** CSS property specifies the size of an implicitly-created grid row track
|
18440
|
+
"description": "The **`grid-auto-rows`** CSS property specifies the size of an implicitly-created grid row track or pattern of tracks.\n\n**Syntax**: `<track-size>+`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :----------------------: | | **57** | **70** | **10.1** | **16** | **10** _(-ms-grid-rows)_ |"
|
18401
18441
|
},
|
18402
18442
|
"gridColumnEnd": {
|
18403
18443
|
"$ref": "#/definitions/Property.GridColumnEnd",
|
18404
|
-
"description": "The **`grid-column-end`** CSS property specifies a grid item
|
18444
|
+
"description": "The **`grid-column-end`** CSS property specifies a grid item's end position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the block-end edge of its grid area.\n\n**Syntax**: `<grid-line>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
|
18405
18445
|
},
|
18406
18446
|
"gridColumnStart": {
|
18407
18447
|
"$ref": "#/definitions/Property.GridColumnStart",
|
18408
|
-
"description": "The **`grid-column-start`** CSS property specifies a grid item
|
18448
|
+
"description": "The **`grid-column-start`** CSS property specifies a grid item's start position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement. This start position defines the block-start edge of the grid area.\n\n**Syntax**: `<grid-line>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
|
18409
18449
|
},
|
18410
18450
|
"gridRowEnd": {
|
18411
18451
|
"$ref": "#/definitions/Property.GridRowEnd",
|
18412
|
-
"description": "The **`grid-row-end`** CSS property specifies a grid item
|
18452
|
+
"description": "The **`grid-row-end`** CSS property specifies a grid item's end position within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-end edge of its grid area.\n\n**Syntax**: `<grid-line>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
|
18413
18453
|
},
|
18414
18454
|
"gridRowStart": {
|
18415
18455
|
"$ref": "#/definitions/Property.GridRowStart",
|
18416
|
-
"description": "The **`grid-row-start`** CSS property specifies a grid item
|
18456
|
+
"description": "The **`grid-row-start`** CSS property specifies a grid item's start position within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start edge of its grid area.\n\n**Syntax**: `<grid-line>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
|
18417
18457
|
},
|
18418
18458
|
"gridTemplateAreas": {
|
18419
18459
|
"$ref": "#/definitions/Property.GridTemplateAreas",
|
@@ -18435,13 +18475,17 @@
|
|
18435
18475
|
"$ref": "#/definitions/Property.Height%3C(string%7Cnumber)%3E",
|
18436
18476
|
"description": "The **`height`** CSS property specifies the height of an element. By default, the property defines the height of the content area. If `box-sizing` is set to `border-box`, however, it instead determines the height of the border area.\n\n**Syntax**: `auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
|
18437
18477
|
},
|
18478
|
+
"hyphenateCharacter": {
|
18479
|
+
"$ref": "#/definitions/Property.HyphenateCharacter",
|
18480
|
+
"description": "The **`hyphenate-character`** CSS property sets the character (or string) used at the end of a line before a hyphenation break.\n\n**Syntax**: `auto | <string>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :-----------: | :----------: | :-: | | **6** _-x-_ | **98** | **5.1** _-x-_ | **79** _-x-_ | No |"
|
18481
|
+
},
|
18438
18482
|
"hyphens": {
|
18439
18483
|
"$ref": "#/definitions/Property.Hyphens",
|
18440
18484
|
"description": "The **`hyphens`** CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.\n\n**Syntax**: `none | manual | auto`\n\n**Initial value**: `manual`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----------: | :----: | :----------: | | **55** | **43** | **5.1** _-x-_ | **79** | **10** _-x-_ | | 13 _-x-_ | 6 _-x-_ | | | |"
|
18441
18485
|
},
|
18442
18486
|
"imageOrientation": {
|
18443
18487
|
"$ref": "#/definitions/Property.ImageOrientation",
|
18444
|
-
"description": "The **`image-orientation`** CSS property specifies a layout-independent correction to the orientation of an image
|
18488
|
+
"description": "The **`image-orientation`** CSS property specifies a layout-independent correction to the orientation of an image.\n\n**Syntax**: `from-image | <angle> | [ <angle>? flip ]`\n\n**Initial value**: `from-image`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **81** | **26** | **13.1** | **81** | No |"
|
18445
18489
|
},
|
18446
18490
|
"imageResolution": {
|
18447
18491
|
"$ref": "#/definitions/Property.ImageResolution",
|
@@ -18455,13 +18499,17 @@
|
|
18455
18499
|
"$ref": "#/definitions/Property.InlineSize%3C(string%7Cnumber)%3E",
|
18456
18500
|
"description": "The **`inline-size`** CSS property defines the horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the `width` or the `height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'width'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
|
18457
18501
|
},
|
18502
|
+
"inputSecurity": {
|
18503
|
+
"$ref": "#/definitions/Property.InputSecurity",
|
18504
|
+
"description": "**Syntax**: `auto | none`\n\n**Initial value**: `auto`"
|
18505
|
+
},
|
18458
18506
|
"inset": {
|
18459
18507
|
"$ref": "#/definitions/Property.Inset%3C(string%7Cnumber)%3E",
|
18460
|
-
"description": "The **`inset`**
|
18508
|
+
"description": "The **`inset`** CSS property is a shorthand that corresponds to the `top`, `right`, `bottom`, and/or `left` properties. It has the same multi-value syntax of the `margin` shorthand.\n\n**Syntax**: `<'top'>{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
|
18461
18509
|
},
|
18462
18510
|
"insetBlock": {
|
18463
18511
|
"$ref": "#/definitions/Property.InsetBlock%3C(string%7Cnumber)%3E",
|
18464
|
-
"description": "The **`inset-
|
18512
|
+
"description": "The **`inset-block`** CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
|
18465
18513
|
},
|
18466
18514
|
"insetBlockEnd": {
|
18467
18515
|
"$ref": "#/definitions/Property.InsetBlockEnd%3C(string%7Cnumber)%3E",
|
@@ -18489,7 +18537,7 @@
|
|
18489
18537
|
},
|
18490
18538
|
"justifyContent": {
|
18491
18539
|
"$ref": "#/definitions/Property.JustifyContent",
|
18492
|
-
"description": "The CSS **`justify-content`** property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.\n\n**Syntax**: `normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox |
|
18540
|
+
"description": "The CSS **`justify-content`** property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.\n\n**Syntax**: `normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **52** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |\n\n---"
|
18493
18541
|
},
|
18494
18542
|
"justifyItems": {
|
18495
18543
|
"$ref": "#/definitions/Property.JustifyItems",
|
@@ -18501,7 +18549,7 @@
|
|
18501
18549
|
},
|
18502
18550
|
"justifyTracks": {
|
18503
18551
|
"$ref": "#/definitions/Property.JustifyTracks",
|
18504
|
-
"description": "The **`justify-tracks`**
|
18552
|
+
"description": "The **`justify-tracks`** CSS property sets the alignment in the masonry axis for grid containers that have masonry in their inline axis.\n\n**Syntax**: `[ normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ] ]#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | No | No |"
|
18505
18553
|
},
|
18506
18554
|
"left": {
|
18507
18555
|
"$ref": "#/definitions/Property.Left%3C(string%7Cnumber)%3E",
|
@@ -18593,35 +18641,35 @@
|
|
18593
18641
|
},
|
18594
18642
|
"maskClip": {
|
18595
18643
|
"$ref": "#/definitions/Property.MaskClip",
|
18596
|
-
"description": "The **`mask-clip`** CSS property determines the area which is affected by a mask. The painted content of an element must be restricted to this area.\n\n**Syntax**: `[ <geometry-box> | no-clip ]#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox |
|
18644
|
+
"description": "The **`mask-clip`** CSS property determines the area which is affected by a mask. The painted content of an element must be restricted to this area.\n\n**Syntax**: `[ <geometry-box> | no-clip ]#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :------: | :----------: | :-: | | **1** _-x-_ | **53** | **15.4** | **79** _-x-_ | No | | | | 4 _-x-_ | | |"
|
18597
18645
|
},
|
18598
18646
|
"maskComposite": {
|
18599
18647
|
"$ref": "#/definitions/Property.MaskComposite",
|
18600
|
-
"description": "The **`mask-composite`** CSS property represents a compositing operation used on the current mask layer with the mask layers below it.\n\n**Syntax**: `<compositing-operator>#`\n\n**Initial value**: `add`\n\n| Chrome | Firefox |
|
18648
|
+
"description": "The **`mask-composite`** CSS property represents a compositing operation used on the current mask layer with the mask layers below it.\n\n**Syntax**: `<compositing-operator>#`\n\n**Initial value**: `add`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :---: | :-: | | No | **53** | **15.4** | 18-79 | No |"
|
18601
18649
|
},
|
18602
18650
|
"maskImage": {
|
18603
18651
|
"$ref": "#/definitions/Property.MaskImage",
|
18604
|
-
"description": "The **`mask-image`** CSS property sets the image that is used as mask layer for an element.\n\n**Syntax**: `<mask-reference>#`\n\n**Initial value**: `none`\n\n| Chrome | Firefox |
|
18652
|
+
"description": "The **`mask-image`** CSS property sets the image that is used as mask layer for an element. By default this means the alpha channel of the mask image will be multiplied with the alpha channel of the element. This can be controlled with the `mask-mode` property.\n\n**Syntax**: `<mask-reference>#`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :------: | :---: | :-: | | **1** _-x-_ | **53** | **15.4** | 16-79 | No | | | | 4 _-x-_ | | |"
|
18605
18653
|
},
|
18606
18654
|
"maskMode": {
|
18607
18655
|
"$ref": "#/definitions/Property.MaskMode",
|
18608
|
-
"description": "The **`mask-mode`** CSS property sets whether the mask reference defined by `mask-image` is treated as a luminance or alpha mask.\n\n**Syntax**: `<masking-mode>#`\n\n**Initial value**: `match-source`\n\n| Chrome | Firefox |
|
18656
|
+
"description": "The **`mask-mode`** CSS property sets whether the mask reference defined by `mask-image` is treated as a luminance or alpha mask.\n\n**Syntax**: `<masking-mode>#`\n\n**Initial value**: `match-source`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | No | **53** | **15.4** | No | No |"
|
18609
18657
|
},
|
18610
18658
|
"maskOrigin": {
|
18611
18659
|
"$ref": "#/definitions/Property.MaskOrigin",
|
18612
|
-
"description": "The **`mask-origin`** CSS property sets the origin of a mask.\n\n**Syntax**: `<geometry-box>#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox |
|
18660
|
+
"description": "The **`mask-origin`** CSS property sets the origin of a mask.\n\n**Syntax**: `<geometry-box>#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :------: | :----------: | :-: | | **1** _-x-_ | **53** | **15.4** | **79** _-x-_ | No | | | | 4 _-x-_ | | |"
|
18613
18661
|
},
|
18614
18662
|
"maskPosition": {
|
18615
18663
|
"$ref": "#/definitions/Property.MaskPosition%3C(string%7Cnumber)%3E",
|
18616
|
-
"description": "The **`mask-position`** CSS property sets the initial position, relative to the mask position layer set by `mask-origin`, for each defined mask image.\n\n**Syntax**: `<position>#`\n\n**Initial value**: `center`\n\n| Chrome | Firefox |
|
18664
|
+
"description": "The **`mask-position`** CSS property sets the initial position, relative to the mask position layer set by `mask-origin`, for each defined mask image.\n\n**Syntax**: `<position>#`\n\n**Initial value**: `center`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :-------: | :---: | :-: | | **1** _-x-_ | **53** | **15.4** | 18-79 | No | | | | 3.1 _-x-_ | | |"
|
18617
18665
|
},
|
18618
18666
|
"maskRepeat": {
|
18619
18667
|
"$ref": "#/definitions/Property.MaskRepeat",
|
18620
|
-
"description": "The **`mask-repeat`** CSS property sets how mask images are repeated. A mask image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.\n\n**Syntax**: `<repeat-style>#`\n\n**Initial value**: `no-repeat`\n\n| Chrome | Firefox |
|
18668
|
+
"description": "The **`mask-repeat`** CSS property sets how mask images are repeated. A mask image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.\n\n**Syntax**: `<repeat-style>#`\n\n**Initial value**: `no-repeat`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :-------: | :---: | :-: | | **1** _-x-_ | **53** | **15.4** | 18-79 | No | | | | 3.1 _-x-_ | | |"
|
18621
18669
|
},
|
18622
18670
|
"maskSize": {
|
18623
18671
|
"$ref": "#/definitions/Property.MaskSize%3C(string%7Cnumber)%3E",
|
18624
|
-
"description": "The **`mask-size`** CSS property specifies the sizes of the mask images. The size of the image can be fully or partially constrained in order to preserve its intrinsic ratio.\n\n**Syntax**: `<bg-size>#`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
18672
|
+
"description": "The **`mask-size`** CSS property specifies the sizes of the mask images. The size of the image can be fully or partially constrained in order to preserve its intrinsic ratio.\n\n**Syntax**: `<bg-size>#`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :------: | :---: | :-: | | **4** _-x-_ | **53** | **15.4** | 18-79 | No | | | | 4 _-x-_ | | |"
|
18625
18673
|
},
|
18626
18674
|
"maskType": {
|
18627
18675
|
"$ref": "#/definitions/Property.MaskType",
|
@@ -18629,11 +18677,11 @@
|
|
18629
18677
|
},
|
18630
18678
|
"mathStyle": {
|
18631
18679
|
"$ref": "#/definitions/Property.MathStyle",
|
18632
|
-
"description": "The `math-style` property
|
18680
|
+
"description": "The `math-style` property indicates whether MathML equations should render with normal or compact height.\n\n**Syntax**: `normal | compact`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | n/a | n/a | **14.1** | No | No |"
|
18633
18681
|
},
|
18634
18682
|
"maxBlockSize": {
|
18635
18683
|
"$ref": "#/definitions/Property.MaxBlockSize%3C(string%7Cnumber)%3E",
|
18636
|
-
"description": "The
|
18684
|
+
"description": "The **`max-block-size`** CSS property specifies the maximum size of an element in the direction opposite that of the writing direction as specified by `writing-mode`. That is, if the writing direction is horizontal, then `max-block-size` is equivalent to `max-height`; if the writing direction is vertical, `max-block-size` is the same as `max-width`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
|
18637
18685
|
},
|
18638
18686
|
"maxHeight": {
|
18639
18687
|
"$ref": "#/definitions/Property.MaxHeight%3C(string%7Cnumber)%3E",
|
@@ -18757,7 +18805,7 @@
|
|
18757
18805
|
},
|
18758
18806
|
"overflowWrap": {
|
18759
18807
|
"$ref": "#/definitions/Property.OverflowWrap",
|
18760
|
-
"description": "The
|
18808
|
+
"description": "The **`overflow-wrap`** CSS property applies to inline elements, setting whether the browser should insert line breaks within an otherwise unbreakable string to prevent text from overflowing its line box.\n\n**Syntax**: `normal | break-word | anywhere`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------: | :---------------: | :-------------: | :--------------: | :-------------------: | | **23** | **49** | **7** | **18** | **5.5** _(word-wrap)_ | | 1 _(word-wrap)_ | 3.5 _(word-wrap)_ | 1 _(word-wrap)_ | 12 _(word-wrap)_ | |"
|
18761
18809
|
},
|
18762
18810
|
"overflowX": {
|
18763
18811
|
"$ref": "#/definitions/Property.OverflowX",
|
@@ -18769,11 +18817,11 @@
|
|
18769
18817
|
},
|
18770
18818
|
"overscrollBehaviorBlock": {
|
18771
18819
|
"$ref": "#/definitions/Property.OverscrollBehaviorBlock",
|
18772
|
-
"description": "The **`overscroll-behavior-block`**
|
18820
|
+
"description": "The **`overscroll-behavior-block`** CSS property sets the browser's behavior when the block direction boundary of a scrolling area is reached.\n\n**Syntax**: `contain | none | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **77** | **73** | No | **79** | No |"
|
18773
18821
|
},
|
18774
18822
|
"overscrollBehaviorInline": {
|
18775
18823
|
"$ref": "#/definitions/Property.OverscrollBehaviorInline",
|
18776
|
-
"description": "The **`overscroll-behavior-inline`**
|
18824
|
+
"description": "The **`overscroll-behavior-inline`** CSS property sets the browser's behavior when the inline direction boundary of a scrolling area is reached.\n\n**Syntax**: `contain | none | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **77** | **73** | No | **79** | No |"
|
18777
18825
|
},
|
18778
18826
|
"overscrollBehaviorX": {
|
18779
18827
|
"$ref": "#/definitions/Property.OverscrollBehaviorX",
|
@@ -18845,12 +18893,16 @@
|
|
18845
18893
|
},
|
18846
18894
|
"placeContent": {
|
18847
18895
|
"$ref": "#/definitions/Property.PlaceContent",
|
18848
|
-
"description": "The
|
18896
|
+
"description": "The **`place-content`** CSS shorthand property allows you to align content along both the block and inline directions at once (i.e. the `align-content` and `justify-content` properties) in a relevant layout system such as Grid or Flexbox.\n\n**Syntax**: `<'align-content'> <'justify-content'>?`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **45** | **9** | **79** | No |"
|
18849
18897
|
},
|
18850
18898
|
"position": {
|
18851
18899
|
"$ref": "#/definitions/Property.Position",
|
18852
18900
|
"description": "The **`position`** CSS property sets how an element is positioned in a document. The `top`, `right`, `bottom`, and `left` properties determine the final location of positioned elements.\n\n**Syntax**: `static | relative | absolute | sticky | fixed`\n\n**Initial value**: `static`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
|
18853
18901
|
},
|
18902
|
+
"printColorAdjust": {
|
18903
|
+
"$ref": "#/definitions/Property.PrintColorAdjust",
|
18904
|
+
"description": "The **`print-color-adjust`** CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to make any adjustments to the element's appearance it determines to be necessary and prudent given the type and capabilities of the output device.\n\n**Syntax**: `economy | exact`\n\n**Initial value**: `economy`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----------------: | :------: | :----------: | :-: | | **17** _-x-_ | **97** | **15.4** | **79** _-x-_ | No | | | 48 _(color-adjust)_ | 6 _-x-_ | | |"
|
18905
|
+
},
|
18854
18906
|
"quotes": {
|
18855
18907
|
"$ref": "#/definitions/Property.Quotes",
|
18856
18908
|
"description": "The **`quotes`** CSS property sets how the browser should render quotation marks that are added using the `open-quotes` or `close-quotes` values of the CSS `content` property.\n\n**Syntax**: `none | auto | [ <string> <string> ]+`\n\n**Initial value**: depends on user agent\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **11** | **1.5** | **9** | **12** | **8** |"
|
@@ -18873,7 +18925,7 @@
|
|
18873
18925
|
},
|
18874
18926
|
"rubyAlign": {
|
18875
18927
|
"$ref": "#/definitions/Property.RubyAlign",
|
18876
|
-
"description": "The
|
18928
|
+
"description": "The **`ruby-align`** CSS property defines the distribution of the different ruby elements over the base.\n\n**Syntax**: `start | center | space-between | space-around`\n\n**Initial value**: `space-around`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **38** | No | No | No |"
|
18877
18929
|
},
|
18878
18930
|
"rubyMerge": {
|
18879
18931
|
"$ref": "#/definitions/Property.RubyMerge",
|
@@ -18881,7 +18933,7 @@
|
|
18881
18933
|
},
|
18882
18934
|
"rubyPosition": {
|
18883
18935
|
"$ref": "#/definitions/Property.RubyPosition",
|
18884
|
-
"description": "The
|
18936
|
+
"description": "The **`ruby-position`** CSS property defines the position of a ruby element relatives to its base element. It can be positioned over the element (`over`), under it (`under`), or between the characters on their right side (`inter-character`).\n\n**Syntax**: `[ alternate || [ over | under ] ] | inter-character`\n\n**Initial value**: `alternate`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :---------: | :---: | :-: | | **84** | **38** | **7** _-x-_ | 12-79 | No | | 1 _-x-_ | | | | |"
|
18885
18937
|
},
|
18886
18938
|
"scale": {
|
18887
18939
|
"$ref": "#/definitions/Property.Scale",
|
@@ -18889,7 +18941,7 @@
|
|
18889
18941
|
},
|
18890
18942
|
"scrollBehavior": {
|
18891
18943
|
"$ref": "#/definitions/Property.ScrollBehavior",
|
18892
|
-
"description": "The **`scroll-behavior`** CSS property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CSSOM scrolling APIs.\n\n**Syntax**: `auto | smooth`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
18944
|
+
"description": "The **`scroll-behavior`** CSS property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CSSOM scrolling APIs.\n\n**Syntax**: `auto | smooth`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **61** | **36** | **15.4** | **79** | No |"
|
18893
18945
|
},
|
18894
18946
|
"scrollMargin": {
|
18895
18947
|
"$ref": "#/definitions/Property.ScrollMargin%3C(string%7Cnumber)%3E",
|
@@ -18901,15 +18953,15 @@
|
|
18901
18953
|
},
|
18902
18954
|
"scrollMarginBlockEnd": {
|
18903
18955
|
"$ref": "#/definitions/Property.ScrollMarginBlockEnd%3C(string%7Cnumber)%3E",
|
18904
|
-
"description": "The `scroll-margin-block-end`
|
18956
|
+
"description": "The `scroll-margin-block-end` property defines the margin of the scroll snap area at the end of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
|
18905
18957
|
},
|
18906
18958
|
"scrollMarginBlockStart": {
|
18907
18959
|
"$ref": "#/definitions/Property.ScrollMarginBlockStart%3C(string%7Cnumber)%3E",
|
18908
|
-
"description": "The `scroll-margin-block-start`
|
18960
|
+
"description": "The `scroll-margin-block-start` property defines the margin of the scroll snap area at the start of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
|
18909
18961
|
},
|
18910
18962
|
"scrollMarginBottom": {
|
18911
18963
|
"$ref": "#/definitions/Property.ScrollMarginBottom%3C(string%7Cnumber)%3E",
|
18912
|
-
"description": "The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container
|
18964
|
+
"description": "The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-bottom)_ | | |"
|
18913
18965
|
},
|
18914
18966
|
"scrollMarginInline": {
|
18915
18967
|
"$ref": "#/definitions/Property.ScrollMarginInline%3C(string%7Cnumber)%3E",
|
@@ -18917,23 +18969,23 @@
|
|
18917
18969
|
},
|
18918
18970
|
"scrollMarginInlineEnd": {
|
18919
18971
|
"$ref": "#/definitions/Property.ScrollMarginInlineEnd%3C(string%7Cnumber)%3E",
|
18920
|
-
"description": "The `scroll-margin-inline-end`
|
18972
|
+
"description": "The `scroll-margin-inline-end` property defines the margin of the scroll snap area at the end of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
|
18921
18973
|
},
|
18922
18974
|
"scrollMarginInlineStart": {
|
18923
18975
|
"$ref": "#/definitions/Property.ScrollMarginInlineStart%3C(string%7Cnumber)%3E",
|
18924
|
-
"description": "The `scroll-margin-inline-start` property defines the margin of the scroll snap area at the start of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container
|
18976
|
+
"description": "The `scroll-margin-inline-start` property defines the margin of the scroll snap area at the start of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
|
18925
18977
|
},
|
18926
18978
|
"scrollMarginLeft": {
|
18927
18979
|
"$ref": "#/definitions/Property.ScrollMarginLeft%3C(string%7Cnumber)%3E",
|
18928
|
-
"description": "The `scroll-margin-left` property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container
|
18980
|
+
"description": "The `scroll-margin-left` property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-left)_ | | |"
|
18929
18981
|
},
|
18930
18982
|
"scrollMarginRight": {
|
18931
18983
|
"$ref": "#/definitions/Property.ScrollMarginRight%3C(string%7Cnumber)%3E",
|
18932
|
-
"description": "The `scroll-margin-right` property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container
|
18984
|
+
"description": "The `scroll-margin-right` property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-right)_ | | |"
|
18933
18985
|
},
|
18934
18986
|
"scrollMarginTop": {
|
18935
18987
|
"$ref": "#/definitions/Property.ScrollMarginTop%3C(string%7Cnumber)%3E",
|
18936
|
-
"description": "The `scroll-margin-top` property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container
|
18988
|
+
"description": "The `scroll-margin-top` property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-top)_ | | |"
|
18937
18989
|
},
|
18938
18990
|
"scrollPadding": {
|
18939
18991
|
"$ref": "#/definitions/Property.ScrollPadding%3C(string%7Cnumber)%3E",
|
@@ -18945,15 +18997,15 @@
|
|
18945
18997
|
},
|
18946
18998
|
"scrollPaddingBlockEnd": {
|
18947
18999
|
"$ref": "#/definitions/Property.ScrollPaddingBlockEnd%3C(string%7Cnumber)%3E",
|
18948
|
-
"description": "The `scroll-padding-block-end` property defines offsets for the end edge in the block dimension of the
|
19000
|
+
"description": "The `scroll-padding-block-end` property defines offsets for the end edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
|
18949
19001
|
},
|
18950
19002
|
"scrollPaddingBlockStart": {
|
18951
19003
|
"$ref": "#/definitions/Property.ScrollPaddingBlockStart%3C(string%7Cnumber)%3E",
|
18952
|
-
"description": "The `scroll-padding-block-start` property defines offsets for the start edge in the block dimension of the
|
19004
|
+
"description": "The `scroll-padding-block-start` property defines offsets for the start edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
|
18953
19005
|
},
|
18954
19006
|
"scrollPaddingBottom": {
|
18955
19007
|
"$ref": "#/definitions/Property.ScrollPaddingBottom%3C(string%7Cnumber)%3E",
|
18956
|
-
"description": "The `scroll-padding-bottom` property defines offsets for the bottom of the
|
19008
|
+
"description": "The `scroll-padding-bottom` property defines offsets for the bottom of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
|
18957
19009
|
},
|
18958
19010
|
"scrollPaddingInline": {
|
18959
19011
|
"$ref": "#/definitions/Property.ScrollPaddingInline%3C(string%7Cnumber)%3E",
|
@@ -18961,27 +19013,27 @@
|
|
18961
19013
|
},
|
18962
19014
|
"scrollPaddingInlineEnd": {
|
18963
19015
|
"$ref": "#/definitions/Property.ScrollPaddingInlineEnd%3C(string%7Cnumber)%3E",
|
18964
|
-
"description": "The `scroll-padding-inline-end`
|
19016
|
+
"description": "The `scroll-padding-inline-end` property defines offsets for the end edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
|
18965
19017
|
},
|
18966
19018
|
"scrollPaddingInlineStart": {
|
18967
19019
|
"$ref": "#/definitions/Property.ScrollPaddingInlineStart%3C(string%7Cnumber)%3E",
|
18968
|
-
"description": "The `scroll-padding-inline-start` property defines offsets for the start edge in the inline dimension of the
|
19020
|
+
"description": "The `scroll-padding-inline-start` property defines offsets for the start edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
|
18969
19021
|
},
|
18970
19022
|
"scrollPaddingLeft": {
|
18971
19023
|
"$ref": "#/definitions/Property.ScrollPaddingLeft%3C(string%7Cnumber)%3E",
|
18972
|
-
"description": "The `scroll-padding-left` property defines offsets for the left of the
|
19024
|
+
"description": "The `scroll-padding-left` property defines offsets for the left of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
|
18973
19025
|
},
|
18974
19026
|
"scrollPaddingRight": {
|
18975
19027
|
"$ref": "#/definitions/Property.ScrollPaddingRight%3C(string%7Cnumber)%3E",
|
18976
|
-
"description": "The `scroll-padding-right`
|
19028
|
+
"description": "The `scroll-padding-right` property defines offsets for the right of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
|
18977
19029
|
},
|
18978
19030
|
"scrollPaddingTop": {
|
18979
19031
|
"$ref": "#/definitions/Property.ScrollPaddingTop%3C(string%7Cnumber)%3E",
|
18980
|
-
"description": "The **`scroll-padding-top`** property
|
19032
|
+
"description": "The **`scroll-padding-top`** property defines offsets for the top of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
|
18981
19033
|
},
|
18982
19034
|
"scrollSnapAlign": {
|
18983
19035
|
"$ref": "#/definitions/Property.ScrollSnapAlign",
|
18984
|
-
"description": "The `scroll-snap-align` property specifies the box
|
19036
|
+
"description": "The `scroll-snap-align` property specifies the box's snap position as an alignment of its snap area (as the alignment subject) within its snap container's snapport (as the alignment container). The two values specify the snapping alignment in the block axis and inline axis, respectively. If only one value is specified, the second value defaults to the same value.\n\n**Syntax**: `[ none | start | end | center ]{1,2}`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **11** | **79** | No |"
|
18985
19037
|
},
|
18986
19038
|
"scrollSnapMargin": {
|
18987
19039
|
"$ref": "#/definitions/Property.ScrollMargin%3C(string%7Cnumber)%3E",
|
@@ -18989,19 +19041,19 @@
|
|
18989
19041
|
},
|
18990
19042
|
"scrollSnapMarginBottom": {
|
18991
19043
|
"$ref": "#/definitions/Property.ScrollMarginBottom%3C(string%7Cnumber)%3E",
|
18992
|
-
"description": "The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container
|
19044
|
+
"description": "The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-bottom)_ | | |"
|
18993
19045
|
},
|
18994
19046
|
"scrollSnapMarginLeft": {
|
18995
19047
|
"$ref": "#/definitions/Property.ScrollMarginLeft%3C(string%7Cnumber)%3E",
|
18996
|
-
"description": "The `scroll-margin-left` property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container
|
19048
|
+
"description": "The `scroll-margin-left` property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-left)_ | | |"
|
18997
19049
|
},
|
18998
19050
|
"scrollSnapMarginRight": {
|
18999
19051
|
"$ref": "#/definitions/Property.ScrollMarginRight%3C(string%7Cnumber)%3E",
|
19000
|
-
"description": "The `scroll-margin-right` property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container
|
19052
|
+
"description": "The `scroll-margin-right` property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-right)_ | | |"
|
19001
19053
|
},
|
19002
19054
|
"scrollSnapMarginTop": {
|
19003
19055
|
"$ref": "#/definitions/Property.ScrollMarginTop%3C(string%7Cnumber)%3E",
|
19004
|
-
"description": "The `scroll-margin-top` property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container
|
19056
|
+
"description": "The `scroll-margin-top` property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-top)_ | | |"
|
19005
19057
|
},
|
19006
19058
|
"scrollSnapStop": {
|
19007
19059
|
"$ref": "#/definitions/Property.ScrollSnapStop",
|
@@ -19017,11 +19069,11 @@
|
|
19017
19069
|
},
|
19018
19070
|
"scrollbarGutter": {
|
19019
19071
|
"$ref": "#/definitions/Property.ScrollbarGutter",
|
19020
|
-
"description": "The **`scrollbar-gutter`** CSS property allows authors to reserve space for the scrollbar, preventing unwanted layout changes as the content grows while also avoiding unnecessary visuals when scrolling isn't needed.\n\n**Syntax**: `auto | stable && both-edges?`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **94** |
|
19072
|
+
"description": "The **`scrollbar-gutter`** CSS property allows authors to reserve space for the scrollbar, preventing unwanted layout changes as the content grows while also avoiding unnecessary visuals when scrolling isn't needed.\n\n**Syntax**: `auto | stable && both-edges?`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **94** | **97** | No | **94** | No |"
|
19021
19073
|
},
|
19022
19074
|
"scrollbarWidth": {
|
19023
19075
|
"$ref": "#/definitions/Property.ScrollbarWidth",
|
19024
|
-
"description": "The **`scrollbar-width`** property allows the author to set the maximum thickness of an element
|
19076
|
+
"description": "The **`scrollbar-width`** property allows the author to set the maximum thickness of an element's scrollbars when they are shown.\n\n**Syntax**: `auto | thin | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **64** | No | No | No |"
|
19025
19077
|
},
|
19026
19078
|
"shapeImageThreshold": {
|
19027
19079
|
"$ref": "#/definitions/Property.ShapeImageThreshold",
|
@@ -19045,7 +19097,7 @@
|
|
19045
19097
|
},
|
19046
19098
|
"textAlign": {
|
19047
19099
|
"$ref": "#/definitions/Property.TextAlign",
|
19048
|
-
"description": "The **`text-align`** CSS property sets the horizontal alignment of a
|
19100
|
+
"description": "The **`text-align`** CSS property sets the horizontal alignment of the content inside a block element or table-cell box. This means it works like `vertical-align` but in the horizontal direction.\n\n**Syntax**: `start | end | left | right | center | justify | match-parent`\n\n**Initial value**: `start`, or a nameless value that acts as `left` if _direction_ is `ltr`, `right` if _direction_ is `rtl` if `start` is not supported by the browser.\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **3** |"
|
19049
19101
|
},
|
19050
19102
|
"textAlignLast": {
|
19051
19103
|
"$ref": "#/definitions/Property.TextAlignLast",
|
@@ -19065,11 +19117,11 @@
|
|
19065
19117
|
},
|
19066
19118
|
"textDecorationSkip": {
|
19067
19119
|
"$ref": "#/definitions/Property.TextDecorationSkip",
|
19068
|
-
"description": "The **`text-decoration-skip`** CSS property sets what parts of an element
|
19120
|
+
"description": "The **`text-decoration-skip`** CSS property sets what parts of an element's content any text decoration affecting the element must skip over. It controls all text decoration lines drawn by the element and also any text decoration lines drawn by its ancestors.\n\n**Syntax**: `none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]`\n\n**Initial value**: `objects`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | 57-64 | No | **12.1** | No | No | | | | 7 _-x-_ | | |"
|
19069
19121
|
},
|
19070
19122
|
"textDecorationSkipInk": {
|
19071
19123
|
"$ref": "#/definitions/Property.TextDecorationSkipInk",
|
19072
|
-
"description": "The **`text-decoration-skip-ink`** CSS property specifies how overlines and underlines are drawn when they pass over glyph ascenders and descenders.\n\n**Syntax**: `auto | all | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
19124
|
+
"description": "The **`text-decoration-skip-ink`** CSS property specifies how overlines and underlines are drawn when they pass over glyph ascenders and descenders.\n\n**Syntax**: `auto | all | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **64** | **70** | **15.4** | **79** | No |"
|
19073
19125
|
},
|
19074
19126
|
"textDecorationStyle": {
|
19075
19127
|
"$ref": "#/definitions/Property.TextDecorationStyle",
|
@@ -19177,7 +19229,7 @@
|
|
19177
19229
|
},
|
19178
19230
|
"userSelect": {
|
19179
19231
|
"$ref": "#/definitions/Property.UserSelect",
|
19180
|
-
"description": "The
|
19232
|
+
"description": "The **`user-select`** CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.\n\n**Syntax**: `auto | text | none | contain | all`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :---------: | :------: | :----------: | | **54** | **69** | **3** _-x-_ | **79** | **10** _-x-_ | | 1 _-x-_ | 1 _-x-_ | | 12 _-x-_ | |"
|
19181
19233
|
},
|
19182
19234
|
"verticalAlign": {
|
19183
19235
|
"$ref": "#/definitions/Property.VerticalAlign%3C(string%7Cnumber)%3E",
|
@@ -19201,7 +19253,7 @@
|
|
19201
19253
|
},
|
19202
19254
|
"wordWrap": {
|
19203
19255
|
"$ref": "#/definitions/Property.WordWrap",
|
19204
|
-
"description": "The
|
19256
|
+
"description": "The **`overflow-wrap`** CSS property applies to inline elements, setting whether the browser should insert line breaks within an otherwise unbreakable string to prevent text from overflowing its line box.\n\n**Syntax**: `normal | break-word`\n\n**Initial value**: `normal`"
|
19205
19257
|
},
|
19206
19258
|
"zIndex": {
|
19207
19259
|
"$ref": "#/definitions/Property.ZIndex",
|
@@ -19209,7 +19261,7 @@
|
|
19209
19261
|
},
|
19210
19262
|
"zoom": {
|
19211
19263
|
"$ref": "#/definitions/Property.Zoom",
|
19212
|
-
"description": "The non-standard
|
19264
|
+
"description": "The non-standard **_`zoom`_** CSS property can be used to control the magnification level of an element. `transform: scale()` should be used instead of this property, if possible. However, unlike CSS Transforms, `zoom` affects the layout size of the element.\n\n**Syntax**: `normal | reset | <number> | <percentage>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-----: | | **1** | No | **3.1** | **12** | **5.5** |"
|
19213
19265
|
}
|
19214
19266
|
}
|
19215
19267
|
},
|
@@ -21402,24 +21454,6 @@
|
|
21402
21454
|
}
|
21403
21455
|
]
|
21404
21456
|
},
|
21405
|
-
"Property.FontVariantAlternates": {
|
21406
|
-
"anyOf": [
|
21407
|
-
{
|
21408
|
-
"$ref": "#/definitions/Globals"
|
21409
|
-
},
|
21410
|
-
{
|
21411
|
-
"type": "string",
|
21412
|
-
"const": "historical-forms"
|
21413
|
-
},
|
21414
|
-
{
|
21415
|
-
"type": "string",
|
21416
|
-
"const": "normal"
|
21417
|
-
},
|
21418
|
-
{
|
21419
|
-
"type": "string"
|
21420
|
-
}
|
21421
|
-
]
|
21422
|
-
},
|
21423
21457
|
"Property.GridColumnGap<(string|number)>": {
|
21424
21458
|
"anyOf": [
|
21425
21459
|
{
|
@@ -25442,6 +25476,10 @@
|
|
25442
25476
|
{
|
25443
25477
|
"type": "number"
|
25444
25478
|
},
|
25479
|
+
{
|
25480
|
+
"type": "string",
|
25481
|
+
"const": "-moz-fit-content"
|
25482
|
+
},
|
25445
25483
|
{
|
25446
25484
|
"type": "string",
|
25447
25485
|
"const": "-moz-max-content"
|
@@ -25577,6 +25615,20 @@
|
|
25577
25615
|
}
|
25578
25616
|
]
|
25579
25617
|
},
|
25618
|
+
"Property.HyphenateCharacter": {
|
25619
|
+
"anyOf": [
|
25620
|
+
{
|
25621
|
+
"$ref": "#/definitions/Globals"
|
25622
|
+
},
|
25623
|
+
{
|
25624
|
+
"type": "string",
|
25625
|
+
"const": "auto"
|
25626
|
+
},
|
25627
|
+
{
|
25628
|
+
"type": "string"
|
25629
|
+
}
|
25630
|
+
]
|
25631
|
+
},
|
25580
25632
|
"Property.InitialLetter": {
|
25581
25633
|
"anyOf": [
|
25582
25634
|
{
|
@@ -26035,7 +26087,7 @@
|
|
26035
26087
|
}
|
26036
26088
|
]
|
26037
26089
|
},
|
26038
|
-
"Property.
|
26090
|
+
"Property.PrintColorAdjust": {
|
26039
26091
|
"anyOf": [
|
26040
26092
|
{
|
26041
26093
|
"$ref": "#/definitions/Globals"
|
@@ -26987,6 +27039,22 @@
|
|
26987
27039
|
}
|
26988
27040
|
]
|
26989
27041
|
},
|
27042
|
+
"Property.AnimationTimeline": {
|
27043
|
+
"anyOf": [
|
27044
|
+
{
|
27045
|
+
"$ref": "#/definitions/Globals"
|
27046
|
+
},
|
27047
|
+
{
|
27048
|
+
"$ref": "#/definitions/DataType.SingleAnimationTimeline"
|
27049
|
+
},
|
27050
|
+
{
|
27051
|
+
"type": "string"
|
27052
|
+
}
|
27053
|
+
]
|
27054
|
+
},
|
27055
|
+
"DataType.SingleAnimationTimeline": {
|
27056
|
+
"type": "string"
|
27057
|
+
},
|
26990
27058
|
"Property.Appearance": {
|
26991
27059
|
"anyOf": [
|
26992
27060
|
{
|
@@ -28157,6 +28225,24 @@
|
|
28157
28225
|
}
|
28158
28226
|
]
|
28159
28227
|
},
|
28228
|
+
"Property.FontVariantAlternates": {
|
28229
|
+
"anyOf": [
|
28230
|
+
{
|
28231
|
+
"$ref": "#/definitions/Globals"
|
28232
|
+
},
|
28233
|
+
{
|
28234
|
+
"type": "string",
|
28235
|
+
"const": "historical-forms"
|
28236
|
+
},
|
28237
|
+
{
|
28238
|
+
"type": "string",
|
28239
|
+
"const": "normal"
|
28240
|
+
},
|
28241
|
+
{
|
28242
|
+
"type": "string"
|
28243
|
+
}
|
28244
|
+
]
|
28245
|
+
},
|
28160
28246
|
"Property.FontVariantCaps": {
|
28161
28247
|
"anyOf": [
|
28162
28248
|
{
|
@@ -28607,6 +28693,21 @@
|
|
28607
28693
|
}
|
28608
28694
|
]
|
28609
28695
|
},
|
28696
|
+
"Property.InputSecurity": {
|
28697
|
+
"anyOf": [
|
28698
|
+
{
|
28699
|
+
"$ref": "#/definitions/Globals"
|
28700
|
+
},
|
28701
|
+
{
|
28702
|
+
"type": "string",
|
28703
|
+
"const": "auto"
|
28704
|
+
},
|
28705
|
+
{
|
28706
|
+
"type": "string",
|
28707
|
+
"const": "none"
|
28708
|
+
}
|
28709
|
+
]
|
28710
|
+
},
|
28610
28711
|
"Property.Inset<(string|number)>": {
|
28611
28712
|
"anyOf": [
|
28612
28713
|
{
|
@@ -31135,7 +31236,8 @@
|
|
31135
31236
|
},
|
31136
31237
|
"disabled": {
|
31137
31238
|
"type": "boolean",
|
31138
|
-
"description": "是否禁用"
|
31239
|
+
"description": "是否禁用",
|
31240
|
+
"default": false
|
31139
31241
|
},
|
31140
31242
|
"disabledOn": {
|
31141
31243
|
"$ref": "#/definitions/SchemaExpression",
|
@@ -31161,29 +31263,88 @@
|
|
31161
31263
|
"type": "string",
|
31162
31264
|
"description": "组件唯一 id,主要用于日志采集"
|
31163
31265
|
},
|
31164
|
-
"
|
31165
|
-
"
|
31166
|
-
|
31167
|
-
|
31168
|
-
|
31169
|
-
|
31170
|
-
|
31171
|
-
|
31172
|
-
|
31266
|
+
"layout": {
|
31267
|
+
"anyOf": [
|
31268
|
+
{
|
31269
|
+
"type": "string"
|
31270
|
+
},
|
31271
|
+
{
|
31272
|
+
"type": "array",
|
31273
|
+
"items": {
|
31274
|
+
"type": "string"
|
31275
|
+
}
|
31276
|
+
}
|
31173
31277
|
],
|
31174
|
-
"description": "
|
31278
|
+
"description": "通过控制layout属性的顺序,调整分页结构 total,perPage,pager,go",
|
31279
|
+
"default": "pager"
|
31175
31280
|
},
|
31176
31281
|
"maxButtons": {
|
31177
31282
|
"type": "number",
|
31178
31283
|
"description": "最多显示多少个分页按钮。",
|
31179
31284
|
"default": 5
|
31285
|
+
},
|
31286
|
+
"mode": {
|
31287
|
+
"$ref": "#/definitions/MODE_TYPE",
|
31288
|
+
"description": "模式,默认normal,如果只想简单显示可以配置成 `simple`。",
|
31289
|
+
"default": "normal"
|
31290
|
+
},
|
31291
|
+
"activePage": {
|
31292
|
+
"type": "number",
|
31293
|
+
"description": "当前页数"
|
31294
|
+
},
|
31295
|
+
"total": {
|
31296
|
+
"type": "number",
|
31297
|
+
"description": "总条数"
|
31298
|
+
},
|
31299
|
+
"lastPage": {
|
31300
|
+
"type": "number",
|
31301
|
+
"description": "最后一页,总页数(如果传入了total,会重新计算lastPage)"
|
31302
|
+
},
|
31303
|
+
"perPage": {
|
31304
|
+
"type": "number",
|
31305
|
+
"description": "每页显示条数",
|
31306
|
+
"default": 10
|
31307
|
+
},
|
31308
|
+
"showPerPage": {
|
31309
|
+
"type": "boolean",
|
31310
|
+
"description": "是否展示分页切换,也同时受layout控制",
|
31311
|
+
"default": false
|
31312
|
+
},
|
31313
|
+
"perPageAvailable": {
|
31314
|
+
"type": "array",
|
31315
|
+
"items": {
|
31316
|
+
"type": "number"
|
31317
|
+
},
|
31318
|
+
"description": "指定每页可以显示多少条",
|
31319
|
+
"default": [
|
31320
|
+
10,
|
31321
|
+
20,
|
31322
|
+
50,
|
31323
|
+
100
|
31324
|
+
]
|
31325
|
+
},
|
31326
|
+
"showPageInput": {
|
31327
|
+
"type": "boolean",
|
31328
|
+
"description": "是否显示快速跳转输入框",
|
31329
|
+
"default": false
|
31330
|
+
},
|
31331
|
+
"hasNext": {
|
31332
|
+
"type": "boolean"
|
31180
31333
|
}
|
31181
31334
|
},
|
31182
31335
|
"required": [
|
31336
|
+
"activePage",
|
31183
31337
|
"type"
|
31184
31338
|
],
|
31185
31339
|
"additionalProperties": false
|
31186
31340
|
},
|
31341
|
+
"MODE_TYPE": {
|
31342
|
+
"type": "string",
|
31343
|
+
"enum": [
|
31344
|
+
"simple",
|
31345
|
+
"normal"
|
31346
|
+
]
|
31347
|
+
},
|
31187
31348
|
"PaginationWrapperSchema": {
|
31188
31349
|
"type": "object",
|
31189
31350
|
"properties": {
|
@@ -32340,155 +32501,515 @@
|
|
32340
32501
|
"additionalProperties": false,
|
32341
32502
|
"description": "Table 表格渲染器。 文档:https://baidu.gitee.io/amis/docs/components/table"
|
32342
32503
|
},
|
32343
|
-
"
|
32504
|
+
"TableSchemaV2": {
|
32344
32505
|
"type": "object",
|
32345
32506
|
"properties": {
|
32346
32507
|
"type": {
|
32347
32508
|
"type": "string",
|
32348
|
-
"const": "
|
32509
|
+
"const": "table-v2",
|
32510
|
+
"description": "指定为表格类型"
|
32349
32511
|
},
|
32350
32512
|
"className": {
|
32351
|
-
"$ref": "#/definitions/SchemaClassName",
|
32352
|
-
"description": "容器 css 类名"
|
32353
|
-
},
|
32354
|
-
"$ref": {
|
32355
|
-
"type": "string",
|
32356
|
-
"description": "配合 definitions 一起使用,可以实现无限循环的渲染器。"
|
32357
|
-
},
|
32358
|
-
"disabled": {
|
32359
|
-
"type": "boolean",
|
32360
|
-
"description": "是否禁用"
|
32361
|
-
},
|
32362
|
-
"disabledOn": {
|
32363
|
-
"$ref": "#/definitions/SchemaExpression",
|
32364
|
-
"description": "是否禁用表达式"
|
32365
|
-
},
|
32366
|
-
"hidden": {
|
32367
|
-
"type": "boolean",
|
32368
|
-
"description": "是否隐藏"
|
32369
|
-
},
|
32370
|
-
"hiddenOn": {
|
32371
|
-
"$ref": "#/definitions/SchemaExpression",
|
32372
|
-
"description": "是否隐藏表达式"
|
32373
|
-
},
|
32374
|
-
"visible": {
|
32375
|
-
"type": "boolean",
|
32376
|
-
"description": "是否显示"
|
32377
|
-
},
|
32378
|
-
"visibleOn": {
|
32379
|
-
"$ref": "#/definitions/SchemaExpression",
|
32380
|
-
"description": "是否显示表达式"
|
32381
|
-
},
|
32382
|
-
"id": {
|
32383
|
-
"type": "string",
|
32384
|
-
"description": "组件唯一 id,主要用于日志采集"
|
32385
|
-
},
|
32386
|
-
"tabs": {
|
32387
|
-
"type": "array",
|
32388
|
-
"items": {
|
32389
|
-
"$ref": "#/definitions/TabSchema"
|
32390
|
-
},
|
32391
|
-
"description": "选项卡成员。当配置了 source 时,选项卡成员,将会根据目标数据进行重复。"
|
32392
|
-
},
|
32393
|
-
"source": {
|
32394
|
-
"type": "string",
|
32395
|
-
"description": "关联已有数据,选项卡直接根据目标数据重复。"
|
32396
|
-
},
|
32397
|
-
"tabsClassName": {
|
32398
|
-
"$ref": "#/definitions/SchemaClassName",
|
32399
|
-
"description": "类名"
|
32400
|
-
},
|
32401
|
-
"tabsMode": {
|
32402
|
-
"$ref": "#/definitions/TabsMode",
|
32403
|
-
"description": "展示形式"
|
32404
|
-
},
|
32405
|
-
"contentClassName": {
|
32406
|
-
"$ref": "#/definitions/SchemaClassName",
|
32407
|
-
"description": "内容类名"
|
32408
|
-
},
|
32409
|
-
"linksClassName": {
|
32410
|
-
"$ref": "#/definitions/SchemaClassName",
|
32411
|
-
"description": "链接外层类名"
|
32412
|
-
},
|
32413
|
-
"mountOnEnter": {
|
32414
|
-
"type": "boolean",
|
32415
|
-
"description": "卡片是否只有在点开的时候加载?"
|
32416
|
-
},
|
32417
|
-
"unmountOnExit": {
|
32418
|
-
"type": "boolean",
|
32419
|
-
"description": "卡片隐藏的时候是否销毁卡片内容"
|
32420
|
-
},
|
32421
|
-
"toolbar": {
|
32422
|
-
"$ref": "#/definitions/ActionSchema",
|
32423
|
-
"description": "可以在右侧配置点其他功能按钮。"
|
32424
|
-
},
|
32425
|
-
"subFormMode": {
|
32426
32513
|
"type": "string",
|
32427
|
-
"
|
32428
|
-
|
32429
|
-
|
32430
|
-
|
32431
|
-
|
32432
|
-
|
32433
|
-
|
32434
|
-
|
32435
|
-
"
|
32436
|
-
|
32437
|
-
|
32438
|
-
|
32439
|
-
"
|
32440
|
-
|
32441
|
-
|
32442
|
-
|
32443
|
-
"
|
32444
|
-
|
32445
|
-
|
32446
|
-
|
32447
|
-
"
|
32448
|
-
|
32449
|
-
|
32450
|
-
|
32451
|
-
"
|
32452
|
-
|
32453
|
-
|
32454
|
-
|
32455
|
-
"
|
32456
|
-
|
32457
|
-
|
32458
|
-
|
32459
|
-
"
|
32460
|
-
|
32461
|
-
|
32462
|
-
|
32463
|
-
|
32464
|
-
|
32465
|
-
|
32466
|
-
|
32467
|
-
|
32468
|
-
|
32469
|
-
|
32470
|
-
|
32471
|
-
|
32472
|
-
|
32473
|
-
|
32474
|
-
|
32475
|
-
|
32476
|
-
"description": "
|
32477
|
-
}
|
32478
|
-
|
32479
|
-
|
32480
|
-
|
32481
|
-
|
32482
|
-
|
32483
|
-
|
32484
|
-
|
32485
|
-
|
32486
|
-
|
32487
|
-
|
32488
|
-
|
32489
|
-
"
|
32490
|
-
"
|
32491
|
-
"
|
32514
|
+
"description": "自定义表格样式"
|
32515
|
+
},
|
32516
|
+
"$ref": {
|
32517
|
+
"type": "string",
|
32518
|
+
"description": "配合 definitions 一起使用,可以实现无限循环的渲染器。"
|
32519
|
+
},
|
32520
|
+
"disabled": {
|
32521
|
+
"type": "boolean",
|
32522
|
+
"description": "是否禁用"
|
32523
|
+
},
|
32524
|
+
"disabledOn": {
|
32525
|
+
"$ref": "#/definitions/SchemaExpression",
|
32526
|
+
"description": "是否禁用表达式"
|
32527
|
+
},
|
32528
|
+
"hidden": {
|
32529
|
+
"type": "boolean",
|
32530
|
+
"description": "是否隐藏"
|
32531
|
+
},
|
32532
|
+
"hiddenOn": {
|
32533
|
+
"$ref": "#/definitions/SchemaExpression",
|
32534
|
+
"description": "是否隐藏表达式"
|
32535
|
+
},
|
32536
|
+
"visible": {
|
32537
|
+
"type": "boolean",
|
32538
|
+
"description": "是否显示"
|
32539
|
+
},
|
32540
|
+
"visibleOn": {
|
32541
|
+
"$ref": "#/definitions/SchemaExpression",
|
32542
|
+
"description": "是否显示表达式"
|
32543
|
+
},
|
32544
|
+
"id": {
|
32545
|
+
"type": "string",
|
32546
|
+
"description": "组件唯一 id,主要用于日志采集"
|
32547
|
+
},
|
32548
|
+
"title": {
|
32549
|
+
"anyOf": [
|
32550
|
+
{
|
32551
|
+
"type": "string"
|
32552
|
+
},
|
32553
|
+
{
|
32554
|
+
"$ref": "#/definitions/SchemaObject"
|
32555
|
+
},
|
32556
|
+
{
|
32557
|
+
"type": "array",
|
32558
|
+
"items": {
|
32559
|
+
"$ref": "#/definitions/SchemaObject"
|
32560
|
+
}
|
32561
|
+
}
|
32562
|
+
],
|
32563
|
+
"description": "表格标题"
|
32564
|
+
},
|
32565
|
+
"source": {
|
32566
|
+
"$ref": "#/definitions/SchemaTokenizeableString",
|
32567
|
+
"description": "表格数据源"
|
32568
|
+
},
|
32569
|
+
"columnsTogglable": {
|
32570
|
+
"type": "boolean",
|
32571
|
+
"description": "表格可自定义列"
|
32572
|
+
},
|
32573
|
+
"columnsToggler": {
|
32574
|
+
"description": "表格可自定义列的一些配置"
|
32575
|
+
},
|
32576
|
+
"columns": {
|
32577
|
+
"type": "array",
|
32578
|
+
"items": {
|
32579
|
+
"$ref": "#/definitions/ColumnSchema"
|
32580
|
+
},
|
32581
|
+
"description": "表格列配置"
|
32582
|
+
},
|
32583
|
+
"rowSelection": {
|
32584
|
+
"$ref": "#/definitions/RowSelectionSchema",
|
32585
|
+
"description": "表格可选择配置"
|
32586
|
+
},
|
32587
|
+
"expandable": {
|
32588
|
+
"$ref": "#/definitions/ExpandableSchema",
|
32589
|
+
"description": "表格行可展开配置"
|
32590
|
+
},
|
32591
|
+
"expandableBody": {
|
32592
|
+
"type": "array",
|
32593
|
+
"items": {
|
32594
|
+
"$ref": "#/definitions/SchemaObject"
|
32595
|
+
},
|
32596
|
+
"description": "表格行可展开内容配置"
|
32597
|
+
},
|
32598
|
+
"sticky": {
|
32599
|
+
"type": "boolean",
|
32600
|
+
"description": "粘性头部"
|
32601
|
+
},
|
32602
|
+
"loading": {
|
32603
|
+
"anyOf": [
|
32604
|
+
{
|
32605
|
+
"type": "boolean"
|
32606
|
+
},
|
32607
|
+
{
|
32608
|
+
"type": "string"
|
32609
|
+
},
|
32610
|
+
{
|
32611
|
+
"$ref": "#/definitions/SchemaObject"
|
32612
|
+
}
|
32613
|
+
],
|
32614
|
+
"description": "加载中"
|
32615
|
+
},
|
32616
|
+
"itemBadge": {
|
32617
|
+
"$ref": "#/definitions/BadgeSchema",
|
32618
|
+
"description": "行角标"
|
32619
|
+
},
|
32620
|
+
"popOverContainer": {
|
32621
|
+
"description": "指定挂载dom"
|
32622
|
+
},
|
32623
|
+
"keyField": {
|
32624
|
+
"type": "string",
|
32625
|
+
"description": "嵌套展开记录的唯一标识"
|
32626
|
+
},
|
32627
|
+
"childrenColumnName": {
|
32628
|
+
"type": "string",
|
32629
|
+
"description": "数据源嵌套自定义字段名"
|
32630
|
+
},
|
32631
|
+
"rowClassNameExpr": {
|
32632
|
+
"type": "string",
|
32633
|
+
"description": "自定义行样式"
|
32634
|
+
},
|
32635
|
+
"lineHeight": {
|
32636
|
+
"type": "string",
|
32637
|
+
"description": "是否固定内容行高度"
|
32638
|
+
},
|
32639
|
+
"bordered": {
|
32640
|
+
"type": "boolean",
|
32641
|
+
"description": "是否展示边框"
|
32642
|
+
},
|
32643
|
+
"showHeader": {
|
32644
|
+
"type": "boolean",
|
32645
|
+
"description": "是否展示表头"
|
32646
|
+
},
|
32647
|
+
"footer": {
|
32648
|
+
"anyOf": [
|
32649
|
+
{
|
32650
|
+
"type": "string"
|
32651
|
+
},
|
32652
|
+
{
|
32653
|
+
"$ref": "#/definitions/SchemaObject"
|
32654
|
+
},
|
32655
|
+
{
|
32656
|
+
"type": "array",
|
32657
|
+
"items": {
|
32658
|
+
"$ref": "#/definitions/SchemaObject"
|
32659
|
+
}
|
32660
|
+
}
|
32661
|
+
],
|
32662
|
+
"description": "指定表尾"
|
32663
|
+
}
|
32664
|
+
},
|
32665
|
+
"required": [
|
32666
|
+
"columns",
|
32667
|
+
"columnsTogglable",
|
32668
|
+
"columnsToggler",
|
32669
|
+
"source",
|
32670
|
+
"type"
|
32671
|
+
],
|
32672
|
+
"additionalProperties": false
|
32673
|
+
},
|
32674
|
+
"ColumnSchema": {
|
32675
|
+
"type": "object",
|
32676
|
+
"properties": {
|
32677
|
+
"key": {
|
32678
|
+
"type": "string",
|
32679
|
+
"description": "指定列唯一标识"
|
32680
|
+
},
|
32681
|
+
"title": {
|
32682
|
+
"anyOf": [
|
32683
|
+
{
|
32684
|
+
"type": "string"
|
32685
|
+
},
|
32686
|
+
{
|
32687
|
+
"$ref": "#/definitions/SchemaObject"
|
32688
|
+
}
|
32689
|
+
],
|
32690
|
+
"description": "指定列标题"
|
32691
|
+
},
|
32692
|
+
"type": {
|
32693
|
+
"type": "string",
|
32694
|
+
"description": "指定列内容渲染器"
|
32695
|
+
},
|
32696
|
+
"rowSpanExpr": {
|
32697
|
+
"type": "string",
|
32698
|
+
"description": "指定行合并表达式"
|
32699
|
+
},
|
32700
|
+
"colSpanExpr": {
|
32701
|
+
"type": "string",
|
32702
|
+
"description": "指定列合并表达式"
|
32703
|
+
},
|
32704
|
+
"children": {
|
32705
|
+
"type": "array",
|
32706
|
+
"items": {
|
32707
|
+
"$ref": "#/definitions/ColumnSchema"
|
32708
|
+
},
|
32709
|
+
"description": "表头分组"
|
32710
|
+
},
|
32711
|
+
"copyable": {
|
32712
|
+
"type": "boolean",
|
32713
|
+
"description": "可复制"
|
32714
|
+
},
|
32715
|
+
"remark": {
|
32716
|
+
"type": "string",
|
32717
|
+
"description": "列表头提示"
|
32718
|
+
},
|
32719
|
+
"searchable": {
|
32720
|
+
"anyOf": [
|
32721
|
+
{
|
32722
|
+
"type": "boolean"
|
32723
|
+
},
|
32724
|
+
{
|
32725
|
+
"$ref": "#/definitions/SchemaObject"
|
32726
|
+
}
|
32727
|
+
],
|
32728
|
+
"description": "快速搜索"
|
32729
|
+
},
|
32730
|
+
"sorter": {
|
32731
|
+
"type": "boolean",
|
32732
|
+
"description": "快速排序"
|
32733
|
+
},
|
32734
|
+
"align": {
|
32735
|
+
"type": "string",
|
32736
|
+
"description": "内容居左、居中、居右"
|
32737
|
+
},
|
32738
|
+
"fixed": {
|
32739
|
+
"type": [
|
32740
|
+
"boolean",
|
32741
|
+
"string"
|
32742
|
+
],
|
32743
|
+
"description": "是否固定在左侧/右侧"
|
32744
|
+
},
|
32745
|
+
"toggled": {
|
32746
|
+
"type": "boolean",
|
32747
|
+
"description": "当前列是否展示"
|
32748
|
+
}
|
32749
|
+
},
|
32750
|
+
"required": [
|
32751
|
+
"key",
|
32752
|
+
"title"
|
32753
|
+
],
|
32754
|
+
"additionalProperties": false
|
32755
|
+
},
|
32756
|
+
"RowSelectionSchema": {
|
32757
|
+
"type": "object",
|
32758
|
+
"properties": {
|
32759
|
+
"type": {
|
32760
|
+
"type": "string",
|
32761
|
+
"description": "选择类型 单选/多选"
|
32762
|
+
},
|
32763
|
+
"keyField": {
|
32764
|
+
"type": "string",
|
32765
|
+
"description": "对应数据源的key值"
|
32766
|
+
},
|
32767
|
+
"disableOn": {
|
32768
|
+
"type": "string",
|
32769
|
+
"description": "行是否禁用表达式"
|
32770
|
+
},
|
32771
|
+
"selections": {
|
32772
|
+
"type": "array",
|
32773
|
+
"items": {
|
32774
|
+
"$ref": "#/definitions/RowSelectionOptionsSchema"
|
32775
|
+
},
|
32776
|
+
"description": "自定义选择菜单"
|
32777
|
+
},
|
32778
|
+
"selectedRowKeys": {
|
32779
|
+
"type": "array",
|
32780
|
+
"items": {
|
32781
|
+
"type": [
|
32782
|
+
"string",
|
32783
|
+
"number"
|
32784
|
+
]
|
32785
|
+
},
|
32786
|
+
"description": "已选择的key值"
|
32787
|
+
},
|
32788
|
+
"selectedRowKeysExpr": {
|
32789
|
+
"type": "string",
|
32790
|
+
"description": "已选择的key值表达式"
|
32791
|
+
},
|
32792
|
+
"columnWidth": {
|
32793
|
+
"type": "number",
|
32794
|
+
"description": "已选择的key值表达式"
|
32795
|
+
},
|
32796
|
+
"rowClick": {
|
32797
|
+
"type": "boolean",
|
32798
|
+
"description": "是否点击行触发选中或取消选中"
|
32799
|
+
}
|
32800
|
+
},
|
32801
|
+
"required": [
|
32802
|
+
"type",
|
32803
|
+
"selectedRowKeysExpr"
|
32804
|
+
],
|
32805
|
+
"additionalProperties": false
|
32806
|
+
},
|
32807
|
+
"RowSelectionOptionsSchema": {
|
32808
|
+
"type": "object",
|
32809
|
+
"properties": {
|
32810
|
+
"key": {
|
32811
|
+
"type": "string",
|
32812
|
+
"description": "选择类型 选择全部"
|
32813
|
+
},
|
32814
|
+
"text": {
|
32815
|
+
"type": "string",
|
32816
|
+
"description": "选项显示文本"
|
32817
|
+
}
|
32818
|
+
},
|
32819
|
+
"required": [
|
32820
|
+
"key",
|
32821
|
+
"text"
|
32822
|
+
],
|
32823
|
+
"additionalProperties": false
|
32824
|
+
},
|
32825
|
+
"ExpandableSchema": {
|
32826
|
+
"type": "object",
|
32827
|
+
"properties": {
|
32828
|
+
"keyField": {
|
32829
|
+
"type": "string",
|
32830
|
+
"description": "对应数据源的key值"
|
32831
|
+
},
|
32832
|
+
"expandableOn": {
|
32833
|
+
"type": "string",
|
32834
|
+
"description": "行是否可展开表达式"
|
32835
|
+
},
|
32836
|
+
"expandedRowClassNameExpr": {
|
32837
|
+
"type": "string",
|
32838
|
+
"description": "展开行自定义样式表达式"
|
32839
|
+
},
|
32840
|
+
"expandedRowKeys": {
|
32841
|
+
"type": "array",
|
32842
|
+
"items": {
|
32843
|
+
"type": [
|
32844
|
+
"string",
|
32845
|
+
"number"
|
32846
|
+
]
|
32847
|
+
},
|
32848
|
+
"description": "已展开的key值"
|
32849
|
+
},
|
32850
|
+
"expandedRowKeysExpr": {
|
32851
|
+
"type": "string",
|
32852
|
+
"description": "已展开的key值表达式"
|
32853
|
+
}
|
32854
|
+
},
|
32855
|
+
"required": [
|
32856
|
+
"keyField",
|
32857
|
+
"expandableOn",
|
32858
|
+
"expandedRowClassNameExpr",
|
32859
|
+
"expandedRowKeys",
|
32860
|
+
"expandedRowKeysExpr"
|
32861
|
+
],
|
32862
|
+
"additionalProperties": false
|
32863
|
+
},
|
32864
|
+
"TabsSchema": {
|
32865
|
+
"type": "object",
|
32866
|
+
"properties": {
|
32867
|
+
"type": {
|
32868
|
+
"type": "string",
|
32869
|
+
"const": "tabs"
|
32870
|
+
},
|
32871
|
+
"className": {
|
32872
|
+
"$ref": "#/definitions/SchemaClassName",
|
32873
|
+
"description": "容器 css 类名"
|
32874
|
+
},
|
32875
|
+
"$ref": {
|
32876
|
+
"type": "string",
|
32877
|
+
"description": "配合 definitions 一起使用,可以实现无限循环的渲染器。"
|
32878
|
+
},
|
32879
|
+
"disabled": {
|
32880
|
+
"type": "boolean",
|
32881
|
+
"description": "是否禁用"
|
32882
|
+
},
|
32883
|
+
"disabledOn": {
|
32884
|
+
"$ref": "#/definitions/SchemaExpression",
|
32885
|
+
"description": "是否禁用表达式"
|
32886
|
+
},
|
32887
|
+
"hidden": {
|
32888
|
+
"type": "boolean",
|
32889
|
+
"description": "是否隐藏"
|
32890
|
+
},
|
32891
|
+
"hiddenOn": {
|
32892
|
+
"$ref": "#/definitions/SchemaExpression",
|
32893
|
+
"description": "是否隐藏表达式"
|
32894
|
+
},
|
32895
|
+
"visible": {
|
32896
|
+
"type": "boolean",
|
32897
|
+
"description": "是否显示"
|
32898
|
+
},
|
32899
|
+
"visibleOn": {
|
32900
|
+
"$ref": "#/definitions/SchemaExpression",
|
32901
|
+
"description": "是否显示表达式"
|
32902
|
+
},
|
32903
|
+
"id": {
|
32904
|
+
"type": "string",
|
32905
|
+
"description": "组件唯一 id,主要用于日志采集"
|
32906
|
+
},
|
32907
|
+
"tabs": {
|
32908
|
+
"type": "array",
|
32909
|
+
"items": {
|
32910
|
+
"$ref": "#/definitions/TabSchema"
|
32911
|
+
},
|
32912
|
+
"description": "选项卡成员。当配置了 source 时,选项卡成员,将会根据目标数据进行重复。"
|
32913
|
+
},
|
32914
|
+
"source": {
|
32915
|
+
"type": "string",
|
32916
|
+
"description": "关联已有数据,选项卡直接根据目标数据重复。"
|
32917
|
+
},
|
32918
|
+
"tabsClassName": {
|
32919
|
+
"$ref": "#/definitions/SchemaClassName",
|
32920
|
+
"description": "类名"
|
32921
|
+
},
|
32922
|
+
"tabsMode": {
|
32923
|
+
"$ref": "#/definitions/TabsMode",
|
32924
|
+
"description": "展示形式"
|
32925
|
+
},
|
32926
|
+
"contentClassName": {
|
32927
|
+
"$ref": "#/definitions/SchemaClassName",
|
32928
|
+
"description": "内容类名"
|
32929
|
+
},
|
32930
|
+
"linksClassName": {
|
32931
|
+
"$ref": "#/definitions/SchemaClassName",
|
32932
|
+
"description": "链接外层类名"
|
32933
|
+
},
|
32934
|
+
"mountOnEnter": {
|
32935
|
+
"type": "boolean",
|
32936
|
+
"description": "卡片是否只有在点开的时候加载?"
|
32937
|
+
},
|
32938
|
+
"unmountOnExit": {
|
32939
|
+
"type": "boolean",
|
32940
|
+
"description": "卡片隐藏的时候是否销毁卡片内容"
|
32941
|
+
},
|
32942
|
+
"toolbar": {
|
32943
|
+
"$ref": "#/definitions/ActionSchema",
|
32944
|
+
"description": "可以在右侧配置点其他功能按钮。"
|
32945
|
+
},
|
32946
|
+
"subFormMode": {
|
32947
|
+
"type": "string",
|
32948
|
+
"enum": [
|
32949
|
+
"normal",
|
32950
|
+
"inline",
|
32951
|
+
"horizontal"
|
32952
|
+
],
|
32953
|
+
"description": "配置子表单项默认的展示方式。"
|
32954
|
+
},
|
32955
|
+
"subFormHorizontal": {
|
32956
|
+
"$ref": "#/definitions/FormSchemaHorizontal",
|
32957
|
+
"description": "如果是水平排版,这个属性可以细化水平排版的左右宽度占比。"
|
32958
|
+
},
|
32959
|
+
"addable": {
|
32960
|
+
"type": "boolean",
|
32961
|
+
"description": "是否支持新增"
|
32962
|
+
},
|
32963
|
+
"closable": {
|
32964
|
+
"type": "boolean",
|
32965
|
+
"description": "是否支持删除"
|
32966
|
+
},
|
32967
|
+
"draggable": {
|
32968
|
+
"type": "boolean",
|
32969
|
+
"description": "是否支持拖拽"
|
32970
|
+
},
|
32971
|
+
"showTip": {
|
32972
|
+
"type": "boolean",
|
32973
|
+
"description": "是否显示提示"
|
32974
|
+
},
|
32975
|
+
"showTipClassName": {
|
32976
|
+
"type": "string",
|
32977
|
+
"description": "tooltip 提示的类名"
|
32978
|
+
},
|
32979
|
+
"editable": {
|
32980
|
+
"type": "boolean",
|
32981
|
+
"description": "是否可编辑标签名"
|
32982
|
+
},
|
32983
|
+
"scrollable": {
|
32984
|
+
"type": "boolean",
|
32985
|
+
"description": "是否导航支持内容溢出滚动。属性废弃,为了兼容暂且保留"
|
32986
|
+
},
|
32987
|
+
"sidePosition": {
|
32988
|
+
"type": "string",
|
32989
|
+
"enum": [
|
32990
|
+
"left",
|
32991
|
+
"right"
|
32992
|
+
],
|
32993
|
+
"description": "编辑器模式,侧边的位置"
|
32994
|
+
},
|
32995
|
+
"addBtnText": {
|
32996
|
+
"type": "string",
|
32997
|
+
"description": "自定义增加按钮文案"
|
32998
|
+
}
|
32999
|
+
},
|
33000
|
+
"required": [
|
33001
|
+
"tabs",
|
33002
|
+
"type"
|
33003
|
+
],
|
33004
|
+
"additionalProperties": false,
|
33005
|
+
"description": "选项卡控件。 文档:https://baidu.gitee.io/amis/docs/components/tabs"
|
33006
|
+
},
|
33007
|
+
"TabSchema": {
|
33008
|
+
"type": "object",
|
33009
|
+
"properties": {
|
33010
|
+
"className": {
|
33011
|
+
"$ref": "#/definitions/SchemaClassName",
|
33012
|
+
"description": "容器 css 类名"
|
32492
33013
|
},
|
32493
33014
|
"$ref": {
|
32494
33015
|
"type": "string",
|
@@ -43583,6 +44104,10 @@
|
|
43583
44104
|
"allowFullscreen": {
|
43584
44105
|
"type": "boolean",
|
43585
44106
|
"description": "是否展示全屏模式开关"
|
44107
|
+
},
|
44108
|
+
"editorDidMount": {
|
44109
|
+
"type": "string",
|
44110
|
+
"description": "获取编辑器底层实例"
|
43586
44111
|
}
|
43587
44112
|
},
|
43588
44113
|
"required": [
|
@@ -46833,19 +47358,497 @@
|
|
46833
47358
|
"$ref": "#/definitions/SchemaApi",
|
46834
47359
|
"description": "远端校验表单项接口"
|
46835
47360
|
},
|
46836
|
-
"body": {
|
47361
|
+
"body": {
|
47362
|
+
"$ref": "#/definitions/SchemaCollection",
|
47363
|
+
"description": "FormItem 集合"
|
47364
|
+
}
|
47365
|
+
},
|
47366
|
+
"required": [
|
47367
|
+
"body",
|
47368
|
+
"type"
|
47369
|
+
],
|
47370
|
+
"additionalProperties": false,
|
47371
|
+
"description": "InputGroup 文档:https://baidu.gitee.io/amis/docs/components/form/input-group"
|
47372
|
+
},
|
47373
|
+
"ListControlSchema": {
|
47374
|
+
"type": "object",
|
47375
|
+
"properties": {
|
47376
|
+
"onEvent": {
|
47377
|
+
"type": "object",
|
47378
|
+
"additionalProperties": {
|
47379
|
+
"type": "object",
|
47380
|
+
"properties": {
|
47381
|
+
"weight": {
|
47382
|
+
"type": "number"
|
47383
|
+
},
|
47384
|
+
"actions": {
|
47385
|
+
"type": "array",
|
47386
|
+
"items": {
|
47387
|
+
"$ref": "#/definitions/ListenerAction"
|
47388
|
+
}
|
47389
|
+
}
|
47390
|
+
},
|
47391
|
+
"required": [
|
47392
|
+
"actions"
|
47393
|
+
],
|
47394
|
+
"additionalProperties": false
|
47395
|
+
}
|
47396
|
+
},
|
47397
|
+
"className": {
|
47398
|
+
"$ref": "#/definitions/SchemaClassName",
|
47399
|
+
"description": "容器 css 类名"
|
47400
|
+
},
|
47401
|
+
"$ref": {
|
47402
|
+
"type": "string",
|
47403
|
+
"description": "配合 definitions 一起使用,可以实现无限循环的渲染器。"
|
47404
|
+
},
|
47405
|
+
"disabled": {
|
47406
|
+
"type": "boolean",
|
47407
|
+
"description": "是否禁用"
|
47408
|
+
},
|
47409
|
+
"disabledOn": {
|
47410
|
+
"$ref": "#/definitions/SchemaExpression",
|
47411
|
+
"description": "是否禁用表达式"
|
47412
|
+
},
|
47413
|
+
"hidden": {
|
47414
|
+
"type": "boolean",
|
47415
|
+
"description": "是否隐藏"
|
47416
|
+
},
|
47417
|
+
"hiddenOn": {
|
47418
|
+
"$ref": "#/definitions/SchemaExpression",
|
47419
|
+
"description": "是否隐藏表达式"
|
47420
|
+
},
|
47421
|
+
"visible": {
|
47422
|
+
"type": "boolean",
|
47423
|
+
"description": "是否显示"
|
47424
|
+
},
|
47425
|
+
"visibleOn": {
|
47426
|
+
"$ref": "#/definitions/SchemaExpression",
|
47427
|
+
"description": "是否显示表达式"
|
47428
|
+
},
|
47429
|
+
"id": {
|
47430
|
+
"type": "string",
|
47431
|
+
"description": "组件唯一 id,主要用于日志采集"
|
47432
|
+
},
|
47433
|
+
"type": {
|
47434
|
+
"type": "string",
|
47435
|
+
"const": "list-select",
|
47436
|
+
"description": "表单项类型"
|
47437
|
+
},
|
47438
|
+
"size": {
|
47439
|
+
"type": "string",
|
47440
|
+
"enum": [
|
47441
|
+
"xs",
|
47442
|
+
"sm",
|
47443
|
+
"md",
|
47444
|
+
"lg",
|
47445
|
+
"full"
|
47446
|
+
],
|
47447
|
+
"description": "表单项大小"
|
47448
|
+
},
|
47449
|
+
"label": {
|
47450
|
+
"anyOf": [
|
47451
|
+
{
|
47452
|
+
"type": "string"
|
47453
|
+
},
|
47454
|
+
{
|
47455
|
+
"type": "boolean",
|
47456
|
+
"const": false
|
47457
|
+
}
|
47458
|
+
],
|
47459
|
+
"description": "描述标题"
|
47460
|
+
},
|
47461
|
+
"labelClassName": {
|
47462
|
+
"$ref": "#/definitions/SchemaClassName",
|
47463
|
+
"description": "配置 label className"
|
47464
|
+
},
|
47465
|
+
"name": {
|
47466
|
+
"type": "string",
|
47467
|
+
"description": "字段名,表单提交时的 key,支持多层级,用.连接,如: a.b.c"
|
47468
|
+
},
|
47469
|
+
"remark": {
|
47470
|
+
"$ref": "#/definitions/SchemaRemark",
|
47471
|
+
"description": "显示一个小图标, 鼠标放上去的时候显示提示内容"
|
47472
|
+
},
|
47473
|
+
"labelRemark": {
|
47474
|
+
"$ref": "#/definitions/SchemaRemark",
|
47475
|
+
"description": "显示一个小图标, 鼠标放上去的时候显示提示内容, 这个小图标跟 label 在一起"
|
47476
|
+
},
|
47477
|
+
"hint": {
|
47478
|
+
"type": "string",
|
47479
|
+
"description": "输入提示,聚焦的时候显示"
|
47480
|
+
},
|
47481
|
+
"submitOnChange": {
|
47482
|
+
"type": "boolean",
|
47483
|
+
"description": "当修改完的时候是否提交表单。"
|
47484
|
+
},
|
47485
|
+
"readOnly": {
|
47486
|
+
"type": "boolean",
|
47487
|
+
"description": "是否只读"
|
47488
|
+
},
|
47489
|
+
"readOnlyOn": {
|
47490
|
+
"$ref": "#/definitions/SchemaExpression",
|
47491
|
+
"description": "只读条件"
|
47492
|
+
},
|
47493
|
+
"validateOnChange": {
|
47494
|
+
"type": "boolean",
|
47495
|
+
"description": "不设置时,当表单提交过后表单项每次修改都会触发重新验证, 如果设置了,则由此配置项来决定要不要每次修改都触发验证。"
|
47496
|
+
},
|
47497
|
+
"description": {
|
47498
|
+
"type": "string",
|
47499
|
+
"description": "描述内容,支持 Html 片段。"
|
47500
|
+
},
|
47501
|
+
"desc": {
|
47502
|
+
"type": "string"
|
47503
|
+
},
|
47504
|
+
"descriptionClassName": {
|
47505
|
+
"$ref": "#/definitions/SchemaClassName",
|
47506
|
+
"description": "配置描述上的 className"
|
47507
|
+
},
|
47508
|
+
"mode": {
|
47509
|
+
"type": "string",
|
47510
|
+
"enum": [
|
47511
|
+
"normal",
|
47512
|
+
"inline",
|
47513
|
+
"horizontal"
|
47514
|
+
],
|
47515
|
+
"description": "配置当前表单项展示模式"
|
47516
|
+
},
|
47517
|
+
"horizontal": {
|
47518
|
+
"$ref": "#/definitions/FormSchemaHorizontal",
|
47519
|
+
"description": "当配置为水平布局的时候,用来配置具体的左右分配。"
|
47520
|
+
},
|
47521
|
+
"inline": {
|
47522
|
+
"type": "boolean",
|
47523
|
+
"description": "表单 control 是否为 inline 模式。"
|
47524
|
+
},
|
47525
|
+
"inputClassName": {
|
47526
|
+
"$ref": "#/definitions/SchemaClassName",
|
47527
|
+
"description": "配置 input className"
|
47528
|
+
},
|
47529
|
+
"placeholder": {
|
47530
|
+
"type": "string",
|
47531
|
+
"description": "占位符"
|
47532
|
+
},
|
47533
|
+
"required": {
|
47534
|
+
"type": "boolean",
|
47535
|
+
"description": "是否为必填"
|
47536
|
+
},
|
47537
|
+
"validationErrors": {
|
47538
|
+
"type": "object",
|
47539
|
+
"properties": {
|
47540
|
+
"isAlpha": {
|
47541
|
+
"type": "string"
|
47542
|
+
},
|
47543
|
+
"isAlphanumeric": {
|
47544
|
+
"type": "string"
|
47545
|
+
},
|
47546
|
+
"isEmail": {
|
47547
|
+
"type": "string"
|
47548
|
+
},
|
47549
|
+
"isFloat": {
|
47550
|
+
"type": "string"
|
47551
|
+
},
|
47552
|
+
"isInt": {
|
47553
|
+
"type": "string"
|
47554
|
+
},
|
47555
|
+
"isJson": {
|
47556
|
+
"type": "string"
|
47557
|
+
},
|
47558
|
+
"isLength": {
|
47559
|
+
"type": "string"
|
47560
|
+
},
|
47561
|
+
"isNumeric": {
|
47562
|
+
"type": "string"
|
47563
|
+
},
|
47564
|
+
"isRequired": {
|
47565
|
+
"type": "string"
|
47566
|
+
},
|
47567
|
+
"isUrl": {
|
47568
|
+
"type": "string"
|
47569
|
+
},
|
47570
|
+
"matchRegexp": {
|
47571
|
+
"type": "string"
|
47572
|
+
},
|
47573
|
+
"matchRegexp2": {
|
47574
|
+
"type": "string"
|
47575
|
+
},
|
47576
|
+
"matchRegexp3": {
|
47577
|
+
"type": "string"
|
47578
|
+
},
|
47579
|
+
"matchRegexp4": {
|
47580
|
+
"type": "string"
|
47581
|
+
},
|
47582
|
+
"matchRegexp5": {
|
47583
|
+
"type": "string"
|
47584
|
+
},
|
47585
|
+
"maxLength": {
|
47586
|
+
"type": "string"
|
47587
|
+
},
|
47588
|
+
"maximum": {
|
47589
|
+
"type": "string"
|
47590
|
+
},
|
47591
|
+
"minLength": {
|
47592
|
+
"type": "string"
|
47593
|
+
},
|
47594
|
+
"minimum": {
|
47595
|
+
"type": "string"
|
47596
|
+
}
|
47597
|
+
},
|
47598
|
+
"description": "验证失败的提示信息"
|
47599
|
+
},
|
47600
|
+
"validations": {
|
47601
|
+
"anyOf": [
|
47602
|
+
{
|
47603
|
+
"type": "string"
|
47604
|
+
},
|
47605
|
+
{
|
47606
|
+
"type": "object",
|
47607
|
+
"properties": {
|
47608
|
+
"isAlpha": {
|
47609
|
+
"type": "boolean",
|
47610
|
+
"description": "是否是字母"
|
47611
|
+
},
|
47612
|
+
"isAlphanumeric": {
|
47613
|
+
"type": "boolean",
|
47614
|
+
"description": "是否为字母数字"
|
47615
|
+
},
|
47616
|
+
"isEmail": {
|
47617
|
+
"type": "boolean",
|
47618
|
+
"description": "是否为邮箱地址"
|
47619
|
+
},
|
47620
|
+
"isFloat": {
|
47621
|
+
"type": "boolean",
|
47622
|
+
"description": "是否为浮点型"
|
47623
|
+
},
|
47624
|
+
"isInt": {
|
47625
|
+
"type": "boolean",
|
47626
|
+
"description": "是否为整型"
|
47627
|
+
},
|
47628
|
+
"isJson": {
|
47629
|
+
"type": "boolean",
|
47630
|
+
"description": "是否为 json"
|
47631
|
+
},
|
47632
|
+
"isLength": {
|
47633
|
+
"type": "number",
|
47634
|
+
"description": "长度等于指定值"
|
47635
|
+
},
|
47636
|
+
"isNumeric": {
|
47637
|
+
"type": "boolean",
|
47638
|
+
"description": "是否为数字"
|
47639
|
+
},
|
47640
|
+
"isRequired": {
|
47641
|
+
"type": "boolean",
|
47642
|
+
"description": "是否为必填"
|
47643
|
+
},
|
47644
|
+
"isUrl": {
|
47645
|
+
"type": "boolean",
|
47646
|
+
"description": "是否为 URL 地址"
|
47647
|
+
},
|
47648
|
+
"matchRegexp": {
|
47649
|
+
"type": "string",
|
47650
|
+
"description": "内容命中指定正则"
|
47651
|
+
},
|
47652
|
+
"matchRegexp1": {
|
47653
|
+
"type": "string",
|
47654
|
+
"description": "内容命中指定正则"
|
47655
|
+
},
|
47656
|
+
"matchRegexp2": {
|
47657
|
+
"type": "string",
|
47658
|
+
"description": "内容命中指定正则"
|
47659
|
+
},
|
47660
|
+
"matchRegexp3": {
|
47661
|
+
"type": "string",
|
47662
|
+
"description": "内容命中指定正则"
|
47663
|
+
},
|
47664
|
+
"matchRegexp4": {
|
47665
|
+
"type": "string",
|
47666
|
+
"description": "内容命中指定正则"
|
47667
|
+
},
|
47668
|
+
"matchRegexp5": {
|
47669
|
+
"type": "string",
|
47670
|
+
"description": "内容命中指定正则"
|
47671
|
+
},
|
47672
|
+
"maxLength": {
|
47673
|
+
"type": "number",
|
47674
|
+
"description": "最大长度为指定值"
|
47675
|
+
},
|
47676
|
+
"maximum": {
|
47677
|
+
"type": "number",
|
47678
|
+
"description": "最大值为指定值"
|
47679
|
+
},
|
47680
|
+
"minLength": {
|
47681
|
+
"type": "number",
|
47682
|
+
"description": "最小长度为指定值"
|
47683
|
+
},
|
47684
|
+
"minimum": {
|
47685
|
+
"type": "number",
|
47686
|
+
"description": "最小值为指定值"
|
47687
|
+
}
|
47688
|
+
}
|
47689
|
+
}
|
47690
|
+
]
|
47691
|
+
},
|
47692
|
+
"value": {
|
47693
|
+
"description": "默认值,切记只能是静态值,不支持取变量,跟数据关联是通过设置 name 属性来实现的。"
|
47694
|
+
},
|
47695
|
+
"clearValueOnHidden": {
|
47696
|
+
"type": "boolean",
|
47697
|
+
"description": "表单项隐藏时,是否在当前 Form 中删除掉该表单项值。注意同名的未隐藏的表单项值也会删掉"
|
47698
|
+
},
|
47699
|
+
"validateApi": {
|
47700
|
+
"$ref": "#/definitions/SchemaApi",
|
47701
|
+
"description": "远端校验表单项接口"
|
47702
|
+
},
|
47703
|
+
"options": {
|
47704
|
+
"anyOf": [
|
47705
|
+
{
|
47706
|
+
"type": "array",
|
47707
|
+
"items": {
|
47708
|
+
"$ref": "#/definitions/Option"
|
47709
|
+
}
|
47710
|
+
},
|
47711
|
+
{
|
47712
|
+
"type": "array",
|
47713
|
+
"items": {
|
47714
|
+
"type": "string"
|
47715
|
+
}
|
47716
|
+
},
|
47717
|
+
{
|
47718
|
+
"$ref": "#/definitions/PlainObject"
|
47719
|
+
}
|
47720
|
+
],
|
47721
|
+
"description": "选项集合"
|
47722
|
+
},
|
47723
|
+
"source": {
|
47724
|
+
"anyOf": [
|
47725
|
+
{
|
47726
|
+
"$ref": "#/definitions/SchemaApi"
|
47727
|
+
},
|
47728
|
+
{
|
47729
|
+
"$ref": "#/definitions/SchemaTokenizeableString"
|
47730
|
+
}
|
47731
|
+
],
|
47732
|
+
"description": "可用来通过 API 拉取 options。"
|
47733
|
+
},
|
47734
|
+
"selectFirst": {
|
47735
|
+
"type": "boolean",
|
47736
|
+
"description": "默认选择选项第一个值。"
|
47737
|
+
},
|
47738
|
+
"initFetchOn": {
|
47739
|
+
"$ref": "#/definitions/SchemaExpression",
|
47740
|
+
"description": "用表达式来配置 source 接口初始要不要拉取"
|
47741
|
+
},
|
47742
|
+
"initFetch": {
|
47743
|
+
"type": "boolean",
|
47744
|
+
"description": "配置 source 接口初始拉不拉取。"
|
47745
|
+
},
|
47746
|
+
"multiple": {
|
47747
|
+
"type": "boolean",
|
47748
|
+
"description": "是否为多选模式"
|
47749
|
+
},
|
47750
|
+
"joinValues": {
|
47751
|
+
"type": "boolean",
|
47752
|
+
"description": "单选模式:当用户选中某个选项时,选项中的 value 将被作为该表单项的值提交,否则,整个选项对象都会作为该表单项的值提交。 多选模式:选中的多个选项的 `value` 会通过 `delimiter` 连接起来,否则直接将以数组的形式提交值。"
|
47753
|
+
},
|
47754
|
+
"delimiter": {
|
47755
|
+
"type": "string",
|
47756
|
+
"description": "分割符"
|
47757
|
+
},
|
47758
|
+
"extractValue": {
|
47759
|
+
"type": "boolean",
|
47760
|
+
"description": "开启后将选中的选项 value 的值封装为数组,作为当前表单项的值。"
|
47761
|
+
},
|
47762
|
+
"clearable": {
|
47763
|
+
"type": "boolean",
|
47764
|
+
"description": "是否可清除。"
|
47765
|
+
},
|
47766
|
+
"resetValue": {
|
47767
|
+
"type": "string",
|
47768
|
+
"description": "点清除按钮时,将表单项设置成当前配置的值。",
|
47769
|
+
"default": ""
|
47770
|
+
},
|
47771
|
+
"deferApi": {
|
47772
|
+
"$ref": "#/definitions/SchemaApi",
|
47773
|
+
"description": "延时加载的 API,当选项中有 defer: true 的选项时,点开会通过此接口扩充。"
|
47774
|
+
},
|
47775
|
+
"addApi": {
|
47776
|
+
"$ref": "#/definitions/SchemaApi",
|
47777
|
+
"description": "添加时调用的接口"
|
47778
|
+
},
|
47779
|
+
"addControls": {
|
47780
|
+
"type": "array",
|
47781
|
+
"items": {
|
47782
|
+
"$ref": "#/definitions/SchemaObject"
|
47783
|
+
},
|
47784
|
+
"description": "新增时的表单项。"
|
47785
|
+
},
|
47786
|
+
"creatable": {
|
47787
|
+
"type": "boolean",
|
47788
|
+
"description": "是否可以新增"
|
47789
|
+
},
|
47790
|
+
"createBtnLabel": {
|
47791
|
+
"type": "string",
|
47792
|
+
"description": "新增文字"
|
47793
|
+
},
|
47794
|
+
"editable": {
|
47795
|
+
"type": "boolean",
|
47796
|
+
"description": "是否可以编辑"
|
47797
|
+
},
|
47798
|
+
"editApi": {
|
47799
|
+
"$ref": "#/definitions/SchemaApi",
|
47800
|
+
"description": "编辑时调用的 API"
|
47801
|
+
},
|
47802
|
+
"editControls": {
|
47803
|
+
"type": "array",
|
47804
|
+
"items": {
|
47805
|
+
"$ref": "#/definitions/SchemaObject"
|
47806
|
+
},
|
47807
|
+
"description": "选项修改的表单项"
|
47808
|
+
},
|
47809
|
+
"removable": {
|
47810
|
+
"type": "boolean",
|
47811
|
+
"description": "是否可删除"
|
47812
|
+
},
|
47813
|
+
"deleteApi": {
|
47814
|
+
"$ref": "#/definitions/SchemaApi",
|
47815
|
+
"description": "选项删除 API"
|
47816
|
+
},
|
47817
|
+
"deleteConfirmText": {
|
47818
|
+
"type": "string",
|
47819
|
+
"description": "选项删除提示文字。"
|
47820
|
+
},
|
47821
|
+
"autoFill": {
|
47822
|
+
"type": "object",
|
47823
|
+
"additionalProperties": {
|
47824
|
+
"$ref": "#/definitions/SchemaTokenizeableString"
|
47825
|
+
},
|
47826
|
+
"description": "自动填充,当选项被选择的时候,将选项中的其他值同步设置到表单内。"
|
47827
|
+
},
|
47828
|
+
"submitOnDBClick": {
|
47829
|
+
"type": "boolean",
|
47830
|
+
"description": "开启双击点选并提交。"
|
47831
|
+
},
|
47832
|
+
"imageClassName": {
|
47833
|
+
"type": "string",
|
47834
|
+
"description": "图片div类名"
|
47835
|
+
},
|
47836
|
+
"itemSchema": {
|
46837
47837
|
"$ref": "#/definitions/SchemaCollection",
|
46838
|
-
"description": "
|
47838
|
+
"description": "可以自定义展示模板。"
|
47839
|
+
},
|
47840
|
+
"listClassName": {
|
47841
|
+
"$ref": "#/definitions/SchemaClassName",
|
47842
|
+
"description": "支持配置 list div 的 css 类名。 比如:flex justify-between"
|
46839
47843
|
}
|
46840
47844
|
},
|
46841
47845
|
"required": [
|
46842
|
-
"body",
|
46843
47846
|
"type"
|
46844
47847
|
],
|
46845
47848
|
"additionalProperties": false,
|
46846
|
-
"description": "
|
47849
|
+
"description": "List 复选框 文档:https://baidu.gitee.io/amis/docs/components/form/list"
|
46847
47850
|
},
|
46848
|
-
"
|
47851
|
+
"JSONSchemaEditorControlSchema": {
|
46849
47852
|
"type": "object",
|
46850
47853
|
"properties": {
|
46851
47854
|
"onEvent": {
|
@@ -46907,8 +47910,8 @@
|
|
46907
47910
|
},
|
46908
47911
|
"type": {
|
46909
47912
|
"type": "string",
|
46910
|
-
"const": "
|
46911
|
-
"description": "
|
47913
|
+
"const": "json-schema-editor",
|
47914
|
+
"description": "指定为 JSON Schema Editor"
|
46912
47915
|
},
|
46913
47916
|
"size": {
|
46914
47917
|
"type": "string",
|
@@ -47175,153 +48178,55 @@
|
|
47175
48178
|
"$ref": "#/definitions/SchemaApi",
|
47176
48179
|
"description": "远端校验表单项接口"
|
47177
48180
|
},
|
47178
|
-
"
|
47179
|
-
"
|
47180
|
-
|
47181
|
-
|
47182
|
-
|
47183
|
-
|
47184
|
-
}
|
47185
|
-
},
|
47186
|
-
{
|
47187
|
-
"type": "array",
|
47188
|
-
"items": {
|
48181
|
+
"definitions": {
|
48182
|
+
"type": "object",
|
48183
|
+
"additionalProperties": {
|
48184
|
+
"type": "object",
|
48185
|
+
"properties": {
|
48186
|
+
"title": {
|
47189
48187
|
"type": "string"
|
48188
|
+
},
|
48189
|
+
"type": {
|
48190
|
+
"type": "string",
|
48191
|
+
"enum": [
|
48192
|
+
"string",
|
48193
|
+
"number",
|
48194
|
+
"interger",
|
48195
|
+
"object",
|
48196
|
+
"array",
|
48197
|
+
"boolean",
|
48198
|
+
"null"
|
48199
|
+
]
|
47190
48200
|
}
|
47191
48201
|
},
|
47192
|
-
|
47193
|
-
"
|
47194
|
-
|
47195
|
-
|
47196
|
-
"description": "选项集合"
|
47197
|
-
},
|
47198
|
-
"source": {
|
47199
|
-
"anyOf": [
|
47200
|
-
{
|
47201
|
-
"$ref": "#/definitions/SchemaApi"
|
47202
|
-
},
|
47203
|
-
{
|
47204
|
-
"$ref": "#/definitions/SchemaTokenizeableString"
|
47205
|
-
}
|
47206
|
-
],
|
47207
|
-
"description": "可用来通过 API 拉取 options。"
|
47208
|
-
},
|
47209
|
-
"selectFirst": {
|
47210
|
-
"type": "boolean",
|
47211
|
-
"description": "默认选择选项第一个值。"
|
47212
|
-
},
|
47213
|
-
"initFetchOn": {
|
47214
|
-
"$ref": "#/definitions/SchemaExpression",
|
47215
|
-
"description": "用表达式来配置 source 接口初始要不要拉取"
|
47216
|
-
},
|
47217
|
-
"initFetch": {
|
47218
|
-
"type": "boolean",
|
47219
|
-
"description": "配置 source 接口初始拉不拉取。"
|
47220
|
-
},
|
47221
|
-
"multiple": {
|
47222
|
-
"type": "boolean",
|
47223
|
-
"description": "是否为多选模式"
|
47224
|
-
},
|
47225
|
-
"joinValues": {
|
47226
|
-
"type": "boolean",
|
47227
|
-
"description": "单选模式:当用户选中某个选项时,选项中的 value 将被作为该表单项的值提交,否则,整个选项对象都会作为该表单项的值提交。 多选模式:选中的多个选项的 `value` 会通过 `delimiter` 连接起来,否则直接将以数组的形式提交值。"
|
47228
|
-
},
|
47229
|
-
"delimiter": {
|
47230
|
-
"type": "string",
|
47231
|
-
"description": "分割符"
|
47232
|
-
},
|
47233
|
-
"extractValue": {
|
47234
|
-
"type": "boolean",
|
47235
|
-
"description": "开启后将选中的选项 value 的值封装为数组,作为当前表单项的值。"
|
47236
|
-
},
|
47237
|
-
"clearable": {
|
47238
|
-
"type": "boolean",
|
47239
|
-
"description": "是否可清除。"
|
47240
|
-
},
|
47241
|
-
"resetValue": {
|
47242
|
-
"type": "string",
|
47243
|
-
"description": "点清除按钮时,将表单项设置成当前配置的值。",
|
47244
|
-
"default": ""
|
47245
|
-
},
|
47246
|
-
"deferApi": {
|
47247
|
-
"$ref": "#/definitions/SchemaApi",
|
47248
|
-
"description": "延时加载的 API,当选项中有 defer: true 的选项时,点开会通过此接口扩充。"
|
47249
|
-
},
|
47250
|
-
"addApi": {
|
47251
|
-
"$ref": "#/definitions/SchemaApi",
|
47252
|
-
"description": "添加时调用的接口"
|
47253
|
-
},
|
47254
|
-
"addControls": {
|
47255
|
-
"type": "array",
|
47256
|
-
"items": {
|
47257
|
-
"$ref": "#/definitions/SchemaObject"
|
48202
|
+
"required": [
|
48203
|
+
"title",
|
48204
|
+
"type"
|
48205
|
+
]
|
47258
48206
|
},
|
47259
|
-
"description": "
|
48207
|
+
"description": "可以理解为类型模板,方便快速定义复杂类型"
|
47260
48208
|
},
|
47261
|
-
"
|
48209
|
+
"rootTypeMutable": {
|
47262
48210
|
"type": "boolean",
|
47263
|
-
"description": "
|
48211
|
+
"description": "顶层是否允许修改类型"
|
47264
48212
|
},
|
47265
|
-
"
|
47266
|
-
"type": "string",
|
47267
|
-
"description": "新增文字"
|
47268
|
-
},
|
47269
|
-
"editable": {
|
48213
|
+
"showRootInfo": {
|
47270
48214
|
"type": "boolean",
|
47271
|
-
"description": "
|
48215
|
+
"description": "顶层类型信息是否隐藏"
|
47272
48216
|
},
|
47273
|
-
"
|
47274
|
-
"$ref": "#/definitions/SchemaApi",
|
47275
|
-
"description": "编辑时调用的 API"
|
47276
|
-
},
|
47277
|
-
"editControls": {
|
48217
|
+
"disabledTypes": {
|
47278
48218
|
"type": "array",
|
47279
48219
|
"items": {
|
47280
|
-
"
|
47281
|
-
},
|
47282
|
-
"description": "选项修改的表单项"
|
47283
|
-
},
|
47284
|
-
"removable": {
|
47285
|
-
"type": "boolean",
|
47286
|
-
"description": "是否可删除"
|
47287
|
-
},
|
47288
|
-
"deleteApi": {
|
47289
|
-
"$ref": "#/definitions/SchemaApi",
|
47290
|
-
"description": "选项删除 API"
|
47291
|
-
},
|
47292
|
-
"deleteConfirmText": {
|
47293
|
-
"type": "string",
|
47294
|
-
"description": "选项删除提示文字。"
|
47295
|
-
},
|
47296
|
-
"autoFill": {
|
47297
|
-
"type": "object",
|
47298
|
-
"additionalProperties": {
|
47299
|
-
"$ref": "#/definitions/SchemaTokenizeableString"
|
48220
|
+
"type": "string"
|
47300
48221
|
},
|
47301
|
-
"description": "
|
47302
|
-
},
|
47303
|
-
"submitOnDBClick": {
|
47304
|
-
"type": "boolean",
|
47305
|
-
"description": "开启双击点选并提交。"
|
47306
|
-
},
|
47307
|
-
"imageClassName": {
|
47308
|
-
"type": "string",
|
47309
|
-
"description": "图片div类名"
|
47310
|
-
},
|
47311
|
-
"itemSchema": {
|
47312
|
-
"$ref": "#/definitions/SchemaCollection",
|
47313
|
-
"description": "可以自定义展示模板。"
|
47314
|
-
},
|
47315
|
-
"listClassName": {
|
47316
|
-
"$ref": "#/definitions/SchemaClassName",
|
47317
|
-
"description": "支持配置 list div 的 css 类名。 比如:flex justify-between"
|
48222
|
+
"description": "禁用类型,默认禁用了 null 类型"
|
47318
48223
|
}
|
47319
48224
|
},
|
47320
48225
|
"required": [
|
47321
48226
|
"type"
|
47322
48227
|
],
|
47323
48228
|
"additionalProperties": false,
|
47324
|
-
"description": "
|
48229
|
+
"description": "JSON Schema Editor 文档:https://baidu.gitee.io/amis/docs/components/form/json-schema-editor"
|
47325
48230
|
},
|
47326
48231
|
"LocationControlSchema": {
|
47327
48232
|
"type": "object",
|
@@ -62051,6 +62956,10 @@
|
|
62051
62956
|
"pathSeparator": {
|
62052
62957
|
"type": "string",
|
62053
62958
|
"description": "开启节点路径模式后,节点路径的分隔符"
|
62959
|
+
},
|
62960
|
+
"showOutline": {
|
62961
|
+
"type": "boolean",
|
62962
|
+
"description": "是否显示展开线"
|
62054
62963
|
}
|
62055
62964
|
},
|
62056
62965
|
"required": [
|
@@ -62323,7 +63232,7 @@
|
|
62323
63232
|
"$ref": "#/definitions/PaginationSchema",
|
62324
63233
|
"additionalProperties": false,
|
62325
63234
|
"patternProperties": {
|
62326
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|
|
63235
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|layout|maxButtons|mode|activePage|total|lastPage|perPage|showPerPage|perPageAvailable|showPageInput|hasNext|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
|
62327
63236
|
}
|
62328
63237
|
},
|
62329
63238
|
{
|
@@ -62403,6 +63312,13 @@
|
|
62403
63312
|
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|affixHeader|columns|columnsTogglable|footable|footerClassName|headerClassName|placeholder|showFooter|showHeader|source|tableClassName|title|toolbarClassName|combineNum|combineFromIndex|prefixRow|affixRow|resizable|rowClassNameExpr|itemBadge|autoGenerateFilter|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
|
62404
63313
|
}
|
62405
63314
|
},
|
63315
|
+
{
|
63316
|
+
"$ref": "#/definitions/TableSchemaV2",
|
63317
|
+
"additionalProperties": false,
|
63318
|
+
"patternProperties": {
|
63319
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|title|source|columnsTogglable|columnsToggler|columns|rowSelection|expandable|expandableBody|sticky|loading|itemBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
|
63320
|
+
}
|
63321
|
+
},
|
62406
63322
|
{
|
62407
63323
|
"$ref": "#/definitions/TabsSchema",
|
62408
63324
|
"additionalProperties": false,
|
@@ -62617,7 +63533,7 @@
|
|
62617
63533
|
"$ref": "#/definitions/EditorControlSchema",
|
62618
63534
|
"additionalProperties": false,
|
62619
63535
|
"patternProperties": {
|
62620
|
-
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|popOver|quickEdit|copyable)$": {}
|
63536
|
+
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|editorDidMount|popOver|quickEdit|copyable)$": {}
|
62621
63537
|
}
|
62622
63538
|
},
|
62623
63539
|
{
|
@@ -62683,6 +63599,13 @@
|
|
62683
63599
|
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|submitOnDBClick|imageClassName|itemSchema|listClassName|popOver|quickEdit|copyable)$": {}
|
62684
63600
|
}
|
62685
63601
|
},
|
63602
|
+
{
|
63603
|
+
"$ref": "#/definitions/JSONSchemaEditorControlSchema",
|
63604
|
+
"additionalProperties": false,
|
63605
|
+
"patternProperties": {
|
63606
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|definitions|rootTypeMutable|showRootInfo|disabledTypes|popOver|quickEdit|copyable)$": {}
|
63607
|
+
}
|
63608
|
+
},
|
62686
63609
|
{
|
62687
63610
|
"$ref": "#/definitions/LocationControlSchema",
|
62688
63611
|
"additionalProperties": false,
|
@@ -62869,7 +63792,7 @@
|
|
62869
63792
|
"$ref": "#/definitions/TreeSelectControlSchema",
|
62870
63793
|
"additionalProperties": false,
|
62871
63794
|
"patternProperties": {
|
62872
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|popOver|quickEdit|copyable)$": {}
|
63795
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|popOver|quickEdit|copyable)$": {}
|
62873
63796
|
}
|
62874
63797
|
}
|
62875
63798
|
]
|
@@ -63138,7 +64061,7 @@
|
|
63138
64061
|
"$ref": "#/definitions/PaginationSchema",
|
63139
64062
|
"additionalProperties": false,
|
63140
64063
|
"patternProperties": {
|
63141
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|
|
64064
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|layout|maxButtons|mode|activePage|total|lastPage|perPage|showPerPage|perPageAvailable|showPageInput|hasNext|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
|
63142
64065
|
}
|
63143
64066
|
},
|
63144
64067
|
{
|
@@ -63218,6 +64141,13 @@
|
|
63218
64141
|
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|affixHeader|columns|columnsTogglable|footable|footerClassName|headerClassName|placeholder|showFooter|showHeader|source|tableClassName|title|toolbarClassName|combineNum|combineFromIndex|prefixRow|affixRow|resizable|rowClassNameExpr|itemBadge|autoGenerateFilter|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
|
63219
64142
|
}
|
63220
64143
|
},
|
64144
|
+
{
|
64145
|
+
"$ref": "#/definitions/TableSchemaV2",
|
64146
|
+
"additionalProperties": false,
|
64147
|
+
"patternProperties": {
|
64148
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|title|source|columnsTogglable|columnsToggler|columns|rowSelection|expandable|expandableBody|sticky|loading|itemBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
|
64149
|
+
}
|
64150
|
+
},
|
63221
64151
|
{
|
63222
64152
|
"$ref": "#/definitions/TabsSchema",
|
63223
64153
|
"additionalProperties": false,
|
@@ -63432,7 +64362,7 @@
|
|
63432
64362
|
"$ref": "#/definitions/EditorControlSchema",
|
63433
64363
|
"additionalProperties": false,
|
63434
64364
|
"patternProperties": {
|
63435
|
-
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|popOver|quickEdit|copyable)$": {}
|
64365
|
+
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|editorDidMount|popOver|quickEdit|copyable)$": {}
|
63436
64366
|
}
|
63437
64367
|
},
|
63438
64368
|
{
|
@@ -63498,6 +64428,13 @@
|
|
63498
64428
|
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|submitOnDBClick|imageClassName|itemSchema|listClassName|popOver|quickEdit|copyable)$": {}
|
63499
64429
|
}
|
63500
64430
|
},
|
64431
|
+
{
|
64432
|
+
"$ref": "#/definitions/JSONSchemaEditorControlSchema",
|
64433
|
+
"additionalProperties": false,
|
64434
|
+
"patternProperties": {
|
64435
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|definitions|rootTypeMutable|showRootInfo|disabledTypes|popOver|quickEdit|copyable)$": {}
|
64436
|
+
}
|
64437
|
+
},
|
63501
64438
|
{
|
63502
64439
|
"$ref": "#/definitions/LocationControlSchema",
|
63503
64440
|
"additionalProperties": false,
|
@@ -63684,7 +64621,7 @@
|
|
63684
64621
|
"$ref": "#/definitions/TreeSelectControlSchema",
|
63685
64622
|
"additionalProperties": false,
|
63686
64623
|
"patternProperties": {
|
63687
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|popOver|quickEdit|copyable)$": {}
|
64624
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|popOver|quickEdit|copyable)$": {}
|
63688
64625
|
}
|
63689
64626
|
}
|
63690
64627
|
]
|
@@ -63953,7 +64890,7 @@
|
|
63953
64890
|
"$ref": "#/definitions/PaginationSchema",
|
63954
64891
|
"additionalProperties": false,
|
63955
64892
|
"patternProperties": {
|
63956
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|
|
64893
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|layout|maxButtons|mode|activePage|total|lastPage|perPage|showPerPage|perPageAvailable|showPageInput|hasNext|label|fixed|name|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique)$": {}
|
63957
64894
|
}
|
63958
64895
|
},
|
63959
64896
|
{
|
@@ -64033,6 +64970,13 @@
|
|
64033
64970
|
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|affixHeader|columns|columnsTogglable|footable|footerClassName|headerClassName|placeholder|showFooter|showHeader|source|tableClassName|title|toolbarClassName|combineNum|combineFromIndex|prefixRow|affixRow|resizable|rowClassNameExpr|itemBadge|autoGenerateFilter|label|fixed|name|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique)$": {}
|
64034
64971
|
}
|
64035
64972
|
},
|
64973
|
+
{
|
64974
|
+
"$ref": "#/definitions/TableSchemaV2",
|
64975
|
+
"additionalProperties": false,
|
64976
|
+
"patternProperties": {
|
64977
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|title|source|columnsTogglable|columnsToggler|columns|rowSelection|expandable|expandableBody|sticky|loading|itemBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|label|fixed|name|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique)$": {}
|
64978
|
+
}
|
64979
|
+
},
|
64036
64980
|
{
|
64037
64981
|
"$ref": "#/definitions/TabsSchema",
|
64038
64982
|
"additionalProperties": false,
|
@@ -64247,7 +65191,7 @@
|
|
64247
65191
|
"$ref": "#/definitions/EditorControlSchema",
|
64248
65192
|
"additionalProperties": false,
|
64249
65193
|
"patternProperties": {
|
64250
|
-
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
|
65194
|
+
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|editorDidMount|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
|
64251
65195
|
}
|
64252
65196
|
},
|
64253
65197
|
{
|
@@ -64313,6 +65257,13 @@
|
|
64313
65257
|
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|submitOnDBClick|imageClassName|itemSchema|listClassName|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
|
64314
65258
|
}
|
64315
65259
|
},
|
65260
|
+
{
|
65261
|
+
"$ref": "#/definitions/JSONSchemaEditorControlSchema",
|
65262
|
+
"additionalProperties": false,
|
65263
|
+
"patternProperties": {
|
65264
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|definitions|rootTypeMutable|showRootInfo|disabledTypes|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
|
65265
|
+
}
|
65266
|
+
},
|
64316
65267
|
{
|
64317
65268
|
"$ref": "#/definitions/LocationControlSchema",
|
64318
65269
|
"additionalProperties": false,
|
@@ -64499,7 +65450,7 @@
|
|
64499
65450
|
"$ref": "#/definitions/TreeSelectControlSchema",
|
64500
65451
|
"additionalProperties": false,
|
64501
65452
|
"patternProperties": {
|
64502
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
|
65453
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
|
64503
65454
|
}
|
64504
65455
|
}
|
64505
65456
|
]
|
@@ -64768,7 +65719,7 @@
|
|
64768
65719
|
"$ref": "#/definitions/PaginationSchema",
|
64769
65720
|
"additionalProperties": false,
|
64770
65721
|
"patternProperties": {
|
64771
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|
|
65722
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|layout|maxButtons|mode|activePage|total|lastPage|perPage|showPerPage|perPageAvailable|showPageInput|hasNext|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
64772
65723
|
}
|
64773
65724
|
},
|
64774
65725
|
{
|
@@ -64848,6 +65799,13 @@
|
|
64848
65799
|
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|affixHeader|columns|columnsTogglable|footable|footerClassName|headerClassName|placeholder|showFooter|showHeader|source|tableClassName|title|toolbarClassName|combineNum|combineFromIndex|prefixRow|affixRow|resizable|rowClassNameExpr|itemBadge|autoGenerateFilter|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
64849
65800
|
}
|
64850
65801
|
},
|
65802
|
+
{
|
65803
|
+
"$ref": "#/definitions/TableSchemaV2",
|
65804
|
+
"additionalProperties": false,
|
65805
|
+
"patternProperties": {
|
65806
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|title|source|columnsTogglable|columnsToggler|columns|rowSelection|expandable|expandableBody|sticky|loading|itemBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
65807
|
+
}
|
65808
|
+
},
|
64851
65809
|
{
|
64852
65810
|
"$ref": "#/definitions/TabsSchema",
|
64853
65811
|
"additionalProperties": false,
|
@@ -65062,7 +66020,7 @@
|
|
65062
66020
|
"$ref": "#/definitions/EditorControlSchema",
|
65063
66021
|
"additionalProperties": false,
|
65064
66022
|
"patternProperties": {
|
65065
|
-
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
66023
|
+
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|editorDidMount|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
65066
66024
|
}
|
65067
66025
|
},
|
65068
66026
|
{
|
@@ -65128,6 +66086,13 @@
|
|
65128
66086
|
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|submitOnDBClick|imageClassName|itemSchema|listClassName|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
65129
66087
|
}
|
65130
66088
|
},
|
66089
|
+
{
|
66090
|
+
"$ref": "#/definitions/JSONSchemaEditorControlSchema",
|
66091
|
+
"additionalProperties": false,
|
66092
|
+
"patternProperties": {
|
66093
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|definitions|rootTypeMutable|showRootInfo|disabledTypes|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
66094
|
+
}
|
66095
|
+
},
|
65131
66096
|
{
|
65132
66097
|
"$ref": "#/definitions/LocationControlSchema",
|
65133
66098
|
"additionalProperties": false,
|
@@ -65314,7 +66279,7 @@
|
|
65314
66279
|
"$ref": "#/definitions/TreeSelectControlSchema",
|
65315
66280
|
"additionalProperties": false,
|
65316
66281
|
"patternProperties": {
|
65317
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
66282
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
65318
66283
|
}
|
65319
66284
|
}
|
65320
66285
|
]
|
@@ -65583,7 +66548,7 @@
|
|
65583
66548
|
"$ref": "#/definitions/PaginationSchema",
|
65584
66549
|
"additionalProperties": false,
|
65585
66550
|
"patternProperties": {
|
65586
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|
|
66551
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|layout|maxButtons|mode|activePage|total|lastPage|perPage|showPerPage|perPageAvailable|showPageInput|hasNext|rowClassName|cellClassName)$": {}
|
65587
66552
|
}
|
65588
66553
|
},
|
65589
66554
|
{
|
@@ -65663,6 +66628,13 @@
|
|
65663
66628
|
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|affixHeader|columns|columnsTogglable|footable|footerClassName|headerClassName|placeholder|showFooter|showHeader|source|tableClassName|title|toolbarClassName|combineNum|combineFromIndex|prefixRow|affixRow|resizable|rowClassNameExpr|itemBadge|autoGenerateFilter|rowClassName|cellClassName)$": {}
|
65664
66629
|
}
|
65665
66630
|
},
|
66631
|
+
{
|
66632
|
+
"$ref": "#/definitions/TableSchemaV2",
|
66633
|
+
"additionalProperties": false,
|
66634
|
+
"patternProperties": {
|
66635
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|title|source|columnsTogglable|columnsToggler|columns|rowSelection|expandable|expandableBody|sticky|loading|itemBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|rowClassName|cellClassName)$": {}
|
66636
|
+
}
|
66637
|
+
},
|
65666
66638
|
{
|
65667
66639
|
"$ref": "#/definitions/TabsSchema",
|
65668
66640
|
"additionalProperties": false,
|
@@ -65877,7 +66849,7 @@
|
|
65877
66849
|
"$ref": "#/definitions/EditorControlSchema",
|
65878
66850
|
"additionalProperties": false,
|
65879
66851
|
"patternProperties": {
|
65880
|
-
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|rowClassName|cellClassName)$": {}
|
66852
|
+
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|editorDidMount|rowClassName|cellClassName)$": {}
|
65881
66853
|
}
|
65882
66854
|
},
|
65883
66855
|
{
|
@@ -65943,6 +66915,13 @@
|
|
65943
66915
|
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|submitOnDBClick|imageClassName|itemSchema|listClassName|rowClassName|cellClassName)$": {}
|
65944
66916
|
}
|
65945
66917
|
},
|
66918
|
+
{
|
66919
|
+
"$ref": "#/definitions/JSONSchemaEditorControlSchema",
|
66920
|
+
"additionalProperties": false,
|
66921
|
+
"patternProperties": {
|
66922
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|definitions|rootTypeMutable|showRootInfo|disabledTypes|rowClassName|cellClassName)$": {}
|
66923
|
+
}
|
66924
|
+
},
|
65946
66925
|
{
|
65947
66926
|
"$ref": "#/definitions/LocationControlSchema",
|
65948
66927
|
"additionalProperties": false,
|
@@ -66129,7 +67108,7 @@
|
|
66129
67108
|
"$ref": "#/definitions/TreeSelectControlSchema",
|
66130
67109
|
"additionalProperties": false,
|
66131
67110
|
"patternProperties": {
|
66132
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|rowClassName|cellClassName)$": {}
|
67111
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|rowClassName|cellClassName)$": {}
|
66133
67112
|
}
|
66134
67113
|
}
|
66135
67114
|
]
|
@@ -66398,7 +67377,7 @@
|
|
66398
67377
|
"$ref": "#/definitions/PaginationSchema",
|
66399
67378
|
"additionalProperties": false,
|
66400
67379
|
"patternProperties": {
|
66401
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|
|
67380
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|layout|maxButtons|mode|activePage|total|lastPage|perPage|showPerPage|perPageAvailable|showPageInput|hasNext|unique|columnClassName)$": {}
|
66402
67381
|
}
|
66403
67382
|
},
|
66404
67383
|
{
|
@@ -66478,6 +67457,13 @@
|
|
66478
67457
|
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|affixHeader|columns|columnsTogglable|footable|footerClassName|headerClassName|placeholder|showFooter|showHeader|source|tableClassName|title|toolbarClassName|combineNum|combineFromIndex|prefixRow|affixRow|resizable|rowClassNameExpr|itemBadge|autoGenerateFilter|unique|columnClassName)$": {}
|
66479
67458
|
}
|
66480
67459
|
},
|
67460
|
+
{
|
67461
|
+
"$ref": "#/definitions/TableSchemaV2",
|
67462
|
+
"additionalProperties": false,
|
67463
|
+
"patternProperties": {
|
67464
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|title|source|columnsTogglable|columnsToggler|columns|rowSelection|expandable|expandableBody|sticky|loading|itemBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|unique|columnClassName)$": {}
|
67465
|
+
}
|
67466
|
+
},
|
66481
67467
|
{
|
66482
67468
|
"$ref": "#/definitions/TabsSchema",
|
66483
67469
|
"additionalProperties": false,
|
@@ -66692,7 +67678,7 @@
|
|
66692
67678
|
"$ref": "#/definitions/EditorControlSchema",
|
66693
67679
|
"additionalProperties": false,
|
66694
67680
|
"patternProperties": {
|
66695
|
-
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|unique|columnClassName)$": {}
|
67681
|
+
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|editorDidMount|unique|columnClassName)$": {}
|
66696
67682
|
}
|
66697
67683
|
},
|
66698
67684
|
{
|
@@ -66758,6 +67744,13 @@
|
|
66758
67744
|
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|submitOnDBClick|imageClassName|itemSchema|listClassName|unique|columnClassName)$": {}
|
66759
67745
|
}
|
66760
67746
|
},
|
67747
|
+
{
|
67748
|
+
"$ref": "#/definitions/JSONSchemaEditorControlSchema",
|
67749
|
+
"additionalProperties": false,
|
67750
|
+
"patternProperties": {
|
67751
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|definitions|rootTypeMutable|showRootInfo|disabledTypes|unique|columnClassName)$": {}
|
67752
|
+
}
|
67753
|
+
},
|
66761
67754
|
{
|
66762
67755
|
"$ref": "#/definitions/LocationControlSchema",
|
66763
67756
|
"additionalProperties": false,
|
@@ -66944,7 +67937,7 @@
|
|
66944
67937
|
"$ref": "#/definitions/TreeSelectControlSchema",
|
66945
67938
|
"additionalProperties": false,
|
66946
67939
|
"patternProperties": {
|
66947
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|unique|columnClassName)$": {}
|
67940
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|unique|columnClassName)$": {}
|
66948
67941
|
}
|
66949
67942
|
}
|
66950
67943
|
]
|
@@ -67213,7 +68206,7 @@
|
|
67213
68206
|
"$ref": "#/definitions/PaginationSchema",
|
67214
68207
|
"additionalProperties": false,
|
67215
68208
|
"patternProperties": {
|
67216
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|
|
68209
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|layout|maxButtons|mode|activePage|total|lastPage|perPage|showPerPage|perPageAvailable|showPageInput|hasNext|columnClassName|columnRatio)$": {}
|
67217
68210
|
}
|
67218
68211
|
},
|
67219
68212
|
{
|
@@ -67293,6 +68286,13 @@
|
|
67293
68286
|
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|affixHeader|columns|columnsTogglable|footable|footerClassName|headerClassName|placeholder|showFooter|showHeader|source|tableClassName|title|toolbarClassName|combineNum|combineFromIndex|prefixRow|affixRow|resizable|rowClassNameExpr|itemBadge|autoGenerateFilter|columnClassName|columnRatio)$": {}
|
67294
68287
|
}
|
67295
68288
|
},
|
68289
|
+
{
|
68290
|
+
"$ref": "#/definitions/TableSchemaV2",
|
68291
|
+
"additionalProperties": false,
|
68292
|
+
"patternProperties": {
|
68293
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|title|source|columnsTogglable|columnsToggler|columns|rowSelection|expandable|expandableBody|sticky|loading|itemBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|columnClassName|columnRatio)$": {}
|
68294
|
+
}
|
68295
|
+
},
|
67296
68296
|
{
|
67297
68297
|
"$ref": "#/definitions/TabsSchema",
|
67298
68298
|
"additionalProperties": false,
|
@@ -67507,7 +68507,7 @@
|
|
67507
68507
|
"$ref": "#/definitions/EditorControlSchema",
|
67508
68508
|
"additionalProperties": false,
|
67509
68509
|
"patternProperties": {
|
67510
|
-
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|columnClassName|columnRatio)$": {}
|
68510
|
+
"^(type|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|language|size|allowFullscreen|editorDidMount|columnClassName|columnRatio)$": {}
|
67511
68511
|
}
|
67512
68512
|
},
|
67513
68513
|
{
|
@@ -67573,6 +68573,13 @@
|
|
67573
68573
|
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|submitOnDBClick|imageClassName|itemSchema|listClassName|columnClassName|columnRatio)$": {}
|
67574
68574
|
}
|
67575
68575
|
},
|
68576
|
+
{
|
68577
|
+
"$ref": "#/definitions/JSONSchemaEditorControlSchema",
|
68578
|
+
"additionalProperties": false,
|
68579
|
+
"patternProperties": {
|
68580
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|definitions|rootTypeMutable|showRootInfo|disabledTypes|columnClassName|columnRatio)$": {}
|
68581
|
+
}
|
68582
|
+
},
|
67576
68583
|
{
|
67577
68584
|
"$ref": "#/definitions/LocationControlSchema",
|
67578
68585
|
"additionalProperties": false,
|
@@ -67759,7 +68766,7 @@
|
|
67759
68766
|
"$ref": "#/definitions/TreeSelectControlSchema",
|
67760
68767
|
"additionalProperties": false,
|
67761
68768
|
"patternProperties": {
|
67762
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|columnClassName|columnRatio)$": {}
|
68769
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|hideRoot|rootLabel|rootValue|showIcon|cascade|withChildren|onlyChildren|onlyLeaf|rootCreatable|hideNodePathLabel|enableNodePath|pathSeparator|showOutline|columnClassName|columnRatio)$": {}
|
67763
68770
|
}
|
67764
68771
|
}
|
67765
68772
|
]
|