amis 2.2.0 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (427) hide show
  1. package/esm/_virtual/MiniDecimal.js +1 -1
  2. package/esm/_virtual/classCallCheck.js +1 -1
  3. package/esm/_virtual/createClass.js +1 -1
  4. package/esm/_virtual/interopRequireDefault.js +1 -1
  5. package/esm/_virtual/numberUtil.js +1 -1
  6. package/esm/_virtual/supportUtil.js +1 -1
  7. package/esm/compat.js +1 -1
  8. package/esm/index.js +1 -1
  9. package/esm/node_modules/@babel/runtime/helpers/classCallCheck.js +1 -1
  10. package/esm/node_modules/@babel/runtime/helpers/createClass.js +1 -1
  11. package/esm/node_modules/@babel/runtime/helpers/interopRequireDefault.js +1 -1
  12. package/esm/node_modules/rc-input-number/lib/utils/MiniDecimal.js +1 -1
  13. package/esm/node_modules/rc-input-number/lib/utils/numberUtil.js +1 -1
  14. package/esm/node_modules/rc-input-number/lib/utils/supportUtil.js +1 -1
  15. package/esm/preset.js +9 -4
  16. package/esm/renderers/Action.js +1 -1
  17. package/esm/renderers/Alert.js +1 -1
  18. package/esm/renderers/AnchorNav.js +1 -1
  19. package/esm/renderers/App.js +1 -1
  20. package/esm/renderers/Audio.js +1 -1
  21. package/esm/renderers/Avatar.js +1 -1
  22. package/esm/renderers/BarCode.js +1 -1
  23. package/esm/renderers/Breadcrumb.js +1 -1
  24. package/esm/renderers/ButtonGroup.js +1 -1
  25. package/esm/renderers/CRUD.js +6 -6
  26. package/esm/renderers/CRUD2.js +6 -6
  27. package/esm/renderers/Calendar.js +1 -1
  28. package/esm/renderers/Card.js +1 -1
  29. package/esm/renderers/Card2.js +1 -1
  30. package/esm/renderers/Cards.js +1 -1
  31. package/esm/renderers/Carousel.js +1 -1
  32. package/esm/renderers/Chart.js +1 -1
  33. package/esm/renderers/Code.js +1 -1
  34. package/esm/renderers/Collapse.d.ts +1 -0
  35. package/esm/renderers/Collapse.js +12 -1
  36. package/esm/renderers/CollapseGroup.js +1 -1
  37. package/esm/renderers/Color.js +1 -1
  38. package/esm/renderers/Container.js +1 -1
  39. package/esm/renderers/Copyable.js +1 -1
  40. package/esm/renderers/Custom.js +1 -1
  41. package/esm/renderers/Date.js +1 -1
  42. package/esm/renderers/Dialog.d.ts +18 -18
  43. package/esm/renderers/Dialog.js +1 -1
  44. package/esm/renderers/Divider.js +1 -1
  45. package/esm/renderers/Drawer.js +2 -4
  46. package/esm/renderers/DropDownButton.js +1 -1
  47. package/esm/renderers/Each.js +1 -1
  48. package/esm/renderers/Flex.js +1 -1
  49. package/esm/renderers/Form/ButtonGroupSelect.js +1 -1
  50. package/esm/renderers/Form/ButtonToolbar.js +1 -1
  51. package/esm/renderers/Form/ChainedSelect.js +1 -1
  52. package/esm/renderers/Form/ChartRadios.js +1 -1
  53. package/esm/renderers/Form/Checkbox.js +1 -1
  54. package/esm/renderers/Form/Checkboxes.js +1 -1
  55. package/esm/renderers/Form/Combo.d.ts +4 -0
  56. package/esm/renderers/Form/Combo.js +10 -4
  57. package/esm/renderers/Form/ConditionBuilder.js +1 -1
  58. package/esm/renderers/Form/Control.js +1 -1
  59. package/esm/renderers/Form/DiffEditor.d.ts +24 -24
  60. package/esm/renderers/Form/DiffEditor.js +1 -1
  61. package/esm/renderers/Form/Editor.d.ts +24 -24
  62. package/esm/renderers/Form/Editor.js +1 -1
  63. package/esm/renderers/Form/FieldSet.d.ts +1 -0
  64. package/esm/renderers/Form/FieldSet.js +9 -3
  65. package/esm/renderers/Form/Formula.js +1 -1
  66. package/esm/renderers/Form/Group.js +1 -1
  67. package/esm/renderers/Form/Hidden.js +1 -1
  68. package/esm/renderers/Form/IconPicker.js +1 -1
  69. package/esm/renderers/Form/IconPickerIcons.js +1 -1
  70. package/esm/renderers/Form/InputArray.js +1 -1
  71. package/esm/renderers/Form/InputCity.js +1 -1
  72. package/esm/renderers/Form/InputColor.js +1 -1
  73. package/esm/renderers/Form/InputDate.js +1 -1
  74. package/esm/renderers/Form/InputDateRange.js +1 -1
  75. package/esm/renderers/Form/InputExcel.d.ts +14 -0
  76. package/esm/renderers/Form/InputExcel.js +60 -3
  77. package/esm/renderers/Form/InputFile.js +10 -9
  78. package/esm/renderers/Form/InputFormula.d.ts +7 -0
  79. package/esm/renderers/Form/InputFormula.js +3 -3
  80. package/esm/renderers/Form/InputGroup.js +1 -1
  81. package/esm/renderers/Form/InputImage.d.ts +0 -1
  82. package/esm/renderers/Form/InputImage.js +6 -16
  83. package/esm/renderers/Form/InputMonthRange.js +1 -1
  84. package/esm/renderers/Form/InputNumber.d.ts +8 -0
  85. package/esm/renderers/Form/InputNumber.js +9 -4
  86. package/esm/renderers/Form/InputQuarterRange.js +1 -1
  87. package/esm/renderers/Form/InputRange.d.ts +3 -3
  88. package/esm/renderers/Form/InputRange.js +7 -7
  89. package/esm/renderers/Form/InputRating.js +1 -1
  90. package/esm/renderers/Form/InputRepeat.js +1 -1
  91. package/esm/renderers/Form/InputRichText.js +64 -47
  92. package/esm/renderers/Form/InputSubForm.js +1 -1
  93. package/esm/renderers/Form/InputTable.js +1 -1
  94. package/esm/renderers/Form/InputTag.js +1 -1
  95. package/esm/renderers/Form/InputText.d.ts +5 -1
  96. package/esm/renderers/Form/InputText.js +10 -6
  97. package/esm/renderers/Form/InputTree.js +1 -1
  98. package/esm/renderers/Form/InputYearRange.js +1 -1
  99. package/esm/renderers/Form/JSONSchema.js +1 -1
  100. package/esm/renderers/Form/JSONSchemaEditor.js +1 -1
  101. package/esm/renderers/Form/ListSelect.js +1 -1
  102. package/esm/renderers/Form/LocationPicker.js +1 -1
  103. package/esm/renderers/Form/MatrixCheckboxes.js +1 -1
  104. package/esm/renderers/Form/NestedSelect.js +1 -1
  105. package/esm/renderers/Form/Picker.d.ts +1 -0
  106. package/esm/renderers/Form/Picker.js +30 -3
  107. package/esm/renderers/Form/Radios.js +1 -1
  108. package/esm/renderers/Form/Select.d.ts +1 -1
  109. package/esm/renderers/Form/Select.js +8 -6
  110. package/esm/renderers/Form/Static.js +1 -1
  111. package/esm/renderers/Form/Switch.js +1 -1
  112. package/esm/renderers/Form/TabsTransfer.js +1 -1
  113. package/esm/renderers/Form/TabsTransferPicker.js +1 -1
  114. package/esm/renderers/Form/Textarea.js +1 -1
  115. package/esm/renderers/Form/Transfer.d.ts +4 -0
  116. package/esm/renderers/Form/Transfer.js +16 -8
  117. package/esm/renderers/Form/TransferPicker.js +2 -2
  118. package/esm/renderers/Form/TreeSelect.js +2 -2
  119. package/esm/renderers/Form/UUID.js +1 -1
  120. package/esm/renderers/Form/UserSelect.js +1 -1
  121. package/esm/renderers/Grid.js +1 -1
  122. package/esm/renderers/Grid2D.js +1 -1
  123. package/esm/renderers/GridNav.js +1 -1
  124. package/esm/renderers/HBox.js +1 -1
  125. package/esm/renderers/IFrame.js +8 -3
  126. package/esm/renderers/Icon.js +1 -1
  127. package/esm/renderers/Image.d.ts +35 -36
  128. package/esm/renderers/Image.js +5 -3
  129. package/esm/renderers/Images.d.ts +10 -1
  130. package/esm/renderers/Images.js +3 -3
  131. package/esm/renderers/Json.js +2 -2
  132. package/esm/renderers/Link.js +1 -1
  133. package/esm/renderers/List.js +1 -1
  134. package/esm/renderers/Log.d.ts +0 -5
  135. package/esm/renderers/Log.js +5 -13
  136. package/esm/renderers/Mapping.js +1 -1
  137. package/esm/renderers/Markdown.js +1 -1
  138. package/esm/renderers/Nav.js +3 -3
  139. package/esm/renderers/Operation.js +1 -1
  140. package/esm/renderers/Page.js +5 -5
  141. package/esm/renderers/Pagination.js +1 -1
  142. package/esm/renderers/PaginationWrapper.js +1 -1
  143. package/esm/renderers/Panel.js +1 -1
  144. package/esm/renderers/Plain.js +1 -1
  145. package/esm/renderers/PopOver.js +13 -2
  146. package/esm/renderers/Portlet.js +1 -1
  147. package/esm/renderers/Progress.js +1 -1
  148. package/esm/renderers/Property.js +1 -1
  149. package/esm/renderers/QRCode.js +1 -1
  150. package/esm/renderers/QuickEdit.js +1 -1
  151. package/esm/renderers/Remark.js +1 -1
  152. package/esm/renderers/SearchBox.js +1 -1
  153. package/esm/renderers/Service.d.ts +30 -6
  154. package/esm/renderers/Service.js +161 -36
  155. package/esm/renderers/SparkLine.js +1 -1
  156. package/esm/renderers/Spinner.js +1 -1
  157. package/esm/renderers/Status.js +8 -4
  158. package/esm/renderers/Steps.js +1 -1
  159. package/esm/renderers/Table/ColumnToggler.js +1 -1
  160. package/esm/renderers/Table/HeadCellFilterDropdown.d.ts +3 -0
  161. package/esm/renderers/Table/HeadCellFilterDropdown.js +17 -3
  162. package/esm/renderers/Table/HeadCellSearchDropdown.js +1 -1
  163. package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
  164. package/esm/renderers/Table/TableBody.js +1 -1
  165. package/esm/renderers/Table/TableCell.js +1 -1
  166. package/esm/renderers/Table/TableContent.js +1 -1
  167. package/esm/renderers/Table/TableRow.js +1 -1
  168. package/esm/renderers/Table/exportExcel.js +48 -32
  169. package/esm/renderers/Table/index.js +22 -24
  170. package/esm/renderers/Table2/ColumnToggler.js +1 -1
  171. package/esm/renderers/Table2/HeadCellSearchDropdown.js +1 -1
  172. package/esm/renderers/Table2/TableCell.js +1 -1
  173. package/esm/renderers/Table2/index.d.ts +13 -3
  174. package/esm/renderers/Table2/index.js +85 -35
  175. package/esm/renderers/TableView.js +1 -1
  176. package/esm/renderers/Tabs.js +1 -1
  177. package/esm/renderers/Tag.js +1 -1
  178. package/esm/renderers/Tasks.js +1 -1
  179. package/esm/renderers/Timeline.js +1 -1
  180. package/esm/renderers/TooltipWrapper.js +1 -1
  181. package/esm/renderers/Tpl.d.ts +0 -3
  182. package/esm/renderers/Tpl.js +7 -24
  183. package/esm/renderers/VBox.js +1 -1
  184. package/esm/renderers/Video.js +1 -1
  185. package/esm/renderers/WebComponent.js +1 -1
  186. package/esm/renderers/Wizard.js +1 -1
  187. package/esm/renderers/Wrapper.js +1 -1
  188. package/esm/schemaExtend.js +1 -1
  189. package/lib/_virtual/MiniDecimal.js +1 -1
  190. package/lib/_virtual/classCallCheck.js +1 -1
  191. package/lib/_virtual/createClass.js +1 -1
  192. package/lib/_virtual/interopRequireDefault.js +1 -1
  193. package/lib/_virtual/numberUtil.js +1 -1
  194. package/lib/_virtual/supportUtil.js +1 -1
  195. package/lib/compat.js +1 -1
  196. package/lib/helper.css +8335 -38
  197. package/lib/index.js +1 -1
  198. package/lib/node_modules/@babel/runtime/helpers/classCallCheck.js +1 -1
  199. package/lib/node_modules/@babel/runtime/helpers/createClass.js +1 -1
  200. package/lib/node_modules/@babel/runtime/helpers/interopRequireDefault.js +1 -1
  201. package/lib/node_modules/rc-input-number/lib/utils/MiniDecimal.js +1 -1
  202. package/lib/node_modules/rc-input-number/lib/utils/numberUtil.js +1 -1
  203. package/lib/node_modules/rc-input-number/lib/utils/supportUtil.js +1 -1
  204. package/lib/preset.js +7 -2
  205. package/lib/renderers/Action.js +1 -1
  206. package/lib/renderers/Alert.js +1 -1
  207. package/lib/renderers/AnchorNav.js +1 -1
  208. package/lib/renderers/App.js +1 -1
  209. package/lib/renderers/Audio.js +1 -1
  210. package/lib/renderers/Avatar.js +1 -1
  211. package/lib/renderers/BarCode.js +1 -1
  212. package/lib/renderers/Breadcrumb.js +1 -1
  213. package/lib/renderers/ButtonGroup.js +1 -1
  214. package/lib/renderers/CRUD.js +5 -5
  215. package/lib/renderers/CRUD2.js +5 -5
  216. package/lib/renderers/Calendar.js +1 -1
  217. package/lib/renderers/Card.js +1 -1
  218. package/lib/renderers/Card2.js +1 -1
  219. package/lib/renderers/Cards.js +1 -1
  220. package/lib/renderers/Carousel.js +1 -1
  221. package/lib/renderers/Chart.js +1 -1
  222. package/lib/renderers/Code.js +1 -1
  223. package/lib/renderers/Collapse.d.ts +1 -0
  224. package/lib/renderers/Collapse.js +12 -1
  225. package/lib/renderers/CollapseGroup.js +1 -1
  226. package/lib/renderers/Color.js +1 -1
  227. package/lib/renderers/Container.js +1 -1
  228. package/lib/renderers/Copyable.js +1 -1
  229. package/lib/renderers/Custom.js +1 -1
  230. package/lib/renderers/Date.js +1 -1
  231. package/lib/renderers/Dialog.d.ts +58 -58
  232. package/lib/renderers/Dialog.js +1 -1
  233. package/lib/renderers/Divider.js +1 -1
  234. package/lib/renderers/Drawer.js +2 -4
  235. package/lib/renderers/DropDownButton.js +1 -1
  236. package/lib/renderers/Each.js +1 -1
  237. package/lib/renderers/Flex.js +1 -1
  238. package/lib/renderers/Form/ButtonGroupSelect.js +1 -1
  239. package/lib/renderers/Form/ButtonToolbar.js +1 -1
  240. package/lib/renderers/Form/ChainedSelect.js +1 -1
  241. package/lib/renderers/Form/ChartRadios.js +1 -1
  242. package/lib/renderers/Form/Checkbox.js +1 -1
  243. package/lib/renderers/Form/Checkboxes.js +1 -1
  244. package/lib/renderers/Form/Combo.d.ts +4 -0
  245. package/lib/renderers/Form/Combo.js +10 -4
  246. package/lib/renderers/Form/ConditionBuilder.js +1 -1
  247. package/lib/renderers/Form/Control.js +1 -1
  248. package/lib/renderers/Form/DiffEditor.d.ts +38 -38
  249. package/lib/renderers/Form/DiffEditor.js +1 -1
  250. package/lib/renderers/Form/Editor.d.ts +27 -27
  251. package/lib/renderers/Form/Editor.js +1 -1
  252. package/lib/renderers/Form/FieldSet.d.ts +1 -0
  253. package/lib/renderers/Form/FieldSet.js +9 -3
  254. package/lib/renderers/Form/Formula.js +1 -1
  255. package/lib/renderers/Form/Group.js +1 -1
  256. package/lib/renderers/Form/Hidden.js +1 -1
  257. package/lib/renderers/Form/IconPicker.js +1 -1
  258. package/lib/renderers/Form/IconPickerIcons.js +1 -1
  259. package/lib/renderers/Form/InputArray.js +1 -1
  260. package/lib/renderers/Form/InputCity.d.ts +40 -40
  261. package/lib/renderers/Form/InputCity.js +1 -1
  262. package/lib/renderers/Form/InputColor.d.ts +40 -40
  263. package/lib/renderers/Form/InputColor.js +1 -1
  264. package/lib/renderers/Form/InputDate.js +1 -1
  265. package/lib/renderers/Form/InputDateRange.js +1 -1
  266. package/lib/renderers/Form/InputExcel.d.ts +14 -0
  267. package/lib/renderers/Form/InputExcel.js +59 -2
  268. package/lib/renderers/Form/InputFile.js +9 -8
  269. package/lib/renderers/Form/InputFormula.d.ts +7 -0
  270. package/lib/renderers/Form/InputFormula.js +3 -3
  271. package/lib/renderers/Form/InputGroup.d.ts +1 -1
  272. package/lib/renderers/Form/InputGroup.js +1 -1
  273. package/lib/renderers/Form/InputImage.d.ts +0 -1
  274. package/lib/renderers/Form/InputImage.js +5 -15
  275. package/lib/renderers/Form/InputMonthRange.js +1 -1
  276. package/lib/renderers/Form/InputNumber.d.ts +8 -0
  277. package/lib/renderers/Form/InputNumber.js +9 -4
  278. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  279. package/lib/renderers/Form/InputRange.d.ts +3 -3
  280. package/lib/renderers/Form/InputRange.js +7 -7
  281. package/lib/renderers/Form/InputRating.js +1 -1
  282. package/lib/renderers/Form/InputRepeat.js +1 -1
  283. package/lib/renderers/Form/InputRichText.js +63 -46
  284. package/lib/renderers/Form/InputSubForm.js +1 -1
  285. package/lib/renderers/Form/InputTable.js +1 -1
  286. package/lib/renderers/Form/InputTag.js +1 -1
  287. package/lib/renderers/Form/InputText.d.ts +5 -1
  288. package/lib/renderers/Form/InputText.js +10 -6
  289. package/lib/renderers/Form/InputTree.js +1 -1
  290. package/lib/renderers/Form/InputYearRange.js +1 -1
  291. package/lib/renderers/Form/JSONSchema.js +1 -1
  292. package/lib/renderers/Form/JSONSchemaEditor.js +1 -1
  293. package/lib/renderers/Form/ListSelect.js +1 -1
  294. package/lib/renderers/Form/LocationPicker.js +1 -1
  295. package/lib/renderers/Form/MatrixCheckboxes.js +1 -1
  296. package/lib/renderers/Form/NestedSelect.js +1 -1
  297. package/lib/renderers/Form/Picker.d.ts +1 -0
  298. package/lib/renderers/Form/Picker.js +29 -2
  299. package/lib/renderers/Form/Radios.js +1 -1
  300. package/lib/renderers/Form/Select.d.ts +1 -1
  301. package/lib/renderers/Form/Select.js +8 -6
  302. package/lib/renderers/Form/Static.js +1 -1
  303. package/lib/renderers/Form/Switch.js +1 -1
  304. package/lib/renderers/Form/TabsTransfer.js +1 -1
  305. package/lib/renderers/Form/TabsTransferPicker.js +1 -1
  306. package/lib/renderers/Form/Textarea.js +1 -1
  307. package/lib/renderers/Form/Transfer.d.ts +4 -0
  308. package/lib/renderers/Form/Transfer.js +16 -8
  309. package/lib/renderers/Form/TransferPicker.js +2 -2
  310. package/lib/renderers/Form/TreeSelect.js +2 -2
  311. package/lib/renderers/Form/UUID.js +1 -1
  312. package/lib/renderers/Form/UserSelect.js +1 -1
  313. package/lib/renderers/Grid.js +1 -1
  314. package/lib/renderers/Grid2D.js +1 -1
  315. package/lib/renderers/GridNav.js +1 -1
  316. package/lib/renderers/HBox.js +1 -1
  317. package/lib/renderers/IFrame.js +8 -3
  318. package/lib/renderers/Icon.js +1 -1
  319. package/lib/renderers/Image.d.ts +35 -36
  320. package/lib/renderers/Image.js +5 -3
  321. package/lib/renderers/Images.d.ts +10 -1
  322. package/lib/renderers/Images.js +3 -3
  323. package/lib/renderers/Json.js +2 -2
  324. package/lib/renderers/Link.js +1 -1
  325. package/lib/renderers/List.js +1 -1
  326. package/lib/renderers/Log.d.ts +0 -5
  327. package/lib/renderers/Log.js +5 -14
  328. package/lib/renderers/Mapping.js +1 -1
  329. package/lib/renderers/Markdown.js +1 -1
  330. package/lib/renderers/Nav.d.ts +10 -10
  331. package/lib/renderers/Nav.js +3 -3
  332. package/lib/renderers/Operation.js +1 -1
  333. package/lib/renderers/Page.js +4 -4
  334. package/lib/renderers/Pagination.js +1 -1
  335. package/lib/renderers/PaginationWrapper.js +1 -1
  336. package/lib/renderers/Panel.js +1 -1
  337. package/lib/renderers/Plain.js +1 -1
  338. package/lib/renderers/PopOver.js +13 -2
  339. package/lib/renderers/Portlet.js +1 -1
  340. package/lib/renderers/Progress.js +1 -1
  341. package/lib/renderers/Property.js +1 -1
  342. package/lib/renderers/QRCode.js +1 -1
  343. package/lib/renderers/QuickEdit.js +1 -1
  344. package/lib/renderers/Remark.d.ts +1 -1
  345. package/lib/renderers/Remark.js +1 -1
  346. package/lib/renderers/SearchBox.js +1 -1
  347. package/lib/renderers/Service.d.ts +30 -6
  348. package/lib/renderers/Service.js +162 -34
  349. package/lib/renderers/SparkLine.js +1 -1
  350. package/lib/renderers/Spinner.js +1 -1
  351. package/lib/renderers/Status.js +9 -4
  352. package/lib/renderers/Steps.js +1 -1
  353. package/lib/renderers/Table/ColumnToggler.js +1 -1
  354. package/lib/renderers/Table/HeadCellFilterDropdown.d.ts +3 -0
  355. package/lib/renderers/Table/HeadCellFilterDropdown.js +16 -2
  356. package/lib/renderers/Table/HeadCellSearchDropdown.js +1 -1
  357. package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
  358. package/lib/renderers/Table/TableBody.js +1 -1
  359. package/lib/renderers/Table/TableCell.js +1 -1
  360. package/lib/renderers/Table/TableContent.js +1 -1
  361. package/lib/renderers/Table/TableRow.js +1 -1
  362. package/lib/renderers/Table/exportExcel.js +48 -32
  363. package/lib/renderers/Table/index.js +22 -24
  364. package/lib/renderers/Table2/ColumnToggler.js +1 -1
  365. package/lib/renderers/Table2/HeadCellSearchDropdown.js +1 -1
  366. package/lib/renderers/Table2/TableCell.js +1 -1
  367. package/lib/renderers/Table2/index.d.ts +13 -3
  368. package/lib/renderers/Table2/index.js +85 -35
  369. package/lib/renderers/TableView.js +1 -1
  370. package/lib/renderers/Tabs.js +1 -1
  371. package/lib/renderers/Tag.js +1 -1
  372. package/lib/renderers/Tasks.js +1 -1
  373. package/lib/renderers/Timeline.js +1 -1
  374. package/lib/renderers/TooltipWrapper.js +1 -1
  375. package/lib/renderers/Tpl.d.ts +0 -3
  376. package/lib/renderers/Tpl.js +6 -23
  377. package/lib/renderers/VBox.js +1 -1
  378. package/lib/renderers/Video.js +1 -1
  379. package/lib/renderers/WebComponent.js +1 -1
  380. package/lib/renderers/Wizard.js +1 -1
  381. package/lib/renderers/Wrapper.js +1 -1
  382. package/lib/schemaExtend.js +1 -1
  383. package/lib/themes/ang-ie11.css +4648 -1413
  384. package/lib/themes/ang.css +8847 -5617
  385. package/lib/themes/antd-ie11.css +4644 -1415
  386. package/lib/themes/antd.css +8955 -5731
  387. package/lib/themes/cxd-ie11.css +4652 -1423
  388. package/lib/themes/cxd.css +8855 -5630
  389. package/lib/themes/dark-ie11.css +4763 -1527
  390. package/lib/themes/dark.css +8940 -5709
  391. package/lib/themes/default-ie11.css +4652 -1423
  392. package/lib/themes/default.css +8855 -5630
  393. package/package.json +23 -19
  394. package/revision.json +7 -0
  395. package/schema.json +623 -437
  396. package/sdk/ang-ie11.css +10687 -24
  397. package/sdk/ang.css +10682 -24
  398. package/sdk/antd-ie11.css +10689 -33
  399. package/sdk/antd.css +10791 -140
  400. package/sdk/barcode.js +50 -50
  401. package/sdk/charts.js +16 -16
  402. package/sdk/codemirror.js +7 -7
  403. package/sdk/color-picker.js +65 -65
  404. package/sdk/cropperjs.js +2 -2
  405. package/sdk/cxd-ie11.css +10694 -38
  406. package/sdk/cxd.css +10688 -36
  407. package/sdk/dark-ie11.css +10689 -24
  408. package/sdk/dark.css +10773 -113
  409. package/sdk/exceljs.js +1 -1
  410. package/sdk/helper.css +8335 -38
  411. package/sdk/locale/de-DE.js +7 -1
  412. package/sdk/markdown.js +68 -68
  413. package/sdk/papaparse.js +1 -1
  414. package/sdk/rest.js +17 -17
  415. package/sdk/rich-text.js +62 -62
  416. package/sdk/sdk-ie11.css +10694 -38
  417. package/sdk/sdk.css +10688 -36
  418. package/sdk/sdk.js +1438 -1440
  419. package/sdk/thirds/hls.js/hls.js +1 -1
  420. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  421. package/sdk/tinymce.js +52 -52
  422. package/sdk/thirds/codemirror/lib/codemirror.css +0 -344
  423. package/sdk/thirds/cropperjs/cropper.css +0 -304
  424. package/sdk/thirds/froala-editor/css/froala_editor.pkgd.min.css +0 -7
  425. package/sdk/thirds/froala-editor/css/froala_style.min.css +0 -7
  426. package/sdk/thirds/tinymce/skins/ui/oxide/skin.css +0 -3074
  427. package/sdk/thirds/video-react/video-react.css +0 -1049
package/schema.json CHANGED
@@ -13697,6 +13697,14 @@
13697
13697
  },
13698
13698
  "description": "操作列配置"
13699
13699
  },
13700
+ "maxKeepItemSelectionLength": {
13701
+ "type": "number",
13702
+ "description": "批量操作最大限制数"
13703
+ },
13704
+ "keepItemSelectionOnPageChange": {
13705
+ "type": "boolean",
13706
+ "description": "翻页时是否保留用户已选的数据"
13707
+ },
13700
13708
  "className": {
13701
13709
  "$ref": "#/definitions/SchemaClassName",
13702
13710
  "description": "容器 css 类名"
@@ -13848,10 +13856,6 @@
13848
13856
  "type": "boolean",
13849
13857
  "description": "是否将接口返回的内容自动同步到地址栏,前提是开启了同步地址栏。"
13850
13858
  },
13851
- "keepItemSelectionOnPageChange": {
13852
- "type": "boolean",
13853
- "description": "翻页时是否保留用户已选的数据"
13854
- },
13855
13859
  "autoFillHeight": {
13856
13860
  "type": "boolean",
13857
13861
  "description": "内容区域占满屏幕剩余空间"
@@ -18466,6 +18470,17 @@
18466
18470
  "htmlTarget": {
18467
18471
  "type": "string",
18468
18472
  "description": "链接的 target"
18473
+ },
18474
+ "showToolbar": {
18475
+ "type": "boolean",
18476
+ "description": "是否展示图片工具栏"
18477
+ },
18478
+ "toolbarActions": {
18479
+ "type": "array",
18480
+ "items": {
18481
+ "$ref": "#/definitions/ImageToolbarAction"
18482
+ },
18483
+ "description": "工具栏配置"
18469
18484
  }
18470
18485
  },
18471
18486
  "required": [
@@ -18474,6 +18489,37 @@
18474
18489
  "additionalProperties": false,
18475
18490
  "description": "图片展示控件。 文档:https://baidu.gitee.io/amis/docs/components/image"
18476
18491
  },
18492
+ "ImageToolbarAction": {
18493
+ "type": "object",
18494
+ "properties": {
18495
+ "key": {
18496
+ "type": "string",
18497
+ "enum": [
18498
+ "ROTATE_RIGHT",
18499
+ "ROTATE_LEFT",
18500
+ "ZOOM_IN",
18501
+ "ZOOM_OUT",
18502
+ "SCALE_ORIGIN"
18503
+ ]
18504
+ },
18505
+ "label": {
18506
+ "type": "string"
18507
+ },
18508
+ "icon": {
18509
+ "type": "string"
18510
+ },
18511
+ "iconClassName": {
18512
+ "type": "string"
18513
+ },
18514
+ "disabled": {
18515
+ "type": "boolean"
18516
+ }
18517
+ },
18518
+ "required": [
18519
+ "key"
18520
+ ],
18521
+ "additionalProperties": false
18522
+ },
18477
18523
  "ImagesSchema": {
18478
18524
  "type": "object",
18479
18525
  "properties": {
@@ -18605,6 +18651,17 @@
18605
18651
  "listClassName": {
18606
18652
  "$ref": "#/definitions/SchemaClassName",
18607
18653
  "description": "列表 CSS 类名"
18654
+ },
18655
+ "showToolbar": {
18656
+ "type": "boolean",
18657
+ "description": "是否展示图片工具栏"
18658
+ },
18659
+ "toolbarActions": {
18660
+ "type": "array",
18661
+ "items": {
18662
+ "$ref": "#/definitions/ImageToolbarAction"
18663
+ },
18664
+ "description": "工具栏配置"
18608
18665
  }
18609
18666
  },
18610
18667
  "required": [
@@ -19399,7 +19456,7 @@
19399
19456
  },
19400
19457
  "clipPath": {
19401
19458
  "$ref": "#/definitions/Property.ClipPath",
19402
- "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-_ | | |"
19459
+ "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** | **79** | **10** | | 23 _-x-_ | | 7 _-x-_ | | |"
19403
19460
  },
19404
19461
  "clipRule": {
19405
19462
  "$ref": "#/definitions/Property.ClipRule"
@@ -19462,7 +19519,7 @@
19462
19519
  },
19463
19520
  "fontSizeAdjust": {
19464
19521
  "$ref": "#/definitions/Property.FontSizeAdjust",
19465
- "description": "The **`font-size-adjust`** CSS property sets the size of lower-case letters relative to the current font size (which defines the size of upper-case letters).\n\n**Syntax**: `none | [ ex-height | cap-height | ch-width | ic-width | ic-height ]? [ from-font | <number> ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | n/a | **1** | No | n/a | No |"
19522
+ "description": "The **`font-size-adjust`** CSS property sets the size of lower-case letters relative to the current font size (which defines the size of upper-case letters).\n\n**Syntax**: `none | [ ex-height | cap-height | ch-width | ic-width | ic-height ]? [ from-font | <number> ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **3** | No | n/a | No |"
19466
19523
  },
19467
19524
  "fontStretch": {
19468
19525
  "$ref": "#/definitions/Property.FontStretch",
@@ -19485,7 +19542,7 @@
19485
19542
  },
19486
19543
  "imageRendering": {
19487
19544
  "$ref": "#/definitions/Property.ImageRendering",
19488
- "description": "The **`image-rendering`** CSS property sets an image scaling algorithm. The property applies to an element itself, to any images set in its other properties, and to its descendants.\n\n**Syntax**: `auto | crisp-edges | pixelated`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **13** | **3.6** | **6** | **79** | No |"
19545
+ "description": "The **`image-rendering`** CSS property sets an image scaling algorithm. The property applies to an element itself, to any images set in its other properties, and to its descendants.\n\n**Syntax**: `auto | crisp-edges | pixelated`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **13** | **3.6** | **6** | n/a | No |"
19489
19546
  },
19490
19547
  "letterSpacing": {
19491
19548
  "$ref": "#/definitions/Property.LetterSpacing%3C(string%7Cnumber)%3E",
@@ -19572,7 +19629,7 @@
19572
19629
  },
19573
19630
  "textRendering": {
19574
19631
  "$ref": "#/definitions/Property.TextRendering",
19575
- "description": "The **`text-rendering`** CSS property provides information to the rendering engine about what to optimize for when rendering text.\n\n**Syntax**: `auto | optimizeSpeed | optimizeLegibility | geometricPrecision`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **4** | **1** | **5** | **79** | No |"
19632
+ "description": "The **`text-rendering`** CSS property provides information to the rendering engine about what to optimize for when rendering text.\n\n**Syntax**: `auto | optimizeSpeed | optimizeLegibility | geometricPrecision`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **4** | **1** | **5** | n/a | No |"
19576
19633
  },
19577
19634
  "unicodeBidi": {
19578
19635
  "$ref": "#/definitions/Property.UnicodeBidi",
@@ -19697,10 +19754,6 @@
19697
19754
  "$ref": "#/definitions/Property.ScrollSnapTypeY",
19698
19755
  "description": "The **`scroll-snap-type-y`** CSS property defines how strictly snap points are enforced on the vertical axis of the scroll container in case there is one.\n\n**Syntax**: `none | mandatory | proximity`\n\n**Initial value**: `none`"
19699
19756
  },
19700
- "scrollbarTrackColor": {
19701
- "$ref": "#/definitions/Property.MsScrollbarTrackColor",
19702
- "description": "The **`-ms-scrollbar-track-color`** CSS property is a Microsoft extension that specifies the color of the track element of a scrollbar.\n\n**Syntax**: `<color>`\n\n**Initial value**: `Scrollbar`"
19703
- },
19704
19757
  "KhtmlBoxAlign": {
19705
19758
  "$ref": "#/definitions/Property.BoxAlign",
19706
19759
  "description": "The **`box-align`** CSS property specifies how an element aligns its contents across its layout in a perpendicular direction. The effect of the property is only visible if there is extra space in the box.\n\n**Syntax**: `start | center | end | baseline | stretch`\n\n**Initial value**: `stretch`"
@@ -19885,10 +19938,6 @@
19885
19938
  "$ref": "#/definitions/Property.ImeMode",
19886
19939
  "description": "The **`ime-mode`** CSS property controls the state of the input method editor (IME) for text fields. This property is obsolete.\n\n**Syntax**: `auto | normal | active | inactive | disabled`\n\n**Initial value**: `auto`"
19887
19940
  },
19888
- "msScrollbarTrackColor": {
19889
- "$ref": "#/definitions/Property.MsScrollbarTrackColor",
19890
- "description": "The **`-ms-scrollbar-track-color`** CSS property is a Microsoft extension that specifies the color of the track element of a scrollbar.\n\n**Syntax**: `<color>`\n\n**Initial value**: `Scrollbar`"
19891
- },
19892
19941
  "OAnimation": {
19893
19942
  "$ref": "#/definitions/Property.Animation%3Cstring%3E",
19894
19943
  "description": "The **`animation`** shorthand CSS property applies an animation between styles. It is a shorthand for `animation-name`, `animation-duration`, `animation-timing-function`, `animation-delay`, `animation-iteration-count`, `animation-direction`, `animation-fill-mode`, and `animation-play-state`.\n\n**Syntax**: `<single-animation>#`"
@@ -20205,10 +20254,6 @@
20205
20254
  "$ref": "#/definitions/Property.ColumnFill",
20206
20255
  "description": "The **`column-fill`** CSS property controls how an element's contents are balanced when broken into columns.\n\n**Syntax**: `auto | balance | balance-all`\n\n**Initial value**: `balance`"
20207
20256
  },
20208
- "MozColumnGap": {
20209
- "$ref": "#/definitions/Property.ColumnGap%3C(string%7Cnumber)%3E",
20210
- "description": "The **`column-gap`** CSS property sets the size of the gap (gutter) between an element's columns.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`"
20211
- },
20212
20257
  "MozColumnRuleColor": {
20213
20258
  "$ref": "#/definitions/Property.ColumnRuleColor",
20214
20259
  "description": "The **`column-rule-color`** CSS property sets the color of the line drawn between columns in a multi-column layout.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`"
@@ -20341,10 +20386,6 @@
20341
20386
  "$ref": "#/definitions/Property.MsAccelerator",
20342
20387
  "description": "The **`-ms-accelerator`** CSS property is a Microsoft extension that sets or retrieves a string indicating whether the object represents a keyboard shortcut.\n\n**Syntax**: `false | true`\n\n**Initial value**: `false`"
20343
20388
  },
20344
- "msAlignSelf": {
20345
- "$ref": "#/definitions/Property.AlignSelf",
20346
- "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`"
20347
- },
20348
20389
  "msBlockProgression": {
20349
20390
  "$ref": "#/definitions/Property.MsBlockProgression",
20350
20391
  "description": "The **`-ms-block-progression`** CSS property is a Microsoft extension that specifies the block progression and layout orientation.\n\n**Syntax**: `tb | rl | bt | lr`\n\n**Initial value**: `tb`"
@@ -20425,10 +20466,6 @@
20425
20466
  "$ref": "#/definitions/Property.MsImeAlign",
20426
20467
  "description": "The **`-ms-ime-align`** CSS property is a Microsoft extension aligning the Input Method Editor (IME) candidate window box relative to the element on which the IME composition is active. The extension is implemented in Microsoft Edge and Internet Explorer 11.\n\n**Syntax**: `auto | after`\n\n**Initial value**: `auto`"
20427
20468
  },
20428
- "msJustifySelf": {
20429
- "$ref": "#/definitions/Property.JustifySelf",
20430
- "description": "The CSS **`justify-self`** property sets the way a box is justified inside its alignment container along the appropriate axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]`\n\n**Initial value**: `auto`"
20431
- },
20432
20469
  "msLineBreak": {
20433
20470
  "$ref": "#/definitions/Property.LineBreak",
20434
20471
  "description": "The **`line-break`** CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.\n\n**Syntax**: `auto | loose | normal | strict | anywhere`\n\n**Initial value**: `auto`"
@@ -20517,6 +20554,10 @@
20517
20554
  "$ref": "#/definitions/Property.MsScrollbarShadowColor",
20518
20555
  "description": "The **`-ms-scrollbar-shadow-color`** CSS property is a Microsoft extension that specifies the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar.\n\n**Syntax**: `<color>`\n\n**Initial value**: `ThreeDDarkShadow`"
20519
20556
  },
20557
+ "msScrollbarTrackColor": {
20558
+ "$ref": "#/definitions/Property.MsScrollbarTrackColor",
20559
+ "description": "The **`-ms-scrollbar-track-color`** CSS property is a Microsoft extension that specifies the color of the track element of a scrollbar.\n\n**Syntax**: `<color>`\n\n**Initial value**: `Scrollbar`"
20560
+ },
20520
20561
  "msTextAutospace": {
20521
20562
  "$ref": "#/definitions/Property.MsTextAutospace",
20522
20563
  "description": "The **`-ms-text-autospace`** CSS property is a Microsoft extension that specifies the autospacing and narrow space width adjustment of text.\n\n**Syntax**: `none | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space`\n\n**Initial value**: `none`"
@@ -20713,10 +20754,6 @@
20713
20754
  "$ref": "#/definitions/Property.ColumnFill",
20714
20755
  "description": "The **`column-fill`** CSS property controls how an element's contents are balanced when broken into columns.\n\n**Syntax**: `auto | balance | balance-all`\n\n**Initial value**: `balance`"
20715
20756
  },
20716
- "WebkitColumnGap": {
20717
- "$ref": "#/definitions/Property.ColumnGap%3C(string%7Cnumber)%3E",
20718
- "description": "The **`column-gap`** CSS property sets the size of the gap (gutter) between an element's columns.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`"
20719
- },
20720
20757
  "WebkitColumnRuleColor": {
20721
20758
  "$ref": "#/definitions/Property.ColumnRuleColor",
20722
20759
  "description": "The **`column-rule-color`** CSS property sets the color of the line drawn between columns in a multi-column layout.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`"
@@ -21027,7 +21064,7 @@
21027
21064
  },
21028
21065
  "all": {
21029
21066
  "$ref": "#/definitions/Property.All",
21030
- "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 | revert-layer`\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 |"
21067
+ "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 | revert-layer`\n\n**Initial value**: There is no practical initial value for it.\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | **37** | **27** | **9.1** | n/a | No |"
21031
21068
  },
21032
21069
  "animation": {
21033
21070
  "$ref": "#/definitions/Property.Animation%3Cstring%3E",
@@ -21047,15 +21084,15 @@
21047
21084
  },
21048
21085
  "borderBlock": {
21049
21086
  "$ref": "#/definitions/Property.BorderBlock%3C(string%7Cnumber)%3E",
21050
- "description": "The **`border-block`** CSS property is a shorthand property for setting the individual logical block border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21087
+ "description": "The **`border-block`** CSS property is a shorthand property for setting the individual logical block border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21051
21088
  },
21052
21089
  "borderBlockEnd": {
21053
21090
  "$ref": "#/definitions/Property.BorderBlockEnd%3C(string%7Cnumber)%3E",
21054
- "description": "The **`border-block-end`** CSS property is a shorthand property for setting the individual logical block-end border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21091
+ "description": "The **`border-block-end`** CSS property is a shorthand property for setting the individual logical block-end border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21055
21092
  },
21056
21093
  "borderBlockStart": {
21057
21094
  "$ref": "#/definitions/Property.BorderBlockStart%3C(string%7Cnumber)%3E",
21058
- "description": "The **`border-block-start`** CSS property is a shorthand property for setting the individual logical block-start border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21095
+ "description": "The **`border-block-start`** CSS property is a shorthand property for setting the individual logical block-start border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21059
21096
  },
21060
21097
  "borderBottom": {
21061
21098
  "$ref": "#/definitions/Property.BorderBottom%3C(string%7Cnumber)%3E",
@@ -21071,15 +21108,15 @@
21071
21108
  },
21072
21109
  "borderInline": {
21073
21110
  "$ref": "#/definitions/Property.BorderInline%3C(string%7Cnumber)%3E",
21074
- "description": "The **`border-inline`** CSS property is a shorthand property for setting the individual logical inline border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21111
+ "description": "The **`border-inline`** CSS property is a shorthand property for setting the individual logical inline border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21075
21112
  },
21076
21113
  "borderInlineEnd": {
21077
21114
  "$ref": "#/definitions/Property.BorderInlineEnd%3C(string%7Cnumber)%3E",
21078
- "description": "The **`border-inline-end`** CSS property is a shorthand property for setting the individual logical inline-end border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21115
+ "description": "The **`border-inline-end`** CSS property is a shorthand property for setting the individual logical inline-end border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21079
21116
  },
21080
21117
  "borderInlineStart": {
21081
21118
  "$ref": "#/definitions/Property.BorderInlineStart%3C(string%7Cnumber)%3E",
21082
- "description": "The **`border-inline-start`** CSS property is a shorthand property for setting the individual logical inline-start border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21119
+ "description": "The **`border-inline-start`** CSS property is a shorthand property for setting the individual logical inline-start border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21083
21120
  },
21084
21121
  "borderLeft": {
21085
21122
  "$ref": "#/definitions/Property.BorderLeft%3C(string%7Cnumber)%3E",
@@ -21123,7 +21160,7 @@
21123
21160
  },
21124
21161
  "gap": {
21125
21162
  "$ref": "#/definitions/Property.Gap%3C(string%7Cnumber)%3E",
21126
- "description": "The **`gap`** CSS property sets the gaps (gutters) between rows and columns. It is a shorthand for `row-gap` and `column-gap`.\n\n**Syntax**: `<'row-gap'> <'column-gap'>?`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **84** | **63** | **14.1** | **84** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------: | :-------------: | :---------------: | :----: | :-: | | **66** | **61** | **12** | **16** | No | | 57 _(grid-gap)_ | 52 _(grid-gap)_ | 10.1 _(grid-gap)_ | | |\n\n---\n\n_Supported in Multi-column Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **66** | **61** | No | **16** | No |\n\n---"
21163
+ "description": "The **`gap`** CSS property sets the gaps (gutters) between rows and columns. It is a shorthand for `row-gap` and `column-gap`.\n\n**Syntax**: `<'row-gap'> <'column-gap'>?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
21127
21164
  },
21128
21165
  "grid": {
21129
21166
  "$ref": "#/definitions/Property.Grid",
@@ -21159,15 +21196,15 @@
21159
21196
  },
21160
21197
  "maskBorder": {
21161
21198
  "$ref": "#/definitions/Property.MaskBorder",
21162
- "description": "The **`mask-border`** CSS shorthand property lets you create a mask along the edge of an element's border.\n\n**Syntax**: `<'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? || <'mask-border-repeat'> || <'mask-border-mode'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------: | :-----: | :--------------------------------: | :-------------------------------: | :-: | | **1** _(-webkit-mask-box-image)_ | No | **3.1** _(-webkit-mask-box-image)_ | **79** _(-webkit-mask-box-image)_ | No |"
21199
+ "description": "The **`mask-border`** CSS shorthand property lets you create a mask along the edge of an element's border.\n\n**Syntax**: `<'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? || <'mask-border-repeat'> || <'mask-border-mode'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------: | :-----: | :--------------------------------: | :--: | :-: | | **1** _(-webkit-mask-box-image)_ | No | **3.1** _(-webkit-mask-box-image)_ | n/a | No |"
21163
21200
  },
21164
21201
  "motion": {
21165
21202
  "$ref": "#/definitions/Property.Offset%3C(string%7Cnumber)%3E",
21166
- "description": "The **`offset`** CSS shorthand property sets all the properties required for animating an element along a defined path.\n\n**Syntax**: `[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------: | :-----: | :----: | :----: | :-: | | **55** | **72** | No | **79** | No | | 46 _(motion)_ | | | | |"
21203
+ "description": "The **`offset`** CSS shorthand property sets all the properties required for animating an element along a defined path.\n\n**Syntax**: `[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------: | :-----: | :----: | :--: | :-: | | **55** | **72** | **16** | n/a | No | | 46 _(motion)_ | | | | |"
21167
21204
  },
21168
21205
  "offset": {
21169
21206
  "$ref": "#/definitions/Property.Offset%3C(string%7Cnumber)%3E",
21170
- "description": "The **`offset`** CSS shorthand property sets all the properties required for animating an element along a defined path.\n\n**Syntax**: `[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------: | :-----: | :----: | :----: | :-: | | **55** | **72** | No | **79** | No | | 46 _(motion)_ | | | | |"
21207
+ "description": "The **`offset`** CSS shorthand property sets all the properties required for animating an element along a defined path.\n\n**Syntax**: `[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------: | :-----: | :----: | :--: | :-: | | **55** | **72** | **16** | n/a | No | | 46 _(motion)_ | | | | |"
21171
21208
  },
21172
21209
  "outline": {
21173
21210
  "$ref": "#/definitions/Property.Outline%3C(string%7Cnumber)%3E",
@@ -21175,7 +21212,7 @@
21175
21212
  },
21176
21213
  "overscrollBehavior": {
21177
21214
  "$ref": "#/definitions/Property.OverscrollBehavior",
21178
- "description": "The **`overscroll-behavior`** CSS property sets what a browser does when reaching the boundary of a scrolling area. It's a shorthand for `overscroll-behavior-x` and `overscroll-behavior-y`.\n\n**Syntax**: `[ contain | none | auto ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | No | **18** | No |"
21215
+ "description": "The **`overscroll-behavior`** CSS property sets what a browser does when reaching the boundary of a scrolling area. It's a shorthand for `overscroll-behavior-x` and `overscroll-behavior-y`.\n\n**Syntax**: `[ contain | none | auto ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | **16** | **18** | No |"
21179
21216
  },
21180
21217
  "padding": {
21181
21218
  "$ref": "#/definitions/Property.Padding%3C(string%7Cnumber)%3E",
@@ -21183,15 +21220,15 @@
21183
21220
  },
21184
21221
  "placeItems": {
21185
21222
  "$ref": "#/definitions/Property.PlaceItems",
21186
- "description": "The CSS **`place-items`** shorthand property allows you to align items along both the block and inline directions at once (i.e. the `align-items` and `justify-items` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not set, the first value is also used for it.\n\n**Syntax**: `<'align-items'> <'justify-items'>?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **45** | **11** | **79** | No |"
21223
+ "description": "The CSS **`place-items`** shorthand property allows you to align items along both the block and inline directions at once (i.e. the `align-items` and `justify-items` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not set, the first value is also used for it.\n\n**Syntax**: `<'align-items'> <'justify-items'>?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **59** | **45** | **11** | n/a | No |"
21187
21224
  },
21188
21225
  "placeSelf": {
21189
21226
  "$ref": "#/definitions/Property.PlaceSelf",
21190
- "description": "The **`place-self`** CSS shorthand property allows you to align an individual item in both the block and inline directions at once (i.e. the `align-self` and `justify-self` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not present, the first value is also used for it.\n\n**Syntax**: `<'align-self'> <'justify-self'>?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **45** | **11** | **79** | No |"
21227
+ "description": "The **`place-self`** CSS shorthand property allows you to align an individual item in both the block and inline directions at once (i.e. the `align-self` and `justify-self` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not present, the first value is also used for it.\n\n**Syntax**: `<'align-self'> <'justify-self'>?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **59** | **45** | **11** | n/a | No |"
21191
21228
  },
21192
21229
  "textEmphasis": {
21193
21230
  "$ref": "#/definitions/Property.TextEmphasis",
21194
- "description": "The **`text-emphasis`** CSS property applies emphasis marks to text (except spaces and control characters). It is a shorthand for `text-emphasis-style` and `text-emphasis-color`.\n\n**Syntax**: `<'text-emphasis-style'> || <'text-emphasis-color'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
21231
+ "description": "The **`text-emphasis`** CSS property applies emphasis marks to text (except spaces and control characters). It is a shorthand for `text-emphasis-style` and `text-emphasis-color`.\n\n**Syntax**: `<'text-emphasis-style'> || <'text-emphasis-color'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :--: | :-: | | **99** | **46** | **7** | n/a | No | | 25 _-x-_ | | | | |"
21195
21232
  },
21196
21233
  "transition": {
21197
21234
  "$ref": "#/definitions/Property.Transition%3Cstring%3E",
@@ -21199,23 +21236,27 @@
21199
21236
  },
21200
21237
  "accentColor": {
21201
21238
  "$ref": "#/definitions/Property.AccentColor",
21202
- "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 |"
21239
+ "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** | n/a | No |"
21203
21240
  },
21204
21241
  "alignContent": {
21205
21242
  "$ref": "#/definitions/Property.AlignContent",
21206
- "description": "The CSS **`align-content`** property sets the distribution of space between and around content items along a flexbox's cross-axis or a grid's block axis.\n\n**Syntax**: `normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **28** | **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---"
21243
+ "description": "The CSS **`align-content`** property sets the distribution of space between and around content items along a flexbox's cross-axis or a grid's 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 | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **28** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |"
21207
21244
  },
21208
21245
  "alignItems": {
21209
21246
  "$ref": "#/definitions/Property.AlignItems",
21210
- "description": "The CSS **`align-items`** property sets the `align-self` value on all direct children as a group. In Flexbox, it controls the alignment of items on the Cross Axis. In Grid Layout, it controls the alignment of items on the Block Axis within their grid area.\n\n**Syntax**: `normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]`\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---"
21247
+ "description": "The CSS **`align-items`** property sets the `align-self` value on all direct children as a group. In Flexbox, it controls the alignment of items on the Cross Axis. In Grid Layout, it controls the alignment of items on the Block Axis within their grid area.\n\n**Syntax**: `normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |"
21211
21248
  },
21212
21249
  "alignSelf": {
21213
21250
  "$ref": "#/definitions/Property.AlignSelf",
21214
- "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---"
21251
+ "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| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **20** | **9** | **12** | **10** | | 21 _-x-_ | | 7 _-x-_ | | |"
21215
21252
  },
21216
21253
  "alignTracks": {
21217
21254
  "$ref": "#/definitions/Property.AlignTracks",
21218
- "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 |"
21255
+ "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 | n/a | No |"
21256
+ },
21257
+ "animationComposition": {
21258
+ "$ref": "#/definitions/Property.AnimationComposition",
21259
+ "description": "The **`animation-composition`** CSS property specifies the composite operation to use when multiple animations affect the same property simultaneously.\n\n**Syntax**: `<single-animation-composition>#`\n\n**Initial value**: `replace`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | n/a | No |"
21219
21260
  },
21220
21261
  "animationDelay": {
21221
21262
  "$ref": "#/definitions/Property.AnimationDelay%3Cstring%3E",
@@ -21247,7 +21288,7 @@
21247
21288
  },
21248
21289
  "animationTimeline": {
21249
21290
  "$ref": "#/definitions/Property.AnimationTimeline",
21250
- "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 |"
21291
+ "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 | n/a | No |"
21251
21292
  },
21252
21293
  "animationTimingFunction": {
21253
21294
  "$ref": "#/definitions/Property.AnimationTimingFunction",
@@ -21259,11 +21300,11 @@
21259
21300
  },
21260
21301
  "aspectRatio": {
21261
21302
  "$ref": "#/definitions/Property.AspectRatio",
21262
- "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 |"
21303
+ "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** | n/a | No |"
21263
21304
  },
21264
21305
  "backdropFilter": {
21265
21306
  "$ref": "#/definitions/Property.BackdropFilter",
21266
- "description": "The **`backdrop-filter`** CSS property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything _behind_ the element, to see the effect you must make the element or its background at least partially transparent.\n\n**Syntax**: `none | <filter-function-list>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------: | :----: | :-: | | **76** | n/a | **9** _-x-_ | **17** | No |"
21307
+ "description": "The **`backdrop-filter`** CSS property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything _behind_ the element, to see the effect you must make the element or its background at least partially transparent.\n\n**Syntax**: `none | <filter-function-list>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------: | :----: | :-: | | **76** | **103** | **9** _-x-_ | **17** | No |"
21267
21308
  },
21268
21309
  "backfaceVisibility": {
21269
21310
  "$ref": "#/definitions/Property.BackfaceVisibility",
@@ -21275,7 +21316,7 @@
21275
21316
  },
21276
21317
  "backgroundBlendMode": {
21277
21318
  "$ref": "#/definitions/Property.BackgroundBlendMode",
21278
- "description": "The **`background-blend-mode`** CSS property sets how an element's background images should blend with each other and with the element's background color.\n\n**Syntax**: `<blend-mode>#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **35** | **30** | **8** | **79** | No |"
21319
+ "description": "The **`background-blend-mode`** CSS property sets how an element's background images should blend with each other and with the element's background color.\n\n**Syntax**: `<blend-mode>#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **35** | **30** | **8** | n/a | No |"
21279
21320
  },
21280
21321
  "backgroundClip": {
21281
21322
  "$ref": "#/definitions/Property.BackgroundClip",
@@ -21315,43 +21356,43 @@
21315
21356
  },
21316
21357
  "blockSize": {
21317
21358
  "$ref": "#/definitions/Property.BlockSize%3C(string%7Cnumber)%3E",
21318
- "description": "The **`block-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 |"
21359
+ "description": "The **`block-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** | n/a | No |"
21319
21360
  },
21320
21361
  "borderBlockColor": {
21321
21362
  "$ref": "#/definitions/Property.BorderBlockColor",
21322
- "description": "The **`border-block-color`** CSS property defines the color of the logical block borders 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` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>{1,2}`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21363
+ "description": "The **`border-block-color`** CSS property defines the color of the logical block borders 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` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>{1,2}`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21323
21364
  },
21324
21365
  "borderBlockEndColor": {
21325
21366
  "$ref": "#/definitions/Property.BorderBlockEndColor",
21326
- "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 |"
21367
+ "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** | n/a | No |"
21327
21368
  },
21328
21369
  "borderBlockEndStyle": {
21329
21370
  "$ref": "#/definitions/Property.BorderBlockEndStyle",
21330
- "description": "The **`border-block-end-style`** CSS property defines the style of the logical block-end 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 |"
21371
+ "description": "The **`border-block-end-style`** CSS property defines the style of the logical block-end 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** | n/a | No |"
21331
21372
  },
21332
21373
  "borderBlockEndWidth": {
21333
21374
  "$ref": "#/definitions/Property.BorderBlockEndWidth%3C(string%7Cnumber)%3E",
21334
- "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 |"
21375
+ "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** | n/a | No |"
21335
21376
  },
21336
21377
  "borderBlockStartColor": {
21337
21378
  "$ref": "#/definitions/Property.BorderBlockStartColor",
21338
- "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 |"
21379
+ "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** | n/a | No |"
21339
21380
  },
21340
21381
  "borderBlockStartStyle": {
21341
21382
  "$ref": "#/definitions/Property.BorderBlockStartStyle",
21342
- "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 |"
21383
+ "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** | n/a | No |"
21343
21384
  },
21344
21385
  "borderBlockStartWidth": {
21345
21386
  "$ref": "#/definitions/Property.BorderBlockStartWidth%3C(string%7Cnumber)%3E",
21346
- "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 |"
21387
+ "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** | n/a | No |"
21347
21388
  },
21348
21389
  "borderBlockStyle": {
21349
21390
  "$ref": "#/definitions/Property.BorderBlockStyle",
21350
- "description": "The **`border-block-style`** CSS property defines the style of the logical block 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 |"
21391
+ "description": "The **`border-block-style`** CSS property defines the style of the logical block 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** | n/a | No |"
21351
21392
  },
21352
21393
  "borderBlockWidth": {
21353
21394
  "$ref": "#/definitions/Property.BorderBlockWidth%3C(string%7Cnumber)%3E",
21354
- "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 |"
21395
+ "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** | n/a | No |"
21355
21396
  },
21356
21397
  "borderBottomColor": {
21357
21398
  "$ref": "#/definitions/Property.BorderBottomColor",
@@ -21379,11 +21420,11 @@
21379
21420
  },
21380
21421
  "borderEndEndRadius": {
21381
21422
  "$ref": "#/definitions/Property.BorderEndEndRadius%3C(string%7Cnumber)%3E",
21382
- "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 |"
21423
+ "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** | n/a | No |"
21383
21424
  },
21384
21425
  "borderEndStartRadius": {
21385
21426
  "$ref": "#/definitions/Property.BorderEndStartRadius%3C(string%7Cnumber)%3E",
21386
- "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 |"
21427
+ "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** | n/a | No |"
21387
21428
  },
21388
21429
  "borderImageOutset": {
21389
21430
  "$ref": "#/definitions/Property.BorderImageOutset%3C(string%7Cnumber)%3E",
@@ -21407,39 +21448,39 @@
21407
21448
  },
21408
21449
  "borderInlineColor": {
21409
21450
  "$ref": "#/definitions/Property.BorderInlineColor",
21410
- "description": "The **`border-inline-color`** CSS property defines the color of the logical inline borders 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` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>{1,2}`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21451
+ "description": "The **`border-inline-color`** CSS property defines the color of the logical inline borders 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` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>{1,2}`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21411
21452
  },
21412
21453
  "borderInlineEndColor": {
21413
21454
  "$ref": "#/definitions/Property.BorderInlineEndColor",
21414
- "description": "The **`border-inline-end-color`** CSS property defines the color of the logical inline-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 | | | 3 _(-moz-border-end-color)_ | | | |"
21455
+ "description": "The **`border-inline-end-color`** CSS property defines the color of the logical inline-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** | n/a | No | | | 3 _(-moz-border-end-color)_ | | | |"
21415
21456
  },
21416
21457
  "borderInlineEndStyle": {
21417
21458
  "$ref": "#/definitions/Property.BorderInlineEndStyle",
21418
- "description": "The **`border-inline-end-style`** CSS property defines the style of the logical inline end 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 | | | 3 _(-moz-border-end-style)_ | | | |"
21459
+ "description": "The **`border-inline-end-style`** CSS property defines the style of the logical inline end 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** | n/a | No | | | 3 _(-moz-border-end-style)_ | | | |"
21419
21460
  },
21420
21461
  "borderInlineEndWidth": {
21421
21462
  "$ref": "#/definitions/Property.BorderInlineEndWidth%3C(string%7Cnumber)%3E",
21422
- "description": "The **`border-inline-end-width`** CSS property defines the width of the logical inline-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 | | | 3 _(-moz-border-end-width)_ | | | |"
21463
+ "description": "The **`border-inline-end-width`** CSS property defines the width of the logical inline-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** | n/a | No | | | 3 _(-moz-border-end-width)_ | | | |"
21423
21464
  },
21424
21465
  "borderInlineStartColor": {
21425
21466
  "$ref": "#/definitions/Property.BorderInlineStartColor",
21426
- "description": "The **`border-inline-start-color`** CSS property defines the color of the logical inline 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 | | | 3 _(-moz-border-start-color)_ | | | |"
21467
+ "description": "The **`border-inline-start-color`** CSS property defines the color of the logical inline 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** | n/a | No | | | 3 _(-moz-border-start-color)_ | | | |"
21427
21468
  },
21428
21469
  "borderInlineStartStyle": {
21429
21470
  "$ref": "#/definitions/Property.BorderInlineStartStyle",
21430
- "description": "The **`border-inline-start-style`** CSS property defines the style of the logical inline 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 | | | 3 _(-moz-border-start-style)_ | | | |"
21471
+ "description": "The **`border-inline-start-style`** CSS property defines the style of the logical inline 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** | n/a | No | | | 3 _(-moz-border-start-style)_ | | | |"
21431
21472
  },
21432
21473
  "borderInlineStartWidth": {
21433
21474
  "$ref": "#/definitions/Property.BorderInlineStartWidth%3C(string%7Cnumber)%3E",
21434
- "description": "The **`border-inline-start-width`** CSS property defines the width of the logical inline-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 |"
21475
+ "description": "The **`border-inline-start-width`** CSS property defines the width of the logical inline-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** | n/a | No |"
21435
21476
  },
21436
21477
  "borderInlineStyle": {
21437
21478
  "$ref": "#/definitions/Property.BorderInlineStyle",
21438
- "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 |"
21479
+ "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** | n/a | No |"
21439
21480
  },
21440
21481
  "borderInlineWidth": {
21441
21482
  "$ref": "#/definitions/Property.BorderInlineWidth%3C(string%7Cnumber)%3E",
21442
- "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 |"
21483
+ "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** | n/a | No |"
21443
21484
  },
21444
21485
  "borderLeftColor": {
21445
21486
  "$ref": "#/definitions/Property.BorderLeftColor",
@@ -21471,11 +21512,11 @@
21471
21512
  },
21472
21513
  "borderStartEndRadius": {
21473
21514
  "$ref": "#/definitions/Property.BorderStartEndRadius%3C(string%7Cnumber)%3E",
21474
- "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 |"
21515
+ "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** | n/a | No |"
21475
21516
  },
21476
21517
  "borderStartStartRadius": {
21477
21518
  "$ref": "#/definitions/Property.BorderStartStartRadius%3C(string%7Cnumber)%3E",
21478
- "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 |"
21519
+ "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** | n/a | No |"
21479
21520
  },
21480
21521
  "borderTopColor": {
21481
21522
  "$ref": "#/definitions/Property.BorderTopColor",
@@ -21503,7 +21544,7 @@
21503
21544
  },
21504
21545
  "boxDecorationBreak": {
21505
21546
  "$ref": "#/definitions/Property.BoxDecorationBreak",
21506
- "description": "The **`box-decoration-break`** CSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, or pages.\n\n**Syntax**: `slice | clone`\n\n**Initial value**: `slice`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----: | :---------: | :----------: | :-: | | **22** _-x-_ | **32** | **7** _-x-_ | **79** _-x-_ | No |"
21547
+ "description": "The **`box-decoration-break`** CSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, or pages.\n\n**Syntax**: `slice | clone`\n\n**Initial value**: `slice`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----: | :---------: | :--: | :-: | | **22** _-x-_ | **32** | **7** _-x-_ | n/a | No |"
21507
21548
  },
21508
21549
  "boxShadow": {
21509
21550
  "$ref": "#/definitions/Property.BoxShadow",
@@ -21515,15 +21556,15 @@
21515
21556
  },
21516
21557
  "breakAfter": {
21517
21558
  "$ref": "#/definitions/Property.BreakAfter",
21518
- "description": "The **`break-after`** CSS property sets how page, column, or region breaks should behave after a generated box. If there is no generated box, the property is ignored.\n\n**Syntax**: `auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region`\n\n**Initial value**: `auto`\n\n---\n\n_Supported in Multi-column Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | No | **12** | **10** |\n\n---\n\n_Supported in Paged Media_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |\n\n---"
21559
+ "description": "The **`break-after`** CSS property sets how page, column, or region breaks should behave after a generated box. If there is no generated box, the property is ignored.\n\n**Syntax**: `auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |"
21519
21560
  },
21520
21561
  "breakBefore": {
21521
21562
  "$ref": "#/definitions/Property.BreakBefore",
21522
- "description": "The **`break-before`** CSS property sets how page, column, or region breaks should behave before a generated box. If there is no generated box, the property is ignored.\n\n**Syntax**: `auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region`\n\n**Initial value**: `auto`\n\n---\n\n_Supported in Multi-column Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | No | **12** | **10** |\n\n---\n\n_Supported in Paged Media_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |\n\n---"
21563
+ "description": "The **`break-before`** CSS property sets how page, column, or region breaks should behave before a generated box. If there is no generated box, the property is ignored.\n\n**Syntax**: `auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |"
21523
21564
  },
21524
21565
  "breakInside": {
21525
21566
  "$ref": "#/definitions/Property.BreakInside",
21526
- "description": "The **`break-inside`** CSS property sets how page, column, or region breaks should behave inside a generated box. If there is no generated box, the property is ignored.\n\n**Syntax**: `auto | avoid | avoid-page | avoid-column | avoid-region`\n\n**Initial value**: `auto`\n\n---\n\n_Supported in Multi-column Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |\n\n---\n\n_Supported in Paged Media_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |\n\n---"
21567
+ "description": "The **`break-inside`** CSS property sets how page, column, or region breaks should behave inside a generated box. If there is no generated box, the property is ignored.\n\n**Syntax**: `auto | avoid | avoid-page | avoid-column | avoid-region`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |"
21527
21568
  },
21528
21569
  "captionSide": {
21529
21570
  "$ref": "#/definitions/Property.CaptionSide",
@@ -21531,7 +21572,7 @@
21531
21572
  },
21532
21573
  "caretColor": {
21533
21574
  "$ref": "#/definitions/Property.CaretColor",
21534
- "description": "The **`caret-color`** CSS property sets the color of the **insertion caret**, the visible marker where the next character typed will be inserted. This is sometimes referred to as the **text input cursor**. The caret appears in elements such as `<input>` or those with the `contenteditable` attribute. The caret is typically a thin vertical line that flashes to help make it more noticeable. By default, it is black, but its color can be altered with this property.\n\n**Syntax**: `auto | <color>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **53** | **11.1** | **79** | No |"
21575
+ "description": "The **`caret-color`** CSS property sets the color of the **insertion caret**, the visible marker where the next character typed will be inserted. This is sometimes referred to as the **text input cursor**. The caret appears in elements such as `<input>` or those with the `contenteditable` attribute. The caret is typically a thin vertical line that flashes to help make it more noticeable. By default, it is black, but its color can be altered with this property.\n\n**Syntax**: `auto | <color>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **53** | **11.1** | n/a | No |"
21535
21576
  },
21536
21577
  "clear": {
21537
21578
  "$ref": "#/definitions/Property.Clear",
@@ -21543,7 +21584,7 @@
21543
21584
  },
21544
21585
  "colorScheme": {
21545
21586
  "$ref": "#/definitions/Property.ColorScheme",
21546
- "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 |"
21587
+ "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** | n/a | No |"
21547
21588
  },
21548
21589
  "columnCount": {
21549
21590
  "$ref": "#/definitions/Property.ColumnCount",
@@ -21555,7 +21596,7 @@
21555
21596
  },
21556
21597
  "columnGap": {
21557
21598
  "$ref": "#/definitions/Property.ColumnGap%3C(string%7Cnumber)%3E",
21558
- "description": "The **`column-gap`** CSS property sets the size of the gap (gutter) between an element's columns.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **84** | **63** | **14.1** | **84** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :--------------------: | :----------------------: | :----: | :-: | | **66** | **61** | **12** | **16** | No | | 57 _(grid-column-gap)_ | 52 _(grid-column-gap)_ | 10.1 _(grid-column-gap)_ | | |\n\n---\n\n_Supported in Multi-column Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----: | :----: | :----: | | **50** | **52** | **10** | **12** | **10** | | 1 _-x-_ | | 3 _-x-_ | | |\n\n---"
21599
+ "description": "The **`column-gap`** CSS property sets the size of the gap (gutter) between an element's columns.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **1** | **1.5** | **3** | **12** | **10** |"
21559
21600
  },
21560
21601
  "columnRuleColor": {
21561
21602
  "$ref": "#/definitions/Property.ColumnRuleColor",
@@ -21579,7 +21620,7 @@
21579
21620
  },
21580
21621
  "contain": {
21581
21622
  "$ref": "#/definitions/Property.Contain",
21582
- "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 |"
21623
+ "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 || inline-size ] || layout || style || paint ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **52** | **69** | **15.4** | n/a | No |"
21583
21624
  },
21584
21625
  "content": {
21585
21626
  "$ref": "#/definitions/Property.Content",
@@ -21587,7 +21628,7 @@
21587
21628
  },
21588
21629
  "contentVisibility": {
21589
21630
  "$ref": "#/definitions/Property.ContentVisibility",
21590
- "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 | No | **85** | No |"
21631
+ "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 | No | n/a | No |"
21591
21632
  },
21592
21633
  "counterIncrement": {
21593
21634
  "$ref": "#/definitions/Property.CounterIncrement",
@@ -21599,7 +21640,7 @@
21599
21640
  },
21600
21641
  "counterSet": {
21601
21642
  "$ref": "#/definitions/Property.CounterSet",
21602
- "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 |"
21643
+ "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 | n/a | No |"
21603
21644
  },
21604
21645
  "emptyCells": {
21605
21646
  "$ref": "#/definitions/Property.EmptyCells",
@@ -21635,11 +21676,11 @@
21635
21676
  },
21636
21677
  "fontKerning": {
21637
21678
  "$ref": "#/definitions/Property.FontKerning",
21638
- "description": "The **`font-kerning`** CSS property sets the use of the kerning information stored in a font.\n\n**Syntax**: `auto | normal | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **33** | **32** | **9** | **79** | No | | | | 6 _-x-_ | | |"
21679
+ "description": "The **`font-kerning`** CSS property sets the use of the kerning information stored in a font.\n\n**Syntax**: `auto | normal | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | **33** | **32** | **9** | n/a | No | | | | 6 _-x-_ | | |"
21639
21680
  },
21640
21681
  "fontLanguageOverride": {
21641
21682
  "$ref": "#/definitions/Property.FontLanguageOverride",
21642
- "description": "The **`font-language-override`** CSS property controls the use of language-specific glyphs in a typeface.\n\n**Syntax**: `normal | <string>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **34** | No | No | No | | | 4 _-x-_ | | | |"
21683
+ "description": "The **`font-language-override`** CSS property controls the use of language-specific glyphs in a typeface.\n\n**Syntax**: `normal | <string>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **34** | No | n/a | No | | | 4 _-x-_ | | | |"
21643
21684
  },
21644
21685
  "fontOpticalSizing": {
21645
21686
  "$ref": "#/definitions/Property.FontOpticalSizing",
@@ -21647,35 +21688,35 @@
21647
21688
  },
21648
21689
  "fontSmooth": {
21649
21690
  "$ref": "#/definitions/Property.FontSmooth%3C(string%7Cnumber)%3E",
21650
- "description": "The **`font-smooth`** CSS property controls the application of anti-aliasing when fonts are rendered.\n\n**Syntax**: `auto | never | always | <absolute-size> | <length>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------: | :--------------------------------: | :------------------------------: | :-------------------------------: | :-: | | **5** _(-webkit-font-smoothing)_ | **25** _(-moz-osx-font-smoothing)_ | **4** _(-webkit-font-smoothing)_ | **79** _(-webkit-font-smoothing)_ | No |"
21691
+ "description": "The **`font-smooth`** CSS property controls the application of anti-aliasing when fonts are rendered.\n\n**Syntax**: `auto | never | always | <absolute-size> | <length>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------: | :--------------------------------: | :------------------------------: | :--: | :-: | | **5** _(-webkit-font-smoothing)_ | **25** _(-moz-osx-font-smoothing)_ | **4** _(-webkit-font-smoothing)_ | n/a | No |"
21651
21692
  },
21652
21693
  "fontSynthesis": {
21653
21694
  "$ref": "#/definitions/Property.FontSynthesis",
21654
- "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 |"
21695
+ "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** | n/a | No |"
21655
21696
  },
21656
21697
  "fontVariantAlternates": {
21657
21698
  "$ref": "#/definitions/Property.FontVariantAlternates",
21658
- "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 |"
21699
+ "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** | n/a | No |"
21659
21700
  },
21660
21701
  "fontVariantCaps": {
21661
21702
  "$ref": "#/definitions/Property.FontVariantCaps",
21662
- "description": "The **`font-variant-caps`** CSS property controls the use of alternate glyphs for capital letters.\n\n**Syntax**: `normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **52** | **34** | **9.1** | **79** | No |"
21703
+ "description": "The **`font-variant-caps`** CSS property controls the use of alternate glyphs for capital letters.\n\n**Syntax**: `normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | **52** | **34** | **9.1** | n/a | No |"
21663
21704
  },
21664
21705
  "fontVariantEastAsian": {
21665
21706
  "$ref": "#/definitions/Property.FontVariantEastAsian",
21666
- "description": "The **`font-variant-east-asian`** CSS property controls the use of alternate glyphs for East Asian scripts, like Japanese and Chinese.\n\n**Syntax**: `normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **63** | **34** | **9.1** | **79** | No |"
21707
+ "description": "The **`font-variant-east-asian`** CSS property controls the use of alternate glyphs for East Asian scripts, like Japanese and Chinese.\n\n**Syntax**: `normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | **63** | **34** | **9.1** | n/a | No |"
21667
21708
  },
21668
21709
  "fontVariantLigatures": {
21669
21710
  "$ref": "#/definitions/Property.FontVariantLigatures",
21670
- "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`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :-: | | **34** | **34** | **9.1** | **79** | No | | 31 _-x-_ | | 7 _-x-_ | | |"
21711
+ "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`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :--: | :-: | | **34** | **34** | **9.1** | n/a | No | | 31 _-x-_ | | 7 _-x-_ | | |"
21671
21712
  },
21672
21713
  "fontVariantNumeric": {
21673
21714
  "$ref": "#/definitions/Property.FontVariantNumeric",
21674
- "description": "The **`font-variant-numeric`** CSS property controls the usage of alternate glyphs for numbers, fractions, and ordinal markers.\n\n**Syntax**: `normal | [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **52** | **34** | **9.1** | **79** | No |"
21715
+ "description": "The **`font-variant-numeric`** CSS property controls the usage of alternate glyphs for numbers, fractions, and ordinal markers.\n\n**Syntax**: `normal | [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | **52** | **34** | **9.1** | n/a | No |"
21675
21716
  },
21676
21717
  "fontVariantPosition": {
21677
21718
  "$ref": "#/definitions/Property.FontVariantPosition",
21678
- "description": "The **`font-variant-position`** CSS property controls the use of alternate, smaller glyphs that are positioned as superscript or subscript.\n\n**Syntax**: `normal | sub | super`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | No | **34** | **9.1** | No | No |"
21719
+ "description": "The **`font-variant-position`** CSS property controls the use of alternate, smaller glyphs that are positioned as superscript or subscript.\n\n**Syntax**: `normal | sub | super`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | No | **34** | **9.1** | n/a | No |"
21679
21720
  },
21680
21721
  "fontVariationSettings": {
21681
21722
  "$ref": "#/definitions/Property.FontVariationSettings",
@@ -21727,7 +21768,7 @@
21727
21768
  },
21728
21769
  "hangingPunctuation": {
21729
21770
  "$ref": "#/definitions/Property.HangingPunctuation",
21730
- "description": "The **`hanging-punctuation`** CSS property specifies whether a punctuation mark should hang at the start or end of a line of text. Hanging punctuation may be placed outside the line box.\n\n**Syntax**: `none | [ first || [ force-end | allow-end ] || last ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | No | **10** | No | No |"
21771
+ "description": "The **`hanging-punctuation`** CSS property specifies whether a punctuation mark should hang at the start or end of a line of text. Hanging punctuation may be placed outside the line box.\n\n**Syntax**: `none | [ first || [ force-end | allow-end ] || last ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | No | **10** | n/a | No |"
21731
21772
  },
21732
21773
  "height": {
21733
21774
  "$ref": "#/definitions/Property.Height%3C(string%7Cnumber)%3E",
@@ -21735,7 +21776,7 @@
21735
21776
  },
21736
21777
  "hyphenateCharacter": {
21737
21778
  "$ref": "#/definitions/Property.HyphenateCharacter",
21738
- "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 |"
21779
+ "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-_ | n/a | No |"
21739
21780
  },
21740
21781
  "hyphens": {
21741
21782
  "$ref": "#/definitions/Property.Hyphens",
@@ -21743,7 +21784,7 @@
21743
21784
  },
21744
21785
  "imageOrientation": {
21745
21786
  "$ref": "#/definitions/Property.ImageOrientation",
21746
- "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 |"
21787
+ "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** | n/a | No |"
21747
21788
  },
21748
21789
  "imageResolution": {
21749
21790
  "$ref": "#/definitions/Property.ImageResolution",
@@ -21751,11 +21792,11 @@
21751
21792
  },
21752
21793
  "initialLetter": {
21753
21794
  "$ref": "#/definitions/Property.InitialLetter",
21754
- "description": "The `initial-letter` CSS property sets styling for dropped, raised, and sunken initial letters.\n\n**Syntax**: `normal | [ <number> <integer>? ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------: | :--: | :-: | | No | No | **9** _-x-_ | No | No |"
21795
+ "description": "The `initial-letter` CSS property sets styling for dropped, raised, and sunken initial letters.\n\n**Syntax**: `normal | [ <number> <integer>? ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------: | :--: | :-: | | No | No | **9** _-x-_ | n/a | No |"
21755
21796
  },
21756
21797
  "inlineSize": {
21757
21798
  "$ref": "#/definitions/Property.InlineSize%3C(string%7Cnumber)%3E",
21758
- "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 |"
21799
+ "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** | n/a | No |"
21759
21800
  },
21760
21801
  "inputSecurity": {
21761
21802
  "$ref": "#/definitions/Property.InputSecurity",
@@ -21763,51 +21804,51 @@
21763
21804
  },
21764
21805
  "inset": {
21765
21806
  "$ref": "#/definitions/Property.Inset%3C(string%7Cnumber)%3E",
21766
- "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 |"
21807
+ "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** | n/a | No |"
21767
21808
  },
21768
21809
  "insetBlock": {
21769
21810
  "$ref": "#/definitions/Property.InsetBlock%3C(string%7Cnumber)%3E",
21770
- "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 |"
21811
+ "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** | n/a | No |"
21771
21812
  },
21772
21813
  "insetBlockEnd": {
21773
21814
  "$ref": "#/definitions/Property.InsetBlockEnd%3C(string%7Cnumber)%3E",
21774
- "description": "The **`inset-block-end`** CSS property defines the logical block end offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
21815
+ "description": "The **`inset-block-end`** CSS property defines the logical block end offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **63** | **14.1** | n/a | No |"
21775
21816
  },
21776
21817
  "insetBlockStart": {
21777
21818
  "$ref": "#/definitions/Property.InsetBlockStart%3C(string%7Cnumber)%3E",
21778
- "description": "The **`inset-block-start`** CSS property defines the logical block start offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
21819
+ "description": "The **`inset-block-start`** CSS property defines the logical block start offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **63** | **14.1** | n/a | No |"
21779
21820
  },
21780
21821
  "insetInline": {
21781
21822
  "$ref": "#/definitions/Property.InsetInline%3C(string%7Cnumber)%3E",
21782
- "description": "The **`inset-inline`** CSS property defines the logical start and end offsets of an element in the inline direction, 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 |"
21823
+ "description": "The **`inset-inline`** CSS property defines the logical start and end offsets of an element in the inline direction, 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** | n/a | No |"
21783
21824
  },
21784
21825
  "insetInlineEnd": {
21785
21826
  "$ref": "#/definitions/Property.InsetInlineEnd%3C(string%7Cnumber)%3E",
21786
- "description": "The **`inset-inline-end`** CSS property defines the logical inline end inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
21827
+ "description": "The **`inset-inline-end`** CSS property defines the logical inline end inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **63** | **14.1** | n/a | No |"
21787
21828
  },
21788
21829
  "insetInlineStart": {
21789
21830
  "$ref": "#/definitions/Property.InsetInlineStart%3C(string%7Cnumber)%3E",
21790
- "description": "The **`inset-inline-start`** CSS property defines the logical inline start inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
21831
+ "description": "The **`inset-inline-start`** CSS property defines the logical inline start inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **63** | **14.1** | n/a | No |"
21791
21832
  },
21792
21833
  "isolation": {
21793
21834
  "$ref": "#/definitions/Property.Isolation",
21794
- "description": "The **`isolation`** CSS property determines whether an element must create a new stacking context.\n\n**Syntax**: `auto | isolate`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **41** | **36** | **8** | **79** | No |"
21835
+ "description": "The **`isolation`** CSS property determines whether an element must create a new stacking context.\n\n**Syntax**: `auto | isolate`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **41** | **36** | **8** | n/a | No |"
21795
21836
  },
21796
21837
  "justifyContent": {
21797
21838
  "$ref": "#/definitions/Property.JustifyContent",
21798
- "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---"
21839
+ "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| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |"
21799
21840
  },
21800
21841
  "justifyItems": {
21801
21842
  "$ref": "#/definitions/Property.JustifyItems",
21802
- "description": "The CSS **`justify-items`** property defines the default `justify-self` for all items of the box, giving them all a default way of justifying each box along the appropriate axis.\n\n**Syntax**: `normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]`\n\n**Initial value**: `legacy`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **52** | **20** | **9** | **12** | **11** |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **45** | **10.1** | **16** | No |\n\n---"
21843
+ "description": "The CSS **`justify-items`** property defines the default `justify-self` for all items of the box, giving them all a default way of justifying each box along the appropriate axis.\n\n**Syntax**: `normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]`\n\n**Initial value**: `legacy`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **52** | **20** | **9** | **12** | **11** |"
21803
21844
  },
21804
21845
  "justifySelf": {
21805
21846
  "$ref": "#/definitions/Property.JustifySelf",
21806
- "description": "The CSS **`justify-self`** property sets the way a box is justified inside its alignment container along the appropriate axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]`\n\n**Initial value**: `auto`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **45** | **10.1** | **16** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :----------: | | **57** | **45** | **10.1** | **16** | **10** _-x-_ |\n\n---"
21847
+ "description": "The CSS **`justify-self`** property sets the way a box is justified inside its alignment container along the appropriate axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :----: | | **57** | **45** | **10.1** | **16** | **10** |"
21807
21848
  },
21808
21849
  "justifyTracks": {
21809
21850
  "$ref": "#/definitions/Property.JustifyTracks",
21810
- "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 |"
21851
+ "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 | n/a | No |"
21811
21852
  },
21812
21853
  "left": {
21813
21854
  "$ref": "#/definitions/Property.Left%3C(string%7Cnumber)%3E",
@@ -21835,15 +21876,15 @@
21835
21876
  },
21836
21877
  "marginBlock": {
21837
21878
  "$ref": "#/definitions/Property.MarginBlock%3C(string%7Cnumber)%3E",
21838
- "description": "The **`margin-block`** CSS shorthand property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21879
+ "description": "The **`margin-block`** CSS shorthand property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21839
21880
  },
21840
21881
  "marginBlockEnd": {
21841
21882
  "$ref": "#/definitions/Property.MarginBlockEnd%3C(string%7Cnumber)%3E",
21842
- "description": "The **`margin-block-end`** CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
21883
+ "description": "The **`margin-block-end`** CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No |"
21843
21884
  },
21844
21885
  "marginBlockStart": {
21845
21886
  "$ref": "#/definitions/Property.MarginBlockStart%3C(string%7Cnumber)%3E",
21846
- "description": "The **`margin-block-start`** CSS property defines the logical block start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
21887
+ "description": "The **`margin-block-start`** CSS property defines the logical block start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No |"
21847
21888
  },
21848
21889
  "marginBottom": {
21849
21890
  "$ref": "#/definitions/Property.MarginBottom%3C(string%7Cnumber)%3E",
@@ -21851,15 +21892,15 @@
21851
21892
  },
21852
21893
  "marginInline": {
21853
21894
  "$ref": "#/definitions/Property.MarginInline%3C(string%7Cnumber)%3E",
21854
- "description": "The **`margin-inline`** CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21895
+ "description": "The **`margin-inline`** CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21855
21896
  },
21856
21897
  "marginInlineEnd": {
21857
21898
  "$ref": "#/definitions/Property.MarginInlineEnd%3C(string%7Cnumber)%3E",
21858
- "description": "The **`margin-inline-end`** CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the `margin-top`, `margin-right`, `margin-bottom` or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------------: | :-------------------: | :----------------------: | :-----------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-margin-end)_ | 3 _(-moz-margin-end)_ | 3 _(-webkit-margin-end)_ | 79 _(-webkit-margin-end)_ | |"
21899
+ "description": "The **`margin-inline-end`** CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the `margin-top`, `margin-right`, `margin-bottom` or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------------: | :-------------------: | :----------------------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No | | 2 _(-webkit-margin-end)_ | 3 _(-moz-margin-end)_ | 3 _(-webkit-margin-end)_ | | |"
21859
21900
  },
21860
21901
  "marginInlineStart": {
21861
21902
  "$ref": "#/definitions/Property.MarginInlineStart%3C(string%7Cnumber)%3E",
21862
- "description": "The **`margin-inline-start`** CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the `margin-top`, `margin-right`, `margin-bottom`, or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------: | :---------------------: | :------------------------: | :-------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-margin-start)_ | 3 _(-moz-margin-start)_ | 3 _(-webkit-margin-start)_ | 79 _(-webkit-margin-start)_ | |"
21903
+ "description": "The **`margin-inline-start`** CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the `margin-top`, `margin-right`, `margin-bottom`, or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------: | :---------------------: | :------------------------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No | | 2 _(-webkit-margin-start)_ | 3 _(-moz-margin-start)_ | 3 _(-webkit-margin-start)_ | | |"
21863
21904
  },
21864
21905
  "marginLeft": {
21865
21906
  "$ref": "#/definitions/Property.MarginLeft%3C(string%7Cnumber)%3E",
@@ -21879,27 +21920,27 @@
21879
21920
  },
21880
21921
  "maskBorderOutset": {
21881
21922
  "$ref": "#/definitions/Property.MaskBorderOutset%3C(string%7Cnumber)%3E",
21882
- "description": "The **`mask-border-outset`** CSS property specifies the distance by which an element's mask border is set out from its border box.\n\n**Syntax**: `[ <length> | <number> ]{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------------------: | :-----: | :---------------------------------------: | :--------------------------------------: | :-: | | **1** _(-webkit-mask-box-image-outset)_ | No | **3.1** _(-webkit-mask-box-image-outset)_ | **79** _(-webkit-mask-box-image-outset)_ | No |"
21923
+ "description": "The **`mask-border-outset`** CSS property specifies the distance by which an element's mask border is set out from its border box.\n\n**Syntax**: `[ <length> | <number> ]{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------------------: | :-----: | :---------------------------------------: | :--: | :-: | | **1** _(-webkit-mask-box-image-outset)_ | No | **3.1** _(-webkit-mask-box-image-outset)_ | n/a | No |"
21883
21924
  },
21884
21925
  "maskBorderRepeat": {
21885
21926
  "$ref": "#/definitions/Property.MaskBorderRepeat",
21886
- "description": "The **`mask-border-repeat`** CSS property sets how the edge regions of a source image are adjusted to fit the dimensions of an element's mask border.\n\n**Syntax**: `[ stretch | repeat | round | space ]{1,2}`\n\n**Initial value**: `stretch`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------------------: | :-----: | :---------------------------------------: | :--------------------------------------: | :-: | | **1** _(-webkit-mask-box-image-repeat)_ | No | **3.1** _(-webkit-mask-box-image-repeat)_ | **79** _(-webkit-mask-box-image-repeat)_ | No |"
21927
+ "description": "The **`mask-border-repeat`** CSS property sets how the edge regions of a source image are adjusted to fit the dimensions of an element's mask border.\n\n**Syntax**: `[ stretch | repeat | round | space ]{1,2}`\n\n**Initial value**: `stretch`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------------------: | :-----: | :---------------------------------------: | :--: | :-: | | **1** _(-webkit-mask-box-image-repeat)_ | No | **3.1** _(-webkit-mask-box-image-repeat)_ | n/a | No |"
21887
21928
  },
21888
21929
  "maskBorderSlice": {
21889
21930
  "$ref": "#/definitions/Property.MaskBorderSlice",
21890
- "description": "The **`mask-border-slice`** CSS property divides the image set by `mask-border-source` into regions. These regions are used to form the components of an element's mask border.\n\n**Syntax**: `<number-percentage>{1,4} fill?`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------------: | :-----: | :--------------------------------------: | :-------------------------------------: | :-: | | **1** _(-webkit-mask-box-image-slice)_ | No | **3.1** _(-webkit-mask-box-image-slice)_ | **79** _(-webkit-mask-box-image-slice)_ | No |"
21931
+ "description": "The **`mask-border-slice`** CSS property divides the image set by `mask-border-source` into regions. These regions are used to form the components of an element's mask border.\n\n**Syntax**: `<number-percentage>{1,4} fill?`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------------: | :-----: | :--------------------------------------: | :--: | :-: | | **1** _(-webkit-mask-box-image-slice)_ | No | **3.1** _(-webkit-mask-box-image-slice)_ | n/a | No |"
21891
21932
  },
21892
21933
  "maskBorderSource": {
21893
21934
  "$ref": "#/definitions/Property.MaskBorderSource",
21894
- "description": "The **`mask-border-source`** CSS property sets the source image used to create an element's mask border.\n\n**Syntax**: `none | <image>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------------------: | :-----: | :---------------------------------------: | :--------------------------------------: | :-: | | **1** _(-webkit-mask-box-image-source)_ | No | **3.1** _(-webkit-mask-box-image-source)_ | **79** _(-webkit-mask-box-image-source)_ | No |"
21935
+ "description": "The **`mask-border-source`** CSS property sets the source image used to create an element's mask border.\n\n**Syntax**: `none | <image>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------------------: | :-----: | :---------------------------------------: | :--: | :-: | | **1** _(-webkit-mask-box-image-source)_ | No | **3.1** _(-webkit-mask-box-image-source)_ | n/a | No |"
21895
21936
  },
21896
21937
  "maskBorderWidth": {
21897
21938
  "$ref": "#/definitions/Property.MaskBorderWidth%3C(string%7Cnumber)%3E",
21898
- "description": "The **`mask-border-width`** CSS property sets the width of an element's mask border.\n\n**Syntax**: `[ <length-percentage> | <number> | auto ]{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------------: | :-----: | :--------------------------------------: | :-------------------------------------: | :-: | | **1** _(-webkit-mask-box-image-width)_ | No | **3.1** _(-webkit-mask-box-image-width)_ | **79** _(-webkit-mask-box-image-width)_ | No |"
21939
+ "description": "The **`mask-border-width`** CSS property sets the width of an element's mask border.\n\n**Syntax**: `[ <length-percentage> | <number> | auto ]{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------------: | :-----: | :--------------------------------------: | :--: | :-: | | **1** _(-webkit-mask-box-image-width)_ | No | **3.1** _(-webkit-mask-box-image-width)_ | n/a | No |"
21899
21940
  },
21900
21941
  "maskClip": {
21901
21942
  "$ref": "#/definitions/Property.MaskClip",
21902
- "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-_ | | |"
21943
+ "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** | n/a | No | | | | 4 _-x-_ | | |"
21903
21944
  },
21904
21945
  "maskComposite": {
21905
21946
  "$ref": "#/definitions/Property.MaskComposite",
@@ -21911,11 +21952,11 @@
21911
21952
  },
21912
21953
  "maskMode": {
21913
21954
  "$ref": "#/definitions/Property.MaskMode",
21914
- "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 |"
21955
+ "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** | n/a | No |"
21915
21956
  },
21916
21957
  "maskOrigin": {
21917
21958
  "$ref": "#/definitions/Property.MaskOrigin",
21918
- "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-_ | | |"
21959
+ "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** | n/a | No | | | | 4 _-x-_ | | |"
21919
21960
  },
21920
21961
  "maskPosition": {
21921
21962
  "$ref": "#/definitions/Property.MaskPosition%3C(string%7Cnumber)%3E",
@@ -21931,15 +21972,23 @@
21931
21972
  },
21932
21973
  "maskType": {
21933
21974
  "$ref": "#/definitions/Property.MaskType",
21934
- "description": "The **`mask-type`** CSS property sets whether an SVG `<mask>` element is used as a _luminance_ or an _alpha_ mask. It applies to the `<mask>` element itself.\n\n**Syntax**: `luminance | alpha`\n\n**Initial value**: `luminance`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **24** | **35** | **7** | **79** | No |"
21975
+ "description": "The **`mask-type`** CSS property sets whether an SVG `<mask>` element is used as a _luminance_ or an _alpha_ mask. It applies to the `<mask>` element itself.\n\n**Syntax**: `luminance | alpha`\n\n**Initial value**: `luminance`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **24** | **35** | **7** | n/a | No |"
21976
+ },
21977
+ "mathDepth": {
21978
+ "$ref": "#/definitions/Property.MathDepth",
21979
+ "description": "The **`math-depth`** property describes a notion of _depth_ for each element of a mathematical formula, with respect to the top-level container of that formula. Concretely, this is used to determine the computed value of the font-size property when its specified value is `math`.\n\n**Syntax**: `auto-add | add(<integer>) | <integer>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | n/a | n/a | No | n/a | No |"
21980
+ },
21981
+ "mathShift": {
21982
+ "$ref": "#/definitions/Property.MathShift",
21983
+ "description": "The `math-shift` property indicates whether superscripts inside MathML formulas should be raised by a normal or compact shift.\n\n**Syntax**: `normal | compact`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | n/a | No | No | n/a | No |"
21935
21984
  },
21936
21985
  "mathStyle": {
21937
21986
  "$ref": "#/definitions/Property.MathStyle",
21938
- "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 |"
21987
+ "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** | n/a | No |"
21939
21988
  },
21940
21989
  "maxBlockSize": {
21941
21990
  "$ref": "#/definitions/Property.MaxBlockSize%3C(string%7Cnumber)%3E",
21942
- "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**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
21991
+ "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**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **41** | **12.1** | n/a | No |"
21943
21992
  },
21944
21993
  "maxHeight": {
21945
21994
  "$ref": "#/definitions/Property.MaxHeight%3C(string%7Cnumber)%3E",
@@ -21947,7 +21996,7 @@
21947
21996
  },
21948
21997
  "maxInlineSize": {
21949
21998
  "$ref": "#/definitions/Property.MaxInlineSize%3C(string%7Cnumber)%3E",
21950
- "description": "The **`max-inline-size`** CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the `max-width` or the `max-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :--------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No | | | | 10.1 _-x-_ | | |"
21999
+ "description": "The **`max-inline-size`** CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the `max-width` or the `max-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :--------: | :--: | :-: | | **57** | **41** | **12.1** | n/a | No | | | | 10.1 _-x-_ | | |"
21951
22000
  },
21952
22001
  "maxLines": {
21953
22002
  "$ref": "#/definitions/Property.MaxLines",
@@ -21959,7 +22008,7 @@
21959
22008
  },
21960
22009
  "minBlockSize": {
21961
22010
  "$ref": "#/definitions/Property.MinBlockSize%3C(string%7Cnumber)%3E",
21962
- "description": "The **`min-block-size`** CSS property defines the minimum horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the `min-width` or the `min-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'min-width'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
22011
+ "description": "The **`min-block-size`** CSS property defines the minimum horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the `min-width` or the `min-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'min-width'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **41** | **12.1** | n/a | No |"
21963
22012
  },
21964
22013
  "minHeight": {
21965
22014
  "$ref": "#/definitions/Property.MinHeight%3C(string%7Cnumber)%3E",
@@ -21967,7 +22016,7 @@
21967
22016
  },
21968
22017
  "minInlineSize": {
21969
22018
  "$ref": "#/definitions/Property.MinInlineSize%3C(string%7Cnumber)%3E",
21970
- "description": "The **`min-inline-size`** CSS property defines the horizontal or vertical minimal size of an element's block, depending on its writing mode. It corresponds to either the `min-width` or the `min-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'min-width'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
22019
+ "description": "The **`min-inline-size`** CSS property defines the horizontal or vertical minimal size of an element's block, depending on its writing mode. It corresponds to either the `min-width` or the `min-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'min-width'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **41** | **12.1** | n/a | No |"
21971
22020
  },
21972
22021
  "minWidth": {
21973
22022
  "$ref": "#/definitions/Property.MinWidth%3C(string%7Cnumber)%3E",
@@ -21975,19 +22024,19 @@
21975
22024
  },
21976
22025
  "mixBlendMode": {
21977
22026
  "$ref": "#/definitions/Property.MixBlendMode",
21978
- "description": "The **`mix-blend-mode`** CSS property sets how an element's content should blend with the content of the element's parent and the element's background.\n\n**Syntax**: `<blend-mode> | plus-lighter`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **41** | **32** | **8** | **79** | No |"
22027
+ "description": "The **`mix-blend-mode`** CSS property sets how an element's content should blend with the content of the element's parent and the element's background.\n\n**Syntax**: `<blend-mode> | plus-lighter`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **41** | **32** | **8** | n/a | No |"
21979
22028
  },
21980
22029
  "motionDistance": {
21981
22030
  "$ref": "#/definitions/Property.OffsetDistance%3C(string%7Cnumber)%3E",
21982
- "description": "The **`offset-distance`** CSS property specifies a position along an `offset-path` for an element to be placed.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :----: | :-: | | **55** | **72** | No | **79** | No | | 46 _(motion-distance)_ | | | | |"
22031
+ "description": "The **`offset-distance`** CSS property specifies a position along an `offset-path` for an element to be placed.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :--: | :-: | | **55** | **72** | No | n/a | No | | 46 _(motion-distance)_ | | | | |"
21983
22032
  },
21984
22033
  "motionPath": {
21985
22034
  "$ref": "#/definitions/Property.OffsetPath",
21986
- "description": "The **`offset-path`** CSS property specifies a motion path for an element to follow and defines the element's positioning within the parent container or SVG coordinate system.\n\n**Syntax**: `none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------: | :-----: | :----: | :----: | :-: | | **55** | **72** | No | **79** | No | | 46 _(motion-path)_ | | | | |"
22035
+ "description": "The **`offset-path`** CSS property specifies a motion path for an element to follow and defines the element's positioning within the parent container or SVG coordinate system.\n\n**Syntax**: `none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------: | :-----: | :------: | :--: | :-: | | **55** | **72** | **15.4** | n/a | No | | 46 _(motion-path)_ | | | | |"
21987
22036
  },
21988
22037
  "motionRotation": {
21989
22038
  "$ref": "#/definitions/Property.OffsetRotate",
21990
- "description": "The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.\n\n**Syntax**: `[ auto | reverse ] || <angle>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :----: | :-: | | **56** | **72** | No | **79** | No | | 46 _(motion-rotation)_ | | | | |"
22039
+ "description": "The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.\n\n**Syntax**: `[ auto | reverse ] || <angle>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :--: | :-: | | **56** | **72** | No | n/a | No | | 46 _(motion-rotation)_ | | | | |"
21991
22040
  },
21992
22041
  "objectFit": {
21993
22042
  "$ref": "#/definitions/Property.ObjectFit",
@@ -21999,23 +22048,23 @@
21999
22048
  },
22000
22049
  "offsetAnchor": {
22001
22050
  "$ref": "#/definitions/Property.OffsetAnchor%3C(string%7Cnumber)%3E",
22002
- "description": "**Syntax**: `auto | <position>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **72** | No | No | No |"
22051
+ "description": "**Syntax**: `auto | <position>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **72** | No | n/a | No |"
22003
22052
  },
22004
22053
  "offsetDistance": {
22005
22054
  "$ref": "#/definitions/Property.OffsetDistance%3C(string%7Cnumber)%3E",
22006
- "description": "The **`offset-distance`** CSS property specifies a position along an `offset-path` for an element to be placed.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :----: | :-: | | **55** | **72** | No | **79** | No | | 46 _(motion-distance)_ | | | | |"
22055
+ "description": "The **`offset-distance`** CSS property specifies a position along an `offset-path` for an element to be placed.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :--: | :-: | | **55** | **72** | No | n/a | No | | 46 _(motion-distance)_ | | | | |"
22007
22056
  },
22008
22057
  "offsetPath": {
22009
22058
  "$ref": "#/definitions/Property.OffsetPath",
22010
- "description": "The **`offset-path`** CSS property specifies a motion path for an element to follow and defines the element's positioning within the parent container or SVG coordinate system.\n\n**Syntax**: `none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------: | :-----: | :----: | :----: | :-: | | **55** | **72** | No | **79** | No | | 46 _(motion-path)_ | | | | |"
22059
+ "description": "The **`offset-path`** CSS property specifies a motion path for an element to follow and defines the element's positioning within the parent container or SVG coordinate system.\n\n**Syntax**: `none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------: | :-----: | :------: | :--: | :-: | | **55** | **72** | **15.4** | n/a | No | | 46 _(motion-path)_ | | | | |"
22011
22060
  },
22012
22061
  "offsetRotate": {
22013
22062
  "$ref": "#/definitions/Property.OffsetRotate",
22014
- "description": "The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.\n\n**Syntax**: `[ auto | reverse ] || <angle>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :----: | :-: | | **56** | **72** | No | **79** | No | | 46 _(motion-rotation)_ | | | | |"
22063
+ "description": "The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.\n\n**Syntax**: `[ auto | reverse ] || <angle>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :--: | :-: | | **56** | **72** | No | n/a | No | | 46 _(motion-rotation)_ | | | | |"
22015
22064
  },
22016
22065
  "offsetRotation": {
22017
22066
  "$ref": "#/definitions/Property.OffsetRotate",
22018
- "description": "The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.\n\n**Syntax**: `[ auto | reverse ] || <angle>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :----: | :-: | | **56** | **72** | No | **79** | No | | 46 _(motion-rotation)_ | | | | |"
22067
+ "description": "The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.\n\n**Syntax**: `[ auto | reverse ] || <angle>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :--: | :-: | | **56** | **72** | No | n/a | No | | 46 _(motion-rotation)_ | | | | |"
22019
22068
  },
22020
22069
  "order": {
22021
22070
  "$ref": "#/definitions/Property.Order",
@@ -22043,23 +22092,23 @@
22043
22092
  },
22044
22093
  "overflowAnchor": {
22045
22094
  "$ref": "#/definitions/Property.OverflowAnchor",
22046
- "description": "**Syntax**: `auto | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **56** | **66** | No | **79** | No |"
22095
+ "description": "**Syntax**: `auto | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **56** | **66** | No | n/a | No |"
22047
22096
  },
22048
22097
  "overflowBlock": {
22049
22098
  "$ref": "#/definitions/Property.OverflowBlock",
22050
- "description": "**Syntax**: `visible | hidden | clip | scroll | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **69** | No | No | No |"
22099
+ "description": "**Syntax**: `visible | hidden | clip | scroll | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **69** | No | n/a | No |"
22051
22100
  },
22052
22101
  "overflowClipBox": {
22053
22102
  "$ref": "#/definitions/Property.OverflowClipBox",
22054
- "description": "The **`overflow-clip-box`** CSS property specifies relative to which box the clipping happens when there is an overflow. It is short hand for the `overflow-clip-box-inline` and `overflow-clip-box-block` properties.\n\n**Syntax**: `padding-box | content-box`\n\n**Initial value**: `padding-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **29** | No | No | No |"
22103
+ "description": "The **`overflow-clip-box`** CSS property specifies relative to which box the clipping happens when there is an overflow. It is short hand for the `overflow-clip-box-inline` and `overflow-clip-box-block` properties.\n\n**Syntax**: `padding-box | content-box`\n\n**Initial value**: `padding-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **29** | No | n/a | No |"
22055
22104
  },
22056
22105
  "overflowClipMargin": {
22057
22106
  "$ref": "#/definitions/Property.OverflowClipMargin%3C(string%7Cnumber)%3E",
22058
- "description": "**Syntax**: `<visual-box> || <length [0,∞]>`\n\n**Initial value**: `0px`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **90** | No | No | **90** | No |"
22107
+ "description": "**Syntax**: `<visual-box> || <length [0,∞]>`\n\n**Initial value**: `0px`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **90** | No | No | n/a | No |"
22059
22108
  },
22060
22109
  "overflowInline": {
22061
22110
  "$ref": "#/definitions/Property.OverflowInline",
22062
- "description": "**Syntax**: `visible | hidden | clip | scroll | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **69** | No | No | No |"
22111
+ "description": "**Syntax**: `visible | hidden | clip | scroll | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **69** | No | n/a | No |"
22063
22112
  },
22064
22113
  "overflowWrap": {
22065
22114
  "$ref": "#/definitions/Property.OverflowWrap",
@@ -22075,31 +22124,31 @@
22075
22124
  },
22076
22125
  "overscrollBehaviorBlock": {
22077
22126
  "$ref": "#/definitions/Property.OverscrollBehaviorBlock",
22078
- "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 |"
22127
+ "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** | **16** | n/a | No |"
22079
22128
  },
22080
22129
  "overscrollBehaviorInline": {
22081
22130
  "$ref": "#/definitions/Property.OverscrollBehaviorInline",
22082
- "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 |"
22131
+ "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** | **16** | n/a | No |"
22083
22132
  },
22084
22133
  "overscrollBehaviorX": {
22085
22134
  "$ref": "#/definitions/Property.OverscrollBehaviorX",
22086
- "description": "The **`overscroll-behavior-x`** CSS property sets the browser's behavior when the horizontal 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 | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | No | **18** | No |"
22135
+ "description": "The **`overscroll-behavior-x`** CSS property sets the browser's behavior when the horizontal 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 | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | **16** | **18** | No |"
22087
22136
  },
22088
22137
  "overscrollBehaviorY": {
22089
22138
  "$ref": "#/definitions/Property.OverscrollBehaviorY",
22090
- "description": "The **`overscroll-behavior-y`** CSS property sets the browser's behavior when the vertical 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 | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | No | **18** | No |"
22139
+ "description": "The **`overscroll-behavior-y`** CSS property sets the browser's behavior when the vertical 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 | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | **16** | **18** | No |"
22091
22140
  },
22092
22141
  "paddingBlock": {
22093
22142
  "$ref": "#/definitions/Property.PaddingBlock%3C(string%7Cnumber)%3E",
22094
- "description": "The **`padding-block`** CSS shorthand property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
22143
+ "description": "The **`padding-block`** CSS shorthand property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
22095
22144
  },
22096
22145
  "paddingBlockEnd": {
22097
22146
  "$ref": "#/definitions/Property.PaddingBlockEnd%3C(string%7Cnumber)%3E",
22098
- "description": "The **`padding-block-end`** CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
22147
+ "description": "The **`padding-block-end`** CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No |"
22099
22148
  },
22100
22149
  "paddingBlockStart": {
22101
22150
  "$ref": "#/definitions/Property.PaddingBlockStart%3C(string%7Cnumber)%3E",
22102
- "description": "The **`padding-block-start`** CSS property defines the logical block start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
22151
+ "description": "The **`padding-block-start`** CSS property defines the logical block start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No |"
22103
22152
  },
22104
22153
  "paddingBottom": {
22105
22154
  "$ref": "#/definitions/Property.PaddingBottom%3C(string%7Cnumber)%3E",
@@ -22107,15 +22156,15 @@
22107
22156
  },
22108
22157
  "paddingInline": {
22109
22158
  "$ref": "#/definitions/Property.PaddingInline%3C(string%7Cnumber)%3E",
22110
- "description": "The **`padding-inline`** CSS shorthand property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
22159
+ "description": "The **`padding-inline`** CSS shorthand property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
22111
22160
  },
22112
22161
  "paddingInlineEnd": {
22113
22162
  "$ref": "#/definitions/Property.PaddingInlineEnd%3C(string%7Cnumber)%3E",
22114
- "description": "The **`padding-inline-end`** CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------------------: | :--------------------: | :-----------------------: | :------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-padding-end)_ | 3 _(-moz-padding-end)_ | 3 _(-webkit-padding-end)_ | 79 _(-webkit-padding-end)_ | |"
22163
+ "description": "The **`padding-inline-end`** CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------------------: | :--------------------: | :-----------------------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No | | 2 _(-webkit-padding-end)_ | 3 _(-moz-padding-end)_ | 3 _(-webkit-padding-end)_ | | |"
22115
22164
  },
22116
22165
  "paddingInlineStart": {
22117
22166
  "$ref": "#/definitions/Property.PaddingInlineStart%3C(string%7Cnumber)%3E",
22118
- "description": "The **`padding-inline-start`** CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------: | :----------------------: | :-------------------------: | :--------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-padding-start)_ | 3 _(-moz-padding-start)_ | 3 _(-webkit-padding-start)_ | 79 _(-webkit-padding-start)_ | |"
22167
+ "description": "The **`padding-inline-start`** CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------: | :----------------------: | :-------------------------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No | | 2 _(-webkit-padding-start)_ | 3 _(-moz-padding-start)_ | 3 _(-webkit-padding-start)_ | | |"
22119
22168
  },
22120
22169
  "paddingLeft": {
22121
22170
  "$ref": "#/definitions/Property.PaddingLeft%3C(string%7Cnumber)%3E",
@@ -22151,7 +22200,7 @@
22151
22200
  },
22152
22201
  "placeContent": {
22153
22202
  "$ref": "#/definitions/Property.PlaceContent",
22154
- "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 |"
22203
+ "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** | n/a | No |"
22155
22204
  },
22156
22205
  "position": {
22157
22206
  "$ref": "#/definitions/Property.Position",
@@ -22167,7 +22216,7 @@
22167
22216
  },
22168
22217
  "resize": {
22169
22218
  "$ref": "#/definitions/Property.Resize",
22170
- "description": "The **`resize`** CSS property sets whether an element is resizable, and if so, in which directions.\n\n**Syntax**: `none | both | horizontal | vertical | block | inline`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **1** | **4** | **3** | **79** | No |"
22219
+ "description": "The **`resize`** CSS property sets whether an element is resizable, and if so, in which directions.\n\n**Syntax**: `none | both | horizontal | vertical | block | inline`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **1** | **4** | **3** | n/a | No |"
22171
22220
  },
22172
22221
  "right": {
22173
22222
  "$ref": "#/definitions/Property.Right%3C(string%7Cnumber)%3E",
@@ -22175,15 +22224,15 @@
22175
22224
  },
22176
22225
  "rotate": {
22177
22226
  "$ref": "#/definitions/Property.Rotate",
22178
- "description": "The **`rotate`** CSS property allows you to specify rotation transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` property.\n\n**Syntax**: `none | <angle> | [ x | y | z | <number>{3} ] && <angle>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | No | **72** | **14.1** | No | No |"
22227
+ "description": "The **`rotate`** CSS property allows you to specify rotation transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` property.\n\n**Syntax**: `none | <angle> | [ x | y | z | <number>{3} ] && <angle>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :------: | :--: | :-: | | **104** | **72** | **14.1** | n/a | No |"
22179
22228
  },
22180
22229
  "rowGap": {
22181
22230
  "$ref": "#/definitions/Property.RowGap%3C(string%7Cnumber)%3E",
22182
- "description": "The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's grid rows.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **84** | **63** | **14.1** | **84** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------------: | :-----------------: | :-------------------: | :----: | :-: | | **66** | **61** | **12** | **16** | No | | 57 _(grid-row-gap)_ | 52 _(grid-row-gap)_ | 10.1 _(grid-row-gap)_ | | |\n\n---"
22231
+ "description": "The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's grid rows.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **47** | **52** | **10.1** | **16** | No |"
22183
22232
  },
22184
22233
  "rubyAlign": {
22185
22234
  "$ref": "#/definitions/Property.RubyAlign",
22186
- "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 |"
22235
+ "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 | n/a | No |"
22187
22236
  },
22188
22237
  "rubyMerge": {
22189
22238
  "$ref": "#/definitions/Property.RubyMerge",
@@ -22195,127 +22244,127 @@
22195
22244
  },
22196
22245
  "scale": {
22197
22246
  "$ref": "#/definitions/Property.Scale",
22198
- "description": "The **`scale`** CSS property allows you to specify scale transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.\n\n**Syntax**: `none | <number>{1,3}`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | No | **72** | **14.1** | No | No |"
22247
+ "description": "The **`scale`** CSS property allows you to specify scale transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.\n\n**Syntax**: `none | <number>{1,3}`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :------: | :--: | :-: | | **104** | **72** | **14.1** | n/a | No |"
22199
22248
  },
22200
22249
  "scrollBehavior": {
22201
22250
  "$ref": "#/definitions/Property.ScrollBehavior",
22202
- "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 |"
22251
+ "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** | n/a | No |"
22203
22252
  },
22204
22253
  "scrollMargin": {
22205
22254
  "$ref": "#/definitions/Property.ScrollMargin%3C(string%7Cnumber)%3E",
22206
- "description": "The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.\n\n**Syntax**: `<length>{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------: | :----: | :-: | | **69** | **90** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin)_ | | |"
22255
+ "description": "The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.\n\n**Syntax**: `<length>{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------: | :--: | :-: | | **69** | **90** | **14.1** | n/a | No | | | | 11 _(scroll-snap-margin)_ | | |"
22207
22256
  },
22208
22257
  "scrollMarginBlock": {
22209
22258
  "$ref": "#/definitions/Property.ScrollMarginBlock%3C(string%7Cnumber)%3E",
22210
- "description": "The `scroll-margin-block` shorthand property sets the scroll margins of an element in the block dimension.\n\n**Syntax**: `<length>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22259
+ "description": "The `scroll-margin-block` shorthand property sets the scroll margins of an element in the block dimension.\n\n**Syntax**: `<length>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22211
22260
  },
22212
22261
  "scrollMarginBlockEnd": {
22213
22262
  "$ref": "#/definitions/Property.ScrollMarginBlockEnd%3C(string%7Cnumber)%3E",
22214
- "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 |"
22263
+ "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** | n/a | No |"
22215
22264
  },
22216
22265
  "scrollMarginBlockStart": {
22217
22266
  "$ref": "#/definitions/Property.ScrollMarginBlockStart%3C(string%7Cnumber)%3E",
22218
- "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 |"
22267
+ "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** | n/a | No |"
22219
22268
  },
22220
22269
  "scrollMarginBottom": {
22221
22270
  "$ref": "#/definitions/Property.ScrollMarginBottom%3C(string%7Cnumber)%3E",
22222
- "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)_ | | |"
22271
+ "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** | n/a | No | | | | 11 _(scroll-snap-margin-bottom)_ | | |"
22223
22272
  },
22224
22273
  "scrollMarginInline": {
22225
22274
  "$ref": "#/definitions/Property.ScrollMarginInline%3C(string%7Cnumber)%3E",
22226
- "description": "The `scroll-margin-inline` shorthand property sets the scroll margins of an element in the inline dimension.\n\n**Syntax**: `<length>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22275
+ "description": "The `scroll-margin-inline` shorthand property sets the scroll margins of an element in the inline dimension.\n\n**Syntax**: `<length>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22227
22276
  },
22228
22277
  "scrollMarginInlineEnd": {
22229
22278
  "$ref": "#/definitions/Property.ScrollMarginInlineEnd%3C(string%7Cnumber)%3E",
22230
- "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 |"
22279
+ "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** | n/a | No |"
22231
22280
  },
22232
22281
  "scrollMarginInlineStart": {
22233
22282
  "$ref": "#/definitions/Property.ScrollMarginInlineStart%3C(string%7Cnumber)%3E",
22234
- "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 |"
22283
+ "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** | n/a | No |"
22235
22284
  },
22236
22285
  "scrollMarginLeft": {
22237
22286
  "$ref": "#/definitions/Property.ScrollMarginLeft%3C(string%7Cnumber)%3E",
22238
- "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)_ | | |"
22287
+ "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** | n/a | No | | | | 11 _(scroll-snap-margin-left)_ | | |"
22239
22288
  },
22240
22289
  "scrollMarginRight": {
22241
22290
  "$ref": "#/definitions/Property.ScrollMarginRight%3C(string%7Cnumber)%3E",
22242
- "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)_ | | |"
22291
+ "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** | n/a | No | | | | 11 _(scroll-snap-margin-right)_ | | |"
22243
22292
  },
22244
22293
  "scrollMarginTop": {
22245
22294
  "$ref": "#/definitions/Property.ScrollMarginTop%3C(string%7Cnumber)%3E",
22246
- "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)_ | | |"
22295
+ "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** | n/a | No | | | | 11 _(scroll-snap-margin-top)_ | | |"
22247
22296
  },
22248
22297
  "scrollPadding": {
22249
22298
  "$ref": "#/definitions/Property.ScrollPadding%3C(string%7Cnumber)%3E",
22250
- "description": "The **`scroll-padding`** shorthand property sets scroll padding on all sides of an element at once, much like the `padding` property does for padding on an element.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22299
+ "description": "The **`scroll-padding`** shorthand property sets scroll padding on all sides of an element at once, much like the `padding` property does for padding on an element.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22251
22300
  },
22252
22301
  "scrollPaddingBlock": {
22253
22302
  "$ref": "#/definitions/Property.ScrollPaddingBlock%3C(string%7Cnumber)%3E",
22254
- "description": "The `scroll-padding-block` shorthand property sets the scroll padding of an element in the block dimension.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
22303
+ "description": "The `scroll-padding-block` shorthand property sets the scroll padding of an element in the block dimension.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **69** | **68** | **15** | n/a | No |"
22255
22304
  },
22256
22305
  "scrollPaddingBlockEnd": {
22257
22306
  "$ref": "#/definitions/Property.ScrollPaddingBlockEnd%3C(string%7Cnumber)%3E",
22258
- "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 |"
22307
+ "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** | n/a | No |"
22259
22308
  },
22260
22309
  "scrollPaddingBlockStart": {
22261
22310
  "$ref": "#/definitions/Property.ScrollPaddingBlockStart%3C(string%7Cnumber)%3E",
22262
- "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 |"
22311
+ "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** | n/a | No |"
22263
22312
  },
22264
22313
  "scrollPaddingBottom": {
22265
22314
  "$ref": "#/definitions/Property.ScrollPaddingBottom%3C(string%7Cnumber)%3E",
22266
- "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 |"
22315
+ "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** | n/a | No |"
22267
22316
  },
22268
22317
  "scrollPaddingInline": {
22269
22318
  "$ref": "#/definitions/Property.ScrollPaddingInline%3C(string%7Cnumber)%3E",
22270
- "description": "The `scroll-padding-inline` shorthand property sets the scroll padding of an element in the inline dimension.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
22319
+ "description": "The `scroll-padding-inline` shorthand property sets the scroll padding of an element in the inline dimension.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **69** | **68** | **15** | n/a | No |"
22271
22320
  },
22272
22321
  "scrollPaddingInlineEnd": {
22273
22322
  "$ref": "#/definitions/Property.ScrollPaddingInlineEnd%3C(string%7Cnumber)%3E",
22274
- "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 |"
22323
+ "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** | n/a | No |"
22275
22324
  },
22276
22325
  "scrollPaddingInlineStart": {
22277
22326
  "$ref": "#/definitions/Property.ScrollPaddingInlineStart%3C(string%7Cnumber)%3E",
22278
- "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 |"
22327
+ "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** | n/a | No |"
22279
22328
  },
22280
22329
  "scrollPaddingLeft": {
22281
22330
  "$ref": "#/definitions/Property.ScrollPaddingLeft%3C(string%7Cnumber)%3E",
22282
- "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 |"
22331
+ "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** | n/a | No |"
22283
22332
  },
22284
22333
  "scrollPaddingRight": {
22285
22334
  "$ref": "#/definitions/Property.ScrollPaddingRight%3C(string%7Cnumber)%3E",
22286
- "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 |"
22335
+ "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** | n/a | No |"
22287
22336
  },
22288
22337
  "scrollPaddingTop": {
22289
22338
  "$ref": "#/definitions/Property.ScrollPaddingTop%3C(string%7Cnumber)%3E",
22290
- "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 |"
22339
+ "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** | n/a | No |"
22291
22340
  },
22292
22341
  "scrollSnapAlign": {
22293
22342
  "$ref": "#/definitions/Property.ScrollSnapAlign",
22294
- "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 |"
22343
+ "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** | n/a | No |"
22295
22344
  },
22296
22345
  "scrollSnapMargin": {
22297
22346
  "$ref": "#/definitions/Property.ScrollMargin%3C(string%7Cnumber)%3E",
22298
- "description": "The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.\n\n**Syntax**: `<length>{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------: | :----: | :-: | | **69** | 68-90 | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin)_ | | |"
22347
+ "description": "The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.\n\n**Syntax**: `<length>{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------: | :--: | :-: | | **69** | 68-90 | **14.1** | n/a | No | | | | 11 _(scroll-snap-margin)_ | | |"
22299
22348
  },
22300
22349
  "scrollSnapMarginBottom": {
22301
22350
  "$ref": "#/definitions/Property.ScrollMarginBottom%3C(string%7Cnumber)%3E",
22302
- "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)_ | | |"
22351
+ "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** | n/a | No | | | | 11 _(scroll-snap-margin-bottom)_ | | |"
22303
22352
  },
22304
22353
  "scrollSnapMarginLeft": {
22305
22354
  "$ref": "#/definitions/Property.ScrollMarginLeft%3C(string%7Cnumber)%3E",
22306
- "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)_ | | |"
22355
+ "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** | n/a | No | | | | 11 _(scroll-snap-margin-left)_ | | |"
22307
22356
  },
22308
22357
  "scrollSnapMarginRight": {
22309
22358
  "$ref": "#/definitions/Property.ScrollMarginRight%3C(string%7Cnumber)%3E",
22310
- "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)_ | | |"
22359
+ "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** | n/a | No | | | | 11 _(scroll-snap-margin-right)_ | | |"
22311
22360
  },
22312
22361
  "scrollSnapMarginTop": {
22313
22362
  "$ref": "#/definitions/Property.ScrollMarginTop%3C(string%7Cnumber)%3E",
22314
- "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)_ | | |"
22363
+ "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** | n/a | No | | | | 11 _(scroll-snap-margin-top)_ | | |"
22315
22364
  },
22316
22365
  "scrollSnapStop": {
22317
22366
  "$ref": "#/definitions/Property.ScrollSnapStop",
22318
- "description": "The **`scroll-snap-stop`** CSS property defines whether the scroll container is allowed to \"pass over\" possible snap positions.\n\n**Syntax**: `normal | always`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **75** | No | **15** | **79** | No |"
22367
+ "description": "The **`scroll-snap-stop`** CSS property defines whether the scroll container is allowed to \"pass over\" possible snap positions.\n\n**Syntax**: `normal | always`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **75** | **103** | **15** | n/a | No |"
22319
22368
  },
22320
22369
  "scrollSnapType": {
22321
22370
  "$ref": "#/definitions/Property.ScrollSnapType",
@@ -22323,31 +22372,31 @@
22323
22372
  },
22324
22373
  "scrollbarColor": {
22325
22374
  "$ref": "#/definitions/Property.ScrollbarColor",
22326
- "description": "The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb.\n\n**Syntax**: `auto | <color>{2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **64** | No | No | No |"
22375
+ "description": "The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb.\n\n**Syntax**: `auto | <color>{2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **64** | No | n/a | No |"
22327
22376
  },
22328
22377
  "scrollbarGutter": {
22329
22378
  "$ref": "#/definitions/Property.ScrollbarGutter",
22330
- "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 |"
22379
+ "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 | n/a | No |"
22331
22380
  },
22332
22381
  "scrollbarWidth": {
22333
22382
  "$ref": "#/definitions/Property.ScrollbarWidth",
22334
- "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 |"
22383
+ "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 | n/a | No |"
22335
22384
  },
22336
22385
  "shapeImageThreshold": {
22337
22386
  "$ref": "#/definitions/Property.ShapeImageThreshold",
22338
- "description": "The **`shape-image-threshold`** CSS property sets the alpha channel threshold used to extract the shape using an image as the value for `shape-outside`.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `0.0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **37** | **62** | **10.1** | **79** | No |"
22387
+ "description": "The **`shape-image-threshold`** CSS property sets the alpha channel threshold used to extract the shape using an image as the value for `shape-outside`.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `0.0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **37** | **62** | **10.1** | n/a | No |"
22339
22388
  },
22340
22389
  "shapeMargin": {
22341
22390
  "$ref": "#/definitions/Property.ShapeMargin%3C(string%7Cnumber)%3E",
22342
- "description": "The **`shape-margin`** CSS property sets a margin for a CSS shape created using `shape-outside`.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **37** | **62** | **10.1** | **79** | No |"
22391
+ "description": "The **`shape-margin`** CSS property sets a margin for a CSS shape created using `shape-outside`.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **37** | **62** | **10.1** | n/a | No |"
22343
22392
  },
22344
22393
  "shapeOutside": {
22345
22394
  "$ref": "#/definitions/Property.ShapeOutside",
22346
- "description": "The **`shape-outside`** CSS property defines a shape—which may be non-rectangular—around which adjacent inline content should wrap. By default, inline content wraps around its margin box; `shape-outside` provides a way to customize this wrapping, making it possible to wrap text around complex objects rather than simple boxes.\n\n**Syntax**: `none | [ <shape-box> || <basic-shape> ] | <image>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **37** | **62** | **10.1** | **79** | No |"
22395
+ "description": "The **`shape-outside`** CSS property defines a shape—which may be non-rectangular—around which adjacent inline content should wrap. By default, inline content wraps around its margin box; `shape-outside` provides a way to customize this wrapping, making it possible to wrap text around complex objects rather than simple boxes.\n\n**Syntax**: `none | [ <shape-box> || <basic-shape> ] | <image>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **37** | **62** | **10.1** | n/a | No |"
22347
22396
  },
22348
22397
  "tabSize": {
22349
22398
  "$ref": "#/definitions/Property.TabSize%3C(string%7Cnumber)%3E",
22350
- "description": "The **`tab-size`** CSS property is used to customize the width of tab characters (U+0009).\n\n**Syntax**: `<integer> | <length>`\n\n**Initial value**: `8`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **21** | **91** | **7** | **79** | No | | | 4 _-x-_ | | | |"
22399
+ "description": "The **`tab-size`** CSS property is used to customize the width of tab characters (U+0009).\n\n**Syntax**: `<integer> | <length>`\n\n**Initial value**: `8`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **21** | **91** | **7** | n/a | No | | | 4 _-x-_ | | | |"
22351
22400
  },
22352
22401
  "tableLayout": {
22353
22402
  "$ref": "#/definitions/Property.TableLayout",
@@ -22359,7 +22408,7 @@
22359
22408
  },
22360
22409
  "textAlignLast": {
22361
22410
  "$ref": "#/definitions/Property.TextAlignLast",
22362
- "description": "The **`text-align-last`** CSS property sets how the last line of a block or a line, right before a forced line break, is aligned.\n\n**Syntax**: `auto | start | end | left | right | center | justify`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-----: | | **47** | **49** | No | **12** | **5.5** |"
22411
+ "description": "The **`text-align-last`** CSS property sets how the last line of a block or a line, right before a forced line break, is aligned.\n\n**Syntax**: `auto | start | end | left | right | center | justify`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-----: | | **47** | **49** | **16** | **12** | **5.5** |"
22363
22412
  },
22364
22413
  "textCombineUpright": {
22365
22414
  "$ref": "#/definitions/Property.TextCombineUpright",
@@ -22367,43 +22416,39 @@
22367
22416
  },
22368
22417
  "textDecorationColor": {
22369
22418
  "$ref": "#/definitions/Property.TextDecorationColor",
22370
- "description": "The **`text-decoration-color`** CSS property sets the color of decorations added to text by `text-decoration-line`.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **36** | **12.1** | **79** | No | | | | 8 _-x-_ | | |"
22419
+ "description": "The **`text-decoration-color`** CSS property sets the color of decorations added to text by `text-decoration-line`.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **36** | **12.1** | n/a | No | | | | 8 _-x-_ | | |"
22371
22420
  },
22372
22421
  "textDecorationLine": {
22373
22422
  "$ref": "#/definitions/Property.TextDecorationLine",
22374
- "description": "The **`text-decoration-line`** CSS property sets the kind of decoration that is used on text in an element, such as an underline or overline.\n\n**Syntax**: `none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **36** | **12.1** | **79** | No | | | | 8 _-x-_ | | |"
22423
+ "description": "The **`text-decoration-line`** CSS property sets the kind of decoration that is used on text in an element, such as an underline or overline.\n\n**Syntax**: `none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **36** | **12.1** | n/a | No | | | | 8 _-x-_ | | |"
22375
22424
  },
22376
22425
  "textDecorationSkip": {
22377
22426
  "$ref": "#/definitions/Property.TextDecorationSkip",
22378
- "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-_ | | |"
22427
+ "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** | n/a | No | | | | 7 _-x-_ | | |"
22379
22428
  },
22380
22429
  "textDecorationSkipInk": {
22381
22430
  "$ref": "#/definitions/Property.TextDecorationSkipInk",
22382
- "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 |"
22431
+ "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** | n/a | No |"
22383
22432
  },
22384
22433
  "textDecorationStyle": {
22385
22434
  "$ref": "#/definitions/Property.TextDecorationStyle",
22386
- "description": "The **`text-decoration-style`** CSS property sets the style of the lines specified by `text-decoration-line`. The style applies to all lines that are set with `text-decoration-line`.\n\n**Syntax**: `solid | double | dotted | dashed | wavy`\n\n**Initial value**: `solid`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **36** | **12.1** | **79** | No | | | | 8 _-x-_ | | |"
22435
+ "description": "The **`text-decoration-style`** CSS property sets the style of the lines specified by `text-decoration-line`. The style applies to all lines that are set with `text-decoration-line`.\n\n**Syntax**: `solid | double | dotted | dashed | wavy`\n\n**Initial value**: `solid`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **36** | **12.1** | n/a | No | | | | 8 _-x-_ | | |"
22387
22436
  },
22388
22437
  "textDecorationThickness": {
22389
22438
  "$ref": "#/definitions/Property.TextDecorationThickness%3C(string%7Cnumber)%3E",
22390
- "description": "The **`text-decoration-thickness`** CSS property sets the stroke thickness of the decoration line that is used on text in an element, such as a line-through, underline, or overline.\n\n**Syntax**: `auto | from-font | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **89** | **70** | **12.1** | **89** | No |"
22391
- },
22392
- "textDecorationWidth": {
22393
- "$ref": "#/definitions/Property.TextDecorationThickness%3C(string%7Cnumber)%3E",
22394
- "description": "The **`text-decoration-thickness`** CSS property sets the stroke thickness of the decoration line that is used on text in an element, such as a line-through, underline, or overline.\n\n**Syntax**: `auto | from-font | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :---: | :-: | | 87-89 | **70** | **12.1** | 87-89 | No |"
22439
+ "description": "The **`text-decoration-thickness`** CSS property sets the stroke thickness of the decoration line that is used on text in an element, such as a line-through, underline, or overline.\n\n**Syntax**: `auto | from-font | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **89** | **70** | **12.1** | n/a | No |"
22395
22440
  },
22396
22441
  "textEmphasisColor": {
22397
22442
  "$ref": "#/definitions/Property.TextEmphasisColor",
22398
- "description": "The **`text-emphasis-color`** CSS property sets the color of emphasis marks. This value can also be set using the `text-emphasis` shorthand.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
22443
+ "description": "The **`text-emphasis-color`** CSS property sets the color of emphasis marks. This value can also be set using the `text-emphasis` shorthand.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :--: | :-: | | **99** | **46** | **7** | n/a | No | | 25 _-x-_ | | | | |"
22399
22444
  },
22400
22445
  "textEmphasisPosition": {
22401
22446
  "$ref": "#/definitions/Property.TextEmphasisPosition",
22402
- "description": "The **`text-emphasis-position`** CSS property sets where emphasis marks are drawn. Like ruby text, if there isn't enough room for emphasis marks, the line height is increased.\n\n**Syntax**: `[ over | under ] && [ right | left ]`\n\n**Initial value**: `over right`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
22447
+ "description": "The **`text-emphasis-position`** CSS property sets where emphasis marks are drawn. Like ruby text, if there isn't enough room for emphasis marks, the line height is increased.\n\n**Syntax**: `[ over | under ] && [ right | left ]`\n\n**Initial value**: `over right`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :--: | :-: | | **99** | **46** | **7** | n/a | No | | 25 _-x-_ | | | | |"
22403
22448
  },
22404
22449
  "textEmphasisStyle": {
22405
22450
  "$ref": "#/definitions/Property.TextEmphasisStyle",
22406
- "description": "The **`text-emphasis-style`** CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the `text-emphasis` shorthand.\n\n**Syntax**: `none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
22451
+ "description": "The **`text-emphasis-style`** CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the `text-emphasis` shorthand.\n\n**Syntax**: `none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :--: | :-: | | **99** | **46** | **7** | n/a | No | | 25 _-x-_ | | | | |"
22407
22452
  },
22408
22453
  "textIndent": {
22409
22454
  "$ref": "#/definitions/Property.TextIndent%3C(string%7Cnumber)%3E",
@@ -22415,7 +22460,7 @@
22415
22460
  },
22416
22461
  "textOrientation": {
22417
22462
  "$ref": "#/definitions/Property.TextOrientation",
22418
- "description": "The **`text-orientation`** CSS property sets the orientation of the text characters in a line. It only affects text in vertical mode (when `writing-mode` is not `horizontal-tb`). It is useful for controlling the display of languages that use vertical script, and also for making vertical table headers.\n\n**Syntax**: `mixed | upright | sideways`\n\n**Initial value**: `mixed`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-------: | :----: | :-: | | **48** | **41** | **14** | **79** | No | | 11 _-x-_ | | 5.1 _-x-_ | | |"
22463
+ "description": "The **`text-orientation`** CSS property sets the orientation of the text characters in a line. It only affects text in vertical mode (when `writing-mode` is not `horizontal-tb`). It is useful for controlling the display of languages that use vertical script, and also for making vertical table headers.\n\n**Syntax**: `mixed | upright | sideways`\n\n**Initial value**: `mixed`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-------: | :--: | :-: | | **48** | **41** | **14** | n/a | No | | 11 _-x-_ | | 5.1 _-x-_ | | |"
22419
22464
  },
22420
22465
  "textOverflow": {
22421
22466
  "$ref": "#/definitions/Property.TextOverflow",
@@ -22435,7 +22480,7 @@
22435
22480
  },
22436
22481
  "textUnderlineOffset": {
22437
22482
  "$ref": "#/definitions/Property.TextUnderlineOffset%3C(string%7Cnumber)%3E",
22438
- "description": "The **`text-underline-offset`** CSS property sets the offset distance of an underline text decoration line (applied using `text-decoration`) from its original position.\n\n**Syntax**: `auto | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **70** | **12.1** | **87** | No |"
22483
+ "description": "The **`text-underline-offset`** CSS property sets the offset distance of an underline text decoration line (applied using `text-decoration`) from its original position.\n\n**Syntax**: `auto | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **70** | **12.1** | n/a | No |"
22439
22484
  },
22440
22485
  "textUnderlinePosition": {
22441
22486
  "$ref": "#/definitions/Property.TextUnderlinePosition",
@@ -22455,7 +22500,7 @@
22455
22500
  },
22456
22501
  "transformBox": {
22457
22502
  "$ref": "#/definitions/Property.TransformBox",
22458
- "description": "The **`transform-box`** CSS property defines the layout box to which the `transform` and `transform-origin` properties relate.\n\n**Syntax**: `content-box | border-box | fill-box | stroke-box | view-box`\n\n**Initial value**: `view-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **64** | **55** | **11** | **79** | No |"
22503
+ "description": "The **`transform-box`** CSS property defines the layout box to which the `transform` and `transform-origin` properties relate.\n\n**Syntax**: `content-box | border-box | fill-box | stroke-box | view-box`\n\n**Initial value**: `view-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **64** | **55** | **11** | n/a | No |"
22459
22504
  },
22460
22505
  "transformOrigin": {
22461
22506
  "$ref": "#/definitions/Property.TransformOrigin%3C(string%7Cnumber)%3E",
@@ -22483,7 +22528,7 @@
22483
22528
  },
22484
22529
  "translate": {
22485
22530
  "$ref": "#/definitions/Property.Translate%3C(string%7Cnumber)%3E",
22486
- "description": "The **`translate`** CSS property allows you to specify translation transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.\n\n**Syntax**: `none | <length-percentage> [ <length-percentage> <length>? ]?`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | No | **72** | **14.1** | No | No |"
22531
+ "description": "The **`translate`** CSS property allows you to specify translation transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.\n\n**Syntax**: `none | <length-percentage> [ <length-percentage> <length>? ]?`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :------: | :--: | :-: | | **104** | **72** | **14.1** | n/a | No |"
22487
22532
  },
22488
22533
  "userSelect": {
22489
22534
  "$ref": "#/definitions/Property.UserSelect",
@@ -22503,7 +22548,7 @@
22503
22548
  },
22504
22549
  "willChange": {
22505
22550
  "$ref": "#/definitions/Property.WillChange",
22506
- "description": "The **`will-change`** CSS property hints to browsers how an element is expected to change. Browsers may set up optimizations before an element is actually changed. These kinds of optimizations can increase the responsiveness of a page by doing potentially expensive work before they are actually required.\n\n**Syntax**: `auto | <animateable-feature>#`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **36** | **36** | **9.1** | **79** | No |"
22551
+ "description": "The **`will-change`** CSS property hints to browsers how an element is expected to change. Browsers may set up optimizations before an element is actually changed. These kinds of optimizations can increase the responsiveness of a page by doing potentially expensive work before they are actually required.\n\n**Syntax**: `auto | <animateable-feature>#`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | **36** | **36** | **9.1** | n/a | No |"
22507
22552
  },
22508
22553
  "wordBreak": {
22509
22554
  "$ref": "#/definitions/Property.WordBreak",
@@ -24974,16 +25019,6 @@
24974
25019
  }
24975
25020
  ]
24976
25021
  },
24977
- "Property.MsScrollbarTrackColor": {
24978
- "anyOf": [
24979
- {
24980
- "$ref": "#/definitions/Globals"
24981
- },
24982
- {
24983
- "$ref": "#/definitions/DataType.Color"
24984
- }
24985
- ]
24986
- },
24987
25022
  "Property.LineBreak": {
24988
25023
  "anyOf": [
24989
25024
  {
@@ -26947,23 +26982,6 @@
26947
26982
  }
26948
26983
  ]
26949
26984
  },
26950
- "Property.ColumnGap<(string|number)>": {
26951
- "anyOf": [
26952
- {
26953
- "$ref": "#/definitions/Globals"
26954
- },
26955
- {
26956
- "type": "string"
26957
- },
26958
- {
26959
- "type": "number"
26960
- },
26961
- {
26962
- "type": "string",
26963
- "const": "normal"
26964
- }
26965
- ]
26966
- },
26967
26985
  "Property.ColumnRuleColor": {
26968
26986
  "anyOf": [
26969
26987
  {
@@ -27424,47 +27442,6 @@
27424
27442
  }
27425
27443
  ]
27426
27444
  },
27427
- "Property.AlignSelf": {
27428
- "anyOf": [
27429
- {
27430
- "$ref": "#/definitions/Globals"
27431
- },
27432
- {
27433
- "$ref": "#/definitions/DataType.SelfPosition"
27434
- },
27435
- {
27436
- "type": "string",
27437
- "const": "auto"
27438
- },
27439
- {
27440
- "type": "string",
27441
- "const": "baseline"
27442
- },
27443
- {
27444
- "type": "string",
27445
- "const": "normal"
27446
- },
27447
- {
27448
- "type": "string",
27449
- "const": "stretch"
27450
- },
27451
- {
27452
- "type": "string"
27453
- }
27454
- ]
27455
- },
27456
- "DataType.SelfPosition": {
27457
- "type": "string",
27458
- "enum": [
27459
- "center",
27460
- "end",
27461
- "flex-end",
27462
- "flex-start",
27463
- "self-end",
27464
- "self-start",
27465
- "start"
27466
- ]
27467
- },
27468
27445
  "Property.MsBlockProgression": {
27469
27446
  "anyOf": [
27470
27447
  {
@@ -27774,43 +27751,6 @@
27774
27751
  }
27775
27752
  ]
27776
27753
  },
27777
- "Property.JustifySelf": {
27778
- "anyOf": [
27779
- {
27780
- "$ref": "#/definitions/Globals"
27781
- },
27782
- {
27783
- "$ref": "#/definitions/DataType.SelfPosition"
27784
- },
27785
- {
27786
- "type": "string",
27787
- "const": "auto"
27788
- },
27789
- {
27790
- "type": "string",
27791
- "const": "baseline"
27792
- },
27793
- {
27794
- "type": "string",
27795
- "const": "left"
27796
- },
27797
- {
27798
- "type": "string",
27799
- "const": "normal"
27800
- },
27801
- {
27802
- "type": "string",
27803
- "const": "right"
27804
- },
27805
- {
27806
- "type": "string",
27807
- "const": "stretch"
27808
- },
27809
- {
27810
- "type": "string"
27811
- }
27812
- ]
27813
- },
27814
27754
  "Property.Order": {
27815
27755
  "anyOf": [
27816
27756
  {
@@ -28123,6 +28063,16 @@
28123
28063
  }
28124
28064
  ]
28125
28065
  },
28066
+ "Property.MsScrollbarTrackColor": {
28067
+ "anyOf": [
28068
+ {
28069
+ "$ref": "#/definitions/Globals"
28070
+ },
28071
+ {
28072
+ "$ref": "#/definitions/DataType.Color"
28073
+ }
28074
+ ]
28075
+ },
28126
28076
  "Property.MsTextAutospace": {
28127
28077
  "anyOf": [
28128
28078
  {
@@ -28414,6 +28364,47 @@
28414
28364
  }
28415
28365
  ]
28416
28366
  },
28367
+ "DataType.SelfPosition": {
28368
+ "type": "string",
28369
+ "enum": [
28370
+ "center",
28371
+ "end",
28372
+ "flex-end",
28373
+ "flex-start",
28374
+ "self-end",
28375
+ "self-start",
28376
+ "start"
28377
+ ]
28378
+ },
28379
+ "Property.AlignSelf": {
28380
+ "anyOf": [
28381
+ {
28382
+ "$ref": "#/definitions/Globals"
28383
+ },
28384
+ {
28385
+ "$ref": "#/definitions/DataType.SelfPosition"
28386
+ },
28387
+ {
28388
+ "type": "string",
28389
+ "const": "auto"
28390
+ },
28391
+ {
28392
+ "type": "string",
28393
+ "const": "baseline"
28394
+ },
28395
+ {
28396
+ "type": "string",
28397
+ "const": "normal"
28398
+ },
28399
+ {
28400
+ "type": "string",
28401
+ "const": "stretch"
28402
+ },
28403
+ {
28404
+ "type": "string"
28405
+ }
28406
+ ]
28407
+ },
28417
28408
  "Property.WebkitAppearance": {
28418
28409
  "anyOf": [
28419
28410
  {
@@ -30298,6 +30289,16 @@
30298
30289
  }
30299
30290
  ]
30300
30291
  },
30292
+ "Property.AnimationComposition": {
30293
+ "anyOf": [
30294
+ {
30295
+ "$ref": "#/definitions/Globals"
30296
+ },
30297
+ {
30298
+ "type": "string"
30299
+ }
30300
+ ]
30301
+ },
30301
30302
  "Property.AnimationTimeline": {
30302
30303
  "anyOf": [
30303
30304
  {
@@ -30368,6 +30369,9 @@
30368
30369
  },
30369
30370
  {
30370
30371
  "type": "string"
30372
+ },
30373
+ {
30374
+ "type": "number"
30371
30375
  }
30372
30376
  ]
30373
30377
  },
@@ -31258,6 +31262,23 @@
31258
31262
  }
31259
31263
  ]
31260
31264
  },
31265
+ "Property.ColumnGap<(string|number)>": {
31266
+ "anyOf": [
31267
+ {
31268
+ "$ref": "#/definitions/Globals"
31269
+ },
31270
+ {
31271
+ "type": "string"
31272
+ },
31273
+ {
31274
+ "type": "number"
31275
+ },
31276
+ {
31277
+ "type": "string",
31278
+ "const": "normal"
31279
+ }
31280
+ ]
31281
+ },
31261
31282
  "Property.Contain": {
31262
31283
  "anyOf": [
31263
31284
  {
@@ -31267,6 +31288,10 @@
31267
31288
  "type": "string",
31268
31289
  "const": "content"
31269
31290
  },
31291
+ {
31292
+ "type": "string",
31293
+ "const": "inline-size"
31294
+ },
31270
31295
  {
31271
31296
  "type": "string",
31272
31297
  "const": "layout"
@@ -32036,6 +32061,43 @@
32036
32061
  }
32037
32062
  ]
32038
32063
  },
32064
+ "Property.JustifySelf": {
32065
+ "anyOf": [
32066
+ {
32067
+ "$ref": "#/definitions/Globals"
32068
+ },
32069
+ {
32070
+ "$ref": "#/definitions/DataType.SelfPosition"
32071
+ },
32072
+ {
32073
+ "type": "string",
32074
+ "const": "auto"
32075
+ },
32076
+ {
32077
+ "type": "string",
32078
+ "const": "baseline"
32079
+ },
32080
+ {
32081
+ "type": "string",
32082
+ "const": "left"
32083
+ },
32084
+ {
32085
+ "type": "string",
32086
+ "const": "normal"
32087
+ },
32088
+ {
32089
+ "type": "string",
32090
+ "const": "right"
32091
+ },
32092
+ {
32093
+ "type": "string",
32094
+ "const": "stretch"
32095
+ },
32096
+ {
32097
+ "type": "string"
32098
+ }
32099
+ ]
32100
+ },
32039
32101
  "Property.JustifyTracks": {
32040
32102
  "anyOf": [
32041
32103
  {
@@ -32412,6 +32474,38 @@
32412
32474
  }
32413
32475
  ]
32414
32476
  },
32477
+ "Property.MathDepth": {
32478
+ "anyOf": [
32479
+ {
32480
+ "$ref": "#/definitions/Globals"
32481
+ },
32482
+ {
32483
+ "type": "string",
32484
+ "const": "auto-add"
32485
+ },
32486
+ {
32487
+ "type": "string"
32488
+ },
32489
+ {
32490
+ "type": "number"
32491
+ }
32492
+ ]
32493
+ },
32494
+ "Property.MathShift": {
32495
+ "anyOf": [
32496
+ {
32497
+ "$ref": "#/definitions/Globals"
32498
+ },
32499
+ {
32500
+ "type": "string",
32501
+ "const": "compact"
32502
+ },
32503
+ {
32504
+ "type": "string",
32505
+ "const": "normal"
32506
+ }
32507
+ ]
32508
+ },
32415
32509
  "Property.MathStyle": {
32416
32510
  "anyOf": [
32417
32511
  {
@@ -35523,31 +35617,7 @@
35523
35617
  "description": "WebScocket 地址,用于实时获取数据"
35524
35618
  },
35525
35619
  "dataProvider": {
35526
- "anyOf": [
35527
- {
35528
- "type": "string"
35529
- },
35530
- {
35531
- "type": "object",
35532
- "properties": {
35533
- "prototype": {},
35534
- "length": {
35535
- "type": "number"
35536
- },
35537
- "arguments": {},
35538
- "caller": {
35539
- "$ref": "#/definitions/interface-1922134811-9821-11285-1922134811-0-212510"
35540
- }
35541
- },
35542
- "required": [
35543
- "prototype",
35544
- "length",
35545
- "arguments",
35546
- "caller"
35547
- ],
35548
- "additionalProperties": false
35549
- }
35550
- ],
35620
+ "$ref": "#/definitions/ComposedDataProvider",
35551
35621
  "description": "通过调用外部函数来获取数据"
35552
35622
  },
35553
35623
  "body": {
@@ -35602,6 +35672,61 @@
35602
35672
  "additionalProperties": false,
35603
35673
  "description": "Service 服务类控件。 文档:https://baidu.gitee.io/amis/docs/components/service"
35604
35674
  },
35675
+ "ComposedDataProvider": {
35676
+ "anyOf": [
35677
+ {
35678
+ "$ref": "#/definitions/DataProvider"
35679
+ },
35680
+ {
35681
+ "$ref": "#/definitions/DataProviderCollection"
35682
+ }
35683
+ ]
35684
+ },
35685
+ "DataProvider": {
35686
+ "anyOf": [
35687
+ {
35688
+ "type": "string"
35689
+ },
35690
+ {
35691
+ "type": "object",
35692
+ "properties": {
35693
+ "prototype": {},
35694
+ "length": {
35695
+ "type": "number"
35696
+ },
35697
+ "arguments": {},
35698
+ "caller": {
35699
+ "$ref": "#/definitions/interface-1922134811-9821-11285-1922134811-0-212510"
35700
+ }
35701
+ },
35702
+ "required": [
35703
+ "prototype",
35704
+ "length",
35705
+ "arguments",
35706
+ "caller"
35707
+ ],
35708
+ "additionalProperties": false
35709
+ }
35710
+ ]
35711
+ },
35712
+ "DataProviderCollection": {
35713
+ "type": "object",
35714
+ "properties": {
35715
+ "inited": {
35716
+ "$ref": "#/definitions/DataProvider"
35717
+ },
35718
+ "onApiFetched": {
35719
+ "$ref": "#/definitions/DataProvider"
35720
+ },
35721
+ "onSchemaApiFetched": {
35722
+ "$ref": "#/definitions/DataProvider"
35723
+ },
35724
+ "onWsFetched": {
35725
+ "$ref": "#/definitions/DataProvider"
35726
+ }
35727
+ },
35728
+ "additionalProperties": false
35729
+ },
35605
35730
  "SparkLineSchema": {
35606
35731
  "type": "object",
35607
35732
  "properties": {
@@ -36395,6 +36520,14 @@
36395
36520
  "$ref": "#/definitions/ActionSchema"
36396
36521
  },
36397
36522
  "description": "操作列配置"
36523
+ },
36524
+ "maxKeepItemSelectionLength": {
36525
+ "type": "number",
36526
+ "description": "批量操作最大限制数"
36527
+ },
36528
+ "keepItemSelectionOnPageChange": {
36529
+ "type": "boolean",
36530
+ "description": "翻页是否保存数据"
36398
36531
  }
36399
36532
  },
36400
36533
  "required": [
@@ -37491,6 +37624,13 @@
37491
37624
  "type": "string",
37492
37625
  "description": "是否开启本地缓存"
37493
37626
  },
37627
+ "persistDataKeys": {
37628
+ "type": "array",
37629
+ "items": {
37630
+ "type": "string"
37631
+ },
37632
+ "description": "开启本地缓存后限制保存哪些 key"
37633
+ },
37494
37634
  "clearPersistDataAfterSubmit": {
37495
37635
  "type": "boolean",
37496
37636
  "description": "提交成功后清空本地缓存"
@@ -38301,6 +38441,13 @@
38301
38441
  "type": "string",
38302
38442
  "description": "是否开启本地缓存"
38303
38443
  },
38444
+ "persistDataKeys": {
38445
+ "type": "array",
38446
+ "items": {
38447
+ "type": "string"
38448
+ },
38449
+ "description": "开启本地缓存后限制保存哪些 key"
38450
+ },
38304
38451
  "clearPersistDataAfterSubmit": {
38305
38452
  "type": "boolean",
38306
38453
  "description": "提交成功后清空本地缓存"
@@ -39980,6 +40127,10 @@
39980
40127
  "type": "boolean",
39981
40128
  "description": "是否可新增"
39982
40129
  },
40130
+ "addattop": {
40131
+ "type": "boolean",
40132
+ "description": "Add at top"
40133
+ },
39983
40134
  "draggable": {
39984
40135
  "type": "boolean",
39985
40136
  "description": "是否可拖拽排序"
@@ -45324,6 +45475,10 @@
45324
45475
  "type": "boolean",
45325
45476
  "description": "是否可新增"
45326
45477
  },
45478
+ "addattop": {
45479
+ "type": "boolean",
45480
+ "description": "Add at top"
45481
+ },
45327
45482
  "items": {
45328
45483
  "type": "array",
45329
45484
  "items": {
@@ -63415,6 +63570,10 @@
63415
63570
  ],
63416
63571
  "description": "单位列表"
63417
63572
  },
63573
+ "big": {
63574
+ "type": "boolean",
63575
+ "description": "是否是大数,如果是的话输入输出都将是字符串"
63576
+ },
63418
63577
  "kilobitSeparator": {
63419
63578
  "type": "boolean",
63420
63579
  "description": "是否千分分隔"
@@ -68963,6 +69122,13 @@
68963
69122
  "type": "string",
68964
69123
  "description": "是否开启本地缓存"
68965
69124
  },
69125
+ "persistDataKeys": {
69126
+ "type": "array",
69127
+ "items": {
69128
+ "type": "string"
69129
+ },
69130
+ "description": "开启本地缓存后限制保存哪些 key"
69131
+ },
68966
69132
  "clearPersistDataAfterSubmit": {
68967
69133
  "type": "boolean",
68968
69134
  "description": "提交成功后清空本地缓存"
@@ -71319,6 +71485,10 @@
71319
71485
  "type": "string",
71320
71486
  "description": "右侧列表搜索框提示"
71321
71487
  },
71488
+ "statistics": {
71489
+ "type": "boolean",
71490
+ "description": "统计数字"
71491
+ },
71322
71492
  "remark": {
71323
71493
  "$ref": "#/definitions/SchemaRemark",
71324
71494
  "description": "显示一个小图标, 鼠标放上去的时候显示提示内容"
@@ -76146,9 +76316,13 @@
76146
76316
  ],
76147
76317
  "description": "边框模式,全边框,还是半边框,或者没边框。"
76148
76318
  },
76319
+ "minLength": {
76320
+ "type": "number",
76321
+ "description": "限制文字最小输入个数"
76322
+ },
76149
76323
  "maxLength": {
76150
76324
  "type": "number",
76151
- "description": "限制文字个数"
76325
+ "description": "限制文字最大输入个数"
76152
76326
  },
76153
76327
  "showCounter": {
76154
76328
  "type": "boolean",
@@ -77602,6 +77776,10 @@
77602
77776
  "resultSearchPlaceholder": {
77603
77777
  "type": "string",
77604
77778
  "description": "右侧列表搜索框提示"
77779
+ },
77780
+ "statistics": {
77781
+ "type": "boolean",
77782
+ "description": "统计数字"
77605
77783
  }
77606
77784
  },
77607
77785
  "required": [
@@ -77717,6 +77895,10 @@
77717
77895
  "type": "string",
77718
77896
  "description": "右侧列表搜索框提示"
77719
77897
  },
77898
+ "statistics": {
77899
+ "type": "boolean",
77900
+ "description": "统计数字"
77901
+ },
77720
77902
  "remark": {
77721
77903
  "$ref": "#/definitions/SchemaRemark",
77722
77904
  "description": "显示一个小图标, 鼠标放上去的时候显示提示内容"
@@ -78562,6 +78744,10 @@
78562
78744
  "type": "string",
78563
78745
  "description": "右侧列表搜索框提示"
78564
78746
  },
78747
+ "statistics": {
78748
+ "type": "boolean",
78749
+ "description": "统计数字"
78750
+ },
78565
78751
  "remark": {
78566
78752
  "$ref": "#/definitions/SchemaRemark",
78567
78753
  "description": "显示一个小图标, 鼠标放上去的时候显示提示内容"
@@ -81756,14 +81942,14 @@
81756
81942
  "$ref": "#/definitions/ImageSchema",
81757
81943
  "additionalProperties": false,
81758
81944
  "patternProperties": {
81759
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|label|labelClassName|popOver|quickEdit|copyable)$": {}
81945
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|showToolbar|toolbarActions|label|labelClassName|popOver|quickEdit|copyable)$": {}
81760
81946
  }
81761
81947
  },
81762
81948
  {
81763
81949
  "$ref": "#/definitions/ImagesSchema",
81764
81950
  "additionalProperties": false,
81765
81951
  "patternProperties": {
81766
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|label|labelClassName|popOver|quickEdit|copyable)$": {}
81952
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|showToolbar|toolbarActions|label|labelClassName|popOver|quickEdit|copyable)$": {}
81767
81953
  }
81768
81954
  },
81769
81955
  {
@@ -81896,7 +82082,7 @@
81896
82082
  "$ref": "#/definitions/TableSchema2",
81897
82083
  "additionalProperties": false,
81898
82084
  "patternProperties": {
81899
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
82085
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|maxKeepItemSelectionLength|keepItemSelectionOnPageChange|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
81900
82086
  }
81901
82087
  },
81902
82088
  {
@@ -81952,7 +82138,7 @@
81952
82138
  "$ref": "#/definitions/FormSchema",
81953
82139
  "additionalProperties": false,
81954
82140
  "patternProperties": {
81955
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|label|labelClassName|popOver|quickEdit|copyable)$": {}
82141
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|persistDataKeys|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|label|labelClassName|popOver|quickEdit|copyable)$": {}
81956
82142
  }
81957
82143
  },
81958
82144
  {
@@ -81994,7 +82180,7 @@
81994
82180
  "$ref": "#/definitions/ArrayControlSchema",
81995
82181
  "additionalProperties": false,
81996
82182
  "patternProperties": {
81997
- "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|popOver|quickEdit|copyable)$": {}
82183
+ "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|addattop|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|popOver|quickEdit|copyable)$": {}
81998
82184
  }
81999
82185
  },
82000
82186
  {
@@ -82043,7 +82229,7 @@
82043
82229
  "$ref": "#/definitions/ComboControlSchema",
82044
82230
  "additionalProperties": false,
82045
82231
  "patternProperties": {
82046
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|popOver|quickEdit|copyable)$": {}
82232
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|addattop|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|popOver|quickEdit|copyable)$": {}
82047
82233
  }
82048
82234
  },
82049
82235
  {
@@ -82232,7 +82418,7 @@
82232
82418
  "$ref": "#/definitions/NumberControlSchema",
82233
82419
  "additionalProperties": false,
82234
82420
  "patternProperties": {
82235
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|kilobitSeparator|keyboard|displayMode|popOver|quickEdit|copyable)$": {}
82421
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|big|kilobitSeparator|keyboard|displayMode|popOver|quickEdit|copyable)$": {}
82236
82422
  }
82237
82423
  },
82238
82424
  {
@@ -82316,7 +82502,7 @@
82316
82502
  "$ref": "#/definitions/TabsTransferControlSchema",
82317
82503
  "additionalProperties": false,
82318
82504
  "patternProperties": {
82319
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|popOver|quickEdit|copyable)$": {}
82505
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|popOver|quickEdit|copyable)$": {}
82320
82506
  }
82321
82507
  },
82322
82508
  {
@@ -82330,7 +82516,7 @@
82330
82516
  "$ref": "#/definitions/TextControlSchema",
82331
82517
  "additionalProperties": false,
82332
82518
  "patternProperties": {
82333
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|popOver|quickEdit|copyable)$": {}
82519
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|minLength|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|popOver|quickEdit|copyable)$": {}
82334
82520
  }
82335
82521
  },
82336
82522
  {
@@ -82344,21 +82530,21 @@
82344
82530
  "$ref": "#/definitions/TransferControlSchema",
82345
82531
  "additionalProperties": false,
82346
82532
  "patternProperties": {
82347
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|popOver|quickEdit|copyable)$": {}
82533
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|popOver|quickEdit|copyable)$": {}
82348
82534
  }
82349
82535
  },
82350
82536
  {
82351
82537
  "$ref": "#/definitions/TransferPickerControlSchema",
82352
82538
  "additionalProperties": false,
82353
82539
  "patternProperties": {
82354
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|popOver|quickEdit|copyable)$": {}
82540
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|popOver|quickEdit|copyable)$": {}
82355
82541
  }
82356
82542
  },
82357
82543
  {
82358
82544
  "$ref": "#/definitions/TabsTransferPickerControlSchema",
82359
82545
  "additionalProperties": false,
82360
82546
  "patternProperties": {
82361
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|popOver|quickEdit|copyable)$": {}
82547
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|popOver|quickEdit|copyable)$": {}
82362
82548
  }
82363
82549
  },
82364
82550
  {
@@ -82595,14 +82781,14 @@
82595
82781
  "$ref": "#/definitions/ImageSchema",
82596
82782
  "additionalProperties": false,
82597
82783
  "patternProperties": {
82598
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|label|labelClassName|popOver|quickEdit|copyable)$": {}
82784
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|showToolbar|toolbarActions|label|labelClassName|popOver|quickEdit|copyable)$": {}
82599
82785
  }
82600
82786
  },
82601
82787
  {
82602
82788
  "$ref": "#/definitions/ImagesSchema",
82603
82789
  "additionalProperties": false,
82604
82790
  "patternProperties": {
82605
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|label|labelClassName|popOver|quickEdit|copyable)$": {}
82791
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|showToolbar|toolbarActions|label|labelClassName|popOver|quickEdit|copyable)$": {}
82606
82792
  }
82607
82793
  },
82608
82794
  {
@@ -82735,7 +82921,7 @@
82735
82921
  "$ref": "#/definitions/TableSchema2",
82736
82922
  "additionalProperties": false,
82737
82923
  "patternProperties": {
82738
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
82924
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|maxKeepItemSelectionLength|keepItemSelectionOnPageChange|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
82739
82925
  }
82740
82926
  },
82741
82927
  {
@@ -82791,7 +82977,7 @@
82791
82977
  "$ref": "#/definitions/FormSchema",
82792
82978
  "additionalProperties": false,
82793
82979
  "patternProperties": {
82794
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|label|labelClassName|popOver|quickEdit|copyable)$": {}
82980
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|persistDataKeys|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|label|labelClassName|popOver|quickEdit|copyable)$": {}
82795
82981
  }
82796
82982
  },
82797
82983
  {
@@ -82833,7 +83019,7 @@
82833
83019
  "$ref": "#/definitions/ArrayControlSchema",
82834
83020
  "additionalProperties": false,
82835
83021
  "patternProperties": {
82836
- "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|popOver|quickEdit|copyable)$": {}
83022
+ "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|addattop|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|popOver|quickEdit|copyable)$": {}
82837
83023
  }
82838
83024
  },
82839
83025
  {
@@ -82882,7 +83068,7 @@
82882
83068
  "$ref": "#/definitions/ComboControlSchema",
82883
83069
  "additionalProperties": false,
82884
83070
  "patternProperties": {
82885
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|popOver|quickEdit|copyable)$": {}
83071
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|addattop|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|popOver|quickEdit|copyable)$": {}
82886
83072
  }
82887
83073
  },
82888
83074
  {
@@ -83071,7 +83257,7 @@
83071
83257
  "$ref": "#/definitions/NumberControlSchema",
83072
83258
  "additionalProperties": false,
83073
83259
  "patternProperties": {
83074
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|kilobitSeparator|keyboard|displayMode|popOver|quickEdit|copyable)$": {}
83260
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|big|kilobitSeparator|keyboard|displayMode|popOver|quickEdit|copyable)$": {}
83075
83261
  }
83076
83262
  },
83077
83263
  {
@@ -83155,7 +83341,7 @@
83155
83341
  "$ref": "#/definitions/TabsTransferControlSchema",
83156
83342
  "additionalProperties": false,
83157
83343
  "patternProperties": {
83158
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|popOver|quickEdit|copyable)$": {}
83344
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|popOver|quickEdit|copyable)$": {}
83159
83345
  }
83160
83346
  },
83161
83347
  {
@@ -83169,7 +83355,7 @@
83169
83355
  "$ref": "#/definitions/TextControlSchema",
83170
83356
  "additionalProperties": false,
83171
83357
  "patternProperties": {
83172
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|popOver|quickEdit|copyable)$": {}
83358
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|minLength|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|popOver|quickEdit|copyable)$": {}
83173
83359
  }
83174
83360
  },
83175
83361
  {
@@ -83183,21 +83369,21 @@
83183
83369
  "$ref": "#/definitions/TransferControlSchema",
83184
83370
  "additionalProperties": false,
83185
83371
  "patternProperties": {
83186
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|popOver|quickEdit|copyable)$": {}
83372
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|popOver|quickEdit|copyable)$": {}
83187
83373
  }
83188
83374
  },
83189
83375
  {
83190
83376
  "$ref": "#/definitions/TransferPickerControlSchema",
83191
83377
  "additionalProperties": false,
83192
83378
  "patternProperties": {
83193
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|popOver|quickEdit|copyable)$": {}
83379
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|popOver|quickEdit|copyable)$": {}
83194
83380
  }
83195
83381
  },
83196
83382
  {
83197
83383
  "$ref": "#/definitions/TabsTransferPickerControlSchema",
83198
83384
  "additionalProperties": false,
83199
83385
  "patternProperties": {
83200
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|popOver|quickEdit|copyable)$": {}
83386
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|popOver|quickEdit|copyable)$": {}
83201
83387
  }
83202
83388
  },
83203
83389
  {
@@ -83434,14 +83620,14 @@
83434
83620
  "$ref": "#/definitions/ImageSchema",
83435
83621
  "additionalProperties": false,
83436
83622
  "patternProperties": {
83437
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|label|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique|canAccessSuperData)$": {}
83623
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|showToolbar|toolbarActions|label|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique|canAccessSuperData)$": {}
83438
83624
  }
83439
83625
  },
83440
83626
  {
83441
83627
  "$ref": "#/definitions/ImagesSchema",
83442
83628
  "additionalProperties": false,
83443
83629
  "patternProperties": {
83444
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|label|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|unique|canAccessSuperData)$": {}
83630
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|showToolbar|toolbarActions|label|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|unique|canAccessSuperData)$": {}
83445
83631
  }
83446
83632
  },
83447
83633
  {
@@ -83574,7 +83760,7 @@
83574
83760
  "$ref": "#/definitions/TableSchema2",
83575
83761
  "additionalProperties": false,
83576
83762
  "patternProperties": {
83577
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|label|fixed|name|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique|canAccessSuperData)$": {}
83763
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|maxKeepItemSelectionLength|keepItemSelectionOnPageChange|label|fixed|name|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique|canAccessSuperData)$": {}
83578
83764
  }
83579
83765
  },
83580
83766
  {
@@ -83630,7 +83816,7 @@
83630
83816
  "$ref": "#/definitions/FormSchema",
83631
83817
  "additionalProperties": false,
83632
83818
  "patternProperties": {
83633
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|label|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique|canAccessSuperData)$": {}
83819
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|persistDataKeys|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|label|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique|canAccessSuperData)$": {}
83634
83820
  }
83635
83821
  },
83636
83822
  {
@@ -83672,7 +83858,7 @@
83672
83858
  "$ref": "#/definitions/ArrayControlSchema",
83673
83859
  "additionalProperties": false,
83674
83860
  "patternProperties": {
83675
- "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
83861
+ "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|addattop|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
83676
83862
  }
83677
83863
  },
83678
83864
  {
@@ -83721,7 +83907,7 @@
83721
83907
  "$ref": "#/definitions/ComboControlSchema",
83722
83908
  "additionalProperties": false,
83723
83909
  "patternProperties": {
83724
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
83910
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|addattop|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
83725
83911
  }
83726
83912
  },
83727
83913
  {
@@ -83910,7 +84096,7 @@
83910
84096
  "$ref": "#/definitions/NumberControlSchema",
83911
84097
  "additionalProperties": false,
83912
84098
  "patternProperties": {
83913
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|kilobitSeparator|keyboard|displayMode|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique|canAccessSuperData)$": {}
84099
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|big|kilobitSeparator|keyboard|displayMode|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique|canAccessSuperData)$": {}
83914
84100
  }
83915
84101
  },
83916
84102
  {
@@ -83994,7 +84180,7 @@
83994
84180
  "$ref": "#/definitions/TabsTransferControlSchema",
83995
84181
  "additionalProperties": false,
83996
84182
  "patternProperties": {
83997
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|toggled|width|align|classNameExpr|filterable|breakpoint|unique|canAccessSuperData)$": {}
84183
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|toggled|width|align|classNameExpr|filterable|breakpoint|unique|canAccessSuperData)$": {}
83998
84184
  }
83999
84185
  },
84000
84186
  {
@@ -84008,7 +84194,7 @@
84008
84194
  "$ref": "#/definitions/TextControlSchema",
84009
84195
  "additionalProperties": false,
84010
84196
  "patternProperties": {
84011
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique|canAccessSuperData)$": {}
84197
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|minLength|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique|canAccessSuperData)$": {}
84012
84198
  }
84013
84199
  },
84014
84200
  {
@@ -84022,21 +84208,21 @@
84022
84208
  "$ref": "#/definitions/TransferControlSchema",
84023
84209
  "additionalProperties": false,
84024
84210
  "patternProperties": {
84025
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|toggled|width|align|classNameExpr|filterable|breakpoint|unique|canAccessSuperData)$": {}
84211
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|toggled|width|align|classNameExpr|filterable|breakpoint|unique|canAccessSuperData)$": {}
84026
84212
  }
84027
84213
  },
84028
84214
  {
84029
84215
  "$ref": "#/definitions/TransferPickerControlSchema",
84030
84216
  "additionalProperties": false,
84031
84217
  "patternProperties": {
84032
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|toggled|width|align|classNameExpr|filterable|breakpoint|unique|canAccessSuperData)$": {}
84218
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|toggled|width|align|classNameExpr|filterable|breakpoint|unique|canAccessSuperData)$": {}
84033
84219
  }
84034
84220
  },
84035
84221
  {
84036
84222
  "$ref": "#/definitions/TabsTransferPickerControlSchema",
84037
84223
  "additionalProperties": false,
84038
84224
  "patternProperties": {
84039
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|toggled|width|align|classNameExpr|filterable|breakpoint|unique|canAccessSuperData)$": {}
84225
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|toggled|width|align|classNameExpr|filterable|breakpoint|unique|canAccessSuperData)$": {}
84040
84226
  }
84041
84227
  },
84042
84228
  {
@@ -84273,14 +84459,14 @@
84273
84459
  "$ref": "#/definitions/ImageSchema",
84274
84460
  "additionalProperties": false,
84275
84461
  "patternProperties": {
84276
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|x|y|w|h|align|valign|gridClassName)$": {}
84462
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|showToolbar|toolbarActions|x|y|w|h|align|valign|gridClassName)$": {}
84277
84463
  }
84278
84464
  },
84279
84465
  {
84280
84466
  "$ref": "#/definitions/ImagesSchema",
84281
84467
  "additionalProperties": false,
84282
84468
  "patternProperties": {
84283
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84469
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|showToolbar|toolbarActions|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84284
84470
  }
84285
84471
  },
84286
84472
  {
@@ -84413,7 +84599,7 @@
84413
84599
  "$ref": "#/definitions/TableSchema2",
84414
84600
  "additionalProperties": false,
84415
84601
  "patternProperties": {
84416
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84602
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|maxKeepItemSelectionLength|keepItemSelectionOnPageChange|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84417
84603
  }
84418
84604
  },
84419
84605
  {
@@ -84469,7 +84655,7 @@
84469
84655
  "$ref": "#/definitions/FormSchema",
84470
84656
  "additionalProperties": false,
84471
84657
  "patternProperties": {
84472
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84658
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|persistDataKeys|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84473
84659
  }
84474
84660
  },
84475
84661
  {
@@ -84511,7 +84697,7 @@
84511
84697
  "$ref": "#/definitions/ArrayControlSchema",
84512
84698
  "additionalProperties": false,
84513
84699
  "patternProperties": {
84514
- "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84700
+ "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|addattop|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84515
84701
  }
84516
84702
  },
84517
84703
  {
@@ -84560,7 +84746,7 @@
84560
84746
  "$ref": "#/definitions/ComboControlSchema",
84561
84747
  "additionalProperties": false,
84562
84748
  "patternProperties": {
84563
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84749
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|addattop|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84564
84750
  }
84565
84751
  },
84566
84752
  {
@@ -84749,7 +84935,7 @@
84749
84935
  "$ref": "#/definitions/NumberControlSchema",
84750
84936
  "additionalProperties": false,
84751
84937
  "patternProperties": {
84752
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|kilobitSeparator|keyboard|displayMode|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84938
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|big|kilobitSeparator|keyboard|displayMode|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84753
84939
  }
84754
84940
  },
84755
84941
  {
@@ -84833,7 +85019,7 @@
84833
85019
  "$ref": "#/definitions/TabsTransferControlSchema",
84834
85020
  "additionalProperties": false,
84835
85021
  "patternProperties": {
84836
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|x|y|w|h|width|height|align|valign|gridClassName)$": {}
85022
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84837
85023
  }
84838
85024
  },
84839
85025
  {
@@ -84847,7 +85033,7 @@
84847
85033
  "$ref": "#/definitions/TextControlSchema",
84848
85034
  "additionalProperties": false,
84849
85035
  "patternProperties": {
84850
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|x|y|w|h|width|height|align|valign|gridClassName)$": {}
85036
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|minLength|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84851
85037
  }
84852
85038
  },
84853
85039
  {
@@ -84861,21 +85047,21 @@
84861
85047
  "$ref": "#/definitions/TransferControlSchema",
84862
85048
  "additionalProperties": false,
84863
85049
  "patternProperties": {
84864
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|x|y|w|h|width|height|align|valign|gridClassName)$": {}
85050
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84865
85051
  }
84866
85052
  },
84867
85053
  {
84868
85054
  "$ref": "#/definitions/TransferPickerControlSchema",
84869
85055
  "additionalProperties": false,
84870
85056
  "patternProperties": {
84871
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|x|y|w|h|width|height|align|valign|gridClassName)$": {}
85057
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84872
85058
  }
84873
85059
  },
84874
85060
  {
84875
85061
  "$ref": "#/definitions/TabsTransferPickerControlSchema",
84876
85062
  "additionalProperties": false,
84877
85063
  "patternProperties": {
84878
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|x|y|w|h|width|height|align|valign|gridClassName)$": {}
85064
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|x|y|w|h|width|height|align|valign|gridClassName)$": {}
84879
85065
  }
84880
85066
  },
84881
85067
  {
@@ -85112,14 +85298,14 @@
85112
85298
  "$ref": "#/definitions/ImageSchema",
85113
85299
  "additionalProperties": false,
85114
85300
  "patternProperties": {
85115
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|rowClassName|cellClassName)$": {}
85301
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|showToolbar|toolbarActions|rowClassName|cellClassName)$": {}
85116
85302
  }
85117
85303
  },
85118
85304
  {
85119
85305
  "$ref": "#/definitions/ImagesSchema",
85120
85306
  "additionalProperties": false,
85121
85307
  "patternProperties": {
85122
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|rowClassName|cellClassName)$": {}
85308
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|showToolbar|toolbarActions|rowClassName|cellClassName)$": {}
85123
85309
  }
85124
85310
  },
85125
85311
  {
@@ -85252,7 +85438,7 @@
85252
85438
  "$ref": "#/definitions/TableSchema2",
85253
85439
  "additionalProperties": false,
85254
85440
  "patternProperties": {
85255
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|rowClassName|cellClassName)$": {}
85441
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|maxKeepItemSelectionLength|keepItemSelectionOnPageChange|rowClassName|cellClassName)$": {}
85256
85442
  }
85257
85443
  },
85258
85444
  {
@@ -85308,7 +85494,7 @@
85308
85494
  "$ref": "#/definitions/FormSchema",
85309
85495
  "additionalProperties": false,
85310
85496
  "patternProperties": {
85311
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|rowClassName|cellClassName)$": {}
85497
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|persistDataKeys|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|rowClassName|cellClassName)$": {}
85312
85498
  }
85313
85499
  },
85314
85500
  {
@@ -85350,7 +85536,7 @@
85350
85536
  "$ref": "#/definitions/ArrayControlSchema",
85351
85537
  "additionalProperties": false,
85352
85538
  "patternProperties": {
85353
- "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|rowClassName|cellClassName)$": {}
85539
+ "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|addattop|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|rowClassName|cellClassName)$": {}
85354
85540
  }
85355
85541
  },
85356
85542
  {
@@ -85399,7 +85585,7 @@
85399
85585
  "$ref": "#/definitions/ComboControlSchema",
85400
85586
  "additionalProperties": false,
85401
85587
  "patternProperties": {
85402
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|rowClassName|cellClassName)$": {}
85588
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|addattop|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|rowClassName|cellClassName)$": {}
85403
85589
  }
85404
85590
  },
85405
85591
  {
@@ -85588,7 +85774,7 @@
85588
85774
  "$ref": "#/definitions/NumberControlSchema",
85589
85775
  "additionalProperties": false,
85590
85776
  "patternProperties": {
85591
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|kilobitSeparator|keyboard|displayMode|rowClassName|cellClassName)$": {}
85777
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|big|kilobitSeparator|keyboard|displayMode|rowClassName|cellClassName)$": {}
85592
85778
  }
85593
85779
  },
85594
85780
  {
@@ -85672,7 +85858,7 @@
85672
85858
  "$ref": "#/definitions/TabsTransferControlSchema",
85673
85859
  "additionalProperties": false,
85674
85860
  "patternProperties": {
85675
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|rowClassName|cellClassName)$": {}
85861
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|rowClassName|cellClassName)$": {}
85676
85862
  }
85677
85863
  },
85678
85864
  {
@@ -85686,7 +85872,7 @@
85686
85872
  "$ref": "#/definitions/TextControlSchema",
85687
85873
  "additionalProperties": false,
85688
85874
  "patternProperties": {
85689
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|rowClassName|cellClassName)$": {}
85875
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|minLength|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|rowClassName|cellClassName)$": {}
85690
85876
  }
85691
85877
  },
85692
85878
  {
@@ -85700,21 +85886,21 @@
85700
85886
  "$ref": "#/definitions/TransferControlSchema",
85701
85887
  "additionalProperties": false,
85702
85888
  "patternProperties": {
85703
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|rowClassName|cellClassName)$": {}
85889
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|rowClassName|cellClassName)$": {}
85704
85890
  }
85705
85891
  },
85706
85892
  {
85707
85893
  "$ref": "#/definitions/TransferPickerControlSchema",
85708
85894
  "additionalProperties": false,
85709
85895
  "patternProperties": {
85710
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|rowClassName|cellClassName)$": {}
85896
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|rowClassName|cellClassName)$": {}
85711
85897
  }
85712
85898
  },
85713
85899
  {
85714
85900
  "$ref": "#/definitions/TabsTransferPickerControlSchema",
85715
85901
  "additionalProperties": false,
85716
85902
  "patternProperties": {
85717
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|rowClassName|cellClassName)$": {}
85903
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|rowClassName|cellClassName)$": {}
85718
85904
  }
85719
85905
  },
85720
85906
  {
@@ -85951,14 +86137,14 @@
85951
86137
  "$ref": "#/definitions/ImageSchema",
85952
86138
  "additionalProperties": false,
85953
86139
  "patternProperties": {
85954
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|unique|columnClassName)$": {}
86140
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|showToolbar|toolbarActions|unique|columnClassName)$": {}
85955
86141
  }
85956
86142
  },
85957
86143
  {
85958
86144
  "$ref": "#/definitions/ImagesSchema",
85959
86145
  "additionalProperties": false,
85960
86146
  "patternProperties": {
85961
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|unique|columnClassName)$": {}
86147
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|showToolbar|toolbarActions|unique|columnClassName)$": {}
85962
86148
  }
85963
86149
  },
85964
86150
  {
@@ -86091,7 +86277,7 @@
86091
86277
  "$ref": "#/definitions/TableSchema2",
86092
86278
  "additionalProperties": false,
86093
86279
  "patternProperties": {
86094
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|unique|columnClassName)$": {}
86280
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|maxKeepItemSelectionLength|keepItemSelectionOnPageChange|unique|columnClassName)$": {}
86095
86281
  }
86096
86282
  },
86097
86283
  {
@@ -86147,7 +86333,7 @@
86147
86333
  "$ref": "#/definitions/FormSchema",
86148
86334
  "additionalProperties": false,
86149
86335
  "patternProperties": {
86150
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|unique|columnClassName)$": {}
86336
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|persistDataKeys|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|unique|columnClassName)$": {}
86151
86337
  }
86152
86338
  },
86153
86339
  {
@@ -86189,7 +86375,7 @@
86189
86375
  "$ref": "#/definitions/ArrayControlSchema",
86190
86376
  "additionalProperties": false,
86191
86377
  "patternProperties": {
86192
- "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|unique|columnClassName)$": {}
86378
+ "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|addattop|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|unique|columnClassName)$": {}
86193
86379
  }
86194
86380
  },
86195
86381
  {
@@ -86238,7 +86424,7 @@
86238
86424
  "$ref": "#/definitions/ComboControlSchema",
86239
86425
  "additionalProperties": false,
86240
86426
  "patternProperties": {
86241
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|unique|columnClassName)$": {}
86427
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|addattop|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|unique|columnClassName)$": {}
86242
86428
  }
86243
86429
  },
86244
86430
  {
@@ -86427,7 +86613,7 @@
86427
86613
  "$ref": "#/definitions/NumberControlSchema",
86428
86614
  "additionalProperties": false,
86429
86615
  "patternProperties": {
86430
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|kilobitSeparator|keyboard|displayMode|unique|columnClassName)$": {}
86616
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|big|kilobitSeparator|keyboard|displayMode|unique|columnClassName)$": {}
86431
86617
  }
86432
86618
  },
86433
86619
  {
@@ -86511,7 +86697,7 @@
86511
86697
  "$ref": "#/definitions/TabsTransferControlSchema",
86512
86698
  "additionalProperties": false,
86513
86699
  "patternProperties": {
86514
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|unique|columnClassName)$": {}
86700
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|unique|columnClassName)$": {}
86515
86701
  }
86516
86702
  },
86517
86703
  {
@@ -86525,7 +86711,7 @@
86525
86711
  "$ref": "#/definitions/TextControlSchema",
86526
86712
  "additionalProperties": false,
86527
86713
  "patternProperties": {
86528
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|unique|columnClassName)$": {}
86714
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|minLength|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|unique|columnClassName)$": {}
86529
86715
  }
86530
86716
  },
86531
86717
  {
@@ -86539,21 +86725,21 @@
86539
86725
  "$ref": "#/definitions/TransferControlSchema",
86540
86726
  "additionalProperties": false,
86541
86727
  "patternProperties": {
86542
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|unique|columnClassName)$": {}
86728
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|unique|columnClassName)$": {}
86543
86729
  }
86544
86730
  },
86545
86731
  {
86546
86732
  "$ref": "#/definitions/TransferPickerControlSchema",
86547
86733
  "additionalProperties": false,
86548
86734
  "patternProperties": {
86549
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|unique|columnClassName)$": {}
86735
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|unique|columnClassName)$": {}
86550
86736
  }
86551
86737
  },
86552
86738
  {
86553
86739
  "$ref": "#/definitions/TabsTransferPickerControlSchema",
86554
86740
  "additionalProperties": false,
86555
86741
  "patternProperties": {
86556
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|unique|columnClassName)$": {}
86742
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|unique|columnClassName)$": {}
86557
86743
  }
86558
86744
  },
86559
86745
  {
@@ -86790,14 +86976,14 @@
86790
86976
  "$ref": "#/definitions/ImageSchema",
86791
86977
  "additionalProperties": false,
86792
86978
  "patternProperties": {
86793
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|columnClassName|columnRatio)$": {}
86979
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|title|name|imageCaption|src|originalSrc|enlargeAble|alt|height|width|innerClassName|imageClassName|thumbClassName|caption|imageMode|thumbMode|thumbRatio|href|blank|htmlTarget|showToolbar|toolbarActions|columnClassName|columnRatio)$": {}
86794
86980
  }
86795
86981
  },
86796
86982
  {
86797
86983
  "$ref": "#/definitions/ImagesSchema",
86798
86984
  "additionalProperties": false,
86799
86985
  "patternProperties": {
86800
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|columnClassName|columnRatio)$": {}
86986
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|defaultImage|placeholder|delimiter|thumbMode|thumbRatio|name|value|source|options|src|originalSrc|enlargeAble|showDimensions|listClassName|showToolbar|toolbarActions|columnClassName|columnRatio)$": {}
86801
86987
  }
86802
86988
  },
86803
86989
  {
@@ -86930,7 +87116,7 @@
86930
87116
  "$ref": "#/definitions/TableSchema2",
86931
87117
  "additionalProperties": false,
86932
87118
  "patternProperties": {
86933
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|columnClassName|columnRatio)$": {}
87119
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|source|columnsTogglable|columns|rowSelection|expandable|sticky|loading|itemBadge|showBadge|popOverContainer|keyField|childrenColumnName|rowClassNameExpr|lineHeight|bordered|showHeader|footer|quickSaveApi|quickSaveItemApi|primaryField|messages|reload|actions|maxKeepItemSelectionLength|keepItemSelectionOnPageChange|columnClassName|columnRatio)$": {}
86934
87120
  }
86935
87121
  },
86936
87122
  {
@@ -86986,7 +87172,7 @@
86986
87172
  "$ref": "#/definitions/FormSchema",
86987
87173
  "additionalProperties": false,
86988
87174
  "patternProperties": {
86989
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|columnClassName|columnRatio)$": {}
87175
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|title|actions|body|tabs|fieldSet|data|debug|debugConfig|initApi|initAsyncApi|initFinishedField|initCheckInterval|initFetch|initFetchOn|interval|silentPolling|stopAutoRefreshWhen|persistData|persistDataKeys|clearPersistDataAfterSubmit|api|feedback|asyncApi|checkInterval|finishedField|resetAfterSubmit|clearAfterSubmit|mode|columnCount|horizontal|autoFocus|messages|name|panelClassName|primaryField|redirect|reload|submitOnChange|submitOnInit|submitText|target|wrapWithPanel|affixFooter|promptPageLeave|promptPageLeaveMessage|rules|preventEnterSubmit|labelAlign|labelWidth|columnClassName|columnRatio)$": {}
86990
87176
  }
86991
87177
  },
86992
87178
  {
@@ -87028,7 +87214,7 @@
87028
87214
  "$ref": "#/definitions/ArrayControlSchema",
87029
87215
  "additionalProperties": false,
87030
87216
  "patternProperties": {
87031
- "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|columnClassName|columnRatio)$": {}
87217
+ "^(scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|formClassName|addButtonClassName|addButtonText|addable|addattop|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|placeholder|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|items|columnClassName|columnRatio)$": {}
87032
87218
  }
87033
87219
  },
87034
87220
  {
@@ -87077,7 +87263,7 @@
87077
87263
  "$ref": "#/definitions/ComboControlSchema",
87078
87264
  "additionalProperties": false,
87079
87265
  "patternProperties": {
87080
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|columnClassName|columnRatio)$": {}
87266
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|scaffold|noBorder|deleteConfirmText|deleteApi|typeSwitchable|conditions|formClassName|addButtonClassName|addButtonText|addable|addattop|items|draggable|draggableTip|flat|delimiter|joinValues|maxLength|minLength|multiLine|multiple|removable|subFormMode|canAccessSuperData|tabsMode|tabsStyle|tabsLabelTpl|lazyLoad|strictMode|syncFields|nullable|messages|columnClassName|columnRatio)$": {}
87081
87267
  }
87082
87268
  },
87083
87269
  {
@@ -87266,7 +87452,7 @@
87266
87452
  "$ref": "#/definitions/NumberControlSchema",
87267
87453
  "additionalProperties": false,
87268
87454
  "patternProperties": {
87269
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|kilobitSeparator|keyboard|displayMode|columnClassName|columnRatio)$": {}
87455
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|size|label|labelAlign|labelWidth|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|type|max|min|step|precision|showSteps|borderMode|prefix|suffix|unitOptions|big|kilobitSeparator|keyboard|displayMode|columnClassName|columnRatio)$": {}
87270
87456
  }
87271
87457
  },
87272
87458
  {
@@ -87350,7 +87536,7 @@
87350
87536
  "$ref": "#/definitions/TabsTransferControlSchema",
87351
87537
  "additionalProperties": false,
87352
87538
  "patternProperties": {
87353
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|columnClassName|columnRatio)$": {}
87539
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|columnClassName|columnRatio)$": {}
87354
87540
  }
87355
87541
  },
87356
87542
  {
@@ -87364,7 +87550,7 @@
87364
87550
  "$ref": "#/definitions/TextControlSchema",
87365
87551
  "additionalProperties": false,
87366
87552
  "patternProperties": {
87367
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|columnClassName|columnRatio)$": {}
87553
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|minLength|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|columnClassName|columnRatio)$": {}
87368
87554
  }
87369
87555
  },
87370
87556
  {
@@ -87378,21 +87564,21 @@
87378
87564
  "$ref": "#/definitions/TransferControlSchema",
87379
87565
  "additionalProperties": false,
87380
87566
  "patternProperties": {
87381
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|columnClassName|columnRatio)$": {}
87567
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|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|remark|labelRemark|type|showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|columnClassName|columnRatio)$": {}
87382
87568
  }
87383
87569
  },
87384
87570
  {
87385
87571
  "$ref": "#/definitions/TransferPickerControlSchema",
87386
87572
  "additionalProperties": false,
87387
87573
  "patternProperties": {
87388
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|columnClassName|columnRatio)$": {}
87574
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|borderMode|pickerSize|columnClassName|columnRatio)$": {}
87389
87575
  }
87390
87576
  },
87391
87577
  {
87392
87578
  "$ref": "#/definitions/TabsTransferPickerControlSchema",
87393
87579
  "additionalProperties": false,
87394
87580
  "patternProperties": {
87395
- "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|columnClassName|columnRatio)$": {}
87581
+ "^(showArrow|sortable|selectMode|resultListModeFollowSelect|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|resultSearchable|searchApi|selectTitle|resultTitle|menuTpl|valueTpl|searchPlaceholder|resultSearchPlaceholder|statistics|remark|labelRemark|size|label|labelAlign|labelWidth|labelClassName|name|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|options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|addDialog|creatable|createBtnLabel|editable|editApi|editControls|editDialog|removable|deleteApi|deleteConfirmText|autoFill|type|columnClassName|columnRatio)$": {}
87396
87582
  }
87397
87583
  },
87398
87584
  {