cnhis-design-vue 3.1.37-beta.1 → 3.1.37-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (413) hide show
  1. package/README.md +123 -123
  2. package/es/components/button-print/src/utils/print.js +1 -6
  3. package/es/components/fabric-chart/src/FabricChart.vue.js +9 -9
  4. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +129 -42
  5. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +151 -0
  6. package/es/components/fabric-chart/src/hooks/useCenter.js +6 -7
  7. package/es/components/fabric-chart/src/hooks/useOther.js +3 -2
  8. package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +1 -1
  9. package/es/components/fabric-chart/src/utils/utils.js +7 -4
  10. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
  11. package/es/components/form-config/src/hooks/useSortalbeConfig.js +2 -2
  12. package/es/components/form-render/src/hooks/useLowCodeReactions.js +19 -18
  13. package/es/components/iho-table/style/index.css +1 -1
  14. package/es/components/index.css +1 -1
  15. package/es/components/index.js +0 -3
  16. package/es/shared/assets/img/failure.js +1 -1
  17. package/es/shared/assets/img/failure.png.js +1 -1
  18. package/es/shared/assets/img/icon-asc.js +1 -1
  19. package/es/shared/assets/img/icon-desc.js +1 -1
  20. package/es/shared/assets/img/no-permission.js +1 -1
  21. package/es/shared/assets/img/no-permission.png.js +1 -1
  22. package/es/shared/assets/img/nodata.js +1 -1
  23. package/es/shared/assets/img/nodata.png.js +1 -1
  24. package/es/shared/assets/img/notfound.js +1 -1
  25. package/es/shared/assets/img/notfound.png.js +1 -1
  26. package/es/shared/assets/img/qr.js +1 -1
  27. package/es/shared/assets/img/qr.png.js +1 -1
  28. package/es/shared/assets/img/success.js +1 -1
  29. package/es/shared/assets/img/success.png.js +1 -1
  30. package/es/shared/assets/img/video.js +1 -1
  31. package/es/shared/assets/img/video.png.js +1 -1
  32. package/es/shared/assets/img/video_default_cover.js +1 -1
  33. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  34. package/es/shared/assets/img/video_hover.js +1 -1
  35. package/es/shared/assets/img/video_play_hover.js +1 -1
  36. package/es/shared/assets/img/xb_big.js +1 -1
  37. package/es/shared/assets/img/xb_big.png.js +1 -1
  38. package/es/shared/assets/img/xb_small.js +1 -1
  39. package/es/shared/assets/img/xb_small.png.js +1 -1
  40. package/es/shared/utils/tapable/AsyncParallelBailHook.js +1 -1
  41. package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -3
  42. package/es/shared/utils/tapable/Hook.js +1 -1
  43. package/es/shared/utils/tapable/HookCodeFactory.js +3 -6
  44. package/es/shared/utils/tapable/SyncWaterfallHook.js +1 -2
  45. package/package.json +2 -2
  46. package/es/components/annotation-edit/index.d.ts +0 -17
  47. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +0 -16
  48. package/es/components/big-table/index.d.ts +0 -1176
  49. package/es/components/big-table/src/BigTable.vue.d.ts +0 -1181
  50. package/es/components/big-table/src/bigTableEmits.d.ts +0 -2
  51. package/es/components/big-table/src/bigTableProps.d.ts +0 -211
  52. package/es/components/big-table/src/bigTableState.d.ts +0 -58
  53. package/es/components/big-table/src/components/NoData.vue.d.ts +0 -49
  54. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +0 -34
  55. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +0 -43
  56. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +0 -35
  57. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +0 -35
  58. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +0 -134
  59. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +0 -43
  60. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +0 -5
  61. package/es/components/big-table/src/components/input-button.vue.d.ts +0 -10
  62. package/es/components/big-table/src/components/separate.vue.d.ts +0 -41
  63. package/es/components/big-table/src/constants/index.d.ts +0 -3
  64. package/es/components/big-table/src/hooks/index.d.ts +0 -9
  65. package/es/components/big-table/src/hooks/useAnchor.d.ts +0 -7
  66. package/es/components/big-table/src/hooks/useAnnotation.d.ts +0 -4
  67. package/es/components/big-table/src/hooks/useBatchEditing.d.ts +0 -17
  68. package/es/components/big-table/src/hooks/useEdit.d.ts +0 -339
  69. package/es/components/big-table/src/hooks/useEvent.d.ts +0 -6
  70. package/es/components/big-table/src/hooks/useFormat.d.ts +0 -30
  71. package/es/components/big-table/src/hooks/useNestTable.d.ts +0 -8
  72. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +0 -40
  73. package/es/components/big-table/src/hooks/useTableParse.d.ts +0 -6
  74. package/es/components/big-table/src/utils.d.ts +0 -61
  75. package/es/components/bpmn-workflow/index.d.ts +0 -72
  76. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  77. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -75
  78. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +0 -75
  79. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +0 -24
  80. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +0 -19
  81. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +0 -70
  82. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +0 -21
  83. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +0 -12
  84. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +0 -16
  85. package/es/components/bpmn-workflow/src/custom/customModeler/index.d.ts +0 -6
  86. package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +0 -5
  87. package/es/components/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +0 -12
  88. package/es/components/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +0 -5
  89. package/es/components/bpmn-workflow/src/custom/customRules/no-task.d.ts +0 -4
  90. package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +0 -1
  91. package/es/components/bpmn-workflow/src/custom/customTranslate/zh.d.ts +0 -226
  92. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  93. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  94. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  95. package/es/components/button-print/index.d.ts +0 -1904
  96. package/es/components/button-print/src/ButtonPrint.vue.d.ts +0 -1911
  97. package/es/components/button-print/src/components/EditFormat.vue.d.ts +0 -1244
  98. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +0 -1632
  99. package/es/components/button-print/src/components/Preview.vue.d.ts +0 -41
  100. package/es/components/button-print/src/utils/browserPrint.d.ts +0 -2
  101. package/es/components/button-print/src/utils/dialog.d.ts +0 -12
  102. package/es/components/button-print/src/utils/index.d.ts +0 -2
  103. package/es/components/button-print/src/utils/print.d.ts +0 -56
  104. package/es/components/drag-layout/index.d.ts +0 -606
  105. package/es/components/drag-layout/index.js +0 -11
  106. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +0 -21
  107. package/es/components/drag-layout/src/DragFormLeftItem.vue.js +0 -122
  108. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +0 -125
  109. package/es/components/drag-layout/src/DragFormRightItem.vue.js +0 -267
  110. package/es/components/drag-layout/src/DragLayout.vue.d.ts +0 -606
  111. package/es/components/drag-layout/src/DragLayout.vue.js +0 -662
  112. package/es/components/drag-layout/style/index.css +0 -1
  113. package/es/components/editor/index.d.ts +0 -30
  114. package/es/components/editor/src/Editor.d.ts +0 -30
  115. package/es/components/fabric-chart/index.d.ts +0 -182
  116. package/es/components/fabric-chart/src/BirthProcessChart.vue.d.ts +0 -181
  117. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +0 -184
  118. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +0 -46
  119. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +0 -64
  120. package/es/components/fabric-chart/src/components/useStyle.d.ts +0 -7
  121. package/es/components/fabric-chart/src/hooks/constant.d.ts +0 -54
  122. package/es/components/fabric-chart/src/hooks/index.d.ts +0 -11
  123. package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +0 -26
  124. package/es/components/fabric-chart/src/hooks/useBottom.d.ts +0 -4
  125. package/es/components/fabric-chart/src/hooks/useCenter.d.ts +0 -16
  126. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +0 -8
  127. package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +0 -14
  128. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +0 -44
  129. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +0 -7
  130. package/es/components/fabric-chart/src/hooks/useGrid.d.ts +0 -4
  131. package/es/components/fabric-chart/src/hooks/useLeft.d.ts +0 -7
  132. package/es/components/fabric-chart/src/hooks/useOther.d.ts +0 -4
  133. package/es/components/fabric-chart/src/hooks/useRight.d.ts +0 -4
  134. package/es/components/fabric-chart/src/hooks/useShadow.d.ts +0 -6
  135. package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +0 -25
  136. package/es/components/fabric-chart/src/hooks/useTop.d.ts +0 -4
  137. package/es/components/fabric-chart/src/interface.d.ts +0 -151
  138. package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
  139. package/es/components/fabric-chart/src/utils/utils.d.ts +0 -13
  140. package/es/components/field-set/index.d.ts +0 -243
  141. package/es/components/field-set/src/FieldSet.vue.d.ts +0 -197
  142. package/es/components/form-config/index.d.ts +0 -3343
  143. package/es/components/form-config/src/FormConfig.vue.d.ts +0 -3344
  144. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +0 -675
  145. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +0 -108
  146. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -2396
  147. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +0 -14
  148. package/es/components/form-config/src/components/index.d.ts +0 -5
  149. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +0 -27
  150. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +0 -169
  151. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +0 -71
  152. package/es/components/form-config/src/components/renderer/index.d.ts +0 -4
  153. package/es/components/form-config/src/constants/index.d.ts +0 -65
  154. package/es/components/form-config/src/hooks/index.d.ts +0 -3
  155. package/es/components/form-config/src/hooks/useConfigurationField.d.ts +0 -8
  156. package/es/components/form-config/src/hooks/useDataNormalize.d.ts +0 -5
  157. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +0 -4
  158. package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +0 -13
  159. package/es/components/form-config/src/types/index.d.ts +0 -39
  160. package/es/components/form-config/src/utils/index.d.ts +0 -7
  161. package/es/components/form-render/index.d.ts +0 -657
  162. package/es/components/form-render/src/FormRender.vue.d.ts +0 -650
  163. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +0 -654
  164. package/es/components/form-render/src/components/renderer/checkbox.d.ts +0 -90
  165. package/es/components/form-render/src/components/renderer/combination.d.ts +0 -51
  166. package/es/components/form-render/src/components/renderer/complex.d.ts +0 -34
  167. package/es/components/form-render/src/components/renderer/date.d.ts +0 -52
  168. package/es/components/form-render/src/components/renderer/formItem.d.ts +0 -15
  169. package/es/components/form-render/src/components/renderer/index.d.ts +0 -3
  170. package/es/components/form-render/src/components/renderer/input.d.ts +0 -23
  171. package/es/components/form-render/src/components/renderer/inputGroup.d.ts +0 -11
  172. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +0 -31
  173. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.d.ts +0 -5
  174. package/es/components/form-render/src/components/renderer/jsonCombination/index.d.ts +0 -44
  175. package/es/components/form-render/src/components/renderer/levelSearchCascader.d.ts +0 -91
  176. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +0 -69
  177. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +0 -68
  178. package/es/components/form-render/src/components/renderer/radio.d.ts +0 -94
  179. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +0 -41
  180. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +0 -58
  181. package/es/components/form-render/src/components/renderer/select.d.ts +0 -140
  182. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +0 -18
  183. package/es/components/form-render/src/components/renderer/slider.d.ts +0 -11
  184. package/es/components/form-render/src/components/renderer/switch.d.ts +0 -23
  185. package/es/components/form-render/src/components/renderer/textarea.d.ts +0 -11
  186. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +0 -13
  187. package/es/components/form-render/src/constants/index.d.ts +0 -54
  188. package/es/components/form-render/src/hooks/index.d.ts +0 -15
  189. package/es/components/form-render/src/hooks/useAnchor.d.ts +0 -16
  190. package/es/components/form-render/src/hooks/useAsyncQueue.d.ts +0 -47
  191. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +0 -27
  192. package/es/components/form-render/src/hooks/useChangeContext.d.ts +0 -11
  193. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +0 -15
  194. package/es/components/form-render/src/hooks/useCommonLog.d.ts +0 -3
  195. package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +0 -64
  196. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +0 -5
  197. package/es/components/form-render/src/hooks/useFieldVisitor.d.ts +0 -4
  198. package/es/components/form-render/src/hooks/useFormContext.d.ts +0 -11
  199. package/es/components/form-render/src/hooks/useFormField.d.ts +0 -5
  200. package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +0 -11
  201. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +0 -13
  202. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +0 -39
  203. package/es/components/form-render/src/hooks/useFormRequest.d.ts +0 -26
  204. package/es/components/form-render/src/hooks/useFormValidator.d.ts +0 -6
  205. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +0 -7
  206. package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +0 -4
  207. package/es/components/form-render/src/hooks/usePresetScope.d.ts +0 -6
  208. package/es/components/form-render/src/types/fieldItem.d.ts +0 -265
  209. package/es/components/form-render/src/types/index.d.ts +0 -101
  210. package/es/components/form-render/src/utils/business.d.ts +0 -13
  211. package/es/components/form-render/src/utils/dom.d.ts +0 -13
  212. package/es/components/form-render/src/utils/index.d.ts +0 -38
  213. package/es/components/form-render/src/utils/schema.d.ts +0 -83
  214. package/es/components/grid/index.d.ts +0 -3
  215. package/es/components/grid/src/Grid.d.ts +0 -2
  216. package/es/components/grid/src/hooks.d.ts +0 -1
  217. package/es/components/iho-table/index.d.ts +0 -4647
  218. package/es/components/iho-table/src/IhoTable.vue.d.ts +0 -4646
  219. package/es/components/iho-table/src/constants/index.d.ts +0 -80
  220. package/es/components/iho-table/src/hooks/export.d.ts +0 -2
  221. package/es/components/iho-table/src/hooks/index.d.ts +0 -2
  222. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +0 -93
  223. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +0 -31
  224. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +0 -16
  225. package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +0 -15
  226. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +0 -251
  227. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +0 -13
  228. package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +0 -25
  229. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +0 -10
  230. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +0 -11
  231. package/es/components/iho-table/src/hooks/useTableContext.d.ts +0 -9
  232. package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +0 -8
  233. package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +0 -1
  234. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +0 -2
  235. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +0 -13
  236. package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +0 -1
  237. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +0 -169
  238. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
  239. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
  240. package/es/components/iho-table/src/plugins/index.d.ts +0 -3
  241. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +0 -1
  242. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +0 -1
  243. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +0 -96
  244. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +0 -1
  245. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +0 -5
  246. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +0 -1
  247. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +0 -1
  248. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +0 -43
  249. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +0 -1
  250. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +0 -2
  251. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +0 -94
  252. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +0 -1
  253. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +0 -12
  254. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.d.ts +0 -1
  255. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +0 -1
  256. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +0 -1
  257. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +0 -1
  258. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +0 -1
  259. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +0 -2
  260. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +0 -1
  261. package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +0 -1
  262. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +0 -1
  263. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +0 -11
  264. package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +0 -1
  265. package/es/components/iho-table/src/types/index.d.ts +0 -108
  266. package/es/components/iho-table/src/types/pluginType.d.ts +0 -173
  267. package/es/components/iho-table/src/utils/index.d.ts +0 -49
  268. package/es/components/index.d.ts +0 -38
  269. package/es/components/info-header/index.d.ts +0 -415
  270. package/es/components/info-header/src/HiddenContent.vue.d.ts +0 -86
  271. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +0 -33
  272. package/es/components/info-header/src/InfoHeader.vue.d.ts +0 -405
  273. package/es/components/insurance-sdk/index.d.ts +0 -1
  274. package/es/components/insurance-sdk/src/constants/index.d.ts +0 -161
  275. package/es/components/insurance-sdk/src/utils/index.d.ts +0 -1
  276. package/es/components/insurance-sdk/src/utils/insurance.d.ts +0 -260
  277. package/es/components/keyboard/index.d.ts +0 -334
  278. package/es/components/keyboard/src/Keyboard.vue.d.ts +0 -335
  279. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +0 -64
  280. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +0 -191
  281. package/es/components/keyboard/src/utils/index.d.ts +0 -1
  282. package/es/components/map/index.d.ts +0 -75
  283. package/es/components/map/src/Map.vue.d.ts +0 -75
  284. package/es/components/recommend-search/index.d.ts +0 -815
  285. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +0 -817
  286. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +0 -143
  287. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +0 -341
  288. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +0 -63
  289. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +0 -300
  290. package/es/components/recommend-search/src/constant/index.d.ts +0 -4
  291. package/es/components/recommend-search/src/types/index.d.ts +0 -9
  292. package/es/components/scale-view/index.d.ts +0 -1400
  293. package/es/components/scale-view/src/ScaleView.vue.d.ts +0 -1222
  294. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +0 -70
  295. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -154
  296. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +0 -110
  297. package/es/components/scale-view/src/components/NoData.vue.d.ts +0 -49
  298. package/es/components/scale-view/src/components/ScaleScore.d.ts +0 -23
  299. package/es/components/scale-view/src/components/composables/choose-common.d.ts +0 -11
  300. package/es/components/scale-view/src/components/formitem/address.d.ts +0 -3992
  301. package/es/components/scale-view/src/components/formitem/r-address.d.ts +0 -34
  302. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +0 -43
  303. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +0 -43
  304. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +0 -32
  305. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +0 -34
  306. package/es/components/scale-view/src/components/formitem/r-input.d.ts +0 -34
  307. package/es/components/scale-view/src/components/formitem/r-map.d.ts +0 -52
  308. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +0 -43
  309. package/es/components/scale-view/src/components/formitem/r-select.d.ts +0 -61
  310. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +0 -34
  311. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +0 -52
  312. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +0 -63
  313. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +0 -80
  314. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +0 -87
  315. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +0 -43
  316. package/es/components/scale-view/src/hooks/scaleview-init.d.ts +0 -3
  317. package/es/components/scale-view/src/hooks/scaleview-props.d.ts +0 -115
  318. package/es/components/scale-view/src/hooks/scaleview-state.d.ts +0 -34
  319. package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +0 -3
  320. package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +0 -3
  321. package/es/components/scale-view/src/hooks/use-component.d.ts +0 -1814
  322. package/es/components/scale-view/src/hooks/use-evaluate.d.ts +0 -21
  323. package/es/components/scale-view/src/hooks/use-event.d.ts +0 -4
  324. package/es/components/scale-view/src/hooks/use-noData.d.ts +0 -9
  325. package/es/components/scale-view/src/utils/judge-types.d.ts +0 -5
  326. package/es/components/search-cascader/index.d.ts +0 -233
  327. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +0 -235
  328. package/es/components/search-cascader/src/components/SearchMenu.d.ts +0 -50
  329. package/es/components/search-cascader/src/components/index.d.ts +0 -1
  330. package/es/components/search-cascader/src/constants/index.d.ts +0 -5
  331. package/es/components/search-cascader/src/hooks/index.d.ts +0 -1
  332. package/es/components/search-cascader/src/hooks/useCssVariable.d.ts +0 -3
  333. package/es/components/search-cascader/src/utils/index.d.ts +0 -2
  334. package/es/components/select-label/index.d.ts +0 -988
  335. package/es/components/select-label/src/LabelFormContent.vue.d.ts +0 -367
  336. package/es/components/select-label/src/SelectLabel.vue.d.ts +0 -622
  337. package/es/components/select-label/src/components/label-classify.vue.d.ts +0 -122
  338. package/es/components/select-person/index.d.ts +0 -251
  339. package/es/components/select-person/src/SelectPerson.vue.d.ts +0 -250
  340. package/es/components/select-person/src/utils/index.d.ts +0 -3
  341. package/es/components/shortcut-provider/index.d.ts +0 -21
  342. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +0 -19
  343. package/es/components/shortcut-provider/src/constants/index.d.ts +0 -7
  344. package/es/components/shortcut-provider/src/hooks/index.d.ts +0 -2
  345. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +0 -4
  346. package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +0 -33
  347. package/es/components/shortcut-provider/src/types/index.d.ts +0 -43
  348. package/es/components/shortcut-provider/src/utils/index.d.ts +0 -10
  349. package/es/components/shortcut-setter/index.d.ts +0 -2384
  350. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +0 -2386
  351. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +0 -99
  352. package/es/components/shortcut-setter/src/types/index.d.ts +0 -6
  353. package/es/components/steps-wheel/index.d.ts +0 -115
  354. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +0 -114
  355. package/es/components/time-line/index.d.ts +0 -109
  356. package/es/components/time-line/src/TimeLine.vue.d.ts +0 -85
  357. package/es/components/vod-chunk-upload/index.d.ts +0 -232
  358. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +0 -196
  359. package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +0 -11
  360. package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +0 -63
  361. package/es/components/vod-chunk-upload/src/hooks/vod-computed.d.ts +0 -10
  362. package/es/components/vod-chunk-upload/src/hooks/vod-data.d.ts +0 -23
  363. package/es/components/vod-chunk-upload/src/vod-chunk-upload/index.d.ts +0 -2
  364. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -230
  365. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +0 -25
  366. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +0 -51
  367. package/es/shared/components/SelectPage/index.d.ts +0 -2
  368. package/es/shared/components/SlotRender/SlotRender.d.ts +0 -20
  369. package/es/shared/components/SlotRender/index.d.ts +0 -2
  370. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +0 -43
  371. package/es/shared/components/SvgIcon/index.d.ts +0 -2
  372. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +0 -87
  373. package/es/shared/components/TextOverTooltip/index.d.ts +0 -2
  374. package/es/shared/components/VueDraggable/index.d.ts +0 -2
  375. package/es/shared/components/VueDraggable/src/core/componentBuilderHelper.d.ts +0 -9
  376. package/es/shared/components/VueDraggable/src/core/componentStructure.d.ts +0 -22
  377. package/es/shared/components/VueDraggable/src/core/renderHelper.d.ts +0 -7
  378. package/es/shared/components/VueDraggable/src/core/sortableEvents.d.ts +0 -10
  379. package/es/shared/components/VueDraggable/src/util/console.d.ts +0 -1
  380. package/es/shared/components/VueDraggable/src/util/htmlHelper.d.ts +0 -2
  381. package/es/shared/components/VueDraggable/src/util/string.d.ts +0 -1
  382. package/es/shared/components/VueDraggable/src/util/tags.d.ts +0 -3
  383. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  384. package/es/shared/components/no-data/NoData.vue.d.ts +0 -49
  385. package/es/shared/components/no-data/index.d.ts +0 -2
  386. package/es/shared/components/player-vod/index.vue.d.ts +0 -2
  387. package/es/shared/components/player-vod/player.d.ts +0 -17
  388. package/es/shared/components/player-vod/video-list.d.ts +0 -32
  389. package/es/shared/components/player-vod/video-modal.d.ts +0 -54
  390. package/es/shared/global/variable.d.ts +0 -1
  391. package/es/shared/index.d.ts +0 -0
  392. package/es/shared/types/index.d.ts +0 -22
  393. package/es/shared/utils/anime.d.ts +0 -35
  394. package/es/shared/utils/colorLog.d.ts +0 -31
  395. package/es/shared/utils/index.d.ts +0 -16
  396. package/es/shared/utils/loadViewer.d.ts +0 -2
  397. package/es/shared/utils/tapable/AsyncParallelBailHook.d.ts +0 -3
  398. package/es/shared/utils/tapable/AsyncParallelHook.d.ts +0 -3
  399. package/es/shared/utils/tapable/AsyncSeriesBailHook.d.ts +0 -3
  400. package/es/shared/utils/tapable/AsyncSeriesHook.d.ts +0 -3
  401. package/es/shared/utils/tapable/AsyncSeriesLoopHook.d.ts +0 -3
  402. package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.d.ts +0 -3
  403. package/es/shared/utils/tapable/Hook.d.ts +0 -50
  404. package/es/shared/utils/tapable/HookCodeFactory.d.ts +0 -58
  405. package/es/shared/utils/tapable/HookMap.d.ts +0 -11
  406. package/es/shared/utils/tapable/MultiHook.d.ts +0 -12
  407. package/es/shared/utils/tapable/SyncBailHook.d.ts +0 -3
  408. package/es/shared/utils/tapable/SyncHook.d.ts +0 -3
  409. package/es/shared/utils/tapable/SyncLoopHook.d.ts +0 -3
  410. package/es/shared/utils/tapable/SyncWaterfallHook.d.ts +0 -3
  411. package/es/shared/utils/tapable/index.d.ts +0 -139
  412. package/es/shared/utils/utilExpand.d.ts +0 -1
  413. package/es/shared/utils/vexutils.d.ts +0 -10
@@ -1,3344 +0,0 @@
1
- /// <reference types="lodash" />
2
- import { Func } from '../../../../es/shared/types';
3
- import { PropType } from 'vue';
4
- import { FormConfigItem, FormConfigTextFormatter } from '../../../../es/components/form-config/src/types';
5
- declare const _default: import("vue").DefineComponent<{
6
- maxHeight: {
7
- type: StringConstructor;
8
- };
9
- textFormatter: {
10
- type: PropType<FormConfigTextFormatter>;
11
- };
12
- }, {
13
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
14
- maxHeight: {
15
- type: StringConstructor;
16
- };
17
- textFormatter: {
18
- type: PropType<FormConfigTextFormatter>;
19
- };
20
- }>> & {}>>;
21
- uuid: string;
22
- getCommonConfig: () => {
23
- move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
24
- onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
25
- onUnchoose: ({ from, to, target, item }: import("sortablejs").SortableEvent) => void;
26
- tag: string;
27
- forceFallback: boolean;
28
- animation: string;
29
- 'item-key': string;
30
- group: string;
31
- };
32
- fieldListRef: import("vue").Ref<{
33
- key: string;
34
- layoutWidthEnum: import("../../../../es/components/form-config/src/types").FormConfigWidth;
35
- type: string;
36
- name: string;
37
- show?: boolean | undefined;
38
- options?: {
39
- value: string;
40
- text: string;
41
- }[] | undefined;
42
- defaultValue?: any;
43
- defaultExpand?: boolean | undefined;
44
- fold?: boolean | undefined;
45
- required?: boolean | undefined;
46
- requiredDisabled?: boolean | undefined;
47
- editable?: boolean | undefined;
48
- notes?: string | undefined;
49
- desc?: string | undefined;
50
- children?: any[] | undefined;
51
- __new?: boolean | undefined;
52
- }[]>;
53
- materialListRef: import("vue").Ref<{
54
- key: string;
55
- layoutWidthEnum: import("../../../../es/components/form-config/src/types").FormConfigWidth;
56
- type: string;
57
- name: string;
58
- show?: boolean | undefined;
59
- options?: {
60
- value: string;
61
- text: string;
62
- }[] | undefined;
63
- defaultValue?: any;
64
- defaultExpand?: boolean | undefined;
65
- fold?: boolean | undefined;
66
- required?: boolean | undefined;
67
- requiredDisabled?: boolean | undefined;
68
- editable?: boolean | undefined;
69
- notes?: string | undefined;
70
- desc?: string | undefined;
71
- children?: any[] | undefined;
72
- __new?: boolean | undefined;
73
- }[]>;
74
- addItem: (fieldItem: FormConfigItem) => void;
75
- parsedTextFormatter: FormConfigTextFormatter;
76
- currentEditField: import("vue").Ref<FormConfigItem | undefined>;
77
- formConfigEditRef: import("vue").Ref<{
78
- validate: Func;
79
- } | undefined>;
80
- transform: (fieldList: FormConfigItem[]) => FormConfigItem[];
81
- inverseTransform: (fieldList: FormConfigItem[]) => FormConfigItem[];
82
- Draggable: import("vue").DefineComponent<{
83
- list: {
84
- type: ArrayConstructor;
85
- required: boolean;
86
- default: any;
87
- };
88
- modelValue: {
89
- type: ArrayConstructor;
90
- required: boolean;
91
- default: any;
92
- };
93
- itemKey: {
94
- type: (StringConstructor | FunctionConstructor)[];
95
- required: boolean;
96
- };
97
- clone: {
98
- type: FunctionConstructor;
99
- default: (original: any) => any;
100
- };
101
- tag: {
102
- type: StringConstructor;
103
- default: string;
104
- };
105
- move: {
106
- type: FunctionConstructor;
107
- default: any;
108
- };
109
- componentData: {
110
- type: ObjectConstructor;
111
- required: boolean;
112
- default: any;
113
- };
114
- }, unknown, {
115
- error: boolean;
116
- }, {
117
- realList(): any;
118
- getKey(): any;
119
- }, {
120
- getUnderlyingVm(domElement: any): any;
121
- getUnderlyingPotencialDraggableComponent(htmElement: any): any;
122
- emitChanges(evt: any): void;
123
- alterList(onList: any): void;
124
- spliceList(): void;
125
- updatePosition(oldIndex: any, newIndex: any): void;
126
- getRelatedContextFromMoveEvent({ to, related }: {
127
- to: any;
128
- related: any;
129
- }): any;
130
- getVmIndexFromDomIndex(domIndex: any): any;
131
- onDragStart(evt: any): void;
132
- onDragAdd(evt: any): void;
133
- onDragRemove(evt: any): void;
134
- onDragUpdate(evt: any): void;
135
- computeFutureIndex(relatedContext: any, evt: any): any;
136
- onDragMove(evt: any, originalEvent: any): any;
137
- onDragEnd(): void;
138
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
139
- move: Function;
140
- tag: string;
141
- clone: Function;
142
- list: unknown[];
143
- modelValue: unknown[];
144
- componentData: Record<string, any>;
145
- } & {
146
- itemKey?: string | Function | undefined;
147
- }>, {
148
- move: Function;
149
- tag: string;
150
- clone: Function;
151
- list: unknown[];
152
- modelValue: unknown[];
153
- componentData: Record<string, any>;
154
- }>;
155
- FormConfigCreator: import("vue").DefineComponent<{}, {
156
- linebarField: import("../..").FieldItem[];
157
- linebarFormRef: import("vue").Ref<import("../..").FormRenderExpose | undefined>;
158
- lineBreakFormRef: import("vue").Ref<import("../..").FormRenderExpose | undefined>;
159
- initialData: Partial<FormConfigItem>;
160
- emit: (event: "submit", payload: FormConfigItem) => void;
161
- submit: (type: string, formRef?: import("../..").FormRenderExpose | undefined) => Promise<void>;
162
- pick: {
163
- <T extends object, U extends keyof T>(object: T, ...props: import("lodash").Many<U>[]): Pick<T, U>;
164
- <T_1>(object: T_1 | null | undefined, ...props: import("lodash").Many<import("lodash").PropertyPath>[]): Partial<T_1>;
165
- };
166
- NButton: any;
167
- NButtonGroup: any;
168
- NPopconfirm: any;
169
- CFormRender: import("../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
170
- formRenderRef: import("vue").Ref<import("../..").FormRenderExpose | undefined>;
171
- key: import("vue").Ref<number>;
172
- reload: () => Promise<void>;
173
- formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFieldState", "resetFields", "queryWidget"];
174
- exposed: Partial<import("../..").FormRenderExpose>;
175
- FormRender: import("vue").DefineComponent<{
176
- fieldList: {
177
- type: PropType<import("../..").FieldItem[]>;
178
- };
179
- initialData: {
180
- type: PropType<import("../../../../es/shared/types").AnyObject>;
181
- default: () => {};
182
- };
183
- fieldVisitor: {
184
- type: PropType<import("../..").FieldVisitor>;
185
- };
186
- column: {
187
- type: NumberConstructor;
188
- default: number;
189
- };
190
- maxHeight: {
191
- type: (NumberConstructor | StringConstructor)[];
192
- default: string;
193
- };
194
- anchor: {
195
- type: BooleanConstructor;
196
- default: boolean;
197
- };
198
- parallelism: {
199
- type: NumberConstructor;
200
- default: number;
201
- };
202
- businessFormatter: {
203
- type: PropType<import("../..").FormBusinessFormatter>;
204
- };
205
- schema: {
206
- type: PropType<import("@formily/json-schema").Stringify<{
207
- [key: symbol]: any;
208
- [key: `x-${string}`]: any;
209
- [key: `x-${number}`]: any;
210
- version?: string | undefined;
211
- name?: import("@formily/json-schema").SchemaKey | undefined;
212
- title?: any;
213
- description?: any;
214
- default?: any;
215
- readOnly?: boolean | undefined;
216
- writeOnly?: boolean | undefined;
217
- type?: import("@formily/json-schema").SchemaTypes | undefined;
218
- enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
219
- const?: any;
220
- multipleOf?: number | undefined;
221
- maximum?: number | undefined;
222
- exclusiveMaximum?: number | undefined;
223
- minimum?: number | undefined;
224
- exclusiveMinimum?: number | undefined;
225
- maxLength?: number | undefined;
226
- minLength?: number | undefined;
227
- pattern?: string | RegExp | undefined;
228
- maxItems?: number | undefined;
229
- minItems?: number | undefined;
230
- uniqueItems?: boolean | undefined;
231
- maxProperties?: number | undefined;
232
- minProperties?: number | undefined;
233
- required?: string | boolean | string[] | undefined;
234
- format?: string | undefined;
235
- $ref?: string | undefined;
236
- $namespace?: string | undefined;
237
- definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
238
- properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
239
- items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
240
- additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
241
- patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
242
- additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
243
- "x-value"?: any;
244
- "x-index"?: number | undefined;
245
- "x-pattern"?: any;
246
- "x-display"?: any;
247
- "x-validator"?: any;
248
- "x-decorator"?: any;
249
- "x-decorator-props"?: any;
250
- "x-component"?: any;
251
- "x-component-props"?: any;
252
- "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
253
- "x-content"?: any;
254
- "x-data"?: any;
255
- "x-visible"?: boolean | undefined;
256
- "x-hidden"?: boolean | undefined;
257
- "x-disabled"?: boolean | undefined;
258
- "x-editable"?: boolean | undefined;
259
- "x-read-only"?: boolean | undefined;
260
- "x-read-pretty"?: boolean | undefined;
261
- "x-compile-omitted"?: string[] | undefined;
262
- }>>;
263
- };
264
- components: {
265
- type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
266
- default: () => {};
267
- };
268
- scope: {
269
- type: PropType<import("../../../../es/shared/types").AnyObject>;
270
- default: () => {};
271
- };
272
- annotation: {
273
- type: PropType<import("../../../../es/shared/types").AnyObject>;
274
- };
275
- consumer: {
276
- type: BooleanConstructor;
277
- default: boolean;
278
- };
279
- uuid: {
280
- type: StringConstructor;
281
- };
282
- lifeCycle: {
283
- type: PropType<Partial<{
284
- onSetup(): void;
285
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
286
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
287
- }>>;
288
- };
289
- requestInstance: {
290
- type: PropType<import("../..").RequestInstance>;
291
- };
292
- enterToNextWidget: {
293
- type: PropType<boolean | ((fieldItem: import("../..").FieldItem) => boolean | void)>;
294
- default: boolean;
295
- };
296
- lowCodeReactions: {
297
- type: PropType<import("../..").FormLowCodeReactions.Config[]>;
298
- };
299
- }, {
300
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
301
- fieldList: {
302
- type: PropType<import("../..").FieldItem[]>;
303
- };
304
- initialData: {
305
- type: PropType<import("../../../../es/shared/types").AnyObject>;
306
- default: () => {};
307
- };
308
- fieldVisitor: {
309
- type: PropType<import("../..").FieldVisitor>;
310
- };
311
- column: {
312
- type: NumberConstructor;
313
- default: number;
314
- };
315
- maxHeight: {
316
- type: (NumberConstructor | StringConstructor)[];
317
- default: string;
318
- };
319
- anchor: {
320
- type: BooleanConstructor;
321
- default: boolean;
322
- };
323
- parallelism: {
324
- type: NumberConstructor;
325
- default: number;
326
- };
327
- businessFormatter: {
328
- type: PropType<import("../..").FormBusinessFormatter>;
329
- };
330
- schema: {
331
- type: PropType<import("@formily/json-schema").Stringify<{
332
- [key: symbol]: any;
333
- [key: `x-${string}`]: any;
334
- [key: `x-${number}`]: any;
335
- version?: string | undefined;
336
- name?: import("@formily/json-schema").SchemaKey | undefined;
337
- title?: any;
338
- description?: any;
339
- default?: any;
340
- readOnly?: boolean | undefined;
341
- writeOnly?: boolean | undefined;
342
- type?: import("@formily/json-schema").SchemaTypes | undefined;
343
- enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
344
- const?: any;
345
- multipleOf?: number | undefined;
346
- maximum?: number | undefined;
347
- exclusiveMaximum?: number | undefined;
348
- minimum?: number | undefined;
349
- exclusiveMinimum?: number | undefined;
350
- maxLength?: number | undefined;
351
- minLength?: number | undefined;
352
- pattern?: string | RegExp | undefined;
353
- maxItems?: number | undefined;
354
- minItems?: number | undefined;
355
- uniqueItems?: boolean | undefined;
356
- maxProperties?: number | undefined;
357
- minProperties?: number | undefined;
358
- required?: string | boolean | string[] | undefined;
359
- format?: string | undefined;
360
- $ref?: string | undefined;
361
- $namespace?: string | undefined;
362
- definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
363
- properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
364
- items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
365
- additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
366
- patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
367
- additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
368
- "x-value"?: any;
369
- "x-index"?: number | undefined;
370
- "x-pattern"?: any;
371
- "x-display"?: any;
372
- "x-validator"?: any;
373
- "x-decorator"?: any;
374
- "x-decorator-props"?: any;
375
- "x-component"?: any;
376
- "x-component-props"?: any;
377
- "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
378
- "x-content"?: any;
379
- "x-data"?: any;
380
- "x-visible"?: boolean | undefined;
381
- "x-hidden"?: boolean | undefined;
382
- "x-disabled"?: boolean | undefined;
383
- "x-editable"?: boolean | undefined;
384
- "x-read-only"?: boolean | undefined;
385
- "x-read-pretty"?: boolean | undefined;
386
- "x-compile-omitted"?: string[] | undefined;
387
- }>>;
388
- };
389
- components: {
390
- type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
391
- default: () => {};
392
- };
393
- scope: {
394
- type: PropType<import("../../../../es/shared/types").AnyObject>;
395
- default: () => {};
396
- };
397
- annotation: {
398
- type: PropType<import("../../../../es/shared/types").AnyObject>;
399
- };
400
- consumer: {
401
- type: BooleanConstructor;
402
- default: boolean;
403
- };
404
- uuid: {
405
- type: StringConstructor;
406
- };
407
- lifeCycle: {
408
- type: PropType<Partial<{
409
- onSetup(): void;
410
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
411
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
412
- }>>;
413
- };
414
- requestInstance: {
415
- type: PropType<import("../..").RequestInstance>;
416
- };
417
- enterToNextWidget: {
418
- type: PropType<boolean | ((fieldItem: import("../..").FieldItem) => boolean | void)>;
419
- default: boolean;
420
- };
421
- lowCodeReactions: {
422
- type: PropType<import("../..").FormLowCodeReactions.Config[]>;
423
- };
424
- }>> & {
425
- onFormChange?: ((...args: any[]) => any) | undefined;
426
- }>>;
427
- emit: (event: "formChange", ...args: any[]) => void;
428
- nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
429
- formModel: import("@formily/core").Form<{
430
- [x: string]: any;
431
- }>;
432
- lowCodeReactionsHandler: (field: string, value: unknown) => void;
433
- triggerAllReactionsHandler: () => void;
434
- SchemaField: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
435
- businessCollector: import("../..").BusinessCollector;
436
- formItemDepsCollector: import("../..").FormItemDepsCollector;
437
- changeContextCollector: import("../..").ContextCollector;
438
- formUUID: string;
439
- formRenderRef: import("vue").Ref<HTMLElement | undefined>;
440
- schemaAdaptor: (fieldList: import("../..").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
441
- [key: symbol]: any;
442
- [key: `x-${string}`]: any;
443
- [key: `x-${number}`]: any;
444
- version?: string | undefined;
445
- name?: import("@formily/json-schema").SchemaKey | undefined;
446
- title?: any;
447
- description?: any;
448
- default?: any;
449
- readOnly?: boolean | undefined;
450
- writeOnly?: boolean | undefined;
451
- type?: import("@formily/json-schema").SchemaTypes | undefined;
452
- enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
453
- const?: any;
454
- multipleOf?: number | undefined;
455
- maximum?: number | undefined;
456
- exclusiveMaximum?: number | undefined;
457
- minimum?: number | undefined;
458
- exclusiveMinimum?: number | undefined;
459
- maxLength?: number | undefined;
460
- minLength?: number | undefined;
461
- pattern?: string | RegExp | undefined;
462
- maxItems?: number | undefined;
463
- minItems?: number | undefined;
464
- uniqueItems?: boolean | undefined;
465
- maxProperties?: number | undefined;
466
- minProperties?: number | undefined;
467
- required?: string | boolean | string[] | undefined;
468
- format?: string | undefined;
469
- $ref?: string | undefined;
470
- $namespace?: string | undefined;
471
- definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
472
- properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
473
- items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
474
- additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
475
- patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
476
- additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
477
- "x-value"?: any;
478
- "x-index"?: number | undefined;
479
- "x-pattern"?: any;
480
- "x-display"?: any;
481
- "x-validator"?: any;
482
- "x-decorator"?: any;
483
- "x-decorator-props"?: any;
484
- "x-component"?: any;
485
- "x-component-props"?: any;
486
- "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
487
- "x-content"?: any;
488
- "x-data"?: any;
489
- "x-visible"?: boolean | undefined;
490
- "x-hidden"?: boolean | undefined;
491
- "x-disabled"?: boolean | undefined;
492
- "x-editable"?: boolean | undefined;
493
- "x-read-only"?: boolean | undefined;
494
- "x-read-pretty"?: boolean | undefined;
495
- "x-compile-omitted"?: string[] | undefined;
496
- }>>;
497
- _fieldList: import("../..").FieldItem[];
498
- parsedSchema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
499
- [key: symbol]: any;
500
- [key: `x-${string}`]: any;
501
- [key: `x-${number}`]: any;
502
- version?: string | undefined;
503
- name?: import("@formily/json-schema").SchemaKey | undefined;
504
- title?: any;
505
- description?: any;
506
- default?: any;
507
- readOnly?: boolean | undefined;
508
- writeOnly?: boolean | undefined;
509
- type?: import("@formily/json-schema").SchemaTypes | undefined;
510
- enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
511
- const?: any;
512
- multipleOf?: number | undefined;
513
- maximum?: number | undefined;
514
- exclusiveMaximum?: number | undefined;
515
- minimum?: number | undefined;
516
- exclusiveMinimum?: number | undefined;
517
- maxLength?: number | undefined;
518
- minLength?: number | undefined;
519
- pattern?: string | RegExp | undefined;
520
- maxItems?: number | undefined;
521
- minItems?: number | undefined;
522
- uniqueItems?: boolean | undefined;
523
- maxProperties?: number | undefined;
524
- minProperties?: number | undefined;
525
- required?: string | boolean | string[] | undefined;
526
- format?: string | undefined;
527
- $ref?: string | undefined;
528
- $namespace?: string | undefined;
529
- definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
530
- properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
531
- items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
532
- additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
533
- patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
534
- additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
535
- "x-value"?: any;
536
- "x-index"?: number | undefined;
537
- "x-pattern"?: any;
538
- "x-display"?: any;
539
- "x-validator"?: any;
540
- "x-decorator"?: any;
541
- "x-decorator-props"?: any;
542
- "x-component"?: any;
543
- "x-component-props"?: any;
544
- "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
545
- "x-content"?: any;
546
- "x-data"?: any;
547
- "x-visible"?: boolean | undefined;
548
- "x-hidden"?: boolean | undefined;
549
- "x-disabled"?: boolean | undefined;
550
- "x-editable"?: boolean | undefined;
551
- "x-read-only"?: boolean | undefined;
552
- "x-read-pretty"?: boolean | undefined;
553
- "x-compile-omitted"?: string[] | undefined;
554
- }>>;
555
- currentAnchor: import("vue").WritableComputedRef<string>;
556
- generateAnchorList: (schema: import("@formily/json-schema").Stringify<{
557
- [key: symbol]: any;
558
- [key: `x-${string}`]: any;
559
- [key: `x-${number}`]: any;
560
- version?: string | undefined;
561
- name?: import("@formily/json-schema").SchemaKey | undefined;
562
- title?: any;
563
- description?: any;
564
- default?: any;
565
- readOnly?: boolean | undefined;
566
- writeOnly?: boolean | undefined;
567
- type?: import("@formily/json-schema").SchemaTypes | undefined;
568
- enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
569
- const?: any;
570
- multipleOf?: number | undefined;
571
- maximum?: number | undefined;
572
- exclusiveMaximum?: number | undefined;
573
- minimum?: number | undefined;
574
- exclusiveMinimum?: number | undefined;
575
- maxLength?: number | undefined;
576
- minLength?: number | undefined;
577
- pattern?: string | RegExp | undefined;
578
- maxItems?: number | undefined;
579
- minItems?: number | undefined;
580
- uniqueItems?: boolean | undefined;
581
- maxProperties?: number | undefined;
582
- minProperties?: number | undefined;
583
- required?: string | boolean | string[] | undefined;
584
- format?: string | undefined;
585
- $ref?: string | undefined;
586
- $namespace?: string | undefined;
587
- definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
588
- properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
589
- items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
590
- additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
591
- patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
592
- additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
593
- "x-value"?: any;
594
- "x-index"?: number | undefined;
595
- "x-pattern"?: any;
596
- "x-display"?: any;
597
- "x-validator"?: any;
598
- "x-decorator"?: any;
599
- "x-decorator-props"?: any;
600
- "x-component"?: any;
601
- "x-component-props"?: any;
602
- "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
603
- "x-content"?: any;
604
- "x-data"?: any;
605
- "x-visible"?: boolean | undefined;
606
- "x-hidden"?: boolean | undefined;
607
- "x-disabled"?: boolean | undefined;
608
- "x-editable"?: boolean | undefined;
609
- "x-read-only"?: boolean | undefined;
610
- "x-read-pretty"?: boolean | undefined;
611
- "x-compile-omitted"?: string[] | undefined;
612
- }>) => void;
613
- anchorIdList: import("vue").Ref<{
614
- name: string;
615
- title: string;
616
- }[]>;
617
- formHeight: import("vue").ComputedRef<string | undefined>;
618
- onScroll: () => void;
619
- onKeydown: (event: KeyboardEvent) => void;
620
- queryWidget: (key: string, wrapperElement: HTMLElement, fieldList: import("../..").FieldItem[]) => Promise<{
621
- widgetElement: HTMLInputElement | null | undefined;
622
- widgetElementList: HTMLInputElement[];
623
- decoratorElement: HTMLElement | null | undefined;
624
- }>;
625
- FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
626
- FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
627
- form: any;
628
- }>;
629
- NForm: any;
630
- NTabPane: import("vue").DefineComponent<{
631
- readonly tab: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
632
- [key: string]: any;
633
- }> | (() => import("vue").VNodeChild)>;
634
- readonly name: {
635
- readonly type: PropType<string | number>;
636
- readonly required: true;
637
- };
638
- readonly disabled: BooleanConstructor;
639
- readonly displayDirective: {
640
- readonly type: PropType<"if" | "show" | "show:lazy">;
641
- readonly default: "if";
642
- };
643
- readonly closable: {
644
- readonly type: PropType<boolean | undefined>;
645
- readonly default: undefined;
646
- };
647
- readonly tabProps: PropType<import("vue").HTMLAttributes>;
648
- readonly label: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
649
- [key: string]: any;
650
- }> | (() => import("vue").VNodeChild)>;
651
- }, {
652
- style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
653
- class: import("vue").Ref<string | undefined>;
654
- mergedClsPrefix: import("vue").Ref<string>;
655
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
656
- readonly tab: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
657
- [key: string]: any;
658
- }> | (() => import("vue").VNodeChild)>;
659
- readonly name: {
660
- readonly type: PropType<string | number>;
661
- readonly required: true;
662
- };
663
- readonly disabled: BooleanConstructor;
664
- readonly displayDirective: {
665
- readonly type: PropType<"if" | "show" | "show:lazy">;
666
- readonly default: "if";
667
- };
668
- readonly closable: {
669
- readonly type: PropType<boolean | undefined>;
670
- readonly default: undefined;
671
- };
672
- readonly tabProps: PropType<import("vue").HTMLAttributes>;
673
- readonly label: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
674
- [key: string]: any;
675
- }> | (() => import("vue").VNodeChild)>;
676
- }>>, {
677
- readonly disabled: boolean;
678
- readonly closable: boolean | undefined;
679
- readonly displayDirective: "if" | "show" | "show:lazy";
680
- }>;
681
- NTabs: any;
682
- NConfigProvider: any;
683
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
684
- fieldList: {
685
- type: PropType<import("../..").FieldItem[]>;
686
- };
687
- initialData: {
688
- type: PropType<import("../../../../es/shared/types").AnyObject>;
689
- default: () => {};
690
- };
691
- fieldVisitor: {
692
- type: PropType<import("../..").FieldVisitor>;
693
- };
694
- column: {
695
- type: NumberConstructor;
696
- default: number;
697
- };
698
- maxHeight: {
699
- type: (NumberConstructor | StringConstructor)[];
700
- default: string;
701
- };
702
- anchor: {
703
- type: BooleanConstructor;
704
- default: boolean;
705
- };
706
- parallelism: {
707
- type: NumberConstructor;
708
- default: number;
709
- };
710
- businessFormatter: {
711
- type: PropType<import("../..").FormBusinessFormatter>;
712
- };
713
- schema: {
714
- type: PropType<import("@formily/json-schema").Stringify<{
715
- [key: symbol]: any;
716
- [key: `x-${string}`]: any;
717
- [key: `x-${number}`]: any;
718
- version?: string | undefined;
719
- name?: import("@formily/json-schema").SchemaKey | undefined;
720
- title?: any;
721
- description?: any;
722
- default?: any;
723
- readOnly?: boolean | undefined;
724
- writeOnly?: boolean | undefined;
725
- type?: import("@formily/json-schema").SchemaTypes | undefined;
726
- enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
727
- const?: any;
728
- multipleOf?: number | undefined;
729
- maximum?: number | undefined;
730
- exclusiveMaximum?: number | undefined;
731
- minimum?: number | undefined;
732
- exclusiveMinimum?: number | undefined;
733
- maxLength?: number | undefined;
734
- minLength?: number | undefined;
735
- pattern?: string | RegExp | undefined;
736
- maxItems?: number | undefined;
737
- minItems?: number | undefined;
738
- uniqueItems?: boolean | undefined;
739
- maxProperties?: number | undefined;
740
- minProperties?: number | undefined;
741
- required?: string | boolean | string[] | undefined;
742
- format?: string | undefined;
743
- $ref?: string | undefined;
744
- $namespace?: string | undefined;
745
- definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
746
- properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
747
- items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
748
- additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
749
- patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
750
- additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
751
- "x-value"?: any;
752
- "x-index"?: number | undefined;
753
- "x-pattern"?: any;
754
- "x-display"?: any;
755
- "x-validator"?: any;
756
- "x-decorator"?: any;
757
- "x-decorator-props"?: any;
758
- "x-component"?: any;
759
- "x-component-props"?: any;
760
- "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
761
- "x-content"?: any;
762
- "x-data"?: any;
763
- "x-visible"?: boolean | undefined;
764
- "x-hidden"?: boolean | undefined;
765
- "x-disabled"?: boolean | undefined;
766
- "x-editable"?: boolean | undefined;
767
- "x-read-only"?: boolean | undefined;
768
- "x-read-pretty"?: boolean | undefined;
769
- "x-compile-omitted"?: string[] | undefined;
770
- }>>;
771
- };
772
- components: {
773
- type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
774
- default: () => {};
775
- };
776
- scope: {
777
- type: PropType<import("../../../../es/shared/types").AnyObject>;
778
- default: () => {};
779
- };
780
- annotation: {
781
- type: PropType<import("../../../../es/shared/types").AnyObject>;
782
- };
783
- consumer: {
784
- type: BooleanConstructor;
785
- default: boolean;
786
- };
787
- uuid: {
788
- type: StringConstructor;
789
- };
790
- lifeCycle: {
791
- type: PropType<Partial<{
792
- onSetup(): void;
793
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
794
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
795
- }>>;
796
- };
797
- requestInstance: {
798
- type: PropType<import("../..").RequestInstance>;
799
- };
800
- enterToNextWidget: {
801
- type: PropType<boolean | ((fieldItem: import("../..").FieldItem) => boolean | void)>;
802
- default: boolean;
803
- };
804
- lowCodeReactions: {
805
- type: PropType<import("../..").FormLowCodeReactions.Config[]>;
806
- };
807
- }>> & {
808
- onFormChange?: ((...args: any[]) => any) | undefined;
809
- }, {
810
- anchor: boolean;
811
- maxHeight: string | number;
812
- column: number;
813
- components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
814
- initialData: import("../../../../es/shared/types").AnyObject;
815
- parallelism: number;
816
- scope: import("../../../../es/shared/types").AnyObject;
817
- consumer: boolean;
818
- enterToNextWidget: boolean | ((fieldItem: import("../..").FieldItem) => boolean | void);
819
- }>;
820
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
821
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
822
- submit: (payload: FormConfigItem) => FormConfigItem;
823
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
824
- onSubmit?: ((payload: FormConfigItem) => any) | undefined;
825
- }, {}>;
826
- FormConfigDragDisplay: import("vue").DefineComponent<{
827
- fieldItem: {
828
- type: PropType<FormConfigItem>;
829
- };
830
- textFormatter: {
831
- type: PropType<FormConfigTextFormatter>;
832
- required: true;
833
- };
834
- }, {
835
- getItemColumnStyle: (fieldItem?: FormConfigItem | undefined) => {
836
- '--item-column': number;
837
- };
838
- getRenderer: (fieldItem: FormConfigItem) => import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>;
839
- getCommonConfig: () => {
840
- move: ({ to, from, dragged }: import("sortablejs").MoveEvent) => false | undefined;
841
- onChoose: ({ target, item }: import("sortablejs").SortableEvent) => void;
842
- onUnchoose: ({ from, to, target, item }: import("sortablejs").SortableEvent) => void;
843
- tag: string;
844
- forceFallback: boolean;
845
- animation: string;
846
- 'item-key': string;
847
- group: string;
848
- };
849
- Draggable: import("vue").DefineComponent<{
850
- list: {
851
- type: ArrayConstructor;
852
- required: boolean;
853
- default: any;
854
- };
855
- modelValue: {
856
- type: ArrayConstructor;
857
- required: boolean;
858
- default: any;
859
- };
860
- itemKey: {
861
- type: (StringConstructor | FunctionConstructor)[];
862
- required: boolean;
863
- };
864
- clone: {
865
- type: FunctionConstructor;
866
- default: (original: any) => any;
867
- };
868
- tag: {
869
- type: StringConstructor;
870
- default: string;
871
- };
872
- move: {
873
- type: FunctionConstructor;
874
- default: any;
875
- };
876
- componentData: {
877
- type: ObjectConstructor;
878
- required: boolean;
879
- default: any;
880
- };
881
- }, unknown, {
882
- error: boolean;
883
- }, {
884
- realList(): any;
885
- getKey(): any;
886
- }, {
887
- getUnderlyingVm(domElement: any): any;
888
- getUnderlyingPotencialDraggableComponent(htmElement: any): any;
889
- emitChanges(evt: any): void;
890
- alterList(onList: any): void;
891
- spliceList(): void;
892
- updatePosition(oldIndex: any, newIndex: any): void;
893
- getRelatedContextFromMoveEvent({ to, related }: {
894
- to: any;
895
- related: any;
896
- }): any;
897
- getVmIndexFromDomIndex(domIndex: any): any;
898
- onDragStart(evt: any): void;
899
- onDragAdd(evt: any): void;
900
- onDragRemove(evt: any): void;
901
- onDragUpdate(evt: any): void;
902
- computeFutureIndex(relatedContext: any, evt: any): any;
903
- onDragMove(evt: any, originalEvent: any): any;
904
- onDragEnd(): void;
905
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
906
- move: Function;
907
- tag: string;
908
- clone: Function;
909
- list: unknown[];
910
- modelValue: unknown[];
911
- componentData: Record<string, any>;
912
- } & {
913
- itemKey?: string | Function | undefined;
914
- }>, {
915
- move: Function;
916
- tag: string;
917
- clone: Function;
918
- list: unknown[];
919
- modelValue: unknown[];
920
- componentData: Record<string, any>;
921
- }>;
922
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
923
- fieldItem: {
924
- type: PropType<FormConfigItem>;
925
- };
926
- textFormatter: {
927
- type: PropType<FormConfigTextFormatter>;
928
- required: true;
929
- };
930
- }>>, {}>;
931
- FormConfigEdit: import("vue").DefineComponent<{
932
- uuid: {
933
- type: StringConstructor;
934
- required: true;
935
- };
936
- }, {
937
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
938
- uuid: {
939
- type: StringConstructor;
940
- required: true;
941
- };
942
- }>> & {}>>;
943
- wrapperSelector: import("vue").ComputedRef<string>;
944
- key: import("vue").Ref<number>;
945
- formRenderRef: import("vue").Ref<import("../..").FormRenderExpose | undefined>;
946
- currentActiveField: import("vue").Ref<import("../../../../es/shared/types").UndefinedAble<FormConfigItem>>;
947
- fieldList: import("vue").Ref<{
948
- [x: string]: any;
949
- val_key: string;
950
- html_type: string;
951
- annotation?: boolean | undefined;
952
- val_key_unit?: string | undefined;
953
- is_edit?: import("../..").FormCommonState | undefined;
954
- elem_width?: number | undefined;
955
- is_show?: import("../..").FormCommonState | undefined;
956
- is_null?: import("../..").FormCommonState | undefined;
957
- name?: string | undefined;
958
- alias?: string | undefined;
959
- default_val?: any;
960
- is_empty?: import("../..").FormCommonState | undefined;
961
- hide_title?: import("../..").FormCommonState | undefined;
962
- placeholder?: string | undefined;
963
- validate?: {
964
- [x: string]: any;
965
- obj_type?: ("password" | "sex" | "age" | "email" | "id_card" | "age_unit" | "mobile" | "telephone" | "birthday" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
966
- vali_obj?: string | undefined;
967
- max_value?: string | number | undefined;
968
- min_value?: string | number | undefined;
969
- min_length?: string | number | undefined;
970
- max_length?: string | number | undefined;
971
- decimal_length?: string | number | undefined;
972
- regular_expression?: string | {
973
- exec: (string: string) => RegExpExecArray | null;
974
- test: (string: string) => boolean;
975
- readonly source: string;
976
- readonly global: boolean;
977
- readonly ignoreCase: boolean;
978
- readonly multiline: boolean;
979
- lastIndex: number;
980
- compile: (pattern: string, flags?: string | undefined) => RegExp;
981
- readonly flags: string;
982
- readonly sticky: boolean;
983
- readonly unicode: boolean;
984
- readonly dotAll: boolean;
985
- [Symbol.match]: (string: string) => RegExpMatchArray | null;
986
- [Symbol.replace]: {
987
- (string: string, replaceValue: string): string;
988
- (string: string, replacer: (substring: string, ...args: any[]) => string): string;
989
- };
990
- [Symbol.search]: (string: string) => number;
991
- [Symbol.split]: (string: string, limit?: number | undefined) => string[];
992
- [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
993
- } | undefined;
994
- regular_error_tip?: string | undefined;
995
- } | undefined;
996
- option?: {
997
- text: string;
998
- value: any;
999
- keyword?: string | undefined;
1000
- disabled?: boolean | undefined;
1001
- children?: any[] | undefined;
1002
- }[] | undefined;
1003
- multi_select?: import("../..").FormCommonState | undefined;
1004
- multi_select_value?: string | number | undefined;
1005
- wordbook?: {
1006
- level_num?: number | undefined;
1007
- id?: string | undefined;
1008
- name?: string | undefined;
1009
- render_key?: string[] | undefined;
1010
- search_key?: string[] | undefined;
1011
- primary_key?: string | undefined;
1012
- type?: string | undefined;
1013
- value_key?: string | undefined;
1014
- level_key?: string | undefined;
1015
- link_key?: string | undefined;
1016
- link_key_split?: string | undefined;
1017
- show_key?: string[] | undefined;
1018
- conObj?: import("../../../../es/shared/types").AnyObject[] | undefined;
1019
- conObjFirstLevel?: import("../../../../es/shared/types").AnyObject[] | undefined;
1020
- } | undefined;
1021
- open?: {
1022
- value?: any;
1023
- describe?: string | undefined;
1024
- } | undefined;
1025
- close?: {
1026
- value?: any;
1027
- describe?: string | undefined;
1028
- } | undefined;
1029
- date_format?: string | undefined;
1030
- step_length?: string | number | undefined;
1031
- urlConfig?: {
1032
- url: string;
1033
- method?: import("../..").FormRequestType | undefined;
1034
- nameKey?: string | undefined;
1035
- valueKey?: string | undefined;
1036
- params?: import("../../../../es/shared/types").AnyObject | undefined;
1037
- dependKey?: string | Record<string, string> | (string | {
1038
- paramName: string;
1039
- paramValue?: string | undefined;
1040
- required?: boolean | undefined;
1041
- })[] | undefined;
1042
- } | undefined;
1043
- suffixConfig?: any | any[] | undefined;
1044
- autograph?: string | undefined;
1045
- defined_error_msg?: string | undefined;
1046
- extendKey?: string | undefined;
1047
- is_not_fold?: string | undefined;
1048
- remark?: string | undefined;
1049
- fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
1050
- content?: string | import("../..").FormRenderer | Record<string, import("../..").FormRenderer> | undefined;
1051
- lazyRequest?: boolean | undefined;
1052
- requestCache?: boolean | undefined;
1053
- maxGroupNum?: number | undefined;
1054
- jsonCombination?: boolean | undefined;
1055
- children?: any[] | undefined;
1056
- properties?: any[] | undefined;
1057
- componentProps?: import("../../../../es/shared/types").AnyObject | undefined;
1058
- decoratorProps?: import("../../../../es/shared/types").AnyObject | undefined;
1059
- noDecorator?: {
1060
- valueOf: () => boolean;
1061
- } | undefined;
1062
- display?: "flex" | "grid" | undefined;
1063
- slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
1064
- wrapperStyle?: Record<string, string> | {
1065
- [x: `--${string}`]: string | number | undefined;
1066
- accentColor?: string | undefined;
1067
- alignContent?: string | undefined;
1068
- alignItems?: string | undefined;
1069
- alignSelf?: string | undefined;
1070
- alignTracks?: string | undefined;
1071
- animationComposition?: string | undefined;
1072
- animationDelay?: string | undefined;
1073
- animationDirection?: string | undefined;
1074
- animationDuration?: string | undefined;
1075
- animationFillMode?: string | undefined;
1076
- animationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
1077
- animationName?: string | undefined;
1078
- animationPlayState?: string | undefined;
1079
- animationTimeline?: string | undefined;
1080
- animationTimingFunction?: string | undefined;
1081
- appearance?: import("csstype").AppearanceProperty | undefined;
1082
- aspectRatio?: import("csstype").AspectRatioProperty | undefined;
1083
- backdropFilter?: string | undefined;
1084
- backfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
1085
- backgroundAttachment?: string | undefined;
1086
- backgroundBlendMode?: string | undefined;
1087
- backgroundClip?: string | undefined;
1088
- backgroundColor?: string | undefined;
1089
- backgroundImage?: string | undefined;
1090
- backgroundOrigin?: string | undefined;
1091
- backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
1092
- backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
1093
- backgroundRepeat?: string | undefined;
1094
- backgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1095
- blockOverflow?: string | undefined;
1096
- blockSize?: import("csstype").BlockSizeProperty<string | number> | undefined;
1097
- borderBlockColor?: string | undefined;
1098
- borderBlockEndColor?: string | undefined;
1099
- borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty | undefined;
1100
- borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
1101
- borderBlockStartColor?: string | undefined;
1102
- borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty | undefined;
1103
- borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
1104
- borderBlockStyle?: import("csstype").BorderBlockStyleProperty | undefined;
1105
- borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
1106
- borderBottomColor?: string | undefined;
1107
- borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1108
- borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1109
- borderBottomStyle?: import("csstype").BorderBottomStyleProperty | undefined;
1110
- borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
1111
- borderCollapse?: import("csstype").BorderCollapseProperty | undefined;
1112
- borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
1113
- borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
1114
- borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
1115
- borderImageRepeat?: string | undefined;
1116
- borderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
1117
- borderImageSource?: string | undefined;
1118
- borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
1119
- borderInlineColor?: string | undefined;
1120
- borderInlineEndColor?: string | undefined;
1121
- borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
1122
- borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1123
- borderInlineStartColor?: string | undefined;
1124
- borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
1125
- borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
1126
- borderInlineStyle?: import("csstype").BorderInlineStyleProperty | undefined;
1127
- borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
1128
- borderLeftColor?: string | undefined;
1129
- borderLeftStyle?: import("csstype").BorderLeftStyleProperty | undefined;
1130
- borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
1131
- borderRightColor?: string | undefined;
1132
- borderRightStyle?: import("csstype").BorderRightStyleProperty | undefined;
1133
- borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
1134
- borderSpacing?: import("csstype").BorderSpacingProperty<string | number> | undefined;
1135
- borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
1136
- borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
1137
- borderTopColor?: string | undefined;
1138
- borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1139
- borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1140
- borderTopStyle?: import("csstype").BorderTopStyleProperty | undefined;
1141
- borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
1142
- bottom?: import("csstype").BottomProperty<string | number> | undefined;
1143
- boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
1144
- boxShadow?: string | undefined;
1145
- boxSizing?: import("csstype").BoxSizingProperty | undefined;
1146
- breakAfter?: import("csstype").BreakAfterProperty | undefined;
1147
- breakBefore?: import("csstype").BreakBeforeProperty | undefined;
1148
- breakInside?: import("csstype").BreakInsideProperty | undefined;
1149
- captionSide?: import("csstype").CaptionSideProperty | undefined;
1150
- caretColor?: string | undefined;
1151
- clear?: import("csstype").ClearProperty | undefined;
1152
- clipPath?: string | undefined;
1153
- color?: string | undefined;
1154
- colorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
1155
- colorScheme?: string | undefined;
1156
- columnCount?: import("csstype").ColumnCountProperty | undefined;
1157
- columnFill?: import("csstype").ColumnFillProperty | undefined;
1158
- columnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
1159
- columnRuleColor?: string | undefined;
1160
- columnRuleStyle?: string | undefined;
1161
- columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1162
- columnSpan?: import("csstype").ColumnSpanProperty | undefined;
1163
- columnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1164
- contain?: string | undefined;
1165
- content?: string | undefined;
1166
- contentVisibility?: import("csstype").ContentVisibilityProperty | undefined;
1167
- counterIncrement?: string | undefined;
1168
- counterReset?: string | undefined;
1169
- counterSet?: string | undefined;
1170
- cursor?: string | undefined;
1171
- direction?: import("csstype").DirectionProperty | undefined;
1172
- display?: string | undefined;
1173
- emptyCells?: import("csstype").EmptyCellsProperty | undefined;
1174
- filter?: string | undefined;
1175
- flexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
1176
- flexDirection?: import("csstype").FlexDirectionProperty | undefined;
1177
- flexGrow?: import("csstype").GlobalsNumber | undefined;
1178
- flexShrink?: import("csstype").GlobalsNumber | undefined;
1179
- flexWrap?: import("csstype").FlexWrapProperty | undefined;
1180
- float?: import("csstype").FloatProperty | undefined;
1181
- fontFamily?: string | undefined;
1182
- fontFeatureSettings?: string | undefined;
1183
- fontKerning?: import("csstype").FontKerningProperty | undefined;
1184
- fontLanguageOverride?: string | undefined;
1185
- fontOpticalSizing?: import("csstype").FontOpticalSizingProperty | undefined;
1186
- fontSize?: import("csstype").FontSizeProperty<string | number> | undefined;
1187
- fontSizeAdjust?: import("csstype").FontSizeAdjustProperty | undefined;
1188
- fontSmooth?: import("csstype").FontSmoothProperty<string | number> | undefined;
1189
- fontStretch?: string | undefined;
1190
- fontStyle?: string | undefined;
1191
- fontSynthesis?: string | undefined;
1192
- fontVariant?: string | undefined;
1193
- fontVariantAlternates?: string | undefined;
1194
- fontVariantCaps?: import("csstype").FontVariantCapsProperty | undefined;
1195
- fontVariantEastAsian?: string | undefined;
1196
- fontVariantLigatures?: string | undefined;
1197
- fontVariantNumeric?: string | undefined;
1198
- fontVariantPosition?: import("csstype").FontVariantPositionProperty | undefined;
1199
- fontVariationSettings?: string | undefined;
1200
- fontWeight?: import("csstype").FontWeightProperty | undefined;
1201
- forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty | undefined;
1202
- gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
1203
- gridAutoFlow?: string | undefined;
1204
- gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
1205
- gridColumnEnd?: import("csstype").GridColumnEndProperty | undefined;
1206
- gridColumnStart?: import("csstype").GridColumnStartProperty | undefined;
1207
- gridRowEnd?: import("csstype").GridRowEndProperty | undefined;
1208
- gridRowStart?: import("csstype").GridRowStartProperty | undefined;
1209
- gridTemplateAreas?: string | undefined;
1210
- gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
1211
- gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
1212
- hangingPunctuation?: string | undefined;
1213
- height?: import("csstype").HeightProperty<string | number> | undefined;
1214
- hyphenateCharacter?: string | undefined;
1215
- hyphens?: import("csstype").HyphensProperty | undefined;
1216
- imageOrientation?: string | undefined;
1217
- imageRendering?: import("csstype").ImageRenderingProperty | undefined;
1218
- imageResolution?: string | undefined;
1219
- initialLetter?: import("csstype").InitialLetterProperty | undefined;
1220
- inlineSize?: import("csstype").InlineSizeProperty<string | number> | undefined;
1221
- inputSecurity?: import("csstype").InputSecurityProperty | undefined;
1222
- inset?: import("csstype").InsetProperty<string | number> | undefined;
1223
- insetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
1224
- insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
1225
- insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
1226
- insetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
1227
- insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
1228
- insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
1229
- isolation?: import("csstype").IsolationProperty | undefined;
1230
- justifyContent?: string | undefined;
1231
- justifyItems?: string | undefined;
1232
- justifySelf?: string | undefined;
1233
- justifyTracks?: string | undefined;
1234
- left?: import("csstype").LeftProperty<string | number> | undefined;
1235
- letterSpacing?: import("csstype").LetterSpacingProperty<string | number> | undefined;
1236
- lineBreak?: import("csstype").LineBreakProperty | undefined;
1237
- lineHeight?: import("csstype").LineHeightProperty<string | number> | undefined;
1238
- lineHeightStep?: import("csstype").LineHeightStepProperty<string | number> | undefined;
1239
- listStyleImage?: string | undefined;
1240
- listStylePosition?: import("csstype").ListStylePositionProperty | undefined;
1241
- listStyleType?: string | undefined;
1242
- marginBlock?: import("csstype").MarginBlockProperty<string | number> | undefined;
1243
- marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
1244
- marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
1245
- marginBottom?: import("csstype").MarginBottomProperty<string | number> | undefined;
1246
- marginInline?: import("csstype").MarginInlineProperty<string | number> | undefined;
1247
- marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1248
- marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1249
- marginLeft?: import("csstype").MarginLeftProperty<string | number> | undefined;
1250
- marginRight?: import("csstype").MarginRightProperty<string | number> | undefined;
1251
- marginTop?: import("csstype").MarginTopProperty<string | number> | undefined;
1252
- maskBorderMode?: import("csstype").MaskBorderModeProperty | undefined;
1253
- maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
1254
- maskBorderRepeat?: string | undefined;
1255
- maskBorderSlice?: import("csstype").MaskBorderSliceProperty | undefined;
1256
- maskBorderSource?: string | undefined;
1257
- maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
1258
- maskClip?: string | undefined;
1259
- maskComposite?: string | undefined;
1260
- maskImage?: string | undefined;
1261
- maskMode?: string | undefined;
1262
- maskOrigin?: string | undefined;
1263
- maskPosition?: import("csstype").MaskPositionProperty<string | number> | undefined;
1264
- maskRepeat?: string | undefined;
1265
- maskSize?: import("csstype").MaskSizeProperty<string | number> | undefined;
1266
- maskType?: import("csstype").MaskTypeProperty | undefined;
1267
- mathDepth?: import("csstype").MathDepthProperty | undefined;
1268
- mathShift?: import("csstype").MathShiftProperty | undefined;
1269
- mathStyle?: import("csstype").MathStyleProperty | undefined;
1270
- maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
1271
- maxHeight?: import("csstype").MaxHeightProperty<string | number> | undefined;
1272
- maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1273
- maxLines?: import("csstype").MaxLinesProperty | undefined;
1274
- maxWidth?: import("csstype").MaxWidthProperty<string | number> | undefined;
1275
- minBlockSize?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
1276
- minHeight?: import("csstype").MinHeightProperty<string | number> | undefined;
1277
- minInlineSize?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
1278
- minWidth?: import("csstype").MinWidthProperty<string | number> | undefined;
1279
- mixBlendMode?: import("csstype").MixBlendModeProperty | undefined;
1280
- motionDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1281
- motionPath?: string | undefined;
1282
- motionRotation?: string | undefined;
1283
- objectFit?: import("csstype").ObjectFitProperty | undefined;
1284
- objectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1285
- offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
1286
- offsetDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1287
- offsetPath?: string | undefined;
1288
- offsetRotate?: string | undefined;
1289
- offsetRotation?: string | undefined;
1290
- opacity?: import("csstype").OpacityProperty | undefined;
1291
- order?: import("csstype").GlobalsNumber | undefined;
1292
- orphans?: import("csstype").GlobalsNumber | undefined;
1293
- outlineColor?: string | undefined;
1294
- outlineOffset?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
1295
- outlineStyle?: string | undefined;
1296
- outlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1297
- overflowAnchor?: import("csstype").OverflowAnchorProperty | undefined;
1298
- overflowBlock?: import("csstype").OverflowBlockProperty | undefined;
1299
- overflowClipBox?: import("csstype").OverflowClipBoxProperty | undefined;
1300
- overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
1301
- overflowInline?: import("csstype").OverflowInlineProperty | undefined;
1302
- overflowWrap?: import("csstype").OverflowWrapProperty | undefined;
1303
- overflowX?: import("csstype").OverflowXProperty | undefined;
1304
- overflowY?: import("csstype").OverflowYProperty | undefined;
1305
- overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
1306
- overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
1307
- overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty | undefined;
1308
- overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty | undefined;
1309
- paddingBlock?: import("csstype").PaddingBlockProperty<string | number> | undefined;
1310
- paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
1311
- paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
1312
- paddingBottom?: import("csstype").PaddingBottomProperty<string | number> | undefined;
1313
- paddingInline?: import("csstype").PaddingInlineProperty<string | number> | undefined;
1314
- paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1315
- paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1316
- paddingLeft?: import("csstype").PaddingLeftProperty<string | number> | undefined;
1317
- paddingRight?: import("csstype").PaddingRightProperty<string | number> | undefined;
1318
- paddingTop?: import("csstype").PaddingTopProperty<string | number> | undefined;
1319
- pageBreakAfter?: import("csstype").PageBreakAfterProperty | undefined;
1320
- pageBreakBefore?: import("csstype").PageBreakBeforeProperty | undefined;
1321
- pageBreakInside?: import("csstype").PageBreakInsideProperty | undefined;
1322
- paintOrder?: string | undefined;
1323
- perspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
1324
- perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1325
- placeContent?: string | undefined;
1326
- pointerEvents?: import("csstype").PointerEventsProperty | undefined;
1327
- position?: import("csstype").PositionProperty | undefined;
1328
- printColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
1329
- quotes?: string | undefined;
1330
- resize?: import("csstype").ResizeProperty | undefined;
1331
- right?: import("csstype").RightProperty<string | number> | undefined;
1332
- rotate?: string | undefined;
1333
- rowGap?: import("csstype").RowGapProperty<string | number> | undefined;
1334
- rubyAlign?: import("csstype").RubyAlignProperty | undefined;
1335
- rubyMerge?: import("csstype").RubyMergeProperty | undefined;
1336
- rubyPosition?: string | undefined;
1337
- scale?: import("csstype").ScaleProperty | undefined;
1338
- scrollBehavior?: import("csstype").ScrollBehaviorProperty | undefined;
1339
- scrollMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1340
- scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
1341
- scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
1342
- scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
1343
- scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1344
- scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
1345
- scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
1346
- scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
1347
- scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1348
- scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1349
- scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1350
- scrollPadding?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
1351
- scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
1352
- scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
1353
- scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
1354
- scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
1355
- scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
1356
- scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
1357
- scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
1358
- scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
1359
- scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
1360
- scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
1361
- scrollSnapAlign?: string | undefined;
1362
- scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1363
- scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1364
- scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1365
- scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1366
- scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1367
- scrollSnapStop?: import("csstype").ScrollSnapStopProperty | undefined;
1368
- scrollSnapType?: string | undefined;
1369
- scrollbarColor?: string | undefined;
1370
- scrollbarGutter?: string | undefined;
1371
- scrollbarWidth?: import("csstype").ScrollbarWidthProperty | undefined;
1372
- shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty | undefined;
1373
- shapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1374
- shapeOutside?: string | undefined;
1375
- tabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
1376
- tableLayout?: import("csstype").TableLayoutProperty | undefined;
1377
- textAlign?: import("csstype").TextAlignProperty | undefined;
1378
- textAlignLast?: import("csstype").TextAlignLastProperty | undefined;
1379
- textCombineUpright?: string | undefined;
1380
- textDecorationColor?: string | undefined;
1381
- textDecorationLine?: string | undefined;
1382
- textDecorationSkip?: string | undefined;
1383
- textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty | undefined;
1384
- textDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
1385
- textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
1386
- textEmphasisColor?: string | undefined;
1387
- textEmphasisPosition?: string | undefined;
1388
- textEmphasisStyle?: string | undefined;
1389
- textIndent?: import("csstype").TextIndentProperty<string | number> | undefined;
1390
- textJustify?: import("csstype").TextJustifyProperty | undefined;
1391
- textOrientation?: import("csstype").TextOrientationProperty | undefined;
1392
- textOverflow?: string | undefined;
1393
- textRendering?: import("csstype").TextRenderingProperty | undefined;
1394
- textShadow?: string | undefined;
1395
- textSizeAdjust?: string | undefined;
1396
- textTransform?: import("csstype").TextTransformProperty | undefined;
1397
- textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
1398
- textUnderlinePosition?: string | undefined;
1399
- top?: import("csstype").TopProperty<string | number> | undefined;
1400
- touchAction?: string | undefined;
1401
- transform?: string | undefined;
1402
- transformBox?: import("csstype").TransformBoxProperty | undefined;
1403
- transformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
1404
- transformStyle?: import("csstype").TransformStyleProperty | undefined;
1405
- transitionDelay?: string | undefined;
1406
- transitionDuration?: string | undefined;
1407
- transitionProperty?: string | undefined;
1408
- transitionTimingFunction?: string | undefined;
1409
- translate?: import("csstype").TranslateProperty<string | number> | undefined;
1410
- unicodeBidi?: import("csstype").UnicodeBidiProperty | undefined;
1411
- userSelect?: import("csstype").UserSelectProperty | undefined;
1412
- verticalAlign?: import("csstype").VerticalAlignProperty<string | number> | undefined;
1413
- visibility?: import("csstype").VisibilityProperty | undefined;
1414
- whiteSpace?: import("csstype").WhiteSpaceProperty | undefined;
1415
- widows?: import("csstype").GlobalsNumber | undefined;
1416
- width?: import("csstype").WidthProperty<string | number> | undefined;
1417
- willChange?: string | undefined;
1418
- wordBreak?: import("csstype").WordBreakProperty | undefined;
1419
- wordSpacing?: import("csstype").WordSpacingProperty<string | number> | undefined;
1420
- wordWrap?: import("csstype").WordWrapProperty | undefined;
1421
- writingMode?: import("csstype").WritingModeProperty | undefined;
1422
- zIndex?: import("csstype").ZIndexProperty | undefined;
1423
- zoom?: import("csstype").ZoomProperty | undefined;
1424
- all?: import("csstype").Globals | undefined;
1425
- animation?: import("csstype").AnimationProperty | undefined;
1426
- background?: import("csstype").BackgroundProperty<string | number> | undefined;
1427
- backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
1428
- border?: import("csstype").BorderProperty<string | number> | undefined;
1429
- borderBlock?: import("csstype").BorderBlockProperty<string | number> | undefined;
1430
- borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
1431
- borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
1432
- borderBottom?: import("csstype").BorderBottomProperty<string | number> | undefined;
1433
- borderColor?: string | undefined;
1434
- borderImage?: import("csstype").BorderImageProperty | undefined;
1435
- borderInline?: import("csstype").BorderInlineProperty<string | number> | undefined;
1436
- borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
1437
- borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
1438
- borderLeft?: import("csstype").BorderLeftProperty<string | number> | undefined;
1439
- borderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1440
- borderRight?: import("csstype").BorderRightProperty<string | number> | undefined;
1441
- borderStyle?: string | undefined;
1442
- borderTop?: import("csstype").BorderTopProperty<string | number> | undefined;
1443
- borderWidth?: import("csstype").BorderWidthProperty<string | number> | undefined;
1444
- columnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1445
- columns?: import("csstype").ColumnsProperty<string | number> | undefined;
1446
- flex?: import("csstype").FlexProperty<string | number> | undefined;
1447
- flexFlow?: string | undefined;
1448
- font?: string | undefined;
1449
- gap?: import("csstype").GapProperty<string | number> | undefined;
1450
- grid?: string | undefined;
1451
- gridArea?: import("csstype").GridAreaProperty | undefined;
1452
- gridColumn?: import("csstype").GridColumnProperty | undefined;
1453
- gridRow?: import("csstype").GridRowProperty | undefined;
1454
- gridTemplate?: string | undefined;
1455
- lineClamp?: import("csstype").LineClampProperty | undefined;
1456
- listStyle?: string | undefined;
1457
- margin?: import("csstype").MarginProperty<string | number> | undefined;
1458
- mask?: import("csstype").MaskProperty<string | number> | undefined;
1459
- maskBorder?: import("csstype").MaskBorderProperty | undefined;
1460
- motion?: import("csstype").OffsetProperty<string | number> | undefined;
1461
- offset?: import("csstype").OffsetProperty<string | number> | undefined;
1462
- outline?: import("csstype").OutlineProperty<string | number> | undefined;
1463
- overflow?: string | undefined;
1464
- overscrollBehavior?: string | undefined;
1465
- padding?: import("csstype").PaddingProperty<string | number> | undefined;
1466
- placeItems?: string | undefined;
1467
- placeSelf?: string | undefined;
1468
- textDecoration?: import("csstype").TextDecorationProperty<string | number> | undefined;
1469
- textEmphasis?: string | undefined;
1470
- transition?: string | undefined;
1471
- MozAnimationDelay?: string | undefined;
1472
- MozAnimationDirection?: string | undefined;
1473
- MozAnimationDuration?: string | undefined;
1474
- MozAnimationFillMode?: string | undefined;
1475
- MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
1476
- MozAnimationName?: string | undefined;
1477
- MozAnimationPlayState?: string | undefined;
1478
- MozAnimationTimingFunction?: string | undefined;
1479
- MozAppearance?: import("csstype").MozAppearanceProperty | undefined;
1480
- MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
1481
- MozBorderBottomColors?: string | undefined;
1482
- MozBorderEndColor?: string | undefined;
1483
- MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
1484
- MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1485
- MozBorderLeftColors?: string | undefined;
1486
- MozBorderRightColors?: string | undefined;
1487
- MozBorderStartColor?: string | undefined;
1488
- MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
1489
- MozBorderTopColors?: string | undefined;
1490
- MozBoxSizing?: import("csstype").BoxSizingProperty | undefined;
1491
- MozColumnCount?: import("csstype").ColumnCountProperty | undefined;
1492
- MozColumnFill?: import("csstype").ColumnFillProperty | undefined;
1493
- MozColumnRuleColor?: string | undefined;
1494
- MozColumnRuleStyle?: string | undefined;
1495
- MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1496
- MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1497
- MozContextProperties?: string | undefined;
1498
- MozFontFeatureSettings?: string | undefined;
1499
- MozFontLanguageOverride?: string | undefined;
1500
- MozHyphens?: import("csstype").HyphensProperty | undefined;
1501
- MozImageRegion?: string | undefined;
1502
- MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1503
- MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1504
- MozOrient?: import("csstype").MozOrientProperty | undefined;
1505
- MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
1506
- MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1507
- MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1508
- MozPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
1509
- MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1510
- MozStackSizing?: import("csstype").MozStackSizingProperty | undefined;
1511
- MozTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
1512
- MozTextBlink?: import("csstype").MozTextBlinkProperty | undefined;
1513
- MozTextSizeAdjust?: string | undefined;
1514
- MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
1515
- MozTransformStyle?: import("csstype").TransformStyleProperty | undefined;
1516
- MozTransitionDelay?: string | undefined;
1517
- MozTransitionDuration?: string | undefined;
1518
- MozTransitionProperty?: string | undefined;
1519
- MozTransitionTimingFunction?: string | undefined;
1520
- MozUserFocus?: import("csstype").MozUserFocusProperty | undefined;
1521
- MozUserModify?: import("csstype").MozUserModifyProperty | undefined;
1522
- MozUserSelect?: import("csstype").UserSelectProperty | undefined;
1523
- MozWindowDragging?: import("csstype").MozWindowDraggingProperty | undefined;
1524
- MozWindowShadow?: import("csstype").MozWindowShadowProperty | undefined;
1525
- msAccelerator?: import("csstype").MsAcceleratorProperty | undefined;
1526
- msBlockProgression?: import("csstype").MsBlockProgressionProperty | undefined;
1527
- msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty | undefined;
1528
- msContentZoomLimitMax?: string | undefined;
1529
- msContentZoomLimitMin?: string | undefined;
1530
- msContentZoomSnapPoints?: string | undefined;
1531
- msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
1532
- msContentZooming?: import("csstype").MsContentZoomingProperty | undefined;
1533
- msFilter?: string | undefined;
1534
- msFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
1535
- msFlexPositive?: import("csstype").GlobalsNumber | undefined;
1536
- msFlowFrom?: string | undefined;
1537
- msFlowInto?: string | undefined;
1538
- msGridColumns?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
1539
- msGridRows?: import("csstype").MsGridRowsProperty<string | number> | undefined;
1540
- msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty | undefined;
1541
- msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
1542
- msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
1543
- msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
1544
- msHyphens?: import("csstype").HyphensProperty | undefined;
1545
- msImeAlign?: import("csstype").MsImeAlignProperty | undefined;
1546
- msLineBreak?: import("csstype").LineBreakProperty | undefined;
1547
- msOrder?: import("csstype").GlobalsNumber | undefined;
1548
- msOverflowStyle?: import("csstype").MsOverflowStyleProperty | undefined;
1549
- msOverflowX?: import("csstype").OverflowXProperty | undefined;
1550
- msOverflowY?: import("csstype").OverflowYProperty | undefined;
1551
- msScrollChaining?: import("csstype").MsScrollChainingProperty | undefined;
1552
- msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
1553
- msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
1554
- msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
1555
- msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
1556
- msScrollRails?: import("csstype").MsScrollRailsProperty | undefined;
1557
- msScrollSnapPointsX?: string | undefined;
1558
- msScrollSnapPointsY?: string | undefined;
1559
- msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty | undefined;
1560
- msScrollTranslation?: import("csstype").MsScrollTranslationProperty | undefined;
1561
- msScrollbar3dlightColor?: string | undefined;
1562
- msScrollbarArrowColor?: string | undefined;
1563
- msScrollbarBaseColor?: string | undefined;
1564
- msScrollbarDarkshadowColor?: string | undefined;
1565
- msScrollbarFaceColor?: string | undefined;
1566
- msScrollbarHighlightColor?: string | undefined;
1567
- msScrollbarShadowColor?: string | undefined;
1568
- msScrollbarTrackColor?: string | undefined;
1569
- msTextAutospace?: import("csstype").MsTextAutospaceProperty | undefined;
1570
- msTextCombineHorizontal?: string | undefined;
1571
- msTextOverflow?: string | undefined;
1572
- msTouchAction?: string | undefined;
1573
- msTouchSelect?: import("csstype").MsTouchSelectProperty | undefined;
1574
- msTransform?: string | undefined;
1575
- msTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
1576
- msTransitionDelay?: string | undefined;
1577
- msTransitionDuration?: string | undefined;
1578
- msTransitionProperty?: string | undefined;
1579
- msTransitionTimingFunction?: string | undefined;
1580
- msUserSelect?: import("csstype").MsUserSelectProperty | undefined;
1581
- msWordBreak?: import("csstype").WordBreakProperty | undefined;
1582
- msWrapFlow?: import("csstype").MsWrapFlowProperty | undefined;
1583
- msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
1584
- msWrapThrough?: import("csstype").MsWrapThroughProperty | undefined;
1585
- msWritingMode?: import("csstype").WritingModeProperty | undefined;
1586
- WebkitAlignContent?: string | undefined;
1587
- WebkitAlignItems?: string | undefined;
1588
- WebkitAlignSelf?: string | undefined;
1589
- WebkitAnimationDelay?: string | undefined;
1590
- WebkitAnimationDirection?: string | undefined;
1591
- WebkitAnimationDuration?: string | undefined;
1592
- WebkitAnimationFillMode?: string | undefined;
1593
- WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
1594
- WebkitAnimationName?: string | undefined;
1595
- WebkitAnimationPlayState?: string | undefined;
1596
- WebkitAnimationTimingFunction?: string | undefined;
1597
- WebkitAppearance?: import("csstype").WebkitAppearanceProperty | undefined;
1598
- WebkitBackdropFilter?: string | undefined;
1599
- WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
1600
- WebkitBackgroundClip?: string | undefined;
1601
- WebkitBackgroundOrigin?: string | undefined;
1602
- WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1603
- WebkitBorderBeforeColor?: string | undefined;
1604
- WebkitBorderBeforeStyle?: string | undefined;
1605
- WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
1606
- WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1607
- WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1608
- WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
1609
- WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1610
- WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1611
- WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
1612
- WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
1613
- WebkitBoxShadow?: string | undefined;
1614
- WebkitBoxSizing?: import("csstype").BoxSizingProperty | undefined;
1615
- WebkitClipPath?: string | undefined;
1616
- WebkitColumnCount?: import("csstype").ColumnCountProperty | undefined;
1617
- WebkitColumnFill?: import("csstype").ColumnFillProperty | undefined;
1618
- WebkitColumnRuleColor?: string | undefined;
1619
- WebkitColumnRuleStyle?: string | undefined;
1620
- WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1621
- WebkitColumnSpan?: import("csstype").ColumnSpanProperty | undefined;
1622
- WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1623
- WebkitFilter?: string | undefined;
1624
- WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
1625
- WebkitFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
1626
- WebkitFlexGrow?: import("csstype").GlobalsNumber | undefined;
1627
- WebkitFlexShrink?: import("csstype").GlobalsNumber | undefined;
1628
- WebkitFlexWrap?: import("csstype").FlexWrapProperty | undefined;
1629
- WebkitFontFeatureSettings?: string | undefined;
1630
- WebkitFontKerning?: import("csstype").FontKerningProperty | undefined;
1631
- WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
1632
- WebkitFontVariantLigatures?: string | undefined;
1633
- WebkitHyphenateCharacter?: string | undefined;
1634
- WebkitHyphens?: import("csstype").HyphensProperty | undefined;
1635
- WebkitInitialLetter?: import("csstype").InitialLetterProperty | undefined;
1636
- WebkitJustifyContent?: string | undefined;
1637
- WebkitLineBreak?: import("csstype").LineBreakProperty | undefined;
1638
- WebkitLineClamp?: import("csstype").WebkitLineClampProperty | undefined;
1639
- WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1640
- WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1641
- WebkitMaskAttachment?: string | undefined;
1642
- WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
1643
- WebkitMaskBoxImageRepeat?: string | undefined;
1644
- WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty | undefined;
1645
- WebkitMaskBoxImageSource?: string | undefined;
1646
- WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
1647
- WebkitMaskClip?: string | undefined;
1648
- WebkitMaskComposite?: string | undefined;
1649
- WebkitMaskImage?: string | undefined;
1650
- WebkitMaskOrigin?: string | undefined;
1651
- WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
1652
- WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
1653
- WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
1654
- WebkitMaskRepeat?: string | undefined;
1655
- WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty | undefined;
1656
- WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty | undefined;
1657
- WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
1658
- WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1659
- WebkitOrder?: import("csstype").GlobalsNumber | undefined;
1660
- WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty | undefined;
1661
- WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1662
- WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1663
- WebkitPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
1664
- WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1665
- WebkitPrintColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
1666
- WebkitRubyPosition?: string | undefined;
1667
- WebkitScrollSnapType?: string | undefined;
1668
- WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1669
- WebkitTapHighlightColor?: string | undefined;
1670
- WebkitTextCombine?: string | undefined;
1671
- WebkitTextDecorationColor?: string | undefined;
1672
- WebkitTextDecorationLine?: string | undefined;
1673
- WebkitTextDecorationSkip?: string | undefined;
1674
- WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
1675
- WebkitTextEmphasisColor?: string | undefined;
1676
- WebkitTextEmphasisPosition?: string | undefined;
1677
- WebkitTextEmphasisStyle?: string | undefined;
1678
- WebkitTextFillColor?: string | undefined;
1679
- WebkitTextOrientation?: import("csstype").TextOrientationProperty | undefined;
1680
- WebkitTextSizeAdjust?: string | undefined;
1681
- WebkitTextStrokeColor?: string | undefined;
1682
- WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
1683
- WebkitTextUnderlinePosition?: string | undefined;
1684
- WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty | undefined;
1685
- WebkitTransform?: string | undefined;
1686
- WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
1687
- WebkitTransformStyle?: import("csstype").TransformStyleProperty | undefined;
1688
- WebkitTransitionDelay?: string | undefined;
1689
- WebkitTransitionDuration?: string | undefined;
1690
- WebkitTransitionProperty?: string | undefined;
1691
- WebkitTransitionTimingFunction?: string | undefined;
1692
- WebkitUserModify?: import("csstype").WebkitUserModifyProperty | undefined;
1693
- WebkitUserSelect?: import("csstype").UserSelectProperty | undefined;
1694
- WebkitWritingMode?: import("csstype").WritingModeProperty | undefined;
1695
- MozAnimation?: import("csstype").AnimationProperty | undefined;
1696
- MozBorderImage?: import("csstype").BorderImageProperty | undefined;
1697
- MozColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1698
- MozColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
1699
- MozTransition?: string | undefined;
1700
- msContentZoomLimit?: string | undefined;
1701
- msContentZoomSnap?: string | undefined;
1702
- msFlex?: import("csstype").FlexProperty<string | number> | undefined;
1703
- msScrollLimit?: string | undefined;
1704
- msScrollSnapX?: string | undefined;
1705
- msScrollSnapY?: string | undefined;
1706
- msTransition?: string | undefined;
1707
- WebkitAnimation?: import("csstype").AnimationProperty | undefined;
1708
- WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
1709
- WebkitBorderImage?: import("csstype").BorderImageProperty | undefined;
1710
- WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1711
- WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1712
- WebkitColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
1713
- WebkitFlex?: import("csstype").FlexProperty<string | number> | undefined;
1714
- WebkitFlexFlow?: string | undefined;
1715
- WebkitMask?: import("csstype").WebkitMaskProperty<string | number> | undefined;
1716
- WebkitMaskBoxImage?: import("csstype").MaskBorderProperty | undefined;
1717
- WebkitTextEmphasis?: string | undefined;
1718
- WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
1719
- WebkitTransition?: string | undefined;
1720
- azimuth?: string | undefined;
1721
- boxAlign?: import("csstype").BoxAlignProperty | undefined;
1722
- boxDirection?: import("csstype").BoxDirectionProperty | undefined;
1723
- boxFlex?: import("csstype").GlobalsNumber | undefined;
1724
- boxFlexGroup?: import("csstype").GlobalsNumber | undefined;
1725
- boxLines?: import("csstype").BoxLinesProperty | undefined;
1726
- boxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
1727
- boxOrient?: import("csstype").BoxOrientProperty | undefined;
1728
- boxPack?: import("csstype").BoxPackProperty | undefined;
1729
- clip?: string | undefined;
1730
- gridColumnGap?: import("csstype").GridColumnGapProperty<string | number> | undefined;
1731
- gridGap?: import("csstype").GridGapProperty<string | number> | undefined;
1732
- gridRowGap?: import("csstype").GridRowGapProperty<string | number> | undefined;
1733
- imeMode?: import("csstype").ImeModeProperty | undefined;
1734
- offsetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
1735
- offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
1736
- offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
1737
- offsetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
1738
- offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
1739
- offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
1740
- scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
1741
- scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
1742
- scrollSnapPointsX?: string | undefined;
1743
- scrollSnapPointsY?: string | undefined;
1744
- scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty | undefined;
1745
- scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty | undefined;
1746
- KhtmlBoxAlign?: import("csstype").BoxAlignProperty | undefined;
1747
- KhtmlBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
1748
- KhtmlBoxFlex?: import("csstype").GlobalsNumber | undefined;
1749
- KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
1750
- KhtmlBoxLines?: import("csstype").BoxLinesProperty | undefined;
1751
- KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
1752
- KhtmlBoxOrient?: import("csstype").BoxOrientProperty | undefined;
1753
- KhtmlBoxPack?: import("csstype").BoxPackProperty | undefined;
1754
- KhtmlLineBreak?: import("csstype").LineBreakProperty | undefined;
1755
- KhtmlOpacity?: import("csstype").OpacityProperty | undefined;
1756
- KhtmlUserSelect?: import("csstype").UserSelectProperty | undefined;
1757
- MozBackgroundClip?: string | undefined;
1758
- MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty | undefined;
1759
- MozBackgroundOrigin?: string | undefined;
1760
- MozBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1761
- MozBinding?: string | undefined;
1762
- MozBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1763
- MozBorderRadiusBottomleft?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1764
- MozBorderRadiusBottomright?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1765
- MozBorderRadiusTopleft?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1766
- MozBorderRadiusTopright?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1767
- MozBoxAlign?: import("csstype").BoxAlignProperty | undefined;
1768
- MozBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
1769
- MozBoxFlex?: import("csstype").GlobalsNumber | undefined;
1770
- MozBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
1771
- MozBoxOrient?: import("csstype").BoxOrientProperty | undefined;
1772
- MozBoxPack?: import("csstype").BoxPackProperty | undefined;
1773
- MozBoxShadow?: string | undefined;
1774
- MozFloatEdge?: import("csstype").MozFloatEdgeProperty | undefined;
1775
- MozForceBrokenImageIcon?: import("csstype").MozForceBrokenImageIconProperty | undefined;
1776
- MozOpacity?: import("csstype").OpacityProperty | undefined;
1777
- MozOutline?: import("csstype").OutlineProperty<string | number> | undefined;
1778
- MozOutlineColor?: string | undefined;
1779
- MozOutlineRadius?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
1780
- MozOutlineRadiusBottomleft?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
1781
- MozOutlineRadiusBottomright?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
1782
- MozOutlineRadiusTopleft?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
1783
- MozOutlineRadiusTopright?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
1784
- MozOutlineStyle?: string | undefined;
1785
- MozOutlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1786
- MozTextAlignLast?: import("csstype").TextAlignLastProperty | undefined;
1787
- MozTextDecorationColor?: string | undefined;
1788
- MozTextDecorationLine?: string | undefined;
1789
- MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
1790
- MozUserInput?: import("csstype").MozUserInputProperty | undefined;
1791
- msImeMode?: import("csstype").ImeModeProperty | undefined;
1792
- OAnimation?: import("csstype").AnimationProperty | undefined;
1793
- OAnimationDelay?: string | undefined;
1794
- OAnimationDirection?: string | undefined;
1795
- OAnimationDuration?: string | undefined;
1796
- OAnimationFillMode?: string | undefined;
1797
- OAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
1798
- OAnimationName?: string | undefined;
1799
- OAnimationPlayState?: string | undefined;
1800
- OAnimationTimingFunction?: string | undefined;
1801
- OBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1802
- OBorderImage?: import("csstype").BorderImageProperty | undefined;
1803
- OObjectFit?: import("csstype").ObjectFitProperty | undefined;
1804
- OObjectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1805
- OTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
1806
- OTextOverflow?: string | undefined;
1807
- OTransform?: string | undefined;
1808
- OTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
1809
- OTransition?: string | undefined;
1810
- OTransitionDelay?: string | undefined;
1811
- OTransitionDuration?: string | undefined;
1812
- OTransitionProperty?: string | undefined;
1813
- OTransitionTimingFunction?: string | undefined;
1814
- WebkitBoxAlign?: import("csstype").BoxAlignProperty | undefined;
1815
- WebkitBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
1816
- WebkitBoxFlex?: import("csstype").GlobalsNumber | undefined;
1817
- WebkitBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
1818
- WebkitBoxLines?: import("csstype").BoxLinesProperty | undefined;
1819
- WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
1820
- WebkitBoxOrient?: import("csstype").BoxOrientProperty | undefined;
1821
- WebkitBoxPack?: import("csstype").BoxPackProperty | undefined;
1822
- WebkitScrollSnapPointsX?: string | undefined;
1823
- WebkitScrollSnapPointsY?: string | undefined;
1824
- alignmentBaseline?: import("csstype").AlignmentBaselineProperty | undefined;
1825
- baselineShift?: import("csstype").BaselineShiftProperty<string | number> | undefined;
1826
- clipRule?: import("csstype").ClipRuleProperty | undefined;
1827
- colorInterpolation?: import("csstype").ColorInterpolationProperty | undefined;
1828
- colorRendering?: import("csstype").ColorRenderingProperty | undefined;
1829
- dominantBaseline?: import("csstype").DominantBaselineProperty | undefined;
1830
- fill?: string | undefined;
1831
- fillOpacity?: import("csstype").GlobalsNumber | undefined;
1832
- fillRule?: import("csstype").FillRuleProperty | undefined;
1833
- floodColor?: string | undefined;
1834
- floodOpacity?: import("csstype").GlobalsNumber | undefined;
1835
- glyphOrientationVertical?: import("csstype").GlyphOrientationVerticalProperty | undefined;
1836
- lightingColor?: string | undefined;
1837
- marker?: string | undefined;
1838
- markerEnd?: string | undefined;
1839
- markerMid?: string | undefined;
1840
- markerStart?: string | undefined;
1841
- shapeRendering?: import("csstype").ShapeRenderingProperty | undefined;
1842
- stopColor?: string | undefined;
1843
- stopOpacity?: import("csstype").GlobalsNumber | undefined;
1844
- stroke?: string | undefined;
1845
- strokeDasharray?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
1846
- strokeDashoffset?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
1847
- strokeLinecap?: import("csstype").StrokeLinecapProperty | undefined;
1848
- strokeLinejoin?: import("csstype").StrokeLinejoinProperty | undefined;
1849
- strokeMiterlimit?: import("csstype").GlobalsNumber | undefined;
1850
- strokeOpacity?: import("csstype").GlobalsNumber | undefined;
1851
- strokeWidth?: import("csstype").StrokeWidthProperty<string | number> | undefined;
1852
- textAnchor?: import("csstype").TextAnchorProperty | undefined;
1853
- vectorEffect?: import("csstype").VectorEffectProperty | undefined;
1854
- "accent-color"?: string | undefined;
1855
- "align-content"?: string | undefined;
1856
- "align-items"?: string | undefined;
1857
- "align-self"?: string | undefined;
1858
- "align-tracks"?: string | undefined;
1859
- "animation-composition"?: string | undefined;
1860
- "animation-delay"?: string | undefined;
1861
- "animation-direction"?: string | undefined;
1862
- "animation-duration"?: string | undefined;
1863
- "animation-fill-mode"?: string | undefined;
1864
- "animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1865
- "animation-name"?: string | undefined;
1866
- "animation-play-state"?: string | undefined;
1867
- "animation-timeline"?: string | undefined;
1868
- "animation-timing-function"?: string | undefined;
1869
- "aspect-ratio"?: import("csstype").AspectRatioProperty | undefined;
1870
- "backdrop-filter"?: string | undefined;
1871
- "backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1872
- "background-attachment"?: string | undefined;
1873
- "background-blend-mode"?: string | undefined;
1874
- "background-clip"?: string | undefined;
1875
- "background-color"?: string | undefined;
1876
- "background-image"?: string | undefined;
1877
- "background-origin"?: string | undefined;
1878
- "background-position-x"?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
1879
- "background-position-y"?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
1880
- "background-repeat"?: string | undefined;
1881
- "background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1882
- "block-overflow"?: string | undefined;
1883
- "block-size"?: import("csstype").BlockSizeProperty<string | number> | undefined;
1884
- "border-block-color"?: string | undefined;
1885
- "border-block-end-color"?: string | undefined;
1886
- "border-block-end-style"?: import("csstype").BorderBlockEndStyleProperty | undefined;
1887
- "border-block-end-width"?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
1888
- "border-block-start-color"?: string | undefined;
1889
- "border-block-start-style"?: import("csstype").BorderBlockStartStyleProperty | undefined;
1890
- "border-block-start-width"?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
1891
- "border-block-style"?: import("csstype").BorderBlockStyleProperty | undefined;
1892
- "border-block-width"?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
1893
- "border-bottom-color"?: string | undefined;
1894
- "border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1895
- "border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1896
- "border-bottom-style"?: import("csstype").BorderBottomStyleProperty | undefined;
1897
- "border-bottom-width"?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
1898
- "border-collapse"?: import("csstype").BorderCollapseProperty | undefined;
1899
- "border-end-end-radius"?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
1900
- "border-end-start-radius"?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
1901
- "border-image-outset"?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
1902
- "border-image-repeat"?: string | undefined;
1903
- "border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
1904
- "border-image-source"?: string | undefined;
1905
- "border-image-width"?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
1906
- "border-inline-color"?: string | undefined;
1907
- "border-inline-end-color"?: string | undefined;
1908
- "border-inline-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
1909
- "border-inline-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1910
- "border-inline-start-color"?: string | undefined;
1911
- "border-inline-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
1912
- "border-inline-start-width"?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
1913
- "border-inline-style"?: import("csstype").BorderInlineStyleProperty | undefined;
1914
- "border-inline-width"?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
1915
- "border-left-color"?: string | undefined;
1916
- "border-left-style"?: import("csstype").BorderLeftStyleProperty | undefined;
1917
- "border-left-width"?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
1918
- "border-right-color"?: string | undefined;
1919
- "border-right-style"?: import("csstype").BorderRightStyleProperty | undefined;
1920
- "border-right-width"?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
1921
- "border-spacing"?: import("csstype").BorderSpacingProperty<string | number> | undefined;
1922
- "border-start-end-radius"?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
1923
- "border-start-start-radius"?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
1924
- "border-top-color"?: string | undefined;
1925
- "border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1926
- "border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1927
- "border-top-style"?: import("csstype").BorderTopStyleProperty | undefined;
1928
- "border-top-width"?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
1929
- "box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
1930
- "box-shadow"?: string | undefined;
1931
- "box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1932
- "break-after"?: import("csstype").BreakAfterProperty | undefined;
1933
- "break-before"?: import("csstype").BreakBeforeProperty | undefined;
1934
- "break-inside"?: import("csstype").BreakInsideProperty | undefined;
1935
- "caption-side"?: import("csstype").CaptionSideProperty | undefined;
1936
- "caret-color"?: string | undefined;
1937
- "clip-path"?: string | undefined;
1938
- "color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1939
- "color-scheme"?: string | undefined;
1940
- "column-count"?: import("csstype").ColumnCountProperty | undefined;
1941
- "column-fill"?: import("csstype").ColumnFillProperty | undefined;
1942
- "column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
1943
- "column-rule-color"?: string | undefined;
1944
- "column-rule-style"?: string | undefined;
1945
- "column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1946
- "column-span"?: import("csstype").ColumnSpanProperty | undefined;
1947
- "column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1948
- "content-visibility"?: import("csstype").ContentVisibilityProperty | undefined;
1949
- "counter-increment"?: string | undefined;
1950
- "counter-reset"?: string | undefined;
1951
- "counter-set"?: string | undefined;
1952
- "empty-cells"?: import("csstype").EmptyCellsProperty | undefined;
1953
- "flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
1954
- "flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1955
- "flex-grow"?: import("csstype").GlobalsNumber | undefined;
1956
- "flex-shrink"?: import("csstype").GlobalsNumber | undefined;
1957
- "flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
1958
- "font-family"?: string | undefined;
1959
- "font-feature-settings"?: string | undefined;
1960
- "font-kerning"?: import("csstype").FontKerningProperty | undefined;
1961
- "font-language-override"?: string | undefined;
1962
- "font-optical-sizing"?: import("csstype").FontOpticalSizingProperty | undefined;
1963
- "font-size"?: import("csstype").FontSizeProperty<string | number> | undefined;
1964
- "font-size-adjust"?: import("csstype").FontSizeAdjustProperty | undefined;
1965
- "font-smooth"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1966
- "font-stretch"?: string | undefined;
1967
- "font-style"?: string | undefined;
1968
- "font-synthesis"?: string | undefined;
1969
- "font-variant"?: string | undefined;
1970
- "font-variant-alternates"?: string | undefined;
1971
- "font-variant-caps"?: import("csstype").FontVariantCapsProperty | undefined;
1972
- "font-variant-east-asian"?: string | undefined;
1973
- "font-variant-ligatures"?: string | undefined;
1974
- "font-variant-numeric"?: string | undefined;
1975
- "font-variant-position"?: import("csstype").FontVariantPositionProperty | undefined;
1976
- "font-variation-settings"?: string | undefined;
1977
- "font-weight"?: import("csstype").FontWeightProperty | undefined;
1978
- "forced-color-adjust"?: import("csstype").ForcedColorAdjustProperty | undefined;
1979
- "grid-auto-columns"?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
1980
- "grid-auto-flow"?: string | undefined;
1981
- "grid-auto-rows"?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
1982
- "grid-column-end"?: import("csstype").GridColumnEndProperty | undefined;
1983
- "grid-column-start"?: import("csstype").GridColumnStartProperty | undefined;
1984
- "grid-row-end"?: import("csstype").GridRowEndProperty | undefined;
1985
- "grid-row-start"?: import("csstype").GridRowStartProperty | undefined;
1986
- "grid-template-areas"?: string | undefined;
1987
- "grid-template-columns"?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
1988
- "grid-template-rows"?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
1989
- "hanging-punctuation"?: string | undefined;
1990
- "hyphenate-character"?: string | undefined;
1991
- "image-orientation"?: string | undefined;
1992
- "image-rendering"?: import("csstype").ImageRenderingProperty | undefined;
1993
- "image-resolution"?: string | undefined;
1994
- "initial-letter"?: import("csstype").InitialLetterProperty | undefined;
1995
- "inline-size"?: import("csstype").InlineSizeProperty<string | number> | undefined;
1996
- "input-security"?: import("csstype").InputSecurityProperty | undefined;
1997
- "inset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
1998
- "inset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
1999
- "inset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
2000
- "inset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
2001
- "inset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
2002
- "inset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
2003
- "justify-content"?: string | undefined;
2004
- "justify-items"?: string | undefined;
2005
- "justify-self"?: string | undefined;
2006
- "justify-tracks"?: string | undefined;
2007
- "letter-spacing"?: import("csstype").LetterSpacingProperty<string | number> | undefined;
2008
- "line-break"?: import("csstype").LineBreakProperty | undefined;
2009
- "line-height"?: import("csstype").LineHeightProperty<string | number> | undefined;
2010
- "line-height-step"?: import("csstype").LineHeightStepProperty<string | number> | undefined;
2011
- "list-style-image"?: string | undefined;
2012
- "list-style-position"?: import("csstype").ListStylePositionProperty | undefined;
2013
- "list-style-type"?: string | undefined;
2014
- "margin-block"?: import("csstype").MarginBlockProperty<string | number> | undefined;
2015
- "margin-block-end"?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
2016
- "margin-block-start"?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
2017
- "margin-bottom"?: import("csstype").MarginBottomProperty<string | number> | undefined;
2018
- "margin-inline"?: import("csstype").MarginInlineProperty<string | number> | undefined;
2019
- "margin-inline-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
2020
- "margin-inline-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
2021
- "margin-left"?: import("csstype").MarginLeftProperty<string | number> | undefined;
2022
- "margin-right"?: import("csstype").MarginRightProperty<string | number> | undefined;
2023
- "margin-top"?: import("csstype").MarginTopProperty<string | number> | undefined;
2024
- "mask-border-mode"?: import("csstype").MaskBorderModeProperty | undefined;
2025
- "mask-border-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
2026
- "mask-border-repeat"?: string | undefined;
2027
- "mask-border-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
2028
- "mask-border-source"?: string | undefined;
2029
- "mask-border-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
2030
- "mask-clip"?: string | undefined;
2031
- "mask-composite"?: string | undefined;
2032
- "mask-image"?: string | undefined;
2033
- "mask-mode"?: string | undefined;
2034
- "mask-origin"?: string | undefined;
2035
- "mask-position"?: import("csstype").MaskPositionProperty<string | number> | undefined;
2036
- "mask-repeat"?: string | undefined;
2037
- "mask-size"?: import("csstype").MaskSizeProperty<string | number> | undefined;
2038
- "mask-type"?: import("csstype").MaskTypeProperty | undefined;
2039
- "math-depth"?: import("csstype").MathDepthProperty | undefined;
2040
- "math-shift"?: import("csstype").MathShiftProperty | undefined;
2041
- "math-style"?: import("csstype").MathStyleProperty | undefined;
2042
- "max-block-size"?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
2043
- "max-height"?: import("csstype").MaxHeightProperty<string | number> | undefined;
2044
- "max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
2045
- "max-lines"?: import("csstype").MaxLinesProperty | undefined;
2046
- "max-width"?: import("csstype").MaxWidthProperty<string | number> | undefined;
2047
- "min-block-size"?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
2048
- "min-height"?: import("csstype").MinHeightProperty<string | number> | undefined;
2049
- "min-inline-size"?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
2050
- "min-width"?: import("csstype").MinWidthProperty<string | number> | undefined;
2051
- "mix-blend-mode"?: import("csstype").MixBlendModeProperty | undefined;
2052
- "motion-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
2053
- "motion-path"?: string | undefined;
2054
- "motion-rotation"?: string | undefined;
2055
- "object-fit"?: import("csstype").ObjectFitProperty | undefined;
2056
- "object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
2057
- "offset-anchor"?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
2058
- "offset-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
2059
- "offset-path"?: string | undefined;
2060
- "offset-rotate"?: string | undefined;
2061
- "offset-rotation"?: string | undefined;
2062
- "outline-color"?: string | undefined;
2063
- "outline-offset"?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
2064
- "outline-style"?: string | undefined;
2065
- "outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
2066
- "overflow-anchor"?: import("csstype").OverflowAnchorProperty | undefined;
2067
- "overflow-block"?: import("csstype").OverflowBlockProperty | undefined;
2068
- "overflow-clip-box"?: import("csstype").OverflowClipBoxProperty | undefined;
2069
- "overflow-clip-margin"?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
2070
- "overflow-inline"?: import("csstype").OverflowInlineProperty | undefined;
2071
- "overflow-wrap"?: import("csstype").OverflowWrapProperty | undefined;
2072
- "overflow-x"?: import("csstype").OverflowXProperty | undefined;
2073
- "overflow-y"?: import("csstype").OverflowYProperty | undefined;
2074
- "overscroll-behavior-block"?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
2075
- "overscroll-behavior-inline"?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
2076
- "overscroll-behavior-x"?: import("csstype").OverscrollBehaviorXProperty | undefined;
2077
- "overscroll-behavior-y"?: import("csstype").OverscrollBehaviorYProperty | undefined;
2078
- "padding-block"?: import("csstype").PaddingBlockProperty<string | number> | undefined;
2079
- "padding-block-end"?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
2080
- "padding-block-start"?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
2081
- "padding-bottom"?: import("csstype").PaddingBottomProperty<string | number> | undefined;
2082
- "padding-inline"?: import("csstype").PaddingInlineProperty<string | number> | undefined;
2083
- "padding-inline-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
2084
- "padding-inline-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
2085
- "padding-left"?: import("csstype").PaddingLeftProperty<string | number> | undefined;
2086
- "padding-right"?: import("csstype").PaddingRightProperty<string | number> | undefined;
2087
- "padding-top"?: import("csstype").PaddingTopProperty<string | number> | undefined;
2088
- "page-break-after"?: import("csstype").PageBreakAfterProperty | undefined;
2089
- "page-break-before"?: import("csstype").PageBreakBeforeProperty | undefined;
2090
- "page-break-inside"?: import("csstype").PageBreakInsideProperty | undefined;
2091
- "paint-order"?: string | undefined;
2092
- "perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
2093
- "place-content"?: string | undefined;
2094
- "pointer-events"?: import("csstype").PointerEventsProperty | undefined;
2095
- "print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
2096
- "row-gap"?: import("csstype").RowGapProperty<string | number> | undefined;
2097
- "ruby-align"?: import("csstype").RubyAlignProperty | undefined;
2098
- "ruby-merge"?: import("csstype").RubyMergeProperty | undefined;
2099
- "ruby-position"?: string | undefined;
2100
- "scroll-behavior"?: import("csstype").ScrollBehaviorProperty | undefined;
2101
- "scroll-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
2102
- "scroll-margin-block"?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
2103
- "scroll-margin-block-end"?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
2104
- "scroll-margin-block-start"?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
2105
- "scroll-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
2106
- "scroll-margin-inline"?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
2107
- "scroll-margin-inline-end"?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
2108
- "scroll-margin-inline-start"?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
2109
- "scroll-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
2110
- "scroll-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
2111
- "scroll-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
2112
- "scroll-padding"?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
2113
- "scroll-padding-block"?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
2114
- "scroll-padding-block-end"?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
2115
- "scroll-padding-block-start"?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
2116
- "scroll-padding-bottom"?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
2117
- "scroll-padding-inline"?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
2118
- "scroll-padding-inline-end"?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
2119
- "scroll-padding-inline-start"?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
2120
- "scroll-padding-left"?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
2121
- "scroll-padding-right"?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
2122
- "scroll-padding-top"?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
2123
- "scroll-snap-align"?: string | undefined;
2124
- "scroll-snap-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
2125
- "scroll-snap-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
2126
- "scroll-snap-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
2127
- "scroll-snap-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
2128
- "scroll-snap-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
2129
- "scroll-snap-stop"?: import("csstype").ScrollSnapStopProperty | undefined;
2130
- "scroll-snap-type"?: string | undefined;
2131
- "scrollbar-color"?: string | undefined;
2132
- "scrollbar-gutter"?: string | undefined;
2133
- "scrollbar-width"?: import("csstype").ScrollbarWidthProperty | undefined;
2134
- "shape-image-threshold"?: import("csstype").ShapeImageThresholdProperty | undefined;
2135
- "shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
2136
- "shape-outside"?: string | undefined;
2137
- "tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
2138
- "table-layout"?: import("csstype").TableLayoutProperty | undefined;
2139
- "text-align"?: import("csstype").TextAlignProperty | undefined;
2140
- "text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
2141
- "text-combine-upright"?: string | undefined;
2142
- "text-decoration-color"?: string | undefined;
2143
- "text-decoration-line"?: string | undefined;
2144
- "text-decoration-skip"?: string | undefined;
2145
- "text-decoration-skip-ink"?: import("csstype").TextDecorationSkipInkProperty | undefined;
2146
- "text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
2147
- "text-decoration-thickness"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
2148
- "text-emphasis-color"?: string | undefined;
2149
- "text-emphasis-position"?: string | undefined;
2150
- "text-emphasis-style"?: string | undefined;
2151
- "text-indent"?: import("csstype").TextIndentProperty<string | number> | undefined;
2152
- "text-justify"?: import("csstype").TextJustifyProperty | undefined;
2153
- "text-orientation"?: import("csstype").TextOrientationProperty | undefined;
2154
- "text-overflow"?: string | undefined;
2155
- "text-rendering"?: import("csstype").TextRenderingProperty | undefined;
2156
- "text-shadow"?: string | undefined;
2157
- "text-size-adjust"?: string | undefined;
2158
- "text-transform"?: import("csstype").TextTransformProperty | undefined;
2159
- "text-underline-offset"?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
2160
- "text-underline-position"?: string | undefined;
2161
- "touch-action"?: string | undefined;
2162
- "transform-box"?: import("csstype").TransformBoxProperty | undefined;
2163
- "transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
2164
- "transform-style"?: import("csstype").TransformStyleProperty | undefined;
2165
- "transition-delay"?: string | undefined;
2166
- "transition-duration"?: string | undefined;
2167
- "transition-property"?: string | undefined;
2168
- "transition-timing-function"?: string | undefined;
2169
- "unicode-bidi"?: import("csstype").UnicodeBidiProperty | undefined;
2170
- "user-select"?: import("csstype").UserSelectProperty | undefined;
2171
- "vertical-align"?: import("csstype").VerticalAlignProperty<string | number> | undefined;
2172
- "white-space"?: import("csstype").WhiteSpaceProperty | undefined;
2173
- "will-change"?: string | undefined;
2174
- "word-break"?: import("csstype").WordBreakProperty | undefined;
2175
- "word-spacing"?: import("csstype").WordSpacingProperty<string | number> | undefined;
2176
- "word-wrap"?: import("csstype").WordWrapProperty | undefined;
2177
- "writing-mode"?: import("csstype").WritingModeProperty | undefined;
2178
- "z-index"?: import("csstype").ZIndexProperty | undefined;
2179
- "background-position"?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
2180
- "border-block"?: import("csstype").BorderBlockProperty<string | number> | undefined;
2181
- "border-block-end"?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
2182
- "border-block-start"?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
2183
- "border-bottom"?: import("csstype").BorderBottomProperty<string | number> | undefined;
2184
- "border-color"?: string | undefined;
2185
- "border-image"?: import("csstype").BorderImageProperty | undefined;
2186
- "border-inline"?: import("csstype").BorderInlineProperty<string | number> | undefined;
2187
- "border-inline-end"?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
2188
- "border-inline-start"?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
2189
- "border-left"?: import("csstype").BorderLeftProperty<string | number> | undefined;
2190
- "border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
2191
- "border-right"?: import("csstype").BorderRightProperty<string | number> | undefined;
2192
- "border-style"?: string | undefined;
2193
- "border-top"?: import("csstype").BorderTopProperty<string | number> | undefined;
2194
- "border-width"?: import("csstype").BorderWidthProperty<string | number> | undefined;
2195
- "column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
2196
- "flex-flow"?: string | undefined;
2197
- "grid-area"?: import("csstype").GridAreaProperty | undefined;
2198
- "grid-column"?: import("csstype").GridColumnProperty | undefined;
2199
- "grid-row"?: import("csstype").GridRowProperty | undefined;
2200
- "grid-template"?: string | undefined;
2201
- "line-clamp"?: import("csstype").LineClampProperty | undefined;
2202
- "list-style"?: string | undefined;
2203
- "mask-border"?: import("csstype").MaskBorderProperty | undefined;
2204
- "overscroll-behavior"?: string | undefined;
2205
- "place-items"?: string | undefined;
2206
- "place-self"?: string | undefined;
2207
- "text-decoration"?: import("csstype").TextDecorationProperty<string | number> | undefined;
2208
- "text-emphasis"?: string | undefined;
2209
- "-moz-animation-delay"?: string | undefined;
2210
- "-moz-animation-direction"?: string | undefined;
2211
- "-moz-animation-duration"?: string | undefined;
2212
- "-moz-animation-fill-mode"?: string | undefined;
2213
- "-moz-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
2214
- "-moz-animation-name"?: string | undefined;
2215
- "-moz-animation-play-state"?: string | undefined;
2216
- "-moz-animation-timing-function"?: string | undefined;
2217
- "-moz-appearance"?: import("csstype").MozAppearanceProperty | undefined;
2218
- "-moz-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
2219
- "-moz-border-bottom-colors"?: string | undefined;
2220
- "-moz-border-end-color"?: string | undefined;
2221
- "-moz-border-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
2222
- "-moz-border-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
2223
- "-moz-border-left-colors"?: string | undefined;
2224
- "-moz-border-right-colors"?: string | undefined;
2225
- "-moz-border-start-color"?: string | undefined;
2226
- "-moz-border-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
2227
- "-moz-border-top-colors"?: string | undefined;
2228
- "-moz-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
2229
- "-moz-column-count"?: import("csstype").ColumnCountProperty | undefined;
2230
- "-moz-column-fill"?: import("csstype").ColumnFillProperty | undefined;
2231
- "-moz-column-rule-color"?: string | undefined;
2232
- "-moz-column-rule-style"?: string | undefined;
2233
- "-moz-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
2234
- "-moz-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
2235
- "-moz-context-properties"?: string | undefined;
2236
- "-moz-font-feature-settings"?: string | undefined;
2237
- "-moz-font-language-override"?: string | undefined;
2238
- "-moz-hyphens"?: import("csstype").HyphensProperty | undefined;
2239
- "-moz-image-region"?: string | undefined;
2240
- "-moz-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
2241
- "-moz-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
2242
- "-moz-orient"?: import("csstype").MozOrientProperty | undefined;
2243
- "-moz-osx-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
2244
- "-moz-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
2245
- "-moz-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
2246
- "-moz-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
2247
- "-moz-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
2248
- "-moz-stack-sizing"?: import("csstype").MozStackSizingProperty | undefined;
2249
- "-moz-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
2250
- "-moz-text-blink"?: import("csstype").MozTextBlinkProperty | undefined;
2251
- "-moz-text-size-adjust"?: string | undefined;
2252
- "-moz-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
2253
- "-moz-transform-style"?: import("csstype").TransformStyleProperty | undefined;
2254
- "-moz-transition-delay"?: string | undefined;
2255
- "-moz-transition-duration"?: string | undefined;
2256
- "-moz-transition-property"?: string | undefined;
2257
- "-moz-transition-timing-function"?: string | undefined;
2258
- "-moz-user-focus"?: import("csstype").MozUserFocusProperty | undefined;
2259
- "-moz-user-modify"?: import("csstype").MozUserModifyProperty | undefined;
2260
- "-moz-user-select"?: import("csstype").UserSelectProperty | undefined;
2261
- "-moz-window-dragging"?: import("csstype").MozWindowDraggingProperty | undefined;
2262
- "-moz-window-shadow"?: import("csstype").MozWindowShadowProperty | undefined;
2263
- "-ms-accelerator"?: import("csstype").MsAcceleratorProperty | undefined;
2264
- "-ms-block-progression"?: import("csstype").MsBlockProgressionProperty | undefined;
2265
- "-ms-content-zoom-chaining"?: import("csstype").MsContentZoomChainingProperty | undefined;
2266
- "-ms-content-zoom-limit-max"?: string | undefined;
2267
- "-ms-content-zoom-limit-min"?: string | undefined;
2268
- "-ms-content-zoom-snap-points"?: string | undefined;
2269
- "-ms-content-zoom-snap-type"?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
2270
- "-ms-content-zooming"?: import("csstype").MsContentZoomingProperty | undefined;
2271
- "-ms-filter"?: string | undefined;
2272
- "-ms-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
2273
- "-ms-flex-positive"?: import("csstype").GlobalsNumber | undefined;
2274
- "-ms-flow-from"?: string | undefined;
2275
- "-ms-flow-into"?: string | undefined;
2276
- "-ms-grid-columns"?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
2277
- "-ms-grid-rows"?: import("csstype").MsGridRowsProperty<string | number> | undefined;
2278
- "-ms-high-contrast-adjust"?: import("csstype").MsHighContrastAdjustProperty | undefined;
2279
- "-ms-hyphenate-limit-chars"?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
2280
- "-ms-hyphenate-limit-lines"?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
2281
- "-ms-hyphenate-limit-zone"?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
2282
- "-ms-hyphens"?: import("csstype").HyphensProperty | undefined;
2283
- "-ms-ime-align"?: import("csstype").MsImeAlignProperty | undefined;
2284
- "-ms-line-break"?: import("csstype").LineBreakProperty | undefined;
2285
- "-ms-order"?: import("csstype").GlobalsNumber | undefined;
2286
- "-ms-overflow-style"?: import("csstype").MsOverflowStyleProperty | undefined;
2287
- "-ms-overflow-x"?: import("csstype").OverflowXProperty | undefined;
2288
- "-ms-overflow-y"?: import("csstype").OverflowYProperty | undefined;
2289
- "-ms-scroll-chaining"?: import("csstype").MsScrollChainingProperty | undefined;
2290
- "-ms-scroll-limit-x-max"?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
2291
- "-ms-scroll-limit-x-min"?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
2292
- "-ms-scroll-limit-y-max"?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
2293
- "-ms-scroll-limit-y-min"?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
2294
- "-ms-scroll-rails"?: import("csstype").MsScrollRailsProperty | undefined;
2295
- "-ms-scroll-snap-points-x"?: string | undefined;
2296
- "-ms-scroll-snap-points-y"?: string | undefined;
2297
- "-ms-scroll-snap-type"?: import("csstype").MsScrollSnapTypeProperty | undefined;
2298
- "-ms-scroll-translation"?: import("csstype").MsScrollTranslationProperty | undefined;
2299
- "-ms-scrollbar-3dlight-color"?: string | undefined;
2300
- "-ms-scrollbar-arrow-color"?: string | undefined;
2301
- "-ms-scrollbar-base-color"?: string | undefined;
2302
- "-ms-scrollbar-darkshadow-color"?: string | undefined;
2303
- "-ms-scrollbar-face-color"?: string | undefined;
2304
- "-ms-scrollbar-highlight-color"?: string | undefined;
2305
- "-ms-scrollbar-shadow-color"?: string | undefined;
2306
- "-ms-scrollbar-track-color"?: string | undefined;
2307
- "-ms-text-autospace"?: import("csstype").MsTextAutospaceProperty | undefined;
2308
- "-ms-text-combine-horizontal"?: string | undefined;
2309
- "-ms-text-overflow"?: string | undefined;
2310
- "-ms-touch-action"?: string | undefined;
2311
- "-ms-touch-select"?: import("csstype").MsTouchSelectProperty | undefined;
2312
- "-ms-transform"?: string | undefined;
2313
- "-ms-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
2314
- "-ms-transition-delay"?: string | undefined;
2315
- "-ms-transition-duration"?: string | undefined;
2316
- "-ms-transition-property"?: string | undefined;
2317
- "-ms-transition-timing-function"?: string | undefined;
2318
- "-ms-user-select"?: import("csstype").MsUserSelectProperty | undefined;
2319
- "-ms-word-break"?: import("csstype").WordBreakProperty | undefined;
2320
- "-ms-wrap-flow"?: import("csstype").MsWrapFlowProperty | undefined;
2321
- "-ms-wrap-margin"?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
2322
- "-ms-wrap-through"?: import("csstype").MsWrapThroughProperty | undefined;
2323
- "-ms-writing-mode"?: import("csstype").WritingModeProperty | undefined;
2324
- "-webkit-align-content"?: string | undefined;
2325
- "-webkit-align-items"?: string | undefined;
2326
- "-webkit-align-self"?: string | undefined;
2327
- "-webkit-animation-delay"?: string | undefined;
2328
- "-webkit-animation-direction"?: string | undefined;
2329
- "-webkit-animation-duration"?: string | undefined;
2330
- "-webkit-animation-fill-mode"?: string | undefined;
2331
- "-webkit-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
2332
- "-webkit-animation-name"?: string | undefined;
2333
- "-webkit-animation-play-state"?: string | undefined;
2334
- "-webkit-animation-timing-function"?: string | undefined;
2335
- "-webkit-appearance"?: import("csstype").WebkitAppearanceProperty | undefined;
2336
- "-webkit-backdrop-filter"?: string | undefined;
2337
- "-webkit-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
2338
- "-webkit-background-clip"?: string | undefined;
2339
- "-webkit-background-origin"?: string | undefined;
2340
- "-webkit-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
2341
- "-webkit-border-before-color"?: string | undefined;
2342
- "-webkit-border-before-style"?: string | undefined;
2343
- "-webkit-border-before-width"?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
2344
- "-webkit-border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
2345
- "-webkit-border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
2346
- "-webkit-border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
2347
- "-webkit-border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
2348
- "-webkit-border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
2349
- "-webkit-box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
2350
- "-webkit-box-reflect"?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
2351
- "-webkit-box-shadow"?: string | undefined;
2352
- "-webkit-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
2353
- "-webkit-clip-path"?: string | undefined;
2354
- "-webkit-column-count"?: import("csstype").ColumnCountProperty | undefined;
2355
- "-webkit-column-fill"?: import("csstype").ColumnFillProperty | undefined;
2356
- "-webkit-column-rule-color"?: string | undefined;
2357
- "-webkit-column-rule-style"?: string | undefined;
2358
- "-webkit-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
2359
- "-webkit-column-span"?: import("csstype").ColumnSpanProperty | undefined;
2360
- "-webkit-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
2361
- "-webkit-filter"?: string | undefined;
2362
- "-webkit-flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
2363
- "-webkit-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
2364
- "-webkit-flex-grow"?: import("csstype").GlobalsNumber | undefined;
2365
- "-webkit-flex-shrink"?: import("csstype").GlobalsNumber | undefined;
2366
- "-webkit-flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
2367
- "-webkit-font-feature-settings"?: string | undefined;
2368
- "-webkit-font-kerning"?: import("csstype").FontKerningProperty | undefined;
2369
- "-webkit-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
2370
- "-webkit-font-variant-ligatures"?: string | undefined;
2371
- "-webkit-hyphenate-character"?: string | undefined;
2372
- "-webkit-hyphens"?: import("csstype").HyphensProperty | undefined;
2373
- "-webkit-initial-letter"?: import("csstype").InitialLetterProperty | undefined;
2374
- "-webkit-justify-content"?: string | undefined;
2375
- "-webkit-line-break"?: import("csstype").LineBreakProperty | undefined;
2376
- "-webkit-line-clamp"?: import("csstype").WebkitLineClampProperty | undefined;
2377
- "-webkit-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
2378
- "-webkit-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
2379
- "-webkit-mask-attachment"?: string | undefined;
2380
- "-webkit-mask-box-image-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
2381
- "-webkit-mask-box-image-repeat"?: string | undefined;
2382
- "-webkit-mask-box-image-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
2383
- "-webkit-mask-box-image-source"?: string | undefined;
2384
- "-webkit-mask-box-image-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
2385
- "-webkit-mask-clip"?: string | undefined;
2386
- "-webkit-mask-composite"?: string | undefined;
2387
- "-webkit-mask-image"?: string | undefined;
2388
- "-webkit-mask-origin"?: string | undefined;
2389
- "-webkit-mask-position"?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
2390
- "-webkit-mask-position-x"?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
2391
- "-webkit-mask-position-y"?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
2392
- "-webkit-mask-repeat"?: string | undefined;
2393
- "-webkit-mask-repeat-x"?: import("csstype").WebkitMaskRepeatXProperty | undefined;
2394
- "-webkit-mask-repeat-y"?: import("csstype").WebkitMaskRepeatYProperty | undefined;
2395
- "-webkit-mask-size"?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
2396
- "-webkit-max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
2397
- "-webkit-order"?: import("csstype").GlobalsNumber | undefined;
2398
- "-webkit-overflow-scrolling"?: import("csstype").WebkitOverflowScrollingProperty | undefined;
2399
- "-webkit-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
2400
- "-webkit-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
2401
- "-webkit-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
2402
- "-webkit-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
2403
- "-webkit-print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
2404
- "-webkit-ruby-position"?: string | undefined;
2405
- "-webkit-scroll-snap-type"?: string | undefined;
2406
- "-webkit-shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
2407
- "-webkit-tap-highlight-color"?: string | undefined;
2408
- "-webkit-text-combine"?: string | undefined;
2409
- "-webkit-text-decoration-color"?: string | undefined;
2410
- "-webkit-text-decoration-line"?: string | undefined;
2411
- "-webkit-text-decoration-skip"?: string | undefined;
2412
- "-webkit-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
2413
- "-webkit-text-emphasis-color"?: string | undefined;
2414
- "-webkit-text-emphasis-position"?: string | undefined;
2415
- "-webkit-text-emphasis-style"?: string | undefined;
2416
- "-webkit-text-fill-color"?: string | undefined;
2417
- "-webkit-text-orientation"?: import("csstype").TextOrientationProperty | undefined;
2418
- "-webkit-text-size-adjust"?: string | undefined;
2419
- "-webkit-text-stroke-color"?: string | undefined;
2420
- "-webkit-text-stroke-width"?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
2421
- "-webkit-text-underline-position"?: string | undefined;
2422
- "-webkit-touch-callout"?: import("csstype").WebkitTouchCalloutProperty | undefined;
2423
- "-webkit-transform"?: string | undefined;
2424
- "-webkit-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
2425
- "-webkit-transform-style"?: import("csstype").TransformStyleProperty | undefined;
2426
- "-webkit-transition-delay"?: string | undefined;
2427
- "-webkit-transition-duration"?: string | undefined;
2428
- "-webkit-transition-property"?: string | undefined;
2429
- "-webkit-transition-timing-function"?: string | undefined;
2430
- "-webkit-user-modify"?: import("csstype").WebkitUserModifyProperty | undefined;
2431
- "-webkit-user-select"?: import("csstype").UserSelectProperty | undefined;
2432
- "-webkit-writing-mode"?: import("csstype").WritingModeProperty | undefined;
2433
- "-moz-animation"?: import("csstype").AnimationProperty | undefined;
2434
- "-moz-border-image"?: import("csstype").BorderImageProperty | undefined;
2435
- "-moz-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
2436
- "-moz-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
2437
- "-moz-transition"?: string | undefined;
2438
- "-ms-content-zoom-limit"?: string | undefined;
2439
- "-ms-content-zoom-snap"?: string | undefined;
2440
- "-ms-flex"?: import("csstype").FlexProperty<string | number> | undefined;
2441
- "-ms-scroll-limit"?: string | undefined;
2442
- "-ms-scroll-snap-x"?: string | undefined;
2443
- "-ms-scroll-snap-y"?: string | undefined;
2444
- "-ms-transition"?: string | undefined;
2445
- "-webkit-animation"?: import("csstype").AnimationProperty | undefined;
2446
- "-webkit-border-before"?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
2447
- "-webkit-border-image"?: import("csstype").BorderImageProperty | undefined;
2448
- "-webkit-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
2449
- "-webkit-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
2450
- "-webkit-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
2451
- "-webkit-flex"?: import("csstype").FlexProperty<string | number> | undefined;
2452
- "-webkit-flex-flow"?: string | undefined;
2453
- "-webkit-mask"?: import("csstype").WebkitMaskProperty<string | number> | undefined;
2454
- "-webkit-mask-box-image"?: import("csstype").MaskBorderProperty | undefined;
2455
- "-webkit-text-emphasis"?: string | undefined;
2456
- "-webkit-text-stroke"?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
2457
- "-webkit-transition"?: string | undefined;
2458
- "box-align"?: import("csstype").BoxAlignProperty | undefined;
2459
- "box-direction"?: import("csstype").BoxDirectionProperty | undefined;
2460
- "box-flex"?: import("csstype").GlobalsNumber | undefined;
2461
- "box-flex-group"?: import("csstype").GlobalsNumber | undefined;
2462
- "box-lines"?: import("csstype").BoxLinesProperty | undefined;
2463
- "box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
2464
- "box-orient"?: import("csstype").BoxOrientProperty | undefined;
2465
- "box-pack"?: import("csstype").BoxPackProperty | undefined;
2466
- "grid-column-gap"?: import("csstype").GridColumnGapProperty<string | number> | undefined;
2467
- "grid-gap"?: import("csstype").GridGapProperty<string | number> | undefined;
2468
- "grid-row-gap"?: import("csstype").GridRowGapProperty<string | number> | undefined;
2469
- "ime-mode"?: import("csstype").ImeModeProperty | undefined;
2470
- "offset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
2471
- "offset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
2472
- "offset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
2473
- "offset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
2474
- "offset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
2475
- "offset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
2476
- "scroll-snap-coordinate"?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
2477
- "scroll-snap-destination"?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
2478
- "scroll-snap-points-x"?: string | undefined;
2479
- "scroll-snap-points-y"?: string | undefined;
2480
- "scroll-snap-type-x"?: import("csstype").ScrollSnapTypeXProperty | undefined;
2481
- "scroll-snap-type-y"?: import("csstype").ScrollSnapTypeYProperty | undefined;
2482
- "-khtml-box-align"?: import("csstype").BoxAlignProperty | undefined;
2483
- "-khtml-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
2484
- "-khtml-box-flex"?: import("csstype").GlobalsNumber | undefined;
2485
- "-khtml-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
2486
- "-khtml-box-lines"?: import("csstype").BoxLinesProperty | undefined;
2487
- "-khtml-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
2488
- "-khtml-box-orient"?: import("csstype").BoxOrientProperty | undefined;
2489
- "-khtml-box-pack"?: import("csstype").BoxPackProperty | undefined;
2490
- "-khtml-line-break"?: import("csstype").LineBreakProperty | undefined;
2491
- "-khtml-opacity"?: import("csstype").OpacityProperty | undefined;
2492
- "-khtml-user-select"?: import("csstype").UserSelectProperty | undefined;
2493
- "-moz-background-clip"?: string | undefined;
2494
- "-moz-background-inline-policy"?: import("csstype").BoxDecorationBreakProperty | undefined;
2495
- "-moz-background-origin"?: string | undefined;
2496
- "-moz-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
2497
- "-moz-binding"?: string | undefined;
2498
- "-moz-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
2499
- "-moz-border-radius-bottomleft"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
2500
- "-moz-border-radius-bottomright"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
2501
- "-moz-border-radius-topleft"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
2502
- "-moz-border-radius-topright"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
2503
- "-moz-box-align"?: import("csstype").BoxAlignProperty | undefined;
2504
- "-moz-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
2505
- "-moz-box-flex"?: import("csstype").GlobalsNumber | undefined;
2506
- "-moz-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
2507
- "-moz-box-orient"?: import("csstype").BoxOrientProperty | undefined;
2508
- "-moz-box-pack"?: import("csstype").BoxPackProperty | undefined;
2509
- "-moz-box-shadow"?: string | undefined;
2510
- "-moz-float-edge"?: import("csstype").MozFloatEdgeProperty | undefined;
2511
- "-moz-force-broken-image-icon"?: import("csstype").MozForceBrokenImageIconProperty | undefined;
2512
- "-moz-opacity"?: import("csstype").OpacityProperty | undefined;
2513
- "-moz-outline"?: import("csstype").OutlineProperty<string | number> | undefined;
2514
- "-moz-outline-color"?: string | undefined;
2515
- "-moz-outline-radius"?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
2516
- "-moz-outline-radius-bottomleft"?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
2517
- "-moz-outline-radius-bottomright"?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
2518
- "-moz-outline-radius-topleft"?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
2519
- "-moz-outline-radius-topright"?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
2520
- "-moz-outline-style"?: string | undefined;
2521
- "-moz-outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
2522
- "-moz-text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
2523
- "-moz-text-decoration-color"?: string | undefined;
2524
- "-moz-text-decoration-line"?: string | undefined;
2525
- "-moz-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
2526
- "-moz-user-input"?: import("csstype").MozUserInputProperty | undefined;
2527
- "-ms-ime-mode"?: import("csstype").ImeModeProperty | undefined;
2528
- "-o-animation"?: import("csstype").AnimationProperty | undefined;
2529
- "-o-animation-delay"?: string | undefined;
2530
- "-o-animation-direction"?: string | undefined;
2531
- "-o-animation-duration"?: string | undefined;
2532
- "-o-animation-fill-mode"?: string | undefined;
2533
- "-o-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
2534
- "-o-animation-name"?: string | undefined;
2535
- "-o-animation-play-state"?: string | undefined;
2536
- "-o-animation-timing-function"?: string | undefined;
2537
- "-o-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
2538
- "-o-border-image"?: import("csstype").BorderImageProperty | undefined;
2539
- "-o-object-fit"?: import("csstype").ObjectFitProperty | undefined;
2540
- "-o-object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
2541
- "-o-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
2542
- "-o-text-overflow"?: string | undefined;
2543
- "-o-transform"?: string | undefined;
2544
- "-o-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
2545
- "-o-transition"?: string | undefined;
2546
- "-o-transition-delay"?: string | undefined;
2547
- "-o-transition-duration"?: string | undefined;
2548
- "-o-transition-property"?: string | undefined;
2549
- "-o-transition-timing-function"?: string | undefined;
2550
- "-webkit-box-align"?: import("csstype").BoxAlignProperty | undefined;
2551
- "-webkit-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
2552
- "-webkit-box-flex"?: import("csstype").GlobalsNumber | undefined;
2553
- "-webkit-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
2554
- "-webkit-box-lines"?: import("csstype").BoxLinesProperty | undefined;
2555
- "-webkit-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
2556
- "-webkit-box-orient"?: import("csstype").BoxOrientProperty | undefined;
2557
- "-webkit-box-pack"?: import("csstype").BoxPackProperty | undefined;
2558
- "-webkit-scroll-snap-points-x"?: string | undefined;
2559
- "-webkit-scroll-snap-points-y"?: string | undefined;
2560
- "alignment-baseline"?: import("csstype").AlignmentBaselineProperty | undefined;
2561
- "baseline-shift"?: import("csstype").BaselineShiftProperty<string | number> | undefined;
2562
- "clip-rule"?: import("csstype").ClipRuleProperty | undefined;
2563
- "color-interpolation"?: import("csstype").ColorInterpolationProperty | undefined;
2564
- "color-rendering"?: import("csstype").ColorRenderingProperty | undefined;
2565
- "dominant-baseline"?: import("csstype").DominantBaselineProperty | undefined;
2566
- "fill-opacity"?: import("csstype").GlobalsNumber | undefined;
2567
- "fill-rule"?: import("csstype").FillRuleProperty | undefined;
2568
- "flood-color"?: string | undefined;
2569
- "flood-opacity"?: import("csstype").GlobalsNumber | undefined;
2570
- "glyph-orientation-vertical"?: import("csstype").GlyphOrientationVerticalProperty | undefined;
2571
- "lighting-color"?: string | undefined;
2572
- "marker-end"?: string | undefined;
2573
- "marker-mid"?: string | undefined;
2574
- "marker-start"?: string | undefined;
2575
- "shape-rendering"?: import("csstype").ShapeRenderingProperty | undefined;
2576
- "stop-color"?: string | undefined;
2577
- "stop-opacity"?: import("csstype").GlobalsNumber | undefined;
2578
- "stroke-dasharray"?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
2579
- "stroke-dashoffset"?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
2580
- "stroke-linecap"?: import("csstype").StrokeLinecapProperty | undefined;
2581
- "stroke-linejoin"?: import("csstype").StrokeLinejoinProperty | undefined;
2582
- "stroke-miterlimit"?: import("csstype").GlobalsNumber | undefined;
2583
- "stroke-opacity"?: import("csstype").GlobalsNumber | undefined;
2584
- "stroke-width"?: import("csstype").StrokeWidthProperty<string | number> | undefined;
2585
- "text-anchor"?: import("csstype").TextAnchorProperty | undefined;
2586
- "vector-effect"?: import("csstype").VectorEffectProperty | undefined;
2587
- } | undefined;
2588
- validator?: ((value: unknown, fieldItem: import("../..").FieldItem) => string | void) | undefined;
2589
- reactions?: {
2590
- [x: string]: any;
2591
- dependencies?: string[] | undefined;
2592
- target?: string | undefined;
2593
- effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2594
- when?: string | boolean | undefined;
2595
- fulfill?: {
2596
- state?: import("../../../../es/shared/types").AnyObject | undefined;
2597
- run?: string | undefined;
2598
- } | undefined;
2599
- otherwise?: {
2600
- state?: import("../../../../es/shared/types").AnyObject | undefined;
2601
- run?: string | undefined;
2602
- } | undefined;
2603
- } | {
2604
- [x: string]: any;
2605
- dependencies?: string[] | undefined;
2606
- target?: string | undefined;
2607
- effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
2608
- when?: string | boolean | undefined;
2609
- fulfill?: {
2610
- state?: import("../../../../es/shared/types").AnyObject | undefined;
2611
- run?: string | undefined;
2612
- } | undefined;
2613
- otherwise?: {
2614
- state?: import("../../../../es/shared/types").AnyObject | undefined;
2615
- run?: string | undefined;
2616
- } | undefined;
2617
- }[] | undefined;
2618
- }[]>;
2619
- initialData: import("vue").Ref<{
2620
- key?: string | undefined;
2621
- layoutWidthEnum?: import("../../../../es/components/form-config/src/types").FormConfigWidth | undefined;
2622
- type?: string | undefined;
2623
- name?: string | undefined;
2624
- show?: boolean | undefined;
2625
- options?: {
2626
- value: string;
2627
- text: string;
2628
- }[] | undefined;
2629
- defaultValue?: any;
2630
- defaultExpand?: boolean | undefined;
2631
- fold?: boolean | undefined;
2632
- required?: boolean | undefined;
2633
- requiredDisabled?: boolean | undefined;
2634
- editable?: boolean | undefined;
2635
- notes?: string | undefined;
2636
- desc?: string | undefined;
2637
- children?: {
2638
- key: string;
2639
- layoutWidthEnum: import("../../../../es/components/form-config/src/types").FormConfigWidth;
2640
- type: string;
2641
- name: string;
2642
- show?: boolean | undefined;
2643
- options?: {
2644
- value: string;
2645
- text: string;
2646
- }[] | undefined;
2647
- defaultValue?: any;
2648
- defaultExpand?: boolean | undefined;
2649
- fold?: boolean | undefined;
2650
- required?: boolean | undefined;
2651
- requiredDisabled?: boolean | undefined;
2652
- editable?: boolean | undefined;
2653
- notes?: string | undefined;
2654
- desc?: string | undefined;
2655
- children?: any[] | undefined;
2656
- __new?: boolean | undefined;
2657
- }[] | undefined;
2658
- __new?: boolean | undefined;
2659
- }>;
2660
- generateFieldListByFieldItem: (fieldItem: FormConfigItem) => import("../..").FieldItem[];
2661
- showModal: import("vue").Ref<boolean>;
2662
- onPositiveClick: () => Promise<void>;
2663
- prevOldField: null;
2664
- onFormChange: ({ fieldKey, value }: import("../..").FormChangePayload) => void;
2665
- NModal: any;
2666
- CFormRender: import("../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
2667
- formRenderRef: import("vue").Ref<import("../..").FormRenderExpose | undefined>;
2668
- key: import("vue").Ref<number>;
2669
- reload: () => Promise<void>;
2670
- formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFieldState", "resetFields", "queryWidget"];
2671
- exposed: Partial<import("../..").FormRenderExpose>;
2672
- FormRender: import("vue").DefineComponent<{
2673
- fieldList: {
2674
- type: PropType<import("../..").FieldItem[]>;
2675
- };
2676
- initialData: {
2677
- type: PropType<import("../../../../es/shared/types").AnyObject>;
2678
- default: () => {};
2679
- };
2680
- fieldVisitor: {
2681
- type: PropType<import("../..").FieldVisitor>;
2682
- };
2683
- column: {
2684
- type: NumberConstructor;
2685
- default: number;
2686
- };
2687
- maxHeight: {
2688
- type: (NumberConstructor | StringConstructor)[];
2689
- default: string;
2690
- };
2691
- anchor: {
2692
- type: BooleanConstructor;
2693
- default: boolean;
2694
- };
2695
- parallelism: {
2696
- type: NumberConstructor;
2697
- default: number;
2698
- };
2699
- businessFormatter: {
2700
- type: PropType<import("../..").FormBusinessFormatter>;
2701
- };
2702
- schema: {
2703
- type: PropType<import("@formily/json-schema").Stringify<{
2704
- [key: symbol]: any;
2705
- [key: `x-${string}`]: any;
2706
- [key: `x-${number}`]: any;
2707
- version?: string | undefined;
2708
- name?: import("@formily/json-schema").SchemaKey | undefined;
2709
- title?: any;
2710
- description?: any;
2711
- default?: any;
2712
- readOnly?: boolean | undefined;
2713
- writeOnly?: boolean | undefined;
2714
- type?: import("@formily/json-schema").SchemaTypes | undefined;
2715
- enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2716
- const?: any;
2717
- multipleOf?: number | undefined;
2718
- maximum?: number | undefined;
2719
- exclusiveMaximum?: number | undefined;
2720
- minimum?: number | undefined;
2721
- exclusiveMinimum?: number | undefined;
2722
- maxLength?: number | undefined;
2723
- minLength?: number | undefined;
2724
- pattern?: string | RegExp | undefined;
2725
- maxItems?: number | undefined;
2726
- minItems?: number | undefined;
2727
- uniqueItems?: boolean | undefined;
2728
- maxProperties?: number | undefined;
2729
- minProperties?: number | undefined;
2730
- required?: string | boolean | string[] | undefined;
2731
- format?: string | undefined;
2732
- $ref?: string | undefined;
2733
- $namespace?: string | undefined;
2734
- definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2735
- properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2736
- items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2737
- additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2738
- patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2739
- additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2740
- "x-value"?: any;
2741
- "x-index"?: number | undefined;
2742
- "x-pattern"?: any;
2743
- "x-display"?: any;
2744
- "x-validator"?: any;
2745
- "x-decorator"?: any;
2746
- "x-decorator-props"?: any;
2747
- "x-component"?: any;
2748
- "x-component-props"?: any;
2749
- "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2750
- "x-content"?: any;
2751
- "x-data"?: any;
2752
- "x-visible"?: boolean | undefined;
2753
- "x-hidden"?: boolean | undefined;
2754
- "x-disabled"?: boolean | undefined;
2755
- "x-editable"?: boolean | undefined;
2756
- "x-read-only"?: boolean | undefined;
2757
- "x-read-pretty"?: boolean | undefined;
2758
- "x-compile-omitted"?: string[] | undefined;
2759
- }>>;
2760
- };
2761
- components: {
2762
- type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
2763
- default: () => {};
2764
- };
2765
- scope: {
2766
- type: PropType<import("../../../../es/shared/types").AnyObject>;
2767
- default: () => {};
2768
- };
2769
- annotation: {
2770
- type: PropType<import("../../../../es/shared/types").AnyObject>;
2771
- };
2772
- consumer: {
2773
- type: BooleanConstructor;
2774
- default: boolean;
2775
- };
2776
- uuid: {
2777
- type: StringConstructor;
2778
- };
2779
- lifeCycle: {
2780
- type: PropType<Partial<{
2781
- onSetup(): void;
2782
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
2783
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
2784
- }>>;
2785
- };
2786
- requestInstance: {
2787
- type: PropType<import("../..").RequestInstance>;
2788
- };
2789
- enterToNextWidget: {
2790
- type: PropType<boolean | ((fieldItem: import("../..").FieldItem) => boolean | void)>;
2791
- default: boolean;
2792
- };
2793
- lowCodeReactions: {
2794
- type: PropType<import("../..").FormLowCodeReactions.Config[]>;
2795
- };
2796
- }, {
2797
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2798
- fieldList: {
2799
- type: PropType<import("../..").FieldItem[]>;
2800
- };
2801
- initialData: {
2802
- type: PropType<import("../../../../es/shared/types").AnyObject>;
2803
- default: () => {};
2804
- };
2805
- fieldVisitor: {
2806
- type: PropType<import("../..").FieldVisitor>;
2807
- };
2808
- column: {
2809
- type: NumberConstructor;
2810
- default: number;
2811
- };
2812
- maxHeight: {
2813
- type: (NumberConstructor | StringConstructor)[];
2814
- default: string;
2815
- };
2816
- anchor: {
2817
- type: BooleanConstructor;
2818
- default: boolean;
2819
- };
2820
- parallelism: {
2821
- type: NumberConstructor;
2822
- default: number;
2823
- };
2824
- businessFormatter: {
2825
- type: PropType<import("../..").FormBusinessFormatter>;
2826
- };
2827
- schema: {
2828
- type: PropType<import("@formily/json-schema").Stringify<{
2829
- [key: symbol]: any;
2830
- [key: `x-${string}`]: any;
2831
- [key: `x-${number}`]: any;
2832
- version?: string | undefined;
2833
- name?: import("@formily/json-schema").SchemaKey | undefined;
2834
- title?: any;
2835
- description?: any;
2836
- default?: any;
2837
- readOnly?: boolean | undefined;
2838
- writeOnly?: boolean | undefined;
2839
- type?: import("@formily/json-schema").SchemaTypes | undefined;
2840
- enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2841
- const?: any;
2842
- multipleOf?: number | undefined;
2843
- maximum?: number | undefined;
2844
- exclusiveMaximum?: number | undefined;
2845
- minimum?: number | undefined;
2846
- exclusiveMinimum?: number | undefined;
2847
- maxLength?: number | undefined;
2848
- minLength?: number | undefined;
2849
- pattern?: string | RegExp | undefined;
2850
- maxItems?: number | undefined;
2851
- minItems?: number | undefined;
2852
- uniqueItems?: boolean | undefined;
2853
- maxProperties?: number | undefined;
2854
- minProperties?: number | undefined;
2855
- required?: string | boolean | string[] | undefined;
2856
- format?: string | undefined;
2857
- $ref?: string | undefined;
2858
- $namespace?: string | undefined;
2859
- definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2860
- properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2861
- items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2862
- additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2863
- patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2864
- additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2865
- "x-value"?: any;
2866
- "x-index"?: number | undefined;
2867
- "x-pattern"?: any;
2868
- "x-display"?: any;
2869
- "x-validator"?: any;
2870
- "x-decorator"?: any;
2871
- "x-decorator-props"?: any;
2872
- "x-component"?: any;
2873
- "x-component-props"?: any;
2874
- "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2875
- "x-content"?: any;
2876
- "x-data"?: any;
2877
- "x-visible"?: boolean | undefined;
2878
- "x-hidden"?: boolean | undefined;
2879
- "x-disabled"?: boolean | undefined;
2880
- "x-editable"?: boolean | undefined;
2881
- "x-read-only"?: boolean | undefined;
2882
- "x-read-pretty"?: boolean | undefined;
2883
- "x-compile-omitted"?: string[] | undefined;
2884
- }>>;
2885
- };
2886
- components: {
2887
- type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
2888
- default: () => {};
2889
- };
2890
- scope: {
2891
- type: PropType<import("../../../../es/shared/types").AnyObject>;
2892
- default: () => {};
2893
- };
2894
- annotation: {
2895
- type: PropType<import("../../../../es/shared/types").AnyObject>;
2896
- };
2897
- consumer: {
2898
- type: BooleanConstructor;
2899
- default: boolean;
2900
- };
2901
- uuid: {
2902
- type: StringConstructor;
2903
- };
2904
- lifeCycle: {
2905
- type: PropType<Partial<{
2906
- onSetup(): void;
2907
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
2908
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
2909
- }>>;
2910
- };
2911
- requestInstance: {
2912
- type: PropType<import("../..").RequestInstance>;
2913
- };
2914
- enterToNextWidget: {
2915
- type: PropType<boolean | ((fieldItem: import("../..").FieldItem) => boolean | void)>;
2916
- default: boolean;
2917
- };
2918
- lowCodeReactions: {
2919
- type: PropType<import("../..").FormLowCodeReactions.Config[]>;
2920
- };
2921
- }>> & {
2922
- onFormChange?: ((...args: any[]) => any) | undefined;
2923
- }>>;
2924
- emit: (event: "formChange", ...args: any[]) => void;
2925
- nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
2926
- formModel: import("@formily/core").Form<{
2927
- [x: string]: any;
2928
- }>;
2929
- lowCodeReactionsHandler: (field: string, value: unknown) => void;
2930
- triggerAllReactionsHandler: () => void;
2931
- SchemaField: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
2932
- businessCollector: import("../..").BusinessCollector;
2933
- formItemDepsCollector: import("../..").FormItemDepsCollector;
2934
- changeContextCollector: import("../..").ContextCollector;
2935
- formUUID: string;
2936
- formRenderRef: import("vue").Ref<HTMLElement | undefined>;
2937
- schemaAdaptor: (fieldList: import("../..").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
2938
- [key: symbol]: any;
2939
- [key: `x-${string}`]: any;
2940
- [key: `x-${number}`]: any;
2941
- version?: string | undefined;
2942
- name?: import("@formily/json-schema").SchemaKey | undefined;
2943
- title?: any;
2944
- description?: any;
2945
- default?: any;
2946
- readOnly?: boolean | undefined;
2947
- writeOnly?: boolean | undefined;
2948
- type?: import("@formily/json-schema").SchemaTypes | undefined;
2949
- enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2950
- const?: any;
2951
- multipleOf?: number | undefined;
2952
- maximum?: number | undefined;
2953
- exclusiveMaximum?: number | undefined;
2954
- minimum?: number | undefined;
2955
- exclusiveMinimum?: number | undefined;
2956
- maxLength?: number | undefined;
2957
- minLength?: number | undefined;
2958
- pattern?: string | RegExp | undefined;
2959
- maxItems?: number | undefined;
2960
- minItems?: number | undefined;
2961
- uniqueItems?: boolean | undefined;
2962
- maxProperties?: number | undefined;
2963
- minProperties?: number | undefined;
2964
- required?: string | boolean | string[] | undefined;
2965
- format?: string | undefined;
2966
- $ref?: string | undefined;
2967
- $namespace?: string | undefined;
2968
- definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2969
- properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2970
- items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2971
- additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2972
- patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2973
- additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2974
- "x-value"?: any;
2975
- "x-index"?: number | undefined;
2976
- "x-pattern"?: any;
2977
- "x-display"?: any;
2978
- "x-validator"?: any;
2979
- "x-decorator"?: any;
2980
- "x-decorator-props"?: any;
2981
- "x-component"?: any;
2982
- "x-component-props"?: any;
2983
- "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2984
- "x-content"?: any;
2985
- "x-data"?: any;
2986
- "x-visible"?: boolean | undefined;
2987
- "x-hidden"?: boolean | undefined;
2988
- "x-disabled"?: boolean | undefined;
2989
- "x-editable"?: boolean | undefined;
2990
- "x-read-only"?: boolean | undefined;
2991
- "x-read-pretty"?: boolean | undefined;
2992
- "x-compile-omitted"?: string[] | undefined;
2993
- }>>;
2994
- _fieldList: import("../..").FieldItem[];
2995
- parsedSchema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
2996
- [key: symbol]: any;
2997
- [key: `x-${string}`]: any;
2998
- [key: `x-${number}`]: any;
2999
- version?: string | undefined;
3000
- name?: import("@formily/json-schema").SchemaKey | undefined;
3001
- title?: any;
3002
- description?: any;
3003
- default?: any;
3004
- readOnly?: boolean | undefined;
3005
- writeOnly?: boolean | undefined;
3006
- type?: import("@formily/json-schema").SchemaTypes | undefined;
3007
- enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
3008
- const?: any;
3009
- multipleOf?: number | undefined;
3010
- maximum?: number | undefined;
3011
- exclusiveMaximum?: number | undefined;
3012
- minimum?: number | undefined;
3013
- exclusiveMinimum?: number | undefined;
3014
- maxLength?: number | undefined;
3015
- minLength?: number | undefined;
3016
- pattern?: string | RegExp | undefined;
3017
- maxItems?: number | undefined;
3018
- minItems?: number | undefined;
3019
- uniqueItems?: boolean | undefined;
3020
- maxProperties?: number | undefined;
3021
- minProperties?: number | undefined;
3022
- required?: string | boolean | string[] | undefined;
3023
- format?: string | undefined;
3024
- $ref?: string | undefined;
3025
- $namespace?: string | undefined;
3026
- definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3027
- properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3028
- items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
3029
- additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
3030
- patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3031
- additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
3032
- "x-value"?: any;
3033
- "x-index"?: number | undefined;
3034
- "x-pattern"?: any;
3035
- "x-display"?: any;
3036
- "x-validator"?: any;
3037
- "x-decorator"?: any;
3038
- "x-decorator-props"?: any;
3039
- "x-component"?: any;
3040
- "x-component-props"?: any;
3041
- "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
3042
- "x-content"?: any;
3043
- "x-data"?: any;
3044
- "x-visible"?: boolean | undefined;
3045
- "x-hidden"?: boolean | undefined;
3046
- "x-disabled"?: boolean | undefined;
3047
- "x-editable"?: boolean | undefined;
3048
- "x-read-only"?: boolean | undefined;
3049
- "x-read-pretty"?: boolean | undefined;
3050
- "x-compile-omitted"?: string[] | undefined;
3051
- }>>;
3052
- currentAnchor: import("vue").WritableComputedRef<string>;
3053
- generateAnchorList: (schema: import("@formily/json-schema").Stringify<{
3054
- [key: symbol]: any;
3055
- [key: `x-${string}`]: any;
3056
- [key: `x-${number}`]: any;
3057
- version?: string | undefined;
3058
- name?: import("@formily/json-schema").SchemaKey | undefined;
3059
- title?: any;
3060
- description?: any;
3061
- default?: any;
3062
- readOnly?: boolean | undefined;
3063
- writeOnly?: boolean | undefined;
3064
- type?: import("@formily/json-schema").SchemaTypes | undefined;
3065
- enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
3066
- const?: any;
3067
- multipleOf?: number | undefined;
3068
- maximum?: number | undefined;
3069
- exclusiveMaximum?: number | undefined;
3070
- minimum?: number | undefined;
3071
- exclusiveMinimum?: number | undefined;
3072
- maxLength?: number | undefined;
3073
- minLength?: number | undefined;
3074
- pattern?: string | RegExp | undefined;
3075
- maxItems?: number | undefined;
3076
- minItems?: number | undefined;
3077
- uniqueItems?: boolean | undefined;
3078
- maxProperties?: number | undefined;
3079
- minProperties?: number | undefined;
3080
- required?: string | boolean | string[] | undefined;
3081
- format?: string | undefined;
3082
- $ref?: string | undefined;
3083
- $namespace?: string | undefined;
3084
- definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3085
- properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3086
- items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
3087
- additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
3088
- patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3089
- additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
3090
- "x-value"?: any;
3091
- "x-index"?: number | undefined;
3092
- "x-pattern"?: any;
3093
- "x-display"?: any;
3094
- "x-validator"?: any;
3095
- "x-decorator"?: any;
3096
- "x-decorator-props"?: any;
3097
- "x-component"?: any;
3098
- "x-component-props"?: any;
3099
- "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
3100
- "x-content"?: any;
3101
- "x-data"?: any;
3102
- "x-visible"?: boolean | undefined;
3103
- "x-hidden"?: boolean | undefined;
3104
- "x-disabled"?: boolean | undefined;
3105
- "x-editable"?: boolean | undefined;
3106
- "x-read-only"?: boolean | undefined;
3107
- "x-read-pretty"?: boolean | undefined;
3108
- "x-compile-omitted"?: string[] | undefined;
3109
- }>) => void;
3110
- anchorIdList: import("vue").Ref<{
3111
- name: string;
3112
- title: string;
3113
- }[]>;
3114
- formHeight: import("vue").ComputedRef<string | undefined>;
3115
- onScroll: () => void;
3116
- onKeydown: (event: KeyboardEvent) => void;
3117
- queryWidget: (key: string, wrapperElement: HTMLElement, fieldList: import("../..").FieldItem[]) => Promise<{
3118
- widgetElement: HTMLInputElement | null | undefined;
3119
- widgetElementList: HTMLInputElement[];
3120
- decoratorElement: HTMLElement | null | undefined;
3121
- }>;
3122
- FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3123
- FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
3124
- form: any;
3125
- }>;
3126
- NForm: any;
3127
- NTabPane: import("vue").DefineComponent<{
3128
- readonly tab: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3129
- [key: string]: any;
3130
- }> | (() => import("vue").VNodeChild)>;
3131
- readonly name: {
3132
- readonly type: PropType<string | number>;
3133
- readonly required: true;
3134
- };
3135
- readonly disabled: BooleanConstructor;
3136
- readonly displayDirective: {
3137
- readonly type: PropType<"if" | "show" | "show:lazy">;
3138
- readonly default: "if";
3139
- };
3140
- readonly closable: {
3141
- readonly type: PropType<boolean | undefined>;
3142
- readonly default: undefined;
3143
- };
3144
- readonly tabProps: PropType<import("vue").HTMLAttributes>;
3145
- readonly label: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3146
- [key: string]: any;
3147
- }> | (() => import("vue").VNodeChild)>;
3148
- }, {
3149
- style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
3150
- class: import("vue").Ref<string | undefined>;
3151
- mergedClsPrefix: import("vue").Ref<string>;
3152
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3153
- readonly tab: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3154
- [key: string]: any;
3155
- }> | (() => import("vue").VNodeChild)>;
3156
- readonly name: {
3157
- readonly type: PropType<string | number>;
3158
- readonly required: true;
3159
- };
3160
- readonly disabled: BooleanConstructor;
3161
- readonly displayDirective: {
3162
- readonly type: PropType<"if" | "show" | "show:lazy">;
3163
- readonly default: "if";
3164
- };
3165
- readonly closable: {
3166
- readonly type: PropType<boolean | undefined>;
3167
- readonly default: undefined;
3168
- };
3169
- readonly tabProps: PropType<import("vue").HTMLAttributes>;
3170
- readonly label: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3171
- [key: string]: any;
3172
- }> | (() => import("vue").VNodeChild)>;
3173
- }>>, {
3174
- readonly disabled: boolean;
3175
- readonly closable: boolean | undefined;
3176
- readonly displayDirective: "if" | "show" | "show:lazy";
3177
- }>;
3178
- NTabs: any;
3179
- NConfigProvider: any;
3180
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3181
- fieldList: {
3182
- type: PropType<import("../..").FieldItem[]>;
3183
- };
3184
- initialData: {
3185
- type: PropType<import("../../../../es/shared/types").AnyObject>;
3186
- default: () => {};
3187
- };
3188
- fieldVisitor: {
3189
- type: PropType<import("../..").FieldVisitor>;
3190
- };
3191
- column: {
3192
- type: NumberConstructor;
3193
- default: number;
3194
- };
3195
- maxHeight: {
3196
- type: (NumberConstructor | StringConstructor)[];
3197
- default: string;
3198
- };
3199
- anchor: {
3200
- type: BooleanConstructor;
3201
- default: boolean;
3202
- };
3203
- parallelism: {
3204
- type: NumberConstructor;
3205
- default: number;
3206
- };
3207
- businessFormatter: {
3208
- type: PropType<import("../..").FormBusinessFormatter>;
3209
- };
3210
- schema: {
3211
- type: PropType<import("@formily/json-schema").Stringify<{
3212
- [key: symbol]: any;
3213
- [key: `x-${string}`]: any;
3214
- [key: `x-${number}`]: any;
3215
- version?: string | undefined;
3216
- name?: import("@formily/json-schema").SchemaKey | undefined;
3217
- title?: any;
3218
- description?: any;
3219
- default?: any;
3220
- readOnly?: boolean | undefined;
3221
- writeOnly?: boolean | undefined;
3222
- type?: import("@formily/json-schema").SchemaTypes | undefined;
3223
- enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
3224
- const?: any;
3225
- multipleOf?: number | undefined;
3226
- maximum?: number | undefined;
3227
- exclusiveMaximum?: number | undefined;
3228
- minimum?: number | undefined;
3229
- exclusiveMinimum?: number | undefined;
3230
- maxLength?: number | undefined;
3231
- minLength?: number | undefined;
3232
- pattern?: string | RegExp | undefined;
3233
- maxItems?: number | undefined;
3234
- minItems?: number | undefined;
3235
- uniqueItems?: boolean | undefined;
3236
- maxProperties?: number | undefined;
3237
- minProperties?: number | undefined;
3238
- required?: string | boolean | string[] | undefined;
3239
- format?: string | undefined;
3240
- $ref?: string | undefined;
3241
- $namespace?: string | undefined;
3242
- definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3243
- properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3244
- items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
3245
- additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
3246
- patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3247
- additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
3248
- "x-value"?: any;
3249
- "x-index"?: number | undefined;
3250
- "x-pattern"?: any;
3251
- "x-display"?: any;
3252
- "x-validator"?: any;
3253
- "x-decorator"?: any;
3254
- "x-decorator-props"?: any;
3255
- "x-component"?: any;
3256
- "x-component-props"?: any;
3257
- "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
3258
- "x-content"?: any;
3259
- "x-data"?: any;
3260
- "x-visible"?: boolean | undefined;
3261
- "x-hidden"?: boolean | undefined;
3262
- "x-disabled"?: boolean | undefined;
3263
- "x-editable"?: boolean | undefined;
3264
- "x-read-only"?: boolean | undefined;
3265
- "x-read-pretty"?: boolean | undefined;
3266
- "x-compile-omitted"?: string[] | undefined;
3267
- }>>;
3268
- };
3269
- components: {
3270
- type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
3271
- default: () => {};
3272
- };
3273
- scope: {
3274
- type: PropType<import("../../../../es/shared/types").AnyObject>;
3275
- default: () => {};
3276
- };
3277
- annotation: {
3278
- type: PropType<import("../../../../es/shared/types").AnyObject>;
3279
- };
3280
- consumer: {
3281
- type: BooleanConstructor;
3282
- default: boolean;
3283
- };
3284
- uuid: {
3285
- type: StringConstructor;
3286
- };
3287
- lifeCycle: {
3288
- type: PropType<Partial<{
3289
- onSetup(): void;
3290
- beforeRequest(fieldKey: string, params?: import("../../../../es/shared/types").AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<import("../../../../es/shared/types").AnyObject>;
3291
- afterRequest(fieldKey: string, payload?: any): import("../../../../es/shared/types").AnyObject[];
3292
- }>>;
3293
- };
3294
- requestInstance: {
3295
- type: PropType<import("../..").RequestInstance>;
3296
- };
3297
- enterToNextWidget: {
3298
- type: PropType<boolean | ((fieldItem: import("../..").FieldItem) => boolean | void)>;
3299
- default: boolean;
3300
- };
3301
- lowCodeReactions: {
3302
- type: PropType<import("../..").FormLowCodeReactions.Config[]>;
3303
- };
3304
- }>> & {
3305
- onFormChange?: ((...args: any[]) => any) | undefined;
3306
- }, {
3307
- anchor: boolean;
3308
- maxHeight: string | number;
3309
- column: number;
3310
- components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
3311
- initialData: import("../../../../es/shared/types").AnyObject;
3312
- parallelism: number;
3313
- scope: import("../../../../es/shared/types").AnyObject;
3314
- consumer: boolean;
3315
- enterToNextWidget: boolean | ((fieldItem: import("../..").FieldItem) => boolean | void);
3316
- }>;
3317
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
3318
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3319
- uuid: {
3320
- type: StringConstructor;
3321
- required: true;
3322
- };
3323
- }>>, {}>;
3324
- FormConfigMaterialItem: import("vue").DefineComponent<{
3325
- fieldItem: {
3326
- type: PropType<FormConfigItem>;
3327
- required: true;
3328
- };
3329
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3330
- fieldItem: {
3331
- type: PropType<FormConfigItem>;
3332
- required: true;
3333
- };
3334
- }>>, {}>;
3335
- FORM_CONFIG_GROUP: string;
3336
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3337
- maxHeight: {
3338
- type: StringConstructor;
3339
- };
3340
- textFormatter: {
3341
- type: PropType<FormConfigTextFormatter>;
3342
- };
3343
- }>>, {}>;
3344
- export default _default;