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
|
@@ -209,10 +209,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
209
209
|
};
|
|
210
210
|
readonly remote: BooleanConstructor;
|
|
211
211
|
readonly loading: BooleanConstructor;
|
|
212
|
-
readonly filter:
|
|
213
|
-
readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
214
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
215
|
-
};
|
|
212
|
+
readonly filter: PropType<import("naive-ui").SelectFilter>;
|
|
216
213
|
readonly placement: {
|
|
217
214
|
readonly type: PropType<import("naive-ui").PopoverPlacement>;
|
|
218
215
|
readonly default: "bottom-start";
|
|
@@ -222,19 +219,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
222
219
|
readonly default: "trigger";
|
|
223
220
|
};
|
|
224
221
|
readonly tag: BooleanConstructor;
|
|
225
|
-
readonly onCreate:
|
|
226
|
-
readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
227
|
-
readonly default: (label: string) => {
|
|
228
|
-
label: string;
|
|
229
|
-
value: string;
|
|
230
|
-
};
|
|
231
|
-
};
|
|
222
|
+
readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
232
223
|
readonly fallbackOption: {
|
|
233
|
-
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
234
|
-
readonly default:
|
|
235
|
-
label: string;
|
|
236
|
-
value: string | number;
|
|
237
|
-
};
|
|
224
|
+
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
225
|
+
readonly default: undefined;
|
|
238
226
|
};
|
|
239
227
|
readonly show: {
|
|
240
228
|
readonly type: PropType<boolean | undefined>;
|
|
@@ -253,11 +241,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
253
241
|
readonly type: BooleanConstructor;
|
|
254
242
|
readonly default: true;
|
|
255
243
|
};
|
|
244
|
+
readonly labelField: {
|
|
245
|
+
readonly type: StringConstructor;
|
|
246
|
+
readonly default: "label";
|
|
247
|
+
};
|
|
248
|
+
readonly valueField: {
|
|
249
|
+
readonly type: StringConstructor;
|
|
250
|
+
readonly default: "value";
|
|
251
|
+
};
|
|
252
|
+
readonly childrenField: {
|
|
253
|
+
readonly type: StringConstructor;
|
|
254
|
+
readonly default: "children";
|
|
255
|
+
};
|
|
256
256
|
readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
257
257
|
readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
258
258
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
259
259
|
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
260
260
|
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
261
|
+
readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
|
|
261
262
|
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
262
263
|
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
263
264
|
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -275,6 +276,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
275
276
|
readonly default: true;
|
|
276
277
|
};
|
|
277
278
|
readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
279
|
+
readonly internalShowCheckmark: {
|
|
280
|
+
readonly type: BooleanConstructor;
|
|
281
|
+
readonly default: true;
|
|
282
|
+
};
|
|
278
283
|
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
279
284
|
readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
280
285
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -370,6 +375,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
370
375
|
optionCheckColor: string;
|
|
371
376
|
optionColorPending: string;
|
|
372
377
|
optionColorActive: string;
|
|
378
|
+
optionColorActivePending: string;
|
|
373
379
|
actionTextColor: string;
|
|
374
380
|
loadingColor: string;
|
|
375
381
|
height: string;
|
|
@@ -495,6 +501,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
495
501
|
optionCheckColor: string;
|
|
496
502
|
optionColorPending: string;
|
|
497
503
|
optionColorActive: string;
|
|
504
|
+
optionColorActivePending: string;
|
|
498
505
|
actionTextColor: string;
|
|
499
506
|
loadingColor: string;
|
|
500
507
|
height: string;
|
|
@@ -620,6 +627,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
620
627
|
optionCheckColor: string;
|
|
621
628
|
optionColorPending: string;
|
|
622
629
|
optionColorActive: string;
|
|
630
|
+
optionColorActivePending: string;
|
|
623
631
|
actionTextColor: string;
|
|
624
632
|
loadingColor: string;
|
|
625
633
|
height: string;
|
|
@@ -749,10 +757,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
749
757
|
opacity5: string;
|
|
750
758
|
dividerColor: string;
|
|
751
759
|
borderColor: string;
|
|
752
|
-
|
|
760
|
+
closeIconColor: string;
|
|
761
|
+
closeIconColorHover: string;
|
|
762
|
+
closeIconColorPressed: string;
|
|
753
763
|
closeColorHover: string;
|
|
754
764
|
closeColorPressed: string;
|
|
755
|
-
closeColorDisabled: string;
|
|
756
765
|
clearColor: string;
|
|
757
766
|
clearColorHover: string;
|
|
758
767
|
clearColorPressed: string;
|
|
@@ -907,6 +916,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
907
916
|
optionCheckColor: string;
|
|
908
917
|
optionColorPending: string;
|
|
909
918
|
optionColorActive: string;
|
|
919
|
+
optionColorActivePending: string;
|
|
910
920
|
actionTextColor: string;
|
|
911
921
|
loadingColor: string;
|
|
912
922
|
height: string;
|
|
@@ -1022,10 +1032,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1022
1032
|
};
|
|
1023
1033
|
readonly remote: BooleanConstructor;
|
|
1024
1034
|
readonly loading: BooleanConstructor;
|
|
1025
|
-
readonly filter:
|
|
1026
|
-
readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1027
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
1028
|
-
};
|
|
1035
|
+
readonly filter: PropType<import("naive-ui").SelectFilter>;
|
|
1029
1036
|
readonly placement: {
|
|
1030
1037
|
readonly type: PropType<import("naive-ui").PopoverPlacement>;
|
|
1031
1038
|
readonly default: "bottom-start";
|
|
@@ -1035,19 +1042,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1035
1042
|
readonly default: "trigger";
|
|
1036
1043
|
};
|
|
1037
1044
|
readonly tag: BooleanConstructor;
|
|
1038
|
-
readonly onCreate:
|
|
1039
|
-
readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1040
|
-
readonly default: (label: string) => {
|
|
1041
|
-
label: string;
|
|
1042
|
-
value: string;
|
|
1043
|
-
};
|
|
1044
|
-
};
|
|
1045
|
+
readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1045
1046
|
readonly fallbackOption: {
|
|
1046
|
-
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
1047
|
-
readonly default:
|
|
1048
|
-
label: string;
|
|
1049
|
-
value: string | number;
|
|
1050
|
-
};
|
|
1047
|
+
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
1048
|
+
readonly default: undefined;
|
|
1051
1049
|
};
|
|
1052
1050
|
readonly show: {
|
|
1053
1051
|
readonly type: PropType<boolean | undefined>;
|
|
@@ -1066,11 +1064,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1066
1064
|
readonly type: BooleanConstructor;
|
|
1067
1065
|
readonly default: true;
|
|
1068
1066
|
};
|
|
1067
|
+
readonly labelField: {
|
|
1068
|
+
readonly type: StringConstructor;
|
|
1069
|
+
readonly default: "label";
|
|
1070
|
+
};
|
|
1071
|
+
readonly valueField: {
|
|
1072
|
+
readonly type: StringConstructor;
|
|
1073
|
+
readonly default: "value";
|
|
1074
|
+
};
|
|
1075
|
+
readonly childrenField: {
|
|
1076
|
+
readonly type: StringConstructor;
|
|
1077
|
+
readonly default: "children";
|
|
1078
|
+
};
|
|
1069
1079
|
readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
1070
1080
|
readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
1071
1081
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
1072
1082
|
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1073
1083
|
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
1084
|
+
readonly nodeProps: PropType<import("naive-ui").SelectNodeProps>;
|
|
1074
1085
|
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1075
1086
|
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1076
1087
|
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1088,6 +1099,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1088
1099
|
readonly default: true;
|
|
1089
1100
|
};
|
|
1090
1101
|
readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1102
|
+
readonly internalShowCheckmark: {
|
|
1103
|
+
readonly type: BooleanConstructor;
|
|
1104
|
+
readonly default: true;
|
|
1105
|
+
};
|
|
1091
1106
|
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
1092
1107
|
readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
1093
1108
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -1183,6 +1198,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1183
1198
|
optionCheckColor: string;
|
|
1184
1199
|
optionColorPending: string;
|
|
1185
1200
|
optionColorActive: string;
|
|
1201
|
+
optionColorActivePending: string;
|
|
1186
1202
|
actionTextColor: string;
|
|
1187
1203
|
loadingColor: string;
|
|
1188
1204
|
height: string;
|
|
@@ -1308,6 +1324,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1308
1324
|
optionCheckColor: string;
|
|
1309
1325
|
optionColorPending: string;
|
|
1310
1326
|
optionColorActive: string;
|
|
1327
|
+
optionColorActivePending: string;
|
|
1311
1328
|
actionTextColor: string;
|
|
1312
1329
|
loadingColor: string;
|
|
1313
1330
|
height: string;
|
|
@@ -1433,6 +1450,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1433
1450
|
optionCheckColor: string;
|
|
1434
1451
|
optionColorPending: string;
|
|
1435
1452
|
optionColorActive: string;
|
|
1453
|
+
optionColorActivePending: string;
|
|
1436
1454
|
actionTextColor: string;
|
|
1437
1455
|
loadingColor: string;
|
|
1438
1456
|
height: string;
|
|
@@ -1466,29 +1484,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1466
1484
|
}>;
|
|
1467
1485
|
}>>>;
|
|
1468
1486
|
}>>, {
|
|
1469
|
-
tag: boolean;
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
virtualScroll: boolean;
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1487
|
+
readonly tag: boolean;
|
|
1488
|
+
readonly show: boolean | undefined;
|
|
1489
|
+
readonly multiple: boolean;
|
|
1490
|
+
readonly disabled: boolean | undefined;
|
|
1491
|
+
readonly to: string | boolean | HTMLElement;
|
|
1492
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
1493
|
+
readonly loading: boolean;
|
|
1494
|
+
readonly bordered: boolean | undefined;
|
|
1495
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
1496
|
+
readonly labelField: string;
|
|
1497
|
+
readonly virtualScroll: boolean;
|
|
1498
|
+
readonly valueField: string;
|
|
1499
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
1500
|
+
readonly showArrow: boolean;
|
|
1501
|
+
readonly displayDirective: "show" | "if";
|
|
1502
|
+
readonly filterable: boolean;
|
|
1503
|
+
readonly clearable: boolean;
|
|
1504
|
+
readonly internalShowCheckmark: boolean;
|
|
1505
|
+
readonly clearFilterAfterSelect: boolean;
|
|
1506
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
1507
|
+
readonly remote: boolean;
|
|
1508
|
+
readonly widthMode: string;
|
|
1509
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
1510
|
+
readonly consistentMenuWidth: boolean;
|
|
1511
|
+
readonly childrenField: string;
|
|
1492
1512
|
}>;
|
|
1493
1513
|
NInputNumber: import("vue").DefineComponent<{
|
|
1494
1514
|
autofocus: BooleanConstructor;
|
|
@@ -1508,7 +1528,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1508
1528
|
};
|
|
1509
1529
|
min: (NumberConstructor | StringConstructor)[];
|
|
1510
1530
|
max: (NumberConstructor | StringConstructor)[];
|
|
1511
|
-
size: PropType<"
|
|
1531
|
+
size: PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
1512
1532
|
disabled: {
|
|
1513
1533
|
type: PropType<boolean | undefined>;
|
|
1514
1534
|
default: undefined;
|
|
@@ -1522,6 +1542,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1522
1542
|
type: BooleanConstructor;
|
|
1523
1543
|
default: boolean;
|
|
1524
1544
|
};
|
|
1545
|
+
buttonPlacement: {
|
|
1546
|
+
type: PropType<"right" | "both">;
|
|
1547
|
+
default: string;
|
|
1548
|
+
};
|
|
1525
1549
|
readonly: BooleanConstructor;
|
|
1526
1550
|
clearable: BooleanConstructor;
|
|
1527
1551
|
keyboard: {
|
|
@@ -1535,6 +1559,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1535
1559
|
type: BooleanConstructor;
|
|
1536
1560
|
default: boolean;
|
|
1537
1561
|
};
|
|
1562
|
+
parse: PropType<(input: string) => number | null>;
|
|
1563
|
+
format: PropType<(value: number | null) => string>;
|
|
1564
|
+
precision: NumberConstructor;
|
|
1538
1565
|
status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1539
1566
|
'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
1540
1567
|
onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -1750,6 +1777,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1750
1777
|
rippleDuration: string;
|
|
1751
1778
|
}, any>;
|
|
1752
1779
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1780
|
+
countTextColorDisabled: string;
|
|
1753
1781
|
countTextColor: string;
|
|
1754
1782
|
heightTiny: string;
|
|
1755
1783
|
heightSmall: string;
|
|
@@ -2018,6 +2046,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2018
2046
|
rippleDuration: string;
|
|
2019
2047
|
}, any>;
|
|
2020
2048
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2049
|
+
countTextColorDisabled: string;
|
|
2021
2050
|
countTextColor: string;
|
|
2022
2051
|
heightTiny: string;
|
|
2023
2052
|
heightSmall: string;
|
|
@@ -2286,6 +2315,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2286
2315
|
rippleDuration: string;
|
|
2287
2316
|
}, any>;
|
|
2288
2317
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2318
|
+
countTextColorDisabled: string;
|
|
2289
2319
|
countTextColor: string;
|
|
2290
2320
|
heightTiny: string;
|
|
2291
2321
|
heightSmall: string;
|
|
@@ -2358,6 +2388,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2358
2388
|
select: () => void;
|
|
2359
2389
|
activate: () => void;
|
|
2360
2390
|
deactivate: () => void;
|
|
2391
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
2361
2392
|
} | null>;
|
|
2362
2393
|
minusButtonInstRef: import("vue").Ref<{
|
|
2363
2394
|
$el: HTMLElement;
|
|
@@ -2371,7 +2402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2371
2402
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
2372
2403
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
2373
2404
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2374
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
2405
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
2375
2406
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
2376
2407
|
displayedValue: import("vue").Ref<string>;
|
|
2377
2408
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -2428,10 +2459,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2428
2459
|
opacity5: string;
|
|
2429
2460
|
dividerColor: string;
|
|
2430
2461
|
borderColor: string;
|
|
2431
|
-
|
|
2462
|
+
closeIconColor: string;
|
|
2463
|
+
closeIconColorHover: string;
|
|
2464
|
+
closeIconColorPressed: string;
|
|
2432
2465
|
closeColorHover: string;
|
|
2433
2466
|
closeColorPressed: string;
|
|
2434
|
-
closeColorDisabled: string;
|
|
2435
2467
|
clearColor: string;
|
|
2436
2468
|
clearColorHover: string;
|
|
2437
2469
|
clearColorPressed: string;
|
|
@@ -2701,6 +2733,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2701
2733
|
rippleDuration: string;
|
|
2702
2734
|
}, any>;
|
|
2703
2735
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2736
|
+
countTextColorDisabled: string;
|
|
2704
2737
|
countTextColor: string;
|
|
2705
2738
|
heightTiny: string;
|
|
2706
2739
|
heightSmall: string;
|
|
@@ -2803,7 +2836,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2803
2836
|
};
|
|
2804
2837
|
min: (NumberConstructor | StringConstructor)[];
|
|
2805
2838
|
max: (NumberConstructor | StringConstructor)[];
|
|
2806
|
-
size: PropType<"
|
|
2839
|
+
size: PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
2807
2840
|
disabled: {
|
|
2808
2841
|
type: PropType<boolean | undefined>;
|
|
2809
2842
|
default: undefined;
|
|
@@ -2817,6 +2850,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2817
2850
|
type: BooleanConstructor;
|
|
2818
2851
|
default: boolean;
|
|
2819
2852
|
};
|
|
2853
|
+
buttonPlacement: {
|
|
2854
|
+
type: PropType<"right" | "both">;
|
|
2855
|
+
default: string;
|
|
2856
|
+
};
|
|
2820
2857
|
readonly: BooleanConstructor;
|
|
2821
2858
|
clearable: BooleanConstructor;
|
|
2822
2859
|
keyboard: {
|
|
@@ -2830,6 +2867,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2830
2867
|
type: BooleanConstructor;
|
|
2831
2868
|
default: boolean;
|
|
2832
2869
|
};
|
|
2870
|
+
parse: PropType<(input: string) => number | null>;
|
|
2871
|
+
format: PropType<(value: number | null) => string>;
|
|
2872
|
+
precision: NumberConstructor;
|
|
2833
2873
|
status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
2834
2874
|
'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
2835
2875
|
onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -3045,6 +3085,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3045
3085
|
rippleDuration: string;
|
|
3046
3086
|
}, any>;
|
|
3047
3087
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3088
|
+
countTextColorDisabled: string;
|
|
3048
3089
|
countTextColor: string;
|
|
3049
3090
|
heightTiny: string;
|
|
3050
3091
|
heightSmall: string;
|
|
@@ -3313,6 +3354,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3313
3354
|
rippleDuration: string;
|
|
3314
3355
|
}, any>;
|
|
3315
3356
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3357
|
+
countTextColorDisabled: string;
|
|
3316
3358
|
countTextColor: string;
|
|
3317
3359
|
heightTiny: string;
|
|
3318
3360
|
heightSmall: string;
|
|
@@ -3581,6 +3623,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3581
3623
|
rippleDuration: string;
|
|
3582
3624
|
}, any>;
|
|
3583
3625
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3626
|
+
countTextColorDisabled: string;
|
|
3584
3627
|
countTextColor: string;
|
|
3585
3628
|
heightTiny: string;
|
|
3586
3629
|
heightSmall: string;
|
|
@@ -3655,6 +3698,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3655
3698
|
ArrowDown?: boolean | undefined;
|
|
3656
3699
|
};
|
|
3657
3700
|
showButton: boolean;
|
|
3701
|
+
buttonPlacement: "right" | "both";
|
|
3658
3702
|
updateValueOnInput: boolean;
|
|
3659
3703
|
}>;
|
|
3660
3704
|
TextOverTooltip: import("vue").DefineComponent<{
|
|
@@ -3828,9 +3872,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3828
3872
|
scrollable: BooleanConstructor;
|
|
3829
3873
|
contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
3830
3874
|
headerStyle: PropType<string | import("vue").CSSProperties>;
|
|
3875
|
+
footerStyle: PropType<string | import("vue").CSSProperties>;
|
|
3831
3876
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
3832
3877
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3833
3878
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3879
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
3834
3880
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
3835
3881
|
internalInheritedEventHandlers: {
|
|
3836
3882
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -3895,10 +3941,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3895
3941
|
opacity5: string;
|
|
3896
3942
|
dividerColor: string;
|
|
3897
3943
|
borderColor: string;
|
|
3898
|
-
|
|
3944
|
+
closeIconColor: string;
|
|
3945
|
+
closeIconColorHover: string;
|
|
3946
|
+
closeIconColorPressed: string;
|
|
3899
3947
|
closeColorHover: string;
|
|
3900
3948
|
closeColorPressed: string;
|
|
3901
|
-
closeColorDisabled: string;
|
|
3902
3949
|
clearColor: string;
|
|
3903
3950
|
clearColorHover: string;
|
|
3904
3951
|
clearColorPressed: string;
|
|
@@ -4127,9 +4174,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4127
4174
|
scrollable: BooleanConstructor;
|
|
4128
4175
|
contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
4129
4176
|
headerStyle: PropType<string | import("vue").CSSProperties>;
|
|
4177
|
+
footerStyle: PropType<string | import("vue").CSSProperties>;
|
|
4130
4178
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
4131
4179
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4132
4180
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4181
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
4133
4182
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4134
4183
|
internalInheritedEventHandlers: {
|
|
4135
4184
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4165,6 +4214,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4165
4214
|
arrowPointToCenter: boolean;
|
|
4166
4215
|
displayDirective: "show" | "if";
|
|
4167
4216
|
keepAliveOnHover: boolean;
|
|
4217
|
+
internalDeactivateImmediately: boolean;
|
|
4168
4218
|
animated: boolean;
|
|
4169
4219
|
internalTrapFocus: boolean;
|
|
4170
4220
|
defaultShow: boolean;
|