amis-editor 5.2.0-beta.1 → 5.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (563) hide show
  1. package/dist/6dbcbb49b6fd405190a9.png +0 -0
  2. package/dist/cebfe0bc5a1dbde02da1.svg +10 -0
  3. package/dist/compat.d.ts +30 -0
  4. package/dist/component/Breadcrumb.d.ts +33 -0
  5. package/dist/component/ClassNameControl.d.ts +31 -0
  6. package/dist/component/CommonConfigWrapper.d.ts +6 -0
  7. package/dist/component/ContainerWrapper.d.ts +12 -0
  8. package/dist/component/Editor.d.ts +97 -0
  9. package/dist/component/HighlightBox.d.ts +29 -0
  10. package/dist/component/IFrameBridge.d.ts +32 -0
  11. package/dist/component/IFramePreview.d.ts +38 -0
  12. package/dist/component/MiniEditor.d.ts +9 -0
  13. package/dist/component/NodeWrapper.d.ts +20 -0
  14. package/dist/component/Panel/AMisCodeEditor.d.ts +37 -0
  15. package/dist/component/Panel/AvailableRenderersPanel.d.ts +10 -0
  16. package/dist/component/Panel/CodeEditorPanel.d.ts +6 -0
  17. package/dist/component/Panel/ContextMenuPanel.d.ts +8 -0
  18. package/dist/component/Panel/DrawerPanel.d.ts +15 -0
  19. package/dist/component/Panel/DrawerRendererPanel.d.ts +15 -0
  20. package/dist/component/Panel/InsertSubRendererPanel.d.ts +11 -0
  21. package/dist/component/Panel/LeftPanels.d.ts +20 -0
  22. package/dist/component/Panel/Outline.d.ts +18 -0
  23. package/dist/component/Panel/RenderersPanel.d.ts +31 -0
  24. package/dist/component/Panel/RightPanels.d.ts +21 -0
  25. package/dist/component/Panel/TargetNamePanel.d.ts +7 -0
  26. package/dist/component/PopOverForm.d.ts +22 -0
  27. package/dist/component/Preview.d.ts +67 -0
  28. package/dist/component/RegionHLBox.d.ts +20 -0
  29. package/dist/component/RegionWrapper.d.ts +206 -0
  30. package/dist/component/RendererThumb.d.ts +22 -0
  31. package/dist/component/ScaffoldModal.d.ts +24 -0
  32. package/dist/component/SubEditor.d.ts +67 -0
  33. package/{lib → dist}/component/TableViewEditor.d.ts +2 -2
  34. package/dist/component/VRenderer.d.ts +191 -0
  35. package/dist/component/base/BackTop.d.ts +26 -0
  36. package/dist/component/base/ErrorRenderer.d.ts +4 -0
  37. package/{lib/component → dist/component/base}/InputComponentName.d.ts +0 -0
  38. package/dist/component/base/SearchCustomRendererPanel.d.ts +15 -0
  39. package/dist/component/base/SearchPanel.d.ts +83 -0
  40. package/dist/component/base/SearchRendererPanel.d.ts +19 -0
  41. package/dist/component/base/ShortcutKey.d.ts +23 -0
  42. package/dist/component/base/WidthDraggableBtn.d.ts +16 -0
  43. package/dist/component/base/WidthDraggableContainer.d.ts +2 -0
  44. package/dist/component/control/APIControl.d.ts +1158 -0
  45. package/dist/component/control/ActionAPIControl.d.ts +1158 -0
  46. package/{lib/renderer → dist/component/control}/BadgeControl.d.ts +12 -13
  47. package/dist/component/control/BaseControl.d.ts +248 -0
  48. package/{lib/renderer → dist/component/control}/DataBindingControl.d.ts +0 -0
  49. package/{lib/renderer → dist/component/control}/DataPickerControl.d.ts +1 -1
  50. package/{lib/renderer → dist/component/control}/DateShortCutControl.d.ts +1 -1
  51. package/dist/component/control/FormulaControl.d.ts +51 -0
  52. package/{lib/renderer → dist/component/control}/OptionControl.d.ts +0 -0
  53. package/{lib/renderer → dist/component/control}/PopoverEdit.d.ts +1 -1
  54. package/{lib/renderer → dist/component/control}/StatusControl.d.ts +0 -0
  55. package/{lib/renderer → dist/component/control}/SwitchMoreControl.d.ts +70 -68
  56. package/{lib/renderer → dist/component/control}/ValidationControl.d.ts +0 -0
  57. package/{lib/renderer → dist/component/control}/ValidationItem.d.ts +0 -0
  58. package/{lib/renderer → dist/component/control}/style-control/Background.d.ts +0 -0
  59. package/{lib/renderer → dist/component/control}/style-control/Border.d.ts +0 -0
  60. package/{lib/renderer → dist/component/control}/style-control/BoxModel.d.ts +0 -0
  61. package/{lib/renderer → dist/component/control}/style-control/BoxShadow.d.ts +0 -0
  62. package/{lib/renderer → dist/component/control}/style-control/Display.d.ts +0 -0
  63. package/{lib/renderer → dist/component/control}/style-control/Font.d.ts +0 -0
  64. package/{lib/renderer → dist/component/control}/style-control/font-family.d.ts +0 -0
  65. package/{lib/renderer → dist/component/control}/style-control/transformation.d.ts +0 -0
  66. package/{lib/renderer → dist/component/control}/style-control/types.d.ts +0 -0
  67. package/dist/component/schemaTpl.d.ts +27 -0
  68. package/{lib → dist/component}/validator.d.ts +0 -0
  69. package/dist/dnd/default.d.ts +47 -0
  70. package/dist/dnd/index.d.ts +119 -0
  71. package/dist/dnd/interface.d.ts +14 -0
  72. package/dist/dnd/position-h.d.ts +7 -0
  73. package/dist/env.d.ts +5 -0
  74. package/dist/event-action/action-config-panel.d.ts +8 -0
  75. package/dist/event-action/actions.d.ts +3 -0
  76. package/dist/event-action/comp-action-select.d.ts +11 -0
  77. package/dist/event-action/config.d.ts +13 -0
  78. package/dist/event-action/index.d.ts +459 -0
  79. package/dist/event-action/schema.d.ts +32 -0
  80. package/dist/exports.d.ts +8 -0
  81. package/dist/exports.min.js +1 -0
  82. package/dist/icons/index.d.ts +2 -0
  83. package/{lib → dist}/index.d.ts +50 -24
  84. package/dist/index.min.js +1 -0
  85. package/dist/manager.d.ts +502 -0
  86. package/dist/mocker.d.ts +1 -0
  87. package/{lib → dist}/plugin/Alert.d.ts +1 -1
  88. package/dist/plugin/AnchorNav.d.ts +67 -0
  89. package/{lib → dist}/plugin/Audio.d.ts +1 -1
  90. package/dist/plugin/Avatar.d.ts +18 -0
  91. package/{lib → dist}/plugin/Breadcrumb.d.ts +1 -1
  92. package/{lib → dist}/plugin/Button.d.ts +2 -2
  93. package/{lib → dist}/plugin/ButtonGroup.d.ts +2 -2
  94. package/{lib → dist}/plugin/ButtonToolbar.d.ts +1 -1
  95. package/{lib → dist}/plugin/CRUD.d.ts +2 -2
  96. package/{lib → dist}/plugin/Card.d.ts +1 -1
  97. package/{lib → dist}/plugin/Cards.d.ts +1 -1
  98. package/{lib → dist}/plugin/Carousel.d.ts +1 -1
  99. package/{lib → dist}/plugin/Chart.d.ts +2 -2
  100. package/{lib → dist}/plugin/CodeView.d.ts +1 -1
  101. package/{lib → dist}/plugin/Collapse.d.ts +1 -1
  102. package/{lib → dist}/plugin/CollapseGroup.d.ts +1 -1
  103. package/{lib → dist}/plugin/Container.d.ts +1 -1
  104. package/{lib → dist}/plugin/Custom.d.ts +1 -1
  105. package/{lib → dist}/plugin/CustomRegion.d.ts +1 -1
  106. package/{lib → dist}/plugin/Date.d.ts +1 -1
  107. package/{lib → dist}/plugin/Datetime.d.ts +1 -1
  108. package/{lib → dist}/plugin/Dialog.d.ts +1 -1
  109. package/{lib → dist}/plugin/Divider.d.ts +1 -1
  110. package/{lib → dist}/plugin/Drawer.d.ts +1 -1
  111. package/{lib → dist}/plugin/DropDownButton.d.ts +2 -3
  112. package/{lib → dist}/plugin/Each.d.ts +1 -1
  113. package/dist/plugin/ErrorRenderer.d.ts +7 -0
  114. package/{lib → dist}/plugin/Flex.d.ts +1 -1
  115. package/{lib → dist}/plugin/Form/ButtonGroupSelect.d.ts +2 -2
  116. package/{lib → dist}/plugin/Form/ButtonToolbar.d.ts +1 -1
  117. package/{lib → dist}/plugin/Form/ChainedSelect.d.ts +3 -6
  118. package/{lib → dist}/plugin/Form/Checkbox.d.ts +2 -2
  119. package/{lib → dist}/plugin/Form/Checkboxes.d.ts +2 -2
  120. package/{lib → dist}/plugin/Form/CodeEditor.d.ts +3 -3
  121. package/{lib → dist}/plugin/Form/Combo.d.ts +2 -2
  122. package/{lib → dist}/plugin/Form/ConditionBuilder.d.ts +1 -1
  123. package/{lib → dist}/plugin/Form/Control.d.ts +1 -1
  124. package/{lib → dist}/plugin/Form/DiffEditor.d.ts +3 -3
  125. package/{lib → dist}/plugin/Form/FieldSet.d.ts +1 -1
  126. package/{lib → dist}/plugin/Form/Form.d.ts +3 -3
  127. package/{lib → dist}/plugin/Form/Formula.d.ts +1 -1
  128. package/{lib → dist}/plugin/Form/Group.d.ts +1 -1
  129. package/{lib → dist}/plugin/Form/Hidden.d.ts +1 -1
  130. package/{lib → dist}/plugin/Form/InputArray.d.ts +1 -1
  131. package/dist/plugin/Form/InputCity.d.ts +19 -0
  132. package/{lib → dist}/plugin/Form/InputColor.d.ts +18 -20
  133. package/{lib → dist}/plugin/Form/InputDate.d.ts +2 -2
  134. package/{lib → dist}/plugin/Form/InputDateRange.d.ts +2 -2
  135. package/{lib → dist}/plugin/Form/InputDateTime.d.ts +0 -0
  136. package/{lib → dist}/plugin/Form/InputDateTimeRange.d.ts +0 -0
  137. package/{lib → dist}/plugin/Form/InputEmail.d.ts +0 -0
  138. package/{lib → dist}/plugin/Form/InputExcel.d.ts +2 -2
  139. package/{lib → dist}/plugin/Form/InputFile.d.ts +2 -2
  140. package/{lib → dist}/plugin/Form/InputGroup.d.ts +1 -1
  141. package/dist/plugin/Form/InputImage.d.ts +20 -0
  142. package/{lib → dist}/plugin/Form/InputKV.d.ts +2 -2
  143. package/{lib → dist}/plugin/Form/InputMonth.d.ts +0 -0
  144. package/{lib → dist}/plugin/Form/InputMonthRange.d.ts +0 -0
  145. package/dist/plugin/Form/InputNumber.d.ts +20 -0
  146. package/{lib → dist}/plugin/Form/InputPassword.d.ts +0 -0
  147. package/{lib → dist}/plugin/Form/InputQuarter.d.ts +0 -0
  148. package/{lib → dist}/plugin/Form/InputQuarterRange.d.ts +0 -0
  149. package/{lib → dist}/plugin/Form/InputRange.d.ts +3 -5
  150. package/{lib → dist}/plugin/Form/InputRating.d.ts +2 -2
  151. package/{lib → dist}/plugin/Form/InputRepeat.d.ts +1 -1
  152. package/{lib → dist}/plugin/Form/InputRichText.d.ts +1 -1
  153. package/{lib → dist}/plugin/Form/InputSubForm.d.ts +1 -2
  154. package/{lib → dist}/plugin/Form/InputTable.d.ts +1 -1
  155. package/dist/plugin/Form/InputTag.d.ts +21 -0
  156. package/{lib → dist}/plugin/Form/InputText.d.ts +1 -1
  157. package/{lib → dist}/plugin/Form/InputTime.d.ts +0 -0
  158. package/{lib → dist}/plugin/Form/InputTimeRange.d.ts +0 -0
  159. package/{lib → dist}/plugin/Form/InputTree.d.ts +2 -2
  160. package/{lib → dist}/plugin/Form/InputURL.d.ts +0 -0
  161. package/{lib → dist}/plugin/Form/InputYear.d.ts +0 -0
  162. package/{lib → dist}/plugin/Form/InputYearRange.d.ts +0 -0
  163. package/{lib → dist}/plugin/Form/Item.d.ts +2 -2
  164. package/{lib → dist}/plugin/Form/ListSelect.d.ts +2 -2
  165. package/{lib → dist}/plugin/Form/LocationPicker.d.ts +2 -3
  166. package/{lib → dist}/plugin/Form/MatrixCheckboxes.d.ts +2 -7
  167. package/{lib → dist}/plugin/Form/NestedSelect.d.ts +2 -5
  168. package/{lib → dist}/plugin/Form/Picker.d.ts +1 -1
  169. package/{lib → dist}/plugin/Form/Radios.d.ts +2 -2
  170. package/{lib → dist}/plugin/Form/Select.d.ts +2 -2
  171. package/{lib → dist}/plugin/Form/Static.d.ts +3 -4
  172. package/{lib → dist}/plugin/Form/Switch.d.ts +2 -2
  173. package/{lib → dist}/plugin/Form/TabsTransfer.d.ts +2 -2
  174. package/{lib → dist}/plugin/Form/Textarea.d.ts +3 -3
  175. package/{lib → dist}/plugin/Form/Transfer.d.ts +2 -2
  176. package/{lib → dist}/plugin/Form/TreeSelect.d.ts +2 -2
  177. package/{lib → dist}/plugin/Form/UUID.d.ts +1 -1
  178. package/{lib → dist}/plugin/Grid.d.ts +2 -2
  179. package/{lib → dist}/plugin/HBox.d.ts +2 -2
  180. package/{lib → dist}/plugin/IFrame.d.ts +2 -3
  181. package/{lib → dist}/plugin/Image.d.ts +1 -1
  182. package/{lib → dist}/plugin/Images.d.ts +1 -1
  183. package/{lib → dist}/plugin/Json.d.ts +1 -1
  184. package/{lib → dist}/plugin/Link.d.ts +1 -2
  185. package/{lib → dist}/plugin/List.d.ts +1 -1
  186. package/{lib → dist}/plugin/ListItem.d.ts +1 -1
  187. package/{lib → dist}/plugin/Log.d.ts +1 -1
  188. package/{lib → dist}/plugin/Mapping.d.ts +1 -1
  189. package/{lib → dist}/plugin/Markdown.d.ts +1 -1
  190. package/{lib → dist}/plugin/Nav.d.ts +1 -1
  191. package/{lib → dist}/plugin/Operation.d.ts +1 -1
  192. package/{lib → dist}/plugin/Others/Action.d.ts +1 -1
  193. package/dist/plugin/Others/BasicToolbar.d.ts +11 -0
  194. package/dist/plugin/Others/DataDebug.d.ts +19 -0
  195. package/{lib → dist}/plugin/Others/TableCell.d.ts +1 -1
  196. package/dist/plugin/Others/Unknown.d.ts +5 -0
  197. package/{lib → dist}/plugin/Page.d.ts +3 -3
  198. package/dist/plugin/Panel/AvailableRenderers.d.ts +8 -0
  199. package/dist/plugin/Panel/Code.d.ts +9 -0
  200. package/dist/plugin/Panel/Name.d.ts +8 -0
  201. package/dist/plugin/Panel/Outline.d.ts +8 -0
  202. package/{lib → dist}/plugin/Panel.d.ts +1 -1
  203. package/{lib → dist}/plugin/Plain.d.ts +1 -1
  204. package/{lib → dist}/plugin/Progress.d.ts +1 -1
  205. package/{lib → dist}/plugin/Property.d.ts +1 -1
  206. package/{lib → dist}/plugin/QRCode.d.ts +1 -1
  207. package/{lib → dist}/plugin/Reset.d.ts +0 -0
  208. package/{lib → dist}/plugin/Service.d.ts +1 -4
  209. package/{lib → dist}/plugin/Sparkline.d.ts +1 -1
  210. package/{lib → dist}/plugin/Status.d.ts +1 -1
  211. package/{lib → dist}/plugin/Steps.d.ts +1 -1
  212. package/{lib → dist}/plugin/Submit.d.ts +0 -0
  213. package/{lib → dist}/plugin/Table.d.ts +2 -5
  214. package/{lib → dist}/plugin/TableView.d.ts +1 -1
  215. package/{lib → dist}/plugin/Tabs.d.ts +1 -2
  216. package/{lib → dist}/plugin/Tasks.d.ts +1 -1
  217. package/{lib → dist}/plugin/Time.d.ts +1 -1
  218. package/{lib → dist}/plugin/TooltipWrapper.d.ts +1 -1
  219. package/{lib → dist}/plugin/Tpl.d.ts +1 -1
  220. package/{lib → dist}/plugin/Video.d.ts +1 -1
  221. package/{lib → dist}/plugin/WebComponent.d.ts +1 -1
  222. package/{lib → dist}/plugin/Wizard.d.ts +2 -2
  223. package/{lib → dist}/plugin/Wrapper.d.ts +1 -1
  224. package/dist/plugin.d.ts +637 -0
  225. package/dist/store/editor.d.ts +1048 -0
  226. package/dist/store/node.d.ts +281 -0
  227. package/dist/style.css +1 -0
  228. package/dist/util.d.ts +105 -0
  229. package/package.json +32 -31
  230. package/src/component/schemaTpl.tsx +2881 -0
  231. package/src/plugin/Alert.tsx +108 -0
  232. package/src/plugin/AnchorNav.tsx +234 -0
  233. package/src/plugin/Audio.tsx +148 -0
  234. package/src/plugin/Avatar.tsx +78 -0
  235. package/src/plugin/Breadcrumb.tsx +108 -0
  236. package/src/plugin/Button.tsx +350 -0
  237. package/src/plugin/ButtonGroup.tsx +146 -0
  238. package/src/plugin/ButtonToolbar.tsx +81 -0
  239. package/src/plugin/CRUD.tsx +1777 -0
  240. package/src/plugin/Card.tsx +291 -0
  241. package/src/plugin/Cards.tsx +312 -0
  242. package/src/plugin/Carousel.tsx +377 -0
  243. package/src/plugin/Chart.tsx +230 -0
  244. package/src/plugin/CodeView.tsx +60 -0
  245. package/src/plugin/Collapse.tsx +136 -0
  246. package/src/plugin/CollapseGroup.tsx +249 -0
  247. package/src/plugin/Container.tsx +93 -0
  248. package/src/plugin/Custom.tsx +122 -0
  249. package/src/plugin/CustomRegion.tsx +157 -0
  250. package/src/plugin/Date.tsx +74 -0
  251. package/src/plugin/Datetime.tsx +68 -0
  252. package/src/plugin/Dialog.tsx +207 -0
  253. package/src/plugin/Divider.tsx +36 -0
  254. package/src/plugin/Drawer.tsx +244 -0
  255. package/src/plugin/DropDownButton.tsx +251 -0
  256. package/src/plugin/Each.tsx +150 -0
  257. package/src/plugin/ErrorRenderer.tsx +15 -0
  258. package/src/plugin/Flex.tsx +209 -0
  259. package/src/plugin/Form/ButtonGroupSelect.tsx +163 -0
  260. package/src/plugin/Form/ButtonToolbar.tsx +117 -0
  261. package/src/plugin/Form/ChainedSelect.tsx +115 -0
  262. package/src/plugin/Form/Checkbox.tsx +176 -0
  263. package/src/plugin/Form/Checkboxes.tsx +234 -0
  264. package/src/plugin/Form/CodeEditor.tsx +210 -0
  265. package/src/plugin/Form/Combo.tsx +621 -0
  266. package/src/plugin/Form/ConditionBuilder.tsx +315 -0
  267. package/src/plugin/Form/Control.tsx +85 -0
  268. package/src/plugin/Form/DiffEditor.tsx +215 -0
  269. package/src/plugin/Form/FieldSet.tsx +158 -0
  270. package/src/plugin/Form/Form.tsx +894 -0
  271. package/src/plugin/Form/Formula.tsx +73 -0
  272. package/src/plugin/Form/Group.tsx +295 -0
  273. package/src/plugin/Form/Hidden.tsx +44 -0
  274. package/src/plugin/Form/InputArray.tsx +219 -0
  275. package/src/plugin/Form/InputCity.tsx +93 -0
  276. package/src/plugin/Form/InputColor.tsx +123 -0
  277. package/src/plugin/Form/InputDate.tsx +398 -0
  278. package/src/plugin/Form/InputDateRange.tsx +367 -0
  279. package/src/plugin/Form/InputDateTime.tsx +39 -0
  280. package/src/plugin/Form/InputDateTimeRange.tsx +41 -0
  281. package/src/plugin/Form/InputEmail.tsx +34 -0
  282. package/src/plugin/Form/InputExcel.tsx +128 -0
  283. package/src/plugin/Form/InputFile.tsx +395 -0
  284. package/src/plugin/Form/InputGroup.tsx +96 -0
  285. package/src/plugin/Form/InputImage.tsx +266 -0
  286. package/src/plugin/Form/InputKV.tsx +133 -0
  287. package/src/plugin/Form/InputMonth.tsx +37 -0
  288. package/src/plugin/Form/InputMonthRange.tsx +41 -0
  289. package/src/plugin/Form/InputNumber.tsx +89 -0
  290. package/src/plugin/Form/InputPassword.tsx +35 -0
  291. package/src/plugin/Form/InputQuarter.tsx +37 -0
  292. package/src/plugin/Form/InputQuarterRange.tsx +41 -0
  293. package/src/plugin/Form/InputRange.tsx +191 -0
  294. package/src/plugin/Form/InputRating.tsx +390 -0
  295. package/src/plugin/Form/InputRepeat.tsx +57 -0
  296. package/src/plugin/Form/InputRichText.tsx +185 -0
  297. package/src/plugin/Form/InputSubForm.tsx +189 -0
  298. package/src/plugin/Form/InputTable.tsx +418 -0
  299. package/src/plugin/Form/InputTag.tsx +70 -0
  300. package/src/plugin/Form/InputText.tsx +364 -0
  301. package/src/plugin/Form/InputTime.tsx +36 -0
  302. package/src/plugin/Form/InputTimeRange.tsx +41 -0
  303. package/src/plugin/Form/InputTree.tsx +379 -0
  304. package/src/plugin/Form/InputURL.tsx +36 -0
  305. package/src/plugin/Form/InputYear.tsx +37 -0
  306. package/src/plugin/Form/InputYearRange.tsx +41 -0
  307. package/src/plugin/Form/Item.tsx +326 -0
  308. package/src/plugin/Form/ListSelect.tsx +128 -0
  309. package/src/plugin/Form/LocationPicker.tsx +57 -0
  310. package/src/plugin/Form/MatrixCheckboxes.tsx +136 -0
  311. package/src/plugin/Form/NestedSelect.tsx +278 -0
  312. package/src/plugin/Form/Picker.tsx +206 -0
  313. package/src/plugin/Form/Radios.tsx +189 -0
  314. package/src/plugin/Form/Select.tsx +304 -0
  315. package/src/plugin/Form/Static.tsx +322 -0
  316. package/src/plugin/Form/Switch.tsx +219 -0
  317. package/src/plugin/Form/TabsTransfer.tsx +355 -0
  318. package/src/plugin/Form/Textarea.tsx +193 -0
  319. package/src/plugin/Form/Transfer.tsx +430 -0
  320. package/src/plugin/Form/TreeSelect.tsx +404 -0
  321. package/src/plugin/Form/UUID.tsx +48 -0
  322. package/src/plugin/Grid.tsx +826 -0
  323. package/src/plugin/HBox.tsx +728 -0
  324. package/src/plugin/IFrame.tsx +79 -0
  325. package/src/plugin/Image.tsx +309 -0
  326. package/src/plugin/Images.tsx +226 -0
  327. package/src/plugin/Json.tsx +69 -0
  328. package/src/plugin/Link.tsx +87 -0
  329. package/src/plugin/List.tsx +274 -0
  330. package/src/plugin/ListItem.tsx +230 -0
  331. package/src/plugin/Log.tsx +52 -0
  332. package/src/plugin/Mapping.tsx +149 -0
  333. package/src/plugin/Markdown.tsx +47 -0
  334. package/src/plugin/Nav.tsx +182 -0
  335. package/src/plugin/Operation.tsx +95 -0
  336. package/src/plugin/Others/Action.tsx +432 -0
  337. package/src/plugin/Others/BasicToolbar.tsx +588 -0
  338. package/src/plugin/Others/DataDebug.tsx +134 -0
  339. package/src/plugin/Others/TableCell.tsx +460 -0
  340. package/src/plugin/Others/Unknown.tsx +37 -0
  341. package/src/plugin/Page.tsx +392 -0
  342. package/src/plugin/Panel/AvailableRenderers.tsx +41 -0
  343. package/src/plugin/Panel/Code.tsx +44 -0
  344. package/src/plugin/Panel/Name.tsx +26 -0
  345. package/src/plugin/Panel/Outline.tsx +40 -0
  346. package/src/plugin/Panel.tsx +242 -0
  347. package/src/plugin/Plain.tsx +81 -0
  348. package/src/plugin/Progress.tsx +265 -0
  349. package/src/plugin/Property.tsx +139 -0
  350. package/src/plugin/QRCode.tsx +96 -0
  351. package/src/plugin/Reset.tsx +23 -0
  352. package/src/plugin/Service.tsx +166 -0
  353. package/src/plugin/Sparkline.tsx +40 -0
  354. package/src/plugin/Status.tsx +76 -0
  355. package/src/plugin/Steps.tsx +128 -0
  356. package/src/plugin/Submit.tsx +23 -0
  357. package/src/plugin/Table.tsx +457 -0
  358. package/src/plugin/TableView.tsx +815 -0
  359. package/src/plugin/Tabs.tsx +522 -0
  360. package/src/plugin/Tasks.tsx +274 -0
  361. package/src/plugin/Time.tsx +68 -0
  362. package/src/plugin/TooltipWrapper.tsx +289 -0
  363. package/src/plugin/Tpl.tsx +174 -0
  364. package/src/plugin/Video.tsx +147 -0
  365. package/src/plugin/WebComponent.tsx +53 -0
  366. package/src/plugin/Wizard.tsx +941 -0
  367. package/src/plugin/Wrapper.tsx +128 -0
  368. package/src/plugin.ts +1112 -0
  369. package/static/Code-hover.png +0 -0
  370. package/static/Code.png +0 -0
  371. package/static/Outline-hover.png +0 -0
  372. package/static/Outline.png +0 -0
  373. package/static/Renderers-hover.png +0 -0
  374. package/static/Renderers.png +0 -0
  375. package/static/empty.png +0 -0
  376. package/static/side_hide_left.svg +10 -0
  377. package/lib/component/BaseControl.d.ts +0 -1831
  378. package/lib/component/BaseControl.js +0 -366
  379. package/lib/component/InputComponentName.js +0 -44
  380. package/lib/component/TableViewEditor.js +0 -528
  381. package/lib/event-action/actions.d.ts +0 -3
  382. package/lib/event-action/actions.js +0 -188
  383. package/lib/event-action/schema.d.ts +0 -13
  384. package/lib/event-action/schema.js +0 -134
  385. package/lib/index.js +0 -181
  386. package/lib/plugin/Alert.js +0 -113
  387. package/lib/plugin/AnchorNav.d.ts +0 -48
  388. package/lib/plugin/AnchorNav.js +0 -297
  389. package/lib/plugin/Audio.js +0 -157
  390. package/lib/plugin/Avatar.d.ts +0 -27
  391. package/lib/plugin/Avatar.js +0 -305
  392. package/lib/plugin/Breadcrumb.js +0 -116
  393. package/lib/plugin/Button.js +0 -297
  394. package/lib/plugin/ButtonGroup.js +0 -139
  395. package/lib/plugin/ButtonToolbar.js +0 -89
  396. package/lib/plugin/CRUD.js +0 -1528
  397. package/lib/plugin/Card.js +0 -233
  398. package/lib/plugin/Cards.js +0 -254
  399. package/lib/plugin/Carousel.js +0 -358
  400. package/lib/plugin/Chart.js +0 -192
  401. package/lib/plugin/CodeView.js +0 -68
  402. package/lib/plugin/Collapse.js +0 -138
  403. package/lib/plugin/CollapseGroup.js +0 -237
  404. package/lib/plugin/Container.js +0 -100
  405. package/lib/plugin/Custom.js +0 -109
  406. package/lib/plugin/CustomRegion.js +0 -154
  407. package/lib/plugin/Date.js +0 -82
  408. package/lib/plugin/Datetime.js +0 -77
  409. package/lib/plugin/Dialog.js +0 -214
  410. package/lib/plugin/Divider.js +0 -49
  411. package/lib/plugin/Drawer.js +0 -240
  412. package/lib/plugin/DropDownButton.js +0 -229
  413. package/lib/plugin/Each.js +0 -131
  414. package/lib/plugin/Flex.js +0 -203
  415. package/lib/plugin/Form/ButtonGroupSelect.js +0 -161
  416. package/lib/plugin/Form/ButtonToolbar.js +0 -107
  417. package/lib/plugin/Form/ChainedSelect.js +0 -183
  418. package/lib/plugin/Form/Checkbox.js +0 -174
  419. package/lib/plugin/Form/Checkboxes.js +0 -213
  420. package/lib/plugin/Form/CodeEditor.js +0 -201
  421. package/lib/plugin/Form/Combo.js +0 -546
  422. package/lib/plugin/Form/ConditionBuilder.js +0 -302
  423. package/lib/plugin/Form/Control.js +0 -88
  424. package/lib/plugin/Form/DiffEditor.js +0 -204
  425. package/lib/plugin/Form/FieldSet.js +0 -152
  426. package/lib/plugin/Form/Form.js +0 -846
  427. package/lib/plugin/Form/Formula.js +0 -82
  428. package/lib/plugin/Form/Group.js +0 -252
  429. package/lib/plugin/Form/Hidden.js +0 -58
  430. package/lib/plugin/Form/InputArray.js +0 -181
  431. package/lib/plugin/Form/InputCity.d.ts +0 -23
  432. package/lib/plugin/Form/InputCity.js +0 -139
  433. package/lib/plugin/Form/InputColor.js +0 -295
  434. package/lib/plugin/Form/InputDate.js +0 -357
  435. package/lib/plugin/Form/InputDateRange.js +0 -350
  436. package/lib/plugin/Form/InputDateTime.js +0 -50
  437. package/lib/plugin/Form/InputDateTimeRange.js +0 -51
  438. package/lib/plugin/Form/InputEmail.js +0 -45
  439. package/lib/plugin/Form/InputExcel.js +0 -121
  440. package/lib/plugin/Form/InputFile.js +0 -354
  441. package/lib/plugin/Form/InputGroup.js +0 -100
  442. package/lib/plugin/Form/InputImage.d.ts +0 -24
  443. package/lib/plugin/Form/InputImage.js +0 -271
  444. package/lib/plugin/Form/InputKV.js +0 -129
  445. package/lib/plugin/Form/InputMonth.js +0 -48
  446. package/lib/plugin/Form/InputMonthRange.js +0 -51
  447. package/lib/plugin/Form/InputNumber.d.ts +0 -25
  448. package/lib/plugin/Form/InputNumber.js +0 -263
  449. package/lib/plugin/Form/InputPassword.js +0 -45
  450. package/lib/plugin/Form/InputQuarter.js +0 -48
  451. package/lib/plugin/Form/InputQuarterRange.js +0 -51
  452. package/lib/plugin/Form/InputRange.js +0 -292
  453. package/lib/plugin/Form/InputRating.js +0 -357
  454. package/lib/plugin/Form/InputRepeat.js +0 -65
  455. package/lib/plugin/Form/InputRichText.js +0 -193
  456. package/lib/plugin/Form/InputSubForm.js +0 -160
  457. package/lib/plugin/Form/InputTable.js +0 -400
  458. package/lib/plugin/Form/InputTag.d.ts +0 -25
  459. package/lib/plugin/Form/InputTag.js +0 -155
  460. package/lib/plugin/Form/InputText.js +0 -328
  461. package/lib/plugin/Form/InputTime.js +0 -48
  462. package/lib/plugin/Form/InputTimeRange.js +0 -51
  463. package/lib/plugin/Form/InputTree.js +0 -375
  464. package/lib/plugin/Form/InputURL.js +0 -46
  465. package/lib/plugin/Form/InputYear.js +0 -48
  466. package/lib/plugin/Form/InputYearRange.js +0 -51
  467. package/lib/plugin/Form/Item.js +0 -265
  468. package/lib/plugin/Form/ListSelect.js +0 -130
  469. package/lib/plugin/Form/LocationPicker.js +0 -74
  470. package/lib/plugin/Form/MatrixCheckboxes.js +0 -234
  471. package/lib/plugin/Form/NestedSelect.js +0 -328
  472. package/lib/plugin/Form/Picker.js +0 -169
  473. package/lib/plugin/Form/Radios.js +0 -189
  474. package/lib/plugin/Form/Select.js +0 -304
  475. package/lib/plugin/Form/Static.js +0 -312
  476. package/lib/plugin/Form/Switch.js +0 -219
  477. package/lib/plugin/Form/TabsTransfer.js +0 -348
  478. package/lib/plugin/Form/Textarea.js +0 -190
  479. package/lib/plugin/Form/Transfer.js +0 -414
  480. package/lib/plugin/Form/TreeSelect.js +0 -375
  481. package/lib/plugin/Form/UUID.js +0 -55
  482. package/lib/plugin/Grid.js +0 -680
  483. package/lib/plugin/HBox.js +0 -594
  484. package/lib/plugin/IFrame.js +0 -94
  485. package/lib/plugin/Image.js +0 -264
  486. package/lib/plugin/Images.js +0 -214
  487. package/lib/plugin/Json.js +0 -82
  488. package/lib/plugin/Link.js +0 -120
  489. package/lib/plugin/List.js +0 -220
  490. package/lib/plugin/ListItem.js +0 -195
  491. package/lib/plugin/Log.js +0 -62
  492. package/lib/plugin/Mapping.js +0 -149
  493. package/lib/plugin/Markdown.js +0 -58
  494. package/lib/plugin/Nav.js +0 -181
  495. package/lib/plugin/Operation.js +0 -84
  496. package/lib/plugin/Others/Action.js +0 -350
  497. package/lib/plugin/Others/TableCell.js +0 -393
  498. package/lib/plugin/Page.js +0 -363
  499. package/lib/plugin/Pagination.d.ts +0 -51
  500. package/lib/plugin/Pagination.js +0 -247
  501. package/lib/plugin/Panel.js +0 -222
  502. package/lib/plugin/Plain.js +0 -88
  503. package/lib/plugin/Progress.js +0 -258
  504. package/lib/plugin/Property.js +0 -147
  505. package/lib/plugin/QRCode.js +0 -107
  506. package/lib/plugin/Reset.js +0 -38
  507. package/lib/plugin/Service.js +0 -217
  508. package/lib/plugin/Sparkline.js +0 -50
  509. package/lib/plugin/Status.js +0 -86
  510. package/lib/plugin/Steps.js +0 -136
  511. package/lib/plugin/Submit.js +0 -38
  512. package/lib/plugin/Table.js +0 -594
  513. package/lib/plugin/TableView.js +0 -744
  514. package/lib/plugin/Tabs.js +0 -429
  515. package/lib/plugin/Tasks.js +0 -263
  516. package/lib/plugin/Time.js +0 -77
  517. package/lib/plugin/TooltipWrapper.js +0 -281
  518. package/lib/plugin/Tpl.js +0 -183
  519. package/lib/plugin/Video.js +0 -140
  520. package/lib/plugin/WebComponent.js +0 -70
  521. package/lib/plugin/Wizard.js +0 -799
  522. package/lib/plugin/Wrapper.js +0 -136
  523. package/lib/renderer/APIControl.d.ts +0 -7526
  524. package/lib/renderer/APIControl.js +0 -791
  525. package/lib/renderer/BadgeControl.js +0 -290
  526. package/lib/renderer/DataBindingControl.js +0 -91
  527. package/lib/renderer/DataMappingControl.d.ts +0 -11
  528. package/lib/renderer/DataMappingControl.js +0 -73
  529. package/lib/renderer/DataPickerControl.js +0 -83
  530. package/lib/renderer/DateShortCutControl.js +0 -254
  531. package/lib/renderer/FormulaControl.d.ts +0 -96
  532. package/lib/renderer/FormulaControl.js +0 -324
  533. package/lib/renderer/OptionControl.js +0 -672
  534. package/lib/renderer/RangePartsControl.d.ts +0 -91
  535. package/lib/renderer/RangePartsControl.js +0 -392
  536. package/lib/renderer/StatusControl.js +0 -171
  537. package/lib/renderer/SwitchMoreControl.js +0 -302
  538. package/lib/renderer/ValidationControl.js +0 -279
  539. package/lib/renderer/ValidationItem.js +0 -147
  540. package/lib/renderer/style-control/Background.js +0 -493
  541. package/lib/renderer/style-control/Border.js +0 -191
  542. package/lib/renderer/style-control/BoxModel.js +0 -73
  543. package/lib/renderer/style-control/BoxShadow.js +0 -125
  544. package/lib/renderer/style-control/Display.js +0 -233
  545. package/lib/renderer/style-control/Font.js +0 -239
  546. package/lib/renderer/style-control/font-family.js +0 -149
  547. package/lib/renderer/style-control/transformation.js +0 -84
  548. package/lib/tpl/api.d.ts +0 -1
  549. package/lib/tpl/api.js +0 -378
  550. package/lib/tpl/common.d.ts +0 -1
  551. package/lib/tpl/common.js +0 -808
  552. package/lib/tpl/horizontal.d.ts +0 -1
  553. package/lib/tpl/horizontal.js +0 -260
  554. package/lib/tpl/index.d.ts +0 -7
  555. package/lib/tpl/options.d.ts +0 -1
  556. package/lib/tpl/options.js +0 -265
  557. package/lib/tpl/style.d.ts +0 -15
  558. package/lib/tpl/style.js +0 -372
  559. package/lib/tpl/validations.d.ts +0 -1
  560. package/lib/tpl/validations.js +0 -568
  561. package/lib/util.d.ts +0 -24
  562. package/lib/util.js +0 -64
  563. package/lib/validator.js +0 -417
@@ -1,1831 +0,0 @@
1
- /**
2
- * @file 基础控件集合
3
- */
4
- /// <reference types="react" />
5
- import type { BaseEventContext } from 'amis-editor-core';
6
- import { SchemaObject } from 'amis/lib/Schema';
7
- export declare const BUTTON_DEFAULT_ACTION: {
8
- onEvent: {
9
- click: {
10
- actions: never[];
11
- };
12
- };
13
- };
14
- export declare type PrimitiveType = string | number | boolean;
15
- /**
16
- * 校验项
17
- * 数组项为 ValidationType 或 对象形式的配置
18
- * 对象形式配置规则 优先匹配 isShow 形式,后匹配 isHidden 形式
19
- * 如下:
20
- */
21
- export declare type ValidationOptions = Array<{
22
- option: string;
23
- isShow?: {
24
- [key: string]: PrimitiveType | Array<PrimitiveType>;
25
- };
26
- isHidden?: {
27
- [key: string]: PrimitiveType | Array<PrimitiveType>;
28
- };
29
- }>;
30
- export declare type FormItemControlPanel = 'property' | 'common' | 'option' | 'status' | 'validation' | 'style' | 'option' | 'event';
31
- /**
32
- * Label提示
33
- * 支持传入Schema或String,传入String则使用默认配置,如下:
34
- *
35
- * @default
36
- * ```
37
- * className: 'ae-BaseRemark',
38
- * icon: 'fa fa-question-circle',
39
- * trigger: ['hover', 'click'],
40
- * placement: 'left'
41
- * ```
42
- */
43
- export declare const BaseLabelMark: (schema: Record<string, any> | string) => {
44
- content: any;
45
- className: string;
46
- icon: string;
47
- trigger: string[];
48
- placement: string;
49
- } | undefined;
50
- /**
51
- * 表单项组件面板
52
- *
53
- * @param {Object=} panels
54
- * @param {string=} key
55
- * `property` 属性
56
- * `common` 常用
57
- * `status` 状态
58
- * `validation` 校验
59
- * `style` 样式
60
- * `event` 事件
61
- * @param {string=} panels.body - 配置面板Schema
62
- * @param {boolean=} panels.replace - 是否完全替换默认Schema,默认追加
63
- * @param {Array} panels.validation.validationType - 默认显示的校验类型
64
- */
65
- export declare const formItemControl: (panels: Partial<Record<FormItemControlPanel, {
66
- /**
67
- * 标题
68
- */
69
- title?: string;
70
- /**
71
- * 配置项内容
72
- */
73
- body?: any;
74
- /**
75
- * 是否完全替换默认配置项
76
- */
77
- replace?: boolean;
78
- /**
79
- * 配置项倒序排列
80
- */
81
- reverse?: boolean;
82
- /**
83
- * 是否隐藏面板
84
- */
85
- hidden?: boolean;
86
- /**
87
- * 配置项排序优先级
88
- */
89
- order?: Record<string, number>;
90
- /**
91
- * 默认支持的校验规则
92
- */
93
- validationType?: ValidationOptions;
94
- }>>, context?: BaseEventContext) => Array<any>;
95
- export declare function tipedLabel(body: string | Array<SchemaObject>, tip: string, style?: React.CSSProperties): {
96
- type: string;
97
- tooltip: string;
98
- tooltipTheme: string;
99
- placement: string;
100
- tooltipStyle: {
101
- accentColor?: import("csstype").Property.AccentColor | undefined;
102
- alignContent?: import("csstype").Property.AlignContent | undefined;
103
- alignItems?: import("csstype").Property.AlignItems | undefined;
104
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
105
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
106
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
107
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
108
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
109
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
110
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
111
- animationName?: import("csstype").Property.AnimationName | undefined;
112
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
113
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
114
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
115
- appearance?: import("csstype").Property.Appearance | undefined;
116
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
117
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
118
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
119
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
120
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
121
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
122
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
123
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
124
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
125
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
126
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
127
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
128
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
129
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
130
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
131
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
132
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
133
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
134
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
135
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
136
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
137
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
138
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
139
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
140
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
141
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
142
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
143
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
144
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
145
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
146
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
147
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
148
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
149
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
150
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
151
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
152
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
153
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
154
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
155
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
156
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
157
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
158
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
159
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
160
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
161
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
162
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
163
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
164
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
165
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
166
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
167
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
168
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
169
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
170
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
171
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
172
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
173
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
174
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
175
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
176
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
177
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
178
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
179
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
180
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
181
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
182
- breakInside?: import("csstype").Property.BreakInside | undefined;
183
- captionSide?: import("csstype").Property.CaptionSide | undefined;
184
- caretColor?: import("csstype").Property.CaretColor | undefined;
185
- clear?: import("csstype").Property.Clear | undefined;
186
- clipPath?: import("csstype").Property.ClipPath | undefined;
187
- color?: import("csstype").Property.Color | undefined;
188
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
189
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
190
- columnCount?: import("csstype").Property.ColumnCount | undefined;
191
- columnFill?: import("csstype").Property.ColumnFill | undefined;
192
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
193
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
194
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
195
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
196
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
197
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
198
- contain?: import("csstype").Property.Contain | undefined;
199
- content?: import("csstype").Property.Content | undefined;
200
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
201
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
202
- counterReset?: import("csstype").Property.CounterReset | undefined;
203
- counterSet?: import("csstype").Property.CounterSet | undefined;
204
- cursor?: import("csstype").Property.Cursor | undefined;
205
- direction?: import("csstype").Property.Direction | undefined;
206
- display?: import("csstype").Property.Display | undefined;
207
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
208
- filter?: import("csstype").Property.Filter | undefined;
209
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
210
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
211
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
212
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
213
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
214
- float?: import("csstype").Property.Float | undefined;
215
- fontFamily?: import("csstype").Property.FontFamily | undefined;
216
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
217
- fontKerning?: import("csstype").Property.FontKerning | undefined;
218
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
219
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
220
- fontSize: import("csstype").Property.FontSize<string | number>;
221
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
222
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
223
- fontStretch?: import("csstype").Property.FontStretch | undefined;
224
- fontStyle?: import("csstype").Property.FontStyle | undefined;
225
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
226
- fontVariant?: import("csstype").Property.FontVariant | undefined;
227
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
228
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
229
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
230
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
231
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
232
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
233
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
234
- fontWeight?: import("csstype").Property.FontWeight | undefined;
235
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
236
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
237
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
238
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
239
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
240
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
241
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
242
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
243
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
244
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
245
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
246
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
247
- height?: import("csstype").Property.Height<string | number> | undefined;
248
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
249
- hyphens?: import("csstype").Property.Hyphens | undefined;
250
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
251
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
252
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
253
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
254
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
255
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
256
- inset?: import("csstype").Property.Inset<string | number> | undefined;
257
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
258
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
259
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
260
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
261
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
262
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
263
- isolation?: import("csstype").Property.Isolation | undefined;
264
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
265
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
266
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
267
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
268
- left?: import("csstype").Property.Left<string | number> | undefined;
269
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
270
- lineBreak?: import("csstype").Property.LineBreak | undefined;
271
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
272
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
273
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
274
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
275
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
276
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
277
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
278
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
279
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
280
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
281
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
282
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
283
- marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
284
- marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
285
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
286
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
287
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
288
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
289
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
290
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
291
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
292
- maskClip?: import("csstype").Property.MaskClip | undefined;
293
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
294
- maskImage?: import("csstype").Property.MaskImage | undefined;
295
- maskMode?: import("csstype").Property.MaskMode | undefined;
296
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
297
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
298
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
299
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
300
- maskType?: import("csstype").Property.MaskType | undefined;
301
- mathStyle?: import("csstype").Property.MathStyle | undefined;
302
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
303
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
304
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
305
- maxLines?: import("csstype").Property.MaxLines | undefined;
306
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
307
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
308
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
309
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
310
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
311
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
312
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
313
- motionPath?: import("csstype").Property.OffsetPath | undefined;
314
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
315
- objectFit?: import("csstype").Property.ObjectFit | undefined;
316
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
317
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
318
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
319
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
320
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
321
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
322
- opacity?: import("csstype").Property.Opacity | undefined;
323
- order?: import("csstype").Property.Order | undefined;
324
- orphans?: import("csstype").Property.Orphans | undefined;
325
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
326
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
327
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
328
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
329
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
330
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
331
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
332
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
333
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
334
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
335
- overflowX?: import("csstype").Property.OverflowX | undefined;
336
- overflowY?: import("csstype").Property.OverflowY | undefined;
337
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
338
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
339
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
340
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
341
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
342
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
343
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
344
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
345
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
346
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
347
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
348
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
349
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
350
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
351
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
352
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
353
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
354
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
355
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
356
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
357
- placeContent?: import("csstype").Property.PlaceContent | undefined;
358
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
359
- position?: import("csstype").Property.Position | undefined;
360
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
361
- quotes?: import("csstype").Property.Quotes | undefined;
362
- resize?: import("csstype").Property.Resize | undefined;
363
- right?: import("csstype").Property.Right<string | number> | undefined;
364
- rotate?: import("csstype").Property.Rotate | undefined;
365
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
366
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
367
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
368
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
369
- scale?: import("csstype").Property.Scale | undefined;
370
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
371
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
372
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
373
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
374
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
375
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
376
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
377
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
378
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
379
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
380
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
381
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
382
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
383
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
384
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
385
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
386
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
387
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
388
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
389
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
390
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
391
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
392
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
393
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
394
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
395
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
396
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
397
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
398
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
399
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
400
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
401
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
402
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
403
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
404
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
405
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
406
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
407
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
408
- tableLayout?: import("csstype").Property.TableLayout | undefined;
409
- textAlign?: import("csstype").Property.TextAlign | undefined;
410
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
411
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
412
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
413
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
414
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
415
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
416
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
417
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
418
- textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
419
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
420
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
421
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
422
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
423
- textJustify?: import("csstype").Property.TextJustify | undefined;
424
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
425
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
426
- textRendering?: import("csstype").Property.TextRendering | undefined;
427
- textShadow?: import("csstype").Property.TextShadow | undefined;
428
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
429
- textTransform?: import("csstype").Property.TextTransform | undefined;
430
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
431
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
432
- top?: import("csstype").Property.Top<string | number> | undefined;
433
- touchAction?: import("csstype").Property.TouchAction | undefined;
434
- transform?: import("csstype").Property.Transform | undefined;
435
- transformBox?: import("csstype").Property.TransformBox | undefined;
436
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
437
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
438
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
439
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
440
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
441
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
442
- translate?: import("csstype").Property.Translate<string | number> | undefined;
443
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
444
- userSelect?: import("csstype").Property.UserSelect | undefined;
445
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
446
- visibility?: import("csstype").Property.Visibility | undefined;
447
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
448
- widows?: import("csstype").Property.Widows | undefined;
449
- width?: import("csstype").Property.Width<string | number> | undefined;
450
- willChange?: import("csstype").Property.WillChange | undefined;
451
- wordBreak?: import("csstype").Property.WordBreak | undefined;
452
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
453
- wordWrap?: import("csstype").Property.WordWrap | undefined;
454
- writingMode?: import("csstype").Property.WritingMode | undefined;
455
- zIndex?: import("csstype").Property.ZIndex | undefined;
456
- zoom?: import("csstype").Property.Zoom | undefined;
457
- all?: import("csstype").Globals | undefined;
458
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
459
- background?: import("csstype").Property.Background<string | number> | undefined;
460
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
461
- border?: import("csstype").Property.Border<string | number> | undefined;
462
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
463
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
464
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
465
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
466
- borderColor?: import("csstype").Property.BorderColor | undefined;
467
- borderImage?: import("csstype").Property.BorderImage | undefined;
468
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
469
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
470
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
471
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
472
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
473
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
474
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
475
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
476
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
477
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
478
- columns?: import("csstype").Property.Columns<string | number> | undefined;
479
- flex?: import("csstype").Property.Flex<string | number> | undefined;
480
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
481
- font?: import("csstype").Property.Font | undefined;
482
- gap?: import("csstype").Property.Gap<string | number> | undefined;
483
- grid?: import("csstype").Property.Grid | undefined;
484
- gridArea?: import("csstype").Property.GridArea | undefined;
485
- gridColumn?: import("csstype").Property.GridColumn | undefined;
486
- gridRow?: import("csstype").Property.GridRow | undefined;
487
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
488
- lineClamp?: import("csstype").Property.LineClamp | undefined;
489
- listStyle?: import("csstype").Property.ListStyle | undefined;
490
- margin?: import("csstype").Property.Margin<string | number> | undefined;
491
- mask?: import("csstype").Property.Mask<string | number> | undefined;
492
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
493
- motion?: import("csstype").Property.Offset<string | number> | undefined;
494
- offset?: import("csstype").Property.Offset<string | number> | undefined;
495
- outline?: import("csstype").Property.Outline<string | number> | undefined;
496
- overflow?: import("csstype").Property.Overflow | undefined;
497
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
498
- padding?: import("csstype").Property.Padding<string | number> | undefined;
499
- placeItems?: import("csstype").Property.PlaceItems | undefined;
500
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
501
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
502
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
503
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
504
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
505
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
506
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
507
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
508
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
509
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
510
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
511
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
512
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
513
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
514
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
515
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
516
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
517
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
518
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
519
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
520
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
521
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
522
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
523
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
524
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
525
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
526
- MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
527
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
528
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
529
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
530
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
531
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
532
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
533
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
534
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
535
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
536
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
537
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
538
- MozOrient?: import("csstype").Property.MozOrient | undefined;
539
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
540
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
541
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
542
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
543
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
544
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
545
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
546
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
547
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
548
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
549
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
550
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
551
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
552
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
553
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
554
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
555
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
556
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
557
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
558
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
559
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
560
- msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
561
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
562
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
563
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
564
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
565
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
566
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
567
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
568
- msFilter?: import("csstype").Property.MsFilter | undefined;
569
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
570
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
571
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
572
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
573
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
574
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
575
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
576
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
577
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
578
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
579
- msHyphens?: import("csstype").Property.Hyphens | undefined;
580
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
581
- msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
582
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
583
- msOrder?: import("csstype").Property.Order | undefined;
584
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
585
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
586
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
587
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
588
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
589
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
590
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
591
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
592
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
593
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
594
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
595
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
596
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
597
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
598
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
599
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
600
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
601
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
602
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
603
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
604
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
605
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
606
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
607
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
608
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
609
- msTransform?: import("csstype").Property.Transform | undefined;
610
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
611
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
612
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
613
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
614
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
615
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
616
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
617
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
618
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
619
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
620
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
621
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
622
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
623
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
624
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
625
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
626
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
627
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
628
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
629
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
630
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
631
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
632
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
633
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
634
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
635
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
636
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
637
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
638
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
639
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
640
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
641
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
642
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
643
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
644
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
645
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
646
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
647
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
648
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
649
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
650
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
651
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
652
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
653
- WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
654
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
655
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
656
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
657
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
658
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
659
- WebkitFilter?: import("csstype").Property.Filter | undefined;
660
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
661
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
662
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
663
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
664
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
665
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
666
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
667
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
668
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
669
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
670
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
671
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
672
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
673
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
674
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
675
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
676
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
677
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
678
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
679
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
680
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
681
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
682
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
683
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
684
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
685
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
686
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
687
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
688
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
689
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
690
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
691
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
692
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
693
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
694
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
695
- WebkitOrder?: import("csstype").Property.Order | undefined;
696
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
697
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
698
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
699
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
700
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
701
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
702
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
703
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
704
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
705
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
706
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
707
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
708
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
709
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
710
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
711
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
712
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
713
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
714
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
715
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
716
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
717
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
718
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
719
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
720
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
721
- WebkitTransform?: import("csstype").Property.Transform | undefined;
722
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
723
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
724
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
725
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
726
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
727
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
728
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
729
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
730
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
731
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
732
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
733
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
734
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
735
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
736
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
737
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
738
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
739
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
740
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
741
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
742
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
743
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
744
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
745
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
746
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
747
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
748
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
749
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
750
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
751
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
752
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
753
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
754
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
755
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
756
- azimuth?: import("csstype").Property.Azimuth | undefined;
757
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
758
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
759
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
760
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
761
- boxLines?: import("csstype").Property.BoxLines | undefined;
762
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
763
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
764
- boxPack?: import("csstype").Property.BoxPack | undefined;
765
- clip?: import("csstype").Property.Clip | undefined;
766
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
767
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
768
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
769
- imeMode?: import("csstype").Property.ImeMode | undefined;
770
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
771
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
772
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
773
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
774
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
775
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
776
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
777
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
778
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
779
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
780
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
781
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
782
- scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
783
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
784
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
785
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
786
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
787
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
788
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
789
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
790
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
791
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
792
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
793
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
794
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
795
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
796
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
797
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
798
- MozBinding?: import("csstype").Property.MozBinding | undefined;
799
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
800
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
801
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
802
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
803
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
804
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
805
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
806
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
807
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
808
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
809
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
810
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
811
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
812
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
813
- MozOpacity?: import("csstype").Property.Opacity | undefined;
814
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
815
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
816
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
817
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
818
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
819
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
820
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
821
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
822
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
823
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
824
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
825
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
826
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
827
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
828
- msImeMode?: import("csstype").Property.ImeMode | undefined;
829
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
830
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
831
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
832
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
833
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
834
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
835
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
836
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
837
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
838
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
839
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
840
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
841
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
842
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
843
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
844
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
845
- OTransform?: import("csstype").Property.Transform | undefined;
846
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
847
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
848
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
849
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
850
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
851
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
852
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
853
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
854
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
855
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
856
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
857
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
858
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
859
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
860
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
861
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
862
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
863
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
864
- clipRule?: import("csstype").Property.ClipRule | undefined;
865
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
866
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
867
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
868
- fill?: import("csstype").Property.Fill | undefined;
869
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
870
- fillRule?: import("csstype").Property.FillRule | undefined;
871
- floodColor?: import("csstype").Property.FloodColor | undefined;
872
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
873
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
874
- lightingColor?: import("csstype").Property.LightingColor | undefined;
875
- marker?: import("csstype").Property.Marker | undefined;
876
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
877
- markerMid?: import("csstype").Property.MarkerMid | undefined;
878
- markerStart?: import("csstype").Property.MarkerStart | undefined;
879
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
880
- stopColor?: import("csstype").Property.StopColor | undefined;
881
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
882
- stroke?: import("csstype").Property.Stroke | undefined;
883
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
884
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
885
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
886
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
887
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
888
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
889
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
890
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
891
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
892
- };
893
- className: string;
894
- body: string | SchemaObject[];
895
- };
896
- /**
897
- * 信息提示组件模版
898
- */
899
- export declare function remarkTpl(config: {
900
- name: 'remark' | 'labelRemark';
901
- label: string;
902
- labelRemark?: string;
903
- }): {
904
- type: string;
905
- formType: string;
906
- label: string | {
907
- type: string;
908
- tooltip: string;
909
- tooltipTheme: string;
910
- placement: string;
911
- tooltipStyle: {
912
- accentColor?: import("csstype").Property.AccentColor | undefined;
913
- alignContent?: import("csstype").Property.AlignContent | undefined;
914
- alignItems?: import("csstype").Property.AlignItems | undefined;
915
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
916
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
917
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
918
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
919
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
920
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
921
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
922
- animationName?: import("csstype").Property.AnimationName | undefined;
923
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
924
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
925
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
926
- appearance?: import("csstype").Property.Appearance | undefined;
927
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
928
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
929
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
930
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
931
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
932
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
933
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
934
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
935
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
936
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
937
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
938
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
939
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
940
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
941
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
942
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
943
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
944
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
945
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
946
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
947
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
948
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
949
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
950
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
951
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
952
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
953
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
954
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
955
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
956
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
957
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
958
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
959
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
960
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
961
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
962
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
963
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
964
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
965
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
966
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
967
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
968
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
969
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
970
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
971
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
972
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
973
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
974
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
975
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
976
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
977
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
978
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
979
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
980
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
981
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
982
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
983
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
984
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
985
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
986
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
987
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
988
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
989
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
990
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
991
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
992
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
993
- breakInside?: import("csstype").Property.BreakInside | undefined;
994
- captionSide?: import("csstype").Property.CaptionSide | undefined;
995
- caretColor?: import("csstype").Property.CaretColor | undefined;
996
- clear?: import("csstype").Property.Clear | undefined;
997
- clipPath?: import("csstype").Property.ClipPath | undefined;
998
- color?: import("csstype").Property.Color | undefined;
999
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1000
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
1001
- columnCount?: import("csstype").Property.ColumnCount | undefined;
1002
- columnFill?: import("csstype").Property.ColumnFill | undefined;
1003
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1004
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1005
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1006
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1007
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
1008
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1009
- contain?: import("csstype").Property.Contain | undefined;
1010
- content?: import("csstype").Property.Content | undefined;
1011
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
1012
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
1013
- counterReset?: import("csstype").Property.CounterReset | undefined;
1014
- counterSet?: import("csstype").Property.CounterSet | undefined;
1015
- cursor?: import("csstype").Property.Cursor | undefined;
1016
- direction?: import("csstype").Property.Direction | undefined;
1017
- display?: import("csstype").Property.Display | undefined;
1018
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
1019
- filter?: import("csstype").Property.Filter | undefined;
1020
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1021
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
1022
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
1023
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
1024
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
1025
- float?: import("csstype").Property.Float | undefined;
1026
- fontFamily?: import("csstype").Property.FontFamily | undefined;
1027
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1028
- fontKerning?: import("csstype").Property.FontKerning | undefined;
1029
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1030
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1031
- fontSize: import("csstype").Property.FontSize<string | number>;
1032
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1033
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1034
- fontStretch?: import("csstype").Property.FontStretch | undefined;
1035
- fontStyle?: import("csstype").Property.FontStyle | undefined;
1036
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1037
- fontVariant?: import("csstype").Property.FontVariant | undefined;
1038
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1039
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1040
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1041
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1042
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1043
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1044
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1045
- fontWeight?: import("csstype").Property.FontWeight | undefined;
1046
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1047
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1048
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1049
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1050
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1051
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1052
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1053
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1054
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1055
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1056
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1057
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1058
- height?: import("csstype").Property.Height<string | number> | undefined;
1059
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1060
- hyphens?: import("csstype").Property.Hyphens | undefined;
1061
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1062
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
1063
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
1064
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
1065
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1066
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1067
- inset?: import("csstype").Property.Inset<string | number> | undefined;
1068
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1069
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1070
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1071
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1072
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1073
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1074
- isolation?: import("csstype").Property.Isolation | undefined;
1075
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
1076
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
1077
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
1078
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1079
- left?: import("csstype").Property.Left<string | number> | undefined;
1080
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1081
- lineBreak?: import("csstype").Property.LineBreak | undefined;
1082
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1083
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1084
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1085
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1086
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
1087
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1088
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1089
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1090
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1091
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1092
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1093
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1094
- marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
1095
- marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1096
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1097
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1098
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1099
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1100
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1101
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1102
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1103
- maskClip?: import("csstype").Property.MaskClip | undefined;
1104
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
1105
- maskImage?: import("csstype").Property.MaskImage | undefined;
1106
- maskMode?: import("csstype").Property.MaskMode | undefined;
1107
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1108
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
1109
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1110
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1111
- maskType?: import("csstype").Property.MaskType | undefined;
1112
- mathStyle?: import("csstype").Property.MathStyle | undefined;
1113
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1114
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1115
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1116
- maxLines?: import("csstype").Property.MaxLines | undefined;
1117
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1118
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1119
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1120
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1121
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1122
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1123
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1124
- motionPath?: import("csstype").Property.OffsetPath | undefined;
1125
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1126
- objectFit?: import("csstype").Property.ObjectFit | undefined;
1127
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1128
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1129
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1130
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
1131
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1132
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1133
- opacity?: import("csstype").Property.Opacity | undefined;
1134
- order?: import("csstype").Property.Order | undefined;
1135
- orphans?: import("csstype").Property.Orphans | undefined;
1136
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
1137
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1138
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1139
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1140
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1141
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1142
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1143
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1144
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
1145
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1146
- overflowX?: import("csstype").Property.OverflowX | undefined;
1147
- overflowY?: import("csstype").Property.OverflowY | undefined;
1148
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1149
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1150
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1151
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1152
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1153
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1154
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1155
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1156
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1157
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1158
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1159
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1160
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1161
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1162
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1163
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1164
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1165
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
1166
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1167
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1168
- placeContent?: import("csstype").Property.PlaceContent | undefined;
1169
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1170
- position?: import("csstype").Property.Position | undefined;
1171
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1172
- quotes?: import("csstype").Property.Quotes | undefined;
1173
- resize?: import("csstype").Property.Resize | undefined;
1174
- right?: import("csstype").Property.Right<string | number> | undefined;
1175
- rotate?: import("csstype").Property.Rotate | undefined;
1176
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1177
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1178
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1179
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1180
- scale?: import("csstype").Property.Scale | undefined;
1181
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1182
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1183
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1184
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1185
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1186
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1187
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1188
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1189
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1190
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1191
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1192
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1193
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1194
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1195
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1196
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1197
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1198
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1199
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1200
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1201
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1202
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1203
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1204
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1205
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1206
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1207
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1208
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1209
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1210
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1211
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1212
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1213
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1214
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1215
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1216
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1217
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1218
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1219
- tableLayout?: import("csstype").Property.TableLayout | undefined;
1220
- textAlign?: import("csstype").Property.TextAlign | undefined;
1221
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1222
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1223
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1224
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1225
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1226
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1227
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1228
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1229
- textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1230
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1231
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1232
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1233
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
1234
- textJustify?: import("csstype").Property.TextJustify | undefined;
1235
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
1236
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
1237
- textRendering?: import("csstype").Property.TextRendering | undefined;
1238
- textShadow?: import("csstype").Property.TextShadow | undefined;
1239
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1240
- textTransform?: import("csstype").Property.TextTransform | undefined;
1241
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1242
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1243
- top?: import("csstype").Property.Top<string | number> | undefined;
1244
- touchAction?: import("csstype").Property.TouchAction | undefined;
1245
- transform?: import("csstype").Property.Transform | undefined;
1246
- transformBox?: import("csstype").Property.TransformBox | undefined;
1247
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1248
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
1249
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1250
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1251
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1252
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1253
- translate?: import("csstype").Property.Translate<string | number> | undefined;
1254
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1255
- userSelect?: import("csstype").Property.UserSelect | undefined;
1256
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1257
- visibility?: import("csstype").Property.Visibility | undefined;
1258
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1259
- widows?: import("csstype").Property.Widows | undefined;
1260
- width?: import("csstype").Property.Width<string | number> | undefined;
1261
- willChange?: import("csstype").Property.WillChange | undefined;
1262
- wordBreak?: import("csstype").Property.WordBreak | undefined;
1263
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1264
- wordWrap?: import("csstype").Property.WordWrap | undefined;
1265
- writingMode?: import("csstype").Property.WritingMode | undefined;
1266
- zIndex?: import("csstype").Property.ZIndex | undefined;
1267
- zoom?: import("csstype").Property.Zoom | undefined;
1268
- all?: import("csstype").Globals | undefined;
1269
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
1270
- background?: import("csstype").Property.Background<string | number> | undefined;
1271
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1272
- border?: import("csstype").Property.Border<string | number> | undefined;
1273
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1274
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1275
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1276
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1277
- borderColor?: import("csstype").Property.BorderColor | undefined;
1278
- borderImage?: import("csstype").Property.BorderImage | undefined;
1279
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1280
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1281
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1282
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1283
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1284
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
1285
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
1286
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
1287
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1288
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1289
- columns?: import("csstype").Property.Columns<string | number> | undefined;
1290
- flex?: import("csstype").Property.Flex<string | number> | undefined;
1291
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
1292
- font?: import("csstype").Property.Font | undefined;
1293
- gap?: import("csstype").Property.Gap<string | number> | undefined;
1294
- grid?: import("csstype").Property.Grid | undefined;
1295
- gridArea?: import("csstype").Property.GridArea | undefined;
1296
- gridColumn?: import("csstype").Property.GridColumn | undefined;
1297
- gridRow?: import("csstype").Property.GridRow | undefined;
1298
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1299
- lineClamp?: import("csstype").Property.LineClamp | undefined;
1300
- listStyle?: import("csstype").Property.ListStyle | undefined;
1301
- margin?: import("csstype").Property.Margin<string | number> | undefined;
1302
- mask?: import("csstype").Property.Mask<string | number> | undefined;
1303
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
1304
- motion?: import("csstype").Property.Offset<string | number> | undefined;
1305
- offset?: import("csstype").Property.Offset<string | number> | undefined;
1306
- outline?: import("csstype").Property.Outline<string | number> | undefined;
1307
- overflow?: import("csstype").Property.Overflow | undefined;
1308
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1309
- padding?: import("csstype").Property.Padding<string | number> | undefined;
1310
- placeItems?: import("csstype").Property.PlaceItems | undefined;
1311
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1312
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1313
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1314
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
1315
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1316
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1317
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1318
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1319
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1320
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1321
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1322
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1323
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1324
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1325
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1326
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1327
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1328
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1329
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1330
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1331
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1332
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1333
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1334
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1335
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1336
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1337
- MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1338
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1339
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1340
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1341
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1342
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1343
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1344
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1345
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
1346
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
1347
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1348
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1349
- MozOrient?: import("csstype").Property.MozOrient | undefined;
1350
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1351
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1352
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1353
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1354
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1355
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1356
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1357
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1358
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1359
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1360
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1361
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1362
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1363
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1364
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1365
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1366
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1367
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1368
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1369
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1370
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1371
- msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1372
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1373
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1374
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1375
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1376
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1377
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1378
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1379
- msFilter?: import("csstype").Property.MsFilter | undefined;
1380
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1381
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1382
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1383
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1384
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1385
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
1386
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1387
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1388
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1389
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1390
- msHyphens?: import("csstype").Property.Hyphens | undefined;
1391
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1392
- msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
1393
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
1394
- msOrder?: import("csstype").Property.Order | undefined;
1395
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1396
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
1397
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
1398
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1399
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1400
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1401
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1402
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1403
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1404
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1405
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1406
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1407
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1408
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1409
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1410
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1411
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1412
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1413
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1414
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1415
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1416
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1417
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1418
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
1419
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1420
- msTransform?: import("csstype").Property.Transform | undefined;
1421
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1422
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1423
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1424
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1425
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1426
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1427
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
1428
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1429
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1430
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1431
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
1432
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1433
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1434
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1435
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1436
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1437
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1438
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1439
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1440
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1441
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1442
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1443
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1444
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1445
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1446
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1447
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1448
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1449
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1450
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1451
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1452
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1453
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1454
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1455
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1456
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1457
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1458
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1459
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1460
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1461
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1462
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1463
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1464
- WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1465
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1466
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1467
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1468
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1469
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1470
- WebkitFilter?: import("csstype").Property.Filter | undefined;
1471
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1472
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1473
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1474
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1475
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1476
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1477
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1478
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1479
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1480
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1481
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1482
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
1483
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1484
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1485
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1486
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1487
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1488
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1489
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1490
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1491
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1492
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
1493
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1494
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
1495
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
1496
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
1497
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
1498
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1499
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1500
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1501
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
1502
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1503
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1504
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1505
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1506
- WebkitOrder?: import("csstype").Property.Order | undefined;
1507
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1508
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1509
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1510
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1511
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1512
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1513
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
1514
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1515
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1516
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1517
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
1518
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1519
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1520
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1521
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1522
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1523
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1524
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1525
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
1526
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
1527
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1528
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1529
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1530
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1531
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
1532
- WebkitTransform?: import("csstype").Property.Transform | undefined;
1533
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1534
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1535
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1536
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1537
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1538
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1539
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1540
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
1541
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1542
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1543
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1544
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1545
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1546
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1547
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1548
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1549
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
1550
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1551
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1552
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1553
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1554
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1555
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1556
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1557
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1558
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1559
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
1560
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
1561
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1562
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
1563
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1564
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1565
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1566
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1567
- azimuth?: import("csstype").Property.Azimuth | undefined;
1568
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
1569
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
1570
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
1571
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1572
- boxLines?: import("csstype").Property.BoxLines | undefined;
1573
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1574
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
1575
- boxPack?: import("csstype").Property.BoxPack | undefined;
1576
- clip?: import("csstype").Property.Clip | undefined;
1577
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1578
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1579
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1580
- imeMode?: import("csstype").Property.ImeMode | undefined;
1581
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1582
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1583
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1584
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1585
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1586
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1587
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1588
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1589
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1590
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1591
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1592
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1593
- scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1594
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1595
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1596
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1597
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1598
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1599
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1600
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1601
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1602
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1603
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1604
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1605
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1606
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1607
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1608
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1609
- MozBinding?: import("csstype").Property.MozBinding | undefined;
1610
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1611
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1612
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1613
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1614
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1615
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1616
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1617
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1618
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1619
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1620
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1621
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1622
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1623
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1624
- MozOpacity?: import("csstype").Property.Opacity | undefined;
1625
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1626
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1627
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1628
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1629
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1630
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1631
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1632
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1633
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1634
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1635
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1636
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1637
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1638
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1639
- msImeMode?: import("csstype").Property.ImeMode | undefined;
1640
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1641
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1642
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1643
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1644
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1645
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1646
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1647
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
1648
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1649
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1650
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1651
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
1652
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1653
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1654
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1655
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1656
- OTransform?: import("csstype").Property.Transform | undefined;
1657
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1658
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1659
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1660
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1661
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1662
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1663
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1664
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1665
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1666
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1667
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1668
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1669
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1670
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1671
- WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1672
- WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1673
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1674
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1675
- clipRule?: import("csstype").Property.ClipRule | undefined;
1676
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1677
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
1678
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1679
- fill?: import("csstype").Property.Fill | undefined;
1680
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1681
- fillRule?: import("csstype").Property.FillRule | undefined;
1682
- floodColor?: import("csstype").Property.FloodColor | undefined;
1683
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1684
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1685
- lightingColor?: import("csstype").Property.LightingColor | undefined;
1686
- marker?: import("csstype").Property.Marker | undefined;
1687
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1688
- markerMid?: import("csstype").Property.MarkerMid | undefined;
1689
- markerStart?: import("csstype").Property.MarkerStart | undefined;
1690
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1691
- stopColor?: import("csstype").Property.StopColor | undefined;
1692
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1693
- stroke?: import("csstype").Property.Stroke | undefined;
1694
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1695
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1696
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1697
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1698
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1699
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1700
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1701
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
1702
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1703
- };
1704
- className: string;
1705
- body: string | SchemaObject[];
1706
- };
1707
- bulk: boolean;
1708
- name: "labelRemark" | "remark";
1709
- pipeIn: (value: any) => boolean;
1710
- pipeOut: (value: any) => any;
1711
- form: {
1712
- size: string;
1713
- className: string;
1714
- mode: string;
1715
- horizontal: {
1716
- left: number;
1717
- right: number;
1718
- justify: boolean;
1719
- };
1720
- body: {
1721
- type: string;
1722
- className: string;
1723
- gap: string;
1724
- columns: ({
1725
- md: string;
1726
- body: ({
1727
- name: string;
1728
- type: string;
1729
- label: string;
1730
- placeholder: string;
1731
- } | {
1732
- name: string;
1733
- type: string;
1734
- label: string;
1735
- placeholder?: undefined;
1736
- })[];
1737
- } | {
1738
- md: string;
1739
- body: ({
1740
- name: string;
1741
- type: string;
1742
- size: string;
1743
- label: string;
1744
- options: {
1745
- label: string;
1746
- value: string;
1747
- }[];
1748
- className?: undefined;
1749
- labelRemark?: undefined;
1750
- multiple?: undefined;
1751
- pipeIn?: undefined;
1752
- pipeOut?: undefined;
1753
- visibleOn?: undefined;
1754
- mode?: undefined;
1755
- inputClassName?: undefined;
1756
- } | {
1757
- name: string;
1758
- label: string;
1759
- type: string;
1760
- className: string;
1761
- size?: undefined;
1762
- options?: undefined;
1763
- labelRemark?: undefined;
1764
- multiple?: undefined;
1765
- pipeIn?: undefined;
1766
- pipeOut?: undefined;
1767
- visibleOn?: undefined;
1768
- mode?: undefined;
1769
- inputClassName?: undefined;
1770
- } | {
1771
- name: string;
1772
- label: string;
1773
- type: string;
1774
- labelRemark: {
1775
- content: any;
1776
- className: string;
1777
- icon: string;
1778
- trigger: string[];
1779
- placement: string;
1780
- } | undefined;
1781
- size?: undefined;
1782
- options?: undefined;
1783
- className?: undefined;
1784
- multiple?: undefined;
1785
- pipeIn?: undefined;
1786
- pipeOut?: undefined;
1787
- visibleOn?: undefined;
1788
- mode?: undefined;
1789
- inputClassName?: undefined;
1790
- } | {
1791
- name: string;
1792
- type: string;
1793
- label: string;
1794
- labelRemark: {
1795
- content: any;
1796
- className: string;
1797
- icon: string;
1798
- trigger: string[];
1799
- placement: string;
1800
- } | undefined;
1801
- multiple: boolean;
1802
- pipeIn: (value: any) => string | never[];
1803
- pipeOut: (value: any) => any;
1804
- options: {
1805
- label: string;
1806
- value: string;
1807
- }[];
1808
- size?: undefined;
1809
- className?: undefined;
1810
- visibleOn?: undefined;
1811
- mode?: undefined;
1812
- inputClassName?: undefined;
1813
- } | {
1814
- name: string;
1815
- visibleOn: string;
1816
- label: string;
1817
- type: string;
1818
- mode: string;
1819
- inputClassName: string;
1820
- size?: undefined;
1821
- options?: undefined;
1822
- className?: undefined;
1823
- labelRemark?: undefined;
1824
- multiple?: undefined;
1825
- pipeIn?: undefined;
1826
- pipeOut?: undefined;
1827
- })[];
1828
- })[];
1829
- };
1830
- };
1831
- };