cnhis-design-vue 3.1.16-beta.0 → 3.1.16-beta.3

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 (74) hide show
  1. package/es/packages/big-table/index.d.ts +651 -1
  2. package/es/packages/big-table/src/BigTable.vue.d.ts +672 -28
  3. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +37 -14
  4. package/es/packages/big-table/src/bigTableProps.d.ts +4 -0
  5. package/es/packages/big-table/src/bigTableProps.js +2 -1
  6. package/es/packages/big-table/src/bigTableState.d.ts +2 -0
  7. package/es/packages/big-table/src/bigTableState.js +3 -1
  8. package/es/packages/big-table/src/components/edit-form/edit-time.js +1 -1
  9. package/es/packages/big-table/src/hooks/index.d.ts +9 -0
  10. package/es/packages/big-table/src/hooks/index.js +9 -0
  11. package/es/packages/big-table/src/hooks/useAnchor.d.ts +7 -0
  12. package/es/packages/big-table/src/hooks/useAnchor.js +41 -0
  13. package/es/packages/big-table/src/hooks/useColumnConfigAdaptor.js +24 -8
  14. package/es/packages/big-table/src/hooks/useEdit.js +1 -1
  15. package/es/packages/big-table/src/hooks/useEvent.d.ts +1 -1
  16. package/es/packages/big-table/src/hooks/useEvent.js +3 -2
  17. package/es/packages/button-print/index.d.ts +2 -2
  18. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +2 -2
  19. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +2 -2
  20. package/es/packages/drag-layout/index.d.ts +2 -2
  21. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +2 -2
  22. package/es/packages/field-set/index.d.ts +1 -1
  23. package/es/packages/field-set/src/FieldSet.vue.d.ts +1 -1
  24. package/es/packages/form-config/index.d.ts +14 -32
  25. package/es/packages/form-config/src/FormConfig.vue.d.ts +14 -32
  26. package/es/packages/form-config/src/components/FormConfigCreator.vue.d.ts +6 -15
  27. package/es/packages/form-config/src/components/FormConfigEdit.js +1 -1
  28. package/es/packages/form-config/src/components/FormConfigEdit.vue.d.ts +8 -17
  29. package/es/packages/form-config/src/constants/index.d.ts +47 -13
  30. package/es/packages/form-config/src/constants/index.js +52 -14
  31. package/es/packages/form-config/src/hooks/index.d.ts +1 -0
  32. package/es/packages/form-config/src/hooks/index.js +1 -0
  33. package/es/packages/form-config/src/hooks/useConfigurationField.js +6 -43
  34. package/es/packages/form-config/src/hooks/usePresetRenderer.js +1 -1
  35. package/es/packages/form-render/index.d.ts +6 -15
  36. package/es/packages/form-render/src/FormRender.js +3 -4
  37. package/es/packages/form-render/src/FormRender.vue.d.ts +7 -16
  38. package/es/packages/form-render/src/components/renderer/cascader.js +1 -1
  39. package/es/packages/form-render/src/components/renderer/checkbox.js +1 -1
  40. package/es/packages/form-render/src/components/renderer/combination/index.js +2 -1
  41. package/es/packages/form-render/src/components/renderer/complex.js +1 -1
  42. package/es/packages/form-render/src/components/renderer/input.js +2 -1
  43. package/es/packages/form-render/src/components/renderer/inputNumber.js +2 -1
  44. package/es/packages/form-render/src/components/renderer/radio.js +1 -1
  45. package/es/packages/form-render/src/components/renderer/select.js +1 -1
  46. package/es/packages/form-render/src/components/renderer/slider.js +1 -1
  47. package/es/packages/form-render/src/components/renderer/switch.js +1 -1
  48. package/es/packages/form-render/src/components/renderer/textarea.js +1 -1
  49. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +12 -9
  50. package/es/packages/form-render/src/hooks/useBusinessBinding.js +58 -58
  51. package/es/packages/form-render/src/hooks/useFieldListAdaptor.js +9 -2
  52. package/es/packages/form-render/src/hooks/useFormContext.d.ts +2 -1
  53. package/es/packages/form-render/src/hooks/useFormContext.js +2 -2
  54. package/es/packages/form-render/src/hooks/useTypeNormalize.js +1 -1
  55. package/es/packages/form-render/src/types/index.d.ts +0 -8
  56. package/es/packages/form-render/src/utils/business.d.ts +12 -0
  57. package/es/packages/form-render/src/utils/business.js +65 -0
  58. package/es/packages/form-render/src/utils/dom.d.ts +6 -0
  59. package/es/packages/form-render/src/utils/dom.js +14 -0
  60. package/es/packages/form-render/src/utils/index.d.ts +5 -25
  61. package/es/packages/form-render/src/utils/index.js +5 -137
  62. package/es/packages/form-render/src/utils/schema.d.ts +15 -0
  63. package/es/packages/form-render/src/utils/schema.js +83 -0
  64. package/es/packages/scale-view/src/hooks/scaleview-init.js +35 -35
  65. package/es/packages/scale-view/src/hooks/use-component.d.ts +7 -7
  66. package/es/packages/select-label/index.d.ts +10 -10
  67. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +3 -3
  68. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7 -7
  69. package/es/packages/shortcut-setter/index.d.ts +3445 -1
  70. package/es/packages/shortcut-setter/src/ShortcutSetter.js +5 -2
  71. package/es/packages/shortcut-setter/src/ShortcutSetter.vue.d.ts +3449 -1
  72. package/es/packages/time-line/index.d.ts +2 -2
  73. package/es/packages/time-line/src/TimeLine.vue.d.ts +2 -2
  74. package/package.json +1 -1
@@ -1,2 +1,3450 @@
1
- declare const _default: import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>;
1
+ /// <reference types="lodash" />
2
+ import { Func } from '../../../../es/src/types';
3
+ import { ShortcutSignatureInfo } from '../../../../es/packages/shortcut-provider';
4
+ import { FieldItem } from '../../../../es/packages/form-render';
5
+ import { Component } from 'vue';
6
+ declare const _default: import("vue").DefineComponent<{
7
+ glob: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ scope: {
12
+ type: (SymbolConstructor | StringConstructor)[];
13
+ };
14
+ }, {
15
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
16
+ glob: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ scope: {
21
+ type: (SymbolConstructor | StringConstructor)[];
22
+ };
23
+ }>> & {
24
+ onError?: ((...args: any[]) => any) | undefined;
25
+ onUpdate?: ((...args: any[]) => any) | undefined;
26
+ }>>;
27
+ emit: (event: "error" | "update", ...args: any[]) => void;
28
+ components: Record<string, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
29
+ key: import("vue").Ref<number>;
30
+ scope: import("vue").ComputedRef<string | symbol | undefined>;
31
+ manager: {
32
+ register: (shortcut: import("../../../../es/packages/shortcut-provider").ShortcutOption) => {
33
+ stop: () => void;
34
+ signature: () => string;
35
+ };
36
+ traverse: () => Omit<import("../../../../es/packages/shortcut-provider").ShortcutItem, "callback">[];
37
+ clear: () => void;
38
+ update: (key: string, info: KeyboardEvent | Partial<ShortcutSignatureInfo>) => Promise<void>;
39
+ updateManagerDisabled: (disabled?: boolean | undefined) => void;
40
+ };
41
+ fieldList: import("vue").Ref<{
42
+ [x: string]: any;
43
+ val_key: string;
44
+ html_type: string;
45
+ annotation?: boolean | undefined;
46
+ val_key_unit?: string | undefined;
47
+ is_edit?: import("../../../../es/packages/form-render").FormCommonState | undefined;
48
+ elem_width?: number | undefined;
49
+ is_show?: import("../../../../es/packages/form-render").FormCommonState | undefined;
50
+ is_null?: import("../../../../es/packages/form-render").FormCommonState | undefined;
51
+ name?: string | undefined;
52
+ alias?: string | undefined;
53
+ default_val?: any;
54
+ is_empty?: import("../../../../es/packages/form-render").FormCommonState | undefined;
55
+ hide_title?: import("../../../../es/packages/form-render").FormCommonState | undefined;
56
+ placeholder?: string | undefined;
57
+ validate?: {
58
+ [x: string]: any;
59
+ obj_type?: ("password" | "sex" | "age" | "email" | "id_card" | "age_unit" | "mobile" | "telephone" | "birthday" | "bank_card" | "website" | "gestational_weeks" | "gestational_stage" | "customer_name") | undefined;
60
+ vali_obj?: string | undefined;
61
+ max_value?: string | number | undefined;
62
+ min_value?: string | number | undefined;
63
+ min_length?: string | number | undefined;
64
+ max_length?: string | number | undefined;
65
+ decimal_length?: string | number | undefined;
66
+ regular_expression?: string | {
67
+ exec: (string: string) => RegExpExecArray | null;
68
+ test: (string: string) => boolean;
69
+ readonly source: string;
70
+ readonly global: boolean;
71
+ readonly ignoreCase: boolean;
72
+ readonly multiline: boolean;
73
+ lastIndex: number;
74
+ compile: (pattern: string, flags?: string | undefined) => RegExp;
75
+ readonly flags: string;
76
+ readonly sticky: boolean;
77
+ readonly unicode: boolean;
78
+ readonly dotAll: boolean;
79
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
80
+ [Symbol.replace]: {
81
+ (string: string, replaceValue: string): string;
82
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
83
+ };
84
+ [Symbol.search]: (string: string) => number;
85
+ [Symbol.split]: (string: string, limit?: number | undefined) => string[];
86
+ [Symbol.matchAll]: (str: string) => IterableIterator<RegExpMatchArray>;
87
+ } | undefined;
88
+ regular_error_tip?: string | undefined;
89
+ } | undefined;
90
+ option?: {
91
+ text: string;
92
+ value: any;
93
+ children?: any[] | undefined;
94
+ }[] | undefined;
95
+ multi_select?: import("../../../../es/packages/form-render").FormCommonState | undefined;
96
+ multi_select_value?: string | number | undefined;
97
+ wordbook?: {
98
+ level_num: number;
99
+ } | undefined;
100
+ open?: {
101
+ value?: any;
102
+ describe?: string | undefined;
103
+ } | undefined;
104
+ close?: {
105
+ value?: any;
106
+ describe?: string | undefined;
107
+ } | undefined;
108
+ date_format?: string | undefined;
109
+ step_length?: string | number | undefined;
110
+ urlConfig?: {
111
+ url?: string | undefined;
112
+ method?: "delete" | "post" | "get" | "patch" | "put" | undefined;
113
+ dependKey?: string | Record<string, string> | (string | {
114
+ paramName: string;
115
+ paramValue?: string | undefined;
116
+ required?: boolean | undefined;
117
+ })[] | undefined;
118
+ params?: import("../../../../es/src/types").AnyObject | undefined;
119
+ nameKey?: string | undefined;
120
+ valueKey?: string | undefined;
121
+ } | undefined;
122
+ suffixConfig?: any | any[] | undefined;
123
+ fieldType?: import("@formily/json-schema").SchemaTypes | undefined;
124
+ content?: string | import("../../../../es/packages/form-render").FormRenderer | Record<string, import("../../../../es/packages/form-render").FormRenderer> | undefined;
125
+ lazyRequest?: boolean | undefined;
126
+ maxGroupNum?: number | undefined;
127
+ children?: any[] | undefined;
128
+ properties?: any[] | undefined;
129
+ componentProps?: import("../../../../es/src/types").AnyObject | undefined;
130
+ decoratorProps?: import("../../../../es/src/types").AnyObject | undefined;
131
+ noDecorator?: {
132
+ valueOf: () => boolean;
133
+ } | undefined;
134
+ display?: "flex" | "grid" | undefined;
135
+ wrapperStyle?: Record<string, string> | {
136
+ [x: `--${string}`]: string | number | undefined;
137
+ accentColor?: string | undefined;
138
+ alignContent?: string | undefined;
139
+ alignItems?: string | undefined;
140
+ alignSelf?: string | undefined;
141
+ alignTracks?: string | undefined;
142
+ animationDelay?: string | undefined;
143
+ animationDirection?: string | undefined;
144
+ animationDuration?: string | undefined;
145
+ animationFillMode?: string | undefined;
146
+ animationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
147
+ animationName?: string | undefined;
148
+ animationPlayState?: string | undefined;
149
+ animationTimeline?: string | undefined;
150
+ animationTimingFunction?: string | undefined;
151
+ appearance?: import("csstype").AppearanceProperty | undefined;
152
+ aspectRatio?: string | undefined;
153
+ backdropFilter?: string | undefined;
154
+ backfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
155
+ backgroundAttachment?: string | undefined;
156
+ backgroundBlendMode?: string | undefined;
157
+ backgroundClip?: string | undefined;
158
+ backgroundColor?: string | undefined;
159
+ backgroundImage?: string | undefined;
160
+ backgroundOrigin?: string | undefined;
161
+ backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
162
+ backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
163
+ backgroundRepeat?: string | undefined;
164
+ backgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
165
+ blockOverflow?: string | undefined;
166
+ blockSize?: import("csstype").BlockSizeProperty<string | number> | undefined;
167
+ borderBlockColor?: string | undefined;
168
+ borderBlockEndColor?: string | undefined;
169
+ borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty | undefined;
170
+ borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
171
+ borderBlockStartColor?: string | undefined;
172
+ borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty | undefined;
173
+ borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
174
+ borderBlockStyle?: import("csstype").BorderBlockStyleProperty | undefined;
175
+ borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
176
+ borderBottomColor?: string | undefined;
177
+ borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
178
+ borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
179
+ borderBottomStyle?: import("csstype").BorderBottomStyleProperty | undefined;
180
+ borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
181
+ borderCollapse?: import("csstype").BorderCollapseProperty | undefined;
182
+ borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
183
+ borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
184
+ borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
185
+ borderImageRepeat?: string | undefined;
186
+ borderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
187
+ borderImageSource?: string | undefined;
188
+ borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
189
+ borderInlineColor?: string | undefined;
190
+ borderInlineEndColor?: string | undefined;
191
+ borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
192
+ borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
193
+ borderInlineStartColor?: string | undefined;
194
+ borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
195
+ borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
196
+ borderInlineStyle?: import("csstype").BorderInlineStyleProperty | undefined;
197
+ borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
198
+ borderLeftColor?: string | undefined;
199
+ borderLeftStyle?: import("csstype").BorderLeftStyleProperty | undefined;
200
+ borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
201
+ borderRightColor?: string | undefined;
202
+ borderRightStyle?: import("csstype").BorderRightStyleProperty | undefined;
203
+ borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
204
+ borderSpacing?: import("csstype").BorderSpacingProperty<string | number> | undefined;
205
+ borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
206
+ borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
207
+ borderTopColor?: string | undefined;
208
+ borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
209
+ borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
210
+ borderTopStyle?: import("csstype").BorderTopStyleProperty | undefined;
211
+ borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
212
+ bottom?: import("csstype").BottomProperty<string | number> | undefined;
213
+ boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
214
+ boxShadow?: string | undefined;
215
+ boxSizing?: import("csstype").BoxSizingProperty | undefined;
216
+ breakAfter?: import("csstype").BreakAfterProperty | undefined;
217
+ breakBefore?: import("csstype").BreakBeforeProperty | undefined;
218
+ breakInside?: import("csstype").BreakInsideProperty | undefined;
219
+ captionSide?: import("csstype").CaptionSideProperty | undefined;
220
+ caretColor?: string | undefined;
221
+ clear?: import("csstype").ClearProperty | undefined;
222
+ clipPath?: string | undefined;
223
+ color?: string | undefined;
224
+ colorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
225
+ colorScheme?: string | undefined;
226
+ columnCount?: import("csstype").ColumnCountProperty | undefined;
227
+ columnFill?: import("csstype").ColumnFillProperty | undefined;
228
+ columnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
229
+ columnRuleColor?: string | undefined;
230
+ columnRuleStyle?: string | undefined;
231
+ columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
232
+ columnSpan?: import("csstype").ColumnSpanProperty | undefined;
233
+ columnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
234
+ contain?: string | undefined;
235
+ content?: string | undefined;
236
+ contentVisibility?: import("csstype").ContentVisibilityProperty | undefined;
237
+ counterIncrement?: string | undefined;
238
+ counterReset?: string | undefined;
239
+ counterSet?: string | undefined;
240
+ cursor?: string | undefined;
241
+ direction?: import("csstype").DirectionProperty | undefined;
242
+ display?: string | undefined;
243
+ emptyCells?: import("csstype").EmptyCellsProperty | undefined;
244
+ filter?: string | undefined;
245
+ flexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
246
+ flexDirection?: import("csstype").FlexDirectionProperty | undefined;
247
+ flexGrow?: import("csstype").GlobalsNumber | undefined;
248
+ flexShrink?: import("csstype").GlobalsNumber | undefined;
249
+ flexWrap?: import("csstype").FlexWrapProperty | undefined;
250
+ float?: import("csstype").FloatProperty | undefined;
251
+ fontFamily?: string | undefined;
252
+ fontFeatureSettings?: string | undefined;
253
+ fontKerning?: import("csstype").FontKerningProperty | undefined;
254
+ fontLanguageOverride?: string | undefined;
255
+ fontOpticalSizing?: import("csstype").FontOpticalSizingProperty | undefined;
256
+ fontSize?: import("csstype").FontSizeProperty<string | number> | undefined;
257
+ fontSizeAdjust?: import("csstype").FontSizeAdjustProperty | undefined;
258
+ fontSmooth?: import("csstype").FontSmoothProperty<string | number> | undefined;
259
+ fontStretch?: string | undefined;
260
+ fontStyle?: string | undefined;
261
+ fontSynthesis?: string | undefined;
262
+ fontVariant?: string | undefined;
263
+ fontVariantAlternates?: string | undefined;
264
+ fontVariantCaps?: import("csstype").FontVariantCapsProperty | undefined;
265
+ fontVariantEastAsian?: string | undefined;
266
+ fontVariantLigatures?: string | undefined;
267
+ fontVariantNumeric?: string | undefined;
268
+ fontVariantPosition?: import("csstype").FontVariantPositionProperty | undefined;
269
+ fontVariationSettings?: string | undefined;
270
+ fontWeight?: import("csstype").FontWeightProperty | undefined;
271
+ forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty | undefined;
272
+ gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
273
+ gridAutoFlow?: string | undefined;
274
+ gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
275
+ gridColumnEnd?: import("csstype").GridColumnEndProperty | undefined;
276
+ gridColumnStart?: import("csstype").GridColumnStartProperty | undefined;
277
+ gridRowEnd?: import("csstype").GridRowEndProperty | undefined;
278
+ gridRowStart?: import("csstype").GridRowStartProperty | undefined;
279
+ gridTemplateAreas?: string | undefined;
280
+ gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
281
+ gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
282
+ hangingPunctuation?: string | undefined;
283
+ height?: import("csstype").HeightProperty<string | number> | undefined;
284
+ hyphenateCharacter?: string | undefined;
285
+ hyphens?: import("csstype").HyphensProperty | undefined;
286
+ imageOrientation?: string | undefined;
287
+ imageRendering?: import("csstype").ImageRenderingProperty | undefined;
288
+ imageResolution?: string | undefined;
289
+ initialLetter?: import("csstype").InitialLetterProperty | undefined;
290
+ inlineSize?: import("csstype").InlineSizeProperty<string | number> | undefined;
291
+ inputSecurity?: import("csstype").InputSecurityProperty | undefined;
292
+ inset?: import("csstype").InsetProperty<string | number> | undefined;
293
+ insetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
294
+ insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
295
+ insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
296
+ insetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
297
+ insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
298
+ insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
299
+ isolation?: import("csstype").IsolationProperty | undefined;
300
+ justifyContent?: string | undefined;
301
+ justifyItems?: string | undefined;
302
+ justifySelf?: string | undefined;
303
+ justifyTracks?: string | undefined;
304
+ left?: import("csstype").LeftProperty<string | number> | undefined;
305
+ letterSpacing?: import("csstype").LetterSpacingProperty<string | number> | undefined;
306
+ lineBreak?: import("csstype").LineBreakProperty | undefined;
307
+ lineHeight?: import("csstype").LineHeightProperty<string | number> | undefined;
308
+ lineHeightStep?: import("csstype").LineHeightStepProperty<string | number> | undefined;
309
+ listStyleImage?: string | undefined;
310
+ listStylePosition?: import("csstype").ListStylePositionProperty | undefined;
311
+ listStyleType?: string | undefined;
312
+ marginBlock?: import("csstype").MarginBlockProperty<string | number> | undefined;
313
+ marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
314
+ marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
315
+ marginBottom?: import("csstype").MarginBottomProperty<string | number> | undefined;
316
+ marginInline?: import("csstype").MarginInlineProperty<string | number> | undefined;
317
+ marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
318
+ marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
319
+ marginLeft?: import("csstype").MarginLeftProperty<string | number> | undefined;
320
+ marginRight?: import("csstype").MarginRightProperty<string | number> | undefined;
321
+ marginTop?: import("csstype").MarginTopProperty<string | number> | undefined;
322
+ maskBorderMode?: import("csstype").MaskBorderModeProperty | undefined;
323
+ maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
324
+ maskBorderRepeat?: string | undefined;
325
+ maskBorderSlice?: import("csstype").MaskBorderSliceProperty | undefined;
326
+ maskBorderSource?: string | undefined;
327
+ maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
328
+ maskClip?: string | undefined;
329
+ maskComposite?: string | undefined;
330
+ maskImage?: string | undefined;
331
+ maskMode?: string | undefined;
332
+ maskOrigin?: string | undefined;
333
+ maskPosition?: import("csstype").MaskPositionProperty<string | number> | undefined;
334
+ maskRepeat?: string | undefined;
335
+ maskSize?: import("csstype").MaskSizeProperty<string | number> | undefined;
336
+ maskType?: import("csstype").MaskTypeProperty | undefined;
337
+ mathStyle?: import("csstype").MathStyleProperty | undefined;
338
+ maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
339
+ maxHeight?: import("csstype").MaxHeightProperty<string | number> | undefined;
340
+ maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
341
+ maxLines?: import("csstype").MaxLinesProperty | undefined;
342
+ maxWidth?: import("csstype").MaxWidthProperty<string | number> | undefined;
343
+ minBlockSize?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
344
+ minHeight?: import("csstype").MinHeightProperty<string | number> | undefined;
345
+ minInlineSize?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
346
+ minWidth?: import("csstype").MinWidthProperty<string | number> | undefined;
347
+ mixBlendMode?: import("csstype").MixBlendModeProperty | undefined;
348
+ motionDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
349
+ motionPath?: string | undefined;
350
+ motionRotation?: string | undefined;
351
+ objectFit?: import("csstype").ObjectFitProperty | undefined;
352
+ objectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
353
+ offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
354
+ offsetDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
355
+ offsetPath?: string | undefined;
356
+ offsetRotate?: string | undefined;
357
+ offsetRotation?: string | undefined;
358
+ opacity?: import("csstype").OpacityProperty | undefined;
359
+ order?: import("csstype").GlobalsNumber | undefined;
360
+ orphans?: import("csstype").GlobalsNumber | undefined;
361
+ outlineColor?: string | undefined;
362
+ outlineOffset?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
363
+ outlineStyle?: string | undefined;
364
+ outlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
365
+ overflowAnchor?: import("csstype").OverflowAnchorProperty | undefined;
366
+ overflowBlock?: import("csstype").OverflowBlockProperty | undefined;
367
+ overflowClipBox?: import("csstype").OverflowClipBoxProperty | undefined;
368
+ overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
369
+ overflowInline?: import("csstype").OverflowInlineProperty | undefined;
370
+ overflowWrap?: import("csstype").OverflowWrapProperty | undefined;
371
+ overflowX?: import("csstype").OverflowXProperty | undefined;
372
+ overflowY?: import("csstype").OverflowYProperty | undefined;
373
+ overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
374
+ overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
375
+ overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty | undefined;
376
+ overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty | undefined;
377
+ paddingBlock?: import("csstype").PaddingBlockProperty<string | number> | undefined;
378
+ paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
379
+ paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
380
+ paddingBottom?: import("csstype").PaddingBottomProperty<string | number> | undefined;
381
+ paddingInline?: import("csstype").PaddingInlineProperty<string | number> | undefined;
382
+ paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
383
+ paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
384
+ paddingLeft?: import("csstype").PaddingLeftProperty<string | number> | undefined;
385
+ paddingRight?: import("csstype").PaddingRightProperty<string | number> | undefined;
386
+ paddingTop?: import("csstype").PaddingTopProperty<string | number> | undefined;
387
+ pageBreakAfter?: import("csstype").PageBreakAfterProperty | undefined;
388
+ pageBreakBefore?: import("csstype").PageBreakBeforeProperty | undefined;
389
+ pageBreakInside?: import("csstype").PageBreakInsideProperty | undefined;
390
+ paintOrder?: string | undefined;
391
+ perspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
392
+ perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
393
+ placeContent?: string | undefined;
394
+ pointerEvents?: import("csstype").PointerEventsProperty | undefined;
395
+ position?: import("csstype").PositionProperty | undefined;
396
+ printColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
397
+ quotes?: string | undefined;
398
+ resize?: import("csstype").ResizeProperty | undefined;
399
+ right?: import("csstype").RightProperty<string | number> | undefined;
400
+ rotate?: string | undefined;
401
+ rowGap?: import("csstype").RowGapProperty<string | number> | undefined;
402
+ rubyAlign?: import("csstype").RubyAlignProperty | undefined;
403
+ rubyMerge?: import("csstype").RubyMergeProperty | undefined;
404
+ rubyPosition?: string | undefined;
405
+ scale?: import("csstype").ScaleProperty | undefined;
406
+ scrollBehavior?: import("csstype").ScrollBehaviorProperty | undefined;
407
+ scrollMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
408
+ scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
409
+ scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
410
+ scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
411
+ scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
412
+ scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
413
+ scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
414
+ scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
415
+ scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
416
+ scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
417
+ scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
418
+ scrollPadding?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
419
+ scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
420
+ scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
421
+ scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
422
+ scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
423
+ scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
424
+ scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
425
+ scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
426
+ scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
427
+ scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
428
+ scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
429
+ scrollSnapAlign?: string | undefined;
430
+ scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
431
+ scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
432
+ scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
433
+ scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
434
+ scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
435
+ scrollSnapStop?: import("csstype").ScrollSnapStopProperty | undefined;
436
+ scrollSnapType?: string | undefined;
437
+ scrollbarColor?: string | undefined;
438
+ scrollbarGutter?: string | undefined;
439
+ scrollbarWidth?: import("csstype").ScrollbarWidthProperty | undefined;
440
+ shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty | undefined;
441
+ shapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
442
+ shapeOutside?: string | undefined;
443
+ tabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
444
+ tableLayout?: import("csstype").TableLayoutProperty | undefined;
445
+ textAlign?: import("csstype").TextAlignProperty | undefined;
446
+ textAlignLast?: import("csstype").TextAlignLastProperty | undefined;
447
+ textCombineUpright?: string | undefined;
448
+ textDecorationColor?: string | undefined;
449
+ textDecorationLine?: string | undefined;
450
+ textDecorationSkip?: string | undefined;
451
+ textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty | undefined;
452
+ textDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
453
+ textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
454
+ textDecorationWidth?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
455
+ textEmphasisColor?: string | undefined;
456
+ textEmphasisPosition?: string | undefined;
457
+ textEmphasisStyle?: string | undefined;
458
+ textIndent?: import("csstype").TextIndentProperty<string | number> | undefined;
459
+ textJustify?: import("csstype").TextJustifyProperty | undefined;
460
+ textOrientation?: import("csstype").TextOrientationProperty | undefined;
461
+ textOverflow?: string | undefined;
462
+ textRendering?: import("csstype").TextRenderingProperty | undefined;
463
+ textShadow?: string | undefined;
464
+ textSizeAdjust?: string | undefined;
465
+ textTransform?: import("csstype").TextTransformProperty | undefined;
466
+ textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
467
+ textUnderlinePosition?: string | undefined;
468
+ top?: import("csstype").TopProperty<string | number> | undefined;
469
+ touchAction?: string | undefined;
470
+ transform?: string | undefined;
471
+ transformBox?: import("csstype").TransformBoxProperty | undefined;
472
+ transformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
473
+ transformStyle?: import("csstype").TransformStyleProperty | undefined;
474
+ transitionDelay?: string | undefined;
475
+ transitionDuration?: string | undefined;
476
+ transitionProperty?: string | undefined;
477
+ transitionTimingFunction?: string | undefined;
478
+ translate?: import("csstype").TranslateProperty<string | number> | undefined;
479
+ unicodeBidi?: import("csstype").UnicodeBidiProperty | undefined;
480
+ userSelect?: import("csstype").UserSelectProperty | undefined;
481
+ verticalAlign?: import("csstype").VerticalAlignProperty<string | number> | undefined;
482
+ visibility?: import("csstype").VisibilityProperty | undefined;
483
+ whiteSpace?: import("csstype").WhiteSpaceProperty | undefined;
484
+ widows?: import("csstype").GlobalsNumber | undefined;
485
+ width?: import("csstype").WidthProperty<string | number> | undefined;
486
+ willChange?: string | undefined;
487
+ wordBreak?: import("csstype").WordBreakProperty | undefined;
488
+ wordSpacing?: import("csstype").WordSpacingProperty<string | number> | undefined;
489
+ wordWrap?: import("csstype").WordWrapProperty | undefined;
490
+ writingMode?: import("csstype").WritingModeProperty | undefined;
491
+ zIndex?: import("csstype").ZIndexProperty | undefined;
492
+ zoom?: import("csstype").ZoomProperty | undefined;
493
+ all?: import("csstype").Globals | undefined;
494
+ animation?: import("csstype").AnimationProperty | undefined;
495
+ background?: import("csstype").BackgroundProperty<string | number> | undefined;
496
+ backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
497
+ border?: import("csstype").BorderProperty<string | number> | undefined;
498
+ borderBlock?: import("csstype").BorderBlockProperty<string | number> | undefined;
499
+ borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
500
+ borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
501
+ borderBottom?: import("csstype").BorderBottomProperty<string | number> | undefined;
502
+ borderColor?: string | undefined;
503
+ borderImage?: import("csstype").BorderImageProperty | undefined;
504
+ borderInline?: import("csstype").BorderInlineProperty<string | number> | undefined;
505
+ borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
506
+ borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
507
+ borderLeft?: import("csstype").BorderLeftProperty<string | number> | undefined;
508
+ borderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
509
+ borderRight?: import("csstype").BorderRightProperty<string | number> | undefined;
510
+ borderStyle?: string | undefined;
511
+ borderTop?: import("csstype").BorderTopProperty<string | number> | undefined;
512
+ borderWidth?: import("csstype").BorderWidthProperty<string | number> | undefined;
513
+ columnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
514
+ columns?: import("csstype").ColumnsProperty<string | number> | undefined;
515
+ flex?: import("csstype").FlexProperty<string | number> | undefined;
516
+ flexFlow?: string | undefined;
517
+ font?: string | undefined;
518
+ gap?: import("csstype").GapProperty<string | number> | undefined;
519
+ grid?: string | undefined;
520
+ gridArea?: import("csstype").GridAreaProperty | undefined;
521
+ gridColumn?: import("csstype").GridColumnProperty | undefined;
522
+ gridRow?: import("csstype").GridRowProperty | undefined;
523
+ gridTemplate?: string | undefined;
524
+ lineClamp?: import("csstype").LineClampProperty | undefined;
525
+ listStyle?: string | undefined;
526
+ margin?: import("csstype").MarginProperty<string | number> | undefined;
527
+ mask?: import("csstype").MaskProperty<string | number> | undefined;
528
+ maskBorder?: import("csstype").MaskBorderProperty | undefined;
529
+ motion?: import("csstype").OffsetProperty<string | number> | undefined;
530
+ offset?: import("csstype").OffsetProperty<string | number> | undefined;
531
+ outline?: import("csstype").OutlineProperty<string | number> | undefined;
532
+ overflow?: string | undefined;
533
+ overscrollBehavior?: string | undefined;
534
+ padding?: import("csstype").PaddingProperty<string | number> | undefined;
535
+ placeItems?: string | undefined;
536
+ placeSelf?: string | undefined;
537
+ textDecoration?: import("csstype").TextDecorationProperty<string | number> | undefined;
538
+ textEmphasis?: string | undefined;
539
+ transition?: string | undefined;
540
+ MozAnimationDelay?: string | undefined;
541
+ MozAnimationDirection?: string | undefined;
542
+ MozAnimationDuration?: string | undefined;
543
+ MozAnimationFillMode?: string | undefined;
544
+ MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
545
+ MozAnimationName?: string | undefined;
546
+ MozAnimationPlayState?: string | undefined;
547
+ MozAnimationTimingFunction?: string | undefined;
548
+ MozAppearance?: import("csstype").MozAppearanceProperty | undefined;
549
+ MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
550
+ MozBorderBottomColors?: string | undefined;
551
+ MozBorderEndColor?: string | undefined;
552
+ MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
553
+ MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
554
+ MozBorderLeftColors?: string | undefined;
555
+ MozBorderRightColors?: string | undefined;
556
+ MozBorderStartColor?: string | undefined;
557
+ MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
558
+ MozBorderTopColors?: string | undefined;
559
+ MozBoxSizing?: import("csstype").BoxSizingProperty | undefined;
560
+ MozColumnCount?: import("csstype").ColumnCountProperty | undefined;
561
+ MozColumnFill?: import("csstype").ColumnFillProperty | undefined;
562
+ MozColumnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
563
+ MozColumnRuleColor?: string | undefined;
564
+ MozColumnRuleStyle?: string | undefined;
565
+ MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
566
+ MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
567
+ MozContextProperties?: string | undefined;
568
+ MozFontFeatureSettings?: string | undefined;
569
+ MozFontLanguageOverride?: string | undefined;
570
+ MozHyphens?: import("csstype").HyphensProperty | undefined;
571
+ MozImageRegion?: string | undefined;
572
+ MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
573
+ MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
574
+ MozOrient?: import("csstype").MozOrientProperty | undefined;
575
+ MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
576
+ MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
577
+ MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
578
+ MozPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
579
+ MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
580
+ MozStackSizing?: import("csstype").MozStackSizingProperty | undefined;
581
+ MozTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
582
+ MozTextBlink?: import("csstype").MozTextBlinkProperty | undefined;
583
+ MozTextSizeAdjust?: string | undefined;
584
+ MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
585
+ MozTransformStyle?: import("csstype").TransformStyleProperty | undefined;
586
+ MozTransitionDelay?: string | undefined;
587
+ MozTransitionDuration?: string | undefined;
588
+ MozTransitionProperty?: string | undefined;
589
+ MozTransitionTimingFunction?: string | undefined;
590
+ MozUserFocus?: import("csstype").MozUserFocusProperty | undefined;
591
+ MozUserModify?: import("csstype").MozUserModifyProperty | undefined;
592
+ MozUserSelect?: import("csstype").UserSelectProperty | undefined;
593
+ MozWindowDragging?: import("csstype").MozWindowDraggingProperty | undefined;
594
+ MozWindowShadow?: import("csstype").MozWindowShadowProperty | undefined;
595
+ msAccelerator?: import("csstype").MsAcceleratorProperty | undefined;
596
+ msAlignSelf?: string | undefined;
597
+ msBlockProgression?: import("csstype").MsBlockProgressionProperty | undefined;
598
+ msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty | undefined;
599
+ msContentZoomLimitMax?: string | undefined;
600
+ msContentZoomLimitMin?: string | undefined;
601
+ msContentZoomSnapPoints?: string | undefined;
602
+ msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
603
+ msContentZooming?: import("csstype").MsContentZoomingProperty | undefined;
604
+ msFilter?: string | undefined;
605
+ msFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
606
+ msFlexPositive?: import("csstype").GlobalsNumber | undefined;
607
+ msFlowFrom?: string | undefined;
608
+ msFlowInto?: string | undefined;
609
+ msGridColumns?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
610
+ msGridRows?: import("csstype").MsGridRowsProperty<string | number> | undefined;
611
+ msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty | undefined;
612
+ msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
613
+ msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
614
+ msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
615
+ msHyphens?: import("csstype").HyphensProperty | undefined;
616
+ msImeAlign?: import("csstype").MsImeAlignProperty | undefined;
617
+ msJustifySelf?: string | undefined;
618
+ msLineBreak?: import("csstype").LineBreakProperty | undefined;
619
+ msOrder?: import("csstype").GlobalsNumber | undefined;
620
+ msOverflowStyle?: import("csstype").MsOverflowStyleProperty | undefined;
621
+ msOverflowX?: import("csstype").OverflowXProperty | undefined;
622
+ msOverflowY?: import("csstype").OverflowYProperty | undefined;
623
+ msScrollChaining?: import("csstype").MsScrollChainingProperty | undefined;
624
+ msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
625
+ msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
626
+ msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
627
+ msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
628
+ msScrollRails?: import("csstype").MsScrollRailsProperty | undefined;
629
+ msScrollSnapPointsX?: string | undefined;
630
+ msScrollSnapPointsY?: string | undefined;
631
+ msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty | undefined;
632
+ msScrollTranslation?: import("csstype").MsScrollTranslationProperty | undefined;
633
+ msScrollbar3dlightColor?: string | undefined;
634
+ msScrollbarArrowColor?: string | undefined;
635
+ msScrollbarBaseColor?: string | undefined;
636
+ msScrollbarDarkshadowColor?: string | undefined;
637
+ msScrollbarFaceColor?: string | undefined;
638
+ msScrollbarHighlightColor?: string | undefined;
639
+ msScrollbarShadowColor?: string | undefined;
640
+ msTextAutospace?: import("csstype").MsTextAutospaceProperty | undefined;
641
+ msTextCombineHorizontal?: string | undefined;
642
+ msTextOverflow?: string | undefined;
643
+ msTouchAction?: string | undefined;
644
+ msTouchSelect?: import("csstype").MsTouchSelectProperty | undefined;
645
+ msTransform?: string | undefined;
646
+ msTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
647
+ msTransitionDelay?: string | undefined;
648
+ msTransitionDuration?: string | undefined;
649
+ msTransitionProperty?: string | undefined;
650
+ msTransitionTimingFunction?: string | undefined;
651
+ msUserSelect?: import("csstype").MsUserSelectProperty | undefined;
652
+ msWordBreak?: import("csstype").WordBreakProperty | undefined;
653
+ msWrapFlow?: import("csstype").MsWrapFlowProperty | undefined;
654
+ msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
655
+ msWrapThrough?: import("csstype").MsWrapThroughProperty | undefined;
656
+ msWritingMode?: import("csstype").WritingModeProperty | undefined;
657
+ WebkitAlignContent?: string | undefined;
658
+ WebkitAlignItems?: string | undefined;
659
+ WebkitAlignSelf?: string | undefined;
660
+ WebkitAnimationDelay?: string | undefined;
661
+ WebkitAnimationDirection?: string | undefined;
662
+ WebkitAnimationDuration?: string | undefined;
663
+ WebkitAnimationFillMode?: string | undefined;
664
+ WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
665
+ WebkitAnimationName?: string | undefined;
666
+ WebkitAnimationPlayState?: string | undefined;
667
+ WebkitAnimationTimingFunction?: string | undefined;
668
+ WebkitAppearance?: import("csstype").WebkitAppearanceProperty | undefined;
669
+ WebkitBackdropFilter?: string | undefined;
670
+ WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
671
+ WebkitBackgroundClip?: string | undefined;
672
+ WebkitBackgroundOrigin?: string | undefined;
673
+ WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
674
+ WebkitBorderBeforeColor?: string | undefined;
675
+ WebkitBorderBeforeStyle?: string | undefined;
676
+ WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
677
+ WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
678
+ WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
679
+ WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
680
+ WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
681
+ WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
682
+ WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
683
+ WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
684
+ WebkitBoxShadow?: string | undefined;
685
+ WebkitBoxSizing?: import("csstype").BoxSizingProperty | undefined;
686
+ WebkitClipPath?: string | undefined;
687
+ WebkitColumnCount?: import("csstype").ColumnCountProperty | undefined;
688
+ WebkitColumnFill?: import("csstype").ColumnFillProperty | undefined;
689
+ WebkitColumnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
690
+ WebkitColumnRuleColor?: string | undefined;
691
+ WebkitColumnRuleStyle?: string | undefined;
692
+ WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
693
+ WebkitColumnSpan?: import("csstype").ColumnSpanProperty | undefined;
694
+ WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
695
+ WebkitFilter?: string | undefined;
696
+ WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
697
+ WebkitFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
698
+ WebkitFlexGrow?: import("csstype").GlobalsNumber | undefined;
699
+ WebkitFlexShrink?: import("csstype").GlobalsNumber | undefined;
700
+ WebkitFlexWrap?: import("csstype").FlexWrapProperty | undefined;
701
+ WebkitFontFeatureSettings?: string | undefined;
702
+ WebkitFontKerning?: import("csstype").FontKerningProperty | undefined;
703
+ WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
704
+ WebkitFontVariantLigatures?: string | undefined;
705
+ WebkitHyphenateCharacter?: string | undefined;
706
+ WebkitHyphens?: import("csstype").HyphensProperty | undefined;
707
+ WebkitInitialLetter?: import("csstype").InitialLetterProperty | undefined;
708
+ WebkitJustifyContent?: string | undefined;
709
+ WebkitLineBreak?: import("csstype").LineBreakProperty | undefined;
710
+ WebkitLineClamp?: import("csstype").WebkitLineClampProperty | undefined;
711
+ WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
712
+ WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
713
+ WebkitMaskAttachment?: string | undefined;
714
+ WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
715
+ WebkitMaskBoxImageRepeat?: string | undefined;
716
+ WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty | undefined;
717
+ WebkitMaskBoxImageSource?: string | undefined;
718
+ WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
719
+ WebkitMaskClip?: string | undefined;
720
+ WebkitMaskComposite?: string | undefined;
721
+ WebkitMaskImage?: string | undefined;
722
+ WebkitMaskOrigin?: string | undefined;
723
+ WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
724
+ WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
725
+ WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
726
+ WebkitMaskRepeat?: string | undefined;
727
+ WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty | undefined;
728
+ WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty | undefined;
729
+ WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
730
+ WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
731
+ WebkitOrder?: import("csstype").GlobalsNumber | undefined;
732
+ WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty | undefined;
733
+ WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
734
+ WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
735
+ WebkitPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
736
+ WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
737
+ WebkitPrintColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
738
+ WebkitRubyPosition?: string | undefined;
739
+ WebkitScrollSnapType?: string | undefined;
740
+ WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
741
+ WebkitTapHighlightColor?: string | undefined;
742
+ WebkitTextCombine?: string | undefined;
743
+ WebkitTextDecorationColor?: string | undefined;
744
+ WebkitTextDecorationLine?: string | undefined;
745
+ WebkitTextDecorationSkip?: string | undefined;
746
+ WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
747
+ WebkitTextEmphasisColor?: string | undefined;
748
+ WebkitTextEmphasisPosition?: string | undefined;
749
+ WebkitTextEmphasisStyle?: string | undefined;
750
+ WebkitTextFillColor?: string | undefined;
751
+ WebkitTextOrientation?: import("csstype").TextOrientationProperty | undefined;
752
+ WebkitTextSizeAdjust?: string | undefined;
753
+ WebkitTextStrokeColor?: string | undefined;
754
+ WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
755
+ WebkitTextUnderlinePosition?: string | undefined;
756
+ WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty | undefined;
757
+ WebkitTransform?: string | undefined;
758
+ WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
759
+ WebkitTransformStyle?: import("csstype").TransformStyleProperty | undefined;
760
+ WebkitTransitionDelay?: string | undefined;
761
+ WebkitTransitionDuration?: string | undefined;
762
+ WebkitTransitionProperty?: string | undefined;
763
+ WebkitTransitionTimingFunction?: string | undefined;
764
+ WebkitUserModify?: import("csstype").WebkitUserModifyProperty | undefined;
765
+ WebkitUserSelect?: import("csstype").UserSelectProperty | undefined;
766
+ WebkitWritingMode?: import("csstype").WritingModeProperty | undefined;
767
+ MozAnimation?: import("csstype").AnimationProperty | undefined;
768
+ MozBorderImage?: import("csstype").BorderImageProperty | undefined;
769
+ MozColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
770
+ MozColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
771
+ MozTransition?: string | undefined;
772
+ msContentZoomLimit?: string | undefined;
773
+ msContentZoomSnap?: string | undefined;
774
+ msFlex?: import("csstype").FlexProperty<string | number> | undefined;
775
+ msScrollLimit?: string | undefined;
776
+ msScrollSnapX?: string | undefined;
777
+ msScrollSnapY?: string | undefined;
778
+ msTransition?: string | undefined;
779
+ WebkitAnimation?: import("csstype").AnimationProperty | undefined;
780
+ WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
781
+ WebkitBorderImage?: import("csstype").BorderImageProperty | undefined;
782
+ WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
783
+ WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
784
+ WebkitColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
785
+ WebkitFlex?: import("csstype").FlexProperty<string | number> | undefined;
786
+ WebkitFlexFlow?: string | undefined;
787
+ WebkitMask?: import("csstype").WebkitMaskProperty<string | number> | undefined;
788
+ WebkitMaskBoxImage?: import("csstype").MaskBorderProperty | undefined;
789
+ WebkitTextEmphasis?: string | undefined;
790
+ WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
791
+ WebkitTransition?: string | undefined;
792
+ azimuth?: string | undefined;
793
+ boxAlign?: import("csstype").BoxAlignProperty | undefined;
794
+ boxDirection?: import("csstype").BoxDirectionProperty | undefined;
795
+ boxFlex?: import("csstype").GlobalsNumber | undefined;
796
+ boxFlexGroup?: import("csstype").GlobalsNumber | undefined;
797
+ boxLines?: import("csstype").BoxLinesProperty | undefined;
798
+ boxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
799
+ boxOrient?: import("csstype").BoxOrientProperty | undefined;
800
+ boxPack?: import("csstype").BoxPackProperty | undefined;
801
+ clip?: string | undefined;
802
+ gridColumnGap?: import("csstype").GridColumnGapProperty<string | number> | undefined;
803
+ gridGap?: import("csstype").GridGapProperty<string | number> | undefined;
804
+ gridRowGap?: import("csstype").GridRowGapProperty<string | number> | undefined;
805
+ imeMode?: import("csstype").ImeModeProperty | undefined;
806
+ offsetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
807
+ offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
808
+ offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
809
+ offsetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
810
+ offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
811
+ offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
812
+ scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
813
+ scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
814
+ scrollSnapPointsX?: string | undefined;
815
+ scrollSnapPointsY?: string | undefined;
816
+ scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty | undefined;
817
+ scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty | undefined;
818
+ scrollbarTrackColor?: string | undefined;
819
+ KhtmlBoxAlign?: import("csstype").BoxAlignProperty | undefined;
820
+ KhtmlBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
821
+ KhtmlBoxFlex?: import("csstype").GlobalsNumber | undefined;
822
+ KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
823
+ KhtmlBoxLines?: import("csstype").BoxLinesProperty | undefined;
824
+ KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
825
+ KhtmlBoxOrient?: import("csstype").BoxOrientProperty | undefined;
826
+ KhtmlBoxPack?: import("csstype").BoxPackProperty | undefined;
827
+ KhtmlLineBreak?: import("csstype").LineBreakProperty | undefined;
828
+ KhtmlOpacity?: import("csstype").OpacityProperty | undefined;
829
+ KhtmlUserSelect?: import("csstype").UserSelectProperty | undefined;
830
+ MozBackgroundClip?: string | undefined;
831
+ MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty | undefined;
832
+ MozBackgroundOrigin?: string | undefined;
833
+ MozBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
834
+ MozBinding?: string | undefined;
835
+ MozBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
836
+ MozBorderRadiusBottomleft?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
837
+ MozBorderRadiusBottomright?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
838
+ MozBorderRadiusTopleft?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
839
+ MozBorderRadiusTopright?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
840
+ MozBoxAlign?: import("csstype").BoxAlignProperty | undefined;
841
+ MozBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
842
+ MozBoxFlex?: import("csstype").GlobalsNumber | undefined;
843
+ MozBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
844
+ MozBoxOrient?: import("csstype").BoxOrientProperty | undefined;
845
+ MozBoxPack?: import("csstype").BoxPackProperty | undefined;
846
+ MozBoxShadow?: string | undefined;
847
+ MozFloatEdge?: import("csstype").MozFloatEdgeProperty | undefined;
848
+ MozForceBrokenImageIcon?: import("csstype").MozForceBrokenImageIconProperty | undefined;
849
+ MozOpacity?: import("csstype").OpacityProperty | undefined;
850
+ MozOutline?: import("csstype").OutlineProperty<string | number> | undefined;
851
+ MozOutlineColor?: string | undefined;
852
+ MozOutlineRadius?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
853
+ MozOutlineRadiusBottomleft?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
854
+ MozOutlineRadiusBottomright?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
855
+ MozOutlineRadiusTopleft?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
856
+ MozOutlineRadiusTopright?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
857
+ MozOutlineStyle?: string | undefined;
858
+ MozOutlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
859
+ MozTextAlignLast?: import("csstype").TextAlignLastProperty | undefined;
860
+ MozTextDecorationColor?: string | undefined;
861
+ MozTextDecorationLine?: string | undefined;
862
+ MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
863
+ MozUserInput?: import("csstype").MozUserInputProperty | undefined;
864
+ msImeMode?: import("csstype").ImeModeProperty | undefined;
865
+ msScrollbarTrackColor?: string | undefined;
866
+ OAnimation?: import("csstype").AnimationProperty | undefined;
867
+ OAnimationDelay?: string | undefined;
868
+ OAnimationDirection?: string | undefined;
869
+ OAnimationDuration?: string | undefined;
870
+ OAnimationFillMode?: string | undefined;
871
+ OAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
872
+ OAnimationName?: string | undefined;
873
+ OAnimationPlayState?: string | undefined;
874
+ OAnimationTimingFunction?: string | undefined;
875
+ OBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
876
+ OBorderImage?: import("csstype").BorderImageProperty | undefined;
877
+ OObjectFit?: import("csstype").ObjectFitProperty | undefined;
878
+ OObjectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
879
+ OTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
880
+ OTextOverflow?: string | undefined;
881
+ OTransform?: string | undefined;
882
+ OTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
883
+ OTransition?: string | undefined;
884
+ OTransitionDelay?: string | undefined;
885
+ OTransitionDuration?: string | undefined;
886
+ OTransitionProperty?: string | undefined;
887
+ OTransitionTimingFunction?: string | undefined;
888
+ WebkitBoxAlign?: import("csstype").BoxAlignProperty | undefined;
889
+ WebkitBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
890
+ WebkitBoxFlex?: import("csstype").GlobalsNumber | undefined;
891
+ WebkitBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
892
+ WebkitBoxLines?: import("csstype").BoxLinesProperty | undefined;
893
+ WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
894
+ WebkitBoxOrient?: import("csstype").BoxOrientProperty | undefined;
895
+ WebkitBoxPack?: import("csstype").BoxPackProperty | undefined;
896
+ WebkitScrollSnapPointsX?: string | undefined;
897
+ WebkitScrollSnapPointsY?: string | undefined;
898
+ alignmentBaseline?: import("csstype").AlignmentBaselineProperty | undefined;
899
+ baselineShift?: import("csstype").BaselineShiftProperty<string | number> | undefined;
900
+ clipRule?: import("csstype").ClipRuleProperty | undefined;
901
+ colorInterpolation?: import("csstype").ColorInterpolationProperty | undefined;
902
+ colorRendering?: import("csstype").ColorRenderingProperty | undefined;
903
+ dominantBaseline?: import("csstype").DominantBaselineProperty | undefined;
904
+ fill?: string | undefined;
905
+ fillOpacity?: import("csstype").GlobalsNumber | undefined;
906
+ fillRule?: import("csstype").FillRuleProperty | undefined;
907
+ floodColor?: string | undefined;
908
+ floodOpacity?: import("csstype").GlobalsNumber | undefined;
909
+ glyphOrientationVertical?: import("csstype").GlyphOrientationVerticalProperty | undefined;
910
+ lightingColor?: string | undefined;
911
+ marker?: string | undefined;
912
+ markerEnd?: string | undefined;
913
+ markerMid?: string | undefined;
914
+ markerStart?: string | undefined;
915
+ shapeRendering?: import("csstype").ShapeRenderingProperty | undefined;
916
+ stopColor?: string | undefined;
917
+ stopOpacity?: import("csstype").GlobalsNumber | undefined;
918
+ stroke?: string | undefined;
919
+ strokeDasharray?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
920
+ strokeDashoffset?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
921
+ strokeLinecap?: import("csstype").StrokeLinecapProperty | undefined;
922
+ strokeLinejoin?: import("csstype").StrokeLinejoinProperty | undefined;
923
+ strokeMiterlimit?: import("csstype").GlobalsNumber | undefined;
924
+ strokeOpacity?: import("csstype").GlobalsNumber | undefined;
925
+ strokeWidth?: import("csstype").StrokeWidthProperty<string | number> | undefined;
926
+ textAnchor?: import("csstype").TextAnchorProperty | undefined;
927
+ vectorEffect?: import("csstype").VectorEffectProperty | undefined;
928
+ "accent-color"?: string | undefined;
929
+ "align-content"?: string | undefined;
930
+ "align-items"?: string | undefined;
931
+ "align-self"?: string | undefined;
932
+ "align-tracks"?: string | undefined;
933
+ "animation-delay"?: string | undefined;
934
+ "animation-direction"?: string | undefined;
935
+ "animation-duration"?: string | undefined;
936
+ "animation-fill-mode"?: string | undefined;
937
+ "animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
938
+ "animation-name"?: string | undefined;
939
+ "animation-play-state"?: string | undefined;
940
+ "animation-timeline"?: string | undefined;
941
+ "animation-timing-function"?: string | undefined;
942
+ "aspect-ratio"?: string | undefined;
943
+ "backdrop-filter"?: string | undefined;
944
+ "backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
945
+ "background-attachment"?: string | undefined;
946
+ "background-blend-mode"?: string | undefined;
947
+ "background-clip"?: string | undefined;
948
+ "background-color"?: string | undefined;
949
+ "background-image"?: string | undefined;
950
+ "background-origin"?: string | undefined;
951
+ "background-position-x"?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
952
+ "background-position-y"?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
953
+ "background-repeat"?: string | undefined;
954
+ "background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
955
+ "block-overflow"?: string | undefined;
956
+ "block-size"?: import("csstype").BlockSizeProperty<string | number> | undefined;
957
+ "border-block-color"?: string | undefined;
958
+ "border-block-end-color"?: string | undefined;
959
+ "border-block-end-style"?: import("csstype").BorderBlockEndStyleProperty | undefined;
960
+ "border-block-end-width"?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
961
+ "border-block-start-color"?: string | undefined;
962
+ "border-block-start-style"?: import("csstype").BorderBlockStartStyleProperty | undefined;
963
+ "border-block-start-width"?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
964
+ "border-block-style"?: import("csstype").BorderBlockStyleProperty | undefined;
965
+ "border-block-width"?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
966
+ "border-bottom-color"?: string | undefined;
967
+ "border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
968
+ "border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
969
+ "border-bottom-style"?: import("csstype").BorderBottomStyleProperty | undefined;
970
+ "border-bottom-width"?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
971
+ "border-collapse"?: import("csstype").BorderCollapseProperty | undefined;
972
+ "border-end-end-radius"?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
973
+ "border-end-start-radius"?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
974
+ "border-image-outset"?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
975
+ "border-image-repeat"?: string | undefined;
976
+ "border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
977
+ "border-image-source"?: string | undefined;
978
+ "border-image-width"?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
979
+ "border-inline-color"?: string | undefined;
980
+ "border-inline-end-color"?: string | undefined;
981
+ "border-inline-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
982
+ "border-inline-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
983
+ "border-inline-start-color"?: string | undefined;
984
+ "border-inline-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
985
+ "border-inline-start-width"?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
986
+ "border-inline-style"?: import("csstype").BorderInlineStyleProperty | undefined;
987
+ "border-inline-width"?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
988
+ "border-left-color"?: string | undefined;
989
+ "border-left-style"?: import("csstype").BorderLeftStyleProperty | undefined;
990
+ "border-left-width"?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
991
+ "border-right-color"?: string | undefined;
992
+ "border-right-style"?: import("csstype").BorderRightStyleProperty | undefined;
993
+ "border-right-width"?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
994
+ "border-spacing"?: import("csstype").BorderSpacingProperty<string | number> | undefined;
995
+ "border-start-end-radius"?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
996
+ "border-start-start-radius"?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
997
+ "border-top-color"?: string | undefined;
998
+ "border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
999
+ "border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1000
+ "border-top-style"?: import("csstype").BorderTopStyleProperty | undefined;
1001
+ "border-top-width"?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
1002
+ "box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
1003
+ "box-shadow"?: string | undefined;
1004
+ "box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1005
+ "break-after"?: import("csstype").BreakAfterProperty | undefined;
1006
+ "break-before"?: import("csstype").BreakBeforeProperty | undefined;
1007
+ "break-inside"?: import("csstype").BreakInsideProperty | undefined;
1008
+ "caption-side"?: import("csstype").CaptionSideProperty | undefined;
1009
+ "caret-color"?: string | undefined;
1010
+ "clip-path"?: string | undefined;
1011
+ "color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1012
+ "color-scheme"?: string | undefined;
1013
+ "column-count"?: import("csstype").ColumnCountProperty | undefined;
1014
+ "column-fill"?: import("csstype").ColumnFillProperty | undefined;
1015
+ "column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
1016
+ "column-rule-color"?: string | undefined;
1017
+ "column-rule-style"?: string | undefined;
1018
+ "column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1019
+ "column-span"?: import("csstype").ColumnSpanProperty | undefined;
1020
+ "column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1021
+ "content-visibility"?: import("csstype").ContentVisibilityProperty | undefined;
1022
+ "counter-increment"?: string | undefined;
1023
+ "counter-reset"?: string | undefined;
1024
+ "counter-set"?: string | undefined;
1025
+ "empty-cells"?: import("csstype").EmptyCellsProperty | undefined;
1026
+ "flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
1027
+ "flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1028
+ "flex-grow"?: import("csstype").GlobalsNumber | undefined;
1029
+ "flex-shrink"?: import("csstype").GlobalsNumber | undefined;
1030
+ "flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
1031
+ "font-family"?: string | undefined;
1032
+ "font-feature-settings"?: string | undefined;
1033
+ "font-kerning"?: import("csstype").FontKerningProperty | undefined;
1034
+ "font-language-override"?: string | undefined;
1035
+ "font-optical-sizing"?: import("csstype").FontOpticalSizingProperty | undefined;
1036
+ "font-size"?: import("csstype").FontSizeProperty<string | number> | undefined;
1037
+ "font-size-adjust"?: import("csstype").FontSizeAdjustProperty | undefined;
1038
+ "font-smooth"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1039
+ "font-stretch"?: string | undefined;
1040
+ "font-style"?: string | undefined;
1041
+ "font-synthesis"?: string | undefined;
1042
+ "font-variant"?: string | undefined;
1043
+ "font-variant-alternates"?: string | undefined;
1044
+ "font-variant-caps"?: import("csstype").FontVariantCapsProperty | undefined;
1045
+ "font-variant-east-asian"?: string | undefined;
1046
+ "font-variant-ligatures"?: string | undefined;
1047
+ "font-variant-numeric"?: string | undefined;
1048
+ "font-variant-position"?: import("csstype").FontVariantPositionProperty | undefined;
1049
+ "font-variation-settings"?: string | undefined;
1050
+ "font-weight"?: import("csstype").FontWeightProperty | undefined;
1051
+ "forced-color-adjust"?: import("csstype").ForcedColorAdjustProperty | undefined;
1052
+ "grid-auto-columns"?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
1053
+ "grid-auto-flow"?: string | undefined;
1054
+ "grid-auto-rows"?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
1055
+ "grid-column-end"?: import("csstype").GridColumnEndProperty | undefined;
1056
+ "grid-column-start"?: import("csstype").GridColumnStartProperty | undefined;
1057
+ "grid-row-end"?: import("csstype").GridRowEndProperty | undefined;
1058
+ "grid-row-start"?: import("csstype").GridRowStartProperty | undefined;
1059
+ "grid-template-areas"?: string | undefined;
1060
+ "grid-template-columns"?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
1061
+ "grid-template-rows"?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
1062
+ "hanging-punctuation"?: string | undefined;
1063
+ "hyphenate-character"?: string | undefined;
1064
+ "image-orientation"?: string | undefined;
1065
+ "image-rendering"?: import("csstype").ImageRenderingProperty | undefined;
1066
+ "image-resolution"?: string | undefined;
1067
+ "initial-letter"?: import("csstype").InitialLetterProperty | undefined;
1068
+ "inline-size"?: import("csstype").InlineSizeProperty<string | number> | undefined;
1069
+ "input-security"?: import("csstype").InputSecurityProperty | undefined;
1070
+ "inset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
1071
+ "inset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
1072
+ "inset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
1073
+ "inset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
1074
+ "inset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
1075
+ "inset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
1076
+ "justify-content"?: string | undefined;
1077
+ "justify-items"?: string | undefined;
1078
+ "justify-self"?: string | undefined;
1079
+ "justify-tracks"?: string | undefined;
1080
+ "letter-spacing"?: import("csstype").LetterSpacingProperty<string | number> | undefined;
1081
+ "line-break"?: import("csstype").LineBreakProperty | undefined;
1082
+ "line-height"?: import("csstype").LineHeightProperty<string | number> | undefined;
1083
+ "line-height-step"?: import("csstype").LineHeightStepProperty<string | number> | undefined;
1084
+ "list-style-image"?: string | undefined;
1085
+ "list-style-position"?: import("csstype").ListStylePositionProperty | undefined;
1086
+ "list-style-type"?: string | undefined;
1087
+ "margin-block"?: import("csstype").MarginBlockProperty<string | number> | undefined;
1088
+ "margin-block-end"?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
1089
+ "margin-block-start"?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
1090
+ "margin-bottom"?: import("csstype").MarginBottomProperty<string | number> | undefined;
1091
+ "margin-inline"?: import("csstype").MarginInlineProperty<string | number> | undefined;
1092
+ "margin-inline-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1093
+ "margin-inline-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1094
+ "margin-left"?: import("csstype").MarginLeftProperty<string | number> | undefined;
1095
+ "margin-right"?: import("csstype").MarginRightProperty<string | number> | undefined;
1096
+ "margin-top"?: import("csstype").MarginTopProperty<string | number> | undefined;
1097
+ "mask-border-mode"?: import("csstype").MaskBorderModeProperty | undefined;
1098
+ "mask-border-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
1099
+ "mask-border-repeat"?: string | undefined;
1100
+ "mask-border-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
1101
+ "mask-border-source"?: string | undefined;
1102
+ "mask-border-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
1103
+ "mask-clip"?: string | undefined;
1104
+ "mask-composite"?: string | undefined;
1105
+ "mask-image"?: string | undefined;
1106
+ "mask-mode"?: string | undefined;
1107
+ "mask-origin"?: string | undefined;
1108
+ "mask-position"?: import("csstype").MaskPositionProperty<string | number> | undefined;
1109
+ "mask-repeat"?: string | undefined;
1110
+ "mask-size"?: import("csstype").MaskSizeProperty<string | number> | undefined;
1111
+ "mask-type"?: import("csstype").MaskTypeProperty | undefined;
1112
+ "math-style"?: import("csstype").MathStyleProperty | undefined;
1113
+ "max-block-size"?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
1114
+ "max-height"?: import("csstype").MaxHeightProperty<string | number> | undefined;
1115
+ "max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1116
+ "max-lines"?: import("csstype").MaxLinesProperty | undefined;
1117
+ "max-width"?: import("csstype").MaxWidthProperty<string | number> | undefined;
1118
+ "min-block-size"?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
1119
+ "min-height"?: import("csstype").MinHeightProperty<string | number> | undefined;
1120
+ "min-inline-size"?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
1121
+ "min-width"?: import("csstype").MinWidthProperty<string | number> | undefined;
1122
+ "mix-blend-mode"?: import("csstype").MixBlendModeProperty | undefined;
1123
+ "motion-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1124
+ "motion-path"?: string | undefined;
1125
+ "motion-rotation"?: string | undefined;
1126
+ "object-fit"?: import("csstype").ObjectFitProperty | undefined;
1127
+ "object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1128
+ "offset-anchor"?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
1129
+ "offset-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1130
+ "offset-path"?: string | undefined;
1131
+ "offset-rotate"?: string | undefined;
1132
+ "offset-rotation"?: string | undefined;
1133
+ "outline-color"?: string | undefined;
1134
+ "outline-offset"?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
1135
+ "outline-style"?: string | undefined;
1136
+ "outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1137
+ "overflow-anchor"?: import("csstype").OverflowAnchorProperty | undefined;
1138
+ "overflow-block"?: import("csstype").OverflowBlockProperty | undefined;
1139
+ "overflow-clip-box"?: import("csstype").OverflowClipBoxProperty | undefined;
1140
+ "overflow-clip-margin"?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
1141
+ "overflow-inline"?: import("csstype").OverflowInlineProperty | undefined;
1142
+ "overflow-wrap"?: import("csstype").OverflowWrapProperty | undefined;
1143
+ "overflow-x"?: import("csstype").OverflowXProperty | undefined;
1144
+ "overflow-y"?: import("csstype").OverflowYProperty | undefined;
1145
+ "overscroll-behavior-block"?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
1146
+ "overscroll-behavior-inline"?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
1147
+ "overscroll-behavior-x"?: import("csstype").OverscrollBehaviorXProperty | undefined;
1148
+ "overscroll-behavior-y"?: import("csstype").OverscrollBehaviorYProperty | undefined;
1149
+ "padding-block"?: import("csstype").PaddingBlockProperty<string | number> | undefined;
1150
+ "padding-block-end"?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
1151
+ "padding-block-start"?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
1152
+ "padding-bottom"?: import("csstype").PaddingBottomProperty<string | number> | undefined;
1153
+ "padding-inline"?: import("csstype").PaddingInlineProperty<string | number> | undefined;
1154
+ "padding-inline-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1155
+ "padding-inline-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1156
+ "padding-left"?: import("csstype").PaddingLeftProperty<string | number> | undefined;
1157
+ "padding-right"?: import("csstype").PaddingRightProperty<string | number> | undefined;
1158
+ "padding-top"?: import("csstype").PaddingTopProperty<string | number> | undefined;
1159
+ "page-break-after"?: import("csstype").PageBreakAfterProperty | undefined;
1160
+ "page-break-before"?: import("csstype").PageBreakBeforeProperty | undefined;
1161
+ "page-break-inside"?: import("csstype").PageBreakInsideProperty | undefined;
1162
+ "paint-order"?: string | undefined;
1163
+ "perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1164
+ "place-content"?: string | undefined;
1165
+ "pointer-events"?: import("csstype").PointerEventsProperty | undefined;
1166
+ "print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1167
+ "row-gap"?: import("csstype").RowGapProperty<string | number> | undefined;
1168
+ "ruby-align"?: import("csstype").RubyAlignProperty | undefined;
1169
+ "ruby-merge"?: import("csstype").RubyMergeProperty | undefined;
1170
+ "ruby-position"?: string | undefined;
1171
+ "scroll-behavior"?: import("csstype").ScrollBehaviorProperty | undefined;
1172
+ "scroll-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1173
+ "scroll-margin-block"?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
1174
+ "scroll-margin-block-end"?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
1175
+ "scroll-margin-block-start"?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
1176
+ "scroll-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1177
+ "scroll-margin-inline"?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
1178
+ "scroll-margin-inline-end"?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
1179
+ "scroll-margin-inline-start"?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
1180
+ "scroll-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1181
+ "scroll-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1182
+ "scroll-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1183
+ "scroll-padding"?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
1184
+ "scroll-padding-block"?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
1185
+ "scroll-padding-block-end"?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
1186
+ "scroll-padding-block-start"?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
1187
+ "scroll-padding-bottom"?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
1188
+ "scroll-padding-inline"?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
1189
+ "scroll-padding-inline-end"?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
1190
+ "scroll-padding-inline-start"?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
1191
+ "scroll-padding-left"?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
1192
+ "scroll-padding-right"?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
1193
+ "scroll-padding-top"?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
1194
+ "scroll-snap-align"?: string | undefined;
1195
+ "scroll-snap-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1196
+ "scroll-snap-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1197
+ "scroll-snap-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1198
+ "scroll-snap-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1199
+ "scroll-snap-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1200
+ "scroll-snap-stop"?: import("csstype").ScrollSnapStopProperty | undefined;
1201
+ "scroll-snap-type"?: string | undefined;
1202
+ "scrollbar-color"?: string | undefined;
1203
+ "scrollbar-gutter"?: string | undefined;
1204
+ "scrollbar-width"?: import("csstype").ScrollbarWidthProperty | undefined;
1205
+ "shape-image-threshold"?: import("csstype").ShapeImageThresholdProperty | undefined;
1206
+ "shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1207
+ "shape-outside"?: string | undefined;
1208
+ "tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1209
+ "table-layout"?: import("csstype").TableLayoutProperty | undefined;
1210
+ "text-align"?: import("csstype").TextAlignProperty | undefined;
1211
+ "text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
1212
+ "text-combine-upright"?: string | undefined;
1213
+ "text-decoration-color"?: string | undefined;
1214
+ "text-decoration-line"?: string | undefined;
1215
+ "text-decoration-skip"?: string | undefined;
1216
+ "text-decoration-skip-ink"?: import("csstype").TextDecorationSkipInkProperty | undefined;
1217
+ "text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1218
+ "text-decoration-thickness"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
1219
+ "text-decoration-width"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
1220
+ "text-emphasis-color"?: string | undefined;
1221
+ "text-emphasis-position"?: string | undefined;
1222
+ "text-emphasis-style"?: string | undefined;
1223
+ "text-indent"?: import("csstype").TextIndentProperty<string | number> | undefined;
1224
+ "text-justify"?: import("csstype").TextJustifyProperty | undefined;
1225
+ "text-orientation"?: import("csstype").TextOrientationProperty | undefined;
1226
+ "text-overflow"?: string | undefined;
1227
+ "text-rendering"?: import("csstype").TextRenderingProperty | undefined;
1228
+ "text-shadow"?: string | undefined;
1229
+ "text-size-adjust"?: string | undefined;
1230
+ "text-transform"?: import("csstype").TextTransformProperty | undefined;
1231
+ "text-underline-offset"?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
1232
+ "text-underline-position"?: string | undefined;
1233
+ "touch-action"?: string | undefined;
1234
+ "transform-box"?: import("csstype").TransformBoxProperty | undefined;
1235
+ "transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1236
+ "transform-style"?: import("csstype").TransformStyleProperty | undefined;
1237
+ "transition-delay"?: string | undefined;
1238
+ "transition-duration"?: string | undefined;
1239
+ "transition-property"?: string | undefined;
1240
+ "transition-timing-function"?: string | undefined;
1241
+ "unicode-bidi"?: import("csstype").UnicodeBidiProperty | undefined;
1242
+ "user-select"?: import("csstype").UserSelectProperty | undefined;
1243
+ "vertical-align"?: import("csstype").VerticalAlignProperty<string | number> | undefined;
1244
+ "white-space"?: import("csstype").WhiteSpaceProperty | undefined;
1245
+ "will-change"?: string | undefined;
1246
+ "word-break"?: import("csstype").WordBreakProperty | undefined;
1247
+ "word-spacing"?: import("csstype").WordSpacingProperty<string | number> | undefined;
1248
+ "word-wrap"?: import("csstype").WordWrapProperty | undefined;
1249
+ "writing-mode"?: import("csstype").WritingModeProperty | undefined;
1250
+ "z-index"?: import("csstype").ZIndexProperty | undefined;
1251
+ "background-position"?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
1252
+ "border-block"?: import("csstype").BorderBlockProperty<string | number> | undefined;
1253
+ "border-block-end"?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
1254
+ "border-block-start"?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
1255
+ "border-bottom"?: import("csstype").BorderBottomProperty<string | number> | undefined;
1256
+ "border-color"?: string | undefined;
1257
+ "border-image"?: import("csstype").BorderImageProperty | undefined;
1258
+ "border-inline"?: import("csstype").BorderInlineProperty<string | number> | undefined;
1259
+ "border-inline-end"?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
1260
+ "border-inline-start"?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
1261
+ "border-left"?: import("csstype").BorderLeftProperty<string | number> | undefined;
1262
+ "border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1263
+ "border-right"?: import("csstype").BorderRightProperty<string | number> | undefined;
1264
+ "border-style"?: string | undefined;
1265
+ "border-top"?: import("csstype").BorderTopProperty<string | number> | undefined;
1266
+ "border-width"?: import("csstype").BorderWidthProperty<string | number> | undefined;
1267
+ "column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1268
+ "flex-flow"?: string | undefined;
1269
+ "grid-area"?: import("csstype").GridAreaProperty | undefined;
1270
+ "grid-column"?: import("csstype").GridColumnProperty | undefined;
1271
+ "grid-row"?: import("csstype").GridRowProperty | undefined;
1272
+ "grid-template"?: string | undefined;
1273
+ "line-clamp"?: import("csstype").LineClampProperty | undefined;
1274
+ "list-style"?: string | undefined;
1275
+ "mask-border"?: import("csstype").MaskBorderProperty | undefined;
1276
+ "overscroll-behavior"?: string | undefined;
1277
+ "place-items"?: string | undefined;
1278
+ "place-self"?: string | undefined;
1279
+ "text-decoration"?: import("csstype").TextDecorationProperty<string | number> | undefined;
1280
+ "text-emphasis"?: string | undefined;
1281
+ "-moz-animation-delay"?: string | undefined;
1282
+ "-moz-animation-direction"?: string | undefined;
1283
+ "-moz-animation-duration"?: string | undefined;
1284
+ "-moz-animation-fill-mode"?: string | undefined;
1285
+ "-moz-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1286
+ "-moz-animation-name"?: string | undefined;
1287
+ "-moz-animation-play-state"?: string | undefined;
1288
+ "-moz-animation-timing-function"?: string | undefined;
1289
+ "-moz-appearance"?: import("csstype").MozAppearanceProperty | undefined;
1290
+ "-moz-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1291
+ "-moz-border-bottom-colors"?: string | undefined;
1292
+ "-moz-border-end-color"?: string | undefined;
1293
+ "-moz-border-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
1294
+ "-moz-border-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1295
+ "-moz-border-left-colors"?: string | undefined;
1296
+ "-moz-border-right-colors"?: string | undefined;
1297
+ "-moz-border-start-color"?: string | undefined;
1298
+ "-moz-border-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
1299
+ "-moz-border-top-colors"?: string | undefined;
1300
+ "-moz-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1301
+ "-moz-column-count"?: import("csstype").ColumnCountProperty | undefined;
1302
+ "-moz-column-fill"?: import("csstype").ColumnFillProperty | undefined;
1303
+ "-moz-column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
1304
+ "-moz-column-rule-color"?: string | undefined;
1305
+ "-moz-column-rule-style"?: string | undefined;
1306
+ "-moz-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1307
+ "-moz-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1308
+ "-moz-context-properties"?: string | undefined;
1309
+ "-moz-font-feature-settings"?: string | undefined;
1310
+ "-moz-font-language-override"?: string | undefined;
1311
+ "-moz-hyphens"?: import("csstype").HyphensProperty | undefined;
1312
+ "-moz-image-region"?: string | undefined;
1313
+ "-moz-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1314
+ "-moz-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1315
+ "-moz-orient"?: import("csstype").MozOrientProperty | undefined;
1316
+ "-moz-osx-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1317
+ "-moz-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1318
+ "-moz-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1319
+ "-moz-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
1320
+ "-moz-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1321
+ "-moz-stack-sizing"?: import("csstype").MozStackSizingProperty | undefined;
1322
+ "-moz-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1323
+ "-moz-text-blink"?: import("csstype").MozTextBlinkProperty | undefined;
1324
+ "-moz-text-size-adjust"?: string | undefined;
1325
+ "-moz-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1326
+ "-moz-transform-style"?: import("csstype").TransformStyleProperty | undefined;
1327
+ "-moz-transition-delay"?: string | undefined;
1328
+ "-moz-transition-duration"?: string | undefined;
1329
+ "-moz-transition-property"?: string | undefined;
1330
+ "-moz-transition-timing-function"?: string | undefined;
1331
+ "-moz-user-focus"?: import("csstype").MozUserFocusProperty | undefined;
1332
+ "-moz-user-modify"?: import("csstype").MozUserModifyProperty | undefined;
1333
+ "-moz-user-select"?: import("csstype").UserSelectProperty | undefined;
1334
+ "-moz-window-dragging"?: import("csstype").MozWindowDraggingProperty | undefined;
1335
+ "-moz-window-shadow"?: import("csstype").MozWindowShadowProperty | undefined;
1336
+ "-ms-accelerator"?: import("csstype").MsAcceleratorProperty | undefined;
1337
+ "-ms-align-self"?: string | undefined;
1338
+ "-ms-block-progression"?: import("csstype").MsBlockProgressionProperty | undefined;
1339
+ "-ms-content-zoom-chaining"?: import("csstype").MsContentZoomChainingProperty | undefined;
1340
+ "-ms-content-zoom-limit-max"?: string | undefined;
1341
+ "-ms-content-zoom-limit-min"?: string | undefined;
1342
+ "-ms-content-zoom-snap-points"?: string | undefined;
1343
+ "-ms-content-zoom-snap-type"?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
1344
+ "-ms-content-zooming"?: import("csstype").MsContentZoomingProperty | undefined;
1345
+ "-ms-filter"?: string | undefined;
1346
+ "-ms-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1347
+ "-ms-flex-positive"?: import("csstype").GlobalsNumber | undefined;
1348
+ "-ms-flow-from"?: string | undefined;
1349
+ "-ms-flow-into"?: string | undefined;
1350
+ "-ms-grid-columns"?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
1351
+ "-ms-grid-rows"?: import("csstype").MsGridRowsProperty<string | number> | undefined;
1352
+ "-ms-high-contrast-adjust"?: import("csstype").MsHighContrastAdjustProperty | undefined;
1353
+ "-ms-hyphenate-limit-chars"?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
1354
+ "-ms-hyphenate-limit-lines"?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
1355
+ "-ms-hyphenate-limit-zone"?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
1356
+ "-ms-hyphens"?: import("csstype").HyphensProperty | undefined;
1357
+ "-ms-ime-align"?: import("csstype").MsImeAlignProperty | undefined;
1358
+ "-ms-justify-self"?: string | undefined;
1359
+ "-ms-line-break"?: import("csstype").LineBreakProperty | undefined;
1360
+ "-ms-order"?: import("csstype").GlobalsNumber | undefined;
1361
+ "-ms-overflow-style"?: import("csstype").MsOverflowStyleProperty | undefined;
1362
+ "-ms-overflow-x"?: import("csstype").OverflowXProperty | undefined;
1363
+ "-ms-overflow-y"?: import("csstype").OverflowYProperty | undefined;
1364
+ "-ms-scroll-chaining"?: import("csstype").MsScrollChainingProperty | undefined;
1365
+ "-ms-scroll-limit-x-max"?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
1366
+ "-ms-scroll-limit-x-min"?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
1367
+ "-ms-scroll-limit-y-max"?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
1368
+ "-ms-scroll-limit-y-min"?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
1369
+ "-ms-scroll-rails"?: import("csstype").MsScrollRailsProperty | undefined;
1370
+ "-ms-scroll-snap-points-x"?: string | undefined;
1371
+ "-ms-scroll-snap-points-y"?: string | undefined;
1372
+ "-ms-scroll-snap-type"?: import("csstype").MsScrollSnapTypeProperty | undefined;
1373
+ "-ms-scroll-translation"?: import("csstype").MsScrollTranslationProperty | undefined;
1374
+ "-ms-scrollbar-3dlight-color"?: string | undefined;
1375
+ "-ms-scrollbar-arrow-color"?: string | undefined;
1376
+ "-ms-scrollbar-base-color"?: string | undefined;
1377
+ "-ms-scrollbar-darkshadow-color"?: string | undefined;
1378
+ "-ms-scrollbar-face-color"?: string | undefined;
1379
+ "-ms-scrollbar-highlight-color"?: string | undefined;
1380
+ "-ms-scrollbar-shadow-color"?: string | undefined;
1381
+ "-ms-text-autospace"?: import("csstype").MsTextAutospaceProperty | undefined;
1382
+ "-ms-text-combine-horizontal"?: string | undefined;
1383
+ "-ms-text-overflow"?: string | undefined;
1384
+ "-ms-touch-action"?: string | undefined;
1385
+ "-ms-touch-select"?: import("csstype").MsTouchSelectProperty | undefined;
1386
+ "-ms-transform"?: string | undefined;
1387
+ "-ms-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1388
+ "-ms-transition-delay"?: string | undefined;
1389
+ "-ms-transition-duration"?: string | undefined;
1390
+ "-ms-transition-property"?: string | undefined;
1391
+ "-ms-transition-timing-function"?: string | undefined;
1392
+ "-ms-user-select"?: import("csstype").MsUserSelectProperty | undefined;
1393
+ "-ms-word-break"?: import("csstype").WordBreakProperty | undefined;
1394
+ "-ms-wrap-flow"?: import("csstype").MsWrapFlowProperty | undefined;
1395
+ "-ms-wrap-margin"?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
1396
+ "-ms-wrap-through"?: import("csstype").MsWrapThroughProperty | undefined;
1397
+ "-ms-writing-mode"?: import("csstype").WritingModeProperty | undefined;
1398
+ "-webkit-align-content"?: string | undefined;
1399
+ "-webkit-align-items"?: string | undefined;
1400
+ "-webkit-align-self"?: string | undefined;
1401
+ "-webkit-animation-delay"?: string | undefined;
1402
+ "-webkit-animation-direction"?: string | undefined;
1403
+ "-webkit-animation-duration"?: string | undefined;
1404
+ "-webkit-animation-fill-mode"?: string | undefined;
1405
+ "-webkit-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1406
+ "-webkit-animation-name"?: string | undefined;
1407
+ "-webkit-animation-play-state"?: string | undefined;
1408
+ "-webkit-animation-timing-function"?: string | undefined;
1409
+ "-webkit-appearance"?: import("csstype").WebkitAppearanceProperty | undefined;
1410
+ "-webkit-backdrop-filter"?: string | undefined;
1411
+ "-webkit-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1412
+ "-webkit-background-clip"?: string | undefined;
1413
+ "-webkit-background-origin"?: string | undefined;
1414
+ "-webkit-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1415
+ "-webkit-border-before-color"?: string | undefined;
1416
+ "-webkit-border-before-style"?: string | undefined;
1417
+ "-webkit-border-before-width"?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
1418
+ "-webkit-border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1419
+ "-webkit-border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1420
+ "-webkit-border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
1421
+ "-webkit-border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1422
+ "-webkit-border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1423
+ "-webkit-box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
1424
+ "-webkit-box-reflect"?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
1425
+ "-webkit-box-shadow"?: string | undefined;
1426
+ "-webkit-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1427
+ "-webkit-clip-path"?: string | undefined;
1428
+ "-webkit-column-count"?: import("csstype").ColumnCountProperty | undefined;
1429
+ "-webkit-column-fill"?: import("csstype").ColumnFillProperty | undefined;
1430
+ "-webkit-column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
1431
+ "-webkit-column-rule-color"?: string | undefined;
1432
+ "-webkit-column-rule-style"?: string | undefined;
1433
+ "-webkit-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1434
+ "-webkit-column-span"?: import("csstype").ColumnSpanProperty | undefined;
1435
+ "-webkit-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1436
+ "-webkit-filter"?: string | undefined;
1437
+ "-webkit-flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
1438
+ "-webkit-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1439
+ "-webkit-flex-grow"?: import("csstype").GlobalsNumber | undefined;
1440
+ "-webkit-flex-shrink"?: import("csstype").GlobalsNumber | undefined;
1441
+ "-webkit-flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
1442
+ "-webkit-font-feature-settings"?: string | undefined;
1443
+ "-webkit-font-kerning"?: import("csstype").FontKerningProperty | undefined;
1444
+ "-webkit-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1445
+ "-webkit-font-variant-ligatures"?: string | undefined;
1446
+ "-webkit-hyphenate-character"?: string | undefined;
1447
+ "-webkit-hyphens"?: import("csstype").HyphensProperty | undefined;
1448
+ "-webkit-initial-letter"?: import("csstype").InitialLetterProperty | undefined;
1449
+ "-webkit-justify-content"?: string | undefined;
1450
+ "-webkit-line-break"?: import("csstype").LineBreakProperty | undefined;
1451
+ "-webkit-line-clamp"?: import("csstype").WebkitLineClampProperty | undefined;
1452
+ "-webkit-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1453
+ "-webkit-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1454
+ "-webkit-mask-attachment"?: string | undefined;
1455
+ "-webkit-mask-box-image-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
1456
+ "-webkit-mask-box-image-repeat"?: string | undefined;
1457
+ "-webkit-mask-box-image-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
1458
+ "-webkit-mask-box-image-source"?: string | undefined;
1459
+ "-webkit-mask-box-image-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
1460
+ "-webkit-mask-clip"?: string | undefined;
1461
+ "-webkit-mask-composite"?: string | undefined;
1462
+ "-webkit-mask-image"?: string | undefined;
1463
+ "-webkit-mask-origin"?: string | undefined;
1464
+ "-webkit-mask-position"?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
1465
+ "-webkit-mask-position-x"?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
1466
+ "-webkit-mask-position-y"?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
1467
+ "-webkit-mask-repeat"?: string | undefined;
1468
+ "-webkit-mask-repeat-x"?: import("csstype").WebkitMaskRepeatXProperty | undefined;
1469
+ "-webkit-mask-repeat-y"?: import("csstype").WebkitMaskRepeatYProperty | undefined;
1470
+ "-webkit-mask-size"?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
1471
+ "-webkit-max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1472
+ "-webkit-order"?: import("csstype").GlobalsNumber | undefined;
1473
+ "-webkit-overflow-scrolling"?: import("csstype").WebkitOverflowScrollingProperty | undefined;
1474
+ "-webkit-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1475
+ "-webkit-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1476
+ "-webkit-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
1477
+ "-webkit-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1478
+ "-webkit-print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1479
+ "-webkit-ruby-position"?: string | undefined;
1480
+ "-webkit-scroll-snap-type"?: string | undefined;
1481
+ "-webkit-shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1482
+ "-webkit-tap-highlight-color"?: string | undefined;
1483
+ "-webkit-text-combine"?: string | undefined;
1484
+ "-webkit-text-decoration-color"?: string | undefined;
1485
+ "-webkit-text-decoration-line"?: string | undefined;
1486
+ "-webkit-text-decoration-skip"?: string | undefined;
1487
+ "-webkit-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1488
+ "-webkit-text-emphasis-color"?: string | undefined;
1489
+ "-webkit-text-emphasis-position"?: string | undefined;
1490
+ "-webkit-text-emphasis-style"?: string | undefined;
1491
+ "-webkit-text-fill-color"?: string | undefined;
1492
+ "-webkit-text-orientation"?: import("csstype").TextOrientationProperty | undefined;
1493
+ "-webkit-text-size-adjust"?: string | undefined;
1494
+ "-webkit-text-stroke-color"?: string | undefined;
1495
+ "-webkit-text-stroke-width"?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
1496
+ "-webkit-text-underline-position"?: string | undefined;
1497
+ "-webkit-touch-callout"?: import("csstype").WebkitTouchCalloutProperty | undefined;
1498
+ "-webkit-transform"?: string | undefined;
1499
+ "-webkit-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1500
+ "-webkit-transform-style"?: import("csstype").TransformStyleProperty | undefined;
1501
+ "-webkit-transition-delay"?: string | undefined;
1502
+ "-webkit-transition-duration"?: string | undefined;
1503
+ "-webkit-transition-property"?: string | undefined;
1504
+ "-webkit-transition-timing-function"?: string | undefined;
1505
+ "-webkit-user-modify"?: import("csstype").WebkitUserModifyProperty | undefined;
1506
+ "-webkit-user-select"?: import("csstype").UserSelectProperty | undefined;
1507
+ "-webkit-writing-mode"?: import("csstype").WritingModeProperty | undefined;
1508
+ "-moz-animation"?: import("csstype").AnimationProperty | undefined;
1509
+ "-moz-border-image"?: import("csstype").BorderImageProperty | undefined;
1510
+ "-moz-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1511
+ "-moz-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
1512
+ "-moz-transition"?: string | undefined;
1513
+ "-ms-content-zoom-limit"?: string | undefined;
1514
+ "-ms-content-zoom-snap"?: string | undefined;
1515
+ "-ms-flex"?: import("csstype").FlexProperty<string | number> | undefined;
1516
+ "-ms-scroll-limit"?: string | undefined;
1517
+ "-ms-scroll-snap-x"?: string | undefined;
1518
+ "-ms-scroll-snap-y"?: string | undefined;
1519
+ "-ms-transition"?: string | undefined;
1520
+ "-webkit-animation"?: import("csstype").AnimationProperty | undefined;
1521
+ "-webkit-border-before"?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
1522
+ "-webkit-border-image"?: import("csstype").BorderImageProperty | undefined;
1523
+ "-webkit-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1524
+ "-webkit-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1525
+ "-webkit-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
1526
+ "-webkit-flex"?: import("csstype").FlexProperty<string | number> | undefined;
1527
+ "-webkit-flex-flow"?: string | undefined;
1528
+ "-webkit-mask"?: import("csstype").WebkitMaskProperty<string | number> | undefined;
1529
+ "-webkit-mask-box-image"?: import("csstype").MaskBorderProperty | undefined;
1530
+ "-webkit-text-emphasis"?: string | undefined;
1531
+ "-webkit-text-stroke"?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
1532
+ "-webkit-transition"?: string | undefined;
1533
+ "box-align"?: import("csstype").BoxAlignProperty | undefined;
1534
+ "box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1535
+ "box-flex"?: import("csstype").GlobalsNumber | undefined;
1536
+ "box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1537
+ "box-lines"?: import("csstype").BoxLinesProperty | undefined;
1538
+ "box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1539
+ "box-orient"?: import("csstype").BoxOrientProperty | undefined;
1540
+ "box-pack"?: import("csstype").BoxPackProperty | undefined;
1541
+ "grid-column-gap"?: import("csstype").GridColumnGapProperty<string | number> | undefined;
1542
+ "grid-gap"?: import("csstype").GridGapProperty<string | number> | undefined;
1543
+ "grid-row-gap"?: import("csstype").GridRowGapProperty<string | number> | undefined;
1544
+ "ime-mode"?: import("csstype").ImeModeProperty | undefined;
1545
+ "offset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
1546
+ "offset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
1547
+ "offset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
1548
+ "offset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
1549
+ "offset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
1550
+ "offset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
1551
+ "scroll-snap-coordinate"?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
1552
+ "scroll-snap-destination"?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
1553
+ "scroll-snap-points-x"?: string | undefined;
1554
+ "scroll-snap-points-y"?: string | undefined;
1555
+ "scroll-snap-type-x"?: import("csstype").ScrollSnapTypeXProperty | undefined;
1556
+ "scroll-snap-type-y"?: import("csstype").ScrollSnapTypeYProperty | undefined;
1557
+ "scrollbar-track-color"?: string | undefined;
1558
+ "-khtml-box-align"?: import("csstype").BoxAlignProperty | undefined;
1559
+ "-khtml-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1560
+ "-khtml-box-flex"?: import("csstype").GlobalsNumber | undefined;
1561
+ "-khtml-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1562
+ "-khtml-box-lines"?: import("csstype").BoxLinesProperty | undefined;
1563
+ "-khtml-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1564
+ "-khtml-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1565
+ "-khtml-box-pack"?: import("csstype").BoxPackProperty | undefined;
1566
+ "-khtml-line-break"?: import("csstype").LineBreakProperty | undefined;
1567
+ "-khtml-opacity"?: import("csstype").OpacityProperty | undefined;
1568
+ "-khtml-user-select"?: import("csstype").UserSelectProperty | undefined;
1569
+ "-moz-background-clip"?: string | undefined;
1570
+ "-moz-background-inline-policy"?: import("csstype").BoxDecorationBreakProperty | undefined;
1571
+ "-moz-background-origin"?: string | undefined;
1572
+ "-moz-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1573
+ "-moz-binding"?: string | undefined;
1574
+ "-moz-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1575
+ "-moz-border-radius-bottomleft"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1576
+ "-moz-border-radius-bottomright"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1577
+ "-moz-border-radius-topleft"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1578
+ "-moz-border-radius-topright"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1579
+ "-moz-box-align"?: import("csstype").BoxAlignProperty | undefined;
1580
+ "-moz-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1581
+ "-moz-box-flex"?: import("csstype").GlobalsNumber | undefined;
1582
+ "-moz-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1583
+ "-moz-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1584
+ "-moz-box-pack"?: import("csstype").BoxPackProperty | undefined;
1585
+ "-moz-box-shadow"?: string | undefined;
1586
+ "-moz-float-edge"?: import("csstype").MozFloatEdgeProperty | undefined;
1587
+ "-moz-force-broken-image-icon"?: import("csstype").MozForceBrokenImageIconProperty | undefined;
1588
+ "-moz-opacity"?: import("csstype").OpacityProperty | undefined;
1589
+ "-moz-outline"?: import("csstype").OutlineProperty<string | number> | undefined;
1590
+ "-moz-outline-color"?: string | undefined;
1591
+ "-moz-outline-radius"?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
1592
+ "-moz-outline-radius-bottomleft"?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
1593
+ "-moz-outline-radius-bottomright"?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
1594
+ "-moz-outline-radius-topleft"?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
1595
+ "-moz-outline-radius-topright"?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
1596
+ "-moz-outline-style"?: string | undefined;
1597
+ "-moz-outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1598
+ "-moz-text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
1599
+ "-moz-text-decoration-color"?: string | undefined;
1600
+ "-moz-text-decoration-line"?: string | undefined;
1601
+ "-moz-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1602
+ "-moz-user-input"?: import("csstype").MozUserInputProperty | undefined;
1603
+ "-ms-ime-mode"?: import("csstype").ImeModeProperty | undefined;
1604
+ "-ms-scrollbar-track-color"?: string | undefined;
1605
+ "-o-animation"?: import("csstype").AnimationProperty | undefined;
1606
+ "-o-animation-delay"?: string | undefined;
1607
+ "-o-animation-direction"?: string | undefined;
1608
+ "-o-animation-duration"?: string | undefined;
1609
+ "-o-animation-fill-mode"?: string | undefined;
1610
+ "-o-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1611
+ "-o-animation-name"?: string | undefined;
1612
+ "-o-animation-play-state"?: string | undefined;
1613
+ "-o-animation-timing-function"?: string | undefined;
1614
+ "-o-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1615
+ "-o-border-image"?: import("csstype").BorderImageProperty | undefined;
1616
+ "-o-object-fit"?: import("csstype").ObjectFitProperty | undefined;
1617
+ "-o-object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1618
+ "-o-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1619
+ "-o-text-overflow"?: string | undefined;
1620
+ "-o-transform"?: string | undefined;
1621
+ "-o-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1622
+ "-o-transition"?: string | undefined;
1623
+ "-o-transition-delay"?: string | undefined;
1624
+ "-o-transition-duration"?: string | undefined;
1625
+ "-o-transition-property"?: string | undefined;
1626
+ "-o-transition-timing-function"?: string | undefined;
1627
+ "-webkit-box-align"?: import("csstype").BoxAlignProperty | undefined;
1628
+ "-webkit-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1629
+ "-webkit-box-flex"?: import("csstype").GlobalsNumber | undefined;
1630
+ "-webkit-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1631
+ "-webkit-box-lines"?: import("csstype").BoxLinesProperty | undefined;
1632
+ "-webkit-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1633
+ "-webkit-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1634
+ "-webkit-box-pack"?: import("csstype").BoxPackProperty | undefined;
1635
+ "-webkit-scroll-snap-points-x"?: string | undefined;
1636
+ "-webkit-scroll-snap-points-y"?: string | undefined;
1637
+ "alignment-baseline"?: import("csstype").AlignmentBaselineProperty | undefined;
1638
+ "baseline-shift"?: import("csstype").BaselineShiftProperty<string | number> | undefined;
1639
+ "clip-rule"?: import("csstype").ClipRuleProperty | undefined;
1640
+ "color-interpolation"?: import("csstype").ColorInterpolationProperty | undefined;
1641
+ "color-rendering"?: import("csstype").ColorRenderingProperty | undefined;
1642
+ "dominant-baseline"?: import("csstype").DominantBaselineProperty | undefined;
1643
+ "fill-opacity"?: import("csstype").GlobalsNumber | undefined;
1644
+ "fill-rule"?: import("csstype").FillRuleProperty | undefined;
1645
+ "flood-color"?: string | undefined;
1646
+ "flood-opacity"?: import("csstype").GlobalsNumber | undefined;
1647
+ "glyph-orientation-vertical"?: import("csstype").GlyphOrientationVerticalProperty | undefined;
1648
+ "lighting-color"?: string | undefined;
1649
+ "marker-end"?: string | undefined;
1650
+ "marker-mid"?: string | undefined;
1651
+ "marker-start"?: string | undefined;
1652
+ "shape-rendering"?: import("csstype").ShapeRenderingProperty | undefined;
1653
+ "stop-color"?: string | undefined;
1654
+ "stop-opacity"?: import("csstype").GlobalsNumber | undefined;
1655
+ "stroke-dasharray"?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
1656
+ "stroke-dashoffset"?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
1657
+ "stroke-linecap"?: import("csstype").StrokeLinecapProperty | undefined;
1658
+ "stroke-linejoin"?: import("csstype").StrokeLinejoinProperty | undefined;
1659
+ "stroke-miterlimit"?: import("csstype").GlobalsNumber | undefined;
1660
+ "stroke-opacity"?: import("csstype").GlobalsNumber | undefined;
1661
+ "stroke-width"?: import("csstype").StrokeWidthProperty<string | number> | undefined;
1662
+ "text-anchor"?: import("csstype").TextAnchorProperty | undefined;
1663
+ "vector-effect"?: import("csstype").VectorEffectProperty | undefined;
1664
+ } | undefined;
1665
+ validator?: ((value: unknown, fieldItem: FieldItem) => string | void) | undefined;
1666
+ reactions?: {
1667
+ [x: string]: any;
1668
+ dependencies?: string[] | undefined;
1669
+ target?: string | undefined;
1670
+ when?: string | boolean | undefined;
1671
+ fulfill?: {
1672
+ state?: import("../../../../es/src/types").AnyObject | undefined;
1673
+ run?: string | undefined;
1674
+ } | undefined;
1675
+ otherwise?: {
1676
+ state?: import("../../../../es/src/types").AnyObject | undefined;
1677
+ run?: string | undefined;
1678
+ } | undefined;
1679
+ } | {
1680
+ [x: string]: any;
1681
+ dependencies?: string[] | undefined;
1682
+ target?: string | undefined;
1683
+ when?: string | boolean | undefined;
1684
+ fulfill?: {
1685
+ state?: import("../../../../es/src/types").AnyObject | undefined;
1686
+ run?: string | undefined;
1687
+ } | undefined;
1688
+ otherwise?: {
1689
+ state?: import("../../../../es/src/types").AnyObject | undefined;
1690
+ run?: string | undefined;
1691
+ } | undefined;
1692
+ }[] | undefined;
1693
+ }[]>;
1694
+ shortcutCache: Record<string, ShortcutSignatureInfo>;
1695
+ loadSignature: () => void;
1696
+ onShortcutChange: ({ key, info, resolve, reject }: {
1697
+ key: string;
1698
+ info: KeyboardEvent;
1699
+ resolve: Func;
1700
+ reject: Func;
1701
+ }) => any;
1702
+ CFormRender: import("../../../../es/src/types").SFCWithInstall<import("vue").DefineComponent<{
1703
+ fieldList: {
1704
+ type: import("vue").PropType<FieldItem[]>;
1705
+ };
1706
+ initialData: {
1707
+ type: import("vue").PropType<import("../../../../es/src/types").AnyObject>;
1708
+ default: () => {};
1709
+ };
1710
+ fieldVisitor: {
1711
+ type: import("vue").PropType<import("../../../../es/packages/form-render").FieldVisitor>;
1712
+ };
1713
+ column: {
1714
+ type: NumberConstructor;
1715
+ default: number;
1716
+ };
1717
+ maxHeight: {
1718
+ type: (NumberConstructor | StringConstructor)[];
1719
+ default: string;
1720
+ };
1721
+ anchor: {
1722
+ type: BooleanConstructor;
1723
+ default: boolean;
1724
+ };
1725
+ parallelism: {
1726
+ type: NumberConstructor;
1727
+ default: number;
1728
+ };
1729
+ schema: {
1730
+ type: import("vue").PropType<import("@formily/json-schema").Stringify<{
1731
+ [key: symbol]: any;
1732
+ [key: `x-${string}`]: any;
1733
+ [key: `x-${number}`]: any;
1734
+ version?: string | undefined;
1735
+ name?: import("@formily/json-schema").SchemaKey | undefined;
1736
+ title?: any;
1737
+ description?: any;
1738
+ default?: any;
1739
+ readOnly?: boolean | undefined;
1740
+ writeOnly?: boolean | undefined;
1741
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
1742
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
1743
+ const?: any;
1744
+ multipleOf?: number | undefined;
1745
+ maximum?: number | undefined;
1746
+ exclusiveMaximum?: number | undefined;
1747
+ minimum?: number | undefined;
1748
+ exclusiveMinimum?: number | undefined;
1749
+ maxLength?: number | undefined;
1750
+ minLength?: number | undefined;
1751
+ pattern?: string | RegExp | undefined;
1752
+ maxItems?: number | undefined;
1753
+ minItems?: number | undefined;
1754
+ uniqueItems?: boolean | undefined;
1755
+ maxProperties?: number | undefined;
1756
+ minProperties?: number | undefined;
1757
+ required?: string | boolean | string[] | undefined;
1758
+ format?: string | undefined;
1759
+ $ref?: string | undefined;
1760
+ $namespace?: string | undefined;
1761
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1762
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1763
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
1764
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
1765
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1766
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
1767
+ "x-value"?: any;
1768
+ "x-index"?: number | undefined;
1769
+ "x-pattern"?: any;
1770
+ "x-display"?: any;
1771
+ "x-validator"?: any;
1772
+ "x-decorator"?: any;
1773
+ "x-decorator-props"?: any;
1774
+ "x-component"?: any;
1775
+ "x-component-props"?: any;
1776
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
1777
+ "x-content"?: any;
1778
+ "x-data"?: any;
1779
+ "x-visible"?: boolean | undefined;
1780
+ "x-hidden"?: boolean | undefined;
1781
+ "x-disabled"?: boolean | undefined;
1782
+ "x-editable"?: boolean | undefined;
1783
+ "x-read-only"?: boolean | undefined;
1784
+ "x-read-pretty"?: boolean | undefined;
1785
+ "x-compile-omitted"?: string[] | undefined;
1786
+ }>>;
1787
+ };
1788
+ components: {
1789
+ type: import("vue").PropType<Record<string, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
1790
+ default: () => {};
1791
+ };
1792
+ scope: {
1793
+ type: import("vue").PropType<import("../../../../es/src/types").AnyObject>;
1794
+ default: () => {};
1795
+ };
1796
+ annotation: {
1797
+ type: import("vue").PropType<import("../../../../es/src/types").AnyObject>;
1798
+ };
1799
+ consumer: {
1800
+ type: BooleanConstructor;
1801
+ default: boolean;
1802
+ };
1803
+ uuid: {
1804
+ type: StringConstructor;
1805
+ };
1806
+ lifeCycle: {
1807
+ type: import("vue").PropType<Partial<{
1808
+ onSetup(): void;
1809
+ beforeRequest(fieldKey: string, params?: import("../../../../es/src/types").AnyObject | undefined): void | import("../../../../es/src/types").WithUndefined<import("../../../../es/src/types").AnyObject>;
1810
+ afterRequest(fieldKey: string, payload?: any): import("../../../../es/src/types").AnyObject[];
1811
+ }>>;
1812
+ };
1813
+ }, {
1814
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1815
+ fieldList: {
1816
+ type: import("vue").PropType<FieldItem[]>;
1817
+ };
1818
+ initialData: {
1819
+ type: import("vue").PropType<import("../../../../es/src/types").AnyObject>;
1820
+ default: () => {};
1821
+ };
1822
+ fieldVisitor: {
1823
+ type: import("vue").PropType<import("../../../../es/packages/form-render").FieldVisitor>;
1824
+ };
1825
+ column: {
1826
+ type: NumberConstructor;
1827
+ default: number;
1828
+ };
1829
+ maxHeight: {
1830
+ type: (NumberConstructor | StringConstructor)[];
1831
+ default: string;
1832
+ };
1833
+ anchor: {
1834
+ type: BooleanConstructor;
1835
+ default: boolean;
1836
+ };
1837
+ parallelism: {
1838
+ type: NumberConstructor;
1839
+ default: number;
1840
+ };
1841
+ schema: {
1842
+ type: import("vue").PropType<import("@formily/json-schema").Stringify<{
1843
+ [key: symbol]: any;
1844
+ [key: `x-${string}`]: any;
1845
+ [key: `x-${number}`]: any;
1846
+ version?: string | undefined;
1847
+ name?: import("@formily/json-schema").SchemaKey | undefined;
1848
+ title?: any;
1849
+ description?: any;
1850
+ default?: any;
1851
+ readOnly?: boolean | undefined;
1852
+ writeOnly?: boolean | undefined;
1853
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
1854
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
1855
+ const?: any;
1856
+ multipleOf?: number | undefined;
1857
+ maximum?: number | undefined;
1858
+ exclusiveMaximum?: number | undefined;
1859
+ minimum?: number | undefined;
1860
+ exclusiveMinimum?: number | undefined;
1861
+ maxLength?: number | undefined;
1862
+ minLength?: number | undefined;
1863
+ pattern?: string | RegExp | undefined;
1864
+ maxItems?: number | undefined;
1865
+ minItems?: number | undefined;
1866
+ uniqueItems?: boolean | undefined;
1867
+ maxProperties?: number | undefined;
1868
+ minProperties?: number | undefined;
1869
+ required?: string | boolean | string[] | undefined;
1870
+ format?: string | undefined;
1871
+ $ref?: string | undefined;
1872
+ $namespace?: string | undefined;
1873
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1874
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1875
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
1876
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
1877
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1878
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
1879
+ "x-value"?: any;
1880
+ "x-index"?: number | undefined;
1881
+ "x-pattern"?: any;
1882
+ "x-display"?: any;
1883
+ "x-validator"?: any;
1884
+ "x-decorator"?: any;
1885
+ "x-decorator-props"?: any;
1886
+ "x-component"?: any;
1887
+ "x-component-props"?: any;
1888
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
1889
+ "x-content"?: any;
1890
+ "x-data"?: any;
1891
+ "x-visible"?: boolean | undefined;
1892
+ "x-hidden"?: boolean | undefined;
1893
+ "x-disabled"?: boolean | undefined;
1894
+ "x-editable"?: boolean | undefined;
1895
+ "x-read-only"?: boolean | undefined;
1896
+ "x-read-pretty"?: boolean | undefined;
1897
+ "x-compile-omitted"?: string[] | undefined;
1898
+ }>>;
1899
+ };
1900
+ components: {
1901
+ type: import("vue").PropType<Record<string, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
1902
+ default: () => {};
1903
+ };
1904
+ scope: {
1905
+ type: import("vue").PropType<import("../../../../es/src/types").AnyObject>;
1906
+ default: () => {};
1907
+ };
1908
+ annotation: {
1909
+ type: import("vue").PropType<import("../../../../es/src/types").AnyObject>;
1910
+ };
1911
+ consumer: {
1912
+ type: BooleanConstructor;
1913
+ default: boolean;
1914
+ };
1915
+ uuid: {
1916
+ type: StringConstructor;
1917
+ };
1918
+ lifeCycle: {
1919
+ type: import("vue").PropType<Partial<{
1920
+ onSetup(): void;
1921
+ beforeRequest(fieldKey: string, params?: import("../../../../es/src/types").AnyObject | undefined): void | import("../../../../es/src/types").WithUndefined<import("../../../../es/src/types").AnyObject>;
1922
+ afterRequest(fieldKey: string, payload?: any): import("../../../../es/src/types").AnyObject[];
1923
+ }>>;
1924
+ };
1925
+ }>> & {
1926
+ onFormChange?: ((...args: any[]) => any) | undefined;
1927
+ }>>;
1928
+ emit: (event: "formChange", ...args: any[]) => void;
1929
+ nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
1930
+ formModel: import("@formily/core").Form<{
1931
+ [x: string]: any;
1932
+ }>;
1933
+ SchemaField: Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
1934
+ businessCollector: import("../../../../es/packages/form-render").BusinessCollector;
1935
+ formItemDepsCollector: import("../../../../es/packages/form-render").FormItemDepsCollector;
1936
+ changeContextCollector: import("../../../../es/packages/form-render").ContextCollector;
1937
+ formUUID: string;
1938
+ scrollbarRef: import("vue").Ref<HTMLElement | undefined>;
1939
+ schemaAdaptor: (fieldList: FieldItem[]) => Record<string, import("@formily/json-schema").Stringify<{
1940
+ [key: symbol]: any;
1941
+ [key: `x-${string}`]: any;
1942
+ [key: `x-${number}`]: any;
1943
+ version?: string | undefined;
1944
+ name?: import("@formily/json-schema").SchemaKey | undefined;
1945
+ title?: any;
1946
+ description?: any;
1947
+ default?: any;
1948
+ readOnly?: boolean | undefined;
1949
+ writeOnly?: boolean | undefined;
1950
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
1951
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
1952
+ const?: any;
1953
+ multipleOf?: number | undefined;
1954
+ maximum?: number | undefined;
1955
+ exclusiveMaximum?: number | undefined;
1956
+ minimum?: number | undefined;
1957
+ exclusiveMinimum?: number | undefined;
1958
+ maxLength?: number | undefined;
1959
+ minLength?: number | undefined;
1960
+ pattern?: string | RegExp | undefined;
1961
+ maxItems?: number | undefined;
1962
+ minItems?: number | undefined;
1963
+ uniqueItems?: boolean | undefined;
1964
+ maxProperties?: number | undefined;
1965
+ minProperties?: number | undefined;
1966
+ required?: string | boolean | string[] | undefined;
1967
+ format?: string | undefined;
1968
+ $ref?: string | undefined;
1969
+ $namespace?: string | undefined;
1970
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1971
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1972
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
1973
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
1974
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
1975
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
1976
+ "x-value"?: any;
1977
+ "x-index"?: number | undefined;
1978
+ "x-pattern"?: any;
1979
+ "x-display"?: any;
1980
+ "x-validator"?: any;
1981
+ "x-decorator"?: any;
1982
+ "x-decorator-props"?: any;
1983
+ "x-component"?: any;
1984
+ "x-component-props"?: any;
1985
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
1986
+ "x-content"?: any;
1987
+ "x-data"?: any;
1988
+ "x-visible"?: boolean | undefined;
1989
+ "x-hidden"?: boolean | undefined;
1990
+ "x-disabled"?: boolean | undefined;
1991
+ "x-editable"?: boolean | undefined;
1992
+ "x-read-only"?: boolean | undefined;
1993
+ "x-read-pretty"?: boolean | undefined;
1994
+ "x-compile-omitted"?: string[] | undefined;
1995
+ }>>;
1996
+ parsedSchema: import("vue").ComputedRef<import("@formily/json-schema").Stringify<{
1997
+ [key: symbol]: any;
1998
+ [key: `x-${string}`]: any;
1999
+ [key: `x-${number}`]: any;
2000
+ version?: string | undefined;
2001
+ name?: import("@formily/json-schema").SchemaKey | undefined;
2002
+ title?: any;
2003
+ description?: any;
2004
+ default?: any;
2005
+ readOnly?: boolean | undefined;
2006
+ writeOnly?: boolean | undefined;
2007
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
2008
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2009
+ const?: any;
2010
+ multipleOf?: number | undefined;
2011
+ maximum?: number | undefined;
2012
+ exclusiveMaximum?: number | undefined;
2013
+ minimum?: number | undefined;
2014
+ exclusiveMinimum?: number | undefined;
2015
+ maxLength?: number | undefined;
2016
+ minLength?: number | undefined;
2017
+ pattern?: string | RegExp | undefined;
2018
+ maxItems?: number | undefined;
2019
+ minItems?: number | undefined;
2020
+ uniqueItems?: boolean | undefined;
2021
+ maxProperties?: number | undefined;
2022
+ minProperties?: number | undefined;
2023
+ required?: string | boolean | string[] | undefined;
2024
+ format?: string | undefined;
2025
+ $ref?: string | undefined;
2026
+ $namespace?: string | undefined;
2027
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2028
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2029
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2030
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2031
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2032
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2033
+ "x-value"?: any;
2034
+ "x-index"?: number | undefined;
2035
+ "x-pattern"?: any;
2036
+ "x-display"?: any;
2037
+ "x-validator"?: any;
2038
+ "x-decorator"?: any;
2039
+ "x-decorator-props"?: any;
2040
+ "x-component"?: any;
2041
+ "x-component-props"?: any;
2042
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2043
+ "x-content"?: any;
2044
+ "x-data"?: any;
2045
+ "x-visible"?: boolean | undefined;
2046
+ "x-hidden"?: boolean | undefined;
2047
+ "x-disabled"?: boolean | undefined;
2048
+ "x-editable"?: boolean | undefined;
2049
+ "x-read-only"?: boolean | undefined;
2050
+ "x-read-pretty"?: boolean | undefined;
2051
+ "x-compile-omitted"?: string[] | undefined;
2052
+ }>>;
2053
+ currentAnchor: import("vue").WritableComputedRef<string>;
2054
+ generateAnchorList: (schema: import("@formily/json-schema").Stringify<{
2055
+ [key: symbol]: any;
2056
+ [key: `x-${string}`]: any;
2057
+ [key: `x-${number}`]: any;
2058
+ version?: string | undefined;
2059
+ name?: import("@formily/json-schema").SchemaKey | undefined;
2060
+ title?: any;
2061
+ description?: any;
2062
+ default?: any;
2063
+ readOnly?: boolean | undefined;
2064
+ writeOnly?: boolean | undefined;
2065
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
2066
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
2067
+ const?: any;
2068
+ multipleOf?: number | undefined;
2069
+ maximum?: number | undefined;
2070
+ exclusiveMaximum?: number | undefined;
2071
+ minimum?: number | undefined;
2072
+ exclusiveMinimum?: number | undefined;
2073
+ maxLength?: number | undefined;
2074
+ minLength?: number | undefined;
2075
+ pattern?: string | RegExp | undefined;
2076
+ maxItems?: number | undefined;
2077
+ minItems?: number | undefined;
2078
+ uniqueItems?: boolean | undefined;
2079
+ maxProperties?: number | undefined;
2080
+ minProperties?: number | undefined;
2081
+ required?: string | boolean | string[] | undefined;
2082
+ format?: string | undefined;
2083
+ $ref?: string | undefined;
2084
+ $namespace?: string | undefined;
2085
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2086
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2087
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
2088
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
2089
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
2090
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
2091
+ "x-value"?: any;
2092
+ "x-index"?: number | undefined;
2093
+ "x-pattern"?: any;
2094
+ "x-display"?: any;
2095
+ "x-validator"?: any;
2096
+ "x-decorator"?: any;
2097
+ "x-decorator-props"?: any;
2098
+ "x-component"?: any;
2099
+ "x-component-props"?: any;
2100
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
2101
+ "x-content"?: any;
2102
+ "x-data"?: any;
2103
+ "x-visible"?: boolean | undefined;
2104
+ "x-hidden"?: boolean | undefined;
2105
+ "x-disabled"?: boolean | undefined;
2106
+ "x-editable"?: boolean | undefined;
2107
+ "x-read-only"?: boolean | undefined;
2108
+ "x-read-pretty"?: boolean | undefined;
2109
+ "x-compile-omitted"?: string[] | undefined;
2110
+ }>) => void;
2111
+ anchorIdList: import("vue").Ref<{
2112
+ name: string;
2113
+ title: string;
2114
+ }[]>;
2115
+ formHeight: import("vue").ComputedRef<string | undefined>;
2116
+ onScroll: () => void;
2117
+ queryWidget: (key: string, wrapperElement: HTMLElement, fieldList: FieldItem[]) => Promise<{
2118
+ widgetElement: HTMLInputElement | null | undefined;
2119
+ widgetElementList: HTMLInputElement[];
2120
+ decoratorElement: HTMLElement | null | undefined;
2121
+ }>;
2122
+ FormConsumer: import("vue").DefineComponent<{}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2123
+ FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
2124
+ form: any;
2125
+ }>;
2126
+ NForm: import("vue").DefineComponent<{
2127
+ readonly inline: BooleanConstructor;
2128
+ readonly labelWidth: import("vue").PropType<string | number>;
2129
+ readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
2130
+ readonly labelPlacement: {
2131
+ readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
2132
+ readonly default: "top";
2133
+ };
2134
+ readonly model: {
2135
+ readonly type: import("vue").PropType<Record<string, any>>;
2136
+ readonly default: () => void;
2137
+ };
2138
+ readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
2139
+ readonly disabled: BooleanConstructor;
2140
+ readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
2141
+ readonly showRequireMark: {
2142
+ readonly type: import("vue").PropType<boolean | undefined>;
2143
+ readonly default: undefined;
2144
+ };
2145
+ readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
2146
+ readonly showFeedback: {
2147
+ readonly type: BooleanConstructor;
2148
+ readonly default: true;
2149
+ };
2150
+ readonly onSubmit: {
2151
+ readonly type: import("vue").PropType<(e: Event) => void>;
2152
+ readonly default: (e: Event) => void;
2153
+ };
2154
+ readonly showLabel: {
2155
+ readonly type: import("vue").PropType<boolean | undefined>;
2156
+ readonly default: undefined;
2157
+ };
2158
+ readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
2159
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
2160
+ blankHeightSmall: string;
2161
+ blankHeightMedium: string;
2162
+ blankHeightLarge: string;
2163
+ lineHeight: string;
2164
+ labelTextColor: string;
2165
+ asteriskColor: string;
2166
+ feedbackTextColorError: string;
2167
+ feedbackTextColorWarning: string;
2168
+ feedbackTextColor: string;
2169
+ feedbackPadding: string;
2170
+ feedbackHeightSmall: string;
2171
+ feedbackHeightMedium: string;
2172
+ feedbackHeightLarge: string;
2173
+ feedbackFontSizeSmall: string;
2174
+ feedbackFontSizeMedium: string;
2175
+ feedbackFontSizeLarge: string;
2176
+ labelFontSizeLeftSmall: string;
2177
+ labelFontSizeLeftMedium: string;
2178
+ labelFontSizeLeftLarge: string;
2179
+ labelFontSizeTopSmall: string;
2180
+ labelFontSizeTopMedium: string;
2181
+ labelFontSizeTopLarge: string;
2182
+ labelHeightSmall: string;
2183
+ labelHeightMedium: string;
2184
+ labelHeightLarge: string;
2185
+ labelPaddingVertical: string;
2186
+ labelPaddingHorizontal: string;
2187
+ labelTextAlignVertical: string;
2188
+ labelTextAlignHorizontal: string;
2189
+ }, any>>;
2190
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
2191
+ blankHeightSmall: string;
2192
+ blankHeightMedium: string;
2193
+ blankHeightLarge: string;
2194
+ lineHeight: string;
2195
+ labelTextColor: string;
2196
+ asteriskColor: string;
2197
+ feedbackTextColorError: string;
2198
+ feedbackTextColorWarning: string;
2199
+ feedbackTextColor: string;
2200
+ feedbackPadding: string;
2201
+ feedbackHeightSmall: string;
2202
+ feedbackHeightMedium: string;
2203
+ feedbackHeightLarge: string;
2204
+ feedbackFontSizeSmall: string;
2205
+ feedbackFontSizeMedium: string;
2206
+ feedbackFontSizeLarge: string;
2207
+ labelFontSizeLeftSmall: string;
2208
+ labelFontSizeLeftMedium: string;
2209
+ labelFontSizeLeftLarge: string;
2210
+ labelFontSizeTopSmall: string;
2211
+ labelFontSizeTopMedium: string;
2212
+ labelFontSizeTopLarge: string;
2213
+ labelHeightSmall: string;
2214
+ labelHeightMedium: string;
2215
+ labelHeightLarge: string;
2216
+ labelPaddingVertical: string;
2217
+ labelPaddingHorizontal: string;
2218
+ labelTextAlignVertical: string;
2219
+ labelTextAlignHorizontal: string;
2220
+ }, any>>>;
2221
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
2222
+ blankHeightSmall: string;
2223
+ blankHeightMedium: string;
2224
+ blankHeightLarge: string;
2225
+ lineHeight: string;
2226
+ labelTextColor: string;
2227
+ asteriskColor: string;
2228
+ feedbackTextColorError: string;
2229
+ feedbackTextColorWarning: string;
2230
+ feedbackTextColor: string;
2231
+ feedbackPadding: string;
2232
+ feedbackHeightSmall: string;
2233
+ feedbackHeightMedium: string;
2234
+ feedbackHeightLarge: string;
2235
+ feedbackFontSizeSmall: string;
2236
+ feedbackFontSizeMedium: string;
2237
+ feedbackFontSizeLarge: string;
2238
+ labelFontSizeLeftSmall: string;
2239
+ labelFontSizeLeftMedium: string;
2240
+ labelFontSizeLeftLarge: string;
2241
+ labelFontSizeTopSmall: string;
2242
+ labelFontSizeTopMedium: string;
2243
+ labelFontSizeTopLarge: string;
2244
+ labelHeightSmall: string;
2245
+ labelHeightMedium: string;
2246
+ labelHeightLarge: string;
2247
+ labelPaddingVertical: string;
2248
+ labelPaddingHorizontal: string;
2249
+ labelTextAlignVertical: string;
2250
+ labelTextAlignHorizontal: string;
2251
+ }, any>>>;
2252
+ }, import("naive-ui").FormInst & {
2253
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2254
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2255
+ readonly inline: BooleanConstructor;
2256
+ readonly labelWidth: import("vue").PropType<string | number>;
2257
+ readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
2258
+ readonly labelPlacement: {
2259
+ readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
2260
+ readonly default: "top";
2261
+ };
2262
+ readonly model: {
2263
+ readonly type: import("vue").PropType<Record<string, any>>;
2264
+ readonly default: () => void;
2265
+ };
2266
+ readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
2267
+ readonly disabled: BooleanConstructor;
2268
+ readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
2269
+ readonly showRequireMark: {
2270
+ readonly type: import("vue").PropType<boolean | undefined>;
2271
+ readonly default: undefined;
2272
+ };
2273
+ readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
2274
+ readonly showFeedback: {
2275
+ readonly type: BooleanConstructor;
2276
+ readonly default: true;
2277
+ };
2278
+ readonly onSubmit: {
2279
+ readonly type: import("vue").PropType<(e: Event) => void>;
2280
+ readonly default: (e: Event) => void;
2281
+ };
2282
+ readonly showLabel: {
2283
+ readonly type: import("vue").PropType<boolean | undefined>;
2284
+ readonly default: undefined;
2285
+ };
2286
+ readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
2287
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
2288
+ blankHeightSmall: string;
2289
+ blankHeightMedium: string;
2290
+ blankHeightLarge: string;
2291
+ lineHeight: string;
2292
+ labelTextColor: string;
2293
+ asteriskColor: string;
2294
+ feedbackTextColorError: string;
2295
+ feedbackTextColorWarning: string;
2296
+ feedbackTextColor: string;
2297
+ feedbackPadding: string;
2298
+ feedbackHeightSmall: string;
2299
+ feedbackHeightMedium: string;
2300
+ feedbackHeightLarge: string;
2301
+ feedbackFontSizeSmall: string;
2302
+ feedbackFontSizeMedium: string;
2303
+ feedbackFontSizeLarge: string;
2304
+ labelFontSizeLeftSmall: string;
2305
+ labelFontSizeLeftMedium: string;
2306
+ labelFontSizeLeftLarge: string;
2307
+ labelFontSizeTopSmall: string;
2308
+ labelFontSizeTopMedium: string;
2309
+ labelFontSizeTopLarge: string;
2310
+ labelHeightSmall: string;
2311
+ labelHeightMedium: string;
2312
+ labelHeightLarge: string;
2313
+ labelPaddingVertical: string;
2314
+ labelPaddingHorizontal: string;
2315
+ labelTextAlignVertical: string;
2316
+ labelTextAlignHorizontal: string;
2317
+ }, any>>;
2318
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
2319
+ blankHeightSmall: string;
2320
+ blankHeightMedium: string;
2321
+ blankHeightLarge: string;
2322
+ lineHeight: string;
2323
+ labelTextColor: string;
2324
+ asteriskColor: string;
2325
+ feedbackTextColorError: string;
2326
+ feedbackTextColorWarning: string;
2327
+ feedbackTextColor: string;
2328
+ feedbackPadding: string;
2329
+ feedbackHeightSmall: string;
2330
+ feedbackHeightMedium: string;
2331
+ feedbackHeightLarge: string;
2332
+ feedbackFontSizeSmall: string;
2333
+ feedbackFontSizeMedium: string;
2334
+ feedbackFontSizeLarge: string;
2335
+ labelFontSizeLeftSmall: string;
2336
+ labelFontSizeLeftMedium: string;
2337
+ labelFontSizeLeftLarge: string;
2338
+ labelFontSizeTopSmall: string;
2339
+ labelFontSizeTopMedium: string;
2340
+ labelFontSizeTopLarge: string;
2341
+ labelHeightSmall: string;
2342
+ labelHeightMedium: string;
2343
+ labelHeightLarge: string;
2344
+ labelPaddingVertical: string;
2345
+ labelPaddingHorizontal: string;
2346
+ labelTextAlignVertical: string;
2347
+ labelTextAlignHorizontal: string;
2348
+ }, any>>>;
2349
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
2350
+ blankHeightSmall: string;
2351
+ blankHeightMedium: string;
2352
+ blankHeightLarge: string;
2353
+ lineHeight: string;
2354
+ labelTextColor: string;
2355
+ asteriskColor: string;
2356
+ feedbackTextColorError: string;
2357
+ feedbackTextColorWarning: string;
2358
+ feedbackTextColor: string;
2359
+ feedbackPadding: string;
2360
+ feedbackHeightSmall: string;
2361
+ feedbackHeightMedium: string;
2362
+ feedbackHeightLarge: string;
2363
+ feedbackFontSizeSmall: string;
2364
+ feedbackFontSizeMedium: string;
2365
+ feedbackFontSizeLarge: string;
2366
+ labelFontSizeLeftSmall: string;
2367
+ labelFontSizeLeftMedium: string;
2368
+ labelFontSizeLeftLarge: string;
2369
+ labelFontSizeTopSmall: string;
2370
+ labelFontSizeTopMedium: string;
2371
+ labelFontSizeTopLarge: string;
2372
+ labelHeightSmall: string;
2373
+ labelHeightMedium: string;
2374
+ labelHeightLarge: string;
2375
+ labelPaddingVertical: string;
2376
+ labelPaddingHorizontal: string;
2377
+ labelTextAlignVertical: string;
2378
+ labelTextAlignHorizontal: string;
2379
+ }, any>>>;
2380
+ }>>, {
2381
+ readonly inline: boolean;
2382
+ readonly disabled: boolean;
2383
+ readonly onSubmit: (e: Event) => void;
2384
+ readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
2385
+ readonly model: Record<string, any>;
2386
+ readonly showRequireMark: boolean | undefined;
2387
+ readonly showFeedback: boolean;
2388
+ readonly showLabel: boolean | undefined;
2389
+ }>;
2390
+ NTabPane: import("vue").DefineComponent<{
2391
+ readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2392
+ [key: string]: any;
2393
+ }> | (() => import("vue").VNodeChild)>;
2394
+ readonly name: {
2395
+ readonly type: import("vue").PropType<string | number>;
2396
+ readonly required: true;
2397
+ };
2398
+ readonly disabled: BooleanConstructor;
2399
+ readonly displayDirective: {
2400
+ readonly type: import("vue").PropType<"show" | "if" | "show:lazy">;
2401
+ readonly default: "if";
2402
+ };
2403
+ readonly closable: {
2404
+ readonly type: import("vue").PropType<boolean | undefined>;
2405
+ readonly default: undefined;
2406
+ };
2407
+ readonly tabProps: import("vue").PropType<import("vue").HTMLAttributes>;
2408
+ readonly label: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2409
+ [key: string]: any;
2410
+ }> | (() => import("vue").VNodeChild)>;
2411
+ }, {
2412
+ style: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
2413
+ class: import("vue").Ref<string | undefined>;
2414
+ mergedClsPrefix: import("vue").Ref<string>;
2415
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2416
+ readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2417
+ [key: string]: any;
2418
+ }> | (() => import("vue").VNodeChild)>;
2419
+ readonly name: {
2420
+ readonly type: import("vue").PropType<string | number>;
2421
+ readonly required: true;
2422
+ };
2423
+ readonly disabled: BooleanConstructor;
2424
+ readonly displayDirective: {
2425
+ readonly type: import("vue").PropType<"show" | "if" | "show:lazy">;
2426
+ readonly default: "if";
2427
+ };
2428
+ readonly closable: {
2429
+ readonly type: import("vue").PropType<boolean | undefined>;
2430
+ readonly default: undefined;
2431
+ };
2432
+ readonly tabProps: import("vue").PropType<import("vue").HTMLAttributes>;
2433
+ readonly label: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2434
+ [key: string]: any;
2435
+ }> | (() => import("vue").VNodeChild)>;
2436
+ }>>, {
2437
+ readonly disabled: boolean;
2438
+ readonly closable: boolean | undefined;
2439
+ readonly displayDirective: "show" | "if" | "show:lazy";
2440
+ }>;
2441
+ NTabs: import("vue").DefineComponent<{
2442
+ readonly value: import("vue").PropType<string | number>;
2443
+ readonly defaultValue: import("vue").PropType<string | number>;
2444
+ readonly trigger: {
2445
+ readonly type: import("vue").PropType<"click" | "hover">;
2446
+ readonly default: "click";
2447
+ };
2448
+ readonly type: {
2449
+ readonly type: import("vue").PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
2450
+ readonly default: "bar";
2451
+ };
2452
+ readonly closable: BooleanConstructor;
2453
+ readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
2454
+ readonly size: {
2455
+ readonly type: import("vue").PropType<"small" | "medium" | "large">;
2456
+ readonly default: "medium";
2457
+ };
2458
+ readonly tabStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2459
+ readonly barWidth: NumberConstructor;
2460
+ readonly paneClass: StringConstructor;
2461
+ readonly paneStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2462
+ readonly addable: import("vue").PropType<import("naive-ui/es/tabs/src/interface").Addable>;
2463
+ readonly tabsPadding: {
2464
+ readonly type: NumberConstructor;
2465
+ readonly default: 0;
2466
+ };
2467
+ readonly animated: BooleanConstructor;
2468
+ readonly onBeforeLeave: import("vue").PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
2469
+ readonly onAdd: import("vue").PropType<() => void>;
2470
+ readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
2471
+ readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
2472
+ readonly onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
2473
+ readonly labelSize: import("vue").PropType<"small" | "medium" | "large">;
2474
+ readonly activeName: import("vue").PropType<string | number>;
2475
+ readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
2476
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
2477
+ colorSegment: string;
2478
+ tabFontSizeCard: string;
2479
+ tabTextColorLine: string;
2480
+ tabTextColorActiveLine: string;
2481
+ tabTextColorHoverLine: string;
2482
+ tabTextColorDisabledLine: string;
2483
+ tabTextColorSegment: string;
2484
+ tabTextColorActiveSegment: string;
2485
+ tabTextColorHoverSegment: string;
2486
+ tabTextColorDisabledSegment: string;
2487
+ tabTextColorBar: string;
2488
+ tabTextColorActiveBar: string;
2489
+ tabTextColorHoverBar: string;
2490
+ tabTextColorDisabledBar: string;
2491
+ tabTextColorCard: string;
2492
+ tabTextColorHoverCard: string;
2493
+ tabTextColorActiveCard: string;
2494
+ tabTextColorDisabledCard: string;
2495
+ barColor: string;
2496
+ closeIconColor: string;
2497
+ closeIconColorHover: string;
2498
+ closeIconColorPressed: string;
2499
+ closeColorHover: string;
2500
+ closeColorPressed: string;
2501
+ closeBorderRadius: string;
2502
+ tabColor: string;
2503
+ tabColorSegment: string;
2504
+ tabBorderColor: string;
2505
+ tabFontWeightActive: string;
2506
+ tabFontWeight: string;
2507
+ tabBorderRadius: string;
2508
+ paneTextColor: string;
2509
+ fontWeightStrong: string;
2510
+ tabFontSizeSmall: string;
2511
+ tabFontSizeMedium: string;
2512
+ tabFontSizeLarge: string;
2513
+ tabGapSmallLine: string;
2514
+ tabGapMediumLine: string;
2515
+ tabGapLargeLine: string;
2516
+ tabPaddingSmallLine: string;
2517
+ tabPaddingMediumLine: string;
2518
+ tabPaddingLargeLine: string;
2519
+ tabGapSmallBar: string;
2520
+ tabGapMediumBar: string;
2521
+ tabGapLargeBar: string;
2522
+ tabPaddingSmallBar: string;
2523
+ tabPaddingMediumBar: string;
2524
+ tabPaddingLargeBar: string;
2525
+ tabGapSmallCard: string;
2526
+ tabGapMediumCard: string;
2527
+ tabGapLargeCard: string;
2528
+ tabPaddingSmallCard: string;
2529
+ tabPaddingMediumCard: string;
2530
+ tabPaddingLargeCard: string;
2531
+ tabPaddingSmallSegment: string;
2532
+ tabPaddingMediumSegment: string;
2533
+ tabPaddingLargeSegment: string;
2534
+ tabGapSmallSegment: string;
2535
+ tabGapMediumSegment: string;
2536
+ tabGapLargeSegment: string;
2537
+ panePaddingSmall: string;
2538
+ panePaddingMedium: string;
2539
+ panePaddingLarge: string;
2540
+ closeSize: string;
2541
+ closeIconSize: string;
2542
+ }, any>>;
2543
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
2544
+ colorSegment: string;
2545
+ tabFontSizeCard: string;
2546
+ tabTextColorLine: string;
2547
+ tabTextColorActiveLine: string;
2548
+ tabTextColorHoverLine: string;
2549
+ tabTextColorDisabledLine: string;
2550
+ tabTextColorSegment: string;
2551
+ tabTextColorActiveSegment: string;
2552
+ tabTextColorHoverSegment: string;
2553
+ tabTextColorDisabledSegment: string;
2554
+ tabTextColorBar: string;
2555
+ tabTextColorActiveBar: string;
2556
+ tabTextColorHoverBar: string;
2557
+ tabTextColorDisabledBar: string;
2558
+ tabTextColorCard: string;
2559
+ tabTextColorHoverCard: string;
2560
+ tabTextColorActiveCard: string;
2561
+ tabTextColorDisabledCard: string;
2562
+ barColor: string;
2563
+ closeIconColor: string;
2564
+ closeIconColorHover: string;
2565
+ closeIconColorPressed: string;
2566
+ closeColorHover: string;
2567
+ closeColorPressed: string;
2568
+ closeBorderRadius: string;
2569
+ tabColor: string;
2570
+ tabColorSegment: string;
2571
+ tabBorderColor: string;
2572
+ tabFontWeightActive: string;
2573
+ tabFontWeight: string;
2574
+ tabBorderRadius: string;
2575
+ paneTextColor: string;
2576
+ fontWeightStrong: string;
2577
+ tabFontSizeSmall: string;
2578
+ tabFontSizeMedium: string;
2579
+ tabFontSizeLarge: string;
2580
+ tabGapSmallLine: string;
2581
+ tabGapMediumLine: string;
2582
+ tabGapLargeLine: string;
2583
+ tabPaddingSmallLine: string;
2584
+ tabPaddingMediumLine: string;
2585
+ tabPaddingLargeLine: string;
2586
+ tabGapSmallBar: string;
2587
+ tabGapMediumBar: string;
2588
+ tabGapLargeBar: string;
2589
+ tabPaddingSmallBar: string;
2590
+ tabPaddingMediumBar: string;
2591
+ tabPaddingLargeBar: string;
2592
+ tabGapSmallCard: string;
2593
+ tabGapMediumCard: string;
2594
+ tabGapLargeCard: string;
2595
+ tabPaddingSmallCard: string;
2596
+ tabPaddingMediumCard: string;
2597
+ tabPaddingLargeCard: string;
2598
+ tabPaddingSmallSegment: string;
2599
+ tabPaddingMediumSegment: string;
2600
+ tabPaddingLargeSegment: string;
2601
+ tabGapSmallSegment: string;
2602
+ tabGapMediumSegment: string;
2603
+ tabGapLargeSegment: string;
2604
+ panePaddingSmall: string;
2605
+ panePaddingMedium: string;
2606
+ panePaddingLarge: string;
2607
+ closeSize: string;
2608
+ closeIconSize: string;
2609
+ }, any>>>;
2610
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
2611
+ colorSegment: string;
2612
+ tabFontSizeCard: string;
2613
+ tabTextColorLine: string;
2614
+ tabTextColorActiveLine: string;
2615
+ tabTextColorHoverLine: string;
2616
+ tabTextColorDisabledLine: string;
2617
+ tabTextColorSegment: string;
2618
+ tabTextColorActiveSegment: string;
2619
+ tabTextColorHoverSegment: string;
2620
+ tabTextColorDisabledSegment: string;
2621
+ tabTextColorBar: string;
2622
+ tabTextColorActiveBar: string;
2623
+ tabTextColorHoverBar: string;
2624
+ tabTextColorDisabledBar: string;
2625
+ tabTextColorCard: string;
2626
+ tabTextColorHoverCard: string;
2627
+ tabTextColorActiveCard: string;
2628
+ tabTextColorDisabledCard: string;
2629
+ barColor: string;
2630
+ closeIconColor: string;
2631
+ closeIconColorHover: string;
2632
+ closeIconColorPressed: string;
2633
+ closeColorHover: string;
2634
+ closeColorPressed: string;
2635
+ closeBorderRadius: string;
2636
+ tabColor: string;
2637
+ tabColorSegment: string;
2638
+ tabBorderColor: string;
2639
+ tabFontWeightActive: string;
2640
+ tabFontWeight: string;
2641
+ tabBorderRadius: string;
2642
+ paneTextColor: string;
2643
+ fontWeightStrong: string;
2644
+ tabFontSizeSmall: string;
2645
+ tabFontSizeMedium: string;
2646
+ tabFontSizeLarge: string;
2647
+ tabGapSmallLine: string;
2648
+ tabGapMediumLine: string;
2649
+ tabGapLargeLine: string;
2650
+ tabPaddingSmallLine: string;
2651
+ tabPaddingMediumLine: string;
2652
+ tabPaddingLargeLine: string;
2653
+ tabGapSmallBar: string;
2654
+ tabGapMediumBar: string;
2655
+ tabGapLargeBar: string;
2656
+ tabPaddingSmallBar: string;
2657
+ tabPaddingMediumBar: string;
2658
+ tabPaddingLargeBar: string;
2659
+ tabGapSmallCard: string;
2660
+ tabGapMediumCard: string;
2661
+ tabGapLargeCard: string;
2662
+ tabPaddingSmallCard: string;
2663
+ tabPaddingMediumCard: string;
2664
+ tabPaddingLargeCard: string;
2665
+ tabPaddingSmallSegment: string;
2666
+ tabPaddingMediumSegment: string;
2667
+ tabPaddingLargeSegment: string;
2668
+ tabGapSmallSegment: string;
2669
+ tabGapMediumSegment: string;
2670
+ tabGapLargeSegment: string;
2671
+ panePaddingSmall: string;
2672
+ panePaddingMedium: string;
2673
+ panePaddingLarge: string;
2674
+ closeSize: string;
2675
+ closeIconSize: string;
2676
+ }, any>>>;
2677
+ }, {
2678
+ syncBarPosition: () => void;
2679
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2680
+ mergedValue: import("vue").ComputedRef<string | number | null>;
2681
+ renderedNames: Set<string | number>;
2682
+ tabsRailElRef: import("vue").Ref<HTMLElement | null>;
2683
+ tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
2684
+ tabsElRef: import("vue").Ref<HTMLElement | null>;
2685
+ barElRef: import("vue").Ref<HTMLElement | null>;
2686
+ addTabInstRef: import("vue").Ref<import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null>;
2687
+ xScrollInstRef: import("vue").Ref<(import("vueuc").VXScrollInst & {
2688
+ $: import("vue").ComponentInternalInstance;
2689
+ $data: {};
2690
+ $props: {};
2691
+ $attrs: {
2692
+ [x: string]: unknown;
2693
+ };
2694
+ $refs: {
2695
+ [x: string]: unknown;
2696
+ };
2697
+ $slots: Readonly<{
2698
+ [name: string]: import("vue").Slot | undefined;
2699
+ }>;
2700
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
2701
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
2702
+ $emit: (event: string, ...args: any[]) => void;
2703
+ $el: any;
2704
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}> & {
2705
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
2706
+ created?: (() => void) | (() => void)[] | undefined;
2707
+ beforeMount?: (() => void) | (() => void)[] | undefined;
2708
+ mounted?: (() => void) | (() => void)[] | undefined;
2709
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
2710
+ updated?: (() => void) | (() => void)[] | undefined;
2711
+ activated?: (() => void) | (() => void)[] | undefined;
2712
+ deactivated?: (() => void) | (() => void)[] | undefined;
2713
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
2714
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
2715
+ destroyed?: (() => void) | (() => void)[] | undefined;
2716
+ unmounted?: (() => void) | (() => void)[] | undefined;
2717
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
2718
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
2719
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[] | undefined;
2720
+ };
2721
+ $forceUpdate: () => void;
2722
+ $nextTick: typeof import("vue").nextTick;
2723
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
2724
+ } & import("vue").ShallowUnwrapRef<{}> & import("vue").ComponentCustomProperties) | null>;
2725
+ scrollWrapperElRef: import("vue").Ref<HTMLElement | null>;
2726
+ addTabFixed: import("vue").Ref<boolean>;
2727
+ tabWrapperStyle: import("vue").ComputedRef<{
2728
+ display: string;
2729
+ justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
2730
+ } | undefined>;
2731
+ handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
2732
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
2733
+ handleScroll: import("lodash").DebouncedFunc<(e: Event) => void>;
2734
+ handleTabsResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
2735
+ cssVars: import("vue").ComputedRef<{
2736
+ '--n-bezier': string;
2737
+ '--n-color-segment': string;
2738
+ '--n-bar-color': string;
2739
+ '--n-tab-font-size': string;
2740
+ '--n-tab-text-color': string;
2741
+ '--n-tab-text-color-active': string;
2742
+ '--n-tab-text-color-disabled': string;
2743
+ '--n-tab-text-color-hover': string;
2744
+ '--n-pane-text-color': string;
2745
+ '--n-tab-border-color': string;
2746
+ '--n-tab-border-radius': string;
2747
+ '--n-close-size': string;
2748
+ '--n-close-icon-size': string;
2749
+ '--n-close-color-hover': string;
2750
+ '--n-close-color-pressed': string;
2751
+ '--n-close-border-radius': string;
2752
+ '--n-close-icon-color': string;
2753
+ '--n-close-icon-color-hover': string;
2754
+ '--n-close-icon-color-pressed': string;
2755
+ '--n-tab-color': string;
2756
+ '--n-tab-font-weight': string;
2757
+ '--n-tab-font-weight-active': string;
2758
+ '--n-tab-padding': string;
2759
+ '--n-tab-gap': string;
2760
+ '--n-pane-padding': string;
2761
+ '--n-font-weight-strong': string;
2762
+ '--n-tab-color-segment': string;
2763
+ }> | undefined;
2764
+ themeClass: import("vue").Ref<string> | undefined;
2765
+ animationDirection: import("vue").Ref<"prev" | "next">;
2766
+ renderNameListRef: {
2767
+ value: (string | number)[];
2768
+ };
2769
+ onAnimationBeforeLeave: (el: HTMLElement) => void;
2770
+ onAnimationEnter: (el: HTMLElement) => void;
2771
+ onAnimationAfterEnter: () => void;
2772
+ onRender: (() => void) | undefined;
2773
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2774
+ readonly value: import("vue").PropType<string | number>;
2775
+ readonly defaultValue: import("vue").PropType<string | number>;
2776
+ readonly trigger: {
2777
+ readonly type: import("vue").PropType<"click" | "hover">;
2778
+ readonly default: "click";
2779
+ };
2780
+ readonly type: {
2781
+ readonly type: import("vue").PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
2782
+ readonly default: "bar";
2783
+ };
2784
+ readonly closable: BooleanConstructor;
2785
+ readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
2786
+ readonly size: {
2787
+ readonly type: import("vue").PropType<"small" | "medium" | "large">;
2788
+ readonly default: "medium";
2789
+ };
2790
+ readonly tabStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2791
+ readonly barWidth: NumberConstructor;
2792
+ readonly paneClass: StringConstructor;
2793
+ readonly paneStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2794
+ readonly addable: import("vue").PropType<import("naive-ui/es/tabs/src/interface").Addable>;
2795
+ readonly tabsPadding: {
2796
+ readonly type: NumberConstructor;
2797
+ readonly default: 0;
2798
+ };
2799
+ readonly animated: BooleanConstructor;
2800
+ readonly onBeforeLeave: import("vue").PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
2801
+ readonly onAdd: import("vue").PropType<() => void>;
2802
+ readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
2803
+ readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
2804
+ readonly onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
2805
+ readonly labelSize: import("vue").PropType<"small" | "medium" | "large">;
2806
+ readonly activeName: import("vue").PropType<string | number>;
2807
+ readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
2808
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
2809
+ colorSegment: string;
2810
+ tabFontSizeCard: string;
2811
+ tabTextColorLine: string;
2812
+ tabTextColorActiveLine: string;
2813
+ tabTextColorHoverLine: string;
2814
+ tabTextColorDisabledLine: string;
2815
+ tabTextColorSegment: string;
2816
+ tabTextColorActiveSegment: string;
2817
+ tabTextColorHoverSegment: string;
2818
+ tabTextColorDisabledSegment: string;
2819
+ tabTextColorBar: string;
2820
+ tabTextColorActiveBar: string;
2821
+ tabTextColorHoverBar: string;
2822
+ tabTextColorDisabledBar: string;
2823
+ tabTextColorCard: string;
2824
+ tabTextColorHoverCard: string;
2825
+ tabTextColorActiveCard: string;
2826
+ tabTextColorDisabledCard: string;
2827
+ barColor: string;
2828
+ closeIconColor: string;
2829
+ closeIconColorHover: string;
2830
+ closeIconColorPressed: string;
2831
+ closeColorHover: string;
2832
+ closeColorPressed: string;
2833
+ closeBorderRadius: string;
2834
+ tabColor: string;
2835
+ tabColorSegment: string;
2836
+ tabBorderColor: string;
2837
+ tabFontWeightActive: string;
2838
+ tabFontWeight: string;
2839
+ tabBorderRadius: string;
2840
+ paneTextColor: string;
2841
+ fontWeightStrong: string;
2842
+ tabFontSizeSmall: string;
2843
+ tabFontSizeMedium: string;
2844
+ tabFontSizeLarge: string;
2845
+ tabGapSmallLine: string;
2846
+ tabGapMediumLine: string;
2847
+ tabGapLargeLine: string;
2848
+ tabPaddingSmallLine: string;
2849
+ tabPaddingMediumLine: string;
2850
+ tabPaddingLargeLine: string;
2851
+ tabGapSmallBar: string;
2852
+ tabGapMediumBar: string;
2853
+ tabGapLargeBar: string;
2854
+ tabPaddingSmallBar: string;
2855
+ tabPaddingMediumBar: string;
2856
+ tabPaddingLargeBar: string;
2857
+ tabGapSmallCard: string;
2858
+ tabGapMediumCard: string;
2859
+ tabGapLargeCard: string;
2860
+ tabPaddingSmallCard: string;
2861
+ tabPaddingMediumCard: string;
2862
+ tabPaddingLargeCard: string;
2863
+ tabPaddingSmallSegment: string;
2864
+ tabPaddingMediumSegment: string;
2865
+ tabPaddingLargeSegment: string;
2866
+ tabGapSmallSegment: string;
2867
+ tabGapMediumSegment: string;
2868
+ tabGapLargeSegment: string;
2869
+ panePaddingSmall: string;
2870
+ panePaddingMedium: string;
2871
+ panePaddingLarge: string;
2872
+ closeSize: string;
2873
+ closeIconSize: string;
2874
+ }, any>>;
2875
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
2876
+ colorSegment: string;
2877
+ tabFontSizeCard: string;
2878
+ tabTextColorLine: string;
2879
+ tabTextColorActiveLine: string;
2880
+ tabTextColorHoverLine: string;
2881
+ tabTextColorDisabledLine: string;
2882
+ tabTextColorSegment: string;
2883
+ tabTextColorActiveSegment: string;
2884
+ tabTextColorHoverSegment: string;
2885
+ tabTextColorDisabledSegment: string;
2886
+ tabTextColorBar: string;
2887
+ tabTextColorActiveBar: string;
2888
+ tabTextColorHoverBar: string;
2889
+ tabTextColorDisabledBar: string;
2890
+ tabTextColorCard: string;
2891
+ tabTextColorHoverCard: string;
2892
+ tabTextColorActiveCard: string;
2893
+ tabTextColorDisabledCard: string;
2894
+ barColor: string;
2895
+ closeIconColor: string;
2896
+ closeIconColorHover: string;
2897
+ closeIconColorPressed: string;
2898
+ closeColorHover: string;
2899
+ closeColorPressed: string;
2900
+ closeBorderRadius: string;
2901
+ tabColor: string;
2902
+ tabColorSegment: string;
2903
+ tabBorderColor: string;
2904
+ tabFontWeightActive: string;
2905
+ tabFontWeight: string;
2906
+ tabBorderRadius: string;
2907
+ paneTextColor: string;
2908
+ fontWeightStrong: string;
2909
+ tabFontSizeSmall: string;
2910
+ tabFontSizeMedium: string;
2911
+ tabFontSizeLarge: string;
2912
+ tabGapSmallLine: string;
2913
+ tabGapMediumLine: string;
2914
+ tabGapLargeLine: string;
2915
+ tabPaddingSmallLine: string;
2916
+ tabPaddingMediumLine: string;
2917
+ tabPaddingLargeLine: string;
2918
+ tabGapSmallBar: string;
2919
+ tabGapMediumBar: string;
2920
+ tabGapLargeBar: string;
2921
+ tabPaddingSmallBar: string;
2922
+ tabPaddingMediumBar: string;
2923
+ tabPaddingLargeBar: string;
2924
+ tabGapSmallCard: string;
2925
+ tabGapMediumCard: string;
2926
+ tabGapLargeCard: string;
2927
+ tabPaddingSmallCard: string;
2928
+ tabPaddingMediumCard: string;
2929
+ tabPaddingLargeCard: string;
2930
+ tabPaddingSmallSegment: string;
2931
+ tabPaddingMediumSegment: string;
2932
+ tabPaddingLargeSegment: string;
2933
+ tabGapSmallSegment: string;
2934
+ tabGapMediumSegment: string;
2935
+ tabGapLargeSegment: string;
2936
+ panePaddingSmall: string;
2937
+ panePaddingMedium: string;
2938
+ panePaddingLarge: string;
2939
+ closeSize: string;
2940
+ closeIconSize: string;
2941
+ }, any>>>;
2942
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
2943
+ colorSegment: string;
2944
+ tabFontSizeCard: string;
2945
+ tabTextColorLine: string;
2946
+ tabTextColorActiveLine: string;
2947
+ tabTextColorHoverLine: string;
2948
+ tabTextColorDisabledLine: string;
2949
+ tabTextColorSegment: string;
2950
+ tabTextColorActiveSegment: string;
2951
+ tabTextColorHoverSegment: string;
2952
+ tabTextColorDisabledSegment: string;
2953
+ tabTextColorBar: string;
2954
+ tabTextColorActiveBar: string;
2955
+ tabTextColorHoverBar: string;
2956
+ tabTextColorDisabledBar: string;
2957
+ tabTextColorCard: string;
2958
+ tabTextColorHoverCard: string;
2959
+ tabTextColorActiveCard: string;
2960
+ tabTextColorDisabledCard: string;
2961
+ barColor: string;
2962
+ closeIconColor: string;
2963
+ closeIconColorHover: string;
2964
+ closeIconColorPressed: string;
2965
+ closeColorHover: string;
2966
+ closeColorPressed: string;
2967
+ closeBorderRadius: string;
2968
+ tabColor: string;
2969
+ tabColorSegment: string;
2970
+ tabBorderColor: string;
2971
+ tabFontWeightActive: string;
2972
+ tabFontWeight: string;
2973
+ tabBorderRadius: string;
2974
+ paneTextColor: string;
2975
+ fontWeightStrong: string;
2976
+ tabFontSizeSmall: string;
2977
+ tabFontSizeMedium: string;
2978
+ tabFontSizeLarge: string;
2979
+ tabGapSmallLine: string;
2980
+ tabGapMediumLine: string;
2981
+ tabGapLargeLine: string;
2982
+ tabPaddingSmallLine: string;
2983
+ tabPaddingMediumLine: string;
2984
+ tabPaddingLargeLine: string;
2985
+ tabGapSmallBar: string;
2986
+ tabGapMediumBar: string;
2987
+ tabGapLargeBar: string;
2988
+ tabPaddingSmallBar: string;
2989
+ tabPaddingMediumBar: string;
2990
+ tabPaddingLargeBar: string;
2991
+ tabGapSmallCard: string;
2992
+ tabGapMediumCard: string;
2993
+ tabGapLargeCard: string;
2994
+ tabPaddingSmallCard: string;
2995
+ tabPaddingMediumCard: string;
2996
+ tabPaddingLargeCard: string;
2997
+ tabPaddingSmallSegment: string;
2998
+ tabPaddingMediumSegment: string;
2999
+ tabPaddingLargeSegment: string;
3000
+ tabGapSmallSegment: string;
3001
+ tabGapMediumSegment: string;
3002
+ tabGapLargeSegment: string;
3003
+ panePaddingSmall: string;
3004
+ panePaddingMedium: string;
3005
+ panePaddingLarge: string;
3006
+ closeSize: string;
3007
+ closeIconSize: string;
3008
+ }, any>>>;
3009
+ }>>, {
3010
+ readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
3011
+ readonly size: "small" | "medium" | "large";
3012
+ readonly closable: boolean;
3013
+ readonly trigger: "click" | "hover";
3014
+ readonly animated: boolean;
3015
+ readonly tabsPadding: number;
3016
+ }>;
3017
+ NConfigProvider: import("vue").DefineComponent<{
3018
+ readonly abstract: BooleanConstructor;
3019
+ readonly bordered: {
3020
+ readonly type: import("vue").PropType<boolean | undefined>;
3021
+ readonly default: undefined;
3022
+ };
3023
+ readonly clsPrefix: StringConstructor;
3024
+ readonly locale: import("vue").PropType<{
3025
+ name: string;
3026
+ global: {
3027
+ undo: string;
3028
+ redo: string;
3029
+ confirm: string;
3030
+ };
3031
+ Popconfirm: {
3032
+ positiveText: string;
3033
+ negativeText: string;
3034
+ };
3035
+ Cascader: {
3036
+ placeholder: string;
3037
+ loading: string;
3038
+ loadingRequiredMessage: (label: string) => string;
3039
+ };
3040
+ Time: {
3041
+ dateFormat: string;
3042
+ dateTimeFormat: string;
3043
+ };
3044
+ DatePicker: {
3045
+ yearFormat: string;
3046
+ monthFormat: string;
3047
+ dayFormat: string;
3048
+ yearTypeFormat: string;
3049
+ monthTypeFormat: string;
3050
+ dateFormat: string;
3051
+ dateTimeFormat: string;
3052
+ quarterFormat: string;
3053
+ clear: string;
3054
+ now: string;
3055
+ confirm: string;
3056
+ selectTime: string;
3057
+ selectDate: string;
3058
+ datePlaceholder: string;
3059
+ datetimePlaceholder: string;
3060
+ monthPlaceholder: string;
3061
+ yearPlaceholder: string;
3062
+ quarterPlaceholder: string;
3063
+ startDatePlaceholder: string;
3064
+ endDatePlaceholder: string;
3065
+ startDatetimePlaceholder: string;
3066
+ endDatetimePlaceholder: string;
3067
+ startMonthPlaceholder: string;
3068
+ endMonthPlaceholder: string;
3069
+ monthBeforeYear: boolean;
3070
+ firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
3071
+ today: string;
3072
+ };
3073
+ DataTable: {
3074
+ checkTableAll: string;
3075
+ uncheckTableAll: string;
3076
+ confirm: string;
3077
+ clear: string;
3078
+ };
3079
+ Transfer: {
3080
+ sourceTitle: string;
3081
+ targetTitle: string;
3082
+ };
3083
+ Empty: {
3084
+ description: string;
3085
+ };
3086
+ Select: {
3087
+ placeholder: string;
3088
+ };
3089
+ TimePicker: {
3090
+ placeholder: string;
3091
+ positiveText: string;
3092
+ negativeText: string;
3093
+ now: string;
3094
+ };
3095
+ Pagination: {
3096
+ goto: string;
3097
+ selectionSuffix: string;
3098
+ };
3099
+ DynamicTags: {
3100
+ add: string;
3101
+ };
3102
+ Log: {
3103
+ loading: string;
3104
+ };
3105
+ Input: {
3106
+ placeholder: string;
3107
+ };
3108
+ InputNumber: {
3109
+ placeholder: string;
3110
+ };
3111
+ DynamicInput: {
3112
+ create: string;
3113
+ };
3114
+ ThemeEditor: {
3115
+ title: string;
3116
+ clearAllVars: string;
3117
+ clearSearch: string;
3118
+ filterCompName: string;
3119
+ filterVarName: string;
3120
+ import: string;
3121
+ export: string;
3122
+ restore: string;
3123
+ };
3124
+ Image: {
3125
+ tipPrevious: string;
3126
+ tipNext: string;
3127
+ tipCounterclockwise: string;
3128
+ tipClockwise: string;
3129
+ tipZoomOut: string;
3130
+ tipZoomIn: string;
3131
+ tipClose: string;
3132
+ tipOriginalSize: string;
3133
+ };
3134
+ } | null>;
3135
+ readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
3136
+ readonly namespace: StringConstructor;
3137
+ readonly rtl: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").RtlProp>;
3138
+ readonly tag: {
3139
+ readonly type: StringConstructor;
3140
+ readonly default: "div";
3141
+ };
3142
+ readonly hljs: import("vue").PropType<import("naive-ui/es/_mixins").Hljs>;
3143
+ readonly theme: import("vue").PropType<import("naive-ui").GlobalTheme | null>;
3144
+ readonly themeOverrides: import("vue").PropType<import("naive-ui").GlobalThemeOverrides | null>;
3145
+ readonly componentOptions: import("vue").PropType<import("naive-ui").GlobalComponentConfig>;
3146
+ readonly icons: import("vue").PropType<import("naive-ui").GlobalIconConfig>;
3147
+ readonly breakpoints: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").Breakpoints>;
3148
+ readonly preflightStyleDisabled: BooleanConstructor;
3149
+ readonly inlineThemeDisabled: {
3150
+ readonly type: BooleanConstructor;
3151
+ readonly default: undefined;
3152
+ };
3153
+ readonly as: {
3154
+ readonly type: import("vue").PropType<string | undefined>;
3155
+ readonly validator: () => boolean;
3156
+ readonly default: undefined;
3157
+ };
3158
+ }, {
3159
+ mergedClsPrefix: import("vue").ComputedRef<string | undefined>;
3160
+ mergedBordered: import("vue").ComputedRef<boolean | undefined>;
3161
+ mergedNamespace: import("vue").ComputedRef<string | undefined>;
3162
+ mergedTheme: import("vue").ComputedRef<import("naive-ui").GlobalTheme | undefined>;
3163
+ mergedThemeOverrides: import("vue").ComputedRef<import("naive-ui").GlobalThemeOverrides | undefined>;
3164
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3165
+ readonly abstract: BooleanConstructor;
3166
+ readonly bordered: {
3167
+ readonly type: import("vue").PropType<boolean | undefined>;
3168
+ readonly default: undefined;
3169
+ };
3170
+ readonly clsPrefix: StringConstructor;
3171
+ readonly locale: import("vue").PropType<{
3172
+ name: string;
3173
+ global: {
3174
+ undo: string;
3175
+ redo: string;
3176
+ confirm: string;
3177
+ };
3178
+ Popconfirm: {
3179
+ positiveText: string;
3180
+ negativeText: string;
3181
+ };
3182
+ Cascader: {
3183
+ placeholder: string;
3184
+ loading: string;
3185
+ loadingRequiredMessage: (label: string) => string;
3186
+ };
3187
+ Time: {
3188
+ dateFormat: string;
3189
+ dateTimeFormat: string;
3190
+ };
3191
+ DatePicker: {
3192
+ yearFormat: string;
3193
+ monthFormat: string;
3194
+ dayFormat: string;
3195
+ yearTypeFormat: string;
3196
+ monthTypeFormat: string;
3197
+ dateFormat: string;
3198
+ dateTimeFormat: string;
3199
+ quarterFormat: string;
3200
+ clear: string;
3201
+ now: string;
3202
+ confirm: string;
3203
+ selectTime: string;
3204
+ selectDate: string;
3205
+ datePlaceholder: string;
3206
+ datetimePlaceholder: string;
3207
+ monthPlaceholder: string;
3208
+ yearPlaceholder: string;
3209
+ quarterPlaceholder: string;
3210
+ startDatePlaceholder: string;
3211
+ endDatePlaceholder: string;
3212
+ startDatetimePlaceholder: string;
3213
+ endDatetimePlaceholder: string;
3214
+ startMonthPlaceholder: string;
3215
+ endMonthPlaceholder: string;
3216
+ monthBeforeYear: boolean;
3217
+ firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
3218
+ today: string;
3219
+ };
3220
+ DataTable: {
3221
+ checkTableAll: string;
3222
+ uncheckTableAll: string;
3223
+ confirm: string;
3224
+ clear: string;
3225
+ };
3226
+ Transfer: {
3227
+ sourceTitle: string;
3228
+ targetTitle: string;
3229
+ };
3230
+ Empty: {
3231
+ description: string;
3232
+ };
3233
+ Select: {
3234
+ placeholder: string;
3235
+ };
3236
+ TimePicker: {
3237
+ placeholder: string;
3238
+ positiveText: string;
3239
+ negativeText: string;
3240
+ now: string;
3241
+ };
3242
+ Pagination: {
3243
+ goto: string;
3244
+ selectionSuffix: string;
3245
+ };
3246
+ DynamicTags: {
3247
+ add: string;
3248
+ };
3249
+ Log: {
3250
+ loading: string;
3251
+ };
3252
+ Input: {
3253
+ placeholder: string;
3254
+ };
3255
+ InputNumber: {
3256
+ placeholder: string;
3257
+ };
3258
+ DynamicInput: {
3259
+ create: string;
3260
+ };
3261
+ ThemeEditor: {
3262
+ title: string;
3263
+ clearAllVars: string;
3264
+ clearSearch: string;
3265
+ filterCompName: string;
3266
+ filterVarName: string;
3267
+ import: string;
3268
+ export: string;
3269
+ restore: string;
3270
+ };
3271
+ Image: {
3272
+ tipPrevious: string;
3273
+ tipNext: string;
3274
+ tipCounterclockwise: string;
3275
+ tipClockwise: string;
3276
+ tipZoomOut: string;
3277
+ tipZoomIn: string;
3278
+ tipClose: string;
3279
+ tipOriginalSize: string;
3280
+ };
3281
+ } | null>;
3282
+ readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
3283
+ readonly namespace: StringConstructor;
3284
+ readonly rtl: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").RtlProp>;
3285
+ readonly tag: {
3286
+ readonly type: StringConstructor;
3287
+ readonly default: "div";
3288
+ };
3289
+ readonly hljs: import("vue").PropType<import("naive-ui/es/_mixins").Hljs>;
3290
+ readonly theme: import("vue").PropType<import("naive-ui").GlobalTheme | null>;
3291
+ readonly themeOverrides: import("vue").PropType<import("naive-ui").GlobalThemeOverrides | null>;
3292
+ readonly componentOptions: import("vue").PropType<import("naive-ui").GlobalComponentConfig>;
3293
+ readonly icons: import("vue").PropType<import("naive-ui").GlobalIconConfig>;
3294
+ readonly breakpoints: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").Breakpoints>;
3295
+ readonly preflightStyleDisabled: BooleanConstructor;
3296
+ readonly inlineThemeDisabled: {
3297
+ readonly type: BooleanConstructor;
3298
+ readonly default: undefined;
3299
+ };
3300
+ readonly as: {
3301
+ readonly type: import("vue").PropType<string | undefined>;
3302
+ readonly validator: () => boolean;
3303
+ readonly default: undefined;
3304
+ };
3305
+ }>>, {
3306
+ readonly abstract: boolean;
3307
+ readonly tag: string;
3308
+ readonly as: string | undefined;
3309
+ readonly bordered: boolean | undefined;
3310
+ readonly preflightStyleDisabled: boolean;
3311
+ readonly inlineThemeDisabled: boolean;
3312
+ }>;
3313
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3314
+ fieldList: {
3315
+ type: import("vue").PropType<FieldItem[]>;
3316
+ };
3317
+ initialData: {
3318
+ type: import("vue").PropType<import("../../../../es/src/types").AnyObject>;
3319
+ default: () => {};
3320
+ };
3321
+ fieldVisitor: {
3322
+ type: import("vue").PropType<import("../../../../es/packages/form-render").FieldVisitor>;
3323
+ };
3324
+ column: {
3325
+ type: NumberConstructor;
3326
+ default: number;
3327
+ };
3328
+ maxHeight: {
3329
+ type: (NumberConstructor | StringConstructor)[];
3330
+ default: string;
3331
+ };
3332
+ anchor: {
3333
+ type: BooleanConstructor;
3334
+ default: boolean;
3335
+ };
3336
+ parallelism: {
3337
+ type: NumberConstructor;
3338
+ default: number;
3339
+ };
3340
+ schema: {
3341
+ type: import("vue").PropType<import("@formily/json-schema").Stringify<{
3342
+ [key: symbol]: any;
3343
+ [key: `x-${string}`]: any;
3344
+ [key: `x-${number}`]: any;
3345
+ version?: string | undefined;
3346
+ name?: import("@formily/json-schema").SchemaKey | undefined;
3347
+ title?: any;
3348
+ description?: any;
3349
+ default?: any;
3350
+ readOnly?: boolean | undefined;
3351
+ writeOnly?: boolean | undefined;
3352
+ type?: import("@formily/json-schema").SchemaTypes | undefined;
3353
+ enum?: import("@formily/json-schema").SchemaEnum<any> | undefined;
3354
+ const?: any;
3355
+ multipleOf?: number | undefined;
3356
+ maximum?: number | undefined;
3357
+ exclusiveMaximum?: number | undefined;
3358
+ minimum?: number | undefined;
3359
+ exclusiveMinimum?: number | undefined;
3360
+ maxLength?: number | undefined;
3361
+ minLength?: number | undefined;
3362
+ pattern?: string | RegExp | undefined;
3363
+ maxItems?: number | undefined;
3364
+ minItems?: number | undefined;
3365
+ uniqueItems?: boolean | undefined;
3366
+ maxProperties?: number | undefined;
3367
+ minProperties?: number | undefined;
3368
+ required?: string | boolean | string[] | undefined;
3369
+ format?: string | undefined;
3370
+ $ref?: string | undefined;
3371
+ $namespace?: string | undefined;
3372
+ definitions?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3373
+ properties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3374
+ items?: import("@formily/json-schema").SchemaItems<any, any, any, any, any, any, any, any> | undefined;
3375
+ additionalItems?: import("@formily/json-schema").Stringify<any> | undefined;
3376
+ patternProperties?: import("@formily/json-schema").SchemaProperties<any, any, any, any, any, any, any, any> | undefined;
3377
+ additionalProperties?: import("@formily/json-schema").Stringify<any> | undefined;
3378
+ "x-value"?: any;
3379
+ "x-index"?: number | undefined;
3380
+ "x-pattern"?: any;
3381
+ "x-display"?: any;
3382
+ "x-validator"?: any;
3383
+ "x-decorator"?: any;
3384
+ "x-decorator-props"?: any;
3385
+ "x-component"?: any;
3386
+ "x-component-props"?: any;
3387
+ "x-reactions"?: import("@formily/json-schema").SchemaReactions<any> | undefined;
3388
+ "x-content"?: any;
3389
+ "x-data"?: any;
3390
+ "x-visible"?: boolean | undefined;
3391
+ "x-hidden"?: boolean | undefined;
3392
+ "x-disabled"?: boolean | undefined;
3393
+ "x-editable"?: boolean | undefined;
3394
+ "x-read-only"?: boolean | undefined;
3395
+ "x-read-pretty"?: boolean | undefined;
3396
+ "x-compile-omitted"?: string[] | undefined;
3397
+ }>>;
3398
+ };
3399
+ components: {
3400
+ type: import("vue").PropType<Record<string, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>>;
3401
+ default: () => {};
3402
+ };
3403
+ scope: {
3404
+ type: import("vue").PropType<import("../../../../es/src/types").AnyObject>;
3405
+ default: () => {};
3406
+ };
3407
+ annotation: {
3408
+ type: import("vue").PropType<import("../../../../es/src/types").AnyObject>;
3409
+ };
3410
+ consumer: {
3411
+ type: BooleanConstructor;
3412
+ default: boolean;
3413
+ };
3414
+ uuid: {
3415
+ type: StringConstructor;
3416
+ };
3417
+ lifeCycle: {
3418
+ type: import("vue").PropType<Partial<{
3419
+ onSetup(): void;
3420
+ beforeRequest(fieldKey: string, params?: import("../../../../es/src/types").AnyObject | undefined): void | import("../../../../es/src/types").WithUndefined<import("../../../../es/src/types").AnyObject>;
3421
+ afterRequest(fieldKey: string, payload?: any): import("../../../../es/src/types").AnyObject[];
3422
+ }>>;
3423
+ };
3424
+ }>> & {
3425
+ onFormChange?: ((...args: any[]) => any) | undefined;
3426
+ }, {
3427
+ anchor: boolean;
3428
+ maxHeight: string | number;
3429
+ column: number;
3430
+ components: Record<string, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
3431
+ initialData: import("../../../../es/src/types").AnyObject;
3432
+ parallelism: number;
3433
+ scope: import("../../../../es/src/types").AnyObject;
3434
+ consumer: boolean;
3435
+ }>>;
3436
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "update")[], "error" | "update", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3437
+ glob: {
3438
+ type: BooleanConstructor;
3439
+ default: boolean;
3440
+ };
3441
+ scope: {
3442
+ type: (SymbolConstructor | StringConstructor)[];
3443
+ };
3444
+ }>> & {
3445
+ onError?: ((...args: any[]) => any) | undefined;
3446
+ onUpdate?: ((...args: any[]) => any) | undefined;
3447
+ }, {
3448
+ glob: boolean;
3449
+ }>;
2
3450
  export default _default;