amis-editor 5.6.0-beta.0 → 5.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (871) hide show
  1. package/esm/builder/ApiDSBuilder.d.ts +491 -0
  2. package/esm/builder/ApiDSBuilder.js +1212 -0
  3. package/esm/builder/DSBuilder.d.ts +171 -0
  4. package/esm/builder/DSBuilder.js +49 -0
  5. package/esm/builder/DSBuilderManager.d.ts +62 -0
  6. package/esm/builder/DSBuilderManager.js +207 -0
  7. package/esm/builder/constants.d.ts +97 -0
  8. package/esm/builder/constants.js +135 -0
  9. package/esm/builder/index.d.ts +6 -0
  10. package/esm/builder/type.d.ts +96 -0
  11. package/esm/builder/utils.d.ts +10 -0
  12. package/esm/builder/utils.js +93 -0
  13. package/esm/component/BaseControl.js +5 -3
  14. package/esm/component/InputComponentName.js +3 -1
  15. package/esm/component/TableViewEditor.js +3 -1
  16. package/esm/icons/btn/btn-group.svg.js +3 -1
  17. package/esm/icons/btn/btn-select.svg.js +3 -1
  18. package/esm/icons/btn/btn-toolbar.svg.js +3 -1
  19. package/esm/icons/btn/button.svg.js +3 -1
  20. package/esm/icons/btn/dropdown-btn.svg.js +3 -1
  21. package/esm/icons/container/anchor-nav.svg.js +3 -1
  22. package/esm/icons/container/collapse.svg.js +3 -1
  23. package/esm/icons/container/container.svg.js +3 -1
  24. package/esm/icons/container/flex-container.svg.js +3 -1
  25. package/esm/icons/container/form-group.svg.js +3 -1
  26. package/esm/icons/container/grid.svg.js +3 -1
  27. package/esm/icons/container/iframe.svg.js +3 -1
  28. package/esm/icons/container/panel.svg.js +3 -1
  29. package/esm/icons/container/table-view.svg.js +3 -1
  30. package/esm/icons/container/tabs.svg.js +3 -1
  31. package/esm/icons/container/tooltip-wrapper.svg.js +3 -1
  32. package/esm/icons/container/web-component.svg.js +3 -1
  33. package/esm/icons/crud/column-add.svg.js +26 -0
  34. package/esm/icons/crud/column-delete.svg.js +24 -0
  35. package/esm/icons/crud/column-setting.svg.js +24 -0
  36. package/esm/icons/crud/share-link.svg.js +22 -0
  37. package/esm/icons/display/aBaseline.svg.js +3 -1
  38. package/esm/icons/display/aCenter.svg.js +3 -1
  39. package/esm/icons/display/aFlexEnd.svg.js +3 -1
  40. package/esm/icons/display/aFlexStart.svg.js +3 -1
  41. package/esm/icons/display/aStretch.svg.js +3 -1
  42. package/esm/icons/display/block.svg.js +3 -1
  43. package/esm/icons/display/dcolumn.svg.js +3 -1
  44. package/esm/icons/display/dcolumnReverse.svg.js +3 -1
  45. package/esm/icons/display/drow.svg.js +3 -1
  46. package/esm/icons/display/drowReverse.svg.js +3 -1
  47. package/esm/icons/display/flex.svg.js +3 -1
  48. package/esm/icons/display/inline-block.svg.js +3 -1
  49. package/esm/icons/display/inline.svg.js +3 -1
  50. package/esm/icons/display/jCenter.svg.js +3 -1
  51. package/esm/icons/display/jFlexEnd.svg.js +3 -1
  52. package/esm/icons/display/jFlexStart.svg.js +3 -1
  53. package/esm/icons/display/jSpaceAround.svg.js +3 -1
  54. package/esm/icons/display/jSpaceBetween.svg.js +3 -1
  55. package/esm/icons/feat/audio.svg.js +3 -1
  56. package/esm/icons/feat/custom.svg.js +3 -1
  57. package/esm/icons/feat/each.svg.js +3 -1
  58. package/esm/icons/feat/form.svg.js +3 -1
  59. package/esm/icons/feat/nav.svg.js +3 -1
  60. package/esm/icons/feat/qrcode.svg.js +3 -1
  61. package/esm/icons/feat/service.svg.js +3 -1
  62. package/esm/icons/feat/table.svg.js +3 -1
  63. package/esm/icons/feat/tasks.svg.js +3 -1
  64. package/esm/icons/feat/video.svg.js +3 -1
  65. package/esm/icons/feat/wizard.svg.js +3 -1
  66. package/esm/icons/form/chained-select.svg.js +3 -1
  67. package/esm/icons/form/checkbox.svg.js +3 -1
  68. package/esm/icons/form/checkboxes.svg.js +3 -1
  69. package/esm/icons/form/combo.svg.js +3 -1
  70. package/esm/icons/form/condition-builder.svg.js +3 -1
  71. package/esm/icons/form/diff-editor.svg.js +3 -1
  72. package/esm/icons/form/editor.svg.js +3 -1
  73. package/esm/icons/form/formula.svg.js +3 -1
  74. package/esm/icons/form/hidden.svg.js +3 -1
  75. package/esm/icons/form/input-city.svg.js +3 -1
  76. package/esm/icons/form/input-color.svg.js +3 -1
  77. package/esm/icons/form/input-date-range.svg.js +3 -1
  78. package/esm/icons/form/input-date.svg.js +3 -1
  79. package/esm/icons/form/input-datetime.svg.js +3 -1
  80. package/esm/icons/form/input-email.svg.js +3 -1
  81. package/esm/icons/form/input-excel.svg.js +3 -1
  82. package/esm/icons/form/input-file.svg.js +3 -1
  83. package/esm/icons/form/input-group.svg.js +3 -1
  84. package/esm/icons/form/input-image.svg.js +3 -1
  85. package/esm/icons/form/input-kv.svg.js +3 -1
  86. package/esm/icons/form/input-month-range.svg.js +3 -1
  87. package/esm/icons/form/input-number.svg.js +3 -1
  88. package/esm/icons/form/input-password.svg.js +3 -1
  89. package/esm/icons/form/input-quarter-range.svg.js +3 -1
  90. package/esm/icons/form/input-range.svg.js +3 -1
  91. package/esm/icons/form/input-rating.svg.js +3 -1
  92. package/esm/icons/form/input-repeat.svg.js +3 -1
  93. package/esm/icons/form/input-rich-text.svg.js +3 -1
  94. package/esm/icons/form/input-tag.svg.js +3 -1
  95. package/esm/icons/form/input-text.svg.js +3 -1
  96. package/esm/icons/form/input-time-range.svg.js +3 -1
  97. package/esm/icons/form/input-time.svg.js +3 -1
  98. package/esm/icons/form/input-tree.svg.js +3 -1
  99. package/esm/icons/form/input-url.svg.js +3 -1
  100. package/esm/icons/form/input-year.svg.js +3 -1
  101. package/esm/icons/form/inputArray.svg.js +3 -1
  102. package/esm/icons/form/list-select.svg.js +3 -1
  103. package/esm/icons/form/location-picker.svg.js +3 -1
  104. package/esm/icons/form/matrix-checkboxes.svg.js +3 -1
  105. package/esm/icons/form/month.svg.js +3 -1
  106. package/esm/icons/form/nested-select.svg.js +3 -1
  107. package/esm/icons/form/picker.svg.js +3 -1
  108. package/esm/icons/form/quarter.svg.js +3 -1
  109. package/esm/icons/form/radios.svg.js +3 -1
  110. package/esm/icons/form/select.svg.js +3 -1
  111. package/esm/icons/form/static.svg.js +3 -1
  112. package/esm/icons/form/sub-form.svg.js +3 -1
  113. package/esm/icons/form/switch.svg.js +3 -1
  114. package/esm/icons/form/tabs-transfer.svg.js +3 -1
  115. package/esm/icons/form/textarea.svg.js +3 -1
  116. package/esm/icons/form/transfer.svg.js +3 -1
  117. package/esm/icons/form/tree-select.svg.js +3 -1
  118. package/esm/icons/form/uuid.svg.js +3 -1
  119. package/esm/icons/index.js +12 -1
  120. package/esm/icons/layout/layout-1with2.svg.js +3 -1
  121. package/esm/icons/layout/layout-2cols.svg.js +3 -1
  122. package/esm/icons/layout/layout-2row.svg.js +3 -1
  123. package/esm/icons/layout/layout-2with1.svg.js +3 -1
  124. package/esm/icons/layout/layout-3cols.svg.js +3 -1
  125. package/esm/icons/layout/layout-3row.svg.js +3 -1
  126. package/esm/icons/layout/layout-absolute.svg.js +3 -1
  127. package/esm/icons/layout/layout-fixed-top.svg.js +3 -1
  128. package/esm/icons/layout/layout-fixed.svg.js +3 -1
  129. package/esm/icons/layout/layout-free-container.svg.js +3 -1
  130. package/esm/icons/layout/layout-full.svg.js +3 -1
  131. package/esm/icons/layout/layout1-2.svg.js +3 -1
  132. package/esm/icons/layout/layout2-1.svg.js +3 -1
  133. package/esm/icons/layout/layout3-1.svg.js +3 -1
  134. package/esm/icons/layout/layout3-2.svg.js +3 -1
  135. package/esm/icons/other/_fx.svg.js +3 -1
  136. package/esm/icons/other/divider.svg.js +3 -1
  137. package/esm/icons/other/fx.svg.js +3 -1
  138. package/esm/icons/other/property-sheet.svg.js +3 -1
  139. package/esm/icons/other/tooltip.svg.js +3 -1
  140. package/esm/icons/show/URL.svg.js +3 -1
  141. package/esm/icons/show/avatar.svg.js +3 -1
  142. package/esm/icons/show/breadcrumb.svg.js +3 -1
  143. package/esm/icons/show/card.svg.js +3 -1
  144. package/esm/icons/show/cards.svg.js +3 -1
  145. package/esm/icons/show/carousel.svg.js +3 -1
  146. package/esm/icons/show/chart.svg.js +3 -1
  147. package/esm/icons/show/code.svg.js +3 -1
  148. package/esm/icons/show/date.svg.js +3 -1
  149. package/esm/icons/show/datetime.svg.js +3 -1
  150. package/esm/icons/show/image.svg.js +3 -1
  151. package/esm/icons/show/images.svg.js +3 -1
  152. package/esm/icons/show/json-view.svg.js +3 -1
  153. package/esm/icons/show/list.svg.js +3 -1
  154. package/esm/icons/show/log.svg.js +3 -1
  155. package/esm/icons/show/mapping.svg.js +3 -1
  156. package/esm/icons/show/markdown.svg.js +3 -1
  157. package/esm/icons/show/plain.svg.js +3 -1
  158. package/esm/icons/show/progress.svg.js +3 -1
  159. package/esm/icons/show/sparkline.svg.js +3 -1
  160. package/esm/icons/show/status.svg.js +3 -1
  161. package/esm/icons/show/steps.svg.js +3 -1
  162. package/esm/icons/show/time.svg.js +3 -1
  163. package/esm/icons/theme/css.svg.js +3 -1
  164. package/esm/index.d.ts +8 -0
  165. package/esm/index.js +18 -3
  166. package/esm/locale/en-US.js +241 -19
  167. package/esm/locale/zh-CN.js +235 -7
  168. package/esm/plugin/Alert.js +3 -1
  169. package/esm/plugin/AnchorNav.js +3 -1
  170. package/esm/plugin/Audio.js +3 -1
  171. package/esm/plugin/Avatar.js +3 -1
  172. package/esm/plugin/Breadcrumb.js +3 -1
  173. package/esm/plugin/Button.js +5 -3
  174. package/esm/plugin/ButtonGroup.js +3 -1
  175. package/esm/plugin/CRUD.js +3 -1
  176. package/esm/plugin/CRUD2/BaseCRUD.d.ts +233 -0
  177. package/esm/plugin/CRUD2/BaseCRUD.js +1045 -0
  178. package/esm/plugin/CRUD2/CRUDCards.d.ts +53 -0
  179. package/esm/plugin/CRUD2/CRUDList.d.ts +53 -0
  180. package/esm/plugin/CRUD2/CRUDTable.d.ts +21 -0
  181. package/esm/plugin/CRUD2/CRUDTable.js +48 -0
  182. package/esm/plugin/CRUD2/constants.d.ts +32 -0
  183. package/esm/plugin/CRUD2/constants.js +75 -0
  184. package/esm/plugin/CRUD2/utils.d.ts +8 -0
  185. package/esm/plugin/CRUD2/utils.js +91 -0
  186. package/esm/plugin/Card.js +3 -1
  187. package/esm/plugin/Card2.js +3 -1
  188. package/esm/plugin/Cards.d.ts +547 -41
  189. package/esm/plugin/Cards.js +368 -170
  190. package/esm/plugin/Carousel.js +120 -97
  191. package/esm/plugin/Chart.js +17 -5
  192. package/esm/plugin/CodeView.js +3 -1
  193. package/esm/plugin/Collapse.d.ts +2 -1
  194. package/esm/plugin/Collapse.js +50 -1
  195. package/esm/plugin/CollapseGroup.js +3 -1
  196. package/esm/plugin/ColumnToggler.d.ts +11 -6
  197. package/esm/plugin/ColumnToggler.js +69 -10
  198. package/esm/plugin/Container.d.ts +2 -0
  199. package/esm/plugin/Container.js +8 -8
  200. package/esm/plugin/Custom.js +3 -1
  201. package/esm/plugin/CustomRegion.js +5 -2
  202. package/esm/plugin/Date.js +3 -1
  203. package/esm/plugin/Datetime.js +3 -1
  204. package/esm/plugin/Dialog.d.ts +13 -1
  205. package/esm/plugin/Dialog.js +186 -55
  206. package/esm/plugin/Divider.js +72 -6
  207. package/esm/plugin/Drawer.js +126 -77
  208. package/esm/plugin/DropDownButton.js +3 -1
  209. package/esm/plugin/Each.d.ts +226 -11
  210. package/esm/plugin/Each.js +238 -89
  211. package/esm/plugin/Flex.js +3 -1
  212. package/esm/plugin/Form/ButtonGroupSelect.js +25 -23
  213. package/esm/plugin/Form/ButtonToolbar.js +3 -1
  214. package/esm/plugin/Form/ChainedSelect.js +21 -19
  215. package/esm/plugin/Form/Checkbox.js +51 -12
  216. package/esm/plugin/Form/Checkboxes.js +33 -42
  217. package/esm/plugin/Form/CodeEditor.js +3 -1
  218. package/esm/plugin/Form/Combo.d.ts +3 -2
  219. package/esm/plugin/Form/Combo.js +8 -5
  220. package/esm/plugin/Form/ConditionBuilder.js +3 -1
  221. package/esm/plugin/Form/Control.js +3 -1
  222. package/esm/plugin/Form/DiffEditor.js +3 -1
  223. package/esm/plugin/Form/FieldSet.js +3 -1
  224. package/esm/plugin/Form/Form.d.ts +32 -8
  225. package/esm/plugin/Form/Form.js +594 -442
  226. package/esm/plugin/Form/Formula.js +3 -1
  227. package/esm/plugin/Form/Group.js +3 -1
  228. package/esm/plugin/Form/Hidden.js +3 -1
  229. package/esm/plugin/Form/InputArray.js +3 -1
  230. package/esm/plugin/Form/InputCity.js +6 -2
  231. package/esm/plugin/Form/InputColor.js +3 -1
  232. package/esm/plugin/Form/InputDate.js +29 -43
  233. package/esm/plugin/Form/InputDateRange.js +41 -30
  234. package/esm/plugin/Form/InputDateTime.js +3 -1
  235. package/esm/plugin/Form/InputDateTimeRange.js +3 -1
  236. package/esm/plugin/Form/InputEmail.js +3 -1
  237. package/esm/plugin/Form/InputExcel.js +3 -1
  238. package/esm/plugin/Form/InputFile.js +8 -2
  239. package/esm/plugin/Form/InputGroup.d.ts +1 -0
  240. package/esm/plugin/Form/InputGroup.js +3 -1
  241. package/esm/plugin/Form/InputImage.js +12 -6
  242. package/esm/plugin/Form/InputKV.js +3 -1
  243. package/esm/plugin/Form/InputMonth.js +3 -1
  244. package/esm/plugin/Form/InputMonthRange.js +3 -1
  245. package/esm/plugin/Form/InputNumber.js +3 -1
  246. package/esm/plugin/Form/InputPassword.js +3 -1
  247. package/esm/plugin/Form/InputQuarter.js +3 -1
  248. package/esm/plugin/Form/InputQuarterRange.js +3 -1
  249. package/esm/plugin/Form/InputRange.js +23 -35
  250. package/esm/plugin/Form/InputRating.js +3 -1
  251. package/esm/plugin/Form/InputRepeat.js +3 -1
  252. package/esm/plugin/Form/InputRichText.js +3 -1
  253. package/esm/plugin/Form/InputSubForm.js +3 -1
  254. package/esm/plugin/Form/InputTable.d.ts +3 -2
  255. package/esm/plugin/Form/InputTable.js +13 -8
  256. package/esm/plugin/Form/InputTag.d.ts +4 -1
  257. package/esm/plugin/Form/InputTag.js +33 -22
  258. package/esm/plugin/Form/InputText.js +23 -23
  259. package/esm/plugin/Form/InputTime.js +3 -1
  260. package/esm/plugin/Form/InputTimeRange.js +3 -1
  261. package/esm/plugin/Form/InputTree.js +69 -54
  262. package/esm/plugin/Form/InputURL.js +3 -1
  263. package/esm/plugin/Form/InputYear.js +3 -1
  264. package/esm/plugin/Form/InputYearRange.js +3 -1
  265. package/esm/plugin/Form/Item.js +3 -1
  266. package/esm/plugin/Form/ListSelect.js +25 -23
  267. package/esm/plugin/Form/LocationPicker.js +3 -1
  268. package/esm/plugin/Form/MatrixCheckboxes.js +3 -1
  269. package/esm/plugin/Form/NestedSelect.js +25 -23
  270. package/esm/plugin/Form/Picker.js +22 -22
  271. package/esm/plugin/Form/Radios.js +20 -18
  272. package/esm/plugin/Form/Select.d.ts +8 -8
  273. package/esm/plugin/Form/Select.js +41 -72
  274. package/esm/plugin/Form/Static.js +3 -1
  275. package/esm/plugin/Form/Switch.js +3 -1
  276. package/esm/plugin/Form/TabsTransfer.d.ts +2 -3
  277. package/esm/plugin/Form/TabsTransfer.js +59 -45
  278. package/esm/plugin/Form/Textarea.js +3 -1
  279. package/esm/plugin/Form/Transfer.js +25 -23
  280. package/esm/plugin/Form/TreeSelect.js +59 -51
  281. package/esm/plugin/Form/UUID.js +3 -1
  282. package/esm/plugin/Grid.js +3 -1
  283. package/esm/plugin/HBox.js +3 -1
  284. package/esm/plugin/IFrame.js +3 -1
  285. package/esm/plugin/Icon.js +5 -3
  286. package/esm/plugin/Image.js +54 -31
  287. package/esm/plugin/Images.js +22 -10
  288. package/esm/plugin/Json.js +3 -1
  289. package/esm/plugin/Layout/FlexPluginBase.js +14 -15
  290. package/esm/plugin/Layout/Layout_fixed.js +3 -1
  291. package/esm/plugin/Layout/Layout_free_container.js +3 -1
  292. package/esm/plugin/Layout/Layout_sorption_container.js +3 -1
  293. package/esm/plugin/Link.js +17 -5
  294. package/esm/plugin/List.d.ts +5 -0
  295. package/esm/plugin/List.js +55 -19
  296. package/esm/plugin/List2.d.ts +545 -0
  297. package/esm/plugin/List2.js +380 -0
  298. package/esm/plugin/ListItem.js +3 -1
  299. package/esm/plugin/Log.js +3 -1
  300. package/esm/plugin/Mapping.js +3 -1
  301. package/esm/plugin/Markdown.js +3 -1
  302. package/esm/plugin/Nav.js +3 -1
  303. package/esm/plugin/OfficeViewer.js +3 -1
  304. package/esm/plugin/Operation.js +3 -2
  305. package/esm/plugin/Others/Action.js +3 -1
  306. package/esm/plugin/Others/TableCell.js +3 -1
  307. package/esm/plugin/Page.js +27 -2
  308. package/esm/plugin/Pagination.d.ts +0 -1
  309. package/esm/plugin/Pagination.js +35 -19
  310. package/esm/plugin/Panel.js +3 -1
  311. package/esm/plugin/Plain.js +3 -1
  312. package/esm/plugin/Progress.js +3 -1
  313. package/esm/plugin/Property.js +3 -1
  314. package/esm/plugin/QRCode.js +3 -1
  315. package/esm/plugin/Reset.js +3 -1
  316. package/esm/plugin/SearchBox.d.ts +3 -1
  317. package/esm/plugin/SearchBox.js +14 -1
  318. package/esm/plugin/Service.d.ts +19 -13
  319. package/esm/plugin/Service.js +169 -91
  320. package/esm/plugin/Sparkline.js +5 -6
  321. package/esm/plugin/Status.js +3 -1
  322. package/esm/plugin/Steps.js +3 -1
  323. package/esm/plugin/Submit.js +3 -1
  324. package/esm/plugin/Table.d.ts +9 -0
  325. package/esm/plugin/Table.js +53 -4
  326. package/esm/plugin/Table2.d.ts +24 -10
  327. package/esm/plugin/Table2.js +668 -420
  328. package/esm/plugin/TableCell2.d.ts +14 -2
  329. package/esm/plugin/TableCell2.js +510 -365
  330. package/esm/plugin/TableView.js +3 -1
  331. package/esm/plugin/Tabs.js +3 -1
  332. package/esm/plugin/Tag.js +10 -2
  333. package/esm/plugin/Tasks.js +3 -1
  334. package/esm/plugin/Time.js +3 -1
  335. package/esm/plugin/Timeline.js +3 -1
  336. package/esm/plugin/TooltipWrapper.js +12 -9
  337. package/esm/plugin/Tpl.js +21 -3
  338. package/esm/plugin/Video.js +3 -1
  339. package/esm/plugin/WebComponent.js +3 -1
  340. package/esm/plugin/Wizard.js +3 -1
  341. package/esm/plugin/Wrapper.js +3 -1
  342. package/esm/plugin/index.d.ts +2 -1
  343. package/esm/renderer/APIAdaptorControl.d.ts +14 -0
  344. package/esm/renderer/APIAdaptorControl.js +26 -40
  345. package/esm/renderer/APIControl.js +12 -2
  346. package/esm/renderer/ActionApiControl.d.ts +6 -0
  347. package/esm/renderer/BadgeControl.d.ts +6 -6
  348. package/esm/renderer/BadgeControl.js +3 -1
  349. package/esm/renderer/ButtonGroupControl.js +3 -1
  350. package/esm/renderer/DataBindingControl.d.ts +1 -1
  351. package/esm/renderer/DataBindingControl.js +3 -1
  352. package/esm/renderer/DataMappingControl.js +3 -1
  353. package/esm/renderer/DataPickerControl.js +3 -1
  354. package/esm/renderer/DateShortCutControl.d.ts +1 -0
  355. package/esm/renderer/DateShortCutControl.js +9 -5
  356. package/esm/renderer/ExpressionFormulaControl.js +3 -1
  357. package/esm/renderer/FeatureControl.d.ts +17 -4
  358. package/esm/renderer/FeatureControl.js +73 -12
  359. package/esm/renderer/FieldSetting.d.ts +66 -0
  360. package/esm/renderer/FieldSetting.js +492 -0
  361. package/esm/renderer/FlexSettingControl.js +3 -1
  362. package/esm/renderer/FormulaControl.d.ts +6 -1
  363. package/esm/renderer/FormulaControl.js +24 -7
  364. package/esm/renderer/FunctionEditorControl.d.ts +79 -0
  365. package/esm/renderer/FunctionEditorControl.js +107 -0
  366. package/esm/renderer/GoConfigControl.js +3 -1
  367. package/esm/renderer/InputRangeValueControl.d.ts +15 -0
  368. package/esm/renderer/InputRangeValueControl.js +121 -0
  369. package/esm/renderer/MapSourceControl.js +3 -1
  370. package/esm/renderer/NavBadgeControl.d.ts +6 -6
  371. package/esm/renderer/NavBadgeControl.js +3 -1
  372. package/esm/renderer/NavDefaultActive.js +3 -1
  373. package/esm/renderer/NavSourceControl.js +3 -1
  374. package/esm/renderer/OptionControl.d.ts +2 -0
  375. package/esm/renderer/OptionControl.js +35 -23
  376. package/esm/renderer/RangePartsControl.js +3 -1
  377. package/esm/renderer/StatusControl.js +3 -1
  378. package/esm/renderer/SwitchMoreControl.d.ts +6 -0
  379. package/esm/renderer/SwitchMoreControl.js +14 -2
  380. package/esm/renderer/TableColumnWidthControl.d.ts +29 -0
  381. package/esm/renderer/TableColumnWidthControl.js +177 -0
  382. package/esm/renderer/TimelineItemControl.js +3 -1
  383. package/esm/renderer/TplFormulaControl.js +3 -1
  384. package/esm/renderer/TransferTableControl.js +3 -1
  385. package/esm/renderer/TreeOptionControl.d.ts +1 -1
  386. package/esm/renderer/TreeOptionControl.js +8 -6
  387. package/esm/renderer/ValidationControl.js +3 -1
  388. package/esm/renderer/ValidationItem.js +3 -1
  389. package/esm/renderer/crud2-control/AddColumnModal.d.ts +6 -0
  390. package/esm/renderer/crud2-control/AddColumnModal.js +256 -0
  391. package/esm/renderer/crud2-control/CRUDColumnControl.d.ts +68 -0
  392. package/esm/renderer/crud2-control/CRUDColumnControl.js +473 -0
  393. package/esm/renderer/crud2-control/CRUDFiltersControl.d.ts +53 -0
  394. package/esm/renderer/crud2-control/CRUDFiltersControl.js +691 -0
  395. package/esm/renderer/crud2-control/CRUDToolbarControl.d.ts +49 -0
  396. package/esm/renderer/crud2-control/CRUDToolbarControl.js +417 -0
  397. package/esm/renderer/event-control/action-config-dialog.d.ts +1 -1
  398. package/esm/renderer/event-control/action-config-dialog.js +4 -2
  399. package/esm/renderer/event-control/action-config-panel.js +3 -1
  400. package/esm/renderer/event-control/comp-action-select.js +3 -1
  401. package/esm/renderer/event-control/helper.d.ts +2 -1
  402. package/esm/renderer/event-control/helper.js +170 -117
  403. package/esm/renderer/event-control/index.d.ts +26 -17
  404. package/esm/renderer/event-control/index.js +114 -22
  405. package/esm/renderer/style-control/Background.js +3 -1
  406. package/esm/renderer/style-control/Border.js +3 -1
  407. package/esm/renderer/style-control/BoxModel.js +3 -1
  408. package/esm/renderer/style-control/BoxShadow.js +3 -1
  409. package/esm/renderer/style-control/Display.js +3 -1
  410. package/esm/renderer/style-control/Font.js +3 -1
  411. package/esm/renderer/style-control/InsetBoxModel.js +3 -1
  412. package/esm/renderer/style-control/ThemeCssCode.js +132 -281
  413. package/esm/renderer/style-control/font-family.js +3 -1
  414. package/esm/renderer/style-control/helper.js +3 -1
  415. package/esm/renderer/style-control/transformation.js +3 -1
  416. package/esm/renderer/textarea-formula/FormulaPicker.js +3 -1
  417. package/esm/renderer/textarea-formula/TextareaFormulaControl.d.ts +2 -0
  418. package/esm/renderer/textarea-formula/TextareaFormulaControl.js +76 -7
  419. package/esm/renderer/textarea-formula/plugin.js +5 -3
  420. package/esm/tpl/api.js +15 -10
  421. package/esm/tpl/common.js +53 -35
  422. package/esm/tpl/horizontal.js +3 -1
  423. package/esm/tpl/layout.js +9 -6
  424. package/esm/tpl/options.d.ts +10 -1
  425. package/esm/tpl/options.js +249 -10
  426. package/esm/tpl/remark.js +3 -1
  427. package/esm/tpl/style.js +99 -60
  428. package/esm/tpl/validations.js +3 -1
  429. package/esm/util.d.ts +8 -0
  430. package/esm/util.js +21 -3
  431. package/esm/validator.js +3 -1
  432. package/lib/builder/ApiDSBuilder.d.ts +491 -0
  433. package/lib/builder/ApiDSBuilder.js +1226 -0
  434. package/lib/builder/DSBuilder.d.ts +171 -0
  435. package/lib/builder/DSBuilder.js +55 -0
  436. package/lib/builder/DSBuilderManager.d.ts +62 -0
  437. package/lib/builder/DSBuilderManager.js +211 -0
  438. package/lib/builder/constants.d.ts +97 -0
  439. package/lib/builder/constants.js +144 -0
  440. package/lib/builder/index.d.ts +6 -0
  441. package/lib/builder/type.d.ts +96 -0
  442. package/lib/builder/utils.d.ts +10 -0
  443. package/lib/builder/utils.js +104 -0
  444. package/lib/component/BaseControl.js +5 -3
  445. package/lib/component/InputComponentName.js +3 -1
  446. package/lib/component/TableViewEditor.js +3 -1
  447. package/lib/icons/btn/btn-group.svg.js +3 -1
  448. package/lib/icons/btn/btn-select.svg.js +3 -1
  449. package/lib/icons/btn/btn-toolbar.svg.js +3 -1
  450. package/lib/icons/btn/button.svg.js +3 -1
  451. package/lib/icons/btn/dropdown-btn.svg.js +3 -1
  452. package/lib/icons/container/anchor-nav.svg.js +3 -1
  453. package/lib/icons/container/collapse.svg.js +3 -1
  454. package/lib/icons/container/container.svg.js +3 -1
  455. package/lib/icons/container/flex-container.svg.js +3 -1
  456. package/lib/icons/container/form-group.svg.js +3 -1
  457. package/lib/icons/container/grid.svg.js +3 -1
  458. package/lib/icons/container/iframe.svg.js +3 -1
  459. package/lib/icons/container/panel.svg.js +3 -1
  460. package/lib/icons/container/table-view.svg.js +3 -1
  461. package/lib/icons/container/tabs.svg.js +3 -1
  462. package/lib/icons/container/tooltip-wrapper.svg.js +3 -1
  463. package/lib/icons/container/web-component.svg.js +3 -1
  464. package/lib/icons/crud/column-add.svg.js +50 -0
  465. package/lib/icons/crud/column-delete.svg.js +48 -0
  466. package/lib/icons/crud/column-setting.svg.js +48 -0
  467. package/lib/icons/crud/share-link.svg.js +46 -0
  468. package/lib/icons/display/aBaseline.svg.js +3 -1
  469. package/lib/icons/display/aCenter.svg.js +3 -1
  470. package/lib/icons/display/aFlexEnd.svg.js +3 -1
  471. package/lib/icons/display/aFlexStart.svg.js +3 -1
  472. package/lib/icons/display/aStretch.svg.js +3 -1
  473. package/lib/icons/display/block.svg.js +3 -1
  474. package/lib/icons/display/dcolumn.svg.js +3 -1
  475. package/lib/icons/display/dcolumnReverse.svg.js +3 -1
  476. package/lib/icons/display/drow.svg.js +3 -1
  477. package/lib/icons/display/drowReverse.svg.js +3 -1
  478. package/lib/icons/display/flex.svg.js +3 -1
  479. package/lib/icons/display/inline-block.svg.js +3 -1
  480. package/lib/icons/display/inline.svg.js +3 -1
  481. package/lib/icons/display/jCenter.svg.js +3 -1
  482. package/lib/icons/display/jFlexEnd.svg.js +3 -1
  483. package/lib/icons/display/jFlexStart.svg.js +3 -1
  484. package/lib/icons/display/jSpaceAround.svg.js +3 -1
  485. package/lib/icons/display/jSpaceBetween.svg.js +3 -1
  486. package/lib/icons/feat/audio.svg.js +3 -1
  487. package/lib/icons/feat/custom.svg.js +3 -1
  488. package/lib/icons/feat/each.svg.js +3 -1
  489. package/lib/icons/feat/form.svg.js +3 -1
  490. package/lib/icons/feat/nav.svg.js +3 -1
  491. package/lib/icons/feat/qrcode.svg.js +3 -1
  492. package/lib/icons/feat/service.svg.js +3 -1
  493. package/lib/icons/feat/table.svg.js +3 -1
  494. package/lib/icons/feat/tasks.svg.js +3 -1
  495. package/lib/icons/feat/video.svg.js +3 -1
  496. package/lib/icons/feat/wizard.svg.js +3 -1
  497. package/lib/icons/form/chained-select.svg.js +3 -1
  498. package/lib/icons/form/checkbox.svg.js +3 -1
  499. package/lib/icons/form/checkboxes.svg.js +3 -1
  500. package/lib/icons/form/combo.svg.js +3 -1
  501. package/lib/icons/form/condition-builder.svg.js +3 -1
  502. package/lib/icons/form/diff-editor.svg.js +3 -1
  503. package/lib/icons/form/editor.svg.js +3 -1
  504. package/lib/icons/form/formula.svg.js +3 -1
  505. package/lib/icons/form/hidden.svg.js +3 -1
  506. package/lib/icons/form/input-city.svg.js +3 -1
  507. package/lib/icons/form/input-color.svg.js +3 -1
  508. package/lib/icons/form/input-date-range.svg.js +3 -1
  509. package/lib/icons/form/input-date.svg.js +3 -1
  510. package/lib/icons/form/input-datetime.svg.js +3 -1
  511. package/lib/icons/form/input-email.svg.js +3 -1
  512. package/lib/icons/form/input-excel.svg.js +3 -1
  513. package/lib/icons/form/input-file.svg.js +3 -1
  514. package/lib/icons/form/input-group.svg.js +3 -1
  515. package/lib/icons/form/input-image.svg.js +3 -1
  516. package/lib/icons/form/input-kv.svg.js +3 -1
  517. package/lib/icons/form/input-month-range.svg.js +3 -1
  518. package/lib/icons/form/input-number.svg.js +3 -1
  519. package/lib/icons/form/input-password.svg.js +3 -1
  520. package/lib/icons/form/input-quarter-range.svg.js +3 -1
  521. package/lib/icons/form/input-range.svg.js +3 -1
  522. package/lib/icons/form/input-rating.svg.js +3 -1
  523. package/lib/icons/form/input-repeat.svg.js +3 -1
  524. package/lib/icons/form/input-rich-text.svg.js +3 -1
  525. package/lib/icons/form/input-tag.svg.js +3 -1
  526. package/lib/icons/form/input-text.svg.js +3 -1
  527. package/lib/icons/form/input-time-range.svg.js +3 -1
  528. package/lib/icons/form/input-time.svg.js +3 -1
  529. package/lib/icons/form/input-tree.svg.js +3 -1
  530. package/lib/icons/form/input-url.svg.js +3 -1
  531. package/lib/icons/form/input-year.svg.js +3 -1
  532. package/lib/icons/form/inputArray.svg.js +3 -1
  533. package/lib/icons/form/list-select.svg.js +3 -1
  534. package/lib/icons/form/location-picker.svg.js +3 -1
  535. package/lib/icons/form/matrix-checkboxes.svg.js +3 -1
  536. package/lib/icons/form/month.svg.js +3 -1
  537. package/lib/icons/form/nested-select.svg.js +3 -1
  538. package/lib/icons/form/picker.svg.js +3 -1
  539. package/lib/icons/form/quarter.svg.js +3 -1
  540. package/lib/icons/form/radios.svg.js +3 -1
  541. package/lib/icons/form/select.svg.js +3 -1
  542. package/lib/icons/form/static.svg.js +3 -1
  543. package/lib/icons/form/sub-form.svg.js +3 -1
  544. package/lib/icons/form/switch.svg.js +3 -1
  545. package/lib/icons/form/tabs-transfer.svg.js +3 -1
  546. package/lib/icons/form/textarea.svg.js +3 -1
  547. package/lib/icons/form/transfer.svg.js +3 -1
  548. package/lib/icons/form/tree-select.svg.js +3 -1
  549. package/lib/icons/form/uuid.svg.js +3 -1
  550. package/lib/icons/index.js +12 -1
  551. package/lib/icons/layout/layout-1with2.svg.js +3 -1
  552. package/lib/icons/layout/layout-2cols.svg.js +3 -1
  553. package/lib/icons/layout/layout-2row.svg.js +3 -1
  554. package/lib/icons/layout/layout-2with1.svg.js +3 -1
  555. package/lib/icons/layout/layout-3cols.svg.js +3 -1
  556. package/lib/icons/layout/layout-3row.svg.js +3 -1
  557. package/lib/icons/layout/layout-absolute.svg.js +3 -1
  558. package/lib/icons/layout/layout-fixed-top.svg.js +3 -1
  559. package/lib/icons/layout/layout-fixed.svg.js +3 -1
  560. package/lib/icons/layout/layout-free-container.svg.js +3 -1
  561. package/lib/icons/layout/layout-full.svg.js +3 -1
  562. package/lib/icons/layout/layout1-2.svg.js +3 -1
  563. package/lib/icons/layout/layout2-1.svg.js +3 -1
  564. package/lib/icons/layout/layout3-1.svg.js +3 -1
  565. package/lib/icons/layout/layout3-2.svg.js +3 -1
  566. package/lib/icons/other/_fx.svg.js +3 -1
  567. package/lib/icons/other/divider.svg.js +3 -1
  568. package/lib/icons/other/fx.svg.js +3 -1
  569. package/lib/icons/other/property-sheet.svg.js +3 -1
  570. package/lib/icons/other/tooltip.svg.js +3 -1
  571. package/lib/icons/show/URL.svg.js +3 -1
  572. package/lib/icons/show/avatar.svg.js +3 -1
  573. package/lib/icons/show/breadcrumb.svg.js +3 -1
  574. package/lib/icons/show/card.svg.js +3 -1
  575. package/lib/icons/show/cards.svg.js +3 -1
  576. package/lib/icons/show/carousel.svg.js +3 -1
  577. package/lib/icons/show/chart.svg.js +3 -1
  578. package/lib/icons/show/code.svg.js +3 -1
  579. package/lib/icons/show/date.svg.js +3 -1
  580. package/lib/icons/show/datetime.svg.js +3 -1
  581. package/lib/icons/show/image.svg.js +3 -1
  582. package/lib/icons/show/images.svg.js +3 -1
  583. package/lib/icons/show/json-view.svg.js +3 -1
  584. package/lib/icons/show/list.svg.js +3 -1
  585. package/lib/icons/show/log.svg.js +3 -1
  586. package/lib/icons/show/mapping.svg.js +3 -1
  587. package/lib/icons/show/markdown.svg.js +3 -1
  588. package/lib/icons/show/plain.svg.js +3 -1
  589. package/lib/icons/show/progress.svg.js +3 -1
  590. package/lib/icons/show/sparkline.svg.js +3 -1
  591. package/lib/icons/show/status.svg.js +3 -1
  592. package/lib/icons/show/steps.svg.js +3 -1
  593. package/lib/icons/show/time.svg.js +3 -1
  594. package/lib/icons/theme/css.svg.js +3 -1
  595. package/lib/index.d.ts +8 -0
  596. package/lib/index.js +47 -6
  597. package/lib/locale/en-US.js +241 -19
  598. package/lib/locale/zh-CN.js +235 -7
  599. package/lib/plugin/Alert.js +3 -1
  600. package/lib/plugin/AnchorNav.js +3 -1
  601. package/lib/plugin/Audio.js +3 -1
  602. package/lib/plugin/Avatar.js +3 -1
  603. package/lib/plugin/Breadcrumb.js +3 -1
  604. package/lib/plugin/Button.js +5 -3
  605. package/lib/plugin/ButtonGroup.js +3 -1
  606. package/lib/plugin/CRUD.js +3 -1
  607. package/lib/plugin/CRUD2/BaseCRUD.d.ts +233 -0
  608. package/lib/plugin/CRUD2/BaseCRUD.js +1060 -0
  609. package/lib/plugin/CRUD2/CRUDCards.d.ts +53 -0
  610. package/lib/plugin/CRUD2/CRUDList.d.ts +53 -0
  611. package/lib/plugin/CRUD2/CRUDTable.d.ts +21 -0
  612. package/lib/plugin/CRUD2/CRUDTable.js +52 -0
  613. package/lib/plugin/CRUD2/constants.d.ts +32 -0
  614. package/lib/plugin/CRUD2/constants.js +81 -0
  615. package/lib/plugin/CRUD2/utils.d.ts +8 -0
  616. package/lib/plugin/CRUD2/utils.js +103 -0
  617. package/lib/plugin/Card.js +3 -1
  618. package/lib/plugin/Card2.js +3 -1
  619. package/lib/plugin/Cards.d.ts +547 -41
  620. package/lib/plugin/Cards.js +365 -167
  621. package/lib/plugin/Carousel.js +120 -97
  622. package/lib/plugin/Chart.js +17 -5
  623. package/lib/plugin/CodeView.js +3 -1
  624. package/lib/plugin/Collapse.d.ts +2 -1
  625. package/lib/plugin/Collapse.js +50 -1
  626. package/lib/plugin/CollapseGroup.js +3 -1
  627. package/lib/plugin/ColumnToggler.d.ts +11 -6
  628. package/lib/plugin/ColumnToggler.js +72 -9
  629. package/lib/plugin/Container.d.ts +2 -0
  630. package/lib/plugin/Container.js +8 -8
  631. package/lib/plugin/Custom.js +3 -1
  632. package/lib/plugin/CustomRegion.js +5 -2
  633. package/lib/plugin/Date.js +3 -1
  634. package/lib/plugin/Datetime.js +3 -1
  635. package/lib/plugin/Dialog.d.ts +13 -1
  636. package/lib/plugin/Dialog.js +184 -53
  637. package/lib/plugin/Divider.js +72 -6
  638. package/lib/plugin/Drawer.js +125 -76
  639. package/lib/plugin/DropDownButton.js +3 -1
  640. package/lib/plugin/Each.d.ts +226 -11
  641. package/lib/plugin/Each.js +234 -89
  642. package/lib/plugin/Flex.js +3 -1
  643. package/lib/plugin/Form/ButtonGroupSelect.js +25 -23
  644. package/lib/plugin/Form/ButtonToolbar.js +3 -1
  645. package/lib/plugin/Form/ChainedSelect.js +21 -19
  646. package/lib/plugin/Form/Checkbox.js +55 -12
  647. package/lib/plugin/Form/Checkboxes.js +33 -42
  648. package/lib/plugin/Form/CodeEditor.js +3 -1
  649. package/lib/plugin/Form/Combo.d.ts +3 -2
  650. package/lib/plugin/Form/Combo.js +8 -5
  651. package/lib/plugin/Form/ConditionBuilder.js +3 -1
  652. package/lib/plugin/Form/Control.js +3 -1
  653. package/lib/plugin/Form/DiffEditor.js +3 -1
  654. package/lib/plugin/Form/FieldSet.js +3 -1
  655. package/lib/plugin/Form/Form.d.ts +32 -8
  656. package/lib/plugin/Form/Form.js +598 -440
  657. package/lib/plugin/Form/Formula.js +3 -1
  658. package/lib/plugin/Form/Group.js +3 -1
  659. package/lib/plugin/Form/Hidden.js +3 -1
  660. package/lib/plugin/Form/InputArray.js +3 -1
  661. package/lib/plugin/Form/InputCity.js +6 -2
  662. package/lib/plugin/Form/InputColor.js +3 -1
  663. package/lib/plugin/Form/InputDate.js +29 -43
  664. package/lib/plugin/Form/InputDateRange.js +41 -30
  665. package/lib/plugin/Form/InputDateTime.js +3 -1
  666. package/lib/plugin/Form/InputDateTimeRange.js +3 -1
  667. package/lib/plugin/Form/InputEmail.js +3 -1
  668. package/lib/plugin/Form/InputExcel.js +3 -1
  669. package/lib/plugin/Form/InputFile.js +8 -2
  670. package/lib/plugin/Form/InputGroup.d.ts +1 -0
  671. package/lib/plugin/Form/InputGroup.js +3 -1
  672. package/lib/plugin/Form/InputImage.js +12 -6
  673. package/lib/plugin/Form/InputKV.js +3 -1
  674. package/lib/plugin/Form/InputMonth.js +3 -1
  675. package/lib/plugin/Form/InputMonthRange.js +3 -1
  676. package/lib/plugin/Form/InputNumber.js +3 -1
  677. package/lib/plugin/Form/InputPassword.js +3 -1
  678. package/lib/plugin/Form/InputQuarter.js +3 -1
  679. package/lib/plugin/Form/InputQuarterRange.js +3 -1
  680. package/lib/plugin/Form/InputRange.js +23 -35
  681. package/lib/plugin/Form/InputRating.js +3 -1
  682. package/lib/plugin/Form/InputRepeat.js +3 -1
  683. package/lib/plugin/Form/InputRichText.js +3 -1
  684. package/lib/plugin/Form/InputSubForm.js +3 -1
  685. package/lib/plugin/Form/InputTable.d.ts +3 -2
  686. package/lib/plugin/Form/InputTable.js +12 -7
  687. package/lib/plugin/Form/InputTag.d.ts +4 -1
  688. package/lib/plugin/Form/InputTag.js +33 -22
  689. package/lib/plugin/Form/InputText.js +23 -23
  690. package/lib/plugin/Form/InputTime.js +3 -1
  691. package/lib/plugin/Form/InputTimeRange.js +3 -1
  692. package/lib/plugin/Form/InputTree.js +69 -54
  693. package/lib/plugin/Form/InputURL.js +3 -1
  694. package/lib/plugin/Form/InputYear.js +3 -1
  695. package/lib/plugin/Form/InputYearRange.js +3 -1
  696. package/lib/plugin/Form/Item.js +3 -1
  697. package/lib/plugin/Form/ListSelect.js +25 -23
  698. package/lib/plugin/Form/LocationPicker.js +3 -1
  699. package/lib/plugin/Form/MatrixCheckboxes.js +3 -1
  700. package/lib/plugin/Form/NestedSelect.js +25 -23
  701. package/lib/plugin/Form/Picker.js +22 -22
  702. package/lib/plugin/Form/Radios.js +20 -18
  703. package/lib/plugin/Form/Select.d.ts +8 -8
  704. package/lib/plugin/Form/Select.js +41 -72
  705. package/lib/plugin/Form/Static.js +3 -1
  706. package/lib/plugin/Form/Switch.js +3 -1
  707. package/lib/plugin/Form/TabsTransfer.d.ts +2 -3
  708. package/lib/plugin/Form/TabsTransfer.js +58 -44
  709. package/lib/plugin/Form/Textarea.js +3 -1
  710. package/lib/plugin/Form/Transfer.js +25 -23
  711. package/lib/plugin/Form/TreeSelect.js +59 -51
  712. package/lib/plugin/Form/UUID.js +3 -1
  713. package/lib/plugin/Grid.js +3 -1
  714. package/lib/plugin/HBox.js +3 -1
  715. package/lib/plugin/IFrame.js +3 -1
  716. package/lib/plugin/Icon.js +5 -3
  717. package/lib/plugin/Image.js +54 -31
  718. package/lib/plugin/Images.js +22 -10
  719. package/lib/plugin/Json.js +3 -1
  720. package/lib/plugin/Layout/FlexPluginBase.js +14 -15
  721. package/lib/plugin/Layout/Layout_fixed.js +3 -1
  722. package/lib/plugin/Layout/Layout_free_container.js +3 -1
  723. package/lib/plugin/Layout/Layout_sorption_container.js +3 -1
  724. package/lib/plugin/Link.js +17 -5
  725. package/lib/plugin/List.d.ts +5 -0
  726. package/lib/plugin/List.js +54 -17
  727. package/lib/plugin/List2.d.ts +545 -0
  728. package/lib/plugin/List2.js +388 -0
  729. package/lib/plugin/ListItem.js +3 -1
  730. package/lib/plugin/Log.js +3 -1
  731. package/lib/plugin/Mapping.js +3 -1
  732. package/lib/plugin/Markdown.js +3 -1
  733. package/lib/plugin/Nav.js +3 -1
  734. package/lib/plugin/OfficeViewer.js +3 -1
  735. package/lib/plugin/Operation.js +3 -2
  736. package/lib/plugin/Others/Action.js +3 -1
  737. package/lib/plugin/Others/TableCell.js +3 -1
  738. package/lib/plugin/Page.js +27 -2
  739. package/lib/plugin/Pagination.d.ts +0 -1
  740. package/lib/plugin/Pagination.js +38 -18
  741. package/lib/plugin/Panel.js +3 -1
  742. package/lib/plugin/Plain.js +3 -1
  743. package/lib/plugin/Progress.js +3 -1
  744. package/lib/plugin/Property.js +3 -1
  745. package/lib/plugin/QRCode.js +3 -1
  746. package/lib/plugin/Reset.js +3 -1
  747. package/lib/plugin/SearchBox.d.ts +3 -1
  748. package/lib/plugin/SearchBox.js +14 -1
  749. package/lib/plugin/Service.d.ts +19 -13
  750. package/lib/plugin/Service.js +167 -89
  751. package/lib/plugin/Sparkline.js +5 -6
  752. package/lib/plugin/Status.js +3 -1
  753. package/lib/plugin/Steps.js +3 -1
  754. package/lib/plugin/Submit.js +3 -1
  755. package/lib/plugin/Table.d.ts +9 -0
  756. package/lib/plugin/Table.js +53 -4
  757. package/lib/plugin/Table2.d.ts +24 -10
  758. package/lib/plugin/Table2.js +672 -418
  759. package/lib/plugin/TableCell2.d.ts +14 -2
  760. package/lib/plugin/TableCell2.js +509 -363
  761. package/lib/plugin/TableView.js +3 -1
  762. package/lib/plugin/Tabs.js +3 -1
  763. package/lib/plugin/Tag.js +10 -2
  764. package/lib/plugin/Tasks.js +3 -1
  765. package/lib/plugin/Time.js +3 -1
  766. package/lib/plugin/Timeline.js +3 -1
  767. package/lib/plugin/TooltipWrapper.js +12 -9
  768. package/lib/plugin/Tpl.js +21 -3
  769. package/lib/plugin/Video.js +3 -1
  770. package/lib/plugin/WebComponent.js +3 -1
  771. package/lib/plugin/Wizard.js +3 -1
  772. package/lib/plugin/Wrapper.js +3 -1
  773. package/lib/plugin/index.d.ts +2 -1
  774. package/lib/renderer/APIAdaptorControl.d.ts +14 -0
  775. package/lib/renderer/APIAdaptorControl.js +27 -39
  776. package/lib/renderer/APIControl.js +12 -2
  777. package/lib/renderer/ActionApiControl.d.ts +6 -0
  778. package/lib/renderer/BadgeControl.d.ts +6 -6
  779. package/lib/renderer/BadgeControl.js +3 -1
  780. package/lib/renderer/ButtonGroupControl.js +3 -1
  781. package/lib/renderer/DataBindingControl.d.ts +1 -1
  782. package/lib/renderer/DataBindingControl.js +3 -1
  783. package/lib/renderer/DataMappingControl.js +3 -1
  784. package/lib/renderer/DataPickerControl.js +3 -1
  785. package/lib/renderer/DateShortCutControl.d.ts +1 -0
  786. package/lib/renderer/DateShortCutControl.js +9 -5
  787. package/lib/renderer/ExpressionFormulaControl.js +3 -1
  788. package/lib/renderer/FeatureControl.d.ts +17 -4
  789. package/lib/renderer/FeatureControl.js +75 -13
  790. package/lib/renderer/FieldSetting.d.ts +66 -0
  791. package/lib/renderer/FieldSetting.js +503 -0
  792. package/lib/renderer/FlexSettingControl.js +3 -1
  793. package/lib/renderer/FormulaControl.d.ts +6 -1
  794. package/lib/renderer/FormulaControl.js +23 -6
  795. package/lib/renderer/FunctionEditorControl.d.ts +79 -0
  796. package/lib/renderer/FunctionEditorControl.js +115 -0
  797. package/lib/renderer/GoConfigControl.js +3 -1
  798. package/lib/renderer/InputRangeValueControl.d.ts +15 -0
  799. package/lib/renderer/InputRangeValueControl.js +127 -0
  800. package/lib/renderer/MapSourceControl.js +3 -1
  801. package/lib/renderer/NavBadgeControl.d.ts +6 -6
  802. package/lib/renderer/NavBadgeControl.js +3 -1
  803. package/lib/renderer/NavDefaultActive.js +3 -1
  804. package/lib/renderer/NavSourceControl.js +3 -1
  805. package/lib/renderer/OptionControl.d.ts +2 -0
  806. package/lib/renderer/OptionControl.js +35 -23
  807. package/lib/renderer/RangePartsControl.js +3 -1
  808. package/lib/renderer/StatusControl.js +3 -1
  809. package/lib/renderer/SwitchMoreControl.d.ts +6 -0
  810. package/lib/renderer/SwitchMoreControl.js +14 -2
  811. package/lib/renderer/TableColumnWidthControl.d.ts +29 -0
  812. package/lib/renderer/TableColumnWidthControl.js +186 -0
  813. package/lib/renderer/TimelineItemControl.js +3 -1
  814. package/lib/renderer/TplFormulaControl.js +3 -1
  815. package/lib/renderer/TransferTableControl.js +3 -1
  816. package/lib/renderer/TreeOptionControl.d.ts +1 -1
  817. package/lib/renderer/TreeOptionControl.js +8 -6
  818. package/lib/renderer/ValidationControl.js +3 -1
  819. package/lib/renderer/ValidationItem.js +3 -1
  820. package/lib/renderer/crud2-control/AddColumnModal.d.ts +6 -0
  821. package/lib/renderer/crud2-control/AddColumnModal.js +265 -0
  822. package/lib/renderer/crud2-control/CRUDColumnControl.d.ts +68 -0
  823. package/lib/renderer/crud2-control/CRUDColumnControl.js +482 -0
  824. package/lib/renderer/crud2-control/CRUDFiltersControl.d.ts +53 -0
  825. package/lib/renderer/crud2-control/CRUDFiltersControl.js +701 -0
  826. package/lib/renderer/crud2-control/CRUDToolbarControl.d.ts +49 -0
  827. package/lib/renderer/crud2-control/CRUDToolbarControl.js +426 -0
  828. package/lib/renderer/event-control/action-config-dialog.d.ts +1 -1
  829. package/lib/renderer/event-control/action-config-dialog.js +4 -2
  830. package/lib/renderer/event-control/action-config-panel.js +3 -1
  831. package/lib/renderer/event-control/comp-action-select.js +3 -1
  832. package/lib/renderer/event-control/helper.d.ts +2 -1
  833. package/lib/renderer/event-control/helper.js +168 -115
  834. package/lib/renderer/event-control/index.d.ts +26 -17
  835. package/lib/renderer/event-control/index.js +114 -22
  836. package/lib/renderer/style-control/Background.js +3 -1
  837. package/lib/renderer/style-control/Border.js +3 -1
  838. package/lib/renderer/style-control/BoxModel.js +3 -1
  839. package/lib/renderer/style-control/BoxShadow.js +3 -1
  840. package/lib/renderer/style-control/Display.js +3 -1
  841. package/lib/renderer/style-control/Font.js +3 -1
  842. package/lib/renderer/style-control/InsetBoxModel.js +3 -1
  843. package/lib/renderer/style-control/ThemeCssCode.js +131 -280
  844. package/lib/renderer/style-control/font-family.js +3 -1
  845. package/lib/renderer/style-control/helper.js +3 -1
  846. package/lib/renderer/style-control/transformation.js +3 -1
  847. package/lib/renderer/textarea-formula/FormulaPicker.js +3 -1
  848. package/lib/renderer/textarea-formula/TextareaFormulaControl.d.ts +2 -0
  849. package/lib/renderer/textarea-formula/TextareaFormulaControl.js +75 -6
  850. package/lib/renderer/textarea-formula/plugin.js +5 -3
  851. package/lib/tpl/api.js +14 -9
  852. package/lib/tpl/common.js +52 -34
  853. package/lib/tpl/horizontal.js +3 -1
  854. package/lib/tpl/layout.js +10 -6
  855. package/lib/tpl/options.d.ts +10 -1
  856. package/lib/tpl/options.js +249 -9
  857. package/lib/tpl/remark.js +3 -1
  858. package/lib/tpl/style.js +99 -60
  859. package/lib/tpl/validations.js +3 -1
  860. package/lib/util.d.ts +8 -0
  861. package/lib/util.js +20 -1
  862. package/lib/validator.js +3 -1
  863. package/package.json +1 -1
  864. package/esm/plugin/CRUD2.d.ts +0 -78
  865. package/esm/plugin/CRUD2.js +0 -1556
  866. package/esm/renderer/style-control/themeLanguage.d.ts +0 -1
  867. package/esm/renderer/style-control/themeLanguage.js +0 -1894
  868. package/lib/plugin/CRUD2.d.ts +0 -78
  869. package/lib/plugin/CRUD2.js +0 -1572
  870. package/lib/renderer/style-control/themeLanguage.d.ts +0 -1
  871. package/lib/renderer/style-control/themeLanguage.js +0 -1902
@@ -1,1902 +0,0 @@
1
- /**
2
- * amis-editor v5.6.0-beta.0
3
- * Copyright 2018-2023 @fex
4
- */
5
-
6
- 'use strict';
7
-
8
- Object.defineProperty(exports, '__esModule', { value: true });
9
-
10
- var tslib = require('tslib');
11
- var isEmpty = require('lodash/isEmpty');
12
- var i18nRuntime = require('i18n-runtime');
13
-
14
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
15
-
16
- var isEmpty__default = /*#__PURE__*/_interopDefaultLegacy(isEmpty);
17
-
18
- var conf = {
19
- ws: '[ \t\n\r\f]*',
20
- identifier: '-?-?([a-zA-Z]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))([\\w\\-]|(\\\\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))*',
21
- tokenizer: {
22
- root: [{
23
- include: '@selector'
24
- }],
25
- selector: [{
26
- include: '@selectorbody'
27
- }],
28
- selectorbody: [['[*_]?@identifier@ws:(?=(\\s|\\d|[^{;}]*[;}]))', 'attribute.name', '@rulevalue']],
29
- rulevalue: [{
30
- include: '@strings'
31
- }, {
32
- include: '@term'
33
- }, ['!important', 'keyword'], [';', 'delimiter', '@pop'], ['(?=})', {
34
- token: '',
35
- next: '@pop'
36
- }]],
37
- term: [['(url-prefix)(\\()', ['attribute.value', {
38
- token: 'delimiter.parenthesis',
39
- next: '@urldeclaration'
40
- }]], ['(url)(\\()', ['attribute.value', {
41
- token: 'delimiter.parenthesis',
42
- next: '@urldeclaration'
43
- }]], {
44
- include: '@numbers'
45
- }, {
46
- include: '@name'
47
- }, {
48
- include: '@strings'
49
- }, ['([<>=\\+\\-\\*\\/\\^\\|\\~,])', 'delimiter'], [',', 'delimiter']],
50
- warndebug: [['[@](warn|debug)', {
51
- token: 'keyword',
52
- next: '@declarationbody'
53
- }]],
54
- urldeclaration: [{
55
- include: '@strings'
56
- }, ['[^)\r\n]+', 'string'], ['\\)', {
57
- token: 'delimiter.parenthesis',
58
- next: '@pop'
59
- }]],
60
- parenthizedterm: [{
61
- include: '@term'
62
- }, ['\\)', {
63
- token: 'delimiter.parenthesis',
64
- next: '@pop'
65
- }]],
66
- declarationbody: [{
67
- include: '@term'
68
- }, [';', 'delimiter', '@pop'], ['(?=})', {
69
- token: '',
70
- next: '@pop'
71
- }] // missing semicolon
72
- ],
73
-
74
- name: [['@identifier', 'attribute.value']],
75
- numbers: [['-?(\\d*\\.)?\\d+([eE][\\-+]?\\d+)?', {
76
- token: 'attribute.value.number',
77
- next: '@units'
78
- }], ['#[0-9a-fA-F_]+(?!\\w)', 'attribute.value.hex']],
79
- units: [['(em|ex|ch|rem|fr|vmin|vmax|vw|vh|vm|cm|mm|in|px|pt|pc|deg|grad|rad|turn|s|ms|Hz|kHz|%)?', 'attribute.value.unit', '@pop']],
80
- strings: [['~?"', {
81
- token: 'string',
82
- next: '@stringenddoublequote'
83
- }], ["~?'", {
84
- token: 'string',
85
- next: '@stringendquote'
86
- }]],
87
- stringenddoublequote: [['\\\\.', 'string'], ['"', {
88
- token: 'string',
89
- next: '@pop'
90
- }], [/[^\\"]+/, 'string'], ['.', 'string']],
91
- stringendquote: [['\\\\.', 'string'], ["'", {
92
- token: 'string',
93
- next: '@pop'
94
- }], [/[^\\']+/, 'string'], ['.', 'string']]
95
- }
96
- };
97
- var keywords = {
98
- 'additive-symbols': {},
99
- 'align-content': {
100
- values: ['center', 'flex-end', 'flex-start', 'space-around', 'space-between', 'stretch', 'start', 'end', 'normal', 'baseline', 'first baseline', 'last baseline', 'space-around', 'space-between', 'space-evenly', 'stretch', 'safe', 'unsafe']
101
- },
102
- 'align-items': {
103
- values: ['baseline', 'center', 'flex-end', 'flex-start', 'stretch', 'normal', 'start', 'end', 'self-start', 'self-end', 'first baseline', 'last baseline', 'stretch', 'safe', 'unsafe']
104
- },
105
- 'justify-items': {
106
- values: ['auto', 'normal', 'end', 'start', 'flex-end', 'flex-start', 'self-end', 'self-start', 'center', 'left', 'right', 'baseline', 'first baseline', 'last baseline', 'stretch', 'safe', 'unsafe', 'legacy']
107
- },
108
- 'justify-self': {
109
- values: ['auto', 'normal', 'end', 'start', 'flex-end', 'flex-start', 'self-end', 'self-start', 'center', 'left', 'right', 'baseline', 'first baseline', 'last baseline', 'stretch', 'save', 'unsave']
110
- },
111
- 'align-self': {
112
- values: ['auto', 'normal', 'self-end', 'self-start', 'baseline', 'center', 'flex-end', 'flex-start', 'stretch', 'baseline', 'first baseline', 'last baseline', 'safe', 'unsafe']
113
- },
114
- 'all': {
115
- values: []
116
- },
117
- 'alt': {
118
- values: []
119
- },
120
- 'animation': {
121
- values: ['alternate', 'alternate-reverse', 'backwards', 'both', 'forwards', 'infinite', 'none', 'normal', 'reverse']
122
- },
123
- 'animation-delay': {},
124
- 'animation-direction': {
125
- values: ['alternate', 'alternate-reverse', 'normal', 'reverse']
126
- },
127
- 'animation-duration': {},
128
- 'animation-fill-mode': {
129
- values: ['backwards', 'both', 'forwards', 'none']
130
- },
131
- 'animation-iteration-count': {
132
- values: ['infinite']
133
- },
134
- 'animation-name': {
135
- values: ['none']
136
- },
137
- 'animation-play-state': {
138
- values: ['paused', 'running']
139
- },
140
- 'animation-timing-function': {},
141
- 'backface-visibility': {
142
- values: ['hidden', 'visible']
143
- },
144
- 'background': {
145
- values: ['fixed', 'local', 'none', 'scroll']
146
- },
147
- 'background-attachment': {
148
- values: ['fixed', 'local', 'scroll']
149
- },
150
- 'background-blend-mode': {
151
- values: ['normal', 'multiply', 'screen', 'overlay', 'darken', 'lighten', 'color-dodge', 'color-burn', 'hard-light', 'soft-light', 'difference', 'exclusion', 'hue', 'saturation', 'color', 'luminosity']
152
- },
153
- 'background-clip': {},
154
- 'background-color': {},
155
- 'background-image': {
156
- values: ['none']
157
- },
158
- 'background-origin': {},
159
- 'background-position': {},
160
- 'background-position-x': {
161
- values: ['center', 'left', 'right']
162
- },
163
- 'background-position-y': {
164
- values: ['bottom', 'center', 'top']
165
- },
166
- 'background-repeat': {
167
- values: []
168
- },
169
- 'background-size': {
170
- values: ['auto', 'contain', 'cover']
171
- },
172
- 'behavior': {},
173
- 'block-size': {
174
- values: ['auto']
175
- },
176
- 'border': {},
177
- 'border-block-end': {},
178
- 'border-block-start': {},
179
- 'border-block-end-color': {},
180
- 'border-block-start-color': {},
181
- 'border-block-end-style': {},
182
- 'border-block-start-style': {},
183
- 'border-block-end-width': {},
184
- 'border-block-start-width': {},
185
- 'border-bottom': {},
186
- 'border-bottom-color': {},
187
- 'border-bottom-left-radius': {},
188
- 'border-bottom-right-radius': {},
189
- 'border-bottom-style': {},
190
- 'border-bottom-width': {},
191
- 'border-collapse': {
192
- values: ['collapse', 'separate']
193
- },
194
- 'border-color': {
195
- values: []
196
- },
197
- 'border-image': {
198
- values: ['auto', 'fill', 'none', 'repeat', 'round', 'space', 'stretch', 'url()']
199
- },
200
- 'border-image-outset': {},
201
- 'border-image-repeat': {
202
- values: ['repeat', 'round', 'space', 'stretch']
203
- },
204
- 'border-image-slice': {
205
- values: ['fill']
206
- },
207
- 'border-image-source': {
208
- values: ['none']
209
- },
210
- 'border-image-width': {
211
- values: ['auto']
212
- },
213
- 'border-inline-end': {},
214
- 'border-inline-start': {},
215
- 'border-inline-end-color': {},
216
- 'border-inline-start-color': {},
217
- 'border-inline-end-style': {},
218
- 'border-inline-start-style': {},
219
- 'border-inline-end-width': {},
220
- 'border-inline-start-width': {},
221
- 'border-left': {},
222
- 'border-left-color': {},
223
- 'border-left-style': {},
224
- 'border-left-width': {},
225
- 'border-radius': {},
226
- 'border-right': {},
227
- 'border-right-color': {},
228
- 'border-right-style': {},
229
- 'border-right-width': {},
230
- 'border-spacing': {},
231
- 'border-style': {
232
- values: []
233
- },
234
- 'border-top': {},
235
- 'border-top-color': {},
236
- 'border-top-left-radius': {},
237
- 'border-top-right-radius': {},
238
- 'border-top-style': {},
239
- 'border-top-width': {},
240
- 'border-width': {
241
- values: []
242
- },
243
- 'bottom': {
244
- values: ['auto']
245
- },
246
- 'box-decoration-break': {
247
- values: ['clone', 'slice']
248
- },
249
- 'box-shadow': {
250
- values: ['inset', 'none']
251
- },
252
- 'box-sizing': {
253
- values: ['border-box', 'content-box']
254
- },
255
- 'break-after': {
256
- values: ['always', 'auto', 'avoid', 'avoid-column', 'avoid-page', 'column', 'left', 'page', 'right']
257
- },
258
- 'break-before': {
259
- values: ['always', 'auto', 'avoid', 'avoid-column', 'avoid-page', 'column', 'left', 'page', 'right']
260
- },
261
- 'break-inside': {
262
- values: ['auto', 'avoid', 'avoid-column', 'avoid-page']
263
- },
264
- 'caption-side': {
265
- values: ['bottom', 'top']
266
- },
267
- 'caret-color': {
268
- values: ['auto']
269
- },
270
- 'clear': {
271
- values: ['both', 'left', 'none', 'right']
272
- },
273
- 'clip': {
274
- values: ['auto', 'rect()']
275
- },
276
- 'clip-path': {
277
- values: ['none', 'url()']
278
- },
279
- 'clip-rule': {
280
- values: ['evenodd', 'nonzero']
281
- },
282
- 'color': {},
283
- 'color-interpolation-filters': {
284
- values: ['auto', 'linearRGB', 'sRGB']
285
- },
286
- 'column-count': {
287
- values: ['auto']
288
- },
289
- 'column-fill': {
290
- values: ['auto', 'balance']
291
- },
292
- 'column-gap': {
293
- values: ['normal']
294
- },
295
- 'column-rule': {},
296
- 'column-rule-color': {},
297
- 'column-rule-style': {},
298
- 'column-rule-width': {},
299
- 'columns': {
300
- values: ['auto']
301
- },
302
- 'column-span': {
303
- values: ['all', 'none']
304
- },
305
- 'column-width': {
306
- values: ['auto']
307
- },
308
- 'contain': {
309
- values: ['none', 'strict', 'content', 'size', 'layout', 'style', 'paint']
310
- },
311
- 'content': {
312
- values: ['attr()', 'counter(name)', 'icon', 'none', 'normal', 'url()']
313
- },
314
- 'counter-increment': {
315
- values: ['none']
316
- },
317
- 'counter-reset': {
318
- values: ['none']
319
- },
320
- 'cursor': {
321
- values: ['alias', 'all-scroll', 'auto', 'cell', 'col-resize', 'context-menu', 'copy', 'crosshair', 'default', 'e-resize', 'ew-resize', 'grab', 'grabbing', 'help', 'move', '-moz-grab', '-moz-grabbing', '-moz-zoom-in', '-moz-zoom-out', 'ne-resize', 'nesw-resize', 'no-drop', 'none', 'not-allowed', 'n-resize', 'ns-resize', 'nw-resize', 'nwse-resize', 'pointer', 'progress', 'row-resize', 'se-resize', 's-resize', 'sw-resize', 'text', 'vertical-text', 'wait', '-webkit-grab', '-webkit-grabbing', '-webkit-zoom-in', '-webkit-zoom-out', 'w-resize', 'zoom-in', 'zoom-out']
322
- },
323
- 'direction': {
324
- values: ['ltr', 'rtl']
325
- },
326
- 'display': {
327
- values: ['block', 'contents', 'flex', 'flexbox', 'flow-root', 'grid', 'inline', 'inline-block', 'inline-flex', 'inline-flexbox', 'inline-table', 'list-item', '-moz-box', '-moz-deck', '-moz-grid', '-moz-grid-group', '-moz-grid-line', '-moz-groupbox', '-moz-inline-box', '-moz-inline-grid', '-moz-inline-stack', '-moz-marker', '-moz-popup', '-moz-stack', '-ms-flexbox', '-ms-grid', '-ms-inline-flexbox', '-ms-inline-grid', 'none', 'ruby', 'ruby-base', 'ruby-base-container', 'ruby-text', 'ruby-text-container', 'run-in', 'table', 'table-caption', 'table-cell', 'table-column', 'table-column-group', 'table-footer-group', 'table-header-group', 'table-row', 'table-row-group', '-webkit-box', '-webkit-flex', '-webkit-inline-box', '-webkit-inline-flex']
328
- },
329
- 'empty-cells': {
330
- values: ['hide', '-moz-show-background', 'show']
331
- },
332
- 'enable-background': {
333
- values: ['accumulate', 'new']
334
- },
335
- 'fallback': {},
336
- 'fill': {
337
- values: ['url()', 'none']
338
- },
339
- 'fill-opacity': {},
340
- 'fill-rule': {
341
- values: ['evenodd', 'nonzero']
342
- },
343
- 'filter': {
344
- values: ['none', 'blur()', 'brightness()', 'contrast()', 'drop-shadow()', 'grayscale()', 'hue-rotate()', 'invert()', 'opacity()', 'saturate()', 'sepia()', 'url()']
345
- },
346
- 'flex': {
347
- values: ['auto', 'content', 'none']
348
- },
349
- 'flex-basis': {
350
- values: ['auto', 'content']
351
- },
352
- 'flex-direction': {
353
- values: ['column', 'column-reverse', 'row', 'row-reverse']
354
- },
355
- 'flex-flow': {
356
- values: ['column', 'column-reverse', 'nowrap', 'row', 'row-reverse', 'wrap', 'wrap-reverse']
357
- },
358
- 'flex-grow': {},
359
- 'flex-shrink': {},
360
- 'flex-wrap': {
361
- values: ['nowrap', 'wrap', 'wrap-reverse']
362
- },
363
- 'float': {
364
- values: ['inline-end', 'inline-start', 'left', 'none', 'right']
365
- },
366
- 'flood-color': {},
367
- 'flood-opacity': {},
368
- 'font': {
369
- values: ['100', '200', '300', '400', '500', '600', '700', '800', '900', 'bold', 'bolder', 'caption', 'icon', 'italic', 'large', 'larger', 'lighter', 'medium', 'menu', 'message-box', 'normal', 'oblique', 'small', 'small-caps', 'small-caption', 'smaller', 'status-bar', 'x-large', 'x-small', 'xx-large', 'xx-small']
370
- },
371
- 'font-family': {
372
- values: ["system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif", 'Arial, Helvetica, sans-serif', "Cambria, Cochin, Georgia, Times, 'Times New Roman', serif", "'Courier New', Courier, monospace", 'cursive', 'fantasy', "'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif", "Georgia, 'Times New Roman', Times, serif", "'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif", "Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif", "'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif", 'monospace', 'sans-serif', "'Segoe UI', Tahoma, Geneva, Verdana, sans-serif", 'serif', "'Times New Roman', Times, serif", "'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif", 'Verdana, Geneva, Tahoma, sans-serif']
373
- },
374
- 'font-feature-settings': {
375
- values: ['"aalt"', '"abvf"', '"abvm"', '"abvs"', '"afrc"', '"akhn"', '"blwf"', '"blwm"', '"blws"', '"calt"', '"case"', '"ccmp"', '"cfar"', '"cjct"', '"clig"', '"cpct"', '"cpsp"', '"cswh"', '"curs"', '"c2pc"', '"c2sc"', '"dist"', '"dlig"', '"dnom"', '"dtls"', '"expt"', '"falt"', '"fin2"', '"fin3"', '"fina"', '"flac"', '"frac"', '"fwid"', '"half"', '"haln"', '"halt"', '"hist"', '"hkna"', '"hlig"', '"hngl"', '"hojo"', '"hwid"', '"init"', '"isol"', '"ital"', '"jalt"', '"jp78"', '"jp83"', '"jp90"', '"jp04"', '"kern"', '"lfbd"', '"liga"', '"ljmo"', '"lnum"', '"locl"', '"ltra"', '"ltrm"', '"mark"', '"med2"', '"medi"', '"mgrk"', '"mkmk"', '"nalt"', '"nlck"', '"nukt"', '"numr"', '"onum"', '"opbd"', '"ordn"', '"ornm"', '"palt"', '"pcap"', '"pkna"', '"pnum"', '"pref"', '"pres"', '"pstf"', '"psts"', '"pwid"', '"qwid"', '"rand"', '"rclt"', '"rlig"', '"rkrf"', '"rphf"', '"rtbd"', '"rtla"', '"rtlm"', '"ruby"', '"salt"', '"sinf"', '"size"', '"smcp"', '"smpl"', '"ssty"', '"stch"', '"subs"', '"sups"', '"swsh"', '"titl"', '"tjmo"', '"tnam"', '"tnum"', '"trad"', '"twid"', '"unic"', '"valt"', '"vatu"', '"vert"', '"vhal"', '"vjmo"', '"vkna"', '"vkrn"', '"vpal"', '"vrt2"', '"zero"', 'normal', 'off', 'on']
376
- },
377
- 'font-kerning': {
378
- values: ['auto', 'none', 'normal']
379
- },
380
- 'font-language-override': {
381
- values: ['normal']
382
- },
383
- 'font-size': {
384
- values: ['large', 'larger', 'medium', 'small', 'smaller', 'x-large', 'x-small', 'xx-large', 'xx-small']
385
- },
386
- 'font-size-adjust': {
387
- values: ['none']
388
- },
389
- 'font-stretch': {
390
- values: ['condensed', 'expanded', 'extra-condensed', 'extra-expanded', 'narrower', 'normal', 'semi-condensed', 'semi-expanded', 'ultra-condensed', 'ultra-expanded', 'wider']
391
- },
392
- 'font-style': {
393
- values: ['italic', 'normal', 'oblique']
394
- },
395
- 'font-synthesis': {
396
- values: ['none', 'style', 'weight']
397
- },
398
- 'font-variant': {
399
- values: ['normal', 'small-caps']
400
- },
401
- 'font-variant-alternates': {
402
- values: ['annotation()', 'character-variant()', 'historical-forms', 'normal', 'ornaments()', 'styleset()', 'stylistic()', 'swash()']
403
- },
404
- 'font-variant-caps': {
405
- values: ['all-petite-caps', 'all-small-caps', 'normal', 'petite-caps', 'small-caps', 'titling-caps', 'unicase']
406
- },
407
- 'font-variant-east-asian': {
408
- values: ['full-width', 'jis04', 'jis78', 'jis83', 'jis90', 'normal', 'proportional-width', 'ruby', 'simplified', 'traditional']
409
- },
410
- 'font-variant-ligatures': {
411
- values: ['additional-ligatures', 'common-ligatures', 'contextual', 'discretionary-ligatures', 'historical-ligatures', 'no-additional-ligatures', 'no-common-ligatures', 'no-contextual', 'no-discretionary-ligatures', 'no-historical-ligatures', 'none', 'normal']
412
- },
413
- 'font-variant-numeric': {
414
- values: ['diagonal-fractions', 'lining-nums', 'normal', 'oldstyle-nums', 'ordinal', 'proportional-nums', 'slashed-zero', 'stacked-fractions', 'tabular-nums']
415
- },
416
- 'font-variant-position': {
417
- values: ['normal', 'sub', 'super']
418
- },
419
- 'font-weight': {
420
- values: ['100', '200', '300', '400', '500', '600', '700', '800', '900', 'bold', 'bolder', 'lighter', 'normal']
421
- },
422
- 'glyph-orientation-horizontal': {},
423
- 'glyph-orientation-vertical': {
424
- values: ['auto']
425
- },
426
- 'grid-area': {
427
- values: ['auto', 'span']
428
- },
429
- 'grid': {},
430
- 'grid-auto-columns': {
431
- values: ['min-content', 'max-content', 'auto', 'minmax()']
432
- },
433
- 'grid-auto-flow': {
434
- values: ['row', 'column', 'dense']
435
- },
436
- 'grid-auto-rows': {
437
- values: ['min-content', 'max-content', 'auto', 'minmax()']
438
- },
439
- 'grid-column': {
440
- values: ['auto', 'span']
441
- },
442
- 'grid-column-end': {
443
- values: ['auto', 'span']
444
- },
445
- 'grid-column-gap': {},
446
- 'grid-column-start': {
447
- values: ['auto', 'span']
448
- },
449
- 'grid-gap': {},
450
- 'grid-row': {
451
- values: ['auto', 'span']
452
- },
453
- 'grid-row-end': {
454
- values: ['auto', 'span']
455
- },
456
- 'grid-row-gap': {},
457
- 'grid-row-start': {
458
- values: ['auto', 'span']
459
- },
460
- 'grid-template': {
461
- values: ['none', 'min-content', 'max-content', 'auto', 'subgrid', 'minmax()', 'repeat()']
462
- },
463
- 'grid-template-areas': {
464
- values: ['none']
465
- },
466
- 'grid-template-columns': {
467
- values: ['none', 'min-content', 'max-content', 'auto', 'subgrid', 'minmax()', 'repeat()']
468
- },
469
- 'grid-template-rows': {
470
- values: ['none', 'min-content', 'max-content', 'auto', 'subgrid', 'minmax()', 'repeat()']
471
- },
472
- 'height': {
473
- values: ['auto', 'fit-content', 'max-content', 'min-content']
474
- },
475
- 'hyphens': {
476
- values: ['auto', 'manual', 'none']
477
- },
478
- 'image-orientation': {
479
- values: ['flip', 'from-image']
480
- },
481
- 'image-rendering': {
482
- values: ['auto', 'crisp-edges', '-moz-crisp-edges', 'optimizeQuality', 'optimizeSpeed', 'pixelated']
483
- },
484
- 'ime-mode': {
485
- values: ['active', 'auto', 'disabled', 'inactive', 'normal']
486
- },
487
- 'inline-size': {
488
- values: ['auto']
489
- },
490
- 'isolation': {
491
- values: ['auto', 'isolate']
492
- },
493
- 'justify-content': {
494
- values: ['center', 'start', 'end', 'left', 'right', 'safe', 'unsafe', 'stretch', 'space-evenly', 'flex-end', 'flex-start', 'space-around', 'space-between', 'baseline', 'first baseline', 'last baseline']
495
- },
496
- 'kerning': {
497
- values: ['auto']
498
- },
499
- 'left': {
500
- values: ['auto']
501
- },
502
- 'letter-spacing': {
503
- values: ['normal']
504
- },
505
- 'lighting-color': {},
506
- 'line-break': {
507
- values: ['auto', 'loose', 'normal', 'strict', 'anywhere']
508
- },
509
- 'line-height': {
510
- values: ['normal']
511
- },
512
- 'list-style': {
513
- values: ['armenian', 'circle', 'decimal', 'decimal-leading-zero', 'disc', 'georgian', 'inside', 'lower-alpha', 'lower-greek', 'lower-latin', 'lower-roman', 'none', 'outside', 'square', 'symbols()', 'upper-alpha', 'upper-latin', 'upper-roman', 'url()']
514
- },
515
- 'list-style-image': {
516
- values: ['none']
517
- },
518
- 'list-style-position': {
519
- values: ['inside', 'outside']
520
- },
521
- 'list-style-type': {
522
- values: ['armenian', 'circle', 'decimal', 'decimal-leading-zero', 'disc', 'georgian', 'lower-alpha', 'lower-greek', 'lower-latin', 'lower-roman', 'none', 'square', 'symbols()', 'upper-alpha', 'upper-latin', 'upper-roman']
523
- },
524
- 'margin': {
525
- values: ['auto']
526
- },
527
- 'margin-block-end': {
528
- values: ['auto']
529
- },
530
- 'margin-block-start': {
531
- values: ['auto']
532
- },
533
- 'margin-bottom': {
534
- values: ['auto']
535
- },
536
- 'margin-inline-end': {
537
- values: ['auto']
538
- },
539
- 'margin-inline-start': {
540
- values: ['auto']
541
- },
542
- 'margin-left': {
543
- values: ['auto']
544
- },
545
- 'margin-right': {
546
- values: ['auto']
547
- },
548
- 'margin-top': {
549
- values: ['auto']
550
- },
551
- 'marker': {
552
- values: ['none', 'url()']
553
- },
554
- 'marker-end': {
555
- values: ['none', 'url()']
556
- },
557
- 'marker-mid': {
558
- values: ['none', 'url()']
559
- },
560
- 'marker-start': {
561
- values: ['none', 'url()']
562
- },
563
- 'mask-image': {
564
- values: ['none', 'url()']
565
- },
566
- 'mask-mode': {
567
- values: ['alpha', 'auto', 'luminance']
568
- },
569
- 'mask-origin': {},
570
- 'mask-position': {},
571
- 'mask-repeat': {},
572
- 'mask-size': {
573
- values: ['auto', 'contain', 'cover']
574
- },
575
- 'mask-type': {
576
- values: ['alpha', 'luminance']
577
- },
578
- 'max-block-size': {
579
- values: ['none']
580
- },
581
- 'max-height': {
582
- values: ['none', 'fit-content', 'max-content', 'min-content']
583
- },
584
- 'max-inline-size': {
585
- values: ['none']
586
- },
587
- 'max-width': {
588
- values: ['none', 'fit-content', 'max-content', 'min-content']
589
- },
590
- 'min-block-size': {},
591
- 'min-height': {
592
- values: ['auto', 'fit-content', 'max-content', 'min-content']
593
- },
594
- 'min-inline-size': {},
595
- 'min-width': {
596
- values: ['auto', 'fit-content', 'max-content', 'min-content']
597
- },
598
- 'mix-blend-mode': {
599
- values: ['normal', 'multiply', 'screen', 'overlay', 'darken', 'lighten', 'color-dodge', 'color-burn', 'hard-light', 'soft-light', 'difference', 'exclusion', 'hue', 'saturation', 'color', 'luminosity']
600
- },
601
- 'motion': {
602
- values: ['none', 'path()', 'auto', 'reverse']
603
- },
604
- 'motion-offset': {},
605
- 'motion-path': {
606
- values: ['none', 'path()']
607
- },
608
- 'motion-rotation': {
609
- values: ['auto', 'reverse']
610
- },
611
- '-moz-animation': {
612
- values: ['alternate', 'alternate-reverse', 'backwards', 'both', 'forwards', 'infinite', 'none', 'normal', 'reverse']
613
- },
614
- '-moz-animation-delay': {},
615
- '-moz-animation-direction': {
616
- values: ['alternate', 'alternate-reverse', 'normal', 'reverse']
617
- },
618
- '-moz-animation-duration': {},
619
- '-moz-animation-iteration-count': {
620
- values: ['infinite']
621
- },
622
- '-moz-animation-name': {
623
- values: ['none']
624
- },
625
- '-moz-animation-play-state': {
626
- values: ['paused', 'running']
627
- },
628
- '-moz-animation-timing-function': {},
629
- '-moz-appearance': {
630
- values: ['button', 'button-arrow-down', 'button-arrow-next', 'button-arrow-previous', 'button-arrow-up', 'button-bevel', 'checkbox', 'checkbox-container', 'checkbox-label', 'dialog', 'groupbox', 'listbox', 'menuarrow', 'menuimage', 'menuitem', 'menuitemtext', 'menulist', 'menulist-button', 'menulist-text', 'menulist-textfield', 'menupopup', 'menuradio', 'menuseparator', '-moz-mac-unified-toolbar', '-moz-win-borderless-glass', '-moz-win-browsertabbar-toolbox', '-moz-win-communications-toolbox', '-moz-win-glass', '-moz-win-media-toolbox', 'none', 'progressbar', 'progresschunk', 'radio', 'radio-container', 'radio-label', 'radiomenuitem', 'resizer', 'resizerpanel', 'scrollbarbutton-down', 'scrollbarbutton-left', 'scrollbarbutton-right', 'scrollbarbutton-up', 'scrollbar-small', 'scrollbartrack-horizontal', 'scrollbartrack-vertical', 'separator', 'spinner', 'spinner-downbutton', 'spinner-textfield', 'spinner-upbutton', 'statusbar', 'statusbarpanel', 'tab', 'tabpanels', 'tab-scroll-arrow-back', 'tab-scroll-arrow-forward', 'textfield', 'textfield-multiline', 'toolbar', 'toolbox', 'tooltip', 'treeheadercell', 'treeheadersortarrow', 'treeitem', 'treetwistyopen', 'treeview', 'treewisty', 'window']
631
- },
632
- '-moz-backface-visibility': {
633
- values: ['hidden', 'visible']
634
- },
635
- '-moz-background-clip': {
636
- values: ['padding']
637
- },
638
- '-moz-background-inline-policy': {
639
- values: ['bounding-box', 'continuous', 'each-box']
640
- },
641
- '-moz-background-origin': {},
642
- '-moz-border-bottom-colors': {},
643
- '-moz-border-image': {
644
- values: ['auto', 'fill', 'none', 'repeat', 'round', 'space', 'stretch', 'url()']
645
- },
646
- '-moz-border-left-colors': {},
647
- '-moz-border-right-colors': {},
648
- '-moz-border-top-colors': {},
649
- '-moz-box-align': {
650
- values: ['baseline', 'center', 'end', 'start', 'stretch']
651
- },
652
- '-moz-box-direction': {
653
- values: ['normal', 'reverse']
654
- },
655
- '-moz-box-flex': {},
656
- '-moz-box-flexgroup': {},
657
- '-moz-box-ordinal-group': {},
658
- '-moz-box-orient': {
659
- values: ['block-axis', 'horizontal', 'inline-axis', 'vertical']
660
- },
661
- '-moz-box-pack': {
662
- values: ['center', 'end', 'justify', 'start']
663
- },
664
- '-moz-box-sizing': {
665
- values: ['border-box', 'content-box', 'padding-box']
666
- },
667
- '-moz-column-count': {
668
- values: ['auto']
669
- },
670
- '-moz-column-gap': {
671
- values: ['normal']
672
- },
673
- '-moz-column-rule': {},
674
- '-moz-column-rule-color': {},
675
- '-moz-column-rule-style': {},
676
- '-moz-column-rule-width': {},
677
- '-moz-columns': {
678
- values: ['auto']
679
- },
680
- '-moz-column-width': {
681
- values: ['auto']
682
- },
683
- '-moz-font-feature-settings': {
684
- values: ['"c2cs"', '"dlig"', '"kern"', '"liga"', '"lnum"', '"onum"', '"smcp"', '"swsh"', '"tnum"', 'normal', 'off', 'on']
685
- },
686
- '-moz-hyphens': {
687
- values: ['auto', 'manual', 'none']
688
- },
689
- '-moz-perspective': {
690
- values: ['none']
691
- },
692
- '-moz-perspective-origin': {},
693
- '-moz-text-align-last': {
694
- values: ['auto', 'center', 'justify', 'left', 'right']
695
- },
696
- '-moz-text-decoration-color': {},
697
- '-moz-text-decoration-line': {
698
- values: ['line-through', 'none', 'overline', 'underline']
699
- },
700
- '-moz-text-decoration-style': {
701
- values: ['dashed', 'dotted', 'double', 'none', 'solid', 'wavy']
702
- },
703
- '-moz-text-size-adjust': {
704
- values: ['auto', 'none']
705
- },
706
- '-moz-transform': {
707
- values: ['matrix()', 'matrix3d()', 'none', 'perspective', 'rotate()', 'rotate3d()', "rotateX('angle')", "rotateY('angle')", "rotateZ('angle')", 'scale()', 'scale3d()', 'scaleX()', 'scaleY()', 'scaleZ()', 'skew()', 'skewX()', 'skewY()', 'translate()', 'translate3d()', 'translateX()', 'translateY()', 'translateZ()']
708
- },
709
- '-moz-transform-origin': {},
710
- '-moz-transition': {
711
- values: ['all', 'none']
712
- },
713
- '-moz-transition-delay': {},
714
- '-moz-transition-duration': {},
715
- '-moz-transition-property': {
716
- values: ['all', 'none']
717
- },
718
- '-moz-transition-timing-function': {},
719
- '-moz-user-focus': {
720
- values: ['ignore', 'normal']
721
- },
722
- '-moz-user-select': {
723
- values: ['all', 'element', 'elements', '-moz-all', '-moz-none', 'none', 'text', 'toggle']
724
- },
725
- '-ms-accelerator': {
726
- values: ['false', 'true']
727
- },
728
- '-ms-behavior': {},
729
- '-ms-block-progression': {
730
- values: ['bt', 'lr', 'rl', 'tb']
731
- },
732
- '-ms-content-zoom-chaining': {
733
- values: ['chained', 'none']
734
- },
735
- '-ms-content-zooming': {
736
- values: ['none', 'zoom']
737
- },
738
- '-ms-content-zoom-limit': {},
739
- '-ms-content-zoom-limit-max': {},
740
- '-ms-content-zoom-limit-min': {},
741
- '-ms-content-zoom-snap': {
742
- values: ['mandatory', 'none', 'proximity', 'snapInterval(100%, 100%)', 'snapList()']
743
- },
744
- '-ms-content-zoom-snap-points': {
745
- values: ['snapInterval(100%, 100%)', 'snapList()']
746
- },
747
- '-ms-content-zoom-snap-type': {
748
- values: ['mandatory', 'none', 'proximity']
749
- },
750
- '-ms-filter': {},
751
- '-ms-flex': {
752
- values: ['auto', 'none']
753
- },
754
- '-ms-flex-align': {
755
- values: ['baseline', 'center', 'end', 'start', 'stretch']
756
- },
757
- '-ms-flex-direction': {
758
- values: ['column', 'column-reverse', 'row', 'row-reverse']
759
- },
760
- '-ms-flex-flow': {
761
- values: ['column', 'column-reverse', 'nowrap', 'row', 'wrap', 'wrap-reverse']
762
- },
763
- '-ms-flex-item-align': {
764
- values: ['auto', 'baseline', 'center', 'end', 'start', 'stretch']
765
- },
766
- '-ms-flex-line-pack': {
767
- values: ['center', 'distribute', 'end', 'justify', 'start', 'stretch']
768
- },
769
- '-ms-flex-order': {},
770
- '-ms-flex-pack': {
771
- values: ['center', 'distribute', 'end', 'justify', 'start']
772
- },
773
- '-ms-flex-wrap': {
774
- values: ['nowrap', 'wrap', 'wrap-reverse']
775
- },
776
- '-ms-flow-from': {
777
- values: ['none']
778
- },
779
- '-ms-flow-into': {
780
- values: ['none']
781
- },
782
- '-ms-grid-column': {
783
- values: ['auto', 'end', 'start']
784
- },
785
- '-ms-grid-column-align': {
786
- values: ['center', 'end', 'start', 'stretch']
787
- },
788
- '-ms-grid-columns': {},
789
- '-ms-grid-column-span': {},
790
- '-ms-grid-layer': {},
791
- '-ms-grid-row': {
792
- values: ['auto', 'end', 'start']
793
- },
794
- '-ms-grid-row-align': {
795
- values: ['center', 'end', 'start', 'stretch']
796
- },
797
- '-ms-grid-rows': {},
798
- '-ms-grid-row-span': {},
799
- '-ms-high-contrast-adjust': {
800
- values: ['auto', 'none']
801
- },
802
- '-ms-hyphenate-limit-chars': {
803
- values: ['auto']
804
- },
805
- '-ms-hyphenate-limit-lines': {
806
- values: ['no-limit']
807
- },
808
- '-ms-hyphenate-limit-zone': {},
809
- '-ms-hyphens': {
810
- values: ['auto', 'manual', 'none']
811
- },
812
- '-ms-ime-mode': {
813
- values: ['active', 'auto', 'disabled', 'inactive', 'normal']
814
- },
815
- '-ms-interpolation-mode': {
816
- values: ['bicubic', 'nearest-neighbor']
817
- },
818
- '-ms-layout-grid': {
819
- values: ['char', 'line', 'mode', 'type']
820
- },
821
- '-ms-layout-grid-char': {
822
- values: ['auto', 'none']
823
- },
824
- '-ms-layout-grid-line': {
825
- values: ['auto', 'none']
826
- },
827
- '-ms-layout-grid-mode': {
828
- values: ['both', 'char', 'line', 'none']
829
- },
830
- '-ms-layout-grid-type': {
831
- values: ['fixed', 'loose', 'strict']
832
- },
833
- '-ms-line-break': {
834
- values: ['auto', 'keep-all', 'newspaper', 'normal', 'strict']
835
- },
836
- '-ms-overflow-style': {
837
- values: ['auto', '-ms-autohiding-scrollbar', 'none', 'scrollbar']
838
- },
839
- '-ms-perspective': {
840
- values: ['none']
841
- },
842
- '-ms-perspective-origin': {},
843
- '-ms-perspective-origin-x': {},
844
- '-ms-perspective-origin-y': {},
845
- '-ms-progress-appearance': {
846
- values: ['bar', 'ring']
847
- },
848
- '-ms-scrollbar-3dlight-color': {},
849
- '-ms-scrollbar-arrow-color': {},
850
- '-ms-scrollbar-base-color': {},
851
- '-ms-scrollbar-darkshadow-color': {},
852
- '-ms-scrollbar-face-color': {},
853
- '-ms-scrollbar-highlight-color': {},
854
- '-ms-scrollbar-shadow-color': {},
855
- '-ms-scrollbar-track-color': {},
856
- '-ms-scroll-chaining': {
857
- values: ['chained', 'none']
858
- },
859
- '-ms-scroll-limit': {
860
- values: ['auto']
861
- },
862
- '-ms-scroll-limit-x-max': {
863
- values: ['auto']
864
- },
865
- '-ms-scroll-limit-x-min': {},
866
- '-ms-scroll-limit-y-max': {
867
- values: ['auto']
868
- },
869
- '-ms-scroll-limit-y-min': {},
870
- '-ms-scroll-rails': {
871
- values: ['none', 'railed']
872
- },
873
- '-ms-scroll-snap-points-x': {
874
- values: ['snapInterval(100%, 100%)', 'snapList()']
875
- },
876
- '-ms-scroll-snap-points-y': {
877
- values: ['snapInterval(100%, 100%)', 'snapList()']
878
- },
879
- '-ms-scroll-snap-type': {
880
- values: ['none', 'mandatory', 'proximity']
881
- },
882
- '-ms-scroll-snap-x': {
883
- values: ['mandatory', 'none', 'proximity', 'snapInterval(100%, 100%)', 'snapList()']
884
- },
885
- '-ms-scroll-snap-y': {
886
- values: ['mandatory', 'none', 'proximity', 'snapInterval(100%, 100%)', 'snapList()']
887
- },
888
- '-ms-scroll-translation': {
889
- values: ['none', 'vertical-to-horizontal']
890
- },
891
- '-ms-text-align-last': {
892
- values: ['auto', 'center', 'justify', 'left', 'right']
893
- },
894
- '-ms-text-autospace': {
895
- values: ['ideograph-alpha', 'ideograph-numeric', 'ideograph-parenthesis', 'ideograph-space', 'none', 'punctuation']
896
- },
897
- '-ms-text-combine-horizontal': {
898
- values: ['all', 'digits', 'none']
899
- },
900
- '-ms-text-justify': {
901
- values: ['auto', 'distribute', 'inter-cluster', 'inter-ideograph', 'inter-word', 'kashida']
902
- },
903
- '-ms-text-kashida-space': {},
904
- '-ms-text-overflow': {
905
- values: ['clip', 'ellipsis']
906
- },
907
- '-ms-text-size-adjust': {
908
- values: ['auto', 'none']
909
- },
910
- '-ms-text-underline-position': {
911
- values: ['alphabetic', 'auto', 'over', 'under']
912
- },
913
- '-ms-touch-action': {
914
- values: ['auto', 'double-tap-zoom', 'manipulation', 'none', 'pan-x', 'pan-y', 'pinch-zoom']
915
- },
916
- '-ms-touch-select': {
917
- values: ['grippers', 'none']
918
- },
919
- '-ms-transform': {
920
- values: ['matrix()', 'matrix3d()', 'none', 'rotate()', 'rotate3d()', "rotateX('angle')", "rotateY('angle')", "rotateZ('angle')", 'scale()', 'scale3d()', 'scaleX()', 'scaleY()', 'scaleZ()', 'skew()', 'skewX()', 'skewY()', 'translate()', 'translate3d()', 'translateX()', 'translateY()', 'translateZ()']
921
- },
922
- '-ms-transform-origin': {},
923
- '-ms-transform-origin-x': {},
924
- '-ms-transform-origin-y': {},
925
- '-ms-transform-origin-z': {},
926
- '-ms-user-select': {
927
- values: ['element', 'none', 'text']
928
- },
929
- '-ms-word-break': {
930
- values: ['break-all', 'keep-all', 'normal']
931
- },
932
- '-ms-word-wrap': {
933
- values: ['break-word', 'normal']
934
- },
935
- '-ms-wrap-flow': {
936
- values: ['auto', 'both', 'clear', 'end', 'maximum', 'minimum', 'start']
937
- },
938
- '-ms-wrap-margin': {},
939
- '-ms-wrap-through': {
940
- values: ['none', 'wrap']
941
- },
942
- '-ms-writing-mode': {
943
- values: ['bt-lr', 'bt-rl', 'lr-bt', 'lr-tb', 'rl-bt', 'rl-tb', 'tb-lr', 'tb-rl']
944
- },
945
- '-ms-zoom': {
946
- values: ['normal']
947
- },
948
- '-ms-zoom-animation': {
949
- values: ['default', 'none']
950
- },
951
- 'nav-down': {
952
- values: ['auto', 'current', 'root']
953
- },
954
- 'nav-index': {
955
- values: ['auto']
956
- },
957
- 'nav-left': {
958
- values: ['auto', 'current', 'root']
959
- },
960
- 'nav-right': {
961
- values: ['auto', 'current', 'root']
962
- },
963
- 'nav-up': {
964
- values: ['auto', 'current', 'root']
965
- },
966
- 'negative': {},
967
- '-o-animation': {
968
- values: ['alternate', 'alternate-reverse', 'backwards', 'both', 'forwards', 'infinite', 'none', 'normal', 'reverse']
969
- },
970
- '-o-animation-delay': {},
971
- '-o-animation-direction': {
972
- values: ['alternate', 'alternate-reverse', 'normal', 'reverse']
973
- },
974
- '-o-animation-duration': {},
975
- '-o-animation-fill-mode': {
976
- values: ['backwards', 'both', 'forwards', 'none']
977
- },
978
- '-o-animation-iteration-count': {
979
- values: ['infinite']
980
- },
981
- '-o-animation-name': {
982
- values: ['none']
983
- },
984
- '-o-animation-play-state': {
985
- values: ['paused', 'running']
986
- },
987
- '-o-animation-timing-function': {},
988
- 'object-fit': {
989
- values: ['contain', 'cover', 'fill', 'none', 'scale-down']
990
- },
991
- 'object-position': {},
992
- '-o-border-image': {
993
- values: ['auto', 'fill', 'none', 'repeat', 'round', 'space', 'stretch']
994
- },
995
- '-o-object-fit': {
996
- values: ['contain', 'cover', 'fill', 'none', 'scale-down']
997
- },
998
- '-o-object-position': {},
999
- 'opacity': {},
1000
- 'order': {},
1001
- 'orphans': {},
1002
- '-o-table-baseline': {},
1003
- '-o-tab-size': {},
1004
- '-o-text-overflow': {
1005
- values: ['clip', 'ellipsis']
1006
- },
1007
- '-o-transform': {
1008
- values: ['matrix()', 'matrix3d()', 'none', 'rotate()', 'rotate3d()', "rotateX('angle')", "rotateY('angle')", "rotateZ('angle')", 'scale()', 'scale3d()', 'scaleX()', 'scaleY()', 'scaleZ()', 'skew()', 'skewX()', 'skewY()', 'translate()', 'translate3d()', 'translateX()', 'translateY()', 'translateZ()']
1009
- },
1010
- '-o-transform-origin': {},
1011
- '-o-transition': {
1012
- values: ['all', 'none']
1013
- },
1014
- '-o-transition-delay': {},
1015
- '-o-transition-duration': {},
1016
- '-o-transition-property': {
1017
- values: ['all', 'none']
1018
- },
1019
- '-o-transition-timing-function': {},
1020
- 'offset-block-end': {
1021
- values: ['auto']
1022
- },
1023
- 'offset-block-start': {
1024
- values: ['auto']
1025
- },
1026
- 'offset-inline-end': {
1027
- values: ['auto']
1028
- },
1029
- 'offset-inline-start': {
1030
- values: ['auto']
1031
- },
1032
- 'outline': {
1033
- values: ['auto', 'invert']
1034
- },
1035
- 'outline-color': {
1036
- values: ['invert']
1037
- },
1038
- 'outline-offset': {},
1039
- 'outline-style': {
1040
- values: ['auto']
1041
- },
1042
- 'outline-width': {},
1043
- 'overflow': {
1044
- values: ['auto', 'hidden', '-moz-hidden-unscrollable', 'scroll', 'visible']
1045
- },
1046
- 'overflow-wrap': {
1047
- values: ['break-word', 'normal']
1048
- },
1049
- 'overflow-x': {
1050
- values: ['auto', 'hidden', 'scroll', 'visible']
1051
- },
1052
- 'overflow-y': {
1053
- values: ['auto', 'hidden', 'scroll', 'visible']
1054
- },
1055
- 'pad': {},
1056
- 'padding': {
1057
- values: []
1058
- },
1059
- 'padding-bottom': {},
1060
- 'padding-block-end': {},
1061
- 'padding-block-start': {},
1062
- 'padding-inline-end': {},
1063
- 'padding-inline-start': {},
1064
- 'padding-left': {},
1065
- 'padding-right': {},
1066
- 'padding-top': {},
1067
- 'page-break-after': {
1068
- values: ['always', 'auto', 'avoid', 'left', 'right']
1069
- },
1070
- 'page-break-before': {
1071
- values: ['always', 'auto', 'avoid', 'left', 'right']
1072
- },
1073
- 'page-break-inside': {
1074
- values: ['auto', 'avoid']
1075
- },
1076
- 'paint-order': {
1077
- values: ['fill', 'markers', 'normal', 'stroke']
1078
- },
1079
- 'perspective': {
1080
- values: ['none']
1081
- },
1082
- 'perspective-origin': {},
1083
- 'pointer-events': {
1084
- values: ['all', 'fill', 'none', 'painted', 'stroke', 'visible', 'visibleFill', 'visiblePainted', 'visibleStroke']
1085
- },
1086
- 'position': {
1087
- values: ['absolute', 'fixed', '-ms-page', 'relative', 'static', 'sticky', '-webkit-sticky']
1088
- },
1089
- 'prefix': {},
1090
- 'quotes': {
1091
- values: ['none']
1092
- },
1093
- 'range': {
1094
- values: ['auto', 'infinite']
1095
- },
1096
- 'resize': {
1097
- values: ['both', 'horizontal', 'none', 'vertical']
1098
- },
1099
- 'right': {
1100
- values: ['auto']
1101
- },
1102
- 'ruby-align': {
1103
- values: ['auto', 'center', 'distribute-letter', 'distribute-space', 'left', 'line-edge', 'right', 'start', 'space-between', 'space-around']
1104
- },
1105
- 'ruby-overhang': {
1106
- values: ['auto', 'end', 'none', 'start']
1107
- },
1108
- 'ruby-position': {
1109
- values: ['after', 'before', 'inline', 'right']
1110
- },
1111
- 'ruby-span': {
1112
- values: ['attr(x)', 'none']
1113
- },
1114
- 'scrollbar-3dlight-color': {},
1115
- 'scrollbar-arrow-color': {},
1116
- 'scrollbar-base-color': {},
1117
- 'scrollbar-darkshadow-color': {},
1118
- 'scrollbar-face-color': {},
1119
- 'scrollbar-highlight-color': {},
1120
- 'scrollbar-shadow-color': {},
1121
- 'scrollbar-track-color': {},
1122
- 'scroll-behavior': {
1123
- values: ['auto', 'smooth']
1124
- },
1125
- 'scroll-snap-coordinate': {
1126
- values: ['none']
1127
- },
1128
- 'scroll-snap-destination': {},
1129
- 'scroll-snap-points-x': {
1130
- values: ['none', 'repeat()']
1131
- },
1132
- 'scroll-snap-points-y': {
1133
- values: ['none', 'repeat()']
1134
- },
1135
- 'scroll-snap-type': {
1136
- values: ['none', 'mandatory', 'proximity']
1137
- },
1138
- 'shape-image-threshold': {},
1139
- 'shape-margin': {},
1140
- 'shape-outside': {
1141
- values: ['margin-box', 'none']
1142
- },
1143
- 'shape-rendering': {
1144
- values: ['auto', 'crispEdges', 'geometricPrecision', 'optimizeSpeed']
1145
- },
1146
- 'size': {},
1147
- 'src': {
1148
- values: ['url()', 'format()', 'local()']
1149
- },
1150
- 'stop-color': {},
1151
- 'stop-opacity': {},
1152
- 'stroke': {
1153
- values: ['url()', 'none']
1154
- },
1155
- 'stroke-dasharray': {
1156
- values: ['none']
1157
- },
1158
- 'stroke-dashoffset': {},
1159
- 'stroke-linecap': {
1160
- values: ['butt', 'round', 'square']
1161
- },
1162
- 'stroke-linejoin': {
1163
- values: ['bevel', 'miter', 'round']
1164
- },
1165
- 'stroke-miterlimit': {},
1166
- 'stroke-opacity': {},
1167
- 'stroke-width': {},
1168
- 'suffix': {},
1169
- 'system': {
1170
- values: ['additive', 'alphabetic', 'cyclic', 'extends', 'fixed', 'numeric', 'symbolic']
1171
- },
1172
- 'symbols': {},
1173
- 'table-layout': {
1174
- values: ['auto', 'fixed']
1175
- },
1176
- 'tab-size': {},
1177
- 'text-align': {
1178
- values: ['center', 'end', 'justify', 'left', 'right', 'start']
1179
- },
1180
- 'text-align-last': {
1181
- values: ['auto', 'center', 'justify', 'left', 'right']
1182
- },
1183
- 'text-anchor': {
1184
- values: ['end', 'middle', 'start']
1185
- },
1186
- 'text-decoration': {
1187
- values: ['dashed', 'dotted', 'double', 'line-through', 'none', 'overline', 'solid', 'underline', 'wavy']
1188
- },
1189
- 'text-decoration-color': {},
1190
- 'text-decoration-line': {
1191
- values: ['line-through', 'none', 'overline', 'underline']
1192
- },
1193
- 'text-decoration-style': {
1194
- values: ['dashed', 'dotted', 'double', 'none', 'solid', 'wavy']
1195
- },
1196
- 'text-indent': {
1197
- values: []
1198
- },
1199
- 'text-justify': {
1200
- values: ['auto', 'distribute', 'distribute-all-lines', 'inter-cluster', 'inter-ideograph', 'inter-word', 'kashida', 'newspaper']
1201
- },
1202
- 'text-orientation': {
1203
- values: ['sideways', 'sideways-right', 'upright']
1204
- },
1205
- 'text-overflow': {
1206
- values: ['clip', 'ellipsis']
1207
- },
1208
- 'text-rendering': {
1209
- values: ['auto', 'geometricPrecision', 'optimizeLegibility', 'optimizeSpeed']
1210
- },
1211
- 'text-shadow': {
1212
- values: ['none']
1213
- },
1214
- 'text-transform': {
1215
- values: ['capitalize', 'lowercase', 'none', 'uppercase']
1216
- },
1217
- 'text-underline-position': {
1218
- values: ['above', 'auto', 'below']
1219
- },
1220
- 'top': {
1221
- values: ['auto']
1222
- },
1223
- 'touch-action': {
1224
- values: ['auto', 'cross-slide-x', 'cross-slide-y', 'double-tap-zoom', 'manipulation', 'none', 'pan-x', 'pan-y', 'pinch-zoom']
1225
- },
1226
- 'transform': {
1227
- values: ['matrix()', 'matrix3d()', 'none', 'perspective()', 'rotate()', 'rotate3d()', "rotateX('angle')", "rotateY('angle')", "rotateZ('angle')", 'scale()', 'scale3d()', 'scaleX()', 'scaleY()', 'scaleZ()', 'skew()', 'skewX()', 'skewY()', 'translate()', 'translate3d()', 'translateX()', 'translateY()', 'translateZ()']
1228
- },
1229
- 'transform-origin': {},
1230
- 'transform-style': {
1231
- values: ['flat', 'preserve-3d']
1232
- },
1233
- 'transition': {
1234
- values: ['all', 'none']
1235
- },
1236
- 'transition-delay': {},
1237
- 'transition-duration': {},
1238
- 'transition-property': {
1239
- values: ['all', 'none']
1240
- },
1241
- 'transition-timing-function': {},
1242
- 'unicode-bidi': {
1243
- values: ['bidi-override', 'embed', 'isolate', 'isolate-override', 'normal', 'plaintext']
1244
- },
1245
- 'unicode-range': {
1246
- values: ['U+26', 'U+20-24F, U+2B0-2FF, U+370-4FF, U+1E00-1EFF, U+2000-20CF, U+2100-23FF, U+2500-26FF, U+E000-F8FF, U+FB00-FB4F', 'U+20-17F, U+2B0-2FF, U+2000-206F, U+20A0-20CF, U+2100-21FF, U+2600-26FF', 'U+20-2FF, U+370-4FF, U+1E00-20CF, U+2100-23FF, U+2500-26FF, U+FB00-FB4F, U+FFF0-FFFD', 'U+20-4FF, U+530-58F, U+10D0-10FF, U+1E00-23FF, U+2440-245F, U+2500-26FF, U+FB00-FB4F, U+FE20-FE2F, U+FFF0-FFFD', 'U+00-7F', 'U+80-FF', 'U+100-17F', 'U+180-24F', 'U+1E00-1EFF', 'U+250-2AF', 'U+370-3FF', 'U+1F00-1FFF', 'U+400-4FF', 'U+500-52F', 'U+00-52F, U+1E00-1FFF, U+2200-22FF', 'U+530-58F', 'U+590-5FF', 'U+600-6FF', 'U+750-77F', 'U+8A0-8FF', 'U+700-74F', 'U+900-97F', 'U+980-9FF', 'U+A00-A7F', 'U+A80-AFF', 'U+B00-B7F', 'U+B80-BFF', 'U+C00-C7F', 'U+C80-CFF', 'U+D00-D7F', 'U+D80-DFF', 'U+118A0-118FF', 'U+E00-E7F', 'U+1A20-1AAF', 'U+AA80-AADF', 'U+E80-EFF', 'U+F00-FFF', 'U+1000-109F', 'U+10A0-10FF', 'U+1200-137F', 'U+1380-139F', 'U+2D80-2DDF', 'U+AB00-AB2F', 'U+1780-17FF', 'U+1800-18AF', 'U+1B80-1BBF', 'U+1CC0-1CCF', 'U+4E00-9FD5', 'U+3400-4DB5', 'U+2F00-2FDF', 'U+2E80-2EFF', 'U+1100-11FF', 'U+AC00-D7AF', 'U+3040-309F', 'U+30A0-30FF', 'U+A5, U+4E00-9FFF, U+30??, U+FF00-FF9F', 'U+A4D0-A4FF', 'U+A000-A48F', 'U+A490-A4CF', 'U+2000-206F', 'U+3000-303F', 'U+2070-209F', 'U+20A0-20CF', 'U+2100-214F', 'U+2150-218F', 'U+2190-21FF', 'U+2200-22FF', 'U+2300-23FF', 'U+E000-F8FF', 'U+FB00-FB4F', 'U+FB50-FDFF', 'U+1F600-1F64F', 'U+2600-26FF', 'U+1F300-1F5FF', 'U+1F900-1F9FF', 'U+1F680-1F6FF']
1247
- },
1248
- 'user-select': {
1249
- values: ['all', 'auto', 'contain', 'none', 'text']
1250
- },
1251
- 'vertical-align': {
1252
- values: ['auto', 'baseline', 'bottom', 'middle', 'sub', 'super', 'text-bottom', 'text-top', 'top', '-webkit-baseline-middle']
1253
- },
1254
- 'visibility': {
1255
- values: ['collapse', 'hidden', 'visible']
1256
- },
1257
- '-webkit-animation': {
1258
- values: ['alternate', 'alternate-reverse', 'backwards', 'both', 'forwards', 'infinite', 'none', 'normal', 'reverse']
1259
- },
1260
- '-webkit-animation-delay': {},
1261
- '-webkit-animation-direction': {
1262
- values: ['alternate', 'alternate-reverse', 'normal', 'reverse']
1263
- },
1264
- '-webkit-animation-duration': {},
1265
- '-webkit-animation-fill-mode': {
1266
- values: ['backwards', 'both', 'forwards', 'none']
1267
- },
1268
- '-webkit-animation-iteration-count': {
1269
- values: ['infinite']
1270
- },
1271
- '-webkit-animation-name': {
1272
- values: ['none']
1273
- },
1274
- '-webkit-animation-play-state': {
1275
- values: ['paused', 'running']
1276
- },
1277
- '-webkit-animation-timing-function': {},
1278
- '-webkit-appearance': {
1279
- values: ['button', 'button-bevel', 'caps-lock-indicator', 'caret', 'checkbox', 'default-button', 'listbox', 'listitem', 'media-fullscreen-button', 'media-mute-button', 'media-play-button', 'media-seek-back-button', 'media-seek-forward-button', 'media-slider', 'media-sliderthumb', 'menulist', 'menulist-button', 'menulist-text', 'menulist-textfield', 'none', 'push-button', 'radio', 'scrollbarbutton-down', 'scrollbarbutton-left', 'scrollbarbutton-right', 'scrollbarbutton-up', 'scrollbargripper-horizontal', 'scrollbargripper-vertical', 'scrollbarthumb-horizontal', 'scrollbarthumb-vertical', 'scrollbartrack-horizontal', 'scrollbartrack-vertical', 'searchfield', 'searchfield-cancel-button', 'searchfield-decoration', 'searchfield-results-button', 'searchfield-results-decoration', 'slider-horizontal', 'sliderthumb-horizontal', 'sliderthumb-vertical', 'slider-vertical', 'square-button', 'textarea', 'textfield']
1280
- },
1281
- '-webkit-backdrop-filter': {
1282
- values: ['none', 'blur()', 'brightness()', 'contrast()', 'drop-shadow()', 'grayscale()', 'hue-rotate()', 'invert()', 'opacity()', 'saturate()', 'sepia()', 'url()']
1283
- },
1284
- '-webkit-backface-visibility': {
1285
- values: ['hidden', 'visible']
1286
- },
1287
- '-webkit-background-clip': {},
1288
- '-webkit-background-composite': {
1289
- values: ['border', 'padding']
1290
- },
1291
- '-webkit-background-origin': {},
1292
- '-webkit-border-image': {
1293
- values: ['auto', 'fill', 'none', 'repeat', 'round', 'space', 'stretch', 'url()']
1294
- },
1295
- '-webkit-box-align': {
1296
- values: ['baseline', 'center', 'end', 'start', 'stretch']
1297
- },
1298
- '-webkit-box-direction': {
1299
- values: ['normal', 'reverse']
1300
- },
1301
- '-webkit-box-flex': {},
1302
- '-webkit-box-flex-group': {},
1303
- '-webkit-box-ordinal-group': {},
1304
- '-webkit-box-orient': {
1305
- values: ['block-axis', 'horizontal', 'inline-axis', 'vertical']
1306
- },
1307
- '-webkit-box-pack': {
1308
- values: ['center', 'end', 'justify', 'start']
1309
- },
1310
- '-webkit-box-reflect': {
1311
- values: ['above', 'below', 'left', 'right']
1312
- },
1313
- '-webkit-box-sizing': {
1314
- values: ['border-box', 'content-box']
1315
- },
1316
- '-webkit-break-after': {
1317
- values: ['always', 'auto', 'avoid', 'avoid-column', 'avoid-page', 'avoid-region', 'column', 'left', 'page', 'region', 'right']
1318
- },
1319
- '-webkit-break-before': {
1320
- values: ['always', 'auto', 'avoid', 'avoid-column', 'avoid-page', 'avoid-region', 'column', 'left', 'page', 'region', 'right']
1321
- },
1322
- '-webkit-break-inside': {
1323
- values: ['auto', 'avoid', 'avoid-column', 'avoid-page', 'avoid-region']
1324
- },
1325
- '-webkit-column-break-after': {
1326
- values: ['always', 'auto', 'avoid', 'avoid-column', 'avoid-page', 'avoid-region', 'column', 'left', 'page', 'region', 'right']
1327
- },
1328
- '-webkit-column-break-before': {
1329
- values: ['always', 'auto', 'avoid', 'avoid-column', 'avoid-page', 'avoid-region', 'column', 'left', 'page', 'region', 'right']
1330
- },
1331
- '-webkit-column-break-inside': {
1332
- values: ['auto', 'avoid', 'avoid-column', 'avoid-page', 'avoid-region']
1333
- },
1334
- '-webkit-column-count': {
1335
- values: ['auto']
1336
- },
1337
- '-webkit-column-gap': {
1338
- values: ['normal']
1339
- },
1340
- '-webkit-column-rule': {},
1341
- '-webkit-column-rule-color': {},
1342
- '-webkit-column-rule-style': {},
1343
- '-webkit-column-rule-width': {},
1344
- '-webkit-columns': {
1345
- values: ['auto']
1346
- },
1347
- '-webkit-column-span': {
1348
- values: ['all', 'none']
1349
- },
1350
- '-webkit-column-width': {
1351
- values: ['auto']
1352
- },
1353
- '-webkit-filter': {
1354
- values: ['none', 'blur()', 'brightness()', 'contrast()', 'drop-shadow()', 'grayscale()', 'hue-rotate()', 'invert()', 'opacity()', 'saturate()', 'sepia()', 'url()']
1355
- },
1356
- '-webkit-flow-from': {
1357
- values: ['none']
1358
- },
1359
- '-webkit-flow-into': {
1360
- values: ['none']
1361
- },
1362
- '-webkit-font-feature-settings': {
1363
- values: ['"c2cs"', '"dlig"', '"kern"', '"liga"', '"lnum"', '"onum"', '"smcp"', '"swsh"', '"tnum"', 'normal', 'off', 'on']
1364
- },
1365
- '-webkit-hyphens': {
1366
- values: ['auto', 'manual', 'none']
1367
- },
1368
- '-webkit-line-break': {
1369
- values: ['after-white-space', 'normal']
1370
- },
1371
- '-webkit-margin-bottom-collapse': {
1372
- values: ['collapse', 'discard', 'separate']
1373
- },
1374
- '-webkit-margin-collapse': {
1375
- values: ['collapse', 'discard', 'separate']
1376
- },
1377
- '-webkit-margin-start': {
1378
- values: ['auto']
1379
- },
1380
- '-webkit-margin-top-collapse': {
1381
- values: ['collapse', 'discard', 'separate']
1382
- },
1383
- '-webkit-mask-clip': {},
1384
- '-webkit-mask-image': {
1385
- values: ['none', 'url()']
1386
- },
1387
- '-webkit-mask-origin': {},
1388
- '-webkit-mask-repeat': {},
1389
- '-webkit-mask-size': {
1390
- values: ['auto', 'contain', 'cover']
1391
- },
1392
- '-webkit-nbsp-mode': {
1393
- values: ['normal', 'space']
1394
- },
1395
- '-webkit-overflow-scrolling': {
1396
- values: ['auto', 'touch']
1397
- },
1398
- '-webkit-padding-start': {},
1399
- '-webkit-perspective': {
1400
- values: ['none']
1401
- },
1402
- '-webkit-perspective-origin': {},
1403
- '-webkit-region-fragment': {
1404
- values: ['auto', 'break']
1405
- },
1406
- '-webkit-tap-highlight-color': {},
1407
- '-webkit-text-fill-color': {},
1408
- '-webkit-text-size-adjust': {
1409
- values: ['auto', 'none']
1410
- },
1411
- '-webkit-text-stroke': {},
1412
- '-webkit-text-stroke-color': {},
1413
- '-webkit-text-stroke-width': {},
1414
- '-webkit-touch-callout': {
1415
- values: ['none']
1416
- },
1417
- '-webkit-transform': {
1418
- values: ['matrix()', 'matrix3d()', 'none', 'perspective()', 'rotate()', 'rotate3d()', "rotateX('angle')", "rotateY('angle')", "rotateZ('angle')", 'scale()', 'scale3d()', 'scaleX()', 'scaleY()', 'scaleZ()', 'skew()', 'skewX()', 'skewY()', 'translate()', 'translate3d()', 'translateX()', 'translateY()', 'translateZ()']
1419
- },
1420
- '-webkit-transform-origin': {},
1421
- '-webkit-transform-origin-x': {},
1422
- '-webkit-transform-origin-y': {},
1423
- '-webkit-transform-origin-z': {},
1424
- '-webkit-transform-style': {
1425
- values: ['flat']
1426
- },
1427
- '-webkit-transition': {
1428
- values: ['all', 'none']
1429
- },
1430
- '-webkit-transition-delay': {},
1431
- '-webkit-transition-duration': {},
1432
- '-webkit-transition-property': {
1433
- values: ['all', 'none']
1434
- },
1435
- '-webkit-transition-timing-function': {},
1436
- '-webkit-user-drag': {
1437
- values: ['auto', 'element', 'none']
1438
- },
1439
- '-webkit-user-modify': {
1440
- values: ['read-only', 'read-write', 'read-write-plaintext-only']
1441
- },
1442
- '-webkit-user-select': {
1443
- values: ['auto', 'none', 'text']
1444
- },
1445
- 'widows': {},
1446
- 'width': {
1447
- values: ['auto', 'fit-content', 'max-content', 'min-content']
1448
- },
1449
- 'will-change': {
1450
- values: ['auto', 'contents', 'scroll-position']
1451
- },
1452
- 'word-break': {
1453
- values: ['break-all', 'keep-all', 'normal']
1454
- },
1455
- 'word-spacing': {
1456
- values: ['normal']
1457
- },
1458
- 'word-wrap': {
1459
- values: ['break-word', 'normal']
1460
- },
1461
- 'writing-mode': {
1462
- values: ['horizontal-tb', 'sideways-lr', 'sideways-rl', 'vertical-lr', 'vertical-rl']
1463
- },
1464
- 'z-index': {
1465
- values: ['auto']
1466
- },
1467
- 'zoom': {
1468
- values: ['normal']
1469
- },
1470
- '-ms-ime-align': {
1471
- values: ['auto', 'after']
1472
- },
1473
- '-moz-binding': {},
1474
- '-moz-context-properties': {},
1475
- '-moz-float-edge': {
1476
- values: ['border-box', 'content-box', 'margin-box', 'padding-box']
1477
- },
1478
- '-moz-force-broken-image-icon': {
1479
- values: ['0', '1']
1480
- },
1481
- '-moz-image-region': {},
1482
- '-moz-orient': {
1483
- values: ['inline', 'block', 'horizontal', 'vertical']
1484
- },
1485
- '-moz-outline-radius': {},
1486
- '-moz-outline-radius-bottomleft': {},
1487
- '-moz-outline-radius-bottomright': {},
1488
- '-moz-outline-radius-topleft': {},
1489
- '-moz-outline-radius-topright': {},
1490
- '-moz-stack-sizing': {
1491
- values: ['ignore', 'stretch-to-fit']
1492
- },
1493
- '-moz-text-blink': {
1494
- values: ['none', 'blink']
1495
- },
1496
- '-moz-user-input': {
1497
- values: ['auto', 'none', 'enabled', 'disabled']
1498
- },
1499
- '-moz-user-modify': {
1500
- values: ['read-only', 'read-write', 'write-only']
1501
- },
1502
- '-moz-window-dragging': {
1503
- values: ['drag', 'no-drag']
1504
- },
1505
- '-moz-window-shadow': {
1506
- values: ['default', 'menu', 'tooltip', 'sheet', 'none']
1507
- },
1508
- '-webkit-border-before': {},
1509
- '-webkit-border-before-color': {},
1510
- '-webkit-border-before-style': {},
1511
- '-webkit-border-before-width': {},
1512
- '-webkit-line-clamp': {},
1513
- '-webkit-mask': {},
1514
- '-webkit-mask-attachment': {},
1515
- '-webkit-mask-composite': {},
1516
- '-webkit-mask-position': {},
1517
- '-webkit-mask-position-x': {},
1518
- '-webkit-mask-position-y': {},
1519
- '-webkit-mask-repeat-x': {
1520
- values: ['repeat', 'no-repeat', 'space', 'round']
1521
- },
1522
- '-webkit-mask-repeat-y': {
1523
- values: ['repeat', 'no-repeat', 'space', 'round']
1524
- },
1525
- 'accent-color': {},
1526
- 'align-tracks': {},
1527
- 'animation-composition': {},
1528
- 'animation-timeline': {},
1529
- 'appearance': {},
1530
- 'aspect-ratio': {},
1531
- 'azimuth': {},
1532
- 'backdrop-filter': {},
1533
- 'border-block': {},
1534
- 'border-block-color': {},
1535
- 'border-block-style': {},
1536
- 'border-block-width': {},
1537
- 'border-end-end-radius': {},
1538
- 'border-end-start-radius': {},
1539
- 'border-inline': {},
1540
- 'border-inline-color': {},
1541
- 'border-inline-style': {},
1542
- 'border-inline-width': {},
1543
- 'border-start-end-radius': {},
1544
- 'border-start-start-radius': {},
1545
- 'box-align': {
1546
- values: ['start', 'center', 'end', 'baseline', 'stretch']
1547
- },
1548
- 'box-direction': {
1549
- values: ['normal', 'reverse', 'inherit']
1550
- },
1551
- 'box-flex': {},
1552
- 'box-flex-group': {},
1553
- 'box-lines': {
1554
- values: ['single', 'multiple']
1555
- },
1556
- 'box-ordinal-group': {},
1557
- 'box-orient': {
1558
- values: ['horizontal', 'vertical', 'inline-axis', 'block-axis', 'inherit']
1559
- },
1560
- 'box-pack': {
1561
- values: ['start', 'center', 'end', 'justify']
1562
- },
1563
- 'caret': {},
1564
- 'caret-shape': {
1565
- values: ['auto', 'bar', 'block', 'underscore']
1566
- },
1567
- 'print-color-adjust': {
1568
- values: ['economy', 'exact']
1569
- },
1570
- 'color-scheme': {},
1571
- 'contain-intrinsic-size': {},
1572
- 'contain-intrinsic-block-size': {},
1573
- 'contain-intrinsic-height': {},
1574
- 'contain-intrinsic-inline-size': {},
1575
- 'contain-intrinsic-width': {},
1576
- 'content-visibility': {
1577
- values: ['visible', 'auto', 'hidden']
1578
- },
1579
- 'counter-set': {},
1580
- 'font-optical-sizing': {
1581
- values: ['auto', 'none']
1582
- },
1583
- 'font-variation-settings': {},
1584
- 'font-smooth': {},
1585
- 'forced-color-adjust': {
1586
- values: ['auto', 'none']
1587
- },
1588
- 'gap': {},
1589
- 'hanging-punctuation': {},
1590
- 'hyphenate-character': {},
1591
- 'image-resolution': {},
1592
- 'initial-letter': {},
1593
- 'initial-letter-align': {},
1594
- 'input-security': {
1595
- values: ['auto', 'none']
1596
- },
1597
- 'inset': {},
1598
- 'inset-block': {},
1599
- 'inset-block-end': {},
1600
- 'inset-block-start': {},
1601
- 'inset-inline': {},
1602
- 'inset-inline-end': {},
1603
- 'inset-inline-start': {},
1604
- 'justify-tracks': {},
1605
- 'line-clamp': {},
1606
- 'line-height-step': {},
1607
- 'margin-block': {},
1608
- 'margin-inline': {},
1609
- 'margin-trim': {
1610
- values: ['none', 'in-flow', 'all']
1611
- },
1612
- 'mask': {},
1613
- 'mask-border': {},
1614
- 'mask-border-mode': {
1615
- values: ['luminance', 'alpha']
1616
- },
1617
- 'mask-border-outset': {},
1618
- 'mask-border-repeat': {},
1619
- 'mask-border-slice': {},
1620
- 'mask-border-source': {},
1621
- 'mask-border-width': {},
1622
- 'mask-clip': {},
1623
- 'mask-composite': {},
1624
- 'masonry-auto-flow': {},
1625
- 'math-depth': {},
1626
- 'math-shift': {
1627
- values: ['normal', 'compact']
1628
- },
1629
- 'math-style': {
1630
- values: ['normal', 'compact']
1631
- },
1632
- 'max-lines': {},
1633
- 'offset': {},
1634
- 'offset-anchor': {},
1635
- 'offset-distance': {},
1636
- 'offset-path': {},
1637
- 'offset-position': {},
1638
- 'offset-rotate': {},
1639
- 'overflow-anchor': {
1640
- values: ['auto', 'none']
1641
- },
1642
- 'overflow-block': {
1643
- values: ['visible', 'hidden', 'clip', 'scroll', 'auto']
1644
- },
1645
- 'overflow-clip-box': {
1646
- values: ['padding-box', 'content-box']
1647
- },
1648
- 'overflow-clip-margin': {},
1649
- 'overflow-inline': {
1650
- values: ['visible', 'hidden', 'clip', 'scroll', 'auto']
1651
- },
1652
- 'overscroll-behavior': {},
1653
- 'overscroll-behavior-block': {
1654
- values: ['contain', 'none', 'auto']
1655
- },
1656
- 'overscroll-behavior-inline': {
1657
- values: ['contain', 'none', 'auto']
1658
- },
1659
- 'overscroll-behavior-x': {
1660
- values: ['contain', 'none', 'auto']
1661
- },
1662
- 'overscroll-behavior-y': {
1663
- values: ['contain', 'none', 'auto']
1664
- },
1665
- 'padding-block': {},
1666
- 'padding-inline': {},
1667
- 'place-content': {},
1668
- 'place-items': {},
1669
- 'place-self': {},
1670
- 'rotate': {},
1671
- 'row-gap': {},
1672
- 'ruby-merge': {
1673
- values: ['separate', 'collapse', 'auto']
1674
- },
1675
- 'scale': {},
1676
- 'scrollbar-color': {},
1677
- 'scrollbar-gutter': {},
1678
- 'scrollbar-width': {
1679
- values: ['auto', 'thin', 'none']
1680
- },
1681
- 'scroll-margin': {},
1682
- 'scroll-margin-block': {},
1683
- 'scroll-margin-block-start': {},
1684
- 'scroll-margin-block-end': {},
1685
- 'scroll-margin-bottom': {},
1686
- 'scroll-margin-inline': {},
1687
- 'scroll-margin-inline-start': {},
1688
- 'scroll-margin-inline-end': {},
1689
- 'scroll-margin-left': {},
1690
- 'scroll-margin-right': {},
1691
- 'scroll-margin-top': {},
1692
- 'scroll-padding': {},
1693
- 'scroll-padding-block': {},
1694
- 'scroll-padding-block-start': {},
1695
- 'scroll-padding-block-end': {},
1696
- 'scroll-padding-bottom': {},
1697
- 'scroll-padding-inline': {},
1698
- 'scroll-padding-inline-start': {},
1699
- 'scroll-padding-inline-end': {},
1700
- 'scroll-padding-left': {},
1701
- 'scroll-padding-right': {},
1702
- 'scroll-padding-top': {},
1703
- 'scroll-snap-align': {},
1704
- 'scroll-snap-stop': {
1705
- values: ['normal', 'always']
1706
- },
1707
- 'scroll-snap-type-x': {
1708
- values: ['none', 'mandatory', 'proximity']
1709
- },
1710
- 'scroll-snap-type-y': {
1711
- values: ['none', 'mandatory', 'proximity']
1712
- },
1713
- 'scroll-timeline': {},
1714
- 'scroll-timeline-axis': {
1715
- values: ['block', 'inline', 'vertical', 'horizontal']
1716
- },
1717
- 'scroll-timeline-name': {},
1718
- 'text-combine-upright': {},
1719
- 'text-decoration-skip': {},
1720
- 'text-decoration-skip-ink': {
1721
- values: ['auto', 'all', 'none']
1722
- },
1723
- 'text-decoration-thickness': {},
1724
- 'text-emphasis': {},
1725
- 'text-emphasis-color': {},
1726
- 'text-emphasis-position': {},
1727
- 'text-emphasis-style': {},
1728
- 'text-size-adjust': {},
1729
- 'text-underline-offset': {},
1730
- 'transform-box': {
1731
- values: ['content-box', 'border-box', 'fill-box', 'stroke-box', 'view-box']
1732
- },
1733
- 'translate': {},
1734
- 'white-space': {
1735
- values: ['normal', 'pre', 'nowrap', 'pre-wrap', 'pre-line', 'break-spaces']
1736
- },
1737
- 'speak-as': {},
1738
- 'ascent-override': {},
1739
- 'descent-override': {},
1740
- 'font-display': {},
1741
- 'line-gap-override': {},
1742
- 'size-adjust': {},
1743
- 'bleed': {},
1744
- 'marks': {},
1745
- 'syntax': {},
1746
- 'inherits': {
1747
- values: ['true', 'false']
1748
- },
1749
- 'initial-value': {},
1750
- 'max-zoom': {},
1751
- 'min-zoom': {},
1752
- 'orientation': {
1753
- values: ['auto', 'portrait', 'landscape']
1754
- },
1755
- 'user-zoom': {
1756
- values: ['zoom', 'fixed']
1757
- },
1758
- 'viewport-fit': {
1759
- values: ['auto', 'contain', 'cover']
1760
- }
1761
- };
1762
- function validate(editor, monaco) {
1763
- var model = editor.getModel();
1764
- var markers = [];
1765
- var lineLen = model.getLineCount();
1766
- for (var i = 1; i < lineLen + 1; i++) {
1767
- var range = {
1768
- startLineNumber: i,
1769
- startColumn: 1,
1770
- endLineNumber: i,
1771
- endColumn: model.getLineLength(i) + 1
1772
- };
1773
- var content = model.getValueInRange(range);
1774
- if (content !== '') {
1775
- // 检测是否有冒号
1776
- if (!content.includes(':')) {
1777
- markers.push({
1778
- message: i18nRuntime.i18n("bb7654f7c2768614e95a0da7e94f4045"),
1779
- severity: monaco.MarkerSeverity.Error,
1780
- startLineNumber: range.startLineNumber,
1781
- startColumn: range.endColumn,
1782
- endLineNumber: range.endLineNumber,
1783
- endColumn: range.endColumn + 1
1784
- });
1785
- }
1786
- // 检测是否有属性
1787
- else if (/^(.*):\s?;?$/.test(content)) {
1788
- markers.push({
1789
- message: i18nRuntime.i18n("af26fdb215bad5b2296529802b129c12"),
1790
- severity: monaco.MarkerSeverity.Error,
1791
- startLineNumber: range.startLineNumber,
1792
- startColumn: range.endColumn,
1793
- endLineNumber: range.endLineNumber,
1794
- endColumn: range.endColumn + 1
1795
- });
1796
- }
1797
- // 检测是否以分号结尾
1798
- else if (!content.endsWith(';')) {
1799
- markers.push({
1800
- message: i18nRuntime.i18n("3955b2e2e06144010a1142d3624b17b1"),
1801
- severity: monaco.MarkerSeverity.Error,
1802
- startLineNumber: range.startLineNumber,
1803
- startColumn: range.endColumn,
1804
- endLineNumber: range.endLineNumber,
1805
- endColumn: range.endColumn + 1
1806
- });
1807
- }
1808
- }
1809
- }
1810
- monaco.editor.setModelMarkers(model, 'owner', markers);
1811
- }
1812
- function editorFactory(containerElement, monaco, options) {
1813
- if (!monaco.languages.getEncodedLanguageId('amisTheme')) {
1814
- // 注册语言
1815
- monaco.languages.register({
1816
- id: 'amisTheme'
1817
- });
1818
- // 设置高亮
1819
- monaco.languages.setMonarchTokensProvider('amisTheme', conf);
1820
- // 设置提示
1821
- monaco.languages.registerCompletionItemProvider('amisTheme', {
1822
- provideCompletionItems: function (model, position) {
1823
- var lineNumber = position.lineNumber,
1824
- column = position.column;
1825
- // 获取输入前的字符
1826
- var textBeforePointer = model.getValueInRange({
1827
- startLineNumber: lineNumber,
1828
- startColumn: 0,
1829
- endLineNumber: lineNumber,
1830
- endColumn: column
1831
- });
1832
- // 如果已经配置了key和value就不给建议了
1833
- if (/(.*):(.*);/.test(textBeforePointer)) {
1834
- return {
1835
- suggestions: []
1836
- };
1837
- }
1838
- var token = /(.*):/.exec(textBeforePointer) || [];
1839
- var valueTip = keywords[token[1]];
1840
- var suggestions;
1841
- // 判断是需要提示key还是value
1842
- if (!isEmpty__default["default"](valueTip)) {
1843
- suggestions = tslib.__spreadArray([], tslib.__read(valueTip.values.map(function (k) {
1844
- return {
1845
- label: k,
1846
- kind: monaco.languages.CompletionItemKind.Enum,
1847
- insertText: k + ';'
1848
- };
1849
- })), false);
1850
- } else {
1851
- suggestions = tslib.__spreadArray([], tslib.__read(Object.keys(keywords).map(function (k) {
1852
- return {
1853
- label: k,
1854
- kind: monaco.languages.CompletionItemKind.Keyword,
1855
- insertText: k + ': '
1856
- };
1857
- })), false);
1858
- }
1859
- return {
1860
- suggestions: suggestions
1861
- };
1862
- },
1863
- triggerCharacters: [' ']
1864
- });
1865
- }
1866
- // const uri = monaco.Uri.parse(options.uri.replace(/:/g, '-'));
1867
- // let model: any = null;
1868
- // try {
1869
- // model = monaco.editor.createModel(options.value, 'amisTheme', uri);
1870
- // } catch (error) {
1871
- // model = monaco.editor.getModel(uri);
1872
- // }
1873
- var editor = monaco.editor.create(containerElement, tslib.__assign(tslib.__assign({}, options), {
1874
- 'language': 'amisTheme',
1875
- 'autoIndent': true,
1876
- 'formatOnType': true,
1877
- 'formatOnPaste': true,
1878
- 'selectOnLineNumbers': true,
1879
- 'scrollBeyondLastLine': false,
1880
- 'folding': true,
1881
- 'minimap': {
1882
- enabled: false
1883
- },
1884
- 'scrollbar': {
1885
- alwaysConsumeMouseWheel: false
1886
- },
1887
- 'bracketPairColorization.enabled': true,
1888
- 'automaticLayout': true,
1889
- 'lineNumbers': 'off',
1890
- 'glyphMargin': false,
1891
- 'wordWrap': 'on',
1892
- 'lineDecorationsWidth': 0,
1893
- 'lineNumbersMinChars': 0
1894
- }));
1895
- editor.onDidChangeModelContent(function () {
1896
- validate(editor, monaco);
1897
- options.onChange && options.onChange(editor.getValue());
1898
- });
1899
- return editor;
1900
- }
1901
-
1902
- exports["default"] = editorFactory;