amis-editor 5.5.0 → 5.6.1

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