cnhis-design-vue 3.1.18-beta.7 → 3.1.18-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/big-table/index.d.ts +113 -47
- package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
- package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
- package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
- package/es/components/button-print/index.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/components/button-print/src/components/IdentityVerification.js +14 -6
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
- package/es/components/button-print/src/utils/dialog.d.ts +3 -1
- package/es/components/button-print/src/utils/dialog.js +35 -23
- package/es/components/button-print/src/utils/print.d.ts +5 -0
- package/es/components/button-print/src/utils/print2.js +18 -0
- package/es/components/chunk-upload/index.d.ts +28 -22
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
- package/es/components/drag-layout/index.d.ts +568 -308
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
- package/es/components/field-set/index.d.ts +170 -95
- package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
- package/es/components/form-config/index.d.ts +308 -126
- package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
- package/es/components/form-render/index.d.ts +85 -33
- package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
- package/es/components/form-render/src/components/renderer/select.js +8 -5
- package/es/components/form-table/index.d.ts +784 -420
- package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
- package/es/components/form-table/src/components/index.d.ts +784 -420
- package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
- package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
- package/es/components/info-header/index.d.ts +236 -61
- package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
- package/es/components/map/index.d.ts +52 -28
- package/es/components/map/src/Map.vue.d.ts +52 -28
- package/es/components/scale-view/index.d.ts +75 -60
- package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
- package/es/components/select-label/index.d.ts +956 -262
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
- package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
- package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
- package/es/components/select-person/index.d.ts +210 -111
- package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
- package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
- package/es/components/shortcut-setter/index.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
- package/es/components/steps-wheel/index.d.ts +8 -2
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
- package/es/components/time-line/index.d.ts +55 -30
- package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
- package/package.json +4 -4
|
@@ -195,10 +195,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
195
195
|
};
|
|
196
196
|
readonly remote: BooleanConstructor;
|
|
197
197
|
readonly loading: BooleanConstructor;
|
|
198
|
-
readonly filter:
|
|
199
|
-
readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
200
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
201
|
-
};
|
|
198
|
+
readonly filter: PropType<import("naive-ui").SelectFilter>;
|
|
202
199
|
readonly placement: {
|
|
203
200
|
readonly type: PropType<import("naive-ui").PopoverPlacement>;
|
|
204
201
|
readonly default: "bottom-start";
|
|
@@ -208,19 +205,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
208
205
|
readonly default: "trigger";
|
|
209
206
|
};
|
|
210
207
|
readonly tag: BooleanConstructor;
|
|
211
|
-
readonly onCreate:
|
|
212
|
-
readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
213
|
-
readonly default: (label: string) => {
|
|
214
|
-
label: string;
|
|
215
|
-
value: string;
|
|
216
|
-
};
|
|
217
|
-
};
|
|
208
|
+
readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
218
209
|
readonly fallbackOption: {
|
|
219
|
-
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
220
|
-
readonly default:
|
|
221
|
-
label: string;
|
|
222
|
-
value: string | number;
|
|
223
|
-
};
|
|
210
|
+
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
211
|
+
readonly default: undefined;
|
|
224
212
|
};
|
|
225
213
|
readonly show: {
|
|
226
214
|
readonly type: PropType<boolean | undefined>;
|
|
@@ -239,11 +227,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
239
227
|
readonly type: BooleanConstructor;
|
|
240
228
|
readonly default: true;
|
|
241
229
|
};
|
|
230
|
+
readonly labelField: {
|
|
231
|
+
readonly type: StringConstructor;
|
|
232
|
+
readonly default: "label";
|
|
233
|
+
};
|
|
234
|
+
readonly valueField: {
|
|
235
|
+
readonly type: StringConstructor;
|
|
236
|
+
readonly default: "value";
|
|
237
|
+
};
|
|
238
|
+
readonly childrenField: {
|
|
239
|
+
readonly type: StringConstructor;
|
|
240
|
+
readonly default: "children";
|
|
241
|
+
};
|
|
242
242
|
readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
243
243
|
readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
244
244
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
245
245
|
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
246
246
|
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
247
|
+
readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
|
|
247
248
|
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
248
249
|
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
249
250
|
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -261,6 +262,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
261
262
|
readonly default: true;
|
|
262
263
|
};
|
|
263
264
|
readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
265
|
+
readonly internalShowCheckmark: {
|
|
266
|
+
readonly type: BooleanConstructor;
|
|
267
|
+
readonly default: true;
|
|
268
|
+
};
|
|
264
269
|
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
265
270
|
readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
266
271
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -356,6 +361,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
356
361
|
optionCheckColor: string;
|
|
357
362
|
optionColorPending: string;
|
|
358
363
|
optionColorActive: string;
|
|
364
|
+
optionColorActivePending: string;
|
|
359
365
|
actionTextColor: string;
|
|
360
366
|
loadingColor: string;
|
|
361
367
|
height: string;
|
|
@@ -481,6 +487,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
481
487
|
optionCheckColor: string;
|
|
482
488
|
optionColorPending: string;
|
|
483
489
|
optionColorActive: string;
|
|
490
|
+
optionColorActivePending: string;
|
|
484
491
|
actionTextColor: string;
|
|
485
492
|
loadingColor: string;
|
|
486
493
|
height: string;
|
|
@@ -606,6 +613,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
606
613
|
optionCheckColor: string;
|
|
607
614
|
optionColorPending: string;
|
|
608
615
|
optionColorActive: string;
|
|
616
|
+
optionColorActivePending: string;
|
|
609
617
|
actionTextColor: string;
|
|
610
618
|
loadingColor: string;
|
|
611
619
|
height: string;
|
|
@@ -735,10 +743,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
735
743
|
opacity5: string;
|
|
736
744
|
dividerColor: string;
|
|
737
745
|
borderColor: string;
|
|
738
|
-
|
|
746
|
+
closeIconColor: string;
|
|
747
|
+
closeIconColorHover: string;
|
|
748
|
+
closeIconColorPressed: string;
|
|
739
749
|
closeColorHover: string;
|
|
740
750
|
closeColorPressed: string;
|
|
741
|
-
closeColorDisabled: string;
|
|
742
751
|
clearColor: string;
|
|
743
752
|
clearColorHover: string;
|
|
744
753
|
clearColorPressed: string;
|
|
@@ -893,6 +902,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
893
902
|
optionCheckColor: string;
|
|
894
903
|
optionColorPending: string;
|
|
895
904
|
optionColorActive: string;
|
|
905
|
+
optionColorActivePending: string;
|
|
896
906
|
actionTextColor: string;
|
|
897
907
|
loadingColor: string;
|
|
898
908
|
height: string;
|
|
@@ -1008,10 +1018,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1008
1018
|
};
|
|
1009
1019
|
readonly remote: BooleanConstructor;
|
|
1010
1020
|
readonly loading: BooleanConstructor;
|
|
1011
|
-
readonly filter:
|
|
1012
|
-
readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1013
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
1014
|
-
};
|
|
1021
|
+
readonly filter: PropType<import("naive-ui").SelectFilter>;
|
|
1015
1022
|
readonly placement: {
|
|
1016
1023
|
readonly type: PropType<import("naive-ui").PopoverPlacement>;
|
|
1017
1024
|
readonly default: "bottom-start";
|
|
@@ -1021,19 +1028,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1021
1028
|
readonly default: "trigger";
|
|
1022
1029
|
};
|
|
1023
1030
|
readonly tag: BooleanConstructor;
|
|
1024
|
-
readonly onCreate:
|
|
1025
|
-
readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1026
|
-
readonly default: (label: string) => {
|
|
1027
|
-
label: string;
|
|
1028
|
-
value: string;
|
|
1029
|
-
};
|
|
1030
|
-
};
|
|
1031
|
+
readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1031
1032
|
readonly fallbackOption: {
|
|
1032
|
-
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
1033
|
-
readonly default:
|
|
1034
|
-
label: string;
|
|
1035
|
-
value: string | number;
|
|
1036
|
-
};
|
|
1033
|
+
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
1034
|
+
readonly default: undefined;
|
|
1037
1035
|
};
|
|
1038
1036
|
readonly show: {
|
|
1039
1037
|
readonly type: PropType<boolean | undefined>;
|
|
@@ -1052,11 +1050,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1052
1050
|
readonly type: BooleanConstructor;
|
|
1053
1051
|
readonly default: true;
|
|
1054
1052
|
};
|
|
1053
|
+
readonly labelField: {
|
|
1054
|
+
readonly type: StringConstructor;
|
|
1055
|
+
readonly default: "label";
|
|
1056
|
+
};
|
|
1057
|
+
readonly valueField: {
|
|
1058
|
+
readonly type: StringConstructor;
|
|
1059
|
+
readonly default: "value";
|
|
1060
|
+
};
|
|
1061
|
+
readonly childrenField: {
|
|
1062
|
+
readonly type: StringConstructor;
|
|
1063
|
+
readonly default: "children";
|
|
1064
|
+
};
|
|
1055
1065
|
readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
1056
1066
|
readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
1057
1067
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
1058
1068
|
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1059
1069
|
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
1070
|
+
readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
|
|
1060
1071
|
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1061
1072
|
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1062
1073
|
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1074,6 +1085,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1074
1085
|
readonly default: true;
|
|
1075
1086
|
};
|
|
1076
1087
|
readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1088
|
+
readonly internalShowCheckmark: {
|
|
1089
|
+
readonly type: BooleanConstructor;
|
|
1090
|
+
readonly default: true;
|
|
1091
|
+
};
|
|
1077
1092
|
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
1078
1093
|
readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
1079
1094
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -1169,6 +1184,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1169
1184
|
optionCheckColor: string;
|
|
1170
1185
|
optionColorPending: string;
|
|
1171
1186
|
optionColorActive: string;
|
|
1187
|
+
optionColorActivePending: string;
|
|
1172
1188
|
actionTextColor: string;
|
|
1173
1189
|
loadingColor: string;
|
|
1174
1190
|
height: string;
|
|
@@ -1294,6 +1310,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1294
1310
|
optionCheckColor: string;
|
|
1295
1311
|
optionColorPending: string;
|
|
1296
1312
|
optionColorActive: string;
|
|
1313
|
+
optionColorActivePending: string;
|
|
1297
1314
|
actionTextColor: string;
|
|
1298
1315
|
loadingColor: string;
|
|
1299
1316
|
height: string;
|
|
@@ -1419,6 +1436,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1419
1436
|
optionCheckColor: string;
|
|
1420
1437
|
optionColorPending: string;
|
|
1421
1438
|
optionColorActive: string;
|
|
1439
|
+
optionColorActivePending: string;
|
|
1422
1440
|
actionTextColor: string;
|
|
1423
1441
|
loadingColor: string;
|
|
1424
1442
|
height: string;
|
|
@@ -1452,29 +1470,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1452
1470
|
}>;
|
|
1453
1471
|
}>>>;
|
|
1454
1472
|
}>>, {
|
|
1455
|
-
tag: boolean;
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
virtualScroll: boolean;
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1473
|
+
readonly tag: boolean;
|
|
1474
|
+
readonly show: boolean | undefined;
|
|
1475
|
+
readonly multiple: boolean;
|
|
1476
|
+
readonly disabled: boolean | undefined;
|
|
1477
|
+
readonly to: string | boolean | HTMLElement;
|
|
1478
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
1479
|
+
readonly loading: boolean;
|
|
1480
|
+
readonly bordered: boolean | undefined;
|
|
1481
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
1482
|
+
readonly labelField: string;
|
|
1483
|
+
readonly virtualScroll: boolean;
|
|
1484
|
+
readonly valueField: string;
|
|
1485
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
1486
|
+
readonly showArrow: boolean;
|
|
1487
|
+
readonly displayDirective: "show" | "if";
|
|
1488
|
+
readonly filterable: boolean;
|
|
1489
|
+
readonly clearable: boolean;
|
|
1490
|
+
readonly internalShowCheckmark: boolean;
|
|
1491
|
+
readonly clearFilterAfterSelect: boolean;
|
|
1492
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
1493
|
+
readonly remote: boolean;
|
|
1494
|
+
readonly widthMode: string;
|
|
1495
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
1496
|
+
readonly consistentMenuWidth: boolean;
|
|
1497
|
+
readonly childrenField: string;
|
|
1478
1498
|
}>;
|
|
1479
1499
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1480
1500
|
mainForm: {
|
|
@@ -219,6 +219,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
219
219
|
type: BooleanConstructor;
|
|
220
220
|
default: undefined;
|
|
221
221
|
};
|
|
222
|
+
allowInput: PropType<(value: string) => boolean>;
|
|
223
|
+
renderCount: PropType<(props: {
|
|
224
|
+
value: string;
|
|
225
|
+
}) => import("vue").VNodeChild>;
|
|
222
226
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
223
227
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
224
228
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -247,6 +251,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
247
251
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
248
252
|
showPasswordToggle: BooleanConstructor;
|
|
249
253
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
254
|
+
countTextColorDisabled: string;
|
|
250
255
|
countTextColor: string;
|
|
251
256
|
heightTiny: string;
|
|
252
257
|
heightSmall: string;
|
|
@@ -307,6 +312,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
307
312
|
clearSize: string;
|
|
308
313
|
}, any>>;
|
|
309
314
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
315
|
+
countTextColorDisabled: string;
|
|
310
316
|
countTextColor: string;
|
|
311
317
|
heightTiny: string;
|
|
312
318
|
heightSmall: string;
|
|
@@ -367,6 +373,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
367
373
|
clearSize: string;
|
|
368
374
|
}, any>>>;
|
|
369
375
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
376
|
+
countTextColorDisabled: string;
|
|
370
377
|
countTextColor: string;
|
|
371
378
|
heightTiny: string;
|
|
372
379
|
heightSmall: string;
|
|
@@ -439,8 +446,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
439
446
|
contentRef: HTMLElement | null;
|
|
440
447
|
containerScrollTop: number;
|
|
441
448
|
syncUnifiedContainer: () => void;
|
|
442
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
443
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
449
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
450
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
444
451
|
sync: () => void;
|
|
445
452
|
handleMouseEnterWrapper: () => void;
|
|
446
453
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -474,7 +481,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
474
481
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
475
482
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
476
483
|
handleInputBlur: (e: FocusEvent) => void;
|
|
477
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
484
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
478
485
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
479
486
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
480
487
|
handleMouseEnter: () => void;
|
|
@@ -485,7 +492,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
485
492
|
handleClear: (e: MouseEvent) => void;
|
|
486
493
|
handlePasswordToggleClick: () => void;
|
|
487
494
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
488
|
-
|
|
495
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
489
496
|
handleTextAreaMirrorResize: () => void;
|
|
490
497
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
491
498
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -529,10 +536,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
529
536
|
opacity5: string;
|
|
530
537
|
dividerColor: string;
|
|
531
538
|
borderColor: string;
|
|
532
|
-
|
|
539
|
+
closeIconColor: string;
|
|
540
|
+
closeIconColorHover: string;
|
|
541
|
+
closeIconColorPressed: string;
|
|
533
542
|
closeColorHover: string;
|
|
534
543
|
closeColorPressed: string;
|
|
535
|
-
closeColorDisabled: string;
|
|
536
544
|
clearColor: string;
|
|
537
545
|
clearColorHover: string;
|
|
538
546
|
clearColorPressed: string;
|
|
@@ -594,6 +602,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
594
602
|
name: "common";
|
|
595
603
|
};
|
|
596
604
|
self: {
|
|
605
|
+
countTextColorDisabled: string;
|
|
597
606
|
countTextColor: string;
|
|
598
607
|
heightTiny: string;
|
|
599
608
|
heightSmall: string;
|
|
@@ -661,6 +670,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
661
670
|
cssVars: import("vue").ComputedRef<{
|
|
662
671
|
'--n-bezier': string;
|
|
663
672
|
'--n-count-text-color': string;
|
|
673
|
+
'--n-count-text-color-disabled': string;
|
|
664
674
|
'--n-color': string;
|
|
665
675
|
'--n-font-size': string;
|
|
666
676
|
'--n-border-radius': string;
|
|
@@ -715,6 +725,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
715
725
|
select: () => void;
|
|
716
726
|
activate: () => void;
|
|
717
727
|
deactivate: () => void;
|
|
728
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
718
729
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
719
730
|
bordered: {
|
|
720
731
|
type: PropType<boolean | undefined>;
|
|
@@ -773,6 +784,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
773
784
|
type: BooleanConstructor;
|
|
774
785
|
default: undefined;
|
|
775
786
|
};
|
|
787
|
+
allowInput: PropType<(value: string) => boolean>;
|
|
788
|
+
renderCount: PropType<(props: {
|
|
789
|
+
value: string;
|
|
790
|
+
}) => import("vue").VNodeChild>;
|
|
776
791
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
777
792
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
778
793
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -801,6 +816,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
801
816
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
802
817
|
showPasswordToggle: BooleanConstructor;
|
|
803
818
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
819
|
+
countTextColorDisabled: string;
|
|
804
820
|
countTextColor: string;
|
|
805
821
|
heightTiny: string;
|
|
806
822
|
heightSmall: string;
|
|
@@ -861,6 +877,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
861
877
|
clearSize: string;
|
|
862
878
|
}, any>>;
|
|
863
879
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
880
|
+
countTextColorDisabled: string;
|
|
864
881
|
countTextColor: string;
|
|
865
882
|
heightTiny: string;
|
|
866
883
|
heightSmall: string;
|
|
@@ -921,6 +938,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
921
938
|
clearSize: string;
|
|
922
939
|
}, any>>>;
|
|
923
940
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
941
|
+
countTextColorDisabled: string;
|
|
924
942
|
countTextColor: string;
|
|
925
943
|
heightTiny: string;
|
|
926
944
|
heightSmall: string;
|
|
@@ -1181,9 +1199,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1181
1199
|
scrollable: BooleanConstructor;
|
|
1182
1200
|
contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
1183
1201
|
headerStyle: PropType<string | import("vue").CSSProperties>;
|
|
1202
|
+
footerStyle: PropType<string | import("vue").CSSProperties>;
|
|
1184
1203
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
1185
1204
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1186
1205
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1206
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
1187
1207
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1188
1208
|
internalInheritedEventHandlers: {
|
|
1189
1209
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1248,10 +1268,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1248
1268
|
opacity5: string;
|
|
1249
1269
|
dividerColor: string;
|
|
1250
1270
|
borderColor: string;
|
|
1251
|
-
|
|
1271
|
+
closeIconColor: string;
|
|
1272
|
+
closeIconColorHover: string;
|
|
1273
|
+
closeIconColorPressed: string;
|
|
1252
1274
|
closeColorHover: string;
|
|
1253
1275
|
closeColorPressed: string;
|
|
1254
|
-
closeColorDisabled: string;
|
|
1255
1276
|
clearColor: string;
|
|
1256
1277
|
clearColorHover: string;
|
|
1257
1278
|
clearColorPressed: string;
|
|
@@ -1480,9 +1501,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1480
1501
|
scrollable: BooleanConstructor;
|
|
1481
1502
|
contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
1482
1503
|
headerStyle: PropType<string | import("vue").CSSProperties>;
|
|
1504
|
+
footerStyle: PropType<string | import("vue").CSSProperties>;
|
|
1483
1505
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
1484
1506
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1485
1507
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1508
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
1486
1509
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1487
1510
|
internalInheritedEventHandlers: {
|
|
1488
1511
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1518,6 +1541,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1518
1541
|
arrowPointToCenter: boolean;
|
|
1519
1542
|
displayDirective: "show" | "if";
|
|
1520
1543
|
keepAliveOnHover: boolean;
|
|
1544
|
+
internalDeactivateImmediately: boolean;
|
|
1521
1545
|
animated: boolean;
|
|
1522
1546
|
internalTrapFocus: boolean;
|
|
1523
1547
|
defaultShow: boolean;
|
|
@@ -217,10 +217,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
217
217
|
onConfirm: PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
|
|
218
218
|
onClear: PropType<() => void>;
|
|
219
219
|
onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
|
|
220
|
-
|
|
221
|
-
type: BooleanConstructor;
|
|
222
|
-
default: boolean;
|
|
223
|
-
};
|
|
220
|
+
timeZone: StringConstructor;
|
|
224
221
|
showIcon: {
|
|
225
222
|
type: BooleanConstructor;
|
|
226
223
|
default: boolean;
|
|
@@ -246,6 +243,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
246
243
|
validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
|
|
247
244
|
};
|
|
248
245
|
use12Hours: BooleanConstructor;
|
|
246
|
+
stateful: {
|
|
247
|
+
type: BooleanConstructor;
|
|
248
|
+
default: boolean;
|
|
249
|
+
};
|
|
249
250
|
onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
|
|
250
251
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
|
|
251
252
|
panelColor: string;
|
|
@@ -473,6 +474,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
473
474
|
rippleDuration: string;
|
|
474
475
|
}, any>;
|
|
475
476
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
477
|
+
countTextColorDisabled: string;
|
|
476
478
|
countTextColor: string;
|
|
477
479
|
heightTiny: string;
|
|
478
480
|
heightSmall: string;
|
|
@@ -759,6 +761,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
759
761
|
rippleDuration: string;
|
|
760
762
|
}, any>;
|
|
761
763
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
764
|
+
countTextColorDisabled: string;
|
|
762
765
|
countTextColor: string;
|
|
763
766
|
heightTiny: string;
|
|
764
767
|
heightSmall: string;
|
|
@@ -1045,6 +1048,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1045
1048
|
rippleDuration: string;
|
|
1046
1049
|
}, any>;
|
|
1047
1050
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1051
|
+
countTextColorDisabled: string;
|
|
1048
1052
|
countTextColor: string;
|
|
1049
1053
|
heightTiny: string;
|
|
1050
1054
|
heightSmall: string;
|
|
@@ -1125,6 +1129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1125
1129
|
select: () => void;
|
|
1126
1130
|
activate: () => void;
|
|
1127
1131
|
deactivate: () => void;
|
|
1132
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
1128
1133
|
} | null>;
|
|
1129
1134
|
panelInstRef: import("vue").Ref<{
|
|
1130
1135
|
$el: HTMLElement;
|
|
@@ -1134,8 +1139,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1134
1139
|
contentRef: HTMLElement | null;
|
|
1135
1140
|
containerScrollTop: number;
|
|
1136
1141
|
syncUnifiedContainer: () => void;
|
|
1137
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
1138
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
1142
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
1143
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
1139
1144
|
sync: () => void;
|
|
1140
1145
|
handleMouseEnterWrapper: () => void;
|
|
1141
1146
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -1146,8 +1151,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1146
1151
|
contentRef: HTMLElement | null;
|
|
1147
1152
|
containerScrollTop: number;
|
|
1148
1153
|
syncUnifiedContainer: () => void;
|
|
1149
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
1150
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
1154
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
1155
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
1151
1156
|
sync: () => void;
|
|
1152
1157
|
handleMouseEnterWrapper: () => void;
|
|
1153
1158
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -1158,8 +1163,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1158
1163
|
contentRef: HTMLElement | null;
|
|
1159
1164
|
containerScrollTop: number;
|
|
1160
1165
|
syncUnifiedContainer: () => void;
|
|
1161
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
1162
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
1166
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
1167
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
1163
1168
|
sync: () => void;
|
|
1164
1169
|
handleMouseEnterWrapper: () => void;
|
|
1165
1170
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -1170,8 +1175,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1170
1175
|
contentRef: HTMLElement | null;
|
|
1171
1176
|
containerScrollTop: number;
|
|
1172
1177
|
syncUnifiedContainer: () => void;
|
|
1173
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
1174
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
1178
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
1179
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
1175
1180
|
sync: () => void;
|
|
1176
1181
|
handleMouseEnterWrapper: () => void;
|
|
1177
1182
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -1199,6 +1204,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1199
1204
|
minuteValue: import("vue").ComputedRef<number | null>;
|
|
1200
1205
|
secondValue: import("vue").ComputedRef<number | null>;
|
|
1201
1206
|
amPmValue: import("vue").ComputedRef<"am" | "pm" | null>;
|
|
1207
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
1202
1208
|
handleTimeInputFocus: (e: FocusEvent) => void;
|
|
1203
1209
|
handleTimeInputBlur: (e: FocusEvent) => void;
|
|
1204
1210
|
handleNowClick: () => void;
|
|
@@ -1215,7 +1221,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1215
1221
|
handleAmPmClick: (amPm: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
|
|
1216
1222
|
handleTimeInputClear: (e: MouseEvent) => void;
|
|
1217
1223
|
handleFocusDetectorFocus: () => void;
|
|
1218
|
-
|
|
1224
|
+
handleMenuKeydown: (e: KeyboardEvent) => void;
|
|
1219
1225
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
1220
1226
|
mergedTheme: import("vue").ComputedRef<{
|
|
1221
1227
|
common: {
|
|
@@ -1258,10 +1264,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1258
1264
|
opacity5: string;
|
|
1259
1265
|
dividerColor: string;
|
|
1260
1266
|
borderColor: string;
|
|
1261
|
-
|
|
1267
|
+
closeIconColor: string;
|
|
1268
|
+
closeIconColorHover: string;
|
|
1269
|
+
closeIconColorPressed: string;
|
|
1262
1270
|
closeColorHover: string;
|
|
1263
1271
|
closeColorPressed: string;
|
|
1264
|
-
closeColorDisabled: string;
|
|
1265
1272
|
clearColor: string;
|
|
1266
1273
|
clearColorHover: string;
|
|
1267
1274
|
clearColorPressed: string;
|
|
@@ -1549,6 +1556,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1549
1556
|
rippleDuration: string;
|
|
1550
1557
|
}, any>;
|
|
1551
1558
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1559
|
+
countTextColorDisabled: string;
|
|
1552
1560
|
countTextColor: string;
|
|
1553
1561
|
heightTiny: string;
|
|
1554
1562
|
heightSmall: string;
|
|
@@ -1628,8 +1636,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1628
1636
|
};
|
|
1629
1637
|
}>;
|
|
1630
1638
|
triggerCssVars: import("vue").ComputedRef<{
|
|
1631
|
-
'--n-icon-color': string;
|
|
1632
|
-
'--n-icon-color-disabled': string;
|
|
1639
|
+
'--n-icon-color-override': string;
|
|
1640
|
+
'--n-icon-color-disabled-override': string;
|
|
1633
1641
|
'--n-bezier': string;
|
|
1634
1642
|
}> | undefined;
|
|
1635
1643
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
@@ -1696,10 +1704,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1696
1704
|
onConfirm: PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
|
|
1697
1705
|
onClear: PropType<() => void>;
|
|
1698
1706
|
onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
|
|
1699
|
-
|
|
1700
|
-
type: BooleanConstructor;
|
|
1701
|
-
default: boolean;
|
|
1702
|
-
};
|
|
1707
|
+
timeZone: StringConstructor;
|
|
1703
1708
|
showIcon: {
|
|
1704
1709
|
type: BooleanConstructor;
|
|
1705
1710
|
default: boolean;
|
|
@@ -1725,6 +1730,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1725
1730
|
validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
|
|
1726
1731
|
};
|
|
1727
1732
|
use12Hours: BooleanConstructor;
|
|
1733
|
+
stateful: {
|
|
1734
|
+
type: BooleanConstructor;
|
|
1735
|
+
default: boolean;
|
|
1736
|
+
};
|
|
1728
1737
|
onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
|
|
1729
1738
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
|
|
1730
1739
|
panelColor: string;
|
|
@@ -1952,6 +1961,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1952
1961
|
rippleDuration: string;
|
|
1953
1962
|
}, any>;
|
|
1954
1963
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1964
|
+
countTextColorDisabled: string;
|
|
1955
1965
|
countTextColor: string;
|
|
1956
1966
|
heightTiny: string;
|
|
1957
1967
|
heightSmall: string;
|
|
@@ -2238,6 +2248,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2238
2248
|
rippleDuration: string;
|
|
2239
2249
|
}, any>;
|
|
2240
2250
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2251
|
+
countTextColorDisabled: string;
|
|
2241
2252
|
countTextColor: string;
|
|
2242
2253
|
heightTiny: string;
|
|
2243
2254
|
heightSmall: string;
|
|
@@ -2524,6 +2535,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2524
2535
|
rippleDuration: string;
|
|
2525
2536
|
}, any>;
|
|
2526
2537
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2538
|
+
countTextColorDisabled: string;
|
|
2527
2539
|
countTextColor: string;
|
|
2528
2540
|
heightTiny: string;
|
|
2529
2541
|
heightSmall: string;
|