@snabcentr/vue-ui-lib 3.4.13 → 3.5.0

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