@snabcentr/vue-ui-lib 4.4.1 → 4.4.3

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.
@@ -647,5 +647,2667 @@ declare const _default: import('vue').DefineComponent<IValue<IOrderItemBase<ICon
647
647
  readonly showFeedback: boolean;
648
648
  readonly showLabel: boolean | undefined;
649
649
  }> | null;
650
+ widthInputs: (import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
651
+ autofocus: BooleanConstructor;
652
+ loading: {
653
+ type: BooleanConstructor;
654
+ default: undefined;
655
+ };
656
+ placeholder: StringConstructor;
657
+ defaultValue: {
658
+ type: import('vue').PropType<number | null>;
659
+ default: null;
660
+ };
661
+ value: import('vue').PropType<number | null>;
662
+ step: {
663
+ type: (StringConstructor | NumberConstructor)[];
664
+ default: number;
665
+ };
666
+ min: (StringConstructor | NumberConstructor)[];
667
+ max: (StringConstructor | NumberConstructor)[];
668
+ size: import('vue').PropType<import('naive-ui/es/input-number/src/interface').Size>;
669
+ disabled: {
670
+ type: import('vue').PropType<boolean | undefined>;
671
+ default: undefined;
672
+ };
673
+ validator: import('vue').PropType<(value: number) => boolean>;
674
+ bordered: {
675
+ type: import('vue').PropType<boolean | undefined>;
676
+ default: undefined;
677
+ };
678
+ showButton: {
679
+ type: BooleanConstructor;
680
+ default: boolean;
681
+ };
682
+ buttonPlacement: {
683
+ type: import('vue').PropType<"right" | "both">;
684
+ default: string;
685
+ };
686
+ inputProps: import('vue').PropType<import('vue').InputHTMLAttributes>;
687
+ readonly: BooleanConstructor;
688
+ clearable: BooleanConstructor;
689
+ keyboard: {
690
+ type: import('vue').PropType<{
691
+ ArrowUp?: boolean;
692
+ ArrowDown?: boolean;
693
+ }>;
694
+ default: {};
695
+ };
696
+ updateValueOnInput: {
697
+ type: BooleanConstructor;
698
+ default: boolean;
699
+ };
700
+ round: {
701
+ type: import('vue').PropType<boolean | undefined>;
702
+ default: undefined;
703
+ };
704
+ parse: import('vue').PropType<(input: string) => number | null>;
705
+ format: import('vue').PropType<(value: number | null) => string>;
706
+ precision: NumberConstructor;
707
+ status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
708
+ 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
709
+ onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
710
+ onFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
711
+ onBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
712
+ onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
713
+ onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
714
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"InputNumber", {
715
+ iconColorDisabled: string;
716
+ }, {
717
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
718
+ heightTiny: string;
719
+ heightSmall: string;
720
+ heightMedium: string;
721
+ heightLarge: string;
722
+ borderRadiusTiny: string;
723
+ borderRadiusSmall: string;
724
+ borderRadiusMedium: string;
725
+ borderRadiusLarge: string;
726
+ fontSizeTiny: string;
727
+ fontSizeSmall: string;
728
+ fontSizeMedium: string;
729
+ fontSizeLarge: string;
730
+ opacityDisabled: string;
731
+ colorOpacitySecondary: string;
732
+ colorOpacitySecondaryHover: string;
733
+ colorOpacitySecondaryPressed: string;
734
+ colorSecondary: string;
735
+ colorSecondaryHover: string;
736
+ colorSecondaryPressed: string;
737
+ colorTertiary: string;
738
+ colorTertiaryHover: string;
739
+ colorTertiaryPressed: string;
740
+ colorQuaternary: string;
741
+ colorQuaternaryHover: string;
742
+ colorQuaternaryPressed: string;
743
+ color: string;
744
+ colorHover: string;
745
+ colorPressed: string;
746
+ colorFocus: string;
747
+ colorDisabled: string;
748
+ textColor: string;
749
+ textColorTertiary: string;
750
+ textColorHover: string;
751
+ textColorPressed: string;
752
+ textColorFocus: string;
753
+ textColorDisabled: string;
754
+ textColorText: string;
755
+ textColorTextHover: string;
756
+ textColorTextPressed: string;
757
+ textColorTextFocus: string;
758
+ textColorTextDisabled: string;
759
+ textColorGhost: string;
760
+ textColorGhostHover: string;
761
+ textColorGhostPressed: string;
762
+ textColorGhostFocus: string;
763
+ textColorGhostDisabled: string;
764
+ border: string;
765
+ borderHover: string;
766
+ borderPressed: string;
767
+ borderFocus: string;
768
+ borderDisabled: string;
769
+ rippleColor: string;
770
+ colorPrimary: string;
771
+ colorHoverPrimary: string;
772
+ colorPressedPrimary: string;
773
+ colorFocusPrimary: string;
774
+ colorDisabledPrimary: string;
775
+ textColorPrimary: string;
776
+ textColorHoverPrimary: string;
777
+ textColorPressedPrimary: string;
778
+ textColorFocusPrimary: string;
779
+ textColorDisabledPrimary: string;
780
+ textColorTextPrimary: string;
781
+ textColorTextHoverPrimary: string;
782
+ textColorTextPressedPrimary: string;
783
+ textColorTextFocusPrimary: string;
784
+ textColorTextDisabledPrimary: string;
785
+ textColorGhostPrimary: string;
786
+ textColorGhostHoverPrimary: string;
787
+ textColorGhostPressedPrimary: string;
788
+ textColorGhostFocusPrimary: string;
789
+ textColorGhostDisabledPrimary: string;
790
+ borderPrimary: string;
791
+ borderHoverPrimary: string;
792
+ borderPressedPrimary: string;
793
+ borderFocusPrimary: string;
794
+ borderDisabledPrimary: string;
795
+ rippleColorPrimary: string;
796
+ colorInfo: string;
797
+ colorHoverInfo: string;
798
+ colorPressedInfo: string;
799
+ colorFocusInfo: string;
800
+ colorDisabledInfo: string;
801
+ textColorInfo: string;
802
+ textColorHoverInfo: string;
803
+ textColorPressedInfo: string;
804
+ textColorFocusInfo: string;
805
+ textColorDisabledInfo: string;
806
+ textColorTextInfo: string;
807
+ textColorTextHoverInfo: string;
808
+ textColorTextPressedInfo: string;
809
+ textColorTextFocusInfo: string;
810
+ textColorTextDisabledInfo: string;
811
+ textColorGhostInfo: string;
812
+ textColorGhostHoverInfo: string;
813
+ textColorGhostPressedInfo: string;
814
+ textColorGhostFocusInfo: string;
815
+ textColorGhostDisabledInfo: string;
816
+ borderInfo: string;
817
+ borderHoverInfo: string;
818
+ borderPressedInfo: string;
819
+ borderFocusInfo: string;
820
+ borderDisabledInfo: string;
821
+ rippleColorInfo: string;
822
+ colorSuccess: string;
823
+ colorHoverSuccess: string;
824
+ colorPressedSuccess: string;
825
+ colorFocusSuccess: string;
826
+ colorDisabledSuccess: string;
827
+ textColorSuccess: string;
828
+ textColorHoverSuccess: string;
829
+ textColorPressedSuccess: string;
830
+ textColorFocusSuccess: string;
831
+ textColorDisabledSuccess: string;
832
+ textColorTextSuccess: string;
833
+ textColorTextHoverSuccess: string;
834
+ textColorTextPressedSuccess: string;
835
+ textColorTextFocusSuccess: string;
836
+ textColorTextDisabledSuccess: string;
837
+ textColorGhostSuccess: string;
838
+ textColorGhostHoverSuccess: string;
839
+ textColorGhostPressedSuccess: string;
840
+ textColorGhostFocusSuccess: string;
841
+ textColorGhostDisabledSuccess: string;
842
+ borderSuccess: string;
843
+ borderHoverSuccess: string;
844
+ borderPressedSuccess: string;
845
+ borderFocusSuccess: string;
846
+ borderDisabledSuccess: string;
847
+ rippleColorSuccess: string;
848
+ colorWarning: string;
849
+ colorHoverWarning: string;
850
+ colorPressedWarning: string;
851
+ colorFocusWarning: string;
852
+ colorDisabledWarning: string;
853
+ textColorWarning: string;
854
+ textColorHoverWarning: string;
855
+ textColorPressedWarning: string;
856
+ textColorFocusWarning: string;
857
+ textColorDisabledWarning: string;
858
+ textColorTextWarning: string;
859
+ textColorTextHoverWarning: string;
860
+ textColorTextPressedWarning: string;
861
+ textColorTextFocusWarning: string;
862
+ textColorTextDisabledWarning: string;
863
+ textColorGhostWarning: string;
864
+ textColorGhostHoverWarning: string;
865
+ textColorGhostPressedWarning: string;
866
+ textColorGhostFocusWarning: string;
867
+ textColorGhostDisabledWarning: string;
868
+ borderWarning: string;
869
+ borderHoverWarning: string;
870
+ borderPressedWarning: string;
871
+ borderFocusWarning: string;
872
+ borderDisabledWarning: string;
873
+ rippleColorWarning: string;
874
+ colorError: string;
875
+ colorHoverError: string;
876
+ colorPressedError: string;
877
+ colorFocusError: string;
878
+ colorDisabledError: string;
879
+ textColorError: string;
880
+ textColorHoverError: string;
881
+ textColorPressedError: string;
882
+ textColorFocusError: string;
883
+ textColorDisabledError: string;
884
+ textColorTextError: string;
885
+ textColorTextHoverError: string;
886
+ textColorTextPressedError: string;
887
+ textColorTextFocusError: string;
888
+ textColorTextDisabledError: string;
889
+ textColorGhostError: string;
890
+ textColorGhostHoverError: string;
891
+ textColorGhostPressedError: string;
892
+ textColorGhostFocusError: string;
893
+ textColorGhostDisabledError: string;
894
+ borderError: string;
895
+ borderHoverError: string;
896
+ borderPressedError: string;
897
+ borderFocusError: string;
898
+ borderDisabledError: string;
899
+ rippleColorError: string;
900
+ waveOpacity: string;
901
+ fontWeight: string;
902
+ fontWeightStrong: string;
903
+ paddingTiny: string;
904
+ paddingSmall: string;
905
+ paddingMedium: string;
906
+ paddingLarge: string;
907
+ paddingRoundTiny: string;
908
+ paddingRoundSmall: string;
909
+ paddingRoundMedium: string;
910
+ paddingRoundLarge: string;
911
+ iconMarginTiny: string;
912
+ iconMarginSmall: string;
913
+ iconMarginMedium: string;
914
+ iconMarginLarge: string;
915
+ iconSizeTiny: string;
916
+ iconSizeSmall: string;
917
+ iconSizeMedium: string;
918
+ iconSizeLarge: string;
919
+ rippleDuration: string;
920
+ }, any>;
921
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
922
+ fontWeight: string;
923
+ countTextColorDisabled: string;
924
+ countTextColor: string;
925
+ heightTiny: string;
926
+ heightSmall: string;
927
+ heightMedium: string;
928
+ heightLarge: string;
929
+ fontSizeTiny: string;
930
+ fontSizeSmall: string;
931
+ fontSizeMedium: string;
932
+ fontSizeLarge: string;
933
+ lineHeight: string;
934
+ lineHeightTextarea: string;
935
+ borderRadius: string;
936
+ iconSize: string;
937
+ groupLabelColor: string;
938
+ groupLabelTextColor: string;
939
+ textColor: string;
940
+ textColorDisabled: string;
941
+ textDecorationColor: string;
942
+ caretColor: string;
943
+ placeholderColor: string;
944
+ placeholderColorDisabled: string;
945
+ color: string;
946
+ colorDisabled: string;
947
+ colorFocus: string;
948
+ groupLabelBorder: string;
949
+ border: string;
950
+ borderHover: string;
951
+ borderDisabled: string;
952
+ borderFocus: string;
953
+ boxShadowFocus: string;
954
+ loadingColor: string;
955
+ loadingColorWarning: string;
956
+ borderWarning: string;
957
+ borderHoverWarning: string;
958
+ colorFocusWarning: string;
959
+ borderFocusWarning: string;
960
+ boxShadowFocusWarning: string;
961
+ caretColorWarning: string;
962
+ loadingColorError: string;
963
+ borderError: string;
964
+ borderHoverError: string;
965
+ colorFocusError: string;
966
+ borderFocusError: string;
967
+ boxShadowFocusError: string;
968
+ caretColorError: string;
969
+ clearColor: string;
970
+ clearColorHover: string;
971
+ clearColorPressed: string;
972
+ iconColor: string;
973
+ iconColorDisabled: string;
974
+ iconColorHover: string;
975
+ iconColorPressed: string;
976
+ suffixTextColor: string;
977
+ paddingTiny: string;
978
+ paddingSmall: string;
979
+ paddingMedium: string;
980
+ paddingLarge: string;
981
+ clearSize: string;
982
+ }, {
983
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
984
+ height: string;
985
+ width: string;
986
+ borderRadius: string;
987
+ color: string;
988
+ colorHover: string;
989
+ railInsetHorizontalBottom: string;
990
+ railInsetHorizontalTop: string;
991
+ railInsetVerticalRight: string;
992
+ railInsetVerticalLeft: string;
993
+ railColor: string;
994
+ }, any>;
995
+ }>;
996
+ }>>;
997
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
998
+ iconColorDisabled: string;
999
+ }, {
1000
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1001
+ heightTiny: string;
1002
+ heightSmall: string;
1003
+ heightMedium: string;
1004
+ heightLarge: string;
1005
+ borderRadiusTiny: string;
1006
+ borderRadiusSmall: string;
1007
+ borderRadiusMedium: string;
1008
+ borderRadiusLarge: string;
1009
+ fontSizeTiny: string;
1010
+ fontSizeSmall: string;
1011
+ fontSizeMedium: string;
1012
+ fontSizeLarge: string;
1013
+ opacityDisabled: string;
1014
+ colorOpacitySecondary: string;
1015
+ colorOpacitySecondaryHover: string;
1016
+ colorOpacitySecondaryPressed: string;
1017
+ colorSecondary: string;
1018
+ colorSecondaryHover: string;
1019
+ colorSecondaryPressed: string;
1020
+ colorTertiary: string;
1021
+ colorTertiaryHover: string;
1022
+ colorTertiaryPressed: string;
1023
+ colorQuaternary: string;
1024
+ colorQuaternaryHover: string;
1025
+ colorQuaternaryPressed: string;
1026
+ color: string;
1027
+ colorHover: string;
1028
+ colorPressed: string;
1029
+ colorFocus: string;
1030
+ colorDisabled: string;
1031
+ textColor: string;
1032
+ textColorTertiary: string;
1033
+ textColorHover: string;
1034
+ textColorPressed: string;
1035
+ textColorFocus: string;
1036
+ textColorDisabled: string;
1037
+ textColorText: string;
1038
+ textColorTextHover: string;
1039
+ textColorTextPressed: string;
1040
+ textColorTextFocus: string;
1041
+ textColorTextDisabled: string;
1042
+ textColorGhost: string;
1043
+ textColorGhostHover: string;
1044
+ textColorGhostPressed: string;
1045
+ textColorGhostFocus: string;
1046
+ textColorGhostDisabled: string;
1047
+ border: string;
1048
+ borderHover: string;
1049
+ borderPressed: string;
1050
+ borderFocus: string;
1051
+ borderDisabled: string;
1052
+ rippleColor: string;
1053
+ colorPrimary: string;
1054
+ colorHoverPrimary: string;
1055
+ colorPressedPrimary: string;
1056
+ colorFocusPrimary: string;
1057
+ colorDisabledPrimary: string;
1058
+ textColorPrimary: string;
1059
+ textColorHoverPrimary: string;
1060
+ textColorPressedPrimary: string;
1061
+ textColorFocusPrimary: string;
1062
+ textColorDisabledPrimary: string;
1063
+ textColorTextPrimary: string;
1064
+ textColorTextHoverPrimary: string;
1065
+ textColorTextPressedPrimary: string;
1066
+ textColorTextFocusPrimary: string;
1067
+ textColorTextDisabledPrimary: string;
1068
+ textColorGhostPrimary: string;
1069
+ textColorGhostHoverPrimary: string;
1070
+ textColorGhostPressedPrimary: string;
1071
+ textColorGhostFocusPrimary: string;
1072
+ textColorGhostDisabledPrimary: string;
1073
+ borderPrimary: string;
1074
+ borderHoverPrimary: string;
1075
+ borderPressedPrimary: string;
1076
+ borderFocusPrimary: string;
1077
+ borderDisabledPrimary: string;
1078
+ rippleColorPrimary: string;
1079
+ colorInfo: string;
1080
+ colorHoverInfo: string;
1081
+ colorPressedInfo: string;
1082
+ colorFocusInfo: string;
1083
+ colorDisabledInfo: string;
1084
+ textColorInfo: string;
1085
+ textColorHoverInfo: string;
1086
+ textColorPressedInfo: string;
1087
+ textColorFocusInfo: string;
1088
+ textColorDisabledInfo: string;
1089
+ textColorTextInfo: string;
1090
+ textColorTextHoverInfo: string;
1091
+ textColorTextPressedInfo: string;
1092
+ textColorTextFocusInfo: string;
1093
+ textColorTextDisabledInfo: string;
1094
+ textColorGhostInfo: string;
1095
+ textColorGhostHoverInfo: string;
1096
+ textColorGhostPressedInfo: string;
1097
+ textColorGhostFocusInfo: string;
1098
+ textColorGhostDisabledInfo: string;
1099
+ borderInfo: string;
1100
+ borderHoverInfo: string;
1101
+ borderPressedInfo: string;
1102
+ borderFocusInfo: string;
1103
+ borderDisabledInfo: string;
1104
+ rippleColorInfo: string;
1105
+ colorSuccess: string;
1106
+ colorHoverSuccess: string;
1107
+ colorPressedSuccess: string;
1108
+ colorFocusSuccess: string;
1109
+ colorDisabledSuccess: string;
1110
+ textColorSuccess: string;
1111
+ textColorHoverSuccess: string;
1112
+ textColorPressedSuccess: string;
1113
+ textColorFocusSuccess: string;
1114
+ textColorDisabledSuccess: string;
1115
+ textColorTextSuccess: string;
1116
+ textColorTextHoverSuccess: string;
1117
+ textColorTextPressedSuccess: string;
1118
+ textColorTextFocusSuccess: string;
1119
+ textColorTextDisabledSuccess: string;
1120
+ textColorGhostSuccess: string;
1121
+ textColorGhostHoverSuccess: string;
1122
+ textColorGhostPressedSuccess: string;
1123
+ textColorGhostFocusSuccess: string;
1124
+ textColorGhostDisabledSuccess: string;
1125
+ borderSuccess: string;
1126
+ borderHoverSuccess: string;
1127
+ borderPressedSuccess: string;
1128
+ borderFocusSuccess: string;
1129
+ borderDisabledSuccess: string;
1130
+ rippleColorSuccess: string;
1131
+ colorWarning: string;
1132
+ colorHoverWarning: string;
1133
+ colorPressedWarning: string;
1134
+ colorFocusWarning: string;
1135
+ colorDisabledWarning: string;
1136
+ textColorWarning: string;
1137
+ textColorHoverWarning: string;
1138
+ textColorPressedWarning: string;
1139
+ textColorFocusWarning: string;
1140
+ textColorDisabledWarning: string;
1141
+ textColorTextWarning: string;
1142
+ textColorTextHoverWarning: string;
1143
+ textColorTextPressedWarning: string;
1144
+ textColorTextFocusWarning: string;
1145
+ textColorTextDisabledWarning: string;
1146
+ textColorGhostWarning: string;
1147
+ textColorGhostHoverWarning: string;
1148
+ textColorGhostPressedWarning: string;
1149
+ textColorGhostFocusWarning: string;
1150
+ textColorGhostDisabledWarning: string;
1151
+ borderWarning: string;
1152
+ borderHoverWarning: string;
1153
+ borderPressedWarning: string;
1154
+ borderFocusWarning: string;
1155
+ borderDisabledWarning: string;
1156
+ rippleColorWarning: string;
1157
+ colorError: string;
1158
+ colorHoverError: string;
1159
+ colorPressedError: string;
1160
+ colorFocusError: string;
1161
+ colorDisabledError: string;
1162
+ textColorError: string;
1163
+ textColorHoverError: string;
1164
+ textColorPressedError: string;
1165
+ textColorFocusError: string;
1166
+ textColorDisabledError: string;
1167
+ textColorTextError: string;
1168
+ textColorTextHoverError: string;
1169
+ textColorTextPressedError: string;
1170
+ textColorTextFocusError: string;
1171
+ textColorTextDisabledError: string;
1172
+ textColorGhostError: string;
1173
+ textColorGhostHoverError: string;
1174
+ textColorGhostPressedError: string;
1175
+ textColorGhostFocusError: string;
1176
+ textColorGhostDisabledError: string;
1177
+ borderError: string;
1178
+ borderHoverError: string;
1179
+ borderPressedError: string;
1180
+ borderFocusError: string;
1181
+ borderDisabledError: string;
1182
+ rippleColorError: string;
1183
+ waveOpacity: string;
1184
+ fontWeight: string;
1185
+ fontWeightStrong: string;
1186
+ paddingTiny: string;
1187
+ paddingSmall: string;
1188
+ paddingMedium: string;
1189
+ paddingLarge: string;
1190
+ paddingRoundTiny: string;
1191
+ paddingRoundSmall: string;
1192
+ paddingRoundMedium: string;
1193
+ paddingRoundLarge: string;
1194
+ iconMarginTiny: string;
1195
+ iconMarginSmall: string;
1196
+ iconMarginMedium: string;
1197
+ iconMarginLarge: string;
1198
+ iconSizeTiny: string;
1199
+ iconSizeSmall: string;
1200
+ iconSizeMedium: string;
1201
+ iconSizeLarge: string;
1202
+ rippleDuration: string;
1203
+ }, any>;
1204
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
1205
+ fontWeight: string;
1206
+ countTextColorDisabled: string;
1207
+ countTextColor: string;
1208
+ heightTiny: string;
1209
+ heightSmall: string;
1210
+ heightMedium: string;
1211
+ heightLarge: string;
1212
+ fontSizeTiny: string;
1213
+ fontSizeSmall: string;
1214
+ fontSizeMedium: string;
1215
+ fontSizeLarge: string;
1216
+ lineHeight: string;
1217
+ lineHeightTextarea: string;
1218
+ borderRadius: string;
1219
+ iconSize: string;
1220
+ groupLabelColor: string;
1221
+ groupLabelTextColor: string;
1222
+ textColor: string;
1223
+ textColorDisabled: string;
1224
+ textDecorationColor: string;
1225
+ caretColor: string;
1226
+ placeholderColor: string;
1227
+ placeholderColorDisabled: string;
1228
+ color: string;
1229
+ colorDisabled: string;
1230
+ colorFocus: string;
1231
+ groupLabelBorder: string;
1232
+ border: string;
1233
+ borderHover: string;
1234
+ borderDisabled: string;
1235
+ borderFocus: string;
1236
+ boxShadowFocus: string;
1237
+ loadingColor: string;
1238
+ loadingColorWarning: string;
1239
+ borderWarning: string;
1240
+ borderHoverWarning: string;
1241
+ colorFocusWarning: string;
1242
+ borderFocusWarning: string;
1243
+ boxShadowFocusWarning: string;
1244
+ caretColorWarning: string;
1245
+ loadingColorError: string;
1246
+ borderError: string;
1247
+ borderHoverError: string;
1248
+ colorFocusError: string;
1249
+ borderFocusError: string;
1250
+ boxShadowFocusError: string;
1251
+ caretColorError: string;
1252
+ clearColor: string;
1253
+ clearColorHover: string;
1254
+ clearColorPressed: string;
1255
+ iconColor: string;
1256
+ iconColorDisabled: string;
1257
+ iconColorHover: string;
1258
+ iconColorPressed: string;
1259
+ suffixTextColor: string;
1260
+ paddingTiny: string;
1261
+ paddingSmall: string;
1262
+ paddingMedium: string;
1263
+ paddingLarge: string;
1264
+ clearSize: string;
1265
+ }, {
1266
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1267
+ height: string;
1268
+ width: string;
1269
+ borderRadius: string;
1270
+ color: string;
1271
+ colorHover: string;
1272
+ railInsetHorizontalBottom: string;
1273
+ railInsetHorizontalTop: string;
1274
+ railInsetVerticalRight: string;
1275
+ railInsetVerticalLeft: string;
1276
+ railColor: string;
1277
+ }, any>;
1278
+ }>;
1279
+ }>>>;
1280
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
1281
+ iconColorDisabled: string;
1282
+ }, {
1283
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1284
+ heightTiny: string;
1285
+ heightSmall: string;
1286
+ heightMedium: string;
1287
+ heightLarge: string;
1288
+ borderRadiusTiny: string;
1289
+ borderRadiusSmall: string;
1290
+ borderRadiusMedium: string;
1291
+ borderRadiusLarge: string;
1292
+ fontSizeTiny: string;
1293
+ fontSizeSmall: string;
1294
+ fontSizeMedium: string;
1295
+ fontSizeLarge: string;
1296
+ opacityDisabled: string;
1297
+ colorOpacitySecondary: string;
1298
+ colorOpacitySecondaryHover: string;
1299
+ colorOpacitySecondaryPressed: string;
1300
+ colorSecondary: string;
1301
+ colorSecondaryHover: string;
1302
+ colorSecondaryPressed: string;
1303
+ colorTertiary: string;
1304
+ colorTertiaryHover: string;
1305
+ colorTertiaryPressed: string;
1306
+ colorQuaternary: string;
1307
+ colorQuaternaryHover: string;
1308
+ colorQuaternaryPressed: string;
1309
+ color: string;
1310
+ colorHover: string;
1311
+ colorPressed: string;
1312
+ colorFocus: string;
1313
+ colorDisabled: string;
1314
+ textColor: string;
1315
+ textColorTertiary: string;
1316
+ textColorHover: string;
1317
+ textColorPressed: string;
1318
+ textColorFocus: string;
1319
+ textColorDisabled: string;
1320
+ textColorText: string;
1321
+ textColorTextHover: string;
1322
+ textColorTextPressed: string;
1323
+ textColorTextFocus: string;
1324
+ textColorTextDisabled: string;
1325
+ textColorGhost: string;
1326
+ textColorGhostHover: string;
1327
+ textColorGhostPressed: string;
1328
+ textColorGhostFocus: string;
1329
+ textColorGhostDisabled: string;
1330
+ border: string;
1331
+ borderHover: string;
1332
+ borderPressed: string;
1333
+ borderFocus: string;
1334
+ borderDisabled: string;
1335
+ rippleColor: string;
1336
+ colorPrimary: string;
1337
+ colorHoverPrimary: string;
1338
+ colorPressedPrimary: string;
1339
+ colorFocusPrimary: string;
1340
+ colorDisabledPrimary: string;
1341
+ textColorPrimary: string;
1342
+ textColorHoverPrimary: string;
1343
+ textColorPressedPrimary: string;
1344
+ textColorFocusPrimary: string;
1345
+ textColorDisabledPrimary: string;
1346
+ textColorTextPrimary: string;
1347
+ textColorTextHoverPrimary: string;
1348
+ textColorTextPressedPrimary: string;
1349
+ textColorTextFocusPrimary: string;
1350
+ textColorTextDisabledPrimary: string;
1351
+ textColorGhostPrimary: string;
1352
+ textColorGhostHoverPrimary: string;
1353
+ textColorGhostPressedPrimary: string;
1354
+ textColorGhostFocusPrimary: string;
1355
+ textColorGhostDisabledPrimary: string;
1356
+ borderPrimary: string;
1357
+ borderHoverPrimary: string;
1358
+ borderPressedPrimary: string;
1359
+ borderFocusPrimary: string;
1360
+ borderDisabledPrimary: string;
1361
+ rippleColorPrimary: string;
1362
+ colorInfo: string;
1363
+ colorHoverInfo: string;
1364
+ colorPressedInfo: string;
1365
+ colorFocusInfo: string;
1366
+ colorDisabledInfo: string;
1367
+ textColorInfo: string;
1368
+ textColorHoverInfo: string;
1369
+ textColorPressedInfo: string;
1370
+ textColorFocusInfo: string;
1371
+ textColorDisabledInfo: string;
1372
+ textColorTextInfo: string;
1373
+ textColorTextHoverInfo: string;
1374
+ textColorTextPressedInfo: string;
1375
+ textColorTextFocusInfo: string;
1376
+ textColorTextDisabledInfo: string;
1377
+ textColorGhostInfo: string;
1378
+ textColorGhostHoverInfo: string;
1379
+ textColorGhostPressedInfo: string;
1380
+ textColorGhostFocusInfo: string;
1381
+ textColorGhostDisabledInfo: string;
1382
+ borderInfo: string;
1383
+ borderHoverInfo: string;
1384
+ borderPressedInfo: string;
1385
+ borderFocusInfo: string;
1386
+ borderDisabledInfo: string;
1387
+ rippleColorInfo: string;
1388
+ colorSuccess: string;
1389
+ colorHoverSuccess: string;
1390
+ colorPressedSuccess: string;
1391
+ colorFocusSuccess: string;
1392
+ colorDisabledSuccess: string;
1393
+ textColorSuccess: string;
1394
+ textColorHoverSuccess: string;
1395
+ textColorPressedSuccess: string;
1396
+ textColorFocusSuccess: string;
1397
+ textColorDisabledSuccess: string;
1398
+ textColorTextSuccess: string;
1399
+ textColorTextHoverSuccess: string;
1400
+ textColorTextPressedSuccess: string;
1401
+ textColorTextFocusSuccess: string;
1402
+ textColorTextDisabledSuccess: string;
1403
+ textColorGhostSuccess: string;
1404
+ textColorGhostHoverSuccess: string;
1405
+ textColorGhostPressedSuccess: string;
1406
+ textColorGhostFocusSuccess: string;
1407
+ textColorGhostDisabledSuccess: string;
1408
+ borderSuccess: string;
1409
+ borderHoverSuccess: string;
1410
+ borderPressedSuccess: string;
1411
+ borderFocusSuccess: string;
1412
+ borderDisabledSuccess: string;
1413
+ rippleColorSuccess: string;
1414
+ colorWarning: string;
1415
+ colorHoverWarning: string;
1416
+ colorPressedWarning: string;
1417
+ colorFocusWarning: string;
1418
+ colorDisabledWarning: string;
1419
+ textColorWarning: string;
1420
+ textColorHoverWarning: string;
1421
+ textColorPressedWarning: string;
1422
+ textColorFocusWarning: string;
1423
+ textColorDisabledWarning: string;
1424
+ textColorTextWarning: string;
1425
+ textColorTextHoverWarning: string;
1426
+ textColorTextPressedWarning: string;
1427
+ textColorTextFocusWarning: string;
1428
+ textColorTextDisabledWarning: string;
1429
+ textColorGhostWarning: string;
1430
+ textColorGhostHoverWarning: string;
1431
+ textColorGhostPressedWarning: string;
1432
+ textColorGhostFocusWarning: string;
1433
+ textColorGhostDisabledWarning: string;
1434
+ borderWarning: string;
1435
+ borderHoverWarning: string;
1436
+ borderPressedWarning: string;
1437
+ borderFocusWarning: string;
1438
+ borderDisabledWarning: string;
1439
+ rippleColorWarning: string;
1440
+ colorError: string;
1441
+ colorHoverError: string;
1442
+ colorPressedError: string;
1443
+ colorFocusError: string;
1444
+ colorDisabledError: string;
1445
+ textColorError: string;
1446
+ textColorHoverError: string;
1447
+ textColorPressedError: string;
1448
+ textColorFocusError: string;
1449
+ textColorDisabledError: string;
1450
+ textColorTextError: string;
1451
+ textColorTextHoverError: string;
1452
+ textColorTextPressedError: string;
1453
+ textColorTextFocusError: string;
1454
+ textColorTextDisabledError: string;
1455
+ textColorGhostError: string;
1456
+ textColorGhostHoverError: string;
1457
+ textColorGhostPressedError: string;
1458
+ textColorGhostFocusError: string;
1459
+ textColorGhostDisabledError: string;
1460
+ borderError: string;
1461
+ borderHoverError: string;
1462
+ borderPressedError: string;
1463
+ borderFocusError: string;
1464
+ borderDisabledError: string;
1465
+ rippleColorError: string;
1466
+ waveOpacity: string;
1467
+ fontWeight: string;
1468
+ fontWeightStrong: string;
1469
+ paddingTiny: string;
1470
+ paddingSmall: string;
1471
+ paddingMedium: string;
1472
+ paddingLarge: string;
1473
+ paddingRoundTiny: string;
1474
+ paddingRoundSmall: string;
1475
+ paddingRoundMedium: string;
1476
+ paddingRoundLarge: string;
1477
+ iconMarginTiny: string;
1478
+ iconMarginSmall: string;
1479
+ iconMarginMedium: string;
1480
+ iconMarginLarge: string;
1481
+ iconSizeTiny: string;
1482
+ iconSizeSmall: string;
1483
+ iconSizeMedium: string;
1484
+ iconSizeLarge: string;
1485
+ rippleDuration: string;
1486
+ }, any>;
1487
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
1488
+ fontWeight: string;
1489
+ countTextColorDisabled: string;
1490
+ countTextColor: string;
1491
+ heightTiny: string;
1492
+ heightSmall: string;
1493
+ heightMedium: string;
1494
+ heightLarge: string;
1495
+ fontSizeTiny: string;
1496
+ fontSizeSmall: string;
1497
+ fontSizeMedium: string;
1498
+ fontSizeLarge: string;
1499
+ lineHeight: string;
1500
+ lineHeightTextarea: string;
1501
+ borderRadius: string;
1502
+ iconSize: string;
1503
+ groupLabelColor: string;
1504
+ groupLabelTextColor: string;
1505
+ textColor: string;
1506
+ textColorDisabled: string;
1507
+ textDecorationColor: string;
1508
+ caretColor: string;
1509
+ placeholderColor: string;
1510
+ placeholderColorDisabled: string;
1511
+ color: string;
1512
+ colorDisabled: string;
1513
+ colorFocus: string;
1514
+ groupLabelBorder: string;
1515
+ border: string;
1516
+ borderHover: string;
1517
+ borderDisabled: string;
1518
+ borderFocus: string;
1519
+ boxShadowFocus: string;
1520
+ loadingColor: string;
1521
+ loadingColorWarning: string;
1522
+ borderWarning: string;
1523
+ borderHoverWarning: string;
1524
+ colorFocusWarning: string;
1525
+ borderFocusWarning: string;
1526
+ boxShadowFocusWarning: string;
1527
+ caretColorWarning: string;
1528
+ loadingColorError: string;
1529
+ borderError: string;
1530
+ borderHoverError: string;
1531
+ colorFocusError: string;
1532
+ borderFocusError: string;
1533
+ boxShadowFocusError: string;
1534
+ caretColorError: string;
1535
+ clearColor: string;
1536
+ clearColorHover: string;
1537
+ clearColorPressed: string;
1538
+ iconColor: string;
1539
+ iconColorDisabled: string;
1540
+ iconColorHover: string;
1541
+ iconColorPressed: string;
1542
+ suffixTextColor: string;
1543
+ paddingTiny: string;
1544
+ paddingSmall: string;
1545
+ paddingMedium: string;
1546
+ paddingLarge: string;
1547
+ clearSize: string;
1548
+ }, {
1549
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1550
+ height: string;
1551
+ width: string;
1552
+ borderRadius: string;
1553
+ color: string;
1554
+ colorHover: string;
1555
+ railInsetHorizontalBottom: string;
1556
+ railInsetHorizontalTop: string;
1557
+ railInsetVerticalRight: string;
1558
+ railInsetVerticalLeft: string;
1559
+ railColor: string;
1560
+ }, any>;
1561
+ }>;
1562
+ }>>>;
1563
+ }>> & Readonly<{}>, {
1564
+ rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
1565
+ inputInstRef: import('vue').Ref<{
1566
+ wrapperElRef: HTMLElement | null;
1567
+ textareaElRef: HTMLTextAreaElement | null;
1568
+ inputElRef: HTMLInputElement | null;
1569
+ isCompositing: boolean;
1570
+ blur: () => void;
1571
+ clear: () => void;
1572
+ focus: () => void;
1573
+ select: () => void;
1574
+ activate: () => void;
1575
+ deactivate: () => void;
1576
+ scrollTo: (options: ScrollToOptions) => void;
1577
+ } | null, {
1578
+ wrapperElRef: HTMLElement | null;
1579
+ textareaElRef: HTMLTextAreaElement | null;
1580
+ inputElRef: HTMLInputElement | null;
1581
+ isCompositing: boolean;
1582
+ blur: () => void;
1583
+ clear: () => void;
1584
+ focus: () => void;
1585
+ select: () => void;
1586
+ activate: () => void;
1587
+ deactivate: () => void;
1588
+ scrollTo: (options: ScrollToOptions) => void;
1589
+ } | {
1590
+ wrapperElRef: HTMLElement | null;
1591
+ textareaElRef: HTMLTextAreaElement | null;
1592
+ inputElRef: HTMLInputElement | null;
1593
+ isCompositing: boolean;
1594
+ blur: () => void;
1595
+ clear: () => void;
1596
+ focus: () => void;
1597
+ select: () => void;
1598
+ activate: () => void;
1599
+ deactivate: () => void;
1600
+ scrollTo: (options: ScrollToOptions) => void;
1601
+ } | null>;
1602
+ minusButtonInstRef: import('vue').Ref<{
1603
+ $el: HTMLElement;
1604
+ } | null, {
1605
+ $el: HTMLElement;
1606
+ } | {
1607
+ $el: HTMLElement;
1608
+ } | null>;
1609
+ addButtonInstRef: import('vue').Ref<{
1610
+ $el: HTMLElement;
1611
+ } | null, {
1612
+ $el: HTMLElement;
1613
+ } | {
1614
+ $el: HTMLElement;
1615
+ } | null>;
1616
+ mergedClsPrefix: import('vue').Ref<string, string>;
1617
+ mergedBordered: import('vue').ComputedRef<boolean>;
1618
+ uncontrolledValue: import('vue').Ref<number | null, number | null>;
1619
+ mergedValue: import('vue').ComputedRef<number | null>;
1620
+ mergedPlaceholder: import('vue').ComputedRef<string>;
1621
+ displayedValueInvalid: import('vue').ComputedRef<boolean>;
1622
+ mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
1623
+ mergedDisabled: import('vue').ComputedRef<boolean>;
1624
+ displayedValue: import('vue').Ref<string, string>;
1625
+ addable: import('vue').ComputedRef<boolean>;
1626
+ minusable: import('vue').ComputedRef<boolean>;
1627
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
1628
+ handleFocus: (e: FocusEvent) => void;
1629
+ handleBlur: (e: FocusEvent) => void;
1630
+ handleClear: (e: MouseEvent) => void;
1631
+ handleMouseDown: (e: MouseEvent) => void;
1632
+ handleAddClick: () => void;
1633
+ handleMinusClick: () => void;
1634
+ handleAddMousedown: () => void;
1635
+ handleMinusMousedown: () => void;
1636
+ handleKeyDown: (e: KeyboardEvent) => void;
1637
+ handleUpdateDisplayedValue: (value: string) => void;
1638
+ mergedTheme: import('vue').ComputedRef<{
1639
+ common: import('naive-ui').ThemeCommonVars;
1640
+ self: {
1641
+ iconColorDisabled: string;
1642
+ };
1643
+ peers: {
1644
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
1645
+ heightTiny: string;
1646
+ heightSmall: string;
1647
+ heightMedium: string;
1648
+ heightLarge: string;
1649
+ borderRadiusTiny: string;
1650
+ borderRadiusSmall: string;
1651
+ borderRadiusMedium: string;
1652
+ borderRadiusLarge: string;
1653
+ fontSizeTiny: string;
1654
+ fontSizeSmall: string;
1655
+ fontSizeMedium: string;
1656
+ fontSizeLarge: string;
1657
+ opacityDisabled: string;
1658
+ colorOpacitySecondary: string;
1659
+ colorOpacitySecondaryHover: string;
1660
+ colorOpacitySecondaryPressed: string;
1661
+ colorSecondary: string;
1662
+ colorSecondaryHover: string;
1663
+ colorSecondaryPressed: string;
1664
+ colorTertiary: string;
1665
+ colorTertiaryHover: string;
1666
+ colorTertiaryPressed: string;
1667
+ colorQuaternary: string;
1668
+ colorQuaternaryHover: string;
1669
+ colorQuaternaryPressed: string;
1670
+ color: string;
1671
+ colorHover: string;
1672
+ colorPressed: string;
1673
+ colorFocus: string;
1674
+ colorDisabled: string;
1675
+ textColor: string;
1676
+ textColorTertiary: string;
1677
+ textColorHover: string;
1678
+ textColorPressed: string;
1679
+ textColorFocus: string;
1680
+ textColorDisabled: string;
1681
+ textColorText: string;
1682
+ textColorTextHover: string;
1683
+ textColorTextPressed: string;
1684
+ textColorTextFocus: string;
1685
+ textColorTextDisabled: string;
1686
+ textColorGhost: string;
1687
+ textColorGhostHover: string;
1688
+ textColorGhostPressed: string;
1689
+ textColorGhostFocus: string;
1690
+ textColorGhostDisabled: string;
1691
+ border: string;
1692
+ borderHover: string;
1693
+ borderPressed: string;
1694
+ borderFocus: string;
1695
+ borderDisabled: string;
1696
+ rippleColor: string;
1697
+ colorPrimary: string;
1698
+ colorHoverPrimary: string;
1699
+ colorPressedPrimary: string;
1700
+ colorFocusPrimary: string;
1701
+ colorDisabledPrimary: string;
1702
+ textColorPrimary: string;
1703
+ textColorHoverPrimary: string;
1704
+ textColorPressedPrimary: string;
1705
+ textColorFocusPrimary: string;
1706
+ textColorDisabledPrimary: string;
1707
+ textColorTextPrimary: string;
1708
+ textColorTextHoverPrimary: string;
1709
+ textColorTextPressedPrimary: string;
1710
+ textColorTextFocusPrimary: string;
1711
+ textColorTextDisabledPrimary: string;
1712
+ textColorGhostPrimary: string;
1713
+ textColorGhostHoverPrimary: string;
1714
+ textColorGhostPressedPrimary: string;
1715
+ textColorGhostFocusPrimary: string;
1716
+ textColorGhostDisabledPrimary: string;
1717
+ borderPrimary: string;
1718
+ borderHoverPrimary: string;
1719
+ borderPressedPrimary: string;
1720
+ borderFocusPrimary: string;
1721
+ borderDisabledPrimary: string;
1722
+ rippleColorPrimary: string;
1723
+ colorInfo: string;
1724
+ colorHoverInfo: string;
1725
+ colorPressedInfo: string;
1726
+ colorFocusInfo: string;
1727
+ colorDisabledInfo: string;
1728
+ textColorInfo: string;
1729
+ textColorHoverInfo: string;
1730
+ textColorPressedInfo: string;
1731
+ textColorFocusInfo: string;
1732
+ textColorDisabledInfo: string;
1733
+ textColorTextInfo: string;
1734
+ textColorTextHoverInfo: string;
1735
+ textColorTextPressedInfo: string;
1736
+ textColorTextFocusInfo: string;
1737
+ textColorTextDisabledInfo: string;
1738
+ textColorGhostInfo: string;
1739
+ textColorGhostHoverInfo: string;
1740
+ textColorGhostPressedInfo: string;
1741
+ textColorGhostFocusInfo: string;
1742
+ textColorGhostDisabledInfo: string;
1743
+ borderInfo: string;
1744
+ borderHoverInfo: string;
1745
+ borderPressedInfo: string;
1746
+ borderFocusInfo: string;
1747
+ borderDisabledInfo: string;
1748
+ rippleColorInfo: string;
1749
+ colorSuccess: string;
1750
+ colorHoverSuccess: string;
1751
+ colorPressedSuccess: string;
1752
+ colorFocusSuccess: string;
1753
+ colorDisabledSuccess: string;
1754
+ textColorSuccess: string;
1755
+ textColorHoverSuccess: string;
1756
+ textColorPressedSuccess: string;
1757
+ textColorFocusSuccess: string;
1758
+ textColorDisabledSuccess: string;
1759
+ textColorTextSuccess: string;
1760
+ textColorTextHoverSuccess: string;
1761
+ textColorTextPressedSuccess: string;
1762
+ textColorTextFocusSuccess: string;
1763
+ textColorTextDisabledSuccess: string;
1764
+ textColorGhostSuccess: string;
1765
+ textColorGhostHoverSuccess: string;
1766
+ textColorGhostPressedSuccess: string;
1767
+ textColorGhostFocusSuccess: string;
1768
+ textColorGhostDisabledSuccess: string;
1769
+ borderSuccess: string;
1770
+ borderHoverSuccess: string;
1771
+ borderPressedSuccess: string;
1772
+ borderFocusSuccess: string;
1773
+ borderDisabledSuccess: string;
1774
+ rippleColorSuccess: string;
1775
+ colorWarning: string;
1776
+ colorHoverWarning: string;
1777
+ colorPressedWarning: string;
1778
+ colorFocusWarning: string;
1779
+ colorDisabledWarning: string;
1780
+ textColorWarning: string;
1781
+ textColorHoverWarning: string;
1782
+ textColorPressedWarning: string;
1783
+ textColorFocusWarning: string;
1784
+ textColorDisabledWarning: string;
1785
+ textColorTextWarning: string;
1786
+ textColorTextHoverWarning: string;
1787
+ textColorTextPressedWarning: string;
1788
+ textColorTextFocusWarning: string;
1789
+ textColorTextDisabledWarning: string;
1790
+ textColorGhostWarning: string;
1791
+ textColorGhostHoverWarning: string;
1792
+ textColorGhostPressedWarning: string;
1793
+ textColorGhostFocusWarning: string;
1794
+ textColorGhostDisabledWarning: string;
1795
+ borderWarning: string;
1796
+ borderHoverWarning: string;
1797
+ borderPressedWarning: string;
1798
+ borderFocusWarning: string;
1799
+ borderDisabledWarning: string;
1800
+ rippleColorWarning: string;
1801
+ colorError: string;
1802
+ colorHoverError: string;
1803
+ colorPressedError: string;
1804
+ colorFocusError: string;
1805
+ colorDisabledError: string;
1806
+ textColorError: string;
1807
+ textColorHoverError: string;
1808
+ textColorPressedError: string;
1809
+ textColorFocusError: string;
1810
+ textColorDisabledError: string;
1811
+ textColorTextError: string;
1812
+ textColorTextHoverError: string;
1813
+ textColorTextPressedError: string;
1814
+ textColorTextFocusError: string;
1815
+ textColorTextDisabledError: string;
1816
+ textColorGhostError: string;
1817
+ textColorGhostHoverError: string;
1818
+ textColorGhostPressedError: string;
1819
+ textColorGhostFocusError: string;
1820
+ textColorGhostDisabledError: string;
1821
+ borderError: string;
1822
+ borderHoverError: string;
1823
+ borderPressedError: string;
1824
+ borderFocusError: string;
1825
+ borderDisabledError: string;
1826
+ rippleColorError: string;
1827
+ waveOpacity: string;
1828
+ fontWeight: string;
1829
+ fontWeightStrong: string;
1830
+ paddingTiny: string;
1831
+ paddingSmall: string;
1832
+ paddingMedium: string;
1833
+ paddingLarge: string;
1834
+ paddingRoundTiny: string;
1835
+ paddingRoundSmall: string;
1836
+ paddingRoundMedium: string;
1837
+ paddingRoundLarge: string;
1838
+ iconMarginTiny: string;
1839
+ iconMarginSmall: string;
1840
+ iconMarginMedium: string;
1841
+ iconMarginLarge: string;
1842
+ iconSizeTiny: string;
1843
+ iconSizeSmall: string;
1844
+ iconSizeMedium: string;
1845
+ iconSizeLarge: string;
1846
+ rippleDuration: string;
1847
+ }, any>;
1848
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
1849
+ fontWeight: string;
1850
+ countTextColorDisabled: string;
1851
+ countTextColor: string;
1852
+ heightTiny: string;
1853
+ heightSmall: string;
1854
+ heightMedium: string;
1855
+ heightLarge: string;
1856
+ fontSizeTiny: string;
1857
+ fontSizeSmall: string;
1858
+ fontSizeMedium: string;
1859
+ fontSizeLarge: string;
1860
+ lineHeight: string;
1861
+ lineHeightTextarea: string;
1862
+ borderRadius: string;
1863
+ iconSize: string;
1864
+ groupLabelColor: string;
1865
+ groupLabelTextColor: string;
1866
+ textColor: string;
1867
+ textColorDisabled: string;
1868
+ textDecorationColor: string;
1869
+ caretColor: string;
1870
+ placeholderColor: string;
1871
+ placeholderColorDisabled: string;
1872
+ color: string;
1873
+ colorDisabled: string;
1874
+ colorFocus: string;
1875
+ groupLabelBorder: string;
1876
+ border: string;
1877
+ borderHover: string;
1878
+ borderDisabled: string;
1879
+ borderFocus: string;
1880
+ boxShadowFocus: string;
1881
+ loadingColor: string;
1882
+ loadingColorWarning: string;
1883
+ borderWarning: string;
1884
+ borderHoverWarning: string;
1885
+ colorFocusWarning: string;
1886
+ borderFocusWarning: string;
1887
+ boxShadowFocusWarning: string;
1888
+ caretColorWarning: string;
1889
+ loadingColorError: string;
1890
+ borderError: string;
1891
+ borderHoverError: string;
1892
+ colorFocusError: string;
1893
+ borderFocusError: string;
1894
+ boxShadowFocusError: string;
1895
+ caretColorError: string;
1896
+ clearColor: string;
1897
+ clearColorHover: string;
1898
+ clearColorPressed: string;
1899
+ iconColor: string;
1900
+ iconColorDisabled: string;
1901
+ iconColorHover: string;
1902
+ iconColorPressed: string;
1903
+ suffixTextColor: string;
1904
+ paddingTiny: string;
1905
+ paddingSmall: string;
1906
+ paddingMedium: string;
1907
+ paddingLarge: string;
1908
+ clearSize: string;
1909
+ }, {
1910
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1911
+ height: string;
1912
+ width: string;
1913
+ borderRadius: string;
1914
+ color: string;
1915
+ colorHover: string;
1916
+ railInsetHorizontalBottom: string;
1917
+ railInsetHorizontalTop: string;
1918
+ railInsetVerticalRight: string;
1919
+ railInsetVerticalLeft: string;
1920
+ railColor: string;
1921
+ }, any>;
1922
+ }>;
1923
+ };
1924
+ peerOverrides: {
1925
+ Button?: {
1926
+ peers?: {
1927
+ [x: string]: any;
1928
+ } | undefined;
1929
+ } | undefined;
1930
+ Input?: {
1931
+ peers?: {
1932
+ Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
1933
+ height: string;
1934
+ width: string;
1935
+ borderRadius: string;
1936
+ color: string;
1937
+ colorHover: string;
1938
+ railInsetHorizontalBottom: string;
1939
+ railInsetHorizontalTop: string;
1940
+ railInsetVerticalRight: string;
1941
+ railInsetVerticalLeft: string;
1942
+ railColor: string;
1943
+ }, any>> | undefined;
1944
+ } | undefined;
1945
+ } | undefined;
1946
+ };
1947
+ }>;
1948
+ inputThemeOverrides: {
1949
+ paddingSmall: string;
1950
+ paddingMedium: string;
1951
+ paddingLarge: string;
1952
+ };
1953
+ buttonThemeOverrides: import('vue').ComputedRef<{
1954
+ textColorTextDisabled: string;
1955
+ opacityDisabled: string;
1956
+ }>;
1957
+ focus: () => void;
1958
+ blur: () => void;
1959
+ select: () => void;
1960
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1961
+ readonly: boolean;
1962
+ disabled: boolean | undefined;
1963
+ round: boolean | undefined;
1964
+ step: string | number;
1965
+ autofocus: boolean;
1966
+ loading: boolean;
1967
+ bordered: boolean | undefined;
1968
+ clearable: boolean;
1969
+ defaultValue: number | null;
1970
+ keyboard: {
1971
+ ArrowUp?: boolean;
1972
+ ArrowDown?: boolean;
1973
+ };
1974
+ showButton: boolean;
1975
+ buttonPlacement: "right" | "both";
1976
+ updateValueOnInput: boolean;
1977
+ }, true, {}, import('vue').SlotsType<import('naive-ui').InputNumberSlots>, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1978
+ P: {};
1979
+ B: {};
1980
+ D: {};
1981
+ C: {};
1982
+ M: {};
1983
+ Defaults: {};
1984
+ }, Readonly<import('vue').ExtractPropTypes<{
1985
+ autofocus: BooleanConstructor;
1986
+ loading: {
1987
+ type: BooleanConstructor;
1988
+ default: undefined;
1989
+ };
1990
+ placeholder: StringConstructor;
1991
+ defaultValue: {
1992
+ type: import('vue').PropType<number | null>;
1993
+ default: null;
1994
+ };
1995
+ value: import('vue').PropType<number | null>;
1996
+ step: {
1997
+ type: (StringConstructor | NumberConstructor)[];
1998
+ default: number;
1999
+ };
2000
+ min: (StringConstructor | NumberConstructor)[];
2001
+ max: (StringConstructor | NumberConstructor)[];
2002
+ size: import('vue').PropType<import('naive-ui/es/input-number/src/interface').Size>;
2003
+ disabled: {
2004
+ type: import('vue').PropType<boolean | undefined>;
2005
+ default: undefined;
2006
+ };
2007
+ validator: import('vue').PropType<(value: number) => boolean>;
2008
+ bordered: {
2009
+ type: import('vue').PropType<boolean | undefined>;
2010
+ default: undefined;
2011
+ };
2012
+ showButton: {
2013
+ type: BooleanConstructor;
2014
+ default: boolean;
2015
+ };
2016
+ buttonPlacement: {
2017
+ type: import('vue').PropType<"right" | "both">;
2018
+ default: string;
2019
+ };
2020
+ inputProps: import('vue').PropType<import('vue').InputHTMLAttributes>;
2021
+ readonly: BooleanConstructor;
2022
+ clearable: BooleanConstructor;
2023
+ keyboard: {
2024
+ type: import('vue').PropType<{
2025
+ ArrowUp?: boolean;
2026
+ ArrowDown?: boolean;
2027
+ }>;
2028
+ default: {};
2029
+ };
2030
+ updateValueOnInput: {
2031
+ type: BooleanConstructor;
2032
+ default: boolean;
2033
+ };
2034
+ round: {
2035
+ type: import('vue').PropType<boolean | undefined>;
2036
+ default: undefined;
2037
+ };
2038
+ parse: import('vue').PropType<(input: string) => number | null>;
2039
+ format: import('vue').PropType<(value: number | null) => string>;
2040
+ precision: NumberConstructor;
2041
+ status: import('vue').PropType<import('naive-ui').FormValidationStatus>;
2042
+ 'onUpdate:value': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
2043
+ onUpdateValue: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
2044
+ onFocus: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
2045
+ onBlur: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: FocusEvent) => void>>;
2046
+ onClear: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(e: MouseEvent) => void>>;
2047
+ onChange: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/input-number/src/interface').OnUpdateValue>>;
2048
+ theme: import('vue').PropType<import('naive-ui/es/_mixins').Theme<"InputNumber", {
2049
+ iconColorDisabled: string;
2050
+ }, {
2051
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2052
+ heightTiny: string;
2053
+ heightSmall: string;
2054
+ heightMedium: string;
2055
+ heightLarge: string;
2056
+ borderRadiusTiny: string;
2057
+ borderRadiusSmall: string;
2058
+ borderRadiusMedium: string;
2059
+ borderRadiusLarge: string;
2060
+ fontSizeTiny: string;
2061
+ fontSizeSmall: string;
2062
+ fontSizeMedium: string;
2063
+ fontSizeLarge: string;
2064
+ opacityDisabled: string;
2065
+ colorOpacitySecondary: string;
2066
+ colorOpacitySecondaryHover: string;
2067
+ colorOpacitySecondaryPressed: string;
2068
+ colorSecondary: string;
2069
+ colorSecondaryHover: string;
2070
+ colorSecondaryPressed: string;
2071
+ colorTertiary: string;
2072
+ colorTertiaryHover: string;
2073
+ colorTertiaryPressed: string;
2074
+ colorQuaternary: string;
2075
+ colorQuaternaryHover: string;
2076
+ colorQuaternaryPressed: string;
2077
+ color: string;
2078
+ colorHover: string;
2079
+ colorPressed: string;
2080
+ colorFocus: string;
2081
+ colorDisabled: string;
2082
+ textColor: string;
2083
+ textColorTertiary: string;
2084
+ textColorHover: string;
2085
+ textColorPressed: string;
2086
+ textColorFocus: string;
2087
+ textColorDisabled: string;
2088
+ textColorText: string;
2089
+ textColorTextHover: string;
2090
+ textColorTextPressed: string;
2091
+ textColorTextFocus: string;
2092
+ textColorTextDisabled: string;
2093
+ textColorGhost: string;
2094
+ textColorGhostHover: string;
2095
+ textColorGhostPressed: string;
2096
+ textColorGhostFocus: string;
2097
+ textColorGhostDisabled: string;
2098
+ border: string;
2099
+ borderHover: string;
2100
+ borderPressed: string;
2101
+ borderFocus: string;
2102
+ borderDisabled: string;
2103
+ rippleColor: string;
2104
+ colorPrimary: string;
2105
+ colorHoverPrimary: string;
2106
+ colorPressedPrimary: string;
2107
+ colorFocusPrimary: string;
2108
+ colorDisabledPrimary: string;
2109
+ textColorPrimary: string;
2110
+ textColorHoverPrimary: string;
2111
+ textColorPressedPrimary: string;
2112
+ textColorFocusPrimary: string;
2113
+ textColorDisabledPrimary: string;
2114
+ textColorTextPrimary: string;
2115
+ textColorTextHoverPrimary: string;
2116
+ textColorTextPressedPrimary: string;
2117
+ textColorTextFocusPrimary: string;
2118
+ textColorTextDisabledPrimary: string;
2119
+ textColorGhostPrimary: string;
2120
+ textColorGhostHoverPrimary: string;
2121
+ textColorGhostPressedPrimary: string;
2122
+ textColorGhostFocusPrimary: string;
2123
+ textColorGhostDisabledPrimary: string;
2124
+ borderPrimary: string;
2125
+ borderHoverPrimary: string;
2126
+ borderPressedPrimary: string;
2127
+ borderFocusPrimary: string;
2128
+ borderDisabledPrimary: string;
2129
+ rippleColorPrimary: string;
2130
+ colorInfo: string;
2131
+ colorHoverInfo: string;
2132
+ colorPressedInfo: string;
2133
+ colorFocusInfo: string;
2134
+ colorDisabledInfo: string;
2135
+ textColorInfo: string;
2136
+ textColorHoverInfo: string;
2137
+ textColorPressedInfo: string;
2138
+ textColorFocusInfo: string;
2139
+ textColorDisabledInfo: string;
2140
+ textColorTextInfo: string;
2141
+ textColorTextHoverInfo: string;
2142
+ textColorTextPressedInfo: string;
2143
+ textColorTextFocusInfo: string;
2144
+ textColorTextDisabledInfo: string;
2145
+ textColorGhostInfo: string;
2146
+ textColorGhostHoverInfo: string;
2147
+ textColorGhostPressedInfo: string;
2148
+ textColorGhostFocusInfo: string;
2149
+ textColorGhostDisabledInfo: string;
2150
+ borderInfo: string;
2151
+ borderHoverInfo: string;
2152
+ borderPressedInfo: string;
2153
+ borderFocusInfo: string;
2154
+ borderDisabledInfo: string;
2155
+ rippleColorInfo: string;
2156
+ colorSuccess: string;
2157
+ colorHoverSuccess: string;
2158
+ colorPressedSuccess: string;
2159
+ colorFocusSuccess: string;
2160
+ colorDisabledSuccess: string;
2161
+ textColorSuccess: string;
2162
+ textColorHoverSuccess: string;
2163
+ textColorPressedSuccess: string;
2164
+ textColorFocusSuccess: string;
2165
+ textColorDisabledSuccess: string;
2166
+ textColorTextSuccess: string;
2167
+ textColorTextHoverSuccess: string;
2168
+ textColorTextPressedSuccess: string;
2169
+ textColorTextFocusSuccess: string;
2170
+ textColorTextDisabledSuccess: string;
2171
+ textColorGhostSuccess: string;
2172
+ textColorGhostHoverSuccess: string;
2173
+ textColorGhostPressedSuccess: string;
2174
+ textColorGhostFocusSuccess: string;
2175
+ textColorGhostDisabledSuccess: string;
2176
+ borderSuccess: string;
2177
+ borderHoverSuccess: string;
2178
+ borderPressedSuccess: string;
2179
+ borderFocusSuccess: string;
2180
+ borderDisabledSuccess: string;
2181
+ rippleColorSuccess: string;
2182
+ colorWarning: string;
2183
+ colorHoverWarning: string;
2184
+ colorPressedWarning: string;
2185
+ colorFocusWarning: string;
2186
+ colorDisabledWarning: string;
2187
+ textColorWarning: string;
2188
+ textColorHoverWarning: string;
2189
+ textColorPressedWarning: string;
2190
+ textColorFocusWarning: string;
2191
+ textColorDisabledWarning: string;
2192
+ textColorTextWarning: string;
2193
+ textColorTextHoverWarning: string;
2194
+ textColorTextPressedWarning: string;
2195
+ textColorTextFocusWarning: string;
2196
+ textColorTextDisabledWarning: string;
2197
+ textColorGhostWarning: string;
2198
+ textColorGhostHoverWarning: string;
2199
+ textColorGhostPressedWarning: string;
2200
+ textColorGhostFocusWarning: string;
2201
+ textColorGhostDisabledWarning: string;
2202
+ borderWarning: string;
2203
+ borderHoverWarning: string;
2204
+ borderPressedWarning: string;
2205
+ borderFocusWarning: string;
2206
+ borderDisabledWarning: string;
2207
+ rippleColorWarning: string;
2208
+ colorError: string;
2209
+ colorHoverError: string;
2210
+ colorPressedError: string;
2211
+ colorFocusError: string;
2212
+ colorDisabledError: string;
2213
+ textColorError: string;
2214
+ textColorHoverError: string;
2215
+ textColorPressedError: string;
2216
+ textColorFocusError: string;
2217
+ textColorDisabledError: string;
2218
+ textColorTextError: string;
2219
+ textColorTextHoverError: string;
2220
+ textColorTextPressedError: string;
2221
+ textColorTextFocusError: string;
2222
+ textColorTextDisabledError: string;
2223
+ textColorGhostError: string;
2224
+ textColorGhostHoverError: string;
2225
+ textColorGhostPressedError: string;
2226
+ textColorGhostFocusError: string;
2227
+ textColorGhostDisabledError: string;
2228
+ borderError: string;
2229
+ borderHoverError: string;
2230
+ borderPressedError: string;
2231
+ borderFocusError: string;
2232
+ borderDisabledError: string;
2233
+ rippleColorError: string;
2234
+ waveOpacity: string;
2235
+ fontWeight: string;
2236
+ fontWeightStrong: string;
2237
+ paddingTiny: string;
2238
+ paddingSmall: string;
2239
+ paddingMedium: string;
2240
+ paddingLarge: string;
2241
+ paddingRoundTiny: string;
2242
+ paddingRoundSmall: string;
2243
+ paddingRoundMedium: string;
2244
+ paddingRoundLarge: string;
2245
+ iconMarginTiny: string;
2246
+ iconMarginSmall: string;
2247
+ iconMarginMedium: string;
2248
+ iconMarginLarge: string;
2249
+ iconSizeTiny: string;
2250
+ iconSizeSmall: string;
2251
+ iconSizeMedium: string;
2252
+ iconSizeLarge: string;
2253
+ rippleDuration: string;
2254
+ }, any>;
2255
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
2256
+ fontWeight: string;
2257
+ countTextColorDisabled: string;
2258
+ countTextColor: string;
2259
+ heightTiny: string;
2260
+ heightSmall: string;
2261
+ heightMedium: string;
2262
+ heightLarge: string;
2263
+ fontSizeTiny: string;
2264
+ fontSizeSmall: string;
2265
+ fontSizeMedium: string;
2266
+ fontSizeLarge: string;
2267
+ lineHeight: string;
2268
+ lineHeightTextarea: string;
2269
+ borderRadius: string;
2270
+ iconSize: string;
2271
+ groupLabelColor: string;
2272
+ groupLabelTextColor: string;
2273
+ textColor: string;
2274
+ textColorDisabled: string;
2275
+ textDecorationColor: string;
2276
+ caretColor: string;
2277
+ placeholderColor: string;
2278
+ placeholderColorDisabled: string;
2279
+ color: string;
2280
+ colorDisabled: string;
2281
+ colorFocus: string;
2282
+ groupLabelBorder: string;
2283
+ border: string;
2284
+ borderHover: string;
2285
+ borderDisabled: string;
2286
+ borderFocus: string;
2287
+ boxShadowFocus: string;
2288
+ loadingColor: string;
2289
+ loadingColorWarning: string;
2290
+ borderWarning: string;
2291
+ borderHoverWarning: string;
2292
+ colorFocusWarning: string;
2293
+ borderFocusWarning: string;
2294
+ boxShadowFocusWarning: string;
2295
+ caretColorWarning: string;
2296
+ loadingColorError: string;
2297
+ borderError: string;
2298
+ borderHoverError: string;
2299
+ colorFocusError: string;
2300
+ borderFocusError: string;
2301
+ boxShadowFocusError: string;
2302
+ caretColorError: string;
2303
+ clearColor: string;
2304
+ clearColorHover: string;
2305
+ clearColorPressed: string;
2306
+ iconColor: string;
2307
+ iconColorDisabled: string;
2308
+ iconColorHover: string;
2309
+ iconColorPressed: string;
2310
+ suffixTextColor: string;
2311
+ paddingTiny: string;
2312
+ paddingSmall: string;
2313
+ paddingMedium: string;
2314
+ paddingLarge: string;
2315
+ clearSize: string;
2316
+ }, {
2317
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2318
+ height: string;
2319
+ width: string;
2320
+ borderRadius: string;
2321
+ color: string;
2322
+ colorHover: string;
2323
+ railInsetHorizontalBottom: string;
2324
+ railInsetHorizontalTop: string;
2325
+ railInsetVerticalRight: string;
2326
+ railInsetVerticalLeft: string;
2327
+ railColor: string;
2328
+ }, any>;
2329
+ }>;
2330
+ }>>;
2331
+ themeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
2332
+ iconColorDisabled: string;
2333
+ }, {
2334
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2335
+ heightTiny: string;
2336
+ heightSmall: string;
2337
+ heightMedium: string;
2338
+ heightLarge: string;
2339
+ borderRadiusTiny: string;
2340
+ borderRadiusSmall: string;
2341
+ borderRadiusMedium: string;
2342
+ borderRadiusLarge: string;
2343
+ fontSizeTiny: string;
2344
+ fontSizeSmall: string;
2345
+ fontSizeMedium: string;
2346
+ fontSizeLarge: string;
2347
+ opacityDisabled: string;
2348
+ colorOpacitySecondary: string;
2349
+ colorOpacitySecondaryHover: string;
2350
+ colorOpacitySecondaryPressed: string;
2351
+ colorSecondary: string;
2352
+ colorSecondaryHover: string;
2353
+ colorSecondaryPressed: string;
2354
+ colorTertiary: string;
2355
+ colorTertiaryHover: string;
2356
+ colorTertiaryPressed: string;
2357
+ colorQuaternary: string;
2358
+ colorQuaternaryHover: string;
2359
+ colorQuaternaryPressed: string;
2360
+ color: string;
2361
+ colorHover: string;
2362
+ colorPressed: string;
2363
+ colorFocus: string;
2364
+ colorDisabled: string;
2365
+ textColor: string;
2366
+ textColorTertiary: string;
2367
+ textColorHover: string;
2368
+ textColorPressed: string;
2369
+ textColorFocus: string;
2370
+ textColorDisabled: string;
2371
+ textColorText: string;
2372
+ textColorTextHover: string;
2373
+ textColorTextPressed: string;
2374
+ textColorTextFocus: string;
2375
+ textColorTextDisabled: string;
2376
+ textColorGhost: string;
2377
+ textColorGhostHover: string;
2378
+ textColorGhostPressed: string;
2379
+ textColorGhostFocus: string;
2380
+ textColorGhostDisabled: string;
2381
+ border: string;
2382
+ borderHover: string;
2383
+ borderPressed: string;
2384
+ borderFocus: string;
2385
+ borderDisabled: string;
2386
+ rippleColor: string;
2387
+ colorPrimary: string;
2388
+ colorHoverPrimary: string;
2389
+ colorPressedPrimary: string;
2390
+ colorFocusPrimary: string;
2391
+ colorDisabledPrimary: string;
2392
+ textColorPrimary: string;
2393
+ textColorHoverPrimary: string;
2394
+ textColorPressedPrimary: string;
2395
+ textColorFocusPrimary: string;
2396
+ textColorDisabledPrimary: string;
2397
+ textColorTextPrimary: string;
2398
+ textColorTextHoverPrimary: string;
2399
+ textColorTextPressedPrimary: string;
2400
+ textColorTextFocusPrimary: string;
2401
+ textColorTextDisabledPrimary: string;
2402
+ textColorGhostPrimary: string;
2403
+ textColorGhostHoverPrimary: string;
2404
+ textColorGhostPressedPrimary: string;
2405
+ textColorGhostFocusPrimary: string;
2406
+ textColorGhostDisabledPrimary: string;
2407
+ borderPrimary: string;
2408
+ borderHoverPrimary: string;
2409
+ borderPressedPrimary: string;
2410
+ borderFocusPrimary: string;
2411
+ borderDisabledPrimary: string;
2412
+ rippleColorPrimary: string;
2413
+ colorInfo: string;
2414
+ colorHoverInfo: string;
2415
+ colorPressedInfo: string;
2416
+ colorFocusInfo: string;
2417
+ colorDisabledInfo: string;
2418
+ textColorInfo: string;
2419
+ textColorHoverInfo: string;
2420
+ textColorPressedInfo: string;
2421
+ textColorFocusInfo: string;
2422
+ textColorDisabledInfo: string;
2423
+ textColorTextInfo: string;
2424
+ textColorTextHoverInfo: string;
2425
+ textColorTextPressedInfo: string;
2426
+ textColorTextFocusInfo: string;
2427
+ textColorTextDisabledInfo: string;
2428
+ textColorGhostInfo: string;
2429
+ textColorGhostHoverInfo: string;
2430
+ textColorGhostPressedInfo: string;
2431
+ textColorGhostFocusInfo: string;
2432
+ textColorGhostDisabledInfo: string;
2433
+ borderInfo: string;
2434
+ borderHoverInfo: string;
2435
+ borderPressedInfo: string;
2436
+ borderFocusInfo: string;
2437
+ borderDisabledInfo: string;
2438
+ rippleColorInfo: string;
2439
+ colorSuccess: string;
2440
+ colorHoverSuccess: string;
2441
+ colorPressedSuccess: string;
2442
+ colorFocusSuccess: string;
2443
+ colorDisabledSuccess: string;
2444
+ textColorSuccess: string;
2445
+ textColorHoverSuccess: string;
2446
+ textColorPressedSuccess: string;
2447
+ textColorFocusSuccess: string;
2448
+ textColorDisabledSuccess: string;
2449
+ textColorTextSuccess: string;
2450
+ textColorTextHoverSuccess: string;
2451
+ textColorTextPressedSuccess: string;
2452
+ textColorTextFocusSuccess: string;
2453
+ textColorTextDisabledSuccess: string;
2454
+ textColorGhostSuccess: string;
2455
+ textColorGhostHoverSuccess: string;
2456
+ textColorGhostPressedSuccess: string;
2457
+ textColorGhostFocusSuccess: string;
2458
+ textColorGhostDisabledSuccess: string;
2459
+ borderSuccess: string;
2460
+ borderHoverSuccess: string;
2461
+ borderPressedSuccess: string;
2462
+ borderFocusSuccess: string;
2463
+ borderDisabledSuccess: string;
2464
+ rippleColorSuccess: string;
2465
+ colorWarning: string;
2466
+ colorHoverWarning: string;
2467
+ colorPressedWarning: string;
2468
+ colorFocusWarning: string;
2469
+ colorDisabledWarning: string;
2470
+ textColorWarning: string;
2471
+ textColorHoverWarning: string;
2472
+ textColorPressedWarning: string;
2473
+ textColorFocusWarning: string;
2474
+ textColorDisabledWarning: string;
2475
+ textColorTextWarning: string;
2476
+ textColorTextHoverWarning: string;
2477
+ textColorTextPressedWarning: string;
2478
+ textColorTextFocusWarning: string;
2479
+ textColorTextDisabledWarning: string;
2480
+ textColorGhostWarning: string;
2481
+ textColorGhostHoverWarning: string;
2482
+ textColorGhostPressedWarning: string;
2483
+ textColorGhostFocusWarning: string;
2484
+ textColorGhostDisabledWarning: string;
2485
+ borderWarning: string;
2486
+ borderHoverWarning: string;
2487
+ borderPressedWarning: string;
2488
+ borderFocusWarning: string;
2489
+ borderDisabledWarning: string;
2490
+ rippleColorWarning: string;
2491
+ colorError: string;
2492
+ colorHoverError: string;
2493
+ colorPressedError: string;
2494
+ colorFocusError: string;
2495
+ colorDisabledError: string;
2496
+ textColorError: string;
2497
+ textColorHoverError: string;
2498
+ textColorPressedError: string;
2499
+ textColorFocusError: string;
2500
+ textColorDisabledError: string;
2501
+ textColorTextError: string;
2502
+ textColorTextHoverError: string;
2503
+ textColorTextPressedError: string;
2504
+ textColorTextFocusError: string;
2505
+ textColorTextDisabledError: string;
2506
+ textColorGhostError: string;
2507
+ textColorGhostHoverError: string;
2508
+ textColorGhostPressedError: string;
2509
+ textColorGhostFocusError: string;
2510
+ textColorGhostDisabledError: string;
2511
+ borderError: string;
2512
+ borderHoverError: string;
2513
+ borderPressedError: string;
2514
+ borderFocusError: string;
2515
+ borderDisabledError: string;
2516
+ rippleColorError: string;
2517
+ waveOpacity: string;
2518
+ fontWeight: string;
2519
+ fontWeightStrong: string;
2520
+ paddingTiny: string;
2521
+ paddingSmall: string;
2522
+ paddingMedium: string;
2523
+ paddingLarge: string;
2524
+ paddingRoundTiny: string;
2525
+ paddingRoundSmall: string;
2526
+ paddingRoundMedium: string;
2527
+ paddingRoundLarge: string;
2528
+ iconMarginTiny: string;
2529
+ iconMarginSmall: string;
2530
+ iconMarginMedium: string;
2531
+ iconMarginLarge: string;
2532
+ iconSizeTiny: string;
2533
+ iconSizeSmall: string;
2534
+ iconSizeMedium: string;
2535
+ iconSizeLarge: string;
2536
+ rippleDuration: string;
2537
+ }, any>;
2538
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
2539
+ fontWeight: string;
2540
+ countTextColorDisabled: string;
2541
+ countTextColor: string;
2542
+ heightTiny: string;
2543
+ heightSmall: string;
2544
+ heightMedium: string;
2545
+ heightLarge: string;
2546
+ fontSizeTiny: string;
2547
+ fontSizeSmall: string;
2548
+ fontSizeMedium: string;
2549
+ fontSizeLarge: string;
2550
+ lineHeight: string;
2551
+ lineHeightTextarea: string;
2552
+ borderRadius: string;
2553
+ iconSize: string;
2554
+ groupLabelColor: string;
2555
+ groupLabelTextColor: string;
2556
+ textColor: string;
2557
+ textColorDisabled: string;
2558
+ textDecorationColor: string;
2559
+ caretColor: string;
2560
+ placeholderColor: string;
2561
+ placeholderColorDisabled: string;
2562
+ color: string;
2563
+ colorDisabled: string;
2564
+ colorFocus: string;
2565
+ groupLabelBorder: string;
2566
+ border: string;
2567
+ borderHover: string;
2568
+ borderDisabled: string;
2569
+ borderFocus: string;
2570
+ boxShadowFocus: string;
2571
+ loadingColor: string;
2572
+ loadingColorWarning: string;
2573
+ borderWarning: string;
2574
+ borderHoverWarning: string;
2575
+ colorFocusWarning: string;
2576
+ borderFocusWarning: string;
2577
+ boxShadowFocusWarning: string;
2578
+ caretColorWarning: string;
2579
+ loadingColorError: string;
2580
+ borderError: string;
2581
+ borderHoverError: string;
2582
+ colorFocusError: string;
2583
+ borderFocusError: string;
2584
+ boxShadowFocusError: string;
2585
+ caretColorError: string;
2586
+ clearColor: string;
2587
+ clearColorHover: string;
2588
+ clearColorPressed: string;
2589
+ iconColor: string;
2590
+ iconColorDisabled: string;
2591
+ iconColorHover: string;
2592
+ iconColorPressed: string;
2593
+ suffixTextColor: string;
2594
+ paddingTiny: string;
2595
+ paddingSmall: string;
2596
+ paddingMedium: string;
2597
+ paddingLarge: string;
2598
+ clearSize: string;
2599
+ }, {
2600
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2601
+ height: string;
2602
+ width: string;
2603
+ borderRadius: string;
2604
+ color: string;
2605
+ colorHover: string;
2606
+ railInsetHorizontalBottom: string;
2607
+ railInsetHorizontalTop: string;
2608
+ railInsetVerticalRight: string;
2609
+ railInsetVerticalLeft: string;
2610
+ railColor: string;
2611
+ }, any>;
2612
+ }>;
2613
+ }>>>;
2614
+ builtinThemeOverrides: import('vue').PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"InputNumber", {
2615
+ iconColorDisabled: string;
2616
+ }, {
2617
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2618
+ heightTiny: string;
2619
+ heightSmall: string;
2620
+ heightMedium: string;
2621
+ heightLarge: string;
2622
+ borderRadiusTiny: string;
2623
+ borderRadiusSmall: string;
2624
+ borderRadiusMedium: string;
2625
+ borderRadiusLarge: string;
2626
+ fontSizeTiny: string;
2627
+ fontSizeSmall: string;
2628
+ fontSizeMedium: string;
2629
+ fontSizeLarge: string;
2630
+ opacityDisabled: string;
2631
+ colorOpacitySecondary: string;
2632
+ colorOpacitySecondaryHover: string;
2633
+ colorOpacitySecondaryPressed: string;
2634
+ colorSecondary: string;
2635
+ colorSecondaryHover: string;
2636
+ colorSecondaryPressed: string;
2637
+ colorTertiary: string;
2638
+ colorTertiaryHover: string;
2639
+ colorTertiaryPressed: string;
2640
+ colorQuaternary: string;
2641
+ colorQuaternaryHover: string;
2642
+ colorQuaternaryPressed: string;
2643
+ color: string;
2644
+ colorHover: string;
2645
+ colorPressed: string;
2646
+ colorFocus: string;
2647
+ colorDisabled: string;
2648
+ textColor: string;
2649
+ textColorTertiary: string;
2650
+ textColorHover: string;
2651
+ textColorPressed: string;
2652
+ textColorFocus: string;
2653
+ textColorDisabled: string;
2654
+ textColorText: string;
2655
+ textColorTextHover: string;
2656
+ textColorTextPressed: string;
2657
+ textColorTextFocus: string;
2658
+ textColorTextDisabled: string;
2659
+ textColorGhost: string;
2660
+ textColorGhostHover: string;
2661
+ textColorGhostPressed: string;
2662
+ textColorGhostFocus: string;
2663
+ textColorGhostDisabled: string;
2664
+ border: string;
2665
+ borderHover: string;
2666
+ borderPressed: string;
2667
+ borderFocus: string;
2668
+ borderDisabled: string;
2669
+ rippleColor: string;
2670
+ colorPrimary: string;
2671
+ colorHoverPrimary: string;
2672
+ colorPressedPrimary: string;
2673
+ colorFocusPrimary: string;
2674
+ colorDisabledPrimary: string;
2675
+ textColorPrimary: string;
2676
+ textColorHoverPrimary: string;
2677
+ textColorPressedPrimary: string;
2678
+ textColorFocusPrimary: string;
2679
+ textColorDisabledPrimary: string;
2680
+ textColorTextPrimary: string;
2681
+ textColorTextHoverPrimary: string;
2682
+ textColorTextPressedPrimary: string;
2683
+ textColorTextFocusPrimary: string;
2684
+ textColorTextDisabledPrimary: string;
2685
+ textColorGhostPrimary: string;
2686
+ textColorGhostHoverPrimary: string;
2687
+ textColorGhostPressedPrimary: string;
2688
+ textColorGhostFocusPrimary: string;
2689
+ textColorGhostDisabledPrimary: string;
2690
+ borderPrimary: string;
2691
+ borderHoverPrimary: string;
2692
+ borderPressedPrimary: string;
2693
+ borderFocusPrimary: string;
2694
+ borderDisabledPrimary: string;
2695
+ rippleColorPrimary: string;
2696
+ colorInfo: string;
2697
+ colorHoverInfo: string;
2698
+ colorPressedInfo: string;
2699
+ colorFocusInfo: string;
2700
+ colorDisabledInfo: string;
2701
+ textColorInfo: string;
2702
+ textColorHoverInfo: string;
2703
+ textColorPressedInfo: string;
2704
+ textColorFocusInfo: string;
2705
+ textColorDisabledInfo: string;
2706
+ textColorTextInfo: string;
2707
+ textColorTextHoverInfo: string;
2708
+ textColorTextPressedInfo: string;
2709
+ textColorTextFocusInfo: string;
2710
+ textColorTextDisabledInfo: string;
2711
+ textColorGhostInfo: string;
2712
+ textColorGhostHoverInfo: string;
2713
+ textColorGhostPressedInfo: string;
2714
+ textColorGhostFocusInfo: string;
2715
+ textColorGhostDisabledInfo: string;
2716
+ borderInfo: string;
2717
+ borderHoverInfo: string;
2718
+ borderPressedInfo: string;
2719
+ borderFocusInfo: string;
2720
+ borderDisabledInfo: string;
2721
+ rippleColorInfo: string;
2722
+ colorSuccess: string;
2723
+ colorHoverSuccess: string;
2724
+ colorPressedSuccess: string;
2725
+ colorFocusSuccess: string;
2726
+ colorDisabledSuccess: string;
2727
+ textColorSuccess: string;
2728
+ textColorHoverSuccess: string;
2729
+ textColorPressedSuccess: string;
2730
+ textColorFocusSuccess: string;
2731
+ textColorDisabledSuccess: string;
2732
+ textColorTextSuccess: string;
2733
+ textColorTextHoverSuccess: string;
2734
+ textColorTextPressedSuccess: string;
2735
+ textColorTextFocusSuccess: string;
2736
+ textColorTextDisabledSuccess: string;
2737
+ textColorGhostSuccess: string;
2738
+ textColorGhostHoverSuccess: string;
2739
+ textColorGhostPressedSuccess: string;
2740
+ textColorGhostFocusSuccess: string;
2741
+ textColorGhostDisabledSuccess: string;
2742
+ borderSuccess: string;
2743
+ borderHoverSuccess: string;
2744
+ borderPressedSuccess: string;
2745
+ borderFocusSuccess: string;
2746
+ borderDisabledSuccess: string;
2747
+ rippleColorSuccess: string;
2748
+ colorWarning: string;
2749
+ colorHoverWarning: string;
2750
+ colorPressedWarning: string;
2751
+ colorFocusWarning: string;
2752
+ colorDisabledWarning: string;
2753
+ textColorWarning: string;
2754
+ textColorHoverWarning: string;
2755
+ textColorPressedWarning: string;
2756
+ textColorFocusWarning: string;
2757
+ textColorDisabledWarning: string;
2758
+ textColorTextWarning: string;
2759
+ textColorTextHoverWarning: string;
2760
+ textColorTextPressedWarning: string;
2761
+ textColorTextFocusWarning: string;
2762
+ textColorTextDisabledWarning: string;
2763
+ textColorGhostWarning: string;
2764
+ textColorGhostHoverWarning: string;
2765
+ textColorGhostPressedWarning: string;
2766
+ textColorGhostFocusWarning: string;
2767
+ textColorGhostDisabledWarning: string;
2768
+ borderWarning: string;
2769
+ borderHoverWarning: string;
2770
+ borderPressedWarning: string;
2771
+ borderFocusWarning: string;
2772
+ borderDisabledWarning: string;
2773
+ rippleColorWarning: string;
2774
+ colorError: string;
2775
+ colorHoverError: string;
2776
+ colorPressedError: string;
2777
+ colorFocusError: string;
2778
+ colorDisabledError: string;
2779
+ textColorError: string;
2780
+ textColorHoverError: string;
2781
+ textColorPressedError: string;
2782
+ textColorFocusError: string;
2783
+ textColorDisabledError: string;
2784
+ textColorTextError: string;
2785
+ textColorTextHoverError: string;
2786
+ textColorTextPressedError: string;
2787
+ textColorTextFocusError: string;
2788
+ textColorTextDisabledError: string;
2789
+ textColorGhostError: string;
2790
+ textColorGhostHoverError: string;
2791
+ textColorGhostPressedError: string;
2792
+ textColorGhostFocusError: string;
2793
+ textColorGhostDisabledError: string;
2794
+ borderError: string;
2795
+ borderHoverError: string;
2796
+ borderPressedError: string;
2797
+ borderFocusError: string;
2798
+ borderDisabledError: string;
2799
+ rippleColorError: string;
2800
+ waveOpacity: string;
2801
+ fontWeight: string;
2802
+ fontWeightStrong: string;
2803
+ paddingTiny: string;
2804
+ paddingSmall: string;
2805
+ paddingMedium: string;
2806
+ paddingLarge: string;
2807
+ paddingRoundTiny: string;
2808
+ paddingRoundSmall: string;
2809
+ paddingRoundMedium: string;
2810
+ paddingRoundLarge: string;
2811
+ iconMarginTiny: string;
2812
+ iconMarginSmall: string;
2813
+ iconMarginMedium: string;
2814
+ iconMarginLarge: string;
2815
+ iconSizeTiny: string;
2816
+ iconSizeSmall: string;
2817
+ iconSizeMedium: string;
2818
+ iconSizeLarge: string;
2819
+ rippleDuration: string;
2820
+ }, any>;
2821
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
2822
+ fontWeight: string;
2823
+ countTextColorDisabled: string;
2824
+ countTextColor: string;
2825
+ heightTiny: string;
2826
+ heightSmall: string;
2827
+ heightMedium: string;
2828
+ heightLarge: string;
2829
+ fontSizeTiny: string;
2830
+ fontSizeSmall: string;
2831
+ fontSizeMedium: string;
2832
+ fontSizeLarge: string;
2833
+ lineHeight: string;
2834
+ lineHeightTextarea: string;
2835
+ borderRadius: string;
2836
+ iconSize: string;
2837
+ groupLabelColor: string;
2838
+ groupLabelTextColor: string;
2839
+ textColor: string;
2840
+ textColorDisabled: string;
2841
+ textDecorationColor: string;
2842
+ caretColor: string;
2843
+ placeholderColor: string;
2844
+ placeholderColorDisabled: string;
2845
+ color: string;
2846
+ colorDisabled: string;
2847
+ colorFocus: string;
2848
+ groupLabelBorder: string;
2849
+ border: string;
2850
+ borderHover: string;
2851
+ borderDisabled: string;
2852
+ borderFocus: string;
2853
+ boxShadowFocus: string;
2854
+ loadingColor: string;
2855
+ loadingColorWarning: string;
2856
+ borderWarning: string;
2857
+ borderHoverWarning: string;
2858
+ colorFocusWarning: string;
2859
+ borderFocusWarning: string;
2860
+ boxShadowFocusWarning: string;
2861
+ caretColorWarning: string;
2862
+ loadingColorError: string;
2863
+ borderError: string;
2864
+ borderHoverError: string;
2865
+ colorFocusError: string;
2866
+ borderFocusError: string;
2867
+ boxShadowFocusError: string;
2868
+ caretColorError: string;
2869
+ clearColor: string;
2870
+ clearColorHover: string;
2871
+ clearColorPressed: string;
2872
+ iconColor: string;
2873
+ iconColorDisabled: string;
2874
+ iconColorHover: string;
2875
+ iconColorPressed: string;
2876
+ suffixTextColor: string;
2877
+ paddingTiny: string;
2878
+ paddingSmall: string;
2879
+ paddingMedium: string;
2880
+ paddingLarge: string;
2881
+ clearSize: string;
2882
+ }, {
2883
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
2884
+ height: string;
2885
+ width: string;
2886
+ borderRadius: string;
2887
+ color: string;
2888
+ colorHover: string;
2889
+ railInsetHorizontalBottom: string;
2890
+ railInsetHorizontalTop: string;
2891
+ railInsetVerticalRight: string;
2892
+ railInsetVerticalLeft: string;
2893
+ railColor: string;
2894
+ }, any>;
2895
+ }>;
2896
+ }>>>;
2897
+ }>> & Readonly<{}>, {
2898
+ rtlEnabled: import('vue').Ref<import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined, import('naive-ui/es/config-provider/src/internal-interface').RtlItem | undefined> | undefined;
2899
+ inputInstRef: import('vue').Ref<{
2900
+ wrapperElRef: HTMLElement | null;
2901
+ textareaElRef: HTMLTextAreaElement | null;
2902
+ inputElRef: HTMLInputElement | null;
2903
+ isCompositing: boolean;
2904
+ blur: () => void;
2905
+ clear: () => void;
2906
+ focus: () => void;
2907
+ select: () => void;
2908
+ activate: () => void;
2909
+ deactivate: () => void;
2910
+ scrollTo: (options: ScrollToOptions) => void;
2911
+ } | null, {
2912
+ wrapperElRef: HTMLElement | null;
2913
+ textareaElRef: HTMLTextAreaElement | null;
2914
+ inputElRef: HTMLInputElement | null;
2915
+ isCompositing: boolean;
2916
+ blur: () => void;
2917
+ clear: () => void;
2918
+ focus: () => void;
2919
+ select: () => void;
2920
+ activate: () => void;
2921
+ deactivate: () => void;
2922
+ scrollTo: (options: ScrollToOptions) => void;
2923
+ } | {
2924
+ wrapperElRef: HTMLElement | null;
2925
+ textareaElRef: HTMLTextAreaElement | null;
2926
+ inputElRef: HTMLInputElement | null;
2927
+ isCompositing: boolean;
2928
+ blur: () => void;
2929
+ clear: () => void;
2930
+ focus: () => void;
2931
+ select: () => void;
2932
+ activate: () => void;
2933
+ deactivate: () => void;
2934
+ scrollTo: (options: ScrollToOptions) => void;
2935
+ } | null>;
2936
+ minusButtonInstRef: import('vue').Ref<{
2937
+ $el: HTMLElement;
2938
+ } | null, {
2939
+ $el: HTMLElement;
2940
+ } | {
2941
+ $el: HTMLElement;
2942
+ } | null>;
2943
+ addButtonInstRef: import('vue').Ref<{
2944
+ $el: HTMLElement;
2945
+ } | null, {
2946
+ $el: HTMLElement;
2947
+ } | {
2948
+ $el: HTMLElement;
2949
+ } | null>;
2950
+ mergedClsPrefix: import('vue').Ref<string, string>;
2951
+ mergedBordered: import('vue').ComputedRef<boolean>;
2952
+ uncontrolledValue: import('vue').Ref<number | null, number | null>;
2953
+ mergedValue: import('vue').ComputedRef<number | null>;
2954
+ mergedPlaceholder: import('vue').ComputedRef<string>;
2955
+ displayedValueInvalid: import('vue').ComputedRef<boolean>;
2956
+ mergedSize: import('vue').ComputedRef<"small" | "medium" | "large" | "tiny">;
2957
+ mergedDisabled: import('vue').ComputedRef<boolean>;
2958
+ displayedValue: import('vue').Ref<string, string>;
2959
+ addable: import('vue').ComputedRef<boolean>;
2960
+ minusable: import('vue').ComputedRef<boolean>;
2961
+ mergedStatus: import('vue').ComputedRef<import('naive-ui').FormValidationStatus | undefined>;
2962
+ handleFocus: (e: FocusEvent) => void;
2963
+ handleBlur: (e: FocusEvent) => void;
2964
+ handleClear: (e: MouseEvent) => void;
2965
+ handleMouseDown: (e: MouseEvent) => void;
2966
+ handleAddClick: () => void;
2967
+ handleMinusClick: () => void;
2968
+ handleAddMousedown: () => void;
2969
+ handleMinusMousedown: () => void;
2970
+ handleKeyDown: (e: KeyboardEvent) => void;
2971
+ handleUpdateDisplayedValue: (value: string) => void;
2972
+ mergedTheme: import('vue').ComputedRef<{
2973
+ common: import('naive-ui').ThemeCommonVars;
2974
+ self: {
2975
+ iconColorDisabled: string;
2976
+ };
2977
+ peers: {
2978
+ Button: import('naive-ui/es/_mixins').Theme<"Button", {
2979
+ heightTiny: string;
2980
+ heightSmall: string;
2981
+ heightMedium: string;
2982
+ heightLarge: string;
2983
+ borderRadiusTiny: string;
2984
+ borderRadiusSmall: string;
2985
+ borderRadiusMedium: string;
2986
+ borderRadiusLarge: string;
2987
+ fontSizeTiny: string;
2988
+ fontSizeSmall: string;
2989
+ fontSizeMedium: string;
2990
+ fontSizeLarge: string;
2991
+ opacityDisabled: string;
2992
+ colorOpacitySecondary: string;
2993
+ colorOpacitySecondaryHover: string;
2994
+ colorOpacitySecondaryPressed: string;
2995
+ colorSecondary: string;
2996
+ colorSecondaryHover: string;
2997
+ colorSecondaryPressed: string;
2998
+ colorTertiary: string;
2999
+ colorTertiaryHover: string;
3000
+ colorTertiaryPressed: string;
3001
+ colorQuaternary: string;
3002
+ colorQuaternaryHover: string;
3003
+ colorQuaternaryPressed: string;
3004
+ color: string;
3005
+ colorHover: string;
3006
+ colorPressed: string;
3007
+ colorFocus: string;
3008
+ colorDisabled: string;
3009
+ textColor: string;
3010
+ textColorTertiary: string;
3011
+ textColorHover: string;
3012
+ textColorPressed: string;
3013
+ textColorFocus: string;
3014
+ textColorDisabled: string;
3015
+ textColorText: string;
3016
+ textColorTextHover: string;
3017
+ textColorTextPressed: string;
3018
+ textColorTextFocus: string;
3019
+ textColorTextDisabled: string;
3020
+ textColorGhost: string;
3021
+ textColorGhostHover: string;
3022
+ textColorGhostPressed: string;
3023
+ textColorGhostFocus: string;
3024
+ textColorGhostDisabled: string;
3025
+ border: string;
3026
+ borderHover: string;
3027
+ borderPressed: string;
3028
+ borderFocus: string;
3029
+ borderDisabled: string;
3030
+ rippleColor: string;
3031
+ colorPrimary: string;
3032
+ colorHoverPrimary: string;
3033
+ colorPressedPrimary: string;
3034
+ colorFocusPrimary: string;
3035
+ colorDisabledPrimary: string;
3036
+ textColorPrimary: string;
3037
+ textColorHoverPrimary: string;
3038
+ textColorPressedPrimary: string;
3039
+ textColorFocusPrimary: string;
3040
+ textColorDisabledPrimary: string;
3041
+ textColorTextPrimary: string;
3042
+ textColorTextHoverPrimary: string;
3043
+ textColorTextPressedPrimary: string;
3044
+ textColorTextFocusPrimary: string;
3045
+ textColorTextDisabledPrimary: string;
3046
+ textColorGhostPrimary: string;
3047
+ textColorGhostHoverPrimary: string;
3048
+ textColorGhostPressedPrimary: string;
3049
+ textColorGhostFocusPrimary: string;
3050
+ textColorGhostDisabledPrimary: string;
3051
+ borderPrimary: string;
3052
+ borderHoverPrimary: string;
3053
+ borderPressedPrimary: string;
3054
+ borderFocusPrimary: string;
3055
+ borderDisabledPrimary: string;
3056
+ rippleColorPrimary: string;
3057
+ colorInfo: string;
3058
+ colorHoverInfo: string;
3059
+ colorPressedInfo: string;
3060
+ colorFocusInfo: string;
3061
+ colorDisabledInfo: string;
3062
+ textColorInfo: string;
3063
+ textColorHoverInfo: string;
3064
+ textColorPressedInfo: string;
3065
+ textColorFocusInfo: string;
3066
+ textColorDisabledInfo: string;
3067
+ textColorTextInfo: string;
3068
+ textColorTextHoverInfo: string;
3069
+ textColorTextPressedInfo: string;
3070
+ textColorTextFocusInfo: string;
3071
+ textColorTextDisabledInfo: string;
3072
+ textColorGhostInfo: string;
3073
+ textColorGhostHoverInfo: string;
3074
+ textColorGhostPressedInfo: string;
3075
+ textColorGhostFocusInfo: string;
3076
+ textColorGhostDisabledInfo: string;
3077
+ borderInfo: string;
3078
+ borderHoverInfo: string;
3079
+ borderPressedInfo: string;
3080
+ borderFocusInfo: string;
3081
+ borderDisabledInfo: string;
3082
+ rippleColorInfo: string;
3083
+ colorSuccess: string;
3084
+ colorHoverSuccess: string;
3085
+ colorPressedSuccess: string;
3086
+ colorFocusSuccess: string;
3087
+ colorDisabledSuccess: string;
3088
+ textColorSuccess: string;
3089
+ textColorHoverSuccess: string;
3090
+ textColorPressedSuccess: string;
3091
+ textColorFocusSuccess: string;
3092
+ textColorDisabledSuccess: string;
3093
+ textColorTextSuccess: string;
3094
+ textColorTextHoverSuccess: string;
3095
+ textColorTextPressedSuccess: string;
3096
+ textColorTextFocusSuccess: string;
3097
+ textColorTextDisabledSuccess: string;
3098
+ textColorGhostSuccess: string;
3099
+ textColorGhostHoverSuccess: string;
3100
+ textColorGhostPressedSuccess: string;
3101
+ textColorGhostFocusSuccess: string;
3102
+ textColorGhostDisabledSuccess: string;
3103
+ borderSuccess: string;
3104
+ borderHoverSuccess: string;
3105
+ borderPressedSuccess: string;
3106
+ borderFocusSuccess: string;
3107
+ borderDisabledSuccess: string;
3108
+ rippleColorSuccess: string;
3109
+ colorWarning: string;
3110
+ colorHoverWarning: string;
3111
+ colorPressedWarning: string;
3112
+ colorFocusWarning: string;
3113
+ colorDisabledWarning: string;
3114
+ textColorWarning: string;
3115
+ textColorHoverWarning: string;
3116
+ textColorPressedWarning: string;
3117
+ textColorFocusWarning: string;
3118
+ textColorDisabledWarning: string;
3119
+ textColorTextWarning: string;
3120
+ textColorTextHoverWarning: string;
3121
+ textColorTextPressedWarning: string;
3122
+ textColorTextFocusWarning: string;
3123
+ textColorTextDisabledWarning: string;
3124
+ textColorGhostWarning: string;
3125
+ textColorGhostHoverWarning: string;
3126
+ textColorGhostPressedWarning: string;
3127
+ textColorGhostFocusWarning: string;
3128
+ textColorGhostDisabledWarning: string;
3129
+ borderWarning: string;
3130
+ borderHoverWarning: string;
3131
+ borderPressedWarning: string;
3132
+ borderFocusWarning: string;
3133
+ borderDisabledWarning: string;
3134
+ rippleColorWarning: string;
3135
+ colorError: string;
3136
+ colorHoverError: string;
3137
+ colorPressedError: string;
3138
+ colorFocusError: string;
3139
+ colorDisabledError: string;
3140
+ textColorError: string;
3141
+ textColorHoverError: string;
3142
+ textColorPressedError: string;
3143
+ textColorFocusError: string;
3144
+ textColorDisabledError: string;
3145
+ textColorTextError: string;
3146
+ textColorTextHoverError: string;
3147
+ textColorTextPressedError: string;
3148
+ textColorTextFocusError: string;
3149
+ textColorTextDisabledError: string;
3150
+ textColorGhostError: string;
3151
+ textColorGhostHoverError: string;
3152
+ textColorGhostPressedError: string;
3153
+ textColorGhostFocusError: string;
3154
+ textColorGhostDisabledError: string;
3155
+ borderError: string;
3156
+ borderHoverError: string;
3157
+ borderPressedError: string;
3158
+ borderFocusError: string;
3159
+ borderDisabledError: string;
3160
+ rippleColorError: string;
3161
+ waveOpacity: string;
3162
+ fontWeight: string;
3163
+ fontWeightStrong: string;
3164
+ paddingTiny: string;
3165
+ paddingSmall: string;
3166
+ paddingMedium: string;
3167
+ paddingLarge: string;
3168
+ paddingRoundTiny: string;
3169
+ paddingRoundSmall: string;
3170
+ paddingRoundMedium: string;
3171
+ paddingRoundLarge: string;
3172
+ iconMarginTiny: string;
3173
+ iconMarginSmall: string;
3174
+ iconMarginMedium: string;
3175
+ iconMarginLarge: string;
3176
+ iconSizeTiny: string;
3177
+ iconSizeSmall: string;
3178
+ iconSizeMedium: string;
3179
+ iconSizeLarge: string;
3180
+ rippleDuration: string;
3181
+ }, any>;
3182
+ Input: import('naive-ui/es/_mixins').Theme<"Input", {
3183
+ fontWeight: string;
3184
+ countTextColorDisabled: string;
3185
+ countTextColor: string;
3186
+ heightTiny: string;
3187
+ heightSmall: string;
3188
+ heightMedium: string;
3189
+ heightLarge: string;
3190
+ fontSizeTiny: string;
3191
+ fontSizeSmall: string;
3192
+ fontSizeMedium: string;
3193
+ fontSizeLarge: string;
3194
+ lineHeight: string;
3195
+ lineHeightTextarea: string;
3196
+ borderRadius: string;
3197
+ iconSize: string;
3198
+ groupLabelColor: string;
3199
+ groupLabelTextColor: string;
3200
+ textColor: string;
3201
+ textColorDisabled: string;
3202
+ textDecorationColor: string;
3203
+ caretColor: string;
3204
+ placeholderColor: string;
3205
+ placeholderColorDisabled: string;
3206
+ color: string;
3207
+ colorDisabled: string;
3208
+ colorFocus: string;
3209
+ groupLabelBorder: string;
3210
+ border: string;
3211
+ borderHover: string;
3212
+ borderDisabled: string;
3213
+ borderFocus: string;
3214
+ boxShadowFocus: string;
3215
+ loadingColor: string;
3216
+ loadingColorWarning: string;
3217
+ borderWarning: string;
3218
+ borderHoverWarning: string;
3219
+ colorFocusWarning: string;
3220
+ borderFocusWarning: string;
3221
+ boxShadowFocusWarning: string;
3222
+ caretColorWarning: string;
3223
+ loadingColorError: string;
3224
+ borderError: string;
3225
+ borderHoverError: string;
3226
+ colorFocusError: string;
3227
+ borderFocusError: string;
3228
+ boxShadowFocusError: string;
3229
+ caretColorError: string;
3230
+ clearColor: string;
3231
+ clearColorHover: string;
3232
+ clearColorPressed: string;
3233
+ iconColor: string;
3234
+ iconColorDisabled: string;
3235
+ iconColorHover: string;
3236
+ iconColorPressed: string;
3237
+ suffixTextColor: string;
3238
+ paddingTiny: string;
3239
+ paddingSmall: string;
3240
+ paddingMedium: string;
3241
+ paddingLarge: string;
3242
+ clearSize: string;
3243
+ }, {
3244
+ Scrollbar: import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3245
+ height: string;
3246
+ width: string;
3247
+ borderRadius: string;
3248
+ color: string;
3249
+ colorHover: string;
3250
+ railInsetHorizontalBottom: string;
3251
+ railInsetHorizontalTop: string;
3252
+ railInsetVerticalRight: string;
3253
+ railInsetVerticalLeft: string;
3254
+ railColor: string;
3255
+ }, any>;
3256
+ }>;
3257
+ };
3258
+ peerOverrides: {
3259
+ Button?: {
3260
+ peers?: {
3261
+ [x: string]: any;
3262
+ } | undefined;
3263
+ } | undefined;
3264
+ Input?: {
3265
+ peers?: {
3266
+ Scrollbar?: import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"Scrollbar", {
3267
+ height: string;
3268
+ width: string;
3269
+ borderRadius: string;
3270
+ color: string;
3271
+ colorHover: string;
3272
+ railInsetHorizontalBottom: string;
3273
+ railInsetHorizontalTop: string;
3274
+ railInsetVerticalRight: string;
3275
+ railInsetVerticalLeft: string;
3276
+ railColor: string;
3277
+ }, any>> | undefined;
3278
+ } | undefined;
3279
+ } | undefined;
3280
+ };
3281
+ }>;
3282
+ inputThemeOverrides: {
3283
+ paddingSmall: string;
3284
+ paddingMedium: string;
3285
+ paddingLarge: string;
3286
+ };
3287
+ buttonThemeOverrides: import('vue').ComputedRef<{
3288
+ textColorTextDisabled: string;
3289
+ opacityDisabled: string;
3290
+ }>;
3291
+ focus: () => void;
3292
+ blur: () => void;
3293
+ select: () => void;
3294
+ }, {}, {}, {}, {
3295
+ readonly: boolean;
3296
+ disabled: boolean | undefined;
3297
+ round: boolean | undefined;
3298
+ step: string | number;
3299
+ autofocus: boolean;
3300
+ loading: boolean;
3301
+ bordered: boolean | undefined;
3302
+ clearable: boolean;
3303
+ defaultValue: number | null;
3304
+ keyboard: {
3305
+ ArrowUp?: boolean;
3306
+ ArrowDown?: boolean;
3307
+ };
3308
+ showButton: boolean;
3309
+ buttonPlacement: "right" | "both";
3310
+ updateValueOnInput: boolean;
3311
+ }> | null)[];
650
3312
  }, any>;
651
3313
  export default _default;