@snabcentr/vue-ui-lib 3.4.13 → 3.5.1

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