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