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,14 +1,11 @@
1
1
  import { AnyObject, Func } from '../../../../es/shared/types';
2
2
  import { PropType, VNode } from 'vue';
3
+ import { FormRenderExpose } from '../../../../es/components/form-render';
3
4
  declare const _default: import("vue").DefineComponent<{
4
5
  compact: {
5
6
  type: BooleanConstructor;
6
7
  required: true;
7
8
  };
8
- separator: {
9
- type: StringConstructor;
10
- default: string;
11
- };
12
9
  patientInfo: {
13
10
  type: PropType<Partial<{
14
11
  avatar: string;
@@ -16,9 +13,13 @@ declare const _default: import("vue").DefineComponent<{
16
13
  avatarProps: string;
17
14
  avatarPreviewProps: string;
18
15
  name: string;
16
+ nameProps: Partial<import("../../../../es/components/form-render").FieldItem>;
19
17
  sex: string;
18
+ sexProps: Partial<import("../../../../es/components/form-render").FieldItem>;
20
19
  age: string;
20
+ ageProps: Partial<import("../../../../es/components/form-render").FieldItem>;
21
21
  ageUnit: string;
22
+ ageUnitProps: Partial<import("../../../../es/components/form-render").FieldItem>;
22
23
  tagList: Partial<{
23
24
  type?: "warning" | "info" | undefined;
24
25
  content: string;
@@ -31,9 +32,16 @@ declare const _default: import("vue").DefineComponent<{
31
32
  }>>;
32
33
  default: () => {};
33
34
  };
35
+ patientEditable: {
36
+ type: BooleanConstructor;
37
+ };
38
+ separator: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
34
42
  infoList: {
35
43
  type: PropType<AnyObject[]>;
36
- required: true;
44
+ default: () => never[];
37
45
  };
38
46
  labelField: {
39
47
  type: StringConstructor;
@@ -58,16 +66,94 @@ declare const _default: import("vue").DefineComponent<{
58
66
  })[]>;
59
67
  default: () => string[];
60
68
  };
69
+ formProps: {
70
+ type: PropType<Partial<Partial<{
71
+ fieldList: import("../../../../es/components/form-render").FieldItem[];
72
+ initialData: AnyObject;
73
+ fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
74
+ column: number;
75
+ maxHeight: string | number;
76
+ anchor: boolean;
77
+ parallelism: number;
78
+ schema: import("@formily/json-schema").Stringify<{
79
+ [key: symbol]: any;
80
+ [key: `x-${string}`]: any;
81
+ [key: `x-${number}`]: any;
82
+ version?: string | undefined;
83
+ name?: import("@formily/json-schema").SchemaKey | undefined;
84
+ title?: any;
85
+ description?: any;
86
+ default?: any;
87
+ readOnly?: boolean | undefined;
88
+ writeOnly?: boolean | undefined;
89
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
90
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
91
+ const?: any;
92
+ multipleOf?: number | undefined;
93
+ maximum?: number | undefined;
94
+ exclusiveMaximum?: number | undefined;
95
+ minimum?: number | undefined;
96
+ exclusiveMinimum?: number | undefined;
97
+ maxLength?: number | undefined;
98
+ minLength?: number | undefined;
99
+ pattern?: string | RegExp | undefined;
100
+ maxItems?: number | undefined;
101
+ minItems?: number | undefined;
102
+ uniqueItems?: boolean | undefined;
103
+ maxProperties?: number | undefined;
104
+ minProperties?: number | undefined;
105
+ required?: string | boolean | string[] | undefined;
106
+ format?: string | undefined;
107
+ $ref?: string | undefined;
108
+ $namespace?: string | undefined;
109
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
110
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
111
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
112
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
113
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
114
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
115
+ "x-value"?: any;
116
+ "x-index"?: number | undefined;
117
+ "x-pattern"?: any;
118
+ "x-display"?: any;
119
+ "x-validator"?: any;
120
+ "x-decorator"?: any;
121
+ "x-decorator-props"?: any;
122
+ "x-component"?: any;
123
+ "x-component-props"?: any;
124
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
125
+ "x-content"?: any;
126
+ "x-data"?: any;
127
+ "x-visible"?: boolean | undefined;
128
+ "x-hidden"?: boolean | undefined;
129
+ "x-disabled"?: boolean | undefined;
130
+ "x-editable"?: boolean | undefined;
131
+ "x-read-only"?: boolean | undefined;
132
+ "x-read-pretty"?: boolean | undefined;
133
+ "x-compile-omitted"?: string[] | undefined;
134
+ }>;
135
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
136
+ scope: AnyObject;
137
+ annotation: AnyObject;
138
+ consumer: boolean;
139
+ uuid: string;
140
+ lifeCycle: Partial<{
141
+ onSetup(): void;
142
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
143
+ afterRequest(fieldKey: string, payload?: any): AnyObject[];
144
+ }>;
145
+ businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
146
+ requestInstance: import("../../../../es/components/form-render").RequestInstance;
147
+ enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
148
+ lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
149
+ }>>>;
150
+ };
61
151
  }, {
62
152
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
63
153
  compact: {
64
154
  type: BooleanConstructor;
65
155
  required: true;
66
156
  };
67
- separator: {
68
- type: StringConstructor;
69
- default: string;
70
- };
71
157
  patientInfo: {
72
158
  type: PropType<Partial<{
73
159
  avatar: string;
@@ -75,9 +161,13 @@ declare const _default: import("vue").DefineComponent<{
75
161
  avatarProps: string;
76
162
  avatarPreviewProps: string;
77
163
  name: string;
164
+ nameProps: Partial<import("../../../../es/components/form-render").FieldItem>;
78
165
  sex: string;
166
+ sexProps: Partial<import("../../../../es/components/form-render").FieldItem>;
79
167
  age: string;
168
+ ageProps: Partial<import("../../../../es/components/form-render").FieldItem>;
80
169
  ageUnit: string;
170
+ ageUnitProps: Partial<import("../../../../es/components/form-render").FieldItem>;
81
171
  tagList: Partial<{
82
172
  type?: "warning" | "info" | undefined;
83
173
  content: string;
@@ -90,9 +180,16 @@ declare const _default: import("vue").DefineComponent<{
90
180
  }>>;
91
181
  default: () => {};
92
182
  };
183
+ patientEditable: {
184
+ type: BooleanConstructor;
185
+ };
186
+ separator: {
187
+ type: StringConstructor;
188
+ default: string;
189
+ };
93
190
  infoList: {
94
191
  type: PropType<AnyObject[]>;
95
- required: true;
192
+ default: () => never[];
96
193
  };
97
194
  labelField: {
98
195
  type: StringConstructor;
@@ -117,12 +214,95 @@ declare const _default: import("vue").DefineComponent<{
117
214
  })[]>;
118
215
  default: () => string[];
119
216
  };
217
+ formProps: {
218
+ type: PropType<Partial<Partial<{
219
+ fieldList: import("../../../../es/components/form-render").FieldItem[];
220
+ initialData: AnyObject;
221
+ fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
222
+ column: number;
223
+ maxHeight: string | number;
224
+ anchor: boolean;
225
+ parallelism: number;
226
+ schema: import("@formily/json-schema").Stringify<{
227
+ [key: symbol]: any;
228
+ [key: `x-${string}`]: any;
229
+ [key: `x-${number}`]: any;
230
+ version?: string | undefined;
231
+ name?: import("@formily/json-schema").SchemaKey | undefined;
232
+ title?: any;
233
+ description?: any;
234
+ default?: any;
235
+ readOnly?: boolean | undefined;
236
+ writeOnly?: boolean | undefined;
237
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
238
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
239
+ const?: any;
240
+ multipleOf?: number | undefined;
241
+ maximum?: number | undefined;
242
+ exclusiveMaximum?: number | undefined;
243
+ minimum?: number | undefined;
244
+ exclusiveMinimum?: number | undefined;
245
+ maxLength?: number | undefined;
246
+ minLength?: number | undefined;
247
+ pattern?: string | RegExp | undefined;
248
+ maxItems?: number | undefined;
249
+ minItems?: number | undefined;
250
+ uniqueItems?: boolean | undefined;
251
+ maxProperties?: number | undefined;
252
+ minProperties?: number | undefined;
253
+ required?: string | boolean | string[] | undefined;
254
+ format?: string | undefined;
255
+ $ref?: string | undefined;
256
+ $namespace?: string | undefined;
257
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
258
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
259
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
260
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
261
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
262
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
263
+ "x-value"?: any;
264
+ "x-index"?: number | undefined;
265
+ "x-pattern"?: any;
266
+ "x-display"?: any;
267
+ "x-validator"?: any;
268
+ "x-decorator"?: any;
269
+ "x-decorator-props"?: any;
270
+ "x-component"?: any;
271
+ "x-component-props"?: any;
272
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
273
+ "x-content"?: any;
274
+ "x-data"?: any;
275
+ "x-visible"?: boolean | undefined;
276
+ "x-hidden"?: boolean | undefined;
277
+ "x-disabled"?: boolean | undefined;
278
+ "x-editable"?: boolean | undefined;
279
+ "x-read-only"?: boolean | undefined;
280
+ "x-read-pretty"?: boolean | undefined;
281
+ "x-compile-omitted"?: string[] | undefined;
282
+ }>;
283
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
284
+ scope: AnyObject;
285
+ annotation: AnyObject;
286
+ consumer: boolean;
287
+ uuid: string;
288
+ lifeCycle: Partial<{
289
+ onSetup(): void;
290
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
291
+ afterRequest(fieldKey: string, payload?: any): AnyObject[];
292
+ }>;
293
+ businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
294
+ requestInstance: import("../../../../es/components/form-render").RequestInstance;
295
+ enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
296
+ lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
297
+ }>>>;
298
+ };
120
299
  }>> & {
300
+ onFormChange?: ((...args: any[]) => any) | undefined;
121
301
  onOpenPatientInfo?: ((...args: any[]) => any) | undefined;
122
302
  onFieldSet?: ((...args: any[]) => any) | undefined;
123
303
  "onUpdate:compact"?: ((...args: any[]) => any) | undefined;
124
304
  }>>;
125
- emit: (event: "openPatientInfo" | "fieldSet" | "update:compact", ...args: any[]) => void;
305
+ emit: (event: "openPatientInfo" | "fieldSet" | "update:compact" | "formChange", ...args: any[]) => void;
126
306
  infoDescriptionRef: import("vue").Ref<{
127
307
  updateColumn: Func;
128
308
  } | undefined>;
@@ -130,6 +310,11 @@ declare const _default: import("vue").DefineComponent<{
130
310
  toggleCompact: () => Promise<void>;
131
311
  openPatientInfo: () => void;
132
312
  fieldSet: () => void;
313
+ cssVars: import("vue").ComputedRef<{
314
+ '--row-height': string | number;
315
+ '--row-num': number;
316
+ '--padding-tb': number;
317
+ }>;
133
318
  settingIconMap: Record<string, {
134
319
  render: () => VNode[];
135
320
  event: Func;
@@ -138,12 +323,8 @@ declare const _default: import("vue").DefineComponent<{
138
323
  event: Func;
139
324
  render: () => VNode[];
140
325
  }[]>;
326
+ formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
141
327
  InfoDescription: import("vue").DefineComponent<{
142
- compact: {
143
- type: BooleanConstructor;
144
- required: false;
145
- default: boolean;
146
- };
147
328
  infoList: {
148
329
  type: ArrayConstructor;
149
330
  required: false;
@@ -164,33 +345,119 @@ declare const _default: import("vue").DefineComponent<{
164
345
  required: false;
165
346
  default: number;
166
347
  };
167
- rowHeight: {
168
- type: (NumberConstructor | StringConstructor)[];
169
- required: false;
170
- default: number;
171
- };
172
348
  rootSlot: {
173
349
  type: ObjectConstructor;
174
350
  required: true;
175
351
  };
352
+ formProps: {
353
+ type: ObjectConstructor;
354
+ required: false;
355
+ default: () => {};
356
+ };
176
357
  }, {
177
358
  props: {
178
- compact: boolean;
179
359
  infoList: Partial<{
180
360
  [K: string]: any;
181
- slot: string | (() => any);
361
+ slot: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | ((payload: {
362
+ width: unknown;
363
+ item: Partial<any>;
364
+ }) => any);
182
365
  tip: string;
183
- formField: import("../..").FieldItem;
366
+ contentStyle: import("vue").CSSProperties;
367
+ formField: Partial<import("../../../../es/components/form-render").FieldItem>;
368
+ edit: boolean;
184
369
  }>[];
185
370
  labelField: string;
186
371
  valueField: string;
187
372
  minColumnWidth: string | number;
188
- rowHeight: string | number;
189
373
  rootSlot: Record<string, Func<any[], any>>;
374
+ formProps: Partial<Partial<{
375
+ fieldList: import("../../../../es/components/form-render").FieldItem[];
376
+ initialData: AnyObject;
377
+ fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
378
+ column: number;
379
+ maxHeight: string | number;
380
+ anchor: boolean;
381
+ parallelism: number;
382
+ schema: import("@formily/json-schema").Stringify<{
383
+ [key: symbol]: any;
384
+ [key: `x-${string}`]: any;
385
+ [key: `x-${number}`]: any;
386
+ version?: string | undefined;
387
+ name?: import("@formily/json-schema").SchemaKey | undefined;
388
+ title?: any;
389
+ description?: any;
390
+ default?: any;
391
+ readOnly?: boolean | undefined;
392
+ writeOnly?: boolean | undefined;
393
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
394
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
395
+ const?: any;
396
+ multipleOf?: number | undefined;
397
+ maximum?: number | undefined;
398
+ exclusiveMaximum?: number | undefined;
399
+ minimum?: number | undefined;
400
+ exclusiveMinimum?: number | undefined;
401
+ maxLength?: number | undefined;
402
+ minLength?: number | undefined;
403
+ pattern?: string | RegExp | undefined;
404
+ maxItems?: number | undefined;
405
+ minItems?: number | undefined;
406
+ uniqueItems?: boolean | undefined;
407
+ maxProperties?: number | undefined;
408
+ minProperties?: number | undefined;
409
+ required?: string | boolean | string[] | undefined;
410
+ format?: string | undefined;
411
+ $ref?: string | undefined;
412
+ $namespace?: string | undefined;
413
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
414
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
415
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
416
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
417
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
418
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
419
+ "x-value"?: any;
420
+ "x-index"?: number | undefined;
421
+ "x-pattern"?: any;
422
+ "x-display"?: any;
423
+ "x-validator"?: any;
424
+ "x-decorator"?: any;
425
+ "x-decorator-props"?: any;
426
+ "x-component"?: any;
427
+ "x-component-props"?: any;
428
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
429
+ "x-content"?: any;
430
+ "x-data"?: any;
431
+ "x-visible"?: boolean | undefined;
432
+ "x-hidden"?: boolean | undefined;
433
+ "x-disabled"?: boolean | undefined;
434
+ "x-editable"?: boolean | undefined;
435
+ "x-read-only"?: boolean | undefined;
436
+ "x-read-pretty"?: boolean | undefined;
437
+ "x-compile-omitted"?: string[] | undefined;
438
+ }>;
439
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
440
+ scope: AnyObject;
441
+ annotation: AnyObject;
442
+ consumer: boolean;
443
+ uuid: string;
444
+ lifeCycle: Partial<{
445
+ onSetup(): void;
446
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
447
+ afterRequest(fieldKey: string, payload?: any): AnyObject[];
448
+ }>;
449
+ businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
450
+ requestInstance: import("../../../../es/components/form-render").RequestInstance;
451
+ enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
452
+ lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
453
+ }>>;
190
454
  };
191
- getDescriptionItemStyle: ({ bold, contentStyle }?: AnyObject) => import("vue").CSSProperties;
192
- getEllipsisStyle: (index: number, { bold, contentStyle }?: AnyObject) => import("vue").CSSProperties;
193
- needHidden: (item: AnyObject) => boolean;
455
+ themeOverrides: import("naive-ui").GlobalThemeOverrides;
456
+ globEmit: ((eventName: string, ...payload: any[]) => void) | undefined;
457
+ hasForm: import("vue").ComputedRef<boolean>;
458
+ initialData: import("vue").ComputedRef<Record<string, any>>;
459
+ onFormChange: (payload: import("../../../../es/components/form-render").FormChangePayload) => void;
460
+ formRenderRef: import("vue").Ref<FormRenderExpose | undefined> | undefined;
194
461
  columnNum: import("vue").Ref<number>;
195
462
  infoRef: import("vue").Ref<HTMLElement | undefined>;
196
463
  maxColumnWidth: import("vue").Ref<number>;
@@ -209,165 +476,2699 @@ declare const _default: import("vue").DefineComponent<{
209
476
  timer: any;
210
477
  stopInterval: () => void;
211
478
  startInterval: () => void;
212
- NDescriptions: any;
213
- NDescriptionsItem: import("vue").DefineComponent<{
214
- readonly label: StringConstructor;
215
- readonly span: {
216
- readonly type: NumberConstructor;
217
- readonly default: 1;
218
- };
219
- readonly labelStyle: PropType<string | import("vue").CSSProperties>;
220
- readonly contentStyle: PropType<string | import("vue").CSSProperties>;
221
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
222
- readonly label: StringConstructor;
223
- readonly span: {
224
- readonly type: NumberConstructor;
225
- readonly default: 1;
226
- };
227
- readonly labelStyle: PropType<string | import("vue").CSSProperties>;
228
- readonly contentStyle: PropType<string | import("vue").CSSProperties>;
229
- }>>, {
230
- readonly span: number;
231
- }>;
232
479
  NScrollbar: any;
233
- SlotRender: import("vue").DefineComponent<{
234
- renderer: {
235
- type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | Func<any[], any>>;
236
- required: true;
480
+ NConfigProvider: any;
481
+ DescriptionList: import("vue").DefineComponent<{
482
+ infoList: {
483
+ type: ArrayConstructor;
484
+ required: false;
485
+ default: () => never[];
237
486
  };
238
- rootSlots: {
239
- type: PropType<Record<string, Func<any[], any>>>;
240
- };
241
- }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
242
- renderer: {
243
- type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | Func<any[], any>>;
244
- required: true;
245
- };
246
- rootSlots: {
247
- type: PropType<Record<string, Func<any[], any>>>;
248
- };
249
- }>>, {}>;
250
- InfoEllipsis: import("vue").DefineComponent<{
251
- content: {
487
+ labelField: {
252
488
  type: StringConstructor;
489
+ required: false;
253
490
  default: string;
254
491
  };
255
- tip: {
256
- type: StringConstructor;
257
- };
258
- contentStyle: {
259
- type: PropType<import("vue").CSSProperties>;
260
- default: () => {};
261
- };
262
- }, {
263
- NEllipsis: any;
264
- NTooltip: any;
265
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
266
- content: {
492
+ valueField: {
267
493
  type: StringConstructor;
494
+ required: false;
268
495
  default: string;
269
496
  };
270
- tip: {
271
- type: StringConstructor;
272
- };
273
- contentStyle: {
274
- type: PropType<import("vue").CSSProperties>;
275
- default: () => {};
497
+ rootSlot: {
498
+ type: ObjectConstructor;
499
+ required: true;
276
500
  };
277
- }>>, {
278
- contentStyle: import("vue").CSSProperties;
279
- content: string;
280
- }>;
281
- HiddenContent: import("vue").DefineComponent<{
282
- content: {
283
- type: StringConstructor;
284
- default: string;
501
+ descriptionWidthList: {
502
+ type: ArrayConstructor;
503
+ required: true;
504
+ default: () => never[];
285
505
  };
286
- tip: StringConstructor;
287
- width: {
506
+ columnNum: {
288
507
  type: NumberConstructor;
508
+ required: true;
509
+ default: number;
289
510
  };
290
- contentStyle: {
291
- type: PropType<import("vue").CSSProperties>;
292
- default: () => {};
511
+ inForm: {
512
+ type: BooleanConstructor;
513
+ required: false;
293
514
  };
294
515
  }, {
295
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
296
- content: {
297
- type: StringConstructor;
298
- default: string;
516
+ descriptionStyle: {
517
+ height: string;
518
+ display: string;
519
+ 'align-items': string;
520
+ };
521
+ NDescriptions: any;
522
+ NDescriptionsItem: import("vue").DefineComponent<{
523
+ readonly label: StringConstructor;
524
+ readonly span: {
525
+ readonly type: NumberConstructor;
526
+ readonly default: 1;
299
527
  };
300
- tip: StringConstructor;
301
- width: {
302
- type: NumberConstructor;
528
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
529
+ readonly contentStyle: PropType<string | import("vue").CSSProperties>;
530
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
531
+ readonly label: StringConstructor;
532
+ readonly span: {
533
+ readonly type: NumberConstructor;
534
+ readonly default: 1;
303
535
  };
304
- contentStyle: {
305
- type: PropType<import("vue").CSSProperties>;
536
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
537
+ readonly contentStyle: PropType<string | import("vue").CSSProperties>;
538
+ }>>, {
539
+ readonly span: number;
540
+ }>;
541
+ DescriptionItem: import("vue").DefineComponent<{
542
+ infoItem: {
543
+ type: null;
544
+ required: true;
306
545
  default: () => {};
307
546
  };
308
- }>> & {}>>;
309
- hidden: import("vue").Ref<boolean>;
310
- toggleHidden: () => void;
311
- wrapperStyle: import("vue").ComputedRef<{
312
- maxWidth: string;
313
- width: string;
314
- }>;
315
- parsedContentStyle: import("vue").ComputedRef<{}>;
316
- displayContent: import("vue").ComputedRef<string>;
317
- InfoEllipsis: import("vue").DefineComponent<{
318
- content: {
547
+ labelField: {
319
548
  type: StringConstructor;
549
+ required: false;
320
550
  default: string;
321
551
  };
322
- tip: {
552
+ valueField: {
323
553
  type: StringConstructor;
554
+ required: false;
555
+ default: string;
324
556
  };
325
- contentStyle: {
326
- type: PropType<import("vue").CSSProperties>;
327
- default: () => {};
557
+ width: {
558
+ type: NumberConstructor;
559
+ required: false;
560
+ };
561
+ rootSlot: {
562
+ type: ObjectConstructor;
563
+ required: true;
328
564
  };
329
565
  }, {
330
- NEllipsis: any;
331
- NTooltip: any;
566
+ props: {
567
+ infoItem: Partial<{
568
+ [K: string]: any;
569
+ slot: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | ((payload: {
570
+ width: unknown;
571
+ item: Partial<any>;
572
+ }) => any);
573
+ tip: string;
574
+ contentStyle: import("vue").CSSProperties;
575
+ formField: Partial<import("../../../../es/components/form-render").FieldItem>;
576
+ edit: boolean;
577
+ }>;
578
+ labelField: string;
579
+ valueField: string;
580
+ width?: number | undefined;
581
+ rootSlot: Record<string, any>;
582
+ };
583
+ SchemaField: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
584
+ formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
585
+ onItemDblclick: (item: Partial<{
586
+ [K: string]: any;
587
+ slot: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | ((payload: {
588
+ width: unknown;
589
+ item: Partial<any>;
590
+ }) => any);
591
+ tip: string;
592
+ contentStyle: import("vue").CSSProperties;
593
+ formField: Partial<import("../../../../es/components/form-render").FieldItem>;
594
+ edit: boolean;
595
+ }>) => Promise<void>;
596
+ onItemClick: (item: Partial<{
597
+ [K: string]: any;
598
+ slot: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | ((payload: {
599
+ width: unknown;
600
+ item: Partial<any>;
601
+ }) => any);
602
+ tip: string;
603
+ contentStyle: import("vue").CSSProperties;
604
+ formField: Partial<import("../../../../es/components/form-render").FieldItem>;
605
+ edit: boolean;
606
+ }>) => Promise<void>;
607
+ collector: import("../../../../es/components/form-render").BusinessCollector | undefined;
608
+ schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
609
+ [key: symbol]: any;
610
+ [key: `x-${string}`]: any;
611
+ [key: `x-${number}`]: any;
612
+ version?: string | undefined;
613
+ name?: import("@formily/json-schema").SchemaKey | undefined;
614
+ title?: any;
615
+ description?: any;
616
+ default?: any;
617
+ readOnly?: boolean | undefined;
618
+ writeOnly?: boolean | undefined;
619
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
620
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
621
+ const?: any;
622
+ multipleOf?: number | undefined;
623
+ maximum?: number | undefined;
624
+ exclusiveMaximum?: number | undefined;
625
+ minimum?: number | undefined;
626
+ exclusiveMinimum?: number | undefined;
627
+ maxLength?: number | undefined;
628
+ minLength?: number | undefined;
629
+ pattern?: string | RegExp | undefined;
630
+ maxItems?: number | undefined;
631
+ minItems?: number | undefined;
632
+ uniqueItems?: boolean | undefined;
633
+ maxProperties?: number | undefined;
634
+ minProperties?: number | undefined;
635
+ required?: string | boolean | string[] | undefined;
636
+ format?: string | undefined;
637
+ $ref?: string | undefined;
638
+ $namespace?: string | undefined;
639
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
640
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
641
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
642
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
643
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
644
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
645
+ "x-value"?: any;
646
+ "x-index"?: number | undefined;
647
+ "x-pattern"?: any;
648
+ "x-display"?: any;
649
+ "x-validator"?: any;
650
+ "x-decorator"?: any;
651
+ "x-decorator-props"?: any;
652
+ "x-component"?: any;
653
+ "x-component-props"?: any;
654
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
655
+ "x-content"?: any;
656
+ "x-data"?: any;
657
+ "x-visible"?: boolean | undefined;
658
+ "x-hidden"?: boolean | undefined;
659
+ "x-disabled"?: boolean | undefined;
660
+ "x-editable"?: boolean | undefined;
661
+ "x-read-only"?: boolean | undefined;
662
+ "x-read-pretty"?: boolean | undefined;
663
+ "x-compile-omitted"?: string[] | undefined;
664
+ }>>;
665
+ formModel: import("vue").Ref<import("../../../../es/components/form-render").Form<any>>;
666
+ schema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
667
+ [key: symbol]: any;
668
+ [key: `x-${string}`]: any;
669
+ [key: `x-${number}`]: any;
670
+ version?: string | undefined;
671
+ name?: import("@formily/json-schema").SchemaKey | undefined;
672
+ title?: any;
673
+ description?: any;
674
+ default?: any;
675
+ readOnly?: boolean | undefined;
676
+ writeOnly?: boolean | undefined;
677
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
678
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
679
+ const?: any;
680
+ multipleOf?: number | undefined;
681
+ maximum?: number | undefined;
682
+ exclusiveMaximum?: number | undefined;
683
+ minimum?: number | undefined;
684
+ exclusiveMinimum?: number | undefined;
685
+ maxLength?: number | undefined;
686
+ minLength?: number | undefined;
687
+ pattern?: string | RegExp | undefined;
688
+ maxItems?: number | undefined;
689
+ minItems?: number | undefined;
690
+ uniqueItems?: boolean | undefined;
691
+ maxProperties?: number | undefined;
692
+ minProperties?: number | undefined;
693
+ required?: string | boolean | string[] | undefined;
694
+ format?: string | undefined;
695
+ $ref?: string | undefined;
696
+ $namespace?: string | undefined;
697
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
698
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
699
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
700
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
701
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
702
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
703
+ "x-value"?: any;
704
+ "x-index"?: number | undefined;
705
+ "x-pattern"?: any;
706
+ "x-display"?: any;
707
+ "x-validator"?: any;
708
+ "x-decorator"?: any;
709
+ "x-decorator-props"?: any;
710
+ "x-component"?: any;
711
+ "x-component-props"?: any;
712
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
713
+ "x-content"?: any;
714
+ "x-data"?: any;
715
+ "x-visible"?: boolean | undefined;
716
+ "x-hidden"?: boolean | undefined;
717
+ "x-disabled"?: boolean | undefined;
718
+ "x-editable"?: boolean | undefined;
719
+ "x-read-only"?: boolean | undefined;
720
+ "x-read-pretty"?: boolean | undefined;
721
+ "x-compile-omitted"?: string[] | undefined;
722
+ }>>;
723
+ itemStyle: import("vue").ComputedRef<{
724
+ accentColor?: string | undefined;
725
+ alignContent?: string | undefined;
726
+ alignItems?: string | undefined;
727
+ alignSelf?: string | undefined;
728
+ alignTracks?: string | undefined;
729
+ animationComposition?: string | undefined;
730
+ animationDelay?: string | undefined;
731
+ animationDirection?: string | undefined;
732
+ animationDuration?: string | undefined;
733
+ animationFillMode?: string | undefined;
734
+ animationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
735
+ animationName?: string | undefined;
736
+ animationPlayState?: string | undefined;
737
+ animationTimeline?: string | undefined;
738
+ animationTimingFunction?: string | undefined;
739
+ appearance?: import("csstype").AppearanceProperty | undefined;
740
+ aspectRatio?: import("csstype").AspectRatioProperty | undefined;
741
+ backdropFilter?: string | undefined;
742
+ backfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
743
+ backgroundAttachment?: string | undefined;
744
+ backgroundBlendMode?: string | undefined;
745
+ backgroundClip?: string | undefined;
746
+ backgroundColor?: string | undefined;
747
+ backgroundImage?: string | undefined;
748
+ backgroundOrigin?: string | undefined;
749
+ backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
750
+ backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
751
+ backgroundRepeat?: string | undefined;
752
+ backgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
753
+ blockOverflow?: string | undefined;
754
+ blockSize?: import("csstype").BlockSizeProperty<string | number> | undefined;
755
+ borderBlockColor?: string | undefined;
756
+ borderBlockEndColor?: string | undefined;
757
+ borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty | undefined;
758
+ borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
759
+ borderBlockStartColor?: string | undefined;
760
+ borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty | undefined;
761
+ borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
762
+ borderBlockStyle?: import("csstype").BorderBlockStyleProperty | undefined;
763
+ borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
764
+ borderBottomColor?: string | undefined;
765
+ borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
766
+ borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
767
+ borderBottomStyle?: import("csstype").BorderBottomStyleProperty | undefined;
768
+ borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
769
+ borderCollapse?: import("csstype").BorderCollapseProperty | undefined;
770
+ borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
771
+ borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
772
+ borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
773
+ borderImageRepeat?: string | undefined;
774
+ borderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
775
+ borderImageSource?: string | undefined;
776
+ borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
777
+ borderInlineColor?: string | undefined;
778
+ borderInlineEndColor?: string | undefined;
779
+ borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
780
+ borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
781
+ borderInlineStartColor?: string | undefined;
782
+ borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
783
+ borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
784
+ borderInlineStyle?: import("csstype").BorderInlineStyleProperty | undefined;
785
+ borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
786
+ borderLeftColor?: string | undefined;
787
+ borderLeftStyle?: import("csstype").BorderLeftStyleProperty | undefined;
788
+ borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
789
+ borderRightColor?: string | undefined;
790
+ borderRightStyle?: import("csstype").BorderRightStyleProperty | undefined;
791
+ borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
792
+ borderSpacing?: import("csstype").BorderSpacingProperty<string | number> | undefined;
793
+ borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
794
+ borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
795
+ borderTopColor?: string | undefined;
796
+ borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
797
+ borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
798
+ borderTopStyle?: import("csstype").BorderTopStyleProperty | undefined;
799
+ borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
800
+ bottom?: import("csstype").BottomProperty<string | number> | undefined;
801
+ boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
802
+ boxShadow?: string | undefined;
803
+ boxSizing?: import("csstype").BoxSizingProperty | undefined;
804
+ breakAfter?: import("csstype").BreakAfterProperty | undefined;
805
+ breakBefore?: import("csstype").BreakBeforeProperty | undefined;
806
+ breakInside?: import("csstype").BreakInsideProperty | undefined;
807
+ captionSide?: import("csstype").CaptionSideProperty | undefined;
808
+ caretColor?: string | undefined;
809
+ clear?: import("csstype").ClearProperty | undefined;
810
+ clipPath?: string | undefined;
811
+ color?: string | undefined;
812
+ colorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
813
+ colorScheme?: string | undefined;
814
+ columnCount?: import("csstype").ColumnCountProperty | undefined;
815
+ columnFill?: import("csstype").ColumnFillProperty | undefined;
816
+ columnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
817
+ columnRuleColor?: string | undefined;
818
+ columnRuleStyle?: string | undefined;
819
+ columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
820
+ columnSpan?: import("csstype").ColumnSpanProperty | undefined;
821
+ columnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
822
+ contain?: string | undefined;
823
+ content?: string | undefined;
824
+ contentVisibility?: import("csstype").ContentVisibilityProperty | undefined;
825
+ counterIncrement?: string | undefined;
826
+ counterReset?: string | undefined;
827
+ counterSet?: string | undefined;
828
+ cursor?: string | undefined;
829
+ direction?: import("csstype").DirectionProperty | undefined;
830
+ display?: string | undefined;
831
+ emptyCells?: import("csstype").EmptyCellsProperty | undefined;
832
+ filter?: string | undefined;
833
+ flexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
834
+ flexDirection?: import("csstype").FlexDirectionProperty | undefined;
835
+ flexGrow?: import("csstype").GlobalsNumber | undefined;
836
+ flexShrink?: import("csstype").GlobalsNumber | undefined;
837
+ flexWrap?: import("csstype").FlexWrapProperty | undefined;
838
+ float?: import("csstype").FloatProperty | undefined;
839
+ fontFamily?: string | undefined;
840
+ fontFeatureSettings?: string | undefined;
841
+ fontKerning?: import("csstype").FontKerningProperty | undefined;
842
+ fontLanguageOverride?: string | undefined;
843
+ fontOpticalSizing?: import("csstype").FontOpticalSizingProperty | undefined;
844
+ fontSize?: import("csstype").FontSizeProperty<string | number> | undefined;
845
+ fontSizeAdjust?: import("csstype").FontSizeAdjustProperty | undefined;
846
+ fontSmooth?: import("csstype").FontSmoothProperty<string | number> | undefined;
847
+ fontStretch?: string | undefined;
848
+ fontStyle?: string | undefined;
849
+ fontSynthesis?: string | undefined;
850
+ fontVariant?: string | undefined;
851
+ fontVariantAlternates?: string | undefined;
852
+ fontVariantCaps?: import("csstype").FontVariantCapsProperty | undefined;
853
+ fontVariantEastAsian?: string | undefined;
854
+ fontVariantLigatures?: string | undefined;
855
+ fontVariantNumeric?: string | undefined;
856
+ fontVariantPosition?: import("csstype").FontVariantPositionProperty | undefined;
857
+ fontVariationSettings?: string | undefined;
858
+ fontWeight: import("csstype").FontWeightProperty;
859
+ forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty | undefined;
860
+ gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
861
+ gridAutoFlow?: string | undefined;
862
+ gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
863
+ gridColumnEnd?: import("csstype").GridColumnEndProperty | undefined;
864
+ gridColumnStart?: import("csstype").GridColumnStartProperty | undefined;
865
+ gridRowEnd?: import("csstype").GridRowEndProperty | undefined;
866
+ gridRowStart?: import("csstype").GridRowStartProperty | undefined;
867
+ gridTemplateAreas?: string | undefined;
868
+ gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
869
+ gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
870
+ hangingPunctuation?: string | undefined;
871
+ height?: import("csstype").HeightProperty<string | number> | undefined;
872
+ hyphenateCharacter?: string | undefined;
873
+ hyphens?: import("csstype").HyphensProperty | undefined;
874
+ imageOrientation?: string | undefined;
875
+ imageRendering?: import("csstype").ImageRenderingProperty | undefined;
876
+ imageResolution?: string | undefined;
877
+ initialLetter?: import("csstype").InitialLetterProperty | undefined;
878
+ inlineSize?: import("csstype").InlineSizeProperty<string | number> | undefined;
879
+ inputSecurity?: import("csstype").InputSecurityProperty | undefined;
880
+ inset?: import("csstype").InsetProperty<string | number> | undefined;
881
+ insetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
882
+ insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
883
+ insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
884
+ insetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
885
+ insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
886
+ insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
887
+ isolation?: import("csstype").IsolationProperty | undefined;
888
+ justifyContent?: string | undefined;
889
+ justifyItems?: string | undefined;
890
+ justifySelf?: string | undefined;
891
+ justifyTracks?: string | undefined;
892
+ left?: import("csstype").LeftProperty<string | number> | undefined;
893
+ letterSpacing?: import("csstype").LetterSpacingProperty<string | number> | undefined;
894
+ lineBreak?: import("csstype").LineBreakProperty | undefined;
895
+ lineHeight?: import("csstype").LineHeightProperty<string | number> | undefined;
896
+ lineHeightStep?: import("csstype").LineHeightStepProperty<string | number> | undefined;
897
+ listStyleImage?: string | undefined;
898
+ listStylePosition?: import("csstype").ListStylePositionProperty | undefined;
899
+ listStyleType?: string | undefined;
900
+ marginBlock?: import("csstype").MarginBlockProperty<string | number> | undefined;
901
+ marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
902
+ marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
903
+ marginBottom?: import("csstype").MarginBottomProperty<string | number> | undefined;
904
+ marginInline?: import("csstype").MarginInlineProperty<string | number> | undefined;
905
+ marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
906
+ marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
907
+ marginLeft?: import("csstype").MarginLeftProperty<string | number> | undefined;
908
+ marginRight?: import("csstype").MarginRightProperty<string | number> | undefined;
909
+ marginTop?: import("csstype").MarginTopProperty<string | number> | undefined;
910
+ maskBorderMode?: import("csstype").MaskBorderModeProperty | undefined;
911
+ maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
912
+ maskBorderRepeat?: string | undefined;
913
+ maskBorderSlice?: import("csstype").MaskBorderSliceProperty | undefined;
914
+ maskBorderSource?: string | undefined;
915
+ maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
916
+ maskClip?: string | undefined;
917
+ maskComposite?: string | undefined;
918
+ maskImage?: string | undefined;
919
+ maskMode?: string | undefined;
920
+ maskOrigin?: string | undefined;
921
+ maskPosition?: import("csstype").MaskPositionProperty<string | number> | undefined;
922
+ maskRepeat?: string | undefined;
923
+ maskSize?: import("csstype").MaskSizeProperty<string | number> | undefined;
924
+ maskType?: import("csstype").MaskTypeProperty | undefined;
925
+ mathDepth?: import("csstype").MathDepthProperty | undefined;
926
+ mathShift?: import("csstype").MathShiftProperty | undefined;
927
+ mathStyle?: import("csstype").MathStyleProperty | undefined;
928
+ maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
929
+ maxHeight?: import("csstype").MaxHeightProperty<string | number> | undefined;
930
+ maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
931
+ maxLines?: import("csstype").MaxLinesProperty | undefined;
932
+ maxWidth?: import("csstype").MaxWidthProperty<string | number> | undefined;
933
+ minBlockSize?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
934
+ minHeight?: import("csstype").MinHeightProperty<string | number> | undefined;
935
+ minInlineSize?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
936
+ minWidth?: import("csstype").MinWidthProperty<string | number> | undefined;
937
+ mixBlendMode?: import("csstype").MixBlendModeProperty | undefined;
938
+ motionDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
939
+ motionPath?: string | undefined;
940
+ motionRotation?: string | undefined;
941
+ objectFit?: import("csstype").ObjectFitProperty | undefined;
942
+ objectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
943
+ offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
944
+ offsetDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
945
+ offsetPath?: string | undefined;
946
+ offsetRotate?: string | undefined;
947
+ offsetRotation?: string | undefined;
948
+ opacity?: import("csstype").OpacityProperty | undefined;
949
+ order?: import("csstype").GlobalsNumber | undefined;
950
+ orphans?: import("csstype").GlobalsNumber | undefined;
951
+ outlineColor?: string | undefined;
952
+ outlineOffset?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
953
+ outlineStyle?: string | undefined;
954
+ outlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
955
+ overflowAnchor?: import("csstype").OverflowAnchorProperty | undefined;
956
+ overflowBlock?: import("csstype").OverflowBlockProperty | undefined;
957
+ overflowClipBox?: import("csstype").OverflowClipBoxProperty | undefined;
958
+ overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
959
+ overflowInline?: import("csstype").OverflowInlineProperty | undefined;
960
+ overflowWrap?: import("csstype").OverflowWrapProperty | undefined;
961
+ overflowX?: import("csstype").OverflowXProperty | undefined;
962
+ overflowY?: import("csstype").OverflowYProperty | undefined;
963
+ overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
964
+ overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
965
+ overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty | undefined;
966
+ overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty | undefined;
967
+ paddingBlock?: import("csstype").PaddingBlockProperty<string | number> | undefined;
968
+ paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
969
+ paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
970
+ paddingBottom?: import("csstype").PaddingBottomProperty<string | number> | undefined;
971
+ paddingInline?: import("csstype").PaddingInlineProperty<string | number> | undefined;
972
+ paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
973
+ paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
974
+ paddingLeft?: import("csstype").PaddingLeftProperty<string | number> | undefined;
975
+ paddingRight?: import("csstype").PaddingRightProperty<string | number> | undefined;
976
+ paddingTop?: import("csstype").PaddingTopProperty<string | number> | undefined;
977
+ pageBreakAfter?: import("csstype").PageBreakAfterProperty | undefined;
978
+ pageBreakBefore?: import("csstype").PageBreakBeforeProperty | undefined;
979
+ pageBreakInside?: import("csstype").PageBreakInsideProperty | undefined;
980
+ paintOrder?: string | undefined;
981
+ perspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
982
+ perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
983
+ placeContent?: string | undefined;
984
+ pointerEvents?: import("csstype").PointerEventsProperty | undefined;
985
+ position?: import("csstype").PositionProperty | undefined;
986
+ printColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
987
+ quotes?: string | undefined;
988
+ resize?: import("csstype").ResizeProperty | undefined;
989
+ right?: import("csstype").RightProperty<string | number> | undefined;
990
+ rotate?: string | undefined;
991
+ rowGap?: import("csstype").RowGapProperty<string | number> | undefined;
992
+ rubyAlign?: import("csstype").RubyAlignProperty | undefined;
993
+ rubyMerge?: import("csstype").RubyMergeProperty | undefined;
994
+ rubyPosition?: string | undefined;
995
+ scale?: import("csstype").ScaleProperty | undefined;
996
+ scrollBehavior?: import("csstype").ScrollBehaviorProperty | undefined;
997
+ scrollMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
998
+ scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
999
+ scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
1000
+ scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
1001
+ scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1002
+ scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
1003
+ scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
1004
+ scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
1005
+ scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1006
+ scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1007
+ scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1008
+ scrollPadding?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
1009
+ scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
1010
+ scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
1011
+ scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
1012
+ scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
1013
+ scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
1014
+ scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
1015
+ scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
1016
+ scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
1017
+ scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
1018
+ scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
1019
+ scrollSnapAlign?: string | undefined;
1020
+ scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1021
+ scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1022
+ scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1023
+ scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1024
+ scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1025
+ scrollSnapStop?: import("csstype").ScrollSnapStopProperty | undefined;
1026
+ scrollSnapType?: string | undefined;
1027
+ scrollbarColor?: string | undefined;
1028
+ scrollbarGutter?: string | undefined;
1029
+ scrollbarWidth?: import("csstype").ScrollbarWidthProperty | undefined;
1030
+ shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty | undefined;
1031
+ shapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1032
+ shapeOutside?: string | undefined;
1033
+ tabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
1034
+ tableLayout?: import("csstype").TableLayoutProperty | undefined;
1035
+ textAlign?: import("csstype").TextAlignProperty | undefined;
1036
+ textAlignLast?: import("csstype").TextAlignLastProperty | undefined;
1037
+ textCombineUpright?: string | undefined;
1038
+ textDecorationColor?: string | undefined;
1039
+ textDecorationLine?: string | undefined;
1040
+ textDecorationSkip?: string | undefined;
1041
+ textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty | undefined;
1042
+ textDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
1043
+ textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
1044
+ textEmphasisColor?: string | undefined;
1045
+ textEmphasisPosition?: string | undefined;
1046
+ textEmphasisStyle?: string | undefined;
1047
+ textIndent?: import("csstype").TextIndentProperty<string | number> | undefined;
1048
+ textJustify?: import("csstype").TextJustifyProperty | undefined;
1049
+ textOrientation?: import("csstype").TextOrientationProperty | undefined;
1050
+ textOverflow?: string | undefined;
1051
+ textRendering?: import("csstype").TextRenderingProperty | undefined;
1052
+ textShadow?: string | undefined;
1053
+ textSizeAdjust?: string | undefined;
1054
+ textTransform?: import("csstype").TextTransformProperty | undefined;
1055
+ textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
1056
+ textUnderlinePosition?: string | undefined;
1057
+ top?: import("csstype").TopProperty<string | number> | undefined;
1058
+ touchAction?: string | undefined;
1059
+ transform?: string | undefined;
1060
+ transformBox?: import("csstype").TransformBoxProperty | undefined;
1061
+ transformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
1062
+ transformStyle?: import("csstype").TransformStyleProperty | undefined;
1063
+ transitionDelay?: string | undefined;
1064
+ transitionDuration?: string | undefined;
1065
+ transitionProperty?: string | undefined;
1066
+ transitionTimingFunction?: string | undefined;
1067
+ translate?: import("csstype").TranslateProperty<string | number> | undefined;
1068
+ unicodeBidi?: import("csstype").UnicodeBidiProperty | undefined;
1069
+ userSelect?: import("csstype").UserSelectProperty | undefined;
1070
+ verticalAlign?: import("csstype").VerticalAlignProperty<string | number> | undefined;
1071
+ visibility?: import("csstype").VisibilityProperty | undefined;
1072
+ whiteSpace?: import("csstype").WhiteSpaceProperty | undefined;
1073
+ widows?: import("csstype").GlobalsNumber | undefined;
1074
+ width?: import("csstype").WidthProperty<string | number> | undefined;
1075
+ willChange?: string | undefined;
1076
+ wordBreak?: import("csstype").WordBreakProperty | undefined;
1077
+ wordSpacing?: import("csstype").WordSpacingProperty<string | number> | undefined;
1078
+ wordWrap?: import("csstype").WordWrapProperty | undefined;
1079
+ writingMode?: import("csstype").WritingModeProperty | undefined;
1080
+ zIndex?: import("csstype").ZIndexProperty | undefined;
1081
+ zoom?: import("csstype").ZoomProperty | undefined;
1082
+ all?: import("csstype").Globals | undefined;
1083
+ animation?: import("csstype").AnimationProperty | undefined;
1084
+ background?: import("csstype").BackgroundProperty<string | number> | undefined;
1085
+ backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
1086
+ border?: import("csstype").BorderProperty<string | number> | undefined;
1087
+ borderBlock?: import("csstype").BorderBlockProperty<string | number> | undefined;
1088
+ borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
1089
+ borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
1090
+ borderBottom?: import("csstype").BorderBottomProperty<string | number> | undefined;
1091
+ borderColor?: string | undefined;
1092
+ borderImage?: import("csstype").BorderImageProperty | undefined;
1093
+ borderInline?: import("csstype").BorderInlineProperty<string | number> | undefined;
1094
+ borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
1095
+ borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
1096
+ borderLeft?: import("csstype").BorderLeftProperty<string | number> | undefined;
1097
+ borderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1098
+ borderRight?: import("csstype").BorderRightProperty<string | number> | undefined;
1099
+ borderStyle?: string | undefined;
1100
+ borderTop?: import("csstype").BorderTopProperty<string | number> | undefined;
1101
+ borderWidth?: import("csstype").BorderWidthProperty<string | number> | undefined;
1102
+ columnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1103
+ columns?: import("csstype").ColumnsProperty<string | number> | undefined;
1104
+ flex?: import("csstype").FlexProperty<string | number> | undefined;
1105
+ flexFlow?: string | undefined;
1106
+ font?: string | undefined;
1107
+ gap?: import("csstype").GapProperty<string | number> | undefined;
1108
+ grid?: string | undefined;
1109
+ gridArea?: import("csstype").GridAreaProperty | undefined;
1110
+ gridColumn?: import("csstype").GridColumnProperty | undefined;
1111
+ gridRow?: import("csstype").GridRowProperty | undefined;
1112
+ gridTemplate?: string | undefined;
1113
+ lineClamp?: import("csstype").LineClampProperty | undefined;
1114
+ listStyle?: string | undefined;
1115
+ margin?: import("csstype").MarginProperty<string | number> | undefined;
1116
+ mask?: import("csstype").MaskProperty<string | number> | undefined;
1117
+ maskBorder?: import("csstype").MaskBorderProperty | undefined;
1118
+ motion?: import("csstype").OffsetProperty<string | number> | undefined;
1119
+ offset?: import("csstype").OffsetProperty<string | number> | undefined;
1120
+ outline?: import("csstype").OutlineProperty<string | number> | undefined;
1121
+ overflow?: string | undefined;
1122
+ overscrollBehavior?: string | undefined;
1123
+ padding?: import("csstype").PaddingProperty<string | number> | undefined;
1124
+ placeItems?: string | undefined;
1125
+ placeSelf?: string | undefined;
1126
+ textDecoration?: import("csstype").TextDecorationProperty<string | number> | undefined;
1127
+ textEmphasis?: string | undefined;
1128
+ transition?: string | undefined;
1129
+ MozAnimationDelay?: string | undefined;
1130
+ MozAnimationDirection?: string | undefined;
1131
+ MozAnimationDuration?: string | undefined;
1132
+ MozAnimationFillMode?: string | undefined;
1133
+ MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
1134
+ MozAnimationName?: string | undefined;
1135
+ MozAnimationPlayState?: string | undefined;
1136
+ MozAnimationTimingFunction?: string | undefined;
1137
+ MozAppearance?: import("csstype").MozAppearanceProperty | undefined;
1138
+ MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
1139
+ MozBorderBottomColors?: string | undefined;
1140
+ MozBorderEndColor?: string | undefined;
1141
+ MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
1142
+ MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1143
+ MozBorderLeftColors?: string | undefined;
1144
+ MozBorderRightColors?: string | undefined;
1145
+ MozBorderStartColor?: string | undefined;
1146
+ MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
1147
+ MozBorderTopColors?: string | undefined;
1148
+ MozBoxSizing?: import("csstype").BoxSizingProperty | undefined;
1149
+ MozColumnCount?: import("csstype").ColumnCountProperty | undefined;
1150
+ MozColumnFill?: import("csstype").ColumnFillProperty | undefined;
1151
+ MozColumnRuleColor?: string | undefined;
1152
+ MozColumnRuleStyle?: string | undefined;
1153
+ MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1154
+ MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1155
+ MozContextProperties?: string | undefined;
1156
+ MozFontFeatureSettings?: string | undefined;
1157
+ MozFontLanguageOverride?: string | undefined;
1158
+ MozHyphens?: import("csstype").HyphensProperty | undefined;
1159
+ MozImageRegion?: string | undefined;
1160
+ MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1161
+ MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1162
+ MozOrient?: import("csstype").MozOrientProperty | undefined;
1163
+ MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
1164
+ MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1165
+ MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1166
+ MozPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
1167
+ MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1168
+ MozStackSizing?: import("csstype").MozStackSizingProperty | undefined;
1169
+ MozTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
1170
+ MozTextBlink?: import("csstype").MozTextBlinkProperty | undefined;
1171
+ MozTextSizeAdjust?: string | undefined;
1172
+ MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
1173
+ MozTransformStyle?: import("csstype").TransformStyleProperty | undefined;
1174
+ MozTransitionDelay?: string | undefined;
1175
+ MozTransitionDuration?: string | undefined;
1176
+ MozTransitionProperty?: string | undefined;
1177
+ MozTransitionTimingFunction?: string | undefined;
1178
+ MozUserFocus?: import("csstype").MozUserFocusProperty | undefined;
1179
+ MozUserModify?: import("csstype").MozUserModifyProperty | undefined;
1180
+ MozUserSelect?: import("csstype").UserSelectProperty | undefined;
1181
+ MozWindowDragging?: import("csstype").MozWindowDraggingProperty | undefined;
1182
+ MozWindowShadow?: import("csstype").MozWindowShadowProperty | undefined;
1183
+ msAccelerator?: import("csstype").MsAcceleratorProperty | undefined;
1184
+ msBlockProgression?: import("csstype").MsBlockProgressionProperty | undefined;
1185
+ msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty | undefined;
1186
+ msContentZoomLimitMax?: string | undefined;
1187
+ msContentZoomLimitMin?: string | undefined;
1188
+ msContentZoomSnapPoints?: string | undefined;
1189
+ msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
1190
+ msContentZooming?: import("csstype").MsContentZoomingProperty | undefined;
1191
+ msFilter?: string | undefined;
1192
+ msFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
1193
+ msFlexPositive?: import("csstype").GlobalsNumber | undefined;
1194
+ msFlowFrom?: string | undefined;
1195
+ msFlowInto?: string | undefined;
1196
+ msGridColumns?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
1197
+ msGridRows?: import("csstype").MsGridRowsProperty<string | number> | undefined;
1198
+ msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty | undefined;
1199
+ msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
1200
+ msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
1201
+ msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
1202
+ msHyphens?: import("csstype").HyphensProperty | undefined;
1203
+ msImeAlign?: import("csstype").MsImeAlignProperty | undefined;
1204
+ msLineBreak?: import("csstype").LineBreakProperty | undefined;
1205
+ msOrder?: import("csstype").GlobalsNumber | undefined;
1206
+ msOverflowStyle?: import("csstype").MsOverflowStyleProperty | undefined;
1207
+ msOverflowX?: import("csstype").OverflowXProperty | undefined;
1208
+ msOverflowY?: import("csstype").OverflowYProperty | undefined;
1209
+ msScrollChaining?: import("csstype").MsScrollChainingProperty | undefined;
1210
+ msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
1211
+ msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
1212
+ msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
1213
+ msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
1214
+ msScrollRails?: import("csstype").MsScrollRailsProperty | undefined;
1215
+ msScrollSnapPointsX?: string | undefined;
1216
+ msScrollSnapPointsY?: string | undefined;
1217
+ msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty | undefined;
1218
+ msScrollTranslation?: import("csstype").MsScrollTranslationProperty | undefined;
1219
+ msScrollbar3dlightColor?: string | undefined;
1220
+ msScrollbarArrowColor?: string | undefined;
1221
+ msScrollbarBaseColor?: string | undefined;
1222
+ msScrollbarDarkshadowColor?: string | undefined;
1223
+ msScrollbarFaceColor?: string | undefined;
1224
+ msScrollbarHighlightColor?: string | undefined;
1225
+ msScrollbarShadowColor?: string | undefined;
1226
+ msScrollbarTrackColor?: string | undefined;
1227
+ msTextAutospace?: import("csstype").MsTextAutospaceProperty | undefined;
1228
+ msTextCombineHorizontal?: string | undefined;
1229
+ msTextOverflow?: string | undefined;
1230
+ msTouchAction?: string | undefined;
1231
+ msTouchSelect?: import("csstype").MsTouchSelectProperty | undefined;
1232
+ msTransform?: string | undefined;
1233
+ msTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
1234
+ msTransitionDelay?: string | undefined;
1235
+ msTransitionDuration?: string | undefined;
1236
+ msTransitionProperty?: string | undefined;
1237
+ msTransitionTimingFunction?: string | undefined;
1238
+ msUserSelect?: import("csstype").MsUserSelectProperty | undefined;
1239
+ msWordBreak?: import("csstype").WordBreakProperty | undefined;
1240
+ msWrapFlow?: import("csstype").MsWrapFlowProperty | undefined;
1241
+ msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
1242
+ msWrapThrough?: import("csstype").MsWrapThroughProperty | undefined;
1243
+ msWritingMode?: import("csstype").WritingModeProperty | undefined;
1244
+ WebkitAlignContent?: string | undefined;
1245
+ WebkitAlignItems?: string | undefined;
1246
+ WebkitAlignSelf?: string | undefined;
1247
+ WebkitAnimationDelay?: string | undefined;
1248
+ WebkitAnimationDirection?: string | undefined;
1249
+ WebkitAnimationDuration?: string | undefined;
1250
+ WebkitAnimationFillMode?: string | undefined;
1251
+ WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
1252
+ WebkitAnimationName?: string | undefined;
1253
+ WebkitAnimationPlayState?: string | undefined;
1254
+ WebkitAnimationTimingFunction?: string | undefined;
1255
+ WebkitAppearance?: import("csstype").WebkitAppearanceProperty | undefined;
1256
+ WebkitBackdropFilter?: string | undefined;
1257
+ WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
1258
+ WebkitBackgroundClip?: string | undefined;
1259
+ WebkitBackgroundOrigin?: string | undefined;
1260
+ WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1261
+ WebkitBorderBeforeColor?: string | undefined;
1262
+ WebkitBorderBeforeStyle?: string | undefined;
1263
+ WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
1264
+ WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1265
+ WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1266
+ WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
1267
+ WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1268
+ WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1269
+ WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
1270
+ WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
1271
+ WebkitBoxShadow?: string | undefined;
1272
+ WebkitBoxSizing?: import("csstype").BoxSizingProperty | undefined;
1273
+ WebkitClipPath?: string | undefined;
1274
+ WebkitColumnCount?: import("csstype").ColumnCountProperty | undefined;
1275
+ WebkitColumnFill?: import("csstype").ColumnFillProperty | undefined;
1276
+ WebkitColumnRuleColor?: string | undefined;
1277
+ WebkitColumnRuleStyle?: string | undefined;
1278
+ WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1279
+ WebkitColumnSpan?: import("csstype").ColumnSpanProperty | undefined;
1280
+ WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1281
+ WebkitFilter?: string | undefined;
1282
+ WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
1283
+ WebkitFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
1284
+ WebkitFlexGrow?: import("csstype").GlobalsNumber | undefined;
1285
+ WebkitFlexShrink?: import("csstype").GlobalsNumber | undefined;
1286
+ WebkitFlexWrap?: import("csstype").FlexWrapProperty | undefined;
1287
+ WebkitFontFeatureSettings?: string | undefined;
1288
+ WebkitFontKerning?: import("csstype").FontKerningProperty | undefined;
1289
+ WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
1290
+ WebkitFontVariantLigatures?: string | undefined;
1291
+ WebkitHyphenateCharacter?: string | undefined;
1292
+ WebkitHyphens?: import("csstype").HyphensProperty | undefined;
1293
+ WebkitInitialLetter?: import("csstype").InitialLetterProperty | undefined;
1294
+ WebkitJustifyContent?: string | undefined;
1295
+ WebkitLineBreak?: import("csstype").LineBreakProperty | undefined;
1296
+ WebkitLineClamp?: import("csstype").WebkitLineClampProperty | undefined;
1297
+ WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1298
+ WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1299
+ WebkitMaskAttachment?: string | undefined;
1300
+ WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
1301
+ WebkitMaskBoxImageRepeat?: string | undefined;
1302
+ WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty | undefined;
1303
+ WebkitMaskBoxImageSource?: string | undefined;
1304
+ WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
1305
+ WebkitMaskClip?: string | undefined;
1306
+ WebkitMaskComposite?: string | undefined;
1307
+ WebkitMaskImage?: string | undefined;
1308
+ WebkitMaskOrigin?: string | undefined;
1309
+ WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
1310
+ WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
1311
+ WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
1312
+ WebkitMaskRepeat?: string | undefined;
1313
+ WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty | undefined;
1314
+ WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty | undefined;
1315
+ WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
1316
+ WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1317
+ WebkitOrder?: import("csstype").GlobalsNumber | undefined;
1318
+ WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty | undefined;
1319
+ WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1320
+ WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1321
+ WebkitPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
1322
+ WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1323
+ WebkitPrintColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
1324
+ WebkitRubyPosition?: string | undefined;
1325
+ WebkitScrollSnapType?: string | undefined;
1326
+ WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1327
+ WebkitTapHighlightColor?: string | undefined;
1328
+ WebkitTextCombine?: string | undefined;
1329
+ WebkitTextDecorationColor?: string | undefined;
1330
+ WebkitTextDecorationLine?: string | undefined;
1331
+ WebkitTextDecorationSkip?: string | undefined;
1332
+ WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
1333
+ WebkitTextEmphasisColor?: string | undefined;
1334
+ WebkitTextEmphasisPosition?: string | undefined;
1335
+ WebkitTextEmphasisStyle?: string | undefined;
1336
+ WebkitTextFillColor?: string | undefined;
1337
+ WebkitTextOrientation?: import("csstype").TextOrientationProperty | undefined;
1338
+ WebkitTextSizeAdjust?: string | undefined;
1339
+ WebkitTextStrokeColor?: string | undefined;
1340
+ WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
1341
+ WebkitTextUnderlinePosition?: string | undefined;
1342
+ WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty | undefined;
1343
+ WebkitTransform?: string | undefined;
1344
+ WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
1345
+ WebkitTransformStyle?: import("csstype").TransformStyleProperty | undefined;
1346
+ WebkitTransitionDelay?: string | undefined;
1347
+ WebkitTransitionDuration?: string | undefined;
1348
+ WebkitTransitionProperty?: string | undefined;
1349
+ WebkitTransitionTimingFunction?: string | undefined;
1350
+ WebkitUserModify?: import("csstype").WebkitUserModifyProperty | undefined;
1351
+ WebkitUserSelect?: import("csstype").UserSelectProperty | undefined;
1352
+ WebkitWritingMode?: import("csstype").WritingModeProperty | undefined;
1353
+ MozAnimation?: import("csstype").AnimationProperty | undefined;
1354
+ MozBorderImage?: import("csstype").BorderImageProperty | undefined;
1355
+ MozColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1356
+ MozColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
1357
+ MozTransition?: string | undefined;
1358
+ msContentZoomLimit?: string | undefined;
1359
+ msContentZoomSnap?: string | undefined;
1360
+ msFlex?: import("csstype").FlexProperty<string | number> | undefined;
1361
+ msScrollLimit?: string | undefined;
1362
+ msScrollSnapX?: string | undefined;
1363
+ msScrollSnapY?: string | undefined;
1364
+ msTransition?: string | undefined;
1365
+ WebkitAnimation?: import("csstype").AnimationProperty | undefined;
1366
+ WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
1367
+ WebkitBorderImage?: import("csstype").BorderImageProperty | undefined;
1368
+ WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1369
+ WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1370
+ WebkitColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
1371
+ WebkitFlex?: import("csstype").FlexProperty<string | number> | undefined;
1372
+ WebkitFlexFlow?: string | undefined;
1373
+ WebkitMask?: import("csstype").WebkitMaskProperty<string | number> | undefined;
1374
+ WebkitMaskBoxImage?: import("csstype").MaskBorderProperty | undefined;
1375
+ WebkitTextEmphasis?: string | undefined;
1376
+ WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
1377
+ WebkitTransition?: string | undefined;
1378
+ azimuth?: string | undefined;
1379
+ boxAlign?: import("csstype").BoxAlignProperty | undefined;
1380
+ boxDirection?: import("csstype").BoxDirectionProperty | undefined;
1381
+ boxFlex?: import("csstype").GlobalsNumber | undefined;
1382
+ boxFlexGroup?: import("csstype").GlobalsNumber | undefined;
1383
+ boxLines?: import("csstype").BoxLinesProperty | undefined;
1384
+ boxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
1385
+ boxOrient?: import("csstype").BoxOrientProperty | undefined;
1386
+ boxPack?: import("csstype").BoxPackProperty | undefined;
1387
+ clip?: string | undefined;
1388
+ gridColumnGap?: import("csstype").GridColumnGapProperty<string | number> | undefined;
1389
+ gridGap?: import("csstype").GridGapProperty<string | number> | undefined;
1390
+ gridRowGap?: import("csstype").GridRowGapProperty<string | number> | undefined;
1391
+ imeMode?: import("csstype").ImeModeProperty | undefined;
1392
+ offsetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
1393
+ offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
1394
+ offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
1395
+ offsetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
1396
+ offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
1397
+ offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
1398
+ scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
1399
+ scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
1400
+ scrollSnapPointsX?: string | undefined;
1401
+ scrollSnapPointsY?: string | undefined;
1402
+ scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty | undefined;
1403
+ scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty | undefined;
1404
+ KhtmlBoxAlign?: import("csstype").BoxAlignProperty | undefined;
1405
+ KhtmlBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
1406
+ KhtmlBoxFlex?: import("csstype").GlobalsNumber | undefined;
1407
+ KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
1408
+ KhtmlBoxLines?: import("csstype").BoxLinesProperty | undefined;
1409
+ KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
1410
+ KhtmlBoxOrient?: import("csstype").BoxOrientProperty | undefined;
1411
+ KhtmlBoxPack?: import("csstype").BoxPackProperty | undefined;
1412
+ KhtmlLineBreak?: import("csstype").LineBreakProperty | undefined;
1413
+ KhtmlOpacity?: import("csstype").OpacityProperty | undefined;
1414
+ KhtmlUserSelect?: import("csstype").UserSelectProperty | undefined;
1415
+ MozBackgroundClip?: string | undefined;
1416
+ MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty | undefined;
1417
+ MozBackgroundOrigin?: string | undefined;
1418
+ MozBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1419
+ MozBinding?: string | undefined;
1420
+ MozBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1421
+ MozBorderRadiusBottomleft?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1422
+ MozBorderRadiusBottomright?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1423
+ MozBorderRadiusTopleft?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1424
+ MozBorderRadiusTopright?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1425
+ MozBoxAlign?: import("csstype").BoxAlignProperty | undefined;
1426
+ MozBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
1427
+ MozBoxFlex?: import("csstype").GlobalsNumber | undefined;
1428
+ MozBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
1429
+ MozBoxOrient?: import("csstype").BoxOrientProperty | undefined;
1430
+ MozBoxPack?: import("csstype").BoxPackProperty | undefined;
1431
+ MozBoxShadow?: string | undefined;
1432
+ MozFloatEdge?: import("csstype").MozFloatEdgeProperty | undefined;
1433
+ MozForceBrokenImageIcon?: import("csstype").MozForceBrokenImageIconProperty | undefined;
1434
+ MozOpacity?: import("csstype").OpacityProperty | undefined;
1435
+ MozOutline?: import("csstype").OutlineProperty<string | number> | undefined;
1436
+ MozOutlineColor?: string | undefined;
1437
+ MozOutlineRadius?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
1438
+ MozOutlineRadiusBottomleft?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
1439
+ MozOutlineRadiusBottomright?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
1440
+ MozOutlineRadiusTopleft?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
1441
+ MozOutlineRadiusTopright?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
1442
+ MozOutlineStyle?: string | undefined;
1443
+ MozOutlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1444
+ MozTextAlignLast?: import("csstype").TextAlignLastProperty | undefined;
1445
+ MozTextDecorationColor?: string | undefined;
1446
+ MozTextDecorationLine?: string | undefined;
1447
+ MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
1448
+ MozUserInput?: import("csstype").MozUserInputProperty | undefined;
1449
+ msImeMode?: import("csstype").ImeModeProperty | undefined;
1450
+ OAnimation?: import("csstype").AnimationProperty | undefined;
1451
+ OAnimationDelay?: string | undefined;
1452
+ OAnimationDirection?: string | undefined;
1453
+ OAnimationDuration?: string | undefined;
1454
+ OAnimationFillMode?: string | undefined;
1455
+ OAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
1456
+ OAnimationName?: string | undefined;
1457
+ OAnimationPlayState?: string | undefined;
1458
+ OAnimationTimingFunction?: string | undefined;
1459
+ OBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1460
+ OBorderImage?: import("csstype").BorderImageProperty | undefined;
1461
+ OObjectFit?: import("csstype").ObjectFitProperty | undefined;
1462
+ OObjectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1463
+ OTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
1464
+ OTextOverflow?: string | undefined;
1465
+ OTransform?: string | undefined;
1466
+ OTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
1467
+ OTransition?: string | undefined;
1468
+ OTransitionDelay?: string | undefined;
1469
+ OTransitionDuration?: string | undefined;
1470
+ OTransitionProperty?: string | undefined;
1471
+ OTransitionTimingFunction?: string | undefined;
1472
+ WebkitBoxAlign?: import("csstype").BoxAlignProperty | undefined;
1473
+ WebkitBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
1474
+ WebkitBoxFlex?: import("csstype").GlobalsNumber | undefined;
1475
+ WebkitBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
1476
+ WebkitBoxLines?: import("csstype").BoxLinesProperty | undefined;
1477
+ WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
1478
+ WebkitBoxOrient?: import("csstype").BoxOrientProperty | undefined;
1479
+ WebkitBoxPack?: import("csstype").BoxPackProperty | undefined;
1480
+ WebkitScrollSnapPointsX?: string | undefined;
1481
+ WebkitScrollSnapPointsY?: string | undefined;
1482
+ alignmentBaseline?: import("csstype").AlignmentBaselineProperty | undefined;
1483
+ baselineShift?: import("csstype").BaselineShiftProperty<string | number> | undefined;
1484
+ clipRule?: import("csstype").ClipRuleProperty | undefined;
1485
+ colorInterpolation?: import("csstype").ColorInterpolationProperty | undefined;
1486
+ colorRendering?: import("csstype").ColorRenderingProperty | undefined;
1487
+ dominantBaseline?: import("csstype").DominantBaselineProperty | undefined;
1488
+ fill?: string | undefined;
1489
+ fillOpacity?: import("csstype").GlobalsNumber | undefined;
1490
+ fillRule?: import("csstype").FillRuleProperty | undefined;
1491
+ floodColor?: string | undefined;
1492
+ floodOpacity?: import("csstype").GlobalsNumber | undefined;
1493
+ glyphOrientationVertical?: import("csstype").GlyphOrientationVerticalProperty | undefined;
1494
+ lightingColor?: string | undefined;
1495
+ marker?: string | undefined;
1496
+ markerEnd?: string | undefined;
1497
+ markerMid?: string | undefined;
1498
+ markerStart?: string | undefined;
1499
+ shapeRendering?: import("csstype").ShapeRenderingProperty | undefined;
1500
+ stopColor?: string | undefined;
1501
+ stopOpacity?: import("csstype").GlobalsNumber | undefined;
1502
+ stroke?: string | undefined;
1503
+ strokeDasharray?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
1504
+ strokeDashoffset?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
1505
+ strokeLinecap?: import("csstype").StrokeLinecapProperty | undefined;
1506
+ strokeLinejoin?: import("csstype").StrokeLinejoinProperty | undefined;
1507
+ strokeMiterlimit?: import("csstype").GlobalsNumber | undefined;
1508
+ strokeOpacity?: import("csstype").GlobalsNumber | undefined;
1509
+ strokeWidth?: import("csstype").StrokeWidthProperty<string | number> | undefined;
1510
+ textAnchor?: import("csstype").TextAnchorProperty | undefined;
1511
+ vectorEffect?: import("csstype").VectorEffectProperty | undefined;
1512
+ "accent-color"?: string | undefined;
1513
+ "align-content"?: string | undefined;
1514
+ "align-items"?: string | undefined;
1515
+ "align-self"?: string | undefined;
1516
+ "align-tracks"?: string | undefined;
1517
+ "animation-composition"?: string | undefined;
1518
+ "animation-delay"?: string | undefined;
1519
+ "animation-direction"?: string | undefined;
1520
+ "animation-duration"?: string | undefined;
1521
+ "animation-fill-mode"?: string | undefined;
1522
+ "animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1523
+ "animation-name"?: string | undefined;
1524
+ "animation-play-state"?: string | undefined;
1525
+ "animation-timeline"?: string | undefined;
1526
+ "animation-timing-function"?: string | undefined;
1527
+ "aspect-ratio"?: import("csstype").AspectRatioProperty | undefined;
1528
+ "backdrop-filter"?: string | undefined;
1529
+ "backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1530
+ "background-attachment"?: string | undefined;
1531
+ "background-blend-mode"?: string | undefined;
1532
+ "background-clip"?: string | undefined;
1533
+ "background-color"?: string | undefined;
1534
+ "background-image"?: string | undefined;
1535
+ "background-origin"?: string | undefined;
1536
+ "background-position-x"?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
1537
+ "background-position-y"?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
1538
+ "background-repeat"?: string | undefined;
1539
+ "background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1540
+ "block-overflow"?: string | undefined;
1541
+ "block-size"?: import("csstype").BlockSizeProperty<string | number> | undefined;
1542
+ "border-block-color"?: string | undefined;
1543
+ "border-block-end-color"?: string | undefined;
1544
+ "border-block-end-style"?: import("csstype").BorderBlockEndStyleProperty | undefined;
1545
+ "border-block-end-width"?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
1546
+ "border-block-start-color"?: string | undefined;
1547
+ "border-block-start-style"?: import("csstype").BorderBlockStartStyleProperty | undefined;
1548
+ "border-block-start-width"?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
1549
+ "border-block-style"?: import("csstype").BorderBlockStyleProperty | undefined;
1550
+ "border-block-width"?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
1551
+ "border-bottom-color"?: string | undefined;
1552
+ "border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1553
+ "border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1554
+ "border-bottom-style"?: import("csstype").BorderBottomStyleProperty | undefined;
1555
+ "border-bottom-width"?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
1556
+ "border-collapse"?: import("csstype").BorderCollapseProperty | undefined;
1557
+ "border-end-end-radius"?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
1558
+ "border-end-start-radius"?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
1559
+ "border-image-outset"?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
1560
+ "border-image-repeat"?: string | undefined;
1561
+ "border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
1562
+ "border-image-source"?: string | undefined;
1563
+ "border-image-width"?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
1564
+ "border-inline-color"?: string | undefined;
1565
+ "border-inline-end-color"?: string | undefined;
1566
+ "border-inline-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
1567
+ "border-inline-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1568
+ "border-inline-start-color"?: string | undefined;
1569
+ "border-inline-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
1570
+ "border-inline-start-width"?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
1571
+ "border-inline-style"?: import("csstype").BorderInlineStyleProperty | undefined;
1572
+ "border-inline-width"?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
1573
+ "border-left-color"?: string | undefined;
1574
+ "border-left-style"?: import("csstype").BorderLeftStyleProperty | undefined;
1575
+ "border-left-width"?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
1576
+ "border-right-color"?: string | undefined;
1577
+ "border-right-style"?: import("csstype").BorderRightStyleProperty | undefined;
1578
+ "border-right-width"?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
1579
+ "border-spacing"?: import("csstype").BorderSpacingProperty<string | number> | undefined;
1580
+ "border-start-end-radius"?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
1581
+ "border-start-start-radius"?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
1582
+ "border-top-color"?: string | undefined;
1583
+ "border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1584
+ "border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1585
+ "border-top-style"?: import("csstype").BorderTopStyleProperty | undefined;
1586
+ "border-top-width"?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
1587
+ "box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
1588
+ "box-shadow"?: string | undefined;
1589
+ "box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1590
+ "break-after"?: import("csstype").BreakAfterProperty | undefined;
1591
+ "break-before"?: import("csstype").BreakBeforeProperty | undefined;
1592
+ "break-inside"?: import("csstype").BreakInsideProperty | undefined;
1593
+ "caption-side"?: import("csstype").CaptionSideProperty | undefined;
1594
+ "caret-color"?: string | undefined;
1595
+ "clip-path"?: string | undefined;
1596
+ "color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1597
+ "color-scheme"?: string | undefined;
1598
+ "column-count"?: import("csstype").ColumnCountProperty | undefined;
1599
+ "column-fill"?: import("csstype").ColumnFillProperty | undefined;
1600
+ "column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
1601
+ "column-rule-color"?: string | undefined;
1602
+ "column-rule-style"?: string | undefined;
1603
+ "column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1604
+ "column-span"?: import("csstype").ColumnSpanProperty | undefined;
1605
+ "column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1606
+ "content-visibility"?: import("csstype").ContentVisibilityProperty | undefined;
1607
+ "counter-increment"?: string | undefined;
1608
+ "counter-reset"?: string | undefined;
1609
+ "counter-set"?: string | undefined;
1610
+ "empty-cells"?: import("csstype").EmptyCellsProperty | undefined;
1611
+ "flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
1612
+ "flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1613
+ "flex-grow"?: import("csstype").GlobalsNumber | undefined;
1614
+ "flex-shrink"?: import("csstype").GlobalsNumber | undefined;
1615
+ "flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
1616
+ "font-family"?: string | undefined;
1617
+ "font-feature-settings"?: string | undefined;
1618
+ "font-kerning"?: import("csstype").FontKerningProperty | undefined;
1619
+ "font-language-override"?: string | undefined;
1620
+ "font-optical-sizing"?: import("csstype").FontOpticalSizingProperty | undefined;
1621
+ "font-size"?: import("csstype").FontSizeProperty<string | number> | undefined;
1622
+ "font-size-adjust"?: import("csstype").FontSizeAdjustProperty | undefined;
1623
+ "font-smooth"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1624
+ "font-stretch"?: string | undefined;
1625
+ "font-style"?: string | undefined;
1626
+ "font-synthesis"?: string | undefined;
1627
+ "font-variant"?: string | undefined;
1628
+ "font-variant-alternates"?: string | undefined;
1629
+ "font-variant-caps"?: import("csstype").FontVariantCapsProperty | undefined;
1630
+ "font-variant-east-asian"?: string | undefined;
1631
+ "font-variant-ligatures"?: string | undefined;
1632
+ "font-variant-numeric"?: string | undefined;
1633
+ "font-variant-position"?: import("csstype").FontVariantPositionProperty | undefined;
1634
+ "font-variation-settings"?: string | undefined;
1635
+ "font-weight"?: import("csstype").FontWeightProperty | undefined;
1636
+ "forced-color-adjust"?: import("csstype").ForcedColorAdjustProperty | undefined;
1637
+ "grid-auto-columns"?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
1638
+ "grid-auto-flow"?: string | undefined;
1639
+ "grid-auto-rows"?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
1640
+ "grid-column-end"?: import("csstype").GridColumnEndProperty | undefined;
1641
+ "grid-column-start"?: import("csstype").GridColumnStartProperty | undefined;
1642
+ "grid-row-end"?: import("csstype").GridRowEndProperty | undefined;
1643
+ "grid-row-start"?: import("csstype").GridRowStartProperty | undefined;
1644
+ "grid-template-areas"?: string | undefined;
1645
+ "grid-template-columns"?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
1646
+ "grid-template-rows"?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
1647
+ "hanging-punctuation"?: string | undefined;
1648
+ "hyphenate-character"?: string | undefined;
1649
+ "image-orientation"?: string | undefined;
1650
+ "image-rendering"?: import("csstype").ImageRenderingProperty | undefined;
1651
+ "image-resolution"?: string | undefined;
1652
+ "initial-letter"?: import("csstype").InitialLetterProperty | undefined;
1653
+ "inline-size"?: import("csstype").InlineSizeProperty<string | number> | undefined;
1654
+ "input-security"?: import("csstype").InputSecurityProperty | undefined;
1655
+ "inset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
1656
+ "inset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
1657
+ "inset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
1658
+ "inset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
1659
+ "inset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
1660
+ "inset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
1661
+ "justify-content"?: string | undefined;
1662
+ "justify-items"?: string | undefined;
1663
+ "justify-self"?: string | undefined;
1664
+ "justify-tracks"?: string | undefined;
1665
+ "letter-spacing"?: import("csstype").LetterSpacingProperty<string | number> | undefined;
1666
+ "line-break"?: import("csstype").LineBreakProperty | undefined;
1667
+ "line-height"?: import("csstype").LineHeightProperty<string | number> | undefined;
1668
+ "line-height-step"?: import("csstype").LineHeightStepProperty<string | number> | undefined;
1669
+ "list-style-image"?: string | undefined;
1670
+ "list-style-position"?: import("csstype").ListStylePositionProperty | undefined;
1671
+ "list-style-type"?: string | undefined;
1672
+ "margin-block"?: import("csstype").MarginBlockProperty<string | number> | undefined;
1673
+ "margin-block-end"?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
1674
+ "margin-block-start"?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
1675
+ "margin-bottom"?: import("csstype").MarginBottomProperty<string | number> | undefined;
1676
+ "margin-inline"?: import("csstype").MarginInlineProperty<string | number> | undefined;
1677
+ "margin-inline-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1678
+ "margin-inline-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1679
+ "margin-left"?: import("csstype").MarginLeftProperty<string | number> | undefined;
1680
+ "margin-right"?: import("csstype").MarginRightProperty<string | number> | undefined;
1681
+ "margin-top"?: import("csstype").MarginTopProperty<string | number> | undefined;
1682
+ "mask-border-mode"?: import("csstype").MaskBorderModeProperty | undefined;
1683
+ "mask-border-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
1684
+ "mask-border-repeat"?: string | undefined;
1685
+ "mask-border-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
1686
+ "mask-border-source"?: string | undefined;
1687
+ "mask-border-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
1688
+ "mask-clip"?: string | undefined;
1689
+ "mask-composite"?: string | undefined;
1690
+ "mask-image"?: string | undefined;
1691
+ "mask-mode"?: string | undefined;
1692
+ "mask-origin"?: string | undefined;
1693
+ "mask-position"?: import("csstype").MaskPositionProperty<string | number> | undefined;
1694
+ "mask-repeat"?: string | undefined;
1695
+ "mask-size"?: import("csstype").MaskSizeProperty<string | number> | undefined;
1696
+ "mask-type"?: import("csstype").MaskTypeProperty | undefined;
1697
+ "math-depth"?: import("csstype").MathDepthProperty | undefined;
1698
+ "math-shift"?: import("csstype").MathShiftProperty | undefined;
1699
+ "math-style"?: import("csstype").MathStyleProperty | undefined;
1700
+ "max-block-size"?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
1701
+ "max-height"?: import("csstype").MaxHeightProperty<string | number> | undefined;
1702
+ "max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1703
+ "max-lines"?: import("csstype").MaxLinesProperty | undefined;
1704
+ "max-width"?: import("csstype").MaxWidthProperty<string | number> | undefined;
1705
+ "min-block-size"?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
1706
+ "min-height"?: import("csstype").MinHeightProperty<string | number> | undefined;
1707
+ "min-inline-size"?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
1708
+ "min-width"?: import("csstype").MinWidthProperty<string | number> | undefined;
1709
+ "mix-blend-mode"?: import("csstype").MixBlendModeProperty | undefined;
1710
+ "motion-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1711
+ "motion-path"?: string | undefined;
1712
+ "motion-rotation"?: string | undefined;
1713
+ "object-fit"?: import("csstype").ObjectFitProperty | undefined;
1714
+ "object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1715
+ "offset-anchor"?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
1716
+ "offset-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1717
+ "offset-path"?: string | undefined;
1718
+ "offset-rotate"?: string | undefined;
1719
+ "offset-rotation"?: string | undefined;
1720
+ "outline-color"?: string | undefined;
1721
+ "outline-offset"?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
1722
+ "outline-style"?: string | undefined;
1723
+ "outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1724
+ "overflow-anchor"?: import("csstype").OverflowAnchorProperty | undefined;
1725
+ "overflow-block"?: import("csstype").OverflowBlockProperty | undefined;
1726
+ "overflow-clip-box"?: import("csstype").OverflowClipBoxProperty | undefined;
1727
+ "overflow-clip-margin"?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
1728
+ "overflow-inline"?: import("csstype").OverflowInlineProperty | undefined;
1729
+ "overflow-wrap"?: import("csstype").OverflowWrapProperty | undefined;
1730
+ "overflow-x"?: import("csstype").OverflowXProperty | undefined;
1731
+ "overflow-y"?: import("csstype").OverflowYProperty | undefined;
1732
+ "overscroll-behavior-block"?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
1733
+ "overscroll-behavior-inline"?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
1734
+ "overscroll-behavior-x"?: import("csstype").OverscrollBehaviorXProperty | undefined;
1735
+ "overscroll-behavior-y"?: import("csstype").OverscrollBehaviorYProperty | undefined;
1736
+ "padding-block"?: import("csstype").PaddingBlockProperty<string | number> | undefined;
1737
+ "padding-block-end"?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
1738
+ "padding-block-start"?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
1739
+ "padding-bottom"?: import("csstype").PaddingBottomProperty<string | number> | undefined;
1740
+ "padding-inline"?: import("csstype").PaddingInlineProperty<string | number> | undefined;
1741
+ "padding-inline-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1742
+ "padding-inline-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1743
+ "padding-left"?: import("csstype").PaddingLeftProperty<string | number> | undefined;
1744
+ "padding-right"?: import("csstype").PaddingRightProperty<string | number> | undefined;
1745
+ "padding-top"?: import("csstype").PaddingTopProperty<string | number> | undefined;
1746
+ "page-break-after"?: import("csstype").PageBreakAfterProperty | undefined;
1747
+ "page-break-before"?: import("csstype").PageBreakBeforeProperty | undefined;
1748
+ "page-break-inside"?: import("csstype").PageBreakInsideProperty | undefined;
1749
+ "paint-order"?: string | undefined;
1750
+ "perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1751
+ "place-content"?: string | undefined;
1752
+ "pointer-events"?: import("csstype").PointerEventsProperty | undefined;
1753
+ "print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1754
+ "row-gap"?: import("csstype").RowGapProperty<string | number> | undefined;
1755
+ "ruby-align"?: import("csstype").RubyAlignProperty | undefined;
1756
+ "ruby-merge"?: import("csstype").RubyMergeProperty | undefined;
1757
+ "ruby-position"?: string | undefined;
1758
+ "scroll-behavior"?: import("csstype").ScrollBehaviorProperty | undefined;
1759
+ "scroll-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1760
+ "scroll-margin-block"?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
1761
+ "scroll-margin-block-end"?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
1762
+ "scroll-margin-block-start"?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
1763
+ "scroll-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1764
+ "scroll-margin-inline"?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
1765
+ "scroll-margin-inline-end"?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
1766
+ "scroll-margin-inline-start"?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
1767
+ "scroll-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1768
+ "scroll-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1769
+ "scroll-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1770
+ "scroll-padding"?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
1771
+ "scroll-padding-block"?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
1772
+ "scroll-padding-block-end"?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
1773
+ "scroll-padding-block-start"?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
1774
+ "scroll-padding-bottom"?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
1775
+ "scroll-padding-inline"?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
1776
+ "scroll-padding-inline-end"?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
1777
+ "scroll-padding-inline-start"?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
1778
+ "scroll-padding-left"?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
1779
+ "scroll-padding-right"?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
1780
+ "scroll-padding-top"?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
1781
+ "scroll-snap-align"?: string | undefined;
1782
+ "scroll-snap-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1783
+ "scroll-snap-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1784
+ "scroll-snap-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1785
+ "scroll-snap-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1786
+ "scroll-snap-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1787
+ "scroll-snap-stop"?: import("csstype").ScrollSnapStopProperty | undefined;
1788
+ "scroll-snap-type"?: string | undefined;
1789
+ "scrollbar-color"?: string | undefined;
1790
+ "scrollbar-gutter"?: string | undefined;
1791
+ "scrollbar-width"?: import("csstype").ScrollbarWidthProperty | undefined;
1792
+ "shape-image-threshold"?: import("csstype").ShapeImageThresholdProperty | undefined;
1793
+ "shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1794
+ "shape-outside"?: string | undefined;
1795
+ "tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1796
+ "table-layout"?: import("csstype").TableLayoutProperty | undefined;
1797
+ "text-align"?: import("csstype").TextAlignProperty | undefined;
1798
+ "text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
1799
+ "text-combine-upright"?: string | undefined;
1800
+ "text-decoration-color"?: string | undefined;
1801
+ "text-decoration-line"?: string | undefined;
1802
+ "text-decoration-skip"?: string | undefined;
1803
+ "text-decoration-skip-ink"?: import("csstype").TextDecorationSkipInkProperty | undefined;
1804
+ "text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1805
+ "text-decoration-thickness"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
1806
+ "text-emphasis-color"?: string | undefined;
1807
+ "text-emphasis-position"?: string | undefined;
1808
+ "text-emphasis-style"?: string | undefined;
1809
+ "text-indent"?: import("csstype").TextIndentProperty<string | number> | undefined;
1810
+ "text-justify"?: import("csstype").TextJustifyProperty | undefined;
1811
+ "text-orientation"?: import("csstype").TextOrientationProperty | undefined;
1812
+ "text-overflow"?: string | undefined;
1813
+ "text-rendering"?: import("csstype").TextRenderingProperty | undefined;
1814
+ "text-shadow"?: string | undefined;
1815
+ "text-size-adjust"?: string | undefined;
1816
+ "text-transform"?: import("csstype").TextTransformProperty | undefined;
1817
+ "text-underline-offset"?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
1818
+ "text-underline-position"?: string | undefined;
1819
+ "touch-action"?: string | undefined;
1820
+ "transform-box"?: import("csstype").TransformBoxProperty | undefined;
1821
+ "transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1822
+ "transform-style"?: import("csstype").TransformStyleProperty | undefined;
1823
+ "transition-delay"?: string | undefined;
1824
+ "transition-duration"?: string | undefined;
1825
+ "transition-property"?: string | undefined;
1826
+ "transition-timing-function"?: string | undefined;
1827
+ "unicode-bidi"?: import("csstype").UnicodeBidiProperty | undefined;
1828
+ "user-select"?: import("csstype").UserSelectProperty | undefined;
1829
+ "vertical-align"?: import("csstype").VerticalAlignProperty<string | number> | undefined;
1830
+ "white-space"?: import("csstype").WhiteSpaceProperty | undefined;
1831
+ "will-change"?: string | undefined;
1832
+ "word-break"?: import("csstype").WordBreakProperty | undefined;
1833
+ "word-spacing"?: import("csstype").WordSpacingProperty<string | number> | undefined;
1834
+ "word-wrap"?: import("csstype").WordWrapProperty | undefined;
1835
+ "writing-mode"?: import("csstype").WritingModeProperty | undefined;
1836
+ "z-index"?: import("csstype").ZIndexProperty | undefined;
1837
+ "background-position"?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
1838
+ "border-block"?: import("csstype").BorderBlockProperty<string | number> | undefined;
1839
+ "border-block-end"?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
1840
+ "border-block-start"?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
1841
+ "border-bottom"?: import("csstype").BorderBottomProperty<string | number> | undefined;
1842
+ "border-color"?: string | undefined;
1843
+ "border-image"?: import("csstype").BorderImageProperty | undefined;
1844
+ "border-inline"?: import("csstype").BorderInlineProperty<string | number> | undefined;
1845
+ "border-inline-end"?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
1846
+ "border-inline-start"?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
1847
+ "border-left"?: import("csstype").BorderLeftProperty<string | number> | undefined;
1848
+ "border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1849
+ "border-right"?: import("csstype").BorderRightProperty<string | number> | undefined;
1850
+ "border-style"?: string | undefined;
1851
+ "border-top"?: import("csstype").BorderTopProperty<string | number> | undefined;
1852
+ "border-width"?: import("csstype").BorderWidthProperty<string | number> | undefined;
1853
+ "column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1854
+ "flex-flow"?: string | undefined;
1855
+ "grid-area"?: import("csstype").GridAreaProperty | undefined;
1856
+ "grid-column"?: import("csstype").GridColumnProperty | undefined;
1857
+ "grid-row"?: import("csstype").GridRowProperty | undefined;
1858
+ "grid-template"?: string | undefined;
1859
+ "line-clamp"?: import("csstype").LineClampProperty | undefined;
1860
+ "list-style"?: string | undefined;
1861
+ "mask-border"?: import("csstype").MaskBorderProperty | undefined;
1862
+ "overscroll-behavior"?: string | undefined;
1863
+ "place-items"?: string | undefined;
1864
+ "place-self"?: string | undefined;
1865
+ "text-decoration"?: import("csstype").TextDecorationProperty<string | number> | undefined;
1866
+ "text-emphasis"?: string | undefined;
1867
+ "-moz-animation-delay"?: string | undefined;
1868
+ "-moz-animation-direction"?: string | undefined;
1869
+ "-moz-animation-duration"?: string | undefined;
1870
+ "-moz-animation-fill-mode"?: string | undefined;
1871
+ "-moz-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1872
+ "-moz-animation-name"?: string | undefined;
1873
+ "-moz-animation-play-state"?: string | undefined;
1874
+ "-moz-animation-timing-function"?: string | undefined;
1875
+ "-moz-appearance"?: import("csstype").MozAppearanceProperty | undefined;
1876
+ "-moz-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1877
+ "-moz-border-bottom-colors"?: string | undefined;
1878
+ "-moz-border-end-color"?: string | undefined;
1879
+ "-moz-border-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
1880
+ "-moz-border-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1881
+ "-moz-border-left-colors"?: string | undefined;
1882
+ "-moz-border-right-colors"?: string | undefined;
1883
+ "-moz-border-start-color"?: string | undefined;
1884
+ "-moz-border-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
1885
+ "-moz-border-top-colors"?: string | undefined;
1886
+ "-moz-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1887
+ "-moz-column-count"?: import("csstype").ColumnCountProperty | undefined;
1888
+ "-moz-column-fill"?: import("csstype").ColumnFillProperty | undefined;
1889
+ "-moz-column-rule-color"?: string | undefined;
1890
+ "-moz-column-rule-style"?: string | undefined;
1891
+ "-moz-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1892
+ "-moz-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1893
+ "-moz-context-properties"?: string | undefined;
1894
+ "-moz-font-feature-settings"?: string | undefined;
1895
+ "-moz-font-language-override"?: string | undefined;
1896
+ "-moz-hyphens"?: import("csstype").HyphensProperty | undefined;
1897
+ "-moz-image-region"?: string | undefined;
1898
+ "-moz-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1899
+ "-moz-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1900
+ "-moz-orient"?: import("csstype").MozOrientProperty | undefined;
1901
+ "-moz-osx-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1902
+ "-moz-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1903
+ "-moz-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1904
+ "-moz-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
1905
+ "-moz-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1906
+ "-moz-stack-sizing"?: import("csstype").MozStackSizingProperty | undefined;
1907
+ "-moz-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1908
+ "-moz-text-blink"?: import("csstype").MozTextBlinkProperty | undefined;
1909
+ "-moz-text-size-adjust"?: string | undefined;
1910
+ "-moz-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1911
+ "-moz-transform-style"?: import("csstype").TransformStyleProperty | undefined;
1912
+ "-moz-transition-delay"?: string | undefined;
1913
+ "-moz-transition-duration"?: string | undefined;
1914
+ "-moz-transition-property"?: string | undefined;
1915
+ "-moz-transition-timing-function"?: string | undefined;
1916
+ "-moz-user-focus"?: import("csstype").MozUserFocusProperty | undefined;
1917
+ "-moz-user-modify"?: import("csstype").MozUserModifyProperty | undefined;
1918
+ "-moz-user-select"?: import("csstype").UserSelectProperty | undefined;
1919
+ "-moz-window-dragging"?: import("csstype").MozWindowDraggingProperty | undefined;
1920
+ "-moz-window-shadow"?: import("csstype").MozWindowShadowProperty | undefined;
1921
+ "-ms-accelerator"?: import("csstype").MsAcceleratorProperty | undefined;
1922
+ "-ms-block-progression"?: import("csstype").MsBlockProgressionProperty | undefined;
1923
+ "-ms-content-zoom-chaining"?: import("csstype").MsContentZoomChainingProperty | undefined;
1924
+ "-ms-content-zoom-limit-max"?: string | undefined;
1925
+ "-ms-content-zoom-limit-min"?: string | undefined;
1926
+ "-ms-content-zoom-snap-points"?: string | undefined;
1927
+ "-ms-content-zoom-snap-type"?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
1928
+ "-ms-content-zooming"?: import("csstype").MsContentZoomingProperty | undefined;
1929
+ "-ms-filter"?: string | undefined;
1930
+ "-ms-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1931
+ "-ms-flex-positive"?: import("csstype").GlobalsNumber | undefined;
1932
+ "-ms-flow-from"?: string | undefined;
1933
+ "-ms-flow-into"?: string | undefined;
1934
+ "-ms-grid-columns"?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
1935
+ "-ms-grid-rows"?: import("csstype").MsGridRowsProperty<string | number> | undefined;
1936
+ "-ms-high-contrast-adjust"?: import("csstype").MsHighContrastAdjustProperty | undefined;
1937
+ "-ms-hyphenate-limit-chars"?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
1938
+ "-ms-hyphenate-limit-lines"?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
1939
+ "-ms-hyphenate-limit-zone"?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
1940
+ "-ms-hyphens"?: import("csstype").HyphensProperty | undefined;
1941
+ "-ms-ime-align"?: import("csstype").MsImeAlignProperty | undefined;
1942
+ "-ms-line-break"?: import("csstype").LineBreakProperty | undefined;
1943
+ "-ms-order"?: import("csstype").GlobalsNumber | undefined;
1944
+ "-ms-overflow-style"?: import("csstype").MsOverflowStyleProperty | undefined;
1945
+ "-ms-overflow-x"?: import("csstype").OverflowXProperty | undefined;
1946
+ "-ms-overflow-y"?: import("csstype").OverflowYProperty | undefined;
1947
+ "-ms-scroll-chaining"?: import("csstype").MsScrollChainingProperty | undefined;
1948
+ "-ms-scroll-limit-x-max"?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
1949
+ "-ms-scroll-limit-x-min"?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
1950
+ "-ms-scroll-limit-y-max"?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
1951
+ "-ms-scroll-limit-y-min"?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
1952
+ "-ms-scroll-rails"?: import("csstype").MsScrollRailsProperty | undefined;
1953
+ "-ms-scroll-snap-points-x"?: string | undefined;
1954
+ "-ms-scroll-snap-points-y"?: string | undefined;
1955
+ "-ms-scroll-snap-type"?: import("csstype").MsScrollSnapTypeProperty | undefined;
1956
+ "-ms-scroll-translation"?: import("csstype").MsScrollTranslationProperty | undefined;
1957
+ "-ms-scrollbar-3dlight-color"?: string | undefined;
1958
+ "-ms-scrollbar-arrow-color"?: string | undefined;
1959
+ "-ms-scrollbar-base-color"?: string | undefined;
1960
+ "-ms-scrollbar-darkshadow-color"?: string | undefined;
1961
+ "-ms-scrollbar-face-color"?: string | undefined;
1962
+ "-ms-scrollbar-highlight-color"?: string | undefined;
1963
+ "-ms-scrollbar-shadow-color"?: string | undefined;
1964
+ "-ms-scrollbar-track-color"?: string | undefined;
1965
+ "-ms-text-autospace"?: import("csstype").MsTextAutospaceProperty | undefined;
1966
+ "-ms-text-combine-horizontal"?: string | undefined;
1967
+ "-ms-text-overflow"?: string | undefined;
1968
+ "-ms-touch-action"?: string | undefined;
1969
+ "-ms-touch-select"?: import("csstype").MsTouchSelectProperty | undefined;
1970
+ "-ms-transform"?: string | undefined;
1971
+ "-ms-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1972
+ "-ms-transition-delay"?: string | undefined;
1973
+ "-ms-transition-duration"?: string | undefined;
1974
+ "-ms-transition-property"?: string | undefined;
1975
+ "-ms-transition-timing-function"?: string | undefined;
1976
+ "-ms-user-select"?: import("csstype").MsUserSelectProperty | undefined;
1977
+ "-ms-word-break"?: import("csstype").WordBreakProperty | undefined;
1978
+ "-ms-wrap-flow"?: import("csstype").MsWrapFlowProperty | undefined;
1979
+ "-ms-wrap-margin"?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
1980
+ "-ms-wrap-through"?: import("csstype").MsWrapThroughProperty | undefined;
1981
+ "-ms-writing-mode"?: import("csstype").WritingModeProperty | undefined;
1982
+ "-webkit-align-content"?: string | undefined;
1983
+ "-webkit-align-items"?: string | undefined;
1984
+ "-webkit-align-self"?: string | undefined;
1985
+ "-webkit-animation-delay"?: string | undefined;
1986
+ "-webkit-animation-direction"?: string | undefined;
1987
+ "-webkit-animation-duration"?: string | undefined;
1988
+ "-webkit-animation-fill-mode"?: string | undefined;
1989
+ "-webkit-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1990
+ "-webkit-animation-name"?: string | undefined;
1991
+ "-webkit-animation-play-state"?: string | undefined;
1992
+ "-webkit-animation-timing-function"?: string | undefined;
1993
+ "-webkit-appearance"?: import("csstype").WebkitAppearanceProperty | undefined;
1994
+ "-webkit-backdrop-filter"?: string | undefined;
1995
+ "-webkit-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1996
+ "-webkit-background-clip"?: string | undefined;
1997
+ "-webkit-background-origin"?: string | undefined;
1998
+ "-webkit-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1999
+ "-webkit-border-before-color"?: string | undefined;
2000
+ "-webkit-border-before-style"?: string | undefined;
2001
+ "-webkit-border-before-width"?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
2002
+ "-webkit-border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
2003
+ "-webkit-border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
2004
+ "-webkit-border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
2005
+ "-webkit-border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
2006
+ "-webkit-border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
2007
+ "-webkit-box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
2008
+ "-webkit-box-reflect"?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
2009
+ "-webkit-box-shadow"?: string | undefined;
2010
+ "-webkit-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
2011
+ "-webkit-clip-path"?: string | undefined;
2012
+ "-webkit-column-count"?: import("csstype").ColumnCountProperty | undefined;
2013
+ "-webkit-column-fill"?: import("csstype").ColumnFillProperty | undefined;
2014
+ "-webkit-column-rule-color"?: string | undefined;
2015
+ "-webkit-column-rule-style"?: string | undefined;
2016
+ "-webkit-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
2017
+ "-webkit-column-span"?: import("csstype").ColumnSpanProperty | undefined;
2018
+ "-webkit-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
2019
+ "-webkit-filter"?: string | undefined;
2020
+ "-webkit-flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
2021
+ "-webkit-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
2022
+ "-webkit-flex-grow"?: import("csstype").GlobalsNumber | undefined;
2023
+ "-webkit-flex-shrink"?: import("csstype").GlobalsNumber | undefined;
2024
+ "-webkit-flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
2025
+ "-webkit-font-feature-settings"?: string | undefined;
2026
+ "-webkit-font-kerning"?: import("csstype").FontKerningProperty | undefined;
2027
+ "-webkit-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
2028
+ "-webkit-font-variant-ligatures"?: string | undefined;
2029
+ "-webkit-hyphenate-character"?: string | undefined;
2030
+ "-webkit-hyphens"?: import("csstype").HyphensProperty | undefined;
2031
+ "-webkit-initial-letter"?: import("csstype").InitialLetterProperty | undefined;
2032
+ "-webkit-justify-content"?: string | undefined;
2033
+ "-webkit-line-break"?: import("csstype").LineBreakProperty | undefined;
2034
+ "-webkit-line-clamp"?: import("csstype").WebkitLineClampProperty | undefined;
2035
+ "-webkit-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
2036
+ "-webkit-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
2037
+ "-webkit-mask-attachment"?: string | undefined;
2038
+ "-webkit-mask-box-image-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
2039
+ "-webkit-mask-box-image-repeat"?: string | undefined;
2040
+ "-webkit-mask-box-image-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
2041
+ "-webkit-mask-box-image-source"?: string | undefined;
2042
+ "-webkit-mask-box-image-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
2043
+ "-webkit-mask-clip"?: string | undefined;
2044
+ "-webkit-mask-composite"?: string | undefined;
2045
+ "-webkit-mask-image"?: string | undefined;
2046
+ "-webkit-mask-origin"?: string | undefined;
2047
+ "-webkit-mask-position"?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
2048
+ "-webkit-mask-position-x"?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
2049
+ "-webkit-mask-position-y"?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
2050
+ "-webkit-mask-repeat"?: string | undefined;
2051
+ "-webkit-mask-repeat-x"?: import("csstype").WebkitMaskRepeatXProperty | undefined;
2052
+ "-webkit-mask-repeat-y"?: import("csstype").WebkitMaskRepeatYProperty | undefined;
2053
+ "-webkit-mask-size"?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
2054
+ "-webkit-max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
2055
+ "-webkit-order"?: import("csstype").GlobalsNumber | undefined;
2056
+ "-webkit-overflow-scrolling"?: import("csstype").WebkitOverflowScrollingProperty | undefined;
2057
+ "-webkit-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
2058
+ "-webkit-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
2059
+ "-webkit-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
2060
+ "-webkit-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
2061
+ "-webkit-print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
2062
+ "-webkit-ruby-position"?: string | undefined;
2063
+ "-webkit-scroll-snap-type"?: string | undefined;
2064
+ "-webkit-shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
2065
+ "-webkit-tap-highlight-color"?: string | undefined;
2066
+ "-webkit-text-combine"?: string | undefined;
2067
+ "-webkit-text-decoration-color"?: string | undefined;
2068
+ "-webkit-text-decoration-line"?: string | undefined;
2069
+ "-webkit-text-decoration-skip"?: string | undefined;
2070
+ "-webkit-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
2071
+ "-webkit-text-emphasis-color"?: string | undefined;
2072
+ "-webkit-text-emphasis-position"?: string | undefined;
2073
+ "-webkit-text-emphasis-style"?: string | undefined;
2074
+ "-webkit-text-fill-color"?: string | undefined;
2075
+ "-webkit-text-orientation"?: import("csstype").TextOrientationProperty | undefined;
2076
+ "-webkit-text-size-adjust"?: string | undefined;
2077
+ "-webkit-text-stroke-color"?: string | undefined;
2078
+ "-webkit-text-stroke-width"?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
2079
+ "-webkit-text-underline-position"?: string | undefined;
2080
+ "-webkit-touch-callout"?: import("csstype").WebkitTouchCalloutProperty | undefined;
2081
+ "-webkit-transform"?: string | undefined;
2082
+ "-webkit-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
2083
+ "-webkit-transform-style"?: import("csstype").TransformStyleProperty | undefined;
2084
+ "-webkit-transition-delay"?: string | undefined;
2085
+ "-webkit-transition-duration"?: string | undefined;
2086
+ "-webkit-transition-property"?: string | undefined;
2087
+ "-webkit-transition-timing-function"?: string | undefined;
2088
+ "-webkit-user-modify"?: import("csstype").WebkitUserModifyProperty | undefined;
2089
+ "-webkit-user-select"?: import("csstype").UserSelectProperty | undefined;
2090
+ "-webkit-writing-mode"?: import("csstype").WritingModeProperty | undefined;
2091
+ "-moz-animation"?: import("csstype").AnimationProperty | undefined;
2092
+ "-moz-border-image"?: import("csstype").BorderImageProperty | undefined;
2093
+ "-moz-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
2094
+ "-moz-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
2095
+ "-moz-transition"?: string | undefined;
2096
+ "-ms-content-zoom-limit"?: string | undefined;
2097
+ "-ms-content-zoom-snap"?: string | undefined;
2098
+ "-ms-flex"?: import("csstype").FlexProperty<string | number> | undefined;
2099
+ "-ms-scroll-limit"?: string | undefined;
2100
+ "-ms-scroll-snap-x"?: string | undefined;
2101
+ "-ms-scroll-snap-y"?: string | undefined;
2102
+ "-ms-transition"?: string | undefined;
2103
+ "-webkit-animation"?: import("csstype").AnimationProperty | undefined;
2104
+ "-webkit-border-before"?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
2105
+ "-webkit-border-image"?: import("csstype").BorderImageProperty | undefined;
2106
+ "-webkit-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
2107
+ "-webkit-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
2108
+ "-webkit-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
2109
+ "-webkit-flex"?: import("csstype").FlexProperty<string | number> | undefined;
2110
+ "-webkit-flex-flow"?: string | undefined;
2111
+ "-webkit-mask"?: import("csstype").WebkitMaskProperty<string | number> | undefined;
2112
+ "-webkit-mask-box-image"?: import("csstype").MaskBorderProperty | undefined;
2113
+ "-webkit-text-emphasis"?: string | undefined;
2114
+ "-webkit-text-stroke"?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
2115
+ "-webkit-transition"?: string | undefined;
2116
+ "box-align"?: import("csstype").BoxAlignProperty | undefined;
2117
+ "box-direction"?: import("csstype").BoxDirectionProperty | undefined;
2118
+ "box-flex"?: import("csstype").GlobalsNumber | undefined;
2119
+ "box-flex-group"?: import("csstype").GlobalsNumber | undefined;
2120
+ "box-lines"?: import("csstype").BoxLinesProperty | undefined;
2121
+ "box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
2122
+ "box-orient"?: import("csstype").BoxOrientProperty | undefined;
2123
+ "box-pack"?: import("csstype").BoxPackProperty | undefined;
2124
+ "grid-column-gap"?: import("csstype").GridColumnGapProperty<string | number> | undefined;
2125
+ "grid-gap"?: import("csstype").GridGapProperty<string | number> | undefined;
2126
+ "grid-row-gap"?: import("csstype").GridRowGapProperty<string | number> | undefined;
2127
+ "ime-mode"?: import("csstype").ImeModeProperty | undefined;
2128
+ "offset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
2129
+ "offset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
2130
+ "offset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
2131
+ "offset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
2132
+ "offset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
2133
+ "offset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
2134
+ "scroll-snap-coordinate"?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
2135
+ "scroll-snap-destination"?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
2136
+ "scroll-snap-points-x"?: string | undefined;
2137
+ "scroll-snap-points-y"?: string | undefined;
2138
+ "scroll-snap-type-x"?: import("csstype").ScrollSnapTypeXProperty | undefined;
2139
+ "scroll-snap-type-y"?: import("csstype").ScrollSnapTypeYProperty | undefined;
2140
+ "-khtml-box-align"?: import("csstype").BoxAlignProperty | undefined;
2141
+ "-khtml-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
2142
+ "-khtml-box-flex"?: import("csstype").GlobalsNumber | undefined;
2143
+ "-khtml-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
2144
+ "-khtml-box-lines"?: import("csstype").BoxLinesProperty | undefined;
2145
+ "-khtml-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
2146
+ "-khtml-box-orient"?: import("csstype").BoxOrientProperty | undefined;
2147
+ "-khtml-box-pack"?: import("csstype").BoxPackProperty | undefined;
2148
+ "-khtml-line-break"?: import("csstype").LineBreakProperty | undefined;
2149
+ "-khtml-opacity"?: import("csstype").OpacityProperty | undefined;
2150
+ "-khtml-user-select"?: import("csstype").UserSelectProperty | undefined;
2151
+ "-moz-background-clip"?: string | undefined;
2152
+ "-moz-background-inline-policy"?: import("csstype").BoxDecorationBreakProperty | undefined;
2153
+ "-moz-background-origin"?: string | undefined;
2154
+ "-moz-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
2155
+ "-moz-binding"?: string | undefined;
2156
+ "-moz-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
2157
+ "-moz-border-radius-bottomleft"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
2158
+ "-moz-border-radius-bottomright"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
2159
+ "-moz-border-radius-topleft"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
2160
+ "-moz-border-radius-topright"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
2161
+ "-moz-box-align"?: import("csstype").BoxAlignProperty | undefined;
2162
+ "-moz-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
2163
+ "-moz-box-flex"?: import("csstype").GlobalsNumber | undefined;
2164
+ "-moz-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
2165
+ "-moz-box-orient"?: import("csstype").BoxOrientProperty | undefined;
2166
+ "-moz-box-pack"?: import("csstype").BoxPackProperty | undefined;
2167
+ "-moz-box-shadow"?: string | undefined;
2168
+ "-moz-float-edge"?: import("csstype").MozFloatEdgeProperty | undefined;
2169
+ "-moz-force-broken-image-icon"?: import("csstype").MozForceBrokenImageIconProperty | undefined;
2170
+ "-moz-opacity"?: import("csstype").OpacityProperty | undefined;
2171
+ "-moz-outline"?: import("csstype").OutlineProperty<string | number> | undefined;
2172
+ "-moz-outline-color"?: string | undefined;
2173
+ "-moz-outline-radius"?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
2174
+ "-moz-outline-radius-bottomleft"?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
2175
+ "-moz-outline-radius-bottomright"?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
2176
+ "-moz-outline-radius-topleft"?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
2177
+ "-moz-outline-radius-topright"?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
2178
+ "-moz-outline-style"?: string | undefined;
2179
+ "-moz-outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
2180
+ "-moz-text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
2181
+ "-moz-text-decoration-color"?: string | undefined;
2182
+ "-moz-text-decoration-line"?: string | undefined;
2183
+ "-moz-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
2184
+ "-moz-user-input"?: import("csstype").MozUserInputProperty | undefined;
2185
+ "-ms-ime-mode"?: import("csstype").ImeModeProperty | undefined;
2186
+ "-o-animation"?: import("csstype").AnimationProperty | undefined;
2187
+ "-o-animation-delay"?: string | undefined;
2188
+ "-o-animation-direction"?: string | undefined;
2189
+ "-o-animation-duration"?: string | undefined;
2190
+ "-o-animation-fill-mode"?: string | undefined;
2191
+ "-o-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
2192
+ "-o-animation-name"?: string | undefined;
2193
+ "-o-animation-play-state"?: string | undefined;
2194
+ "-o-animation-timing-function"?: string | undefined;
2195
+ "-o-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
2196
+ "-o-border-image"?: import("csstype").BorderImageProperty | undefined;
2197
+ "-o-object-fit"?: import("csstype").ObjectFitProperty | undefined;
2198
+ "-o-object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
2199
+ "-o-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
2200
+ "-o-text-overflow"?: string | undefined;
2201
+ "-o-transform"?: string | undefined;
2202
+ "-o-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
2203
+ "-o-transition"?: string | undefined;
2204
+ "-o-transition-delay"?: string | undefined;
2205
+ "-o-transition-duration"?: string | undefined;
2206
+ "-o-transition-property"?: string | undefined;
2207
+ "-o-transition-timing-function"?: string | undefined;
2208
+ "-webkit-box-align"?: import("csstype").BoxAlignProperty | undefined;
2209
+ "-webkit-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
2210
+ "-webkit-box-flex"?: import("csstype").GlobalsNumber | undefined;
2211
+ "-webkit-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
2212
+ "-webkit-box-lines"?: import("csstype").BoxLinesProperty | undefined;
2213
+ "-webkit-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
2214
+ "-webkit-box-orient"?: import("csstype").BoxOrientProperty | undefined;
2215
+ "-webkit-box-pack"?: import("csstype").BoxPackProperty | undefined;
2216
+ "-webkit-scroll-snap-points-x"?: string | undefined;
2217
+ "-webkit-scroll-snap-points-y"?: string | undefined;
2218
+ "alignment-baseline"?: import("csstype").AlignmentBaselineProperty | undefined;
2219
+ "baseline-shift"?: import("csstype").BaselineShiftProperty<string | number> | undefined;
2220
+ "clip-rule"?: import("csstype").ClipRuleProperty | undefined;
2221
+ "color-interpolation"?: import("csstype").ColorInterpolationProperty | undefined;
2222
+ "color-rendering"?: import("csstype").ColorRenderingProperty | undefined;
2223
+ "dominant-baseline"?: import("csstype").DominantBaselineProperty | undefined;
2224
+ "fill-opacity"?: import("csstype").GlobalsNumber | undefined;
2225
+ "fill-rule"?: import("csstype").FillRuleProperty | undefined;
2226
+ "flood-color"?: string | undefined;
2227
+ "flood-opacity"?: import("csstype").GlobalsNumber | undefined;
2228
+ "glyph-orientation-vertical"?: import("csstype").GlyphOrientationVerticalProperty | undefined;
2229
+ "lighting-color"?: string | undefined;
2230
+ "marker-end"?: string | undefined;
2231
+ "marker-mid"?: string | undefined;
2232
+ "marker-start"?: string | undefined;
2233
+ "shape-rendering"?: import("csstype").ShapeRenderingProperty | undefined;
2234
+ "stop-color"?: string | undefined;
2235
+ "stop-opacity"?: import("csstype").GlobalsNumber | undefined;
2236
+ "stroke-dasharray"?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
2237
+ "stroke-dashoffset"?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
2238
+ "stroke-linecap"?: import("csstype").StrokeLinecapProperty | undefined;
2239
+ "stroke-linejoin"?: import("csstype").StrokeLinejoinProperty | undefined;
2240
+ "stroke-miterlimit"?: import("csstype").GlobalsNumber | undefined;
2241
+ "stroke-opacity"?: import("csstype").GlobalsNumber | undefined;
2242
+ "stroke-width"?: import("csstype").StrokeWidthProperty<string | number> | undefined;
2243
+ "text-anchor"?: import("csstype").TextAnchorProperty | undefined;
2244
+ "vector-effect"?: import("csstype").VectorEffectProperty | undefined;
2245
+ }>;
2246
+ ellipsisStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2247
+ isHiddenContent: import("vue").ComputedRef<boolean>;
2248
+ HiddenContent: import("vue").DefineComponent<{
2249
+ content: {
2250
+ type: StringConstructor;
2251
+ default: string;
2252
+ };
2253
+ tip: StringConstructor;
2254
+ width: {
2255
+ type: NumberConstructor;
2256
+ };
2257
+ contentStyle: {
2258
+ type: PropType<import("vue").CSSProperties>;
2259
+ default: () => {};
2260
+ };
2261
+ }, {
2262
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2263
+ content: {
2264
+ type: StringConstructor;
2265
+ default: string;
2266
+ };
2267
+ tip: StringConstructor;
2268
+ width: {
2269
+ type: NumberConstructor;
2270
+ };
2271
+ contentStyle: {
2272
+ type: PropType<import("vue").CSSProperties>;
2273
+ default: () => {};
2274
+ };
2275
+ }>> & {}>>;
2276
+ hidden: import("vue").Ref<boolean>;
2277
+ toggleHidden: () => void;
2278
+ wrapperStyle: import("vue").ComputedRef<{
2279
+ maxWidth: string;
2280
+ width: string;
2281
+ }>;
2282
+ parsedContentStyle: import("vue").ComputedRef<{}>;
2283
+ displayContent: import("vue").ComputedRef<string>;
2284
+ InfoEllipsis: import("vue").DefineComponent<{
2285
+ content: {
2286
+ type: StringConstructor;
2287
+ default: string;
2288
+ };
2289
+ tip: {
2290
+ type: StringConstructor;
2291
+ };
2292
+ contentStyle: {
2293
+ type: PropType<import("vue").CSSProperties>;
2294
+ default: () => {};
2295
+ };
2296
+ }, {
2297
+ NEllipsis: any;
2298
+ NTooltip: any;
2299
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2300
+ content: {
2301
+ type: StringConstructor;
2302
+ default: string;
2303
+ };
2304
+ tip: {
2305
+ type: StringConstructor;
2306
+ };
2307
+ contentStyle: {
2308
+ type: PropType<import("vue").CSSProperties>;
2309
+ default: () => {};
2310
+ };
2311
+ }>>, {
2312
+ content: string;
2313
+ contentStyle: import("vue").CSSProperties;
2314
+ }>;
2315
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2316
+ content: {
2317
+ type: StringConstructor;
2318
+ default: string;
2319
+ };
2320
+ tip: StringConstructor;
2321
+ width: {
2322
+ type: NumberConstructor;
2323
+ };
2324
+ contentStyle: {
2325
+ type: PropType<import("vue").CSSProperties>;
2326
+ default: () => {};
2327
+ };
2328
+ }>>, {
2329
+ content: string;
2330
+ contentStyle: import("vue").CSSProperties;
2331
+ }>;
2332
+ InfoEllipsis: import("vue").DefineComponent<{
2333
+ content: {
2334
+ type: StringConstructor;
2335
+ default: string;
2336
+ };
2337
+ tip: {
2338
+ type: StringConstructor;
2339
+ };
2340
+ contentStyle: {
2341
+ type: PropType<import("vue").CSSProperties>;
2342
+ default: () => {};
2343
+ };
2344
+ }, {
2345
+ NEllipsis: any;
2346
+ NTooltip: any;
2347
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2348
+ content: {
2349
+ type: StringConstructor;
2350
+ default: string;
2351
+ };
2352
+ tip: {
2353
+ type: StringConstructor;
2354
+ };
2355
+ contentStyle: {
2356
+ type: PropType<import("vue").CSSProperties>;
2357
+ default: () => {};
2358
+ };
2359
+ }>>, {
2360
+ content: string;
2361
+ contentStyle: import("vue").CSSProperties;
2362
+ }>;
2363
+ SlotRender: import("vue").DefineComponent<{
2364
+ renderer: {
2365
+ type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | Func<any[], any>>;
2366
+ required: true;
2367
+ };
2368
+ rootSlots: {
2369
+ type: PropType<Record<string, Func<any[], any>>>;
2370
+ };
2371
+ }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2372
+ renderer: {
2373
+ type: PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | Func<any[], any>>;
2374
+ required: true;
2375
+ };
2376
+ rootSlots: {
2377
+ type: PropType<Record<string, Func<any[], any>>>;
2378
+ };
2379
+ }>>, {}>;
332
2380
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
333
- content: {
2381
+ infoItem: {
2382
+ type: null;
2383
+ required: true;
2384
+ default: () => {};
2385
+ };
2386
+ labelField: {
334
2387
  type: StringConstructor;
2388
+ required: false;
335
2389
  default: string;
336
2390
  };
337
- tip: {
2391
+ valueField: {
338
2392
  type: StringConstructor;
2393
+ required: false;
2394
+ default: string;
339
2395
  };
340
- contentStyle: {
341
- type: PropType<import("vue").CSSProperties>;
342
- default: () => {};
2396
+ width: {
2397
+ type: NumberConstructor;
2398
+ required: false;
2399
+ };
2400
+ rootSlot: {
2401
+ type: ObjectConstructor;
2402
+ required: true;
343
2403
  };
344
2404
  }>>, {
345
- contentStyle: import("vue").CSSProperties;
346
- content: string;
2405
+ labelField: string;
2406
+ valueField: string;
2407
+ infoItem: any;
347
2408
  }>;
348
2409
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
349
- content: {
2410
+ infoList: {
2411
+ type: ArrayConstructor;
2412
+ required: false;
2413
+ default: () => never[];
2414
+ };
2415
+ labelField: {
350
2416
  type: StringConstructor;
2417
+ required: false;
351
2418
  default: string;
352
2419
  };
353
- tip: StringConstructor;
354
- width: {
2420
+ valueField: {
2421
+ type: StringConstructor;
2422
+ required: false;
2423
+ default: string;
2424
+ };
2425
+ rootSlot: {
2426
+ type: ObjectConstructor;
2427
+ required: true;
2428
+ };
2429
+ descriptionWidthList: {
2430
+ type: ArrayConstructor;
2431
+ required: true;
2432
+ default: () => never[];
2433
+ };
2434
+ columnNum: {
355
2435
  type: NumberConstructor;
2436
+ required: true;
2437
+ default: number;
356
2438
  };
357
- contentStyle: {
358
- type: PropType<import("vue").CSSProperties>;
359
- default: () => {};
2439
+ inForm: {
2440
+ type: BooleanConstructor;
2441
+ required: false;
360
2442
  };
361
2443
  }>>, {
362
- contentStyle: import("vue").CSSProperties;
363
- content: string;
2444
+ infoList: unknown[];
2445
+ labelField: string;
2446
+ valueField: string;
2447
+ descriptionWidthList: unknown[];
2448
+ columnNum: number;
2449
+ inForm: boolean;
364
2450
  }>;
2451
+ FormRender: import("../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
2452
+ formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
2453
+ key: import("vue").Ref<number>;
2454
+ reload: () => Promise<void>;
2455
+ formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList"];
2456
+ exposed: Partial<FormRenderExpose>;
2457
+ FormRender: import("vue").DefineComponent<{
2458
+ fieldList: {
2459
+ type: PropType<import("../../../../es/components/form-render").FieldItem[]>;
2460
+ };
2461
+ initialData: {
2462
+ type: PropType<AnyObject>;
2463
+ default: () => {};
2464
+ };
2465
+ fieldVisitor: {
2466
+ type: PropType<import("../../../../es/components/form-render").FieldVisitor>;
2467
+ };
2468
+ column: {
2469
+ type: NumberConstructor;
2470
+ default: number;
2471
+ };
2472
+ maxHeight: {
2473
+ type: (NumberConstructor | StringConstructor)[];
2474
+ default: string;
2475
+ };
2476
+ anchor: {
2477
+ type: BooleanConstructor;
2478
+ default: boolean;
2479
+ };
2480
+ parallelism: {
2481
+ type: NumberConstructor;
2482
+ default: number;
2483
+ };
2484
+ businessFormatter: {
2485
+ type: PropType<import("../../../../es/components/form-render").FormBusinessFormatter>;
2486
+ };
2487
+ schema: {
2488
+ type: PropType<import("@formily/json-schema").Stringify<{
2489
+ [key: symbol]: any;
2490
+ [key: `x-${string}`]: any;
2491
+ [key: `x-${number}`]: any;
2492
+ version?: string | undefined;
2493
+ name?: import("@formily/json-schema").SchemaKey | undefined;
2494
+ title?: any;
2495
+ description?: any;
2496
+ default?: any;
2497
+ readOnly?: boolean | undefined;
2498
+ writeOnly?: boolean | undefined;
2499
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
2500
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2501
+ const?: any;
2502
+ multipleOf?: number | undefined;
2503
+ maximum?: number | undefined;
2504
+ exclusiveMaximum?: number | undefined;
2505
+ minimum?: number | undefined;
2506
+ exclusiveMinimum?: number | undefined;
2507
+ maxLength?: number | undefined;
2508
+ minLength?: number | undefined;
2509
+ pattern?: string | RegExp | undefined;
2510
+ maxItems?: number | undefined;
2511
+ minItems?: number | undefined;
2512
+ uniqueItems?: boolean | undefined;
2513
+ maxProperties?: number | undefined;
2514
+ minProperties?: number | undefined;
2515
+ required?: string | boolean | string[] | undefined;
2516
+ format?: string | undefined;
2517
+ $ref?: string | undefined;
2518
+ $namespace?: string | undefined;
2519
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2520
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2521
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2522
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2523
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2524
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2525
+ "x-value"?: any;
2526
+ "x-index"?: number | undefined;
2527
+ "x-pattern"?: any;
2528
+ "x-display"?: any;
2529
+ "x-validator"?: any;
2530
+ "x-decorator"?: any;
2531
+ "x-decorator-props"?: any;
2532
+ "x-component"?: any;
2533
+ "x-component-props"?: any;
2534
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2535
+ "x-content"?: any;
2536
+ "x-data"?: any;
2537
+ "x-visible"?: boolean | undefined;
2538
+ "x-hidden"?: boolean | undefined;
2539
+ "x-disabled"?: boolean | undefined;
2540
+ "x-editable"?: boolean | undefined;
2541
+ "x-read-only"?: boolean | undefined;
2542
+ "x-read-pretty"?: boolean | undefined;
2543
+ "x-compile-omitted"?: string[] | undefined;
2544
+ }>>;
2545
+ };
2546
+ components: {
2547
+ type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
2548
+ default: () => {};
2549
+ };
2550
+ scope: {
2551
+ type: PropType<AnyObject>;
2552
+ default: () => {};
2553
+ };
2554
+ annotation: {
2555
+ type: PropType<AnyObject>;
2556
+ };
2557
+ consumer: {
2558
+ type: BooleanConstructor;
2559
+ default: boolean;
2560
+ };
2561
+ uuid: {
2562
+ type: StringConstructor;
2563
+ };
2564
+ lifeCycle: {
2565
+ type: PropType<Partial<{
2566
+ onSetup(): void;
2567
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
2568
+ afterRequest(fieldKey: string, payload?: any): AnyObject[];
2569
+ }>>;
2570
+ };
2571
+ requestInstance: {
2572
+ type: PropType<import("../../../../es/components/form-render").RequestInstance>;
2573
+ };
2574
+ enterToNextWidget: {
2575
+ type: PropType<boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void)>;
2576
+ default: boolean;
2577
+ };
2578
+ lowCodeReactions: {
2579
+ type: PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2580
+ };
2581
+ linebarAutoHidden: {
2582
+ type: BooleanConstructor;
2583
+ };
2584
+ }, {
2585
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2586
+ fieldList: {
2587
+ type: PropType<import("../../../../es/components/form-render").FieldItem[]>;
2588
+ };
2589
+ initialData: {
2590
+ type: PropType<AnyObject>;
2591
+ default: () => {};
2592
+ };
2593
+ fieldVisitor: {
2594
+ type: PropType<import("../../../../es/components/form-render").FieldVisitor>;
2595
+ };
2596
+ column: {
2597
+ type: NumberConstructor;
2598
+ default: number;
2599
+ };
2600
+ maxHeight: {
2601
+ type: (NumberConstructor | StringConstructor)[];
2602
+ default: string;
2603
+ };
2604
+ anchor: {
2605
+ type: BooleanConstructor;
2606
+ default: boolean;
2607
+ };
2608
+ parallelism: {
2609
+ type: NumberConstructor;
2610
+ default: number;
2611
+ };
2612
+ businessFormatter: {
2613
+ type: PropType<import("../../../../es/components/form-render").FormBusinessFormatter>;
2614
+ };
2615
+ schema: {
2616
+ type: PropType<import("@formily/json-schema").Stringify<{
2617
+ [key: symbol]: any;
2618
+ [key: `x-${string}`]: any;
2619
+ [key: `x-${number}`]: any;
2620
+ version?: string | undefined;
2621
+ name?: import("@formily/json-schema").SchemaKey | undefined;
2622
+ title?: any;
2623
+ description?: any;
2624
+ default?: any;
2625
+ readOnly?: boolean | undefined;
2626
+ writeOnly?: boolean | undefined;
2627
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
2628
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2629
+ const?: any;
2630
+ multipleOf?: number | undefined;
2631
+ maximum?: number | undefined;
2632
+ exclusiveMaximum?: number | undefined;
2633
+ minimum?: number | undefined;
2634
+ exclusiveMinimum?: number | undefined;
2635
+ maxLength?: number | undefined;
2636
+ minLength?: number | undefined;
2637
+ pattern?: string | RegExp | undefined;
2638
+ maxItems?: number | undefined;
2639
+ minItems?: number | undefined;
2640
+ uniqueItems?: boolean | undefined;
2641
+ maxProperties?: number | undefined;
2642
+ minProperties?: number | undefined;
2643
+ required?: string | boolean | string[] | undefined;
2644
+ format?: string | undefined;
2645
+ $ref?: string | undefined;
2646
+ $namespace?: string | undefined;
2647
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2648
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2649
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2650
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2651
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2652
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2653
+ "x-value"?: any;
2654
+ "x-index"?: number | undefined;
2655
+ "x-pattern"?: any;
2656
+ "x-display"?: any;
2657
+ "x-validator"?: any;
2658
+ "x-decorator"?: any;
2659
+ "x-decorator-props"?: any;
2660
+ "x-component"?: any;
2661
+ "x-component-props"?: any;
2662
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2663
+ "x-content"?: any;
2664
+ "x-data"?: any;
2665
+ "x-visible"?: boolean | undefined;
2666
+ "x-hidden"?: boolean | undefined;
2667
+ "x-disabled"?: boolean | undefined;
2668
+ "x-editable"?: boolean | undefined;
2669
+ "x-read-only"?: boolean | undefined;
2670
+ "x-read-pretty"?: boolean | undefined;
2671
+ "x-compile-omitted"?: string[] | undefined;
2672
+ }>>;
2673
+ };
2674
+ components: {
2675
+ type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
2676
+ default: () => {};
2677
+ };
2678
+ scope: {
2679
+ type: PropType<AnyObject>;
2680
+ default: () => {};
2681
+ };
2682
+ annotation: {
2683
+ type: PropType<AnyObject>;
2684
+ };
2685
+ consumer: {
2686
+ type: BooleanConstructor;
2687
+ default: boolean;
2688
+ };
2689
+ uuid: {
2690
+ type: StringConstructor;
2691
+ };
2692
+ lifeCycle: {
2693
+ type: PropType<Partial<{
2694
+ onSetup(): void;
2695
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
2696
+ afterRequest(fieldKey: string, payload?: any): AnyObject[];
2697
+ }>>;
2698
+ };
2699
+ requestInstance: {
2700
+ type: PropType<import("../../../../es/components/form-render").RequestInstance>;
2701
+ };
2702
+ enterToNextWidget: {
2703
+ type: PropType<boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void)>;
2704
+ default: boolean;
2705
+ };
2706
+ lowCodeReactions: {
2707
+ type: PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
2708
+ };
2709
+ linebarAutoHidden: {
2710
+ type: BooleanConstructor;
2711
+ };
2712
+ }>> & {
2713
+ onFormChange?: ((...args: any[]) => any) | undefined;
2714
+ onScroll?: ((...args: any[]) => any) | undefined;
2715
+ onAnnotationChange?: ((...args: any[]) => any) | undefined;
2716
+ }>>;
2717
+ emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
2718
+ nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
2719
+ formRenderRef: import("vue").Ref<HTMLElement | undefined>;
2720
+ formHeight: import("vue").ComputedRef<string>;
2721
+ SchemaField: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
2722
+ businessCollector: import("../../../../es/components/form-render").BusinessCollector;
2723
+ formItemDepsCollector: import("../../../../es/components/form-render").FormItemDepsCollector;
2724
+ changeContextCollector: import("../../../../es/components/form-render").ContextCollector;
2725
+ formUUID: string;
2726
+ anchorBarRef: import("vue").Ref<{
2727
+ syncBarPosition: Func<any[], any>;
2728
+ } | undefined>;
2729
+ currentAnchor: import("vue").WritableComputedRef<string>;
2730
+ generateAnchorList: (formModel: import("../../../../es/components/form-render").Form<any>) => Promise<void>;
2731
+ updateAnchorList: (field: import("../../../../es/components/form-render").GeneralField) => void;
2732
+ anchorIdList: import("vue").Ref<{
2733
+ name: string;
2734
+ title: string;
2735
+ }[]>;
2736
+ onScroll: (scrollEvent: Event) => void;
2737
+ triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
2738
+ observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
2739
+ setGraph: (field: import("../../../../es/components/form-render").GeneralField) => void;
2740
+ removeGraph: (field: import("../../../../es/components/form-render").GeneralField) => void;
2741
+ formModel: import("../../../../es/components/form-render").Form<{
2742
+ [x: string]: any;
2743
+ }>;
2744
+ lowCodeReactionsHandler: (field: string, value: unknown) => void;
2745
+ triggerAllReactionsHandler: () => void;
2746
+ schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
2747
+ [key: symbol]: any;
2748
+ [key: `x-${string}`]: any;
2749
+ [key: `x-${number}`]: any;
2750
+ version?: string | undefined;
2751
+ name?: import("@formily/json-schema").SchemaKey | undefined;
2752
+ title?: any;
2753
+ description?: any;
2754
+ default?: any;
2755
+ readOnly?: boolean | undefined;
2756
+ writeOnly?: boolean | undefined;
2757
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
2758
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2759
+ const?: any;
2760
+ multipleOf?: number | undefined;
2761
+ maximum?: number | undefined;
2762
+ exclusiveMaximum?: number | undefined;
2763
+ minimum?: number | undefined;
2764
+ exclusiveMinimum?: number | undefined;
2765
+ maxLength?: number | undefined;
2766
+ minLength?: number | undefined;
2767
+ pattern?: string | RegExp | undefined;
2768
+ maxItems?: number | undefined;
2769
+ minItems?: number | undefined;
2770
+ uniqueItems?: boolean | undefined;
2771
+ maxProperties?: number | undefined;
2772
+ minProperties?: number | undefined;
2773
+ required?: string | boolean | string[] | undefined;
2774
+ format?: string | undefined;
2775
+ $ref?: string | undefined;
2776
+ $namespace?: string | undefined;
2777
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2778
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2779
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2780
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2781
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2782
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2783
+ "x-value"?: any;
2784
+ "x-index"?: number | undefined;
2785
+ "x-pattern"?: any;
2786
+ "x-display"?: any;
2787
+ "x-validator"?: any;
2788
+ "x-decorator"?: any;
2789
+ "x-decorator-props"?: any;
2790
+ "x-component"?: any;
2791
+ "x-component-props"?: any;
2792
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2793
+ "x-content"?: any;
2794
+ "x-data"?: any;
2795
+ "x-visible"?: boolean | undefined;
2796
+ "x-hidden"?: boolean | undefined;
2797
+ "x-disabled"?: boolean | undefined;
2798
+ "x-editable"?: boolean | undefined;
2799
+ "x-read-only"?: boolean | undefined;
2800
+ "x-read-pretty"?: boolean | undefined;
2801
+ "x-compile-omitted"?: string[] | undefined;
2802
+ }>>;
2803
+ _fieldList: import("../../../../es/components/form-render").FieldItem[];
2804
+ parsedSchema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
2805
+ [key: symbol]: any;
2806
+ [key: `x-${string}`]: any;
2807
+ [key: `x-${number}`]: any;
2808
+ version?: string | undefined;
2809
+ name?: import("@formily/json-schema").SchemaKey | undefined;
2810
+ title?: any;
2811
+ description?: any;
2812
+ default?: any;
2813
+ readOnly?: boolean | undefined;
2814
+ writeOnly?: boolean | undefined;
2815
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
2816
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2817
+ const?: any;
2818
+ multipleOf?: number | undefined;
2819
+ maximum?: number | undefined;
2820
+ exclusiveMaximum?: number | undefined;
2821
+ minimum?: number | undefined;
2822
+ exclusiveMinimum?: number | undefined;
2823
+ maxLength?: number | undefined;
2824
+ minLength?: number | undefined;
2825
+ pattern?: string | RegExp | undefined;
2826
+ maxItems?: number | undefined;
2827
+ minItems?: number | undefined;
2828
+ uniqueItems?: boolean | undefined;
2829
+ maxProperties?: number | undefined;
2830
+ minProperties?: number | undefined;
2831
+ required?: string | boolean | string[] | undefined;
2832
+ format?: string | undefined;
2833
+ $ref?: string | undefined;
2834
+ $namespace?: string | undefined;
2835
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2836
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2837
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2838
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2839
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2840
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2841
+ "x-value"?: any;
2842
+ "x-index"?: number | undefined;
2843
+ "x-pattern"?: any;
2844
+ "x-display"?: any;
2845
+ "x-validator"?: any;
2846
+ "x-decorator"?: any;
2847
+ "x-decorator-props"?: any;
2848
+ "x-component"?: any;
2849
+ "x-component-props"?: any;
2850
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2851
+ "x-content"?: any;
2852
+ "x-data"?: any;
2853
+ "x-visible"?: boolean | undefined;
2854
+ "x-hidden"?: boolean | undefined;
2855
+ "x-disabled"?: boolean | undefined;
2856
+ "x-editable"?: boolean | undefined;
2857
+ "x-read-only"?: boolean | undefined;
2858
+ "x-read-pretty"?: boolean | undefined;
2859
+ "x-compile-omitted"?: string[] | undefined;
2860
+ }>>;
2861
+ onKeydown: (event: KeyboardEvent) => void;
2862
+ clearSpan: (uuid: string) => void;
2863
+ exposeEvent: {
2864
+ validate(path?: string): Promise<void>;
2865
+ getFormValues(needCombineExtendKey?: boolean): any;
2866
+ setFormValues(values: AnyObject, needSplitExtendKey?: boolean): void;
2867
+ setFieldState(path: string, handler: (field: Partial<Pick<import("../../../../es/components/form-render").Field<any, any, any, any>, import("../../../../es/components/form-render").NonFunctionPropertyNames<{
2868
+ match: (pattern: import("@formily/path").Pattern) => boolean;
2869
+ validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
2870
+ data: any;
2871
+ loading: boolean;
2872
+ required: boolean;
2873
+ hidden: boolean;
2874
+ visible: boolean;
2875
+ content: any;
2876
+ reset: (options?: import("../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
2877
+ active: boolean;
2878
+ disabled: boolean;
2879
+ display: import("../../../../es/components/form-render").FieldDisplayTypes;
2880
+ value: string;
2881
+ readonly index: string | number;
2882
+ onFocus: (...args: any[]) => Promise<void>;
2883
+ onBlur: (...args: any[]) => Promise<void>;
2884
+ onInput: (...args: any[]) => Promise<void>;
2885
+ submit: <T>(onSubmit?: ((values: any) => void | Promise<T>) | undefined) => Promise<T>;
2886
+ validator: import("../../../../es/components/form-render").FieldValidator;
2887
+ pattern: import("../../../../es/components/form-render").FieldPatternTypes;
2888
+ title: string;
2889
+ form: import("../../../../es/components/form-render").Form<any>;
2890
+ componentProps: Record<string, any>;
2891
+ decoratorProps: Record<string, any>;
2892
+ description: string;
2893
+ readOnly: boolean;
2894
+ editable: boolean;
2895
+ component: import("../../../../es/components/form-render").FieldComponent<any, any>;
2896
+ decorator: import("../../../../es/components/form-render").FieldDecorator<any, any>;
2897
+ validating: boolean;
2898
+ submitting: boolean;
2899
+ visited: boolean;
2900
+ selfModified: boolean;
2901
+ modified: boolean;
2902
+ inputValue: string;
2903
+ inputValues: any[];
2904
+ dataSource: import("../../../../es/components/form-render").FieldDataSource;
2905
+ feedbacks: import("../../../../es/components/form-render").IFieldFeedback[];
2906
+ caches: import("../../../../es/components/form-render").IFieldCaches;
2907
+ selfErrors: import("../../../../es/components/form-render").FeedbackMessage;
2908
+ readonly errors: import("../../../../es/components/form-render").IFormFeedback[];
2909
+ selfWarnings: import("../../../../es/components/form-render").FeedbackMessage;
2910
+ readonly warnings: import("../../../../es/components/form-render").IFormFeedback[];
2911
+ selfSuccesses: import("../../../../es/components/form-render").FeedbackMessage;
2912
+ readonly successes: import("../../../../es/components/form-render").IFormFeedback[];
2913
+ readonly selfValid: boolean;
2914
+ readonly valid: boolean;
2915
+ readonly selfInvalid: boolean;
2916
+ readonly invalid: boolean;
2917
+ initialValue: string;
2918
+ readonly validateStatus: "error" | "success" | "warning" | "validating";
2919
+ setDataSource: (dataSource?: import("../../../../es/components/form-render").FieldDataSource | undefined) => void;
2920
+ setFeedback: (feedback?: import("../../../../es/components/form-render").IFieldFeedback | undefined) => void;
2921
+ setSelfErrors: (messages?: import("../../../../es/components/form-render").FeedbackMessage | undefined) => void;
2922
+ setSelfWarnings: (messages?: import("../../../../es/components/form-render").FeedbackMessage | undefined) => void;
2923
+ setSelfSuccesses: (messages?: import("../../../../es/components/form-render").FeedbackMessage | undefined) => void;
2924
+ setValidator: (validator?: import("../../../../es/components/form-render").FieldValidator | undefined) => void;
2925
+ setValidatorRule: (name: string, value: any) => void;
2926
+ setRequired: (required?: boolean | undefined) => void;
2927
+ setValue: (value?: string | undefined) => void;
2928
+ setInitialValue: (initialValue?: string | undefined) => void;
2929
+ setLoading: (loading?: boolean | undefined) => void;
2930
+ setValidating: (validating?: boolean | undefined) => void;
2931
+ setSubmitting: (submitting?: boolean | undefined) => void;
2932
+ queryFeedbacks: (search?: import("../../../../es/components/form-render").ISearchFeedback | undefined) => import("../../../../es/components/form-render").IFieldFeedback[];
2933
+ modify: () => void;
2934
+ initialized: boolean;
2935
+ mounted: boolean;
2936
+ unmounted: boolean;
2937
+ decoratorType: any;
2938
+ componentType: any;
2939
+ designable: boolean;
2940
+ locate: (address: import("@formily/path").Pattern) => void;
2941
+ readonly parent: import("../../../../es/components/form-render").GeneralField;
2942
+ readPretty: boolean;
2943
+ readonly destroyed: boolean;
2944
+ setTitle: (title?: string | undefined) => void;
2945
+ setDescription: (description?: string | undefined) => void;
2946
+ setDisplay: (type?: import("../../../../es/components/form-render").FieldDisplayTypes | undefined) => void;
2947
+ setPattern: (type?: import("../../../../es/components/form-render").FieldPatternTypes | undefined) => void;
2948
+ setComponent: <C extends unknown, ComponentProps extends object = {}>(component?: C | undefined, props?: ComponentProps | undefined) => void;
2949
+ setComponentProps: <ComponentProps_1 extends object = {}>(props?: ComponentProps_1 | undefined) => void;
2950
+ setDecorator: <D extends unknown, ComponentProps_2 extends object = {}>(component?: D | undefined, props?: ComponentProps_2 | undefined) => void;
2951
+ setDecoratorProps: <ComponentProps_3 extends object = {}>(props?: ComponentProps_3 | undefined) => void;
2952
+ setData: (data: any) => void;
2953
+ setContent: (content: any) => void;
2954
+ onInit: () => void;
2955
+ onMount: () => void;
2956
+ onUnmount: () => void;
2957
+ query: (pattern: import("@formily/path").Pattern) => import("../../../../es/components/form-render").Query;
2958
+ notify: (type: import("../../../../es/components/form-render").LifeCycleTypes, payload?: any) => void;
2959
+ dispose: () => void;
2960
+ destroy: (forceClear?: boolean | undefined) => void;
2961
+ }>>>) => void): void;
2962
+ resetFields(path?: string): Promise<void>;
2963
+ queryWidget(key: string): Promise<{
2964
+ widgetElement: HTMLInputElement | null | undefined;
2965
+ widgetElementList: HTMLInputElement[];
2966
+ decoratorElement: HTMLElement | null | undefined;
2967
+ } | null>;
2968
+ };
2969
+ 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<{}>>, {}>;
2970
+ 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>>>, {
2971
+ form: any;
2972
+ }>;
2973
+ NConfigProvider: any;
2974
+ NForm: any;
2975
+ NTabPane: import("vue").DefineComponent<{
2976
+ readonly tab: PropType<string | number | VNode<import("vue").RendererNode, import("vue").RendererElement, {
2977
+ [key: string]: any;
2978
+ }> | (() => import("vue").VNodeChild)>;
2979
+ readonly name: {
2980
+ readonly type: PropType<string | number>;
2981
+ readonly required: true;
2982
+ };
2983
+ readonly disabled: BooleanConstructor;
2984
+ readonly displayDirective: {
2985
+ readonly type: PropType<"show" | "if" | "show:lazy">;
2986
+ readonly default: "if";
2987
+ };
2988
+ readonly closable: {
2989
+ readonly type: PropType<boolean | undefined>;
2990
+ readonly default: undefined;
2991
+ };
2992
+ readonly tabProps: PropType<import("vue").HTMLAttributes>;
2993
+ readonly label: PropType<string | number | VNode<import("vue").RendererNode, import("vue").RendererElement, {
2994
+ [key: string]: any;
2995
+ }> | (() => import("vue").VNodeChild)>;
2996
+ }, {
2997
+ style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
2998
+ class: import("vue").Ref<string | undefined>;
2999
+ mergedClsPrefix: import("vue").Ref<string>;
3000
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3001
+ readonly tab: PropType<string | number | VNode<import("vue").RendererNode, import("vue").RendererElement, {
3002
+ [key: string]: any;
3003
+ }> | (() => import("vue").VNodeChild)>;
3004
+ readonly name: {
3005
+ readonly type: PropType<string | number>;
3006
+ readonly required: true;
3007
+ };
3008
+ readonly disabled: BooleanConstructor;
3009
+ readonly displayDirective: {
3010
+ readonly type: PropType<"show" | "if" | "show:lazy">;
3011
+ readonly default: "if";
3012
+ };
3013
+ readonly closable: {
3014
+ readonly type: PropType<boolean | undefined>;
3015
+ readonly default: undefined;
3016
+ };
3017
+ readonly tabProps: PropType<import("vue").HTMLAttributes>;
3018
+ readonly label: PropType<string | number | VNode<import("vue").RendererNode, import("vue").RendererElement, {
3019
+ [key: string]: any;
3020
+ }> | (() => import("vue").VNodeChild)>;
3021
+ }>>, {
3022
+ readonly disabled: boolean;
3023
+ readonly closable: boolean | undefined;
3024
+ readonly displayDirective: "show" | "if" | "show:lazy";
3025
+ }>;
3026
+ NTabs: any;
3027
+ }, 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<{
3028
+ fieldList: {
3029
+ type: PropType<import("../../../../es/components/form-render").FieldItem[]>;
3030
+ };
3031
+ initialData: {
3032
+ type: PropType<AnyObject>;
3033
+ default: () => {};
3034
+ };
3035
+ fieldVisitor: {
3036
+ type: PropType<import("../../../../es/components/form-render").FieldVisitor>;
3037
+ };
3038
+ column: {
3039
+ type: NumberConstructor;
3040
+ default: number;
3041
+ };
3042
+ maxHeight: {
3043
+ type: (NumberConstructor | StringConstructor)[];
3044
+ default: string;
3045
+ };
3046
+ anchor: {
3047
+ type: BooleanConstructor;
3048
+ default: boolean;
3049
+ };
3050
+ parallelism: {
3051
+ type: NumberConstructor;
3052
+ default: number;
3053
+ };
3054
+ businessFormatter: {
3055
+ type: PropType<import("../../../../es/components/form-render").FormBusinessFormatter>;
3056
+ };
3057
+ schema: {
3058
+ type: PropType<import("@formily/json-schema").Stringify<{
3059
+ [key: symbol]: any;
3060
+ [key: `x-${string}`]: any;
3061
+ [key: `x-${number}`]: any;
3062
+ version?: string | undefined;
3063
+ name?: import("@formily/json-schema").SchemaKey | undefined;
3064
+ title?: any;
3065
+ description?: any;
3066
+ default?: any;
3067
+ readOnly?: boolean | undefined;
3068
+ writeOnly?: boolean | undefined;
3069
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
3070
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
3071
+ const?: any;
3072
+ multipleOf?: number | undefined;
3073
+ maximum?: number | undefined;
3074
+ exclusiveMaximum?: number | undefined;
3075
+ minimum?: number | undefined;
3076
+ exclusiveMinimum?: number | undefined;
3077
+ maxLength?: number | undefined;
3078
+ minLength?: number | undefined;
3079
+ pattern?: string | RegExp | undefined;
3080
+ maxItems?: number | undefined;
3081
+ minItems?: number | undefined;
3082
+ uniqueItems?: boolean | undefined;
3083
+ maxProperties?: number | undefined;
3084
+ minProperties?: number | undefined;
3085
+ required?: string | boolean | string[] | undefined;
3086
+ format?: string | undefined;
3087
+ $ref?: string | undefined;
3088
+ $namespace?: string | undefined;
3089
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3090
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3091
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
3092
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
3093
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3094
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
3095
+ "x-value"?: any;
3096
+ "x-index"?: number | undefined;
3097
+ "x-pattern"?: any;
3098
+ "x-display"?: any;
3099
+ "x-validator"?: any;
3100
+ "x-decorator"?: any;
3101
+ "x-decorator-props"?: any;
3102
+ "x-component"?: any;
3103
+ "x-component-props"?: any;
3104
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
3105
+ "x-content"?: any;
3106
+ "x-data"?: any;
3107
+ "x-visible"?: boolean | undefined;
3108
+ "x-hidden"?: boolean | undefined;
3109
+ "x-disabled"?: boolean | undefined;
3110
+ "x-editable"?: boolean | undefined;
3111
+ "x-read-only"?: boolean | undefined;
3112
+ "x-read-pretty"?: boolean | undefined;
3113
+ "x-compile-omitted"?: string[] | undefined;
3114
+ }>>;
3115
+ };
3116
+ components: {
3117
+ type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
3118
+ default: () => {};
3119
+ };
3120
+ scope: {
3121
+ type: PropType<AnyObject>;
3122
+ default: () => {};
3123
+ };
3124
+ annotation: {
3125
+ type: PropType<AnyObject>;
3126
+ };
3127
+ consumer: {
3128
+ type: BooleanConstructor;
3129
+ default: boolean;
3130
+ };
3131
+ uuid: {
3132
+ type: StringConstructor;
3133
+ };
3134
+ lifeCycle: {
3135
+ type: PropType<Partial<{
3136
+ onSetup(): void;
3137
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3138
+ afterRequest(fieldKey: string, payload?: any): AnyObject[];
3139
+ }>>;
3140
+ };
3141
+ requestInstance: {
3142
+ type: PropType<import("../../../../es/components/form-render").RequestInstance>;
3143
+ };
3144
+ enterToNextWidget: {
3145
+ type: PropType<boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void)>;
3146
+ default: boolean;
3147
+ };
3148
+ lowCodeReactions: {
3149
+ type: PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
3150
+ };
3151
+ linebarAutoHidden: {
3152
+ type: BooleanConstructor;
3153
+ };
3154
+ }>> & {
3155
+ onFormChange?: ((...args: any[]) => any) | undefined;
3156
+ onScroll?: ((...args: any[]) => any) | undefined;
3157
+ onAnnotationChange?: ((...args: any[]) => any) | undefined;
3158
+ }, {
3159
+ anchor: boolean;
3160
+ maxHeight: string | number;
3161
+ column: number;
3162
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
3163
+ initialData: AnyObject;
3164
+ parallelism: number;
3165
+ scope: AnyObject;
3166
+ consumer: boolean;
3167
+ enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
3168
+ linebarAutoHidden: boolean;
3169
+ }>;
3170
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
365
3171
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
366
- compact: {
367
- type: BooleanConstructor;
368
- required: false;
369
- default: boolean;
370
- };
371
3172
  infoList: {
372
3173
  type: ArrayConstructor;
373
3174
  required: false;
@@ -388,22 +3189,21 @@ declare const _default: import("vue").DefineComponent<{
388
3189
  required: false;
389
3190
  default: number;
390
3191
  };
391
- rowHeight: {
392
- type: (NumberConstructor | StringConstructor)[];
393
- required: false;
394
- default: number;
395
- };
396
3192
  rootSlot: {
397
3193
  type: ObjectConstructor;
398
3194
  required: true;
399
3195
  };
3196
+ formProps: {
3197
+ type: ObjectConstructor;
3198
+ required: false;
3199
+ default: () => {};
3200
+ };
400
3201
  }>>, {
401
- compact: boolean;
402
3202
  infoList: unknown[];
403
3203
  labelField: string;
404
3204
  valueField: string;
405
3205
  minColumnWidth: string | number;
406
- rowHeight: string | number;
3206
+ formProps: Record<string, any>;
407
3207
  }>;
408
3208
  PatientInfo: import("vue").DefineComponent<{
409
3209
  patientInfo: {
@@ -411,6 +3211,10 @@ declare const _default: import("vue").DefineComponent<{
411
3211
  required: true;
412
3212
  default: () => {};
413
3213
  };
3214
+ patientEditable: {
3215
+ type: BooleanConstructor;
3216
+ required: true;
3217
+ };
414
3218
  }, {
415
3219
  props: {
416
3220
  patientInfo: Partial<{
@@ -419,9 +3223,13 @@ declare const _default: import("vue").DefineComponent<{
419
3223
  avatarProps: string;
420
3224
  avatarPreviewProps: string;
421
3225
  name: string;
3226
+ nameProps: Partial<import("../../../../es/components/form-render").FieldItem>;
422
3227
  sex: string;
3228
+ sexProps: Partial<import("../../../../es/components/form-render").FieldItem>;
423
3229
  age: string;
3230
+ ageProps: Partial<import("../../../../es/components/form-render").FieldItem>;
424
3231
  ageUnit: string;
3232
+ ageUnitProps: Partial<import("../../../../es/components/form-render").FieldItem>;
425
3233
  tagList: Partial<{
426
3234
  type?: "warning" | "info" | undefined;
427
3235
  content: string;
@@ -432,6 +3240,7 @@ declare const _default: import("vue").DefineComponent<{
432
3240
  } | undefined;
433
3241
  }>[];
434
3242
  }>;
3243
+ patientEditable: boolean;
435
3244
  };
436
3245
  tagListExcludeEmpty: import("vue").ComputedRef<Partial<{
437
3246
  type?: "warning" | "info" | undefined;
@@ -442,6 +3251,14 @@ declare const _default: import("vue").DefineComponent<{
442
3251
  textColor?: string | undefined;
443
3252
  } | undefined;
444
3253
  }>[]>;
3254
+ colorMap: {
3255
+ warning: string;
3256
+ info: string;
3257
+ };
3258
+ textColorMap: {
3259
+ warning: string;
3260
+ info: string;
3261
+ };
445
3262
  getTagColor: ({ type }: Partial<{
446
3263
  type?: "warning" | "info" | undefined;
447
3264
  content: string;
@@ -454,28 +3271,755 @@ declare const _default: import("vue").DefineComponent<{
454
3271
  color: string;
455
3272
  textColor: string;
456
3273
  };
3274
+ show: import("vue").Ref<boolean>;
3275
+ fieldList: import("vue").ComputedRef<import("../../../../es/components/form-render").FieldItem[]>;
3276
+ formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
3277
+ confirm: () => Promise<void>;
457
3278
  NImage: any;
458
3279
  NEllipsis: any;
459
3280
  NTag: any;
460
3281
  NPopover: any;
3282
+ NDivider: any;
3283
+ NSpace: any;
3284
+ NButton: any;
3285
+ FormRender: import("../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{}, {
3286
+ formRenderRef: import("vue").Ref<FormRenderExpose | undefined>;
3287
+ key: import("vue").Ref<number>;
3288
+ reload: () => Promise<void>;
3289
+ formRenderExposeKeyList: readonly ["validate", "getFormValues", "setFormValues", "setFieldState", "resetFields", "queryWidget", "getFieldList"];
3290
+ exposed: Partial<FormRenderExpose>;
3291
+ FormRender: import("vue").DefineComponent<{
3292
+ fieldList: {
3293
+ type: PropType<import("../../../../es/components/form-render").FieldItem[]>;
3294
+ };
3295
+ initialData: {
3296
+ type: PropType<AnyObject>;
3297
+ default: () => {};
3298
+ };
3299
+ fieldVisitor: {
3300
+ type: PropType<import("../../../../es/components/form-render").FieldVisitor>;
3301
+ };
3302
+ column: {
3303
+ type: NumberConstructor;
3304
+ default: number;
3305
+ };
3306
+ maxHeight: {
3307
+ type: (NumberConstructor | StringConstructor)[];
3308
+ default: string;
3309
+ };
3310
+ anchor: {
3311
+ type: BooleanConstructor;
3312
+ default: boolean;
3313
+ };
3314
+ parallelism: {
3315
+ type: NumberConstructor;
3316
+ default: number;
3317
+ };
3318
+ businessFormatter: {
3319
+ type: PropType<import("../../../../es/components/form-render").FormBusinessFormatter>;
3320
+ };
3321
+ schema: {
3322
+ type: PropType<import("@formily/json-schema").Stringify<{
3323
+ [key: symbol]: any;
3324
+ [key: `x-${string}`]: any;
3325
+ [key: `x-${number}`]: any;
3326
+ version?: string | undefined;
3327
+ name?: import("@formily/json-schema").SchemaKey | undefined;
3328
+ title?: any;
3329
+ description?: any;
3330
+ default?: any;
3331
+ readOnly?: boolean | undefined;
3332
+ writeOnly?: boolean | undefined;
3333
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
3334
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
3335
+ const?: any;
3336
+ multipleOf?: number | undefined;
3337
+ maximum?: number | undefined;
3338
+ exclusiveMaximum?: number | undefined;
3339
+ minimum?: number | undefined;
3340
+ exclusiveMinimum?: number | undefined;
3341
+ maxLength?: number | undefined;
3342
+ minLength?: number | undefined;
3343
+ pattern?: string | RegExp | undefined;
3344
+ maxItems?: number | undefined;
3345
+ minItems?: number | undefined;
3346
+ uniqueItems?: boolean | undefined;
3347
+ maxProperties?: number | undefined;
3348
+ minProperties?: number | undefined;
3349
+ required?: string | boolean | string[] | undefined;
3350
+ format?: string | undefined;
3351
+ $ref?: string | undefined;
3352
+ $namespace?: string | undefined;
3353
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3354
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3355
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
3356
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
3357
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3358
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
3359
+ "x-value"?: any;
3360
+ "x-index"?: number | undefined;
3361
+ "x-pattern"?: any;
3362
+ "x-display"?: any;
3363
+ "x-validator"?: any;
3364
+ "x-decorator"?: any;
3365
+ "x-decorator-props"?: any;
3366
+ "x-component"?: any;
3367
+ "x-component-props"?: any;
3368
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
3369
+ "x-content"?: any;
3370
+ "x-data"?: any;
3371
+ "x-visible"?: boolean | undefined;
3372
+ "x-hidden"?: boolean | undefined;
3373
+ "x-disabled"?: boolean | undefined;
3374
+ "x-editable"?: boolean | undefined;
3375
+ "x-read-only"?: boolean | undefined;
3376
+ "x-read-pretty"?: boolean | undefined;
3377
+ "x-compile-omitted"?: string[] | undefined;
3378
+ }>>;
3379
+ };
3380
+ components: {
3381
+ type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
3382
+ default: () => {};
3383
+ };
3384
+ scope: {
3385
+ type: PropType<AnyObject>;
3386
+ default: () => {};
3387
+ };
3388
+ annotation: {
3389
+ type: PropType<AnyObject>;
3390
+ };
3391
+ consumer: {
3392
+ type: BooleanConstructor;
3393
+ default: boolean;
3394
+ };
3395
+ uuid: {
3396
+ type: StringConstructor;
3397
+ };
3398
+ lifeCycle: {
3399
+ type: PropType<Partial<{
3400
+ onSetup(): void;
3401
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3402
+ afterRequest(fieldKey: string, payload?: any): AnyObject[];
3403
+ }>>;
3404
+ };
3405
+ requestInstance: {
3406
+ type: PropType<import("../../../../es/components/form-render").RequestInstance>;
3407
+ };
3408
+ enterToNextWidget: {
3409
+ type: PropType<boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void)>;
3410
+ default: boolean;
3411
+ };
3412
+ lowCodeReactions: {
3413
+ type: PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
3414
+ };
3415
+ linebarAutoHidden: {
3416
+ type: BooleanConstructor;
3417
+ };
3418
+ }, {
3419
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3420
+ fieldList: {
3421
+ type: PropType<import("../../../../es/components/form-render").FieldItem[]>;
3422
+ };
3423
+ initialData: {
3424
+ type: PropType<AnyObject>;
3425
+ default: () => {};
3426
+ };
3427
+ fieldVisitor: {
3428
+ type: PropType<import("../../../../es/components/form-render").FieldVisitor>;
3429
+ };
3430
+ column: {
3431
+ type: NumberConstructor;
3432
+ default: number;
3433
+ };
3434
+ maxHeight: {
3435
+ type: (NumberConstructor | StringConstructor)[];
3436
+ default: string;
3437
+ };
3438
+ anchor: {
3439
+ type: BooleanConstructor;
3440
+ default: boolean;
3441
+ };
3442
+ parallelism: {
3443
+ type: NumberConstructor;
3444
+ default: number;
3445
+ };
3446
+ businessFormatter: {
3447
+ type: PropType<import("../../../../es/components/form-render").FormBusinessFormatter>;
3448
+ };
3449
+ schema: {
3450
+ type: PropType<import("@formily/json-schema").Stringify<{
3451
+ [key: symbol]: any;
3452
+ [key: `x-${string}`]: any;
3453
+ [key: `x-${number}`]: any;
3454
+ version?: string | undefined;
3455
+ name?: import("@formily/json-schema").SchemaKey | undefined;
3456
+ title?: any;
3457
+ description?: any;
3458
+ default?: any;
3459
+ readOnly?: boolean | undefined;
3460
+ writeOnly?: boolean | undefined;
3461
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
3462
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
3463
+ const?: any;
3464
+ multipleOf?: number | undefined;
3465
+ maximum?: number | undefined;
3466
+ exclusiveMaximum?: number | undefined;
3467
+ minimum?: number | undefined;
3468
+ exclusiveMinimum?: number | undefined;
3469
+ maxLength?: number | undefined;
3470
+ minLength?: number | undefined;
3471
+ pattern?: string | RegExp | undefined;
3472
+ maxItems?: number | undefined;
3473
+ minItems?: number | undefined;
3474
+ uniqueItems?: boolean | undefined;
3475
+ maxProperties?: number | undefined;
3476
+ minProperties?: number | undefined;
3477
+ required?: string | boolean | string[] | undefined;
3478
+ format?: string | undefined;
3479
+ $ref?: string | undefined;
3480
+ $namespace?: string | undefined;
3481
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3482
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3483
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
3484
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
3485
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3486
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
3487
+ "x-value"?: any;
3488
+ "x-index"?: number | undefined;
3489
+ "x-pattern"?: any;
3490
+ "x-display"?: any;
3491
+ "x-validator"?: any;
3492
+ "x-decorator"?: any;
3493
+ "x-decorator-props"?: any;
3494
+ "x-component"?: any;
3495
+ "x-component-props"?: any;
3496
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
3497
+ "x-content"?: any;
3498
+ "x-data"?: any;
3499
+ "x-visible"?: boolean | undefined;
3500
+ "x-hidden"?: boolean | undefined;
3501
+ "x-disabled"?: boolean | undefined;
3502
+ "x-editable"?: boolean | undefined;
3503
+ "x-read-only"?: boolean | undefined;
3504
+ "x-read-pretty"?: boolean | undefined;
3505
+ "x-compile-omitted"?: string[] | undefined;
3506
+ }>>;
3507
+ };
3508
+ components: {
3509
+ type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
3510
+ default: () => {};
3511
+ };
3512
+ scope: {
3513
+ type: PropType<AnyObject>;
3514
+ default: () => {};
3515
+ };
3516
+ annotation: {
3517
+ type: PropType<AnyObject>;
3518
+ };
3519
+ consumer: {
3520
+ type: BooleanConstructor;
3521
+ default: boolean;
3522
+ };
3523
+ uuid: {
3524
+ type: StringConstructor;
3525
+ };
3526
+ lifeCycle: {
3527
+ type: PropType<Partial<{
3528
+ onSetup(): void;
3529
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3530
+ afterRequest(fieldKey: string, payload?: any): AnyObject[];
3531
+ }>>;
3532
+ };
3533
+ requestInstance: {
3534
+ type: PropType<import("../../../../es/components/form-render").RequestInstance>;
3535
+ };
3536
+ enterToNextWidget: {
3537
+ type: PropType<boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void)>;
3538
+ default: boolean;
3539
+ };
3540
+ lowCodeReactions: {
3541
+ type: PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
3542
+ };
3543
+ linebarAutoHidden: {
3544
+ type: BooleanConstructor;
3545
+ };
3546
+ }>> & {
3547
+ onFormChange?: ((...args: any[]) => any) | undefined;
3548
+ onScroll?: ((...args: any[]) => any) | undefined;
3549
+ onAnnotationChange?: ((...args: any[]) => any) | undefined;
3550
+ }>>;
3551
+ emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
3552
+ nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
3553
+ formRenderRef: import("vue").Ref<HTMLElement | undefined>;
3554
+ formHeight: import("vue").ComputedRef<string>;
3555
+ SchemaField: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
3556
+ businessCollector: import("../../../../es/components/form-render").BusinessCollector;
3557
+ formItemDepsCollector: import("../../../../es/components/form-render").FormItemDepsCollector;
3558
+ changeContextCollector: import("../../../../es/components/form-render").ContextCollector;
3559
+ formUUID: string;
3560
+ anchorBarRef: import("vue").Ref<{
3561
+ syncBarPosition: Func<any[], any>;
3562
+ } | undefined>;
3563
+ currentAnchor: import("vue").WritableComputedRef<string>;
3564
+ generateAnchorList: (formModel: import("../../../../es/components/form-render").Form<any>) => Promise<void>;
3565
+ updateAnchorList: (field: import("../../../../es/components/form-render").GeneralField) => void;
3566
+ anchorIdList: import("vue").Ref<{
3567
+ name: string;
3568
+ title: string;
3569
+ }[]>;
3570
+ onScroll: (scrollEvent: Event) => void;
3571
+ triggerAutoHidden: (field: import("../../../../es/components/form-render").GeneralField) => Promise<void>;
3572
+ observeFormGraph: Record<string, import("../../../../es/components/form-render").GeneralField>;
3573
+ setGraph: (field: import("../../../../es/components/form-render").GeneralField) => void;
3574
+ removeGraph: (field: import("../../../../es/components/form-render").GeneralField) => void;
3575
+ formModel: import("../../../../es/components/form-render").Form<{
3576
+ [x: string]: any;
3577
+ }>;
3578
+ lowCodeReactionsHandler: (field: string, value: unknown) => void;
3579
+ triggerAllReactionsHandler: () => void;
3580
+ schemaAdaptor: (fieldList: import("../../../../es/components/form-render").FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
3581
+ [key: symbol]: any;
3582
+ [key: `x-${string}`]: any;
3583
+ [key: `x-${number}`]: any;
3584
+ version?: string | undefined;
3585
+ name?: import("@formily/json-schema").SchemaKey | undefined;
3586
+ title?: any;
3587
+ description?: any;
3588
+ default?: any;
3589
+ readOnly?: boolean | undefined;
3590
+ writeOnly?: boolean | undefined;
3591
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
3592
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
3593
+ const?: any;
3594
+ multipleOf?: number | undefined;
3595
+ maximum?: number | undefined;
3596
+ exclusiveMaximum?: number | undefined;
3597
+ minimum?: number | undefined;
3598
+ exclusiveMinimum?: number | undefined;
3599
+ maxLength?: number | undefined;
3600
+ minLength?: number | undefined;
3601
+ pattern?: string | RegExp | undefined;
3602
+ maxItems?: number | undefined;
3603
+ minItems?: number | undefined;
3604
+ uniqueItems?: boolean | undefined;
3605
+ maxProperties?: number | undefined;
3606
+ minProperties?: number | undefined;
3607
+ required?: string | boolean | string[] | undefined;
3608
+ format?: string | undefined;
3609
+ $ref?: string | undefined;
3610
+ $namespace?: string | undefined;
3611
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3612
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3613
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
3614
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
3615
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3616
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
3617
+ "x-value"?: any;
3618
+ "x-index"?: number | undefined;
3619
+ "x-pattern"?: any;
3620
+ "x-display"?: any;
3621
+ "x-validator"?: any;
3622
+ "x-decorator"?: any;
3623
+ "x-decorator-props"?: any;
3624
+ "x-component"?: any;
3625
+ "x-component-props"?: any;
3626
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
3627
+ "x-content"?: any;
3628
+ "x-data"?: any;
3629
+ "x-visible"?: boolean | undefined;
3630
+ "x-hidden"?: boolean | undefined;
3631
+ "x-disabled"?: boolean | undefined;
3632
+ "x-editable"?: boolean | undefined;
3633
+ "x-read-only"?: boolean | undefined;
3634
+ "x-read-pretty"?: boolean | undefined;
3635
+ "x-compile-omitted"?: string[] | undefined;
3636
+ }>>;
3637
+ _fieldList: import("../../../../es/components/form-render").FieldItem[];
3638
+ parsedSchema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
3639
+ [key: symbol]: any;
3640
+ [key: `x-${string}`]: any;
3641
+ [key: `x-${number}`]: any;
3642
+ version?: string | undefined;
3643
+ name?: import("@formily/json-schema").SchemaKey | undefined;
3644
+ title?: any;
3645
+ description?: any;
3646
+ default?: any;
3647
+ readOnly?: boolean | undefined;
3648
+ writeOnly?: boolean | undefined;
3649
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
3650
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
3651
+ const?: any;
3652
+ multipleOf?: number | undefined;
3653
+ maximum?: number | undefined;
3654
+ exclusiveMaximum?: number | undefined;
3655
+ minimum?: number | undefined;
3656
+ exclusiveMinimum?: number | undefined;
3657
+ maxLength?: number | undefined;
3658
+ minLength?: number | undefined;
3659
+ pattern?: string | RegExp | undefined;
3660
+ maxItems?: number | undefined;
3661
+ minItems?: number | undefined;
3662
+ uniqueItems?: boolean | undefined;
3663
+ maxProperties?: number | undefined;
3664
+ minProperties?: number | undefined;
3665
+ required?: string | boolean | string[] | undefined;
3666
+ format?: string | undefined;
3667
+ $ref?: string | undefined;
3668
+ $namespace?: string | undefined;
3669
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3670
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3671
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
3672
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
3673
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3674
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
3675
+ "x-value"?: any;
3676
+ "x-index"?: number | undefined;
3677
+ "x-pattern"?: any;
3678
+ "x-display"?: any;
3679
+ "x-validator"?: any;
3680
+ "x-decorator"?: any;
3681
+ "x-decorator-props"?: any;
3682
+ "x-component"?: any;
3683
+ "x-component-props"?: any;
3684
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
3685
+ "x-content"?: any;
3686
+ "x-data"?: any;
3687
+ "x-visible"?: boolean | undefined;
3688
+ "x-hidden"?: boolean | undefined;
3689
+ "x-disabled"?: boolean | undefined;
3690
+ "x-editable"?: boolean | undefined;
3691
+ "x-read-only"?: boolean | undefined;
3692
+ "x-read-pretty"?: boolean | undefined;
3693
+ "x-compile-omitted"?: string[] | undefined;
3694
+ }>>;
3695
+ onKeydown: (event: KeyboardEvent) => void;
3696
+ clearSpan: (uuid: string) => void;
3697
+ exposeEvent: {
3698
+ validate(path?: string): Promise<void>;
3699
+ getFormValues(needCombineExtendKey?: boolean): any;
3700
+ setFormValues(values: AnyObject, needSplitExtendKey?: boolean): void;
3701
+ setFieldState(path: string, handler: (field: Partial<Pick<import("../../../../es/components/form-render").Field<any, any, any, any>, import("../../../../es/components/form-render").NonFunctionPropertyNames<{
3702
+ match: (pattern: import("@formily/path").Pattern) => boolean;
3703
+ validate: (triggerType?: import("@formily/validator").ValidatorTriggerType | undefined) => any;
3704
+ data: any;
3705
+ loading: boolean;
3706
+ required: boolean;
3707
+ hidden: boolean;
3708
+ visible: boolean;
3709
+ content: any;
3710
+ reset: (options?: import("../../../../es/components/form-render").IFieldResetOptions | undefined) => Promise<void>;
3711
+ active: boolean;
3712
+ disabled: boolean;
3713
+ display: import("../../../../es/components/form-render").FieldDisplayTypes;
3714
+ value: string;
3715
+ readonly index: string | number;
3716
+ onFocus: (...args: any[]) => Promise<void>;
3717
+ onBlur: (...args: any[]) => Promise<void>;
3718
+ onInput: (...args: any[]) => Promise<void>;
3719
+ submit: <T>(onSubmit?: ((values: any) => void | Promise<T>) | undefined) => Promise<T>;
3720
+ validator: import("../../../../es/components/form-render").FieldValidator;
3721
+ pattern: import("../../../../es/components/form-render").FieldPatternTypes;
3722
+ title: string;
3723
+ form: import("../../../../es/components/form-render").Form<any>;
3724
+ componentProps: Record<string, any>;
3725
+ decoratorProps: Record<string, any>;
3726
+ description: string;
3727
+ readOnly: boolean;
3728
+ editable: boolean;
3729
+ component: import("../../../../es/components/form-render").FieldComponent<any, any>;
3730
+ decorator: import("../../../../es/components/form-render").FieldDecorator<any, any>;
3731
+ validating: boolean;
3732
+ submitting: boolean;
3733
+ visited: boolean;
3734
+ selfModified: boolean;
3735
+ modified: boolean;
3736
+ inputValue: string;
3737
+ inputValues: any[];
3738
+ dataSource: import("../../../../es/components/form-render").FieldDataSource;
3739
+ feedbacks: import("../../../../es/components/form-render").IFieldFeedback[];
3740
+ caches: import("../../../../es/components/form-render").IFieldCaches;
3741
+ selfErrors: import("../../../../es/components/form-render").FeedbackMessage;
3742
+ readonly errors: import("../../../../es/components/form-render").IFormFeedback[];
3743
+ selfWarnings: import("../../../../es/components/form-render").FeedbackMessage;
3744
+ readonly warnings: import("../../../../es/components/form-render").IFormFeedback[];
3745
+ selfSuccesses: import("../../../../es/components/form-render").FeedbackMessage;
3746
+ readonly successes: import("../../../../es/components/form-render").IFormFeedback[];
3747
+ readonly selfValid: boolean;
3748
+ readonly valid: boolean;
3749
+ readonly selfInvalid: boolean;
3750
+ readonly invalid: boolean;
3751
+ initialValue: string;
3752
+ readonly validateStatus: "error" | "success" | "warning" | "validating";
3753
+ setDataSource: (dataSource?: import("../../../../es/components/form-render").FieldDataSource | undefined) => void;
3754
+ setFeedback: (feedback?: import("../../../../es/components/form-render").IFieldFeedback | undefined) => void;
3755
+ setSelfErrors: (messages?: import("../../../../es/components/form-render").FeedbackMessage | undefined) => void;
3756
+ setSelfWarnings: (messages?: import("../../../../es/components/form-render").FeedbackMessage | undefined) => void;
3757
+ setSelfSuccesses: (messages?: import("../../../../es/components/form-render").FeedbackMessage | undefined) => void;
3758
+ setValidator: (validator?: import("../../../../es/components/form-render").FieldValidator | undefined) => void;
3759
+ setValidatorRule: (name: string, value: any) => void;
3760
+ setRequired: (required?: boolean | undefined) => void;
3761
+ setValue: (value?: string | undefined) => void;
3762
+ setInitialValue: (initialValue?: string | undefined) => void;
3763
+ setLoading: (loading?: boolean | undefined) => void;
3764
+ setValidating: (validating?: boolean | undefined) => void;
3765
+ setSubmitting: (submitting?: boolean | undefined) => void;
3766
+ queryFeedbacks: (search?: import("../../../../es/components/form-render").ISearchFeedback | undefined) => import("../../../../es/components/form-render").IFieldFeedback[];
3767
+ modify: () => void;
3768
+ initialized: boolean;
3769
+ mounted: boolean;
3770
+ unmounted: boolean;
3771
+ decoratorType: any;
3772
+ componentType: any;
3773
+ designable: boolean;
3774
+ locate: (address: import("@formily/path").Pattern) => void;
3775
+ readonly parent: import("../../../../es/components/form-render").GeneralField;
3776
+ readPretty: boolean;
3777
+ readonly destroyed: boolean;
3778
+ setTitle: (title?: string | undefined) => void;
3779
+ setDescription: (description?: string | undefined) => void;
3780
+ setDisplay: (type?: import("../../../../es/components/form-render").FieldDisplayTypes | undefined) => void;
3781
+ setPattern: (type?: import("../../../../es/components/form-render").FieldPatternTypes | undefined) => void;
3782
+ setComponent: <C extends unknown, ComponentProps extends object = {}>(component?: C | undefined, props?: ComponentProps | undefined) => void;
3783
+ setComponentProps: <ComponentProps_1 extends object = {}>(props?: ComponentProps_1 | undefined) => void;
3784
+ setDecorator: <D extends unknown, ComponentProps_2 extends object = {}>(component?: D | undefined, props?: ComponentProps_2 | undefined) => void;
3785
+ setDecoratorProps: <ComponentProps_3 extends object = {}>(props?: ComponentProps_3 | undefined) => void;
3786
+ setData: (data: any) => void;
3787
+ setContent: (content: any) => void;
3788
+ onInit: () => void;
3789
+ onMount: () => void;
3790
+ onUnmount: () => void;
3791
+ query: (pattern: import("@formily/path").Pattern) => import("../../../../es/components/form-render").Query;
3792
+ notify: (type: import("../../../../es/components/form-render").LifeCycleTypes, payload?: any) => void;
3793
+ dispose: () => void;
3794
+ destroy: (forceClear?: boolean | undefined) => void;
3795
+ }>>>) => void): void;
3796
+ resetFields(path?: string): Promise<void>;
3797
+ queryWidget(key: string): Promise<{
3798
+ widgetElement: HTMLInputElement | null | undefined;
3799
+ widgetElementList: HTMLInputElement[];
3800
+ decoratorElement: HTMLElement | null | undefined;
3801
+ } | null>;
3802
+ };
3803
+ 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<{}>>, {}>;
3804
+ 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>>>, {
3805
+ form: any;
3806
+ }>;
3807
+ NConfigProvider: any;
3808
+ NForm: any;
3809
+ NTabPane: import("vue").DefineComponent<{
3810
+ readonly tab: PropType<string | number | VNode<import("vue").RendererNode, import("vue").RendererElement, {
3811
+ [key: string]: any;
3812
+ }> | (() => import("vue").VNodeChild)>;
3813
+ readonly name: {
3814
+ readonly type: PropType<string | number>;
3815
+ readonly required: true;
3816
+ };
3817
+ readonly disabled: BooleanConstructor;
3818
+ readonly displayDirective: {
3819
+ readonly type: PropType<"show" | "if" | "show:lazy">;
3820
+ readonly default: "if";
3821
+ };
3822
+ readonly closable: {
3823
+ readonly type: PropType<boolean | undefined>;
3824
+ readonly default: undefined;
3825
+ };
3826
+ readonly tabProps: PropType<import("vue").HTMLAttributes>;
3827
+ readonly label: PropType<string | number | VNode<import("vue").RendererNode, import("vue").RendererElement, {
3828
+ [key: string]: any;
3829
+ }> | (() => import("vue").VNodeChild)>;
3830
+ }, {
3831
+ style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
3832
+ class: import("vue").Ref<string | undefined>;
3833
+ mergedClsPrefix: import("vue").Ref<string>;
3834
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3835
+ readonly tab: PropType<string | number | VNode<import("vue").RendererNode, import("vue").RendererElement, {
3836
+ [key: string]: any;
3837
+ }> | (() => import("vue").VNodeChild)>;
3838
+ readonly name: {
3839
+ readonly type: PropType<string | number>;
3840
+ readonly required: true;
3841
+ };
3842
+ readonly disabled: BooleanConstructor;
3843
+ readonly displayDirective: {
3844
+ readonly type: PropType<"show" | "if" | "show:lazy">;
3845
+ readonly default: "if";
3846
+ };
3847
+ readonly closable: {
3848
+ readonly type: PropType<boolean | undefined>;
3849
+ readonly default: undefined;
3850
+ };
3851
+ readonly tabProps: PropType<import("vue").HTMLAttributes>;
3852
+ readonly label: PropType<string | number | VNode<import("vue").RendererNode, import("vue").RendererElement, {
3853
+ [key: string]: any;
3854
+ }> | (() => import("vue").VNodeChild)>;
3855
+ }>>, {
3856
+ readonly disabled: boolean;
3857
+ readonly closable: boolean | undefined;
3858
+ readonly displayDirective: "show" | "if" | "show:lazy";
3859
+ }>;
3860
+ NTabs: any;
3861
+ }, 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<{
3862
+ fieldList: {
3863
+ type: PropType<import("../../../../es/components/form-render").FieldItem[]>;
3864
+ };
3865
+ initialData: {
3866
+ type: PropType<AnyObject>;
3867
+ default: () => {};
3868
+ };
3869
+ fieldVisitor: {
3870
+ type: PropType<import("../../../../es/components/form-render").FieldVisitor>;
3871
+ };
3872
+ column: {
3873
+ type: NumberConstructor;
3874
+ default: number;
3875
+ };
3876
+ maxHeight: {
3877
+ type: (NumberConstructor | StringConstructor)[];
3878
+ default: string;
3879
+ };
3880
+ anchor: {
3881
+ type: BooleanConstructor;
3882
+ default: boolean;
3883
+ };
3884
+ parallelism: {
3885
+ type: NumberConstructor;
3886
+ default: number;
3887
+ };
3888
+ businessFormatter: {
3889
+ type: PropType<import("../../../../es/components/form-render").FormBusinessFormatter>;
3890
+ };
3891
+ schema: {
3892
+ type: PropType<import("@formily/json-schema").Stringify<{
3893
+ [key: symbol]: any;
3894
+ [key: `x-${string}`]: any;
3895
+ [key: `x-${number}`]: any;
3896
+ version?: string | undefined;
3897
+ name?: import("@formily/json-schema").SchemaKey | undefined;
3898
+ title?: any;
3899
+ description?: any;
3900
+ default?: any;
3901
+ readOnly?: boolean | undefined;
3902
+ writeOnly?: boolean | undefined;
3903
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
3904
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
3905
+ const?: any;
3906
+ multipleOf?: number | undefined;
3907
+ maximum?: number | undefined;
3908
+ exclusiveMaximum?: number | undefined;
3909
+ minimum?: number | undefined;
3910
+ exclusiveMinimum?: number | undefined;
3911
+ maxLength?: number | undefined;
3912
+ minLength?: number | undefined;
3913
+ pattern?: string | RegExp | undefined;
3914
+ maxItems?: number | undefined;
3915
+ minItems?: number | undefined;
3916
+ uniqueItems?: boolean | undefined;
3917
+ maxProperties?: number | undefined;
3918
+ minProperties?: number | undefined;
3919
+ required?: string | boolean | string[] | undefined;
3920
+ format?: string | undefined;
3921
+ $ref?: string | undefined;
3922
+ $namespace?: string | undefined;
3923
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3924
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3925
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
3926
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
3927
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3928
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
3929
+ "x-value"?: any;
3930
+ "x-index"?: number | undefined;
3931
+ "x-pattern"?: any;
3932
+ "x-display"?: any;
3933
+ "x-validator"?: any;
3934
+ "x-decorator"?: any;
3935
+ "x-decorator-props"?: any;
3936
+ "x-component"?: any;
3937
+ "x-component-props"?: any;
3938
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
3939
+ "x-content"?: any;
3940
+ "x-data"?: any;
3941
+ "x-visible"?: boolean | undefined;
3942
+ "x-hidden"?: boolean | undefined;
3943
+ "x-disabled"?: boolean | undefined;
3944
+ "x-editable"?: boolean | undefined;
3945
+ "x-read-only"?: boolean | undefined;
3946
+ "x-read-pretty"?: boolean | undefined;
3947
+ "x-compile-omitted"?: string[] | undefined;
3948
+ }>>;
3949
+ };
3950
+ components: {
3951
+ type: PropType<Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
3952
+ default: () => {};
3953
+ };
3954
+ scope: {
3955
+ type: PropType<AnyObject>;
3956
+ default: () => {};
3957
+ };
3958
+ annotation: {
3959
+ type: PropType<AnyObject>;
3960
+ };
3961
+ consumer: {
3962
+ type: BooleanConstructor;
3963
+ default: boolean;
3964
+ };
3965
+ uuid: {
3966
+ type: StringConstructor;
3967
+ };
3968
+ lifeCycle: {
3969
+ type: PropType<Partial<{
3970
+ onSetup(): void;
3971
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
3972
+ afterRequest(fieldKey: string, payload?: any): AnyObject[];
3973
+ }>>;
3974
+ };
3975
+ requestInstance: {
3976
+ type: PropType<import("../../../../es/components/form-render").RequestInstance>;
3977
+ };
3978
+ enterToNextWidget: {
3979
+ type: PropType<boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void)>;
3980
+ default: boolean;
3981
+ };
3982
+ lowCodeReactions: {
3983
+ type: PropType<import("../../../../es/components/form-render").FormLowCodeReactions.Config[]>;
3984
+ };
3985
+ linebarAutoHidden: {
3986
+ type: BooleanConstructor;
3987
+ };
3988
+ }>> & {
3989
+ onFormChange?: ((...args: any[]) => any) | undefined;
3990
+ onScroll?: ((...args: any[]) => any) | undefined;
3991
+ onAnnotationChange?: ((...args: any[]) => any) | undefined;
3992
+ }, {
3993
+ anchor: boolean;
3994
+ maxHeight: string | number;
3995
+ column: number;
3996
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
3997
+ initialData: AnyObject;
3998
+ parallelism: number;
3999
+ scope: AnyObject;
4000
+ consumer: boolean;
4001
+ enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
4002
+ linebarAutoHidden: boolean;
4003
+ }>;
4004
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
461
4005
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
462
4006
  patientInfo: {
463
4007
  type: null;
464
4008
  required: true;
465
4009
  default: () => {};
466
4010
  };
4011
+ patientEditable: {
4012
+ type: BooleanConstructor;
4013
+ required: true;
4014
+ };
467
4015
  }>>, {
468
4016
  patientInfo: any;
469
4017
  }>;
470
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("openPatientInfo" | "fieldSet" | "update:compact")[], "openPatientInfo" | "fieldSet" | "update:compact", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4018
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("openPatientInfo" | "fieldSet" | "update:compact" | "formChange")[], "openPatientInfo" | "fieldSet" | "update:compact" | "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
471
4019
  compact: {
472
4020
  type: BooleanConstructor;
473
4021
  required: true;
474
4022
  };
475
- separator: {
476
- type: StringConstructor;
477
- default: string;
478
- };
479
4023
  patientInfo: {
480
4024
  type: PropType<Partial<{
481
4025
  avatar: string;
@@ -483,9 +4027,13 @@ declare const _default: import("vue").DefineComponent<{
483
4027
  avatarProps: string;
484
4028
  avatarPreviewProps: string;
485
4029
  name: string;
4030
+ nameProps: Partial<import("../../../../es/components/form-render").FieldItem>;
486
4031
  sex: string;
4032
+ sexProps: Partial<import("../../../../es/components/form-render").FieldItem>;
487
4033
  age: string;
4034
+ ageProps: Partial<import("../../../../es/components/form-render").FieldItem>;
488
4035
  ageUnit: string;
4036
+ ageUnitProps: Partial<import("../../../../es/components/form-render").FieldItem>;
489
4037
  tagList: Partial<{
490
4038
  type?: "warning" | "info" | undefined;
491
4039
  content: string;
@@ -498,9 +4046,16 @@ declare const _default: import("vue").DefineComponent<{
498
4046
  }>>;
499
4047
  default: () => {};
500
4048
  };
4049
+ patientEditable: {
4050
+ type: BooleanConstructor;
4051
+ };
4052
+ separator: {
4053
+ type: StringConstructor;
4054
+ default: string;
4055
+ };
501
4056
  infoList: {
502
4057
  type: PropType<AnyObject[]>;
503
- required: true;
4058
+ default: () => never[];
504
4059
  };
505
4060
  labelField: {
506
4061
  type: StringConstructor;
@@ -525,7 +4080,90 @@ declare const _default: import("vue").DefineComponent<{
525
4080
  })[]>;
526
4081
  default: () => string[];
527
4082
  };
4083
+ formProps: {
4084
+ type: PropType<Partial<Partial<{
4085
+ fieldList: import("../../../../es/components/form-render").FieldItem[];
4086
+ initialData: AnyObject;
4087
+ fieldVisitor: import("../../../../es/components/form-render").FieldVisitor;
4088
+ column: number;
4089
+ maxHeight: string | number;
4090
+ anchor: boolean;
4091
+ parallelism: number;
4092
+ schema: import("@formily/json-schema").Stringify<{
4093
+ [key: symbol]: any;
4094
+ [key: `x-${string}`]: any;
4095
+ [key: `x-${number}`]: any;
4096
+ version?: string | undefined;
4097
+ name?: import("@formily/json-schema").SchemaKey | undefined;
4098
+ title?: any;
4099
+ description?: any;
4100
+ default?: any;
4101
+ readOnly?: boolean | undefined;
4102
+ writeOnly?: boolean | undefined;
4103
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
4104
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
4105
+ const?: any;
4106
+ multipleOf?: number | undefined;
4107
+ maximum?: number | undefined;
4108
+ exclusiveMaximum?: number | undefined;
4109
+ minimum?: number | undefined;
4110
+ exclusiveMinimum?: number | undefined;
4111
+ maxLength?: number | undefined;
4112
+ minLength?: number | undefined;
4113
+ pattern?: string | RegExp | undefined;
4114
+ maxItems?: number | undefined;
4115
+ minItems?: number | undefined;
4116
+ uniqueItems?: boolean | undefined;
4117
+ maxProperties?: number | undefined;
4118
+ minProperties?: number | undefined;
4119
+ required?: string | boolean | string[] | undefined;
4120
+ format?: string | undefined;
4121
+ $ref?: string | undefined;
4122
+ $namespace?: string | undefined;
4123
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
4124
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
4125
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
4126
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
4127
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
4128
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
4129
+ "x-value"?: any;
4130
+ "x-index"?: number | undefined;
4131
+ "x-pattern"?: any;
4132
+ "x-display"?: any;
4133
+ "x-validator"?: any;
4134
+ "x-decorator"?: any;
4135
+ "x-decorator-props"?: any;
4136
+ "x-component"?: any;
4137
+ "x-component-props"?: any;
4138
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
4139
+ "x-content"?: any;
4140
+ "x-data"?: any;
4141
+ "x-visible"?: boolean | undefined;
4142
+ "x-hidden"?: boolean | undefined;
4143
+ "x-disabled"?: boolean | undefined;
4144
+ "x-editable"?: boolean | undefined;
4145
+ "x-read-only"?: boolean | undefined;
4146
+ "x-read-pretty"?: boolean | undefined;
4147
+ "x-compile-omitted"?: string[] | undefined;
4148
+ }>;
4149
+ components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
4150
+ scope: AnyObject;
4151
+ annotation: AnyObject;
4152
+ consumer: boolean;
4153
+ uuid: string;
4154
+ lifeCycle: Partial<{
4155
+ onSetup(): void;
4156
+ beforeRequest(fieldKey: string, params?: AnyObject | undefined): void | import("../../../../es/shared/types").UndefinedAble<AnyObject>;
4157
+ afterRequest(fieldKey: string, payload?: any): AnyObject[];
4158
+ }>;
4159
+ businessFormatter: import("../../../../es/components/form-render").FormBusinessFormatter;
4160
+ requestInstance: import("../../../../es/components/form-render").RequestInstance;
4161
+ enterToNextWidget: boolean | ((fieldItem: import("../../../../es/components/form-render").FieldItem) => boolean | void);
4162
+ lowCodeReactions: import("../../../../es/components/form-render").FormLowCodeReactions.Config[];
4163
+ }>>>;
4164
+ };
528
4165
  }>> & {
4166
+ onFormChange?: ((...args: any[]) => any) | undefined;
529
4167
  onOpenPatientInfo?: ((...args: any[]) => any) | undefined;
530
4168
  onFieldSet?: ((...args: any[]) => any) | undefined;
531
4169
  "onUpdate:compact"?: ((...args: any[]) => any) | undefined;
@@ -537,9 +4175,13 @@ declare const _default: import("vue").DefineComponent<{
537
4175
  avatarProps: string;
538
4176
  avatarPreviewProps: string;
539
4177
  name: string;
4178
+ nameProps: Partial<import("../../../../es/components/form-render").FieldItem>;
540
4179
  sex: string;
4180
+ sexProps: Partial<import("../../../../es/components/form-render").FieldItem>;
541
4181
  age: string;
4182
+ ageProps: Partial<import("../../../../es/components/form-render").FieldItem>;
542
4183
  ageUnit: string;
4184
+ ageUnitProps: Partial<import("../../../../es/components/form-render").FieldItem>;
543
4185
  tagList: Partial<{
544
4186
  type?: "warning" | "info" | undefined;
545
4187
  content: string;
@@ -550,6 +4192,8 @@ declare const _default: import("vue").DefineComponent<{
550
4192
  } | undefined;
551
4193
  }>[];
552
4194
  }>;
4195
+ patientEditable: boolean;
4196
+ infoList: AnyObject[];
553
4197
  labelField: string;
554
4198
  valueField: string;
555
4199
  minColumnWidth: string | number;