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,2384 @@
1
+ import { SFCWithInstall } from '../../../es/shared/types';
2
+ export * from './src/types';
3
+ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
4
+ glob: {
5
+ type: BooleanConstructor;
6
+ default: boolean;
7
+ };
8
+ scope: {
9
+ type: (SymbolConstructor | StringConstructor)[];
10
+ };
11
+ }, {
12
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
13
+ glob: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ scope: {
18
+ type: (SymbolConstructor | StringConstructor)[];
19
+ };
20
+ }>> & {
21
+ onError?: ((...args: any[]) => any) | undefined;
22
+ onUpdate?: ((...args: any[]) => any) | undefined;
23
+ }>>;
24
+ emit: (event: "error" | "update", ...args: any[]) => void;
25
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
26
+ key: import("vue").Ref<number>;
27
+ scope: import("vue").ComputedRef<string | symbol | undefined>;
28
+ manager: {
29
+ register: (shortcut: import("..").ShortcutOption) => {
30
+ stop: () => void;
31
+ signature: () => string;
32
+ };
33
+ traverse: () => Omit<import("..").ShortcutItem, "callback">[];
34
+ clear: () => void;
35
+ update: (key: string, info: KeyboardEvent | Partial<import("..").ShortcutSignatureInfo>) => Promise<void>;
36
+ updateManagerDisabled: (disabled?: boolean | undefined) => void;
37
+ };
38
+ fieldList: import("vue").Ref<{
39
+ [x: string]: any;
40
+ val_key: string;
41
+ html_type: string;
42
+ annotation?: boolean | undefined;
43
+ val_key_unit?: string | undefined;
44
+ is_edit?: import("..").FormCommonState | undefined;
45
+ elem_width?: number | undefined;
46
+ is_show?: import("..").FormCommonState | undefined;
47
+ is_null?: import("..").FormCommonState | undefined;
48
+ name?: string | undefined;
49
+ alias?: string | undefined;
50
+ default_val?: any;
51
+ is_empty?: import("..").FormCommonState | undefined;
52
+ hide_title?: import("..").FormCommonState | undefined;
53
+ placeholder?: string | undefined;
54
+ validate?: {
55
+ [x: string]: any;
56
+ obj_type?: ("password" | "sex" | "age" | "email" | "id_card" | "age_unit" | "mobile" | "telephone" | "birthday" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
57
+ vali_obj?: string | undefined;
58
+ max_value?: string | number | undefined;
59
+ min_value?: string | number | undefined;
60
+ min_length?: string | number | undefined;
61
+ max_length?: string | number | undefined;
62
+ decimal_length?: string | number | undefined;
63
+ regular_expression?: string | {
64
+ exec: (string: string) => RegExpExecArray | null;
65
+ test: (string: string) => boolean;
66
+ readonly source: string;
67
+ readonly global: boolean;
68
+ readonly ignoreCase: boolean;
69
+ readonly multiline: boolean;
70
+ lastIndex: number;
71
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
72
+ readonly flags: string;
73
+ readonly sticky: boolean;
74
+ readonly unicode: boolean;
75
+ readonly dotAll: boolean;
76
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
77
+ [Symbol.replace]: {
78
+ (string: string, replaceValue: string): string;
79
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
80
+ };
81
+ [Symbol.search]: (string: string) => number;
82
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
83
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
84
+ } | undefined;
85
+ regular_error_tip?: string | undefined;
86
+ } | undefined;
87
+ option?: {
88
+ text: string;
89
+ value: any;
90
+ keyword?: string | undefined;
91
+ disabled?: boolean | undefined;
92
+ children?: any[] | undefined;
93
+ }[] | undefined;
94
+ multi_select?: import("..").FormCommonState | undefined;
95
+ multi_select_value?: string | number | undefined;
96
+ wordbook?: {
97
+ level_num?: number | undefined;
98
+ id?: string | undefined;
99
+ name?: string | undefined;
100
+ render_key?: string[] | undefined;
101
+ search_key?: string[] | undefined;
102
+ primary_key?: string | undefined;
103
+ type?: string | undefined;
104
+ value_key?: string | undefined;
105
+ level_key?: string | undefined;
106
+ link_key?: string | undefined;
107
+ link_key_split?: string | undefined;
108
+ show_key?: string[] | undefined;
109
+ conObj?: import("../../../es/shared/types").AnyObject[] | undefined;
110
+ conObjFirstLevel?: import("../../../es/shared/types").AnyObject[] | undefined;
111
+ } | undefined;
112
+ open?: {
113
+ value?: any;
114
+ describe?: string | undefined;
115
+ } | undefined;
116
+ close?: {
117
+ value?: any;
118
+ describe?: string | undefined;
119
+ } | undefined;
120
+ date_format?: string | undefined;
121
+ step_length?: string | number | undefined;
122
+ urlConfig?: {
123
+ url: string;
124
+ method?: import("..").FormRequestType | undefined;
125
+ nameKey?: string | undefined;
126
+ valueKey?: string | undefined;
127
+ params?: import("../../../es/shared/types").AnyObject | undefined;
128
+ dependKey?: string | Record<string, string> | (string | {
129
+ paramName: string;
130
+ paramValue?: string | undefined;
131
+ required?: boolean | undefined;
132
+ })[] | undefined;
133
+ } | undefined;
134
+ suffixConfig?: any | any[] | undefined;
135
+ autograph?: string | undefined;
136
+ defined_error_msg?: string | undefined;
137
+ extendKey?: string | undefined;
138
+ is_not_fold?: string | undefined;
139
+ remark?: string | undefined;
140
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
141
+ content?: string | import("..").FormRenderer | Record<string, import("..").FormRenderer> | undefined;
142
+ lazyRequest?: boolean | undefined;
143
+ requestCache?: boolean | undefined;
144
+ maxGroupNum?: number | undefined;
145
+ jsonCombination?: boolean | undefined;
146
+ children?: any[] | undefined;
147
+ properties?: any[] | undefined;
148
+ componentProps?: import("../../../es/shared/types").AnyObject | undefined;
149
+ decoratorProps?: import("../../../es/shared/types").AnyObject | undefined;
150
+ noDecorator?: {
151
+ valueOf: () => boolean;
152
+ } | undefined;
153
+ display?: "flex" | "grid" | undefined;
154
+ slots?: Record<string, (...args: unknown[]) => unknown> | undefined;
155
+ wrapperStyle?: Record<string, string> | {
156
+ [x: `--${string}`]: string | number | undefined;
157
+ accentColor?: string | undefined;
158
+ alignContent?: string | undefined;
159
+ alignItems?: string | undefined;
160
+ alignSelf?: string | undefined;
161
+ alignTracks?: string | undefined;
162
+ animationComposition?: string | undefined;
163
+ animationDelay?: string | undefined;
164
+ animationDirection?: string | undefined;
165
+ animationDuration?: string | undefined;
166
+ animationFillMode?: string | undefined;
167
+ animationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
168
+ animationName?: string | undefined;
169
+ animationPlayState?: string | undefined;
170
+ animationTimeline?: string | undefined;
171
+ animationTimingFunction?: string | undefined;
172
+ appearance?: import("csstype").AppearanceProperty | undefined;
173
+ aspectRatio?: import("csstype").AspectRatioProperty | undefined;
174
+ backdropFilter?: string | undefined;
175
+ backfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
176
+ backgroundAttachment?: string | undefined;
177
+ backgroundBlendMode?: string | undefined;
178
+ backgroundClip?: string | undefined;
179
+ backgroundColor?: string | undefined;
180
+ backgroundImage?: string | undefined;
181
+ backgroundOrigin?: string | undefined;
182
+ backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
183
+ backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
184
+ backgroundRepeat?: string | undefined;
185
+ backgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
186
+ blockOverflow?: string | undefined;
187
+ blockSize?: import("csstype").BlockSizeProperty<string | number> | undefined;
188
+ borderBlockColor?: string | undefined;
189
+ borderBlockEndColor?: string | undefined;
190
+ borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty | undefined;
191
+ borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
192
+ borderBlockStartColor?: string | undefined;
193
+ borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty | undefined;
194
+ borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
195
+ borderBlockStyle?: import("csstype").BorderBlockStyleProperty | undefined;
196
+ borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
197
+ borderBottomColor?: string | undefined;
198
+ borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
199
+ borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
200
+ borderBottomStyle?: import("csstype").BorderBottomStyleProperty | undefined;
201
+ borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
202
+ borderCollapse?: import("csstype").BorderCollapseProperty | undefined;
203
+ borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
204
+ borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
205
+ borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
206
+ borderImageRepeat?: string | undefined;
207
+ borderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
208
+ borderImageSource?: string | undefined;
209
+ borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
210
+ borderInlineColor?: string | undefined;
211
+ borderInlineEndColor?: string | undefined;
212
+ borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
213
+ borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
214
+ borderInlineStartColor?: string | undefined;
215
+ borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
216
+ borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
217
+ borderInlineStyle?: import("csstype").BorderInlineStyleProperty | undefined;
218
+ borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
219
+ borderLeftColor?: string | undefined;
220
+ borderLeftStyle?: import("csstype").BorderLeftStyleProperty | undefined;
221
+ borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
222
+ borderRightColor?: string | undefined;
223
+ borderRightStyle?: import("csstype").BorderRightStyleProperty | undefined;
224
+ borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
225
+ borderSpacing?: import("csstype").BorderSpacingProperty<string | number> | undefined;
226
+ borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
227
+ borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
228
+ borderTopColor?: string | undefined;
229
+ borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
230
+ borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
231
+ borderTopStyle?: import("csstype").BorderTopStyleProperty | undefined;
232
+ borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
233
+ bottom?: import("csstype").BottomProperty<string | number> | undefined;
234
+ boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
235
+ boxShadow?: string | undefined;
236
+ boxSizing?: import("csstype").BoxSizingProperty | undefined;
237
+ breakAfter?: import("csstype").BreakAfterProperty | undefined;
238
+ breakBefore?: import("csstype").BreakBeforeProperty | undefined;
239
+ breakInside?: import("csstype").BreakInsideProperty | undefined;
240
+ captionSide?: import("csstype").CaptionSideProperty | undefined;
241
+ caretColor?: string | undefined;
242
+ clear?: import("csstype").ClearProperty | undefined;
243
+ clipPath?: string | undefined;
244
+ color?: string | undefined;
245
+ colorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
246
+ colorScheme?: string | undefined;
247
+ columnCount?: import("csstype").ColumnCountProperty | undefined;
248
+ columnFill?: import("csstype").ColumnFillProperty | undefined;
249
+ columnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
250
+ columnRuleColor?: string | undefined;
251
+ columnRuleStyle?: string | undefined;
252
+ columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
253
+ columnSpan?: import("csstype").ColumnSpanProperty | undefined;
254
+ columnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
255
+ contain?: string | undefined;
256
+ content?: string | undefined;
257
+ contentVisibility?: import("csstype").ContentVisibilityProperty | undefined;
258
+ counterIncrement?: string | undefined;
259
+ counterReset?: string | undefined;
260
+ counterSet?: string | undefined;
261
+ cursor?: string | undefined;
262
+ direction?: import("csstype").DirectionProperty | undefined;
263
+ display?: string | undefined;
264
+ emptyCells?: import("csstype").EmptyCellsProperty | undefined;
265
+ filter?: string | undefined;
266
+ flexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
267
+ flexDirection?: import("csstype").FlexDirectionProperty | undefined;
268
+ flexGrow?: import("csstype").GlobalsNumber | undefined;
269
+ flexShrink?: import("csstype").GlobalsNumber | undefined;
270
+ flexWrap?: import("csstype").FlexWrapProperty | undefined;
271
+ float?: import("csstype").FloatProperty | undefined;
272
+ fontFamily?: string | undefined;
273
+ fontFeatureSettings?: string | undefined;
274
+ fontKerning?: import("csstype").FontKerningProperty | undefined;
275
+ fontLanguageOverride?: string | undefined;
276
+ fontOpticalSizing?: import("csstype").FontOpticalSizingProperty | undefined;
277
+ fontSize?: import("csstype").FontSizeProperty<string | number> | undefined;
278
+ fontSizeAdjust?: import("csstype").FontSizeAdjustProperty | undefined;
279
+ fontSmooth?: import("csstype").FontSmoothProperty<string | number> | undefined;
280
+ fontStretch?: string | undefined;
281
+ fontStyle?: string | undefined;
282
+ fontSynthesis?: string | undefined;
283
+ fontVariant?: string | undefined;
284
+ fontVariantAlternates?: string | undefined;
285
+ fontVariantCaps?: import("csstype").FontVariantCapsProperty | undefined;
286
+ fontVariantEastAsian?: string | undefined;
287
+ fontVariantLigatures?: string | undefined;
288
+ fontVariantNumeric?: string | undefined;
289
+ fontVariantPosition?: import("csstype").FontVariantPositionProperty | undefined;
290
+ fontVariationSettings?: string | undefined;
291
+ fontWeight?: import("csstype").FontWeightProperty | undefined;
292
+ forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty | undefined;
293
+ gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
294
+ gridAutoFlow?: string | undefined;
295
+ gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
296
+ gridColumnEnd?: import("csstype").GridColumnEndProperty | undefined;
297
+ gridColumnStart?: import("csstype").GridColumnStartProperty | undefined;
298
+ gridRowEnd?: import("csstype").GridRowEndProperty | undefined;
299
+ gridRowStart?: import("csstype").GridRowStartProperty | undefined;
300
+ gridTemplateAreas?: string | undefined;
301
+ gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
302
+ gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
303
+ hangingPunctuation?: string | undefined;
304
+ height?: import("csstype").HeightProperty<string | number> | undefined;
305
+ hyphenateCharacter?: string | undefined;
306
+ hyphens?: import("csstype").HyphensProperty | undefined;
307
+ imageOrientation?: string | undefined;
308
+ imageRendering?: import("csstype").ImageRenderingProperty | undefined;
309
+ imageResolution?: string | undefined;
310
+ initialLetter?: import("csstype").InitialLetterProperty | undefined;
311
+ inlineSize?: import("csstype").InlineSizeProperty<string | number> | undefined;
312
+ inputSecurity?: import("csstype").InputSecurityProperty | undefined;
313
+ inset?: import("csstype").InsetProperty<string | number> | undefined;
314
+ insetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
315
+ insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
316
+ insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
317
+ insetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
318
+ insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
319
+ insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
320
+ isolation?: import("csstype").IsolationProperty | undefined;
321
+ justifyContent?: string | undefined;
322
+ justifyItems?: string | undefined;
323
+ justifySelf?: string | undefined;
324
+ justifyTracks?: string | undefined;
325
+ left?: import("csstype").LeftProperty<string | number> | undefined;
326
+ letterSpacing?: import("csstype").LetterSpacingProperty<string | number> | undefined;
327
+ lineBreak?: import("csstype").LineBreakProperty | undefined;
328
+ lineHeight?: import("csstype").LineHeightProperty<string | number> | undefined;
329
+ lineHeightStep?: import("csstype").LineHeightStepProperty<string | number> | undefined;
330
+ listStyleImage?: string | undefined;
331
+ listStylePosition?: import("csstype").ListStylePositionProperty | undefined;
332
+ listStyleType?: string | undefined;
333
+ marginBlock?: import("csstype").MarginBlockProperty<string | number> | undefined;
334
+ marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
335
+ marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
336
+ marginBottom?: import("csstype").MarginBottomProperty<string | number> | undefined;
337
+ marginInline?: import("csstype").MarginInlineProperty<string | number> | undefined;
338
+ marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
339
+ marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
340
+ marginLeft?: import("csstype").MarginLeftProperty<string | number> | undefined;
341
+ marginRight?: import("csstype").MarginRightProperty<string | number> | undefined;
342
+ marginTop?: import("csstype").MarginTopProperty<string | number> | undefined;
343
+ maskBorderMode?: import("csstype").MaskBorderModeProperty | undefined;
344
+ maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
345
+ maskBorderRepeat?: string | undefined;
346
+ maskBorderSlice?: import("csstype").MaskBorderSliceProperty | undefined;
347
+ maskBorderSource?: string | undefined;
348
+ maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
349
+ maskClip?: string | undefined;
350
+ maskComposite?: string | undefined;
351
+ maskImage?: string | undefined;
352
+ maskMode?: string | undefined;
353
+ maskOrigin?: string | undefined;
354
+ maskPosition?: import("csstype").MaskPositionProperty<string | number> | undefined;
355
+ maskRepeat?: string | undefined;
356
+ maskSize?: import("csstype").MaskSizeProperty<string | number> | undefined;
357
+ maskType?: import("csstype").MaskTypeProperty | undefined;
358
+ mathDepth?: import("csstype").MathDepthProperty | undefined;
359
+ mathShift?: import("csstype").MathShiftProperty | undefined;
360
+ mathStyle?: import("csstype").MathStyleProperty | undefined;
361
+ maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
362
+ maxHeight?: import("csstype").MaxHeightProperty<string | number> | undefined;
363
+ maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
364
+ maxLines?: import("csstype").MaxLinesProperty | undefined;
365
+ maxWidth?: import("csstype").MaxWidthProperty<string | number> | undefined;
366
+ minBlockSize?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
367
+ minHeight?: import("csstype").MinHeightProperty<string | number> | undefined;
368
+ minInlineSize?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
369
+ minWidth?: import("csstype").MinWidthProperty<string | number> | undefined;
370
+ mixBlendMode?: import("csstype").MixBlendModeProperty | undefined;
371
+ motionDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
372
+ motionPath?: string | undefined;
373
+ motionRotation?: string | undefined;
374
+ objectFit?: import("csstype").ObjectFitProperty | undefined;
375
+ objectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
376
+ offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
377
+ offsetDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
378
+ offsetPath?: string | undefined;
379
+ offsetRotate?: string | undefined;
380
+ offsetRotation?: string | undefined;
381
+ opacity?: import("csstype").OpacityProperty | undefined;
382
+ order?: import("csstype").GlobalsNumber | undefined;
383
+ orphans?: import("csstype").GlobalsNumber | undefined;
384
+ outlineColor?: string | undefined;
385
+ outlineOffset?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
386
+ outlineStyle?: string | undefined;
387
+ outlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
388
+ overflowAnchor?: import("csstype").OverflowAnchorProperty | undefined;
389
+ overflowBlock?: import("csstype").OverflowBlockProperty | undefined;
390
+ overflowClipBox?: import("csstype").OverflowClipBoxProperty | undefined;
391
+ overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
392
+ overflowInline?: import("csstype").OverflowInlineProperty | undefined;
393
+ overflowWrap?: import("csstype").OverflowWrapProperty | undefined;
394
+ overflowX?: import("csstype").OverflowXProperty | undefined;
395
+ overflowY?: import("csstype").OverflowYProperty | undefined;
396
+ overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
397
+ overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
398
+ overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty | undefined;
399
+ overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty | undefined;
400
+ paddingBlock?: import("csstype").PaddingBlockProperty<string | number> | undefined;
401
+ paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
402
+ paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
403
+ paddingBottom?: import("csstype").PaddingBottomProperty<string | number> | undefined;
404
+ paddingInline?: import("csstype").PaddingInlineProperty<string | number> | undefined;
405
+ paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
406
+ paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
407
+ paddingLeft?: import("csstype").PaddingLeftProperty<string | number> | undefined;
408
+ paddingRight?: import("csstype").PaddingRightProperty<string | number> | undefined;
409
+ paddingTop?: import("csstype").PaddingTopProperty<string | number> | undefined;
410
+ pageBreakAfter?: import("csstype").PageBreakAfterProperty | undefined;
411
+ pageBreakBefore?: import("csstype").PageBreakBeforeProperty | undefined;
412
+ pageBreakInside?: import("csstype").PageBreakInsideProperty | undefined;
413
+ paintOrder?: string | undefined;
414
+ perspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
415
+ perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
416
+ placeContent?: string | undefined;
417
+ pointerEvents?: import("csstype").PointerEventsProperty | undefined;
418
+ position?: import("csstype").PositionProperty | undefined;
419
+ printColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
420
+ quotes?: string | undefined;
421
+ resize?: import("csstype").ResizeProperty | undefined;
422
+ right?: import("csstype").RightProperty<string | number> | undefined;
423
+ rotate?: string | undefined;
424
+ rowGap?: import("csstype").RowGapProperty<string | number> | undefined;
425
+ rubyAlign?: import("csstype").RubyAlignProperty | undefined;
426
+ rubyMerge?: import("csstype").RubyMergeProperty | undefined;
427
+ rubyPosition?: string | undefined;
428
+ scale?: import("csstype").ScaleProperty | undefined;
429
+ scrollBehavior?: import("csstype").ScrollBehaviorProperty | undefined;
430
+ scrollMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
431
+ scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
432
+ scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
433
+ scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
434
+ scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
435
+ scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
436
+ scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
437
+ scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
438
+ scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
439
+ scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
440
+ scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
441
+ scrollPadding?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
442
+ scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
443
+ scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
444
+ scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
445
+ scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
446
+ scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
447
+ scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
448
+ scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
449
+ scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
450
+ scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
451
+ scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
452
+ scrollSnapAlign?: string | undefined;
453
+ scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
454
+ scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
455
+ scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
456
+ scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
457
+ scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
458
+ scrollSnapStop?: import("csstype").ScrollSnapStopProperty | undefined;
459
+ scrollSnapType?: string | undefined;
460
+ scrollbarColor?: string | undefined;
461
+ scrollbarGutter?: string | undefined;
462
+ scrollbarWidth?: import("csstype").ScrollbarWidthProperty | undefined;
463
+ shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty | undefined;
464
+ shapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
465
+ shapeOutside?: string | undefined;
466
+ tabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
467
+ tableLayout?: import("csstype").TableLayoutProperty | undefined;
468
+ textAlign?: import("csstype").TextAlignProperty | undefined;
469
+ textAlignLast?: import("csstype").TextAlignLastProperty | undefined;
470
+ textCombineUpright?: string | undefined;
471
+ textDecorationColor?: string | undefined;
472
+ textDecorationLine?: string | undefined;
473
+ textDecorationSkip?: string | undefined;
474
+ textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty | undefined;
475
+ textDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
476
+ textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
477
+ textEmphasisColor?: string | undefined;
478
+ textEmphasisPosition?: string | undefined;
479
+ textEmphasisStyle?: string | undefined;
480
+ textIndent?: import("csstype").TextIndentProperty<string | number> | undefined;
481
+ textJustify?: import("csstype").TextJustifyProperty | undefined;
482
+ textOrientation?: import("csstype").TextOrientationProperty | undefined;
483
+ textOverflow?: string | undefined;
484
+ textRendering?: import("csstype").TextRenderingProperty | undefined;
485
+ textShadow?: string | undefined;
486
+ textSizeAdjust?: string | undefined;
487
+ textTransform?: import("csstype").TextTransformProperty | undefined;
488
+ textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
489
+ textUnderlinePosition?: string | undefined;
490
+ top?: import("csstype").TopProperty<string | number> | undefined;
491
+ touchAction?: string | undefined;
492
+ transform?: string | undefined;
493
+ transformBox?: import("csstype").TransformBoxProperty | undefined;
494
+ transformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
495
+ transformStyle?: import("csstype").TransformStyleProperty | undefined;
496
+ transitionDelay?: string | undefined;
497
+ transitionDuration?: string | undefined;
498
+ transitionProperty?: string | undefined;
499
+ transitionTimingFunction?: string | undefined;
500
+ translate?: import("csstype").TranslateProperty<string | number> | undefined;
501
+ unicodeBidi?: import("csstype").UnicodeBidiProperty | undefined;
502
+ userSelect?: import("csstype").UserSelectProperty | undefined;
503
+ verticalAlign?: import("csstype").VerticalAlignProperty<string | number> | undefined;
504
+ visibility?: import("csstype").VisibilityProperty | undefined;
505
+ whiteSpace?: import("csstype").WhiteSpaceProperty | undefined;
506
+ widows?: import("csstype").GlobalsNumber | undefined;
507
+ width?: import("csstype").WidthProperty<string | number> | undefined;
508
+ willChange?: string | undefined;
509
+ wordBreak?: import("csstype").WordBreakProperty | undefined;
510
+ wordSpacing?: import("csstype").WordSpacingProperty<string | number> | undefined;
511
+ wordWrap?: import("csstype").WordWrapProperty | undefined;
512
+ writingMode?: import("csstype").WritingModeProperty | undefined;
513
+ zIndex?: import("csstype").ZIndexProperty | undefined;
514
+ zoom?: import("csstype").ZoomProperty | undefined;
515
+ all?: import("csstype").Globals | undefined;
516
+ animation?: import("csstype").AnimationProperty | undefined;
517
+ background?: import("csstype").BackgroundProperty<string | number> | undefined;
518
+ backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
519
+ border?: import("csstype").BorderProperty<string | number> | undefined;
520
+ borderBlock?: import("csstype").BorderBlockProperty<string | number> | undefined;
521
+ borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
522
+ borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
523
+ borderBottom?: import("csstype").BorderBottomProperty<string | number> | undefined;
524
+ borderColor?: string | undefined;
525
+ borderImage?: import("csstype").BorderImageProperty | undefined;
526
+ borderInline?: import("csstype").BorderInlineProperty<string | number> | undefined;
527
+ borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
528
+ borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
529
+ borderLeft?: import("csstype").BorderLeftProperty<string | number> | undefined;
530
+ borderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
531
+ borderRight?: import("csstype").BorderRightProperty<string | number> | undefined;
532
+ borderStyle?: string | undefined;
533
+ borderTop?: import("csstype").BorderTopProperty<string | number> | undefined;
534
+ borderWidth?: import("csstype").BorderWidthProperty<string | number> | undefined;
535
+ columnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
536
+ columns?: import("csstype").ColumnsProperty<string | number> | undefined;
537
+ flex?: import("csstype").FlexProperty<string | number> | undefined;
538
+ flexFlow?: string | undefined;
539
+ font?: string | undefined;
540
+ gap?: import("csstype").GapProperty<string | number> | undefined;
541
+ grid?: string | undefined;
542
+ gridArea?: import("csstype").GridAreaProperty | undefined;
543
+ gridColumn?: import("csstype").GridColumnProperty | undefined;
544
+ gridRow?: import("csstype").GridRowProperty | undefined;
545
+ gridTemplate?: string | undefined;
546
+ lineClamp?: import("csstype").LineClampProperty | undefined;
547
+ listStyle?: string | undefined;
548
+ margin?: import("csstype").MarginProperty<string | number> | undefined;
549
+ mask?: import("csstype").MaskProperty<string | number> | undefined;
550
+ maskBorder?: import("csstype").MaskBorderProperty | undefined;
551
+ motion?: import("csstype").OffsetProperty<string | number> | undefined;
552
+ offset?: import("csstype").OffsetProperty<string | number> | undefined;
553
+ outline?: import("csstype").OutlineProperty<string | number> | undefined;
554
+ overflow?: string | undefined;
555
+ overscrollBehavior?: string | undefined;
556
+ padding?: import("csstype").PaddingProperty<string | number> | undefined;
557
+ placeItems?: string | undefined;
558
+ placeSelf?: string | undefined;
559
+ textDecoration?: import("csstype").TextDecorationProperty<string | number> | undefined;
560
+ textEmphasis?: string | undefined;
561
+ transition?: string | undefined;
562
+ MozAnimationDelay?: string | undefined;
563
+ MozAnimationDirection?: string | undefined;
564
+ MozAnimationDuration?: string | undefined;
565
+ MozAnimationFillMode?: string | undefined;
566
+ MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
567
+ MozAnimationName?: string | undefined;
568
+ MozAnimationPlayState?: string | undefined;
569
+ MozAnimationTimingFunction?: string | undefined;
570
+ MozAppearance?: import("csstype").MozAppearanceProperty | undefined;
571
+ MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
572
+ MozBorderBottomColors?: string | undefined;
573
+ MozBorderEndColor?: string | undefined;
574
+ MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
575
+ MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
576
+ MozBorderLeftColors?: string | undefined;
577
+ MozBorderRightColors?: string | undefined;
578
+ MozBorderStartColor?: string | undefined;
579
+ MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
580
+ MozBorderTopColors?: string | undefined;
581
+ MozBoxSizing?: import("csstype").BoxSizingProperty | undefined;
582
+ MozColumnCount?: import("csstype").ColumnCountProperty | undefined;
583
+ MozColumnFill?: import("csstype").ColumnFillProperty | undefined;
584
+ MozColumnRuleColor?: string | undefined;
585
+ MozColumnRuleStyle?: string | undefined;
586
+ MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
587
+ MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
588
+ MozContextProperties?: string | undefined;
589
+ MozFontFeatureSettings?: string | undefined;
590
+ MozFontLanguageOverride?: string | undefined;
591
+ MozHyphens?: import("csstype").HyphensProperty | undefined;
592
+ MozImageRegion?: string | undefined;
593
+ MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
594
+ MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
595
+ MozOrient?: import("csstype").MozOrientProperty | undefined;
596
+ MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
597
+ MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
598
+ MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
599
+ MozPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
600
+ MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
601
+ MozStackSizing?: import("csstype").MozStackSizingProperty | undefined;
602
+ MozTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
603
+ MozTextBlink?: import("csstype").MozTextBlinkProperty | undefined;
604
+ MozTextSizeAdjust?: string | undefined;
605
+ MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
606
+ MozTransformStyle?: import("csstype").TransformStyleProperty | undefined;
607
+ MozTransitionDelay?: string | undefined;
608
+ MozTransitionDuration?: string | undefined;
609
+ MozTransitionProperty?: string | undefined;
610
+ MozTransitionTimingFunction?: string | undefined;
611
+ MozUserFocus?: import("csstype").MozUserFocusProperty | undefined;
612
+ MozUserModify?: import("csstype").MozUserModifyProperty | undefined;
613
+ MozUserSelect?: import("csstype").UserSelectProperty | undefined;
614
+ MozWindowDragging?: import("csstype").MozWindowDraggingProperty | undefined;
615
+ MozWindowShadow?: import("csstype").MozWindowShadowProperty | undefined;
616
+ msAccelerator?: import("csstype").MsAcceleratorProperty | undefined;
617
+ msBlockProgression?: import("csstype").MsBlockProgressionProperty | undefined;
618
+ msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty | undefined;
619
+ msContentZoomLimitMax?: string | undefined;
620
+ msContentZoomLimitMin?: string | undefined;
621
+ msContentZoomSnapPoints?: string | undefined;
622
+ msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
623
+ msContentZooming?: import("csstype").MsContentZoomingProperty | undefined;
624
+ msFilter?: string | undefined;
625
+ msFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
626
+ msFlexPositive?: import("csstype").GlobalsNumber | undefined;
627
+ msFlowFrom?: string | undefined;
628
+ msFlowInto?: string | undefined;
629
+ msGridColumns?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
630
+ msGridRows?: import("csstype").MsGridRowsProperty<string | number> | undefined;
631
+ msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty | undefined;
632
+ msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
633
+ msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
634
+ msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
635
+ msHyphens?: import("csstype").HyphensProperty | undefined;
636
+ msImeAlign?: import("csstype").MsImeAlignProperty | undefined;
637
+ msLineBreak?: import("csstype").LineBreakProperty | undefined;
638
+ msOrder?: import("csstype").GlobalsNumber | undefined;
639
+ msOverflowStyle?: import("csstype").MsOverflowStyleProperty | undefined;
640
+ msOverflowX?: import("csstype").OverflowXProperty | undefined;
641
+ msOverflowY?: import("csstype").OverflowYProperty | undefined;
642
+ msScrollChaining?: import("csstype").MsScrollChainingProperty | undefined;
643
+ msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
644
+ msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
645
+ msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
646
+ msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
647
+ msScrollRails?: import("csstype").MsScrollRailsProperty | undefined;
648
+ msScrollSnapPointsX?: string | undefined;
649
+ msScrollSnapPointsY?: string | undefined;
650
+ msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty | undefined;
651
+ msScrollTranslation?: import("csstype").MsScrollTranslationProperty | undefined;
652
+ msScrollbar3dlightColor?: string | undefined;
653
+ msScrollbarArrowColor?: string | undefined;
654
+ msScrollbarBaseColor?: string | undefined;
655
+ msScrollbarDarkshadowColor?: string | undefined;
656
+ msScrollbarFaceColor?: string | undefined;
657
+ msScrollbarHighlightColor?: string | undefined;
658
+ msScrollbarShadowColor?: string | undefined;
659
+ msScrollbarTrackColor?: string | undefined;
660
+ msTextAutospace?: import("csstype").MsTextAutospaceProperty | undefined;
661
+ msTextCombineHorizontal?: string | undefined;
662
+ msTextOverflow?: string | undefined;
663
+ msTouchAction?: string | undefined;
664
+ msTouchSelect?: import("csstype").MsTouchSelectProperty | undefined;
665
+ msTransform?: string | undefined;
666
+ msTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
667
+ msTransitionDelay?: string | undefined;
668
+ msTransitionDuration?: string | undefined;
669
+ msTransitionProperty?: string | undefined;
670
+ msTransitionTimingFunction?: string | undefined;
671
+ msUserSelect?: import("csstype").MsUserSelectProperty | undefined;
672
+ msWordBreak?: import("csstype").WordBreakProperty | undefined;
673
+ msWrapFlow?: import("csstype").MsWrapFlowProperty | undefined;
674
+ msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
675
+ msWrapThrough?: import("csstype").MsWrapThroughProperty | undefined;
676
+ msWritingMode?: import("csstype").WritingModeProperty | undefined;
677
+ WebkitAlignContent?: string | undefined;
678
+ WebkitAlignItems?: string | undefined;
679
+ WebkitAlignSelf?: string | undefined;
680
+ WebkitAnimationDelay?: string | undefined;
681
+ WebkitAnimationDirection?: string | undefined;
682
+ WebkitAnimationDuration?: string | undefined;
683
+ WebkitAnimationFillMode?: string | undefined;
684
+ WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
685
+ WebkitAnimationName?: string | undefined;
686
+ WebkitAnimationPlayState?: string | undefined;
687
+ WebkitAnimationTimingFunction?: string | undefined;
688
+ WebkitAppearance?: import("csstype").WebkitAppearanceProperty | undefined;
689
+ WebkitBackdropFilter?: string | undefined;
690
+ WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
691
+ WebkitBackgroundClip?: string | undefined;
692
+ WebkitBackgroundOrigin?: string | undefined;
693
+ WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
694
+ WebkitBorderBeforeColor?: string | undefined;
695
+ WebkitBorderBeforeStyle?: string | undefined;
696
+ WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
697
+ WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
698
+ WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
699
+ WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
700
+ WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
701
+ WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
702
+ WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
703
+ WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
704
+ WebkitBoxShadow?: string | undefined;
705
+ WebkitBoxSizing?: import("csstype").BoxSizingProperty | undefined;
706
+ WebkitClipPath?: string | undefined;
707
+ WebkitColumnCount?: import("csstype").ColumnCountProperty | undefined;
708
+ WebkitColumnFill?: import("csstype").ColumnFillProperty | undefined;
709
+ WebkitColumnRuleColor?: string | undefined;
710
+ WebkitColumnRuleStyle?: string | undefined;
711
+ WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
712
+ WebkitColumnSpan?: import("csstype").ColumnSpanProperty | undefined;
713
+ WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
714
+ WebkitFilter?: string | undefined;
715
+ WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
716
+ WebkitFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
717
+ WebkitFlexGrow?: import("csstype").GlobalsNumber | undefined;
718
+ WebkitFlexShrink?: import("csstype").GlobalsNumber | undefined;
719
+ WebkitFlexWrap?: import("csstype").FlexWrapProperty | undefined;
720
+ WebkitFontFeatureSettings?: string | undefined;
721
+ WebkitFontKerning?: import("csstype").FontKerningProperty | undefined;
722
+ WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
723
+ WebkitFontVariantLigatures?: string | undefined;
724
+ WebkitHyphenateCharacter?: string | undefined;
725
+ WebkitHyphens?: import("csstype").HyphensProperty | undefined;
726
+ WebkitInitialLetter?: import("csstype").InitialLetterProperty | undefined;
727
+ WebkitJustifyContent?: string | undefined;
728
+ WebkitLineBreak?: import("csstype").LineBreakProperty | undefined;
729
+ WebkitLineClamp?: import("csstype").WebkitLineClampProperty | undefined;
730
+ WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
731
+ WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
732
+ WebkitMaskAttachment?: string | undefined;
733
+ WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
734
+ WebkitMaskBoxImageRepeat?: string | undefined;
735
+ WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty | undefined;
736
+ WebkitMaskBoxImageSource?: string | undefined;
737
+ WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
738
+ WebkitMaskClip?: string | undefined;
739
+ WebkitMaskComposite?: string | undefined;
740
+ WebkitMaskImage?: string | undefined;
741
+ WebkitMaskOrigin?: string | undefined;
742
+ WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
743
+ WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
744
+ WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
745
+ WebkitMaskRepeat?: string | undefined;
746
+ WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty | undefined;
747
+ WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty | undefined;
748
+ WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
749
+ WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
750
+ WebkitOrder?: import("csstype").GlobalsNumber | undefined;
751
+ WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty | undefined;
752
+ WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
753
+ WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
754
+ WebkitPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
755
+ WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
756
+ WebkitPrintColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
757
+ WebkitRubyPosition?: string | undefined;
758
+ WebkitScrollSnapType?: string | undefined;
759
+ WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
760
+ WebkitTapHighlightColor?: string | undefined;
761
+ WebkitTextCombine?: string | undefined;
762
+ WebkitTextDecorationColor?: string | undefined;
763
+ WebkitTextDecorationLine?: string | undefined;
764
+ WebkitTextDecorationSkip?: string | undefined;
765
+ WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
766
+ WebkitTextEmphasisColor?: string | undefined;
767
+ WebkitTextEmphasisPosition?: string | undefined;
768
+ WebkitTextEmphasisStyle?: string | undefined;
769
+ WebkitTextFillColor?: string | undefined;
770
+ WebkitTextOrientation?: import("csstype").TextOrientationProperty | undefined;
771
+ WebkitTextSizeAdjust?: string | undefined;
772
+ WebkitTextStrokeColor?: string | undefined;
773
+ WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
774
+ WebkitTextUnderlinePosition?: string | undefined;
775
+ WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty | undefined;
776
+ WebkitTransform?: string | undefined;
777
+ WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
778
+ WebkitTransformStyle?: import("csstype").TransformStyleProperty | undefined;
779
+ WebkitTransitionDelay?: string | undefined;
780
+ WebkitTransitionDuration?: string | undefined;
781
+ WebkitTransitionProperty?: string | undefined;
782
+ WebkitTransitionTimingFunction?: string | undefined;
783
+ WebkitUserModify?: import("csstype").WebkitUserModifyProperty | undefined;
784
+ WebkitUserSelect?: import("csstype").UserSelectProperty | undefined;
785
+ WebkitWritingMode?: import("csstype").WritingModeProperty | undefined;
786
+ MozAnimation?: import("csstype").AnimationProperty | undefined;
787
+ MozBorderImage?: import("csstype").BorderImageProperty | undefined;
788
+ MozColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
789
+ MozColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
790
+ MozTransition?: string | undefined;
791
+ msContentZoomLimit?: string | undefined;
792
+ msContentZoomSnap?: string | undefined;
793
+ msFlex?: import("csstype").FlexProperty<string | number> | undefined;
794
+ msScrollLimit?: string | undefined;
795
+ msScrollSnapX?: string | undefined;
796
+ msScrollSnapY?: string | undefined;
797
+ msTransition?: string | undefined;
798
+ WebkitAnimation?: import("csstype").AnimationProperty | undefined;
799
+ WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
800
+ WebkitBorderImage?: import("csstype").BorderImageProperty | undefined;
801
+ WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
802
+ WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
803
+ WebkitColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
804
+ WebkitFlex?: import("csstype").FlexProperty<string | number> | undefined;
805
+ WebkitFlexFlow?: string | undefined;
806
+ WebkitMask?: import("csstype").WebkitMaskProperty<string | number> | undefined;
807
+ WebkitMaskBoxImage?: import("csstype").MaskBorderProperty | undefined;
808
+ WebkitTextEmphasis?: string | undefined;
809
+ WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
810
+ WebkitTransition?: string | undefined;
811
+ azimuth?: string | undefined;
812
+ boxAlign?: import("csstype").BoxAlignProperty | undefined;
813
+ boxDirection?: import("csstype").BoxDirectionProperty | undefined;
814
+ boxFlex?: import("csstype").GlobalsNumber | undefined;
815
+ boxFlexGroup?: import("csstype").GlobalsNumber | undefined;
816
+ boxLines?: import("csstype").BoxLinesProperty | undefined;
817
+ boxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
818
+ boxOrient?: import("csstype").BoxOrientProperty | undefined;
819
+ boxPack?: import("csstype").BoxPackProperty | undefined;
820
+ clip?: string | undefined;
821
+ gridColumnGap?: import("csstype").GridColumnGapProperty<string | number> | undefined;
822
+ gridGap?: import("csstype").GridGapProperty<string | number> | undefined;
823
+ gridRowGap?: import("csstype").GridRowGapProperty<string | number> | undefined;
824
+ imeMode?: import("csstype").ImeModeProperty | undefined;
825
+ offsetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
826
+ offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
827
+ offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
828
+ offsetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
829
+ offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
830
+ offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
831
+ scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
832
+ scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
833
+ scrollSnapPointsX?: string | undefined;
834
+ scrollSnapPointsY?: string | undefined;
835
+ scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty | undefined;
836
+ scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty | undefined;
837
+ KhtmlBoxAlign?: import("csstype").BoxAlignProperty | undefined;
838
+ KhtmlBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
839
+ KhtmlBoxFlex?: import("csstype").GlobalsNumber | undefined;
840
+ KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
841
+ KhtmlBoxLines?: import("csstype").BoxLinesProperty | undefined;
842
+ KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
843
+ KhtmlBoxOrient?: import("csstype").BoxOrientProperty | undefined;
844
+ KhtmlBoxPack?: import("csstype").BoxPackProperty | undefined;
845
+ KhtmlLineBreak?: import("csstype").LineBreakProperty | undefined;
846
+ KhtmlOpacity?: import("csstype").OpacityProperty | undefined;
847
+ KhtmlUserSelect?: import("csstype").UserSelectProperty | undefined;
848
+ MozBackgroundClip?: string | undefined;
849
+ MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty | undefined;
850
+ MozBackgroundOrigin?: string | undefined;
851
+ MozBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
852
+ MozBinding?: string | undefined;
853
+ MozBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
854
+ MozBorderRadiusBottomleft?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
855
+ MozBorderRadiusBottomright?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
856
+ MozBorderRadiusTopleft?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
857
+ MozBorderRadiusTopright?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
858
+ MozBoxAlign?: import("csstype").BoxAlignProperty | undefined;
859
+ MozBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
860
+ MozBoxFlex?: import("csstype").GlobalsNumber | undefined;
861
+ MozBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
862
+ MozBoxOrient?: import("csstype").BoxOrientProperty | undefined;
863
+ MozBoxPack?: import("csstype").BoxPackProperty | undefined;
864
+ MozBoxShadow?: string | undefined;
865
+ MozFloatEdge?: import("csstype").MozFloatEdgeProperty | undefined;
866
+ MozForceBrokenImageIcon?: import("csstype").MozForceBrokenImageIconProperty | undefined;
867
+ MozOpacity?: import("csstype").OpacityProperty | undefined;
868
+ MozOutline?: import("csstype").OutlineProperty<string | number> | undefined;
869
+ MozOutlineColor?: string | undefined;
870
+ MozOutlineRadius?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
871
+ MozOutlineRadiusBottomleft?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
872
+ MozOutlineRadiusBottomright?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
873
+ MozOutlineRadiusTopleft?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
874
+ MozOutlineRadiusTopright?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
875
+ MozOutlineStyle?: string | undefined;
876
+ MozOutlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
877
+ MozTextAlignLast?: import("csstype").TextAlignLastProperty | undefined;
878
+ MozTextDecorationColor?: string | undefined;
879
+ MozTextDecorationLine?: string | undefined;
880
+ MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
881
+ MozUserInput?: import("csstype").MozUserInputProperty | undefined;
882
+ msImeMode?: import("csstype").ImeModeProperty | undefined;
883
+ OAnimation?: import("csstype").AnimationProperty | undefined;
884
+ OAnimationDelay?: string | undefined;
885
+ OAnimationDirection?: string | undefined;
886
+ OAnimationDuration?: string | undefined;
887
+ OAnimationFillMode?: string | undefined;
888
+ OAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
889
+ OAnimationName?: string | undefined;
890
+ OAnimationPlayState?: string | undefined;
891
+ OAnimationTimingFunction?: string | undefined;
892
+ OBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
893
+ OBorderImage?: import("csstype").BorderImageProperty | undefined;
894
+ OObjectFit?: import("csstype").ObjectFitProperty | undefined;
895
+ OObjectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
896
+ OTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
897
+ OTextOverflow?: string | undefined;
898
+ OTransform?: string | undefined;
899
+ OTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
900
+ OTransition?: string | undefined;
901
+ OTransitionDelay?: string | undefined;
902
+ OTransitionDuration?: string | undefined;
903
+ OTransitionProperty?: string | undefined;
904
+ OTransitionTimingFunction?: string | undefined;
905
+ WebkitBoxAlign?: import("csstype").BoxAlignProperty | undefined;
906
+ WebkitBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
907
+ WebkitBoxFlex?: import("csstype").GlobalsNumber | undefined;
908
+ WebkitBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
909
+ WebkitBoxLines?: import("csstype").BoxLinesProperty | undefined;
910
+ WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
911
+ WebkitBoxOrient?: import("csstype").BoxOrientProperty | undefined;
912
+ WebkitBoxPack?: import("csstype").BoxPackProperty | undefined;
913
+ WebkitScrollSnapPointsX?: string | undefined;
914
+ WebkitScrollSnapPointsY?: string | undefined;
915
+ alignmentBaseline?: import("csstype").AlignmentBaselineProperty | undefined;
916
+ baselineShift?: import("csstype").BaselineShiftProperty<string | number> | undefined;
917
+ clipRule?: import("csstype").ClipRuleProperty | undefined;
918
+ colorInterpolation?: import("csstype").ColorInterpolationProperty | undefined;
919
+ colorRendering?: import("csstype").ColorRenderingProperty | undefined;
920
+ dominantBaseline?: import("csstype").DominantBaselineProperty | undefined;
921
+ fill?: string | undefined;
922
+ fillOpacity?: import("csstype").GlobalsNumber | undefined;
923
+ fillRule?: import("csstype").FillRuleProperty | undefined;
924
+ floodColor?: string | undefined;
925
+ floodOpacity?: import("csstype").GlobalsNumber | undefined;
926
+ glyphOrientationVertical?: import("csstype").GlyphOrientationVerticalProperty | undefined;
927
+ lightingColor?: string | undefined;
928
+ marker?: string | undefined;
929
+ markerEnd?: string | undefined;
930
+ markerMid?: string | undefined;
931
+ markerStart?: string | undefined;
932
+ shapeRendering?: import("csstype").ShapeRenderingProperty | undefined;
933
+ stopColor?: string | undefined;
934
+ stopOpacity?: import("csstype").GlobalsNumber | undefined;
935
+ stroke?: string | undefined;
936
+ strokeDasharray?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
937
+ strokeDashoffset?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
938
+ strokeLinecap?: import("csstype").StrokeLinecapProperty | undefined;
939
+ strokeLinejoin?: import("csstype").StrokeLinejoinProperty | undefined;
940
+ strokeMiterlimit?: import("csstype").GlobalsNumber | undefined;
941
+ strokeOpacity?: import("csstype").GlobalsNumber | undefined;
942
+ strokeWidth?: import("csstype").StrokeWidthProperty<string | number> | undefined;
943
+ textAnchor?: import("csstype").TextAnchorProperty | undefined;
944
+ vectorEffect?: import("csstype").VectorEffectProperty | undefined;
945
+ "accent-color"?: string | undefined;
946
+ "align-content"?: string | undefined;
947
+ "align-items"?: string | undefined;
948
+ "align-self"?: string | undefined;
949
+ "align-tracks"?: string | undefined;
950
+ "animation-composition"?: string | undefined;
951
+ "animation-delay"?: string | undefined;
952
+ "animation-direction"?: string | undefined;
953
+ "animation-duration"?: string | undefined;
954
+ "animation-fill-mode"?: string | undefined;
955
+ "animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
956
+ "animation-name"?: string | undefined;
957
+ "animation-play-state"?: string | undefined;
958
+ "animation-timeline"?: string | undefined;
959
+ "animation-timing-function"?: string | undefined;
960
+ "aspect-ratio"?: import("csstype").AspectRatioProperty | undefined;
961
+ "backdrop-filter"?: string | undefined;
962
+ "backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
963
+ "background-attachment"?: string | undefined;
964
+ "background-blend-mode"?: string | undefined;
965
+ "background-clip"?: string | undefined;
966
+ "background-color"?: string | undefined;
967
+ "background-image"?: string | undefined;
968
+ "background-origin"?: string | undefined;
969
+ "background-position-x"?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
970
+ "background-position-y"?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
971
+ "background-repeat"?: string | undefined;
972
+ "background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
973
+ "block-overflow"?: string | undefined;
974
+ "block-size"?: import("csstype").BlockSizeProperty<string | number> | undefined;
975
+ "border-block-color"?: string | undefined;
976
+ "border-block-end-color"?: string | undefined;
977
+ "border-block-end-style"?: import("csstype").BorderBlockEndStyleProperty | undefined;
978
+ "border-block-end-width"?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
979
+ "border-block-start-color"?: string | undefined;
980
+ "border-block-start-style"?: import("csstype").BorderBlockStartStyleProperty | undefined;
981
+ "border-block-start-width"?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
982
+ "border-block-style"?: import("csstype").BorderBlockStyleProperty | undefined;
983
+ "border-block-width"?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
984
+ "border-bottom-color"?: string | undefined;
985
+ "border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
986
+ "border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
987
+ "border-bottom-style"?: import("csstype").BorderBottomStyleProperty | undefined;
988
+ "border-bottom-width"?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
989
+ "border-collapse"?: import("csstype").BorderCollapseProperty | undefined;
990
+ "border-end-end-radius"?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
991
+ "border-end-start-radius"?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
992
+ "border-image-outset"?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
993
+ "border-image-repeat"?: string | undefined;
994
+ "border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
995
+ "border-image-source"?: string | undefined;
996
+ "border-image-width"?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
997
+ "border-inline-color"?: string | undefined;
998
+ "border-inline-end-color"?: string | undefined;
999
+ "border-inline-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
1000
+ "border-inline-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1001
+ "border-inline-start-color"?: string | undefined;
1002
+ "border-inline-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
1003
+ "border-inline-start-width"?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
1004
+ "border-inline-style"?: import("csstype").BorderInlineStyleProperty | undefined;
1005
+ "border-inline-width"?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
1006
+ "border-left-color"?: string | undefined;
1007
+ "border-left-style"?: import("csstype").BorderLeftStyleProperty | undefined;
1008
+ "border-left-width"?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
1009
+ "border-right-color"?: string | undefined;
1010
+ "border-right-style"?: import("csstype").BorderRightStyleProperty | undefined;
1011
+ "border-right-width"?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
1012
+ "border-spacing"?: import("csstype").BorderSpacingProperty<string | number> | undefined;
1013
+ "border-start-end-radius"?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
1014
+ "border-start-start-radius"?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
1015
+ "border-top-color"?: string | undefined;
1016
+ "border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1017
+ "border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1018
+ "border-top-style"?: import("csstype").BorderTopStyleProperty | undefined;
1019
+ "border-top-width"?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
1020
+ "box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
1021
+ "box-shadow"?: string | undefined;
1022
+ "box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1023
+ "break-after"?: import("csstype").BreakAfterProperty | undefined;
1024
+ "break-before"?: import("csstype").BreakBeforeProperty | undefined;
1025
+ "break-inside"?: import("csstype").BreakInsideProperty | undefined;
1026
+ "caption-side"?: import("csstype").CaptionSideProperty | undefined;
1027
+ "caret-color"?: string | undefined;
1028
+ "clip-path"?: string | undefined;
1029
+ "color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1030
+ "color-scheme"?: string | undefined;
1031
+ "column-count"?: import("csstype").ColumnCountProperty | undefined;
1032
+ "column-fill"?: import("csstype").ColumnFillProperty | undefined;
1033
+ "column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
1034
+ "column-rule-color"?: string | undefined;
1035
+ "column-rule-style"?: string | undefined;
1036
+ "column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1037
+ "column-span"?: import("csstype").ColumnSpanProperty | undefined;
1038
+ "column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1039
+ "content-visibility"?: import("csstype").ContentVisibilityProperty | undefined;
1040
+ "counter-increment"?: string | undefined;
1041
+ "counter-reset"?: string | undefined;
1042
+ "counter-set"?: string | undefined;
1043
+ "empty-cells"?: import("csstype").EmptyCellsProperty | undefined;
1044
+ "flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
1045
+ "flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1046
+ "flex-grow"?: import("csstype").GlobalsNumber | undefined;
1047
+ "flex-shrink"?: import("csstype").GlobalsNumber | undefined;
1048
+ "flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
1049
+ "font-family"?: string | undefined;
1050
+ "font-feature-settings"?: string | undefined;
1051
+ "font-kerning"?: import("csstype").FontKerningProperty | undefined;
1052
+ "font-language-override"?: string | undefined;
1053
+ "font-optical-sizing"?: import("csstype").FontOpticalSizingProperty | undefined;
1054
+ "font-size"?: import("csstype").FontSizeProperty<string | number> | undefined;
1055
+ "font-size-adjust"?: import("csstype").FontSizeAdjustProperty | undefined;
1056
+ "font-smooth"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1057
+ "font-stretch"?: string | undefined;
1058
+ "font-style"?: string | undefined;
1059
+ "font-synthesis"?: string | undefined;
1060
+ "font-variant"?: string | undefined;
1061
+ "font-variant-alternates"?: string | undefined;
1062
+ "font-variant-caps"?: import("csstype").FontVariantCapsProperty | undefined;
1063
+ "font-variant-east-asian"?: string | undefined;
1064
+ "font-variant-ligatures"?: string | undefined;
1065
+ "font-variant-numeric"?: string | undefined;
1066
+ "font-variant-position"?: import("csstype").FontVariantPositionProperty | undefined;
1067
+ "font-variation-settings"?: string | undefined;
1068
+ "font-weight"?: import("csstype").FontWeightProperty | undefined;
1069
+ "forced-color-adjust"?: import("csstype").ForcedColorAdjustProperty | undefined;
1070
+ "grid-auto-columns"?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
1071
+ "grid-auto-flow"?: string | undefined;
1072
+ "grid-auto-rows"?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
1073
+ "grid-column-end"?: import("csstype").GridColumnEndProperty | undefined;
1074
+ "grid-column-start"?: import("csstype").GridColumnStartProperty | undefined;
1075
+ "grid-row-end"?: import("csstype").GridRowEndProperty | undefined;
1076
+ "grid-row-start"?: import("csstype").GridRowStartProperty | undefined;
1077
+ "grid-template-areas"?: string | undefined;
1078
+ "grid-template-columns"?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
1079
+ "grid-template-rows"?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
1080
+ "hanging-punctuation"?: string | undefined;
1081
+ "hyphenate-character"?: string | undefined;
1082
+ "image-orientation"?: string | undefined;
1083
+ "image-rendering"?: import("csstype").ImageRenderingProperty | undefined;
1084
+ "image-resolution"?: string | undefined;
1085
+ "initial-letter"?: import("csstype").InitialLetterProperty | undefined;
1086
+ "inline-size"?: import("csstype").InlineSizeProperty<string | number> | undefined;
1087
+ "input-security"?: import("csstype").InputSecurityProperty | undefined;
1088
+ "inset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
1089
+ "inset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
1090
+ "inset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
1091
+ "inset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
1092
+ "inset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
1093
+ "inset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
1094
+ "justify-content"?: string | undefined;
1095
+ "justify-items"?: string | undefined;
1096
+ "justify-self"?: string | undefined;
1097
+ "justify-tracks"?: string | undefined;
1098
+ "letter-spacing"?: import("csstype").LetterSpacingProperty<string | number> | undefined;
1099
+ "line-break"?: import("csstype").LineBreakProperty | undefined;
1100
+ "line-height"?: import("csstype").LineHeightProperty<string | number> | undefined;
1101
+ "line-height-step"?: import("csstype").LineHeightStepProperty<string | number> | undefined;
1102
+ "list-style-image"?: string | undefined;
1103
+ "list-style-position"?: import("csstype").ListStylePositionProperty | undefined;
1104
+ "list-style-type"?: string | undefined;
1105
+ "margin-block"?: import("csstype").MarginBlockProperty<string | number> | undefined;
1106
+ "margin-block-end"?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
1107
+ "margin-block-start"?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
1108
+ "margin-bottom"?: import("csstype").MarginBottomProperty<string | number> | undefined;
1109
+ "margin-inline"?: import("csstype").MarginInlineProperty<string | number> | undefined;
1110
+ "margin-inline-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1111
+ "margin-inline-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1112
+ "margin-left"?: import("csstype").MarginLeftProperty<string | number> | undefined;
1113
+ "margin-right"?: import("csstype").MarginRightProperty<string | number> | undefined;
1114
+ "margin-top"?: import("csstype").MarginTopProperty<string | number> | undefined;
1115
+ "mask-border-mode"?: import("csstype").MaskBorderModeProperty | undefined;
1116
+ "mask-border-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
1117
+ "mask-border-repeat"?: string | undefined;
1118
+ "mask-border-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
1119
+ "mask-border-source"?: string | undefined;
1120
+ "mask-border-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
1121
+ "mask-clip"?: string | undefined;
1122
+ "mask-composite"?: string | undefined;
1123
+ "mask-image"?: string | undefined;
1124
+ "mask-mode"?: string | undefined;
1125
+ "mask-origin"?: string | undefined;
1126
+ "mask-position"?: import("csstype").MaskPositionProperty<string | number> | undefined;
1127
+ "mask-repeat"?: string | undefined;
1128
+ "mask-size"?: import("csstype").MaskSizeProperty<string | number> | undefined;
1129
+ "mask-type"?: import("csstype").MaskTypeProperty | undefined;
1130
+ "math-depth"?: import("csstype").MathDepthProperty | undefined;
1131
+ "math-shift"?: import("csstype").MathShiftProperty | undefined;
1132
+ "math-style"?: import("csstype").MathStyleProperty | undefined;
1133
+ "max-block-size"?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
1134
+ "max-height"?: import("csstype").MaxHeightProperty<string | number> | undefined;
1135
+ "max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1136
+ "max-lines"?: import("csstype").MaxLinesProperty | undefined;
1137
+ "max-width"?: import("csstype").MaxWidthProperty<string | number> | undefined;
1138
+ "min-block-size"?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
1139
+ "min-height"?: import("csstype").MinHeightProperty<string | number> | undefined;
1140
+ "min-inline-size"?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
1141
+ "min-width"?: import("csstype").MinWidthProperty<string | number> | undefined;
1142
+ "mix-blend-mode"?: import("csstype").MixBlendModeProperty | undefined;
1143
+ "motion-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1144
+ "motion-path"?: string | undefined;
1145
+ "motion-rotation"?: string | undefined;
1146
+ "object-fit"?: import("csstype").ObjectFitProperty | undefined;
1147
+ "object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1148
+ "offset-anchor"?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
1149
+ "offset-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1150
+ "offset-path"?: string | undefined;
1151
+ "offset-rotate"?: string | undefined;
1152
+ "offset-rotation"?: string | undefined;
1153
+ "outline-color"?: string | undefined;
1154
+ "outline-offset"?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
1155
+ "outline-style"?: string | undefined;
1156
+ "outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1157
+ "overflow-anchor"?: import("csstype").OverflowAnchorProperty | undefined;
1158
+ "overflow-block"?: import("csstype").OverflowBlockProperty | undefined;
1159
+ "overflow-clip-box"?: import("csstype").OverflowClipBoxProperty | undefined;
1160
+ "overflow-clip-margin"?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
1161
+ "overflow-inline"?: import("csstype").OverflowInlineProperty | undefined;
1162
+ "overflow-wrap"?: import("csstype").OverflowWrapProperty | undefined;
1163
+ "overflow-x"?: import("csstype").OverflowXProperty | undefined;
1164
+ "overflow-y"?: import("csstype").OverflowYProperty | undefined;
1165
+ "overscroll-behavior-block"?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
1166
+ "overscroll-behavior-inline"?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
1167
+ "overscroll-behavior-x"?: import("csstype").OverscrollBehaviorXProperty | undefined;
1168
+ "overscroll-behavior-y"?: import("csstype").OverscrollBehaviorYProperty | undefined;
1169
+ "padding-block"?: import("csstype").PaddingBlockProperty<string | number> | undefined;
1170
+ "padding-block-end"?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
1171
+ "padding-block-start"?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
1172
+ "padding-bottom"?: import("csstype").PaddingBottomProperty<string | number> | undefined;
1173
+ "padding-inline"?: import("csstype").PaddingInlineProperty<string | number> | undefined;
1174
+ "padding-inline-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1175
+ "padding-inline-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1176
+ "padding-left"?: import("csstype").PaddingLeftProperty<string | number> | undefined;
1177
+ "padding-right"?: import("csstype").PaddingRightProperty<string | number> | undefined;
1178
+ "padding-top"?: import("csstype").PaddingTopProperty<string | number> | undefined;
1179
+ "page-break-after"?: import("csstype").PageBreakAfterProperty | undefined;
1180
+ "page-break-before"?: import("csstype").PageBreakBeforeProperty | undefined;
1181
+ "page-break-inside"?: import("csstype").PageBreakInsideProperty | undefined;
1182
+ "paint-order"?: string | undefined;
1183
+ "perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1184
+ "place-content"?: string | undefined;
1185
+ "pointer-events"?: import("csstype").PointerEventsProperty | undefined;
1186
+ "print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1187
+ "row-gap"?: import("csstype").RowGapProperty<string | number> | undefined;
1188
+ "ruby-align"?: import("csstype").RubyAlignProperty | undefined;
1189
+ "ruby-merge"?: import("csstype").RubyMergeProperty | undefined;
1190
+ "ruby-position"?: string | undefined;
1191
+ "scroll-behavior"?: import("csstype").ScrollBehaviorProperty | undefined;
1192
+ "scroll-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1193
+ "scroll-margin-block"?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
1194
+ "scroll-margin-block-end"?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
1195
+ "scroll-margin-block-start"?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
1196
+ "scroll-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1197
+ "scroll-margin-inline"?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
1198
+ "scroll-margin-inline-end"?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
1199
+ "scroll-margin-inline-start"?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
1200
+ "scroll-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1201
+ "scroll-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1202
+ "scroll-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1203
+ "scroll-padding"?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
1204
+ "scroll-padding-block"?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
1205
+ "scroll-padding-block-end"?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
1206
+ "scroll-padding-block-start"?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
1207
+ "scroll-padding-bottom"?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
1208
+ "scroll-padding-inline"?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
1209
+ "scroll-padding-inline-end"?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
1210
+ "scroll-padding-inline-start"?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
1211
+ "scroll-padding-left"?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
1212
+ "scroll-padding-right"?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
1213
+ "scroll-padding-top"?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
1214
+ "scroll-snap-align"?: string | undefined;
1215
+ "scroll-snap-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1216
+ "scroll-snap-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1217
+ "scroll-snap-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1218
+ "scroll-snap-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1219
+ "scroll-snap-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1220
+ "scroll-snap-stop"?: import("csstype").ScrollSnapStopProperty | undefined;
1221
+ "scroll-snap-type"?: string | undefined;
1222
+ "scrollbar-color"?: string | undefined;
1223
+ "scrollbar-gutter"?: string | undefined;
1224
+ "scrollbar-width"?: import("csstype").ScrollbarWidthProperty | undefined;
1225
+ "shape-image-threshold"?: import("csstype").ShapeImageThresholdProperty | undefined;
1226
+ "shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1227
+ "shape-outside"?: string | undefined;
1228
+ "tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1229
+ "table-layout"?: import("csstype").TableLayoutProperty | undefined;
1230
+ "text-align"?: import("csstype").TextAlignProperty | undefined;
1231
+ "text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
1232
+ "text-combine-upright"?: string | undefined;
1233
+ "text-decoration-color"?: string | undefined;
1234
+ "text-decoration-line"?: string | undefined;
1235
+ "text-decoration-skip"?: string | undefined;
1236
+ "text-decoration-skip-ink"?: import("csstype").TextDecorationSkipInkProperty | undefined;
1237
+ "text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1238
+ "text-decoration-thickness"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
1239
+ "text-emphasis-color"?: string | undefined;
1240
+ "text-emphasis-position"?: string | undefined;
1241
+ "text-emphasis-style"?: string | undefined;
1242
+ "text-indent"?: import("csstype").TextIndentProperty<string | number> | undefined;
1243
+ "text-justify"?: import("csstype").TextJustifyProperty | undefined;
1244
+ "text-orientation"?: import("csstype").TextOrientationProperty | undefined;
1245
+ "text-overflow"?: string | undefined;
1246
+ "text-rendering"?: import("csstype").TextRenderingProperty | undefined;
1247
+ "text-shadow"?: string | undefined;
1248
+ "text-size-adjust"?: string | undefined;
1249
+ "text-transform"?: import("csstype").TextTransformProperty | undefined;
1250
+ "text-underline-offset"?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
1251
+ "text-underline-position"?: string | undefined;
1252
+ "touch-action"?: string | undefined;
1253
+ "transform-box"?: import("csstype").TransformBoxProperty | undefined;
1254
+ "transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1255
+ "transform-style"?: import("csstype").TransformStyleProperty | undefined;
1256
+ "transition-delay"?: string | undefined;
1257
+ "transition-duration"?: string | undefined;
1258
+ "transition-property"?: string | undefined;
1259
+ "transition-timing-function"?: string | undefined;
1260
+ "unicode-bidi"?: import("csstype").UnicodeBidiProperty | undefined;
1261
+ "user-select"?: import("csstype").UserSelectProperty | undefined;
1262
+ "vertical-align"?: import("csstype").VerticalAlignProperty<string | number> | undefined;
1263
+ "white-space"?: import("csstype").WhiteSpaceProperty | undefined;
1264
+ "will-change"?: string | undefined;
1265
+ "word-break"?: import("csstype").WordBreakProperty | undefined;
1266
+ "word-spacing"?: import("csstype").WordSpacingProperty<string | number> | undefined;
1267
+ "word-wrap"?: import("csstype").WordWrapProperty | undefined;
1268
+ "writing-mode"?: import("csstype").WritingModeProperty | undefined;
1269
+ "z-index"?: import("csstype").ZIndexProperty | undefined;
1270
+ "background-position"?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
1271
+ "border-block"?: import("csstype").BorderBlockProperty<string | number> | undefined;
1272
+ "border-block-end"?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
1273
+ "border-block-start"?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
1274
+ "border-bottom"?: import("csstype").BorderBottomProperty<string | number> | undefined;
1275
+ "border-color"?: string | undefined;
1276
+ "border-image"?: import("csstype").BorderImageProperty | undefined;
1277
+ "border-inline"?: import("csstype").BorderInlineProperty<string | number> | undefined;
1278
+ "border-inline-end"?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
1279
+ "border-inline-start"?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
1280
+ "border-left"?: import("csstype").BorderLeftProperty<string | number> | undefined;
1281
+ "border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1282
+ "border-right"?: import("csstype").BorderRightProperty<string | number> | undefined;
1283
+ "border-style"?: string | undefined;
1284
+ "border-top"?: import("csstype").BorderTopProperty<string | number> | undefined;
1285
+ "border-width"?: import("csstype").BorderWidthProperty<string | number> | undefined;
1286
+ "column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1287
+ "flex-flow"?: string | undefined;
1288
+ "grid-area"?: import("csstype").GridAreaProperty | undefined;
1289
+ "grid-column"?: import("csstype").GridColumnProperty | undefined;
1290
+ "grid-row"?: import("csstype").GridRowProperty | undefined;
1291
+ "grid-template"?: string | undefined;
1292
+ "line-clamp"?: import("csstype").LineClampProperty | undefined;
1293
+ "list-style"?: string | undefined;
1294
+ "mask-border"?: import("csstype").MaskBorderProperty | undefined;
1295
+ "overscroll-behavior"?: string | undefined;
1296
+ "place-items"?: string | undefined;
1297
+ "place-self"?: string | undefined;
1298
+ "text-decoration"?: import("csstype").TextDecorationProperty<string | number> | undefined;
1299
+ "text-emphasis"?: string | undefined;
1300
+ "-moz-animation-delay"?: string | undefined;
1301
+ "-moz-animation-direction"?: string | undefined;
1302
+ "-moz-animation-duration"?: string | undefined;
1303
+ "-moz-animation-fill-mode"?: string | undefined;
1304
+ "-moz-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1305
+ "-moz-animation-name"?: string | undefined;
1306
+ "-moz-animation-play-state"?: string | undefined;
1307
+ "-moz-animation-timing-function"?: string | undefined;
1308
+ "-moz-appearance"?: import("csstype").MozAppearanceProperty | undefined;
1309
+ "-moz-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1310
+ "-moz-border-bottom-colors"?: string | undefined;
1311
+ "-moz-border-end-color"?: string | undefined;
1312
+ "-moz-border-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
1313
+ "-moz-border-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1314
+ "-moz-border-left-colors"?: string | undefined;
1315
+ "-moz-border-right-colors"?: string | undefined;
1316
+ "-moz-border-start-color"?: string | undefined;
1317
+ "-moz-border-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
1318
+ "-moz-border-top-colors"?: string | undefined;
1319
+ "-moz-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1320
+ "-moz-column-count"?: import("csstype").ColumnCountProperty | undefined;
1321
+ "-moz-column-fill"?: import("csstype").ColumnFillProperty | undefined;
1322
+ "-moz-column-rule-color"?: string | undefined;
1323
+ "-moz-column-rule-style"?: string | undefined;
1324
+ "-moz-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1325
+ "-moz-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1326
+ "-moz-context-properties"?: string | undefined;
1327
+ "-moz-font-feature-settings"?: string | undefined;
1328
+ "-moz-font-language-override"?: string | undefined;
1329
+ "-moz-hyphens"?: import("csstype").HyphensProperty | undefined;
1330
+ "-moz-image-region"?: string | undefined;
1331
+ "-moz-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1332
+ "-moz-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1333
+ "-moz-orient"?: import("csstype").MozOrientProperty | undefined;
1334
+ "-moz-osx-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1335
+ "-moz-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1336
+ "-moz-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1337
+ "-moz-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
1338
+ "-moz-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1339
+ "-moz-stack-sizing"?: import("csstype").MozStackSizingProperty | undefined;
1340
+ "-moz-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1341
+ "-moz-text-blink"?: import("csstype").MozTextBlinkProperty | undefined;
1342
+ "-moz-text-size-adjust"?: string | undefined;
1343
+ "-moz-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1344
+ "-moz-transform-style"?: import("csstype").TransformStyleProperty | undefined;
1345
+ "-moz-transition-delay"?: string | undefined;
1346
+ "-moz-transition-duration"?: string | undefined;
1347
+ "-moz-transition-property"?: string | undefined;
1348
+ "-moz-transition-timing-function"?: string | undefined;
1349
+ "-moz-user-focus"?: import("csstype").MozUserFocusProperty | undefined;
1350
+ "-moz-user-modify"?: import("csstype").MozUserModifyProperty | undefined;
1351
+ "-moz-user-select"?: import("csstype").UserSelectProperty | undefined;
1352
+ "-moz-window-dragging"?: import("csstype").MozWindowDraggingProperty | undefined;
1353
+ "-moz-window-shadow"?: import("csstype").MozWindowShadowProperty | undefined;
1354
+ "-ms-accelerator"?: import("csstype").MsAcceleratorProperty | undefined;
1355
+ "-ms-block-progression"?: import("csstype").MsBlockProgressionProperty | undefined;
1356
+ "-ms-content-zoom-chaining"?: import("csstype").MsContentZoomChainingProperty | undefined;
1357
+ "-ms-content-zoom-limit-max"?: string | undefined;
1358
+ "-ms-content-zoom-limit-min"?: string | undefined;
1359
+ "-ms-content-zoom-snap-points"?: string | undefined;
1360
+ "-ms-content-zoom-snap-type"?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
1361
+ "-ms-content-zooming"?: import("csstype").MsContentZoomingProperty | undefined;
1362
+ "-ms-filter"?: string | undefined;
1363
+ "-ms-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1364
+ "-ms-flex-positive"?: import("csstype").GlobalsNumber | undefined;
1365
+ "-ms-flow-from"?: string | undefined;
1366
+ "-ms-flow-into"?: string | undefined;
1367
+ "-ms-grid-columns"?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
1368
+ "-ms-grid-rows"?: import("csstype").MsGridRowsProperty<string | number> | undefined;
1369
+ "-ms-high-contrast-adjust"?: import("csstype").MsHighContrastAdjustProperty | undefined;
1370
+ "-ms-hyphenate-limit-chars"?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
1371
+ "-ms-hyphenate-limit-lines"?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
1372
+ "-ms-hyphenate-limit-zone"?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
1373
+ "-ms-hyphens"?: import("csstype").HyphensProperty | undefined;
1374
+ "-ms-ime-align"?: import("csstype").MsImeAlignProperty | undefined;
1375
+ "-ms-line-break"?: import("csstype").LineBreakProperty | undefined;
1376
+ "-ms-order"?: import("csstype").GlobalsNumber | undefined;
1377
+ "-ms-overflow-style"?: import("csstype").MsOverflowStyleProperty | undefined;
1378
+ "-ms-overflow-x"?: import("csstype").OverflowXProperty | undefined;
1379
+ "-ms-overflow-y"?: import("csstype").OverflowYProperty | undefined;
1380
+ "-ms-scroll-chaining"?: import("csstype").MsScrollChainingProperty | undefined;
1381
+ "-ms-scroll-limit-x-max"?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
1382
+ "-ms-scroll-limit-x-min"?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
1383
+ "-ms-scroll-limit-y-max"?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
1384
+ "-ms-scroll-limit-y-min"?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
1385
+ "-ms-scroll-rails"?: import("csstype").MsScrollRailsProperty | undefined;
1386
+ "-ms-scroll-snap-points-x"?: string | undefined;
1387
+ "-ms-scroll-snap-points-y"?: string | undefined;
1388
+ "-ms-scroll-snap-type"?: import("csstype").MsScrollSnapTypeProperty | undefined;
1389
+ "-ms-scroll-translation"?: import("csstype").MsScrollTranslationProperty | undefined;
1390
+ "-ms-scrollbar-3dlight-color"?: string | undefined;
1391
+ "-ms-scrollbar-arrow-color"?: string | undefined;
1392
+ "-ms-scrollbar-base-color"?: string | undefined;
1393
+ "-ms-scrollbar-darkshadow-color"?: string | undefined;
1394
+ "-ms-scrollbar-face-color"?: string | undefined;
1395
+ "-ms-scrollbar-highlight-color"?: string | undefined;
1396
+ "-ms-scrollbar-shadow-color"?: string | undefined;
1397
+ "-ms-scrollbar-track-color"?: string | undefined;
1398
+ "-ms-text-autospace"?: import("csstype").MsTextAutospaceProperty | undefined;
1399
+ "-ms-text-combine-horizontal"?: string | undefined;
1400
+ "-ms-text-overflow"?: string | undefined;
1401
+ "-ms-touch-action"?: string | undefined;
1402
+ "-ms-touch-select"?: import("csstype").MsTouchSelectProperty | undefined;
1403
+ "-ms-transform"?: string | undefined;
1404
+ "-ms-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1405
+ "-ms-transition-delay"?: string | undefined;
1406
+ "-ms-transition-duration"?: string | undefined;
1407
+ "-ms-transition-property"?: string | undefined;
1408
+ "-ms-transition-timing-function"?: string | undefined;
1409
+ "-ms-user-select"?: import("csstype").MsUserSelectProperty | undefined;
1410
+ "-ms-word-break"?: import("csstype").WordBreakProperty | undefined;
1411
+ "-ms-wrap-flow"?: import("csstype").MsWrapFlowProperty | undefined;
1412
+ "-ms-wrap-margin"?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
1413
+ "-ms-wrap-through"?: import("csstype").MsWrapThroughProperty | undefined;
1414
+ "-ms-writing-mode"?: import("csstype").WritingModeProperty | undefined;
1415
+ "-webkit-align-content"?: string | undefined;
1416
+ "-webkit-align-items"?: string | undefined;
1417
+ "-webkit-align-self"?: string | undefined;
1418
+ "-webkit-animation-delay"?: string | undefined;
1419
+ "-webkit-animation-direction"?: string | undefined;
1420
+ "-webkit-animation-duration"?: string | undefined;
1421
+ "-webkit-animation-fill-mode"?: string | undefined;
1422
+ "-webkit-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1423
+ "-webkit-animation-name"?: string | undefined;
1424
+ "-webkit-animation-play-state"?: string | undefined;
1425
+ "-webkit-animation-timing-function"?: string | undefined;
1426
+ "-webkit-appearance"?: import("csstype").WebkitAppearanceProperty | undefined;
1427
+ "-webkit-backdrop-filter"?: string | undefined;
1428
+ "-webkit-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1429
+ "-webkit-background-clip"?: string | undefined;
1430
+ "-webkit-background-origin"?: string | undefined;
1431
+ "-webkit-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1432
+ "-webkit-border-before-color"?: string | undefined;
1433
+ "-webkit-border-before-style"?: string | undefined;
1434
+ "-webkit-border-before-width"?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
1435
+ "-webkit-border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1436
+ "-webkit-border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1437
+ "-webkit-border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
1438
+ "-webkit-border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1439
+ "-webkit-border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1440
+ "-webkit-box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
1441
+ "-webkit-box-reflect"?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
1442
+ "-webkit-box-shadow"?: string | undefined;
1443
+ "-webkit-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1444
+ "-webkit-clip-path"?: string | undefined;
1445
+ "-webkit-column-count"?: import("csstype").ColumnCountProperty | undefined;
1446
+ "-webkit-column-fill"?: import("csstype").ColumnFillProperty | undefined;
1447
+ "-webkit-column-rule-color"?: string | undefined;
1448
+ "-webkit-column-rule-style"?: string | undefined;
1449
+ "-webkit-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1450
+ "-webkit-column-span"?: import("csstype").ColumnSpanProperty | undefined;
1451
+ "-webkit-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1452
+ "-webkit-filter"?: string | undefined;
1453
+ "-webkit-flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
1454
+ "-webkit-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1455
+ "-webkit-flex-grow"?: import("csstype").GlobalsNumber | undefined;
1456
+ "-webkit-flex-shrink"?: import("csstype").GlobalsNumber | undefined;
1457
+ "-webkit-flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
1458
+ "-webkit-font-feature-settings"?: string | undefined;
1459
+ "-webkit-font-kerning"?: import("csstype").FontKerningProperty | undefined;
1460
+ "-webkit-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1461
+ "-webkit-font-variant-ligatures"?: string | undefined;
1462
+ "-webkit-hyphenate-character"?: string | undefined;
1463
+ "-webkit-hyphens"?: import("csstype").HyphensProperty | undefined;
1464
+ "-webkit-initial-letter"?: import("csstype").InitialLetterProperty | undefined;
1465
+ "-webkit-justify-content"?: string | undefined;
1466
+ "-webkit-line-break"?: import("csstype").LineBreakProperty | undefined;
1467
+ "-webkit-line-clamp"?: import("csstype").WebkitLineClampProperty | undefined;
1468
+ "-webkit-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1469
+ "-webkit-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1470
+ "-webkit-mask-attachment"?: string | undefined;
1471
+ "-webkit-mask-box-image-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
1472
+ "-webkit-mask-box-image-repeat"?: string | undefined;
1473
+ "-webkit-mask-box-image-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
1474
+ "-webkit-mask-box-image-source"?: string | undefined;
1475
+ "-webkit-mask-box-image-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
1476
+ "-webkit-mask-clip"?: string | undefined;
1477
+ "-webkit-mask-composite"?: string | undefined;
1478
+ "-webkit-mask-image"?: string | undefined;
1479
+ "-webkit-mask-origin"?: string | undefined;
1480
+ "-webkit-mask-position"?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
1481
+ "-webkit-mask-position-x"?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
1482
+ "-webkit-mask-position-y"?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
1483
+ "-webkit-mask-repeat"?: string | undefined;
1484
+ "-webkit-mask-repeat-x"?: import("csstype").WebkitMaskRepeatXProperty | undefined;
1485
+ "-webkit-mask-repeat-y"?: import("csstype").WebkitMaskRepeatYProperty | undefined;
1486
+ "-webkit-mask-size"?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
1487
+ "-webkit-max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1488
+ "-webkit-order"?: import("csstype").GlobalsNumber | undefined;
1489
+ "-webkit-overflow-scrolling"?: import("csstype").WebkitOverflowScrollingProperty | undefined;
1490
+ "-webkit-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1491
+ "-webkit-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1492
+ "-webkit-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
1493
+ "-webkit-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1494
+ "-webkit-print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1495
+ "-webkit-ruby-position"?: string | undefined;
1496
+ "-webkit-scroll-snap-type"?: string | undefined;
1497
+ "-webkit-shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1498
+ "-webkit-tap-highlight-color"?: string | undefined;
1499
+ "-webkit-text-combine"?: string | undefined;
1500
+ "-webkit-text-decoration-color"?: string | undefined;
1501
+ "-webkit-text-decoration-line"?: string | undefined;
1502
+ "-webkit-text-decoration-skip"?: string | undefined;
1503
+ "-webkit-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1504
+ "-webkit-text-emphasis-color"?: string | undefined;
1505
+ "-webkit-text-emphasis-position"?: string | undefined;
1506
+ "-webkit-text-emphasis-style"?: string | undefined;
1507
+ "-webkit-text-fill-color"?: string | undefined;
1508
+ "-webkit-text-orientation"?: import("csstype").TextOrientationProperty | undefined;
1509
+ "-webkit-text-size-adjust"?: string | undefined;
1510
+ "-webkit-text-stroke-color"?: string | undefined;
1511
+ "-webkit-text-stroke-width"?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
1512
+ "-webkit-text-underline-position"?: string | undefined;
1513
+ "-webkit-touch-callout"?: import("csstype").WebkitTouchCalloutProperty | undefined;
1514
+ "-webkit-transform"?: string | undefined;
1515
+ "-webkit-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1516
+ "-webkit-transform-style"?: import("csstype").TransformStyleProperty | undefined;
1517
+ "-webkit-transition-delay"?: string | undefined;
1518
+ "-webkit-transition-duration"?: string | undefined;
1519
+ "-webkit-transition-property"?: string | undefined;
1520
+ "-webkit-transition-timing-function"?: string | undefined;
1521
+ "-webkit-user-modify"?: import("csstype").WebkitUserModifyProperty | undefined;
1522
+ "-webkit-user-select"?: import("csstype").UserSelectProperty | undefined;
1523
+ "-webkit-writing-mode"?: import("csstype").WritingModeProperty | undefined;
1524
+ "-moz-animation"?: import("csstype").AnimationProperty | undefined;
1525
+ "-moz-border-image"?: import("csstype").BorderImageProperty | undefined;
1526
+ "-moz-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1527
+ "-moz-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
1528
+ "-moz-transition"?: string | undefined;
1529
+ "-ms-content-zoom-limit"?: string | undefined;
1530
+ "-ms-content-zoom-snap"?: string | undefined;
1531
+ "-ms-flex"?: import("csstype").FlexProperty<string | number> | undefined;
1532
+ "-ms-scroll-limit"?: string | undefined;
1533
+ "-ms-scroll-snap-x"?: string | undefined;
1534
+ "-ms-scroll-snap-y"?: string | undefined;
1535
+ "-ms-transition"?: string | undefined;
1536
+ "-webkit-animation"?: import("csstype").AnimationProperty | undefined;
1537
+ "-webkit-border-before"?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
1538
+ "-webkit-border-image"?: import("csstype").BorderImageProperty | undefined;
1539
+ "-webkit-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1540
+ "-webkit-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1541
+ "-webkit-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
1542
+ "-webkit-flex"?: import("csstype").FlexProperty<string | number> | undefined;
1543
+ "-webkit-flex-flow"?: string | undefined;
1544
+ "-webkit-mask"?: import("csstype").WebkitMaskProperty<string | number> | undefined;
1545
+ "-webkit-mask-box-image"?: import("csstype").MaskBorderProperty | undefined;
1546
+ "-webkit-text-emphasis"?: string | undefined;
1547
+ "-webkit-text-stroke"?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
1548
+ "-webkit-transition"?: string | undefined;
1549
+ "box-align"?: import("csstype").BoxAlignProperty | undefined;
1550
+ "box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1551
+ "box-flex"?: import("csstype").GlobalsNumber | undefined;
1552
+ "box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1553
+ "box-lines"?: import("csstype").BoxLinesProperty | undefined;
1554
+ "box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1555
+ "box-orient"?: import("csstype").BoxOrientProperty | undefined;
1556
+ "box-pack"?: import("csstype").BoxPackProperty | undefined;
1557
+ "grid-column-gap"?: import("csstype").GridColumnGapProperty<string | number> | undefined;
1558
+ "grid-gap"?: import("csstype").GridGapProperty<string | number> | undefined;
1559
+ "grid-row-gap"?: import("csstype").GridRowGapProperty<string | number> | undefined;
1560
+ "ime-mode"?: import("csstype").ImeModeProperty | undefined;
1561
+ "offset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
1562
+ "offset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
1563
+ "offset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
1564
+ "offset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
1565
+ "offset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
1566
+ "offset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
1567
+ "scroll-snap-coordinate"?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
1568
+ "scroll-snap-destination"?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
1569
+ "scroll-snap-points-x"?: string | undefined;
1570
+ "scroll-snap-points-y"?: string | undefined;
1571
+ "scroll-snap-type-x"?: import("csstype").ScrollSnapTypeXProperty | undefined;
1572
+ "scroll-snap-type-y"?: import("csstype").ScrollSnapTypeYProperty | undefined;
1573
+ "-khtml-box-align"?: import("csstype").BoxAlignProperty | undefined;
1574
+ "-khtml-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1575
+ "-khtml-box-flex"?: import("csstype").GlobalsNumber | undefined;
1576
+ "-khtml-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1577
+ "-khtml-box-lines"?: import("csstype").BoxLinesProperty | undefined;
1578
+ "-khtml-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1579
+ "-khtml-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1580
+ "-khtml-box-pack"?: import("csstype").BoxPackProperty | undefined;
1581
+ "-khtml-line-break"?: import("csstype").LineBreakProperty | undefined;
1582
+ "-khtml-opacity"?: import("csstype").OpacityProperty | undefined;
1583
+ "-khtml-user-select"?: import("csstype").UserSelectProperty | undefined;
1584
+ "-moz-background-clip"?: string | undefined;
1585
+ "-moz-background-inline-policy"?: import("csstype").BoxDecorationBreakProperty | undefined;
1586
+ "-moz-background-origin"?: string | undefined;
1587
+ "-moz-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1588
+ "-moz-binding"?: string | undefined;
1589
+ "-moz-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1590
+ "-moz-border-radius-bottomleft"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1591
+ "-moz-border-radius-bottomright"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1592
+ "-moz-border-radius-topleft"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1593
+ "-moz-border-radius-topright"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1594
+ "-moz-box-align"?: import("csstype").BoxAlignProperty | undefined;
1595
+ "-moz-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1596
+ "-moz-box-flex"?: import("csstype").GlobalsNumber | undefined;
1597
+ "-moz-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1598
+ "-moz-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1599
+ "-moz-box-pack"?: import("csstype").BoxPackProperty | undefined;
1600
+ "-moz-box-shadow"?: string | undefined;
1601
+ "-moz-float-edge"?: import("csstype").MozFloatEdgeProperty | undefined;
1602
+ "-moz-force-broken-image-icon"?: import("csstype").MozForceBrokenImageIconProperty | undefined;
1603
+ "-moz-opacity"?: import("csstype").OpacityProperty | undefined;
1604
+ "-moz-outline"?: import("csstype").OutlineProperty<string | number> | undefined;
1605
+ "-moz-outline-color"?: string | undefined;
1606
+ "-moz-outline-radius"?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
1607
+ "-moz-outline-radius-bottomleft"?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
1608
+ "-moz-outline-radius-bottomright"?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
1609
+ "-moz-outline-radius-topleft"?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
1610
+ "-moz-outline-radius-topright"?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
1611
+ "-moz-outline-style"?: string | undefined;
1612
+ "-moz-outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1613
+ "-moz-text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
1614
+ "-moz-text-decoration-color"?: string | undefined;
1615
+ "-moz-text-decoration-line"?: string | undefined;
1616
+ "-moz-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1617
+ "-moz-user-input"?: import("csstype").MozUserInputProperty | undefined;
1618
+ "-ms-ime-mode"?: import("csstype").ImeModeProperty | undefined;
1619
+ "-o-animation"?: import("csstype").AnimationProperty | undefined;
1620
+ "-o-animation-delay"?: string | undefined;
1621
+ "-o-animation-direction"?: string | undefined;
1622
+ "-o-animation-duration"?: string | undefined;
1623
+ "-o-animation-fill-mode"?: string | undefined;
1624
+ "-o-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1625
+ "-o-animation-name"?: string | undefined;
1626
+ "-o-animation-play-state"?: string | undefined;
1627
+ "-o-animation-timing-function"?: string | undefined;
1628
+ "-o-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1629
+ "-o-border-image"?: import("csstype").BorderImageProperty | undefined;
1630
+ "-o-object-fit"?: import("csstype").ObjectFitProperty | undefined;
1631
+ "-o-object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1632
+ "-o-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1633
+ "-o-text-overflow"?: string | undefined;
1634
+ "-o-transform"?: string | undefined;
1635
+ "-o-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1636
+ "-o-transition"?: string | undefined;
1637
+ "-o-transition-delay"?: string | undefined;
1638
+ "-o-transition-duration"?: string | undefined;
1639
+ "-o-transition-property"?: string | undefined;
1640
+ "-o-transition-timing-function"?: string | undefined;
1641
+ "-webkit-box-align"?: import("csstype").BoxAlignProperty | undefined;
1642
+ "-webkit-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1643
+ "-webkit-box-flex"?: import("csstype").GlobalsNumber | undefined;
1644
+ "-webkit-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1645
+ "-webkit-box-lines"?: import("csstype").BoxLinesProperty | undefined;
1646
+ "-webkit-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1647
+ "-webkit-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1648
+ "-webkit-box-pack"?: import("csstype").BoxPackProperty | undefined;
1649
+ "-webkit-scroll-snap-points-x"?: string | undefined;
1650
+ "-webkit-scroll-snap-points-y"?: string | undefined;
1651
+ "alignment-baseline"?: import("csstype").AlignmentBaselineProperty | undefined;
1652
+ "baseline-shift"?: import("csstype").BaselineShiftProperty<string | number> | undefined;
1653
+ "clip-rule"?: import("csstype").ClipRuleProperty | undefined;
1654
+ "color-interpolation"?: import("csstype").ColorInterpolationProperty | undefined;
1655
+ "color-rendering"?: import("csstype").ColorRenderingProperty | undefined;
1656
+ "dominant-baseline"?: import("csstype").DominantBaselineProperty | undefined;
1657
+ "fill-opacity"?: import("csstype").GlobalsNumber | undefined;
1658
+ "fill-rule"?: import("csstype").FillRuleProperty | undefined;
1659
+ "flood-color"?: string | undefined;
1660
+ "flood-opacity"?: import("csstype").GlobalsNumber | undefined;
1661
+ "glyph-orientation-vertical"?: import("csstype").GlyphOrientationVerticalProperty | undefined;
1662
+ "lighting-color"?: string | undefined;
1663
+ "marker-end"?: string | undefined;
1664
+ "marker-mid"?: string | undefined;
1665
+ "marker-start"?: string | undefined;
1666
+ "shape-rendering"?: import("csstype").ShapeRenderingProperty | undefined;
1667
+ "stop-color"?: string | undefined;
1668
+ "stop-opacity"?: import("csstype").GlobalsNumber | undefined;
1669
+ "stroke-dasharray"?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
1670
+ "stroke-dashoffset"?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
1671
+ "stroke-linecap"?: import("csstype").StrokeLinecapProperty | undefined;
1672
+ "stroke-linejoin"?: import("csstype").StrokeLinejoinProperty | undefined;
1673
+ "stroke-miterlimit"?: import("csstype").GlobalsNumber | undefined;
1674
+ "stroke-opacity"?: import("csstype").GlobalsNumber | undefined;
1675
+ "stroke-width"?: import("csstype").StrokeWidthProperty<string | number> | undefined;
1676
+ "text-anchor"?: import("csstype").TextAnchorProperty | undefined;
1677
+ "vector-effect"?: import("csstype").VectorEffectProperty | undefined;
1678
+ } | undefined;
1679
+ validator?: ((value: unknown, fieldItem: import("..").FieldItem) => string | void) | undefined;
1680
+ reactions?: {
1681
+ [x: string]: any;
1682
+ dependencies?: string[] | undefined;
1683
+ target?: string | undefined;
1684
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
1685
+ when?: string | boolean | undefined;
1686
+ fulfill?: {
1687
+ state?: import("../../../es/shared/types").AnyObject | undefined;
1688
+ run?: string | undefined;
1689
+ } | undefined;
1690
+ otherwise?: {
1691
+ state?: import("../../../es/shared/types").AnyObject | undefined;
1692
+ run?: string | undefined;
1693
+ } | undefined;
1694
+ } | {
1695
+ [x: string]: any;
1696
+ dependencies?: string[] | undefined;
1697
+ target?: string | undefined;
1698
+ effects?: import("@formily/json-schema").SchemaEffectTypes[] | undefined;
1699
+ when?: string | boolean | undefined;
1700
+ fulfill?: {
1701
+ state?: import("../../../es/shared/types").AnyObject | undefined;
1702
+ run?: string | undefined;
1703
+ } | undefined;
1704
+ otherwise?: {
1705
+ state?: import("../../../es/shared/types").AnyObject | undefined;
1706
+ run?: string | undefined;
1707
+ } | undefined;
1708
+ }[] | undefined;
1709
+ }[]>;
1710
+ shortcutCache: Record<string, import("..").ShortcutSignatureInfo>;
1711
+ loadSignature: () => void;
1712
+ onShortcutChange: ({ key, info, resolve, reject }: {
1713
+ key: string;
1714
+ info: KeyboardEvent;
1715
+ resolve: import("../../../es/shared/types").Func<any[], any>;
1716
+ reject: import("../../../es/shared/types").Func<any[], any>;
1717
+ }) => any;
1718
+ CFormRender: SFCWithInstall<import("vue").DefineComponent<{}, {
1719
+ formRenderRef: import("vue").Ref<import("..").FormRenderExpose | undefined>;
1720
+ key: import("vue").Ref<number>;
1721
+ reload: () => Promise<void>;
1722
+ formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFieldState", "resetFields", "queryWidget"];
1723
+ exposed: Partial<import("..").FormRenderExpose>;
1724
+ FormRender: import("vue").DefineComponent<{
1725
+ fieldList: {
1726
+ type: import("vue").PropType<import("..").FieldItem[]>;
1727
+ };
1728
+ initialData: {
1729
+ type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
1730
+ default: () => {};
1731
+ };
1732
+ fieldVisitor: {
1733
+ type: import("vue").PropType<import("..").FieldVisitor>;
1734
+ };
1735
+ column: {
1736
+ type: NumberConstructor;
1737
+ default: number;
1738
+ };
1739
+ maxHeight: {
1740
+ type: (NumberConstructor | StringConstructor)[];
1741
+ default: string;
1742
+ };
1743
+ anchor: {
1744
+ type: BooleanConstructor;
1745
+ default: boolean;
1746
+ };
1747
+ parallelism: {
1748
+ type: NumberConstructor;
1749
+ default: number;
1750
+ };
1751
+ businessFormatter: {
1752
+ type: import("vue").PropType<import("..").FormBusinessFormatter>;
1753
+ };
1754
+ schema: {
1755
+ type: import("vue").PropType<import("@formily/json-schema").Stringify<{
1756
+ [key: symbol]: any;
1757
+ [key: `x-${string}`]: any;
1758
+ [key: `x-${number}`]: any;
1759
+ version?: string | undefined;
1760
+ name?: import("@formily/json-schema").SchemaKey | undefined;
1761
+ title?: any;
1762
+ description?: any;
1763
+ default?: any;
1764
+ readOnly?: boolean | undefined;
1765
+ writeOnly?: boolean | undefined;
1766
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
1767
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
1768
+ const?: any;
1769
+ multipleOf?: number | undefined;
1770
+ maximum?: number | undefined;
1771
+ exclusiveMaximum?: number | undefined;
1772
+ minimum?: number | undefined;
1773
+ exclusiveMinimum?: number | undefined;
1774
+ maxLength?: number | undefined;
1775
+ minLength?: number | undefined;
1776
+ pattern?: string | RegExp | undefined;
1777
+ maxItems?: number | undefined;
1778
+ minItems?: number | undefined;
1779
+ uniqueItems?: boolean | undefined;
1780
+ maxProperties?: number | undefined;
1781
+ minProperties?: number | undefined;
1782
+ required?: string | boolean | string[] | undefined;
1783
+ format?: string | undefined;
1784
+ $ref?: string | undefined;
1785
+ $namespace?: string | undefined;
1786
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1787
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1788
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
1789
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
1790
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1791
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
1792
+ "x-value"?: any;
1793
+ "x-index"?: number | undefined;
1794
+ "x-pattern"?: any;
1795
+ "x-display"?: any;
1796
+ "x-validator"?: any;
1797
+ "x-decorator"?: any;
1798
+ "x-decorator-props"?: any;
1799
+ "x-component"?: any;
1800
+ "x-component-props"?: any;
1801
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
1802
+ "x-content"?: any;
1803
+ "x-data"?: any;
1804
+ "x-visible"?: boolean | undefined;
1805
+ "x-hidden"?: boolean | undefined;
1806
+ "x-disabled"?: boolean | undefined;
1807
+ "x-editable"?: boolean | undefined;
1808
+ "x-read-only"?: boolean | undefined;
1809
+ "x-read-pretty"?: boolean | undefined;
1810
+ "x-compile-omitted"?: string[] | undefined;
1811
+ }>>;
1812
+ };
1813
+ components: {
1814
+ type: import("vue").PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
1815
+ default: () => {};
1816
+ };
1817
+ scope: {
1818
+ type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
1819
+ default: () => {};
1820
+ };
1821
+ annotation: {
1822
+ type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
1823
+ };
1824
+ consumer: {
1825
+ type: BooleanConstructor;
1826
+ default: boolean;
1827
+ };
1828
+ uuid: {
1829
+ type: StringConstructor;
1830
+ };
1831
+ lifeCycle: {
1832
+ type: import("vue").PropType<Partial<{
1833
+ onSetup(): void;
1834
+ beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
1835
+ afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
1836
+ }>>;
1837
+ };
1838
+ requestInstance: {
1839
+ type: import("vue").PropType<import("..").RequestInstance>;
1840
+ };
1841
+ enterToNextWidget: {
1842
+ type: import("vue").PropType<boolean | ((fieldItem: import("..").FieldItem) => boolean | void)>;
1843
+ default: boolean;
1844
+ };
1845
+ lowCodeReactions: {
1846
+ type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
1847
+ };
1848
+ }, {
1849
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1850
+ fieldList: {
1851
+ type: import("vue").PropType<import("..").FieldItem[]>;
1852
+ };
1853
+ initialData: {
1854
+ type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
1855
+ default: () => {};
1856
+ };
1857
+ fieldVisitor: {
1858
+ type: import("vue").PropType<import("..").FieldVisitor>;
1859
+ };
1860
+ column: {
1861
+ type: NumberConstructor;
1862
+ default: number;
1863
+ };
1864
+ maxHeight: {
1865
+ type: (NumberConstructor | StringConstructor)[];
1866
+ default: string;
1867
+ };
1868
+ anchor: {
1869
+ type: BooleanConstructor;
1870
+ default: boolean;
1871
+ };
1872
+ parallelism: {
1873
+ type: NumberConstructor;
1874
+ default: number;
1875
+ };
1876
+ businessFormatter: {
1877
+ type: import("vue").PropType<import("..").FormBusinessFormatter>;
1878
+ };
1879
+ schema: {
1880
+ type: import("vue").PropType<import("@formily/json-schema").Stringify<{
1881
+ [key: symbol]: any;
1882
+ [key: `x-${string}`]: any;
1883
+ [key: `x-${number}`]: any;
1884
+ version?: string | undefined;
1885
+ name?: import("@formily/json-schema").SchemaKey | undefined;
1886
+ title?: any;
1887
+ description?: any;
1888
+ default?: any;
1889
+ readOnly?: boolean | undefined;
1890
+ writeOnly?: boolean | undefined;
1891
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
1892
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
1893
+ const?: any;
1894
+ multipleOf?: number | undefined;
1895
+ maximum?: number | undefined;
1896
+ exclusiveMaximum?: number | undefined;
1897
+ minimum?: number | undefined;
1898
+ exclusiveMinimum?: number | undefined;
1899
+ maxLength?: number | undefined;
1900
+ minLength?: number | undefined;
1901
+ pattern?: string | RegExp | undefined;
1902
+ maxItems?: number | undefined;
1903
+ minItems?: number | undefined;
1904
+ uniqueItems?: boolean | undefined;
1905
+ maxProperties?: number | undefined;
1906
+ minProperties?: number | undefined;
1907
+ required?: string | boolean | string[] | undefined;
1908
+ format?: string | undefined;
1909
+ $ref?: string | undefined;
1910
+ $namespace?: string | undefined;
1911
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1912
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1913
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
1914
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
1915
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1916
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
1917
+ "x-value"?: any;
1918
+ "x-index"?: number | undefined;
1919
+ "x-pattern"?: any;
1920
+ "x-display"?: any;
1921
+ "x-validator"?: any;
1922
+ "x-decorator"?: any;
1923
+ "x-decorator-props"?: any;
1924
+ "x-component"?: any;
1925
+ "x-component-props"?: any;
1926
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
1927
+ "x-content"?: any;
1928
+ "x-data"?: any;
1929
+ "x-visible"?: boolean | undefined;
1930
+ "x-hidden"?: boolean | undefined;
1931
+ "x-disabled"?: boolean | undefined;
1932
+ "x-editable"?: boolean | undefined;
1933
+ "x-read-only"?: boolean | undefined;
1934
+ "x-read-pretty"?: boolean | undefined;
1935
+ "x-compile-omitted"?: string[] | undefined;
1936
+ }>>;
1937
+ };
1938
+ components: {
1939
+ type: import("vue").PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
1940
+ default: () => {};
1941
+ };
1942
+ scope: {
1943
+ type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
1944
+ default: () => {};
1945
+ };
1946
+ annotation: {
1947
+ type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
1948
+ };
1949
+ consumer: {
1950
+ type: BooleanConstructor;
1951
+ default: boolean;
1952
+ };
1953
+ uuid: {
1954
+ type: StringConstructor;
1955
+ };
1956
+ lifeCycle: {
1957
+ type: import("vue").PropType<Partial<{
1958
+ onSetup(): void;
1959
+ beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
1960
+ afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
1961
+ }>>;
1962
+ };
1963
+ requestInstance: {
1964
+ type: import("vue").PropType<import("..").RequestInstance>;
1965
+ };
1966
+ enterToNextWidget: {
1967
+ type: import("vue").PropType<boolean | ((fieldItem: import("..").FieldItem) => boolean | void)>;
1968
+ default: boolean;
1969
+ };
1970
+ lowCodeReactions: {
1971
+ type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
1972
+ };
1973
+ }>> & {
1974
+ onFormChange?: ((...args: any[]) => any) | undefined;
1975
+ }>>;
1976
+ emit: (event: "formChange", ...args: any[]) => void;
1977
+ nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
1978
+ formModel: import("@formily/core").Form<{
1979
+ [x: string]: any;
1980
+ }>;
1981
+ lowCodeReactionsHandler: (field: string, value: unknown) => void;
1982
+ triggerAllReactionsHandler: () => void;
1983
+ SchemaField: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
1984
+ businessCollector: import("..").BusinessCollector;
1985
+ formItemDepsCollector: import("..").FormItemDepsCollector;
1986
+ changeContextCollector: import("..").ContextCollector;
1987
+ formUUID: string;
1988
+ formRenderRef: import("vue").Ref<HTMLElement | undefined>;
1989
+ schemaAdaptor: (fieldList: import("..").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
1990
+ [key: symbol]: any;
1991
+ [key: `x-${string}`]: any;
1992
+ [key: `x-${number}`]: any;
1993
+ version?: string | undefined;
1994
+ name?: import("@formily/json-schema").SchemaKey | undefined;
1995
+ title?: any;
1996
+ description?: any;
1997
+ default?: any;
1998
+ readOnly?: boolean | undefined;
1999
+ writeOnly?: boolean | undefined;
2000
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
2001
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2002
+ const?: any;
2003
+ multipleOf?: number | undefined;
2004
+ maximum?: number | undefined;
2005
+ exclusiveMaximum?: number | undefined;
2006
+ minimum?: number | undefined;
2007
+ exclusiveMinimum?: number | undefined;
2008
+ maxLength?: number | undefined;
2009
+ minLength?: number | undefined;
2010
+ pattern?: string | RegExp | undefined;
2011
+ maxItems?: number | undefined;
2012
+ minItems?: number | undefined;
2013
+ uniqueItems?: boolean | undefined;
2014
+ maxProperties?: number | undefined;
2015
+ minProperties?: number | undefined;
2016
+ required?: string | boolean | string[] | undefined;
2017
+ format?: string | undefined;
2018
+ $ref?: string | undefined;
2019
+ $namespace?: string | undefined;
2020
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2021
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2022
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2023
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2024
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2025
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2026
+ "x-value"?: any;
2027
+ "x-index"?: number | undefined;
2028
+ "x-pattern"?: any;
2029
+ "x-display"?: any;
2030
+ "x-validator"?: any;
2031
+ "x-decorator"?: any;
2032
+ "x-decorator-props"?: any;
2033
+ "x-component"?: any;
2034
+ "x-component-props"?: any;
2035
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2036
+ "x-content"?: any;
2037
+ "x-data"?: any;
2038
+ "x-visible"?: boolean | undefined;
2039
+ "x-hidden"?: boolean | undefined;
2040
+ "x-disabled"?: boolean | undefined;
2041
+ "x-editable"?: boolean | undefined;
2042
+ "x-read-only"?: boolean | undefined;
2043
+ "x-read-pretty"?: boolean | undefined;
2044
+ "x-compile-omitted"?: string[] | undefined;
2045
+ }>>;
2046
+ _fieldList: import("..").FieldItem[];
2047
+ parsedSchema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
2048
+ [key: symbol]: any;
2049
+ [key: `x-${string}`]: any;
2050
+ [key: `x-${number}`]: any;
2051
+ version?: string | undefined;
2052
+ name?: import("@formily/json-schema").SchemaKey | undefined;
2053
+ title?: any;
2054
+ description?: any;
2055
+ default?: any;
2056
+ readOnly?: boolean | undefined;
2057
+ writeOnly?: boolean | undefined;
2058
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
2059
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2060
+ const?: any;
2061
+ multipleOf?: number | undefined;
2062
+ maximum?: number | undefined;
2063
+ exclusiveMaximum?: number | undefined;
2064
+ minimum?: number | undefined;
2065
+ exclusiveMinimum?: number | undefined;
2066
+ maxLength?: number | undefined;
2067
+ minLength?: number | undefined;
2068
+ pattern?: string | RegExp | undefined;
2069
+ maxItems?: number | undefined;
2070
+ minItems?: number | undefined;
2071
+ uniqueItems?: boolean | undefined;
2072
+ maxProperties?: number | undefined;
2073
+ minProperties?: number | undefined;
2074
+ required?: string | boolean | string[] | undefined;
2075
+ format?: string | undefined;
2076
+ $ref?: string | undefined;
2077
+ $namespace?: string | undefined;
2078
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2079
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2080
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2081
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2082
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2083
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2084
+ "x-value"?: any;
2085
+ "x-index"?: number | undefined;
2086
+ "x-pattern"?: any;
2087
+ "x-display"?: any;
2088
+ "x-validator"?: any;
2089
+ "x-decorator"?: any;
2090
+ "x-decorator-props"?: any;
2091
+ "x-component"?: any;
2092
+ "x-component-props"?: any;
2093
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2094
+ "x-content"?: any;
2095
+ "x-data"?: any;
2096
+ "x-visible"?: boolean | undefined;
2097
+ "x-hidden"?: boolean | undefined;
2098
+ "x-disabled"?: boolean | undefined;
2099
+ "x-editable"?: boolean | undefined;
2100
+ "x-read-only"?: boolean | undefined;
2101
+ "x-read-pretty"?: boolean | undefined;
2102
+ "x-compile-omitted"?: string[] | undefined;
2103
+ }>>;
2104
+ currentAnchor: import("vue").WritableComputedRef<string>;
2105
+ generateAnchorList: (schema: import("@formily/json-schema").Stringify<{
2106
+ [key: symbol]: any;
2107
+ [key: `x-${string}`]: any;
2108
+ [key: `x-${number}`]: any;
2109
+ version?: string | undefined;
2110
+ name?: import("@formily/json-schema").SchemaKey | undefined;
2111
+ title?: any;
2112
+ description?: any;
2113
+ default?: any;
2114
+ readOnly?: boolean | undefined;
2115
+ writeOnly?: boolean | undefined;
2116
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
2117
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2118
+ const?: any;
2119
+ multipleOf?: number | undefined;
2120
+ maximum?: number | undefined;
2121
+ exclusiveMaximum?: number | undefined;
2122
+ minimum?: number | undefined;
2123
+ exclusiveMinimum?: number | undefined;
2124
+ maxLength?: number | undefined;
2125
+ minLength?: number | undefined;
2126
+ pattern?: string | RegExp | undefined;
2127
+ maxItems?: number | undefined;
2128
+ minItems?: number | undefined;
2129
+ uniqueItems?: boolean | undefined;
2130
+ maxProperties?: number | undefined;
2131
+ minProperties?: number | undefined;
2132
+ required?: string | boolean | string[] | undefined;
2133
+ format?: string | undefined;
2134
+ $ref?: string | undefined;
2135
+ $namespace?: string | undefined;
2136
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2137
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2138
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2139
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2140
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2141
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2142
+ "x-value"?: any;
2143
+ "x-index"?: number | undefined;
2144
+ "x-pattern"?: any;
2145
+ "x-display"?: any;
2146
+ "x-validator"?: any;
2147
+ "x-decorator"?: any;
2148
+ "x-decorator-props"?: any;
2149
+ "x-component"?: any;
2150
+ "x-component-props"?: any;
2151
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2152
+ "x-content"?: any;
2153
+ "x-data"?: any;
2154
+ "x-visible"?: boolean | undefined;
2155
+ "x-hidden"?: boolean | undefined;
2156
+ "x-disabled"?: boolean | undefined;
2157
+ "x-editable"?: boolean | undefined;
2158
+ "x-read-only"?: boolean | undefined;
2159
+ "x-read-pretty"?: boolean | undefined;
2160
+ "x-compile-omitted"?: string[] | undefined;
2161
+ }>) => void;
2162
+ anchorIdList: import("vue").Ref<{
2163
+ name: string;
2164
+ title: string;
2165
+ }[]>;
2166
+ formHeight: import("vue").ComputedRef<string | undefined>;
2167
+ onScroll: () => void;
2168
+ onKeydown: (event: KeyboardEvent) => void;
2169
+ queryWidget: (key: string, wrapperElement: HTMLElement, fieldList: import("..").FieldItem[]) => Promise<{
2170
+ widgetElement: HTMLInputElement | null | undefined;
2171
+ widgetElementList: HTMLInputElement[];
2172
+ decoratorElement: HTMLElement | null | undefined;
2173
+ }>;
2174
+ 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<{}>>, {}>;
2175
+ 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>>>, {
2176
+ form: any;
2177
+ }>;
2178
+ NForm: any;
2179
+ NTabPane: import("vue").DefineComponent<{
2180
+ readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2181
+ [key: string]: any;
2182
+ }> | (() => import("vue").VNodeChild)>;
2183
+ readonly name: {
2184
+ readonly type: import("vue").PropType<string | number>;
2185
+ readonly required: true;
2186
+ };
2187
+ readonly disabled: BooleanConstructor;
2188
+ readonly displayDirective: {
2189
+ readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
2190
+ readonly default: "if";
2191
+ };
2192
+ readonly closable: {
2193
+ readonly type: import("vue").PropType<boolean | undefined>;
2194
+ readonly default: undefined;
2195
+ };
2196
+ readonly tabProps: import("vue").PropType<import("vue").HTMLAttributes>;
2197
+ readonly label: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2198
+ [key: string]: any;
2199
+ }> | (() => import("vue").VNodeChild)>;
2200
+ }, {
2201
+ style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
2202
+ class: import("vue").Ref<string | undefined>;
2203
+ mergedClsPrefix: import("vue").Ref<string>;
2204
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2205
+ readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2206
+ [key: string]: any;
2207
+ }> | (() => import("vue").VNodeChild)>;
2208
+ readonly name: {
2209
+ readonly type: import("vue").PropType<string | number>;
2210
+ readonly required: true;
2211
+ };
2212
+ readonly disabled: BooleanConstructor;
2213
+ readonly displayDirective: {
2214
+ readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
2215
+ readonly default: "if";
2216
+ };
2217
+ readonly closable: {
2218
+ readonly type: import("vue").PropType<boolean | undefined>;
2219
+ readonly default: undefined;
2220
+ };
2221
+ readonly tabProps: import("vue").PropType<import("vue").HTMLAttributes>;
2222
+ readonly label: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2223
+ [key: string]: any;
2224
+ }> | (() => import("vue").VNodeChild)>;
2225
+ }>>, {
2226
+ readonly disabled: boolean;
2227
+ readonly closable: boolean | undefined;
2228
+ readonly displayDirective: "if" | "show" | "show:lazy";
2229
+ }>;
2230
+ NTabs: any;
2231
+ NConfigProvider: any;
2232
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2233
+ fieldList: {
2234
+ type: import("vue").PropType<import("..").FieldItem[]>;
2235
+ };
2236
+ initialData: {
2237
+ type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
2238
+ default: () => {};
2239
+ };
2240
+ fieldVisitor: {
2241
+ type: import("vue").PropType<import("..").FieldVisitor>;
2242
+ };
2243
+ column: {
2244
+ type: NumberConstructor;
2245
+ default: number;
2246
+ };
2247
+ maxHeight: {
2248
+ type: (NumberConstructor | StringConstructor)[];
2249
+ default: string;
2250
+ };
2251
+ anchor: {
2252
+ type: BooleanConstructor;
2253
+ default: boolean;
2254
+ };
2255
+ parallelism: {
2256
+ type: NumberConstructor;
2257
+ default: number;
2258
+ };
2259
+ businessFormatter: {
2260
+ type: import("vue").PropType<import("..").FormBusinessFormatter>;
2261
+ };
2262
+ schema: {
2263
+ type: import("vue").PropType<import("@formily/json-schema").Stringify<{
2264
+ [key: symbol]: any;
2265
+ [key: `x-${string}`]: any;
2266
+ [key: `x-${number}`]: any;
2267
+ version?: string | undefined;
2268
+ name?: import("@formily/json-schema").SchemaKey | undefined;
2269
+ title?: any;
2270
+ description?: any;
2271
+ default?: any;
2272
+ readOnly?: boolean | undefined;
2273
+ writeOnly?: boolean | undefined;
2274
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
2275
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2276
+ const?: any;
2277
+ multipleOf?: number | undefined;
2278
+ maximum?: number | undefined;
2279
+ exclusiveMaximum?: number | undefined;
2280
+ minimum?: number | undefined;
2281
+ exclusiveMinimum?: number | undefined;
2282
+ maxLength?: number | undefined;
2283
+ minLength?: number | undefined;
2284
+ pattern?: string | RegExp | undefined;
2285
+ maxItems?: number | undefined;
2286
+ minItems?: number | undefined;
2287
+ uniqueItems?: boolean | undefined;
2288
+ maxProperties?: number | undefined;
2289
+ minProperties?: number | undefined;
2290
+ required?: string | boolean | string[] | undefined;
2291
+ format?: string | undefined;
2292
+ $ref?: string | undefined;
2293
+ $namespace?: string | undefined;
2294
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2295
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2296
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2297
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2298
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2299
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2300
+ "x-value"?: any;
2301
+ "x-index"?: number | undefined;
2302
+ "x-pattern"?: any;
2303
+ "x-display"?: any;
2304
+ "x-validator"?: any;
2305
+ "x-decorator"?: any;
2306
+ "x-decorator-props"?: any;
2307
+ "x-component"?: any;
2308
+ "x-component-props"?: any;
2309
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2310
+ "x-content"?: any;
2311
+ "x-data"?: any;
2312
+ "x-visible"?: boolean | undefined;
2313
+ "x-hidden"?: boolean | undefined;
2314
+ "x-disabled"?: boolean | undefined;
2315
+ "x-editable"?: boolean | undefined;
2316
+ "x-read-only"?: boolean | undefined;
2317
+ "x-read-pretty"?: boolean | undefined;
2318
+ "x-compile-omitted"?: string[] | undefined;
2319
+ }>>;
2320
+ };
2321
+ components: {
2322
+ type: import("vue").PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
2323
+ default: () => {};
2324
+ };
2325
+ scope: {
2326
+ type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
2327
+ default: () => {};
2328
+ };
2329
+ annotation: {
2330
+ type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
2331
+ };
2332
+ consumer: {
2333
+ type: BooleanConstructor;
2334
+ default: boolean;
2335
+ };
2336
+ uuid: {
2337
+ type: StringConstructor;
2338
+ };
2339
+ lifeCycle: {
2340
+ type: import("vue").PropType<Partial<{
2341
+ onSetup(): void;
2342
+ beforeRequest(fieldKey: string, params?: import("../../../es/shared/types").AnyObject | undefined): void | import("../../../es/shared/types").UndefinedAble<import("../../../es/shared/types").AnyObject>;
2343
+ afterRequest(fieldKey: string, payload?: any): import("../../../es/shared/types").AnyObject[];
2344
+ }>>;
2345
+ };
2346
+ requestInstance: {
2347
+ type: import("vue").PropType<import("..").RequestInstance>;
2348
+ };
2349
+ enterToNextWidget: {
2350
+ type: import("vue").PropType<boolean | ((fieldItem: import("..").FieldItem) => boolean | void)>;
2351
+ default: boolean;
2352
+ };
2353
+ lowCodeReactions: {
2354
+ type: import("vue").PropType<import("..").FormLowCodeReactions.Config[]>;
2355
+ };
2356
+ }>> & {
2357
+ onFormChange?: ((...args: any[]) => any) | undefined;
2358
+ }, {
2359
+ anchor: boolean;
2360
+ maxHeight: string | number;
2361
+ column: number;
2362
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
2363
+ initialData: import("../../../es/shared/types").AnyObject;
2364
+ parallelism: number;
2365
+ scope: import("../../../es/shared/types").AnyObject;
2366
+ consumer: boolean;
2367
+ enterToNextWidget: boolean | ((fieldItem: import("..").FieldItem) => boolean | void);
2368
+ }>;
2369
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
2370
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "update")[], "error" | "update", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2371
+ glob: {
2372
+ type: BooleanConstructor;
2373
+ default: boolean;
2374
+ };
2375
+ scope: {
2376
+ type: (SymbolConstructor | StringConstructor)[];
2377
+ };
2378
+ }>> & {
2379
+ onError?: ((...args: any[]) => any) | undefined;
2380
+ onUpdate?: ((...args: any[]) => any) | undefined;
2381
+ }, {
2382
+ glob: boolean;
2383
+ }>>;
2384
+ export default ShortcutSetter;