cnhis-design-vue 3.1.45-beta.9 → 3.1.45-release.1

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