cnhis-design-vue 3.1.42-release.0 → 3.1.42-release.1

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