@snabcentr/vue-ui-lib 3.59.13 → 3.60.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/manifest.json +2 -2
  2. package/dist/release_notes.tmp +2 -6
  3. package/dist/sc-vue-ui-lib.css +1 -1
  4. package/dist/sc-vue-ui-lib.js +8875 -8178
  5. package/dist/sc-vue-ui-lib.js.map +1 -1
  6. package/dist/sc-vue-ui-lib.umd.cjs +183 -183
  7. package/dist/sc-vue-ui-lib.umd.cjs.map +1 -1
  8. package/dist/src/catalog/interfaces/events/i-configurator-emits.d.ts +12 -1
  9. package/dist/src/components/catalog/dialogs/add-product-to-cart-dialog.vue.d.ts +2 -2
  10. package/dist/src/components/configurators/composables/configurators.d.ts +1 -1
  11. package/dist/src/components/configurators/dynamic-configurator.vue.d.ts +1 -2
  12. package/dist/src/components/configurators/index.d.ts +1 -1
  13. package/dist/src/components/configurators/kozyrek/kozyrek-configurator-params-form.vue.d.ts +2 -2
  14. package/dist/src/components/configurators/kozyrek/kozyrek-configurator.vue.d.ts +5 -5
  15. package/dist/src/components/configurators/metal-for-doors/metal-for-doors-configurator-form.vue.d.ts +2 -2
  16. package/dist/src/components/configurators/metal-for-doors/metal-for-doors-configurator.vue.d.ts +5 -5
  17. package/dist/src/components/configurators/mosquito/mosquito-configurator-form.vue.d.ts +2 -2
  18. package/dist/src/components/configurators/mosquito/mosquito-configurator.vue.d.ts +5 -5
  19. package/dist/src/components/configurators/sandwich/sandwich-configurator-form.vue.d.ts +2 -2
  20. package/dist/src/components/configurators/sandwich/sandwich-configurator.vue.d.ts +5 -5
  21. package/dist/src/components/configurators/sandwich_m2/composables/index.d.ts +1 -0
  22. package/dist/src/components/configurators/sandwich_m2/composables/is-can-sandwich-m2-show.d.ts +7 -0
  23. package/dist/src/components/configurators/sandwich_m2/index.d.ts +4 -0
  24. package/dist/src/components/configurators/sandwich_m2/interfaces/i-configurator-params-sandwich-m2.d.ts +15 -0
  25. package/dist/src/components/configurators/sandwich_m2/interfaces/i-configurator-settings-sandwich-m2.d.ts +22 -0
  26. package/dist/src/components/configurators/sandwich_m2/interfaces/i-sandwich-m2-item-submit-state.d.ts +4 -0
  27. package/dist/src/components/configurators/sandwich_m2/interfaces/i-sandwich-m2-validation.d.ts +14 -0
  28. package/dist/src/components/configurators/sandwich_m2/interfaces/index.d.ts +4 -0
  29. package/dist/src/components/configurators/sandwich_m2/sandwich-m2-configurator-form.vue.d.ts +3313 -0
  30. package/dist/src/components/configurators/sandwich_m2/sandwich-m2-configurator.vue.d.ts +3615 -0
  31. package/dist/src/components/configurators/strip/strip-configurator-form.vue.d.ts +2 -2
  32. package/dist/src/components/configurators/strip/strip-configurator.vue.d.ts +5 -5
  33. package/dist/src/directives/focus-next.d.ts +11 -0
  34. package/dist/src/directives/index.d.ts +1 -0
  35. package/dist/src/emits/interfaces/i-submit.d.ts +10 -10
  36. package/dist/src/index.d.ts +1 -0
  37. package/package.json +2 -2
  38. package/dist/src/components/configurators/enums/configurators-enum.d.ts +0 -25
@@ -0,0 +1,3615 @@
1
+ import { OrderItemBase } from '@snabcentr/common-lib';
2
+ import { ICatalogableItemProperties } from '../../../catalog/interfaces/properties/i-catalogable-item-properties';
3
+ import { IConfiguratorSettingsSandwichM2 } from './interfaces/i-configurator-settings-sandwich-m2';
4
+ import { IConfiguratorParamsSandwichM2 } from './interfaces/i-configurator-params-sandwich-m2';
5
+ import { ISandwichM2Validation } from './interfaces/i-sandwich-m2-validation';
6
+ import { SandwichM2ItemSubmitState } from './interfaces/i-sandwich-m2-item-submit-state';
7
+ /**
8
+ * Конфигуратор распила сэндвич-панелей по площади.
9
+ */
10
+ declare const _default: import('vue').DefineComponent<ICatalogableItemProperties & {
11
+ /**
12
+ * Настройки для конфигуратора распила сэндвич-панелей по площади.
13
+ */
14
+ settings: IConfiguratorSettingsSandwichM2;
15
+ /**
16
+ * Данные о товарах в корзине.
17
+ */
18
+ cartItems: OrderItemBase<IConfiguratorParamsSandwichM2>[];
19
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
20
+ submit: (data: OrderItemBase<IConfiguratorParamsSandwichM2, number>[], validation?: import('@snabcentr/common-lib').IFormValidationResult | undefined, callback?: ((...additionalParams: any[]) => void) | undefined, additionalParams?: Record<string, unknown> | undefined) => any;
21
+ "click:view-switch": () => any;
22
+ }, string, import('vue').PublicProps, Readonly<ICatalogableItemProperties & {
23
+ /**
24
+ * Настройки для конфигуратора распила сэндвич-панелей по площади.
25
+ */
26
+ settings: IConfiguratorSettingsSandwichM2;
27
+ /**
28
+ * Данные о товарах в корзине.
29
+ */
30
+ cartItems: OrderItemBase<IConfiguratorParamsSandwichM2>[];
31
+ }> & Readonly<{
32
+ onSubmit?: ((data: OrderItemBase<IConfiguratorParamsSandwichM2, number>[], validation?: import('@snabcentr/common-lib').IFormValidationResult | undefined, callback?: ((...additionalParams: any[]) => void) | undefined, additionalParams?: Record<string, unknown> | undefined) => any) | undefined;
33
+ "onClick:view-switch"?: (() => any) | undefined;
34
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
35
+ 'sandwich-m2-configurator-form': import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../..').IValue<import('@snabcentr/common-lib').IOrderItemBase<IConfiguratorParamsSandwichM2, number>[]> & ICatalogableItemProperties & {
36
+ settings: IConfiguratorSettingsSandwichM2;
37
+ isProductSearching?: boolean;
38
+ isSubmitProcessing?: boolean;
39
+ validation: ISandwichM2Validation;
40
+ itemStates?: SandwichM2ItemSubmitState[];
41
+ }> & Readonly<{
42
+ onSubmit?: ((data: OrderItemBase<IConfiguratorParamsSandwichM2, number>[], validation?: import('@snabcentr/common-lib').IFormValidationResult | undefined, callback?: ((...additionalParams: any[]) => void) | undefined, additionalParams?: Record<string, unknown> | undefined) => any) | undefined;
43
+ "onUpdate:value"?: ((value: import('@snabcentr/common-lib').IOrderItemBase<IConfiguratorParamsSandwichM2, number>[], ...additionalParams: any[]) => any) | undefined;
44
+ "onAdd-item"?: ((index: number) => any) | undefined;
45
+ "onRemove-item"?: ((index: number) => any) | undefined;
46
+ "onItem-reset"?: ((index: number) => any) | undefined;
47
+ }>, {
48
+ validate: import('naive-ui/es/form/src/interface').FormValidate | undefined;
49
+ formReference: Readonly<import('vue').ShallowRef<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
50
+ readonly inline: BooleanConstructor;
51
+ readonly labelWidth: import('vue').PropType<number | string>;
52
+ readonly labelAlign: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelAlign>;
53
+ readonly labelPlacement: {
54
+ readonly type: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelPlacement>;
55
+ readonly default: "top";
56
+ };
57
+ readonly model: {
58
+ readonly type: import('vue').PropType<Record<string, any>>;
59
+ readonly default: () => void;
60
+ };
61
+ readonly rules: import('vue').PropType<import('naive-ui').FormRules>;
62
+ readonly disabled: BooleanConstructor;
63
+ readonly size: import('vue').PropType<import('naive-ui/es/form/src/interface').Size>;
64
+ readonly showRequireMark: {
65
+ readonly type: import('vue').PropType<boolean | undefined>;
66
+ readonly default: undefined;
67
+ };
68
+ readonly requireMarkPlacement: import('vue').PropType<"left" | "right" | "right-hanging">;
69
+ readonly showFeedback: {
70
+ readonly type: BooleanConstructor;
71
+ readonly default: true;
72
+ };
73
+ readonly onSubmit: {
74
+ readonly type: import('vue').PropType<(e: Event) => void>;
75
+ readonly default: (e: Event) => void;
76
+ };
77
+ readonly showLabel: {
78
+ readonly type: import('vue').PropType<boolean | undefined>;
79
+ readonly default: undefined;
80
+ };
81
+ readonly validateMessages: import('vue').PropType<Partial<import('naive-ui/es/form/src/interface').FormValidateMessages>>;
82
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Form", {
83
+ blankHeightSmall: string;
84
+ blankHeightMedium: string;
85
+ blankHeightLarge: string;
86
+ lineHeight: string;
87
+ labelTextColor: string;
88
+ asteriskColor: string;
89
+ feedbackTextColorError: string;
90
+ feedbackTextColorWarning: string;
91
+ feedbackTextColor: string;
92
+ feedbackPadding: string;
93
+ feedbackHeightSmall: string;
94
+ feedbackHeightMedium: string;
95
+ feedbackHeightLarge: string;
96
+ feedbackFontSizeSmall: string;
97
+ feedbackFontSizeMedium: string;
98
+ feedbackFontSizeLarge: string;
99
+ labelFontSizeLeftSmall: string;
100
+ labelFontSizeLeftMedium: string;
101
+ labelFontSizeLeftLarge: string;
102
+ labelFontSizeTopSmall: string;
103
+ labelFontSizeTopMedium: string;
104
+ labelFontSizeTopLarge: string;
105
+ labelHeightSmall: string;
106
+ labelHeightMedium: string;
107
+ labelHeightLarge: string;
108
+ labelPaddingVertical: string;
109
+ labelPaddingHorizontal: string;
110
+ labelTextAlignVertical: string;
111
+ labelTextAlignHorizontal: string;
112
+ labelFontWeight: string;
113
+ }, any>>;
114
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
115
+ blankHeightSmall: string;
116
+ blankHeightMedium: string;
117
+ blankHeightLarge: string;
118
+ lineHeight: string;
119
+ labelTextColor: string;
120
+ asteriskColor: string;
121
+ feedbackTextColorError: string;
122
+ feedbackTextColorWarning: string;
123
+ feedbackTextColor: string;
124
+ feedbackPadding: string;
125
+ feedbackHeightSmall: string;
126
+ feedbackHeightMedium: string;
127
+ feedbackHeightLarge: string;
128
+ feedbackFontSizeSmall: string;
129
+ feedbackFontSizeMedium: string;
130
+ feedbackFontSizeLarge: string;
131
+ labelFontSizeLeftSmall: string;
132
+ labelFontSizeLeftMedium: string;
133
+ labelFontSizeLeftLarge: string;
134
+ labelFontSizeTopSmall: string;
135
+ labelFontSizeTopMedium: string;
136
+ labelFontSizeTopLarge: string;
137
+ labelHeightSmall: string;
138
+ labelHeightMedium: string;
139
+ labelHeightLarge: string;
140
+ labelPaddingVertical: string;
141
+ labelPaddingHorizontal: string;
142
+ labelTextAlignVertical: string;
143
+ labelTextAlignHorizontal: string;
144
+ labelFontWeight: string;
145
+ }, any>>>;
146
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
147
+ blankHeightSmall: string;
148
+ blankHeightMedium: string;
149
+ blankHeightLarge: string;
150
+ lineHeight: string;
151
+ labelTextColor: string;
152
+ asteriskColor: string;
153
+ feedbackTextColorError: string;
154
+ feedbackTextColorWarning: string;
155
+ feedbackTextColor: string;
156
+ feedbackPadding: string;
157
+ feedbackHeightSmall: string;
158
+ feedbackHeightMedium: string;
159
+ feedbackHeightLarge: string;
160
+ feedbackFontSizeSmall: string;
161
+ feedbackFontSizeMedium: string;
162
+ feedbackFontSizeLarge: string;
163
+ labelFontSizeLeftSmall: string;
164
+ labelFontSizeLeftMedium: string;
165
+ labelFontSizeLeftLarge: string;
166
+ labelFontSizeTopSmall: string;
167
+ labelFontSizeTopMedium: string;
168
+ labelFontSizeTopLarge: string;
169
+ labelHeightSmall: string;
170
+ labelHeightMedium: string;
171
+ labelHeightLarge: string;
172
+ labelPaddingVertical: string;
173
+ labelPaddingHorizontal: string;
174
+ labelTextAlignVertical: string;
175
+ labelTextAlignHorizontal: string;
176
+ labelFontWeight: string;
177
+ }, any>>>;
178
+ }>> & Readonly<{}>, import('naive-ui').FormInst & {
179
+ mergedClsPrefix: import('vue').Ref<string, string>;
180
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
181
+ readonly inline: boolean;
182
+ readonly disabled: boolean;
183
+ readonly onSubmit: (e: Event) => void;
184
+ readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
185
+ readonly model: Record<string, any>;
186
+ readonly showRequireMark: boolean | undefined;
187
+ readonly showFeedback: boolean;
188
+ readonly showLabel: boolean | undefined;
189
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
190
+ P: {};
191
+ B: {};
192
+ D: {};
193
+ C: {};
194
+ M: {};
195
+ Defaults: {};
196
+ }, Readonly<import('vue').ExtractPropTypes<{
197
+ readonly inline: BooleanConstructor;
198
+ readonly labelWidth: import('vue').PropType<number | string>;
199
+ readonly labelAlign: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelAlign>;
200
+ readonly labelPlacement: {
201
+ readonly type: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelPlacement>;
202
+ readonly default: "top";
203
+ };
204
+ readonly model: {
205
+ readonly type: import('vue').PropType<Record<string, any>>;
206
+ readonly default: () => void;
207
+ };
208
+ readonly rules: import('vue').PropType<import('naive-ui').FormRules>;
209
+ readonly disabled: BooleanConstructor;
210
+ readonly size: import('vue').PropType<import('naive-ui/es/form/src/interface').Size>;
211
+ readonly showRequireMark: {
212
+ readonly type: import('vue').PropType<boolean | undefined>;
213
+ readonly default: undefined;
214
+ };
215
+ readonly requireMarkPlacement: import('vue').PropType<"left" | "right" | "right-hanging">;
216
+ readonly showFeedback: {
217
+ readonly type: BooleanConstructor;
218
+ readonly default: true;
219
+ };
220
+ readonly onSubmit: {
221
+ readonly type: import('vue').PropType<(e: Event) => void>;
222
+ readonly default: (e: Event) => void;
223
+ };
224
+ readonly showLabel: {
225
+ readonly type: import('vue').PropType<boolean | undefined>;
226
+ readonly default: undefined;
227
+ };
228
+ readonly validateMessages: import('vue').PropType<Partial<import('naive-ui/es/form/src/interface').FormValidateMessages>>;
229
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Form", {
230
+ blankHeightSmall: string;
231
+ blankHeightMedium: string;
232
+ blankHeightLarge: string;
233
+ lineHeight: string;
234
+ labelTextColor: string;
235
+ asteriskColor: string;
236
+ feedbackTextColorError: string;
237
+ feedbackTextColorWarning: string;
238
+ feedbackTextColor: string;
239
+ feedbackPadding: string;
240
+ feedbackHeightSmall: string;
241
+ feedbackHeightMedium: string;
242
+ feedbackHeightLarge: string;
243
+ feedbackFontSizeSmall: string;
244
+ feedbackFontSizeMedium: string;
245
+ feedbackFontSizeLarge: string;
246
+ labelFontSizeLeftSmall: string;
247
+ labelFontSizeLeftMedium: string;
248
+ labelFontSizeLeftLarge: string;
249
+ labelFontSizeTopSmall: string;
250
+ labelFontSizeTopMedium: string;
251
+ labelFontSizeTopLarge: string;
252
+ labelHeightSmall: string;
253
+ labelHeightMedium: string;
254
+ labelHeightLarge: string;
255
+ labelPaddingVertical: string;
256
+ labelPaddingHorizontal: string;
257
+ labelTextAlignVertical: string;
258
+ labelTextAlignHorizontal: string;
259
+ labelFontWeight: string;
260
+ }, any>>;
261
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
262
+ blankHeightSmall: string;
263
+ blankHeightMedium: string;
264
+ blankHeightLarge: string;
265
+ lineHeight: string;
266
+ labelTextColor: string;
267
+ asteriskColor: string;
268
+ feedbackTextColorError: string;
269
+ feedbackTextColorWarning: string;
270
+ feedbackTextColor: string;
271
+ feedbackPadding: string;
272
+ feedbackHeightSmall: string;
273
+ feedbackHeightMedium: string;
274
+ feedbackHeightLarge: string;
275
+ feedbackFontSizeSmall: string;
276
+ feedbackFontSizeMedium: string;
277
+ feedbackFontSizeLarge: string;
278
+ labelFontSizeLeftSmall: string;
279
+ labelFontSizeLeftMedium: string;
280
+ labelFontSizeLeftLarge: string;
281
+ labelFontSizeTopSmall: string;
282
+ labelFontSizeTopMedium: string;
283
+ labelFontSizeTopLarge: string;
284
+ labelHeightSmall: string;
285
+ labelHeightMedium: string;
286
+ labelHeightLarge: string;
287
+ labelPaddingVertical: string;
288
+ labelPaddingHorizontal: string;
289
+ labelTextAlignVertical: string;
290
+ labelTextAlignHorizontal: string;
291
+ labelFontWeight: string;
292
+ }, any>>>;
293
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
294
+ blankHeightSmall: string;
295
+ blankHeightMedium: string;
296
+ blankHeightLarge: string;
297
+ lineHeight: string;
298
+ labelTextColor: string;
299
+ asteriskColor: string;
300
+ feedbackTextColorError: string;
301
+ feedbackTextColorWarning: string;
302
+ feedbackTextColor: string;
303
+ feedbackPadding: string;
304
+ feedbackHeightSmall: string;
305
+ feedbackHeightMedium: string;
306
+ feedbackHeightLarge: string;
307
+ feedbackFontSizeSmall: string;
308
+ feedbackFontSizeMedium: string;
309
+ feedbackFontSizeLarge: string;
310
+ labelFontSizeLeftSmall: string;
311
+ labelFontSizeLeftMedium: string;
312
+ labelFontSizeLeftLarge: string;
313
+ labelFontSizeTopSmall: string;
314
+ labelFontSizeTopMedium: string;
315
+ labelFontSizeTopLarge: string;
316
+ labelHeightSmall: string;
317
+ labelHeightMedium: string;
318
+ labelHeightLarge: string;
319
+ labelPaddingVertical: string;
320
+ labelPaddingHorizontal: string;
321
+ labelTextAlignVertical: string;
322
+ labelTextAlignHorizontal: string;
323
+ labelFontWeight: string;
324
+ }, any>>>;
325
+ }>> & Readonly<{}>, import('naive-ui').FormInst & {
326
+ mergedClsPrefix: import('vue').Ref<string, string>;
327
+ }, {}, {}, {}, {
328
+ readonly inline: boolean;
329
+ readonly disabled: boolean;
330
+ readonly onSubmit: (e: Event) => void;
331
+ readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
332
+ readonly model: Record<string, any>;
333
+ readonly showRequireMark: boolean | undefined;
334
+ readonly showFeedback: boolean;
335
+ readonly showLabel: boolean | undefined;
336
+ }> | null>>;
337
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
338
+ submit: (data: OrderItemBase<IConfiguratorParamsSandwichM2, number>[], validation?: import('@snabcentr/common-lib').IFormValidationResult | undefined, callback?: ((...additionalParams: any[]) => void) | undefined, additionalParams?: Record<string, unknown> | undefined) => any;
339
+ "update:value": (value: import('@snabcentr/common-lib').IOrderItemBase<IConfiguratorParamsSandwichM2, number>[], ...additionalParams: any[]) => any;
340
+ "add-item": (index: number) => any;
341
+ "remove-item": (index: number) => any;
342
+ "item-reset": (index: number) => any;
343
+ }, import('vue').PublicProps, {
344
+ isProductSearching: boolean;
345
+ validation: ISandwichM2Validation;
346
+ isSubmitProcessing: boolean;
347
+ itemStates: SandwichM2ItemSubmitState[];
348
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
349
+ 'form-reference': import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
350
+ readonly inline: BooleanConstructor;
351
+ readonly labelWidth: import('vue').PropType<number | string>;
352
+ readonly labelAlign: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelAlign>;
353
+ readonly labelPlacement: {
354
+ readonly type: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelPlacement>;
355
+ readonly default: "top";
356
+ };
357
+ readonly model: {
358
+ readonly type: import('vue').PropType<Record<string, any>>;
359
+ readonly default: () => void;
360
+ };
361
+ readonly rules: import('vue').PropType<import('naive-ui').FormRules>;
362
+ readonly disabled: BooleanConstructor;
363
+ readonly size: import('vue').PropType<import('naive-ui/es/form/src/interface').Size>;
364
+ readonly showRequireMark: {
365
+ readonly type: import('vue').PropType<boolean | undefined>;
366
+ readonly default: undefined;
367
+ };
368
+ readonly requireMarkPlacement: import('vue').PropType<"left" | "right" | "right-hanging">;
369
+ readonly showFeedback: {
370
+ readonly type: BooleanConstructor;
371
+ readonly default: true;
372
+ };
373
+ readonly onSubmit: {
374
+ readonly type: import('vue').PropType<(e: Event) => void>;
375
+ readonly default: (e: Event) => void;
376
+ };
377
+ readonly showLabel: {
378
+ readonly type: import('vue').PropType<boolean | undefined>;
379
+ readonly default: undefined;
380
+ };
381
+ readonly validateMessages: import('vue').PropType<Partial<import('naive-ui/es/form/src/interface').FormValidateMessages>>;
382
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Form", {
383
+ blankHeightSmall: string;
384
+ blankHeightMedium: string;
385
+ blankHeightLarge: string;
386
+ lineHeight: string;
387
+ labelTextColor: string;
388
+ asteriskColor: string;
389
+ feedbackTextColorError: string;
390
+ feedbackTextColorWarning: string;
391
+ feedbackTextColor: string;
392
+ feedbackPadding: string;
393
+ feedbackHeightSmall: string;
394
+ feedbackHeightMedium: string;
395
+ feedbackHeightLarge: string;
396
+ feedbackFontSizeSmall: string;
397
+ feedbackFontSizeMedium: string;
398
+ feedbackFontSizeLarge: string;
399
+ labelFontSizeLeftSmall: string;
400
+ labelFontSizeLeftMedium: string;
401
+ labelFontSizeLeftLarge: string;
402
+ labelFontSizeTopSmall: string;
403
+ labelFontSizeTopMedium: string;
404
+ labelFontSizeTopLarge: string;
405
+ labelHeightSmall: string;
406
+ labelHeightMedium: string;
407
+ labelHeightLarge: string;
408
+ labelPaddingVertical: string;
409
+ labelPaddingHorizontal: string;
410
+ labelTextAlignVertical: string;
411
+ labelTextAlignHorizontal: string;
412
+ labelFontWeight: string;
413
+ }, any>>;
414
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
415
+ blankHeightSmall: string;
416
+ blankHeightMedium: string;
417
+ blankHeightLarge: string;
418
+ lineHeight: string;
419
+ labelTextColor: string;
420
+ asteriskColor: string;
421
+ feedbackTextColorError: string;
422
+ feedbackTextColorWarning: string;
423
+ feedbackTextColor: string;
424
+ feedbackPadding: string;
425
+ feedbackHeightSmall: string;
426
+ feedbackHeightMedium: string;
427
+ feedbackHeightLarge: string;
428
+ feedbackFontSizeSmall: string;
429
+ feedbackFontSizeMedium: string;
430
+ feedbackFontSizeLarge: string;
431
+ labelFontSizeLeftSmall: string;
432
+ labelFontSizeLeftMedium: string;
433
+ labelFontSizeLeftLarge: string;
434
+ labelFontSizeTopSmall: string;
435
+ labelFontSizeTopMedium: string;
436
+ labelFontSizeTopLarge: string;
437
+ labelHeightSmall: string;
438
+ labelHeightMedium: string;
439
+ labelHeightLarge: string;
440
+ labelPaddingVertical: string;
441
+ labelPaddingHorizontal: string;
442
+ labelTextAlignVertical: string;
443
+ labelTextAlignHorizontal: string;
444
+ labelFontWeight: string;
445
+ }, any>>>;
446
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
447
+ blankHeightSmall: string;
448
+ blankHeightMedium: string;
449
+ blankHeightLarge: string;
450
+ lineHeight: string;
451
+ labelTextColor: string;
452
+ asteriskColor: string;
453
+ feedbackTextColorError: string;
454
+ feedbackTextColorWarning: string;
455
+ feedbackTextColor: string;
456
+ feedbackPadding: string;
457
+ feedbackHeightSmall: string;
458
+ feedbackHeightMedium: string;
459
+ feedbackHeightLarge: string;
460
+ feedbackFontSizeSmall: string;
461
+ feedbackFontSizeMedium: string;
462
+ feedbackFontSizeLarge: string;
463
+ labelFontSizeLeftSmall: string;
464
+ labelFontSizeLeftMedium: string;
465
+ labelFontSizeLeftLarge: string;
466
+ labelFontSizeTopSmall: string;
467
+ labelFontSizeTopMedium: string;
468
+ labelFontSizeTopLarge: string;
469
+ labelHeightSmall: string;
470
+ labelHeightMedium: string;
471
+ labelHeightLarge: string;
472
+ labelPaddingVertical: string;
473
+ labelPaddingHorizontal: string;
474
+ labelTextAlignVertical: string;
475
+ labelTextAlignHorizontal: string;
476
+ labelFontWeight: string;
477
+ }, any>>>;
478
+ }>> & Readonly<{}>, import('naive-ui').FormInst & {
479
+ mergedClsPrefix: import('vue').Ref<string, string>;
480
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
481
+ readonly inline: boolean;
482
+ readonly disabled: boolean;
483
+ readonly onSubmit: (e: Event) => void;
484
+ readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
485
+ readonly model: Record<string, any>;
486
+ readonly showRequireMark: boolean | undefined;
487
+ readonly showFeedback: boolean;
488
+ readonly showLabel: boolean | undefined;
489
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
490
+ P: {};
491
+ B: {};
492
+ D: {};
493
+ C: {};
494
+ M: {};
495
+ Defaults: {};
496
+ }, Readonly<import('vue').ExtractPropTypes<{
497
+ readonly inline: BooleanConstructor;
498
+ readonly labelWidth: import('vue').PropType<number | string>;
499
+ readonly labelAlign: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelAlign>;
500
+ readonly labelPlacement: {
501
+ readonly type: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelPlacement>;
502
+ readonly default: "top";
503
+ };
504
+ readonly model: {
505
+ readonly type: import('vue').PropType<Record<string, any>>;
506
+ readonly default: () => void;
507
+ };
508
+ readonly rules: import('vue').PropType<import('naive-ui').FormRules>;
509
+ readonly disabled: BooleanConstructor;
510
+ readonly size: import('vue').PropType<import('naive-ui/es/form/src/interface').Size>;
511
+ readonly showRequireMark: {
512
+ readonly type: import('vue').PropType<boolean | undefined>;
513
+ readonly default: undefined;
514
+ };
515
+ readonly requireMarkPlacement: import('vue').PropType<"left" | "right" | "right-hanging">;
516
+ readonly showFeedback: {
517
+ readonly type: BooleanConstructor;
518
+ readonly default: true;
519
+ };
520
+ readonly onSubmit: {
521
+ readonly type: import('vue').PropType<(e: Event) => void>;
522
+ readonly default: (e: Event) => void;
523
+ };
524
+ readonly showLabel: {
525
+ readonly type: import('vue').PropType<boolean | undefined>;
526
+ readonly default: undefined;
527
+ };
528
+ readonly validateMessages: import('vue').PropType<Partial<import('naive-ui/es/form/src/interface').FormValidateMessages>>;
529
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Form", {
530
+ blankHeightSmall: string;
531
+ blankHeightMedium: string;
532
+ blankHeightLarge: string;
533
+ lineHeight: string;
534
+ labelTextColor: string;
535
+ asteriskColor: string;
536
+ feedbackTextColorError: string;
537
+ feedbackTextColorWarning: string;
538
+ feedbackTextColor: string;
539
+ feedbackPadding: string;
540
+ feedbackHeightSmall: string;
541
+ feedbackHeightMedium: string;
542
+ feedbackHeightLarge: string;
543
+ feedbackFontSizeSmall: string;
544
+ feedbackFontSizeMedium: string;
545
+ feedbackFontSizeLarge: string;
546
+ labelFontSizeLeftSmall: string;
547
+ labelFontSizeLeftMedium: string;
548
+ labelFontSizeLeftLarge: string;
549
+ labelFontSizeTopSmall: string;
550
+ labelFontSizeTopMedium: string;
551
+ labelFontSizeTopLarge: string;
552
+ labelHeightSmall: string;
553
+ labelHeightMedium: string;
554
+ labelHeightLarge: string;
555
+ labelPaddingVertical: string;
556
+ labelPaddingHorizontal: string;
557
+ labelTextAlignVertical: string;
558
+ labelTextAlignHorizontal: string;
559
+ labelFontWeight: string;
560
+ }, any>>;
561
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
562
+ blankHeightSmall: string;
563
+ blankHeightMedium: string;
564
+ blankHeightLarge: string;
565
+ lineHeight: string;
566
+ labelTextColor: string;
567
+ asteriskColor: string;
568
+ feedbackTextColorError: string;
569
+ feedbackTextColorWarning: string;
570
+ feedbackTextColor: string;
571
+ feedbackPadding: string;
572
+ feedbackHeightSmall: string;
573
+ feedbackHeightMedium: string;
574
+ feedbackHeightLarge: string;
575
+ feedbackFontSizeSmall: string;
576
+ feedbackFontSizeMedium: string;
577
+ feedbackFontSizeLarge: string;
578
+ labelFontSizeLeftSmall: string;
579
+ labelFontSizeLeftMedium: string;
580
+ labelFontSizeLeftLarge: string;
581
+ labelFontSizeTopSmall: string;
582
+ labelFontSizeTopMedium: string;
583
+ labelFontSizeTopLarge: string;
584
+ labelHeightSmall: string;
585
+ labelHeightMedium: string;
586
+ labelHeightLarge: string;
587
+ labelPaddingVertical: string;
588
+ labelPaddingHorizontal: string;
589
+ labelTextAlignVertical: string;
590
+ labelTextAlignHorizontal: string;
591
+ labelFontWeight: string;
592
+ }, any>>>;
593
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
594
+ blankHeightSmall: string;
595
+ blankHeightMedium: string;
596
+ blankHeightLarge: string;
597
+ lineHeight: string;
598
+ labelTextColor: string;
599
+ asteriskColor: string;
600
+ feedbackTextColorError: string;
601
+ feedbackTextColorWarning: string;
602
+ feedbackTextColor: string;
603
+ feedbackPadding: string;
604
+ feedbackHeightSmall: string;
605
+ feedbackHeightMedium: string;
606
+ feedbackHeightLarge: string;
607
+ feedbackFontSizeSmall: string;
608
+ feedbackFontSizeMedium: string;
609
+ feedbackFontSizeLarge: string;
610
+ labelFontSizeLeftSmall: string;
611
+ labelFontSizeLeftMedium: string;
612
+ labelFontSizeLeftLarge: string;
613
+ labelFontSizeTopSmall: string;
614
+ labelFontSizeTopMedium: string;
615
+ labelFontSizeTopLarge: string;
616
+ labelHeightSmall: string;
617
+ labelHeightMedium: string;
618
+ labelHeightLarge: string;
619
+ labelPaddingVertical: string;
620
+ labelPaddingHorizontal: string;
621
+ labelTextAlignVertical: string;
622
+ labelTextAlignHorizontal: string;
623
+ labelFontWeight: string;
624
+ }, any>>>;
625
+ }>> & Readonly<{}>, import('naive-ui').FormInst & {
626
+ mergedClsPrefix: import('vue').Ref<string, string>;
627
+ }, {}, {}, {}, {
628
+ readonly inline: boolean;
629
+ readonly disabled: boolean;
630
+ readonly onSubmit: (e: Event) => void;
631
+ readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
632
+ readonly model: Record<string, any>;
633
+ readonly showRequireMark: boolean | undefined;
634
+ readonly showFeedback: boolean;
635
+ readonly showLabel: boolean | undefined;
636
+ }> | null;
637
+ widthInputs: (import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
638
+ autofocus: BooleanConstructor;
639
+ loading: {
640
+ type: BooleanConstructor;
641
+ default: undefined;
642
+ };
643
+ placeholder: StringConstructor;
644
+ defaultValue: {
645
+ type: import('vue').PropType<number | null>;
646
+ default: null;
647
+ };
648
+ value: import('vue').PropType<number | null>;
649
+ step: {
650
+ type: (StringConstructor | NumberConstructor)[];
651
+ default: number;
652
+ };
653
+ min: (StringConstructor | NumberConstructor)[];
654
+ max: (StringConstructor | NumberConstructor)[];
655
+ size: import('vue').PropType<import('naive-ui/es/input-number/src/interface').Size>;
656
+ disabled: {
657
+ type: import('vue').PropType<boolean | undefined>;
658
+ default: undefined;
659
+ };
660
+ validator: import('vue').PropType<(value: number) => boolean>;
661
+ bordered: {
662
+ type: import('vue').PropType<boolean | undefined>;
663
+ default: undefined;
664
+ };
665
+ showButton: {
666
+ type: BooleanConstructor;
667
+ default: boolean;
668
+ };
669
+ buttonPlacement: {
670
+ type: import('vue').PropType<"right" | "both">;
671
+ default: string;
672
+ };
673
+ inputProps: import('vue').PropType<import('vue').InputHTMLAttributes>;
674
+ readonly: BooleanConstructor;
675
+ clearable: BooleanConstructor;
676
+ keyboard: {
677
+ type: import('vue').PropType<{
678
+ ArrowUp?: boolean;
679
+ ArrowDown?: boolean;
680
+ }>;
681
+ default: {};
682
+ };
683
+ updateValueOnInput: {
684
+ type: BooleanConstructor;
685
+ default: boolean;
686
+ };
687
+ round: {
688
+ type: import('vue').PropType<boolean | undefined>;
689
+ default: undefined;
690
+ };
691
+ parse: import('vue').PropType<(input: string) => number | null>;
692
+ format: import('vue').PropType<(value: number | null) => string>;
693
+ precision: NumberConstructor;
694
+ status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
695
+ 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
696
+ onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
697
+ onFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
698
+ onBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
699
+ onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
700
+ onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
701
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"InputNumber", {
702
+ iconColorDisabled: string;
703
+ }, {
704
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
705
+ heightTiny: string;
706
+ heightSmall: string;
707
+ heightMedium: string;
708
+ heightLarge: string;
709
+ borderRadiusTiny: string;
710
+ borderRadiusSmall: string;
711
+ borderRadiusMedium: string;
712
+ borderRadiusLarge: string;
713
+ fontSizeTiny: string;
714
+ fontSizeSmall: string;
715
+ fontSizeMedium: string;
716
+ fontSizeLarge: string;
717
+ opacityDisabled: string;
718
+ colorOpacitySecondary: string;
719
+ colorOpacitySecondaryHover: string;
720
+ colorOpacitySecondaryPressed: string;
721
+ colorSecondary: string;
722
+ colorSecondaryHover: string;
723
+ colorSecondaryPressed: string;
724
+ colorTertiary: string;
725
+ colorTertiaryHover: string;
726
+ colorTertiaryPressed: string;
727
+ colorQuaternary: string;
728
+ colorQuaternaryHover: string;
729
+ colorQuaternaryPressed: string;
730
+ color: string;
731
+ colorHover: string;
732
+ colorPressed: string;
733
+ colorFocus: string;
734
+ colorDisabled: string;
735
+ textColor: string;
736
+ textColorTertiary: string;
737
+ textColorHover: string;
738
+ textColorPressed: string;
739
+ textColorFocus: string;
740
+ textColorDisabled: string;
741
+ textColorText: string;
742
+ textColorTextHover: string;
743
+ textColorTextPressed: string;
744
+ textColorTextFocus: string;
745
+ textColorTextDisabled: string;
746
+ textColorGhost: string;
747
+ textColorGhostHover: string;
748
+ textColorGhostPressed: string;
749
+ textColorGhostFocus: string;
750
+ textColorGhostDisabled: string;
751
+ border: string;
752
+ borderHover: string;
753
+ borderPressed: string;
754
+ borderFocus: string;
755
+ borderDisabled: string;
756
+ rippleColor: string;
757
+ colorPrimary: string;
758
+ colorHoverPrimary: string;
759
+ colorPressedPrimary: string;
760
+ colorFocusPrimary: string;
761
+ colorDisabledPrimary: string;
762
+ textColorPrimary: string;
763
+ textColorHoverPrimary: string;
764
+ textColorPressedPrimary: string;
765
+ textColorFocusPrimary: string;
766
+ textColorDisabledPrimary: string;
767
+ textColorTextPrimary: string;
768
+ textColorTextHoverPrimary: string;
769
+ textColorTextPressedPrimary: string;
770
+ textColorTextFocusPrimary: string;
771
+ textColorTextDisabledPrimary: string;
772
+ textColorGhostPrimary: string;
773
+ textColorGhostHoverPrimary: string;
774
+ textColorGhostPressedPrimary: string;
775
+ textColorGhostFocusPrimary: string;
776
+ textColorGhostDisabledPrimary: string;
777
+ borderPrimary: string;
778
+ borderHoverPrimary: string;
779
+ borderPressedPrimary: string;
780
+ borderFocusPrimary: string;
781
+ borderDisabledPrimary: string;
782
+ rippleColorPrimary: string;
783
+ colorInfo: string;
784
+ colorHoverInfo: string;
785
+ colorPressedInfo: string;
786
+ colorFocusInfo: string;
787
+ colorDisabledInfo: string;
788
+ textColorInfo: string;
789
+ textColorHoverInfo: string;
790
+ textColorPressedInfo: string;
791
+ textColorFocusInfo: string;
792
+ textColorDisabledInfo: string;
793
+ textColorTextInfo: string;
794
+ textColorTextHoverInfo: string;
795
+ textColorTextPressedInfo: string;
796
+ textColorTextFocusInfo: string;
797
+ textColorTextDisabledInfo: string;
798
+ textColorGhostInfo: string;
799
+ textColorGhostHoverInfo: string;
800
+ textColorGhostPressedInfo: string;
801
+ textColorGhostFocusInfo: string;
802
+ textColorGhostDisabledInfo: string;
803
+ borderInfo: string;
804
+ borderHoverInfo: string;
805
+ borderPressedInfo: string;
806
+ borderFocusInfo: string;
807
+ borderDisabledInfo: string;
808
+ rippleColorInfo: string;
809
+ colorSuccess: string;
810
+ colorHoverSuccess: string;
811
+ colorPressedSuccess: string;
812
+ colorFocusSuccess: string;
813
+ colorDisabledSuccess: string;
814
+ textColorSuccess: string;
815
+ textColorHoverSuccess: string;
816
+ textColorPressedSuccess: string;
817
+ textColorFocusSuccess: string;
818
+ textColorDisabledSuccess: string;
819
+ textColorTextSuccess: string;
820
+ textColorTextHoverSuccess: string;
821
+ textColorTextPressedSuccess: string;
822
+ textColorTextFocusSuccess: string;
823
+ textColorTextDisabledSuccess: string;
824
+ textColorGhostSuccess: string;
825
+ textColorGhostHoverSuccess: string;
826
+ textColorGhostPressedSuccess: string;
827
+ textColorGhostFocusSuccess: string;
828
+ textColorGhostDisabledSuccess: string;
829
+ borderSuccess: string;
830
+ borderHoverSuccess: string;
831
+ borderPressedSuccess: string;
832
+ borderFocusSuccess: string;
833
+ borderDisabledSuccess: string;
834
+ rippleColorSuccess: string;
835
+ colorWarning: string;
836
+ colorHoverWarning: string;
837
+ colorPressedWarning: string;
838
+ colorFocusWarning: string;
839
+ colorDisabledWarning: string;
840
+ textColorWarning: string;
841
+ textColorHoverWarning: string;
842
+ textColorPressedWarning: string;
843
+ textColorFocusWarning: string;
844
+ textColorDisabledWarning: string;
845
+ textColorTextWarning: string;
846
+ textColorTextHoverWarning: string;
847
+ textColorTextPressedWarning: string;
848
+ textColorTextFocusWarning: string;
849
+ textColorTextDisabledWarning: string;
850
+ textColorGhostWarning: string;
851
+ textColorGhostHoverWarning: string;
852
+ textColorGhostPressedWarning: string;
853
+ textColorGhostFocusWarning: string;
854
+ textColorGhostDisabledWarning: string;
855
+ borderWarning: string;
856
+ borderHoverWarning: string;
857
+ borderPressedWarning: string;
858
+ borderFocusWarning: string;
859
+ borderDisabledWarning: string;
860
+ rippleColorWarning: string;
861
+ colorError: string;
862
+ colorHoverError: string;
863
+ colorPressedError: string;
864
+ colorFocusError: string;
865
+ colorDisabledError: string;
866
+ textColorError: string;
867
+ textColorHoverError: string;
868
+ textColorPressedError: string;
869
+ textColorFocusError: string;
870
+ textColorDisabledError: string;
871
+ textColorTextError: string;
872
+ textColorTextHoverError: string;
873
+ textColorTextPressedError: string;
874
+ textColorTextFocusError: string;
875
+ textColorTextDisabledError: string;
876
+ textColorGhostError: string;
877
+ textColorGhostHoverError: string;
878
+ textColorGhostPressedError: string;
879
+ textColorGhostFocusError: string;
880
+ textColorGhostDisabledError: string;
881
+ borderError: string;
882
+ borderHoverError: string;
883
+ borderPressedError: string;
884
+ borderFocusError: string;
885
+ borderDisabledError: string;
886
+ rippleColorError: string;
887
+ waveOpacity: string;
888
+ fontWeight: string;
889
+ fontWeightStrong: string;
890
+ paddingTiny: string;
891
+ paddingSmall: string;
892
+ paddingMedium: string;
893
+ paddingLarge: string;
894
+ paddingRoundTiny: string;
895
+ paddingRoundSmall: string;
896
+ paddingRoundMedium: string;
897
+ paddingRoundLarge: string;
898
+ iconMarginTiny: string;
899
+ iconMarginSmall: string;
900
+ iconMarginMedium: string;
901
+ iconMarginLarge: string;
902
+ iconSizeTiny: string;
903
+ iconSizeSmall: string;
904
+ iconSizeMedium: string;
905
+ iconSizeLarge: string;
906
+ rippleDuration: string;
907
+ }, any>;
908
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
909
+ fontWeight: string;
910
+ countTextColorDisabled: string;
911
+ countTextColor: string;
912
+ heightTiny: string;
913
+ heightSmall: string;
914
+ heightMedium: string;
915
+ heightLarge: string;
916
+ fontSizeTiny: string;
917
+ fontSizeSmall: string;
918
+ fontSizeMedium: string;
919
+ fontSizeLarge: string;
920
+ lineHeight: string;
921
+ lineHeightTextarea: string;
922
+ borderRadius: string;
923
+ iconSize: string;
924
+ groupLabelColor: string;
925
+ groupLabelTextColor: string;
926
+ textColor: string;
927
+ textColorDisabled: string;
928
+ textDecorationColor: string;
929
+ caretColor: string;
930
+ placeholderColor: string;
931
+ placeholderColorDisabled: string;
932
+ color: string;
933
+ colorDisabled: string;
934
+ colorFocus: string;
935
+ groupLabelBorder: string;
936
+ border: string;
937
+ borderHover: string;
938
+ borderDisabled: string;
939
+ borderFocus: string;
940
+ boxShadowFocus: string;
941
+ loadingColor: string;
942
+ loadingColorWarning: string;
943
+ borderWarning: string;
944
+ borderHoverWarning: string;
945
+ colorFocusWarning: string;
946
+ borderFocusWarning: string;
947
+ boxShadowFocusWarning: string;
948
+ caretColorWarning: string;
949
+ loadingColorError: string;
950
+ borderError: string;
951
+ borderHoverError: string;
952
+ colorFocusError: string;
953
+ borderFocusError: string;
954
+ boxShadowFocusError: string;
955
+ caretColorError: string;
956
+ clearColor: string;
957
+ clearColorHover: string;
958
+ clearColorPressed: string;
959
+ iconColor: string;
960
+ iconColorDisabled: string;
961
+ iconColorHover: string;
962
+ iconColorPressed: string;
963
+ suffixTextColor: string;
964
+ paddingTiny: string;
965
+ paddingSmall: string;
966
+ paddingMedium: string;
967
+ paddingLarge: string;
968
+ clearSize: string;
969
+ }, {
970
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
971
+ height: string;
972
+ width: string;
973
+ borderRadius: string;
974
+ color: string;
975
+ colorHover: string;
976
+ railInsetHorizontalBottom: string;
977
+ railInsetHorizontalTop: string;
978
+ railInsetVerticalRight: string;
979
+ railInsetVerticalLeft: string;
980
+ railColor: string;
981
+ }, any>;
982
+ }>;
983
+ }>>;
984
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
985
+ iconColorDisabled: string;
986
+ }, {
987
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
988
+ heightTiny: string;
989
+ heightSmall: string;
990
+ heightMedium: string;
991
+ heightLarge: string;
992
+ borderRadiusTiny: string;
993
+ borderRadiusSmall: string;
994
+ borderRadiusMedium: string;
995
+ borderRadiusLarge: string;
996
+ fontSizeTiny: string;
997
+ fontSizeSmall: string;
998
+ fontSizeMedium: string;
999
+ fontSizeLarge: string;
1000
+ opacityDisabled: string;
1001
+ colorOpacitySecondary: string;
1002
+ colorOpacitySecondaryHover: string;
1003
+ colorOpacitySecondaryPressed: string;
1004
+ colorSecondary: string;
1005
+ colorSecondaryHover: string;
1006
+ colorSecondaryPressed: string;
1007
+ colorTertiary: string;
1008
+ colorTertiaryHover: string;
1009
+ colorTertiaryPressed: string;
1010
+ colorQuaternary: string;
1011
+ colorQuaternaryHover: string;
1012
+ colorQuaternaryPressed: string;
1013
+ color: string;
1014
+ colorHover: string;
1015
+ colorPressed: string;
1016
+ colorFocus: string;
1017
+ colorDisabled: string;
1018
+ textColor: string;
1019
+ textColorTertiary: string;
1020
+ textColorHover: string;
1021
+ textColorPressed: string;
1022
+ textColorFocus: string;
1023
+ textColorDisabled: string;
1024
+ textColorText: string;
1025
+ textColorTextHover: string;
1026
+ textColorTextPressed: string;
1027
+ textColorTextFocus: string;
1028
+ textColorTextDisabled: string;
1029
+ textColorGhost: string;
1030
+ textColorGhostHover: string;
1031
+ textColorGhostPressed: string;
1032
+ textColorGhostFocus: string;
1033
+ textColorGhostDisabled: string;
1034
+ border: string;
1035
+ borderHover: string;
1036
+ borderPressed: string;
1037
+ borderFocus: string;
1038
+ borderDisabled: string;
1039
+ rippleColor: string;
1040
+ colorPrimary: string;
1041
+ colorHoverPrimary: string;
1042
+ colorPressedPrimary: string;
1043
+ colorFocusPrimary: string;
1044
+ colorDisabledPrimary: string;
1045
+ textColorPrimary: string;
1046
+ textColorHoverPrimary: string;
1047
+ textColorPressedPrimary: string;
1048
+ textColorFocusPrimary: string;
1049
+ textColorDisabledPrimary: string;
1050
+ textColorTextPrimary: string;
1051
+ textColorTextHoverPrimary: string;
1052
+ textColorTextPressedPrimary: string;
1053
+ textColorTextFocusPrimary: string;
1054
+ textColorTextDisabledPrimary: string;
1055
+ textColorGhostPrimary: string;
1056
+ textColorGhostHoverPrimary: string;
1057
+ textColorGhostPressedPrimary: string;
1058
+ textColorGhostFocusPrimary: string;
1059
+ textColorGhostDisabledPrimary: string;
1060
+ borderPrimary: string;
1061
+ borderHoverPrimary: string;
1062
+ borderPressedPrimary: string;
1063
+ borderFocusPrimary: string;
1064
+ borderDisabledPrimary: string;
1065
+ rippleColorPrimary: string;
1066
+ colorInfo: string;
1067
+ colorHoverInfo: string;
1068
+ colorPressedInfo: string;
1069
+ colorFocusInfo: string;
1070
+ colorDisabledInfo: string;
1071
+ textColorInfo: string;
1072
+ textColorHoverInfo: string;
1073
+ textColorPressedInfo: string;
1074
+ textColorFocusInfo: string;
1075
+ textColorDisabledInfo: string;
1076
+ textColorTextInfo: string;
1077
+ textColorTextHoverInfo: string;
1078
+ textColorTextPressedInfo: string;
1079
+ textColorTextFocusInfo: string;
1080
+ textColorTextDisabledInfo: string;
1081
+ textColorGhostInfo: string;
1082
+ textColorGhostHoverInfo: string;
1083
+ textColorGhostPressedInfo: string;
1084
+ textColorGhostFocusInfo: string;
1085
+ textColorGhostDisabledInfo: string;
1086
+ borderInfo: string;
1087
+ borderHoverInfo: string;
1088
+ borderPressedInfo: string;
1089
+ borderFocusInfo: string;
1090
+ borderDisabledInfo: string;
1091
+ rippleColorInfo: string;
1092
+ colorSuccess: string;
1093
+ colorHoverSuccess: string;
1094
+ colorPressedSuccess: string;
1095
+ colorFocusSuccess: string;
1096
+ colorDisabledSuccess: string;
1097
+ textColorSuccess: string;
1098
+ textColorHoverSuccess: string;
1099
+ textColorPressedSuccess: string;
1100
+ textColorFocusSuccess: string;
1101
+ textColorDisabledSuccess: string;
1102
+ textColorTextSuccess: string;
1103
+ textColorTextHoverSuccess: string;
1104
+ textColorTextPressedSuccess: string;
1105
+ textColorTextFocusSuccess: string;
1106
+ textColorTextDisabledSuccess: string;
1107
+ textColorGhostSuccess: string;
1108
+ textColorGhostHoverSuccess: string;
1109
+ textColorGhostPressedSuccess: string;
1110
+ textColorGhostFocusSuccess: string;
1111
+ textColorGhostDisabledSuccess: string;
1112
+ borderSuccess: string;
1113
+ borderHoverSuccess: string;
1114
+ borderPressedSuccess: string;
1115
+ borderFocusSuccess: string;
1116
+ borderDisabledSuccess: string;
1117
+ rippleColorSuccess: string;
1118
+ colorWarning: string;
1119
+ colorHoverWarning: string;
1120
+ colorPressedWarning: string;
1121
+ colorFocusWarning: string;
1122
+ colorDisabledWarning: string;
1123
+ textColorWarning: string;
1124
+ textColorHoverWarning: string;
1125
+ textColorPressedWarning: string;
1126
+ textColorFocusWarning: string;
1127
+ textColorDisabledWarning: string;
1128
+ textColorTextWarning: string;
1129
+ textColorTextHoverWarning: string;
1130
+ textColorTextPressedWarning: string;
1131
+ textColorTextFocusWarning: string;
1132
+ textColorTextDisabledWarning: string;
1133
+ textColorGhostWarning: string;
1134
+ textColorGhostHoverWarning: string;
1135
+ textColorGhostPressedWarning: string;
1136
+ textColorGhostFocusWarning: string;
1137
+ textColorGhostDisabledWarning: string;
1138
+ borderWarning: string;
1139
+ borderHoverWarning: string;
1140
+ borderPressedWarning: string;
1141
+ borderFocusWarning: string;
1142
+ borderDisabledWarning: string;
1143
+ rippleColorWarning: string;
1144
+ colorError: string;
1145
+ colorHoverError: string;
1146
+ colorPressedError: string;
1147
+ colorFocusError: string;
1148
+ colorDisabledError: string;
1149
+ textColorError: string;
1150
+ textColorHoverError: string;
1151
+ textColorPressedError: string;
1152
+ textColorFocusError: string;
1153
+ textColorDisabledError: string;
1154
+ textColorTextError: string;
1155
+ textColorTextHoverError: string;
1156
+ textColorTextPressedError: string;
1157
+ textColorTextFocusError: string;
1158
+ textColorTextDisabledError: string;
1159
+ textColorGhostError: string;
1160
+ textColorGhostHoverError: string;
1161
+ textColorGhostPressedError: string;
1162
+ textColorGhostFocusError: string;
1163
+ textColorGhostDisabledError: string;
1164
+ borderError: string;
1165
+ borderHoverError: string;
1166
+ borderPressedError: string;
1167
+ borderFocusError: string;
1168
+ borderDisabledError: string;
1169
+ rippleColorError: string;
1170
+ waveOpacity: string;
1171
+ fontWeight: string;
1172
+ fontWeightStrong: string;
1173
+ paddingTiny: string;
1174
+ paddingSmall: string;
1175
+ paddingMedium: string;
1176
+ paddingLarge: string;
1177
+ paddingRoundTiny: string;
1178
+ paddingRoundSmall: string;
1179
+ paddingRoundMedium: string;
1180
+ paddingRoundLarge: string;
1181
+ iconMarginTiny: string;
1182
+ iconMarginSmall: string;
1183
+ iconMarginMedium: string;
1184
+ iconMarginLarge: string;
1185
+ iconSizeTiny: string;
1186
+ iconSizeSmall: string;
1187
+ iconSizeMedium: string;
1188
+ iconSizeLarge: string;
1189
+ rippleDuration: string;
1190
+ }, any>;
1191
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
1192
+ fontWeight: string;
1193
+ countTextColorDisabled: string;
1194
+ countTextColor: string;
1195
+ heightTiny: string;
1196
+ heightSmall: string;
1197
+ heightMedium: string;
1198
+ heightLarge: string;
1199
+ fontSizeTiny: string;
1200
+ fontSizeSmall: string;
1201
+ fontSizeMedium: string;
1202
+ fontSizeLarge: string;
1203
+ lineHeight: string;
1204
+ lineHeightTextarea: string;
1205
+ borderRadius: string;
1206
+ iconSize: string;
1207
+ groupLabelColor: string;
1208
+ groupLabelTextColor: string;
1209
+ textColor: string;
1210
+ textColorDisabled: string;
1211
+ textDecorationColor: string;
1212
+ caretColor: string;
1213
+ placeholderColor: string;
1214
+ placeholderColorDisabled: string;
1215
+ color: string;
1216
+ colorDisabled: string;
1217
+ colorFocus: string;
1218
+ groupLabelBorder: string;
1219
+ border: string;
1220
+ borderHover: string;
1221
+ borderDisabled: string;
1222
+ borderFocus: string;
1223
+ boxShadowFocus: string;
1224
+ loadingColor: string;
1225
+ loadingColorWarning: string;
1226
+ borderWarning: string;
1227
+ borderHoverWarning: string;
1228
+ colorFocusWarning: string;
1229
+ borderFocusWarning: string;
1230
+ boxShadowFocusWarning: string;
1231
+ caretColorWarning: string;
1232
+ loadingColorError: string;
1233
+ borderError: string;
1234
+ borderHoverError: string;
1235
+ colorFocusError: string;
1236
+ borderFocusError: string;
1237
+ boxShadowFocusError: string;
1238
+ caretColorError: string;
1239
+ clearColor: string;
1240
+ clearColorHover: string;
1241
+ clearColorPressed: string;
1242
+ iconColor: string;
1243
+ iconColorDisabled: string;
1244
+ iconColorHover: string;
1245
+ iconColorPressed: string;
1246
+ suffixTextColor: string;
1247
+ paddingTiny: string;
1248
+ paddingSmall: string;
1249
+ paddingMedium: string;
1250
+ paddingLarge: string;
1251
+ clearSize: string;
1252
+ }, {
1253
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1254
+ height: string;
1255
+ width: string;
1256
+ borderRadius: string;
1257
+ color: string;
1258
+ colorHover: string;
1259
+ railInsetHorizontalBottom: string;
1260
+ railInsetHorizontalTop: string;
1261
+ railInsetVerticalRight: string;
1262
+ railInsetVerticalLeft: string;
1263
+ railColor: string;
1264
+ }, any>;
1265
+ }>;
1266
+ }>>>;
1267
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
1268
+ iconColorDisabled: string;
1269
+ }, {
1270
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1271
+ heightTiny: string;
1272
+ heightSmall: string;
1273
+ heightMedium: string;
1274
+ heightLarge: string;
1275
+ borderRadiusTiny: string;
1276
+ borderRadiusSmall: string;
1277
+ borderRadiusMedium: string;
1278
+ borderRadiusLarge: string;
1279
+ fontSizeTiny: string;
1280
+ fontSizeSmall: string;
1281
+ fontSizeMedium: string;
1282
+ fontSizeLarge: string;
1283
+ opacityDisabled: string;
1284
+ colorOpacitySecondary: string;
1285
+ colorOpacitySecondaryHover: string;
1286
+ colorOpacitySecondaryPressed: string;
1287
+ colorSecondary: string;
1288
+ colorSecondaryHover: string;
1289
+ colorSecondaryPressed: string;
1290
+ colorTertiary: string;
1291
+ colorTertiaryHover: string;
1292
+ colorTertiaryPressed: string;
1293
+ colorQuaternary: string;
1294
+ colorQuaternaryHover: string;
1295
+ colorQuaternaryPressed: string;
1296
+ color: string;
1297
+ colorHover: string;
1298
+ colorPressed: string;
1299
+ colorFocus: string;
1300
+ colorDisabled: string;
1301
+ textColor: string;
1302
+ textColorTertiary: string;
1303
+ textColorHover: string;
1304
+ textColorPressed: string;
1305
+ textColorFocus: string;
1306
+ textColorDisabled: string;
1307
+ textColorText: string;
1308
+ textColorTextHover: string;
1309
+ textColorTextPressed: string;
1310
+ textColorTextFocus: string;
1311
+ textColorTextDisabled: string;
1312
+ textColorGhost: string;
1313
+ textColorGhostHover: string;
1314
+ textColorGhostPressed: string;
1315
+ textColorGhostFocus: string;
1316
+ textColorGhostDisabled: string;
1317
+ border: string;
1318
+ borderHover: string;
1319
+ borderPressed: string;
1320
+ borderFocus: string;
1321
+ borderDisabled: string;
1322
+ rippleColor: string;
1323
+ colorPrimary: string;
1324
+ colorHoverPrimary: string;
1325
+ colorPressedPrimary: string;
1326
+ colorFocusPrimary: string;
1327
+ colorDisabledPrimary: string;
1328
+ textColorPrimary: string;
1329
+ textColorHoverPrimary: string;
1330
+ textColorPressedPrimary: string;
1331
+ textColorFocusPrimary: string;
1332
+ textColorDisabledPrimary: string;
1333
+ textColorTextPrimary: string;
1334
+ textColorTextHoverPrimary: string;
1335
+ textColorTextPressedPrimary: string;
1336
+ textColorTextFocusPrimary: string;
1337
+ textColorTextDisabledPrimary: string;
1338
+ textColorGhostPrimary: string;
1339
+ textColorGhostHoverPrimary: string;
1340
+ textColorGhostPressedPrimary: string;
1341
+ textColorGhostFocusPrimary: string;
1342
+ textColorGhostDisabledPrimary: string;
1343
+ borderPrimary: string;
1344
+ borderHoverPrimary: string;
1345
+ borderPressedPrimary: string;
1346
+ borderFocusPrimary: string;
1347
+ borderDisabledPrimary: string;
1348
+ rippleColorPrimary: string;
1349
+ colorInfo: string;
1350
+ colorHoverInfo: string;
1351
+ colorPressedInfo: string;
1352
+ colorFocusInfo: string;
1353
+ colorDisabledInfo: string;
1354
+ textColorInfo: string;
1355
+ textColorHoverInfo: string;
1356
+ textColorPressedInfo: string;
1357
+ textColorFocusInfo: string;
1358
+ textColorDisabledInfo: string;
1359
+ textColorTextInfo: string;
1360
+ textColorTextHoverInfo: string;
1361
+ textColorTextPressedInfo: string;
1362
+ textColorTextFocusInfo: string;
1363
+ textColorTextDisabledInfo: string;
1364
+ textColorGhostInfo: string;
1365
+ textColorGhostHoverInfo: string;
1366
+ textColorGhostPressedInfo: string;
1367
+ textColorGhostFocusInfo: string;
1368
+ textColorGhostDisabledInfo: string;
1369
+ borderInfo: string;
1370
+ borderHoverInfo: string;
1371
+ borderPressedInfo: string;
1372
+ borderFocusInfo: string;
1373
+ borderDisabledInfo: string;
1374
+ rippleColorInfo: string;
1375
+ colorSuccess: string;
1376
+ colorHoverSuccess: string;
1377
+ colorPressedSuccess: string;
1378
+ colorFocusSuccess: string;
1379
+ colorDisabledSuccess: string;
1380
+ textColorSuccess: string;
1381
+ textColorHoverSuccess: string;
1382
+ textColorPressedSuccess: string;
1383
+ textColorFocusSuccess: string;
1384
+ textColorDisabledSuccess: string;
1385
+ textColorTextSuccess: string;
1386
+ textColorTextHoverSuccess: string;
1387
+ textColorTextPressedSuccess: string;
1388
+ textColorTextFocusSuccess: string;
1389
+ textColorTextDisabledSuccess: string;
1390
+ textColorGhostSuccess: string;
1391
+ textColorGhostHoverSuccess: string;
1392
+ textColorGhostPressedSuccess: string;
1393
+ textColorGhostFocusSuccess: string;
1394
+ textColorGhostDisabledSuccess: string;
1395
+ borderSuccess: string;
1396
+ borderHoverSuccess: string;
1397
+ borderPressedSuccess: string;
1398
+ borderFocusSuccess: string;
1399
+ borderDisabledSuccess: string;
1400
+ rippleColorSuccess: string;
1401
+ colorWarning: string;
1402
+ colorHoverWarning: string;
1403
+ colorPressedWarning: string;
1404
+ colorFocusWarning: string;
1405
+ colorDisabledWarning: string;
1406
+ textColorWarning: string;
1407
+ textColorHoverWarning: string;
1408
+ textColorPressedWarning: string;
1409
+ textColorFocusWarning: string;
1410
+ textColorDisabledWarning: string;
1411
+ textColorTextWarning: string;
1412
+ textColorTextHoverWarning: string;
1413
+ textColorTextPressedWarning: string;
1414
+ textColorTextFocusWarning: string;
1415
+ textColorTextDisabledWarning: string;
1416
+ textColorGhostWarning: string;
1417
+ textColorGhostHoverWarning: string;
1418
+ textColorGhostPressedWarning: string;
1419
+ textColorGhostFocusWarning: string;
1420
+ textColorGhostDisabledWarning: string;
1421
+ borderWarning: string;
1422
+ borderHoverWarning: string;
1423
+ borderPressedWarning: string;
1424
+ borderFocusWarning: string;
1425
+ borderDisabledWarning: string;
1426
+ rippleColorWarning: string;
1427
+ colorError: string;
1428
+ colorHoverError: string;
1429
+ colorPressedError: string;
1430
+ colorFocusError: string;
1431
+ colorDisabledError: string;
1432
+ textColorError: string;
1433
+ textColorHoverError: string;
1434
+ textColorPressedError: string;
1435
+ textColorFocusError: string;
1436
+ textColorDisabledError: string;
1437
+ textColorTextError: string;
1438
+ textColorTextHoverError: string;
1439
+ textColorTextPressedError: string;
1440
+ textColorTextFocusError: string;
1441
+ textColorTextDisabledError: string;
1442
+ textColorGhostError: string;
1443
+ textColorGhostHoverError: string;
1444
+ textColorGhostPressedError: string;
1445
+ textColorGhostFocusError: string;
1446
+ textColorGhostDisabledError: string;
1447
+ borderError: string;
1448
+ borderHoverError: string;
1449
+ borderPressedError: string;
1450
+ borderFocusError: string;
1451
+ borderDisabledError: string;
1452
+ rippleColorError: string;
1453
+ waveOpacity: string;
1454
+ fontWeight: string;
1455
+ fontWeightStrong: string;
1456
+ paddingTiny: string;
1457
+ paddingSmall: string;
1458
+ paddingMedium: string;
1459
+ paddingLarge: string;
1460
+ paddingRoundTiny: string;
1461
+ paddingRoundSmall: string;
1462
+ paddingRoundMedium: string;
1463
+ paddingRoundLarge: string;
1464
+ iconMarginTiny: string;
1465
+ iconMarginSmall: string;
1466
+ iconMarginMedium: string;
1467
+ iconMarginLarge: string;
1468
+ iconSizeTiny: string;
1469
+ iconSizeSmall: string;
1470
+ iconSizeMedium: string;
1471
+ iconSizeLarge: string;
1472
+ rippleDuration: string;
1473
+ }, any>;
1474
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
1475
+ fontWeight: string;
1476
+ countTextColorDisabled: string;
1477
+ countTextColor: string;
1478
+ heightTiny: string;
1479
+ heightSmall: string;
1480
+ heightMedium: string;
1481
+ heightLarge: string;
1482
+ fontSizeTiny: string;
1483
+ fontSizeSmall: string;
1484
+ fontSizeMedium: string;
1485
+ fontSizeLarge: string;
1486
+ lineHeight: string;
1487
+ lineHeightTextarea: string;
1488
+ borderRadius: string;
1489
+ iconSize: string;
1490
+ groupLabelColor: string;
1491
+ groupLabelTextColor: string;
1492
+ textColor: string;
1493
+ textColorDisabled: string;
1494
+ textDecorationColor: string;
1495
+ caretColor: string;
1496
+ placeholderColor: string;
1497
+ placeholderColorDisabled: string;
1498
+ color: string;
1499
+ colorDisabled: string;
1500
+ colorFocus: string;
1501
+ groupLabelBorder: string;
1502
+ border: string;
1503
+ borderHover: string;
1504
+ borderDisabled: string;
1505
+ borderFocus: string;
1506
+ boxShadowFocus: string;
1507
+ loadingColor: string;
1508
+ loadingColorWarning: string;
1509
+ borderWarning: string;
1510
+ borderHoverWarning: string;
1511
+ colorFocusWarning: string;
1512
+ borderFocusWarning: string;
1513
+ boxShadowFocusWarning: string;
1514
+ caretColorWarning: string;
1515
+ loadingColorError: string;
1516
+ borderError: string;
1517
+ borderHoverError: string;
1518
+ colorFocusError: string;
1519
+ borderFocusError: string;
1520
+ boxShadowFocusError: string;
1521
+ caretColorError: string;
1522
+ clearColor: string;
1523
+ clearColorHover: string;
1524
+ clearColorPressed: string;
1525
+ iconColor: string;
1526
+ iconColorDisabled: string;
1527
+ iconColorHover: string;
1528
+ iconColorPressed: string;
1529
+ suffixTextColor: string;
1530
+ paddingTiny: string;
1531
+ paddingSmall: string;
1532
+ paddingMedium: string;
1533
+ paddingLarge: string;
1534
+ clearSize: string;
1535
+ }, {
1536
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1537
+ height: string;
1538
+ width: string;
1539
+ borderRadius: string;
1540
+ color: string;
1541
+ colorHover: string;
1542
+ railInsetHorizontalBottom: string;
1543
+ railInsetHorizontalTop: string;
1544
+ railInsetVerticalRight: string;
1545
+ railInsetVerticalLeft: string;
1546
+ railColor: string;
1547
+ }, any>;
1548
+ }>;
1549
+ }>>>;
1550
+ }>> & Readonly<{}>, {
1551
+ rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
1552
+ inputInstRef: import('vue').Ref<{
1553
+ wrapperElRef: HTMLElement | null;
1554
+ textareaElRef: HTMLTextAreaElement | null;
1555
+ inputElRef: HTMLInputElement | null;
1556
+ isCompositing: boolean;
1557
+ blur: () => void;
1558
+ clear: () => void;
1559
+ focus: () => void;
1560
+ select: () => void;
1561
+ activate: () => void;
1562
+ deactivate: () => void;
1563
+ scrollTo: (options: ScrollToOptions) => void;
1564
+ } | null, {
1565
+ wrapperElRef: HTMLElement | null;
1566
+ textareaElRef: HTMLTextAreaElement | null;
1567
+ inputElRef: HTMLInputElement | null;
1568
+ isCompositing: boolean;
1569
+ blur: () => void;
1570
+ clear: () => void;
1571
+ focus: () => void;
1572
+ select: () => void;
1573
+ activate: () => void;
1574
+ deactivate: () => void;
1575
+ scrollTo: (options: ScrollToOptions) => void;
1576
+ } | {
1577
+ wrapperElRef: HTMLElement | null;
1578
+ textareaElRef: HTMLTextAreaElement | null;
1579
+ inputElRef: HTMLInputElement | null;
1580
+ isCompositing: boolean;
1581
+ blur: () => void;
1582
+ clear: () => void;
1583
+ focus: () => void;
1584
+ select: () => void;
1585
+ activate: () => void;
1586
+ deactivate: () => void;
1587
+ scrollTo: (options: ScrollToOptions) => void;
1588
+ } | null>;
1589
+ minusButtonInstRef: import('vue').Ref<{
1590
+ $el: HTMLElement;
1591
+ } | null, {
1592
+ $el: HTMLElement;
1593
+ } | {
1594
+ $el: HTMLElement;
1595
+ } | null>;
1596
+ addButtonInstRef: import('vue').Ref<{
1597
+ $el: HTMLElement;
1598
+ } | null, {
1599
+ $el: HTMLElement;
1600
+ } | {
1601
+ $el: HTMLElement;
1602
+ } | null>;
1603
+ mergedClsPrefix: import('vue').Ref<string, string>;
1604
+ mergedBordered: import('vue').ComputedRef<boolean>;
1605
+ uncontrolledValue: import('vue').Ref<number | null, number | null>;
1606
+ mergedValue: import('vue').ComputedRef<number | null>;
1607
+ mergedPlaceholder: import('vue').ComputedRef<string>;
1608
+ displayedValueInvalid: import('vue').ComputedRef<boolean>;
1609
+ mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
1610
+ mergedDisabled: import('vue').ComputedRef<boolean>;
1611
+ displayedValue: import('vue').Ref<string, string>;
1612
+ addable: import('vue').ComputedRef<boolean>;
1613
+ minusable: import('vue').ComputedRef<boolean>;
1614
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
1615
+ handleFocus: (e: FocusEvent) => void;
1616
+ handleBlur: (e: FocusEvent) => void;
1617
+ handleClear: (e: MouseEvent) => void;
1618
+ handleMouseDown: (e: MouseEvent) => void;
1619
+ handleAddClick: () => void;
1620
+ handleMinusClick: () => void;
1621
+ handleAddMousedown: () => void;
1622
+ handleMinusMousedown: () => void;
1623
+ handleKeyDown: (e: KeyboardEvent) => void;
1624
+ handleUpdateDisplayedValue: (value: string) => void;
1625
+ mergedTheme: import('vue').ComputedRef<{
1626
+ common: import('naive-ui').ThemeCommonVars;
1627
+ self: {
1628
+ iconColorDisabled: string;
1629
+ };
1630
+ peers: {
1631
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1632
+ heightTiny: string;
1633
+ heightSmall: string;
1634
+ heightMedium: string;
1635
+ heightLarge: string;
1636
+ borderRadiusTiny: string;
1637
+ borderRadiusSmall: string;
1638
+ borderRadiusMedium: string;
1639
+ borderRadiusLarge: string;
1640
+ fontSizeTiny: string;
1641
+ fontSizeSmall: string;
1642
+ fontSizeMedium: string;
1643
+ fontSizeLarge: string;
1644
+ opacityDisabled: string;
1645
+ colorOpacitySecondary: string;
1646
+ colorOpacitySecondaryHover: string;
1647
+ colorOpacitySecondaryPressed: string;
1648
+ colorSecondary: string;
1649
+ colorSecondaryHover: string;
1650
+ colorSecondaryPressed: string;
1651
+ colorTertiary: string;
1652
+ colorTertiaryHover: string;
1653
+ colorTertiaryPressed: string;
1654
+ colorQuaternary: string;
1655
+ colorQuaternaryHover: string;
1656
+ colorQuaternaryPressed: string;
1657
+ color: string;
1658
+ colorHover: string;
1659
+ colorPressed: string;
1660
+ colorFocus: string;
1661
+ colorDisabled: string;
1662
+ textColor: string;
1663
+ textColorTertiary: string;
1664
+ textColorHover: string;
1665
+ textColorPressed: string;
1666
+ textColorFocus: string;
1667
+ textColorDisabled: string;
1668
+ textColorText: string;
1669
+ textColorTextHover: string;
1670
+ textColorTextPressed: string;
1671
+ textColorTextFocus: string;
1672
+ textColorTextDisabled: string;
1673
+ textColorGhost: string;
1674
+ textColorGhostHover: string;
1675
+ textColorGhostPressed: string;
1676
+ textColorGhostFocus: string;
1677
+ textColorGhostDisabled: string;
1678
+ border: string;
1679
+ borderHover: string;
1680
+ borderPressed: string;
1681
+ borderFocus: string;
1682
+ borderDisabled: string;
1683
+ rippleColor: string;
1684
+ colorPrimary: string;
1685
+ colorHoverPrimary: string;
1686
+ colorPressedPrimary: string;
1687
+ colorFocusPrimary: string;
1688
+ colorDisabledPrimary: string;
1689
+ textColorPrimary: string;
1690
+ textColorHoverPrimary: string;
1691
+ textColorPressedPrimary: string;
1692
+ textColorFocusPrimary: string;
1693
+ textColorDisabledPrimary: string;
1694
+ textColorTextPrimary: string;
1695
+ textColorTextHoverPrimary: string;
1696
+ textColorTextPressedPrimary: string;
1697
+ textColorTextFocusPrimary: string;
1698
+ textColorTextDisabledPrimary: string;
1699
+ textColorGhostPrimary: string;
1700
+ textColorGhostHoverPrimary: string;
1701
+ textColorGhostPressedPrimary: string;
1702
+ textColorGhostFocusPrimary: string;
1703
+ textColorGhostDisabledPrimary: string;
1704
+ borderPrimary: string;
1705
+ borderHoverPrimary: string;
1706
+ borderPressedPrimary: string;
1707
+ borderFocusPrimary: string;
1708
+ borderDisabledPrimary: string;
1709
+ rippleColorPrimary: string;
1710
+ colorInfo: string;
1711
+ colorHoverInfo: string;
1712
+ colorPressedInfo: string;
1713
+ colorFocusInfo: string;
1714
+ colorDisabledInfo: string;
1715
+ textColorInfo: string;
1716
+ textColorHoverInfo: string;
1717
+ textColorPressedInfo: string;
1718
+ textColorFocusInfo: string;
1719
+ textColorDisabledInfo: string;
1720
+ textColorTextInfo: string;
1721
+ textColorTextHoverInfo: string;
1722
+ textColorTextPressedInfo: string;
1723
+ textColorTextFocusInfo: string;
1724
+ textColorTextDisabledInfo: string;
1725
+ textColorGhostInfo: string;
1726
+ textColorGhostHoverInfo: string;
1727
+ textColorGhostPressedInfo: string;
1728
+ textColorGhostFocusInfo: string;
1729
+ textColorGhostDisabledInfo: string;
1730
+ borderInfo: string;
1731
+ borderHoverInfo: string;
1732
+ borderPressedInfo: string;
1733
+ borderFocusInfo: string;
1734
+ borderDisabledInfo: string;
1735
+ rippleColorInfo: string;
1736
+ colorSuccess: string;
1737
+ colorHoverSuccess: string;
1738
+ colorPressedSuccess: string;
1739
+ colorFocusSuccess: string;
1740
+ colorDisabledSuccess: string;
1741
+ textColorSuccess: string;
1742
+ textColorHoverSuccess: string;
1743
+ textColorPressedSuccess: string;
1744
+ textColorFocusSuccess: string;
1745
+ textColorDisabledSuccess: string;
1746
+ textColorTextSuccess: string;
1747
+ textColorTextHoverSuccess: string;
1748
+ textColorTextPressedSuccess: string;
1749
+ textColorTextFocusSuccess: string;
1750
+ textColorTextDisabledSuccess: string;
1751
+ textColorGhostSuccess: string;
1752
+ textColorGhostHoverSuccess: string;
1753
+ textColorGhostPressedSuccess: string;
1754
+ textColorGhostFocusSuccess: string;
1755
+ textColorGhostDisabledSuccess: string;
1756
+ borderSuccess: string;
1757
+ borderHoverSuccess: string;
1758
+ borderPressedSuccess: string;
1759
+ borderFocusSuccess: string;
1760
+ borderDisabledSuccess: string;
1761
+ rippleColorSuccess: string;
1762
+ colorWarning: string;
1763
+ colorHoverWarning: string;
1764
+ colorPressedWarning: string;
1765
+ colorFocusWarning: string;
1766
+ colorDisabledWarning: string;
1767
+ textColorWarning: string;
1768
+ textColorHoverWarning: string;
1769
+ textColorPressedWarning: string;
1770
+ textColorFocusWarning: string;
1771
+ textColorDisabledWarning: string;
1772
+ textColorTextWarning: string;
1773
+ textColorTextHoverWarning: string;
1774
+ textColorTextPressedWarning: string;
1775
+ textColorTextFocusWarning: string;
1776
+ textColorTextDisabledWarning: string;
1777
+ textColorGhostWarning: string;
1778
+ textColorGhostHoverWarning: string;
1779
+ textColorGhostPressedWarning: string;
1780
+ textColorGhostFocusWarning: string;
1781
+ textColorGhostDisabledWarning: string;
1782
+ borderWarning: string;
1783
+ borderHoverWarning: string;
1784
+ borderPressedWarning: string;
1785
+ borderFocusWarning: string;
1786
+ borderDisabledWarning: string;
1787
+ rippleColorWarning: string;
1788
+ colorError: string;
1789
+ colorHoverError: string;
1790
+ colorPressedError: string;
1791
+ colorFocusError: string;
1792
+ colorDisabledError: string;
1793
+ textColorError: string;
1794
+ textColorHoverError: string;
1795
+ textColorPressedError: string;
1796
+ textColorFocusError: string;
1797
+ textColorDisabledError: string;
1798
+ textColorTextError: string;
1799
+ textColorTextHoverError: string;
1800
+ textColorTextPressedError: string;
1801
+ textColorTextFocusError: string;
1802
+ textColorTextDisabledError: string;
1803
+ textColorGhostError: string;
1804
+ textColorGhostHoverError: string;
1805
+ textColorGhostPressedError: string;
1806
+ textColorGhostFocusError: string;
1807
+ textColorGhostDisabledError: string;
1808
+ borderError: string;
1809
+ borderHoverError: string;
1810
+ borderPressedError: string;
1811
+ borderFocusError: string;
1812
+ borderDisabledError: string;
1813
+ rippleColorError: string;
1814
+ waveOpacity: string;
1815
+ fontWeight: string;
1816
+ fontWeightStrong: string;
1817
+ paddingTiny: string;
1818
+ paddingSmall: string;
1819
+ paddingMedium: string;
1820
+ paddingLarge: string;
1821
+ paddingRoundTiny: string;
1822
+ paddingRoundSmall: string;
1823
+ paddingRoundMedium: string;
1824
+ paddingRoundLarge: string;
1825
+ iconMarginTiny: string;
1826
+ iconMarginSmall: string;
1827
+ iconMarginMedium: string;
1828
+ iconMarginLarge: string;
1829
+ iconSizeTiny: string;
1830
+ iconSizeSmall: string;
1831
+ iconSizeMedium: string;
1832
+ iconSizeLarge: string;
1833
+ rippleDuration: string;
1834
+ }, any>;
1835
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
1836
+ fontWeight: string;
1837
+ countTextColorDisabled: string;
1838
+ countTextColor: string;
1839
+ heightTiny: string;
1840
+ heightSmall: string;
1841
+ heightMedium: string;
1842
+ heightLarge: string;
1843
+ fontSizeTiny: string;
1844
+ fontSizeSmall: string;
1845
+ fontSizeMedium: string;
1846
+ fontSizeLarge: string;
1847
+ lineHeight: string;
1848
+ lineHeightTextarea: string;
1849
+ borderRadius: string;
1850
+ iconSize: string;
1851
+ groupLabelColor: string;
1852
+ groupLabelTextColor: string;
1853
+ textColor: string;
1854
+ textColorDisabled: string;
1855
+ textDecorationColor: string;
1856
+ caretColor: string;
1857
+ placeholderColor: string;
1858
+ placeholderColorDisabled: string;
1859
+ color: string;
1860
+ colorDisabled: string;
1861
+ colorFocus: string;
1862
+ groupLabelBorder: string;
1863
+ border: string;
1864
+ borderHover: string;
1865
+ borderDisabled: string;
1866
+ borderFocus: string;
1867
+ boxShadowFocus: string;
1868
+ loadingColor: string;
1869
+ loadingColorWarning: string;
1870
+ borderWarning: string;
1871
+ borderHoverWarning: string;
1872
+ colorFocusWarning: string;
1873
+ borderFocusWarning: string;
1874
+ boxShadowFocusWarning: string;
1875
+ caretColorWarning: string;
1876
+ loadingColorError: string;
1877
+ borderError: string;
1878
+ borderHoverError: string;
1879
+ colorFocusError: string;
1880
+ borderFocusError: string;
1881
+ boxShadowFocusError: string;
1882
+ caretColorError: string;
1883
+ clearColor: string;
1884
+ clearColorHover: string;
1885
+ clearColorPressed: string;
1886
+ iconColor: string;
1887
+ iconColorDisabled: string;
1888
+ iconColorHover: string;
1889
+ iconColorPressed: string;
1890
+ suffixTextColor: string;
1891
+ paddingTiny: string;
1892
+ paddingSmall: string;
1893
+ paddingMedium: string;
1894
+ paddingLarge: string;
1895
+ clearSize: string;
1896
+ }, {
1897
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1898
+ height: string;
1899
+ width: string;
1900
+ borderRadius: string;
1901
+ color: string;
1902
+ colorHover: string;
1903
+ railInsetHorizontalBottom: string;
1904
+ railInsetHorizontalTop: string;
1905
+ railInsetVerticalRight: string;
1906
+ railInsetVerticalLeft: string;
1907
+ railColor: string;
1908
+ }, any>;
1909
+ }>;
1910
+ };
1911
+ peerOverrides: {
1912
+ Button?: {
1913
+ peers?: {
1914
+ [x: string]: any;
1915
+ } | undefined;
1916
+ } | undefined;
1917
+ Input?: {
1918
+ peers?: {
1919
+ Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1920
+ height: string;
1921
+ width: string;
1922
+ borderRadius: string;
1923
+ color: string;
1924
+ colorHover: string;
1925
+ railInsetHorizontalBottom: string;
1926
+ railInsetHorizontalTop: string;
1927
+ railInsetVerticalRight: string;
1928
+ railInsetVerticalLeft: string;
1929
+ railColor: string;
1930
+ }, any>> | undefined;
1931
+ } | undefined;
1932
+ } | undefined;
1933
+ };
1934
+ }>;
1935
+ inputThemeOverrides: {
1936
+ paddingSmall: string;
1937
+ paddingMedium: string;
1938
+ paddingLarge: string;
1939
+ };
1940
+ buttonThemeOverrides: import('vue').ComputedRef<{
1941
+ textColorTextDisabled: string;
1942
+ opacityDisabled: string;
1943
+ }>;
1944
+ focus: () => void;
1945
+ blur: () => void;
1946
+ select: () => void;
1947
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1948
+ readonly: boolean;
1949
+ disabled: boolean | undefined;
1950
+ round: boolean | undefined;
1951
+ step: string | number;
1952
+ autofocus: boolean;
1953
+ loading: boolean;
1954
+ bordered: boolean | undefined;
1955
+ clearable: boolean;
1956
+ defaultValue: number | null;
1957
+ keyboard: {
1958
+ ArrowUp?: boolean;
1959
+ ArrowDown?: boolean;
1960
+ };
1961
+ showButton: boolean;
1962
+ buttonPlacement: "right" | "both";
1963
+ updateValueOnInput: boolean;
1964
+ }, true, {}, import('vue').SlotsType<import('naive-ui').InputNumberSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1965
+ P: {};
1966
+ B: {};
1967
+ D: {};
1968
+ C: {};
1969
+ M: {};
1970
+ Defaults: {};
1971
+ }, Readonly<import('vue').ExtractPropTypes<{
1972
+ autofocus: BooleanConstructor;
1973
+ loading: {
1974
+ type: BooleanConstructor;
1975
+ default: undefined;
1976
+ };
1977
+ placeholder: StringConstructor;
1978
+ defaultValue: {
1979
+ type: import('vue').PropType<number | null>;
1980
+ default: null;
1981
+ };
1982
+ value: import('vue').PropType<number | null>;
1983
+ step: {
1984
+ type: (StringConstructor | NumberConstructor)[];
1985
+ default: number;
1986
+ };
1987
+ min: (StringConstructor | NumberConstructor)[];
1988
+ max: (StringConstructor | NumberConstructor)[];
1989
+ size: import('vue').PropType<import('naive-ui/es/input-number/src/interface').Size>;
1990
+ disabled: {
1991
+ type: import('vue').PropType<boolean | undefined>;
1992
+ default: undefined;
1993
+ };
1994
+ validator: import('vue').PropType<(value: number) => boolean>;
1995
+ bordered: {
1996
+ type: import('vue').PropType<boolean | undefined>;
1997
+ default: undefined;
1998
+ };
1999
+ showButton: {
2000
+ type: BooleanConstructor;
2001
+ default: boolean;
2002
+ };
2003
+ buttonPlacement: {
2004
+ type: import('vue').PropType<"right" | "both">;
2005
+ default: string;
2006
+ };
2007
+ inputProps: import('vue').PropType<import('vue').InputHTMLAttributes>;
2008
+ readonly: BooleanConstructor;
2009
+ clearable: BooleanConstructor;
2010
+ keyboard: {
2011
+ type: import('vue').PropType<{
2012
+ ArrowUp?: boolean;
2013
+ ArrowDown?: boolean;
2014
+ }>;
2015
+ default: {};
2016
+ };
2017
+ updateValueOnInput: {
2018
+ type: BooleanConstructor;
2019
+ default: boolean;
2020
+ };
2021
+ round: {
2022
+ type: import('vue').PropType<boolean | undefined>;
2023
+ default: undefined;
2024
+ };
2025
+ parse: import('vue').PropType<(input: string) => number | null>;
2026
+ format: import('vue').PropType<(value: number | null) => string>;
2027
+ precision: NumberConstructor;
2028
+ status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
2029
+ 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
2030
+ onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
2031
+ onFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
2032
+ onBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
2033
+ onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
2034
+ onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
2035
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"InputNumber", {
2036
+ iconColorDisabled: string;
2037
+ }, {
2038
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2039
+ heightTiny: string;
2040
+ heightSmall: string;
2041
+ heightMedium: string;
2042
+ heightLarge: string;
2043
+ borderRadiusTiny: string;
2044
+ borderRadiusSmall: string;
2045
+ borderRadiusMedium: string;
2046
+ borderRadiusLarge: string;
2047
+ fontSizeTiny: string;
2048
+ fontSizeSmall: string;
2049
+ fontSizeMedium: string;
2050
+ fontSizeLarge: string;
2051
+ opacityDisabled: string;
2052
+ colorOpacitySecondary: string;
2053
+ colorOpacitySecondaryHover: string;
2054
+ colorOpacitySecondaryPressed: string;
2055
+ colorSecondary: string;
2056
+ colorSecondaryHover: string;
2057
+ colorSecondaryPressed: string;
2058
+ colorTertiary: string;
2059
+ colorTertiaryHover: string;
2060
+ colorTertiaryPressed: string;
2061
+ colorQuaternary: string;
2062
+ colorQuaternaryHover: string;
2063
+ colorQuaternaryPressed: string;
2064
+ color: string;
2065
+ colorHover: string;
2066
+ colorPressed: string;
2067
+ colorFocus: string;
2068
+ colorDisabled: string;
2069
+ textColor: string;
2070
+ textColorTertiary: string;
2071
+ textColorHover: string;
2072
+ textColorPressed: string;
2073
+ textColorFocus: string;
2074
+ textColorDisabled: string;
2075
+ textColorText: string;
2076
+ textColorTextHover: string;
2077
+ textColorTextPressed: string;
2078
+ textColorTextFocus: string;
2079
+ textColorTextDisabled: string;
2080
+ textColorGhost: string;
2081
+ textColorGhostHover: string;
2082
+ textColorGhostPressed: string;
2083
+ textColorGhostFocus: string;
2084
+ textColorGhostDisabled: string;
2085
+ border: string;
2086
+ borderHover: string;
2087
+ borderPressed: string;
2088
+ borderFocus: string;
2089
+ borderDisabled: string;
2090
+ rippleColor: string;
2091
+ colorPrimary: string;
2092
+ colorHoverPrimary: string;
2093
+ colorPressedPrimary: string;
2094
+ colorFocusPrimary: string;
2095
+ colorDisabledPrimary: string;
2096
+ textColorPrimary: string;
2097
+ textColorHoverPrimary: string;
2098
+ textColorPressedPrimary: string;
2099
+ textColorFocusPrimary: string;
2100
+ textColorDisabledPrimary: string;
2101
+ textColorTextPrimary: string;
2102
+ textColorTextHoverPrimary: string;
2103
+ textColorTextPressedPrimary: string;
2104
+ textColorTextFocusPrimary: string;
2105
+ textColorTextDisabledPrimary: string;
2106
+ textColorGhostPrimary: string;
2107
+ textColorGhostHoverPrimary: string;
2108
+ textColorGhostPressedPrimary: string;
2109
+ textColorGhostFocusPrimary: string;
2110
+ textColorGhostDisabledPrimary: string;
2111
+ borderPrimary: string;
2112
+ borderHoverPrimary: string;
2113
+ borderPressedPrimary: string;
2114
+ borderFocusPrimary: string;
2115
+ borderDisabledPrimary: string;
2116
+ rippleColorPrimary: string;
2117
+ colorInfo: string;
2118
+ colorHoverInfo: string;
2119
+ colorPressedInfo: string;
2120
+ colorFocusInfo: string;
2121
+ colorDisabledInfo: string;
2122
+ textColorInfo: string;
2123
+ textColorHoverInfo: string;
2124
+ textColorPressedInfo: string;
2125
+ textColorFocusInfo: string;
2126
+ textColorDisabledInfo: string;
2127
+ textColorTextInfo: string;
2128
+ textColorTextHoverInfo: string;
2129
+ textColorTextPressedInfo: string;
2130
+ textColorTextFocusInfo: string;
2131
+ textColorTextDisabledInfo: string;
2132
+ textColorGhostInfo: string;
2133
+ textColorGhostHoverInfo: string;
2134
+ textColorGhostPressedInfo: string;
2135
+ textColorGhostFocusInfo: string;
2136
+ textColorGhostDisabledInfo: string;
2137
+ borderInfo: string;
2138
+ borderHoverInfo: string;
2139
+ borderPressedInfo: string;
2140
+ borderFocusInfo: string;
2141
+ borderDisabledInfo: string;
2142
+ rippleColorInfo: string;
2143
+ colorSuccess: string;
2144
+ colorHoverSuccess: string;
2145
+ colorPressedSuccess: string;
2146
+ colorFocusSuccess: string;
2147
+ colorDisabledSuccess: string;
2148
+ textColorSuccess: string;
2149
+ textColorHoverSuccess: string;
2150
+ textColorPressedSuccess: string;
2151
+ textColorFocusSuccess: string;
2152
+ textColorDisabledSuccess: string;
2153
+ textColorTextSuccess: string;
2154
+ textColorTextHoverSuccess: string;
2155
+ textColorTextPressedSuccess: string;
2156
+ textColorTextFocusSuccess: string;
2157
+ textColorTextDisabledSuccess: string;
2158
+ textColorGhostSuccess: string;
2159
+ textColorGhostHoverSuccess: string;
2160
+ textColorGhostPressedSuccess: string;
2161
+ textColorGhostFocusSuccess: string;
2162
+ textColorGhostDisabledSuccess: string;
2163
+ borderSuccess: string;
2164
+ borderHoverSuccess: string;
2165
+ borderPressedSuccess: string;
2166
+ borderFocusSuccess: string;
2167
+ borderDisabledSuccess: string;
2168
+ rippleColorSuccess: string;
2169
+ colorWarning: string;
2170
+ colorHoverWarning: string;
2171
+ colorPressedWarning: string;
2172
+ colorFocusWarning: string;
2173
+ colorDisabledWarning: string;
2174
+ textColorWarning: string;
2175
+ textColorHoverWarning: string;
2176
+ textColorPressedWarning: string;
2177
+ textColorFocusWarning: string;
2178
+ textColorDisabledWarning: string;
2179
+ textColorTextWarning: string;
2180
+ textColorTextHoverWarning: string;
2181
+ textColorTextPressedWarning: string;
2182
+ textColorTextFocusWarning: string;
2183
+ textColorTextDisabledWarning: string;
2184
+ textColorGhostWarning: string;
2185
+ textColorGhostHoverWarning: string;
2186
+ textColorGhostPressedWarning: string;
2187
+ textColorGhostFocusWarning: string;
2188
+ textColorGhostDisabledWarning: string;
2189
+ borderWarning: string;
2190
+ borderHoverWarning: string;
2191
+ borderPressedWarning: string;
2192
+ borderFocusWarning: string;
2193
+ borderDisabledWarning: string;
2194
+ rippleColorWarning: string;
2195
+ colorError: string;
2196
+ colorHoverError: string;
2197
+ colorPressedError: string;
2198
+ colorFocusError: string;
2199
+ colorDisabledError: string;
2200
+ textColorError: string;
2201
+ textColorHoverError: string;
2202
+ textColorPressedError: string;
2203
+ textColorFocusError: string;
2204
+ textColorDisabledError: string;
2205
+ textColorTextError: string;
2206
+ textColorTextHoverError: string;
2207
+ textColorTextPressedError: string;
2208
+ textColorTextFocusError: string;
2209
+ textColorTextDisabledError: string;
2210
+ textColorGhostError: string;
2211
+ textColorGhostHoverError: string;
2212
+ textColorGhostPressedError: string;
2213
+ textColorGhostFocusError: string;
2214
+ textColorGhostDisabledError: string;
2215
+ borderError: string;
2216
+ borderHoverError: string;
2217
+ borderPressedError: string;
2218
+ borderFocusError: string;
2219
+ borderDisabledError: string;
2220
+ rippleColorError: string;
2221
+ waveOpacity: string;
2222
+ fontWeight: string;
2223
+ fontWeightStrong: string;
2224
+ paddingTiny: string;
2225
+ paddingSmall: string;
2226
+ paddingMedium: string;
2227
+ paddingLarge: string;
2228
+ paddingRoundTiny: string;
2229
+ paddingRoundSmall: string;
2230
+ paddingRoundMedium: string;
2231
+ paddingRoundLarge: string;
2232
+ iconMarginTiny: string;
2233
+ iconMarginSmall: string;
2234
+ iconMarginMedium: string;
2235
+ iconMarginLarge: string;
2236
+ iconSizeTiny: string;
2237
+ iconSizeSmall: string;
2238
+ iconSizeMedium: string;
2239
+ iconSizeLarge: string;
2240
+ rippleDuration: string;
2241
+ }, any>;
2242
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
2243
+ fontWeight: string;
2244
+ countTextColorDisabled: string;
2245
+ countTextColor: string;
2246
+ heightTiny: string;
2247
+ heightSmall: string;
2248
+ heightMedium: string;
2249
+ heightLarge: string;
2250
+ fontSizeTiny: string;
2251
+ fontSizeSmall: string;
2252
+ fontSizeMedium: string;
2253
+ fontSizeLarge: string;
2254
+ lineHeight: string;
2255
+ lineHeightTextarea: string;
2256
+ borderRadius: string;
2257
+ iconSize: string;
2258
+ groupLabelColor: string;
2259
+ groupLabelTextColor: string;
2260
+ textColor: string;
2261
+ textColorDisabled: string;
2262
+ textDecorationColor: string;
2263
+ caretColor: string;
2264
+ placeholderColor: string;
2265
+ placeholderColorDisabled: string;
2266
+ color: string;
2267
+ colorDisabled: string;
2268
+ colorFocus: string;
2269
+ groupLabelBorder: string;
2270
+ border: string;
2271
+ borderHover: string;
2272
+ borderDisabled: string;
2273
+ borderFocus: string;
2274
+ boxShadowFocus: string;
2275
+ loadingColor: string;
2276
+ loadingColorWarning: string;
2277
+ borderWarning: string;
2278
+ borderHoverWarning: string;
2279
+ colorFocusWarning: string;
2280
+ borderFocusWarning: string;
2281
+ boxShadowFocusWarning: string;
2282
+ caretColorWarning: string;
2283
+ loadingColorError: string;
2284
+ borderError: string;
2285
+ borderHoverError: string;
2286
+ colorFocusError: string;
2287
+ borderFocusError: string;
2288
+ boxShadowFocusError: string;
2289
+ caretColorError: string;
2290
+ clearColor: string;
2291
+ clearColorHover: string;
2292
+ clearColorPressed: string;
2293
+ iconColor: string;
2294
+ iconColorDisabled: string;
2295
+ iconColorHover: string;
2296
+ iconColorPressed: string;
2297
+ suffixTextColor: string;
2298
+ paddingTiny: string;
2299
+ paddingSmall: string;
2300
+ paddingMedium: string;
2301
+ paddingLarge: string;
2302
+ clearSize: string;
2303
+ }, {
2304
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2305
+ height: string;
2306
+ width: string;
2307
+ borderRadius: string;
2308
+ color: string;
2309
+ colorHover: string;
2310
+ railInsetHorizontalBottom: string;
2311
+ railInsetHorizontalTop: string;
2312
+ railInsetVerticalRight: string;
2313
+ railInsetVerticalLeft: string;
2314
+ railColor: string;
2315
+ }, any>;
2316
+ }>;
2317
+ }>>;
2318
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
2319
+ iconColorDisabled: string;
2320
+ }, {
2321
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2322
+ heightTiny: string;
2323
+ heightSmall: string;
2324
+ heightMedium: string;
2325
+ heightLarge: string;
2326
+ borderRadiusTiny: string;
2327
+ borderRadiusSmall: string;
2328
+ borderRadiusMedium: string;
2329
+ borderRadiusLarge: string;
2330
+ fontSizeTiny: string;
2331
+ fontSizeSmall: string;
2332
+ fontSizeMedium: string;
2333
+ fontSizeLarge: string;
2334
+ opacityDisabled: string;
2335
+ colorOpacitySecondary: string;
2336
+ colorOpacitySecondaryHover: string;
2337
+ colorOpacitySecondaryPressed: string;
2338
+ colorSecondary: string;
2339
+ colorSecondaryHover: string;
2340
+ colorSecondaryPressed: string;
2341
+ colorTertiary: string;
2342
+ colorTertiaryHover: string;
2343
+ colorTertiaryPressed: string;
2344
+ colorQuaternary: string;
2345
+ colorQuaternaryHover: string;
2346
+ colorQuaternaryPressed: string;
2347
+ color: string;
2348
+ colorHover: string;
2349
+ colorPressed: string;
2350
+ colorFocus: string;
2351
+ colorDisabled: string;
2352
+ textColor: string;
2353
+ textColorTertiary: string;
2354
+ textColorHover: string;
2355
+ textColorPressed: string;
2356
+ textColorFocus: string;
2357
+ textColorDisabled: string;
2358
+ textColorText: string;
2359
+ textColorTextHover: string;
2360
+ textColorTextPressed: string;
2361
+ textColorTextFocus: string;
2362
+ textColorTextDisabled: string;
2363
+ textColorGhost: string;
2364
+ textColorGhostHover: string;
2365
+ textColorGhostPressed: string;
2366
+ textColorGhostFocus: string;
2367
+ textColorGhostDisabled: string;
2368
+ border: string;
2369
+ borderHover: string;
2370
+ borderPressed: string;
2371
+ borderFocus: string;
2372
+ borderDisabled: string;
2373
+ rippleColor: string;
2374
+ colorPrimary: string;
2375
+ colorHoverPrimary: string;
2376
+ colorPressedPrimary: string;
2377
+ colorFocusPrimary: string;
2378
+ colorDisabledPrimary: string;
2379
+ textColorPrimary: string;
2380
+ textColorHoverPrimary: string;
2381
+ textColorPressedPrimary: string;
2382
+ textColorFocusPrimary: string;
2383
+ textColorDisabledPrimary: string;
2384
+ textColorTextPrimary: string;
2385
+ textColorTextHoverPrimary: string;
2386
+ textColorTextPressedPrimary: string;
2387
+ textColorTextFocusPrimary: string;
2388
+ textColorTextDisabledPrimary: string;
2389
+ textColorGhostPrimary: string;
2390
+ textColorGhostHoverPrimary: string;
2391
+ textColorGhostPressedPrimary: string;
2392
+ textColorGhostFocusPrimary: string;
2393
+ textColorGhostDisabledPrimary: string;
2394
+ borderPrimary: string;
2395
+ borderHoverPrimary: string;
2396
+ borderPressedPrimary: string;
2397
+ borderFocusPrimary: string;
2398
+ borderDisabledPrimary: string;
2399
+ rippleColorPrimary: string;
2400
+ colorInfo: string;
2401
+ colorHoverInfo: string;
2402
+ colorPressedInfo: string;
2403
+ colorFocusInfo: string;
2404
+ colorDisabledInfo: string;
2405
+ textColorInfo: string;
2406
+ textColorHoverInfo: string;
2407
+ textColorPressedInfo: string;
2408
+ textColorFocusInfo: string;
2409
+ textColorDisabledInfo: string;
2410
+ textColorTextInfo: string;
2411
+ textColorTextHoverInfo: string;
2412
+ textColorTextPressedInfo: string;
2413
+ textColorTextFocusInfo: string;
2414
+ textColorTextDisabledInfo: string;
2415
+ textColorGhostInfo: string;
2416
+ textColorGhostHoverInfo: string;
2417
+ textColorGhostPressedInfo: string;
2418
+ textColorGhostFocusInfo: string;
2419
+ textColorGhostDisabledInfo: string;
2420
+ borderInfo: string;
2421
+ borderHoverInfo: string;
2422
+ borderPressedInfo: string;
2423
+ borderFocusInfo: string;
2424
+ borderDisabledInfo: string;
2425
+ rippleColorInfo: string;
2426
+ colorSuccess: string;
2427
+ colorHoverSuccess: string;
2428
+ colorPressedSuccess: string;
2429
+ colorFocusSuccess: string;
2430
+ colorDisabledSuccess: string;
2431
+ textColorSuccess: string;
2432
+ textColorHoverSuccess: string;
2433
+ textColorPressedSuccess: string;
2434
+ textColorFocusSuccess: string;
2435
+ textColorDisabledSuccess: string;
2436
+ textColorTextSuccess: string;
2437
+ textColorTextHoverSuccess: string;
2438
+ textColorTextPressedSuccess: string;
2439
+ textColorTextFocusSuccess: string;
2440
+ textColorTextDisabledSuccess: string;
2441
+ textColorGhostSuccess: string;
2442
+ textColorGhostHoverSuccess: string;
2443
+ textColorGhostPressedSuccess: string;
2444
+ textColorGhostFocusSuccess: string;
2445
+ textColorGhostDisabledSuccess: string;
2446
+ borderSuccess: string;
2447
+ borderHoverSuccess: string;
2448
+ borderPressedSuccess: string;
2449
+ borderFocusSuccess: string;
2450
+ borderDisabledSuccess: string;
2451
+ rippleColorSuccess: string;
2452
+ colorWarning: string;
2453
+ colorHoverWarning: string;
2454
+ colorPressedWarning: string;
2455
+ colorFocusWarning: string;
2456
+ colorDisabledWarning: string;
2457
+ textColorWarning: string;
2458
+ textColorHoverWarning: string;
2459
+ textColorPressedWarning: string;
2460
+ textColorFocusWarning: string;
2461
+ textColorDisabledWarning: string;
2462
+ textColorTextWarning: string;
2463
+ textColorTextHoverWarning: string;
2464
+ textColorTextPressedWarning: string;
2465
+ textColorTextFocusWarning: string;
2466
+ textColorTextDisabledWarning: string;
2467
+ textColorGhostWarning: string;
2468
+ textColorGhostHoverWarning: string;
2469
+ textColorGhostPressedWarning: string;
2470
+ textColorGhostFocusWarning: string;
2471
+ textColorGhostDisabledWarning: string;
2472
+ borderWarning: string;
2473
+ borderHoverWarning: string;
2474
+ borderPressedWarning: string;
2475
+ borderFocusWarning: string;
2476
+ borderDisabledWarning: string;
2477
+ rippleColorWarning: string;
2478
+ colorError: string;
2479
+ colorHoverError: string;
2480
+ colorPressedError: string;
2481
+ colorFocusError: string;
2482
+ colorDisabledError: string;
2483
+ textColorError: string;
2484
+ textColorHoverError: string;
2485
+ textColorPressedError: string;
2486
+ textColorFocusError: string;
2487
+ textColorDisabledError: string;
2488
+ textColorTextError: string;
2489
+ textColorTextHoverError: string;
2490
+ textColorTextPressedError: string;
2491
+ textColorTextFocusError: string;
2492
+ textColorTextDisabledError: string;
2493
+ textColorGhostError: string;
2494
+ textColorGhostHoverError: string;
2495
+ textColorGhostPressedError: string;
2496
+ textColorGhostFocusError: string;
2497
+ textColorGhostDisabledError: string;
2498
+ borderError: string;
2499
+ borderHoverError: string;
2500
+ borderPressedError: string;
2501
+ borderFocusError: string;
2502
+ borderDisabledError: string;
2503
+ rippleColorError: string;
2504
+ waveOpacity: string;
2505
+ fontWeight: string;
2506
+ fontWeightStrong: string;
2507
+ paddingTiny: string;
2508
+ paddingSmall: string;
2509
+ paddingMedium: string;
2510
+ paddingLarge: string;
2511
+ paddingRoundTiny: string;
2512
+ paddingRoundSmall: string;
2513
+ paddingRoundMedium: string;
2514
+ paddingRoundLarge: string;
2515
+ iconMarginTiny: string;
2516
+ iconMarginSmall: string;
2517
+ iconMarginMedium: string;
2518
+ iconMarginLarge: string;
2519
+ iconSizeTiny: string;
2520
+ iconSizeSmall: string;
2521
+ iconSizeMedium: string;
2522
+ iconSizeLarge: string;
2523
+ rippleDuration: string;
2524
+ }, any>;
2525
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
2526
+ fontWeight: string;
2527
+ countTextColorDisabled: string;
2528
+ countTextColor: string;
2529
+ heightTiny: string;
2530
+ heightSmall: string;
2531
+ heightMedium: string;
2532
+ heightLarge: string;
2533
+ fontSizeTiny: string;
2534
+ fontSizeSmall: string;
2535
+ fontSizeMedium: string;
2536
+ fontSizeLarge: string;
2537
+ lineHeight: string;
2538
+ lineHeightTextarea: string;
2539
+ borderRadius: string;
2540
+ iconSize: string;
2541
+ groupLabelColor: string;
2542
+ groupLabelTextColor: string;
2543
+ textColor: string;
2544
+ textColorDisabled: string;
2545
+ textDecorationColor: string;
2546
+ caretColor: string;
2547
+ placeholderColor: string;
2548
+ placeholderColorDisabled: string;
2549
+ color: string;
2550
+ colorDisabled: string;
2551
+ colorFocus: string;
2552
+ groupLabelBorder: string;
2553
+ border: string;
2554
+ borderHover: string;
2555
+ borderDisabled: string;
2556
+ borderFocus: string;
2557
+ boxShadowFocus: string;
2558
+ loadingColor: string;
2559
+ loadingColorWarning: string;
2560
+ borderWarning: string;
2561
+ borderHoverWarning: string;
2562
+ colorFocusWarning: string;
2563
+ borderFocusWarning: string;
2564
+ boxShadowFocusWarning: string;
2565
+ caretColorWarning: string;
2566
+ loadingColorError: string;
2567
+ borderError: string;
2568
+ borderHoverError: string;
2569
+ colorFocusError: string;
2570
+ borderFocusError: string;
2571
+ boxShadowFocusError: string;
2572
+ caretColorError: string;
2573
+ clearColor: string;
2574
+ clearColorHover: string;
2575
+ clearColorPressed: string;
2576
+ iconColor: string;
2577
+ iconColorDisabled: string;
2578
+ iconColorHover: string;
2579
+ iconColorPressed: string;
2580
+ suffixTextColor: string;
2581
+ paddingTiny: string;
2582
+ paddingSmall: string;
2583
+ paddingMedium: string;
2584
+ paddingLarge: string;
2585
+ clearSize: string;
2586
+ }, {
2587
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2588
+ height: string;
2589
+ width: string;
2590
+ borderRadius: string;
2591
+ color: string;
2592
+ colorHover: string;
2593
+ railInsetHorizontalBottom: string;
2594
+ railInsetHorizontalTop: string;
2595
+ railInsetVerticalRight: string;
2596
+ railInsetVerticalLeft: string;
2597
+ railColor: string;
2598
+ }, any>;
2599
+ }>;
2600
+ }>>>;
2601
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
2602
+ iconColorDisabled: string;
2603
+ }, {
2604
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2605
+ heightTiny: string;
2606
+ heightSmall: string;
2607
+ heightMedium: string;
2608
+ heightLarge: string;
2609
+ borderRadiusTiny: string;
2610
+ borderRadiusSmall: string;
2611
+ borderRadiusMedium: string;
2612
+ borderRadiusLarge: string;
2613
+ fontSizeTiny: string;
2614
+ fontSizeSmall: string;
2615
+ fontSizeMedium: string;
2616
+ fontSizeLarge: string;
2617
+ opacityDisabled: string;
2618
+ colorOpacitySecondary: string;
2619
+ colorOpacitySecondaryHover: string;
2620
+ colorOpacitySecondaryPressed: string;
2621
+ colorSecondary: string;
2622
+ colorSecondaryHover: string;
2623
+ colorSecondaryPressed: string;
2624
+ colorTertiary: string;
2625
+ colorTertiaryHover: string;
2626
+ colorTertiaryPressed: string;
2627
+ colorQuaternary: string;
2628
+ colorQuaternaryHover: string;
2629
+ colorQuaternaryPressed: string;
2630
+ color: string;
2631
+ colorHover: string;
2632
+ colorPressed: string;
2633
+ colorFocus: string;
2634
+ colorDisabled: string;
2635
+ textColor: string;
2636
+ textColorTertiary: string;
2637
+ textColorHover: string;
2638
+ textColorPressed: string;
2639
+ textColorFocus: string;
2640
+ textColorDisabled: string;
2641
+ textColorText: string;
2642
+ textColorTextHover: string;
2643
+ textColorTextPressed: string;
2644
+ textColorTextFocus: string;
2645
+ textColorTextDisabled: string;
2646
+ textColorGhost: string;
2647
+ textColorGhostHover: string;
2648
+ textColorGhostPressed: string;
2649
+ textColorGhostFocus: string;
2650
+ textColorGhostDisabled: string;
2651
+ border: string;
2652
+ borderHover: string;
2653
+ borderPressed: string;
2654
+ borderFocus: string;
2655
+ borderDisabled: string;
2656
+ rippleColor: string;
2657
+ colorPrimary: string;
2658
+ colorHoverPrimary: string;
2659
+ colorPressedPrimary: string;
2660
+ colorFocusPrimary: string;
2661
+ colorDisabledPrimary: string;
2662
+ textColorPrimary: string;
2663
+ textColorHoverPrimary: string;
2664
+ textColorPressedPrimary: string;
2665
+ textColorFocusPrimary: string;
2666
+ textColorDisabledPrimary: string;
2667
+ textColorTextPrimary: string;
2668
+ textColorTextHoverPrimary: string;
2669
+ textColorTextPressedPrimary: string;
2670
+ textColorTextFocusPrimary: string;
2671
+ textColorTextDisabledPrimary: string;
2672
+ textColorGhostPrimary: string;
2673
+ textColorGhostHoverPrimary: string;
2674
+ textColorGhostPressedPrimary: string;
2675
+ textColorGhostFocusPrimary: string;
2676
+ textColorGhostDisabledPrimary: string;
2677
+ borderPrimary: string;
2678
+ borderHoverPrimary: string;
2679
+ borderPressedPrimary: string;
2680
+ borderFocusPrimary: string;
2681
+ borderDisabledPrimary: string;
2682
+ rippleColorPrimary: string;
2683
+ colorInfo: string;
2684
+ colorHoverInfo: string;
2685
+ colorPressedInfo: string;
2686
+ colorFocusInfo: string;
2687
+ colorDisabledInfo: string;
2688
+ textColorInfo: string;
2689
+ textColorHoverInfo: string;
2690
+ textColorPressedInfo: string;
2691
+ textColorFocusInfo: string;
2692
+ textColorDisabledInfo: string;
2693
+ textColorTextInfo: string;
2694
+ textColorTextHoverInfo: string;
2695
+ textColorTextPressedInfo: string;
2696
+ textColorTextFocusInfo: string;
2697
+ textColorTextDisabledInfo: string;
2698
+ textColorGhostInfo: string;
2699
+ textColorGhostHoverInfo: string;
2700
+ textColorGhostPressedInfo: string;
2701
+ textColorGhostFocusInfo: string;
2702
+ textColorGhostDisabledInfo: string;
2703
+ borderInfo: string;
2704
+ borderHoverInfo: string;
2705
+ borderPressedInfo: string;
2706
+ borderFocusInfo: string;
2707
+ borderDisabledInfo: string;
2708
+ rippleColorInfo: string;
2709
+ colorSuccess: string;
2710
+ colorHoverSuccess: string;
2711
+ colorPressedSuccess: string;
2712
+ colorFocusSuccess: string;
2713
+ colorDisabledSuccess: string;
2714
+ textColorSuccess: string;
2715
+ textColorHoverSuccess: string;
2716
+ textColorPressedSuccess: string;
2717
+ textColorFocusSuccess: string;
2718
+ textColorDisabledSuccess: string;
2719
+ textColorTextSuccess: string;
2720
+ textColorTextHoverSuccess: string;
2721
+ textColorTextPressedSuccess: string;
2722
+ textColorTextFocusSuccess: string;
2723
+ textColorTextDisabledSuccess: string;
2724
+ textColorGhostSuccess: string;
2725
+ textColorGhostHoverSuccess: string;
2726
+ textColorGhostPressedSuccess: string;
2727
+ textColorGhostFocusSuccess: string;
2728
+ textColorGhostDisabledSuccess: string;
2729
+ borderSuccess: string;
2730
+ borderHoverSuccess: string;
2731
+ borderPressedSuccess: string;
2732
+ borderFocusSuccess: string;
2733
+ borderDisabledSuccess: string;
2734
+ rippleColorSuccess: string;
2735
+ colorWarning: string;
2736
+ colorHoverWarning: string;
2737
+ colorPressedWarning: string;
2738
+ colorFocusWarning: string;
2739
+ colorDisabledWarning: string;
2740
+ textColorWarning: string;
2741
+ textColorHoverWarning: string;
2742
+ textColorPressedWarning: string;
2743
+ textColorFocusWarning: string;
2744
+ textColorDisabledWarning: string;
2745
+ textColorTextWarning: string;
2746
+ textColorTextHoverWarning: string;
2747
+ textColorTextPressedWarning: string;
2748
+ textColorTextFocusWarning: string;
2749
+ textColorTextDisabledWarning: string;
2750
+ textColorGhostWarning: string;
2751
+ textColorGhostHoverWarning: string;
2752
+ textColorGhostPressedWarning: string;
2753
+ textColorGhostFocusWarning: string;
2754
+ textColorGhostDisabledWarning: string;
2755
+ borderWarning: string;
2756
+ borderHoverWarning: string;
2757
+ borderPressedWarning: string;
2758
+ borderFocusWarning: string;
2759
+ borderDisabledWarning: string;
2760
+ rippleColorWarning: string;
2761
+ colorError: string;
2762
+ colorHoverError: string;
2763
+ colorPressedError: string;
2764
+ colorFocusError: string;
2765
+ colorDisabledError: string;
2766
+ textColorError: string;
2767
+ textColorHoverError: string;
2768
+ textColorPressedError: string;
2769
+ textColorFocusError: string;
2770
+ textColorDisabledError: string;
2771
+ textColorTextError: string;
2772
+ textColorTextHoverError: string;
2773
+ textColorTextPressedError: string;
2774
+ textColorTextFocusError: string;
2775
+ textColorTextDisabledError: string;
2776
+ textColorGhostError: string;
2777
+ textColorGhostHoverError: string;
2778
+ textColorGhostPressedError: string;
2779
+ textColorGhostFocusError: string;
2780
+ textColorGhostDisabledError: string;
2781
+ borderError: string;
2782
+ borderHoverError: string;
2783
+ borderPressedError: string;
2784
+ borderFocusError: string;
2785
+ borderDisabledError: string;
2786
+ rippleColorError: string;
2787
+ waveOpacity: string;
2788
+ fontWeight: string;
2789
+ fontWeightStrong: string;
2790
+ paddingTiny: string;
2791
+ paddingSmall: string;
2792
+ paddingMedium: string;
2793
+ paddingLarge: string;
2794
+ paddingRoundTiny: string;
2795
+ paddingRoundSmall: string;
2796
+ paddingRoundMedium: string;
2797
+ paddingRoundLarge: string;
2798
+ iconMarginTiny: string;
2799
+ iconMarginSmall: string;
2800
+ iconMarginMedium: string;
2801
+ iconMarginLarge: string;
2802
+ iconSizeTiny: string;
2803
+ iconSizeSmall: string;
2804
+ iconSizeMedium: string;
2805
+ iconSizeLarge: string;
2806
+ rippleDuration: string;
2807
+ }, any>;
2808
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
2809
+ fontWeight: string;
2810
+ countTextColorDisabled: string;
2811
+ countTextColor: string;
2812
+ heightTiny: string;
2813
+ heightSmall: string;
2814
+ heightMedium: string;
2815
+ heightLarge: string;
2816
+ fontSizeTiny: string;
2817
+ fontSizeSmall: string;
2818
+ fontSizeMedium: string;
2819
+ fontSizeLarge: string;
2820
+ lineHeight: string;
2821
+ lineHeightTextarea: string;
2822
+ borderRadius: string;
2823
+ iconSize: string;
2824
+ groupLabelColor: string;
2825
+ groupLabelTextColor: string;
2826
+ textColor: string;
2827
+ textColorDisabled: string;
2828
+ textDecorationColor: string;
2829
+ caretColor: string;
2830
+ placeholderColor: string;
2831
+ placeholderColorDisabled: string;
2832
+ color: string;
2833
+ colorDisabled: string;
2834
+ colorFocus: string;
2835
+ groupLabelBorder: string;
2836
+ border: string;
2837
+ borderHover: string;
2838
+ borderDisabled: string;
2839
+ borderFocus: string;
2840
+ boxShadowFocus: string;
2841
+ loadingColor: string;
2842
+ loadingColorWarning: string;
2843
+ borderWarning: string;
2844
+ borderHoverWarning: string;
2845
+ colorFocusWarning: string;
2846
+ borderFocusWarning: string;
2847
+ boxShadowFocusWarning: string;
2848
+ caretColorWarning: string;
2849
+ loadingColorError: string;
2850
+ borderError: string;
2851
+ borderHoverError: string;
2852
+ colorFocusError: string;
2853
+ borderFocusError: string;
2854
+ boxShadowFocusError: string;
2855
+ caretColorError: string;
2856
+ clearColor: string;
2857
+ clearColorHover: string;
2858
+ clearColorPressed: string;
2859
+ iconColor: string;
2860
+ iconColorDisabled: string;
2861
+ iconColorHover: string;
2862
+ iconColorPressed: string;
2863
+ suffixTextColor: string;
2864
+ paddingTiny: string;
2865
+ paddingSmall: string;
2866
+ paddingMedium: string;
2867
+ paddingLarge: string;
2868
+ clearSize: string;
2869
+ }, {
2870
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2871
+ height: string;
2872
+ width: string;
2873
+ borderRadius: string;
2874
+ color: string;
2875
+ colorHover: string;
2876
+ railInsetHorizontalBottom: string;
2877
+ railInsetHorizontalTop: string;
2878
+ railInsetVerticalRight: string;
2879
+ railInsetVerticalLeft: string;
2880
+ railColor: string;
2881
+ }, any>;
2882
+ }>;
2883
+ }>>>;
2884
+ }>> & Readonly<{}>, {
2885
+ rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
2886
+ inputInstRef: import('vue').Ref<{
2887
+ wrapperElRef: HTMLElement | null;
2888
+ textareaElRef: HTMLTextAreaElement | null;
2889
+ inputElRef: HTMLInputElement | null;
2890
+ isCompositing: boolean;
2891
+ blur: () => void;
2892
+ clear: () => void;
2893
+ focus: () => void;
2894
+ select: () => void;
2895
+ activate: () => void;
2896
+ deactivate: () => void;
2897
+ scrollTo: (options: ScrollToOptions) => void;
2898
+ } | null, {
2899
+ wrapperElRef: HTMLElement | null;
2900
+ textareaElRef: HTMLTextAreaElement | null;
2901
+ inputElRef: HTMLInputElement | null;
2902
+ isCompositing: boolean;
2903
+ blur: () => void;
2904
+ clear: () => void;
2905
+ focus: () => void;
2906
+ select: () => void;
2907
+ activate: () => void;
2908
+ deactivate: () => void;
2909
+ scrollTo: (options: ScrollToOptions) => void;
2910
+ } | {
2911
+ wrapperElRef: HTMLElement | null;
2912
+ textareaElRef: HTMLTextAreaElement | null;
2913
+ inputElRef: HTMLInputElement | null;
2914
+ isCompositing: boolean;
2915
+ blur: () => void;
2916
+ clear: () => void;
2917
+ focus: () => void;
2918
+ select: () => void;
2919
+ activate: () => void;
2920
+ deactivate: () => void;
2921
+ scrollTo: (options: ScrollToOptions) => void;
2922
+ } | null>;
2923
+ minusButtonInstRef: import('vue').Ref<{
2924
+ $el: HTMLElement;
2925
+ } | null, {
2926
+ $el: HTMLElement;
2927
+ } | {
2928
+ $el: HTMLElement;
2929
+ } | null>;
2930
+ addButtonInstRef: import('vue').Ref<{
2931
+ $el: HTMLElement;
2932
+ } | null, {
2933
+ $el: HTMLElement;
2934
+ } | {
2935
+ $el: HTMLElement;
2936
+ } | null>;
2937
+ mergedClsPrefix: import('vue').Ref<string, string>;
2938
+ mergedBordered: import('vue').ComputedRef<boolean>;
2939
+ uncontrolledValue: import('vue').Ref<number | null, number | null>;
2940
+ mergedValue: import('vue').ComputedRef<number | null>;
2941
+ mergedPlaceholder: import('vue').ComputedRef<string>;
2942
+ displayedValueInvalid: import('vue').ComputedRef<boolean>;
2943
+ mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
2944
+ mergedDisabled: import('vue').ComputedRef<boolean>;
2945
+ displayedValue: import('vue').Ref<string, string>;
2946
+ addable: import('vue').ComputedRef<boolean>;
2947
+ minusable: import('vue').ComputedRef<boolean>;
2948
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
2949
+ handleFocus: (e: FocusEvent) => void;
2950
+ handleBlur: (e: FocusEvent) => void;
2951
+ handleClear: (e: MouseEvent) => void;
2952
+ handleMouseDown: (e: MouseEvent) => void;
2953
+ handleAddClick: () => void;
2954
+ handleMinusClick: () => void;
2955
+ handleAddMousedown: () => void;
2956
+ handleMinusMousedown: () => void;
2957
+ handleKeyDown: (e: KeyboardEvent) => void;
2958
+ handleUpdateDisplayedValue: (value: string) => void;
2959
+ mergedTheme: import('vue').ComputedRef<{
2960
+ common: import('naive-ui').ThemeCommonVars;
2961
+ self: {
2962
+ iconColorDisabled: string;
2963
+ };
2964
+ peers: {
2965
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2966
+ heightTiny: string;
2967
+ heightSmall: string;
2968
+ heightMedium: string;
2969
+ heightLarge: string;
2970
+ borderRadiusTiny: string;
2971
+ borderRadiusSmall: string;
2972
+ borderRadiusMedium: string;
2973
+ borderRadiusLarge: string;
2974
+ fontSizeTiny: string;
2975
+ fontSizeSmall: string;
2976
+ fontSizeMedium: string;
2977
+ fontSizeLarge: string;
2978
+ opacityDisabled: string;
2979
+ colorOpacitySecondary: string;
2980
+ colorOpacitySecondaryHover: string;
2981
+ colorOpacitySecondaryPressed: string;
2982
+ colorSecondary: string;
2983
+ colorSecondaryHover: string;
2984
+ colorSecondaryPressed: string;
2985
+ colorTertiary: string;
2986
+ colorTertiaryHover: string;
2987
+ colorTertiaryPressed: string;
2988
+ colorQuaternary: string;
2989
+ colorQuaternaryHover: string;
2990
+ colorQuaternaryPressed: string;
2991
+ color: string;
2992
+ colorHover: string;
2993
+ colorPressed: string;
2994
+ colorFocus: string;
2995
+ colorDisabled: string;
2996
+ textColor: string;
2997
+ textColorTertiary: string;
2998
+ textColorHover: string;
2999
+ textColorPressed: string;
3000
+ textColorFocus: string;
3001
+ textColorDisabled: string;
3002
+ textColorText: string;
3003
+ textColorTextHover: string;
3004
+ textColorTextPressed: string;
3005
+ textColorTextFocus: string;
3006
+ textColorTextDisabled: string;
3007
+ textColorGhost: string;
3008
+ textColorGhostHover: string;
3009
+ textColorGhostPressed: string;
3010
+ textColorGhostFocus: string;
3011
+ textColorGhostDisabled: string;
3012
+ border: string;
3013
+ borderHover: string;
3014
+ borderPressed: string;
3015
+ borderFocus: string;
3016
+ borderDisabled: string;
3017
+ rippleColor: string;
3018
+ colorPrimary: string;
3019
+ colorHoverPrimary: string;
3020
+ colorPressedPrimary: string;
3021
+ colorFocusPrimary: string;
3022
+ colorDisabledPrimary: string;
3023
+ textColorPrimary: string;
3024
+ textColorHoverPrimary: string;
3025
+ textColorPressedPrimary: string;
3026
+ textColorFocusPrimary: string;
3027
+ textColorDisabledPrimary: string;
3028
+ textColorTextPrimary: string;
3029
+ textColorTextHoverPrimary: string;
3030
+ textColorTextPressedPrimary: string;
3031
+ textColorTextFocusPrimary: string;
3032
+ textColorTextDisabledPrimary: string;
3033
+ textColorGhostPrimary: string;
3034
+ textColorGhostHoverPrimary: string;
3035
+ textColorGhostPressedPrimary: string;
3036
+ textColorGhostFocusPrimary: string;
3037
+ textColorGhostDisabledPrimary: string;
3038
+ borderPrimary: string;
3039
+ borderHoverPrimary: string;
3040
+ borderPressedPrimary: string;
3041
+ borderFocusPrimary: string;
3042
+ borderDisabledPrimary: string;
3043
+ rippleColorPrimary: string;
3044
+ colorInfo: string;
3045
+ colorHoverInfo: string;
3046
+ colorPressedInfo: string;
3047
+ colorFocusInfo: string;
3048
+ colorDisabledInfo: string;
3049
+ textColorInfo: string;
3050
+ textColorHoverInfo: string;
3051
+ textColorPressedInfo: string;
3052
+ textColorFocusInfo: string;
3053
+ textColorDisabledInfo: string;
3054
+ textColorTextInfo: string;
3055
+ textColorTextHoverInfo: string;
3056
+ textColorTextPressedInfo: string;
3057
+ textColorTextFocusInfo: string;
3058
+ textColorTextDisabledInfo: string;
3059
+ textColorGhostInfo: string;
3060
+ textColorGhostHoverInfo: string;
3061
+ textColorGhostPressedInfo: string;
3062
+ textColorGhostFocusInfo: string;
3063
+ textColorGhostDisabledInfo: string;
3064
+ borderInfo: string;
3065
+ borderHoverInfo: string;
3066
+ borderPressedInfo: string;
3067
+ borderFocusInfo: string;
3068
+ borderDisabledInfo: string;
3069
+ rippleColorInfo: string;
3070
+ colorSuccess: string;
3071
+ colorHoverSuccess: string;
3072
+ colorPressedSuccess: string;
3073
+ colorFocusSuccess: string;
3074
+ colorDisabledSuccess: string;
3075
+ textColorSuccess: string;
3076
+ textColorHoverSuccess: string;
3077
+ textColorPressedSuccess: string;
3078
+ textColorFocusSuccess: string;
3079
+ textColorDisabledSuccess: string;
3080
+ textColorTextSuccess: string;
3081
+ textColorTextHoverSuccess: string;
3082
+ textColorTextPressedSuccess: string;
3083
+ textColorTextFocusSuccess: string;
3084
+ textColorTextDisabledSuccess: string;
3085
+ textColorGhostSuccess: string;
3086
+ textColorGhostHoverSuccess: string;
3087
+ textColorGhostPressedSuccess: string;
3088
+ textColorGhostFocusSuccess: string;
3089
+ textColorGhostDisabledSuccess: string;
3090
+ borderSuccess: string;
3091
+ borderHoverSuccess: string;
3092
+ borderPressedSuccess: string;
3093
+ borderFocusSuccess: string;
3094
+ borderDisabledSuccess: string;
3095
+ rippleColorSuccess: string;
3096
+ colorWarning: string;
3097
+ colorHoverWarning: string;
3098
+ colorPressedWarning: string;
3099
+ colorFocusWarning: string;
3100
+ colorDisabledWarning: string;
3101
+ textColorWarning: string;
3102
+ textColorHoverWarning: string;
3103
+ textColorPressedWarning: string;
3104
+ textColorFocusWarning: string;
3105
+ textColorDisabledWarning: string;
3106
+ textColorTextWarning: string;
3107
+ textColorTextHoverWarning: string;
3108
+ textColorTextPressedWarning: string;
3109
+ textColorTextFocusWarning: string;
3110
+ textColorTextDisabledWarning: string;
3111
+ textColorGhostWarning: string;
3112
+ textColorGhostHoverWarning: string;
3113
+ textColorGhostPressedWarning: string;
3114
+ textColorGhostFocusWarning: string;
3115
+ textColorGhostDisabledWarning: string;
3116
+ borderWarning: string;
3117
+ borderHoverWarning: string;
3118
+ borderPressedWarning: string;
3119
+ borderFocusWarning: string;
3120
+ borderDisabledWarning: string;
3121
+ rippleColorWarning: string;
3122
+ colorError: string;
3123
+ colorHoverError: string;
3124
+ colorPressedError: string;
3125
+ colorFocusError: string;
3126
+ colorDisabledError: string;
3127
+ textColorError: string;
3128
+ textColorHoverError: string;
3129
+ textColorPressedError: string;
3130
+ textColorFocusError: string;
3131
+ textColorDisabledError: string;
3132
+ textColorTextError: string;
3133
+ textColorTextHoverError: string;
3134
+ textColorTextPressedError: string;
3135
+ textColorTextFocusError: string;
3136
+ textColorTextDisabledError: string;
3137
+ textColorGhostError: string;
3138
+ textColorGhostHoverError: string;
3139
+ textColorGhostPressedError: string;
3140
+ textColorGhostFocusError: string;
3141
+ textColorGhostDisabledError: string;
3142
+ borderError: string;
3143
+ borderHoverError: string;
3144
+ borderPressedError: string;
3145
+ borderFocusError: string;
3146
+ borderDisabledError: string;
3147
+ rippleColorError: string;
3148
+ waveOpacity: string;
3149
+ fontWeight: string;
3150
+ fontWeightStrong: string;
3151
+ paddingTiny: string;
3152
+ paddingSmall: string;
3153
+ paddingMedium: string;
3154
+ paddingLarge: string;
3155
+ paddingRoundTiny: string;
3156
+ paddingRoundSmall: string;
3157
+ paddingRoundMedium: string;
3158
+ paddingRoundLarge: string;
3159
+ iconMarginTiny: string;
3160
+ iconMarginSmall: string;
3161
+ iconMarginMedium: string;
3162
+ iconMarginLarge: string;
3163
+ iconSizeTiny: string;
3164
+ iconSizeSmall: string;
3165
+ iconSizeMedium: string;
3166
+ iconSizeLarge: string;
3167
+ rippleDuration: string;
3168
+ }, any>;
3169
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
3170
+ fontWeight: string;
3171
+ countTextColorDisabled: string;
3172
+ countTextColor: string;
3173
+ heightTiny: string;
3174
+ heightSmall: string;
3175
+ heightMedium: string;
3176
+ heightLarge: string;
3177
+ fontSizeTiny: string;
3178
+ fontSizeSmall: string;
3179
+ fontSizeMedium: string;
3180
+ fontSizeLarge: string;
3181
+ lineHeight: string;
3182
+ lineHeightTextarea: string;
3183
+ borderRadius: string;
3184
+ iconSize: string;
3185
+ groupLabelColor: string;
3186
+ groupLabelTextColor: string;
3187
+ textColor: string;
3188
+ textColorDisabled: string;
3189
+ textDecorationColor: string;
3190
+ caretColor: string;
3191
+ placeholderColor: string;
3192
+ placeholderColorDisabled: string;
3193
+ color: string;
3194
+ colorDisabled: string;
3195
+ colorFocus: string;
3196
+ groupLabelBorder: string;
3197
+ border: string;
3198
+ borderHover: string;
3199
+ borderDisabled: string;
3200
+ borderFocus: string;
3201
+ boxShadowFocus: string;
3202
+ loadingColor: string;
3203
+ loadingColorWarning: string;
3204
+ borderWarning: string;
3205
+ borderHoverWarning: string;
3206
+ colorFocusWarning: string;
3207
+ borderFocusWarning: string;
3208
+ boxShadowFocusWarning: string;
3209
+ caretColorWarning: string;
3210
+ loadingColorError: string;
3211
+ borderError: string;
3212
+ borderHoverError: string;
3213
+ colorFocusError: string;
3214
+ borderFocusError: string;
3215
+ boxShadowFocusError: string;
3216
+ caretColorError: string;
3217
+ clearColor: string;
3218
+ clearColorHover: string;
3219
+ clearColorPressed: string;
3220
+ iconColor: string;
3221
+ iconColorDisabled: string;
3222
+ iconColorHover: string;
3223
+ iconColorPressed: string;
3224
+ suffixTextColor: string;
3225
+ paddingTiny: string;
3226
+ paddingSmall: string;
3227
+ paddingMedium: string;
3228
+ paddingLarge: string;
3229
+ clearSize: string;
3230
+ }, {
3231
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3232
+ height: string;
3233
+ width: string;
3234
+ borderRadius: string;
3235
+ color: string;
3236
+ colorHover: string;
3237
+ railInsetHorizontalBottom: string;
3238
+ railInsetHorizontalTop: string;
3239
+ railInsetVerticalRight: string;
3240
+ railInsetVerticalLeft: string;
3241
+ railColor: string;
3242
+ }, any>;
3243
+ }>;
3244
+ };
3245
+ peerOverrides: {
3246
+ Button?: {
3247
+ peers?: {
3248
+ [x: string]: any;
3249
+ } | undefined;
3250
+ } | undefined;
3251
+ Input?: {
3252
+ peers?: {
3253
+ Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3254
+ height: string;
3255
+ width: string;
3256
+ borderRadius: string;
3257
+ color: string;
3258
+ colorHover: string;
3259
+ railInsetHorizontalBottom: string;
3260
+ railInsetHorizontalTop: string;
3261
+ railInsetVerticalRight: string;
3262
+ railInsetVerticalLeft: string;
3263
+ railColor: string;
3264
+ }, any>> | undefined;
3265
+ } | undefined;
3266
+ } | undefined;
3267
+ };
3268
+ }>;
3269
+ inputThemeOverrides: {
3270
+ paddingSmall: string;
3271
+ paddingMedium: string;
3272
+ paddingLarge: string;
3273
+ };
3274
+ buttonThemeOverrides: import('vue').ComputedRef<{
3275
+ textColorTextDisabled: string;
3276
+ opacityDisabled: string;
3277
+ }>;
3278
+ focus: () => void;
3279
+ blur: () => void;
3280
+ select: () => void;
3281
+ }, {}, {}, {}, {
3282
+ readonly: boolean;
3283
+ disabled: boolean | undefined;
3284
+ round: boolean | undefined;
3285
+ step: string | number;
3286
+ autofocus: boolean;
3287
+ loading: boolean;
3288
+ bordered: boolean | undefined;
3289
+ clearable: boolean;
3290
+ defaultValue: number | null;
3291
+ keyboard: {
3292
+ ArrowUp?: boolean;
3293
+ ArrowDown?: boolean;
3294
+ };
3295
+ showButton: boolean;
3296
+ buttonPlacement: "right" | "both";
3297
+ updateValueOnInput: boolean;
3298
+ }> | null)[];
3299
+ }, any, import('vue').ComponentProvideOptions, {
3300
+ P: {};
3301
+ B: {};
3302
+ D: {};
3303
+ C: {};
3304
+ M: {};
3305
+ Defaults: {};
3306
+ }, Readonly<import('../../..').IValue<import('@snabcentr/common-lib').IOrderItemBase<IConfiguratorParamsSandwichM2, number>[]> & ICatalogableItemProperties & {
3307
+ settings: IConfiguratorSettingsSandwichM2;
3308
+ isProductSearching?: boolean;
3309
+ isSubmitProcessing?: boolean;
3310
+ validation: ISandwichM2Validation;
3311
+ itemStates?: SandwichM2ItemSubmitState[];
3312
+ }> & Readonly<{
3313
+ onSubmit?: ((data: OrderItemBase<IConfiguratorParamsSandwichM2, number>[], validation?: import('@snabcentr/common-lib').IFormValidationResult | undefined, callback?: ((...additionalParams: any[]) => void) | undefined, additionalParams?: Record<string, unknown> | undefined) => any) | undefined;
3314
+ "onUpdate:value"?: ((value: import('@snabcentr/common-lib').IOrderItemBase<IConfiguratorParamsSandwichM2, number>[], ...additionalParams: any[]) => any) | undefined;
3315
+ "onAdd-item"?: ((index: number) => any) | undefined;
3316
+ "onRemove-item"?: ((index: number) => any) | undefined;
3317
+ "onItem-reset"?: ((index: number) => any) | undefined;
3318
+ }>, {
3319
+ validate: import('naive-ui/es/form/src/interface').FormValidate | undefined;
3320
+ formReference: Readonly<import('vue').ShallowRef<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3321
+ readonly inline: BooleanConstructor;
3322
+ readonly labelWidth: import('vue').PropType<number | string>;
3323
+ readonly labelAlign: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelAlign>;
3324
+ readonly labelPlacement: {
3325
+ readonly type: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelPlacement>;
3326
+ readonly default: "top";
3327
+ };
3328
+ readonly model: {
3329
+ readonly type: import('vue').PropType<Record<string, any>>;
3330
+ readonly default: () => void;
3331
+ };
3332
+ readonly rules: import('vue').PropType<import('naive-ui').FormRules>;
3333
+ readonly disabled: BooleanConstructor;
3334
+ readonly size: import('vue').PropType<import('naive-ui/es/form/src/interface').Size>;
3335
+ readonly showRequireMark: {
3336
+ readonly type: import('vue').PropType<boolean | undefined>;
3337
+ readonly default: undefined;
3338
+ };
3339
+ readonly requireMarkPlacement: import('vue').PropType<"left" | "right" | "right-hanging">;
3340
+ readonly showFeedback: {
3341
+ readonly type: BooleanConstructor;
3342
+ readonly default: true;
3343
+ };
3344
+ readonly onSubmit: {
3345
+ readonly type: import('vue').PropType<(e: Event) => void>;
3346
+ readonly default: (e: Event) => void;
3347
+ };
3348
+ readonly showLabel: {
3349
+ readonly type: import('vue').PropType<boolean | undefined>;
3350
+ readonly default: undefined;
3351
+ };
3352
+ readonly validateMessages: import('vue').PropType<Partial<import('naive-ui/es/form/src/interface').FormValidateMessages>>;
3353
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Form", {
3354
+ blankHeightSmall: string;
3355
+ blankHeightMedium: string;
3356
+ blankHeightLarge: string;
3357
+ lineHeight: string;
3358
+ labelTextColor: string;
3359
+ asteriskColor: string;
3360
+ feedbackTextColorError: string;
3361
+ feedbackTextColorWarning: string;
3362
+ feedbackTextColor: string;
3363
+ feedbackPadding: string;
3364
+ feedbackHeightSmall: string;
3365
+ feedbackHeightMedium: string;
3366
+ feedbackHeightLarge: string;
3367
+ feedbackFontSizeSmall: string;
3368
+ feedbackFontSizeMedium: string;
3369
+ feedbackFontSizeLarge: string;
3370
+ labelFontSizeLeftSmall: string;
3371
+ labelFontSizeLeftMedium: string;
3372
+ labelFontSizeLeftLarge: string;
3373
+ labelFontSizeTopSmall: string;
3374
+ labelFontSizeTopMedium: string;
3375
+ labelFontSizeTopLarge: string;
3376
+ labelHeightSmall: string;
3377
+ labelHeightMedium: string;
3378
+ labelHeightLarge: string;
3379
+ labelPaddingVertical: string;
3380
+ labelPaddingHorizontal: string;
3381
+ labelTextAlignVertical: string;
3382
+ labelTextAlignHorizontal: string;
3383
+ labelFontWeight: string;
3384
+ }, any>>;
3385
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
3386
+ blankHeightSmall: string;
3387
+ blankHeightMedium: string;
3388
+ blankHeightLarge: string;
3389
+ lineHeight: string;
3390
+ labelTextColor: string;
3391
+ asteriskColor: string;
3392
+ feedbackTextColorError: string;
3393
+ feedbackTextColorWarning: string;
3394
+ feedbackTextColor: string;
3395
+ feedbackPadding: string;
3396
+ feedbackHeightSmall: string;
3397
+ feedbackHeightMedium: string;
3398
+ feedbackHeightLarge: string;
3399
+ feedbackFontSizeSmall: string;
3400
+ feedbackFontSizeMedium: string;
3401
+ feedbackFontSizeLarge: string;
3402
+ labelFontSizeLeftSmall: string;
3403
+ labelFontSizeLeftMedium: string;
3404
+ labelFontSizeLeftLarge: string;
3405
+ labelFontSizeTopSmall: string;
3406
+ labelFontSizeTopMedium: string;
3407
+ labelFontSizeTopLarge: string;
3408
+ labelHeightSmall: string;
3409
+ labelHeightMedium: string;
3410
+ labelHeightLarge: string;
3411
+ labelPaddingVertical: string;
3412
+ labelPaddingHorizontal: string;
3413
+ labelTextAlignVertical: string;
3414
+ labelTextAlignHorizontal: string;
3415
+ labelFontWeight: string;
3416
+ }, any>>>;
3417
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
3418
+ blankHeightSmall: string;
3419
+ blankHeightMedium: string;
3420
+ blankHeightLarge: string;
3421
+ lineHeight: string;
3422
+ labelTextColor: string;
3423
+ asteriskColor: string;
3424
+ feedbackTextColorError: string;
3425
+ feedbackTextColorWarning: string;
3426
+ feedbackTextColor: string;
3427
+ feedbackPadding: string;
3428
+ feedbackHeightSmall: string;
3429
+ feedbackHeightMedium: string;
3430
+ feedbackHeightLarge: string;
3431
+ feedbackFontSizeSmall: string;
3432
+ feedbackFontSizeMedium: string;
3433
+ feedbackFontSizeLarge: string;
3434
+ labelFontSizeLeftSmall: string;
3435
+ labelFontSizeLeftMedium: string;
3436
+ labelFontSizeLeftLarge: string;
3437
+ labelFontSizeTopSmall: string;
3438
+ labelFontSizeTopMedium: string;
3439
+ labelFontSizeTopLarge: string;
3440
+ labelHeightSmall: string;
3441
+ labelHeightMedium: string;
3442
+ labelHeightLarge: string;
3443
+ labelPaddingVertical: string;
3444
+ labelPaddingHorizontal: string;
3445
+ labelTextAlignVertical: string;
3446
+ labelTextAlignHorizontal: string;
3447
+ labelFontWeight: string;
3448
+ }, any>>>;
3449
+ }>> & Readonly<{}>, import('naive-ui').FormInst & {
3450
+ mergedClsPrefix: import('vue').Ref<string, string>;
3451
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
3452
+ readonly inline: boolean;
3453
+ readonly disabled: boolean;
3454
+ readonly onSubmit: (e: Event) => void;
3455
+ readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
3456
+ readonly model: Record<string, any>;
3457
+ readonly showRequireMark: boolean | undefined;
3458
+ readonly showFeedback: boolean;
3459
+ readonly showLabel: boolean | undefined;
3460
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3461
+ P: {};
3462
+ B: {};
3463
+ D: {};
3464
+ C: {};
3465
+ M: {};
3466
+ Defaults: {};
3467
+ }, Readonly<import('vue').ExtractPropTypes<{
3468
+ readonly inline: BooleanConstructor;
3469
+ readonly labelWidth: import('vue').PropType<number | string>;
3470
+ readonly labelAlign: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelAlign>;
3471
+ readonly labelPlacement: {
3472
+ readonly type: import('vue').PropType<import('naive-ui/es/form/src/interface').LabelPlacement>;
3473
+ readonly default: "top";
3474
+ };
3475
+ readonly model: {
3476
+ readonly type: import('vue').PropType<Record<string, any>>;
3477
+ readonly default: () => void;
3478
+ };
3479
+ readonly rules: import('vue').PropType<import('naive-ui').FormRules>;
3480
+ readonly disabled: BooleanConstructor;
3481
+ readonly size: import('vue').PropType<import('naive-ui/es/form/src/interface').Size>;
3482
+ readonly showRequireMark: {
3483
+ readonly type: import('vue').PropType<boolean | undefined>;
3484
+ readonly default: undefined;
3485
+ };
3486
+ readonly requireMarkPlacement: import('vue').PropType<"left" | "right" | "right-hanging">;
3487
+ readonly showFeedback: {
3488
+ readonly type: BooleanConstructor;
3489
+ readonly default: true;
3490
+ };
3491
+ readonly onSubmit: {
3492
+ readonly type: import('vue').PropType<(e: Event) => void>;
3493
+ readonly default: (e: Event) => void;
3494
+ };
3495
+ readonly showLabel: {
3496
+ readonly type: import('vue').PropType<boolean | undefined>;
3497
+ readonly default: undefined;
3498
+ };
3499
+ readonly validateMessages: import('vue').PropType<Partial<import('naive-ui/es/form/src/interface').FormValidateMessages>>;
3500
+ readonly theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"Form", {
3501
+ blankHeightSmall: string;
3502
+ blankHeightMedium: string;
3503
+ blankHeightLarge: string;
3504
+ lineHeight: string;
3505
+ labelTextColor: string;
3506
+ asteriskColor: string;
3507
+ feedbackTextColorError: string;
3508
+ feedbackTextColorWarning: string;
3509
+ feedbackTextColor: string;
3510
+ feedbackPadding: string;
3511
+ feedbackHeightSmall: string;
3512
+ feedbackHeightMedium: string;
3513
+ feedbackHeightLarge: string;
3514
+ feedbackFontSizeSmall: string;
3515
+ feedbackFontSizeMedium: string;
3516
+ feedbackFontSizeLarge: string;
3517
+ labelFontSizeLeftSmall: string;
3518
+ labelFontSizeLeftMedium: string;
3519
+ labelFontSizeLeftLarge: string;
3520
+ labelFontSizeTopSmall: string;
3521
+ labelFontSizeTopMedium: string;
3522
+ labelFontSizeTopLarge: string;
3523
+ labelHeightSmall: string;
3524
+ labelHeightMedium: string;
3525
+ labelHeightLarge: string;
3526
+ labelPaddingVertical: string;
3527
+ labelPaddingHorizontal: string;
3528
+ labelTextAlignVertical: string;
3529
+ labelTextAlignHorizontal: string;
3530
+ labelFontWeight: string;
3531
+ }, any>>;
3532
+ readonly themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
3533
+ blankHeightSmall: string;
3534
+ blankHeightMedium: string;
3535
+ blankHeightLarge: string;
3536
+ lineHeight: string;
3537
+ labelTextColor: string;
3538
+ asteriskColor: string;
3539
+ feedbackTextColorError: string;
3540
+ feedbackTextColorWarning: string;
3541
+ feedbackTextColor: string;
3542
+ feedbackPadding: string;
3543
+ feedbackHeightSmall: string;
3544
+ feedbackHeightMedium: string;
3545
+ feedbackHeightLarge: string;
3546
+ feedbackFontSizeSmall: string;
3547
+ feedbackFontSizeMedium: string;
3548
+ feedbackFontSizeLarge: string;
3549
+ labelFontSizeLeftSmall: string;
3550
+ labelFontSizeLeftMedium: string;
3551
+ labelFontSizeLeftLarge: string;
3552
+ labelFontSizeTopSmall: string;
3553
+ labelFontSizeTopMedium: string;
3554
+ labelFontSizeTopLarge: string;
3555
+ labelHeightSmall: string;
3556
+ labelHeightMedium: string;
3557
+ labelHeightLarge: string;
3558
+ labelPaddingVertical: string;
3559
+ labelPaddingHorizontal: string;
3560
+ labelTextAlignVertical: string;
3561
+ labelTextAlignHorizontal: string;
3562
+ labelFontWeight: string;
3563
+ }, any>>>;
3564
+ readonly builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Form", {
3565
+ blankHeightSmall: string;
3566
+ blankHeightMedium: string;
3567
+ blankHeightLarge: string;
3568
+ lineHeight: string;
3569
+ labelTextColor: string;
3570
+ asteriskColor: string;
3571
+ feedbackTextColorError: string;
3572
+ feedbackTextColorWarning: string;
3573
+ feedbackTextColor: string;
3574
+ feedbackPadding: string;
3575
+ feedbackHeightSmall: string;
3576
+ feedbackHeightMedium: string;
3577
+ feedbackHeightLarge: string;
3578
+ feedbackFontSizeSmall: string;
3579
+ feedbackFontSizeMedium: string;
3580
+ feedbackFontSizeLarge: string;
3581
+ labelFontSizeLeftSmall: string;
3582
+ labelFontSizeLeftMedium: string;
3583
+ labelFontSizeLeftLarge: string;
3584
+ labelFontSizeTopSmall: string;
3585
+ labelFontSizeTopMedium: string;
3586
+ labelFontSizeTopLarge: string;
3587
+ labelHeightSmall: string;
3588
+ labelHeightMedium: string;
3589
+ labelHeightLarge: string;
3590
+ labelPaddingVertical: string;
3591
+ labelPaddingHorizontal: string;
3592
+ labelTextAlignVertical: string;
3593
+ labelTextAlignHorizontal: string;
3594
+ labelFontWeight: string;
3595
+ }, any>>>;
3596
+ }>> & Readonly<{}>, import('naive-ui').FormInst & {
3597
+ mergedClsPrefix: import('vue').Ref<string, string>;
3598
+ }, {}, {}, {}, {
3599
+ readonly inline: boolean;
3600
+ readonly disabled: boolean;
3601
+ readonly onSubmit: (e: Event) => void;
3602
+ readonly labelPlacement: import('naive-ui/es/form/src/interface').LabelPlacement;
3603
+ readonly model: Record<string, any>;
3604
+ readonly showRequireMark: boolean | undefined;
3605
+ readonly showFeedback: boolean;
3606
+ readonly showLabel: boolean | undefined;
3607
+ }> | null>>;
3608
+ }, {}, {}, {}, {
3609
+ isProductSearching: boolean;
3610
+ validation: ISandwichM2Validation;
3611
+ isSubmitProcessing: boolean;
3612
+ itemStates: SandwichM2ItemSubmitState[];
3613
+ }> | null;
3614
+ }, HTMLDivElement>;
3615
+ export default _default;