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
@@ -671,12 +671,17 @@ export declare const componentMap: {
671
671
  };
672
672
  checked: BooleanConstructor;
673
673
  checkable: BooleanConstructor;
674
+ strong: BooleanConstructor;
675
+ triggerClickOnClose: BooleanConstructor;
674
676
  onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
675
677
  onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
676
678
  onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
677
679
  'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
678
680
  onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
679
- internalStopClickPropagation: BooleanConstructor;
681
+ internalCloseFocusable: {
682
+ type: BooleanConstructor;
683
+ default: boolean;
684
+ };
680
685
  onCheckedChange: {
681
686
  type: import("vue").PropType<(checked: boolean) => void>;
682
687
  validator: () => boolean;
@@ -698,6 +703,7 @@ export declare const componentMap: {
698
703
  readonly default: undefined;
699
704
  };
700
705
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
706
+ closeBorderRadius: string;
701
707
  heightTiny: string;
702
708
  heightSmall: string;
703
709
  heightMedium: string;
@@ -708,6 +714,7 @@ export declare const componentMap: {
708
714
  fontSizeSmall: string;
709
715
  fontSizeMedium: string;
710
716
  fontSizeLarge: string;
717
+ fontWeightStrong: string;
711
718
  textColorCheckable: string;
712
719
  textColorHoverCheckable: string;
713
720
  textColorPressedCheckable: string;
@@ -721,39 +728,61 @@ export declare const componentMap: {
721
728
  border: string;
722
729
  textColor: string;
723
730
  color: string;
724
- closeColor: string;
731
+ colorBordered: string;
732
+ closeIconColor: string;
733
+ closeIconColorHover: string;
734
+ closeIconColorPressed: string;
725
735
  closeColorHover: string;
726
736
  closeColorPressed: string;
727
737
  borderPrimary: string;
728
738
  textColorPrimary: string;
729
739
  colorPrimary: string;
730
- closeColorPrimary: string;
740
+ colorBorderedPrimary: string;
741
+ closeIconColorPrimary: string;
742
+ closeIconColorHoverPrimary: string;
743
+ closeIconColorPressedPrimary: string;
731
744
  closeColorHoverPrimary: string;
732
745
  closeColorPressedPrimary: string;
733
746
  borderInfo: string;
734
747
  textColorInfo: string;
735
748
  colorInfo: string;
736
- closeColorInfo: string;
749
+ colorBorderedInfo: string;
750
+ closeIconColorInfo: string;
751
+ closeIconColorHoverInfo: string;
752
+ closeIconColorPressedInfo: string;
737
753
  closeColorHoverInfo: string;
738
754
  closeColorPressedInfo: string;
739
755
  borderSuccess: string;
740
756
  textColorSuccess: string;
741
757
  colorSuccess: string;
742
- closeColorSuccess: string;
758
+ colorBorderedSuccess: string;
759
+ closeIconColorSuccess: string;
760
+ closeIconColorHoverSuccess: string;
761
+ closeIconColorPressedSuccess: string;
743
762
  closeColorHoverSuccess: string;
744
763
  closeColorPressedSuccess: string;
745
764
  borderWarning: string;
746
765
  textColorWarning: string;
747
766
  colorWarning: string;
748
- closeColorWarning: string;
767
+ colorBorderedWarning: string;
768
+ closeIconColorWarning: string;
769
+ closeIconColorHoverWarning: string;
770
+ closeIconColorPressedWarning: string;
749
771
  closeColorHoverWarning: string;
750
772
  closeColorPressedWarning: string;
751
773
  borderError: string;
752
774
  textColorError: string;
753
775
  colorError: string;
754
- closeColorError: string;
776
+ colorBorderedError: string;
777
+ closeIconColorError: string;
778
+ closeIconColorHoverError: string;
779
+ closeIconColorPressedError: string;
755
780
  closeColorHoverError: string;
756
781
  closeColorPressedError: string;
782
+ closeIconSizeTiny: string;
783
+ closeIconSizeSmall: string;
784
+ closeIconSizeMedium: string;
785
+ closeIconSizeLarge: string;
757
786
  closeSizeTiny: string;
758
787
  closeSizeSmall: string;
759
788
  closeSizeMedium: string;
@@ -763,6 +792,7 @@ export declare const componentMap: {
763
792
  closeMarginRtl: string;
764
793
  }, any>>;
765
794
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
795
+ closeBorderRadius: string;
766
796
  heightTiny: string;
767
797
  heightSmall: string;
768
798
  heightMedium: string;
@@ -773,6 +803,7 @@ export declare const componentMap: {
773
803
  fontSizeSmall: string;
774
804
  fontSizeMedium: string;
775
805
  fontSizeLarge: string;
806
+ fontWeightStrong: string;
776
807
  textColorCheckable: string;
777
808
  textColorHoverCheckable: string;
778
809
  textColorPressedCheckable: string;
@@ -786,39 +817,61 @@ export declare const componentMap: {
786
817
  border: string;
787
818
  textColor: string;
788
819
  color: string;
789
- closeColor: string;
820
+ colorBordered: string;
821
+ closeIconColor: string;
822
+ closeIconColorHover: string;
823
+ closeIconColorPressed: string;
790
824
  closeColorHover: string;
791
825
  closeColorPressed: string;
792
826
  borderPrimary: string;
793
827
  textColorPrimary: string;
794
828
  colorPrimary: string;
795
- closeColorPrimary: string;
829
+ colorBorderedPrimary: string;
830
+ closeIconColorPrimary: string;
831
+ closeIconColorHoverPrimary: string;
832
+ closeIconColorPressedPrimary: string;
796
833
  closeColorHoverPrimary: string;
797
834
  closeColorPressedPrimary: string;
798
835
  borderInfo: string;
799
836
  textColorInfo: string;
800
837
  colorInfo: string;
801
- closeColorInfo: string;
838
+ colorBorderedInfo: string;
839
+ closeIconColorInfo: string;
840
+ closeIconColorHoverInfo: string;
841
+ closeIconColorPressedInfo: string;
802
842
  closeColorHoverInfo: string;
803
843
  closeColorPressedInfo: string;
804
844
  borderSuccess: string;
805
845
  textColorSuccess: string;
806
846
  colorSuccess: string;
807
- closeColorSuccess: string;
847
+ colorBorderedSuccess: string;
848
+ closeIconColorSuccess: string;
849
+ closeIconColorHoverSuccess: string;
850
+ closeIconColorPressedSuccess: string;
808
851
  closeColorHoverSuccess: string;
809
852
  closeColorPressedSuccess: string;
810
853
  borderWarning: string;
811
854
  textColorWarning: string;
812
855
  colorWarning: string;
813
- closeColorWarning: string;
856
+ colorBorderedWarning: string;
857
+ closeIconColorWarning: string;
858
+ closeIconColorHoverWarning: string;
859
+ closeIconColorPressedWarning: string;
814
860
  closeColorHoverWarning: string;
815
861
  closeColorPressedWarning: string;
816
862
  borderError: string;
817
863
  textColorError: string;
818
864
  colorError: string;
819
- closeColorError: string;
865
+ colorBorderedError: string;
866
+ closeIconColorError: string;
867
+ closeIconColorHoverError: string;
868
+ closeIconColorPressedError: string;
820
869
  closeColorHoverError: string;
821
870
  closeColorPressedError: string;
871
+ closeIconSizeTiny: string;
872
+ closeIconSizeSmall: string;
873
+ closeIconSizeMedium: string;
874
+ closeIconSizeLarge: string;
822
875
  closeSizeTiny: string;
823
876
  closeSizeSmall: string;
824
877
  closeSizeMedium: string;
@@ -828,6 +881,7 @@ export declare const componentMap: {
828
881
  closeMarginRtl: string;
829
882
  }, any>>>;
830
883
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
884
+ closeBorderRadius: string;
831
885
  heightTiny: string;
832
886
  heightSmall: string;
833
887
  heightMedium: string;
@@ -838,6 +892,7 @@ export declare const componentMap: {
838
892
  fontSizeSmall: string;
839
893
  fontSizeMedium: string;
840
894
  fontSizeLarge: string;
895
+ fontWeightStrong: string;
841
896
  textColorCheckable: string;
842
897
  textColorHoverCheckable: string;
843
898
  textColorPressedCheckable: string;
@@ -851,39 +906,61 @@ export declare const componentMap: {
851
906
  border: string;
852
907
  textColor: string;
853
908
  color: string;
854
- closeColor: string;
909
+ colorBordered: string;
910
+ closeIconColor: string;
911
+ closeIconColorHover: string;
912
+ closeIconColorPressed: string;
855
913
  closeColorHover: string;
856
914
  closeColorPressed: string;
857
915
  borderPrimary: string;
858
916
  textColorPrimary: string;
859
917
  colorPrimary: string;
860
- closeColorPrimary: string;
918
+ colorBorderedPrimary: string;
919
+ closeIconColorPrimary: string;
920
+ closeIconColorHoverPrimary: string;
921
+ closeIconColorPressedPrimary: string;
861
922
  closeColorHoverPrimary: string;
862
923
  closeColorPressedPrimary: string;
863
924
  borderInfo: string;
864
925
  textColorInfo: string;
865
926
  colorInfo: string;
866
- closeColorInfo: string;
927
+ colorBorderedInfo: string;
928
+ closeIconColorInfo: string;
929
+ closeIconColorHoverInfo: string;
930
+ closeIconColorPressedInfo: string;
867
931
  closeColorHoverInfo: string;
868
932
  closeColorPressedInfo: string;
869
933
  borderSuccess: string;
870
934
  textColorSuccess: string;
871
935
  colorSuccess: string;
872
- closeColorSuccess: string;
936
+ colorBorderedSuccess: string;
937
+ closeIconColorSuccess: string;
938
+ closeIconColorHoverSuccess: string;
939
+ closeIconColorPressedSuccess: string;
873
940
  closeColorHoverSuccess: string;
874
941
  closeColorPressedSuccess: string;
875
942
  borderWarning: string;
876
943
  textColorWarning: string;
877
944
  colorWarning: string;
878
- closeColorWarning: string;
945
+ colorBorderedWarning: string;
946
+ closeIconColorWarning: string;
947
+ closeIconColorHoverWarning: string;
948
+ closeIconColorPressedWarning: string;
879
949
  closeColorHoverWarning: string;
880
950
  closeColorPressedWarning: string;
881
951
  borderError: string;
882
952
  textColorError: string;
883
953
  colorError: string;
884
- closeColorError: string;
954
+ colorBorderedError: string;
955
+ closeIconColorError: string;
956
+ closeIconColorHoverError: string;
957
+ closeIconColorPressedError: string;
885
958
  closeColorHoverError: string;
886
959
  closeColorPressedError: string;
960
+ closeIconSizeTiny: string;
961
+ closeIconSizeSmall: string;
962
+ closeIconSizeMedium: string;
963
+ closeIconSizeLarge: string;
887
964
  closeSizeTiny: string;
888
965
  closeSizeSmall: string;
889
966
  closeSizeMedium: string;
@@ -900,14 +977,19 @@ export declare const componentMap: {
900
977
  handleClick: (e: MouseEvent) => void;
901
978
  handleCloseClick: (e: MouseEvent) => void;
902
979
  cssVars: import("vue").ComputedRef<{
980
+ '--n-font-weight-strong': string;
903
981
  '--n-avatar-size-override': string;
904
982
  '--n-bezier': string;
905
983
  '--n-border-radius': string;
906
984
  '--n-border': string;
907
- '--n-close-color': string;
908
- '--n-close-color-hover': string;
985
+ '--n-close-icon-size': string;
909
986
  '--n-close-color-pressed': string;
910
- '--n-close-color-disabled': string;
987
+ '--n-close-color-hover': string;
988
+ '--n-close-border-radius': string;
989
+ '--n-close-icon-color': string;
990
+ '--n-close-icon-color-hover': string;
991
+ '--n-close-icon-color-pressed': string;
992
+ '--n-close-icon-color-disabled': string;
911
993
  '--n-close-margin': string;
912
994
  '--n-close-margin-rtl': string;
913
995
  '--n-close-size': string;
@@ -938,12 +1020,17 @@ export declare const componentMap: {
938
1020
  };
939
1021
  checked: BooleanConstructor;
940
1022
  checkable: BooleanConstructor;
1023
+ strong: BooleanConstructor;
1024
+ triggerClickOnClose: BooleanConstructor;
941
1025
  onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
942
1026
  onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
943
1027
  onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
944
1028
  'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
945
1029
  onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
946
- internalStopClickPropagation: BooleanConstructor;
1030
+ internalCloseFocusable: {
1031
+ type: BooleanConstructor;
1032
+ default: boolean;
1033
+ };
947
1034
  onCheckedChange: {
948
1035
  type: import("vue").PropType<(checked: boolean) => void>;
949
1036
  validator: () => boolean;
@@ -965,6 +1052,7 @@ export declare const componentMap: {
965
1052
  readonly default: undefined;
966
1053
  };
967
1054
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
1055
+ closeBorderRadius: string;
968
1056
  heightTiny: string;
969
1057
  heightSmall: string;
970
1058
  heightMedium: string;
@@ -975,6 +1063,7 @@ export declare const componentMap: {
975
1063
  fontSizeSmall: string;
976
1064
  fontSizeMedium: string;
977
1065
  fontSizeLarge: string;
1066
+ fontWeightStrong: string;
978
1067
  textColorCheckable: string;
979
1068
  textColorHoverCheckable: string;
980
1069
  textColorPressedCheckable: string;
@@ -988,39 +1077,61 @@ export declare const componentMap: {
988
1077
  border: string;
989
1078
  textColor: string;
990
1079
  color: string;
991
- closeColor: string;
1080
+ colorBordered: string;
1081
+ closeIconColor: string;
1082
+ closeIconColorHover: string;
1083
+ closeIconColorPressed: string;
992
1084
  closeColorHover: string;
993
1085
  closeColorPressed: string;
994
1086
  borderPrimary: string;
995
1087
  textColorPrimary: string;
996
1088
  colorPrimary: string;
997
- closeColorPrimary: string;
1089
+ colorBorderedPrimary: string;
1090
+ closeIconColorPrimary: string;
1091
+ closeIconColorHoverPrimary: string;
1092
+ closeIconColorPressedPrimary: string;
998
1093
  closeColorHoverPrimary: string;
999
1094
  closeColorPressedPrimary: string;
1000
1095
  borderInfo: string;
1001
1096
  textColorInfo: string;
1002
1097
  colorInfo: string;
1003
- closeColorInfo: string;
1098
+ colorBorderedInfo: string;
1099
+ closeIconColorInfo: string;
1100
+ closeIconColorHoverInfo: string;
1101
+ closeIconColorPressedInfo: string;
1004
1102
  closeColorHoverInfo: string;
1005
1103
  closeColorPressedInfo: string;
1006
1104
  borderSuccess: string;
1007
1105
  textColorSuccess: string;
1008
1106
  colorSuccess: string;
1009
- closeColorSuccess: string;
1107
+ colorBorderedSuccess: string;
1108
+ closeIconColorSuccess: string;
1109
+ closeIconColorHoverSuccess: string;
1110
+ closeIconColorPressedSuccess: string;
1010
1111
  closeColorHoverSuccess: string;
1011
1112
  closeColorPressedSuccess: string;
1012
1113
  borderWarning: string;
1013
1114
  textColorWarning: string;
1014
1115
  colorWarning: string;
1015
- closeColorWarning: string;
1116
+ colorBorderedWarning: string;
1117
+ closeIconColorWarning: string;
1118
+ closeIconColorHoverWarning: string;
1119
+ closeIconColorPressedWarning: string;
1016
1120
  closeColorHoverWarning: string;
1017
1121
  closeColorPressedWarning: string;
1018
1122
  borderError: string;
1019
1123
  textColorError: string;
1020
1124
  colorError: string;
1021
- closeColorError: string;
1125
+ colorBorderedError: string;
1126
+ closeIconColorError: string;
1127
+ closeIconColorHoverError: string;
1128
+ closeIconColorPressedError: string;
1022
1129
  closeColorHoverError: string;
1023
1130
  closeColorPressedError: string;
1131
+ closeIconSizeTiny: string;
1132
+ closeIconSizeSmall: string;
1133
+ closeIconSizeMedium: string;
1134
+ closeIconSizeLarge: string;
1024
1135
  closeSizeTiny: string;
1025
1136
  closeSizeSmall: string;
1026
1137
  closeSizeMedium: string;
@@ -1030,6 +1141,7 @@ export declare const componentMap: {
1030
1141
  closeMarginRtl: string;
1031
1142
  }, any>>;
1032
1143
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
1144
+ closeBorderRadius: string;
1033
1145
  heightTiny: string;
1034
1146
  heightSmall: string;
1035
1147
  heightMedium: string;
@@ -1040,6 +1152,7 @@ export declare const componentMap: {
1040
1152
  fontSizeSmall: string;
1041
1153
  fontSizeMedium: string;
1042
1154
  fontSizeLarge: string;
1155
+ fontWeightStrong: string;
1043
1156
  textColorCheckable: string;
1044
1157
  textColorHoverCheckable: string;
1045
1158
  textColorPressedCheckable: string;
@@ -1053,39 +1166,61 @@ export declare const componentMap: {
1053
1166
  border: string;
1054
1167
  textColor: string;
1055
1168
  color: string;
1056
- closeColor: string;
1169
+ colorBordered: string;
1170
+ closeIconColor: string;
1171
+ closeIconColorHover: string;
1172
+ closeIconColorPressed: string;
1057
1173
  closeColorHover: string;
1058
1174
  closeColorPressed: string;
1059
1175
  borderPrimary: string;
1060
1176
  textColorPrimary: string;
1061
1177
  colorPrimary: string;
1062
- closeColorPrimary: string;
1178
+ colorBorderedPrimary: string;
1179
+ closeIconColorPrimary: string;
1180
+ closeIconColorHoverPrimary: string;
1181
+ closeIconColorPressedPrimary: string;
1063
1182
  closeColorHoverPrimary: string;
1064
1183
  closeColorPressedPrimary: string;
1065
1184
  borderInfo: string;
1066
1185
  textColorInfo: string;
1067
1186
  colorInfo: string;
1068
- closeColorInfo: string;
1187
+ colorBorderedInfo: string;
1188
+ closeIconColorInfo: string;
1189
+ closeIconColorHoverInfo: string;
1190
+ closeIconColorPressedInfo: string;
1069
1191
  closeColorHoverInfo: string;
1070
1192
  closeColorPressedInfo: string;
1071
1193
  borderSuccess: string;
1072
1194
  textColorSuccess: string;
1073
1195
  colorSuccess: string;
1074
- closeColorSuccess: string;
1196
+ colorBorderedSuccess: string;
1197
+ closeIconColorSuccess: string;
1198
+ closeIconColorHoverSuccess: string;
1199
+ closeIconColorPressedSuccess: string;
1075
1200
  closeColorHoverSuccess: string;
1076
1201
  closeColorPressedSuccess: string;
1077
1202
  borderWarning: string;
1078
1203
  textColorWarning: string;
1079
1204
  colorWarning: string;
1080
- closeColorWarning: string;
1205
+ colorBorderedWarning: string;
1206
+ closeIconColorWarning: string;
1207
+ closeIconColorHoverWarning: string;
1208
+ closeIconColorPressedWarning: string;
1081
1209
  closeColorHoverWarning: string;
1082
1210
  closeColorPressedWarning: string;
1083
1211
  borderError: string;
1084
1212
  textColorError: string;
1085
1213
  colorError: string;
1086
- closeColorError: string;
1214
+ colorBorderedError: string;
1215
+ closeIconColorError: string;
1216
+ closeIconColorHoverError: string;
1217
+ closeIconColorPressedError: string;
1087
1218
  closeColorHoverError: string;
1088
1219
  closeColorPressedError: string;
1220
+ closeIconSizeTiny: string;
1221
+ closeIconSizeSmall: string;
1222
+ closeIconSizeMedium: string;
1223
+ closeIconSizeLarge: string;
1089
1224
  closeSizeTiny: string;
1090
1225
  closeSizeSmall: string;
1091
1226
  closeSizeMedium: string;
@@ -1095,6 +1230,7 @@ export declare const componentMap: {
1095
1230
  closeMarginRtl: string;
1096
1231
  }, any>>>;
1097
1232
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
1233
+ closeBorderRadius: string;
1098
1234
  heightTiny: string;
1099
1235
  heightSmall: string;
1100
1236
  heightMedium: string;
@@ -1105,6 +1241,7 @@ export declare const componentMap: {
1105
1241
  fontSizeSmall: string;
1106
1242
  fontSizeMedium: string;
1107
1243
  fontSizeLarge: string;
1244
+ fontWeightStrong: string;
1108
1245
  textColorCheckable: string;
1109
1246
  textColorHoverCheckable: string;
1110
1247
  textColorPressedCheckable: string;
@@ -1118,39 +1255,61 @@ export declare const componentMap: {
1118
1255
  border: string;
1119
1256
  textColor: string;
1120
1257
  color: string;
1121
- closeColor: string;
1258
+ colorBordered: string;
1259
+ closeIconColor: string;
1260
+ closeIconColorHover: string;
1261
+ closeIconColorPressed: string;
1122
1262
  closeColorHover: string;
1123
1263
  closeColorPressed: string;
1124
1264
  borderPrimary: string;
1125
1265
  textColorPrimary: string;
1126
1266
  colorPrimary: string;
1127
- closeColorPrimary: string;
1267
+ colorBorderedPrimary: string;
1268
+ closeIconColorPrimary: string;
1269
+ closeIconColorHoverPrimary: string;
1270
+ closeIconColorPressedPrimary: string;
1128
1271
  closeColorHoverPrimary: string;
1129
1272
  closeColorPressedPrimary: string;
1130
1273
  borderInfo: string;
1131
1274
  textColorInfo: string;
1132
1275
  colorInfo: string;
1133
- closeColorInfo: string;
1276
+ colorBorderedInfo: string;
1277
+ closeIconColorInfo: string;
1278
+ closeIconColorHoverInfo: string;
1279
+ closeIconColorPressedInfo: string;
1134
1280
  closeColorHoverInfo: string;
1135
1281
  closeColorPressedInfo: string;
1136
1282
  borderSuccess: string;
1137
1283
  textColorSuccess: string;
1138
1284
  colorSuccess: string;
1139
- closeColorSuccess: string;
1285
+ colorBorderedSuccess: string;
1286
+ closeIconColorSuccess: string;
1287
+ closeIconColorHoverSuccess: string;
1288
+ closeIconColorPressedSuccess: string;
1140
1289
  closeColorHoverSuccess: string;
1141
1290
  closeColorPressedSuccess: string;
1142
1291
  borderWarning: string;
1143
1292
  textColorWarning: string;
1144
1293
  colorWarning: string;
1145
- closeColorWarning: string;
1294
+ colorBorderedWarning: string;
1295
+ closeIconColorWarning: string;
1296
+ closeIconColorHoverWarning: string;
1297
+ closeIconColorPressedWarning: string;
1146
1298
  closeColorHoverWarning: string;
1147
1299
  closeColorPressedWarning: string;
1148
1300
  borderError: string;
1149
1301
  textColorError: string;
1150
1302
  colorError: string;
1151
- closeColorError: string;
1303
+ colorBorderedError: string;
1304
+ closeIconColorError: string;
1305
+ closeIconColorHoverError: string;
1306
+ closeIconColorPressedError: string;
1152
1307
  closeColorHoverError: string;
1153
1308
  closeColorPressedError: string;
1309
+ closeIconSizeTiny: string;
1310
+ closeIconSizeSmall: string;
1311
+ closeIconSizeMedium: string;
1312
+ closeIconSizeLarge: string;
1154
1313
  closeSizeTiny: string;
1155
1314
  closeSizeSmall: string;
1156
1315
  closeSizeMedium: string;
@@ -1165,11 +1324,13 @@ export declare const componentMap: {
1165
1324
  size: "small" | "medium" | "tiny" | "large";
1166
1325
  disabled: boolean | undefined;
1167
1326
  checked: boolean;
1327
+ strong: boolean;
1168
1328
  bordered: boolean | undefined;
1329
+ closable: boolean;
1169
1330
  checkable: boolean;
1170
- internalStopClickPropagation: boolean;
1331
+ triggerClickOnClose: boolean;
1332
+ internalCloseFocusable: boolean;
1171
1333
  onCheckedChange: (checked: boolean) => void;
1172
- closable: boolean;
1173
1334
  }>;
1174
1335
  NIcon: import("vue").DefineComponent<{
1175
1336
  readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
@@ -1353,9 +1514,12 @@ export declare const componentMap: {
1353
1514
  titleTextColor: string;
1354
1515
  textColor: string;
1355
1516
  color: string;
1356
- closeColor: string;
1357
1517
  closeColorHover: string;
1358
1518
  closeColorPressed: string;
1519
+ closeIconColor: string;
1520
+ closeIconColorHover: string;
1521
+ closeIconColorPressed: string;
1522
+ closeBorderRadius: string;
1359
1523
  iconColor: string;
1360
1524
  iconColorInfo: string;
1361
1525
  iconColorSuccess: string;
@@ -1371,6 +1535,7 @@ export declare const componentMap: {
1371
1535
  iconMargin: string;
1372
1536
  iconMarginIconTop: string;
1373
1537
  closeSize: string;
1538
+ closeIconSize: string;
1374
1539
  closeMargin: string;
1375
1540
  closeMarginIconTop: string;
1376
1541
  }, {
@@ -1586,14 +1751,19 @@ export declare const componentMap: {
1586
1751
  colorPopover: string;
1587
1752
  colorTarget: string;
1588
1753
  colorEmbedded: string;
1754
+ colorEmbeddedModal: string;
1755
+ colorEmbeddedPopover: string;
1589
1756
  textColor: string;
1590
1757
  titleTextColor: string;
1591
1758
  borderColor: string;
1592
1759
  actionColor: string;
1593
1760
  titleFontWeight: string;
1594
- closeColor: string;
1595
1761
  closeColorHover: string;
1596
1762
  closeColorPressed: string;
1763
+ closeBorderRadius: string;
1764
+ closeIconColor: string;
1765
+ closeIconColorHover: string;
1766
+ closeIconColorPressed: string;
1597
1767
  fontSizeSmall: string;
1598
1768
  fontSizeMedium: string;
1599
1769
  fontSizeLarge: string;
@@ -1608,6 +1778,7 @@ export declare const componentMap: {
1608
1778
  titleFontSizeMedium: string;
1609
1779
  titleFontSizeLarge: string;
1610
1780
  titleFontSizeHuge: string;
1781
+ closeIconSize: string;
1611
1782
  closeSize: string;
1612
1783
  }, any>;
1613
1784
  }>>;
@@ -1627,9 +1798,12 @@ export declare const componentMap: {
1627
1798
  titleTextColor: string;
1628
1799
  textColor: string;
1629
1800
  color: string;
1630
- closeColor: string;
1631
1801
  closeColorHover: string;
1632
1802
  closeColorPressed: string;
1803
+ closeIconColor: string;
1804
+ closeIconColorHover: string;
1805
+ closeIconColorPressed: string;
1806
+ closeBorderRadius: string;
1633
1807
  iconColor: string;
1634
1808
  iconColorInfo: string;
1635
1809
  iconColorSuccess: string;
@@ -1645,6 +1819,7 @@ export declare const componentMap: {
1645
1819
  iconMargin: string;
1646
1820
  iconMarginIconTop: string;
1647
1821
  closeSize: string;
1822
+ closeIconSize: string;
1648
1823
  closeMargin: string;
1649
1824
  closeMarginIconTop: string;
1650
1825
  }, {
@@ -1860,14 +2035,19 @@ export declare const componentMap: {
1860
2035
  colorPopover: string;
1861
2036
  colorTarget: string;
1862
2037
  colorEmbedded: string;
2038
+ colorEmbeddedModal: string;
2039
+ colorEmbeddedPopover: string;
1863
2040
  textColor: string;
1864
2041
  titleTextColor: string;
1865
2042
  borderColor: string;
1866
2043
  actionColor: string;
1867
2044
  titleFontWeight: string;
1868
- closeColor: string;
1869
2045
  closeColorHover: string;
1870
2046
  closeColorPressed: string;
2047
+ closeBorderRadius: string;
2048
+ closeIconColor: string;
2049
+ closeIconColorHover: string;
2050
+ closeIconColorPressed: string;
1871
2051
  fontSizeSmall: string;
1872
2052
  fontSizeMedium: string;
1873
2053
  fontSizeLarge: string;
@@ -1882,6 +2062,7 @@ export declare const componentMap: {
1882
2062
  titleFontSizeMedium: string;
1883
2063
  titleFontSizeLarge: string;
1884
2064
  titleFontSizeHuge: string;
2065
+ closeIconSize: string;
1885
2066
  closeSize: string;
1886
2067
  }, any>;
1887
2068
  }>>>;
@@ -1901,9 +2082,12 @@ export declare const componentMap: {
1901
2082
  titleTextColor: string;
1902
2083
  textColor: string;
1903
2084
  color: string;
1904
- closeColor: string;
1905
2085
  closeColorHover: string;
1906
2086
  closeColorPressed: string;
2087
+ closeIconColor: string;
2088
+ closeIconColorHover: string;
2089
+ closeIconColorPressed: string;
2090
+ closeBorderRadius: string;
1907
2091
  iconColor: string;
1908
2092
  iconColorInfo: string;
1909
2093
  iconColorSuccess: string;
@@ -1919,6 +2103,7 @@ export declare const componentMap: {
1919
2103
  iconMargin: string;
1920
2104
  iconMarginIconTop: string;
1921
2105
  closeSize: string;
2106
+ closeIconSize: string;
1922
2107
  closeMargin: string;
1923
2108
  closeMarginIconTop: string;
1924
2109
  }, {
@@ -2134,14 +2319,19 @@ export declare const componentMap: {
2134
2319
  colorPopover: string;
2135
2320
  colorTarget: string;
2136
2321
  colorEmbedded: string;
2322
+ colorEmbeddedModal: string;
2323
+ colorEmbeddedPopover: string;
2137
2324
  textColor: string;
2138
2325
  titleTextColor: string;
2139
2326
  borderColor: string;
2140
2327
  actionColor: string;
2141
2328
  titleFontWeight: string;
2142
- closeColor: string;
2143
2329
  closeColorHover: string;
2144
2330
  closeColorPressed: string;
2331
+ closeBorderRadius: string;
2332
+ closeIconColor: string;
2333
+ closeIconColorHover: string;
2334
+ closeIconColorPressed: string;
2145
2335
  fontSizeSmall: string;
2146
2336
  fontSizeMedium: string;
2147
2337
  fontSizeLarge: string;
@@ -2156,6 +2346,7 @@ export declare const componentMap: {
2156
2346
  titleFontSizeMedium: string;
2157
2347
  titleFontSizeLarge: string;
2158
2348
  titleFontSizeHuge: string;
2349
+ closeIconSize: string;
2159
2350
  closeSize: string;
2160
2351
  }, any>;
2161
2352
  }>>>;
@@ -2291,9 +2482,12 @@ export declare const componentMap: {
2291
2482
  titleTextColor: string;
2292
2483
  textColor: string;
2293
2484
  color: string;
2294
- closeColor: string;
2295
2485
  closeColorHover: string;
2296
2486
  closeColorPressed: string;
2487
+ closeIconColor: string;
2488
+ closeIconColorHover: string;
2489
+ closeIconColorPressed: string;
2490
+ closeBorderRadius: string;
2297
2491
  iconColor: string;
2298
2492
  iconColorInfo: string;
2299
2493
  iconColorSuccess: string;
@@ -2309,6 +2503,7 @@ export declare const componentMap: {
2309
2503
  iconMargin: string;
2310
2504
  iconMarginIconTop: string;
2311
2505
  closeSize: string;
2506
+ closeIconSize: string;
2312
2507
  closeMargin: string;
2313
2508
  closeMarginIconTop: string;
2314
2509
  }, {
@@ -2524,14 +2719,19 @@ export declare const componentMap: {
2524
2719
  colorPopover: string;
2525
2720
  colorTarget: string;
2526
2721
  colorEmbedded: string;
2722
+ colorEmbeddedModal: string;
2723
+ colorEmbeddedPopover: string;
2527
2724
  textColor: string;
2528
2725
  titleTextColor: string;
2529
2726
  borderColor: string;
2530
2727
  actionColor: string;
2531
2728
  titleFontWeight: string;
2532
- closeColor: string;
2533
2729
  closeColorHover: string;
2534
2730
  closeColorPressed: string;
2731
+ closeBorderRadius: string;
2732
+ closeIconColor: string;
2733
+ closeIconColorHover: string;
2734
+ closeIconColorPressed: string;
2535
2735
  fontSizeSmall: string;
2536
2736
  fontSizeMedium: string;
2537
2737
  fontSizeLarge: string;
@@ -2546,6 +2746,7 @@ export declare const componentMap: {
2546
2746
  titleFontSizeMedium: string;
2547
2747
  titleFontSizeLarge: string;
2548
2748
  titleFontSizeHuge: string;
2749
+ closeIconSize: string;
2549
2750
  closeSize: string;
2550
2751
  }, any>;
2551
2752
  }>>;
@@ -2565,9 +2766,12 @@ export declare const componentMap: {
2565
2766
  titleTextColor: string;
2566
2767
  textColor: string;
2567
2768
  color: string;
2568
- closeColor: string;
2569
2769
  closeColorHover: string;
2570
2770
  closeColorPressed: string;
2771
+ closeIconColor: string;
2772
+ closeIconColorHover: string;
2773
+ closeIconColorPressed: string;
2774
+ closeBorderRadius: string;
2571
2775
  iconColor: string;
2572
2776
  iconColorInfo: string;
2573
2777
  iconColorSuccess: string;
@@ -2583,6 +2787,7 @@ export declare const componentMap: {
2583
2787
  iconMargin: string;
2584
2788
  iconMarginIconTop: string;
2585
2789
  closeSize: string;
2790
+ closeIconSize: string;
2586
2791
  closeMargin: string;
2587
2792
  closeMarginIconTop: string;
2588
2793
  }, {
@@ -2798,14 +3003,19 @@ export declare const componentMap: {
2798
3003
  colorPopover: string;
2799
3004
  colorTarget: string;
2800
3005
  colorEmbedded: string;
3006
+ colorEmbeddedModal: string;
3007
+ colorEmbeddedPopover: string;
2801
3008
  textColor: string;
2802
3009
  titleTextColor: string;
2803
3010
  borderColor: string;
2804
3011
  actionColor: string;
2805
3012
  titleFontWeight: string;
2806
- closeColor: string;
2807
3013
  closeColorHover: string;
2808
3014
  closeColorPressed: string;
3015
+ closeBorderRadius: string;
3016
+ closeIconColor: string;
3017
+ closeIconColorHover: string;
3018
+ closeIconColorPressed: string;
2809
3019
  fontSizeSmall: string;
2810
3020
  fontSizeMedium: string;
2811
3021
  fontSizeLarge: string;
@@ -2820,6 +3030,7 @@ export declare const componentMap: {
2820
3030
  titleFontSizeMedium: string;
2821
3031
  titleFontSizeLarge: string;
2822
3032
  titleFontSizeHuge: string;
3033
+ closeIconSize: string;
2823
3034
  closeSize: string;
2824
3035
  }, any>;
2825
3036
  }>>>;
@@ -2839,9 +3050,12 @@ export declare const componentMap: {
2839
3050
  titleTextColor: string;
2840
3051
  textColor: string;
2841
3052
  color: string;
2842
- closeColor: string;
2843
3053
  closeColorHover: string;
2844
3054
  closeColorPressed: string;
3055
+ closeIconColor: string;
3056
+ closeIconColorHover: string;
3057
+ closeIconColorPressed: string;
3058
+ closeBorderRadius: string;
2845
3059
  iconColor: string;
2846
3060
  iconColorInfo: string;
2847
3061
  iconColorSuccess: string;
@@ -2857,6 +3071,7 @@ export declare const componentMap: {
2857
3071
  iconMargin: string;
2858
3072
  iconMarginIconTop: string;
2859
3073
  closeSize: string;
3074
+ closeIconSize: string;
2860
3075
  closeMargin: string;
2861
3076
  closeMarginIconTop: string;
2862
3077
  }, {
@@ -3072,14 +3287,19 @@ export declare const componentMap: {
3072
3287
  colorPopover: string;
3073
3288
  colorTarget: string;
3074
3289
  colorEmbedded: string;
3290
+ colorEmbeddedModal: string;
3291
+ colorEmbeddedPopover: string;
3075
3292
  textColor: string;
3076
3293
  titleTextColor: string;
3077
3294
  borderColor: string;
3078
3295
  actionColor: string;
3079
3296
  titleFontWeight: string;
3080
- closeColor: string;
3081
3297
  closeColorHover: string;
3082
3298
  closeColorPressed: string;
3299
+ closeBorderRadius: string;
3300
+ closeIconColor: string;
3301
+ closeIconColorHover: string;
3302
+ closeIconColorPressed: string;
3083
3303
  fontSizeSmall: string;
3084
3304
  fontSizeMedium: string;
3085
3305
  fontSizeLarge: string;
@@ -3094,6 +3314,7 @@ export declare const componentMap: {
3094
3314
  titleFontSizeMedium: string;
3095
3315
  titleFontSizeLarge: string;
3096
3316
  titleFontSizeHuge: string;
3317
+ closeIconSize: string;
3097
3318
  closeSize: string;
3098
3319
  }, any>;
3099
3320
  }>>>;
@@ -3131,11 +3352,19 @@ export declare const componentMap: {
3131
3352
  readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
3132
3353
  readonly default: "medium";
3133
3354
  };
3355
+ readonly wrapItem: {
3356
+ readonly type: BooleanConstructor;
3357
+ readonly default: true;
3358
+ };
3134
3359
  readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3135
3360
  readonly wrap: {
3136
3361
  readonly type: BooleanConstructor;
3137
3362
  readonly default: true;
3138
3363
  };
3364
+ readonly internalUseGap: {
3365
+ readonly type: BooleanConstructor;
3366
+ readonly default: undefined;
3367
+ };
3139
3368
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
3140
3369
  gapSmall: string;
3141
3370
  gapMedium: string;
@@ -3152,6 +3381,7 @@ export declare const componentMap: {
3152
3381
  gapLarge: string;
3153
3382
  }, any>>>;
3154
3383
  }, {
3384
+ useGap: boolean;
3155
3385
  rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
3156
3386
  mergedClsPrefix: import("vue").ComputedRef<string>;
3157
3387
  margin: import("vue").ComputedRef<{
@@ -3170,11 +3400,19 @@ export declare const componentMap: {
3170
3400
  readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
3171
3401
  readonly default: "medium";
3172
3402
  };
3403
+ readonly wrapItem: {
3404
+ readonly type: BooleanConstructor;
3405
+ readonly default: true;
3406
+ };
3173
3407
  readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3174
3408
  readonly wrap: {
3175
3409
  readonly type: BooleanConstructor;
3176
3410
  readonly default: true;
3177
3411
  };
3412
+ readonly internalUseGap: {
3413
+ readonly type: BooleanConstructor;
3414
+ readonly default: undefined;
3415
+ };
3178
3416
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
3179
3417
  gapSmall: string;
3180
3418
  gapMedium: string;
@@ -3191,11 +3429,13 @@ export declare const componentMap: {
3191
3429
  gapLarge: string;
3192
3430
  }, any>>>;
3193
3431
  }>>, {
3194
- inline: boolean;
3195
- size: number | "small" | "medium" | "large" | [number, number];
3196
- wrap: boolean;
3197
- vertical: boolean;
3198
- justify: import("naive-ui/es/space/src/Space").Justify;
3432
+ readonly inline: boolean;
3433
+ readonly size: number | "small" | "medium" | "large" | [number, number];
3434
+ readonly wrap: boolean;
3435
+ readonly vertical: boolean;
3436
+ readonly justify: import("naive-ui/es/space/src/Space").Justify;
3437
+ readonly wrapItem: boolean;
3438
+ readonly internalUseGap: boolean;
3199
3439
  }>;
3200
3440
  AddCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3201
3441
  labelFormContent: import("vue").DefineComponent<{
@@ -3363,9 +3603,12 @@ export declare const componentMap: {
3363
3603
  tabTextColorActiveCard: string;
3364
3604
  tabTextColorDisabledCard: string;
3365
3605
  barColor: string;
3366
- closeColor: string;
3606
+ closeIconColor: string;
3607
+ closeIconColorHover: string;
3608
+ closeIconColorPressed: string;
3367
3609
  closeColorHover: string;
3368
3610
  closeColorPressed: string;
3611
+ closeBorderRadius: string;
3369
3612
  tabColor: string;
3370
3613
  tabColorSegment: string;
3371
3614
  tabBorderColor: string;
@@ -3404,6 +3647,8 @@ export declare const componentMap: {
3404
3647
  panePaddingSmall: string;
3405
3648
  panePaddingMedium: string;
3406
3649
  panePaddingLarge: string;
3650
+ closeSize: string;
3651
+ closeIconSize: string;
3407
3652
  }, any>>;
3408
3653
  readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
3409
3654
  colorSegment: string;
@@ -3425,9 +3670,12 @@ export declare const componentMap: {
3425
3670
  tabTextColorActiveCard: string;
3426
3671
  tabTextColorDisabledCard: string;
3427
3672
  barColor: string;
3428
- closeColor: string;
3673
+ closeIconColor: string;
3674
+ closeIconColorHover: string;
3675
+ closeIconColorPressed: string;
3429
3676
  closeColorHover: string;
3430
3677
  closeColorPressed: string;
3678
+ closeBorderRadius: string;
3431
3679
  tabColor: string;
3432
3680
  tabColorSegment: string;
3433
3681
  tabBorderColor: string;
@@ -3466,6 +3714,8 @@ export declare const componentMap: {
3466
3714
  panePaddingSmall: string;
3467
3715
  panePaddingMedium: string;
3468
3716
  panePaddingLarge: string;
3717
+ closeSize: string;
3718
+ closeIconSize: string;
3469
3719
  }, any>>>;
3470
3720
  readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
3471
3721
  colorSegment: string;
@@ -3487,9 +3737,12 @@ export declare const componentMap: {
3487
3737
  tabTextColorActiveCard: string;
3488
3738
  tabTextColorDisabledCard: string;
3489
3739
  barColor: string;
3490
- closeColor: string;
3740
+ closeIconColor: string;
3741
+ closeIconColorHover: string;
3742
+ closeIconColorPressed: string;
3491
3743
  closeColorHover: string;
3492
3744
  closeColorPressed: string;
3745
+ closeBorderRadius: string;
3493
3746
  tabColor: string;
3494
3747
  tabColorSegment: string;
3495
3748
  tabBorderColor: string;
@@ -3528,12 +3781,15 @@ export declare const componentMap: {
3528
3781
  panePaddingSmall: string;
3529
3782
  panePaddingMedium: string;
3530
3783
  panePaddingLarge: string;
3784
+ closeSize: string;
3785
+ closeIconSize: string;
3531
3786
  }, any>>>;
3532
3787
  }, {
3533
3788
  syncBarPosition: () => void;
3534
3789
  mergedClsPrefix: import("vue").ComputedRef<string>;
3535
3790
  mergedValue: import("vue").ComputedRef<string | number | null>;
3536
3791
  renderedNames: Set<string | number>;
3792
+ tabsRailElRef: import("vue").Ref<HTMLElement | null>;
3537
3793
  tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
3538
3794
  tabsElRef: import("vue").Ref<HTMLElement | null>;
3539
3795
  barElRef: import("vue").Ref<HTMLElement | null>;
@@ -3598,9 +3854,14 @@ export declare const componentMap: {
3598
3854
  '--n-pane-text-color': string;
3599
3855
  '--n-tab-border-color': string;
3600
3856
  '--n-tab-border-radius': string;
3601
- '--n-close-color': string;
3857
+ '--n-close-size': string;
3858
+ '--n-close-icon-size': string;
3602
3859
  '--n-close-color-hover': string;
3603
3860
  '--n-close-color-pressed': string;
3861
+ '--n-close-border-radius': string;
3862
+ '--n-close-icon-color': string;
3863
+ '--n-close-icon-color-hover': string;
3864
+ '--n-close-icon-color-pressed': string;
3604
3865
  '--n-tab-color': string;
3605
3866
  '--n-tab-font-weight': string;
3606
3867
  '--n-tab-font-weight-active': string;
@@ -3615,7 +3876,7 @@ export declare const componentMap: {
3615
3876
  renderNameListRef: {
3616
3877
  value: (string | number)[];
3617
3878
  };
3618
- onAnimationBeforeLeave: () => void;
3879
+ onAnimationBeforeLeave: (el: HTMLElement) => void;
3619
3880
  onAnimationEnter: (el: HTMLElement) => void;
3620
3881
  onAnimationAfterEnter: () => void;
3621
3882
  onRender: (() => void) | undefined;
@@ -3674,9 +3935,12 @@ export declare const componentMap: {
3674
3935
  tabTextColorActiveCard: string;
3675
3936
  tabTextColorDisabledCard: string;
3676
3937
  barColor: string;
3677
- closeColor: string;
3938
+ closeIconColor: string;
3939
+ closeIconColorHover: string;
3940
+ closeIconColorPressed: string;
3678
3941
  closeColorHover: string;
3679
3942
  closeColorPressed: string;
3943
+ closeBorderRadius: string;
3680
3944
  tabColor: string;
3681
3945
  tabColorSegment: string;
3682
3946
  tabBorderColor: string;
@@ -3715,6 +3979,8 @@ export declare const componentMap: {
3715
3979
  panePaddingSmall: string;
3716
3980
  panePaddingMedium: string;
3717
3981
  panePaddingLarge: string;
3982
+ closeSize: string;
3983
+ closeIconSize: string;
3718
3984
  }, any>>;
3719
3985
  readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
3720
3986
  colorSegment: string;
@@ -3736,9 +4002,12 @@ export declare const componentMap: {
3736
4002
  tabTextColorActiveCard: string;
3737
4003
  tabTextColorDisabledCard: string;
3738
4004
  barColor: string;
3739
- closeColor: string;
4005
+ closeIconColor: string;
4006
+ closeIconColorHover: string;
4007
+ closeIconColorPressed: string;
3740
4008
  closeColorHover: string;
3741
4009
  closeColorPressed: string;
4010
+ closeBorderRadius: string;
3742
4011
  tabColor: string;
3743
4012
  tabColorSegment: string;
3744
4013
  tabBorderColor: string;
@@ -3777,6 +4046,8 @@ export declare const componentMap: {
3777
4046
  panePaddingSmall: string;
3778
4047
  panePaddingMedium: string;
3779
4048
  panePaddingLarge: string;
4049
+ closeSize: string;
4050
+ closeIconSize: string;
3780
4051
  }, any>>>;
3781
4052
  readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
3782
4053
  colorSegment: string;
@@ -3798,9 +4069,12 @@ export declare const componentMap: {
3798
4069
  tabTextColorActiveCard: string;
3799
4070
  tabTextColorDisabledCard: string;
3800
4071
  barColor: string;
3801
- closeColor: string;
4072
+ closeIconColor: string;
4073
+ closeIconColorHover: string;
4074
+ closeIconColorPressed: string;
3802
4075
  closeColorHover: string;
3803
4076
  closeColorPressed: string;
4077
+ closeBorderRadius: string;
3804
4078
  tabColor: string;
3805
4079
  tabColorSegment: string;
3806
4080
  tabBorderColor: string;
@@ -3839,14 +4113,16 @@ export declare const componentMap: {
3839
4113
  panePaddingSmall: string;
3840
4114
  panePaddingMedium: string;
3841
4115
  panePaddingLarge: string;
4116
+ closeSize: string;
4117
+ closeIconSize: string;
3842
4118
  }, any>>>;
3843
4119
  }>>, {
3844
- type: import("naive-ui/es/tabs/src/interface").TabsType;
3845
- size: "small" | "medium" | "large";
3846
- closable: boolean;
3847
- trigger: "click" | "hover";
3848
- animated: boolean;
3849
- tabsPadding: number;
4120
+ readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
4121
+ readonly size: "small" | "medium" | "large";
4122
+ readonly closable: boolean;
4123
+ readonly trigger: "click" | "hover";
4124
+ readonly animated: boolean;
4125
+ readonly tabsPadding: number;
3850
4126
  }>;
3851
4127
  NTabPane: import("vue").DefineComponent<{
3852
4128
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -3895,9 +4171,9 @@ export declare const componentMap: {
3895
4171
  [key: string]: any;
3896
4172
  }> | (() => import("vue").VNodeChild)>;
3897
4173
  }>>, {
3898
- disabled: boolean;
3899
- closable: boolean | undefined;
3900
- displayDirective: "show" | "if" | "show:lazy";
4174
+ readonly disabled: boolean;
4175
+ readonly closable: boolean | undefined;
4176
+ readonly displayDirective: "show" | "if" | "show:lazy";
3901
4177
  }>;
3902
4178
  NAnchor: import("vue").DefineComponent<{
3903
4179
  readonly type: {
@@ -4071,17 +4347,17 @@ export declare const componentMap: {
4071
4347
  railWidth: string;
4072
4348
  }, any>>>;
4073
4349
  }>>, {
4074
- type: "block" | "rail";
4075
- bound: number;
4076
- position: "fix" | "absolute";
4077
- target: (() => HTMLElement) | undefined;
4078
- affix: boolean;
4079
- offsetTop: number | undefined;
4080
- offsetBottom: number | undefined;
4081
- showRail: boolean;
4082
- showBackground: boolean;
4083
- internalScrollable: boolean;
4084
- ignoreGap: boolean;
4350
+ readonly type: "block" | "rail";
4351
+ readonly bound: number;
4352
+ readonly position: "fix" | "absolute";
4353
+ readonly target: (() => HTMLElement) | undefined;
4354
+ readonly affix: boolean;
4355
+ readonly offsetTop: number | undefined;
4356
+ readonly offsetBottom: number | undefined;
4357
+ readonly showRail: boolean;
4358
+ readonly showBackground: boolean;
4359
+ readonly internalScrollable: boolean;
4360
+ readonly ignoreGap: boolean;
4085
4361
  }>;
4086
4362
  NAnchorLink: import("vue").DefineComponent<{
4087
4363
  readonly title: StringConstructor;
@@ -4156,12 +4432,17 @@ export declare const componentMap: {
4156
4432
  };
4157
4433
  checked: BooleanConstructor;
4158
4434
  checkable: BooleanConstructor;
4435
+ strong: BooleanConstructor;
4436
+ triggerClickOnClose: BooleanConstructor;
4159
4437
  onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
4160
4438
  onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
4161
4439
  onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
4162
4440
  'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
4163
4441
  onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
4164
- internalStopClickPropagation: BooleanConstructor;
4442
+ internalCloseFocusable: {
4443
+ type: BooleanConstructor;
4444
+ default: boolean;
4445
+ };
4165
4446
  onCheckedChange: {
4166
4447
  type: import("vue").PropType<(checked: boolean) => void>;
4167
4448
  validator: () => boolean;
@@ -4183,6 +4464,7 @@ export declare const componentMap: {
4183
4464
  readonly default: undefined;
4184
4465
  };
4185
4466
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
4467
+ closeBorderRadius: string;
4186
4468
  heightTiny: string;
4187
4469
  heightSmall: string;
4188
4470
  heightMedium: string;
@@ -4193,6 +4475,7 @@ export declare const componentMap: {
4193
4475
  fontSizeSmall: string;
4194
4476
  fontSizeMedium: string;
4195
4477
  fontSizeLarge: string;
4478
+ fontWeightStrong: string;
4196
4479
  textColorCheckable: string;
4197
4480
  textColorHoverCheckable: string;
4198
4481
  textColorPressedCheckable: string;
@@ -4206,39 +4489,61 @@ export declare const componentMap: {
4206
4489
  border: string;
4207
4490
  textColor: string;
4208
4491
  color: string;
4209
- closeColor: string;
4492
+ colorBordered: string;
4493
+ closeIconColor: string;
4494
+ closeIconColorHover: string;
4495
+ closeIconColorPressed: string;
4210
4496
  closeColorHover: string;
4211
4497
  closeColorPressed: string;
4212
4498
  borderPrimary: string;
4213
4499
  textColorPrimary: string;
4214
4500
  colorPrimary: string;
4215
- closeColorPrimary: string;
4501
+ colorBorderedPrimary: string;
4502
+ closeIconColorPrimary: string;
4503
+ closeIconColorHoverPrimary: string;
4504
+ closeIconColorPressedPrimary: string;
4216
4505
  closeColorHoverPrimary: string;
4217
4506
  closeColorPressedPrimary: string;
4218
4507
  borderInfo: string;
4219
4508
  textColorInfo: string;
4220
4509
  colorInfo: string;
4221
- closeColorInfo: string;
4510
+ colorBorderedInfo: string;
4511
+ closeIconColorInfo: string;
4512
+ closeIconColorHoverInfo: string;
4513
+ closeIconColorPressedInfo: string;
4222
4514
  closeColorHoverInfo: string;
4223
4515
  closeColorPressedInfo: string;
4224
4516
  borderSuccess: string;
4225
4517
  textColorSuccess: string;
4226
4518
  colorSuccess: string;
4227
- closeColorSuccess: string;
4519
+ colorBorderedSuccess: string;
4520
+ closeIconColorSuccess: string;
4521
+ closeIconColorHoverSuccess: string;
4522
+ closeIconColorPressedSuccess: string;
4228
4523
  closeColorHoverSuccess: string;
4229
4524
  closeColorPressedSuccess: string;
4230
4525
  borderWarning: string;
4231
4526
  textColorWarning: string;
4232
4527
  colorWarning: string;
4233
- closeColorWarning: string;
4528
+ colorBorderedWarning: string;
4529
+ closeIconColorWarning: string;
4530
+ closeIconColorHoverWarning: string;
4531
+ closeIconColorPressedWarning: string;
4234
4532
  closeColorHoverWarning: string;
4235
4533
  closeColorPressedWarning: string;
4236
4534
  borderError: string;
4237
4535
  textColorError: string;
4238
4536
  colorError: string;
4239
- closeColorError: string;
4537
+ colorBorderedError: string;
4538
+ closeIconColorError: string;
4539
+ closeIconColorHoverError: string;
4540
+ closeIconColorPressedError: string;
4240
4541
  closeColorHoverError: string;
4241
4542
  closeColorPressedError: string;
4543
+ closeIconSizeTiny: string;
4544
+ closeIconSizeSmall: string;
4545
+ closeIconSizeMedium: string;
4546
+ closeIconSizeLarge: string;
4242
4547
  closeSizeTiny: string;
4243
4548
  closeSizeSmall: string;
4244
4549
  closeSizeMedium: string;
@@ -4248,6 +4553,7 @@ export declare const componentMap: {
4248
4553
  closeMarginRtl: string;
4249
4554
  }, any>>;
4250
4555
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
4556
+ closeBorderRadius: string;
4251
4557
  heightTiny: string;
4252
4558
  heightSmall: string;
4253
4559
  heightMedium: string;
@@ -4258,6 +4564,7 @@ export declare const componentMap: {
4258
4564
  fontSizeSmall: string;
4259
4565
  fontSizeMedium: string;
4260
4566
  fontSizeLarge: string;
4567
+ fontWeightStrong: string;
4261
4568
  textColorCheckable: string;
4262
4569
  textColorHoverCheckable: string;
4263
4570
  textColorPressedCheckable: string;
@@ -4271,39 +4578,61 @@ export declare const componentMap: {
4271
4578
  border: string;
4272
4579
  textColor: string;
4273
4580
  color: string;
4274
- closeColor: string;
4581
+ colorBordered: string;
4582
+ closeIconColor: string;
4583
+ closeIconColorHover: string;
4584
+ closeIconColorPressed: string;
4275
4585
  closeColorHover: string;
4276
4586
  closeColorPressed: string;
4277
4587
  borderPrimary: string;
4278
4588
  textColorPrimary: string;
4279
4589
  colorPrimary: string;
4280
- closeColorPrimary: string;
4590
+ colorBorderedPrimary: string;
4591
+ closeIconColorPrimary: string;
4592
+ closeIconColorHoverPrimary: string;
4593
+ closeIconColorPressedPrimary: string;
4281
4594
  closeColorHoverPrimary: string;
4282
4595
  closeColorPressedPrimary: string;
4283
4596
  borderInfo: string;
4284
4597
  textColorInfo: string;
4285
4598
  colorInfo: string;
4286
- closeColorInfo: string;
4599
+ colorBorderedInfo: string;
4600
+ closeIconColorInfo: string;
4601
+ closeIconColorHoverInfo: string;
4602
+ closeIconColorPressedInfo: string;
4287
4603
  closeColorHoverInfo: string;
4288
4604
  closeColorPressedInfo: string;
4289
4605
  borderSuccess: string;
4290
4606
  textColorSuccess: string;
4291
4607
  colorSuccess: string;
4292
- closeColorSuccess: string;
4608
+ colorBorderedSuccess: string;
4609
+ closeIconColorSuccess: string;
4610
+ closeIconColorHoverSuccess: string;
4611
+ closeIconColorPressedSuccess: string;
4293
4612
  closeColorHoverSuccess: string;
4294
4613
  closeColorPressedSuccess: string;
4295
4614
  borderWarning: string;
4296
4615
  textColorWarning: string;
4297
4616
  colorWarning: string;
4298
- closeColorWarning: string;
4617
+ colorBorderedWarning: string;
4618
+ closeIconColorWarning: string;
4619
+ closeIconColorHoverWarning: string;
4620
+ closeIconColorPressedWarning: string;
4299
4621
  closeColorHoverWarning: string;
4300
4622
  closeColorPressedWarning: string;
4301
4623
  borderError: string;
4302
4624
  textColorError: string;
4303
4625
  colorError: string;
4304
- closeColorError: string;
4626
+ colorBorderedError: string;
4627
+ closeIconColorError: string;
4628
+ closeIconColorHoverError: string;
4629
+ closeIconColorPressedError: string;
4305
4630
  closeColorHoverError: string;
4306
4631
  closeColorPressedError: string;
4632
+ closeIconSizeTiny: string;
4633
+ closeIconSizeSmall: string;
4634
+ closeIconSizeMedium: string;
4635
+ closeIconSizeLarge: string;
4307
4636
  closeSizeTiny: string;
4308
4637
  closeSizeSmall: string;
4309
4638
  closeSizeMedium: string;
@@ -4313,6 +4642,7 @@ export declare const componentMap: {
4313
4642
  closeMarginRtl: string;
4314
4643
  }, any>>>;
4315
4644
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
4645
+ closeBorderRadius: string;
4316
4646
  heightTiny: string;
4317
4647
  heightSmall: string;
4318
4648
  heightMedium: string;
@@ -4323,6 +4653,7 @@ export declare const componentMap: {
4323
4653
  fontSizeSmall: string;
4324
4654
  fontSizeMedium: string;
4325
4655
  fontSizeLarge: string;
4656
+ fontWeightStrong: string;
4326
4657
  textColorCheckable: string;
4327
4658
  textColorHoverCheckable: string;
4328
4659
  textColorPressedCheckable: string;
@@ -4336,39 +4667,61 @@ export declare const componentMap: {
4336
4667
  border: string;
4337
4668
  textColor: string;
4338
4669
  color: string;
4339
- closeColor: string;
4670
+ colorBordered: string;
4671
+ closeIconColor: string;
4672
+ closeIconColorHover: string;
4673
+ closeIconColorPressed: string;
4340
4674
  closeColorHover: string;
4341
4675
  closeColorPressed: string;
4342
4676
  borderPrimary: string;
4343
4677
  textColorPrimary: string;
4344
4678
  colorPrimary: string;
4345
- closeColorPrimary: string;
4679
+ colorBorderedPrimary: string;
4680
+ closeIconColorPrimary: string;
4681
+ closeIconColorHoverPrimary: string;
4682
+ closeIconColorPressedPrimary: string;
4346
4683
  closeColorHoverPrimary: string;
4347
4684
  closeColorPressedPrimary: string;
4348
4685
  borderInfo: string;
4349
4686
  textColorInfo: string;
4350
4687
  colorInfo: string;
4351
- closeColorInfo: string;
4688
+ colorBorderedInfo: string;
4689
+ closeIconColorInfo: string;
4690
+ closeIconColorHoverInfo: string;
4691
+ closeIconColorPressedInfo: string;
4352
4692
  closeColorHoverInfo: string;
4353
4693
  closeColorPressedInfo: string;
4354
4694
  borderSuccess: string;
4355
4695
  textColorSuccess: string;
4356
4696
  colorSuccess: string;
4357
- closeColorSuccess: string;
4697
+ colorBorderedSuccess: string;
4698
+ closeIconColorSuccess: string;
4699
+ closeIconColorHoverSuccess: string;
4700
+ closeIconColorPressedSuccess: string;
4358
4701
  closeColorHoverSuccess: string;
4359
4702
  closeColorPressedSuccess: string;
4360
4703
  borderWarning: string;
4361
4704
  textColorWarning: string;
4362
4705
  colorWarning: string;
4363
- closeColorWarning: string;
4706
+ colorBorderedWarning: string;
4707
+ closeIconColorWarning: string;
4708
+ closeIconColorHoverWarning: string;
4709
+ closeIconColorPressedWarning: string;
4364
4710
  closeColorHoverWarning: string;
4365
4711
  closeColorPressedWarning: string;
4366
4712
  borderError: string;
4367
4713
  textColorError: string;
4368
4714
  colorError: string;
4369
- closeColorError: string;
4715
+ colorBorderedError: string;
4716
+ closeIconColorError: string;
4717
+ closeIconColorHoverError: string;
4718
+ closeIconColorPressedError: string;
4370
4719
  closeColorHoverError: string;
4371
4720
  closeColorPressedError: string;
4721
+ closeIconSizeTiny: string;
4722
+ closeIconSizeSmall: string;
4723
+ closeIconSizeMedium: string;
4724
+ closeIconSizeLarge: string;
4372
4725
  closeSizeTiny: string;
4373
4726
  closeSizeSmall: string;
4374
4727
  closeSizeMedium: string;
@@ -4385,14 +4738,19 @@ export declare const componentMap: {
4385
4738
  handleClick: (e: MouseEvent) => void;
4386
4739
  handleCloseClick: (e: MouseEvent) => void;
4387
4740
  cssVars: import("vue").ComputedRef<{
4741
+ '--n-font-weight-strong': string;
4388
4742
  '--n-avatar-size-override': string;
4389
4743
  '--n-bezier': string;
4390
4744
  '--n-border-radius': string;
4391
4745
  '--n-border': string;
4392
- '--n-close-color': string;
4393
- '--n-close-color-hover': string;
4746
+ '--n-close-icon-size': string;
4394
4747
  '--n-close-color-pressed': string;
4395
- '--n-close-color-disabled': string;
4748
+ '--n-close-color-hover': string;
4749
+ '--n-close-border-radius': string;
4750
+ '--n-close-icon-color': string;
4751
+ '--n-close-icon-color-hover': string;
4752
+ '--n-close-icon-color-pressed': string;
4753
+ '--n-close-icon-color-disabled': string;
4396
4754
  '--n-close-margin': string;
4397
4755
  '--n-close-margin-rtl': string;
4398
4756
  '--n-close-size': string;
@@ -4423,12 +4781,17 @@ export declare const componentMap: {
4423
4781
  };
4424
4782
  checked: BooleanConstructor;
4425
4783
  checkable: BooleanConstructor;
4784
+ strong: BooleanConstructor;
4785
+ triggerClickOnClose: BooleanConstructor;
4426
4786
  onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
4427
4787
  onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
4428
4788
  onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
4429
4789
  'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
4430
4790
  onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
4431
- internalStopClickPropagation: BooleanConstructor;
4791
+ internalCloseFocusable: {
4792
+ type: BooleanConstructor;
4793
+ default: boolean;
4794
+ };
4432
4795
  onCheckedChange: {
4433
4796
  type: import("vue").PropType<(checked: boolean) => void>;
4434
4797
  validator: () => boolean;
@@ -4450,6 +4813,7 @@ export declare const componentMap: {
4450
4813
  readonly default: undefined;
4451
4814
  };
4452
4815
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
4816
+ closeBorderRadius: string;
4453
4817
  heightTiny: string;
4454
4818
  heightSmall: string;
4455
4819
  heightMedium: string;
@@ -4460,6 +4824,7 @@ export declare const componentMap: {
4460
4824
  fontSizeSmall: string;
4461
4825
  fontSizeMedium: string;
4462
4826
  fontSizeLarge: string;
4827
+ fontWeightStrong: string;
4463
4828
  textColorCheckable: string;
4464
4829
  textColorHoverCheckable: string;
4465
4830
  textColorPressedCheckable: string;
@@ -4473,39 +4838,61 @@ export declare const componentMap: {
4473
4838
  border: string;
4474
4839
  textColor: string;
4475
4840
  color: string;
4476
- closeColor: string;
4841
+ colorBordered: string;
4842
+ closeIconColor: string;
4843
+ closeIconColorHover: string;
4844
+ closeIconColorPressed: string;
4477
4845
  closeColorHover: string;
4478
4846
  closeColorPressed: string;
4479
4847
  borderPrimary: string;
4480
4848
  textColorPrimary: string;
4481
4849
  colorPrimary: string;
4482
- closeColorPrimary: string;
4850
+ colorBorderedPrimary: string;
4851
+ closeIconColorPrimary: string;
4852
+ closeIconColorHoverPrimary: string;
4853
+ closeIconColorPressedPrimary: string;
4483
4854
  closeColorHoverPrimary: string;
4484
4855
  closeColorPressedPrimary: string;
4485
4856
  borderInfo: string;
4486
4857
  textColorInfo: string;
4487
4858
  colorInfo: string;
4488
- closeColorInfo: string;
4859
+ colorBorderedInfo: string;
4860
+ closeIconColorInfo: string;
4861
+ closeIconColorHoverInfo: string;
4862
+ closeIconColorPressedInfo: string;
4489
4863
  closeColorHoverInfo: string;
4490
4864
  closeColorPressedInfo: string;
4491
4865
  borderSuccess: string;
4492
4866
  textColorSuccess: string;
4493
4867
  colorSuccess: string;
4494
- closeColorSuccess: string;
4868
+ colorBorderedSuccess: string;
4869
+ closeIconColorSuccess: string;
4870
+ closeIconColorHoverSuccess: string;
4871
+ closeIconColorPressedSuccess: string;
4495
4872
  closeColorHoverSuccess: string;
4496
4873
  closeColorPressedSuccess: string;
4497
4874
  borderWarning: string;
4498
4875
  textColorWarning: string;
4499
4876
  colorWarning: string;
4500
- closeColorWarning: string;
4877
+ colorBorderedWarning: string;
4878
+ closeIconColorWarning: string;
4879
+ closeIconColorHoverWarning: string;
4880
+ closeIconColorPressedWarning: string;
4501
4881
  closeColorHoverWarning: string;
4502
4882
  closeColorPressedWarning: string;
4503
4883
  borderError: string;
4504
4884
  textColorError: string;
4505
4885
  colorError: string;
4506
- closeColorError: string;
4886
+ colorBorderedError: string;
4887
+ closeIconColorError: string;
4888
+ closeIconColorHoverError: string;
4889
+ closeIconColorPressedError: string;
4507
4890
  closeColorHoverError: string;
4508
4891
  closeColorPressedError: string;
4892
+ closeIconSizeTiny: string;
4893
+ closeIconSizeSmall: string;
4894
+ closeIconSizeMedium: string;
4895
+ closeIconSizeLarge: string;
4509
4896
  closeSizeTiny: string;
4510
4897
  closeSizeSmall: string;
4511
4898
  closeSizeMedium: string;
@@ -4515,6 +4902,7 @@ export declare const componentMap: {
4515
4902
  closeMarginRtl: string;
4516
4903
  }, any>>;
4517
4904
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
4905
+ closeBorderRadius: string;
4518
4906
  heightTiny: string;
4519
4907
  heightSmall: string;
4520
4908
  heightMedium: string;
@@ -4525,6 +4913,7 @@ export declare const componentMap: {
4525
4913
  fontSizeSmall: string;
4526
4914
  fontSizeMedium: string;
4527
4915
  fontSizeLarge: string;
4916
+ fontWeightStrong: string;
4528
4917
  textColorCheckable: string;
4529
4918
  textColorHoverCheckable: string;
4530
4919
  textColorPressedCheckable: string;
@@ -4538,39 +4927,61 @@ export declare const componentMap: {
4538
4927
  border: string;
4539
4928
  textColor: string;
4540
4929
  color: string;
4541
- closeColor: string;
4930
+ colorBordered: string;
4931
+ closeIconColor: string;
4932
+ closeIconColorHover: string;
4933
+ closeIconColorPressed: string;
4542
4934
  closeColorHover: string;
4543
4935
  closeColorPressed: string;
4544
4936
  borderPrimary: string;
4545
4937
  textColorPrimary: string;
4546
4938
  colorPrimary: string;
4547
- closeColorPrimary: string;
4939
+ colorBorderedPrimary: string;
4940
+ closeIconColorPrimary: string;
4941
+ closeIconColorHoverPrimary: string;
4942
+ closeIconColorPressedPrimary: string;
4548
4943
  closeColorHoverPrimary: string;
4549
4944
  closeColorPressedPrimary: string;
4550
4945
  borderInfo: string;
4551
4946
  textColorInfo: string;
4552
4947
  colorInfo: string;
4553
- closeColorInfo: string;
4948
+ colorBorderedInfo: string;
4949
+ closeIconColorInfo: string;
4950
+ closeIconColorHoverInfo: string;
4951
+ closeIconColorPressedInfo: string;
4554
4952
  closeColorHoverInfo: string;
4555
4953
  closeColorPressedInfo: string;
4556
4954
  borderSuccess: string;
4557
4955
  textColorSuccess: string;
4558
4956
  colorSuccess: string;
4559
- closeColorSuccess: string;
4957
+ colorBorderedSuccess: string;
4958
+ closeIconColorSuccess: string;
4959
+ closeIconColorHoverSuccess: string;
4960
+ closeIconColorPressedSuccess: string;
4560
4961
  closeColorHoverSuccess: string;
4561
4962
  closeColorPressedSuccess: string;
4562
4963
  borderWarning: string;
4563
4964
  textColorWarning: string;
4564
4965
  colorWarning: string;
4565
- closeColorWarning: string;
4966
+ colorBorderedWarning: string;
4967
+ closeIconColorWarning: string;
4968
+ closeIconColorHoverWarning: string;
4969
+ closeIconColorPressedWarning: string;
4566
4970
  closeColorHoverWarning: string;
4567
4971
  closeColorPressedWarning: string;
4568
4972
  borderError: string;
4569
4973
  textColorError: string;
4570
4974
  colorError: string;
4571
- closeColorError: string;
4975
+ colorBorderedError: string;
4976
+ closeIconColorError: string;
4977
+ closeIconColorHoverError: string;
4978
+ closeIconColorPressedError: string;
4572
4979
  closeColorHoverError: string;
4573
4980
  closeColorPressedError: string;
4981
+ closeIconSizeTiny: string;
4982
+ closeIconSizeSmall: string;
4983
+ closeIconSizeMedium: string;
4984
+ closeIconSizeLarge: string;
4574
4985
  closeSizeTiny: string;
4575
4986
  closeSizeSmall: string;
4576
4987
  closeSizeMedium: string;
@@ -4580,6 +4991,7 @@ export declare const componentMap: {
4580
4991
  closeMarginRtl: string;
4581
4992
  }, any>>>;
4582
4993
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
4994
+ closeBorderRadius: string;
4583
4995
  heightTiny: string;
4584
4996
  heightSmall: string;
4585
4997
  heightMedium: string;
@@ -4590,6 +5002,7 @@ export declare const componentMap: {
4590
5002
  fontSizeSmall: string;
4591
5003
  fontSizeMedium: string;
4592
5004
  fontSizeLarge: string;
5005
+ fontWeightStrong: string;
4593
5006
  textColorCheckable: string;
4594
5007
  textColorHoverCheckable: string;
4595
5008
  textColorPressedCheckable: string;
@@ -4603,39 +5016,61 @@ export declare const componentMap: {
4603
5016
  border: string;
4604
5017
  textColor: string;
4605
5018
  color: string;
4606
- closeColor: string;
5019
+ colorBordered: string;
5020
+ closeIconColor: string;
5021
+ closeIconColorHover: string;
5022
+ closeIconColorPressed: string;
4607
5023
  closeColorHover: string;
4608
5024
  closeColorPressed: string;
4609
5025
  borderPrimary: string;
4610
5026
  textColorPrimary: string;
4611
5027
  colorPrimary: string;
4612
- closeColorPrimary: string;
5028
+ colorBorderedPrimary: string;
5029
+ closeIconColorPrimary: string;
5030
+ closeIconColorHoverPrimary: string;
5031
+ closeIconColorPressedPrimary: string;
4613
5032
  closeColorHoverPrimary: string;
4614
5033
  closeColorPressedPrimary: string;
4615
5034
  borderInfo: string;
4616
5035
  textColorInfo: string;
4617
5036
  colorInfo: string;
4618
- closeColorInfo: string;
5037
+ colorBorderedInfo: string;
5038
+ closeIconColorInfo: string;
5039
+ closeIconColorHoverInfo: string;
5040
+ closeIconColorPressedInfo: string;
4619
5041
  closeColorHoverInfo: string;
4620
5042
  closeColorPressedInfo: string;
4621
5043
  borderSuccess: string;
4622
5044
  textColorSuccess: string;
4623
5045
  colorSuccess: string;
4624
- closeColorSuccess: string;
5046
+ colorBorderedSuccess: string;
5047
+ closeIconColorSuccess: string;
5048
+ closeIconColorHoverSuccess: string;
5049
+ closeIconColorPressedSuccess: string;
4625
5050
  closeColorHoverSuccess: string;
4626
5051
  closeColorPressedSuccess: string;
4627
5052
  borderWarning: string;
4628
5053
  textColorWarning: string;
4629
5054
  colorWarning: string;
4630
- closeColorWarning: string;
5055
+ colorBorderedWarning: string;
5056
+ closeIconColorWarning: string;
5057
+ closeIconColorHoverWarning: string;
5058
+ closeIconColorPressedWarning: string;
4631
5059
  closeColorHoverWarning: string;
4632
5060
  closeColorPressedWarning: string;
4633
5061
  borderError: string;
4634
5062
  textColorError: string;
4635
5063
  colorError: string;
4636
- closeColorError: string;
5064
+ colorBorderedError: string;
5065
+ closeIconColorError: string;
5066
+ closeIconColorHoverError: string;
5067
+ closeIconColorPressedError: string;
4637
5068
  closeColorHoverError: string;
4638
5069
  closeColorPressedError: string;
5070
+ closeIconSizeTiny: string;
5071
+ closeIconSizeSmall: string;
5072
+ closeIconSizeMedium: string;
5073
+ closeIconSizeLarge: string;
4639
5074
  closeSizeTiny: string;
4640
5075
  closeSizeSmall: string;
4641
5076
  closeSizeMedium: string;
@@ -4650,11 +5085,13 @@ export declare const componentMap: {
4650
5085
  size: "small" | "medium" | "tiny" | "large";
4651
5086
  disabled: boolean | undefined;
4652
5087
  checked: boolean;
5088
+ strong: boolean;
4653
5089
  bordered: boolean | undefined;
5090
+ closable: boolean;
4654
5091
  checkable: boolean;
4655
- internalStopClickPropagation: boolean;
5092
+ triggerClickOnClose: boolean;
5093
+ internalCloseFocusable: boolean;
4656
5094
  onCheckedChange: (checked: boolean) => void;
4657
- closable: boolean;
4658
5095
  }>;
4659
5096
  NTooltip: import("vue").DefineComponent<{
4660
5097
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
@@ -4784,9 +5221,11 @@ export declare const componentMap: {
4784
5221
  scrollable: BooleanConstructor;
4785
5222
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4786
5223
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
5224
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4787
5225
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
4788
5226
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
4789
5227
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
5228
+ internalDeactivateImmediately: BooleanConstructor;
4790
5229
  internalSyncTargetWithParent: BooleanConstructor;
4791
5230
  internalInheritedEventHandlers: {
4792
5231
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -4851,10 +5290,11 @@ export declare const componentMap: {
4851
5290
  opacity5: string;
4852
5291
  dividerColor: string;
4853
5292
  borderColor: string;
4854
- closeColor: string;
5293
+ closeIconColor: string;
5294
+ closeIconColorHover: string;
5295
+ closeIconColorPressed: string;
4855
5296
  closeColorHover: string;
4856
5297
  closeColorPressed: string;
4857
- closeColorDisabled: string;
4858
5298
  clearColor: string;
4859
5299
  clearColorHover: string;
4860
5300
  clearColorPressed: string;
@@ -5083,9 +5523,11 @@ export declare const componentMap: {
5083
5523
  scrollable: BooleanConstructor;
5084
5524
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
5085
5525
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
5526
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
5086
5527
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
5087
5528
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
5088
5529
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
5530
+ internalDeactivateImmediately: BooleanConstructor;
5089
5531
  internalSyncTargetWithParent: BooleanConstructor;
5090
5532
  internalInheritedEventHandlers: {
5091
5533
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -5121,6 +5563,7 @@ export declare const componentMap: {
5121
5563
  arrowPointToCenter: boolean;
5122
5564
  displayDirective: "show" | "if";
5123
5565
  keepAliveOnHover: boolean;
5566
+ internalDeactivateImmediately: boolean;
5124
5567
  animated: boolean;
5125
5568
  internalTrapFocus: boolean;
5126
5569
  defaultShow: boolean;
@@ -5246,7 +5689,10 @@ export declare const componentMap: {
5246
5689
  readonly default: true;
5247
5690
  };
5248
5691
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
5249
- readonly nativeFocusBehavior: BooleanConstructor;
5692
+ readonly nativeFocusBehavior: {
5693
+ readonly type: BooleanConstructor;
5694
+ readonly default: boolean;
5695
+ };
5250
5696
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
5251
5697
  heightTiny: string;
5252
5698
  heightSmall: string;
@@ -5960,7 +6406,10 @@ export declare const componentMap: {
5960
6406
  readonly default: true;
5961
6407
  };
5962
6408
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
5963
- readonly nativeFocusBehavior: BooleanConstructor;
6409
+ readonly nativeFocusBehavior: {
6410
+ readonly type: BooleanConstructor;
6411
+ readonly default: boolean;
6412
+ };
5964
6413
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
5965
6414
  heightTiny: string;
5966
6415
  heightSmall: string;
@@ -6574,26 +7023,26 @@ export declare const componentMap: {
6574
7023
  rippleDuration: string;
6575
7024
  }, any>>>;
6576
7025
  }>>, {
6577
- type: import("naive-ui/es/button/src/interface").Type;
6578
- tag: keyof HTMLElementTagNameMap;
6579
- block: boolean;
6580
- round: boolean;
6581
- dashed: boolean;
6582
- text: boolean;
6583
- circle: boolean;
6584
- disabled: boolean;
6585
- focusable: boolean;
6586
- strong: boolean;
6587
- loading: boolean;
6588
- bordered: boolean;
6589
- tertiary: boolean;
6590
- ghost: boolean;
6591
- keyboard: boolean;
6592
- secondary: boolean;
6593
- quaternary: boolean;
6594
- iconPlacement: "left" | "right";
6595
- attrType: "button" | "reset" | "submit";
6596
- nativeFocusBehavior: boolean;
7026
+ readonly type: import("naive-ui/es/button/src/interface").Type;
7027
+ readonly tag: keyof HTMLElementTagNameMap;
7028
+ readonly block: boolean;
7029
+ readonly round: boolean;
7030
+ readonly dashed: boolean;
7031
+ readonly text: boolean;
7032
+ readonly circle: boolean;
7033
+ readonly disabled: boolean;
7034
+ readonly focusable: boolean;
7035
+ readonly strong: boolean;
7036
+ readonly loading: boolean;
7037
+ readonly bordered: boolean;
7038
+ readonly tertiary: boolean;
7039
+ readonly ghost: boolean;
7040
+ readonly keyboard: boolean;
7041
+ readonly secondary: boolean;
7042
+ readonly quaternary: boolean;
7043
+ readonly iconPlacement: "left" | "right";
7044
+ readonly attrType: "button" | "reset" | "submit";
7045
+ readonly nativeFocusBehavior: boolean;
6597
7046
  }>;
6598
7047
  NInput: import("vue").DefineComponent<{
6599
7048
  bordered: {
@@ -6653,6 +7102,10 @@ export declare const componentMap: {
6653
7102
  type: BooleanConstructor;
6654
7103
  default: undefined;
6655
7104
  };
7105
+ allowInput: import("vue").PropType<(value: string) => boolean>;
7106
+ renderCount: import("vue").PropType<(props: {
7107
+ value: string;
7108
+ }) => import("vue").VNodeChild>;
6656
7109
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
6657
7110
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
6658
7111
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -6681,6 +7134,7 @@ export declare const componentMap: {
6681
7134
  internalLoadingBeforeSuffix: BooleanConstructor;
6682
7135
  showPasswordToggle: BooleanConstructor;
6683
7136
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
7137
+ countTextColorDisabled: string;
6684
7138
  countTextColor: string;
6685
7139
  heightTiny: string;
6686
7140
  heightSmall: string;
@@ -6741,6 +7195,7 @@ export declare const componentMap: {
6741
7195
  clearSize: string;
6742
7196
  }, any>>;
6743
7197
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
7198
+ countTextColorDisabled: string;
6744
7199
  countTextColor: string;
6745
7200
  heightTiny: string;
6746
7201
  heightSmall: string;
@@ -6801,6 +7256,7 @@ export declare const componentMap: {
6801
7256
  clearSize: string;
6802
7257
  }, any>>>;
6803
7258
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
7259
+ countTextColorDisabled: string;
6804
7260
  countTextColor: string;
6805
7261
  heightTiny: string;
6806
7262
  heightSmall: string;
@@ -6873,8 +7329,8 @@ export declare const componentMap: {
6873
7329
  contentRef: HTMLElement | null;
6874
7330
  containerScrollTop: number;
6875
7331
  syncUnifiedContainer: () => void;
6876
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
6877
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
7332
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
7333
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
6878
7334
  sync: () => void;
6879
7335
  handleMouseEnterWrapper: () => void;
6880
7336
  handleMouseLeaveWrapper: () => void;
@@ -6908,7 +7364,7 @@ export declare const componentMap: {
6908
7364
  handleCompositionEnd: (e: CompositionEvent) => void;
6909
7365
  handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
6910
7366
  handleInputBlur: (e: FocusEvent) => void;
6911
- handleInputFocus: (e: FocusEvent) => void;
7367
+ handleInputFocus: (e: FocusEvent, index: number) => void;
6912
7368
  handleWrapperBlur: (e: FocusEvent) => void;
6913
7369
  handleWrapperFocus: (e: FocusEvent) => void;
6914
7370
  handleMouseEnter: () => void;
@@ -6919,7 +7375,7 @@ export declare const componentMap: {
6919
7375
  handleClear: (e: MouseEvent) => void;
6920
7376
  handlePasswordToggleClick: () => void;
6921
7377
  handlePasswordToggleMousedown: (e: MouseEvent) => void;
6922
- handleWrapperKeyDown: (e: KeyboardEvent) => void;
7378
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
6923
7379
  handleTextAreaMirrorResize: () => void;
6924
7380
  getTextareaScrollContainer: () => HTMLTextAreaElement | null;
6925
7381
  mergedTheme: import("vue").ComputedRef<{
@@ -6963,10 +7419,11 @@ export declare const componentMap: {
6963
7419
  opacity5: string;
6964
7420
  dividerColor: string;
6965
7421
  borderColor: string;
6966
- closeColor: string;
7422
+ closeIconColor: string;
7423
+ closeIconColorHover: string;
7424
+ closeIconColorPressed: string;
6967
7425
  closeColorHover: string;
6968
7426
  closeColorPressed: string;
6969
- closeColorDisabled: string;
6970
7427
  clearColor: string;
6971
7428
  clearColorHover: string;
6972
7429
  clearColorPressed: string;
@@ -7028,6 +7485,7 @@ export declare const componentMap: {
7028
7485
  name: "common";
7029
7486
  };
7030
7487
  self: {
7488
+ countTextColorDisabled: string;
7031
7489
  countTextColor: string;
7032
7490
  heightTiny: string;
7033
7491
  heightSmall: string;
@@ -7095,6 +7553,7 @@ export declare const componentMap: {
7095
7553
  cssVars: import("vue").ComputedRef<{
7096
7554
  '--n-bezier': string;
7097
7555
  '--n-count-text-color': string;
7556
+ '--n-count-text-color-disabled': string;
7098
7557
  '--n-color': string;
7099
7558
  '--n-font-size': string;
7100
7559
  '--n-border-radius': string;
@@ -7149,6 +7608,7 @@ export declare const componentMap: {
7149
7608
  select: () => void;
7150
7609
  activate: () => void;
7151
7610
  deactivate: () => void;
7611
+ scrollTo: (options: ScrollToOptions) => void;
7152
7612
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7153
7613
  bordered: {
7154
7614
  type: import("vue").PropType<boolean | undefined>;
@@ -7207,6 +7667,10 @@ export declare const componentMap: {
7207
7667
  type: BooleanConstructor;
7208
7668
  default: undefined;
7209
7669
  };
7670
+ allowInput: import("vue").PropType<(value: string) => boolean>;
7671
+ renderCount: import("vue").PropType<(props: {
7672
+ value: string;
7673
+ }) => import("vue").VNodeChild>;
7210
7674
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
7211
7675
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
7212
7676
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -7235,6 +7699,7 @@ export declare const componentMap: {
7235
7699
  internalLoadingBeforeSuffix: BooleanConstructor;
7236
7700
  showPasswordToggle: BooleanConstructor;
7237
7701
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
7702
+ countTextColorDisabled: string;
7238
7703
  countTextColor: string;
7239
7704
  heightTiny: string;
7240
7705
  heightSmall: string;
@@ -7295,6 +7760,7 @@ export declare const componentMap: {
7295
7760
  clearSize: string;
7296
7761
  }, any>>;
7297
7762
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
7763
+ countTextColorDisabled: string;
7298
7764
  countTextColor: string;
7299
7765
  heightTiny: string;
7300
7766
  heightSmall: string;
@@ -7355,6 +7821,7 @@ export declare const componentMap: {
7355
7821
  clearSize: string;
7356
7822
  }, any>>>;
7357
7823
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
7824
+ countTextColorDisabled: string;
7358
7825
  countTextColor: string;
7359
7826
  heightTiny: string;
7360
7827
  heightSmall: string;
@@ -8135,7 +8602,10 @@ export declare const componentMap: {
8135
8602
  readonly default: true;
8136
8603
  };
8137
8604
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
8138
- readonly nativeFocusBehavior: BooleanConstructor;
8605
+ readonly nativeFocusBehavior: {
8606
+ readonly type: BooleanConstructor;
8607
+ readonly default: boolean;
8608
+ };
8139
8609
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
8140
8610
  heightTiny: string;
8141
8611
  heightSmall: string;
@@ -8849,7 +9319,10 @@ export declare const componentMap: {
8849
9319
  readonly default: true;
8850
9320
  };
8851
9321
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
8852
- readonly nativeFocusBehavior: BooleanConstructor;
9322
+ readonly nativeFocusBehavior: {
9323
+ readonly type: BooleanConstructor;
9324
+ readonly default: boolean;
9325
+ };
8853
9326
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
8854
9327
  heightTiny: string;
8855
9328
  heightSmall: string;
@@ -9463,26 +9936,26 @@ export declare const componentMap: {
9463
9936
  rippleDuration: string;
9464
9937
  }, any>>>;
9465
9938
  }>>, {
9466
- type: import("naive-ui/es/button/src/interface").Type;
9467
- tag: keyof HTMLElementTagNameMap;
9468
- block: boolean;
9469
- round: boolean;
9470
- dashed: boolean;
9471
- text: boolean;
9472
- circle: boolean;
9473
- disabled: boolean;
9474
- focusable: boolean;
9475
- strong: boolean;
9476
- loading: boolean;
9477
- bordered: boolean;
9478
- tertiary: boolean;
9479
- ghost: boolean;
9480
- keyboard: boolean;
9481
- secondary: boolean;
9482
- quaternary: boolean;
9483
- iconPlacement: "left" | "right";
9484
- attrType: "button" | "reset" | "submit";
9485
- nativeFocusBehavior: boolean;
9939
+ readonly type: import("naive-ui/es/button/src/interface").Type;
9940
+ readonly tag: keyof HTMLElementTagNameMap;
9941
+ readonly block: boolean;
9942
+ readonly round: boolean;
9943
+ readonly dashed: boolean;
9944
+ readonly text: boolean;
9945
+ readonly circle: boolean;
9946
+ readonly disabled: boolean;
9947
+ readonly focusable: boolean;
9948
+ readonly strong: boolean;
9949
+ readonly loading: boolean;
9950
+ readonly bordered: boolean;
9951
+ readonly tertiary: boolean;
9952
+ readonly ghost: boolean;
9953
+ readonly keyboard: boolean;
9954
+ readonly secondary: boolean;
9955
+ readonly quaternary: boolean;
9956
+ readonly iconPlacement: "left" | "right";
9957
+ readonly attrType: "button" | "reset" | "submit";
9958
+ readonly nativeFocusBehavior: boolean;
9486
9959
  }>;
9487
9960
  PlayCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
9488
9961
  PlayCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;