@snabcentr/vue-ui-lib 2.17.1 → 2.17.2

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