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

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 (79) hide show
  1. package/es/components/big-table/index.d.ts +113 -47
  2. package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
  3. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
  4. package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
  5. package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
  6. package/es/components/button-print/index.d.ts +217 -110
  7. package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
  8. package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
  9. package/es/components/button-print/src/components/IdentityVerification.js +14 -6
  10. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
  11. package/es/components/button-print/src/utils/dialog.d.ts +3 -1
  12. package/es/components/button-print/src/utils/dialog.js +35 -23
  13. package/es/components/button-print/src/utils/print.d.ts +5 -0
  14. package/es/components/button-print/src/utils/print2.js +18 -0
  15. package/es/components/chunk-upload/index.d.ts +28 -22
  16. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
  17. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
  18. package/es/components/drag-layout/index.d.ts +568 -308
  19. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
  20. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
  21. package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
  22. package/es/components/field-set/index.d.ts +170 -95
  23. package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
  24. package/es/components/form-config/index.d.ts +308 -126
  25. package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
  26. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
  27. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
  28. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
  29. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
  30. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
  31. package/es/components/form-render/index.d.ts +85 -33
  32. package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
  33. package/es/components/form-render/src/components/renderer/select.js +8 -5
  34. package/es/components/form-table/index.d.ts +784 -420
  35. package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
  36. package/es/components/form-table/src/components/index.d.ts +784 -420
  37. package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
  38. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
  39. package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
  40. package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
  41. package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
  42. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
  43. package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
  44. package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
  45. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
  46. package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
  47. package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
  48. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
  49. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
  50. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
  51. package/es/components/info-header/index.d.ts +236 -61
  52. package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
  53. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
  54. package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
  55. package/es/components/map/index.d.ts +52 -28
  56. package/es/components/map/src/Map.vue.d.ts +52 -28
  57. package/es/components/scale-view/index.d.ts +75 -60
  58. package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
  59. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
  60. package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
  61. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
  62. package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
  63. package/es/components/select-label/index.d.ts +956 -262
  64. package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
  65. package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
  66. package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
  67. package/es/components/select-person/index.d.ts +210 -111
  68. package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
  69. package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
  70. package/es/components/shortcut-setter/index.d.ts +85 -33
  71. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
  72. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
  73. package/es/components/steps-wheel/index.d.ts +8 -2
  74. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
  75. package/es/components/time-line/index.d.ts +55 -30
  76. package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
  77. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
  78. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
  79. package/package.json +4 -4
@@ -401,9 +401,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
401
401
  readonly type: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").DropdownMixedOption[]>;
402
402
  readonly default: () => never[];
403
403
  };
404
+ readonly menuProps: import("vue").PropType<import("naive-ui").DropdownMenuProps>;
404
405
  readonly showArrow: BooleanConstructor;
405
406
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderLabel>;
406
407
  readonly renderIcon: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderIcon>;
408
+ readonly renderOption: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderOption>;
409
+ readonly nodeProps: import("vue").PropType<import("naive-ui").MenuNodeProps>;
407
410
  readonly labelField: {
408
411
  readonly type: StringConstructor;
409
412
  readonly default: "label";
@@ -466,9 +469,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
466
469
  readonly scrollable: BooleanConstructor;
467
470
  readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
468
471
  readonly headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
472
+ readonly footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
469
473
  readonly onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
470
474
  readonly 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
471
475
  readonly onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
476
+ readonly internalDeactivateImmediately: BooleanConstructor;
472
477
  readonly internalSyncTargetWithParent: BooleanConstructor;
473
478
  readonly internalInheritedEventHandlers: {
474
479
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -530,10 +535,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
530
535
  opacity5: string;
531
536
  dividerColor: string;
532
537
  borderColor: string;
533
- closeColor: string;
538
+ closeIconColor: string;
539
+ closeIconColorHover: string;
540
+ closeIconColorPressed: string;
534
541
  closeColorHover: string;
535
542
  closeColorPressed: string;
536
- closeColorDisabled: string;
537
543
  clearColor: string;
538
544
  clearColorHover: string;
539
545
  clearColorPressed: string;
@@ -675,6 +681,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
675
681
  }>;
676
682
  tmNodes: import("vue").ComputedRef<import("treemate").TreeNode<import("naive-ui").MenuOption | import("naive-ui/es/menu/src/interface").MenuRenderOption, import("naive-ui").MenuGroupOption, import("naive-ui/es/menu/src/interface").MenuIgnoredOption>[]>;
677
683
  mergedShow: import("vue").ComputedRef<boolean>;
684
+ handleAfterLeave: () => void;
678
685
  doUpdateShow: (value: boolean) => void;
679
686
  cssVars: import("vue").ComputedRef<any> | undefined;
680
687
  themeClass: import("vue").Ref<string> | undefined;
@@ -912,9 +919,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
912
919
  readonly type: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").DropdownMixedOption[]>;
913
920
  readonly default: () => never[];
914
921
  };
922
+ readonly menuProps: import("vue").PropType<import("naive-ui").DropdownMenuProps>;
915
923
  readonly showArrow: BooleanConstructor;
916
924
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderLabel>;
917
925
  readonly renderIcon: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderIcon>;
926
+ readonly renderOption: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderOption>;
927
+ readonly nodeProps: import("vue").PropType<import("naive-ui").MenuNodeProps>;
918
928
  readonly labelField: {
919
929
  readonly type: StringConstructor;
920
930
  readonly default: "label";
@@ -977,9 +987,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
977
987
  readonly scrollable: BooleanConstructor;
978
988
  readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
979
989
  readonly headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
990
+ readonly footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
980
991
  readonly onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
981
992
  readonly 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
982
993
  readonly onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
994
+ readonly internalDeactivateImmediately: BooleanConstructor;
983
995
  readonly internalSyncTargetWithParent: BooleanConstructor;
984
996
  readonly internalInheritedEventHandlers: {
985
997
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -999,36 +1011,37 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
999
1011
  readonly minWidth: NumberConstructor;
1000
1012
  readonly maxWidth: NumberConstructor;
1001
1013
  }>>, {
1002
- size: "small" | "medium" | "large" | "huge";
1003
- show: boolean | undefined;
1004
- flip: boolean;
1005
- width: number | "trigger";
1006
- disabled: boolean;
1007
- duration: number;
1008
- to: string | boolean | HTMLElement;
1009
- options: import("naive-ui/es/dropdown/src/interface").DropdownMixedOption[];
1010
- raw: boolean;
1011
- placement: import("vueuc").FollowerPlacement;
1012
- overlap: boolean;
1013
- keyField: string;
1014
- scrollable: boolean;
1015
- trigger: import("naive-ui").PopoverTrigger;
1016
- showArrow: boolean;
1017
- delay: number;
1018
- arrowPointToCenter: boolean;
1019
- displayDirective: "show" | "if";
1020
- keepAliveOnHover: boolean;
1021
- animated: boolean;
1022
- internalTrapFocus: boolean;
1023
- defaultShow: boolean;
1024
- internalSyncTargetWithParent: boolean;
1025
- internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
1026
- internalExtraClass: string[];
1027
- arrow: boolean | undefined;
1028
- labelField: string;
1029
- keyboard: boolean;
1030
- inverted: boolean;
1031
- childrenField: string;
1014
+ readonly size: "small" | "medium" | "large" | "huge";
1015
+ readonly show: boolean | undefined;
1016
+ readonly flip: boolean;
1017
+ readonly width: number | "trigger";
1018
+ readonly disabled: boolean;
1019
+ readonly duration: number;
1020
+ readonly to: string | boolean | HTMLElement;
1021
+ readonly options: import("naive-ui/es/dropdown/src/interface").DropdownMixedOption[];
1022
+ readonly raw: boolean;
1023
+ readonly placement: import("vueuc").FollowerPlacement;
1024
+ readonly overlap: boolean;
1025
+ readonly keyField: string;
1026
+ readonly scrollable: boolean;
1027
+ readonly trigger: import("naive-ui").PopoverTrigger;
1028
+ readonly labelField: string;
1029
+ readonly showArrow: boolean;
1030
+ readonly delay: number;
1031
+ readonly arrowPointToCenter: boolean;
1032
+ readonly displayDirective: "show" | "if";
1033
+ readonly keepAliveOnHover: boolean;
1034
+ readonly internalDeactivateImmediately: boolean;
1035
+ readonly animated: boolean;
1036
+ readonly internalTrapFocus: boolean;
1037
+ readonly defaultShow: boolean;
1038
+ readonly internalSyncTargetWithParent: boolean;
1039
+ readonly internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
1040
+ readonly internalExtraClass: string[];
1041
+ readonly arrow: boolean | undefined;
1042
+ readonly childrenField: string;
1043
+ readonly keyboard: boolean;
1044
+ readonly inverted: boolean;
1032
1045
  }>;
1033
1046
  NButton: import("vue").DefineComponent<{
1034
1047
  readonly color: StringConstructor;
@@ -1075,7 +1088,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
1075
1088
  readonly default: true;
1076
1089
  };
1077
1090
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1078
- readonly nativeFocusBehavior: BooleanConstructor;
1091
+ readonly nativeFocusBehavior: {
1092
+ readonly type: BooleanConstructor;
1093
+ readonly default: boolean;
1094
+ };
1079
1095
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1080
1096
  heightTiny: string;
1081
1097
  heightSmall: string;
@@ -1789,7 +1805,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
1789
1805
  readonly default: true;
1790
1806
  };
1791
1807
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1792
- readonly nativeFocusBehavior: BooleanConstructor;
1808
+ readonly nativeFocusBehavior: {
1809
+ readonly type: BooleanConstructor;
1810
+ readonly default: boolean;
1811
+ };
1793
1812
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1794
1813
  heightTiny: string;
1795
1814
  heightSmall: string;
@@ -2403,26 +2422,26 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
2403
2422
  rippleDuration: string;
2404
2423
  }, any>>>;
2405
2424
  }>>, {
2406
- type: import("naive-ui/es/button/src/interface").Type;
2407
- tag: keyof HTMLElementTagNameMap;
2408
- block: boolean;
2409
- round: boolean;
2410
- dashed: boolean;
2411
- text: boolean;
2412
- circle: boolean;
2413
- disabled: boolean;
2414
- focusable: boolean;
2415
- strong: boolean;
2416
- loading: boolean;
2417
- bordered: boolean;
2418
- tertiary: boolean;
2419
- ghost: boolean;
2420
- keyboard: boolean;
2421
- secondary: boolean;
2422
- quaternary: boolean;
2423
- iconPlacement: "left" | "right";
2424
- attrType: "button" | "reset" | "submit";
2425
- nativeFocusBehavior: boolean;
2425
+ readonly type: import("naive-ui/es/button/src/interface").Type;
2426
+ readonly tag: keyof HTMLElementTagNameMap;
2427
+ readonly block: boolean;
2428
+ readonly round: boolean;
2429
+ readonly dashed: boolean;
2430
+ readonly text: boolean;
2431
+ readonly circle: boolean;
2432
+ readonly disabled: boolean;
2433
+ readonly focusable: boolean;
2434
+ readonly strong: boolean;
2435
+ readonly loading: boolean;
2436
+ readonly bordered: boolean;
2437
+ readonly tertiary: boolean;
2438
+ readonly ghost: boolean;
2439
+ readonly keyboard: boolean;
2440
+ readonly secondary: boolean;
2441
+ readonly quaternary: boolean;
2442
+ readonly iconPlacement: "left" | "right";
2443
+ readonly attrType: "button" | "reset" | "submit";
2444
+ readonly nativeFocusBehavior: boolean;
2426
2445
  }>;
2427
2446
  NIcon: import("vue").DefineComponent<{
2428
2447
  readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
@@ -2537,6 +2556,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
2537
2556
  restoreValidation: () => void;
2538
2557
  } | null>;
2539
2558
  handleClickClose: () => void;
2559
+ loading: import("vue").Ref<boolean>;
2540
2560
  submit: () => Promise<false | undefined>;
2541
2561
  handleClickSubmit: () => void;
2542
2562
  NButton: import("vue").DefineComponent<{
@@ -2584,7 +2604,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
2584
2604
  readonly default: true;
2585
2605
  };
2586
2606
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2587
- readonly nativeFocusBehavior: BooleanConstructor;
2607
+ readonly nativeFocusBehavior: {
2608
+ readonly type: BooleanConstructor;
2609
+ readonly default: boolean;
2610
+ };
2588
2611
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
2589
2612
  heightTiny: string;
2590
2613
  heightSmall: string;
@@ -3298,7 +3321,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
3298
3321
  readonly default: true;
3299
3322
  };
3300
3323
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
3301
- readonly nativeFocusBehavior: BooleanConstructor;
3324
+ readonly nativeFocusBehavior: {
3325
+ readonly type: BooleanConstructor;
3326
+ readonly default: boolean;
3327
+ };
3302
3328
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
3303
3329
  heightTiny: string;
3304
3330
  heightSmall: string;
@@ -3912,26 +3938,26 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
3912
3938
  rippleDuration: string;
3913
3939
  }, any>>>;
3914
3940
  }>>, {
3915
- type: import("naive-ui/es/button/src/interface").Type;
3916
- tag: keyof HTMLElementTagNameMap;
3917
- block: boolean;
3918
- round: boolean;
3919
- dashed: boolean;
3920
- text: boolean;
3921
- circle: boolean;
3922
- disabled: boolean;
3923
- focusable: boolean;
3924
- strong: boolean;
3925
- loading: boolean;
3926
- bordered: boolean;
3927
- tertiary: boolean;
3928
- ghost: boolean;
3929
- keyboard: boolean;
3930
- secondary: boolean;
3931
- quaternary: boolean;
3932
- iconPlacement: "left" | "right";
3933
- attrType: "button" | "reset" | "submit";
3934
- nativeFocusBehavior: boolean;
3941
+ readonly type: import("naive-ui/es/button/src/interface").Type;
3942
+ readonly tag: keyof HTMLElementTagNameMap;
3943
+ readonly block: boolean;
3944
+ readonly round: boolean;
3945
+ readonly dashed: boolean;
3946
+ readonly text: boolean;
3947
+ readonly circle: boolean;
3948
+ readonly disabled: boolean;
3949
+ readonly focusable: boolean;
3950
+ readonly strong: boolean;
3951
+ readonly loading: boolean;
3952
+ readonly bordered: boolean;
3953
+ readonly tertiary: boolean;
3954
+ readonly ghost: boolean;
3955
+ readonly keyboard: boolean;
3956
+ readonly secondary: boolean;
3957
+ readonly quaternary: boolean;
3958
+ readonly iconPlacement: "left" | "right";
3959
+ readonly attrType: "button" | "reset" | "submit";
3960
+ readonly nativeFocusBehavior: boolean;
3935
3961
  }>;
3936
3962
  NModal: import("vue").DefineComponent<{
3937
3963
  onEsc: import("vue").PropType<() => void>;
@@ -4043,9 +4069,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4043
4069
  titleTextColor: string;
4044
4070
  textColor: string;
4045
4071
  color: string;
4046
- closeColor: string;
4047
4072
  closeColorHover: string;
4048
4073
  closeColorPressed: string;
4074
+ closeIconColor: string;
4075
+ closeIconColorHover: string;
4076
+ closeIconColorPressed: string;
4077
+ closeBorderRadius: string;
4049
4078
  iconColor: string;
4050
4079
  iconColorInfo: string;
4051
4080
  iconColorSuccess: string;
@@ -4061,6 +4090,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4061
4090
  iconMargin: string;
4062
4091
  iconMarginIconTop: string;
4063
4092
  closeSize: string;
4093
+ closeIconSize: string;
4064
4094
  closeMargin: string;
4065
4095
  closeMarginIconTop: string;
4066
4096
  }, {
@@ -4276,14 +4306,19 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4276
4306
  colorPopover: string;
4277
4307
  colorTarget: string;
4278
4308
  colorEmbedded: string;
4309
+ colorEmbeddedModal: string;
4310
+ colorEmbeddedPopover: string;
4279
4311
  textColor: string;
4280
4312
  titleTextColor: string;
4281
4313
  borderColor: string;
4282
4314
  actionColor: string;
4283
4315
  titleFontWeight: string;
4284
- closeColor: string;
4285
4316
  closeColorHover: string;
4286
4317
  closeColorPressed: string;
4318
+ closeBorderRadius: string;
4319
+ closeIconColor: string;
4320
+ closeIconColorHover: string;
4321
+ closeIconColorPressed: string;
4287
4322
  fontSizeSmall: string;
4288
4323
  fontSizeMedium: string;
4289
4324
  fontSizeLarge: string;
@@ -4298,6 +4333,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4298
4333
  titleFontSizeMedium: string;
4299
4334
  titleFontSizeLarge: string;
4300
4335
  titleFontSizeHuge: string;
4336
+ closeIconSize: string;
4301
4337
  closeSize: string;
4302
4338
  }, any>;
4303
4339
  }>>;
@@ -4317,9 +4353,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4317
4353
  titleTextColor: string;
4318
4354
  textColor: string;
4319
4355
  color: string;
4320
- closeColor: string;
4321
4356
  closeColorHover: string;
4322
4357
  closeColorPressed: string;
4358
+ closeIconColor: string;
4359
+ closeIconColorHover: string;
4360
+ closeIconColorPressed: string;
4361
+ closeBorderRadius: string;
4323
4362
  iconColor: string;
4324
4363
  iconColorInfo: string;
4325
4364
  iconColorSuccess: string;
@@ -4335,6 +4374,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4335
4374
  iconMargin: string;
4336
4375
  iconMarginIconTop: string;
4337
4376
  closeSize: string;
4377
+ closeIconSize: string;
4338
4378
  closeMargin: string;
4339
4379
  closeMarginIconTop: string;
4340
4380
  }, {
@@ -4550,14 +4590,19 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4550
4590
  colorPopover: string;
4551
4591
  colorTarget: string;
4552
4592
  colorEmbedded: string;
4593
+ colorEmbeddedModal: string;
4594
+ colorEmbeddedPopover: string;
4553
4595
  textColor: string;
4554
4596
  titleTextColor: string;
4555
4597
  borderColor: string;
4556
4598
  actionColor: string;
4557
4599
  titleFontWeight: string;
4558
- closeColor: string;
4559
4600
  closeColorHover: string;
4560
4601
  closeColorPressed: string;
4602
+ closeBorderRadius: string;
4603
+ closeIconColor: string;
4604
+ closeIconColorHover: string;
4605
+ closeIconColorPressed: string;
4561
4606
  fontSizeSmall: string;
4562
4607
  fontSizeMedium: string;
4563
4608
  fontSizeLarge: string;
@@ -4572,6 +4617,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4572
4617
  titleFontSizeMedium: string;
4573
4618
  titleFontSizeLarge: string;
4574
4619
  titleFontSizeHuge: string;
4620
+ closeIconSize: string;
4575
4621
  closeSize: string;
4576
4622
  }, any>;
4577
4623
  }>>>;
@@ -4591,9 +4637,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4591
4637
  titleTextColor: string;
4592
4638
  textColor: string;
4593
4639
  color: string;
4594
- closeColor: string;
4595
4640
  closeColorHover: string;
4596
4641
  closeColorPressed: string;
4642
+ closeIconColor: string;
4643
+ closeIconColorHover: string;
4644
+ closeIconColorPressed: string;
4645
+ closeBorderRadius: string;
4597
4646
  iconColor: string;
4598
4647
  iconColorInfo: string;
4599
4648
  iconColorSuccess: string;
@@ -4609,6 +4658,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4609
4658
  iconMargin: string;
4610
4659
  iconMarginIconTop: string;
4611
4660
  closeSize: string;
4661
+ closeIconSize: string;
4612
4662
  closeMargin: string;
4613
4663
  closeMarginIconTop: string;
4614
4664
  }, {
@@ -4824,14 +4874,19 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4824
4874
  colorPopover: string;
4825
4875
  colorTarget: string;
4826
4876
  colorEmbedded: string;
4877
+ colorEmbeddedModal: string;
4878
+ colorEmbeddedPopover: string;
4827
4879
  textColor: string;
4828
4880
  titleTextColor: string;
4829
4881
  borderColor: string;
4830
4882
  actionColor: string;
4831
4883
  titleFontWeight: string;
4832
- closeColor: string;
4833
4884
  closeColorHover: string;
4834
4885
  closeColorPressed: string;
4886
+ closeBorderRadius: string;
4887
+ closeIconColor: string;
4888
+ closeIconColorHover: string;
4889
+ closeIconColorPressed: string;
4835
4890
  fontSizeSmall: string;
4836
4891
  fontSizeMedium: string;
4837
4892
  fontSizeLarge: string;
@@ -4846,6 +4901,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4846
4901
  titleFontSizeMedium: string;
4847
4902
  titleFontSizeLarge: string;
4848
4903
  titleFontSizeHuge: string;
4904
+ closeIconSize: string;
4849
4905
  closeSize: string;
4850
4906
  }, any>;
4851
4907
  }>>>;
@@ -4981,9 +5037,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4981
5037
  titleTextColor: string;
4982
5038
  textColor: string;
4983
5039
  color: string;
4984
- closeColor: string;
4985
5040
  closeColorHover: string;
4986
5041
  closeColorPressed: string;
5042
+ closeIconColor: string;
5043
+ closeIconColorHover: string;
5044
+ closeIconColorPressed: string;
5045
+ closeBorderRadius: string;
4987
5046
  iconColor: string;
4988
5047
  iconColorInfo: string;
4989
5048
  iconColorSuccess: string;
@@ -4999,6 +5058,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
4999
5058
  iconMargin: string;
5000
5059
  iconMarginIconTop: string;
5001
5060
  closeSize: string;
5061
+ closeIconSize: string;
5002
5062
  closeMargin: string;
5003
5063
  closeMarginIconTop: string;
5004
5064
  }, {
@@ -5214,14 +5274,19 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
5214
5274
  colorPopover: string;
5215
5275
  colorTarget: string;
5216
5276
  colorEmbedded: string;
5277
+ colorEmbeddedModal: string;
5278
+ colorEmbeddedPopover: string;
5217
5279
  textColor: string;
5218
5280
  titleTextColor: string;
5219
5281
  borderColor: string;
5220
5282
  actionColor: string;
5221
5283
  titleFontWeight: string;
5222
- closeColor: string;
5223
5284
  closeColorHover: string;
5224
5285
  closeColorPressed: string;
5286
+ closeBorderRadius: string;
5287
+ closeIconColor: string;
5288
+ closeIconColorHover: string;
5289
+ closeIconColorPressed: string;
5225
5290
  fontSizeSmall: string;
5226
5291
  fontSizeMedium: string;
5227
5292
  fontSizeLarge: string;
@@ -5236,6 +5301,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
5236
5301
  titleFontSizeMedium: string;
5237
5302
  titleFontSizeLarge: string;
5238
5303
  titleFontSizeHuge: string;
5304
+ closeIconSize: string;
5239
5305
  closeSize: string;
5240
5306
  }, any>;
5241
5307
  }>>;
@@ -5255,9 +5321,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
5255
5321
  titleTextColor: string;
5256
5322
  textColor: string;
5257
5323
  color: string;
5258
- closeColor: string;
5259
5324
  closeColorHover: string;
5260
5325
  closeColorPressed: string;
5326
+ closeIconColor: string;
5327
+ closeIconColorHover: string;
5328
+ closeIconColorPressed: string;
5329
+ closeBorderRadius: string;
5261
5330
  iconColor: string;
5262
5331
  iconColorInfo: string;
5263
5332
  iconColorSuccess: string;
@@ -5273,6 +5342,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
5273
5342
  iconMargin: string;
5274
5343
  iconMarginIconTop: string;
5275
5344
  closeSize: string;
5345
+ closeIconSize: string;
5276
5346
  closeMargin: string;
5277
5347
  closeMarginIconTop: string;
5278
5348
  }, {
@@ -5488,14 +5558,19 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
5488
5558
  colorPopover: string;
5489
5559
  colorTarget: string;
5490
5560
  colorEmbedded: string;
5561
+ colorEmbeddedModal: string;
5562
+ colorEmbeddedPopover: string;
5491
5563
  textColor: string;
5492
5564
  titleTextColor: string;
5493
5565
  borderColor: string;
5494
5566
  actionColor: string;
5495
5567
  titleFontWeight: string;
5496
- closeColor: string;
5497
5568
  closeColorHover: string;
5498
5569
  closeColorPressed: string;
5570
+ closeBorderRadius: string;
5571
+ closeIconColor: string;
5572
+ closeIconColorHover: string;
5573
+ closeIconColorPressed: string;
5499
5574
  fontSizeSmall: string;
5500
5575
  fontSizeMedium: string;
5501
5576
  fontSizeLarge: string;
@@ -5510,6 +5585,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
5510
5585
  titleFontSizeMedium: string;
5511
5586
  titleFontSizeLarge: string;
5512
5587
  titleFontSizeHuge: string;
5588
+ closeIconSize: string;
5513
5589
  closeSize: string;
5514
5590
  }, any>;
5515
5591
  }>>>;
@@ -5529,9 +5605,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
5529
5605
  titleTextColor: string;
5530
5606
  textColor: string;
5531
5607
  color: string;
5532
- closeColor: string;
5533
5608
  closeColorHover: string;
5534
5609
  closeColorPressed: string;
5610
+ closeIconColor: string;
5611
+ closeIconColorHover: string;
5612
+ closeIconColorPressed: string;
5613
+ closeBorderRadius: string;
5535
5614
  iconColor: string;
5536
5615
  iconColorInfo: string;
5537
5616
  iconColorSuccess: string;
@@ -5547,6 +5626,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
5547
5626
  iconMargin: string;
5548
5627
  iconMarginIconTop: string;
5549
5628
  closeSize: string;
5629
+ closeIconSize: string;
5550
5630
  closeMargin: string;
5551
5631
  closeMarginIconTop: string;
5552
5632
  }, {
@@ -5762,14 +5842,19 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
5762
5842
  colorPopover: string;
5763
5843
  colorTarget: string;
5764
5844
  colorEmbedded: string;
5845
+ colorEmbeddedModal: string;
5846
+ colorEmbeddedPopover: string;
5765
5847
  textColor: string;
5766
5848
  titleTextColor: string;
5767
5849
  borderColor: string;
5768
5850
  actionColor: string;
5769
5851
  titleFontWeight: string;
5770
- closeColor: string;
5771
5852
  closeColorHover: string;
5772
5853
  closeColorPressed: string;
5854
+ closeBorderRadius: string;
5855
+ closeIconColor: string;
5856
+ closeIconColorHover: string;
5857
+ closeIconColorPressed: string;
5773
5858
  fontSizeSmall: string;
5774
5859
  fontSizeMedium: string;
5775
5860
  fontSizeLarge: string;
@@ -5784,6 +5869,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
5784
5869
  titleFontSizeMedium: string;
5785
5870
  titleFontSizeLarge: string;
5786
5871
  titleFontSizeHuge: string;
5872
+ closeIconSize: string;
5787
5873
  closeSize: string;
5788
5874
  }, any>;
5789
5875
  }>>>;
@@ -6064,14 +6150,14 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6064
6150
  labelTextAlignHorizontal: string;
6065
6151
  }, any>>>;
6066
6152
  }>>, {
6067
- inline: boolean;
6068
- disabled: boolean;
6069
- onSubmit: (e: Event) => void;
6070
- labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
6071
- model: Record<string, any>;
6072
- showRequireMark: boolean | undefined;
6073
- showFeedback: boolean;
6074
- showLabel: boolean | undefined;
6153
+ readonly inline: boolean;
6154
+ readonly disabled: boolean;
6155
+ readonly onSubmit: (e: Event) => void;
6156
+ readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
6157
+ readonly model: Record<string, any>;
6158
+ readonly showRequireMark: boolean | undefined;
6159
+ readonly showFeedback: boolean;
6160
+ readonly showLabel: boolean | undefined;
6075
6161
  }>;
6076
6162
  NFormItem: import("vue").DefineComponent<{
6077
6163
  readonly label: StringConstructor;
@@ -6229,12 +6315,15 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6229
6315
  mergedValidationStatus: import("vue").ComputedRef<"success" | "warning" | "error" | undefined>;
6230
6316
  mergedShowFeedback: import("vue").ComputedRef<boolean>;
6231
6317
  mergedShowLabel: import("vue").ComputedRef<boolean>;
6318
+ isAutoLabelWidth: import("vue").ComputedRef<boolean>;
6232
6319
  labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
6233
6320
  mergedClsPrefix: import("vue").ComputedRef<string>;
6234
6321
  mergedRequired: import("vue").ComputedRef<boolean>;
6235
- hasFeedback: import("vue").ComputedRef<number | true>;
6236
6322
  feedbackId: import("vue").Ref<string>;
6237
- explains: import("vue").Ref<string[]>;
6323
+ renderExplains: import("vue").Ref<{
6324
+ key: string;
6325
+ render: () => import("vue").VNodeChild;
6326
+ }[]>;
6238
6327
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6239
6328
  readonly label: StringConstructor;
6240
6329
  readonly labelWidth: import("vue").PropType<string | number>;
@@ -6358,12 +6447,12 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6358
6447
  labelTextAlignHorizontal: string;
6359
6448
  }, any>>>;
6360
6449
  }>>, {
6361
- required: boolean;
6362
- first: boolean;
6363
- showRequireMark: boolean | undefined;
6364
- showFeedback: boolean | undefined;
6365
- showLabel: boolean | undefined;
6366
- ignorePathChange: boolean;
6450
+ readonly required: boolean;
6451
+ readonly first: boolean;
6452
+ readonly showRequireMark: boolean | undefined;
6453
+ readonly showFeedback: boolean | undefined;
6454
+ readonly showLabel: boolean | undefined;
6455
+ readonly ignorePathChange: boolean;
6367
6456
  }>;
6368
6457
  NInput: import("vue").DefineComponent<{
6369
6458
  bordered: {
@@ -6423,6 +6512,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6423
6512
  type: BooleanConstructor;
6424
6513
  default: undefined;
6425
6514
  };
6515
+ allowInput: import("vue").PropType<(value: string) => boolean>;
6516
+ renderCount: import("vue").PropType<(props: {
6517
+ value: string;
6518
+ }) => import("vue").VNodeChild>;
6426
6519
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
6427
6520
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
6428
6521
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -6451,6 +6544,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6451
6544
  internalLoadingBeforeSuffix: BooleanConstructor;
6452
6545
  showPasswordToggle: BooleanConstructor;
6453
6546
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
6547
+ countTextColorDisabled: string;
6454
6548
  countTextColor: string;
6455
6549
  heightTiny: string;
6456
6550
  heightSmall: string;
@@ -6511,6 +6605,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6511
6605
  clearSize: string;
6512
6606
  }, any>>;
6513
6607
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
6608
+ countTextColorDisabled: string;
6514
6609
  countTextColor: string;
6515
6610
  heightTiny: string;
6516
6611
  heightSmall: string;
@@ -6571,6 +6666,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6571
6666
  clearSize: string;
6572
6667
  }, any>>>;
6573
6668
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
6669
+ countTextColorDisabled: string;
6574
6670
  countTextColor: string;
6575
6671
  heightTiny: string;
6576
6672
  heightSmall: string;
@@ -6643,8 +6739,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6643
6739
  contentRef: HTMLElement | null;
6644
6740
  containerScrollTop: number;
6645
6741
  syncUnifiedContainer: () => void;
6646
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
6647
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
6742
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
6743
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
6648
6744
  sync: () => void;
6649
6745
  handleMouseEnterWrapper: () => void;
6650
6746
  handleMouseLeaveWrapper: () => void;
@@ -6678,7 +6774,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6678
6774
  handleCompositionEnd: (e: CompositionEvent) => void;
6679
6775
  handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
6680
6776
  handleInputBlur: (e: FocusEvent) => void;
6681
- handleInputFocus: (e: FocusEvent) => void;
6777
+ handleInputFocus: (e: FocusEvent, index: number) => void;
6682
6778
  handleWrapperBlur: (e: FocusEvent) => void;
6683
6779
  handleWrapperFocus: (e: FocusEvent) => void;
6684
6780
  handleMouseEnter: () => void;
@@ -6689,7 +6785,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6689
6785
  handleClear: (e: MouseEvent) => void;
6690
6786
  handlePasswordToggleClick: () => void;
6691
6787
  handlePasswordToggleMousedown: (e: MouseEvent) => void;
6692
- handleWrapperKeyDown: (e: KeyboardEvent) => void;
6788
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
6693
6789
  handleTextAreaMirrorResize: () => void;
6694
6790
  getTextareaScrollContainer: () => HTMLTextAreaElement | null;
6695
6791
  mergedTheme: import("vue").ComputedRef<{
@@ -6733,10 +6829,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6733
6829
  opacity5: string;
6734
6830
  dividerColor: string;
6735
6831
  borderColor: string;
6736
- closeColor: string;
6832
+ closeIconColor: string;
6833
+ closeIconColorHover: string;
6834
+ closeIconColorPressed: string;
6737
6835
  closeColorHover: string;
6738
6836
  closeColorPressed: string;
6739
- closeColorDisabled: string;
6740
6837
  clearColor: string;
6741
6838
  clearColorHover: string;
6742
6839
  clearColorPressed: string;
@@ -6798,6 +6895,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6798
6895
  name: "common";
6799
6896
  };
6800
6897
  self: {
6898
+ countTextColorDisabled: string;
6801
6899
  countTextColor: string;
6802
6900
  heightTiny: string;
6803
6901
  heightSmall: string;
@@ -6865,6 +6963,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6865
6963
  cssVars: import("vue").ComputedRef<{
6866
6964
  '--n-bezier': string;
6867
6965
  '--n-count-text-color': string;
6966
+ '--n-count-text-color-disabled': string;
6868
6967
  '--n-color': string;
6869
6968
  '--n-font-size': string;
6870
6969
  '--n-border-radius': string;
@@ -6919,6 +7018,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6919
7018
  select: () => void;
6920
7019
  activate: () => void;
6921
7020
  deactivate: () => void;
7021
+ scrollTo: (options: ScrollToOptions) => void;
6922
7022
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6923
7023
  bordered: {
6924
7024
  type: import("vue").PropType<boolean | undefined>;
@@ -6977,6 +7077,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
6977
7077
  type: BooleanConstructor;
6978
7078
  default: undefined;
6979
7079
  };
7080
+ allowInput: import("vue").PropType<(value: string) => boolean>;
7081
+ renderCount: import("vue").PropType<(props: {
7082
+ value: string;
7083
+ }) => import("vue").VNodeChild>;
6980
7084
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
6981
7085
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
6982
7086
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -7005,6 +7109,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
7005
7109
  internalLoadingBeforeSuffix: BooleanConstructor;
7006
7110
  showPasswordToggle: BooleanConstructor;
7007
7111
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
7112
+ countTextColorDisabled: string;
7008
7113
  countTextColor: string;
7009
7114
  heightTiny: string;
7010
7115
  heightSmall: string;
@@ -7065,6 +7170,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
7065
7170
  clearSize: string;
7066
7171
  }, any>>;
7067
7172
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
7173
+ countTextColorDisabled: string;
7068
7174
  countTextColor: string;
7069
7175
  heightTiny: string;
7070
7176
  heightSmall: string;
@@ -7125,6 +7231,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
7125
7231
  clearSize: string;
7126
7232
  }, any>>>;
7127
7233
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
7234
+ countTextColorDisabled: string;
7128
7235
  countTextColor: string;
7129
7236
  heightTiny: string;
7130
7237
  heightSmall: string;