cnhis-design-vue 3.1.18-beta.8 → 3.1.18-beta.9

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