cnhis-design-vue 3.1.41-release.6 → 3.1.42-beta.0

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