cnhis-design-vue 3.1.37-beta.2 → 3.1.38-beta.0

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