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 @@ export declare function useComponents(): {
|
|
|
209
209
|
};
|
|
210
210
|
readonly remote: BooleanConstructor;
|
|
211
211
|
readonly loading: BooleanConstructor;
|
|
212
|
-
readonly filter:
|
|
213
|
-
readonly type: import("vue").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: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
216
213
|
readonly placement: {
|
|
217
214
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
218
215
|
readonly default: "bottom-start";
|
|
@@ -222,19 +219,10 @@ export declare function useComponents(): {
|
|
|
222
219
|
readonly default: "trigger";
|
|
223
220
|
};
|
|
224
221
|
readonly tag: BooleanConstructor;
|
|
225
|
-
readonly onCreate:
|
|
226
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
227
|
-
readonly default: (label: string) => {
|
|
228
|
-
label: string;
|
|
229
|
-
value: string;
|
|
230
|
-
};
|
|
231
|
-
};
|
|
222
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
232
223
|
readonly fallbackOption: {
|
|
233
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
234
|
-
readonly default:
|
|
235
|
-
label: string;
|
|
236
|
-
value: string | number;
|
|
237
|
-
};
|
|
224
|
+
readonly type: import("vue").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: import("vue").PropType<boolean | undefined>;
|
|
@@ -253,11 +241,24 @@ export declare function useComponents(): {
|
|
|
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: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
257
257
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
258
258
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
259
259
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
260
260
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
261
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
261
262
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
262
263
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
263
264
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -275,6 +276,10 @@ export declare function useComponents(): {
|
|
|
275
276
|
readonly default: true;
|
|
276
277
|
};
|
|
277
278
|
readonly status: import("vue").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: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
279
284
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
280
285
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -370,6 +375,7 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
1022
1032
|
};
|
|
1023
1033
|
readonly remote: BooleanConstructor;
|
|
1024
1034
|
readonly loading: BooleanConstructor;
|
|
1025
|
-
readonly filter:
|
|
1026
|
-
readonly type: import("vue").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: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
1029
1036
|
readonly placement: {
|
|
1030
1037
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
1031
1038
|
readonly default: "bottom-start";
|
|
@@ -1035,19 +1042,10 @@ export declare function useComponents(): {
|
|
|
1035
1042
|
readonly default: "trigger";
|
|
1036
1043
|
};
|
|
1037
1044
|
readonly tag: BooleanConstructor;
|
|
1038
|
-
readonly onCreate:
|
|
1039
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1040
|
-
readonly default: (label: string) => {
|
|
1041
|
-
label: string;
|
|
1042
|
-
value: string;
|
|
1043
|
-
};
|
|
1044
|
-
};
|
|
1045
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1045
1046
|
readonly fallbackOption: {
|
|
1046
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
1047
|
-
readonly default:
|
|
1048
|
-
label: string;
|
|
1049
|
-
value: string | number;
|
|
1050
|
-
};
|
|
1047
|
+
readonly type: import("vue").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: import("vue").PropType<boolean | undefined>;
|
|
@@ -1066,11 +1064,24 @@ export declare function useComponents(): {
|
|
|
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: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
1070
1080
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
1071
1081
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
1072
1082
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1073
1083
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
1084
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
1074
1085
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1075
1086
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1076
1087
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1088,6 +1099,10 @@ export declare function useComponents(): {
|
|
|
1088
1099
|
readonly default: true;
|
|
1089
1100
|
};
|
|
1090
1101
|
readonly status: import("vue").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: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
1092
1107
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
1093
1108
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -1183,6 +1198,7 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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("vueuc").FollowerPlacement;
|
|
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 @@ export declare function useComponents(): {
|
|
|
1508
1528
|
};
|
|
1509
1529
|
min: (NumberConstructor | StringConstructor)[];
|
|
1510
1530
|
max: (NumberConstructor | StringConstructor)[];
|
|
1511
|
-
size: import("vue").PropType<"
|
|
1531
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
1512
1532
|
disabled: {
|
|
1513
1533
|
type: import("vue").PropType<boolean | undefined>;
|
|
1514
1534
|
default: undefined;
|
|
@@ -1522,6 +1542,10 @@ export declare function useComponents(): {
|
|
|
1522
1542
|
type: BooleanConstructor;
|
|
1523
1543
|
default: boolean;
|
|
1524
1544
|
};
|
|
1545
|
+
buttonPlacement: {
|
|
1546
|
+
type: import("vue").PropType<"right" | "both">;
|
|
1547
|
+
default: string;
|
|
1548
|
+
};
|
|
1525
1549
|
readonly: BooleanConstructor;
|
|
1526
1550
|
clearable: BooleanConstructor;
|
|
1527
1551
|
keyboard: {
|
|
@@ -1535,6 +1559,9 @@ export declare function useComponents(): {
|
|
|
1535
1559
|
type: BooleanConstructor;
|
|
1536
1560
|
default: boolean;
|
|
1537
1561
|
};
|
|
1562
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
1563
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
1564
|
+
precision: NumberConstructor;
|
|
1538
1565
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1539
1566
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
1540
1567
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -1750,6 +1777,7 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
2803
2836
|
};
|
|
2804
2837
|
min: (NumberConstructor | StringConstructor)[];
|
|
2805
2838
|
max: (NumberConstructor | StringConstructor)[];
|
|
2806
|
-
size: import("vue").PropType<"
|
|
2839
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
2807
2840
|
disabled: {
|
|
2808
2841
|
type: import("vue").PropType<boolean | undefined>;
|
|
2809
2842
|
default: undefined;
|
|
@@ -2817,6 +2850,10 @@ export declare function useComponents(): {
|
|
|
2817
2850
|
type: BooleanConstructor;
|
|
2818
2851
|
default: boolean;
|
|
2819
2852
|
};
|
|
2853
|
+
buttonPlacement: {
|
|
2854
|
+
type: import("vue").PropType<"right" | "both">;
|
|
2855
|
+
default: string;
|
|
2856
|
+
};
|
|
2820
2857
|
readonly: BooleanConstructor;
|
|
2821
2858
|
clearable: BooleanConstructor;
|
|
2822
2859
|
keyboard: {
|
|
@@ -2830,6 +2867,9 @@ export declare function useComponents(): {
|
|
|
2830
2867
|
type: BooleanConstructor;
|
|
2831
2868
|
default: boolean;
|
|
2832
2869
|
};
|
|
2870
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
2871
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
2872
|
+
precision: NumberConstructor;
|
|
2833
2873
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
2834
2874
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
2835
2875
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -3045,6 +3085,7 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
3828
3872
|
scrollable: BooleanConstructor;
|
|
3829
3873
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3830
3874
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3875
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3831
3876
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3832
3877
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3833
3878
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3879
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
3834
3880
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
3835
3881
|
internalInheritedEventHandlers: {
|
|
3836
3882
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -3895,10 +3941,11 @@ export declare function useComponents(): {
|
|
|
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 @@ export declare function useComponents(): {
|
|
|
4127
4174
|
scrollable: BooleanConstructor;
|
|
4128
4175
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4129
4176
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4177
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4130
4178
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4131
4179
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4132
4180
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4181
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
4133
4182
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4134
4183
|
internalInheritedEventHandlers: {
|
|
4135
4184
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4165,6 +4214,7 @@ export declare function useComponents(): {
|
|
|
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;
|
|
@@ -4488,6 +4538,7 @@ export declare function useComponents(): {
|
|
|
4488
4538
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
4489
4539
|
readonly default: undefined;
|
|
4490
4540
|
};
|
|
4541
|
+
readonly panel: BooleanConstructor;
|
|
4491
4542
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
4492
4543
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
4493
4544
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -4558,6 +4609,8 @@ export declare function useComponents(): {
|
|
|
4558
4609
|
calendarLeftPaddingYear: string;
|
|
4559
4610
|
calendarLeftPaddingQuarter: string;
|
|
4560
4611
|
calendarLeftPaddingMonthrange: string;
|
|
4612
|
+
calendarLeftPaddingQuarterrange: string;
|
|
4613
|
+
calendarLeftPaddingYearrange: string;
|
|
4561
4614
|
calendarRightPaddingDate: string;
|
|
4562
4615
|
calendarRightPaddingDatetime: string;
|
|
4563
4616
|
calendarRightPaddingDaterange: string;
|
|
@@ -4566,8 +4619,11 @@ export declare function useComponents(): {
|
|
|
4566
4619
|
calendarRightPaddingYear: string;
|
|
4567
4620
|
calendarRightPaddingQuarter: string;
|
|
4568
4621
|
calendarRightPaddingMonthrange: string;
|
|
4622
|
+
calendarRightPaddingQuarterrange: string;
|
|
4623
|
+
calendarRightPaddingYearrange: string;
|
|
4569
4624
|
}, {
|
|
4570
4625
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4626
|
+
countTextColorDisabled: string;
|
|
4571
4627
|
countTextColor: string;
|
|
4572
4628
|
heightTiny: string;
|
|
4573
4629
|
heightSmall: string;
|
|
@@ -5057,6 +5113,7 @@ export declare function useComponents(): {
|
|
|
5057
5113
|
rippleDuration: string;
|
|
5058
5114
|
}, any>;
|
|
5059
5115
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5116
|
+
countTextColorDisabled: string;
|
|
5060
5117
|
countTextColor: string;
|
|
5061
5118
|
heightTiny: string;
|
|
5062
5119
|
heightSmall: string;
|
|
@@ -5172,6 +5229,8 @@ export declare function useComponents(): {
|
|
|
5172
5229
|
calendarLeftPaddingYear: string;
|
|
5173
5230
|
calendarLeftPaddingQuarter: string;
|
|
5174
5231
|
calendarLeftPaddingMonthrange: string;
|
|
5232
|
+
calendarLeftPaddingQuarterrange: string;
|
|
5233
|
+
calendarLeftPaddingYearrange: string;
|
|
5175
5234
|
calendarRightPaddingDate: string;
|
|
5176
5235
|
calendarRightPaddingDatetime: string;
|
|
5177
5236
|
calendarRightPaddingDaterange: string;
|
|
@@ -5180,8 +5239,11 @@ export declare function useComponents(): {
|
|
|
5180
5239
|
calendarRightPaddingYear: string;
|
|
5181
5240
|
calendarRightPaddingQuarter: string;
|
|
5182
5241
|
calendarRightPaddingMonthrange: string;
|
|
5242
|
+
calendarRightPaddingQuarterrange: string;
|
|
5243
|
+
calendarRightPaddingYearrange: string;
|
|
5183
5244
|
}, {
|
|
5184
5245
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5246
|
+
countTextColorDisabled: string;
|
|
5185
5247
|
countTextColor: string;
|
|
5186
5248
|
heightTiny: string;
|
|
5187
5249
|
heightSmall: string;
|
|
@@ -5671,6 +5733,7 @@ export declare function useComponents(): {
|
|
|
5671
5733
|
rippleDuration: string;
|
|
5672
5734
|
}, any>;
|
|
5673
5735
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5736
|
+
countTextColorDisabled: string;
|
|
5674
5737
|
countTextColor: string;
|
|
5675
5738
|
heightTiny: string;
|
|
5676
5739
|
heightSmall: string;
|
|
@@ -5786,6 +5849,8 @@ export declare function useComponents(): {
|
|
|
5786
5849
|
calendarLeftPaddingYear: string;
|
|
5787
5850
|
calendarLeftPaddingQuarter: string;
|
|
5788
5851
|
calendarLeftPaddingMonthrange: string;
|
|
5852
|
+
calendarLeftPaddingQuarterrange: string;
|
|
5853
|
+
calendarLeftPaddingYearrange: string;
|
|
5789
5854
|
calendarRightPaddingDate: string;
|
|
5790
5855
|
calendarRightPaddingDatetime: string;
|
|
5791
5856
|
calendarRightPaddingDaterange: string;
|
|
@@ -5794,8 +5859,11 @@ export declare function useComponents(): {
|
|
|
5794
5859
|
calendarRightPaddingYear: string;
|
|
5795
5860
|
calendarRightPaddingQuarter: string;
|
|
5796
5861
|
calendarRightPaddingMonthrange: string;
|
|
5862
|
+
calendarRightPaddingQuarterrange: string;
|
|
5863
|
+
calendarRightPaddingYearrange: string;
|
|
5797
5864
|
}, {
|
|
5798
5865
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5866
|
+
countTextColorDisabled: string;
|
|
5799
5867
|
countTextColor: string;
|
|
5800
5868
|
heightTiny: string;
|
|
5801
5869
|
heightSmall: string;
|
|
@@ -6285,6 +6353,7 @@ export declare function useComponents(): {
|
|
|
6285
6353
|
rippleDuration: string;
|
|
6286
6354
|
}, any>;
|
|
6287
6355
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6356
|
+
countTextColorDisabled: string;
|
|
6288
6357
|
countTextColor: string;
|
|
6289
6358
|
heightTiny: string;
|
|
6290
6359
|
heightSmall: string;
|
|
@@ -6365,8 +6434,8 @@ export declare function useComponents(): {
|
|
|
6365
6434
|
contentRef: HTMLElement | null;
|
|
6366
6435
|
containerScrollTop: number;
|
|
6367
6436
|
syncUnifiedContainer: () => void;
|
|
6368
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6369
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6437
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6438
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6370
6439
|
sync: () => void;
|
|
6371
6440
|
handleMouseEnterWrapper: () => void;
|
|
6372
6441
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6377,8 +6446,8 @@ export declare function useComponents(): {
|
|
|
6377
6446
|
contentRef: HTMLElement | null;
|
|
6378
6447
|
containerScrollTop: number;
|
|
6379
6448
|
syncUnifiedContainer: () => void;
|
|
6380
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6381
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6449
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6450
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6382
6451
|
sync: () => void;
|
|
6383
6452
|
handleMouseEnterWrapper: () => void;
|
|
6384
6453
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6394,8 +6463,8 @@ export declare function useComponents(): {
|
|
|
6394
6463
|
contentRef: HTMLElement | null;
|
|
6395
6464
|
containerScrollTop: number;
|
|
6396
6465
|
syncUnifiedContainer: () => void;
|
|
6397
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6398
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6466
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6467
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6399
6468
|
sync: () => void;
|
|
6400
6469
|
handleMouseEnterWrapper: () => void;
|
|
6401
6470
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6406,8 +6475,8 @@ export declare function useComponents(): {
|
|
|
6406
6475
|
contentRef: HTMLElement | null;
|
|
6407
6476
|
containerScrollTop: number;
|
|
6408
6477
|
syncUnifiedContainer: () => void;
|
|
6409
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6410
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6478
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6479
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6411
6480
|
sync: () => void;
|
|
6412
6481
|
handleMouseEnterWrapper: () => void;
|
|
6413
6482
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6418,8 +6487,8 @@ export declare function useComponents(): {
|
|
|
6418
6487
|
contentRef: HTMLElement | null;
|
|
6419
6488
|
containerScrollTop: number;
|
|
6420
6489
|
syncUnifiedContainer: () => void;
|
|
6421
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6422
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6490
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6491
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6423
6492
|
sync: () => void;
|
|
6424
6493
|
handleMouseEnterWrapper: () => void;
|
|
6425
6494
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6430,8 +6499,8 @@ export declare function useComponents(): {
|
|
|
6430
6499
|
contentRef: HTMLElement | null;
|
|
6431
6500
|
containerScrollTop: number;
|
|
6432
6501
|
syncUnifiedContainer: () => void;
|
|
6433
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6434
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6502
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6503
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6435
6504
|
sync: () => void;
|
|
6436
6505
|
handleMouseEnterWrapper: () => void;
|
|
6437
6506
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6458,6 +6527,7 @@ export declare function useComponents(): {
|
|
|
6458
6527
|
select: () => void;
|
|
6459
6528
|
activate: () => void;
|
|
6460
6529
|
deactivate: () => void;
|
|
6530
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
6461
6531
|
} | null>;
|
|
6462
6532
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
6463
6533
|
displayTime: import("vue").Ref<string>;
|
|
@@ -6474,8 +6544,9 @@ export declare function useComponents(): {
|
|
|
6474
6544
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6475
6545
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6476
6546
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6547
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
6477
6548
|
handleClickOutside: (e: MouseEvent) => void;
|
|
6478
|
-
|
|
6549
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
6479
6550
|
handleClear: () => void;
|
|
6480
6551
|
handlePanelClear: () => void;
|
|
6481
6552
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -6530,10 +6601,11 @@ export declare function useComponents(): {
|
|
|
6530
6601
|
opacity5: string;
|
|
6531
6602
|
dividerColor: string;
|
|
6532
6603
|
borderColor: string;
|
|
6533
|
-
|
|
6604
|
+
closeIconColor: string;
|
|
6605
|
+
closeIconColorHover: string;
|
|
6606
|
+
closeIconColorPressed: string;
|
|
6534
6607
|
closeColorHover: string;
|
|
6535
6608
|
closeColorPressed: string;
|
|
6536
|
-
closeColorDisabled: string;
|
|
6537
6609
|
clearColor: string;
|
|
6538
6610
|
clearColorHover: string;
|
|
6539
6611
|
clearColorPressed: string;
|
|
@@ -6644,6 +6716,8 @@ export declare function useComponents(): {
|
|
|
6644
6716
|
calendarLeftPaddingYear: string;
|
|
6645
6717
|
calendarLeftPaddingQuarter: string;
|
|
6646
6718
|
calendarLeftPaddingMonthrange: string;
|
|
6719
|
+
calendarLeftPaddingQuarterrange: string;
|
|
6720
|
+
calendarLeftPaddingYearrange: string;
|
|
6647
6721
|
calendarRightPaddingDate: string;
|
|
6648
6722
|
calendarRightPaddingDatetime: string;
|
|
6649
6723
|
calendarRightPaddingDaterange: string;
|
|
@@ -6652,9 +6726,12 @@ export declare function useComponents(): {
|
|
|
6652
6726
|
calendarRightPaddingYear: string;
|
|
6653
6727
|
calendarRightPaddingQuarter: string;
|
|
6654
6728
|
calendarRightPaddingMonthrange: string;
|
|
6729
|
+
calendarRightPaddingQuarterrange: string;
|
|
6730
|
+
calendarRightPaddingYearrange: string;
|
|
6655
6731
|
};
|
|
6656
6732
|
peers: {
|
|
6657
6733
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6734
|
+
countTextColorDisabled: string;
|
|
6658
6735
|
countTextColor: string;
|
|
6659
6736
|
heightTiny: string;
|
|
6660
6737
|
heightSmall: string;
|
|
@@ -7144,6 +7221,7 @@ export declare function useComponents(): {
|
|
|
7144
7221
|
rippleDuration: string;
|
|
7145
7222
|
}, any>;
|
|
7146
7223
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7224
|
+
countTextColorDisabled: string;
|
|
7147
7225
|
countTextColor: string;
|
|
7148
7226
|
heightTiny: string;
|
|
7149
7227
|
heightSmall: string;
|
|
@@ -7431,6 +7509,7 @@ export declare function useComponents(): {
|
|
|
7431
7509
|
rippleDuration: string;
|
|
7432
7510
|
}, any>> | undefined;
|
|
7433
7511
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7512
|
+
countTextColorDisabled: string;
|
|
7434
7513
|
countTextColor: string;
|
|
7435
7514
|
heightTiny: string;
|
|
7436
7515
|
heightSmall: string;
|
|
@@ -7502,8 +7581,8 @@ export declare function useComponents(): {
|
|
|
7502
7581
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
7503
7582
|
triggerCssVars: import("vue").ComputedRef<{
|
|
7504
7583
|
'--n-bezier': string;
|
|
7505
|
-
'--n-icon-color': string;
|
|
7506
|
-
'--n-icon-color-disabled': string;
|
|
7584
|
+
'--n-icon-color-override': string;
|
|
7585
|
+
'--n-icon-color-disabled-override': string;
|
|
7507
7586
|
}> | undefined;
|
|
7508
7587
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
7509
7588
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -7601,6 +7680,7 @@ export declare function useComponents(): {
|
|
|
7601
7680
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
7602
7681
|
readonly default: undefined;
|
|
7603
7682
|
};
|
|
7683
|
+
readonly panel: BooleanConstructor;
|
|
7604
7684
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
7605
7685
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
7606
7686
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -7671,6 +7751,8 @@ export declare function useComponents(): {
|
|
|
7671
7751
|
calendarLeftPaddingYear: string;
|
|
7672
7752
|
calendarLeftPaddingQuarter: string;
|
|
7673
7753
|
calendarLeftPaddingMonthrange: string;
|
|
7754
|
+
calendarLeftPaddingQuarterrange: string;
|
|
7755
|
+
calendarLeftPaddingYearrange: string;
|
|
7674
7756
|
calendarRightPaddingDate: string;
|
|
7675
7757
|
calendarRightPaddingDatetime: string;
|
|
7676
7758
|
calendarRightPaddingDaterange: string;
|
|
@@ -7679,8 +7761,11 @@ export declare function useComponents(): {
|
|
|
7679
7761
|
calendarRightPaddingYear: string;
|
|
7680
7762
|
calendarRightPaddingQuarter: string;
|
|
7681
7763
|
calendarRightPaddingMonthrange: string;
|
|
7764
|
+
calendarRightPaddingQuarterrange: string;
|
|
7765
|
+
calendarRightPaddingYearrange: string;
|
|
7682
7766
|
}, {
|
|
7683
7767
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7768
|
+
countTextColorDisabled: string;
|
|
7684
7769
|
countTextColor: string;
|
|
7685
7770
|
heightTiny: string;
|
|
7686
7771
|
heightSmall: string;
|
|
@@ -8170,6 +8255,7 @@ export declare function useComponents(): {
|
|
|
8170
8255
|
rippleDuration: string;
|
|
8171
8256
|
}, any>;
|
|
8172
8257
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8258
|
+
countTextColorDisabled: string;
|
|
8173
8259
|
countTextColor: string;
|
|
8174
8260
|
heightTiny: string;
|
|
8175
8261
|
heightSmall: string;
|
|
@@ -8285,6 +8371,8 @@ export declare function useComponents(): {
|
|
|
8285
8371
|
calendarLeftPaddingYear: string;
|
|
8286
8372
|
calendarLeftPaddingQuarter: string;
|
|
8287
8373
|
calendarLeftPaddingMonthrange: string;
|
|
8374
|
+
calendarLeftPaddingQuarterrange: string;
|
|
8375
|
+
calendarLeftPaddingYearrange: string;
|
|
8288
8376
|
calendarRightPaddingDate: string;
|
|
8289
8377
|
calendarRightPaddingDatetime: string;
|
|
8290
8378
|
calendarRightPaddingDaterange: string;
|
|
@@ -8293,8 +8381,11 @@ export declare function useComponents(): {
|
|
|
8293
8381
|
calendarRightPaddingYear: string;
|
|
8294
8382
|
calendarRightPaddingQuarter: string;
|
|
8295
8383
|
calendarRightPaddingMonthrange: string;
|
|
8384
|
+
calendarRightPaddingQuarterrange: string;
|
|
8385
|
+
calendarRightPaddingYearrange: string;
|
|
8296
8386
|
}, {
|
|
8297
8387
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8388
|
+
countTextColorDisabled: string;
|
|
8298
8389
|
countTextColor: string;
|
|
8299
8390
|
heightTiny: string;
|
|
8300
8391
|
heightSmall: string;
|
|
@@ -8784,6 +8875,7 @@ export declare function useComponents(): {
|
|
|
8784
8875
|
rippleDuration: string;
|
|
8785
8876
|
}, any>;
|
|
8786
8877
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8878
|
+
countTextColorDisabled: string;
|
|
8787
8879
|
countTextColor: string;
|
|
8788
8880
|
heightTiny: string;
|
|
8789
8881
|
heightSmall: string;
|
|
@@ -8899,6 +8991,8 @@ export declare function useComponents(): {
|
|
|
8899
8991
|
calendarLeftPaddingYear: string;
|
|
8900
8992
|
calendarLeftPaddingQuarter: string;
|
|
8901
8993
|
calendarLeftPaddingMonthrange: string;
|
|
8994
|
+
calendarLeftPaddingQuarterrange: string;
|
|
8995
|
+
calendarLeftPaddingYearrange: string;
|
|
8902
8996
|
calendarRightPaddingDate: string;
|
|
8903
8997
|
calendarRightPaddingDatetime: string;
|
|
8904
8998
|
calendarRightPaddingDaterange: string;
|
|
@@ -8907,8 +9001,11 @@ export declare function useComponents(): {
|
|
|
8907
9001
|
calendarRightPaddingYear: string;
|
|
8908
9002
|
calendarRightPaddingQuarter: string;
|
|
8909
9003
|
calendarRightPaddingMonthrange: string;
|
|
9004
|
+
calendarRightPaddingQuarterrange: string;
|
|
9005
|
+
calendarRightPaddingYearrange: string;
|
|
8910
9006
|
}, {
|
|
8911
9007
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9008
|
+
countTextColorDisabled: string;
|
|
8912
9009
|
countTextColor: string;
|
|
8913
9010
|
heightTiny: string;
|
|
8914
9011
|
heightSmall: string;
|
|
@@ -9398,6 +9495,7 @@ export declare function useComponents(): {
|
|
|
9398
9495
|
rippleDuration: string;
|
|
9399
9496
|
}, any>;
|
|
9400
9497
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9498
|
+
countTextColorDisabled: string;
|
|
9401
9499
|
countTextColor: string;
|
|
9402
9500
|
heightTiny: string;
|
|
9403
9501
|
heightSmall: string;
|
|
@@ -9464,17 +9562,18 @@ export declare function useComponents(): {
|
|
|
9464
9562
|
}, any>;
|
|
9465
9563
|
}>>>;
|
|
9466
9564
|
}>>, {
|
|
9467
|
-
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
9468
|
-
show: boolean | undefined;
|
|
9469
|
-
disabled: boolean | undefined;
|
|
9470
|
-
to: string | boolean | HTMLElement;
|
|
9471
|
-
bordered: boolean | undefined;
|
|
9472
|
-
placement: import("vueuc").FollowerPlacement;
|
|
9473
|
-
clearable: boolean;
|
|
9474
|
-
inputReadonly: boolean;
|
|
9475
|
-
|
|
9476
|
-
|
|
9477
|
-
|
|
9565
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
9566
|
+
readonly show: boolean | undefined;
|
|
9567
|
+
readonly disabled: boolean | undefined;
|
|
9568
|
+
readonly to: string | boolean | HTMLElement;
|
|
9569
|
+
readonly bordered: boolean | undefined;
|
|
9570
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
9571
|
+
readonly clearable: boolean;
|
|
9572
|
+
readonly inputReadonly: boolean;
|
|
9573
|
+
readonly panel: boolean;
|
|
9574
|
+
readonly updateValueOnClose: boolean;
|
|
9575
|
+
readonly closeOnSelect: boolean;
|
|
9576
|
+
readonly bindCalendarMonths: boolean;
|
|
9478
9577
|
}>;
|
|
9479
9578
|
}, 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<{
|
|
9480
9579
|
mainForm: {
|
|
@@ -9681,7 +9780,7 @@ export declare function useComponents(): {
|
|
|
9681
9780
|
};
|
|
9682
9781
|
min: (NumberConstructor | StringConstructor)[];
|
|
9683
9782
|
max: (NumberConstructor | StringConstructor)[];
|
|
9684
|
-
size: import("vue").PropType<"
|
|
9783
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
9685
9784
|
disabled: {
|
|
9686
9785
|
type: import("vue").PropType<boolean | undefined>;
|
|
9687
9786
|
default: undefined;
|
|
@@ -9695,6 +9794,10 @@ export declare function useComponents(): {
|
|
|
9695
9794
|
type: BooleanConstructor;
|
|
9696
9795
|
default: boolean;
|
|
9697
9796
|
};
|
|
9797
|
+
buttonPlacement: {
|
|
9798
|
+
type: import("vue").PropType<"right" | "both">;
|
|
9799
|
+
default: string;
|
|
9800
|
+
};
|
|
9698
9801
|
readonly: BooleanConstructor;
|
|
9699
9802
|
clearable: BooleanConstructor;
|
|
9700
9803
|
keyboard: {
|
|
@@ -9708,6 +9811,9 @@ export declare function useComponents(): {
|
|
|
9708
9811
|
type: BooleanConstructor;
|
|
9709
9812
|
default: boolean;
|
|
9710
9813
|
};
|
|
9814
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
9815
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
9816
|
+
precision: NumberConstructor;
|
|
9711
9817
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
9712
9818
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
9713
9819
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -9923,6 +10029,7 @@ export declare function useComponents(): {
|
|
|
9923
10029
|
rippleDuration: string;
|
|
9924
10030
|
}, any>;
|
|
9925
10031
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10032
|
+
countTextColorDisabled: string;
|
|
9926
10033
|
countTextColor: string;
|
|
9927
10034
|
heightTiny: string;
|
|
9928
10035
|
heightSmall: string;
|
|
@@ -10191,6 +10298,7 @@ export declare function useComponents(): {
|
|
|
10191
10298
|
rippleDuration: string;
|
|
10192
10299
|
}, any>;
|
|
10193
10300
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10301
|
+
countTextColorDisabled: string;
|
|
10194
10302
|
countTextColor: string;
|
|
10195
10303
|
heightTiny: string;
|
|
10196
10304
|
heightSmall: string;
|
|
@@ -10459,6 +10567,7 @@ export declare function useComponents(): {
|
|
|
10459
10567
|
rippleDuration: string;
|
|
10460
10568
|
}, any>;
|
|
10461
10569
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10570
|
+
countTextColorDisabled: string;
|
|
10462
10571
|
countTextColor: string;
|
|
10463
10572
|
heightTiny: string;
|
|
10464
10573
|
heightSmall: string;
|
|
@@ -10531,6 +10640,7 @@ export declare function useComponents(): {
|
|
|
10531
10640
|
select: () => void;
|
|
10532
10641
|
activate: () => void;
|
|
10533
10642
|
deactivate: () => void;
|
|
10643
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
10534
10644
|
} | null>;
|
|
10535
10645
|
minusButtonInstRef: import("vue").Ref<{
|
|
10536
10646
|
$el: HTMLElement;
|
|
@@ -10544,7 +10654,7 @@ export declare function useComponents(): {
|
|
|
10544
10654
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
10545
10655
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
10546
10656
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10547
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
10657
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
10548
10658
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
10549
10659
|
displayedValue: import("vue").Ref<string>;
|
|
10550
10660
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -10601,10 +10711,11 @@ export declare function useComponents(): {
|
|
|
10601
10711
|
opacity5: string;
|
|
10602
10712
|
dividerColor: string;
|
|
10603
10713
|
borderColor: string;
|
|
10604
|
-
|
|
10714
|
+
closeIconColor: string;
|
|
10715
|
+
closeIconColorHover: string;
|
|
10716
|
+
closeIconColorPressed: string;
|
|
10605
10717
|
closeColorHover: string;
|
|
10606
10718
|
closeColorPressed: string;
|
|
10607
|
-
closeColorDisabled: string;
|
|
10608
10719
|
clearColor: string;
|
|
10609
10720
|
clearColorHover: string;
|
|
10610
10721
|
clearColorPressed: string;
|
|
@@ -10874,6 +10985,7 @@ export declare function useComponents(): {
|
|
|
10874
10985
|
rippleDuration: string;
|
|
10875
10986
|
}, any>;
|
|
10876
10987
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10988
|
+
countTextColorDisabled: string;
|
|
10877
10989
|
countTextColor: string;
|
|
10878
10990
|
heightTiny: string;
|
|
10879
10991
|
heightSmall: string;
|
|
@@ -10976,7 +11088,7 @@ export declare function useComponents(): {
|
|
|
10976
11088
|
};
|
|
10977
11089
|
min: (NumberConstructor | StringConstructor)[];
|
|
10978
11090
|
max: (NumberConstructor | StringConstructor)[];
|
|
10979
|
-
size: import("vue").PropType<"
|
|
11091
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
10980
11092
|
disabled: {
|
|
10981
11093
|
type: import("vue").PropType<boolean | undefined>;
|
|
10982
11094
|
default: undefined;
|
|
@@ -10990,6 +11102,10 @@ export declare function useComponents(): {
|
|
|
10990
11102
|
type: BooleanConstructor;
|
|
10991
11103
|
default: boolean;
|
|
10992
11104
|
};
|
|
11105
|
+
buttonPlacement: {
|
|
11106
|
+
type: import("vue").PropType<"right" | "both">;
|
|
11107
|
+
default: string;
|
|
11108
|
+
};
|
|
10993
11109
|
readonly: BooleanConstructor;
|
|
10994
11110
|
clearable: BooleanConstructor;
|
|
10995
11111
|
keyboard: {
|
|
@@ -11003,6 +11119,9 @@ export declare function useComponents(): {
|
|
|
11003
11119
|
type: BooleanConstructor;
|
|
11004
11120
|
default: boolean;
|
|
11005
11121
|
};
|
|
11122
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
11123
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
11124
|
+
precision: NumberConstructor;
|
|
11006
11125
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
11007
11126
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
11008
11127
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -11218,6 +11337,7 @@ export declare function useComponents(): {
|
|
|
11218
11337
|
rippleDuration: string;
|
|
11219
11338
|
}, any>;
|
|
11220
11339
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11340
|
+
countTextColorDisabled: string;
|
|
11221
11341
|
countTextColor: string;
|
|
11222
11342
|
heightTiny: string;
|
|
11223
11343
|
heightSmall: string;
|
|
@@ -11486,6 +11606,7 @@ export declare function useComponents(): {
|
|
|
11486
11606
|
rippleDuration: string;
|
|
11487
11607
|
}, any>;
|
|
11488
11608
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11609
|
+
countTextColorDisabled: string;
|
|
11489
11610
|
countTextColor: string;
|
|
11490
11611
|
heightTiny: string;
|
|
11491
11612
|
heightSmall: string;
|
|
@@ -11754,6 +11875,7 @@ export declare function useComponents(): {
|
|
|
11754
11875
|
rippleDuration: string;
|
|
11755
11876
|
}, any>;
|
|
11756
11877
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11878
|
+
countTextColorDisabled: string;
|
|
11757
11879
|
countTextColor: string;
|
|
11758
11880
|
heightTiny: string;
|
|
11759
11881
|
heightSmall: string;
|
|
@@ -11828,6 +11950,7 @@ export declare function useComponents(): {
|
|
|
11828
11950
|
ArrowDown?: boolean | undefined;
|
|
11829
11951
|
};
|
|
11830
11952
|
showButton: boolean;
|
|
11953
|
+
buttonPlacement: "right" | "both";
|
|
11831
11954
|
updateValueOnInput: boolean;
|
|
11832
11955
|
}>;
|
|
11833
11956
|
TextOverTooltip: import("vue").DefineComponent<{
|
|
@@ -12001,9 +12124,11 @@ export declare function useComponents(): {
|
|
|
12001
12124
|
scrollable: BooleanConstructor;
|
|
12002
12125
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12003
12126
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12127
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12004
12128
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12005
12129
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12006
12130
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12131
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
12007
12132
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
12008
12133
|
internalInheritedEventHandlers: {
|
|
12009
12134
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -12068,10 +12193,11 @@ export declare function useComponents(): {
|
|
|
12068
12193
|
opacity5: string;
|
|
12069
12194
|
dividerColor: string;
|
|
12070
12195
|
borderColor: string;
|
|
12071
|
-
|
|
12196
|
+
closeIconColor: string;
|
|
12197
|
+
closeIconColorHover: string;
|
|
12198
|
+
closeIconColorPressed: string;
|
|
12072
12199
|
closeColorHover: string;
|
|
12073
12200
|
closeColorPressed: string;
|
|
12074
|
-
closeColorDisabled: string;
|
|
12075
12201
|
clearColor: string;
|
|
12076
12202
|
clearColorHover: string;
|
|
12077
12203
|
clearColorPressed: string;
|
|
@@ -12300,9 +12426,11 @@ export declare function useComponents(): {
|
|
|
12300
12426
|
scrollable: BooleanConstructor;
|
|
12301
12427
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12302
12428
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12429
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12303
12430
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12304
12431
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12305
12432
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12433
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
12306
12434
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
12307
12435
|
internalInheritedEventHandlers: {
|
|
12308
12436
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -12338,6 +12466,7 @@ export declare function useComponents(): {
|
|
|
12338
12466
|
arrowPointToCenter: boolean;
|
|
12339
12467
|
displayDirective: "show" | "if";
|
|
12340
12468
|
keepAliveOnHover: boolean;
|
|
12469
|
+
internalDeactivateImmediately: boolean;
|
|
12341
12470
|
animated: boolean;
|
|
12342
12471
|
internalTrapFocus: boolean;
|
|
12343
12472
|
defaultShow: boolean;
|
|
@@ -12616,6 +12745,10 @@ export declare function useComponents(): {
|
|
|
12616
12745
|
type: BooleanConstructor;
|
|
12617
12746
|
default: undefined;
|
|
12618
12747
|
};
|
|
12748
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
12749
|
+
renderCount: import("vue").PropType<(props: {
|
|
12750
|
+
value: string;
|
|
12751
|
+
}) => import("vue").VNodeChild>;
|
|
12619
12752
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12620
12753
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
12621
12754
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -12644,6 +12777,7 @@ export declare function useComponents(): {
|
|
|
12644
12777
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
12645
12778
|
showPasswordToggle: BooleanConstructor;
|
|
12646
12779
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12780
|
+
countTextColorDisabled: string;
|
|
12647
12781
|
countTextColor: string;
|
|
12648
12782
|
heightTiny: string;
|
|
12649
12783
|
heightSmall: string;
|
|
@@ -12704,6 +12838,7 @@ export declare function useComponents(): {
|
|
|
12704
12838
|
clearSize: string;
|
|
12705
12839
|
}, any>>;
|
|
12706
12840
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12841
|
+
countTextColorDisabled: string;
|
|
12707
12842
|
countTextColor: string;
|
|
12708
12843
|
heightTiny: string;
|
|
12709
12844
|
heightSmall: string;
|
|
@@ -12764,6 +12899,7 @@ export declare function useComponents(): {
|
|
|
12764
12899
|
clearSize: string;
|
|
12765
12900
|
}, any>>>;
|
|
12766
12901
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12902
|
+
countTextColorDisabled: string;
|
|
12767
12903
|
countTextColor: string;
|
|
12768
12904
|
heightTiny: string;
|
|
12769
12905
|
heightSmall: string;
|
|
@@ -12836,8 +12972,8 @@ export declare function useComponents(): {
|
|
|
12836
12972
|
contentRef: HTMLElement | null;
|
|
12837
12973
|
containerScrollTop: number;
|
|
12838
12974
|
syncUnifiedContainer: () => void;
|
|
12839
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
12840
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
12975
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
12976
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
12841
12977
|
sync: () => void;
|
|
12842
12978
|
handleMouseEnterWrapper: () => void;
|
|
12843
12979
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -12871,7 +13007,7 @@ export declare function useComponents(): {
|
|
|
12871
13007
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
12872
13008
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
12873
13009
|
handleInputBlur: (e: FocusEvent) => void;
|
|
12874
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
13010
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
12875
13011
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
12876
13012
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
12877
13013
|
handleMouseEnter: () => void;
|
|
@@ -12882,7 +13018,7 @@ export declare function useComponents(): {
|
|
|
12882
13018
|
handleClear: (e: MouseEvent) => void;
|
|
12883
13019
|
handlePasswordToggleClick: () => void;
|
|
12884
13020
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
12885
|
-
|
|
13021
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
12886
13022
|
handleTextAreaMirrorResize: () => void;
|
|
12887
13023
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
12888
13024
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -12926,10 +13062,11 @@ export declare function useComponents(): {
|
|
|
12926
13062
|
opacity5: string;
|
|
12927
13063
|
dividerColor: string;
|
|
12928
13064
|
borderColor: string;
|
|
12929
|
-
|
|
13065
|
+
closeIconColor: string;
|
|
13066
|
+
closeIconColorHover: string;
|
|
13067
|
+
closeIconColorPressed: string;
|
|
12930
13068
|
closeColorHover: string;
|
|
12931
13069
|
closeColorPressed: string;
|
|
12932
|
-
closeColorDisabled: string;
|
|
12933
13070
|
clearColor: string;
|
|
12934
13071
|
clearColorHover: string;
|
|
12935
13072
|
clearColorPressed: string;
|
|
@@ -12991,6 +13128,7 @@ export declare function useComponents(): {
|
|
|
12991
13128
|
name: "common";
|
|
12992
13129
|
};
|
|
12993
13130
|
self: {
|
|
13131
|
+
countTextColorDisabled: string;
|
|
12994
13132
|
countTextColor: string;
|
|
12995
13133
|
heightTiny: string;
|
|
12996
13134
|
heightSmall: string;
|
|
@@ -13058,6 +13196,7 @@ export declare function useComponents(): {
|
|
|
13058
13196
|
cssVars: import("vue").ComputedRef<{
|
|
13059
13197
|
'--n-bezier': string;
|
|
13060
13198
|
'--n-count-text-color': string;
|
|
13199
|
+
'--n-count-text-color-disabled': string;
|
|
13061
13200
|
'--n-color': string;
|
|
13062
13201
|
'--n-font-size': string;
|
|
13063
13202
|
'--n-border-radius': string;
|
|
@@ -13112,6 +13251,7 @@ export declare function useComponents(): {
|
|
|
13112
13251
|
select: () => void;
|
|
13113
13252
|
activate: () => void;
|
|
13114
13253
|
deactivate: () => void;
|
|
13254
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
13115
13255
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13116
13256
|
bordered: {
|
|
13117
13257
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -13170,6 +13310,10 @@ export declare function useComponents(): {
|
|
|
13170
13310
|
type: BooleanConstructor;
|
|
13171
13311
|
default: undefined;
|
|
13172
13312
|
};
|
|
13313
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
13314
|
+
renderCount: import("vue").PropType<(props: {
|
|
13315
|
+
value: string;
|
|
13316
|
+
}) => import("vue").VNodeChild>;
|
|
13173
13317
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13174
13318
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
13175
13319
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -13198,6 +13342,7 @@ export declare function useComponents(): {
|
|
|
13198
13342
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
13199
13343
|
showPasswordToggle: BooleanConstructor;
|
|
13200
13344
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13345
|
+
countTextColorDisabled: string;
|
|
13201
13346
|
countTextColor: string;
|
|
13202
13347
|
heightTiny: string;
|
|
13203
13348
|
heightSmall: string;
|
|
@@ -13258,6 +13403,7 @@ export declare function useComponents(): {
|
|
|
13258
13403
|
clearSize: string;
|
|
13259
13404
|
}, any>>;
|
|
13260
13405
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13406
|
+
countTextColorDisabled: string;
|
|
13261
13407
|
countTextColor: string;
|
|
13262
13408
|
heightTiny: string;
|
|
13263
13409
|
heightSmall: string;
|
|
@@ -13318,6 +13464,7 @@ export declare function useComponents(): {
|
|
|
13318
13464
|
clearSize: string;
|
|
13319
13465
|
}, any>>>;
|
|
13320
13466
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13467
|
+
countTextColorDisabled: string;
|
|
13321
13468
|
countTextColor: string;
|
|
13322
13469
|
heightTiny: string;
|
|
13323
13470
|
heightSmall: string;
|
|
@@ -13574,9 +13721,11 @@ export declare function useComponents(): {
|
|
|
13574
13721
|
scrollable: BooleanConstructor;
|
|
13575
13722
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13576
13723
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13724
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13577
13725
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13578
13726
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13579
13727
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13728
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
13580
13729
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
13581
13730
|
internalInheritedEventHandlers: {
|
|
13582
13731
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -13641,10 +13790,11 @@ export declare function useComponents(): {
|
|
|
13641
13790
|
opacity5: string;
|
|
13642
13791
|
dividerColor: string;
|
|
13643
13792
|
borderColor: string;
|
|
13644
|
-
|
|
13793
|
+
closeIconColor: string;
|
|
13794
|
+
closeIconColorHover: string;
|
|
13795
|
+
closeIconColorPressed: string;
|
|
13645
13796
|
closeColorHover: string;
|
|
13646
13797
|
closeColorPressed: string;
|
|
13647
|
-
closeColorDisabled: string;
|
|
13648
13798
|
clearColor: string;
|
|
13649
13799
|
clearColorHover: string;
|
|
13650
13800
|
clearColorPressed: string;
|
|
@@ -13873,9 +14023,11 @@ export declare function useComponents(): {
|
|
|
13873
14023
|
scrollable: BooleanConstructor;
|
|
13874
14024
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13875
14025
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
14026
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13876
14027
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13877
14028
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13878
14029
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
14030
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
13879
14031
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
13880
14032
|
internalInheritedEventHandlers: {
|
|
13881
14033
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -13911,6 +14063,7 @@ export declare function useComponents(): {
|
|
|
13911
14063
|
arrowPointToCenter: boolean;
|
|
13912
14064
|
displayDirective: "show" | "if";
|
|
13913
14065
|
keepAliveOnHover: boolean;
|
|
14066
|
+
internalDeactivateImmediately: boolean;
|
|
13914
14067
|
animated: boolean;
|
|
13915
14068
|
internalTrapFocus: boolean;
|
|
13916
14069
|
defaultShow: boolean;
|
|
@@ -14190,6 +14343,10 @@ export declare function useComponents(): {
|
|
|
14190
14343
|
type: BooleanConstructor;
|
|
14191
14344
|
default: undefined;
|
|
14192
14345
|
};
|
|
14346
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14347
|
+
renderCount: import("vue").PropType<(props: {
|
|
14348
|
+
value: string;
|
|
14349
|
+
}) => import("vue").VNodeChild>;
|
|
14193
14350
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14194
14351
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14195
14352
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -14218,6 +14375,7 @@ export declare function useComponents(): {
|
|
|
14218
14375
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
14219
14376
|
showPasswordToggle: BooleanConstructor;
|
|
14220
14377
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14378
|
+
countTextColorDisabled: string;
|
|
14221
14379
|
countTextColor: string;
|
|
14222
14380
|
heightTiny: string;
|
|
14223
14381
|
heightSmall: string;
|
|
@@ -14278,6 +14436,7 @@ export declare function useComponents(): {
|
|
|
14278
14436
|
clearSize: string;
|
|
14279
14437
|
}, any>>;
|
|
14280
14438
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14439
|
+
countTextColorDisabled: string;
|
|
14281
14440
|
countTextColor: string;
|
|
14282
14441
|
heightTiny: string;
|
|
14283
14442
|
heightSmall: string;
|
|
@@ -14338,6 +14497,7 @@ export declare function useComponents(): {
|
|
|
14338
14497
|
clearSize: string;
|
|
14339
14498
|
}, any>>>;
|
|
14340
14499
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14500
|
+
countTextColorDisabled: string;
|
|
14341
14501
|
countTextColor: string;
|
|
14342
14502
|
heightTiny: string;
|
|
14343
14503
|
heightSmall: string;
|
|
@@ -14410,8 +14570,8 @@ export declare function useComponents(): {
|
|
|
14410
14570
|
contentRef: HTMLElement | null;
|
|
14411
14571
|
containerScrollTop: number;
|
|
14412
14572
|
syncUnifiedContainer: () => void;
|
|
14413
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
14414
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
14573
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
14574
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
14415
14575
|
sync: () => void;
|
|
14416
14576
|
handleMouseEnterWrapper: () => void;
|
|
14417
14577
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -14445,7 +14605,7 @@ export declare function useComponents(): {
|
|
|
14445
14605
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
14446
14606
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
14447
14607
|
handleInputBlur: (e: FocusEvent) => void;
|
|
14448
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
14608
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
14449
14609
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
14450
14610
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
14451
14611
|
handleMouseEnter: () => void;
|
|
@@ -14456,7 +14616,7 @@ export declare function useComponents(): {
|
|
|
14456
14616
|
handleClear: (e: MouseEvent) => void;
|
|
14457
14617
|
handlePasswordToggleClick: () => void;
|
|
14458
14618
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
14459
|
-
|
|
14619
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
14460
14620
|
handleTextAreaMirrorResize: () => void;
|
|
14461
14621
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
14462
14622
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -14500,10 +14660,11 @@ export declare function useComponents(): {
|
|
|
14500
14660
|
opacity5: string;
|
|
14501
14661
|
dividerColor: string;
|
|
14502
14662
|
borderColor: string;
|
|
14503
|
-
|
|
14663
|
+
closeIconColor: string;
|
|
14664
|
+
closeIconColorHover: string;
|
|
14665
|
+
closeIconColorPressed: string;
|
|
14504
14666
|
closeColorHover: string;
|
|
14505
14667
|
closeColorPressed: string;
|
|
14506
|
-
closeColorDisabled: string;
|
|
14507
14668
|
clearColor: string;
|
|
14508
14669
|
clearColorHover: string;
|
|
14509
14670
|
clearColorPressed: string;
|
|
@@ -14565,6 +14726,7 @@ export declare function useComponents(): {
|
|
|
14565
14726
|
name: "common";
|
|
14566
14727
|
};
|
|
14567
14728
|
self: {
|
|
14729
|
+
countTextColorDisabled: string;
|
|
14568
14730
|
countTextColor: string;
|
|
14569
14731
|
heightTiny: string;
|
|
14570
14732
|
heightSmall: string;
|
|
@@ -14632,6 +14794,7 @@ export declare function useComponents(): {
|
|
|
14632
14794
|
cssVars: import("vue").ComputedRef<{
|
|
14633
14795
|
'--n-bezier': string;
|
|
14634
14796
|
'--n-count-text-color': string;
|
|
14797
|
+
'--n-count-text-color-disabled': string;
|
|
14635
14798
|
'--n-color': string;
|
|
14636
14799
|
'--n-font-size': string;
|
|
14637
14800
|
'--n-border-radius': string;
|
|
@@ -14686,6 +14849,7 @@ export declare function useComponents(): {
|
|
|
14686
14849
|
select: () => void;
|
|
14687
14850
|
activate: () => void;
|
|
14688
14851
|
deactivate: () => void;
|
|
14852
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
14689
14853
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14690
14854
|
bordered: {
|
|
14691
14855
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14744,6 +14908,10 @@ export declare function useComponents(): {
|
|
|
14744
14908
|
type: BooleanConstructor;
|
|
14745
14909
|
default: undefined;
|
|
14746
14910
|
};
|
|
14911
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14912
|
+
renderCount: import("vue").PropType<(props: {
|
|
14913
|
+
value: string;
|
|
14914
|
+
}) => import("vue").VNodeChild>;
|
|
14747
14915
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14748
14916
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14749
14917
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -14772,6 +14940,7 @@ export declare function useComponents(): {
|
|
|
14772
14940
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
14773
14941
|
showPasswordToggle: BooleanConstructor;
|
|
14774
14942
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14943
|
+
countTextColorDisabled: string;
|
|
14775
14944
|
countTextColor: string;
|
|
14776
14945
|
heightTiny: string;
|
|
14777
14946
|
heightSmall: string;
|
|
@@ -14832,6 +15001,7 @@ export declare function useComponents(): {
|
|
|
14832
15001
|
clearSize: string;
|
|
14833
15002
|
}, any>>;
|
|
14834
15003
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
15004
|
+
countTextColorDisabled: string;
|
|
14835
15005
|
countTextColor: string;
|
|
14836
15006
|
heightTiny: string;
|
|
14837
15007
|
heightSmall: string;
|
|
@@ -14892,6 +15062,7 @@ export declare function useComponents(): {
|
|
|
14892
15062
|
clearSize: string;
|
|
14893
15063
|
}, any>>>;
|
|
14894
15064
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
15065
|
+
countTextColorDisabled: string;
|
|
14895
15066
|
countTextColor: string;
|
|
14896
15067
|
heightTiny: string;
|
|
14897
15068
|
heightSmall: string;
|
|
@@ -15190,9 +15361,11 @@ export declare function useComponents(): {
|
|
|
15190
15361
|
scrollable: BooleanConstructor;
|
|
15191
15362
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15192
15363
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15364
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15193
15365
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15194
15366
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15195
15367
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15368
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
15196
15369
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
15197
15370
|
internalInheritedEventHandlers: {
|
|
15198
15371
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -15257,10 +15430,11 @@ export declare function useComponents(): {
|
|
|
15257
15430
|
opacity5: string;
|
|
15258
15431
|
dividerColor: string;
|
|
15259
15432
|
borderColor: string;
|
|
15260
|
-
|
|
15433
|
+
closeIconColor: string;
|
|
15434
|
+
closeIconColorHover: string;
|
|
15435
|
+
closeIconColorPressed: string;
|
|
15261
15436
|
closeColorHover: string;
|
|
15262
15437
|
closeColorPressed: string;
|
|
15263
|
-
closeColorDisabled: string;
|
|
15264
15438
|
clearColor: string;
|
|
15265
15439
|
clearColorHover: string;
|
|
15266
15440
|
clearColorPressed: string;
|
|
@@ -15489,9 +15663,11 @@ export declare function useComponents(): {
|
|
|
15489
15663
|
scrollable: BooleanConstructor;
|
|
15490
15664
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15491
15665
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15666
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15492
15667
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15493
15668
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15494
15669
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15670
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
15495
15671
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
15496
15672
|
internalInheritedEventHandlers: {
|
|
15497
15673
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -15527,6 +15703,7 @@ export declare function useComponents(): {
|
|
|
15527
15703
|
arrowPointToCenter: boolean;
|
|
15528
15704
|
displayDirective: "show" | "if";
|
|
15529
15705
|
keepAliveOnHover: boolean;
|
|
15706
|
+
internalDeactivateImmediately: boolean;
|
|
15530
15707
|
animated: boolean;
|
|
15531
15708
|
internalTrapFocus: boolean;
|
|
15532
15709
|
defaultShow: boolean;
|
|
@@ -15793,6 +15970,7 @@ export declare function useComponents(): {
|
|
|
15793
15970
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
15794
15971
|
readonly default: undefined;
|
|
15795
15972
|
};
|
|
15973
|
+
readonly panel: BooleanConstructor;
|
|
15796
15974
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
15797
15975
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
15798
15976
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -15863,6 +16041,8 @@ export declare function useComponents(): {
|
|
|
15863
16041
|
calendarLeftPaddingYear: string;
|
|
15864
16042
|
calendarLeftPaddingQuarter: string;
|
|
15865
16043
|
calendarLeftPaddingMonthrange: string;
|
|
16044
|
+
calendarLeftPaddingQuarterrange: string;
|
|
16045
|
+
calendarLeftPaddingYearrange: string;
|
|
15866
16046
|
calendarRightPaddingDate: string;
|
|
15867
16047
|
calendarRightPaddingDatetime: string;
|
|
15868
16048
|
calendarRightPaddingDaterange: string;
|
|
@@ -15871,8 +16051,11 @@ export declare function useComponents(): {
|
|
|
15871
16051
|
calendarRightPaddingYear: string;
|
|
15872
16052
|
calendarRightPaddingQuarter: string;
|
|
15873
16053
|
calendarRightPaddingMonthrange: string;
|
|
16054
|
+
calendarRightPaddingQuarterrange: string;
|
|
16055
|
+
calendarRightPaddingYearrange: string;
|
|
15874
16056
|
}, {
|
|
15875
16057
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16058
|
+
countTextColorDisabled: string;
|
|
15876
16059
|
countTextColor: string;
|
|
15877
16060
|
heightTiny: string;
|
|
15878
16061
|
heightSmall: string;
|
|
@@ -16362,6 +16545,7 @@ export declare function useComponents(): {
|
|
|
16362
16545
|
rippleDuration: string;
|
|
16363
16546
|
}, any>;
|
|
16364
16547
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16548
|
+
countTextColorDisabled: string;
|
|
16365
16549
|
countTextColor: string;
|
|
16366
16550
|
heightTiny: string;
|
|
16367
16551
|
heightSmall: string;
|
|
@@ -16477,6 +16661,8 @@ export declare function useComponents(): {
|
|
|
16477
16661
|
calendarLeftPaddingYear: string;
|
|
16478
16662
|
calendarLeftPaddingQuarter: string;
|
|
16479
16663
|
calendarLeftPaddingMonthrange: string;
|
|
16664
|
+
calendarLeftPaddingQuarterrange: string;
|
|
16665
|
+
calendarLeftPaddingYearrange: string;
|
|
16480
16666
|
calendarRightPaddingDate: string;
|
|
16481
16667
|
calendarRightPaddingDatetime: string;
|
|
16482
16668
|
calendarRightPaddingDaterange: string;
|
|
@@ -16485,8 +16671,11 @@ export declare function useComponents(): {
|
|
|
16485
16671
|
calendarRightPaddingYear: string;
|
|
16486
16672
|
calendarRightPaddingQuarter: string;
|
|
16487
16673
|
calendarRightPaddingMonthrange: string;
|
|
16674
|
+
calendarRightPaddingQuarterrange: string;
|
|
16675
|
+
calendarRightPaddingYearrange: string;
|
|
16488
16676
|
}, {
|
|
16489
16677
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16678
|
+
countTextColorDisabled: string;
|
|
16490
16679
|
countTextColor: string;
|
|
16491
16680
|
heightTiny: string;
|
|
16492
16681
|
heightSmall: string;
|
|
@@ -16976,6 +17165,7 @@ export declare function useComponents(): {
|
|
|
16976
17165
|
rippleDuration: string;
|
|
16977
17166
|
}, any>;
|
|
16978
17167
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17168
|
+
countTextColorDisabled: string;
|
|
16979
17169
|
countTextColor: string;
|
|
16980
17170
|
heightTiny: string;
|
|
16981
17171
|
heightSmall: string;
|
|
@@ -17091,6 +17281,8 @@ export declare function useComponents(): {
|
|
|
17091
17281
|
calendarLeftPaddingYear: string;
|
|
17092
17282
|
calendarLeftPaddingQuarter: string;
|
|
17093
17283
|
calendarLeftPaddingMonthrange: string;
|
|
17284
|
+
calendarLeftPaddingQuarterrange: string;
|
|
17285
|
+
calendarLeftPaddingYearrange: string;
|
|
17094
17286
|
calendarRightPaddingDate: string;
|
|
17095
17287
|
calendarRightPaddingDatetime: string;
|
|
17096
17288
|
calendarRightPaddingDaterange: string;
|
|
@@ -17099,8 +17291,11 @@ export declare function useComponents(): {
|
|
|
17099
17291
|
calendarRightPaddingYear: string;
|
|
17100
17292
|
calendarRightPaddingQuarter: string;
|
|
17101
17293
|
calendarRightPaddingMonthrange: string;
|
|
17294
|
+
calendarRightPaddingQuarterrange: string;
|
|
17295
|
+
calendarRightPaddingYearrange: string;
|
|
17102
17296
|
}, {
|
|
17103
17297
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17298
|
+
countTextColorDisabled: string;
|
|
17104
17299
|
countTextColor: string;
|
|
17105
17300
|
heightTiny: string;
|
|
17106
17301
|
heightSmall: string;
|
|
@@ -17590,6 +17785,7 @@ export declare function useComponents(): {
|
|
|
17590
17785
|
rippleDuration: string;
|
|
17591
17786
|
}, any>;
|
|
17592
17787
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17788
|
+
countTextColorDisabled: string;
|
|
17593
17789
|
countTextColor: string;
|
|
17594
17790
|
heightTiny: string;
|
|
17595
17791
|
heightSmall: string;
|
|
@@ -17670,8 +17866,8 @@ export declare function useComponents(): {
|
|
|
17670
17866
|
contentRef: HTMLElement | null;
|
|
17671
17867
|
containerScrollTop: number;
|
|
17672
17868
|
syncUnifiedContainer: () => void;
|
|
17673
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17674
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17869
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17870
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17675
17871
|
sync: () => void;
|
|
17676
17872
|
handleMouseEnterWrapper: () => void;
|
|
17677
17873
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17682,8 +17878,8 @@ export declare function useComponents(): {
|
|
|
17682
17878
|
contentRef: HTMLElement | null;
|
|
17683
17879
|
containerScrollTop: number;
|
|
17684
17880
|
syncUnifiedContainer: () => void;
|
|
17685
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17686
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17881
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17882
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17687
17883
|
sync: () => void;
|
|
17688
17884
|
handleMouseEnterWrapper: () => void;
|
|
17689
17885
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17699,8 +17895,8 @@ export declare function useComponents(): {
|
|
|
17699
17895
|
contentRef: HTMLElement | null;
|
|
17700
17896
|
containerScrollTop: number;
|
|
17701
17897
|
syncUnifiedContainer: () => void;
|
|
17702
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17703
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17898
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17899
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17704
17900
|
sync: () => void;
|
|
17705
17901
|
handleMouseEnterWrapper: () => void;
|
|
17706
17902
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17711,8 +17907,8 @@ export declare function useComponents(): {
|
|
|
17711
17907
|
contentRef: HTMLElement | null;
|
|
17712
17908
|
containerScrollTop: number;
|
|
17713
17909
|
syncUnifiedContainer: () => void;
|
|
17714
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17715
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17910
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17911
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17716
17912
|
sync: () => void;
|
|
17717
17913
|
handleMouseEnterWrapper: () => void;
|
|
17718
17914
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17723,8 +17919,8 @@ export declare function useComponents(): {
|
|
|
17723
17919
|
contentRef: HTMLElement | null;
|
|
17724
17920
|
containerScrollTop: number;
|
|
17725
17921
|
syncUnifiedContainer: () => void;
|
|
17726
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17727
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17922
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17923
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17728
17924
|
sync: () => void;
|
|
17729
17925
|
handleMouseEnterWrapper: () => void;
|
|
17730
17926
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17735,8 +17931,8 @@ export declare function useComponents(): {
|
|
|
17735
17931
|
contentRef: HTMLElement | null;
|
|
17736
17932
|
containerScrollTop: number;
|
|
17737
17933
|
syncUnifiedContainer: () => void;
|
|
17738
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17739
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17934
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17935
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17740
17936
|
sync: () => void;
|
|
17741
17937
|
handleMouseEnterWrapper: () => void;
|
|
17742
17938
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17763,6 +17959,7 @@ export declare function useComponents(): {
|
|
|
17763
17959
|
select: () => void;
|
|
17764
17960
|
activate: () => void;
|
|
17765
17961
|
deactivate: () => void;
|
|
17962
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
17766
17963
|
} | null>;
|
|
17767
17964
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
17768
17965
|
displayTime: import("vue").Ref<string>;
|
|
@@ -17779,8 +17976,9 @@ export declare function useComponents(): {
|
|
|
17779
17976
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
17780
17977
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
17781
17978
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
17979
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
17782
17980
|
handleClickOutside: (e: MouseEvent) => void;
|
|
17783
|
-
|
|
17981
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
17784
17982
|
handleClear: () => void;
|
|
17785
17983
|
handlePanelClear: () => void;
|
|
17786
17984
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -17835,10 +18033,11 @@ export declare function useComponents(): {
|
|
|
17835
18033
|
opacity5: string;
|
|
17836
18034
|
dividerColor: string;
|
|
17837
18035
|
borderColor: string;
|
|
17838
|
-
|
|
18036
|
+
closeIconColor: string;
|
|
18037
|
+
closeIconColorHover: string;
|
|
18038
|
+
closeIconColorPressed: string;
|
|
17839
18039
|
closeColorHover: string;
|
|
17840
18040
|
closeColorPressed: string;
|
|
17841
|
-
closeColorDisabled: string;
|
|
17842
18041
|
clearColor: string;
|
|
17843
18042
|
clearColorHover: string;
|
|
17844
18043
|
clearColorPressed: string;
|
|
@@ -17949,6 +18148,8 @@ export declare function useComponents(): {
|
|
|
17949
18148
|
calendarLeftPaddingYear: string;
|
|
17950
18149
|
calendarLeftPaddingQuarter: string;
|
|
17951
18150
|
calendarLeftPaddingMonthrange: string;
|
|
18151
|
+
calendarLeftPaddingQuarterrange: string;
|
|
18152
|
+
calendarLeftPaddingYearrange: string;
|
|
17952
18153
|
calendarRightPaddingDate: string;
|
|
17953
18154
|
calendarRightPaddingDatetime: string;
|
|
17954
18155
|
calendarRightPaddingDaterange: string;
|
|
@@ -17957,9 +18158,12 @@ export declare function useComponents(): {
|
|
|
17957
18158
|
calendarRightPaddingYear: string;
|
|
17958
18159
|
calendarRightPaddingQuarter: string;
|
|
17959
18160
|
calendarRightPaddingMonthrange: string;
|
|
18161
|
+
calendarRightPaddingQuarterrange: string;
|
|
18162
|
+
calendarRightPaddingYearrange: string;
|
|
17960
18163
|
};
|
|
17961
18164
|
peers: {
|
|
17962
18165
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18166
|
+
countTextColorDisabled: string;
|
|
17963
18167
|
countTextColor: string;
|
|
17964
18168
|
heightTiny: string;
|
|
17965
18169
|
heightSmall: string;
|
|
@@ -18449,6 +18653,7 @@ export declare function useComponents(): {
|
|
|
18449
18653
|
rippleDuration: string;
|
|
18450
18654
|
}, any>;
|
|
18451
18655
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18656
|
+
countTextColorDisabled: string;
|
|
18452
18657
|
countTextColor: string;
|
|
18453
18658
|
heightTiny: string;
|
|
18454
18659
|
heightSmall: string;
|
|
@@ -18736,6 +18941,7 @@ export declare function useComponents(): {
|
|
|
18736
18941
|
rippleDuration: string;
|
|
18737
18942
|
}, any>> | undefined;
|
|
18738
18943
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18944
|
+
countTextColorDisabled: string;
|
|
18739
18945
|
countTextColor: string;
|
|
18740
18946
|
heightTiny: string;
|
|
18741
18947
|
heightSmall: string;
|
|
@@ -18807,8 +19013,8 @@ export declare function useComponents(): {
|
|
|
18807
19013
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
18808
19014
|
triggerCssVars: import("vue").ComputedRef<{
|
|
18809
19015
|
'--n-bezier': string;
|
|
18810
|
-
'--n-icon-color': string;
|
|
18811
|
-
'--n-icon-color-disabled': string;
|
|
19016
|
+
'--n-icon-color-override': string;
|
|
19017
|
+
'--n-icon-color-disabled-override': string;
|
|
18812
19018
|
}> | undefined;
|
|
18813
19019
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
18814
19020
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -18906,6 +19112,7 @@ export declare function useComponents(): {
|
|
|
18906
19112
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
18907
19113
|
readonly default: undefined;
|
|
18908
19114
|
};
|
|
19115
|
+
readonly panel: BooleanConstructor;
|
|
18909
19116
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
18910
19117
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
18911
19118
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -18976,6 +19183,8 @@ export declare function useComponents(): {
|
|
|
18976
19183
|
calendarLeftPaddingYear: string;
|
|
18977
19184
|
calendarLeftPaddingQuarter: string;
|
|
18978
19185
|
calendarLeftPaddingMonthrange: string;
|
|
19186
|
+
calendarLeftPaddingQuarterrange: string;
|
|
19187
|
+
calendarLeftPaddingYearrange: string;
|
|
18979
19188
|
calendarRightPaddingDate: string;
|
|
18980
19189
|
calendarRightPaddingDatetime: string;
|
|
18981
19190
|
calendarRightPaddingDaterange: string;
|
|
@@ -18984,8 +19193,11 @@ export declare function useComponents(): {
|
|
|
18984
19193
|
calendarRightPaddingYear: string;
|
|
18985
19194
|
calendarRightPaddingQuarter: string;
|
|
18986
19195
|
calendarRightPaddingMonthrange: string;
|
|
19196
|
+
calendarRightPaddingQuarterrange: string;
|
|
19197
|
+
calendarRightPaddingYearrange: string;
|
|
18987
19198
|
}, {
|
|
18988
19199
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19200
|
+
countTextColorDisabled: string;
|
|
18989
19201
|
countTextColor: string;
|
|
18990
19202
|
heightTiny: string;
|
|
18991
19203
|
heightSmall: string;
|
|
@@ -19475,6 +19687,7 @@ export declare function useComponents(): {
|
|
|
19475
19687
|
rippleDuration: string;
|
|
19476
19688
|
}, any>;
|
|
19477
19689
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19690
|
+
countTextColorDisabled: string;
|
|
19478
19691
|
countTextColor: string;
|
|
19479
19692
|
heightTiny: string;
|
|
19480
19693
|
heightSmall: string;
|
|
@@ -19590,6 +19803,8 @@ export declare function useComponents(): {
|
|
|
19590
19803
|
calendarLeftPaddingYear: string;
|
|
19591
19804
|
calendarLeftPaddingQuarter: string;
|
|
19592
19805
|
calendarLeftPaddingMonthrange: string;
|
|
19806
|
+
calendarLeftPaddingQuarterrange: string;
|
|
19807
|
+
calendarLeftPaddingYearrange: string;
|
|
19593
19808
|
calendarRightPaddingDate: string;
|
|
19594
19809
|
calendarRightPaddingDatetime: string;
|
|
19595
19810
|
calendarRightPaddingDaterange: string;
|
|
@@ -19598,8 +19813,11 @@ export declare function useComponents(): {
|
|
|
19598
19813
|
calendarRightPaddingYear: string;
|
|
19599
19814
|
calendarRightPaddingQuarter: string;
|
|
19600
19815
|
calendarRightPaddingMonthrange: string;
|
|
19816
|
+
calendarRightPaddingQuarterrange: string;
|
|
19817
|
+
calendarRightPaddingYearrange: string;
|
|
19601
19818
|
}, {
|
|
19602
19819
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19820
|
+
countTextColorDisabled: string;
|
|
19603
19821
|
countTextColor: string;
|
|
19604
19822
|
heightTiny: string;
|
|
19605
19823
|
heightSmall: string;
|
|
@@ -20089,6 +20307,7 @@ export declare function useComponents(): {
|
|
|
20089
20307
|
rippleDuration: string;
|
|
20090
20308
|
}, any>;
|
|
20091
20309
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20310
|
+
countTextColorDisabled: string;
|
|
20092
20311
|
countTextColor: string;
|
|
20093
20312
|
heightTiny: string;
|
|
20094
20313
|
heightSmall: string;
|
|
@@ -20204,6 +20423,8 @@ export declare function useComponents(): {
|
|
|
20204
20423
|
calendarLeftPaddingYear: string;
|
|
20205
20424
|
calendarLeftPaddingQuarter: string;
|
|
20206
20425
|
calendarLeftPaddingMonthrange: string;
|
|
20426
|
+
calendarLeftPaddingQuarterrange: string;
|
|
20427
|
+
calendarLeftPaddingYearrange: string;
|
|
20207
20428
|
calendarRightPaddingDate: string;
|
|
20208
20429
|
calendarRightPaddingDatetime: string;
|
|
20209
20430
|
calendarRightPaddingDaterange: string;
|
|
@@ -20212,8 +20433,11 @@ export declare function useComponents(): {
|
|
|
20212
20433
|
calendarRightPaddingYear: string;
|
|
20213
20434
|
calendarRightPaddingQuarter: string;
|
|
20214
20435
|
calendarRightPaddingMonthrange: string;
|
|
20436
|
+
calendarRightPaddingQuarterrange: string;
|
|
20437
|
+
calendarRightPaddingYearrange: string;
|
|
20215
20438
|
}, {
|
|
20216
20439
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20440
|
+
countTextColorDisabled: string;
|
|
20217
20441
|
countTextColor: string;
|
|
20218
20442
|
heightTiny: string;
|
|
20219
20443
|
heightSmall: string;
|
|
@@ -20703,6 +20927,7 @@ export declare function useComponents(): {
|
|
|
20703
20927
|
rippleDuration: string;
|
|
20704
20928
|
}, any>;
|
|
20705
20929
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20930
|
+
countTextColorDisabled: string;
|
|
20706
20931
|
countTextColor: string;
|
|
20707
20932
|
heightTiny: string;
|
|
20708
20933
|
heightSmall: string;
|
|
@@ -20769,17 +20994,18 @@ export declare function useComponents(): {
|
|
|
20769
20994
|
}, any>;
|
|
20770
20995
|
}>>>;
|
|
20771
20996
|
}>>, {
|
|
20772
|
-
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
20773
|
-
show: boolean | undefined;
|
|
20774
|
-
disabled: boolean | undefined;
|
|
20775
|
-
to: string | boolean | HTMLElement;
|
|
20776
|
-
bordered: boolean | undefined;
|
|
20777
|
-
placement: import("vueuc").FollowerPlacement;
|
|
20778
|
-
clearable: boolean;
|
|
20779
|
-
inputReadonly: boolean;
|
|
20780
|
-
|
|
20781
|
-
|
|
20782
|
-
|
|
20997
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
20998
|
+
readonly show: boolean | undefined;
|
|
20999
|
+
readonly disabled: boolean | undefined;
|
|
21000
|
+
readonly to: string | boolean | HTMLElement;
|
|
21001
|
+
readonly bordered: boolean | undefined;
|
|
21002
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
21003
|
+
readonly clearable: boolean;
|
|
21004
|
+
readonly inputReadonly: boolean;
|
|
21005
|
+
readonly panel: boolean;
|
|
21006
|
+
readonly updateValueOnClose: boolean;
|
|
21007
|
+
readonly closeOnSelect: boolean;
|
|
21008
|
+
readonly bindCalendarMonths: boolean;
|
|
20783
21009
|
}>;
|
|
20784
21010
|
}, 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<{
|
|
20785
21011
|
mainForm: {
|
|
@@ -21149,10 +21375,7 @@ export declare function useComponents(): {
|
|
|
21149
21375
|
};
|
|
21150
21376
|
readonly remote: BooleanConstructor;
|
|
21151
21377
|
readonly loading: BooleanConstructor;
|
|
21152
|
-
readonly filter:
|
|
21153
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
21154
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
21155
|
-
};
|
|
21378
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
21156
21379
|
readonly placement: {
|
|
21157
21380
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
21158
21381
|
readonly default: "bottom-start";
|
|
@@ -21162,19 +21385,10 @@ export declare function useComponents(): {
|
|
|
21162
21385
|
readonly default: "trigger";
|
|
21163
21386
|
};
|
|
21164
21387
|
readonly tag: BooleanConstructor;
|
|
21165
|
-
readonly onCreate:
|
|
21166
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
21167
|
-
readonly default: (label: string) => {
|
|
21168
|
-
label: string;
|
|
21169
|
-
value: string;
|
|
21170
|
-
};
|
|
21171
|
-
};
|
|
21388
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
21172
21389
|
readonly fallbackOption: {
|
|
21173
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
21174
|
-
readonly default:
|
|
21175
|
-
label: string;
|
|
21176
|
-
value: string | number;
|
|
21177
|
-
};
|
|
21390
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
21391
|
+
readonly default: undefined;
|
|
21178
21392
|
};
|
|
21179
21393
|
readonly show: {
|
|
21180
21394
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -21193,11 +21407,24 @@ export declare function useComponents(): {
|
|
|
21193
21407
|
readonly type: BooleanConstructor;
|
|
21194
21408
|
readonly default: true;
|
|
21195
21409
|
};
|
|
21410
|
+
readonly labelField: {
|
|
21411
|
+
readonly type: StringConstructor;
|
|
21412
|
+
readonly default: "label";
|
|
21413
|
+
};
|
|
21414
|
+
readonly valueField: {
|
|
21415
|
+
readonly type: StringConstructor;
|
|
21416
|
+
readonly default: "value";
|
|
21417
|
+
};
|
|
21418
|
+
readonly childrenField: {
|
|
21419
|
+
readonly type: StringConstructor;
|
|
21420
|
+
readonly default: "children";
|
|
21421
|
+
};
|
|
21196
21422
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
21197
21423
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
21198
21424
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
21199
21425
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
21200
21426
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
21427
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
21201
21428
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
21202
21429
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
21203
21430
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -21215,6 +21442,10 @@ export declare function useComponents(): {
|
|
|
21215
21442
|
readonly default: true;
|
|
21216
21443
|
};
|
|
21217
21444
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
21445
|
+
readonly internalShowCheckmark: {
|
|
21446
|
+
readonly type: BooleanConstructor;
|
|
21447
|
+
readonly default: true;
|
|
21448
|
+
};
|
|
21218
21449
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
21219
21450
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
21220
21451
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -21310,6 +21541,7 @@ export declare function useComponents(): {
|
|
|
21310
21541
|
optionCheckColor: string;
|
|
21311
21542
|
optionColorPending: string;
|
|
21312
21543
|
optionColorActive: string;
|
|
21544
|
+
optionColorActivePending: string;
|
|
21313
21545
|
actionTextColor: string;
|
|
21314
21546
|
loadingColor: string;
|
|
21315
21547
|
height: string;
|
|
@@ -21435,6 +21667,7 @@ export declare function useComponents(): {
|
|
|
21435
21667
|
optionCheckColor: string;
|
|
21436
21668
|
optionColorPending: string;
|
|
21437
21669
|
optionColorActive: string;
|
|
21670
|
+
optionColorActivePending: string;
|
|
21438
21671
|
actionTextColor: string;
|
|
21439
21672
|
loadingColor: string;
|
|
21440
21673
|
height: string;
|
|
@@ -21560,6 +21793,7 @@ export declare function useComponents(): {
|
|
|
21560
21793
|
optionCheckColor: string;
|
|
21561
21794
|
optionColorPending: string;
|
|
21562
21795
|
optionColorActive: string;
|
|
21796
|
+
optionColorActivePending: string;
|
|
21563
21797
|
actionTextColor: string;
|
|
21564
21798
|
loadingColor: string;
|
|
21565
21799
|
height: string;
|
|
@@ -21689,10 +21923,11 @@ export declare function useComponents(): {
|
|
|
21689
21923
|
opacity5: string;
|
|
21690
21924
|
dividerColor: string;
|
|
21691
21925
|
borderColor: string;
|
|
21692
|
-
|
|
21926
|
+
closeIconColor: string;
|
|
21927
|
+
closeIconColorHover: string;
|
|
21928
|
+
closeIconColorPressed: string;
|
|
21693
21929
|
closeColorHover: string;
|
|
21694
21930
|
closeColorPressed: string;
|
|
21695
|
-
closeColorDisabled: string;
|
|
21696
21931
|
clearColor: string;
|
|
21697
21932
|
clearColorHover: string;
|
|
21698
21933
|
clearColorPressed: string;
|
|
@@ -21847,6 +22082,7 @@ export declare function useComponents(): {
|
|
|
21847
22082
|
optionCheckColor: string;
|
|
21848
22083
|
optionColorPending: string;
|
|
21849
22084
|
optionColorActive: string;
|
|
22085
|
+
optionColorActivePending: string;
|
|
21850
22086
|
actionTextColor: string;
|
|
21851
22087
|
loadingColor: string;
|
|
21852
22088
|
height: string;
|
|
@@ -21962,10 +22198,7 @@ export declare function useComponents(): {
|
|
|
21962
22198
|
};
|
|
21963
22199
|
readonly remote: BooleanConstructor;
|
|
21964
22200
|
readonly loading: BooleanConstructor;
|
|
21965
|
-
readonly filter:
|
|
21966
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
21967
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
21968
|
-
};
|
|
22201
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
21969
22202
|
readonly placement: {
|
|
21970
22203
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
21971
22204
|
readonly default: "bottom-start";
|
|
@@ -21975,19 +22208,10 @@ export declare function useComponents(): {
|
|
|
21975
22208
|
readonly default: "trigger";
|
|
21976
22209
|
};
|
|
21977
22210
|
readonly tag: BooleanConstructor;
|
|
21978
|
-
readonly onCreate:
|
|
21979
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
21980
|
-
readonly default: (label: string) => {
|
|
21981
|
-
label: string;
|
|
21982
|
-
value: string;
|
|
21983
|
-
};
|
|
21984
|
-
};
|
|
22211
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
21985
22212
|
readonly fallbackOption: {
|
|
21986
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
21987
|
-
readonly default:
|
|
21988
|
-
label: string;
|
|
21989
|
-
value: string | number;
|
|
21990
|
-
};
|
|
22213
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
22214
|
+
readonly default: undefined;
|
|
21991
22215
|
};
|
|
21992
22216
|
readonly show: {
|
|
21993
22217
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -22006,11 +22230,24 @@ export declare function useComponents(): {
|
|
|
22006
22230
|
readonly type: BooleanConstructor;
|
|
22007
22231
|
readonly default: true;
|
|
22008
22232
|
};
|
|
22233
|
+
readonly labelField: {
|
|
22234
|
+
readonly type: StringConstructor;
|
|
22235
|
+
readonly default: "label";
|
|
22236
|
+
};
|
|
22237
|
+
readonly valueField: {
|
|
22238
|
+
readonly type: StringConstructor;
|
|
22239
|
+
readonly default: "value";
|
|
22240
|
+
};
|
|
22241
|
+
readonly childrenField: {
|
|
22242
|
+
readonly type: StringConstructor;
|
|
22243
|
+
readonly default: "children";
|
|
22244
|
+
};
|
|
22009
22245
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
22010
22246
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
22011
22247
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
22012
22248
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
22013
22249
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
22250
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
22014
22251
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
22015
22252
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
22016
22253
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -22028,6 +22265,10 @@ export declare function useComponents(): {
|
|
|
22028
22265
|
readonly default: true;
|
|
22029
22266
|
};
|
|
22030
22267
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
22268
|
+
readonly internalShowCheckmark: {
|
|
22269
|
+
readonly type: BooleanConstructor;
|
|
22270
|
+
readonly default: true;
|
|
22271
|
+
};
|
|
22031
22272
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
22032
22273
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
22033
22274
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -22123,6 +22364,7 @@ export declare function useComponents(): {
|
|
|
22123
22364
|
optionCheckColor: string;
|
|
22124
22365
|
optionColorPending: string;
|
|
22125
22366
|
optionColorActive: string;
|
|
22367
|
+
optionColorActivePending: string;
|
|
22126
22368
|
actionTextColor: string;
|
|
22127
22369
|
loadingColor: string;
|
|
22128
22370
|
height: string;
|
|
@@ -22248,6 +22490,7 @@ export declare function useComponents(): {
|
|
|
22248
22490
|
optionCheckColor: string;
|
|
22249
22491
|
optionColorPending: string;
|
|
22250
22492
|
optionColorActive: string;
|
|
22493
|
+
optionColorActivePending: string;
|
|
22251
22494
|
actionTextColor: string;
|
|
22252
22495
|
loadingColor: string;
|
|
22253
22496
|
height: string;
|
|
@@ -22373,6 +22616,7 @@ export declare function useComponents(): {
|
|
|
22373
22616
|
optionCheckColor: string;
|
|
22374
22617
|
optionColorPending: string;
|
|
22375
22618
|
optionColorActive: string;
|
|
22619
|
+
optionColorActivePending: string;
|
|
22376
22620
|
actionTextColor: string;
|
|
22377
22621
|
loadingColor: string;
|
|
22378
22622
|
height: string;
|
|
@@ -22406,29 +22650,31 @@ export declare function useComponents(): {
|
|
|
22406
22650
|
}>;
|
|
22407
22651
|
}>>>;
|
|
22408
22652
|
}>>, {
|
|
22409
|
-
tag: boolean;
|
|
22410
|
-
|
|
22411
|
-
|
|
22412
|
-
|
|
22413
|
-
|
|
22414
|
-
|
|
22415
|
-
|
|
22416
|
-
|
|
22417
|
-
|
|
22418
|
-
|
|
22419
|
-
virtualScroll: boolean;
|
|
22420
|
-
|
|
22421
|
-
|
|
22422
|
-
|
|
22423
|
-
|
|
22424
|
-
|
|
22425
|
-
|
|
22426
|
-
|
|
22427
|
-
|
|
22428
|
-
|
|
22429
|
-
|
|
22430
|
-
|
|
22431
|
-
|
|
22653
|
+
readonly tag: boolean;
|
|
22654
|
+
readonly show: boolean | undefined;
|
|
22655
|
+
readonly multiple: boolean;
|
|
22656
|
+
readonly disabled: boolean | undefined;
|
|
22657
|
+
readonly to: string | boolean | HTMLElement;
|
|
22658
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
22659
|
+
readonly loading: boolean;
|
|
22660
|
+
readonly bordered: boolean | undefined;
|
|
22661
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
22662
|
+
readonly labelField: string;
|
|
22663
|
+
readonly virtualScroll: boolean;
|
|
22664
|
+
readonly valueField: string;
|
|
22665
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
22666
|
+
readonly showArrow: boolean;
|
|
22667
|
+
readonly displayDirective: "show" | "if";
|
|
22668
|
+
readonly filterable: boolean;
|
|
22669
|
+
readonly clearable: boolean;
|
|
22670
|
+
readonly internalShowCheckmark: boolean;
|
|
22671
|
+
readonly clearFilterAfterSelect: boolean;
|
|
22672
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
22673
|
+
readonly remote: boolean;
|
|
22674
|
+
readonly widthMode: string;
|
|
22675
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
22676
|
+
readonly consistentMenuWidth: boolean;
|
|
22677
|
+
readonly childrenField: string;
|
|
22432
22678
|
}>;
|
|
22433
22679
|
SelectPage: import("vue").DefineComponent<{
|
|
22434
22680
|
searchPageConfig: {
|
|
@@ -22505,7 +22751,10 @@ export declare function useComponents(): {
|
|
|
22505
22751
|
readonly default: true;
|
|
22506
22752
|
};
|
|
22507
22753
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
22508
|
-
readonly nativeFocusBehavior:
|
|
22754
|
+
readonly nativeFocusBehavior: {
|
|
22755
|
+
readonly type: BooleanConstructor;
|
|
22756
|
+
readonly default: boolean;
|
|
22757
|
+
};
|
|
22509
22758
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
22510
22759
|
heightTiny: string;
|
|
22511
22760
|
heightSmall: string;
|
|
@@ -23219,7 +23468,10 @@ export declare function useComponents(): {
|
|
|
23219
23468
|
readonly default: true;
|
|
23220
23469
|
};
|
|
23221
23470
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
23222
|
-
readonly nativeFocusBehavior:
|
|
23471
|
+
readonly nativeFocusBehavior: {
|
|
23472
|
+
readonly type: BooleanConstructor;
|
|
23473
|
+
readonly default: boolean;
|
|
23474
|
+
};
|
|
23223
23475
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
23224
23476
|
heightTiny: string;
|
|
23225
23477
|
heightSmall: string;
|
|
@@ -23833,26 +24085,26 @@ export declare function useComponents(): {
|
|
|
23833
24085
|
rippleDuration: string;
|
|
23834
24086
|
}, any>>>;
|
|
23835
24087
|
}>>, {
|
|
23836
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
23837
|
-
tag: keyof HTMLElementTagNameMap;
|
|
23838
|
-
block: boolean;
|
|
23839
|
-
round: boolean;
|
|
23840
|
-
dashed: boolean;
|
|
23841
|
-
text: boolean;
|
|
23842
|
-
circle: boolean;
|
|
23843
|
-
disabled: boolean;
|
|
23844
|
-
focusable: boolean;
|
|
23845
|
-
strong: boolean;
|
|
23846
|
-
loading: boolean;
|
|
23847
|
-
bordered: boolean;
|
|
23848
|
-
tertiary: boolean;
|
|
23849
|
-
ghost: boolean;
|
|
23850
|
-
keyboard: boolean;
|
|
23851
|
-
secondary: boolean;
|
|
23852
|
-
quaternary: boolean;
|
|
23853
|
-
iconPlacement: "left" | "right";
|
|
23854
|
-
attrType: "button" | "reset" | "submit";
|
|
23855
|
-
nativeFocusBehavior: boolean;
|
|
24088
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
24089
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
24090
|
+
readonly block: boolean;
|
|
24091
|
+
readonly round: boolean;
|
|
24092
|
+
readonly dashed: boolean;
|
|
24093
|
+
readonly text: boolean;
|
|
24094
|
+
readonly circle: boolean;
|
|
24095
|
+
readonly disabled: boolean;
|
|
24096
|
+
readonly focusable: boolean;
|
|
24097
|
+
readonly strong: boolean;
|
|
24098
|
+
readonly loading: boolean;
|
|
24099
|
+
readonly bordered: boolean;
|
|
24100
|
+
readonly tertiary: boolean;
|
|
24101
|
+
readonly ghost: boolean;
|
|
24102
|
+
readonly keyboard: boolean;
|
|
24103
|
+
readonly secondary: boolean;
|
|
24104
|
+
readonly quaternary: boolean;
|
|
24105
|
+
readonly iconPlacement: "left" | "right";
|
|
24106
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
24107
|
+
readonly nativeFocusBehavior: boolean;
|
|
23856
24108
|
}>;
|
|
23857
24109
|
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
23858
24110
|
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
@@ -24289,7 +24541,10 @@ export declare function useComponents(): {
|
|
|
24289
24541
|
readonly default: true;
|
|
24290
24542
|
};
|
|
24291
24543
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
24292
|
-
readonly nativeFocusBehavior:
|
|
24544
|
+
readonly nativeFocusBehavior: {
|
|
24545
|
+
readonly type: BooleanConstructor;
|
|
24546
|
+
readonly default: boolean;
|
|
24547
|
+
};
|
|
24293
24548
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
24294
24549
|
heightTiny: string;
|
|
24295
24550
|
heightSmall: string;
|
|
@@ -25003,7 +25258,10 @@ export declare function useComponents(): {
|
|
|
25003
25258
|
readonly default: true;
|
|
25004
25259
|
};
|
|
25005
25260
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
25006
|
-
readonly nativeFocusBehavior:
|
|
25261
|
+
readonly nativeFocusBehavior: {
|
|
25262
|
+
readonly type: BooleanConstructor;
|
|
25263
|
+
readonly default: boolean;
|
|
25264
|
+
};
|
|
25007
25265
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
25008
25266
|
heightTiny: string;
|
|
25009
25267
|
heightSmall: string;
|
|
@@ -25617,26 +25875,26 @@ export declare function useComponents(): {
|
|
|
25617
25875
|
rippleDuration: string;
|
|
25618
25876
|
}, any>>>;
|
|
25619
25877
|
}>>, {
|
|
25620
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
25621
|
-
tag: keyof HTMLElementTagNameMap;
|
|
25622
|
-
block: boolean;
|
|
25623
|
-
round: boolean;
|
|
25624
|
-
dashed: boolean;
|
|
25625
|
-
text: boolean;
|
|
25626
|
-
circle: boolean;
|
|
25627
|
-
disabled: boolean;
|
|
25628
|
-
focusable: boolean;
|
|
25629
|
-
strong: boolean;
|
|
25630
|
-
loading: boolean;
|
|
25631
|
-
bordered: boolean;
|
|
25632
|
-
tertiary: boolean;
|
|
25633
|
-
ghost: boolean;
|
|
25634
|
-
keyboard: boolean;
|
|
25635
|
-
secondary: boolean;
|
|
25636
|
-
quaternary: boolean;
|
|
25637
|
-
iconPlacement: "left" | "right";
|
|
25638
|
-
attrType: "button" | "reset" | "submit";
|
|
25639
|
-
nativeFocusBehavior: boolean;
|
|
25878
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
25879
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
25880
|
+
readonly block: boolean;
|
|
25881
|
+
readonly round: boolean;
|
|
25882
|
+
readonly dashed: boolean;
|
|
25883
|
+
readonly text: boolean;
|
|
25884
|
+
readonly circle: boolean;
|
|
25885
|
+
readonly disabled: boolean;
|
|
25886
|
+
readonly focusable: boolean;
|
|
25887
|
+
readonly strong: boolean;
|
|
25888
|
+
readonly loading: boolean;
|
|
25889
|
+
readonly bordered: boolean;
|
|
25890
|
+
readonly tertiary: boolean;
|
|
25891
|
+
readonly ghost: boolean;
|
|
25892
|
+
readonly keyboard: boolean;
|
|
25893
|
+
readonly secondary: boolean;
|
|
25894
|
+
readonly quaternary: boolean;
|
|
25895
|
+
readonly iconPlacement: "left" | "right";
|
|
25896
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
25897
|
+
readonly nativeFocusBehavior: boolean;
|
|
25640
25898
|
}>;
|
|
25641
25899
|
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
25642
25900
|
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
@@ -25920,10 +26178,7 @@ export declare function useComponents(): {
|
|
|
25920
26178
|
};
|
|
25921
26179
|
readonly remote: BooleanConstructor;
|
|
25922
26180
|
readonly loading: BooleanConstructor;
|
|
25923
|
-
readonly filter:
|
|
25924
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
25925
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
25926
|
-
};
|
|
26181
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
25927
26182
|
readonly placement: {
|
|
25928
26183
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
25929
26184
|
readonly default: "bottom-start";
|
|
@@ -25933,19 +26188,10 @@ export declare function useComponents(): {
|
|
|
25933
26188
|
readonly default: "trigger";
|
|
25934
26189
|
};
|
|
25935
26190
|
readonly tag: BooleanConstructor;
|
|
25936
|
-
readonly onCreate:
|
|
25937
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
25938
|
-
readonly default: (label: string) => {
|
|
25939
|
-
label: string;
|
|
25940
|
-
value: string;
|
|
25941
|
-
};
|
|
25942
|
-
};
|
|
26191
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
25943
26192
|
readonly fallbackOption: {
|
|
25944
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
25945
|
-
readonly default:
|
|
25946
|
-
label: string;
|
|
25947
|
-
value: string | number;
|
|
25948
|
-
};
|
|
26193
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
26194
|
+
readonly default: undefined;
|
|
25949
26195
|
};
|
|
25950
26196
|
readonly show: {
|
|
25951
26197
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -25964,11 +26210,24 @@ export declare function useComponents(): {
|
|
|
25964
26210
|
readonly type: BooleanConstructor;
|
|
25965
26211
|
readonly default: true;
|
|
25966
26212
|
};
|
|
26213
|
+
readonly labelField: {
|
|
26214
|
+
readonly type: StringConstructor;
|
|
26215
|
+
readonly default: "label";
|
|
26216
|
+
};
|
|
26217
|
+
readonly valueField: {
|
|
26218
|
+
readonly type: StringConstructor;
|
|
26219
|
+
readonly default: "value";
|
|
26220
|
+
};
|
|
26221
|
+
readonly childrenField: {
|
|
26222
|
+
readonly type: StringConstructor;
|
|
26223
|
+
readonly default: "children";
|
|
26224
|
+
};
|
|
25967
26225
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
25968
26226
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
25969
26227
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
25970
26228
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
25971
26229
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
26230
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
25972
26231
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
25973
26232
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
25974
26233
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -25986,6 +26245,10 @@ export declare function useComponents(): {
|
|
|
25986
26245
|
readonly default: true;
|
|
25987
26246
|
};
|
|
25988
26247
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
26248
|
+
readonly internalShowCheckmark: {
|
|
26249
|
+
readonly type: BooleanConstructor;
|
|
26250
|
+
readonly default: true;
|
|
26251
|
+
};
|
|
25989
26252
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
25990
26253
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
25991
26254
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -26081,6 +26344,7 @@ export declare function useComponents(): {
|
|
|
26081
26344
|
optionCheckColor: string;
|
|
26082
26345
|
optionColorPending: string;
|
|
26083
26346
|
optionColorActive: string;
|
|
26347
|
+
optionColorActivePending: string;
|
|
26084
26348
|
actionTextColor: string;
|
|
26085
26349
|
loadingColor: string;
|
|
26086
26350
|
height: string;
|
|
@@ -26206,6 +26470,7 @@ export declare function useComponents(): {
|
|
|
26206
26470
|
optionCheckColor: string;
|
|
26207
26471
|
optionColorPending: string;
|
|
26208
26472
|
optionColorActive: string;
|
|
26473
|
+
optionColorActivePending: string;
|
|
26209
26474
|
actionTextColor: string;
|
|
26210
26475
|
loadingColor: string;
|
|
26211
26476
|
height: string;
|
|
@@ -26331,6 +26596,7 @@ export declare function useComponents(): {
|
|
|
26331
26596
|
optionCheckColor: string;
|
|
26332
26597
|
optionColorPending: string;
|
|
26333
26598
|
optionColorActive: string;
|
|
26599
|
+
optionColorActivePending: string;
|
|
26334
26600
|
actionTextColor: string;
|
|
26335
26601
|
loadingColor: string;
|
|
26336
26602
|
height: string;
|
|
@@ -26460,10 +26726,11 @@ export declare function useComponents(): {
|
|
|
26460
26726
|
opacity5: string;
|
|
26461
26727
|
dividerColor: string;
|
|
26462
26728
|
borderColor: string;
|
|
26463
|
-
|
|
26729
|
+
closeIconColor: string;
|
|
26730
|
+
closeIconColorHover: string;
|
|
26731
|
+
closeIconColorPressed: string;
|
|
26464
26732
|
closeColorHover: string;
|
|
26465
26733
|
closeColorPressed: string;
|
|
26466
|
-
closeColorDisabled: string;
|
|
26467
26734
|
clearColor: string;
|
|
26468
26735
|
clearColorHover: string;
|
|
26469
26736
|
clearColorPressed: string;
|
|
@@ -26618,6 +26885,7 @@ export declare function useComponents(): {
|
|
|
26618
26885
|
optionCheckColor: string;
|
|
26619
26886
|
optionColorPending: string;
|
|
26620
26887
|
optionColorActive: string;
|
|
26888
|
+
optionColorActivePending: string;
|
|
26621
26889
|
actionTextColor: string;
|
|
26622
26890
|
loadingColor: string;
|
|
26623
26891
|
height: string;
|
|
@@ -26733,10 +27001,7 @@ export declare function useComponents(): {
|
|
|
26733
27001
|
};
|
|
26734
27002
|
readonly remote: BooleanConstructor;
|
|
26735
27003
|
readonly loading: BooleanConstructor;
|
|
26736
|
-
readonly filter:
|
|
26737
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
26738
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
26739
|
-
};
|
|
27004
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
26740
27005
|
readonly placement: {
|
|
26741
27006
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
26742
27007
|
readonly default: "bottom-start";
|
|
@@ -26746,19 +27011,10 @@ export declare function useComponents(): {
|
|
|
26746
27011
|
readonly default: "trigger";
|
|
26747
27012
|
};
|
|
26748
27013
|
readonly tag: BooleanConstructor;
|
|
26749
|
-
readonly onCreate:
|
|
26750
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
26751
|
-
readonly default: (label: string) => {
|
|
26752
|
-
label: string;
|
|
26753
|
-
value: string;
|
|
26754
|
-
};
|
|
26755
|
-
};
|
|
27014
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
26756
27015
|
readonly fallbackOption: {
|
|
26757
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
26758
|
-
readonly default:
|
|
26759
|
-
label: string;
|
|
26760
|
-
value: string | number;
|
|
26761
|
-
};
|
|
27016
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
27017
|
+
readonly default: undefined;
|
|
26762
27018
|
};
|
|
26763
27019
|
readonly show: {
|
|
26764
27020
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -26777,11 +27033,24 @@ export declare function useComponents(): {
|
|
|
26777
27033
|
readonly type: BooleanConstructor;
|
|
26778
27034
|
readonly default: true;
|
|
26779
27035
|
};
|
|
27036
|
+
readonly labelField: {
|
|
27037
|
+
readonly type: StringConstructor;
|
|
27038
|
+
readonly default: "label";
|
|
27039
|
+
};
|
|
27040
|
+
readonly valueField: {
|
|
27041
|
+
readonly type: StringConstructor;
|
|
27042
|
+
readonly default: "value";
|
|
27043
|
+
};
|
|
27044
|
+
readonly childrenField: {
|
|
27045
|
+
readonly type: StringConstructor;
|
|
27046
|
+
readonly default: "children";
|
|
27047
|
+
};
|
|
26780
27048
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
26781
27049
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
26782
27050
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
26783
27051
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26784
27052
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
27053
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
26785
27054
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26786
27055
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
26787
27056
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -26799,6 +27068,10 @@ export declare function useComponents(): {
|
|
|
26799
27068
|
readonly default: true;
|
|
26800
27069
|
};
|
|
26801
27070
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
27071
|
+
readonly internalShowCheckmark: {
|
|
27072
|
+
readonly type: BooleanConstructor;
|
|
27073
|
+
readonly default: true;
|
|
27074
|
+
};
|
|
26802
27075
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
26803
27076
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
26804
27077
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -26894,6 +27167,7 @@ export declare function useComponents(): {
|
|
|
26894
27167
|
optionCheckColor: string;
|
|
26895
27168
|
optionColorPending: string;
|
|
26896
27169
|
optionColorActive: string;
|
|
27170
|
+
optionColorActivePending: string;
|
|
26897
27171
|
actionTextColor: string;
|
|
26898
27172
|
loadingColor: string;
|
|
26899
27173
|
height: string;
|
|
@@ -27019,6 +27293,7 @@ export declare function useComponents(): {
|
|
|
27019
27293
|
optionCheckColor: string;
|
|
27020
27294
|
optionColorPending: string;
|
|
27021
27295
|
optionColorActive: string;
|
|
27296
|
+
optionColorActivePending: string;
|
|
27022
27297
|
actionTextColor: string;
|
|
27023
27298
|
loadingColor: string;
|
|
27024
27299
|
height: string;
|
|
@@ -27144,6 +27419,7 @@ export declare function useComponents(): {
|
|
|
27144
27419
|
optionCheckColor: string;
|
|
27145
27420
|
optionColorPending: string;
|
|
27146
27421
|
optionColorActive: string;
|
|
27422
|
+
optionColorActivePending: string;
|
|
27147
27423
|
actionTextColor: string;
|
|
27148
27424
|
loadingColor: string;
|
|
27149
27425
|
height: string;
|
|
@@ -27177,29 +27453,31 @@ export declare function useComponents(): {
|
|
|
27177
27453
|
}>;
|
|
27178
27454
|
}>>>;
|
|
27179
27455
|
}>>, {
|
|
27180
|
-
tag: boolean;
|
|
27181
|
-
|
|
27182
|
-
|
|
27183
|
-
|
|
27184
|
-
|
|
27185
|
-
|
|
27186
|
-
|
|
27187
|
-
|
|
27188
|
-
|
|
27189
|
-
|
|
27190
|
-
virtualScroll: boolean;
|
|
27191
|
-
|
|
27192
|
-
|
|
27193
|
-
|
|
27194
|
-
|
|
27195
|
-
|
|
27196
|
-
|
|
27197
|
-
|
|
27198
|
-
|
|
27199
|
-
|
|
27200
|
-
|
|
27201
|
-
|
|
27202
|
-
|
|
27456
|
+
readonly tag: boolean;
|
|
27457
|
+
readonly show: boolean | undefined;
|
|
27458
|
+
readonly multiple: boolean;
|
|
27459
|
+
readonly disabled: boolean | undefined;
|
|
27460
|
+
readonly to: string | boolean | HTMLElement;
|
|
27461
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
27462
|
+
readonly loading: boolean;
|
|
27463
|
+
readonly bordered: boolean | undefined;
|
|
27464
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
27465
|
+
readonly labelField: string;
|
|
27466
|
+
readonly virtualScroll: boolean;
|
|
27467
|
+
readonly valueField: string;
|
|
27468
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
27469
|
+
readonly showArrow: boolean;
|
|
27470
|
+
readonly displayDirective: "show" | "if";
|
|
27471
|
+
readonly filterable: boolean;
|
|
27472
|
+
readonly clearable: boolean;
|
|
27473
|
+
readonly internalShowCheckmark: boolean;
|
|
27474
|
+
readonly clearFilterAfterSelect: boolean;
|
|
27475
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
27476
|
+
readonly remote: boolean;
|
|
27477
|
+
readonly widthMode: string;
|
|
27478
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
27479
|
+
readonly consistentMenuWidth: boolean;
|
|
27480
|
+
readonly childrenField: string;
|
|
27203
27481
|
}>;
|
|
27204
27482
|
}, 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<{
|
|
27205
27483
|
mainForm: {
|
|
@@ -27465,10 +27743,7 @@ export declare function useComponents(): {
|
|
|
27465
27743
|
};
|
|
27466
27744
|
readonly remote: BooleanConstructor;
|
|
27467
27745
|
readonly loading: BooleanConstructor;
|
|
27468
|
-
readonly filter:
|
|
27469
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
27470
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
27471
|
-
};
|
|
27746
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
27472
27747
|
readonly placement: {
|
|
27473
27748
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
27474
27749
|
readonly default: "bottom-start";
|
|
@@ -27478,19 +27753,10 @@ export declare function useComponents(): {
|
|
|
27478
27753
|
readonly default: "trigger";
|
|
27479
27754
|
};
|
|
27480
27755
|
readonly tag: BooleanConstructor;
|
|
27481
|
-
readonly onCreate:
|
|
27482
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
27483
|
-
readonly default: (label: string) => {
|
|
27484
|
-
label: string;
|
|
27485
|
-
value: string;
|
|
27486
|
-
};
|
|
27487
|
-
};
|
|
27756
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
27488
27757
|
readonly fallbackOption: {
|
|
27489
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
27490
|
-
readonly default:
|
|
27491
|
-
label: string;
|
|
27492
|
-
value: string | number;
|
|
27493
|
-
};
|
|
27758
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
27759
|
+
readonly default: undefined;
|
|
27494
27760
|
};
|
|
27495
27761
|
readonly show: {
|
|
27496
27762
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -27509,11 +27775,24 @@ export declare function useComponents(): {
|
|
|
27509
27775
|
readonly type: BooleanConstructor;
|
|
27510
27776
|
readonly default: true;
|
|
27511
27777
|
};
|
|
27778
|
+
readonly labelField: {
|
|
27779
|
+
readonly type: StringConstructor;
|
|
27780
|
+
readonly default: "label";
|
|
27781
|
+
};
|
|
27782
|
+
readonly valueField: {
|
|
27783
|
+
readonly type: StringConstructor;
|
|
27784
|
+
readonly default: "value";
|
|
27785
|
+
};
|
|
27786
|
+
readonly childrenField: {
|
|
27787
|
+
readonly type: StringConstructor;
|
|
27788
|
+
readonly default: "children";
|
|
27789
|
+
};
|
|
27512
27790
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
27513
27791
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
27514
27792
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
27515
27793
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
27516
27794
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
27795
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
27517
27796
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
27518
27797
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
27519
27798
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -27531,6 +27810,10 @@ export declare function useComponents(): {
|
|
|
27531
27810
|
readonly default: true;
|
|
27532
27811
|
};
|
|
27533
27812
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
27813
|
+
readonly internalShowCheckmark: {
|
|
27814
|
+
readonly type: BooleanConstructor;
|
|
27815
|
+
readonly default: true;
|
|
27816
|
+
};
|
|
27534
27817
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
27535
27818
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
27536
27819
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -27626,6 +27909,7 @@ export declare function useComponents(): {
|
|
|
27626
27909
|
optionCheckColor: string;
|
|
27627
27910
|
optionColorPending: string;
|
|
27628
27911
|
optionColorActive: string;
|
|
27912
|
+
optionColorActivePending: string;
|
|
27629
27913
|
actionTextColor: string;
|
|
27630
27914
|
loadingColor: string;
|
|
27631
27915
|
height: string;
|
|
@@ -27751,6 +28035,7 @@ export declare function useComponents(): {
|
|
|
27751
28035
|
optionCheckColor: string;
|
|
27752
28036
|
optionColorPending: string;
|
|
27753
28037
|
optionColorActive: string;
|
|
28038
|
+
optionColorActivePending: string;
|
|
27754
28039
|
actionTextColor: string;
|
|
27755
28040
|
loadingColor: string;
|
|
27756
28041
|
height: string;
|
|
@@ -27876,6 +28161,7 @@ export declare function useComponents(): {
|
|
|
27876
28161
|
optionCheckColor: string;
|
|
27877
28162
|
optionColorPending: string;
|
|
27878
28163
|
optionColorActive: string;
|
|
28164
|
+
optionColorActivePending: string;
|
|
27879
28165
|
actionTextColor: string;
|
|
27880
28166
|
loadingColor: string;
|
|
27881
28167
|
height: string;
|
|
@@ -28005,10 +28291,11 @@ export declare function useComponents(): {
|
|
|
28005
28291
|
opacity5: string;
|
|
28006
28292
|
dividerColor: string;
|
|
28007
28293
|
borderColor: string;
|
|
28008
|
-
|
|
28294
|
+
closeIconColor: string;
|
|
28295
|
+
closeIconColorHover: string;
|
|
28296
|
+
closeIconColorPressed: string;
|
|
28009
28297
|
closeColorHover: string;
|
|
28010
28298
|
closeColorPressed: string;
|
|
28011
|
-
closeColorDisabled: string;
|
|
28012
28299
|
clearColor: string;
|
|
28013
28300
|
clearColorHover: string;
|
|
28014
28301
|
clearColorPressed: string;
|
|
@@ -28163,6 +28450,7 @@ export declare function useComponents(): {
|
|
|
28163
28450
|
optionCheckColor: string;
|
|
28164
28451
|
optionColorPending: string;
|
|
28165
28452
|
optionColorActive: string;
|
|
28453
|
+
optionColorActivePending: string;
|
|
28166
28454
|
actionTextColor: string;
|
|
28167
28455
|
loadingColor: string;
|
|
28168
28456
|
height: string;
|
|
@@ -28278,10 +28566,7 @@ export declare function useComponents(): {
|
|
|
28278
28566
|
};
|
|
28279
28567
|
readonly remote: BooleanConstructor;
|
|
28280
28568
|
readonly loading: BooleanConstructor;
|
|
28281
|
-
readonly filter:
|
|
28282
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
28283
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
28284
|
-
};
|
|
28569
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
28285
28570
|
readonly placement: {
|
|
28286
28571
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
28287
28572
|
readonly default: "bottom-start";
|
|
@@ -28291,19 +28576,10 @@ export declare function useComponents(): {
|
|
|
28291
28576
|
readonly default: "trigger";
|
|
28292
28577
|
};
|
|
28293
28578
|
readonly tag: BooleanConstructor;
|
|
28294
|
-
readonly onCreate:
|
|
28295
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
28296
|
-
readonly default: (label: string) => {
|
|
28297
|
-
label: string;
|
|
28298
|
-
value: string;
|
|
28299
|
-
};
|
|
28300
|
-
};
|
|
28579
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
28301
28580
|
readonly fallbackOption: {
|
|
28302
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
28303
|
-
readonly default:
|
|
28304
|
-
label: string;
|
|
28305
|
-
value: string | number;
|
|
28306
|
-
};
|
|
28581
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
28582
|
+
readonly default: undefined;
|
|
28307
28583
|
};
|
|
28308
28584
|
readonly show: {
|
|
28309
28585
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -28322,11 +28598,24 @@ export declare function useComponents(): {
|
|
|
28322
28598
|
readonly type: BooleanConstructor;
|
|
28323
28599
|
readonly default: true;
|
|
28324
28600
|
};
|
|
28601
|
+
readonly labelField: {
|
|
28602
|
+
readonly type: StringConstructor;
|
|
28603
|
+
readonly default: "label";
|
|
28604
|
+
};
|
|
28605
|
+
readonly valueField: {
|
|
28606
|
+
readonly type: StringConstructor;
|
|
28607
|
+
readonly default: "value";
|
|
28608
|
+
};
|
|
28609
|
+
readonly childrenField: {
|
|
28610
|
+
readonly type: StringConstructor;
|
|
28611
|
+
readonly default: "children";
|
|
28612
|
+
};
|
|
28325
28613
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
28326
28614
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
28327
28615
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
28328
28616
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
28329
28617
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
28618
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
28330
28619
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
28331
28620
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
28332
28621
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -28344,6 +28633,10 @@ export declare function useComponents(): {
|
|
|
28344
28633
|
readonly default: true;
|
|
28345
28634
|
};
|
|
28346
28635
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
28636
|
+
readonly internalShowCheckmark: {
|
|
28637
|
+
readonly type: BooleanConstructor;
|
|
28638
|
+
readonly default: true;
|
|
28639
|
+
};
|
|
28347
28640
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
28348
28641
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
28349
28642
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -28439,6 +28732,7 @@ export declare function useComponents(): {
|
|
|
28439
28732
|
optionCheckColor: string;
|
|
28440
28733
|
optionColorPending: string;
|
|
28441
28734
|
optionColorActive: string;
|
|
28735
|
+
optionColorActivePending: string;
|
|
28442
28736
|
actionTextColor: string;
|
|
28443
28737
|
loadingColor: string;
|
|
28444
28738
|
height: string;
|
|
@@ -28564,6 +28858,7 @@ export declare function useComponents(): {
|
|
|
28564
28858
|
optionCheckColor: string;
|
|
28565
28859
|
optionColorPending: string;
|
|
28566
28860
|
optionColorActive: string;
|
|
28861
|
+
optionColorActivePending: string;
|
|
28567
28862
|
actionTextColor: string;
|
|
28568
28863
|
loadingColor: string;
|
|
28569
28864
|
height: string;
|
|
@@ -28689,6 +28984,7 @@ export declare function useComponents(): {
|
|
|
28689
28984
|
optionCheckColor: string;
|
|
28690
28985
|
optionColorPending: string;
|
|
28691
28986
|
optionColorActive: string;
|
|
28987
|
+
optionColorActivePending: string;
|
|
28692
28988
|
actionTextColor: string;
|
|
28693
28989
|
loadingColor: string;
|
|
28694
28990
|
height: string;
|
|
@@ -28722,29 +29018,31 @@ export declare function useComponents(): {
|
|
|
28722
29018
|
}>;
|
|
28723
29019
|
}>>>;
|
|
28724
29020
|
}>>, {
|
|
28725
|
-
tag: boolean;
|
|
28726
|
-
|
|
28727
|
-
|
|
28728
|
-
|
|
28729
|
-
|
|
28730
|
-
|
|
28731
|
-
|
|
28732
|
-
|
|
28733
|
-
|
|
28734
|
-
|
|
28735
|
-
virtualScroll: boolean;
|
|
28736
|
-
|
|
28737
|
-
|
|
28738
|
-
|
|
28739
|
-
|
|
28740
|
-
|
|
28741
|
-
|
|
28742
|
-
|
|
28743
|
-
|
|
28744
|
-
|
|
28745
|
-
|
|
28746
|
-
|
|
28747
|
-
|
|
29021
|
+
readonly tag: boolean;
|
|
29022
|
+
readonly show: boolean | undefined;
|
|
29023
|
+
readonly multiple: boolean;
|
|
29024
|
+
readonly disabled: boolean | undefined;
|
|
29025
|
+
readonly to: string | boolean | HTMLElement;
|
|
29026
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
29027
|
+
readonly loading: boolean;
|
|
29028
|
+
readonly bordered: boolean | undefined;
|
|
29029
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
29030
|
+
readonly labelField: string;
|
|
29031
|
+
readonly virtualScroll: boolean;
|
|
29032
|
+
readonly valueField: string;
|
|
29033
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
29034
|
+
readonly showArrow: boolean;
|
|
29035
|
+
readonly displayDirective: "show" | "if";
|
|
29036
|
+
readonly filterable: boolean;
|
|
29037
|
+
readonly clearable: boolean;
|
|
29038
|
+
readonly internalShowCheckmark: boolean;
|
|
29039
|
+
readonly clearFilterAfterSelect: boolean;
|
|
29040
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
29041
|
+
readonly remote: boolean;
|
|
29042
|
+
readonly widthMode: string;
|
|
29043
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
29044
|
+
readonly consistentMenuWidth: boolean;
|
|
29045
|
+
readonly childrenField: string;
|
|
28748
29046
|
}>;
|
|
28749
29047
|
}, 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<{
|
|
28750
29048
|
mainForm: {
|
|
@@ -29033,6 +29331,10 @@ export declare function useComponents(): {
|
|
|
29033
29331
|
type: BooleanConstructor;
|
|
29034
29332
|
default: undefined;
|
|
29035
29333
|
};
|
|
29334
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29335
|
+
renderCount: import("vue").PropType<(props: {
|
|
29336
|
+
value: string;
|
|
29337
|
+
}) => import("vue").VNodeChild>;
|
|
29036
29338
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29037
29339
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29038
29340
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -29061,6 +29363,7 @@ export declare function useComponents(): {
|
|
|
29061
29363
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
29062
29364
|
showPasswordToggle: BooleanConstructor;
|
|
29063
29365
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29366
|
+
countTextColorDisabled: string;
|
|
29064
29367
|
countTextColor: string;
|
|
29065
29368
|
heightTiny: string;
|
|
29066
29369
|
heightSmall: string;
|
|
@@ -29121,6 +29424,7 @@ export declare function useComponents(): {
|
|
|
29121
29424
|
clearSize: string;
|
|
29122
29425
|
}, any>>;
|
|
29123
29426
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29427
|
+
countTextColorDisabled: string;
|
|
29124
29428
|
countTextColor: string;
|
|
29125
29429
|
heightTiny: string;
|
|
29126
29430
|
heightSmall: string;
|
|
@@ -29181,6 +29485,7 @@ export declare function useComponents(): {
|
|
|
29181
29485
|
clearSize: string;
|
|
29182
29486
|
}, any>>>;
|
|
29183
29487
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29488
|
+
countTextColorDisabled: string;
|
|
29184
29489
|
countTextColor: string;
|
|
29185
29490
|
heightTiny: string;
|
|
29186
29491
|
heightSmall: string;
|
|
@@ -29253,8 +29558,8 @@ export declare function useComponents(): {
|
|
|
29253
29558
|
contentRef: HTMLElement | null;
|
|
29254
29559
|
containerScrollTop: number;
|
|
29255
29560
|
syncUnifiedContainer: () => void;
|
|
29256
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
29257
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
29561
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
29562
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
29258
29563
|
sync: () => void;
|
|
29259
29564
|
handleMouseEnterWrapper: () => void;
|
|
29260
29565
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -29288,7 +29593,7 @@ export declare function useComponents(): {
|
|
|
29288
29593
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
29289
29594
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
29290
29595
|
handleInputBlur: (e: FocusEvent) => void;
|
|
29291
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
29596
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
29292
29597
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
29293
29598
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
29294
29599
|
handleMouseEnter: () => void;
|
|
@@ -29299,7 +29604,7 @@ export declare function useComponents(): {
|
|
|
29299
29604
|
handleClear: (e: MouseEvent) => void;
|
|
29300
29605
|
handlePasswordToggleClick: () => void;
|
|
29301
29606
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
29302
|
-
|
|
29607
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
29303
29608
|
handleTextAreaMirrorResize: () => void;
|
|
29304
29609
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
29305
29610
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -29343,10 +29648,11 @@ export declare function useComponents(): {
|
|
|
29343
29648
|
opacity5: string;
|
|
29344
29649
|
dividerColor: string;
|
|
29345
29650
|
borderColor: string;
|
|
29346
|
-
|
|
29651
|
+
closeIconColor: string;
|
|
29652
|
+
closeIconColorHover: string;
|
|
29653
|
+
closeIconColorPressed: string;
|
|
29347
29654
|
closeColorHover: string;
|
|
29348
29655
|
closeColorPressed: string;
|
|
29349
|
-
closeColorDisabled: string;
|
|
29350
29656
|
clearColor: string;
|
|
29351
29657
|
clearColorHover: string;
|
|
29352
29658
|
clearColorPressed: string;
|
|
@@ -29408,6 +29714,7 @@ export declare function useComponents(): {
|
|
|
29408
29714
|
name: "common";
|
|
29409
29715
|
};
|
|
29410
29716
|
self: {
|
|
29717
|
+
countTextColorDisabled: string;
|
|
29411
29718
|
countTextColor: string;
|
|
29412
29719
|
heightTiny: string;
|
|
29413
29720
|
heightSmall: string;
|
|
@@ -29475,6 +29782,7 @@ export declare function useComponents(): {
|
|
|
29475
29782
|
cssVars: import("vue").ComputedRef<{
|
|
29476
29783
|
'--n-bezier': string;
|
|
29477
29784
|
'--n-count-text-color': string;
|
|
29785
|
+
'--n-count-text-color-disabled': string;
|
|
29478
29786
|
'--n-color': string;
|
|
29479
29787
|
'--n-font-size': string;
|
|
29480
29788
|
'--n-border-radius': string;
|
|
@@ -29529,6 +29837,7 @@ export declare function useComponents(): {
|
|
|
29529
29837
|
select: () => void;
|
|
29530
29838
|
activate: () => void;
|
|
29531
29839
|
deactivate: () => void;
|
|
29840
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
29532
29841
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29533
29842
|
bordered: {
|
|
29534
29843
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -29587,6 +29896,10 @@ export declare function useComponents(): {
|
|
|
29587
29896
|
type: BooleanConstructor;
|
|
29588
29897
|
default: undefined;
|
|
29589
29898
|
};
|
|
29899
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29900
|
+
renderCount: import("vue").PropType<(props: {
|
|
29901
|
+
value: string;
|
|
29902
|
+
}) => import("vue").VNodeChild>;
|
|
29590
29903
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29591
29904
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29592
29905
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -29615,6 +29928,7 @@ export declare function useComponents(): {
|
|
|
29615
29928
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
29616
29929
|
showPasswordToggle: BooleanConstructor;
|
|
29617
29930
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29931
|
+
countTextColorDisabled: string;
|
|
29618
29932
|
countTextColor: string;
|
|
29619
29933
|
heightTiny: string;
|
|
29620
29934
|
heightSmall: string;
|
|
@@ -29675,6 +29989,7 @@ export declare function useComponents(): {
|
|
|
29675
29989
|
clearSize: string;
|
|
29676
29990
|
}, any>>;
|
|
29677
29991
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29992
|
+
countTextColorDisabled: string;
|
|
29678
29993
|
countTextColor: string;
|
|
29679
29994
|
heightTiny: string;
|
|
29680
29995
|
heightSmall: string;
|
|
@@ -29735,6 +30050,7 @@ export declare function useComponents(): {
|
|
|
29735
30050
|
clearSize: string;
|
|
29736
30051
|
}, any>>>;
|
|
29737
30052
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
30053
|
+
countTextColorDisabled: string;
|
|
29738
30054
|
countTextColor: string;
|
|
29739
30055
|
heightTiny: string;
|
|
29740
30056
|
heightSmall: string;
|
|
@@ -29995,9 +30311,11 @@ export declare function useComponents(): {
|
|
|
29995
30311
|
scrollable: BooleanConstructor;
|
|
29996
30312
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
29997
30313
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30314
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
29998
30315
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29999
30316
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30000
30317
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30318
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
30001
30319
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
30002
30320
|
internalInheritedEventHandlers: {
|
|
30003
30321
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -30062,10 +30380,11 @@ export declare function useComponents(): {
|
|
|
30062
30380
|
opacity5: string;
|
|
30063
30381
|
dividerColor: string;
|
|
30064
30382
|
borderColor: string;
|
|
30065
|
-
|
|
30383
|
+
closeIconColor: string;
|
|
30384
|
+
closeIconColorHover: string;
|
|
30385
|
+
closeIconColorPressed: string;
|
|
30066
30386
|
closeColorHover: string;
|
|
30067
30387
|
closeColorPressed: string;
|
|
30068
|
-
closeColorDisabled: string;
|
|
30069
30388
|
clearColor: string;
|
|
30070
30389
|
clearColorHover: string;
|
|
30071
30390
|
clearColorPressed: string;
|
|
@@ -30294,9 +30613,11 @@ export declare function useComponents(): {
|
|
|
30294
30613
|
scrollable: BooleanConstructor;
|
|
30295
30614
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30296
30615
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30616
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30297
30617
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
30298
30618
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30299
30619
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30620
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
30300
30621
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
30301
30622
|
internalInheritedEventHandlers: {
|
|
30302
30623
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -30332,6 +30653,7 @@ export declare function useComponents(): {
|
|
|
30332
30653
|
arrowPointToCenter: boolean;
|
|
30333
30654
|
displayDirective: "show" | "if";
|
|
30334
30655
|
keepAliveOnHover: boolean;
|
|
30656
|
+
internalDeactivateImmediately: boolean;
|
|
30335
30657
|
animated: boolean;
|
|
30336
30658
|
internalTrapFocus: boolean;
|
|
30337
30659
|
defaultShow: boolean;
|
|
@@ -30663,10 +30985,7 @@ export declare function useComponents(): {
|
|
|
30663
30985
|
onConfirm: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
|
|
30664
30986
|
onClear: import("vue").PropType<() => void>;
|
|
30665
30987
|
onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
|
|
30666
|
-
|
|
30667
|
-
type: BooleanConstructor;
|
|
30668
|
-
default: boolean;
|
|
30669
|
-
};
|
|
30988
|
+
timeZone: StringConstructor;
|
|
30670
30989
|
showIcon: {
|
|
30671
30990
|
type: BooleanConstructor;
|
|
30672
30991
|
default: boolean;
|
|
@@ -30692,6 +31011,10 @@ export declare function useComponents(): {
|
|
|
30692
31011
|
validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
|
|
30693
31012
|
};
|
|
30694
31013
|
use12Hours: BooleanConstructor;
|
|
31014
|
+
stateful: {
|
|
31015
|
+
type: BooleanConstructor;
|
|
31016
|
+
default: boolean;
|
|
31017
|
+
};
|
|
30695
31018
|
onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
|
|
30696
31019
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
|
|
30697
31020
|
panelColor: string;
|
|
@@ -30919,6 +31242,7 @@ export declare function useComponents(): {
|
|
|
30919
31242
|
rippleDuration: string;
|
|
30920
31243
|
}, any>;
|
|
30921
31244
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31245
|
+
countTextColorDisabled: string;
|
|
30922
31246
|
countTextColor: string;
|
|
30923
31247
|
heightTiny: string;
|
|
30924
31248
|
heightSmall: string;
|
|
@@ -31205,6 +31529,7 @@ export declare function useComponents(): {
|
|
|
31205
31529
|
rippleDuration: string;
|
|
31206
31530
|
}, any>;
|
|
31207
31531
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31532
|
+
countTextColorDisabled: string;
|
|
31208
31533
|
countTextColor: string;
|
|
31209
31534
|
heightTiny: string;
|
|
31210
31535
|
heightSmall: string;
|
|
@@ -31491,6 +31816,7 @@ export declare function useComponents(): {
|
|
|
31491
31816
|
rippleDuration: string;
|
|
31492
31817
|
}, any>;
|
|
31493
31818
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31819
|
+
countTextColorDisabled: string;
|
|
31494
31820
|
countTextColor: string;
|
|
31495
31821
|
heightTiny: string;
|
|
31496
31822
|
heightSmall: string;
|
|
@@ -31571,6 +31897,7 @@ export declare function useComponents(): {
|
|
|
31571
31897
|
select: () => void;
|
|
31572
31898
|
activate: () => void;
|
|
31573
31899
|
deactivate: () => void;
|
|
31900
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
31574
31901
|
} | null>;
|
|
31575
31902
|
panelInstRef: import("vue").Ref<{
|
|
31576
31903
|
$el: HTMLElement;
|
|
@@ -31580,8 +31907,8 @@ export declare function useComponents(): {
|
|
|
31580
31907
|
contentRef: HTMLElement | null;
|
|
31581
31908
|
containerScrollTop: number;
|
|
31582
31909
|
syncUnifiedContainer: () => void;
|
|
31583
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31584
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31910
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
31911
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
31585
31912
|
sync: () => void;
|
|
31586
31913
|
handleMouseEnterWrapper: () => void;
|
|
31587
31914
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31592,8 +31919,8 @@ export declare function useComponents(): {
|
|
|
31592
31919
|
contentRef: HTMLElement | null;
|
|
31593
31920
|
containerScrollTop: number;
|
|
31594
31921
|
syncUnifiedContainer: () => void;
|
|
31595
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31596
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31922
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
31923
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
31597
31924
|
sync: () => void;
|
|
31598
31925
|
handleMouseEnterWrapper: () => void;
|
|
31599
31926
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31604,8 +31931,8 @@ export declare function useComponents(): {
|
|
|
31604
31931
|
contentRef: HTMLElement | null;
|
|
31605
31932
|
containerScrollTop: number;
|
|
31606
31933
|
syncUnifiedContainer: () => void;
|
|
31607
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31608
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31934
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
31935
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
31609
31936
|
sync: () => void;
|
|
31610
31937
|
handleMouseEnterWrapper: () => void;
|
|
31611
31938
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31616,8 +31943,8 @@ export declare function useComponents(): {
|
|
|
31616
31943
|
contentRef: HTMLElement | null;
|
|
31617
31944
|
containerScrollTop: number;
|
|
31618
31945
|
syncUnifiedContainer: () => void;
|
|
31619
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31620
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31946
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
31947
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
31621
31948
|
sync: () => void;
|
|
31622
31949
|
handleMouseEnterWrapper: () => void;
|
|
31623
31950
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31645,6 +31972,7 @@ export declare function useComponents(): {
|
|
|
31645
31972
|
minuteValue: import("vue").ComputedRef<number | null>;
|
|
31646
31973
|
secondValue: import("vue").ComputedRef<number | null>;
|
|
31647
31974
|
amPmValue: import("vue").ComputedRef<"am" | "pm" | null>;
|
|
31975
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
31648
31976
|
handleTimeInputFocus: (e: FocusEvent) => void;
|
|
31649
31977
|
handleTimeInputBlur: (e: FocusEvent) => void;
|
|
31650
31978
|
handleNowClick: () => void;
|
|
@@ -31661,7 +31989,7 @@ export declare function useComponents(): {
|
|
|
31661
31989
|
handleAmPmClick: (amPm: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
|
|
31662
31990
|
handleTimeInputClear: (e: MouseEvent) => void;
|
|
31663
31991
|
handleFocusDetectorFocus: () => void;
|
|
31664
|
-
|
|
31992
|
+
handleMenuKeydown: (e: KeyboardEvent) => void;
|
|
31665
31993
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
31666
31994
|
mergedTheme: import("vue").ComputedRef<{
|
|
31667
31995
|
common: {
|
|
@@ -31704,10 +32032,11 @@ export declare function useComponents(): {
|
|
|
31704
32032
|
opacity5: string;
|
|
31705
32033
|
dividerColor: string;
|
|
31706
32034
|
borderColor: string;
|
|
31707
|
-
|
|
32035
|
+
closeIconColor: string;
|
|
32036
|
+
closeIconColorHover: string;
|
|
32037
|
+
closeIconColorPressed: string;
|
|
31708
32038
|
closeColorHover: string;
|
|
31709
32039
|
closeColorPressed: string;
|
|
31710
|
-
closeColorDisabled: string;
|
|
31711
32040
|
clearColor: string;
|
|
31712
32041
|
clearColorHover: string;
|
|
31713
32042
|
clearColorPressed: string;
|
|
@@ -31995,6 +32324,7 @@ export declare function useComponents(): {
|
|
|
31995
32324
|
rippleDuration: string;
|
|
31996
32325
|
}, any>;
|
|
31997
32326
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
32327
|
+
countTextColorDisabled: string;
|
|
31998
32328
|
countTextColor: string;
|
|
31999
32329
|
heightTiny: string;
|
|
32000
32330
|
heightSmall: string;
|
|
@@ -32074,8 +32404,8 @@ export declare function useComponents(): {
|
|
|
32074
32404
|
};
|
|
32075
32405
|
}>;
|
|
32076
32406
|
triggerCssVars: import("vue").ComputedRef<{
|
|
32077
|
-
'--n-icon-color': string;
|
|
32078
|
-
'--n-icon-color-disabled': string;
|
|
32407
|
+
'--n-icon-color-override': string;
|
|
32408
|
+
'--n-icon-color-disabled-override': string;
|
|
32079
32409
|
'--n-bezier': string;
|
|
32080
32410
|
}> | undefined;
|
|
32081
32411
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
@@ -32142,10 +32472,7 @@ export declare function useComponents(): {
|
|
|
32142
32472
|
onConfirm: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
|
|
32143
32473
|
onClear: import("vue").PropType<() => void>;
|
|
32144
32474
|
onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
|
|
32145
|
-
|
|
32146
|
-
type: BooleanConstructor;
|
|
32147
|
-
default: boolean;
|
|
32148
|
-
};
|
|
32475
|
+
timeZone: StringConstructor;
|
|
32149
32476
|
showIcon: {
|
|
32150
32477
|
type: BooleanConstructor;
|
|
32151
32478
|
default: boolean;
|
|
@@ -32171,6 +32498,10 @@ export declare function useComponents(): {
|
|
|
32171
32498
|
validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
|
|
32172
32499
|
};
|
|
32173
32500
|
use12Hours: BooleanConstructor;
|
|
32501
|
+
stateful: {
|
|
32502
|
+
type: BooleanConstructor;
|
|
32503
|
+
default: boolean;
|
|
32504
|
+
};
|
|
32174
32505
|
onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
|
|
32175
32506
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
|
|
32176
32507
|
panelColor: string;
|
|
@@ -32398,6 +32729,7 @@ export declare function useComponents(): {
|
|
|
32398
32729
|
rippleDuration: string;
|
|
32399
32730
|
}, any>;
|
|
32400
32731
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
32732
|
+
countTextColorDisabled: string;
|
|
32401
32733
|
countTextColor: string;
|
|
32402
32734
|
heightTiny: string;
|
|
32403
32735
|
heightSmall: string;
|
|
@@ -32684,6 +33016,7 @@ export declare function useComponents(): {
|
|
|
32684
33016
|
rippleDuration: string;
|
|
32685
33017
|
}, any>;
|
|
32686
33018
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
33019
|
+
countTextColorDisabled: string;
|
|
32687
33020
|
countTextColor: string;
|
|
32688
33021
|
heightTiny: string;
|
|
32689
33022
|
heightSmall: string;
|
|
@@ -32970,6 +33303,7 @@ export declare function useComponents(): {
|
|
|
32970
33303
|
rippleDuration: string;
|
|
32971
33304
|
}, any>;
|
|
32972
33305
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
33306
|
+
countTextColorDisabled: string;
|
|
32973
33307
|
countTextColor: string;
|
|
32974
33308
|
heightTiny: string;
|
|
32975
33309
|
heightSmall: string;
|
|
@@ -33389,6 +33723,10 @@ export declare function useComponents(): {
|
|
|
33389
33723
|
treeSelect: (key: any, vnode: any) => void;
|
|
33390
33724
|
filter: (pattern: string, option: AnyObject) => boolean;
|
|
33391
33725
|
NTreeSelect: import("vue").DefineComponent<{
|
|
33726
|
+
readonly renderLabel: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33727
|
+
readonly renderPrefix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33728
|
+
readonly renderSuffix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33729
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").TreeSelectNodeProps>;
|
|
33392
33730
|
readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
|
|
33393
33731
|
readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
|
|
33394
33732
|
readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
|
|
@@ -33413,11 +33751,16 @@ export declare function useComponents(): {
|
|
|
33413
33751
|
readonly type: StringConstructor;
|
|
33414
33752
|
readonly default: "children";
|
|
33415
33753
|
};
|
|
33754
|
+
readonly disabledField: {
|
|
33755
|
+
readonly type: StringConstructor;
|
|
33756
|
+
readonly default: "disabled";
|
|
33757
|
+
};
|
|
33416
33758
|
readonly defaultExpandedKeys: {
|
|
33417
33759
|
readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
33418
33760
|
readonly default: () => never[];
|
|
33419
33761
|
};
|
|
33420
33762
|
readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
33763
|
+
readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
|
|
33421
33764
|
readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
33422
33765
|
readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
33423
33766
|
readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
@@ -33484,6 +33827,7 @@ export declare function useComponents(): {
|
|
|
33484
33827
|
readonly default: true;
|
|
33485
33828
|
};
|
|
33486
33829
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
33830
|
+
readonly renderTag: import("vue").PropType<import("naive-ui").TreeSelectRenderTag>;
|
|
33487
33831
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
|
|
33488
33832
|
menuPadding: string;
|
|
33489
33833
|
menuColor: string;
|
|
@@ -33954,7 +34298,6 @@ export declare function useComponents(): {
|
|
|
33954
34298
|
syncPosition: () => void;
|
|
33955
34299
|
} | null>;
|
|
33956
34300
|
treeInstRef: import("vue").Ref<{
|
|
33957
|
-
handleKeyup: (e: KeyboardEvent) => void;
|
|
33958
34301
|
handleKeydown: (e: KeyboardEvent) => void;
|
|
33959
34302
|
} | null>;
|
|
33960
34303
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
@@ -33977,6 +34320,10 @@ export declare function useComponents(): {
|
|
|
33977
34320
|
pendingNodeKey: import("vue").Ref<string | number | null>;
|
|
33978
34321
|
mergedCascade: import("vue").ComputedRef<boolean>;
|
|
33979
34322
|
mergedFilter: import("vue").ComputedRef<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
|
|
34323
|
+
selectionRenderTag: import("vue").ComputedRef<(({ option, handleClose }: {
|
|
34324
|
+
option: import("naive-ui").SelectOption;
|
|
34325
|
+
handleClose: () => void;
|
|
34326
|
+
}) => import("vue").VNodeChild) | undefined>;
|
|
33980
34327
|
handleTriggerOrMenuResize: () => void;
|
|
33981
34328
|
doUpdateExpandedKeys: (keys: import("naive-ui/es/tree/src/interface").Key[], option: (import("naive-ui").TreeSelectOption | null)[]) => void;
|
|
33982
34329
|
handleMenuLeave: () => void;
|
|
@@ -33992,7 +34339,6 @@ export declare function useComponents(): {
|
|
|
33992
34339
|
handleDeleteOption: (option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | any>, selected: boolean) => import("vue").VNodeChild)>) => void;
|
|
33993
34340
|
handlePatternInput: (e: InputEvent) => void;
|
|
33994
34341
|
handleKeydown: (e: KeyboardEvent) => void;
|
|
33995
|
-
handleKeyup: (e: KeyboardEvent) => void;
|
|
33996
34342
|
handleTabOut: () => void;
|
|
33997
34343
|
handleMenuMousedown: (e: MouseEvent) => void;
|
|
33998
34344
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -34036,10 +34382,11 @@ export declare function useComponents(): {
|
|
|
34036
34382
|
opacity5: string;
|
|
34037
34383
|
dividerColor: string;
|
|
34038
34384
|
borderColor: string;
|
|
34039
|
-
|
|
34385
|
+
closeIconColor: string;
|
|
34386
|
+
closeIconColorHover: string;
|
|
34387
|
+
closeIconColorPressed: string;
|
|
34040
34388
|
closeColorHover: string;
|
|
34041
34389
|
closeColorPressed: string;
|
|
34042
|
-
closeColorDisabled: string;
|
|
34043
34390
|
clearColor: string;
|
|
34044
34391
|
clearColorHover: string;
|
|
34045
34392
|
clearColorPressed: string;
|
|
@@ -34342,6 +34689,10 @@ export declare function useComponents(): {
|
|
|
34342
34689
|
themeClass: import("vue").Ref<string> | undefined;
|
|
34343
34690
|
onRender: (() => void) | undefined;
|
|
34344
34691
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34692
|
+
readonly renderLabel: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34693
|
+
readonly renderPrefix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34694
|
+
readonly renderSuffix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34695
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").TreeSelectNodeProps>;
|
|
34345
34696
|
readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
|
|
34346
34697
|
readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
|
|
34347
34698
|
readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
|
|
@@ -34366,11 +34717,16 @@ export declare function useComponents(): {
|
|
|
34366
34717
|
readonly type: StringConstructor;
|
|
34367
34718
|
readonly default: "children";
|
|
34368
34719
|
};
|
|
34720
|
+
readonly disabledField: {
|
|
34721
|
+
readonly type: StringConstructor;
|
|
34722
|
+
readonly default: "disabled";
|
|
34723
|
+
};
|
|
34369
34724
|
readonly defaultExpandedKeys: {
|
|
34370
34725
|
readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
34371
34726
|
readonly default: () => never[];
|
|
34372
34727
|
};
|
|
34373
34728
|
readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
34729
|
+
readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
|
|
34374
34730
|
readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
34375
34731
|
readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
34376
34732
|
readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
@@ -34437,6 +34793,7 @@ export declare function useComponents(): {
|
|
|
34437
34793
|
readonly default: true;
|
|
34438
34794
|
};
|
|
34439
34795
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
34796
|
+
readonly renderTag: import("vue").PropType<import("naive-ui").TreeSelectRenderTag>;
|
|
34440
34797
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
|
|
34441
34798
|
menuPadding: string;
|
|
34442
34799
|
menuColor: string;
|
|
@@ -34894,33 +35251,34 @@ export declare function useComponents(): {
|
|
|
34894
35251
|
}>;
|
|
34895
35252
|
}>>>;
|
|
34896
35253
|
}>>, {
|
|
34897
|
-
show: boolean | undefined;
|
|
34898
|
-
separator: string;
|
|
34899
|
-
multiple: boolean;
|
|
34900
|
-
disabled: boolean | undefined;
|
|
34901
|
-
to: string | boolean | HTMLElement;
|
|
34902
|
-
options: import("naive-ui").TreeSelectOption[];
|
|
34903
|
-
loading: boolean;
|
|
34904
|
-
bordered: boolean;
|
|
34905
|
-
placement: import("vueuc").FollowerPlacement;
|
|
34906
|
-
keyField: string;
|
|
34907
|
-
|
|
34908
|
-
|
|
34909
|
-
|
|
34910
|
-
|
|
34911
|
-
|
|
34912
|
-
|
|
34913
|
-
|
|
34914
|
-
|
|
34915
|
-
|
|
34916
|
-
|
|
34917
|
-
|
|
34918
|
-
|
|
34919
|
-
|
|
34920
|
-
|
|
34921
|
-
|
|
34922
|
-
|
|
34923
|
-
|
|
35254
|
+
readonly show: boolean | undefined;
|
|
35255
|
+
readonly separator: string;
|
|
35256
|
+
readonly multiple: boolean;
|
|
35257
|
+
readonly disabled: boolean | undefined;
|
|
35258
|
+
readonly to: string | boolean | HTMLElement;
|
|
35259
|
+
readonly options: import("naive-ui").TreeSelectOption[];
|
|
35260
|
+
readonly loading: boolean;
|
|
35261
|
+
readonly bordered: boolean;
|
|
35262
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
35263
|
+
readonly keyField: string;
|
|
35264
|
+
readonly labelField: string;
|
|
35265
|
+
readonly virtualScroll: boolean;
|
|
35266
|
+
readonly checkable: boolean;
|
|
35267
|
+
readonly defaultShow: boolean;
|
|
35268
|
+
readonly filterable: boolean;
|
|
35269
|
+
readonly clearable: boolean;
|
|
35270
|
+
readonly clearFilterAfterSelect: boolean;
|
|
35271
|
+
readonly defaultValue: string | number | (string | number)[] | null;
|
|
35272
|
+
readonly consistentMenuWidth: boolean;
|
|
35273
|
+
readonly childrenField: string;
|
|
35274
|
+
readonly defaultExpandAll: boolean;
|
|
35275
|
+
readonly allowCheckingNotLoaded: boolean;
|
|
35276
|
+
readonly cascade: boolean;
|
|
35277
|
+
readonly checkStrategy: import("treemate").CheckStrategy;
|
|
35278
|
+
readonly disabledField: string;
|
|
35279
|
+
readonly leafOnly: boolean;
|
|
35280
|
+
readonly showPath: boolean;
|
|
35281
|
+
readonly defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];
|
|
34924
35282
|
}>;
|
|
34925
35283
|
}, 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<{
|
|
34926
35284
|
mainForm: {
|
|
@@ -35162,9 +35520,11 @@ export declare function useComponents(): {
|
|
|
35162
35520
|
scrollable: BooleanConstructor;
|
|
35163
35521
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35164
35522
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35523
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35165
35524
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
35166
35525
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35167
35526
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35527
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
35168
35528
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
35169
35529
|
internalInheritedEventHandlers: {
|
|
35170
35530
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -35229,10 +35589,11 @@ export declare function useComponents(): {
|
|
|
35229
35589
|
opacity5: string;
|
|
35230
35590
|
dividerColor: string;
|
|
35231
35591
|
borderColor: string;
|
|
35232
|
-
|
|
35592
|
+
closeIconColor: string;
|
|
35593
|
+
closeIconColorHover: string;
|
|
35594
|
+
closeIconColorPressed: string;
|
|
35233
35595
|
closeColorHover: string;
|
|
35234
35596
|
closeColorPressed: string;
|
|
35235
|
-
closeColorDisabled: string;
|
|
35236
35597
|
clearColor: string;
|
|
35237
35598
|
clearColorHover: string;
|
|
35238
35599
|
clearColorPressed: string;
|
|
@@ -35461,9 +35822,11 @@ export declare function useComponents(): {
|
|
|
35461
35822
|
scrollable: BooleanConstructor;
|
|
35462
35823
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35463
35824
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35825
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35464
35826
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
35465
35827
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35466
35828
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35829
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
35467
35830
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
35468
35831
|
internalInheritedEventHandlers: {
|
|
35469
35832
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -35499,6 +35862,7 @@ export declare function useComponents(): {
|
|
|
35499
35862
|
arrowPointToCenter: boolean;
|
|
35500
35863
|
displayDirective: "show" | "if";
|
|
35501
35864
|
keepAliveOnHover: boolean;
|
|
35865
|
+
internalDeactivateImmediately: boolean;
|
|
35502
35866
|
animated: boolean;
|
|
35503
35867
|
internalTrapFocus: boolean;
|
|
35504
35868
|
defaultShow: boolean;
|