@snabcentr/vue-ui-lib 2.17.1 → 2.18.0

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,5 +1,6 @@
1
1
  import { ICartItemBase } from '@snabcentr/common-lib';
2
2
  import { IValue } from '../../../properties';
3
+ import { nextTick } from 'vue';
3
4
  import { IConfiguratorSettingsMetalForDoors } from './interfaces/i-configurator-settings-metal-for-doors';
4
5
  import { IConfiguratorParamsMetalForDoors } from './interfaces/i-configurator-params-metal-for-doors';
5
6
  import { IMetalForDorsValidation } from './interfaces/i-metal-for-dors-validation';
@@ -55,984 +56,1634 @@ declare const _default: import('vue').DefineComponent<IValue<ICartItemBase<IConf
55
56
  isSubmitProcessing: boolean;
56
57
  isProductSearching: boolean;
57
58
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
58
- 'first-input-element': import('vue').CreateComponentPublicInstanceWithMixins<Readonly<IValue<number | null | undefined> & import('../../../properties').IClearable & import('../../../properties').IDebounced & import('../../../properties').IPlaceholder & {
59
- min?: number;
60
- max?: number;
61
- step?: number;
62
- validator?: ((value: number) => boolean) | undefined;
63
- }> & Readonly<{
64
- "onUpdate:value"?: ((value: number | null | undefined, ...additionalParams: any[]) => any) | undefined;
65
- }>, {
66
- focus: () => void | undefined;
67
- blur: () => void | undefined;
68
- select: () => void | undefined;
69
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
70
- "update:value": (value: number | null | undefined, ...additionalParams: any[]) => any;
71
- }, import('vue').PublicProps, {
72
- value: number | null | undefined;
73
- clearable: boolean;
74
- validator: (value: number) => boolean;
75
- min: number;
76
- max: number;
77
- placeholder: string;
78
- step: number;
79
- debounceTime: number;
80
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
81
- inputReference: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
82
- autofocus: BooleanConstructor;
83
- loading: {
84
- type: BooleanConstructor;
85
- default: undefined;
86
- };
87
- placeholder: StringConstructor;
88
- defaultValue: {
89
- type: import('vue').PropType<number | null>;
90
- default: null;
91
- };
92
- value: import('vue').PropType<number | null>;
93
- step: {
94
- type: (StringConstructor | NumberConstructor)[];
95
- default: number;
96
- };
97
- min: (StringConstructor | NumberConstructor)[];
98
- max: (StringConstructor | NumberConstructor)[];
99
- size: import('vue').PropType<import('naive-ui/es/input-number/src/interface').Size>;
100
- disabled: {
101
- type: import('vue').PropType<boolean | undefined>;
102
- default: undefined;
103
- };
104
- validator: import('vue').PropType<(value: number) => boolean>;
105
- bordered: {
106
- type: import('vue').PropType<boolean | undefined>;
107
- default: undefined;
108
- };
109
- showButton: {
110
- type: BooleanConstructor;
111
- default: boolean;
112
- };
113
- buttonPlacement: {
114
- type: import('vue').PropType<"right" | "both">;
115
- default: string;
116
- };
117
- inputProps: import('vue').PropType<import('vue').InputHTMLAttributes>;
118
- readonly: BooleanConstructor;
119
- clearable: BooleanConstructor;
120
- keyboard: {
121
- type: import('vue').PropType<{
122
- ArrowUp?: boolean;
123
- ArrowDown?: boolean;
59
+ 'first-input-element': ({
60
+ $: import('vue').ComponentInternalInstance;
61
+ $data: {};
62
+ $props: {
63
+ readonly value: number | null | undefined;
64
+ readonly clearable?: boolean | undefined;
65
+ readonly debounceTime?: number | undefined;
66
+ readonly placeholder?: string | undefined;
67
+ readonly min?: number | undefined;
68
+ readonly max?: number | undefined;
69
+ readonly step?: number | undefined;
70
+ readonly validator?: ((value: number) => boolean) | undefined | undefined;
71
+ readonly "onUpdate:value"?: ((value: number | null | undefined, ...additionalParams: any[]) => any) | undefined;
72
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
73
+ $attrs: {
74
+ [x: string]: unknown;
75
+ };
76
+ $refs: {
77
+ [x: string]: unknown;
78
+ } & {
79
+ inputReference: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
80
+ autofocus: BooleanConstructor;
81
+ loading: {
82
+ type: BooleanConstructor;
83
+ default: undefined;
84
+ };
85
+ placeholder: StringConstructor;
86
+ defaultValue: {
87
+ type: import('vue').PropType<number | null>;
88
+ default: null;
89
+ };
90
+ value: import('vue').PropType<number | null>;
91
+ step: {
92
+ type: (StringConstructor | NumberConstructor)[];
93
+ default: number;
94
+ };
95
+ min: (StringConstructor | NumberConstructor)[];
96
+ max: (StringConstructor | NumberConstructor)[];
97
+ size: import('vue').PropType<import('naive-ui/es/input-number/src/interface').Size>;
98
+ disabled: {
99
+ type: import('vue').PropType<boolean | undefined>;
100
+ default: undefined;
101
+ };
102
+ validator: import('vue').PropType<(value: number) => boolean>;
103
+ bordered: {
104
+ type: import('vue').PropType<boolean | undefined>;
105
+ default: undefined;
106
+ };
107
+ showButton: {
108
+ type: BooleanConstructor;
109
+ default: boolean;
110
+ };
111
+ buttonPlacement: {
112
+ type: import('vue').PropType<"right" | "both">;
113
+ default: string;
114
+ };
115
+ inputProps: import('vue').PropType<import('vue').InputHTMLAttributes>;
116
+ readonly: BooleanConstructor;
117
+ clearable: BooleanConstructor;
118
+ keyboard: {
119
+ type: import('vue').PropType<{
120
+ ArrowUp?: boolean;
121
+ ArrowDown?: boolean;
122
+ }>;
123
+ default: {};
124
+ };
125
+ updateValueOnInput: {
126
+ type: BooleanConstructor;
127
+ default: boolean;
128
+ };
129
+ round: {
130
+ type: import('vue').PropType<boolean | undefined>;
131
+ default: undefined;
132
+ };
133
+ parse: import('vue').PropType<(input: string) => number | null>;
134
+ format: import('vue').PropType<(value: number | null) => string>;
135
+ precision: NumberConstructor;
136
+ status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
137
+ 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
138
+ onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
139
+ onFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
140
+ onBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
141
+ onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
142
+ onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
143
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"InputNumber", {
144
+ iconColorDisabled: string;
145
+ }, {
146
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
147
+ heightTiny: string;
148
+ heightSmall: string;
149
+ heightMedium: string;
150
+ heightLarge: string;
151
+ borderRadiusTiny: string;
152
+ borderRadiusSmall: string;
153
+ borderRadiusMedium: string;
154
+ borderRadiusLarge: string;
155
+ fontSizeTiny: string;
156
+ fontSizeSmall: string;
157
+ fontSizeMedium: string;
158
+ fontSizeLarge: string;
159
+ opacityDisabled: string;
160
+ colorOpacitySecondary: string;
161
+ colorOpacitySecondaryHover: string;
162
+ colorOpacitySecondaryPressed: string;
163
+ colorSecondary: string;
164
+ colorSecondaryHover: string;
165
+ colorSecondaryPressed: string;
166
+ colorTertiary: string;
167
+ colorTertiaryHover: string;
168
+ colorTertiaryPressed: string;
169
+ colorQuaternary: string;
170
+ colorQuaternaryHover: string;
171
+ colorQuaternaryPressed: string;
172
+ color: string;
173
+ colorHover: string;
174
+ colorPressed: string;
175
+ colorFocus: string;
176
+ colorDisabled: string;
177
+ textColor: string;
178
+ textColorTertiary: string;
179
+ textColorHover: string;
180
+ textColorPressed: string;
181
+ textColorFocus: string;
182
+ textColorDisabled: string;
183
+ textColorText: string;
184
+ textColorTextHover: string;
185
+ textColorTextPressed: string;
186
+ textColorTextFocus: string;
187
+ textColorTextDisabled: string;
188
+ textColorGhost: string;
189
+ textColorGhostHover: string;
190
+ textColorGhostPressed: string;
191
+ textColorGhostFocus: string;
192
+ textColorGhostDisabled: string;
193
+ border: string;
194
+ borderHover: string;
195
+ borderPressed: string;
196
+ borderFocus: string;
197
+ borderDisabled: string;
198
+ rippleColor: string;
199
+ colorPrimary: string;
200
+ colorHoverPrimary: string;
201
+ colorPressedPrimary: string;
202
+ colorFocusPrimary: string;
203
+ colorDisabledPrimary: string;
204
+ textColorPrimary: string;
205
+ textColorHoverPrimary: string;
206
+ textColorPressedPrimary: string;
207
+ textColorFocusPrimary: string;
208
+ textColorDisabledPrimary: string;
209
+ textColorTextPrimary: string;
210
+ textColorTextHoverPrimary: string;
211
+ textColorTextPressedPrimary: string;
212
+ textColorTextFocusPrimary: string;
213
+ textColorTextDisabledPrimary: string;
214
+ textColorGhostPrimary: string;
215
+ textColorGhostHoverPrimary: string;
216
+ textColorGhostPressedPrimary: string;
217
+ textColorGhostFocusPrimary: string;
218
+ textColorGhostDisabledPrimary: string;
219
+ borderPrimary: string;
220
+ borderHoverPrimary: string;
221
+ borderPressedPrimary: string;
222
+ borderFocusPrimary: string;
223
+ borderDisabledPrimary: string;
224
+ rippleColorPrimary: string;
225
+ colorInfo: string;
226
+ colorHoverInfo: string;
227
+ colorPressedInfo: string;
228
+ colorFocusInfo: string;
229
+ colorDisabledInfo: string;
230
+ textColorInfo: string;
231
+ textColorHoverInfo: string;
232
+ textColorPressedInfo: string;
233
+ textColorFocusInfo: string;
234
+ textColorDisabledInfo: string;
235
+ textColorTextInfo: string;
236
+ textColorTextHoverInfo: string;
237
+ textColorTextPressedInfo: string;
238
+ textColorTextFocusInfo: string;
239
+ textColorTextDisabledInfo: string;
240
+ textColorGhostInfo: string;
241
+ textColorGhostHoverInfo: string;
242
+ textColorGhostPressedInfo: string;
243
+ textColorGhostFocusInfo: string;
244
+ textColorGhostDisabledInfo: string;
245
+ borderInfo: string;
246
+ borderHoverInfo: string;
247
+ borderPressedInfo: string;
248
+ borderFocusInfo: string;
249
+ borderDisabledInfo: string;
250
+ rippleColorInfo: string;
251
+ colorSuccess: string;
252
+ colorHoverSuccess: string;
253
+ colorPressedSuccess: string;
254
+ colorFocusSuccess: string;
255
+ colorDisabledSuccess: string;
256
+ textColorSuccess: string;
257
+ textColorHoverSuccess: string;
258
+ textColorPressedSuccess: string;
259
+ textColorFocusSuccess: string;
260
+ textColorDisabledSuccess: string;
261
+ textColorTextSuccess: string;
262
+ textColorTextHoverSuccess: string;
263
+ textColorTextPressedSuccess: string;
264
+ textColorTextFocusSuccess: string;
265
+ textColorTextDisabledSuccess: string;
266
+ textColorGhostSuccess: string;
267
+ textColorGhostHoverSuccess: string;
268
+ textColorGhostPressedSuccess: string;
269
+ textColorGhostFocusSuccess: string;
270
+ textColorGhostDisabledSuccess: string;
271
+ borderSuccess: string;
272
+ borderHoverSuccess: string;
273
+ borderPressedSuccess: string;
274
+ borderFocusSuccess: string;
275
+ borderDisabledSuccess: string;
276
+ rippleColorSuccess: string;
277
+ colorWarning: string;
278
+ colorHoverWarning: string;
279
+ colorPressedWarning: string;
280
+ colorFocusWarning: string;
281
+ colorDisabledWarning: string;
282
+ textColorWarning: string;
283
+ textColorHoverWarning: string;
284
+ textColorPressedWarning: string;
285
+ textColorFocusWarning: string;
286
+ textColorDisabledWarning: string;
287
+ textColorTextWarning: string;
288
+ textColorTextHoverWarning: string;
289
+ textColorTextPressedWarning: string;
290
+ textColorTextFocusWarning: string;
291
+ textColorTextDisabledWarning: string;
292
+ textColorGhostWarning: string;
293
+ textColorGhostHoverWarning: string;
294
+ textColorGhostPressedWarning: string;
295
+ textColorGhostFocusWarning: string;
296
+ textColorGhostDisabledWarning: string;
297
+ borderWarning: string;
298
+ borderHoverWarning: string;
299
+ borderPressedWarning: string;
300
+ borderFocusWarning: string;
301
+ borderDisabledWarning: string;
302
+ rippleColorWarning: string;
303
+ colorError: string;
304
+ colorHoverError: string;
305
+ colorPressedError: string;
306
+ colorFocusError: string;
307
+ colorDisabledError: string;
308
+ textColorError: string;
309
+ textColorHoverError: string;
310
+ textColorPressedError: string;
311
+ textColorFocusError: string;
312
+ textColorDisabledError: string;
313
+ textColorTextError: string;
314
+ textColorTextHoverError: string;
315
+ textColorTextPressedError: string;
316
+ textColorTextFocusError: string;
317
+ textColorTextDisabledError: string;
318
+ textColorGhostError: string;
319
+ textColorGhostHoverError: string;
320
+ textColorGhostPressedError: string;
321
+ textColorGhostFocusError: string;
322
+ textColorGhostDisabledError: string;
323
+ borderError: string;
324
+ borderHoverError: string;
325
+ borderPressedError: string;
326
+ borderFocusError: string;
327
+ borderDisabledError: string;
328
+ rippleColorError: string;
329
+ waveOpacity: string;
330
+ fontWeight: string;
331
+ fontWeightStrong: string;
332
+ paddingTiny: string;
333
+ paddingSmall: string;
334
+ paddingMedium: string;
335
+ paddingLarge: string;
336
+ paddingRoundTiny: string;
337
+ paddingRoundSmall: string;
338
+ paddingRoundMedium: string;
339
+ paddingRoundLarge: string;
340
+ iconMarginTiny: string;
341
+ iconMarginSmall: string;
342
+ iconMarginMedium: string;
343
+ iconMarginLarge: string;
344
+ iconSizeTiny: string;
345
+ iconSizeSmall: string;
346
+ iconSizeMedium: string;
347
+ iconSizeLarge: string;
348
+ rippleDuration: string;
349
+ }, any>;
350
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
351
+ fontWeight: string;
352
+ countTextColorDisabled: string;
353
+ countTextColor: string;
354
+ heightTiny: string;
355
+ heightSmall: string;
356
+ heightMedium: string;
357
+ heightLarge: string;
358
+ fontSizeTiny: string;
359
+ fontSizeSmall: string;
360
+ fontSizeMedium: string;
361
+ fontSizeLarge: string;
362
+ lineHeight: string;
363
+ lineHeightTextarea: string;
364
+ borderRadius: string;
365
+ iconSize: string;
366
+ groupLabelColor: string;
367
+ groupLabelTextColor: string;
368
+ textColor: string;
369
+ textColorDisabled: string;
370
+ textDecorationColor: string;
371
+ caretColor: string;
372
+ placeholderColor: string;
373
+ placeholderColorDisabled: string;
374
+ color: string;
375
+ colorDisabled: string;
376
+ colorFocus: string;
377
+ groupLabelBorder: string;
378
+ border: string;
379
+ borderHover: string;
380
+ borderDisabled: string;
381
+ borderFocus: string;
382
+ boxShadowFocus: string;
383
+ loadingColor: string;
384
+ loadingColorWarning: string;
385
+ borderWarning: string;
386
+ borderHoverWarning: string;
387
+ colorFocusWarning: string;
388
+ borderFocusWarning: string;
389
+ boxShadowFocusWarning: string;
390
+ caretColorWarning: string;
391
+ loadingColorError: string;
392
+ borderError: string;
393
+ borderHoverError: string;
394
+ colorFocusError: string;
395
+ borderFocusError: string;
396
+ boxShadowFocusError: string;
397
+ caretColorError: string;
398
+ clearColor: string;
399
+ clearColorHover: string;
400
+ clearColorPressed: string;
401
+ iconColor: string;
402
+ iconColorDisabled: string;
403
+ iconColorHover: string;
404
+ iconColorPressed: string;
405
+ suffixTextColor: string;
406
+ paddingTiny: string;
407
+ paddingSmall: string;
408
+ paddingMedium: string;
409
+ paddingLarge: string;
410
+ clearSize: string;
411
+ }, any>;
412
+ }>>;
413
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
414
+ iconColorDisabled: string;
415
+ }, {
416
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
417
+ heightTiny: string;
418
+ heightSmall: string;
419
+ heightMedium: string;
420
+ heightLarge: string;
421
+ borderRadiusTiny: string;
422
+ borderRadiusSmall: string;
423
+ borderRadiusMedium: string;
424
+ borderRadiusLarge: string;
425
+ fontSizeTiny: string;
426
+ fontSizeSmall: string;
427
+ fontSizeMedium: string;
428
+ fontSizeLarge: string;
429
+ opacityDisabled: string;
430
+ colorOpacitySecondary: string;
431
+ colorOpacitySecondaryHover: string;
432
+ colorOpacitySecondaryPressed: string;
433
+ colorSecondary: string;
434
+ colorSecondaryHover: string;
435
+ colorSecondaryPressed: string;
436
+ colorTertiary: string;
437
+ colorTertiaryHover: string;
438
+ colorTertiaryPressed: string;
439
+ colorQuaternary: string;
440
+ colorQuaternaryHover: string;
441
+ colorQuaternaryPressed: string;
442
+ color: string;
443
+ colorHover: string;
444
+ colorPressed: string;
445
+ colorFocus: string;
446
+ colorDisabled: string;
447
+ textColor: string;
448
+ textColorTertiary: string;
449
+ textColorHover: string;
450
+ textColorPressed: string;
451
+ textColorFocus: string;
452
+ textColorDisabled: string;
453
+ textColorText: string;
454
+ textColorTextHover: string;
455
+ textColorTextPressed: string;
456
+ textColorTextFocus: string;
457
+ textColorTextDisabled: string;
458
+ textColorGhost: string;
459
+ textColorGhostHover: string;
460
+ textColorGhostPressed: string;
461
+ textColorGhostFocus: string;
462
+ textColorGhostDisabled: string;
463
+ border: string;
464
+ borderHover: string;
465
+ borderPressed: string;
466
+ borderFocus: string;
467
+ borderDisabled: string;
468
+ rippleColor: string;
469
+ colorPrimary: string;
470
+ colorHoverPrimary: string;
471
+ colorPressedPrimary: string;
472
+ colorFocusPrimary: string;
473
+ colorDisabledPrimary: string;
474
+ textColorPrimary: string;
475
+ textColorHoverPrimary: string;
476
+ textColorPressedPrimary: string;
477
+ textColorFocusPrimary: string;
478
+ textColorDisabledPrimary: string;
479
+ textColorTextPrimary: string;
480
+ textColorTextHoverPrimary: string;
481
+ textColorTextPressedPrimary: string;
482
+ textColorTextFocusPrimary: string;
483
+ textColorTextDisabledPrimary: string;
484
+ textColorGhostPrimary: string;
485
+ textColorGhostHoverPrimary: string;
486
+ textColorGhostPressedPrimary: string;
487
+ textColorGhostFocusPrimary: string;
488
+ textColorGhostDisabledPrimary: string;
489
+ borderPrimary: string;
490
+ borderHoverPrimary: string;
491
+ borderPressedPrimary: string;
492
+ borderFocusPrimary: string;
493
+ borderDisabledPrimary: string;
494
+ rippleColorPrimary: string;
495
+ colorInfo: string;
496
+ colorHoverInfo: string;
497
+ colorPressedInfo: string;
498
+ colorFocusInfo: string;
499
+ colorDisabledInfo: string;
500
+ textColorInfo: string;
501
+ textColorHoverInfo: string;
502
+ textColorPressedInfo: string;
503
+ textColorFocusInfo: string;
504
+ textColorDisabledInfo: string;
505
+ textColorTextInfo: string;
506
+ textColorTextHoverInfo: string;
507
+ textColorTextPressedInfo: string;
508
+ textColorTextFocusInfo: string;
509
+ textColorTextDisabledInfo: string;
510
+ textColorGhostInfo: string;
511
+ textColorGhostHoverInfo: string;
512
+ textColorGhostPressedInfo: string;
513
+ textColorGhostFocusInfo: string;
514
+ textColorGhostDisabledInfo: string;
515
+ borderInfo: string;
516
+ borderHoverInfo: string;
517
+ borderPressedInfo: string;
518
+ borderFocusInfo: string;
519
+ borderDisabledInfo: string;
520
+ rippleColorInfo: string;
521
+ colorSuccess: string;
522
+ colorHoverSuccess: string;
523
+ colorPressedSuccess: string;
524
+ colorFocusSuccess: string;
525
+ colorDisabledSuccess: string;
526
+ textColorSuccess: string;
527
+ textColorHoverSuccess: string;
528
+ textColorPressedSuccess: string;
529
+ textColorFocusSuccess: string;
530
+ textColorDisabledSuccess: string;
531
+ textColorTextSuccess: string;
532
+ textColorTextHoverSuccess: string;
533
+ textColorTextPressedSuccess: string;
534
+ textColorTextFocusSuccess: string;
535
+ textColorTextDisabledSuccess: string;
536
+ textColorGhostSuccess: string;
537
+ textColorGhostHoverSuccess: string;
538
+ textColorGhostPressedSuccess: string;
539
+ textColorGhostFocusSuccess: string;
540
+ textColorGhostDisabledSuccess: string;
541
+ borderSuccess: string;
542
+ borderHoverSuccess: string;
543
+ borderPressedSuccess: string;
544
+ borderFocusSuccess: string;
545
+ borderDisabledSuccess: string;
546
+ rippleColorSuccess: string;
547
+ colorWarning: string;
548
+ colorHoverWarning: string;
549
+ colorPressedWarning: string;
550
+ colorFocusWarning: string;
551
+ colorDisabledWarning: string;
552
+ textColorWarning: string;
553
+ textColorHoverWarning: string;
554
+ textColorPressedWarning: string;
555
+ textColorFocusWarning: string;
556
+ textColorDisabledWarning: string;
557
+ textColorTextWarning: string;
558
+ textColorTextHoverWarning: string;
559
+ textColorTextPressedWarning: string;
560
+ textColorTextFocusWarning: string;
561
+ textColorTextDisabledWarning: string;
562
+ textColorGhostWarning: string;
563
+ textColorGhostHoverWarning: string;
564
+ textColorGhostPressedWarning: string;
565
+ textColorGhostFocusWarning: string;
566
+ textColorGhostDisabledWarning: string;
567
+ borderWarning: string;
568
+ borderHoverWarning: string;
569
+ borderPressedWarning: string;
570
+ borderFocusWarning: string;
571
+ borderDisabledWarning: string;
572
+ rippleColorWarning: string;
573
+ colorError: string;
574
+ colorHoverError: string;
575
+ colorPressedError: string;
576
+ colorFocusError: string;
577
+ colorDisabledError: string;
578
+ textColorError: string;
579
+ textColorHoverError: string;
580
+ textColorPressedError: string;
581
+ textColorFocusError: string;
582
+ textColorDisabledError: string;
583
+ textColorTextError: string;
584
+ textColorTextHoverError: string;
585
+ textColorTextPressedError: string;
586
+ textColorTextFocusError: string;
587
+ textColorTextDisabledError: string;
588
+ textColorGhostError: string;
589
+ textColorGhostHoverError: string;
590
+ textColorGhostPressedError: string;
591
+ textColorGhostFocusError: string;
592
+ textColorGhostDisabledError: string;
593
+ borderError: string;
594
+ borderHoverError: string;
595
+ borderPressedError: string;
596
+ borderFocusError: string;
597
+ borderDisabledError: string;
598
+ rippleColorError: string;
599
+ waveOpacity: string;
600
+ fontWeight: string;
601
+ fontWeightStrong: string;
602
+ paddingTiny: string;
603
+ paddingSmall: string;
604
+ paddingMedium: string;
605
+ paddingLarge: string;
606
+ paddingRoundTiny: string;
607
+ paddingRoundSmall: string;
608
+ paddingRoundMedium: string;
609
+ paddingRoundLarge: string;
610
+ iconMarginTiny: string;
611
+ iconMarginSmall: string;
612
+ iconMarginMedium: string;
613
+ iconMarginLarge: string;
614
+ iconSizeTiny: string;
615
+ iconSizeSmall: string;
616
+ iconSizeMedium: string;
617
+ iconSizeLarge: string;
618
+ rippleDuration: string;
619
+ }, any>;
620
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
621
+ fontWeight: string;
622
+ countTextColorDisabled: string;
623
+ countTextColor: string;
624
+ heightTiny: string;
625
+ heightSmall: string;
626
+ heightMedium: string;
627
+ heightLarge: string;
628
+ fontSizeTiny: string;
629
+ fontSizeSmall: string;
630
+ fontSizeMedium: string;
631
+ fontSizeLarge: string;
632
+ lineHeight: string;
633
+ lineHeightTextarea: string;
634
+ borderRadius: string;
635
+ iconSize: string;
636
+ groupLabelColor: string;
637
+ groupLabelTextColor: string;
638
+ textColor: string;
639
+ textColorDisabled: string;
640
+ textDecorationColor: string;
641
+ caretColor: string;
642
+ placeholderColor: string;
643
+ placeholderColorDisabled: string;
644
+ color: string;
645
+ colorDisabled: string;
646
+ colorFocus: string;
647
+ groupLabelBorder: string;
648
+ border: string;
649
+ borderHover: string;
650
+ borderDisabled: string;
651
+ borderFocus: string;
652
+ boxShadowFocus: string;
653
+ loadingColor: string;
654
+ loadingColorWarning: string;
655
+ borderWarning: string;
656
+ borderHoverWarning: string;
657
+ colorFocusWarning: string;
658
+ borderFocusWarning: string;
659
+ boxShadowFocusWarning: string;
660
+ caretColorWarning: string;
661
+ loadingColorError: string;
662
+ borderError: string;
663
+ borderHoverError: string;
664
+ colorFocusError: string;
665
+ borderFocusError: string;
666
+ boxShadowFocusError: string;
667
+ caretColorError: string;
668
+ clearColor: string;
669
+ clearColorHover: string;
670
+ clearColorPressed: string;
671
+ iconColor: string;
672
+ iconColorDisabled: string;
673
+ iconColorHover: string;
674
+ iconColorPressed: string;
675
+ suffixTextColor: string;
676
+ paddingTiny: string;
677
+ paddingSmall: string;
678
+ paddingMedium: string;
679
+ paddingLarge: string;
680
+ clearSize: string;
681
+ }, any>;
682
+ }>>>;
683
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
684
+ iconColorDisabled: string;
685
+ }, {
686
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
687
+ heightTiny: string;
688
+ heightSmall: string;
689
+ heightMedium: string;
690
+ heightLarge: string;
691
+ borderRadiusTiny: string;
692
+ borderRadiusSmall: string;
693
+ borderRadiusMedium: string;
694
+ borderRadiusLarge: string;
695
+ fontSizeTiny: string;
696
+ fontSizeSmall: string;
697
+ fontSizeMedium: string;
698
+ fontSizeLarge: string;
699
+ opacityDisabled: string;
700
+ colorOpacitySecondary: string;
701
+ colorOpacitySecondaryHover: string;
702
+ colorOpacitySecondaryPressed: string;
703
+ colorSecondary: string;
704
+ colorSecondaryHover: string;
705
+ colorSecondaryPressed: string;
706
+ colorTertiary: string;
707
+ colorTertiaryHover: string;
708
+ colorTertiaryPressed: string;
709
+ colorQuaternary: string;
710
+ colorQuaternaryHover: string;
711
+ colorQuaternaryPressed: string;
712
+ color: string;
713
+ colorHover: string;
714
+ colorPressed: string;
715
+ colorFocus: string;
716
+ colorDisabled: string;
717
+ textColor: string;
718
+ textColorTertiary: string;
719
+ textColorHover: string;
720
+ textColorPressed: string;
721
+ textColorFocus: string;
722
+ textColorDisabled: string;
723
+ textColorText: string;
724
+ textColorTextHover: string;
725
+ textColorTextPressed: string;
726
+ textColorTextFocus: string;
727
+ textColorTextDisabled: string;
728
+ textColorGhost: string;
729
+ textColorGhostHover: string;
730
+ textColorGhostPressed: string;
731
+ textColorGhostFocus: string;
732
+ textColorGhostDisabled: string;
733
+ border: string;
734
+ borderHover: string;
735
+ borderPressed: string;
736
+ borderFocus: string;
737
+ borderDisabled: string;
738
+ rippleColor: string;
739
+ colorPrimary: string;
740
+ colorHoverPrimary: string;
741
+ colorPressedPrimary: string;
742
+ colorFocusPrimary: string;
743
+ colorDisabledPrimary: string;
744
+ textColorPrimary: string;
745
+ textColorHoverPrimary: string;
746
+ textColorPressedPrimary: string;
747
+ textColorFocusPrimary: string;
748
+ textColorDisabledPrimary: string;
749
+ textColorTextPrimary: string;
750
+ textColorTextHoverPrimary: string;
751
+ textColorTextPressedPrimary: string;
752
+ textColorTextFocusPrimary: string;
753
+ textColorTextDisabledPrimary: string;
754
+ textColorGhostPrimary: string;
755
+ textColorGhostHoverPrimary: string;
756
+ textColorGhostPressedPrimary: string;
757
+ textColorGhostFocusPrimary: string;
758
+ textColorGhostDisabledPrimary: string;
759
+ borderPrimary: string;
760
+ borderHoverPrimary: string;
761
+ borderPressedPrimary: string;
762
+ borderFocusPrimary: string;
763
+ borderDisabledPrimary: string;
764
+ rippleColorPrimary: string;
765
+ colorInfo: string;
766
+ colorHoverInfo: string;
767
+ colorPressedInfo: string;
768
+ colorFocusInfo: string;
769
+ colorDisabledInfo: string;
770
+ textColorInfo: string;
771
+ textColorHoverInfo: string;
772
+ textColorPressedInfo: string;
773
+ textColorFocusInfo: string;
774
+ textColorDisabledInfo: string;
775
+ textColorTextInfo: string;
776
+ textColorTextHoverInfo: string;
777
+ textColorTextPressedInfo: string;
778
+ textColorTextFocusInfo: string;
779
+ textColorTextDisabledInfo: string;
780
+ textColorGhostInfo: string;
781
+ textColorGhostHoverInfo: string;
782
+ textColorGhostPressedInfo: string;
783
+ textColorGhostFocusInfo: string;
784
+ textColorGhostDisabledInfo: string;
785
+ borderInfo: string;
786
+ borderHoverInfo: string;
787
+ borderPressedInfo: string;
788
+ borderFocusInfo: string;
789
+ borderDisabledInfo: string;
790
+ rippleColorInfo: string;
791
+ colorSuccess: string;
792
+ colorHoverSuccess: string;
793
+ colorPressedSuccess: string;
794
+ colorFocusSuccess: string;
795
+ colorDisabledSuccess: string;
796
+ textColorSuccess: string;
797
+ textColorHoverSuccess: string;
798
+ textColorPressedSuccess: string;
799
+ textColorFocusSuccess: string;
800
+ textColorDisabledSuccess: string;
801
+ textColorTextSuccess: string;
802
+ textColorTextHoverSuccess: string;
803
+ textColorTextPressedSuccess: string;
804
+ textColorTextFocusSuccess: string;
805
+ textColorTextDisabledSuccess: string;
806
+ textColorGhostSuccess: string;
807
+ textColorGhostHoverSuccess: string;
808
+ textColorGhostPressedSuccess: string;
809
+ textColorGhostFocusSuccess: string;
810
+ textColorGhostDisabledSuccess: string;
811
+ borderSuccess: string;
812
+ borderHoverSuccess: string;
813
+ borderPressedSuccess: string;
814
+ borderFocusSuccess: string;
815
+ borderDisabledSuccess: string;
816
+ rippleColorSuccess: string;
817
+ colorWarning: string;
818
+ colorHoverWarning: string;
819
+ colorPressedWarning: string;
820
+ colorFocusWarning: string;
821
+ colorDisabledWarning: string;
822
+ textColorWarning: string;
823
+ textColorHoverWarning: string;
824
+ textColorPressedWarning: string;
825
+ textColorFocusWarning: string;
826
+ textColorDisabledWarning: string;
827
+ textColorTextWarning: string;
828
+ textColorTextHoverWarning: string;
829
+ textColorTextPressedWarning: string;
830
+ textColorTextFocusWarning: string;
831
+ textColorTextDisabledWarning: string;
832
+ textColorGhostWarning: string;
833
+ textColorGhostHoverWarning: string;
834
+ textColorGhostPressedWarning: string;
835
+ textColorGhostFocusWarning: string;
836
+ textColorGhostDisabledWarning: string;
837
+ borderWarning: string;
838
+ borderHoverWarning: string;
839
+ borderPressedWarning: string;
840
+ borderFocusWarning: string;
841
+ borderDisabledWarning: string;
842
+ rippleColorWarning: string;
843
+ colorError: string;
844
+ colorHoverError: string;
845
+ colorPressedError: string;
846
+ colorFocusError: string;
847
+ colorDisabledError: string;
848
+ textColorError: string;
849
+ textColorHoverError: string;
850
+ textColorPressedError: string;
851
+ textColorFocusError: string;
852
+ textColorDisabledError: string;
853
+ textColorTextError: string;
854
+ textColorTextHoverError: string;
855
+ textColorTextPressedError: string;
856
+ textColorTextFocusError: string;
857
+ textColorTextDisabledError: string;
858
+ textColorGhostError: string;
859
+ textColorGhostHoverError: string;
860
+ textColorGhostPressedError: string;
861
+ textColorGhostFocusError: string;
862
+ textColorGhostDisabledError: string;
863
+ borderError: string;
864
+ borderHoverError: string;
865
+ borderPressedError: string;
866
+ borderFocusError: string;
867
+ borderDisabledError: string;
868
+ rippleColorError: string;
869
+ waveOpacity: string;
870
+ fontWeight: string;
871
+ fontWeightStrong: string;
872
+ paddingTiny: string;
873
+ paddingSmall: string;
874
+ paddingMedium: string;
875
+ paddingLarge: string;
876
+ paddingRoundTiny: string;
877
+ paddingRoundSmall: string;
878
+ paddingRoundMedium: string;
879
+ paddingRoundLarge: string;
880
+ iconMarginTiny: string;
881
+ iconMarginSmall: string;
882
+ iconMarginMedium: string;
883
+ iconMarginLarge: string;
884
+ iconSizeTiny: string;
885
+ iconSizeSmall: string;
886
+ iconSizeMedium: string;
887
+ iconSizeLarge: string;
888
+ rippleDuration: string;
889
+ }, any>;
890
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
891
+ fontWeight: string;
892
+ countTextColorDisabled: string;
893
+ countTextColor: string;
894
+ heightTiny: string;
895
+ heightSmall: string;
896
+ heightMedium: string;
897
+ heightLarge: string;
898
+ fontSizeTiny: string;
899
+ fontSizeSmall: string;
900
+ fontSizeMedium: string;
901
+ fontSizeLarge: string;
902
+ lineHeight: string;
903
+ lineHeightTextarea: string;
904
+ borderRadius: string;
905
+ iconSize: string;
906
+ groupLabelColor: string;
907
+ groupLabelTextColor: string;
908
+ textColor: string;
909
+ textColorDisabled: string;
910
+ textDecorationColor: string;
911
+ caretColor: string;
912
+ placeholderColor: string;
913
+ placeholderColorDisabled: string;
914
+ color: string;
915
+ colorDisabled: string;
916
+ colorFocus: string;
917
+ groupLabelBorder: string;
918
+ border: string;
919
+ borderHover: string;
920
+ borderDisabled: string;
921
+ borderFocus: string;
922
+ boxShadowFocus: string;
923
+ loadingColor: string;
924
+ loadingColorWarning: string;
925
+ borderWarning: string;
926
+ borderHoverWarning: string;
927
+ colorFocusWarning: string;
928
+ borderFocusWarning: string;
929
+ boxShadowFocusWarning: string;
930
+ caretColorWarning: string;
931
+ loadingColorError: string;
932
+ borderError: string;
933
+ borderHoverError: string;
934
+ colorFocusError: string;
935
+ borderFocusError: string;
936
+ boxShadowFocusError: string;
937
+ caretColorError: string;
938
+ clearColor: string;
939
+ clearColorHover: string;
940
+ clearColorPressed: string;
941
+ iconColor: string;
942
+ iconColorDisabled: string;
943
+ iconColorHover: string;
944
+ iconColorPressed: string;
945
+ suffixTextColor: string;
946
+ paddingTiny: string;
947
+ paddingSmall: string;
948
+ paddingMedium: string;
949
+ paddingLarge: string;
950
+ clearSize: string;
951
+ }, any>;
952
+ }>>>;
953
+ }>> & Readonly<{}>, {
954
+ 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;
955
+ inputInstRef: import('vue').Ref<{
956
+ wrapperElRef: HTMLElement | null;
957
+ textareaElRef: HTMLTextAreaElement | null;
958
+ inputElRef: HTMLInputElement | null;
959
+ isCompositing: boolean;
960
+ blur: () => void;
961
+ clear: () => void;
962
+ focus: () => void;
963
+ select: () => void;
964
+ activate: () => void;
965
+ deactivate: () => void;
966
+ scrollTo: (options: ScrollToOptions) => void;
967
+ } | null, {
968
+ wrapperElRef: HTMLElement | null;
969
+ textareaElRef: HTMLTextAreaElement | null;
970
+ inputElRef: HTMLInputElement | null;
971
+ isCompositing: boolean;
972
+ blur: () => void;
973
+ clear: () => void;
974
+ focus: () => void;
975
+ select: () => void;
976
+ activate: () => void;
977
+ deactivate: () => void;
978
+ scrollTo: (options: ScrollToOptions) => void;
979
+ } | {
980
+ wrapperElRef: HTMLElement | null;
981
+ textareaElRef: HTMLTextAreaElement | null;
982
+ inputElRef: HTMLInputElement | null;
983
+ isCompositing: boolean;
984
+ blur: () => void;
985
+ clear: () => void;
986
+ focus: () => void;
987
+ select: () => void;
988
+ activate: () => void;
989
+ deactivate: () => void;
990
+ scrollTo: (options: ScrollToOptions) => void;
991
+ } | null>;
992
+ minusButtonInstRef: import('vue').Ref<{
993
+ $el: HTMLElement;
994
+ } | null, {
995
+ $el: HTMLElement;
996
+ } | {
997
+ $el: HTMLElement;
998
+ } | null>;
999
+ addButtonInstRef: import('vue').Ref<{
1000
+ $el: HTMLElement;
1001
+ } | null, {
1002
+ $el: HTMLElement;
1003
+ } | {
1004
+ $el: HTMLElement;
1005
+ } | null>;
1006
+ mergedClsPrefix: import('vue').Ref<string, string>;
1007
+ mergedBordered: import('vue').ComputedRef<boolean>;
1008
+ uncontrolledValue: import('vue').Ref<number | null, number | null>;
1009
+ mergedValue: import('vue').ComputedRef<number | null>;
1010
+ mergedPlaceholder: import('vue').ComputedRef<string>;
1011
+ displayedValueInvalid: import('vue').ComputedRef<boolean>;
1012
+ mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
1013
+ mergedDisabled: import('vue').ComputedRef<boolean>;
1014
+ displayedValue: import('vue').Ref<string, string>;
1015
+ addable: import('vue').ComputedRef<boolean>;
1016
+ minusable: import('vue').ComputedRef<boolean>;
1017
+ mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
1018
+ handleFocus: (e: FocusEvent) => void;
1019
+ handleBlur: (e: FocusEvent) => void;
1020
+ handleClear: (e: MouseEvent) => void;
1021
+ handleMouseDown: (e: MouseEvent) => void;
1022
+ handleAddClick: () => void;
1023
+ handleMinusClick: () => void;
1024
+ handleAddMousedown: () => void;
1025
+ handleMinusMousedown: () => void;
1026
+ handleKeyDown: (e: KeyboardEvent) => void;
1027
+ handleUpdateDisplayedValue: (value: string) => void;
1028
+ mergedTheme: import('vue').ComputedRef<{
1029
+ common: import('naive-ui').ThemeCommonVars;
1030
+ self: {
1031
+ iconColorDisabled: string;
1032
+ };
1033
+ peers: {
1034
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1035
+ heightTiny: string;
1036
+ heightSmall: string;
1037
+ heightMedium: string;
1038
+ heightLarge: string;
1039
+ borderRadiusTiny: string;
1040
+ borderRadiusSmall: string;
1041
+ borderRadiusMedium: string;
1042
+ borderRadiusLarge: string;
1043
+ fontSizeTiny: string;
1044
+ fontSizeSmall: string;
1045
+ fontSizeMedium: string;
1046
+ fontSizeLarge: string;
1047
+ opacityDisabled: string;
1048
+ colorOpacitySecondary: string;
1049
+ colorOpacitySecondaryHover: string;
1050
+ colorOpacitySecondaryPressed: string;
1051
+ colorSecondary: string;
1052
+ colorSecondaryHover: string;
1053
+ colorSecondaryPressed: string;
1054
+ colorTertiary: string;
1055
+ colorTertiaryHover: string;
1056
+ colorTertiaryPressed: string;
1057
+ colorQuaternary: string;
1058
+ colorQuaternaryHover: string;
1059
+ colorQuaternaryPressed: string;
1060
+ color: string;
1061
+ colorHover: string;
1062
+ colorPressed: string;
1063
+ colorFocus: string;
1064
+ colorDisabled: string;
1065
+ textColor: string;
1066
+ textColorTertiary: string;
1067
+ textColorHover: string;
1068
+ textColorPressed: string;
1069
+ textColorFocus: string;
1070
+ textColorDisabled: string;
1071
+ textColorText: string;
1072
+ textColorTextHover: string;
1073
+ textColorTextPressed: string;
1074
+ textColorTextFocus: string;
1075
+ textColorTextDisabled: string;
1076
+ textColorGhost: string;
1077
+ textColorGhostHover: string;
1078
+ textColorGhostPressed: string;
1079
+ textColorGhostFocus: string;
1080
+ textColorGhostDisabled: string;
1081
+ border: string;
1082
+ borderHover: string;
1083
+ borderPressed: string;
1084
+ borderFocus: string;
1085
+ borderDisabled: string;
1086
+ rippleColor: string;
1087
+ colorPrimary: string;
1088
+ colorHoverPrimary: string;
1089
+ colorPressedPrimary: string;
1090
+ colorFocusPrimary: string;
1091
+ colorDisabledPrimary: string;
1092
+ textColorPrimary: string;
1093
+ textColorHoverPrimary: string;
1094
+ textColorPressedPrimary: string;
1095
+ textColorFocusPrimary: string;
1096
+ textColorDisabledPrimary: string;
1097
+ textColorTextPrimary: string;
1098
+ textColorTextHoverPrimary: string;
1099
+ textColorTextPressedPrimary: string;
1100
+ textColorTextFocusPrimary: string;
1101
+ textColorTextDisabledPrimary: string;
1102
+ textColorGhostPrimary: string;
1103
+ textColorGhostHoverPrimary: string;
1104
+ textColorGhostPressedPrimary: string;
1105
+ textColorGhostFocusPrimary: string;
1106
+ textColorGhostDisabledPrimary: string;
1107
+ borderPrimary: string;
1108
+ borderHoverPrimary: string;
1109
+ borderPressedPrimary: string;
1110
+ borderFocusPrimary: string;
1111
+ borderDisabledPrimary: string;
1112
+ rippleColorPrimary: string;
1113
+ colorInfo: string;
1114
+ colorHoverInfo: string;
1115
+ colorPressedInfo: string;
1116
+ colorFocusInfo: string;
1117
+ colorDisabledInfo: string;
1118
+ textColorInfo: string;
1119
+ textColorHoverInfo: string;
1120
+ textColorPressedInfo: string;
1121
+ textColorFocusInfo: string;
1122
+ textColorDisabledInfo: string;
1123
+ textColorTextInfo: string;
1124
+ textColorTextHoverInfo: string;
1125
+ textColorTextPressedInfo: string;
1126
+ textColorTextFocusInfo: string;
1127
+ textColorTextDisabledInfo: string;
1128
+ textColorGhostInfo: string;
1129
+ textColorGhostHoverInfo: string;
1130
+ textColorGhostPressedInfo: string;
1131
+ textColorGhostFocusInfo: string;
1132
+ textColorGhostDisabledInfo: string;
1133
+ borderInfo: string;
1134
+ borderHoverInfo: string;
1135
+ borderPressedInfo: string;
1136
+ borderFocusInfo: string;
1137
+ borderDisabledInfo: string;
1138
+ rippleColorInfo: string;
1139
+ colorSuccess: string;
1140
+ colorHoverSuccess: string;
1141
+ colorPressedSuccess: string;
1142
+ colorFocusSuccess: string;
1143
+ colorDisabledSuccess: string;
1144
+ textColorSuccess: string;
1145
+ textColorHoverSuccess: string;
1146
+ textColorPressedSuccess: string;
1147
+ textColorFocusSuccess: string;
1148
+ textColorDisabledSuccess: string;
1149
+ textColorTextSuccess: string;
1150
+ textColorTextHoverSuccess: string;
1151
+ textColorTextPressedSuccess: string;
1152
+ textColorTextFocusSuccess: string;
1153
+ textColorTextDisabledSuccess: string;
1154
+ textColorGhostSuccess: string;
1155
+ textColorGhostHoverSuccess: string;
1156
+ textColorGhostPressedSuccess: string;
1157
+ textColorGhostFocusSuccess: string;
1158
+ textColorGhostDisabledSuccess: string;
1159
+ borderSuccess: string;
1160
+ borderHoverSuccess: string;
1161
+ borderPressedSuccess: string;
1162
+ borderFocusSuccess: string;
1163
+ borderDisabledSuccess: string;
1164
+ rippleColorSuccess: string;
1165
+ colorWarning: string;
1166
+ colorHoverWarning: string;
1167
+ colorPressedWarning: string;
1168
+ colorFocusWarning: string;
1169
+ colorDisabledWarning: string;
1170
+ textColorWarning: string;
1171
+ textColorHoverWarning: string;
1172
+ textColorPressedWarning: string;
1173
+ textColorFocusWarning: string;
1174
+ textColorDisabledWarning: string;
1175
+ textColorTextWarning: string;
1176
+ textColorTextHoverWarning: string;
1177
+ textColorTextPressedWarning: string;
1178
+ textColorTextFocusWarning: string;
1179
+ textColorTextDisabledWarning: string;
1180
+ textColorGhostWarning: string;
1181
+ textColorGhostHoverWarning: string;
1182
+ textColorGhostPressedWarning: string;
1183
+ textColorGhostFocusWarning: string;
1184
+ textColorGhostDisabledWarning: string;
1185
+ borderWarning: string;
1186
+ borderHoverWarning: string;
1187
+ borderPressedWarning: string;
1188
+ borderFocusWarning: string;
1189
+ borderDisabledWarning: string;
1190
+ rippleColorWarning: string;
1191
+ colorError: string;
1192
+ colorHoverError: string;
1193
+ colorPressedError: string;
1194
+ colorFocusError: string;
1195
+ colorDisabledError: string;
1196
+ textColorError: string;
1197
+ textColorHoverError: string;
1198
+ textColorPressedError: string;
1199
+ textColorFocusError: string;
1200
+ textColorDisabledError: string;
1201
+ textColorTextError: string;
1202
+ textColorTextHoverError: string;
1203
+ textColorTextPressedError: string;
1204
+ textColorTextFocusError: string;
1205
+ textColorTextDisabledError: string;
1206
+ textColorGhostError: string;
1207
+ textColorGhostHoverError: string;
1208
+ textColorGhostPressedError: string;
1209
+ textColorGhostFocusError: string;
1210
+ textColorGhostDisabledError: string;
1211
+ borderError: string;
1212
+ borderHoverError: string;
1213
+ borderPressedError: string;
1214
+ borderFocusError: string;
1215
+ borderDisabledError: string;
1216
+ rippleColorError: string;
1217
+ waveOpacity: string;
1218
+ fontWeight: string;
1219
+ fontWeightStrong: string;
1220
+ paddingTiny: string;
1221
+ paddingSmall: string;
1222
+ paddingMedium: string;
1223
+ paddingLarge: string;
1224
+ paddingRoundTiny: string;
1225
+ paddingRoundSmall: string;
1226
+ paddingRoundMedium: string;
1227
+ paddingRoundLarge: string;
1228
+ iconMarginTiny: string;
1229
+ iconMarginSmall: string;
1230
+ iconMarginMedium: string;
1231
+ iconMarginLarge: string;
1232
+ iconSizeTiny: string;
1233
+ iconSizeSmall: string;
1234
+ iconSizeMedium: string;
1235
+ iconSizeLarge: string;
1236
+ rippleDuration: string;
1237
+ }, any>;
1238
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
1239
+ fontWeight: string;
1240
+ countTextColorDisabled: string;
1241
+ countTextColor: string;
1242
+ heightTiny: string;
1243
+ heightSmall: string;
1244
+ heightMedium: string;
1245
+ heightLarge: string;
1246
+ fontSizeTiny: string;
1247
+ fontSizeSmall: string;
1248
+ fontSizeMedium: string;
1249
+ fontSizeLarge: string;
1250
+ lineHeight: string;
1251
+ lineHeightTextarea: string;
1252
+ borderRadius: string;
1253
+ iconSize: string;
1254
+ groupLabelColor: string;
1255
+ groupLabelTextColor: string;
1256
+ textColor: string;
1257
+ textColorDisabled: string;
1258
+ textDecorationColor: string;
1259
+ caretColor: string;
1260
+ placeholderColor: string;
1261
+ placeholderColorDisabled: string;
1262
+ color: string;
1263
+ colorDisabled: string;
1264
+ colorFocus: string;
1265
+ groupLabelBorder: string;
1266
+ border: string;
1267
+ borderHover: string;
1268
+ borderDisabled: string;
1269
+ borderFocus: string;
1270
+ boxShadowFocus: string;
1271
+ loadingColor: string;
1272
+ loadingColorWarning: string;
1273
+ borderWarning: string;
1274
+ borderHoverWarning: string;
1275
+ colorFocusWarning: string;
1276
+ borderFocusWarning: string;
1277
+ boxShadowFocusWarning: string;
1278
+ caretColorWarning: string;
1279
+ loadingColorError: string;
1280
+ borderError: string;
1281
+ borderHoverError: string;
1282
+ colorFocusError: string;
1283
+ borderFocusError: string;
1284
+ boxShadowFocusError: string;
1285
+ caretColorError: string;
1286
+ clearColor: string;
1287
+ clearColorHover: string;
1288
+ clearColorPressed: string;
1289
+ iconColor: string;
1290
+ iconColorDisabled: string;
1291
+ iconColorHover: string;
1292
+ iconColorPressed: string;
1293
+ suffixTextColor: string;
1294
+ paddingTiny: string;
1295
+ paddingSmall: string;
1296
+ paddingMedium: string;
1297
+ paddingLarge: string;
1298
+ clearSize: string;
1299
+ }, any>;
1300
+ };
1301
+ peerOverrides: {
1302
+ Button?: {
1303
+ peers?: {
1304
+ [x: string]: any;
1305
+ } | undefined;
1306
+ } | undefined;
1307
+ Input?: {
1308
+ peers?: {
1309
+ [x: string]: any;
1310
+ } | undefined;
1311
+ } | undefined;
1312
+ };
124
1313
  }>;
125
- default: {};
126
- };
127
- updateValueOnInput: {
128
- type: BooleanConstructor;
129
- default: boolean;
130
- };
131
- round: {
132
- type: import('vue').PropType<boolean | undefined>;
133
- default: undefined;
134
- };
135
- parse: import('vue').PropType<(input: string) => number | null>;
136
- format: import('vue').PropType<(value: number | null) => string>;
137
- precision: NumberConstructor;
138
- status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
139
- 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
140
- onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
141
- onFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
142
- onBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
143
- onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
144
- onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
145
- theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"InputNumber", {
146
- iconColorDisabled: string;
147
- }, {
148
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
149
- heightTiny: string;
150
- heightSmall: string;
151
- heightMedium: string;
152
- heightLarge: string;
153
- borderRadiusTiny: string;
154
- borderRadiusSmall: string;
155
- borderRadiusMedium: string;
156
- borderRadiusLarge: string;
157
- fontSizeTiny: string;
158
- fontSizeSmall: string;
159
- fontSizeMedium: string;
160
- fontSizeLarge: string;
161
- opacityDisabled: string;
162
- colorOpacitySecondary: string;
163
- colorOpacitySecondaryHover: string;
164
- colorOpacitySecondaryPressed: string;
165
- colorSecondary: string;
166
- colorSecondaryHover: string;
167
- colorSecondaryPressed: string;
168
- colorTertiary: string;
169
- colorTertiaryHover: string;
170
- colorTertiaryPressed: string;
171
- colorQuaternary: string;
172
- colorQuaternaryHover: string;
173
- colorQuaternaryPressed: string;
174
- color: string;
175
- colorHover: string;
176
- colorPressed: string;
177
- colorFocus: string;
178
- colorDisabled: string;
179
- textColor: string;
180
- textColorTertiary: string;
181
- textColorHover: string;
182
- textColorPressed: string;
183
- textColorFocus: string;
184
- textColorDisabled: string;
185
- textColorText: string;
186
- textColorTextHover: string;
187
- textColorTextPressed: string;
188
- textColorTextFocus: string;
189
- textColorTextDisabled: string;
190
- textColorGhost: string;
191
- textColorGhostHover: string;
192
- textColorGhostPressed: string;
193
- textColorGhostFocus: string;
194
- textColorGhostDisabled: string;
195
- border: string;
196
- borderHover: string;
197
- borderPressed: string;
198
- borderFocus: string;
199
- borderDisabled: string;
200
- rippleColor: string;
201
- colorPrimary: string;
202
- colorHoverPrimary: string;
203
- colorPressedPrimary: string;
204
- colorFocusPrimary: string;
205
- colorDisabledPrimary: string;
206
- textColorPrimary: string;
207
- textColorHoverPrimary: string;
208
- textColorPressedPrimary: string;
209
- textColorFocusPrimary: string;
210
- textColorDisabledPrimary: string;
211
- textColorTextPrimary: string;
212
- textColorTextHoverPrimary: string;
213
- textColorTextPressedPrimary: string;
214
- textColorTextFocusPrimary: string;
215
- textColorTextDisabledPrimary: string;
216
- textColorGhostPrimary: string;
217
- textColorGhostHoverPrimary: string;
218
- textColorGhostPressedPrimary: string;
219
- textColorGhostFocusPrimary: string;
220
- textColorGhostDisabledPrimary: string;
221
- borderPrimary: string;
222
- borderHoverPrimary: string;
223
- borderPressedPrimary: string;
224
- borderFocusPrimary: string;
225
- borderDisabledPrimary: string;
226
- rippleColorPrimary: string;
227
- colorInfo: string;
228
- colorHoverInfo: string;
229
- colorPressedInfo: string;
230
- colorFocusInfo: string;
231
- colorDisabledInfo: string;
232
- textColorInfo: string;
233
- textColorHoverInfo: string;
234
- textColorPressedInfo: string;
235
- textColorFocusInfo: string;
236
- textColorDisabledInfo: string;
237
- textColorTextInfo: string;
238
- textColorTextHoverInfo: string;
239
- textColorTextPressedInfo: string;
240
- textColorTextFocusInfo: string;
241
- textColorTextDisabledInfo: string;
242
- textColorGhostInfo: string;
243
- textColorGhostHoverInfo: string;
244
- textColorGhostPressedInfo: string;
245
- textColorGhostFocusInfo: string;
246
- textColorGhostDisabledInfo: string;
247
- borderInfo: string;
248
- borderHoverInfo: string;
249
- borderPressedInfo: string;
250
- borderFocusInfo: string;
251
- borderDisabledInfo: string;
252
- rippleColorInfo: string;
253
- colorSuccess: string;
254
- colorHoverSuccess: string;
255
- colorPressedSuccess: string;
256
- colorFocusSuccess: string;
257
- colorDisabledSuccess: string;
258
- textColorSuccess: string;
259
- textColorHoverSuccess: string;
260
- textColorPressedSuccess: string;
261
- textColorFocusSuccess: string;
262
- textColorDisabledSuccess: string;
263
- textColorTextSuccess: string;
264
- textColorTextHoverSuccess: string;
265
- textColorTextPressedSuccess: string;
266
- textColorTextFocusSuccess: string;
267
- textColorTextDisabledSuccess: string;
268
- textColorGhostSuccess: string;
269
- textColorGhostHoverSuccess: string;
270
- textColorGhostPressedSuccess: string;
271
- textColorGhostFocusSuccess: string;
272
- textColorGhostDisabledSuccess: string;
273
- borderSuccess: string;
274
- borderHoverSuccess: string;
275
- borderPressedSuccess: string;
276
- borderFocusSuccess: string;
277
- borderDisabledSuccess: string;
278
- rippleColorSuccess: string;
279
- colorWarning: string;
280
- colorHoverWarning: string;
281
- colorPressedWarning: string;
282
- colorFocusWarning: string;
283
- colorDisabledWarning: string;
284
- textColorWarning: string;
285
- textColorHoverWarning: string;
286
- textColorPressedWarning: string;
287
- textColorFocusWarning: string;
288
- textColorDisabledWarning: string;
289
- textColorTextWarning: string;
290
- textColorTextHoverWarning: string;
291
- textColorTextPressedWarning: string;
292
- textColorTextFocusWarning: string;
293
- textColorTextDisabledWarning: string;
294
- textColorGhostWarning: string;
295
- textColorGhostHoverWarning: string;
296
- textColorGhostPressedWarning: string;
297
- textColorGhostFocusWarning: string;
298
- textColorGhostDisabledWarning: string;
299
- borderWarning: string;
300
- borderHoverWarning: string;
301
- borderPressedWarning: string;
302
- borderFocusWarning: string;
303
- borderDisabledWarning: string;
304
- rippleColorWarning: string;
305
- colorError: string;
306
- colorHoverError: string;
307
- colorPressedError: string;
308
- colorFocusError: string;
309
- colorDisabledError: string;
310
- textColorError: string;
311
- textColorHoverError: string;
312
- textColorPressedError: string;
313
- textColorFocusError: string;
314
- textColorDisabledError: string;
315
- textColorTextError: string;
316
- textColorTextHoverError: string;
317
- textColorTextPressedError: string;
318
- textColorTextFocusError: string;
319
- textColorTextDisabledError: string;
320
- textColorGhostError: string;
321
- textColorGhostHoverError: string;
322
- textColorGhostPressedError: string;
323
- textColorGhostFocusError: string;
324
- textColorGhostDisabledError: string;
325
- borderError: string;
326
- borderHoverError: string;
327
- borderPressedError: string;
328
- borderFocusError: string;
329
- borderDisabledError: string;
330
- rippleColorError: string;
331
- waveOpacity: string;
332
- fontWeight: string;
333
- fontWeightStrong: string;
334
- paddingTiny: string;
335
- paddingSmall: string;
336
- paddingMedium: string;
337
- paddingLarge: string;
338
- paddingRoundTiny: string;
339
- paddingRoundSmall: string;
340
- paddingRoundMedium: string;
341
- paddingRoundLarge: string;
342
- iconMarginTiny: string;
343
- iconMarginSmall: string;
344
- iconMarginMedium: string;
345
- iconMarginLarge: string;
346
- iconSizeTiny: string;
347
- iconSizeSmall: string;
348
- iconSizeMedium: string;
349
- iconSizeLarge: string;
350
- rippleDuration: string;
351
- }, any>;
352
- Input: import('naive-ui/es/_mixins').Theme<"Input", {
353
- fontWeight: string;
354
- countTextColorDisabled: string;
355
- countTextColor: string;
356
- heightTiny: string;
357
- heightSmall: string;
358
- heightMedium: string;
359
- heightLarge: string;
360
- fontSizeTiny: string;
361
- fontSizeSmall: string;
362
- fontSizeMedium: string;
363
- fontSizeLarge: string;
364
- lineHeight: string;
365
- lineHeightTextarea: string;
366
- borderRadius: string;
367
- iconSize: string;
368
- groupLabelColor: string;
369
- groupLabelTextColor: string;
370
- textColor: string;
371
- textColorDisabled: string;
372
- textDecorationColor: string;
373
- caretColor: string;
374
- placeholderColor: string;
375
- placeholderColorDisabled: string;
376
- color: string;
377
- colorDisabled: string;
378
- colorFocus: string;
379
- groupLabelBorder: string;
380
- border: string;
381
- borderHover: string;
382
- borderDisabled: string;
383
- borderFocus: string;
384
- boxShadowFocus: string;
385
- loadingColor: string;
386
- loadingColorWarning: string;
387
- borderWarning: string;
388
- borderHoverWarning: string;
389
- colorFocusWarning: string;
390
- borderFocusWarning: string;
391
- boxShadowFocusWarning: string;
392
- caretColorWarning: string;
393
- loadingColorError: string;
394
- borderError: string;
395
- borderHoverError: string;
396
- colorFocusError: string;
397
- borderFocusError: string;
398
- boxShadowFocusError: string;
399
- caretColorError: string;
400
- clearColor: string;
401
- clearColorHover: string;
402
- clearColorPressed: string;
403
- iconColor: string;
404
- iconColorDisabled: string;
405
- iconColorHover: string;
406
- iconColorPressed: string;
407
- suffixTextColor: string;
408
- paddingTiny: string;
1314
+ inputThemeOverrides: {
409
1315
  paddingSmall: string;
410
1316
  paddingMedium: string;
411
1317
  paddingLarge: string;
412
- clearSize: string;
413
- }, any>;
414
- }>>;
415
- themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
416
- iconColorDisabled: string;
417
- }, {
418
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
419
- heightTiny: string;
420
- heightSmall: string;
421
- heightMedium: string;
422
- heightLarge: string;
423
- borderRadiusTiny: string;
424
- borderRadiusSmall: string;
425
- borderRadiusMedium: string;
426
- borderRadiusLarge: string;
427
- fontSizeTiny: string;
428
- fontSizeSmall: string;
429
- fontSizeMedium: string;
430
- fontSizeLarge: string;
431
- opacityDisabled: string;
432
- colorOpacitySecondary: string;
433
- colorOpacitySecondaryHover: string;
434
- colorOpacitySecondaryPressed: string;
435
- colorSecondary: string;
436
- colorSecondaryHover: string;
437
- colorSecondaryPressed: string;
438
- colorTertiary: string;
439
- colorTertiaryHover: string;
440
- colorTertiaryPressed: string;
441
- colorQuaternary: string;
442
- colorQuaternaryHover: string;
443
- colorQuaternaryPressed: string;
444
- color: string;
445
- colorHover: string;
446
- colorPressed: string;
447
- colorFocus: string;
448
- colorDisabled: string;
449
- textColor: string;
450
- textColorTertiary: string;
451
- textColorHover: string;
452
- textColorPressed: string;
453
- textColorFocus: string;
454
- textColorDisabled: string;
455
- textColorText: string;
456
- textColorTextHover: string;
457
- textColorTextPressed: string;
458
- textColorTextFocus: string;
1318
+ };
1319
+ buttonThemeOverrides: import('vue').ComputedRef<{
459
1320
  textColorTextDisabled: string;
460
- textColorGhost: string;
461
- textColorGhostHover: string;
462
- textColorGhostPressed: string;
463
- textColorGhostFocus: string;
464
- textColorGhostDisabled: string;
465
- border: string;
466
- borderHover: string;
467
- borderPressed: string;
468
- borderFocus: string;
469
- borderDisabled: string;
470
- rippleColor: string;
471
- colorPrimary: string;
472
- colorHoverPrimary: string;
473
- colorPressedPrimary: string;
474
- colorFocusPrimary: string;
475
- colorDisabledPrimary: string;
476
- textColorPrimary: string;
477
- textColorHoverPrimary: string;
478
- textColorPressedPrimary: string;
479
- textColorFocusPrimary: string;
480
- textColorDisabledPrimary: string;
481
- textColorTextPrimary: string;
482
- textColorTextHoverPrimary: string;
483
- textColorTextPressedPrimary: string;
484
- textColorTextFocusPrimary: string;
485
- textColorTextDisabledPrimary: string;
486
- textColorGhostPrimary: string;
487
- textColorGhostHoverPrimary: string;
488
- textColorGhostPressedPrimary: string;
489
- textColorGhostFocusPrimary: string;
490
- textColorGhostDisabledPrimary: string;
491
- borderPrimary: string;
492
- borderHoverPrimary: string;
493
- borderPressedPrimary: string;
494
- borderFocusPrimary: string;
495
- borderDisabledPrimary: string;
496
- rippleColorPrimary: string;
497
- colorInfo: string;
498
- colorHoverInfo: string;
499
- colorPressedInfo: string;
500
- colorFocusInfo: string;
501
- colorDisabledInfo: string;
502
- textColorInfo: string;
503
- textColorHoverInfo: string;
504
- textColorPressedInfo: string;
505
- textColorFocusInfo: string;
506
- textColorDisabledInfo: string;
507
- textColorTextInfo: string;
508
- textColorTextHoverInfo: string;
509
- textColorTextPressedInfo: string;
510
- textColorTextFocusInfo: string;
511
- textColorTextDisabledInfo: string;
512
- textColorGhostInfo: string;
513
- textColorGhostHoverInfo: string;
514
- textColorGhostPressedInfo: string;
515
- textColorGhostFocusInfo: string;
516
- textColorGhostDisabledInfo: string;
517
- borderInfo: string;
518
- borderHoverInfo: string;
519
- borderPressedInfo: string;
520
- borderFocusInfo: string;
521
- borderDisabledInfo: string;
522
- rippleColorInfo: string;
523
- colorSuccess: string;
524
- colorHoverSuccess: string;
525
- colorPressedSuccess: string;
526
- colorFocusSuccess: string;
527
- colorDisabledSuccess: string;
528
- textColorSuccess: string;
529
- textColorHoverSuccess: string;
530
- textColorPressedSuccess: string;
531
- textColorFocusSuccess: string;
532
- textColorDisabledSuccess: string;
533
- textColorTextSuccess: string;
534
- textColorTextHoverSuccess: string;
535
- textColorTextPressedSuccess: string;
536
- textColorTextFocusSuccess: string;
537
- textColorTextDisabledSuccess: string;
538
- textColorGhostSuccess: string;
539
- textColorGhostHoverSuccess: string;
540
- textColorGhostPressedSuccess: string;
541
- textColorGhostFocusSuccess: string;
542
- textColorGhostDisabledSuccess: string;
543
- borderSuccess: string;
544
- borderHoverSuccess: string;
545
- borderPressedSuccess: string;
546
- borderFocusSuccess: string;
547
- borderDisabledSuccess: string;
548
- rippleColorSuccess: string;
549
- colorWarning: string;
550
- colorHoverWarning: string;
551
- colorPressedWarning: string;
552
- colorFocusWarning: string;
553
- colorDisabledWarning: string;
554
- textColorWarning: string;
555
- textColorHoverWarning: string;
556
- textColorPressedWarning: string;
557
- textColorFocusWarning: string;
558
- textColorDisabledWarning: string;
559
- textColorTextWarning: string;
560
- textColorTextHoverWarning: string;
561
- textColorTextPressedWarning: string;
562
- textColorTextFocusWarning: string;
563
- textColorTextDisabledWarning: string;
564
- textColorGhostWarning: string;
565
- textColorGhostHoverWarning: string;
566
- textColorGhostPressedWarning: string;
567
- textColorGhostFocusWarning: string;
568
- textColorGhostDisabledWarning: string;
569
- borderWarning: string;
570
- borderHoverWarning: string;
571
- borderPressedWarning: string;
572
- borderFocusWarning: string;
573
- borderDisabledWarning: string;
574
- rippleColorWarning: string;
575
- colorError: string;
576
- colorHoverError: string;
577
- colorPressedError: string;
578
- colorFocusError: string;
579
- colorDisabledError: string;
580
- textColorError: string;
581
- textColorHoverError: string;
582
- textColorPressedError: string;
583
- textColorFocusError: string;
584
- textColorDisabledError: string;
585
- textColorTextError: string;
586
- textColorTextHoverError: string;
587
- textColorTextPressedError: string;
588
- textColorTextFocusError: string;
589
- textColorTextDisabledError: string;
590
- textColorGhostError: string;
591
- textColorGhostHoverError: string;
592
- textColorGhostPressedError: string;
593
- textColorGhostFocusError: string;
594
- textColorGhostDisabledError: string;
595
- borderError: string;
596
- borderHoverError: string;
597
- borderPressedError: string;
598
- borderFocusError: string;
599
- borderDisabledError: string;
600
- rippleColorError: string;
601
- waveOpacity: string;
602
- fontWeight: string;
603
- fontWeightStrong: string;
604
- paddingTiny: string;
605
- paddingSmall: string;
606
- paddingMedium: string;
607
- paddingLarge: string;
608
- paddingRoundTiny: string;
609
- paddingRoundSmall: string;
610
- paddingRoundMedium: string;
611
- paddingRoundLarge: string;
612
- iconMarginTiny: string;
613
- iconMarginSmall: string;
614
- iconMarginMedium: string;
615
- iconMarginLarge: string;
616
- iconSizeTiny: string;
617
- iconSizeSmall: string;
618
- iconSizeMedium: string;
619
- iconSizeLarge: string;
620
- rippleDuration: string;
621
- }, any>;
622
- Input: import('naive-ui/es/_mixins').Theme<"Input", {
623
- fontWeight: string;
624
- countTextColorDisabled: string;
625
- countTextColor: string;
626
- heightTiny: string;
627
- heightSmall: string;
628
- heightMedium: string;
629
- heightLarge: string;
630
- fontSizeTiny: string;
631
- fontSizeSmall: string;
632
- fontSizeMedium: string;
633
- fontSizeLarge: string;
634
- lineHeight: string;
635
- lineHeightTextarea: string;
636
- borderRadius: string;
637
- iconSize: string;
638
- groupLabelColor: string;
639
- groupLabelTextColor: string;
640
- textColor: string;
641
- textColorDisabled: string;
642
- textDecorationColor: string;
643
- caretColor: string;
644
- placeholderColor: string;
645
- placeholderColorDisabled: string;
646
- color: string;
647
- colorDisabled: string;
648
- colorFocus: string;
649
- groupLabelBorder: string;
650
- border: string;
651
- borderHover: string;
652
- borderDisabled: string;
653
- borderFocus: string;
654
- boxShadowFocus: string;
655
- loadingColor: string;
656
- loadingColorWarning: string;
657
- borderWarning: string;
658
- borderHoverWarning: string;
659
- colorFocusWarning: string;
660
- borderFocusWarning: string;
661
- boxShadowFocusWarning: string;
662
- caretColorWarning: string;
663
- loadingColorError: string;
664
- borderError: string;
665
- borderHoverError: string;
666
- colorFocusError: string;
667
- borderFocusError: string;
668
- boxShadowFocusError: string;
669
- caretColorError: string;
670
- clearColor: string;
671
- clearColorHover: string;
672
- clearColorPressed: string;
673
- iconColor: string;
674
- iconColorDisabled: string;
675
- iconColorHover: string;
676
- iconColorPressed: string;
677
- suffixTextColor: string;
678
- paddingTiny: string;
679
- paddingSmall: string;
680
- paddingMedium: string;
681
- paddingLarge: string;
682
- clearSize: string;
683
- }, any>;
684
- }>>>;
685
- builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
686
- iconColorDisabled: string;
687
- }, {
688
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
689
- heightTiny: string;
690
- heightSmall: string;
691
- heightMedium: string;
692
- heightLarge: string;
693
- borderRadiusTiny: string;
694
- borderRadiusSmall: string;
695
- borderRadiusMedium: string;
696
- borderRadiusLarge: string;
697
- fontSizeTiny: string;
698
- fontSizeSmall: string;
699
- fontSizeMedium: string;
700
- fontSizeLarge: string;
701
1321
  opacityDisabled: string;
702
- colorOpacitySecondary: string;
703
- colorOpacitySecondaryHover: string;
704
- colorOpacitySecondaryPressed: string;
705
- colorSecondary: string;
706
- colorSecondaryHover: string;
707
- colorSecondaryPressed: string;
708
- colorTertiary: string;
709
- colorTertiaryHover: string;
710
- colorTertiaryPressed: string;
711
- colorQuaternary: string;
712
- colorQuaternaryHover: string;
713
- colorQuaternaryPressed: string;
714
- color: string;
715
- colorHover: string;
716
- colorPressed: string;
717
- colorFocus: string;
718
- colorDisabled: string;
719
- textColor: string;
720
- textColorTertiary: string;
721
- textColorHover: string;
722
- textColorPressed: string;
723
- textColorFocus: string;
724
- textColorDisabled: string;
725
- textColorText: string;
726
- textColorTextHover: string;
727
- textColorTextPressed: string;
728
- textColorTextFocus: string;
729
- textColorTextDisabled: string;
730
- textColorGhost: string;
731
- textColorGhostHover: string;
732
- textColorGhostPressed: string;
733
- textColorGhostFocus: string;
734
- textColorGhostDisabled: string;
735
- border: string;
736
- borderHover: string;
737
- borderPressed: string;
738
- borderFocus: string;
739
- borderDisabled: string;
740
- rippleColor: string;
741
- colorPrimary: string;
742
- colorHoverPrimary: string;
743
- colorPressedPrimary: string;
744
- colorFocusPrimary: string;
745
- colorDisabledPrimary: string;
746
- textColorPrimary: string;
747
- textColorHoverPrimary: string;
748
- textColorPressedPrimary: string;
749
- textColorFocusPrimary: string;
750
- textColorDisabledPrimary: string;
751
- textColorTextPrimary: string;
752
- textColorTextHoverPrimary: string;
753
- textColorTextPressedPrimary: string;
754
- textColorTextFocusPrimary: string;
755
- textColorTextDisabledPrimary: string;
756
- textColorGhostPrimary: string;
757
- textColorGhostHoverPrimary: string;
758
- textColorGhostPressedPrimary: string;
759
- textColorGhostFocusPrimary: string;
760
- textColorGhostDisabledPrimary: string;
761
- borderPrimary: string;
762
- borderHoverPrimary: string;
763
- borderPressedPrimary: string;
764
- borderFocusPrimary: string;
765
- borderDisabledPrimary: string;
766
- rippleColorPrimary: string;
767
- colorInfo: string;
768
- colorHoverInfo: string;
769
- colorPressedInfo: string;
770
- colorFocusInfo: string;
771
- colorDisabledInfo: string;
772
- textColorInfo: string;
773
- textColorHoverInfo: string;
774
- textColorPressedInfo: string;
775
- textColorFocusInfo: string;
776
- textColorDisabledInfo: string;
777
- textColorTextInfo: string;
778
- textColorTextHoverInfo: string;
779
- textColorTextPressedInfo: string;
780
- textColorTextFocusInfo: string;
781
- textColorTextDisabledInfo: string;
782
- textColorGhostInfo: string;
783
- textColorGhostHoverInfo: string;
784
- textColorGhostPressedInfo: string;
785
- textColorGhostFocusInfo: string;
786
- textColorGhostDisabledInfo: string;
787
- borderInfo: string;
788
- borderHoverInfo: string;
789
- borderPressedInfo: string;
790
- borderFocusInfo: string;
791
- borderDisabledInfo: string;
792
- rippleColorInfo: string;
793
- colorSuccess: string;
794
- colorHoverSuccess: string;
795
- colorPressedSuccess: string;
796
- colorFocusSuccess: string;
797
- colorDisabledSuccess: string;
798
- textColorSuccess: string;
799
- textColorHoverSuccess: string;
800
- textColorPressedSuccess: string;
801
- textColorFocusSuccess: string;
802
- textColorDisabledSuccess: string;
803
- textColorTextSuccess: string;
804
- textColorTextHoverSuccess: string;
805
- textColorTextPressedSuccess: string;
806
- textColorTextFocusSuccess: string;
807
- textColorTextDisabledSuccess: string;
808
- textColorGhostSuccess: string;
809
- textColorGhostHoverSuccess: string;
810
- textColorGhostPressedSuccess: string;
811
- textColorGhostFocusSuccess: string;
812
- textColorGhostDisabledSuccess: string;
813
- borderSuccess: string;
814
- borderHoverSuccess: string;
815
- borderPressedSuccess: string;
816
- borderFocusSuccess: string;
817
- borderDisabledSuccess: string;
818
- rippleColorSuccess: string;
819
- colorWarning: string;
820
- colorHoverWarning: string;
821
- colorPressedWarning: string;
822
- colorFocusWarning: string;
823
- colorDisabledWarning: string;
824
- textColorWarning: string;
825
- textColorHoverWarning: string;
826
- textColorPressedWarning: string;
827
- textColorFocusWarning: string;
828
- textColorDisabledWarning: string;
829
- textColorTextWarning: string;
830
- textColorTextHoverWarning: string;
831
- textColorTextPressedWarning: string;
832
- textColorTextFocusWarning: string;
833
- textColorTextDisabledWarning: string;
834
- textColorGhostWarning: string;
835
- textColorGhostHoverWarning: string;
836
- textColorGhostPressedWarning: string;
837
- textColorGhostFocusWarning: string;
838
- textColorGhostDisabledWarning: string;
839
- borderWarning: string;
840
- borderHoverWarning: string;
841
- borderPressedWarning: string;
842
- borderFocusWarning: string;
843
- borderDisabledWarning: string;
844
- rippleColorWarning: string;
845
- colorError: string;
846
- colorHoverError: string;
847
- colorPressedError: string;
848
- colorFocusError: string;
849
- colorDisabledError: string;
850
- textColorError: string;
851
- textColorHoverError: string;
852
- textColorPressedError: string;
853
- textColorFocusError: string;
854
- textColorDisabledError: string;
855
- textColorTextError: string;
856
- textColorTextHoverError: string;
857
- textColorTextPressedError: string;
858
- textColorTextFocusError: string;
859
- textColorTextDisabledError: string;
860
- textColorGhostError: string;
861
- textColorGhostHoverError: string;
862
- textColorGhostPressedError: string;
863
- textColorGhostFocusError: string;
864
- textColorGhostDisabledError: string;
865
- borderError: string;
866
- borderHoverError: string;
867
- borderPressedError: string;
868
- borderFocusError: string;
869
- borderDisabledError: string;
870
- rippleColorError: string;
871
- waveOpacity: string;
872
- fontWeight: string;
873
- fontWeightStrong: string;
874
- paddingTiny: string;
875
- paddingSmall: string;
876
- paddingMedium: string;
877
- paddingLarge: string;
878
- paddingRoundTiny: string;
879
- paddingRoundSmall: string;
880
- paddingRoundMedium: string;
881
- paddingRoundLarge: string;
882
- iconMarginTiny: string;
883
- iconMarginSmall: string;
884
- iconMarginMedium: string;
885
- iconMarginLarge: string;
886
- iconSizeTiny: string;
887
- iconSizeSmall: string;
888
- iconSizeMedium: string;
889
- iconSizeLarge: string;
890
- rippleDuration: string;
891
- }, any>;
892
- Input: import('naive-ui/es/_mixins').Theme<"Input", {
893
- fontWeight: string;
894
- countTextColorDisabled: string;
895
- countTextColor: string;
896
- heightTiny: string;
897
- heightSmall: string;
898
- heightMedium: string;
899
- heightLarge: string;
900
- fontSizeTiny: string;
901
- fontSizeSmall: string;
902
- fontSizeMedium: string;
903
- fontSizeLarge: string;
904
- lineHeight: string;
905
- lineHeightTextarea: string;
906
- borderRadius: string;
907
- iconSize: string;
908
- groupLabelColor: string;
909
- groupLabelTextColor: string;
910
- textColor: string;
911
- textColorDisabled: string;
912
- textDecorationColor: string;
913
- caretColor: string;
914
- placeholderColor: string;
915
- placeholderColorDisabled: string;
916
- color: string;
917
- colorDisabled: string;
918
- colorFocus: string;
919
- groupLabelBorder: string;
920
- border: string;
921
- borderHover: string;
922
- borderDisabled: string;
923
- borderFocus: string;
924
- boxShadowFocus: string;
925
- loadingColor: string;
926
- loadingColorWarning: string;
927
- borderWarning: string;
928
- borderHoverWarning: string;
929
- colorFocusWarning: string;
930
- borderFocusWarning: string;
931
- boxShadowFocusWarning: string;
932
- caretColorWarning: string;
933
- loadingColorError: string;
934
- borderError: string;
935
- borderHoverError: string;
936
- colorFocusError: string;
937
- borderFocusError: string;
938
- boxShadowFocusError: string;
939
- caretColorError: string;
940
- clearColor: string;
941
- clearColorHover: string;
942
- clearColorPressed: string;
943
- iconColor: string;
944
- iconColorDisabled: string;
945
- iconColorHover: string;
946
- iconColorPressed: string;
947
- suffixTextColor: string;
948
- paddingTiny: string;
949
- paddingSmall: string;
950
- paddingMedium: string;
951
- paddingLarge: string;
952
- clearSize: string;
953
- }, any>;
954
- }>>>;
955
- }>> & Readonly<{}>, {
956
- 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;
957
- inputInstRef: import('vue').Ref<{
958
- wrapperElRef: HTMLElement | null;
959
- textareaElRef: HTMLTextAreaElement | null;
960
- inputElRef: HTMLInputElement | null;
961
- isCompositing: boolean;
962
- blur: () => void;
963
- clear: () => void;
964
- focus: () => void;
965
- select: () => void;
966
- activate: () => void;
967
- deactivate: () => void;
968
- scrollTo: (options: ScrollToOptions) => void;
969
- } | null, {
970
- wrapperElRef: HTMLElement | null;
971
- textareaElRef: HTMLTextAreaElement | null;
972
- inputElRef: HTMLInputElement | null;
973
- isCompositing: boolean;
974
- blur: () => void;
975
- clear: () => void;
1322
+ }>;
976
1323
  focus: () => void;
977
- select: () => void;
978
- activate: () => void;
979
- deactivate: () => void;
980
- scrollTo: (options: ScrollToOptions) => void;
981
- } | {
982
- wrapperElRef: HTMLElement | null;
983
- textareaElRef: HTMLTextAreaElement | null;
984
- inputElRef: HTMLInputElement | null;
985
- isCompositing: boolean;
986
1324
  blur: () => void;
987
- clear: () => void;
988
- focus: () => void;
989
1325
  select: () => void;
990
- activate: () => void;
991
- deactivate: () => void;
992
- scrollTo: (options: ScrollToOptions) => void;
993
- } | null>;
994
- minusButtonInstRef: import('vue').Ref<{
995
- $el: HTMLElement;
996
- } | null, {
997
- $el: HTMLElement;
998
- } | {
999
- $el: HTMLElement;
1000
- } | null>;
1001
- addButtonInstRef: import('vue').Ref<{
1002
- $el: HTMLElement;
1003
- } | null, {
1004
- $el: HTMLElement;
1005
- } | {
1006
- $el: HTMLElement;
1007
- } | null>;
1008
- mergedClsPrefix: import('vue').Ref<string, string>;
1009
- mergedBordered: import('vue').ComputedRef<boolean>;
1010
- uncontrolledValue: import('vue').Ref<number | null, number | null>;
1011
- mergedValue: import('vue').ComputedRef<number | null>;
1012
- mergedPlaceholder: import('vue').ComputedRef<string>;
1013
- displayedValueInvalid: import('vue').ComputedRef<boolean>;
1014
- mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
1015
- mergedDisabled: import('vue').ComputedRef<boolean>;
1016
- displayedValue: import('vue').Ref<string, string>;
1017
- addable: import('vue').ComputedRef<boolean>;
1018
- minusable: import('vue').ComputedRef<boolean>;
1019
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
1020
- handleFocus: (e: FocusEvent) => void;
1021
- handleBlur: (e: FocusEvent) => void;
1022
- handleClear: (e: MouseEvent) => void;
1023
- handleMouseDown: (e: MouseEvent) => void;
1024
- handleAddClick: () => void;
1025
- handleMinusClick: () => void;
1026
- handleAddMousedown: () => void;
1027
- handleMinusMousedown: () => void;
1028
- handleKeyDown: (e: KeyboardEvent) => void;
1029
- handleUpdateDisplayedValue: (value: string) => void;
1030
- mergedTheme: import('vue').ComputedRef<{
1031
- common: import('naive-ui').ThemeCommonVars;
1032
- self: {
1326
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1327
+ readonly: boolean;
1328
+ disabled: boolean | undefined;
1329
+ round: boolean | undefined;
1330
+ step: string | number;
1331
+ autofocus: boolean;
1332
+ loading: boolean;
1333
+ bordered: boolean | undefined;
1334
+ clearable: boolean;
1335
+ defaultValue: number | null;
1336
+ keyboard: {
1337
+ ArrowUp?: boolean;
1338
+ ArrowDown?: boolean;
1339
+ };
1340
+ showButton: boolean;
1341
+ buttonPlacement: "right" | "both";
1342
+ updateValueOnInput: boolean;
1343
+ }, true, {}, import('vue').SlotsType<import('naive-ui').InputNumberSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1344
+ P: {};
1345
+ B: {};
1346
+ D: {};
1347
+ C: {};
1348
+ M: {};
1349
+ Defaults: {};
1350
+ }, Readonly<import('vue').ExtractPropTypes<{
1351
+ autofocus: BooleanConstructor;
1352
+ loading: {
1353
+ type: BooleanConstructor;
1354
+ default: undefined;
1355
+ };
1356
+ placeholder: StringConstructor;
1357
+ defaultValue: {
1358
+ type: import('vue').PropType<number | null>;
1359
+ default: null;
1360
+ };
1361
+ value: import('vue').PropType<number | null>;
1362
+ step: {
1363
+ type: (StringConstructor | NumberConstructor)[];
1364
+ default: number;
1365
+ };
1366
+ min: (StringConstructor | NumberConstructor)[];
1367
+ max: (StringConstructor | NumberConstructor)[];
1368
+ size: import('vue').PropType<import('naive-ui/es/input-number/src/interface').Size>;
1369
+ disabled: {
1370
+ type: import('vue').PropType<boolean | undefined>;
1371
+ default: undefined;
1372
+ };
1373
+ validator: import('vue').PropType<(value: number) => boolean>;
1374
+ bordered: {
1375
+ type: import('vue').PropType<boolean | undefined>;
1376
+ default: undefined;
1377
+ };
1378
+ showButton: {
1379
+ type: BooleanConstructor;
1380
+ default: boolean;
1381
+ };
1382
+ buttonPlacement: {
1383
+ type: import('vue').PropType<"right" | "both">;
1384
+ default: string;
1385
+ };
1386
+ inputProps: import('vue').PropType<import('vue').InputHTMLAttributes>;
1387
+ readonly: BooleanConstructor;
1388
+ clearable: BooleanConstructor;
1389
+ keyboard: {
1390
+ type: import('vue').PropType<{
1391
+ ArrowUp?: boolean;
1392
+ ArrowDown?: boolean;
1393
+ }>;
1394
+ default: {};
1395
+ };
1396
+ updateValueOnInput: {
1397
+ type: BooleanConstructor;
1398
+ default: boolean;
1399
+ };
1400
+ round: {
1401
+ type: import('vue').PropType<boolean | undefined>;
1402
+ default: undefined;
1403
+ };
1404
+ parse: import('vue').PropType<(input: string) => number | null>;
1405
+ format: import('vue').PropType<(value: number | null) => string>;
1406
+ precision: NumberConstructor;
1407
+ status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
1408
+ 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
1409
+ onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
1410
+ onFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
1411
+ onBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
1412
+ onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
1413
+ onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
1414
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"InputNumber", {
1415
+ iconColorDisabled: string;
1416
+ }, {
1417
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1418
+ heightTiny: string;
1419
+ heightSmall: string;
1420
+ heightMedium: string;
1421
+ heightLarge: string;
1422
+ borderRadiusTiny: string;
1423
+ borderRadiusSmall: string;
1424
+ borderRadiusMedium: string;
1425
+ borderRadiusLarge: string;
1426
+ fontSizeTiny: string;
1427
+ fontSizeSmall: string;
1428
+ fontSizeMedium: string;
1429
+ fontSizeLarge: string;
1430
+ opacityDisabled: string;
1431
+ colorOpacitySecondary: string;
1432
+ colorOpacitySecondaryHover: string;
1433
+ colorOpacitySecondaryPressed: string;
1434
+ colorSecondary: string;
1435
+ colorSecondaryHover: string;
1436
+ colorSecondaryPressed: string;
1437
+ colorTertiary: string;
1438
+ colorTertiaryHover: string;
1439
+ colorTertiaryPressed: string;
1440
+ colorQuaternary: string;
1441
+ colorQuaternaryHover: string;
1442
+ colorQuaternaryPressed: string;
1443
+ color: string;
1444
+ colorHover: string;
1445
+ colorPressed: string;
1446
+ colorFocus: string;
1447
+ colorDisabled: string;
1448
+ textColor: string;
1449
+ textColorTertiary: string;
1450
+ textColorHover: string;
1451
+ textColorPressed: string;
1452
+ textColorFocus: string;
1453
+ textColorDisabled: string;
1454
+ textColorText: string;
1455
+ textColorTextHover: string;
1456
+ textColorTextPressed: string;
1457
+ textColorTextFocus: string;
1458
+ textColorTextDisabled: string;
1459
+ textColorGhost: string;
1460
+ textColorGhostHover: string;
1461
+ textColorGhostPressed: string;
1462
+ textColorGhostFocus: string;
1463
+ textColorGhostDisabled: string;
1464
+ border: string;
1465
+ borderHover: string;
1466
+ borderPressed: string;
1467
+ borderFocus: string;
1468
+ borderDisabled: string;
1469
+ rippleColor: string;
1470
+ colorPrimary: string;
1471
+ colorHoverPrimary: string;
1472
+ colorPressedPrimary: string;
1473
+ colorFocusPrimary: string;
1474
+ colorDisabledPrimary: string;
1475
+ textColorPrimary: string;
1476
+ textColorHoverPrimary: string;
1477
+ textColorPressedPrimary: string;
1478
+ textColorFocusPrimary: string;
1479
+ textColorDisabledPrimary: string;
1480
+ textColorTextPrimary: string;
1481
+ textColorTextHoverPrimary: string;
1482
+ textColorTextPressedPrimary: string;
1483
+ textColorTextFocusPrimary: string;
1484
+ textColorTextDisabledPrimary: string;
1485
+ textColorGhostPrimary: string;
1486
+ textColorGhostHoverPrimary: string;
1487
+ textColorGhostPressedPrimary: string;
1488
+ textColorGhostFocusPrimary: string;
1489
+ textColorGhostDisabledPrimary: string;
1490
+ borderPrimary: string;
1491
+ borderHoverPrimary: string;
1492
+ borderPressedPrimary: string;
1493
+ borderFocusPrimary: string;
1494
+ borderDisabledPrimary: string;
1495
+ rippleColorPrimary: string;
1496
+ colorInfo: string;
1497
+ colorHoverInfo: string;
1498
+ colorPressedInfo: string;
1499
+ colorFocusInfo: string;
1500
+ colorDisabledInfo: string;
1501
+ textColorInfo: string;
1502
+ textColorHoverInfo: string;
1503
+ textColorPressedInfo: string;
1504
+ textColorFocusInfo: string;
1505
+ textColorDisabledInfo: string;
1506
+ textColorTextInfo: string;
1507
+ textColorTextHoverInfo: string;
1508
+ textColorTextPressedInfo: string;
1509
+ textColorTextFocusInfo: string;
1510
+ textColorTextDisabledInfo: string;
1511
+ textColorGhostInfo: string;
1512
+ textColorGhostHoverInfo: string;
1513
+ textColorGhostPressedInfo: string;
1514
+ textColorGhostFocusInfo: string;
1515
+ textColorGhostDisabledInfo: string;
1516
+ borderInfo: string;
1517
+ borderHoverInfo: string;
1518
+ borderPressedInfo: string;
1519
+ borderFocusInfo: string;
1520
+ borderDisabledInfo: string;
1521
+ rippleColorInfo: string;
1522
+ colorSuccess: string;
1523
+ colorHoverSuccess: string;
1524
+ colorPressedSuccess: string;
1525
+ colorFocusSuccess: string;
1526
+ colorDisabledSuccess: string;
1527
+ textColorSuccess: string;
1528
+ textColorHoverSuccess: string;
1529
+ textColorPressedSuccess: string;
1530
+ textColorFocusSuccess: string;
1531
+ textColorDisabledSuccess: string;
1532
+ textColorTextSuccess: string;
1533
+ textColorTextHoverSuccess: string;
1534
+ textColorTextPressedSuccess: string;
1535
+ textColorTextFocusSuccess: string;
1536
+ textColorTextDisabledSuccess: string;
1537
+ textColorGhostSuccess: string;
1538
+ textColorGhostHoverSuccess: string;
1539
+ textColorGhostPressedSuccess: string;
1540
+ textColorGhostFocusSuccess: string;
1541
+ textColorGhostDisabledSuccess: string;
1542
+ borderSuccess: string;
1543
+ borderHoverSuccess: string;
1544
+ borderPressedSuccess: string;
1545
+ borderFocusSuccess: string;
1546
+ borderDisabledSuccess: string;
1547
+ rippleColorSuccess: string;
1548
+ colorWarning: string;
1549
+ colorHoverWarning: string;
1550
+ colorPressedWarning: string;
1551
+ colorFocusWarning: string;
1552
+ colorDisabledWarning: string;
1553
+ textColorWarning: string;
1554
+ textColorHoverWarning: string;
1555
+ textColorPressedWarning: string;
1556
+ textColorFocusWarning: string;
1557
+ textColorDisabledWarning: string;
1558
+ textColorTextWarning: string;
1559
+ textColorTextHoverWarning: string;
1560
+ textColorTextPressedWarning: string;
1561
+ textColorTextFocusWarning: string;
1562
+ textColorTextDisabledWarning: string;
1563
+ textColorGhostWarning: string;
1564
+ textColorGhostHoverWarning: string;
1565
+ textColorGhostPressedWarning: string;
1566
+ textColorGhostFocusWarning: string;
1567
+ textColorGhostDisabledWarning: string;
1568
+ borderWarning: string;
1569
+ borderHoverWarning: string;
1570
+ borderPressedWarning: string;
1571
+ borderFocusWarning: string;
1572
+ borderDisabledWarning: string;
1573
+ rippleColorWarning: string;
1574
+ colorError: string;
1575
+ colorHoverError: string;
1576
+ colorPressedError: string;
1577
+ colorFocusError: string;
1578
+ colorDisabledError: string;
1579
+ textColorError: string;
1580
+ textColorHoverError: string;
1581
+ textColorPressedError: string;
1582
+ textColorFocusError: string;
1583
+ textColorDisabledError: string;
1584
+ textColorTextError: string;
1585
+ textColorTextHoverError: string;
1586
+ textColorTextPressedError: string;
1587
+ textColorTextFocusError: string;
1588
+ textColorTextDisabledError: string;
1589
+ textColorGhostError: string;
1590
+ textColorGhostHoverError: string;
1591
+ textColorGhostPressedError: string;
1592
+ textColorGhostFocusError: string;
1593
+ textColorGhostDisabledError: string;
1594
+ borderError: string;
1595
+ borderHoverError: string;
1596
+ borderPressedError: string;
1597
+ borderFocusError: string;
1598
+ borderDisabledError: string;
1599
+ rippleColorError: string;
1600
+ waveOpacity: string;
1601
+ fontWeight: string;
1602
+ fontWeightStrong: string;
1603
+ paddingTiny: string;
1604
+ paddingSmall: string;
1605
+ paddingMedium: string;
1606
+ paddingLarge: string;
1607
+ paddingRoundTiny: string;
1608
+ paddingRoundSmall: string;
1609
+ paddingRoundMedium: string;
1610
+ paddingRoundLarge: string;
1611
+ iconMarginTiny: string;
1612
+ iconMarginSmall: string;
1613
+ iconMarginMedium: string;
1614
+ iconMarginLarge: string;
1615
+ iconSizeTiny: string;
1616
+ iconSizeSmall: string;
1617
+ iconSizeMedium: string;
1618
+ iconSizeLarge: string;
1619
+ rippleDuration: string;
1620
+ }, any>;
1621
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
1622
+ fontWeight: string;
1623
+ countTextColorDisabled: string;
1624
+ countTextColor: string;
1625
+ heightTiny: string;
1626
+ heightSmall: string;
1627
+ heightMedium: string;
1628
+ heightLarge: string;
1629
+ fontSizeTiny: string;
1630
+ fontSizeSmall: string;
1631
+ fontSizeMedium: string;
1632
+ fontSizeLarge: string;
1633
+ lineHeight: string;
1634
+ lineHeightTextarea: string;
1635
+ borderRadius: string;
1636
+ iconSize: string;
1637
+ groupLabelColor: string;
1638
+ groupLabelTextColor: string;
1639
+ textColor: string;
1640
+ textColorDisabled: string;
1641
+ textDecorationColor: string;
1642
+ caretColor: string;
1643
+ placeholderColor: string;
1644
+ placeholderColorDisabled: string;
1645
+ color: string;
1646
+ colorDisabled: string;
1647
+ colorFocus: string;
1648
+ groupLabelBorder: string;
1649
+ border: string;
1650
+ borderHover: string;
1651
+ borderDisabled: string;
1652
+ borderFocus: string;
1653
+ boxShadowFocus: string;
1654
+ loadingColor: string;
1655
+ loadingColorWarning: string;
1656
+ borderWarning: string;
1657
+ borderHoverWarning: string;
1658
+ colorFocusWarning: string;
1659
+ borderFocusWarning: string;
1660
+ boxShadowFocusWarning: string;
1661
+ caretColorWarning: string;
1662
+ loadingColorError: string;
1663
+ borderError: string;
1664
+ borderHoverError: string;
1665
+ colorFocusError: string;
1666
+ borderFocusError: string;
1667
+ boxShadowFocusError: string;
1668
+ caretColorError: string;
1669
+ clearColor: string;
1670
+ clearColorHover: string;
1671
+ clearColorPressed: string;
1672
+ iconColor: string;
1673
+ iconColorDisabled: string;
1674
+ iconColorHover: string;
1675
+ iconColorPressed: string;
1676
+ suffixTextColor: string;
1677
+ paddingTiny: string;
1678
+ paddingSmall: string;
1679
+ paddingMedium: string;
1680
+ paddingLarge: string;
1681
+ clearSize: string;
1682
+ }, any>;
1683
+ }>>;
1684
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
1033
1685
  iconColorDisabled: string;
1034
- };
1035
- peers: {
1686
+ }, {
1036
1687
  Button: import('naive-ui/es/_mixins').Theme<"Button", {
1037
1688
  heightTiny: string;
1038
1689
  heightSmall: string;
@@ -1299,1011 +1950,10 @@ declare const _default: import('vue').DefineComponent<IValue<ICartItemBase<IConf
1299
1950
  paddingLarge: string;
1300
1951
  clearSize: string;
1301
1952
  }, any>;
1302
- };
1303
- peerOverrides: {
1304
- Button?: {
1305
- peers?: {
1306
- [x: string]: any;
1307
- } | undefined;
1308
- } | undefined;
1309
- Input?: {
1310
- peers?: {
1311
- [x: string]: any;
1312
- } | undefined;
1313
- } | undefined;
1314
- };
1315
- }>;
1316
- inputThemeOverrides: {
1317
- paddingSmall: string;
1318
- paddingMedium: string;
1319
- paddingLarge: string;
1320
- };
1321
- buttonThemeOverrides: import('vue').ComputedRef<{
1322
- textColorTextDisabled: string;
1323
- opacityDisabled: string;
1324
- }>;
1325
- focus: () => void;
1326
- blur: () => void;
1327
- select: () => void;
1328
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1329
- readonly: boolean;
1330
- disabled: boolean | undefined;
1331
- round: boolean | undefined;
1332
- step: string | number;
1333
- autofocus: boolean;
1334
- loading: boolean;
1335
- bordered: boolean | undefined;
1336
- clearable: boolean;
1337
- defaultValue: number | null;
1338
- keyboard: {
1339
- ArrowUp?: boolean;
1340
- ArrowDown?: boolean;
1341
- };
1342
- showButton: boolean;
1343
- buttonPlacement: "right" | "both";
1344
- updateValueOnInput: boolean;
1345
- }, true, {}, import('vue').SlotsType<import('naive-ui').InputNumberSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1346
- P: {};
1347
- B: {};
1348
- D: {};
1349
- C: {};
1350
- M: {};
1351
- Defaults: {};
1352
- }, Readonly<import('vue').ExtractPropTypes<{
1353
- autofocus: BooleanConstructor;
1354
- loading: {
1355
- type: BooleanConstructor;
1356
- default: undefined;
1357
- };
1358
- placeholder: StringConstructor;
1359
- defaultValue: {
1360
- type: import('vue').PropType<number | null>;
1361
- default: null;
1362
- };
1363
- value: import('vue').PropType<number | null>;
1364
- step: {
1365
- type: (StringConstructor | NumberConstructor)[];
1366
- default: number;
1367
- };
1368
- min: (StringConstructor | NumberConstructor)[];
1369
- max: (StringConstructor | NumberConstructor)[];
1370
- size: import('vue').PropType<import('naive-ui/es/input-number/src/interface').Size>;
1371
- disabled: {
1372
- type: import('vue').PropType<boolean | undefined>;
1373
- default: undefined;
1374
- };
1375
- validator: import('vue').PropType<(value: number) => boolean>;
1376
- bordered: {
1377
- type: import('vue').PropType<boolean | undefined>;
1378
- default: undefined;
1379
- };
1380
- showButton: {
1381
- type: BooleanConstructor;
1382
- default: boolean;
1383
- };
1384
- buttonPlacement: {
1385
- type: import('vue').PropType<"right" | "both">;
1386
- default: string;
1387
- };
1388
- inputProps: import('vue').PropType<import('vue').InputHTMLAttributes>;
1389
- readonly: BooleanConstructor;
1390
- clearable: BooleanConstructor;
1391
- keyboard: {
1392
- type: import('vue').PropType<{
1393
- ArrowUp?: boolean;
1394
- ArrowDown?: boolean;
1395
- }>;
1396
- default: {};
1397
- };
1398
- updateValueOnInput: {
1399
- type: BooleanConstructor;
1400
- default: boolean;
1401
- };
1402
- round: {
1403
- type: import('vue').PropType<boolean | undefined>;
1404
- default: undefined;
1405
- };
1406
- parse: import('vue').PropType<(input: string) => number | null>;
1407
- format: import('vue').PropType<(value: number | null) => string>;
1408
- precision: NumberConstructor;
1409
- status: import('vue').PropType<import('naive-ui/es/form/src/interface').FormValidationStatus>;
1410
- 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
1411
- onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
1412
- onFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
1413
- onBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
1414
- onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
1415
- onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
1416
- theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"InputNumber", {
1417
- iconColorDisabled: string;
1418
- }, {
1419
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
1420
- heightTiny: string;
1421
- heightSmall: string;
1422
- heightMedium: string;
1423
- heightLarge: string;
1424
- borderRadiusTiny: string;
1425
- borderRadiusSmall: string;
1426
- borderRadiusMedium: string;
1427
- borderRadiusLarge: string;
1428
- fontSizeTiny: string;
1429
- fontSizeSmall: string;
1430
- fontSizeMedium: string;
1431
- fontSizeLarge: string;
1432
- opacityDisabled: string;
1433
- colorOpacitySecondary: string;
1434
- colorOpacitySecondaryHover: string;
1435
- colorOpacitySecondaryPressed: string;
1436
- colorSecondary: string;
1437
- colorSecondaryHover: string;
1438
- colorSecondaryPressed: string;
1439
- colorTertiary: string;
1440
- colorTertiaryHover: string;
1441
- colorTertiaryPressed: string;
1442
- colorQuaternary: string;
1443
- colorQuaternaryHover: string;
1444
- colorQuaternaryPressed: string;
1445
- color: string;
1446
- colorHover: string;
1447
- colorPressed: string;
1448
- colorFocus: string;
1449
- colorDisabled: string;
1450
- textColor: string;
1451
- textColorTertiary: string;
1452
- textColorHover: string;
1453
- textColorPressed: string;
1454
- textColorFocus: string;
1455
- textColorDisabled: string;
1456
- textColorText: string;
1457
- textColorTextHover: string;
1458
- textColorTextPressed: string;
1459
- textColorTextFocus: string;
1460
- textColorTextDisabled: string;
1461
- textColorGhost: string;
1462
- textColorGhostHover: string;
1463
- textColorGhostPressed: string;
1464
- textColorGhostFocus: string;
1465
- textColorGhostDisabled: string;
1466
- border: string;
1467
- borderHover: string;
1468
- borderPressed: string;
1469
- borderFocus: string;
1470
- borderDisabled: string;
1471
- rippleColor: string;
1472
- colorPrimary: string;
1473
- colorHoverPrimary: string;
1474
- colorPressedPrimary: string;
1475
- colorFocusPrimary: string;
1476
- colorDisabledPrimary: string;
1477
- textColorPrimary: string;
1478
- textColorHoverPrimary: string;
1479
- textColorPressedPrimary: string;
1480
- textColorFocusPrimary: string;
1481
- textColorDisabledPrimary: string;
1482
- textColorTextPrimary: string;
1483
- textColorTextHoverPrimary: string;
1484
- textColorTextPressedPrimary: string;
1485
- textColorTextFocusPrimary: string;
1486
- textColorTextDisabledPrimary: string;
1487
- textColorGhostPrimary: string;
1488
- textColorGhostHoverPrimary: string;
1489
- textColorGhostPressedPrimary: string;
1490
- textColorGhostFocusPrimary: string;
1491
- textColorGhostDisabledPrimary: string;
1492
- borderPrimary: string;
1493
- borderHoverPrimary: string;
1494
- borderPressedPrimary: string;
1495
- borderFocusPrimary: string;
1496
- borderDisabledPrimary: string;
1497
- rippleColorPrimary: string;
1498
- colorInfo: string;
1499
- colorHoverInfo: string;
1500
- colorPressedInfo: string;
1501
- colorFocusInfo: string;
1502
- colorDisabledInfo: string;
1503
- textColorInfo: string;
1504
- textColorHoverInfo: string;
1505
- textColorPressedInfo: string;
1506
- textColorFocusInfo: string;
1507
- textColorDisabledInfo: string;
1508
- textColorTextInfo: string;
1509
- textColorTextHoverInfo: string;
1510
- textColorTextPressedInfo: string;
1511
- textColorTextFocusInfo: string;
1512
- textColorTextDisabledInfo: string;
1513
- textColorGhostInfo: string;
1514
- textColorGhostHoverInfo: string;
1515
- textColorGhostPressedInfo: string;
1516
- textColorGhostFocusInfo: string;
1517
- textColorGhostDisabledInfo: string;
1518
- borderInfo: string;
1519
- borderHoverInfo: string;
1520
- borderPressedInfo: string;
1521
- borderFocusInfo: string;
1522
- borderDisabledInfo: string;
1523
- rippleColorInfo: string;
1524
- colorSuccess: string;
1525
- colorHoverSuccess: string;
1526
- colorPressedSuccess: string;
1527
- colorFocusSuccess: string;
1528
- colorDisabledSuccess: string;
1529
- textColorSuccess: string;
1530
- textColorHoverSuccess: string;
1531
- textColorPressedSuccess: string;
1532
- textColorFocusSuccess: string;
1533
- textColorDisabledSuccess: string;
1534
- textColorTextSuccess: string;
1535
- textColorTextHoverSuccess: string;
1536
- textColorTextPressedSuccess: string;
1537
- textColorTextFocusSuccess: string;
1538
- textColorTextDisabledSuccess: string;
1539
- textColorGhostSuccess: string;
1540
- textColorGhostHoverSuccess: string;
1541
- textColorGhostPressedSuccess: string;
1542
- textColorGhostFocusSuccess: string;
1543
- textColorGhostDisabledSuccess: string;
1544
- borderSuccess: string;
1545
- borderHoverSuccess: string;
1546
- borderPressedSuccess: string;
1547
- borderFocusSuccess: string;
1548
- borderDisabledSuccess: string;
1549
- rippleColorSuccess: string;
1550
- colorWarning: string;
1551
- colorHoverWarning: string;
1552
- colorPressedWarning: string;
1553
- colorFocusWarning: string;
1554
- colorDisabledWarning: string;
1555
- textColorWarning: string;
1556
- textColorHoverWarning: string;
1557
- textColorPressedWarning: string;
1558
- textColorFocusWarning: string;
1559
- textColorDisabledWarning: string;
1560
- textColorTextWarning: string;
1561
- textColorTextHoverWarning: string;
1562
- textColorTextPressedWarning: string;
1563
- textColorTextFocusWarning: string;
1564
- textColorTextDisabledWarning: string;
1565
- textColorGhostWarning: string;
1566
- textColorGhostHoverWarning: string;
1567
- textColorGhostPressedWarning: string;
1568
- textColorGhostFocusWarning: string;
1569
- textColorGhostDisabledWarning: string;
1570
- borderWarning: string;
1571
- borderHoverWarning: string;
1572
- borderPressedWarning: string;
1573
- borderFocusWarning: string;
1574
- borderDisabledWarning: string;
1575
- rippleColorWarning: string;
1576
- colorError: string;
1577
- colorHoverError: string;
1578
- colorPressedError: string;
1579
- colorFocusError: string;
1580
- colorDisabledError: string;
1581
- textColorError: string;
1582
- textColorHoverError: string;
1583
- textColorPressedError: string;
1584
- textColorFocusError: string;
1585
- textColorDisabledError: string;
1586
- textColorTextError: string;
1587
- textColorTextHoverError: string;
1588
- textColorTextPressedError: string;
1589
- textColorTextFocusError: string;
1590
- textColorTextDisabledError: string;
1591
- textColorGhostError: string;
1592
- textColorGhostHoverError: string;
1593
- textColorGhostPressedError: string;
1594
- textColorGhostFocusError: string;
1595
- textColorGhostDisabledError: string;
1596
- borderError: string;
1597
- borderHoverError: string;
1598
- borderPressedError: string;
1599
- borderFocusError: string;
1600
- borderDisabledError: string;
1601
- rippleColorError: string;
1602
- waveOpacity: string;
1603
- fontWeight: string;
1604
- fontWeightStrong: string;
1605
- paddingTiny: string;
1606
- paddingSmall: string;
1607
- paddingMedium: string;
1608
- paddingLarge: string;
1609
- paddingRoundTiny: string;
1610
- paddingRoundSmall: string;
1611
- paddingRoundMedium: string;
1612
- paddingRoundLarge: string;
1613
- iconMarginTiny: string;
1614
- iconMarginSmall: string;
1615
- iconMarginMedium: string;
1616
- iconMarginLarge: string;
1617
- iconSizeTiny: string;
1618
- iconSizeSmall: string;
1619
- iconSizeMedium: string;
1620
- iconSizeLarge: string;
1621
- rippleDuration: string;
1622
- }, any>;
1623
- Input: import('naive-ui/es/_mixins').Theme<"Input", {
1624
- fontWeight: string;
1625
- countTextColorDisabled: string;
1626
- countTextColor: string;
1627
- heightTiny: string;
1628
- heightSmall: string;
1629
- heightMedium: string;
1630
- heightLarge: string;
1631
- fontSizeTiny: string;
1632
- fontSizeSmall: string;
1633
- fontSizeMedium: string;
1634
- fontSizeLarge: string;
1635
- lineHeight: string;
1636
- lineHeightTextarea: string;
1637
- borderRadius: string;
1638
- iconSize: string;
1639
- groupLabelColor: string;
1640
- groupLabelTextColor: string;
1641
- textColor: string;
1642
- textColorDisabled: string;
1643
- textDecorationColor: string;
1644
- caretColor: string;
1645
- placeholderColor: string;
1646
- placeholderColorDisabled: string;
1647
- color: string;
1648
- colorDisabled: string;
1649
- colorFocus: string;
1650
- groupLabelBorder: string;
1651
- border: string;
1652
- borderHover: string;
1653
- borderDisabled: string;
1654
- borderFocus: string;
1655
- boxShadowFocus: string;
1656
- loadingColor: string;
1657
- loadingColorWarning: string;
1658
- borderWarning: string;
1659
- borderHoverWarning: string;
1660
- colorFocusWarning: string;
1661
- borderFocusWarning: string;
1662
- boxShadowFocusWarning: string;
1663
- caretColorWarning: string;
1664
- loadingColorError: string;
1665
- borderError: string;
1666
- borderHoverError: string;
1667
- colorFocusError: string;
1668
- borderFocusError: string;
1669
- boxShadowFocusError: string;
1670
- caretColorError: string;
1671
- clearColor: string;
1672
- clearColorHover: string;
1673
- clearColorPressed: string;
1674
- iconColor: string;
1675
- iconColorDisabled: string;
1676
- iconColorHover: string;
1677
- iconColorPressed: string;
1678
- suffixTextColor: string;
1679
- paddingTiny: string;
1680
- paddingSmall: string;
1681
- paddingMedium: string;
1682
- paddingLarge: string;
1683
- clearSize: string;
1684
- }, any>;
1685
- }>>;
1686
- themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
1687
- iconColorDisabled: string;
1688
- }, {
1689
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
1690
- heightTiny: string;
1691
- heightSmall: string;
1692
- heightMedium: string;
1693
- heightLarge: string;
1694
- borderRadiusTiny: string;
1695
- borderRadiusSmall: string;
1696
- borderRadiusMedium: string;
1697
- borderRadiusLarge: string;
1698
- fontSizeTiny: string;
1699
- fontSizeSmall: string;
1700
- fontSizeMedium: string;
1701
- fontSizeLarge: string;
1702
- opacityDisabled: string;
1703
- colorOpacitySecondary: string;
1704
- colorOpacitySecondaryHover: string;
1705
- colorOpacitySecondaryPressed: string;
1706
- colorSecondary: string;
1707
- colorSecondaryHover: string;
1708
- colorSecondaryPressed: string;
1709
- colorTertiary: string;
1710
- colorTertiaryHover: string;
1711
- colorTertiaryPressed: string;
1712
- colorQuaternary: string;
1713
- colorQuaternaryHover: string;
1714
- colorQuaternaryPressed: string;
1715
- color: string;
1716
- colorHover: string;
1717
- colorPressed: string;
1718
- colorFocus: string;
1719
- colorDisabled: string;
1720
- textColor: string;
1721
- textColorTertiary: string;
1722
- textColorHover: string;
1723
- textColorPressed: string;
1724
- textColorFocus: string;
1725
- textColorDisabled: string;
1726
- textColorText: string;
1727
- textColorTextHover: string;
1728
- textColorTextPressed: string;
1729
- textColorTextFocus: string;
1730
- textColorTextDisabled: string;
1731
- textColorGhost: string;
1732
- textColorGhostHover: string;
1733
- textColorGhostPressed: string;
1734
- textColorGhostFocus: string;
1735
- textColorGhostDisabled: string;
1736
- border: string;
1737
- borderHover: string;
1738
- borderPressed: string;
1739
- borderFocus: string;
1740
- borderDisabled: string;
1741
- rippleColor: string;
1742
- colorPrimary: string;
1743
- colorHoverPrimary: string;
1744
- colorPressedPrimary: string;
1745
- colorFocusPrimary: string;
1746
- colorDisabledPrimary: string;
1747
- textColorPrimary: string;
1748
- textColorHoverPrimary: string;
1749
- textColorPressedPrimary: string;
1750
- textColorFocusPrimary: string;
1751
- textColorDisabledPrimary: string;
1752
- textColorTextPrimary: string;
1753
- textColorTextHoverPrimary: string;
1754
- textColorTextPressedPrimary: string;
1755
- textColorTextFocusPrimary: string;
1756
- textColorTextDisabledPrimary: string;
1757
- textColorGhostPrimary: string;
1758
- textColorGhostHoverPrimary: string;
1759
- textColorGhostPressedPrimary: string;
1760
- textColorGhostFocusPrimary: string;
1761
- textColorGhostDisabledPrimary: string;
1762
- borderPrimary: string;
1763
- borderHoverPrimary: string;
1764
- borderPressedPrimary: string;
1765
- borderFocusPrimary: string;
1766
- borderDisabledPrimary: string;
1767
- rippleColorPrimary: string;
1768
- colorInfo: string;
1769
- colorHoverInfo: string;
1770
- colorPressedInfo: string;
1771
- colorFocusInfo: string;
1772
- colorDisabledInfo: string;
1773
- textColorInfo: string;
1774
- textColorHoverInfo: string;
1775
- textColorPressedInfo: string;
1776
- textColorFocusInfo: string;
1777
- textColorDisabledInfo: string;
1778
- textColorTextInfo: string;
1779
- textColorTextHoverInfo: string;
1780
- textColorTextPressedInfo: string;
1781
- textColorTextFocusInfo: string;
1782
- textColorTextDisabledInfo: string;
1783
- textColorGhostInfo: string;
1784
- textColorGhostHoverInfo: string;
1785
- textColorGhostPressedInfo: string;
1786
- textColorGhostFocusInfo: string;
1787
- textColorGhostDisabledInfo: string;
1788
- borderInfo: string;
1789
- borderHoverInfo: string;
1790
- borderPressedInfo: string;
1791
- borderFocusInfo: string;
1792
- borderDisabledInfo: string;
1793
- rippleColorInfo: string;
1794
- colorSuccess: string;
1795
- colorHoverSuccess: string;
1796
- colorPressedSuccess: string;
1797
- colorFocusSuccess: string;
1798
- colorDisabledSuccess: string;
1799
- textColorSuccess: string;
1800
- textColorHoverSuccess: string;
1801
- textColorPressedSuccess: string;
1802
- textColorFocusSuccess: string;
1803
- textColorDisabledSuccess: string;
1804
- textColorTextSuccess: string;
1805
- textColorTextHoverSuccess: string;
1806
- textColorTextPressedSuccess: string;
1807
- textColorTextFocusSuccess: string;
1808
- textColorTextDisabledSuccess: string;
1809
- textColorGhostSuccess: string;
1810
- textColorGhostHoverSuccess: string;
1811
- textColorGhostPressedSuccess: string;
1812
- textColorGhostFocusSuccess: string;
1813
- textColorGhostDisabledSuccess: string;
1814
- borderSuccess: string;
1815
- borderHoverSuccess: string;
1816
- borderPressedSuccess: string;
1817
- borderFocusSuccess: string;
1818
- borderDisabledSuccess: string;
1819
- rippleColorSuccess: string;
1820
- colorWarning: string;
1821
- colorHoverWarning: string;
1822
- colorPressedWarning: string;
1823
- colorFocusWarning: string;
1824
- colorDisabledWarning: string;
1825
- textColorWarning: string;
1826
- textColorHoverWarning: string;
1827
- textColorPressedWarning: string;
1828
- textColorFocusWarning: string;
1829
- textColorDisabledWarning: string;
1830
- textColorTextWarning: string;
1831
- textColorTextHoverWarning: string;
1832
- textColorTextPressedWarning: string;
1833
- textColorTextFocusWarning: string;
1834
- textColorTextDisabledWarning: string;
1835
- textColorGhostWarning: string;
1836
- textColorGhostHoverWarning: string;
1837
- textColorGhostPressedWarning: string;
1838
- textColorGhostFocusWarning: string;
1839
- textColorGhostDisabledWarning: string;
1840
- borderWarning: string;
1841
- borderHoverWarning: string;
1842
- borderPressedWarning: string;
1843
- borderFocusWarning: string;
1844
- borderDisabledWarning: string;
1845
- rippleColorWarning: string;
1846
- colorError: string;
1847
- colorHoverError: string;
1848
- colorPressedError: string;
1849
- colorFocusError: string;
1850
- colorDisabledError: string;
1851
- textColorError: string;
1852
- textColorHoverError: string;
1853
- textColorPressedError: string;
1854
- textColorFocusError: string;
1855
- textColorDisabledError: string;
1856
- textColorTextError: string;
1857
- textColorTextHoverError: string;
1858
- textColorTextPressedError: string;
1859
- textColorTextFocusError: string;
1860
- textColorTextDisabledError: string;
1861
- textColorGhostError: string;
1862
- textColorGhostHoverError: string;
1863
- textColorGhostPressedError: string;
1864
- textColorGhostFocusError: string;
1865
- textColorGhostDisabledError: string;
1866
- borderError: string;
1867
- borderHoverError: string;
1868
- borderPressedError: string;
1869
- borderFocusError: string;
1870
- borderDisabledError: string;
1871
- rippleColorError: string;
1872
- waveOpacity: string;
1873
- fontWeight: string;
1874
- fontWeightStrong: string;
1875
- paddingTiny: string;
1876
- paddingSmall: string;
1877
- paddingMedium: string;
1878
- paddingLarge: string;
1879
- paddingRoundTiny: string;
1880
- paddingRoundSmall: string;
1881
- paddingRoundMedium: string;
1882
- paddingRoundLarge: string;
1883
- iconMarginTiny: string;
1884
- iconMarginSmall: string;
1885
- iconMarginMedium: string;
1886
- iconMarginLarge: string;
1887
- iconSizeTiny: string;
1888
- iconSizeSmall: string;
1889
- iconSizeMedium: string;
1890
- iconSizeLarge: string;
1891
- rippleDuration: string;
1892
- }, any>;
1893
- Input: import('naive-ui/es/_mixins').Theme<"Input", {
1894
- fontWeight: string;
1895
- countTextColorDisabled: string;
1896
- countTextColor: string;
1897
- heightTiny: string;
1898
- heightSmall: string;
1899
- heightMedium: string;
1900
- heightLarge: string;
1901
- fontSizeTiny: string;
1902
- fontSizeSmall: string;
1903
- fontSizeMedium: string;
1904
- fontSizeLarge: string;
1905
- lineHeight: string;
1906
- lineHeightTextarea: string;
1907
- borderRadius: string;
1908
- iconSize: string;
1909
- groupLabelColor: string;
1910
- groupLabelTextColor: string;
1911
- textColor: string;
1912
- textColorDisabled: string;
1913
- textDecorationColor: string;
1914
- caretColor: string;
1915
- placeholderColor: string;
1916
- placeholderColorDisabled: string;
1917
- color: string;
1918
- colorDisabled: string;
1919
- colorFocus: string;
1920
- groupLabelBorder: string;
1921
- border: string;
1922
- borderHover: string;
1923
- borderDisabled: string;
1924
- borderFocus: string;
1925
- boxShadowFocus: string;
1926
- loadingColor: string;
1927
- loadingColorWarning: string;
1928
- borderWarning: string;
1929
- borderHoverWarning: string;
1930
- colorFocusWarning: string;
1931
- borderFocusWarning: string;
1932
- boxShadowFocusWarning: string;
1933
- caretColorWarning: string;
1934
- loadingColorError: string;
1935
- borderError: string;
1936
- borderHoverError: string;
1937
- colorFocusError: string;
1938
- borderFocusError: string;
1939
- boxShadowFocusError: string;
1940
- caretColorError: string;
1941
- clearColor: string;
1942
- clearColorHover: string;
1943
- clearColorPressed: string;
1944
- iconColor: string;
1945
- iconColorDisabled: string;
1946
- iconColorHover: string;
1947
- iconColorPressed: string;
1948
- suffixTextColor: string;
1949
- paddingTiny: string;
1950
- paddingSmall: string;
1951
- paddingMedium: string;
1952
- paddingLarge: string;
1953
- clearSize: string;
1954
- }, any>;
1955
- }>>>;
1956
- builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
1957
- iconColorDisabled: string;
1958
- }, {
1959
- Button: import('naive-ui/es/_mixins').Theme<"Button", {
1960
- heightTiny: string;
1961
- heightSmall: string;
1962
- heightMedium: string;
1963
- heightLarge: string;
1964
- borderRadiusTiny: string;
1965
- borderRadiusSmall: string;
1966
- borderRadiusMedium: string;
1967
- borderRadiusLarge: string;
1968
- fontSizeTiny: string;
1969
- fontSizeSmall: string;
1970
- fontSizeMedium: string;
1971
- fontSizeLarge: string;
1972
- opacityDisabled: string;
1973
- colorOpacitySecondary: string;
1974
- colorOpacitySecondaryHover: string;
1975
- colorOpacitySecondaryPressed: string;
1976
- colorSecondary: string;
1977
- colorSecondaryHover: string;
1978
- colorSecondaryPressed: string;
1979
- colorTertiary: string;
1980
- colorTertiaryHover: string;
1981
- colorTertiaryPressed: string;
1982
- colorQuaternary: string;
1983
- colorQuaternaryHover: string;
1984
- colorQuaternaryPressed: string;
1985
- color: string;
1986
- colorHover: string;
1987
- colorPressed: string;
1988
- colorFocus: string;
1989
- colorDisabled: string;
1990
- textColor: string;
1991
- textColorTertiary: string;
1992
- textColorHover: string;
1993
- textColorPressed: string;
1994
- textColorFocus: string;
1995
- textColorDisabled: string;
1996
- textColorText: string;
1997
- textColorTextHover: string;
1998
- textColorTextPressed: string;
1999
- textColorTextFocus: string;
2000
- textColorTextDisabled: string;
2001
- textColorGhost: string;
2002
- textColorGhostHover: string;
2003
- textColorGhostPressed: string;
2004
- textColorGhostFocus: string;
2005
- textColorGhostDisabled: string;
2006
- border: string;
2007
- borderHover: string;
2008
- borderPressed: string;
2009
- borderFocus: string;
2010
- borderDisabled: string;
2011
- rippleColor: string;
2012
- colorPrimary: string;
2013
- colorHoverPrimary: string;
2014
- colorPressedPrimary: string;
2015
- colorFocusPrimary: string;
2016
- colorDisabledPrimary: string;
2017
- textColorPrimary: string;
2018
- textColorHoverPrimary: string;
2019
- textColorPressedPrimary: string;
2020
- textColorFocusPrimary: string;
2021
- textColorDisabledPrimary: string;
2022
- textColorTextPrimary: string;
2023
- textColorTextHoverPrimary: string;
2024
- textColorTextPressedPrimary: string;
2025
- textColorTextFocusPrimary: string;
2026
- textColorTextDisabledPrimary: string;
2027
- textColorGhostPrimary: string;
2028
- textColorGhostHoverPrimary: string;
2029
- textColorGhostPressedPrimary: string;
2030
- textColorGhostFocusPrimary: string;
2031
- textColorGhostDisabledPrimary: string;
2032
- borderPrimary: string;
2033
- borderHoverPrimary: string;
2034
- borderPressedPrimary: string;
2035
- borderFocusPrimary: string;
2036
- borderDisabledPrimary: string;
2037
- rippleColorPrimary: string;
2038
- colorInfo: string;
2039
- colorHoverInfo: string;
2040
- colorPressedInfo: string;
2041
- colorFocusInfo: string;
2042
- colorDisabledInfo: string;
2043
- textColorInfo: string;
2044
- textColorHoverInfo: string;
2045
- textColorPressedInfo: string;
2046
- textColorFocusInfo: string;
2047
- textColorDisabledInfo: string;
2048
- textColorTextInfo: string;
2049
- textColorTextHoverInfo: string;
2050
- textColorTextPressedInfo: string;
2051
- textColorTextFocusInfo: string;
2052
- textColorTextDisabledInfo: string;
2053
- textColorGhostInfo: string;
2054
- textColorGhostHoverInfo: string;
2055
- textColorGhostPressedInfo: string;
2056
- textColorGhostFocusInfo: string;
2057
- textColorGhostDisabledInfo: string;
2058
- borderInfo: string;
2059
- borderHoverInfo: string;
2060
- borderPressedInfo: string;
2061
- borderFocusInfo: string;
2062
- borderDisabledInfo: string;
2063
- rippleColorInfo: string;
2064
- colorSuccess: string;
2065
- colorHoverSuccess: string;
2066
- colorPressedSuccess: string;
2067
- colorFocusSuccess: string;
2068
- colorDisabledSuccess: string;
2069
- textColorSuccess: string;
2070
- textColorHoverSuccess: string;
2071
- textColorPressedSuccess: string;
2072
- textColorFocusSuccess: string;
2073
- textColorDisabledSuccess: string;
2074
- textColorTextSuccess: string;
2075
- textColorTextHoverSuccess: string;
2076
- textColorTextPressedSuccess: string;
2077
- textColorTextFocusSuccess: string;
2078
- textColorTextDisabledSuccess: string;
2079
- textColorGhostSuccess: string;
2080
- textColorGhostHoverSuccess: string;
2081
- textColorGhostPressedSuccess: string;
2082
- textColorGhostFocusSuccess: string;
2083
- textColorGhostDisabledSuccess: string;
2084
- borderSuccess: string;
2085
- borderHoverSuccess: string;
2086
- borderPressedSuccess: string;
2087
- borderFocusSuccess: string;
2088
- borderDisabledSuccess: string;
2089
- rippleColorSuccess: string;
2090
- colorWarning: string;
2091
- colorHoverWarning: string;
2092
- colorPressedWarning: string;
2093
- colorFocusWarning: string;
2094
- colorDisabledWarning: string;
2095
- textColorWarning: string;
2096
- textColorHoverWarning: string;
2097
- textColorPressedWarning: string;
2098
- textColorFocusWarning: string;
2099
- textColorDisabledWarning: string;
2100
- textColorTextWarning: string;
2101
- textColorTextHoverWarning: string;
2102
- textColorTextPressedWarning: string;
2103
- textColorTextFocusWarning: string;
2104
- textColorTextDisabledWarning: string;
2105
- textColorGhostWarning: string;
2106
- textColorGhostHoverWarning: string;
2107
- textColorGhostPressedWarning: string;
2108
- textColorGhostFocusWarning: string;
2109
- textColorGhostDisabledWarning: string;
2110
- borderWarning: string;
2111
- borderHoverWarning: string;
2112
- borderPressedWarning: string;
2113
- borderFocusWarning: string;
2114
- borderDisabledWarning: string;
2115
- rippleColorWarning: string;
2116
- colorError: string;
2117
- colorHoverError: string;
2118
- colorPressedError: string;
2119
- colorFocusError: string;
2120
- colorDisabledError: string;
2121
- textColorError: string;
2122
- textColorHoverError: string;
2123
- textColorPressedError: string;
2124
- textColorFocusError: string;
2125
- textColorDisabledError: string;
2126
- textColorTextError: string;
2127
- textColorTextHoverError: string;
2128
- textColorTextPressedError: string;
2129
- textColorTextFocusError: string;
2130
- textColorTextDisabledError: string;
2131
- textColorGhostError: string;
2132
- textColorGhostHoverError: string;
2133
- textColorGhostPressedError: string;
2134
- textColorGhostFocusError: string;
2135
- textColorGhostDisabledError: string;
2136
- borderError: string;
2137
- borderHoverError: string;
2138
- borderPressedError: string;
2139
- borderFocusError: string;
2140
- borderDisabledError: string;
2141
- rippleColorError: string;
2142
- waveOpacity: string;
2143
- fontWeight: string;
2144
- fontWeightStrong: string;
2145
- paddingTiny: string;
2146
- paddingSmall: string;
2147
- paddingMedium: string;
2148
- paddingLarge: string;
2149
- paddingRoundTiny: string;
2150
- paddingRoundSmall: string;
2151
- paddingRoundMedium: string;
2152
- paddingRoundLarge: string;
2153
- iconMarginTiny: string;
2154
- iconMarginSmall: string;
2155
- iconMarginMedium: string;
2156
- iconMarginLarge: string;
2157
- iconSizeTiny: string;
2158
- iconSizeSmall: string;
2159
- iconSizeMedium: string;
2160
- iconSizeLarge: string;
2161
- rippleDuration: string;
2162
- }, any>;
2163
- Input: import('naive-ui/es/_mixins').Theme<"Input", {
2164
- fontWeight: string;
2165
- countTextColorDisabled: string;
2166
- countTextColor: string;
2167
- heightTiny: string;
2168
- heightSmall: string;
2169
- heightMedium: string;
2170
- heightLarge: string;
2171
- fontSizeTiny: string;
2172
- fontSizeSmall: string;
2173
- fontSizeMedium: string;
2174
- fontSizeLarge: string;
2175
- lineHeight: string;
2176
- lineHeightTextarea: string;
2177
- borderRadius: string;
2178
- iconSize: string;
2179
- groupLabelColor: string;
2180
- groupLabelTextColor: string;
2181
- textColor: string;
2182
- textColorDisabled: string;
2183
- textDecorationColor: string;
2184
- caretColor: string;
2185
- placeholderColor: string;
2186
- placeholderColorDisabled: string;
2187
- color: string;
2188
- colorDisabled: string;
2189
- colorFocus: string;
2190
- groupLabelBorder: string;
2191
- border: string;
2192
- borderHover: string;
2193
- borderDisabled: string;
2194
- borderFocus: string;
2195
- boxShadowFocus: string;
2196
- loadingColor: string;
2197
- loadingColorWarning: string;
2198
- borderWarning: string;
2199
- borderHoverWarning: string;
2200
- colorFocusWarning: string;
2201
- borderFocusWarning: string;
2202
- boxShadowFocusWarning: string;
2203
- caretColorWarning: string;
2204
- loadingColorError: string;
2205
- borderError: string;
2206
- borderHoverError: string;
2207
- colorFocusError: string;
2208
- borderFocusError: string;
2209
- boxShadowFocusError: string;
2210
- caretColorError: string;
2211
- clearColor: string;
2212
- clearColorHover: string;
2213
- clearColorPressed: string;
2214
- iconColor: string;
2215
- iconColorDisabled: string;
2216
- iconColorHover: string;
2217
- iconColorPressed: string;
2218
- suffixTextColor: string;
2219
- paddingTiny: string;
2220
- paddingSmall: string;
2221
- paddingMedium: string;
2222
- paddingLarge: string;
2223
- clearSize: string;
2224
- }, any>;
2225
- }>>>;
2226
- }>> & Readonly<{}>, {
2227
- 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;
2228
- inputInstRef: import('vue').Ref<{
2229
- wrapperElRef: HTMLElement | null;
2230
- textareaElRef: HTMLTextAreaElement | null;
2231
- inputElRef: HTMLInputElement | null;
2232
- isCompositing: boolean;
2233
- blur: () => void;
2234
- clear: () => void;
2235
- focus: () => void;
2236
- select: () => void;
2237
- activate: () => void;
2238
- deactivate: () => void;
2239
- scrollTo: (options: ScrollToOptions) => void;
2240
- } | null, {
2241
- wrapperElRef: HTMLElement | null;
2242
- textareaElRef: HTMLTextAreaElement | null;
2243
- inputElRef: HTMLInputElement | null;
2244
- isCompositing: boolean;
2245
- blur: () => void;
2246
- clear: () => void;
2247
- focus: () => void;
2248
- select: () => void;
2249
- activate: () => void;
2250
- deactivate: () => void;
2251
- scrollTo: (options: ScrollToOptions) => void;
2252
- } | {
2253
- wrapperElRef: HTMLElement | null;
2254
- textareaElRef: HTMLTextAreaElement | null;
2255
- inputElRef: HTMLInputElement | null;
2256
- isCompositing: boolean;
2257
- blur: () => void;
2258
- clear: () => void;
2259
- focus: () => void;
2260
- select: () => void;
2261
- activate: () => void;
2262
- deactivate: () => void;
2263
- scrollTo: (options: ScrollToOptions) => void;
2264
- } | null>;
2265
- minusButtonInstRef: import('vue').Ref<{
2266
- $el: HTMLElement;
2267
- } | null, {
2268
- $el: HTMLElement;
2269
- } | {
2270
- $el: HTMLElement;
2271
- } | null>;
2272
- addButtonInstRef: import('vue').Ref<{
2273
- $el: HTMLElement;
2274
- } | null, {
2275
- $el: HTMLElement;
2276
- } | {
2277
- $el: HTMLElement;
2278
- } | null>;
2279
- mergedClsPrefix: import('vue').Ref<string, string>;
2280
- mergedBordered: import('vue').ComputedRef<boolean>;
2281
- uncontrolledValue: import('vue').Ref<number | null, number | null>;
2282
- mergedValue: import('vue').ComputedRef<number | null>;
2283
- mergedPlaceholder: import('vue').ComputedRef<string>;
2284
- displayedValueInvalid: import('vue').ComputedRef<boolean>;
2285
- mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
2286
- mergedDisabled: import('vue').ComputedRef<boolean>;
2287
- displayedValue: import('vue').Ref<string, string>;
2288
- addable: import('vue').ComputedRef<boolean>;
2289
- minusable: import('vue').ComputedRef<boolean>;
2290
- mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
2291
- handleFocus: (e: FocusEvent) => void;
2292
- handleBlur: (e: FocusEvent) => void;
2293
- handleClear: (e: MouseEvent) => void;
2294
- handleMouseDown: (e: MouseEvent) => void;
2295
- handleAddClick: () => void;
2296
- handleMinusClick: () => void;
2297
- handleAddMousedown: () => void;
2298
- handleMinusMousedown: () => void;
2299
- handleKeyDown: (e: KeyboardEvent) => void;
2300
- handleUpdateDisplayedValue: (value: string) => void;
2301
- mergedTheme: import('vue').ComputedRef<{
2302
- common: import('naive-ui').ThemeCommonVars;
2303
- self: {
1953
+ }>>>;
1954
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
2304
1955
  iconColorDisabled: string;
2305
- };
2306
- peers: {
1956
+ }, {
2307
1957
  Button: import('naive-ui/es/_mixins').Theme<"Button", {
2308
1958
  heightTiny: string;
2309
1959
  heightSmall: string;
@@ -2570,77 +2220,473 @@ declare const _default: import('vue').DefineComponent<IValue<ICartItemBase<IConf
2570
2220
  paddingLarge: string;
2571
2221
  clearSize: string;
2572
2222
  }, any>;
2573
- };
2574
- peerOverrides: {
2575
- Button?: {
2576
- peers?: {
2577
- [x: string]: any;
2223
+ }>>>;
2224
+ }>> & Readonly<{}>, {
2225
+ 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;
2226
+ inputInstRef: import('vue').Ref<{
2227
+ wrapperElRef: HTMLElement | null;
2228
+ textareaElRef: HTMLTextAreaElement | null;
2229
+ inputElRef: HTMLInputElement | null;
2230
+ isCompositing: boolean;
2231
+ blur: () => void;
2232
+ clear: () => void;
2233
+ focus: () => void;
2234
+ select: () => void;
2235
+ activate: () => void;
2236
+ deactivate: () => void;
2237
+ scrollTo: (options: ScrollToOptions) => void;
2238
+ } | null, {
2239
+ wrapperElRef: HTMLElement | null;
2240
+ textareaElRef: HTMLTextAreaElement | null;
2241
+ inputElRef: HTMLInputElement | null;
2242
+ isCompositing: boolean;
2243
+ blur: () => void;
2244
+ clear: () => void;
2245
+ focus: () => void;
2246
+ select: () => void;
2247
+ activate: () => void;
2248
+ deactivate: () => void;
2249
+ scrollTo: (options: ScrollToOptions) => void;
2250
+ } | {
2251
+ wrapperElRef: HTMLElement | null;
2252
+ textareaElRef: HTMLTextAreaElement | null;
2253
+ inputElRef: HTMLInputElement | null;
2254
+ isCompositing: boolean;
2255
+ blur: () => void;
2256
+ clear: () => void;
2257
+ focus: () => void;
2258
+ select: () => void;
2259
+ activate: () => void;
2260
+ deactivate: () => void;
2261
+ scrollTo: (options: ScrollToOptions) => void;
2262
+ } | null>;
2263
+ minusButtonInstRef: import('vue').Ref<{
2264
+ $el: HTMLElement;
2265
+ } | null, {
2266
+ $el: HTMLElement;
2267
+ } | {
2268
+ $el: HTMLElement;
2269
+ } | null>;
2270
+ addButtonInstRef: import('vue').Ref<{
2271
+ $el: HTMLElement;
2272
+ } | null, {
2273
+ $el: HTMLElement;
2274
+ } | {
2275
+ $el: HTMLElement;
2276
+ } | null>;
2277
+ mergedClsPrefix: import('vue').Ref<string, string>;
2278
+ mergedBordered: import('vue').ComputedRef<boolean>;
2279
+ uncontrolledValue: import('vue').Ref<number | null, number | null>;
2280
+ mergedValue: import('vue').ComputedRef<number | null>;
2281
+ mergedPlaceholder: import('vue').ComputedRef<string>;
2282
+ displayedValueInvalid: import('vue').ComputedRef<boolean>;
2283
+ mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
2284
+ mergedDisabled: import('vue').ComputedRef<boolean>;
2285
+ displayedValue: import('vue').Ref<string, string>;
2286
+ addable: import('vue').ComputedRef<boolean>;
2287
+ minusable: import('vue').ComputedRef<boolean>;
2288
+ mergedStatus: import('vue').ComputedRef<import('naive-ui/es/form/src/interface').FormValidationStatus | undefined>;
2289
+ handleFocus: (e: FocusEvent) => void;
2290
+ handleBlur: (e: FocusEvent) => void;
2291
+ handleClear: (e: MouseEvent) => void;
2292
+ handleMouseDown: (e: MouseEvent) => void;
2293
+ handleAddClick: () => void;
2294
+ handleMinusClick: () => void;
2295
+ handleAddMousedown: () => void;
2296
+ handleMinusMousedown: () => void;
2297
+ handleKeyDown: (e: KeyboardEvent) => void;
2298
+ handleUpdateDisplayedValue: (value: string) => void;
2299
+ mergedTheme: import('vue').ComputedRef<{
2300
+ common: import('naive-ui').ThemeCommonVars;
2301
+ self: {
2302
+ iconColorDisabled: string;
2303
+ };
2304
+ peers: {
2305
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2306
+ heightTiny: string;
2307
+ heightSmall: string;
2308
+ heightMedium: string;
2309
+ heightLarge: string;
2310
+ borderRadiusTiny: string;
2311
+ borderRadiusSmall: string;
2312
+ borderRadiusMedium: string;
2313
+ borderRadiusLarge: string;
2314
+ fontSizeTiny: string;
2315
+ fontSizeSmall: string;
2316
+ fontSizeMedium: string;
2317
+ fontSizeLarge: string;
2318
+ opacityDisabled: string;
2319
+ colorOpacitySecondary: string;
2320
+ colorOpacitySecondaryHover: string;
2321
+ colorOpacitySecondaryPressed: string;
2322
+ colorSecondary: string;
2323
+ colorSecondaryHover: string;
2324
+ colorSecondaryPressed: string;
2325
+ colorTertiary: string;
2326
+ colorTertiaryHover: string;
2327
+ colorTertiaryPressed: string;
2328
+ colorQuaternary: string;
2329
+ colorQuaternaryHover: string;
2330
+ colorQuaternaryPressed: string;
2331
+ color: string;
2332
+ colorHover: string;
2333
+ colorPressed: string;
2334
+ colorFocus: string;
2335
+ colorDisabled: string;
2336
+ textColor: string;
2337
+ textColorTertiary: string;
2338
+ textColorHover: string;
2339
+ textColorPressed: string;
2340
+ textColorFocus: string;
2341
+ textColorDisabled: string;
2342
+ textColorText: string;
2343
+ textColorTextHover: string;
2344
+ textColorTextPressed: string;
2345
+ textColorTextFocus: string;
2346
+ textColorTextDisabled: string;
2347
+ textColorGhost: string;
2348
+ textColorGhostHover: string;
2349
+ textColorGhostPressed: string;
2350
+ textColorGhostFocus: string;
2351
+ textColorGhostDisabled: string;
2352
+ border: string;
2353
+ borderHover: string;
2354
+ borderPressed: string;
2355
+ borderFocus: string;
2356
+ borderDisabled: string;
2357
+ rippleColor: string;
2358
+ colorPrimary: string;
2359
+ colorHoverPrimary: string;
2360
+ colorPressedPrimary: string;
2361
+ colorFocusPrimary: string;
2362
+ colorDisabledPrimary: string;
2363
+ textColorPrimary: string;
2364
+ textColorHoverPrimary: string;
2365
+ textColorPressedPrimary: string;
2366
+ textColorFocusPrimary: string;
2367
+ textColorDisabledPrimary: string;
2368
+ textColorTextPrimary: string;
2369
+ textColorTextHoverPrimary: string;
2370
+ textColorTextPressedPrimary: string;
2371
+ textColorTextFocusPrimary: string;
2372
+ textColorTextDisabledPrimary: string;
2373
+ textColorGhostPrimary: string;
2374
+ textColorGhostHoverPrimary: string;
2375
+ textColorGhostPressedPrimary: string;
2376
+ textColorGhostFocusPrimary: string;
2377
+ textColorGhostDisabledPrimary: string;
2378
+ borderPrimary: string;
2379
+ borderHoverPrimary: string;
2380
+ borderPressedPrimary: string;
2381
+ borderFocusPrimary: string;
2382
+ borderDisabledPrimary: string;
2383
+ rippleColorPrimary: string;
2384
+ colorInfo: string;
2385
+ colorHoverInfo: string;
2386
+ colorPressedInfo: string;
2387
+ colorFocusInfo: string;
2388
+ colorDisabledInfo: string;
2389
+ textColorInfo: string;
2390
+ textColorHoverInfo: string;
2391
+ textColorPressedInfo: string;
2392
+ textColorFocusInfo: string;
2393
+ textColorDisabledInfo: string;
2394
+ textColorTextInfo: string;
2395
+ textColorTextHoverInfo: string;
2396
+ textColorTextPressedInfo: string;
2397
+ textColorTextFocusInfo: string;
2398
+ textColorTextDisabledInfo: string;
2399
+ textColorGhostInfo: string;
2400
+ textColorGhostHoverInfo: string;
2401
+ textColorGhostPressedInfo: string;
2402
+ textColorGhostFocusInfo: string;
2403
+ textColorGhostDisabledInfo: string;
2404
+ borderInfo: string;
2405
+ borderHoverInfo: string;
2406
+ borderPressedInfo: string;
2407
+ borderFocusInfo: string;
2408
+ borderDisabledInfo: string;
2409
+ rippleColorInfo: string;
2410
+ colorSuccess: string;
2411
+ colorHoverSuccess: string;
2412
+ colorPressedSuccess: string;
2413
+ colorFocusSuccess: string;
2414
+ colorDisabledSuccess: string;
2415
+ textColorSuccess: string;
2416
+ textColorHoverSuccess: string;
2417
+ textColorPressedSuccess: string;
2418
+ textColorFocusSuccess: string;
2419
+ textColorDisabledSuccess: string;
2420
+ textColorTextSuccess: string;
2421
+ textColorTextHoverSuccess: string;
2422
+ textColorTextPressedSuccess: string;
2423
+ textColorTextFocusSuccess: string;
2424
+ textColorTextDisabledSuccess: string;
2425
+ textColorGhostSuccess: string;
2426
+ textColorGhostHoverSuccess: string;
2427
+ textColorGhostPressedSuccess: string;
2428
+ textColorGhostFocusSuccess: string;
2429
+ textColorGhostDisabledSuccess: string;
2430
+ borderSuccess: string;
2431
+ borderHoverSuccess: string;
2432
+ borderPressedSuccess: string;
2433
+ borderFocusSuccess: string;
2434
+ borderDisabledSuccess: string;
2435
+ rippleColorSuccess: string;
2436
+ colorWarning: string;
2437
+ colorHoverWarning: string;
2438
+ colorPressedWarning: string;
2439
+ colorFocusWarning: string;
2440
+ colorDisabledWarning: string;
2441
+ textColorWarning: string;
2442
+ textColorHoverWarning: string;
2443
+ textColorPressedWarning: string;
2444
+ textColorFocusWarning: string;
2445
+ textColorDisabledWarning: string;
2446
+ textColorTextWarning: string;
2447
+ textColorTextHoverWarning: string;
2448
+ textColorTextPressedWarning: string;
2449
+ textColorTextFocusWarning: string;
2450
+ textColorTextDisabledWarning: string;
2451
+ textColorGhostWarning: string;
2452
+ textColorGhostHoverWarning: string;
2453
+ textColorGhostPressedWarning: string;
2454
+ textColorGhostFocusWarning: string;
2455
+ textColorGhostDisabledWarning: string;
2456
+ borderWarning: string;
2457
+ borderHoverWarning: string;
2458
+ borderPressedWarning: string;
2459
+ borderFocusWarning: string;
2460
+ borderDisabledWarning: string;
2461
+ rippleColorWarning: string;
2462
+ colorError: string;
2463
+ colorHoverError: string;
2464
+ colorPressedError: string;
2465
+ colorFocusError: string;
2466
+ colorDisabledError: string;
2467
+ textColorError: string;
2468
+ textColorHoverError: string;
2469
+ textColorPressedError: string;
2470
+ textColorFocusError: string;
2471
+ textColorDisabledError: string;
2472
+ textColorTextError: string;
2473
+ textColorTextHoverError: string;
2474
+ textColorTextPressedError: string;
2475
+ textColorTextFocusError: string;
2476
+ textColorTextDisabledError: string;
2477
+ textColorGhostError: string;
2478
+ textColorGhostHoverError: string;
2479
+ textColorGhostPressedError: string;
2480
+ textColorGhostFocusError: string;
2481
+ textColorGhostDisabledError: string;
2482
+ borderError: string;
2483
+ borderHoverError: string;
2484
+ borderPressedError: string;
2485
+ borderFocusError: string;
2486
+ borderDisabledError: string;
2487
+ rippleColorError: string;
2488
+ waveOpacity: string;
2489
+ fontWeight: string;
2490
+ fontWeightStrong: string;
2491
+ paddingTiny: string;
2492
+ paddingSmall: string;
2493
+ paddingMedium: string;
2494
+ paddingLarge: string;
2495
+ paddingRoundTiny: string;
2496
+ paddingRoundSmall: string;
2497
+ paddingRoundMedium: string;
2498
+ paddingRoundLarge: string;
2499
+ iconMarginTiny: string;
2500
+ iconMarginSmall: string;
2501
+ iconMarginMedium: string;
2502
+ iconMarginLarge: string;
2503
+ iconSizeTiny: string;
2504
+ iconSizeSmall: string;
2505
+ iconSizeMedium: string;
2506
+ iconSizeLarge: string;
2507
+ rippleDuration: string;
2508
+ }, any>;
2509
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
2510
+ fontWeight: string;
2511
+ countTextColorDisabled: string;
2512
+ countTextColor: string;
2513
+ heightTiny: string;
2514
+ heightSmall: string;
2515
+ heightMedium: string;
2516
+ heightLarge: string;
2517
+ fontSizeTiny: string;
2518
+ fontSizeSmall: string;
2519
+ fontSizeMedium: string;
2520
+ fontSizeLarge: string;
2521
+ lineHeight: string;
2522
+ lineHeightTextarea: string;
2523
+ borderRadius: string;
2524
+ iconSize: string;
2525
+ groupLabelColor: string;
2526
+ groupLabelTextColor: string;
2527
+ textColor: string;
2528
+ textColorDisabled: string;
2529
+ textDecorationColor: string;
2530
+ caretColor: string;
2531
+ placeholderColor: string;
2532
+ placeholderColorDisabled: string;
2533
+ color: string;
2534
+ colorDisabled: string;
2535
+ colorFocus: string;
2536
+ groupLabelBorder: string;
2537
+ border: string;
2538
+ borderHover: string;
2539
+ borderDisabled: string;
2540
+ borderFocus: string;
2541
+ boxShadowFocus: string;
2542
+ loadingColor: string;
2543
+ loadingColorWarning: string;
2544
+ borderWarning: string;
2545
+ borderHoverWarning: string;
2546
+ colorFocusWarning: string;
2547
+ borderFocusWarning: string;
2548
+ boxShadowFocusWarning: string;
2549
+ caretColorWarning: string;
2550
+ loadingColorError: string;
2551
+ borderError: string;
2552
+ borderHoverError: string;
2553
+ colorFocusError: string;
2554
+ borderFocusError: string;
2555
+ boxShadowFocusError: string;
2556
+ caretColorError: string;
2557
+ clearColor: string;
2558
+ clearColorHover: string;
2559
+ clearColorPressed: string;
2560
+ iconColor: string;
2561
+ iconColorDisabled: string;
2562
+ iconColorHover: string;
2563
+ iconColorPressed: string;
2564
+ suffixTextColor: string;
2565
+ paddingTiny: string;
2566
+ paddingSmall: string;
2567
+ paddingMedium: string;
2568
+ paddingLarge: string;
2569
+ clearSize: string;
2570
+ }, any>;
2571
+ };
2572
+ peerOverrides: {
2573
+ Button?: {
2574
+ peers?: {
2575
+ [x: string]: any;
2576
+ } | undefined;
2578
2577
  } | undefined;
2579
- } | undefined;
2580
- Input?: {
2581
- peers?: {
2582
- [x: string]: any;
2578
+ Input?: {
2579
+ peers?: {
2580
+ [x: string]: any;
2581
+ } | undefined;
2583
2582
  } | undefined;
2584
- } | undefined;
2583
+ };
2584
+ }>;
2585
+ inputThemeOverrides: {
2586
+ paddingSmall: string;
2587
+ paddingMedium: string;
2588
+ paddingLarge: string;
2589
+ };
2590
+ buttonThemeOverrides: import('vue').ComputedRef<{
2591
+ textColorTextDisabled: string;
2592
+ opacityDisabled: string;
2593
+ }>;
2594
+ focus: () => void;
2595
+ blur: () => void;
2596
+ select: () => void;
2597
+ }, {}, {}, {}, {
2598
+ readonly: boolean;
2599
+ disabled: boolean | undefined;
2600
+ round: boolean | undefined;
2601
+ step: string | number;
2602
+ autofocus: boolean;
2603
+ loading: boolean;
2604
+ bordered: boolean | undefined;
2605
+ clearable: boolean;
2606
+ defaultValue: number | null;
2607
+ keyboard: {
2608
+ ArrowUp?: boolean;
2609
+ ArrowDown?: boolean;
2585
2610
  };
2586
- }>;
2587
- inputThemeOverrides: {
2588
- paddingSmall: string;
2589
- paddingMedium: string;
2590
- paddingLarge: string;
2591
- };
2592
- buttonThemeOverrides: import('vue').ComputedRef<{
2593
- textColorTextDisabled: string;
2594
- opacityDisabled: string;
2595
- }>;
2596
- focus: () => void;
2597
- blur: () => void;
2598
- select: () => void;
2599
- }, {}, {}, {}, {
2600
- readonly: boolean;
2601
- disabled: boolean | undefined;
2602
- round: boolean | undefined;
2603
- step: string | number;
2604
- autofocus: boolean;
2605
- loading: boolean;
2606
- bordered: boolean | undefined;
2611
+ showButton: boolean;
2612
+ buttonPlacement: "right" | "both";
2613
+ updateValueOnInput: boolean;
2614
+ }> | null;
2615
+ };
2616
+ $slots: Readonly<{
2617
+ [name: string]: import('vue').Slot<any> | undefined;
2618
+ }>;
2619
+ $root: import('vue').ComponentPublicInstance | null;
2620
+ $parent: import('vue').ComponentPublicInstance | null;
2621
+ $host: Element | null;
2622
+ $emit: (event: "update:value", value: number | null | undefined, ...additionalParams: any[]) => void;
2623
+ $el: any;
2624
+ $options: import('vue').ComponentOptionsBase<Readonly<IValue<number | null | undefined> & import('../../../properties').IClearable & import('../../../properties').IDebounced & import('../../../properties').IPlaceholder & {
2625
+ min?: number;
2626
+ max?: number;
2627
+ step?: number;
2628
+ validator?: ((value: number) => boolean) | undefined;
2629
+ }> & Readonly<{
2630
+ "onUpdate:value"?: ((value: number | null | undefined, ...additionalParams: any[]) => any) | undefined;
2631
+ }>, {
2632
+ focus: () => void | undefined;
2633
+ blur: () => void | undefined;
2634
+ select: () => void | undefined;
2635
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
2636
+ "update:value": (value: number | null | undefined, ...additionalParams: any[]) => any;
2637
+ }, string, {
2638
+ value: number | null | undefined;
2607
2639
  clearable: boolean;
2608
- defaultValue: number | null;
2609
- keyboard: {
2610
- ArrowUp?: boolean;
2611
- ArrowDown?: boolean;
2612
- };
2613
- showButton: boolean;
2614
- buttonPlacement: "right" | "both";
2615
- updateValueOnInput: boolean;
2616
- }> | null;
2617
- }, any, import('vue').ComponentProvideOptions, {
2618
- P: {};
2619
- B: {};
2620
- D: {};
2621
- C: {};
2622
- M: {};
2623
- Defaults: {};
2624
- }, Readonly<IValue<number | null | undefined> & import('../../../properties').IClearable & import('../../../properties').IDebounced & import('../../../properties').IPlaceholder & {
2640
+ validator: (value: number) => boolean;
2641
+ min: number;
2642
+ max: number;
2643
+ placeholder: string;
2644
+ step: number;
2645
+ debounceTime: number;
2646
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
2647
+ beforeCreate?: (() => void) | (() => void)[];
2648
+ created?: (() => void) | (() => void)[];
2649
+ beforeMount?: (() => void) | (() => void)[];
2650
+ mounted?: (() => void) | (() => void)[];
2651
+ beforeUpdate?: (() => void) | (() => void)[];
2652
+ updated?: (() => void) | (() => void)[];
2653
+ activated?: (() => void) | (() => void)[];
2654
+ deactivated?: (() => void) | (() => void)[];
2655
+ beforeDestroy?: (() => void) | (() => void)[];
2656
+ beforeUnmount?: (() => void) | (() => void)[];
2657
+ destroyed?: (() => void) | (() => void)[];
2658
+ unmounted?: (() => void) | (() => void)[];
2659
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2660
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
2661
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
2662
+ };
2663
+ $forceUpdate: () => void;
2664
+ $nextTick: typeof nextTick;
2665
+ $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;
2666
+ } & Readonly<{
2667
+ value: number | null | undefined;
2668
+ clearable: boolean;
2669
+ validator: (value: number) => boolean;
2670
+ min: number;
2671
+ max: number;
2672
+ placeholder: string;
2673
+ step: number;
2674
+ debounceTime: number;
2675
+ }> & Omit<Readonly<IValue<number | null | undefined> & import('../../../properties').IClearable & import('../../../properties').IDebounced & import('../../../properties').IPlaceholder & {
2625
2676
  min?: number;
2626
2677
  max?: number;
2627
2678
  step?: number;
2628
2679
  validator?: ((value: number) => boolean) | undefined;
2629
2680
  }> & Readonly<{
2630
2681
  "onUpdate:value"?: ((value: number | null | undefined, ...additionalParams: any[]) => any) | undefined;
2631
- }>, {
2682
+ }>, "blur" | "focus" | "select" | ("value" | "clearable" | "validator" | "min" | "max" | "placeholder" | "step" | "debounceTime")> & import('vue').ShallowUnwrapRef<{
2632
2683
  focus: () => void | undefined;
2633
2684
  blur: () => void | undefined;
2634
2685
  select: () => void | undefined;
2635
- }, {}, {}, {}, {
2636
- value: number | null | undefined;
2637
- clearable: boolean;
2638
- validator: (value: number) => boolean;
2639
- min: number;
2640
- max: number;
2641
- placeholder: string;
2642
- step: number;
2643
- debounceTime: number;
2644
- }> | null;
2686
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
2687
+ $slots: {
2688
+ prefix?(_: {}): any;
2689
+ };
2690
+ }) | null;
2645
2691
  }, any>;
2646
2692
  export default _default;