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