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
|
@@ -256,10 +256,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
256
256
|
};
|
|
257
257
|
readonly remote: BooleanConstructor;
|
|
258
258
|
readonly loading: BooleanConstructor;
|
|
259
|
-
readonly filter:
|
|
260
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
261
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
262
|
-
};
|
|
259
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
263
260
|
readonly placement: {
|
|
264
261
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
265
262
|
readonly default: "bottom-start";
|
|
@@ -269,19 +266,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
269
266
|
readonly default: "trigger";
|
|
270
267
|
};
|
|
271
268
|
readonly tag: BooleanConstructor;
|
|
272
|
-
readonly onCreate:
|
|
273
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
274
|
-
readonly default: (label: string) => {
|
|
275
|
-
label: string;
|
|
276
|
-
value: string;
|
|
277
|
-
};
|
|
278
|
-
};
|
|
269
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
279
270
|
readonly fallbackOption: {
|
|
280
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
281
|
-
readonly default:
|
|
282
|
-
label: string;
|
|
283
|
-
value: string | number;
|
|
284
|
-
};
|
|
271
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
272
|
+
readonly default: undefined;
|
|
285
273
|
};
|
|
286
274
|
readonly show: {
|
|
287
275
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -300,11 +288,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
300
288
|
readonly type: BooleanConstructor;
|
|
301
289
|
readonly default: true;
|
|
302
290
|
};
|
|
291
|
+
readonly labelField: {
|
|
292
|
+
readonly type: StringConstructor;
|
|
293
|
+
readonly default: "label";
|
|
294
|
+
};
|
|
295
|
+
readonly valueField: {
|
|
296
|
+
readonly type: StringConstructor;
|
|
297
|
+
readonly default: "value";
|
|
298
|
+
};
|
|
299
|
+
readonly childrenField: {
|
|
300
|
+
readonly type: StringConstructor;
|
|
301
|
+
readonly default: "children";
|
|
302
|
+
};
|
|
303
303
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
304
304
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
305
305
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
306
306
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
307
307
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
308
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
308
309
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
309
310
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
310
311
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -322,6 +323,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
322
323
|
readonly default: true;
|
|
323
324
|
};
|
|
324
325
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
326
|
+
readonly internalShowCheckmark: {
|
|
327
|
+
readonly type: BooleanConstructor;
|
|
328
|
+
readonly default: true;
|
|
329
|
+
};
|
|
325
330
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
326
331
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
327
332
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -350,7 +355,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
350
355
|
borderFocus: string;
|
|
351
356
|
boxShadowHover: string;
|
|
352
357
|
boxShadowActive: string;
|
|
353
|
-
boxShadowFocus: string;
|
|
358
|
+
boxShadowFocus: string; /** 特殊处理
|
|
359
|
+
* search 回复默认值
|
|
360
|
+
*/
|
|
354
361
|
caretColor: string;
|
|
355
362
|
arrowColor: string;
|
|
356
363
|
arrowColorDisabled: string;
|
|
@@ -417,6 +424,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
417
424
|
optionCheckColor: string;
|
|
418
425
|
optionColorPending: string;
|
|
419
426
|
optionColorActive: string;
|
|
427
|
+
optionColorActivePending: string;
|
|
420
428
|
actionTextColor: string;
|
|
421
429
|
loadingColor: string;
|
|
422
430
|
height: string;
|
|
@@ -542,6 +550,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
542
550
|
optionCheckColor: string;
|
|
543
551
|
optionColorPending: string;
|
|
544
552
|
optionColorActive: string;
|
|
553
|
+
optionColorActivePending: string;
|
|
545
554
|
actionTextColor: string;
|
|
546
555
|
loadingColor: string;
|
|
547
556
|
height: string;
|
|
@@ -667,6 +676,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
667
676
|
optionCheckColor: string;
|
|
668
677
|
optionColorPending: string;
|
|
669
678
|
optionColorActive: string;
|
|
679
|
+
optionColorActivePending: string;
|
|
670
680
|
actionTextColor: string;
|
|
671
681
|
loadingColor: string;
|
|
672
682
|
height: string;
|
|
@@ -796,10 +806,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
796
806
|
opacity5: string;
|
|
797
807
|
dividerColor: string;
|
|
798
808
|
borderColor: string;
|
|
799
|
-
|
|
809
|
+
closeIconColor: string;
|
|
810
|
+
closeIconColorHover: string;
|
|
811
|
+
closeIconColorPressed: string;
|
|
800
812
|
closeColorHover: string;
|
|
801
813
|
closeColorPressed: string;
|
|
802
|
-
closeColorDisabled: string;
|
|
803
814
|
clearColor: string;
|
|
804
815
|
clearColorHover: string;
|
|
805
816
|
clearColorPressed: string;
|
|
@@ -954,6 +965,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
954
965
|
optionCheckColor: string;
|
|
955
966
|
optionColorPending: string;
|
|
956
967
|
optionColorActive: string;
|
|
968
|
+
optionColorActivePending: string;
|
|
957
969
|
actionTextColor: string;
|
|
958
970
|
loadingColor: string;
|
|
959
971
|
height: string;
|
|
@@ -1069,10 +1081,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1069
1081
|
};
|
|
1070
1082
|
readonly remote: BooleanConstructor;
|
|
1071
1083
|
readonly loading: BooleanConstructor;
|
|
1072
|
-
readonly filter:
|
|
1073
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1074
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
1075
|
-
};
|
|
1084
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
1076
1085
|
readonly placement: {
|
|
1077
1086
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
1078
1087
|
readonly default: "bottom-start";
|
|
@@ -1082,19 +1091,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1082
1091
|
readonly default: "trigger";
|
|
1083
1092
|
};
|
|
1084
1093
|
readonly tag: BooleanConstructor;
|
|
1085
|
-
readonly onCreate:
|
|
1086
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1087
|
-
readonly default: (label: string) => {
|
|
1088
|
-
label: string;
|
|
1089
|
-
value: string;
|
|
1090
|
-
};
|
|
1091
|
-
};
|
|
1094
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1092
1095
|
readonly fallbackOption: {
|
|
1093
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
1094
|
-
readonly default:
|
|
1095
|
-
label: string;
|
|
1096
|
-
value: string | number;
|
|
1097
|
-
};
|
|
1096
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
1097
|
+
readonly default: undefined;
|
|
1098
1098
|
};
|
|
1099
1099
|
readonly show: {
|
|
1100
1100
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -1113,11 +1113,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1113
1113
|
readonly type: BooleanConstructor;
|
|
1114
1114
|
readonly default: true;
|
|
1115
1115
|
};
|
|
1116
|
+
readonly labelField: {
|
|
1117
|
+
readonly type: StringConstructor;
|
|
1118
|
+
readonly default: "label";
|
|
1119
|
+
};
|
|
1120
|
+
readonly valueField: {
|
|
1121
|
+
readonly type: StringConstructor;
|
|
1122
|
+
readonly default: "value";
|
|
1123
|
+
};
|
|
1124
|
+
readonly childrenField: {
|
|
1125
|
+
readonly type: StringConstructor;
|
|
1126
|
+
readonly default: "children";
|
|
1127
|
+
};
|
|
1116
1128
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
1117
1129
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
1118
1130
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
1119
1131
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1120
1132
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
1133
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
1121
1134
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1122
1135
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1123
1136
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1135,6 +1148,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1135
1148
|
readonly default: true;
|
|
1136
1149
|
};
|
|
1137
1150
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1151
|
+
readonly internalShowCheckmark: {
|
|
1152
|
+
readonly type: BooleanConstructor;
|
|
1153
|
+
readonly default: true;
|
|
1154
|
+
};
|
|
1138
1155
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
1139
1156
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
1140
1157
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -1230,6 +1247,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1230
1247
|
optionCheckColor: string;
|
|
1231
1248
|
optionColorPending: string;
|
|
1232
1249
|
optionColorActive: string;
|
|
1250
|
+
optionColorActivePending: string;
|
|
1233
1251
|
actionTextColor: string;
|
|
1234
1252
|
loadingColor: string;
|
|
1235
1253
|
height: string;
|
|
@@ -1355,6 +1373,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1355
1373
|
optionCheckColor: string;
|
|
1356
1374
|
optionColorPending: string;
|
|
1357
1375
|
optionColorActive: string;
|
|
1376
|
+
optionColorActivePending: string;
|
|
1358
1377
|
actionTextColor: string;
|
|
1359
1378
|
loadingColor: string;
|
|
1360
1379
|
height: string;
|
|
@@ -1480,6 +1499,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1480
1499
|
optionCheckColor: string;
|
|
1481
1500
|
optionColorPending: string;
|
|
1482
1501
|
optionColorActive: string;
|
|
1502
|
+
optionColorActivePending: string;
|
|
1483
1503
|
actionTextColor: string;
|
|
1484
1504
|
loadingColor: string;
|
|
1485
1505
|
height: string;
|
|
@@ -1513,29 +1533,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1513
1533
|
}>;
|
|
1514
1534
|
}>>>;
|
|
1515
1535
|
}>>, {
|
|
1516
|
-
tag: boolean;
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
virtualScroll: boolean;
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1536
|
+
readonly tag: boolean;
|
|
1537
|
+
readonly show: boolean | undefined;
|
|
1538
|
+
readonly multiple: boolean;
|
|
1539
|
+
readonly disabled: boolean | undefined;
|
|
1540
|
+
readonly to: string | boolean | HTMLElement;
|
|
1541
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
1542
|
+
readonly loading: boolean;
|
|
1543
|
+
readonly bordered: boolean | undefined;
|
|
1544
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
1545
|
+
readonly labelField: string;
|
|
1546
|
+
readonly virtualScroll: boolean;
|
|
1547
|
+
readonly valueField: string;
|
|
1548
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
1549
|
+
readonly showArrow: boolean;
|
|
1550
|
+
readonly displayDirective: "show" | "if";
|
|
1551
|
+
readonly filterable: boolean;
|
|
1552
|
+
readonly clearable: boolean;
|
|
1553
|
+
readonly internalShowCheckmark: boolean;
|
|
1554
|
+
readonly clearFilterAfterSelect: boolean;
|
|
1555
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
1556
|
+
readonly remote: boolean;
|
|
1557
|
+
readonly widthMode: string;
|
|
1558
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
1559
|
+
readonly consistentMenuWidth: boolean;
|
|
1560
|
+
readonly childrenField: string;
|
|
1539
1561
|
}>;
|
|
1540
1562
|
NInputNumber: import("vue").DefineComponent<{
|
|
1541
1563
|
autofocus: BooleanConstructor;
|
|
@@ -1555,7 +1577,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1555
1577
|
};
|
|
1556
1578
|
min: (NumberConstructor | StringConstructor)[];
|
|
1557
1579
|
max: (NumberConstructor | StringConstructor)[];
|
|
1558
|
-
size: import("vue").PropType<"
|
|
1580
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
1559
1581
|
disabled: {
|
|
1560
1582
|
type: import("vue").PropType<boolean | undefined>;
|
|
1561
1583
|
default: undefined;
|
|
@@ -1569,6 +1591,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1569
1591
|
type: BooleanConstructor;
|
|
1570
1592
|
default: boolean;
|
|
1571
1593
|
};
|
|
1594
|
+
buttonPlacement: {
|
|
1595
|
+
type: import("vue").PropType<"right" | "both">;
|
|
1596
|
+
default: string;
|
|
1597
|
+
};
|
|
1572
1598
|
readonly: BooleanConstructor;
|
|
1573
1599
|
clearable: BooleanConstructor;
|
|
1574
1600
|
keyboard: {
|
|
@@ -1582,6 +1608,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1582
1608
|
type: BooleanConstructor;
|
|
1583
1609
|
default: boolean;
|
|
1584
1610
|
};
|
|
1611
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
1612
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
1613
|
+
precision: NumberConstructor;
|
|
1585
1614
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1586
1615
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
1587
1616
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -1797,6 +1826,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1797
1826
|
rippleDuration: string;
|
|
1798
1827
|
}, any>;
|
|
1799
1828
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1829
|
+
countTextColorDisabled: string;
|
|
1800
1830
|
countTextColor: string;
|
|
1801
1831
|
heightTiny: string;
|
|
1802
1832
|
heightSmall: string;
|
|
@@ -2065,6 +2095,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2065
2095
|
rippleDuration: string;
|
|
2066
2096
|
}, any>;
|
|
2067
2097
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2098
|
+
countTextColorDisabled: string;
|
|
2068
2099
|
countTextColor: string;
|
|
2069
2100
|
heightTiny: string;
|
|
2070
2101
|
heightSmall: string;
|
|
@@ -2333,6 +2364,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2333
2364
|
rippleDuration: string;
|
|
2334
2365
|
}, any>;
|
|
2335
2366
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2367
|
+
countTextColorDisabled: string;
|
|
2336
2368
|
countTextColor: string;
|
|
2337
2369
|
heightTiny: string;
|
|
2338
2370
|
heightSmall: string;
|
|
@@ -2405,6 +2437,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2405
2437
|
select: () => void;
|
|
2406
2438
|
activate: () => void;
|
|
2407
2439
|
deactivate: () => void;
|
|
2440
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
2408
2441
|
} | null>;
|
|
2409
2442
|
minusButtonInstRef: import("vue").Ref<{
|
|
2410
2443
|
$el: HTMLElement;
|
|
@@ -2418,7 +2451,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2418
2451
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
2419
2452
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
2420
2453
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2421
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
2454
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
2422
2455
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
2423
2456
|
displayedValue: import("vue").Ref<string>;
|
|
2424
2457
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -2475,10 +2508,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2475
2508
|
opacity5: string;
|
|
2476
2509
|
dividerColor: string;
|
|
2477
2510
|
borderColor: string;
|
|
2478
|
-
|
|
2511
|
+
closeIconColor: string;
|
|
2512
|
+
closeIconColorHover: string;
|
|
2513
|
+
closeIconColorPressed: string;
|
|
2479
2514
|
closeColorHover: string;
|
|
2480
2515
|
closeColorPressed: string;
|
|
2481
|
-
closeColorDisabled: string;
|
|
2482
2516
|
clearColor: string;
|
|
2483
2517
|
clearColorHover: string;
|
|
2484
2518
|
clearColorPressed: string;
|
|
@@ -2748,6 +2782,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2748
2782
|
rippleDuration: string;
|
|
2749
2783
|
}, any>;
|
|
2750
2784
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2785
|
+
countTextColorDisabled: string;
|
|
2751
2786
|
countTextColor: string;
|
|
2752
2787
|
heightTiny: string;
|
|
2753
2788
|
heightSmall: string;
|
|
@@ -2850,7 +2885,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2850
2885
|
};
|
|
2851
2886
|
min: (NumberConstructor | StringConstructor)[];
|
|
2852
2887
|
max: (NumberConstructor | StringConstructor)[];
|
|
2853
|
-
size: import("vue").PropType<"
|
|
2888
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
2854
2889
|
disabled: {
|
|
2855
2890
|
type: import("vue").PropType<boolean | undefined>;
|
|
2856
2891
|
default: undefined;
|
|
@@ -2864,6 +2899,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2864
2899
|
type: BooleanConstructor;
|
|
2865
2900
|
default: boolean;
|
|
2866
2901
|
};
|
|
2902
|
+
buttonPlacement: {
|
|
2903
|
+
type: import("vue").PropType<"right" | "both">;
|
|
2904
|
+
default: string;
|
|
2905
|
+
};
|
|
2867
2906
|
readonly: BooleanConstructor;
|
|
2868
2907
|
clearable: BooleanConstructor;
|
|
2869
2908
|
keyboard: {
|
|
@@ -2877,6 +2916,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2877
2916
|
type: BooleanConstructor;
|
|
2878
2917
|
default: boolean;
|
|
2879
2918
|
};
|
|
2919
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
2920
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
2921
|
+
precision: NumberConstructor;
|
|
2880
2922
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
2881
2923
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
2882
2924
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -3092,6 +3134,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3092
3134
|
rippleDuration: string;
|
|
3093
3135
|
}, any>;
|
|
3094
3136
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3137
|
+
countTextColorDisabled: string;
|
|
3095
3138
|
countTextColor: string;
|
|
3096
3139
|
heightTiny: string;
|
|
3097
3140
|
heightSmall: string;
|
|
@@ -3360,6 +3403,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3360
3403
|
rippleDuration: string;
|
|
3361
3404
|
}, any>;
|
|
3362
3405
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3406
|
+
countTextColorDisabled: string;
|
|
3363
3407
|
countTextColor: string;
|
|
3364
3408
|
heightTiny: string;
|
|
3365
3409
|
heightSmall: string;
|
|
@@ -3628,6 +3672,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3628
3672
|
rippleDuration: string;
|
|
3629
3673
|
}, any>;
|
|
3630
3674
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3675
|
+
countTextColorDisabled: string;
|
|
3631
3676
|
countTextColor: string;
|
|
3632
3677
|
heightTiny: string;
|
|
3633
3678
|
heightSmall: string;
|
|
@@ -3702,6 +3747,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3702
3747
|
ArrowDown?: boolean | undefined;
|
|
3703
3748
|
};
|
|
3704
3749
|
showButton: boolean;
|
|
3750
|
+
buttonPlacement: "right" | "both";
|
|
3705
3751
|
updateValueOnInput: boolean;
|
|
3706
3752
|
}>;
|
|
3707
3753
|
TextOverTooltip: import("vue").DefineComponent<{
|
|
@@ -3875,9 +3921,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3875
3921
|
scrollable: BooleanConstructor;
|
|
3876
3922
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3877
3923
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3924
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3878
3925
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3879
3926
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3880
3927
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3928
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
3881
3929
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
3882
3930
|
internalInheritedEventHandlers: {
|
|
3883
3931
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -3942,10 +3990,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3942
3990
|
opacity5: string;
|
|
3943
3991
|
dividerColor: string;
|
|
3944
3992
|
borderColor: string;
|
|
3945
|
-
|
|
3993
|
+
closeIconColor: string;
|
|
3994
|
+
closeIconColorHover: string;
|
|
3995
|
+
closeIconColorPressed: string;
|
|
3946
3996
|
closeColorHover: string;
|
|
3947
3997
|
closeColorPressed: string;
|
|
3948
|
-
closeColorDisabled: string;
|
|
3949
3998
|
clearColor: string;
|
|
3950
3999
|
clearColorHover: string;
|
|
3951
4000
|
clearColorPressed: string;
|
|
@@ -4174,9 +4223,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4174
4223
|
scrollable: BooleanConstructor;
|
|
4175
4224
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4176
4225
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4226
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4177
4227
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4178
4228
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4179
4229
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4230
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
4180
4231
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4181
4232
|
internalInheritedEventHandlers: {
|
|
4182
4233
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4212,6 +4263,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4212
4263
|
arrowPointToCenter: boolean;
|
|
4213
4264
|
displayDirective: "show" | "if";
|
|
4214
4265
|
keepAliveOnHover: boolean;
|
|
4266
|
+
internalDeactivateImmediately: boolean;
|
|
4215
4267
|
animated: boolean;
|
|
4216
4268
|
internalTrapFocus: boolean;
|
|
4217
4269
|
defaultShow: boolean;
|
|
@@ -4535,6 +4587,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4535
4587
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
4536
4588
|
readonly default: undefined;
|
|
4537
4589
|
};
|
|
4590
|
+
readonly panel: BooleanConstructor;
|
|
4538
4591
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
4539
4592
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
4540
4593
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -4605,6 +4658,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4605
4658
|
calendarLeftPaddingYear: string;
|
|
4606
4659
|
calendarLeftPaddingQuarter: string;
|
|
4607
4660
|
calendarLeftPaddingMonthrange: string;
|
|
4661
|
+
calendarLeftPaddingQuarterrange: string;
|
|
4662
|
+
calendarLeftPaddingYearrange: string;
|
|
4608
4663
|
calendarRightPaddingDate: string;
|
|
4609
4664
|
calendarRightPaddingDatetime: string;
|
|
4610
4665
|
calendarRightPaddingDaterange: string;
|
|
@@ -4613,8 +4668,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4613
4668
|
calendarRightPaddingYear: string;
|
|
4614
4669
|
calendarRightPaddingQuarter: string;
|
|
4615
4670
|
calendarRightPaddingMonthrange: string;
|
|
4671
|
+
calendarRightPaddingQuarterrange: string;
|
|
4672
|
+
calendarRightPaddingYearrange: string;
|
|
4616
4673
|
}, {
|
|
4617
4674
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4675
|
+
countTextColorDisabled: string;
|
|
4618
4676
|
countTextColor: string;
|
|
4619
4677
|
heightTiny: string;
|
|
4620
4678
|
heightSmall: string;
|
|
@@ -5104,6 +5162,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5104
5162
|
rippleDuration: string;
|
|
5105
5163
|
}, any>;
|
|
5106
5164
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5165
|
+
countTextColorDisabled: string;
|
|
5107
5166
|
countTextColor: string;
|
|
5108
5167
|
heightTiny: string;
|
|
5109
5168
|
heightSmall: string;
|
|
@@ -5219,6 +5278,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5219
5278
|
calendarLeftPaddingYear: string;
|
|
5220
5279
|
calendarLeftPaddingQuarter: string;
|
|
5221
5280
|
calendarLeftPaddingMonthrange: string;
|
|
5281
|
+
calendarLeftPaddingQuarterrange: string;
|
|
5282
|
+
calendarLeftPaddingYearrange: string;
|
|
5222
5283
|
calendarRightPaddingDate: string;
|
|
5223
5284
|
calendarRightPaddingDatetime: string;
|
|
5224
5285
|
calendarRightPaddingDaterange: string;
|
|
@@ -5227,8 +5288,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5227
5288
|
calendarRightPaddingYear: string;
|
|
5228
5289
|
calendarRightPaddingQuarter: string;
|
|
5229
5290
|
calendarRightPaddingMonthrange: string;
|
|
5291
|
+
calendarRightPaddingQuarterrange: string;
|
|
5292
|
+
calendarRightPaddingYearrange: string;
|
|
5230
5293
|
}, {
|
|
5231
5294
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5295
|
+
countTextColorDisabled: string;
|
|
5232
5296
|
countTextColor: string;
|
|
5233
5297
|
heightTiny: string;
|
|
5234
5298
|
heightSmall: string;
|
|
@@ -5718,6 +5782,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5718
5782
|
rippleDuration: string;
|
|
5719
5783
|
}, any>;
|
|
5720
5784
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5785
|
+
countTextColorDisabled: string;
|
|
5721
5786
|
countTextColor: string;
|
|
5722
5787
|
heightTiny: string;
|
|
5723
5788
|
heightSmall: string;
|
|
@@ -5833,6 +5898,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5833
5898
|
calendarLeftPaddingYear: string;
|
|
5834
5899
|
calendarLeftPaddingQuarter: string;
|
|
5835
5900
|
calendarLeftPaddingMonthrange: string;
|
|
5901
|
+
calendarLeftPaddingQuarterrange: string;
|
|
5902
|
+
calendarLeftPaddingYearrange: string;
|
|
5836
5903
|
calendarRightPaddingDate: string;
|
|
5837
5904
|
calendarRightPaddingDatetime: string;
|
|
5838
5905
|
calendarRightPaddingDaterange: string;
|
|
@@ -5841,8 +5908,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5841
5908
|
calendarRightPaddingYear: string;
|
|
5842
5909
|
calendarRightPaddingQuarter: string;
|
|
5843
5910
|
calendarRightPaddingMonthrange: string;
|
|
5911
|
+
calendarRightPaddingQuarterrange: string;
|
|
5912
|
+
calendarRightPaddingYearrange: string;
|
|
5844
5913
|
}, {
|
|
5845
5914
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5915
|
+
countTextColorDisabled: string;
|
|
5846
5916
|
countTextColor: string;
|
|
5847
5917
|
heightTiny: string;
|
|
5848
5918
|
heightSmall: string;
|
|
@@ -6332,6 +6402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6332
6402
|
rippleDuration: string;
|
|
6333
6403
|
}, any>;
|
|
6334
6404
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6405
|
+
countTextColorDisabled: string;
|
|
6335
6406
|
countTextColor: string;
|
|
6336
6407
|
heightTiny: string;
|
|
6337
6408
|
heightSmall: string;
|
|
@@ -6412,8 +6483,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6412
6483
|
contentRef: HTMLElement | null;
|
|
6413
6484
|
containerScrollTop: number;
|
|
6414
6485
|
syncUnifiedContainer: () => void;
|
|
6415
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6416
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6486
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6487
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6417
6488
|
sync: () => void;
|
|
6418
6489
|
handleMouseEnterWrapper: () => void;
|
|
6419
6490
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6424,8 +6495,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6424
6495
|
contentRef: HTMLElement | null;
|
|
6425
6496
|
containerScrollTop: number;
|
|
6426
6497
|
syncUnifiedContainer: () => void;
|
|
6427
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6428
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6498
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6499
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6429
6500
|
sync: () => void;
|
|
6430
6501
|
handleMouseEnterWrapper: () => void;
|
|
6431
6502
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6441,8 +6512,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6441
6512
|
contentRef: HTMLElement | null;
|
|
6442
6513
|
containerScrollTop: number;
|
|
6443
6514
|
syncUnifiedContainer: () => void;
|
|
6444
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6445
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6515
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6516
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6446
6517
|
sync: () => void;
|
|
6447
6518
|
handleMouseEnterWrapper: () => void;
|
|
6448
6519
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6453,8 +6524,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6453
6524
|
contentRef: HTMLElement | null;
|
|
6454
6525
|
containerScrollTop: number;
|
|
6455
6526
|
syncUnifiedContainer: () => void;
|
|
6456
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6457
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6527
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6528
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6458
6529
|
sync: () => void;
|
|
6459
6530
|
handleMouseEnterWrapper: () => void;
|
|
6460
6531
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6465,8 +6536,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6465
6536
|
contentRef: HTMLElement | null;
|
|
6466
6537
|
containerScrollTop: number;
|
|
6467
6538
|
syncUnifiedContainer: () => void;
|
|
6468
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6469
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6539
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6540
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6470
6541
|
sync: () => void;
|
|
6471
6542
|
handleMouseEnterWrapper: () => void;
|
|
6472
6543
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6477,8 +6548,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6477
6548
|
contentRef: HTMLElement | null;
|
|
6478
6549
|
containerScrollTop: number;
|
|
6479
6550
|
syncUnifiedContainer: () => void;
|
|
6480
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6481
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6551
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6552
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6482
6553
|
sync: () => void;
|
|
6483
6554
|
handleMouseEnterWrapper: () => void;
|
|
6484
6555
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6505,6 +6576,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6505
6576
|
select: () => void;
|
|
6506
6577
|
activate: () => void;
|
|
6507
6578
|
deactivate: () => void;
|
|
6579
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
6508
6580
|
} | null>;
|
|
6509
6581
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
6510
6582
|
displayTime: import("vue").Ref<string>;
|
|
@@ -6521,8 +6593,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6521
6593
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6522
6594
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6523
6595
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6596
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
6524
6597
|
handleClickOutside: (e: MouseEvent) => void;
|
|
6525
|
-
|
|
6598
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
6526
6599
|
handleClear: () => void;
|
|
6527
6600
|
handlePanelClear: () => void;
|
|
6528
6601
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -6577,10 +6650,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6577
6650
|
opacity5: string;
|
|
6578
6651
|
dividerColor: string;
|
|
6579
6652
|
borderColor: string;
|
|
6580
|
-
|
|
6653
|
+
closeIconColor: string;
|
|
6654
|
+
closeIconColorHover: string;
|
|
6655
|
+
closeIconColorPressed: string;
|
|
6581
6656
|
closeColorHover: string;
|
|
6582
6657
|
closeColorPressed: string;
|
|
6583
|
-
closeColorDisabled: string;
|
|
6584
6658
|
clearColor: string;
|
|
6585
6659
|
clearColorHover: string;
|
|
6586
6660
|
clearColorPressed: string;
|
|
@@ -6691,6 +6765,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6691
6765
|
calendarLeftPaddingYear: string;
|
|
6692
6766
|
calendarLeftPaddingQuarter: string;
|
|
6693
6767
|
calendarLeftPaddingMonthrange: string;
|
|
6768
|
+
calendarLeftPaddingQuarterrange: string;
|
|
6769
|
+
calendarLeftPaddingYearrange: string;
|
|
6694
6770
|
calendarRightPaddingDate: string;
|
|
6695
6771
|
calendarRightPaddingDatetime: string;
|
|
6696
6772
|
calendarRightPaddingDaterange: string;
|
|
@@ -6699,9 +6775,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6699
6775
|
calendarRightPaddingYear: string;
|
|
6700
6776
|
calendarRightPaddingQuarter: string;
|
|
6701
6777
|
calendarRightPaddingMonthrange: string;
|
|
6778
|
+
calendarRightPaddingQuarterrange: string;
|
|
6779
|
+
calendarRightPaddingYearrange: string;
|
|
6702
6780
|
};
|
|
6703
6781
|
peers: {
|
|
6704
6782
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6783
|
+
countTextColorDisabled: string;
|
|
6705
6784
|
countTextColor: string;
|
|
6706
6785
|
heightTiny: string;
|
|
6707
6786
|
heightSmall: string;
|
|
@@ -7191,6 +7270,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7191
7270
|
rippleDuration: string;
|
|
7192
7271
|
}, any>;
|
|
7193
7272
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7273
|
+
countTextColorDisabled: string;
|
|
7194
7274
|
countTextColor: string;
|
|
7195
7275
|
heightTiny: string;
|
|
7196
7276
|
heightSmall: string;
|
|
@@ -7478,6 +7558,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7478
7558
|
rippleDuration: string;
|
|
7479
7559
|
}, any>> | undefined;
|
|
7480
7560
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7561
|
+
countTextColorDisabled: string;
|
|
7481
7562
|
countTextColor: string;
|
|
7482
7563
|
heightTiny: string;
|
|
7483
7564
|
heightSmall: string;
|
|
@@ -7549,8 +7630,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7549
7630
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
7550
7631
|
triggerCssVars: import("vue").ComputedRef<{
|
|
7551
7632
|
'--n-bezier': string;
|
|
7552
|
-
'--n-icon-color': string;
|
|
7553
|
-
'--n-icon-color-disabled': string;
|
|
7633
|
+
'--n-icon-color-override': string;
|
|
7634
|
+
'--n-icon-color-disabled-override': string;
|
|
7554
7635
|
}> | undefined;
|
|
7555
7636
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
7556
7637
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -7648,6 +7729,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7648
7729
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
7649
7730
|
readonly default: undefined;
|
|
7650
7731
|
};
|
|
7732
|
+
readonly panel: BooleanConstructor;
|
|
7651
7733
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
7652
7734
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
7653
7735
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -7718,6 +7800,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7718
7800
|
calendarLeftPaddingYear: string;
|
|
7719
7801
|
calendarLeftPaddingQuarter: string;
|
|
7720
7802
|
calendarLeftPaddingMonthrange: string;
|
|
7803
|
+
calendarLeftPaddingQuarterrange: string;
|
|
7804
|
+
calendarLeftPaddingYearrange: string;
|
|
7721
7805
|
calendarRightPaddingDate: string;
|
|
7722
7806
|
calendarRightPaddingDatetime: string;
|
|
7723
7807
|
calendarRightPaddingDaterange: string;
|
|
@@ -7726,8 +7810,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7726
7810
|
calendarRightPaddingYear: string;
|
|
7727
7811
|
calendarRightPaddingQuarter: string;
|
|
7728
7812
|
calendarRightPaddingMonthrange: string;
|
|
7813
|
+
calendarRightPaddingQuarterrange: string;
|
|
7814
|
+
calendarRightPaddingYearrange: string;
|
|
7729
7815
|
}, {
|
|
7730
7816
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7817
|
+
countTextColorDisabled: string;
|
|
7731
7818
|
countTextColor: string;
|
|
7732
7819
|
heightTiny: string;
|
|
7733
7820
|
heightSmall: string;
|
|
@@ -8217,6 +8304,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8217
8304
|
rippleDuration: string;
|
|
8218
8305
|
}, any>;
|
|
8219
8306
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8307
|
+
countTextColorDisabled: string;
|
|
8220
8308
|
countTextColor: string;
|
|
8221
8309
|
heightTiny: string;
|
|
8222
8310
|
heightSmall: string;
|
|
@@ -8332,6 +8420,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8332
8420
|
calendarLeftPaddingYear: string;
|
|
8333
8421
|
calendarLeftPaddingQuarter: string;
|
|
8334
8422
|
calendarLeftPaddingMonthrange: string;
|
|
8423
|
+
calendarLeftPaddingQuarterrange: string;
|
|
8424
|
+
calendarLeftPaddingYearrange: string;
|
|
8335
8425
|
calendarRightPaddingDate: string;
|
|
8336
8426
|
calendarRightPaddingDatetime: string;
|
|
8337
8427
|
calendarRightPaddingDaterange: string;
|
|
@@ -8340,8 +8430,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8340
8430
|
calendarRightPaddingYear: string;
|
|
8341
8431
|
calendarRightPaddingQuarter: string;
|
|
8342
8432
|
calendarRightPaddingMonthrange: string;
|
|
8433
|
+
calendarRightPaddingQuarterrange: string;
|
|
8434
|
+
calendarRightPaddingYearrange: string;
|
|
8343
8435
|
}, {
|
|
8344
8436
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8437
|
+
countTextColorDisabled: string;
|
|
8345
8438
|
countTextColor: string;
|
|
8346
8439
|
heightTiny: string;
|
|
8347
8440
|
heightSmall: string;
|
|
@@ -8831,6 +8924,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8831
8924
|
rippleDuration: string;
|
|
8832
8925
|
}, any>;
|
|
8833
8926
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8927
|
+
countTextColorDisabled: string;
|
|
8834
8928
|
countTextColor: string;
|
|
8835
8929
|
heightTiny: string;
|
|
8836
8930
|
heightSmall: string;
|
|
@@ -8946,6 +9040,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8946
9040
|
calendarLeftPaddingYear: string;
|
|
8947
9041
|
calendarLeftPaddingQuarter: string;
|
|
8948
9042
|
calendarLeftPaddingMonthrange: string;
|
|
9043
|
+
calendarLeftPaddingQuarterrange: string;
|
|
9044
|
+
calendarLeftPaddingYearrange: string;
|
|
8949
9045
|
calendarRightPaddingDate: string;
|
|
8950
9046
|
calendarRightPaddingDatetime: string;
|
|
8951
9047
|
calendarRightPaddingDaterange: string;
|
|
@@ -8954,8 +9050,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8954
9050
|
calendarRightPaddingYear: string;
|
|
8955
9051
|
calendarRightPaddingQuarter: string;
|
|
8956
9052
|
calendarRightPaddingMonthrange: string;
|
|
9053
|
+
calendarRightPaddingQuarterrange: string;
|
|
9054
|
+
calendarRightPaddingYearrange: string;
|
|
8957
9055
|
}, {
|
|
8958
9056
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9057
|
+
countTextColorDisabled: string;
|
|
8959
9058
|
countTextColor: string;
|
|
8960
9059
|
heightTiny: string;
|
|
8961
9060
|
heightSmall: string;
|
|
@@ -9445,6 +9544,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9445
9544
|
rippleDuration: string;
|
|
9446
9545
|
}, any>;
|
|
9447
9546
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9547
|
+
countTextColorDisabled: string;
|
|
9448
9548
|
countTextColor: string;
|
|
9449
9549
|
heightTiny: string;
|
|
9450
9550
|
heightSmall: string;
|
|
@@ -9511,17 +9611,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9511
9611
|
}, any>;
|
|
9512
9612
|
}>>>;
|
|
9513
9613
|
}>>, {
|
|
9514
|
-
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
9515
|
-
show: boolean | undefined;
|
|
9516
|
-
disabled: boolean | undefined;
|
|
9517
|
-
to: string | boolean | HTMLElement;
|
|
9518
|
-
bordered: boolean | undefined;
|
|
9519
|
-
placement: import("naive-ui").PopoverPlacement;
|
|
9520
|
-
clearable: boolean;
|
|
9521
|
-
inputReadonly: boolean;
|
|
9522
|
-
|
|
9523
|
-
|
|
9524
|
-
|
|
9614
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
9615
|
+
readonly show: boolean | undefined;
|
|
9616
|
+
readonly disabled: boolean | undefined;
|
|
9617
|
+
readonly to: string | boolean | HTMLElement;
|
|
9618
|
+
readonly bordered: boolean | undefined;
|
|
9619
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
9620
|
+
readonly clearable: boolean;
|
|
9621
|
+
readonly inputReadonly: boolean;
|
|
9622
|
+
readonly panel: boolean;
|
|
9623
|
+
readonly updateValueOnClose: boolean;
|
|
9624
|
+
readonly closeOnSelect: boolean;
|
|
9625
|
+
readonly bindCalendarMonths: boolean;
|
|
9525
9626
|
}>;
|
|
9526
9627
|
}, 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<{
|
|
9527
9628
|
mainForm: {
|
|
@@ -9728,7 +9829,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9728
9829
|
};
|
|
9729
9830
|
min: (NumberConstructor | StringConstructor)[];
|
|
9730
9831
|
max: (NumberConstructor | StringConstructor)[];
|
|
9731
|
-
size: import("vue").PropType<"
|
|
9832
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
9732
9833
|
disabled: {
|
|
9733
9834
|
type: import("vue").PropType<boolean | undefined>;
|
|
9734
9835
|
default: undefined;
|
|
@@ -9742,6 +9843,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9742
9843
|
type: BooleanConstructor;
|
|
9743
9844
|
default: boolean;
|
|
9744
9845
|
};
|
|
9846
|
+
buttonPlacement: {
|
|
9847
|
+
type: import("vue").PropType<"right" | "both">;
|
|
9848
|
+
default: string;
|
|
9849
|
+
};
|
|
9745
9850
|
readonly: BooleanConstructor;
|
|
9746
9851
|
clearable: BooleanConstructor;
|
|
9747
9852
|
keyboard: {
|
|
@@ -9755,6 +9860,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9755
9860
|
type: BooleanConstructor;
|
|
9756
9861
|
default: boolean;
|
|
9757
9862
|
};
|
|
9863
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
9864
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
9865
|
+
precision: NumberConstructor;
|
|
9758
9866
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
9759
9867
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
9760
9868
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -9970,6 +10078,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9970
10078
|
rippleDuration: string;
|
|
9971
10079
|
}, any>;
|
|
9972
10080
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10081
|
+
countTextColorDisabled: string;
|
|
9973
10082
|
countTextColor: string;
|
|
9974
10083
|
heightTiny: string;
|
|
9975
10084
|
heightSmall: string;
|
|
@@ -10238,6 +10347,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10238
10347
|
rippleDuration: string;
|
|
10239
10348
|
}, any>;
|
|
10240
10349
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10350
|
+
countTextColorDisabled: string;
|
|
10241
10351
|
countTextColor: string;
|
|
10242
10352
|
heightTiny: string;
|
|
10243
10353
|
heightSmall: string;
|
|
@@ -10506,6 +10616,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10506
10616
|
rippleDuration: string;
|
|
10507
10617
|
}, any>;
|
|
10508
10618
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10619
|
+
countTextColorDisabled: string;
|
|
10509
10620
|
countTextColor: string;
|
|
10510
10621
|
heightTiny: string;
|
|
10511
10622
|
heightSmall: string;
|
|
@@ -10578,6 +10689,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10578
10689
|
select: () => void;
|
|
10579
10690
|
activate: () => void;
|
|
10580
10691
|
deactivate: () => void;
|
|
10692
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
10581
10693
|
} | null>;
|
|
10582
10694
|
minusButtonInstRef: import("vue").Ref<{
|
|
10583
10695
|
$el: HTMLElement;
|
|
@@ -10591,7 +10703,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10591
10703
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
10592
10704
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
10593
10705
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10594
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
10706
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
10595
10707
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
10596
10708
|
displayedValue: import("vue").Ref<string>;
|
|
10597
10709
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -10648,10 +10760,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10648
10760
|
opacity5: string;
|
|
10649
10761
|
dividerColor: string;
|
|
10650
10762
|
borderColor: string;
|
|
10651
|
-
|
|
10763
|
+
closeIconColor: string;
|
|
10764
|
+
closeIconColorHover: string;
|
|
10765
|
+
closeIconColorPressed: string;
|
|
10652
10766
|
closeColorHover: string;
|
|
10653
10767
|
closeColorPressed: string;
|
|
10654
|
-
closeColorDisabled: string;
|
|
10655
10768
|
clearColor: string;
|
|
10656
10769
|
clearColorHover: string;
|
|
10657
10770
|
clearColorPressed: string;
|
|
@@ -10921,6 +11034,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10921
11034
|
rippleDuration: string;
|
|
10922
11035
|
}, any>;
|
|
10923
11036
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11037
|
+
countTextColorDisabled: string;
|
|
10924
11038
|
countTextColor: string;
|
|
10925
11039
|
heightTiny: string;
|
|
10926
11040
|
heightSmall: string;
|
|
@@ -11023,7 +11137,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11023
11137
|
};
|
|
11024
11138
|
min: (NumberConstructor | StringConstructor)[];
|
|
11025
11139
|
max: (NumberConstructor | StringConstructor)[];
|
|
11026
|
-
size: import("vue").PropType<"
|
|
11140
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
11027
11141
|
disabled: {
|
|
11028
11142
|
type: import("vue").PropType<boolean | undefined>;
|
|
11029
11143
|
default: undefined;
|
|
@@ -11037,6 +11151,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11037
11151
|
type: BooleanConstructor;
|
|
11038
11152
|
default: boolean;
|
|
11039
11153
|
};
|
|
11154
|
+
buttonPlacement: {
|
|
11155
|
+
type: import("vue").PropType<"right" | "both">;
|
|
11156
|
+
default: string;
|
|
11157
|
+
};
|
|
11040
11158
|
readonly: BooleanConstructor;
|
|
11041
11159
|
clearable: BooleanConstructor;
|
|
11042
11160
|
keyboard: {
|
|
@@ -11050,6 +11168,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11050
11168
|
type: BooleanConstructor;
|
|
11051
11169
|
default: boolean;
|
|
11052
11170
|
};
|
|
11171
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
11172
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
11173
|
+
precision: NumberConstructor;
|
|
11053
11174
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
11054
11175
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
11055
11176
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -11265,6 +11386,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11265
11386
|
rippleDuration: string;
|
|
11266
11387
|
}, any>;
|
|
11267
11388
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11389
|
+
countTextColorDisabled: string;
|
|
11268
11390
|
countTextColor: string;
|
|
11269
11391
|
heightTiny: string;
|
|
11270
11392
|
heightSmall: string;
|
|
@@ -11533,6 +11655,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11533
11655
|
rippleDuration: string;
|
|
11534
11656
|
}, any>;
|
|
11535
11657
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11658
|
+
countTextColorDisabled: string;
|
|
11536
11659
|
countTextColor: string;
|
|
11537
11660
|
heightTiny: string;
|
|
11538
11661
|
heightSmall: string;
|
|
@@ -11801,6 +11924,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11801
11924
|
rippleDuration: string;
|
|
11802
11925
|
}, any>;
|
|
11803
11926
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11927
|
+
countTextColorDisabled: string;
|
|
11804
11928
|
countTextColor: string;
|
|
11805
11929
|
heightTiny: string;
|
|
11806
11930
|
heightSmall: string;
|
|
@@ -11875,6 +11999,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11875
11999
|
ArrowDown?: boolean | undefined;
|
|
11876
12000
|
};
|
|
11877
12001
|
showButton: boolean;
|
|
12002
|
+
buttonPlacement: "right" | "both";
|
|
11878
12003
|
updateValueOnInput: boolean;
|
|
11879
12004
|
}>;
|
|
11880
12005
|
TextOverTooltip: import("vue").DefineComponent<{
|
|
@@ -12048,9 +12173,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12048
12173
|
scrollable: BooleanConstructor;
|
|
12049
12174
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12050
12175
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12176
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12051
12177
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12052
12178
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12053
12179
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12180
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
12054
12181
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
12055
12182
|
internalInheritedEventHandlers: {
|
|
12056
12183
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -12115,10 +12242,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12115
12242
|
opacity5: string;
|
|
12116
12243
|
dividerColor: string;
|
|
12117
12244
|
borderColor: string;
|
|
12118
|
-
|
|
12245
|
+
closeIconColor: string;
|
|
12246
|
+
closeIconColorHover: string;
|
|
12247
|
+
closeIconColorPressed: string;
|
|
12119
12248
|
closeColorHover: string;
|
|
12120
12249
|
closeColorPressed: string;
|
|
12121
|
-
closeColorDisabled: string;
|
|
12122
12250
|
clearColor: string;
|
|
12123
12251
|
clearColorHover: string;
|
|
12124
12252
|
clearColorPressed: string;
|
|
@@ -12347,9 +12475,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12347
12475
|
scrollable: BooleanConstructor;
|
|
12348
12476
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12349
12477
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12478
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12350
12479
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12351
12480
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12352
12481
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12482
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
12353
12483
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
12354
12484
|
internalInheritedEventHandlers: {
|
|
12355
12485
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -12385,6 +12515,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12385
12515
|
arrowPointToCenter: boolean;
|
|
12386
12516
|
displayDirective: "show" | "if";
|
|
12387
12517
|
keepAliveOnHover: boolean;
|
|
12518
|
+
internalDeactivateImmediately: boolean;
|
|
12388
12519
|
animated: boolean;
|
|
12389
12520
|
internalTrapFocus: boolean;
|
|
12390
12521
|
defaultShow: boolean;
|
|
@@ -12663,6 +12794,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12663
12794
|
type: BooleanConstructor;
|
|
12664
12795
|
default: undefined;
|
|
12665
12796
|
};
|
|
12797
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
12798
|
+
renderCount: import("vue").PropType<(props: {
|
|
12799
|
+
value: string;
|
|
12800
|
+
}) => import("vue").VNodeChild>;
|
|
12666
12801
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12667
12802
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
12668
12803
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -12691,6 +12826,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12691
12826
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
12692
12827
|
showPasswordToggle: BooleanConstructor;
|
|
12693
12828
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12829
|
+
countTextColorDisabled: string;
|
|
12694
12830
|
countTextColor: string;
|
|
12695
12831
|
heightTiny: string;
|
|
12696
12832
|
heightSmall: string;
|
|
@@ -12751,6 +12887,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12751
12887
|
clearSize: string;
|
|
12752
12888
|
}, any>>;
|
|
12753
12889
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12890
|
+
countTextColorDisabled: string;
|
|
12754
12891
|
countTextColor: string;
|
|
12755
12892
|
heightTiny: string;
|
|
12756
12893
|
heightSmall: string;
|
|
@@ -12811,6 +12948,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12811
12948
|
clearSize: string;
|
|
12812
12949
|
}, any>>>;
|
|
12813
12950
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12951
|
+
countTextColorDisabled: string;
|
|
12814
12952
|
countTextColor: string;
|
|
12815
12953
|
heightTiny: string;
|
|
12816
12954
|
heightSmall: string;
|
|
@@ -12883,8 +13021,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12883
13021
|
contentRef: HTMLElement | null;
|
|
12884
13022
|
containerScrollTop: number;
|
|
12885
13023
|
syncUnifiedContainer: () => void;
|
|
12886
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
12887
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
13024
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
13025
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
12888
13026
|
sync: () => void;
|
|
12889
13027
|
handleMouseEnterWrapper: () => void;
|
|
12890
13028
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -12918,7 +13056,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12918
13056
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
12919
13057
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
12920
13058
|
handleInputBlur: (e: FocusEvent) => void;
|
|
12921
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
13059
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
12922
13060
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
12923
13061
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
12924
13062
|
handleMouseEnter: () => void;
|
|
@@ -12929,7 +13067,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12929
13067
|
handleClear: (e: MouseEvent) => void;
|
|
12930
13068
|
handlePasswordToggleClick: () => void;
|
|
12931
13069
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
12932
|
-
|
|
13070
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
12933
13071
|
handleTextAreaMirrorResize: () => void;
|
|
12934
13072
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
12935
13073
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -12973,16 +13111,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12973
13111
|
opacity5: string;
|
|
12974
13112
|
dividerColor: string;
|
|
12975
13113
|
borderColor: string;
|
|
12976
|
-
|
|
13114
|
+
closeIconColor: string;
|
|
13115
|
+
closeIconColorHover: string;
|
|
13116
|
+
closeIconColorPressed: string;
|
|
12977
13117
|
closeColorHover: string;
|
|
12978
13118
|
closeColorPressed: string;
|
|
12979
|
-
closeColorDisabled: string;
|
|
12980
13119
|
clearColor: string;
|
|
12981
13120
|
clearColorHover: string;
|
|
12982
13121
|
clearColorPressed: string;
|
|
12983
13122
|
scrollbarColor: string;
|
|
12984
13123
|
scrollbarColorHover: string;
|
|
12985
|
-
scrollbarWidth: string;
|
|
13124
|
+
scrollbarWidth: string; /** 特殊处理
|
|
13125
|
+
* search 回复默认值
|
|
13126
|
+
*/
|
|
12986
13127
|
scrollbarHeight: string;
|
|
12987
13128
|
scrollbarBorderRadius: string;
|
|
12988
13129
|
progressRailColor: string;
|
|
@@ -13038,6 +13179,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13038
13179
|
name: "common";
|
|
13039
13180
|
};
|
|
13040
13181
|
self: {
|
|
13182
|
+
countTextColorDisabled: string;
|
|
13041
13183
|
countTextColor: string;
|
|
13042
13184
|
heightTiny: string;
|
|
13043
13185
|
heightSmall: string;
|
|
@@ -13105,6 +13247,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13105
13247
|
cssVars: import("vue").ComputedRef<{
|
|
13106
13248
|
'--n-bezier': string;
|
|
13107
13249
|
'--n-count-text-color': string;
|
|
13250
|
+
'--n-count-text-color-disabled': string;
|
|
13108
13251
|
'--n-color': string;
|
|
13109
13252
|
'--n-font-size': string;
|
|
13110
13253
|
'--n-border-radius': string;
|
|
@@ -13159,6 +13302,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13159
13302
|
select: () => void;
|
|
13160
13303
|
activate: () => void;
|
|
13161
13304
|
deactivate: () => void;
|
|
13305
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
13162
13306
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13163
13307
|
bordered: {
|
|
13164
13308
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -13217,6 +13361,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13217
13361
|
type: BooleanConstructor;
|
|
13218
13362
|
default: undefined;
|
|
13219
13363
|
};
|
|
13364
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
13365
|
+
renderCount: import("vue").PropType<(props: {
|
|
13366
|
+
value: string;
|
|
13367
|
+
}) => import("vue").VNodeChild>;
|
|
13220
13368
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13221
13369
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
13222
13370
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -13245,6 +13393,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13245
13393
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
13246
13394
|
showPasswordToggle: BooleanConstructor;
|
|
13247
13395
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13396
|
+
countTextColorDisabled: string;
|
|
13248
13397
|
countTextColor: string;
|
|
13249
13398
|
heightTiny: string;
|
|
13250
13399
|
heightSmall: string;
|
|
@@ -13305,6 +13454,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13305
13454
|
clearSize: string;
|
|
13306
13455
|
}, any>>;
|
|
13307
13456
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13457
|
+
countTextColorDisabled: string;
|
|
13308
13458
|
countTextColor: string;
|
|
13309
13459
|
heightTiny: string;
|
|
13310
13460
|
heightSmall: string;
|
|
@@ -13365,6 +13515,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13365
13515
|
clearSize: string;
|
|
13366
13516
|
}, any>>>;
|
|
13367
13517
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13518
|
+
countTextColorDisabled: string;
|
|
13368
13519
|
countTextColor: string;
|
|
13369
13520
|
heightTiny: string;
|
|
13370
13521
|
heightSmall: string;
|
|
@@ -13621,9 +13772,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13621
13772
|
scrollable: BooleanConstructor;
|
|
13622
13773
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13623
13774
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13775
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13624
13776
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13625
13777
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13626
13778
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13779
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
13627
13780
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
13628
13781
|
internalInheritedEventHandlers: {
|
|
13629
13782
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -13688,10 +13841,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13688
13841
|
opacity5: string;
|
|
13689
13842
|
dividerColor: string;
|
|
13690
13843
|
borderColor: string;
|
|
13691
|
-
|
|
13844
|
+
closeIconColor: string;
|
|
13845
|
+
closeIconColorHover: string;
|
|
13846
|
+
closeIconColorPressed: string;
|
|
13692
13847
|
closeColorHover: string;
|
|
13693
13848
|
closeColorPressed: string;
|
|
13694
|
-
closeColorDisabled: string;
|
|
13695
13849
|
clearColor: string;
|
|
13696
13850
|
clearColorHover: string;
|
|
13697
13851
|
clearColorPressed: string;
|
|
@@ -13920,9 +14074,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13920
14074
|
scrollable: BooleanConstructor;
|
|
13921
14075
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13922
14076
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
14077
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13923
14078
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13924
14079
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13925
14080
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
14081
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
13926
14082
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
13927
14083
|
internalInheritedEventHandlers: {
|
|
13928
14084
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -13958,6 +14114,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13958
14114
|
arrowPointToCenter: boolean;
|
|
13959
14115
|
displayDirective: "show" | "if";
|
|
13960
14116
|
keepAliveOnHover: boolean;
|
|
14117
|
+
internalDeactivateImmediately: boolean;
|
|
13961
14118
|
animated: boolean;
|
|
13962
14119
|
internalTrapFocus: boolean;
|
|
13963
14120
|
defaultShow: boolean;
|
|
@@ -14237,6 +14394,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14237
14394
|
type: BooleanConstructor;
|
|
14238
14395
|
default: undefined;
|
|
14239
14396
|
};
|
|
14397
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14398
|
+
renderCount: import("vue").PropType<(props: {
|
|
14399
|
+
value: string;
|
|
14400
|
+
}) => import("vue").VNodeChild>;
|
|
14240
14401
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14241
14402
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14242
14403
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -14265,6 +14426,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14265
14426
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
14266
14427
|
showPasswordToggle: BooleanConstructor;
|
|
14267
14428
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14429
|
+
countTextColorDisabled: string;
|
|
14268
14430
|
countTextColor: string;
|
|
14269
14431
|
heightTiny: string;
|
|
14270
14432
|
heightSmall: string;
|
|
@@ -14325,6 +14487,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14325
14487
|
clearSize: string;
|
|
14326
14488
|
}, any>>;
|
|
14327
14489
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14490
|
+
countTextColorDisabled: string;
|
|
14328
14491
|
countTextColor: string;
|
|
14329
14492
|
heightTiny: string;
|
|
14330
14493
|
heightSmall: string;
|
|
@@ -14385,6 +14548,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14385
14548
|
clearSize: string;
|
|
14386
14549
|
}, any>>>;
|
|
14387
14550
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14551
|
+
countTextColorDisabled: string;
|
|
14388
14552
|
countTextColor: string;
|
|
14389
14553
|
heightTiny: string;
|
|
14390
14554
|
heightSmall: string;
|
|
@@ -14457,8 +14621,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14457
14621
|
contentRef: HTMLElement | null;
|
|
14458
14622
|
containerScrollTop: number;
|
|
14459
14623
|
syncUnifiedContainer: () => void;
|
|
14460
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
14461
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
14624
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
14625
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
14462
14626
|
sync: () => void;
|
|
14463
14627
|
handleMouseEnterWrapper: () => void;
|
|
14464
14628
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -14492,7 +14656,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14492
14656
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
14493
14657
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
14494
14658
|
handleInputBlur: (e: FocusEvent) => void;
|
|
14495
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
14659
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
14496
14660
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
14497
14661
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
14498
14662
|
handleMouseEnter: () => void;
|
|
@@ -14503,7 +14667,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14503
14667
|
handleClear: (e: MouseEvent) => void;
|
|
14504
14668
|
handlePasswordToggleClick: () => void;
|
|
14505
14669
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
14506
|
-
|
|
14670
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
14507
14671
|
handleTextAreaMirrorResize: () => void;
|
|
14508
14672
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
14509
14673
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -14547,16 +14711,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14547
14711
|
opacity5: string;
|
|
14548
14712
|
dividerColor: string;
|
|
14549
14713
|
borderColor: string;
|
|
14550
|
-
|
|
14714
|
+
closeIconColor: string;
|
|
14715
|
+
closeIconColorHover: string;
|
|
14716
|
+
closeIconColorPressed: string;
|
|
14551
14717
|
closeColorHover: string;
|
|
14552
14718
|
closeColorPressed: string;
|
|
14553
|
-
closeColorDisabled: string;
|
|
14554
14719
|
clearColor: string;
|
|
14555
14720
|
clearColorHover: string;
|
|
14556
14721
|
clearColorPressed: string;
|
|
14557
14722
|
scrollbarColor: string;
|
|
14558
14723
|
scrollbarColorHover: string;
|
|
14559
|
-
scrollbarWidth: string;
|
|
14724
|
+
scrollbarWidth: string; /** 特殊处理
|
|
14725
|
+
* search 回复默认值
|
|
14726
|
+
*/
|
|
14560
14727
|
scrollbarHeight: string;
|
|
14561
14728
|
scrollbarBorderRadius: string;
|
|
14562
14729
|
progressRailColor: string;
|
|
@@ -14612,6 +14779,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14612
14779
|
name: "common";
|
|
14613
14780
|
};
|
|
14614
14781
|
self: {
|
|
14782
|
+
countTextColorDisabled: string;
|
|
14615
14783
|
countTextColor: string;
|
|
14616
14784
|
heightTiny: string;
|
|
14617
14785
|
heightSmall: string;
|
|
@@ -14679,6 +14847,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14679
14847
|
cssVars: import("vue").ComputedRef<{
|
|
14680
14848
|
'--n-bezier': string;
|
|
14681
14849
|
'--n-count-text-color': string;
|
|
14850
|
+
'--n-count-text-color-disabled': string;
|
|
14682
14851
|
'--n-color': string;
|
|
14683
14852
|
'--n-font-size': string;
|
|
14684
14853
|
'--n-border-radius': string;
|
|
@@ -14733,6 +14902,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14733
14902
|
select: () => void;
|
|
14734
14903
|
activate: () => void;
|
|
14735
14904
|
deactivate: () => void;
|
|
14905
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
14736
14906
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14737
14907
|
bordered: {
|
|
14738
14908
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14791,6 +14961,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14791
14961
|
type: BooleanConstructor;
|
|
14792
14962
|
default: undefined;
|
|
14793
14963
|
};
|
|
14964
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14965
|
+
renderCount: import("vue").PropType<(props: {
|
|
14966
|
+
value: string;
|
|
14967
|
+
}) => import("vue").VNodeChild>;
|
|
14794
14968
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14795
14969
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14796
14970
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -14819,6 +14993,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14819
14993
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
14820
14994
|
showPasswordToggle: BooleanConstructor;
|
|
14821
14995
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14996
|
+
countTextColorDisabled: string;
|
|
14822
14997
|
countTextColor: string;
|
|
14823
14998
|
heightTiny: string;
|
|
14824
14999
|
heightSmall: string;
|
|
@@ -14879,6 +15054,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14879
15054
|
clearSize: string;
|
|
14880
15055
|
}, any>>;
|
|
14881
15056
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
15057
|
+
countTextColorDisabled: string;
|
|
14882
15058
|
countTextColor: string;
|
|
14883
15059
|
heightTiny: string;
|
|
14884
15060
|
heightSmall: string;
|
|
@@ -14939,6 +15115,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14939
15115
|
clearSize: string;
|
|
14940
15116
|
}, any>>>;
|
|
14941
15117
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
15118
|
+
countTextColorDisabled: string;
|
|
14942
15119
|
countTextColor: string;
|
|
14943
15120
|
heightTiny: string;
|
|
14944
15121
|
heightSmall: string;
|
|
@@ -15237,9 +15414,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15237
15414
|
scrollable: BooleanConstructor;
|
|
15238
15415
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15239
15416
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15417
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15240
15418
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15241
15419
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15242
15420
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15421
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
15243
15422
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
15244
15423
|
internalInheritedEventHandlers: {
|
|
15245
15424
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -15304,10 +15483,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15304
15483
|
opacity5: string;
|
|
15305
15484
|
dividerColor: string;
|
|
15306
15485
|
borderColor: string;
|
|
15307
|
-
|
|
15486
|
+
closeIconColor: string;
|
|
15487
|
+
closeIconColorHover: string;
|
|
15488
|
+
closeIconColorPressed: string;
|
|
15308
15489
|
closeColorHover: string;
|
|
15309
15490
|
closeColorPressed: string;
|
|
15310
|
-
closeColorDisabled: string;
|
|
15311
15491
|
clearColor: string;
|
|
15312
15492
|
clearColorHover: string;
|
|
15313
15493
|
clearColorPressed: string;
|
|
@@ -15536,9 +15716,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15536
15716
|
scrollable: BooleanConstructor;
|
|
15537
15717
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15538
15718
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15719
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15539
15720
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15540
15721
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15541
15722
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15723
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
15542
15724
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
15543
15725
|
internalInheritedEventHandlers: {
|
|
15544
15726
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -15574,6 +15756,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15574
15756
|
arrowPointToCenter: boolean;
|
|
15575
15757
|
displayDirective: "show" | "if";
|
|
15576
15758
|
keepAliveOnHover: boolean;
|
|
15759
|
+
internalDeactivateImmediately: boolean;
|
|
15577
15760
|
animated: boolean;
|
|
15578
15761
|
internalTrapFocus: boolean;
|
|
15579
15762
|
defaultShow: boolean;
|
|
@@ -15840,6 +16023,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15840
16023
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
15841
16024
|
readonly default: undefined;
|
|
15842
16025
|
};
|
|
16026
|
+
readonly panel: BooleanConstructor;
|
|
15843
16027
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
15844
16028
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
15845
16029
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -15910,6 +16094,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15910
16094
|
calendarLeftPaddingYear: string;
|
|
15911
16095
|
calendarLeftPaddingQuarter: string;
|
|
15912
16096
|
calendarLeftPaddingMonthrange: string;
|
|
16097
|
+
calendarLeftPaddingQuarterrange: string;
|
|
16098
|
+
calendarLeftPaddingYearrange: string;
|
|
15913
16099
|
calendarRightPaddingDate: string;
|
|
15914
16100
|
calendarRightPaddingDatetime: string;
|
|
15915
16101
|
calendarRightPaddingDaterange: string;
|
|
@@ -15918,8 +16104,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15918
16104
|
calendarRightPaddingYear: string;
|
|
15919
16105
|
calendarRightPaddingQuarter: string;
|
|
15920
16106
|
calendarRightPaddingMonthrange: string;
|
|
16107
|
+
calendarRightPaddingQuarterrange: string;
|
|
16108
|
+
calendarRightPaddingYearrange: string;
|
|
15921
16109
|
}, {
|
|
15922
16110
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16111
|
+
countTextColorDisabled: string;
|
|
15923
16112
|
countTextColor: string;
|
|
15924
16113
|
heightTiny: string;
|
|
15925
16114
|
heightSmall: string;
|
|
@@ -16409,6 +16598,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16409
16598
|
rippleDuration: string;
|
|
16410
16599
|
}, any>;
|
|
16411
16600
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16601
|
+
countTextColorDisabled: string;
|
|
16412
16602
|
countTextColor: string;
|
|
16413
16603
|
heightTiny: string;
|
|
16414
16604
|
heightSmall: string;
|
|
@@ -16524,6 +16714,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16524
16714
|
calendarLeftPaddingYear: string;
|
|
16525
16715
|
calendarLeftPaddingQuarter: string;
|
|
16526
16716
|
calendarLeftPaddingMonthrange: string;
|
|
16717
|
+
calendarLeftPaddingQuarterrange: string;
|
|
16718
|
+
calendarLeftPaddingYearrange: string;
|
|
16527
16719
|
calendarRightPaddingDate: string;
|
|
16528
16720
|
calendarRightPaddingDatetime: string;
|
|
16529
16721
|
calendarRightPaddingDaterange: string;
|
|
@@ -16532,8 +16724,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16532
16724
|
calendarRightPaddingYear: string;
|
|
16533
16725
|
calendarRightPaddingQuarter: string;
|
|
16534
16726
|
calendarRightPaddingMonthrange: string;
|
|
16727
|
+
calendarRightPaddingQuarterrange: string;
|
|
16728
|
+
calendarRightPaddingYearrange: string;
|
|
16535
16729
|
}, {
|
|
16536
16730
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16731
|
+
countTextColorDisabled: string;
|
|
16537
16732
|
countTextColor: string;
|
|
16538
16733
|
heightTiny: string;
|
|
16539
16734
|
heightSmall: string;
|
|
@@ -17023,6 +17218,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17023
17218
|
rippleDuration: string;
|
|
17024
17219
|
}, any>;
|
|
17025
17220
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17221
|
+
countTextColorDisabled: string;
|
|
17026
17222
|
countTextColor: string;
|
|
17027
17223
|
heightTiny: string;
|
|
17028
17224
|
heightSmall: string;
|
|
@@ -17138,6 +17334,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17138
17334
|
calendarLeftPaddingYear: string;
|
|
17139
17335
|
calendarLeftPaddingQuarter: string;
|
|
17140
17336
|
calendarLeftPaddingMonthrange: string;
|
|
17337
|
+
calendarLeftPaddingQuarterrange: string;
|
|
17338
|
+
calendarLeftPaddingYearrange: string;
|
|
17141
17339
|
calendarRightPaddingDate: string;
|
|
17142
17340
|
calendarRightPaddingDatetime: string;
|
|
17143
17341
|
calendarRightPaddingDaterange: string;
|
|
@@ -17146,8 +17344,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17146
17344
|
calendarRightPaddingYear: string;
|
|
17147
17345
|
calendarRightPaddingQuarter: string;
|
|
17148
17346
|
calendarRightPaddingMonthrange: string;
|
|
17347
|
+
calendarRightPaddingQuarterrange: string;
|
|
17348
|
+
calendarRightPaddingYearrange: string;
|
|
17149
17349
|
}, {
|
|
17150
17350
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17351
|
+
countTextColorDisabled: string;
|
|
17151
17352
|
countTextColor: string;
|
|
17152
17353
|
heightTiny: string;
|
|
17153
17354
|
heightSmall: string;
|
|
@@ -17637,6 +17838,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17637
17838
|
rippleDuration: string;
|
|
17638
17839
|
}, any>;
|
|
17639
17840
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17841
|
+
countTextColorDisabled: string;
|
|
17640
17842
|
countTextColor: string;
|
|
17641
17843
|
heightTiny: string;
|
|
17642
17844
|
heightSmall: string;
|
|
@@ -17717,8 +17919,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17717
17919
|
contentRef: HTMLElement | null;
|
|
17718
17920
|
containerScrollTop: number;
|
|
17719
17921
|
syncUnifiedContainer: () => void;
|
|
17720
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17721
|
-
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;
|
|
17722
17924
|
sync: () => void;
|
|
17723
17925
|
handleMouseEnterWrapper: () => void;
|
|
17724
17926
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17729,8 +17931,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17729
17931
|
contentRef: HTMLElement | null;
|
|
17730
17932
|
containerScrollTop: number;
|
|
17731
17933
|
syncUnifiedContainer: () => void;
|
|
17732
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17733
|
-
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;
|
|
17734
17936
|
sync: () => void;
|
|
17735
17937
|
handleMouseEnterWrapper: () => void;
|
|
17736
17938
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17746,8 +17948,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17746
17948
|
contentRef: HTMLElement | null;
|
|
17747
17949
|
containerScrollTop: number;
|
|
17748
17950
|
syncUnifiedContainer: () => void;
|
|
17749
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17750
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17951
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17952
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17751
17953
|
sync: () => void;
|
|
17752
17954
|
handleMouseEnterWrapper: () => void;
|
|
17753
17955
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17758,8 +17960,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17758
17960
|
contentRef: HTMLElement | null;
|
|
17759
17961
|
containerScrollTop: number;
|
|
17760
17962
|
syncUnifiedContainer: () => void;
|
|
17761
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17762
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17963
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17964
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17763
17965
|
sync: () => void;
|
|
17764
17966
|
handleMouseEnterWrapper: () => void;
|
|
17765
17967
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17770,8 +17972,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17770
17972
|
contentRef: HTMLElement | null;
|
|
17771
17973
|
containerScrollTop: number;
|
|
17772
17974
|
syncUnifiedContainer: () => void;
|
|
17773
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17774
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17975
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17976
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17775
17977
|
sync: () => void;
|
|
17776
17978
|
handleMouseEnterWrapper: () => void;
|
|
17777
17979
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17782,8 +17984,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17782
17984
|
contentRef: HTMLElement | null;
|
|
17783
17985
|
containerScrollTop: number;
|
|
17784
17986
|
syncUnifiedContainer: () => void;
|
|
17785
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17786
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17987
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17988
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17787
17989
|
sync: () => void;
|
|
17788
17990
|
handleMouseEnterWrapper: () => void;
|
|
17789
17991
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17810,6 +18012,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17810
18012
|
select: () => void;
|
|
17811
18013
|
activate: () => void;
|
|
17812
18014
|
deactivate: () => void;
|
|
18015
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
17813
18016
|
} | null>;
|
|
17814
18017
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
17815
18018
|
displayTime: import("vue").Ref<string>;
|
|
@@ -17826,8 +18029,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17826
18029
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
17827
18030
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
17828
18031
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
18032
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
17829
18033
|
handleClickOutside: (e: MouseEvent) => void;
|
|
17830
|
-
|
|
18034
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
17831
18035
|
handleClear: () => void;
|
|
17832
18036
|
handlePanelClear: () => void;
|
|
17833
18037
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -17882,10 +18086,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17882
18086
|
opacity5: string;
|
|
17883
18087
|
dividerColor: string;
|
|
17884
18088
|
borderColor: string;
|
|
17885
|
-
|
|
18089
|
+
closeIconColor: string;
|
|
18090
|
+
closeIconColorHover: string;
|
|
18091
|
+
closeIconColorPressed: string;
|
|
17886
18092
|
closeColorHover: string;
|
|
17887
18093
|
closeColorPressed: string;
|
|
17888
|
-
closeColorDisabled: string;
|
|
17889
18094
|
clearColor: string;
|
|
17890
18095
|
clearColorHover: string;
|
|
17891
18096
|
clearColorPressed: string;
|
|
@@ -17996,6 +18201,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17996
18201
|
calendarLeftPaddingYear: string;
|
|
17997
18202
|
calendarLeftPaddingQuarter: string;
|
|
17998
18203
|
calendarLeftPaddingMonthrange: string;
|
|
18204
|
+
calendarLeftPaddingQuarterrange: string;
|
|
18205
|
+
calendarLeftPaddingYearrange: string;
|
|
17999
18206
|
calendarRightPaddingDate: string;
|
|
18000
18207
|
calendarRightPaddingDatetime: string;
|
|
18001
18208
|
calendarRightPaddingDaterange: string;
|
|
@@ -18004,9 +18211,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18004
18211
|
calendarRightPaddingYear: string;
|
|
18005
18212
|
calendarRightPaddingQuarter: string;
|
|
18006
18213
|
calendarRightPaddingMonthrange: string;
|
|
18214
|
+
calendarRightPaddingQuarterrange: string;
|
|
18215
|
+
calendarRightPaddingYearrange: string;
|
|
18007
18216
|
};
|
|
18008
18217
|
peers: {
|
|
18009
18218
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18219
|
+
countTextColorDisabled: string;
|
|
18010
18220
|
countTextColor: string;
|
|
18011
18221
|
heightTiny: string;
|
|
18012
18222
|
heightSmall: string;
|
|
@@ -18496,6 +18706,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18496
18706
|
rippleDuration: string;
|
|
18497
18707
|
}, any>;
|
|
18498
18708
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18709
|
+
countTextColorDisabled: string;
|
|
18499
18710
|
countTextColor: string;
|
|
18500
18711
|
heightTiny: string;
|
|
18501
18712
|
heightSmall: string;
|
|
@@ -18783,6 +18994,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18783
18994
|
rippleDuration: string;
|
|
18784
18995
|
}, any>> | undefined;
|
|
18785
18996
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18997
|
+
countTextColorDisabled: string;
|
|
18786
18998
|
countTextColor: string;
|
|
18787
18999
|
heightTiny: string;
|
|
18788
19000
|
heightSmall: string;
|
|
@@ -18854,8 +19066,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18854
19066
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
18855
19067
|
triggerCssVars: import("vue").ComputedRef<{
|
|
18856
19068
|
'--n-bezier': string;
|
|
18857
|
-
'--n-icon-color': string;
|
|
18858
|
-
'--n-icon-color-disabled': string;
|
|
19069
|
+
'--n-icon-color-override': string;
|
|
19070
|
+
'--n-icon-color-disabled-override': string;
|
|
18859
19071
|
}> | undefined;
|
|
18860
19072
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
18861
19073
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -18953,6 +19165,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18953
19165
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
18954
19166
|
readonly default: undefined;
|
|
18955
19167
|
};
|
|
19168
|
+
readonly panel: BooleanConstructor;
|
|
18956
19169
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
18957
19170
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
18958
19171
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -19023,6 +19236,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19023
19236
|
calendarLeftPaddingYear: string;
|
|
19024
19237
|
calendarLeftPaddingQuarter: string;
|
|
19025
19238
|
calendarLeftPaddingMonthrange: string;
|
|
19239
|
+
calendarLeftPaddingQuarterrange: string;
|
|
19240
|
+
calendarLeftPaddingYearrange: string;
|
|
19026
19241
|
calendarRightPaddingDate: string;
|
|
19027
19242
|
calendarRightPaddingDatetime: string;
|
|
19028
19243
|
calendarRightPaddingDaterange: string;
|
|
@@ -19031,8 +19246,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19031
19246
|
calendarRightPaddingYear: string;
|
|
19032
19247
|
calendarRightPaddingQuarter: string;
|
|
19033
19248
|
calendarRightPaddingMonthrange: string;
|
|
19249
|
+
calendarRightPaddingQuarterrange: string;
|
|
19250
|
+
calendarRightPaddingYearrange: string;
|
|
19034
19251
|
}, {
|
|
19035
19252
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19253
|
+
countTextColorDisabled: string;
|
|
19036
19254
|
countTextColor: string;
|
|
19037
19255
|
heightTiny: string;
|
|
19038
19256
|
heightSmall: string;
|
|
@@ -19522,6 +19740,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19522
19740
|
rippleDuration: string;
|
|
19523
19741
|
}, any>;
|
|
19524
19742
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19743
|
+
countTextColorDisabled: string;
|
|
19525
19744
|
countTextColor: string;
|
|
19526
19745
|
heightTiny: string;
|
|
19527
19746
|
heightSmall: string;
|
|
@@ -19637,6 +19856,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19637
19856
|
calendarLeftPaddingYear: string;
|
|
19638
19857
|
calendarLeftPaddingQuarter: string;
|
|
19639
19858
|
calendarLeftPaddingMonthrange: string;
|
|
19859
|
+
calendarLeftPaddingQuarterrange: string;
|
|
19860
|
+
calendarLeftPaddingYearrange: string;
|
|
19640
19861
|
calendarRightPaddingDate: string;
|
|
19641
19862
|
calendarRightPaddingDatetime: string;
|
|
19642
19863
|
calendarRightPaddingDaterange: string;
|
|
@@ -19645,8 +19866,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19645
19866
|
calendarRightPaddingYear: string;
|
|
19646
19867
|
calendarRightPaddingQuarter: string;
|
|
19647
19868
|
calendarRightPaddingMonthrange: string;
|
|
19869
|
+
calendarRightPaddingQuarterrange: string;
|
|
19870
|
+
calendarRightPaddingYearrange: string;
|
|
19648
19871
|
}, {
|
|
19649
19872
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19873
|
+
countTextColorDisabled: string;
|
|
19650
19874
|
countTextColor: string;
|
|
19651
19875
|
heightTiny: string;
|
|
19652
19876
|
heightSmall: string;
|
|
@@ -20136,6 +20360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20136
20360
|
rippleDuration: string;
|
|
20137
20361
|
}, any>;
|
|
20138
20362
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20363
|
+
countTextColorDisabled: string;
|
|
20139
20364
|
countTextColor: string;
|
|
20140
20365
|
heightTiny: string;
|
|
20141
20366
|
heightSmall: string;
|
|
@@ -20251,6 +20476,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20251
20476
|
calendarLeftPaddingYear: string;
|
|
20252
20477
|
calendarLeftPaddingQuarter: string;
|
|
20253
20478
|
calendarLeftPaddingMonthrange: string;
|
|
20479
|
+
calendarLeftPaddingQuarterrange: string;
|
|
20480
|
+
calendarLeftPaddingYearrange: string;
|
|
20254
20481
|
calendarRightPaddingDate: string;
|
|
20255
20482
|
calendarRightPaddingDatetime: string;
|
|
20256
20483
|
calendarRightPaddingDaterange: string;
|
|
@@ -20259,8 +20486,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20259
20486
|
calendarRightPaddingYear: string;
|
|
20260
20487
|
calendarRightPaddingQuarter: string;
|
|
20261
20488
|
calendarRightPaddingMonthrange: string;
|
|
20489
|
+
calendarRightPaddingQuarterrange: string;
|
|
20490
|
+
calendarRightPaddingYearrange: string;
|
|
20262
20491
|
}, {
|
|
20263
20492
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20493
|
+
countTextColorDisabled: string;
|
|
20264
20494
|
countTextColor: string;
|
|
20265
20495
|
heightTiny: string;
|
|
20266
20496
|
heightSmall: string;
|
|
@@ -20750,6 +20980,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20750
20980
|
rippleDuration: string;
|
|
20751
20981
|
}, any>;
|
|
20752
20982
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20983
|
+
countTextColorDisabled: string;
|
|
20753
20984
|
countTextColor: string;
|
|
20754
20985
|
heightTiny: string;
|
|
20755
20986
|
heightSmall: string;
|
|
@@ -20816,17 +21047,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20816
21047
|
}, any>;
|
|
20817
21048
|
}>>>;
|
|
20818
21049
|
}>>, {
|
|
20819
|
-
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
20820
|
-
show: boolean | undefined;
|
|
20821
|
-
disabled: boolean | undefined;
|
|
20822
|
-
to: string | boolean | HTMLElement;
|
|
20823
|
-
bordered: boolean | undefined;
|
|
20824
|
-
placement: import("naive-ui").PopoverPlacement;
|
|
20825
|
-
clearable: boolean;
|
|
20826
|
-
inputReadonly: boolean;
|
|
20827
|
-
|
|
20828
|
-
|
|
20829
|
-
|
|
21050
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
21051
|
+
readonly show: boolean | undefined;
|
|
21052
|
+
readonly disabled: boolean | undefined;
|
|
21053
|
+
readonly to: string | boolean | HTMLElement;
|
|
21054
|
+
readonly bordered: boolean | undefined;
|
|
21055
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
21056
|
+
readonly clearable: boolean;
|
|
21057
|
+
readonly inputReadonly: boolean;
|
|
21058
|
+
readonly panel: boolean;
|
|
21059
|
+
readonly updateValueOnClose: boolean;
|
|
21060
|
+
readonly closeOnSelect: boolean;
|
|
21061
|
+
readonly bindCalendarMonths: boolean;
|
|
20830
21062
|
}>;
|
|
20831
21063
|
}, 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<{
|
|
20832
21064
|
mainForm: {
|
|
@@ -21196,10 +21428,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21196
21428
|
};
|
|
21197
21429
|
readonly remote: BooleanConstructor;
|
|
21198
21430
|
readonly loading: BooleanConstructor;
|
|
21199
|
-
readonly filter:
|
|
21200
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
21201
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
21202
|
-
};
|
|
21431
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
21203
21432
|
readonly placement: {
|
|
21204
21433
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
21205
21434
|
readonly default: "bottom-start";
|
|
@@ -21209,19 +21438,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21209
21438
|
readonly default: "trigger";
|
|
21210
21439
|
};
|
|
21211
21440
|
readonly tag: BooleanConstructor;
|
|
21212
|
-
readonly onCreate:
|
|
21213
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
21214
|
-
readonly default: (label: string) => {
|
|
21215
|
-
label: string;
|
|
21216
|
-
value: string;
|
|
21217
|
-
};
|
|
21218
|
-
};
|
|
21441
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
21219
21442
|
readonly fallbackOption: {
|
|
21220
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
21221
|
-
readonly default:
|
|
21222
|
-
label: string;
|
|
21223
|
-
value: string | number;
|
|
21224
|
-
};
|
|
21443
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
21444
|
+
readonly default: undefined;
|
|
21225
21445
|
};
|
|
21226
21446
|
readonly show: {
|
|
21227
21447
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -21240,11 +21460,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21240
21460
|
readonly type: BooleanConstructor;
|
|
21241
21461
|
readonly default: true;
|
|
21242
21462
|
};
|
|
21463
|
+
readonly labelField: {
|
|
21464
|
+
readonly type: StringConstructor;
|
|
21465
|
+
readonly default: "label";
|
|
21466
|
+
};
|
|
21467
|
+
readonly valueField: {
|
|
21468
|
+
readonly type: StringConstructor;
|
|
21469
|
+
readonly default: "value";
|
|
21470
|
+
};
|
|
21471
|
+
readonly childrenField: {
|
|
21472
|
+
readonly type: StringConstructor;
|
|
21473
|
+
readonly default: "children";
|
|
21474
|
+
};
|
|
21243
21475
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
21244
21476
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
21245
21477
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
21246
21478
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
21247
21479
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
21480
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
21248
21481
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
21249
21482
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
21250
21483
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -21262,6 +21495,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21262
21495
|
readonly default: true;
|
|
21263
21496
|
};
|
|
21264
21497
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
21498
|
+
readonly internalShowCheckmark: {
|
|
21499
|
+
readonly type: BooleanConstructor;
|
|
21500
|
+
readonly default: true;
|
|
21501
|
+
};
|
|
21265
21502
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
21266
21503
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
21267
21504
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -21290,7 +21527,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21290
21527
|
borderFocus: string;
|
|
21291
21528
|
boxShadowHover: string;
|
|
21292
21529
|
boxShadowActive: string;
|
|
21293
|
-
boxShadowFocus: string;
|
|
21530
|
+
boxShadowFocus: string; /** 特殊处理
|
|
21531
|
+
* search 回复默认值
|
|
21532
|
+
*/
|
|
21294
21533
|
caretColor: string;
|
|
21295
21534
|
arrowColor: string;
|
|
21296
21535
|
arrowColorDisabled: string;
|
|
@@ -21357,6 +21596,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21357
21596
|
optionCheckColor: string;
|
|
21358
21597
|
optionColorPending: string;
|
|
21359
21598
|
optionColorActive: string;
|
|
21599
|
+
optionColorActivePending: string;
|
|
21360
21600
|
actionTextColor: string;
|
|
21361
21601
|
loadingColor: string;
|
|
21362
21602
|
height: string;
|
|
@@ -21482,6 +21722,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21482
21722
|
optionCheckColor: string;
|
|
21483
21723
|
optionColorPending: string;
|
|
21484
21724
|
optionColorActive: string;
|
|
21725
|
+
optionColorActivePending: string;
|
|
21485
21726
|
actionTextColor: string;
|
|
21486
21727
|
loadingColor: string;
|
|
21487
21728
|
height: string;
|
|
@@ -21607,6 +21848,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21607
21848
|
optionCheckColor: string;
|
|
21608
21849
|
optionColorPending: string;
|
|
21609
21850
|
optionColorActive: string;
|
|
21851
|
+
optionColorActivePending: string;
|
|
21610
21852
|
actionTextColor: string;
|
|
21611
21853
|
loadingColor: string;
|
|
21612
21854
|
height: string;
|
|
@@ -21736,10 +21978,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21736
21978
|
opacity5: string;
|
|
21737
21979
|
dividerColor: string;
|
|
21738
21980
|
borderColor: string;
|
|
21739
|
-
|
|
21981
|
+
closeIconColor: string;
|
|
21982
|
+
closeIconColorHover: string;
|
|
21983
|
+
closeIconColorPressed: string;
|
|
21740
21984
|
closeColorHover: string;
|
|
21741
21985
|
closeColorPressed: string;
|
|
21742
|
-
closeColorDisabled: string;
|
|
21743
21986
|
clearColor: string;
|
|
21744
21987
|
clearColorHover: string;
|
|
21745
21988
|
clearColorPressed: string;
|
|
@@ -21894,6 +22137,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21894
22137
|
optionCheckColor: string;
|
|
21895
22138
|
optionColorPending: string;
|
|
21896
22139
|
optionColorActive: string;
|
|
22140
|
+
optionColorActivePending: string;
|
|
21897
22141
|
actionTextColor: string;
|
|
21898
22142
|
loadingColor: string;
|
|
21899
22143
|
height: string;
|
|
@@ -22009,10 +22253,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22009
22253
|
};
|
|
22010
22254
|
readonly remote: BooleanConstructor;
|
|
22011
22255
|
readonly loading: BooleanConstructor;
|
|
22012
|
-
readonly filter:
|
|
22013
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
22014
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
22015
|
-
};
|
|
22256
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
22016
22257
|
readonly placement: {
|
|
22017
22258
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
22018
22259
|
readonly default: "bottom-start";
|
|
@@ -22022,19 +22263,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22022
22263
|
readonly default: "trigger";
|
|
22023
22264
|
};
|
|
22024
22265
|
readonly tag: BooleanConstructor;
|
|
22025
|
-
readonly onCreate:
|
|
22026
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
22027
|
-
readonly default: (label: string) => {
|
|
22028
|
-
label: string;
|
|
22029
|
-
value: string;
|
|
22030
|
-
};
|
|
22031
|
-
};
|
|
22266
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
22032
22267
|
readonly fallbackOption: {
|
|
22033
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
22034
|
-
readonly default:
|
|
22035
|
-
label: string;
|
|
22036
|
-
value: string | number;
|
|
22037
|
-
};
|
|
22268
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
22269
|
+
readonly default: undefined;
|
|
22038
22270
|
};
|
|
22039
22271
|
readonly show: {
|
|
22040
22272
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -22053,11 +22285,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22053
22285
|
readonly type: BooleanConstructor;
|
|
22054
22286
|
readonly default: true;
|
|
22055
22287
|
};
|
|
22288
|
+
readonly labelField: {
|
|
22289
|
+
readonly type: StringConstructor;
|
|
22290
|
+
readonly default: "label";
|
|
22291
|
+
};
|
|
22292
|
+
readonly valueField: {
|
|
22293
|
+
readonly type: StringConstructor;
|
|
22294
|
+
readonly default: "value";
|
|
22295
|
+
};
|
|
22296
|
+
readonly childrenField: {
|
|
22297
|
+
readonly type: StringConstructor;
|
|
22298
|
+
readonly default: "children";
|
|
22299
|
+
};
|
|
22056
22300
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
22057
22301
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
22058
22302
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
22059
22303
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
22060
22304
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
22305
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
22061
22306
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
22062
22307
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
22063
22308
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -22075,6 +22320,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22075
22320
|
readonly default: true;
|
|
22076
22321
|
};
|
|
22077
22322
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
22323
|
+
readonly internalShowCheckmark: {
|
|
22324
|
+
readonly type: BooleanConstructor;
|
|
22325
|
+
readonly default: true;
|
|
22326
|
+
};
|
|
22078
22327
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
22079
22328
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
22080
22329
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -22170,6 +22419,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22170
22419
|
optionCheckColor: string;
|
|
22171
22420
|
optionColorPending: string;
|
|
22172
22421
|
optionColorActive: string;
|
|
22422
|
+
optionColorActivePending: string;
|
|
22173
22423
|
actionTextColor: string;
|
|
22174
22424
|
loadingColor: string;
|
|
22175
22425
|
height: string;
|
|
@@ -22295,6 +22545,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22295
22545
|
optionCheckColor: string;
|
|
22296
22546
|
optionColorPending: string;
|
|
22297
22547
|
optionColorActive: string;
|
|
22548
|
+
optionColorActivePending: string;
|
|
22298
22549
|
actionTextColor: string;
|
|
22299
22550
|
loadingColor: string;
|
|
22300
22551
|
height: string;
|
|
@@ -22420,6 +22671,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22420
22671
|
optionCheckColor: string;
|
|
22421
22672
|
optionColorPending: string;
|
|
22422
22673
|
optionColorActive: string;
|
|
22674
|
+
optionColorActivePending: string;
|
|
22423
22675
|
actionTextColor: string;
|
|
22424
22676
|
loadingColor: string;
|
|
22425
22677
|
height: string;
|
|
@@ -22453,29 +22705,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22453
22705
|
}>;
|
|
22454
22706
|
}>>>;
|
|
22455
22707
|
}>>, {
|
|
22456
|
-
tag: boolean;
|
|
22457
|
-
|
|
22458
|
-
|
|
22459
|
-
|
|
22460
|
-
|
|
22461
|
-
|
|
22462
|
-
|
|
22463
|
-
|
|
22464
|
-
|
|
22465
|
-
|
|
22466
|
-
virtualScroll: boolean;
|
|
22467
|
-
|
|
22468
|
-
|
|
22469
|
-
|
|
22470
|
-
|
|
22471
|
-
|
|
22472
|
-
|
|
22473
|
-
|
|
22474
|
-
|
|
22475
|
-
|
|
22476
|
-
|
|
22477
|
-
|
|
22478
|
-
|
|
22708
|
+
readonly tag: boolean;
|
|
22709
|
+
readonly show: boolean | undefined;
|
|
22710
|
+
readonly multiple: boolean;
|
|
22711
|
+
readonly disabled: boolean | undefined;
|
|
22712
|
+
readonly to: string | boolean | HTMLElement;
|
|
22713
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
22714
|
+
readonly loading: boolean;
|
|
22715
|
+
readonly bordered: boolean | undefined;
|
|
22716
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
22717
|
+
readonly labelField: string;
|
|
22718
|
+
readonly virtualScroll: boolean;
|
|
22719
|
+
readonly valueField: string;
|
|
22720
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
22721
|
+
readonly showArrow: boolean;
|
|
22722
|
+
readonly displayDirective: "show" | "if";
|
|
22723
|
+
readonly filterable: boolean;
|
|
22724
|
+
readonly clearable: boolean;
|
|
22725
|
+
readonly internalShowCheckmark: boolean;
|
|
22726
|
+
readonly clearFilterAfterSelect: boolean;
|
|
22727
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
22728
|
+
readonly remote: boolean;
|
|
22729
|
+
readonly widthMode: string;
|
|
22730
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
22731
|
+
readonly consistentMenuWidth: boolean;
|
|
22732
|
+
readonly childrenField: string;
|
|
22479
22733
|
}>;
|
|
22480
22734
|
SelectPage: import("vue").DefineComponent<{
|
|
22481
22735
|
searchPageConfig: {
|
|
@@ -22552,7 +22806,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22552
22806
|
readonly default: true;
|
|
22553
22807
|
};
|
|
22554
22808
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
22555
|
-
readonly nativeFocusBehavior:
|
|
22809
|
+
readonly nativeFocusBehavior: {
|
|
22810
|
+
readonly type: BooleanConstructor;
|
|
22811
|
+
readonly default: boolean;
|
|
22812
|
+
};
|
|
22556
22813
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
22557
22814
|
heightTiny: string;
|
|
22558
22815
|
heightSmall: string;
|
|
@@ -23266,7 +23523,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23266
23523
|
readonly default: true;
|
|
23267
23524
|
};
|
|
23268
23525
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
23269
|
-
readonly nativeFocusBehavior:
|
|
23526
|
+
readonly nativeFocusBehavior: {
|
|
23527
|
+
readonly type: BooleanConstructor;
|
|
23528
|
+
readonly default: boolean;
|
|
23529
|
+
};
|
|
23270
23530
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
23271
23531
|
heightTiny: string;
|
|
23272
23532
|
heightSmall: string;
|
|
@@ -23880,26 +24140,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23880
24140
|
rippleDuration: string;
|
|
23881
24141
|
}, any>>>;
|
|
23882
24142
|
}>>, {
|
|
23883
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
23884
|
-
tag: keyof HTMLElementTagNameMap;
|
|
23885
|
-
block: boolean;
|
|
23886
|
-
round: boolean;
|
|
23887
|
-
dashed: boolean;
|
|
23888
|
-
text: boolean;
|
|
23889
|
-
circle: boolean;
|
|
23890
|
-
disabled: boolean;
|
|
23891
|
-
focusable: boolean;
|
|
23892
|
-
strong: boolean;
|
|
23893
|
-
loading: boolean;
|
|
23894
|
-
bordered: boolean;
|
|
23895
|
-
tertiary: boolean;
|
|
23896
|
-
ghost: boolean;
|
|
23897
|
-
keyboard: boolean;
|
|
23898
|
-
secondary: boolean;
|
|
23899
|
-
quaternary: boolean;
|
|
23900
|
-
iconPlacement: "left" | "right";
|
|
23901
|
-
attrType: "button" | "reset" | "submit";
|
|
23902
|
-
nativeFocusBehavior: boolean;
|
|
24143
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
24144
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
24145
|
+
readonly block: boolean;
|
|
24146
|
+
readonly round: boolean;
|
|
24147
|
+
readonly dashed: boolean;
|
|
24148
|
+
readonly text: boolean;
|
|
24149
|
+
readonly circle: boolean;
|
|
24150
|
+
readonly disabled: boolean;
|
|
24151
|
+
readonly focusable: boolean;
|
|
24152
|
+
readonly strong: boolean;
|
|
24153
|
+
readonly loading: boolean;
|
|
24154
|
+
readonly bordered: boolean;
|
|
24155
|
+
readonly tertiary: boolean;
|
|
24156
|
+
readonly ghost: boolean;
|
|
24157
|
+
readonly keyboard: boolean;
|
|
24158
|
+
readonly secondary: boolean;
|
|
24159
|
+
readonly quaternary: boolean;
|
|
24160
|
+
readonly iconPlacement: "left" | "right";
|
|
24161
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
24162
|
+
readonly nativeFocusBehavior: boolean;
|
|
23903
24163
|
}>;
|
|
23904
24164
|
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<{}>>, {}>;
|
|
23905
24165
|
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<{}>>, {}>;
|
|
@@ -24336,7 +24596,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24336
24596
|
readonly default: true;
|
|
24337
24597
|
};
|
|
24338
24598
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
24339
|
-
readonly nativeFocusBehavior:
|
|
24599
|
+
readonly nativeFocusBehavior: {
|
|
24600
|
+
readonly type: BooleanConstructor;
|
|
24601
|
+
readonly default: boolean;
|
|
24602
|
+
};
|
|
24340
24603
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
24341
24604
|
heightTiny: string;
|
|
24342
24605
|
heightSmall: string;
|
|
@@ -25050,7 +25313,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25050
25313
|
readonly default: true;
|
|
25051
25314
|
};
|
|
25052
25315
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
25053
|
-
readonly nativeFocusBehavior:
|
|
25316
|
+
readonly nativeFocusBehavior: {
|
|
25317
|
+
readonly type: BooleanConstructor;
|
|
25318
|
+
readonly default: boolean;
|
|
25319
|
+
};
|
|
25054
25320
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
25055
25321
|
heightTiny: string;
|
|
25056
25322
|
heightSmall: string;
|
|
@@ -25664,26 +25930,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25664
25930
|
rippleDuration: string;
|
|
25665
25931
|
}, any>>>;
|
|
25666
25932
|
}>>, {
|
|
25667
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
25668
|
-
tag: keyof HTMLElementTagNameMap;
|
|
25669
|
-
block: boolean;
|
|
25670
|
-
round: boolean;
|
|
25671
|
-
dashed: boolean;
|
|
25672
|
-
text: boolean;
|
|
25673
|
-
circle: boolean;
|
|
25674
|
-
disabled: boolean;
|
|
25675
|
-
focusable: boolean;
|
|
25676
|
-
strong: boolean;
|
|
25677
|
-
loading: boolean;
|
|
25678
|
-
bordered: boolean;
|
|
25679
|
-
tertiary: boolean;
|
|
25680
|
-
ghost: boolean;
|
|
25681
|
-
keyboard: boolean;
|
|
25682
|
-
secondary: boolean;
|
|
25683
|
-
quaternary: boolean;
|
|
25684
|
-
iconPlacement: "left" | "right";
|
|
25685
|
-
attrType: "button" | "reset" | "submit";
|
|
25686
|
-
nativeFocusBehavior: boolean;
|
|
25933
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
25934
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
25935
|
+
readonly block: boolean;
|
|
25936
|
+
readonly round: boolean;
|
|
25937
|
+
readonly dashed: boolean;
|
|
25938
|
+
readonly text: boolean;
|
|
25939
|
+
readonly circle: boolean;
|
|
25940
|
+
readonly disabled: boolean;
|
|
25941
|
+
readonly focusable: boolean;
|
|
25942
|
+
readonly strong: boolean;
|
|
25943
|
+
readonly loading: boolean;
|
|
25944
|
+
readonly bordered: boolean;
|
|
25945
|
+
readonly tertiary: boolean;
|
|
25946
|
+
readonly ghost: boolean;
|
|
25947
|
+
readonly keyboard: boolean;
|
|
25948
|
+
readonly secondary: boolean;
|
|
25949
|
+
readonly quaternary: boolean;
|
|
25950
|
+
readonly iconPlacement: "left" | "right";
|
|
25951
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
25952
|
+
readonly nativeFocusBehavior: boolean;
|
|
25687
25953
|
}>;
|
|
25688
25954
|
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<{}>>, {}>;
|
|
25689
25955
|
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<{}>>, {}>;
|
|
@@ -25967,10 +26233,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25967
26233
|
};
|
|
25968
26234
|
readonly remote: BooleanConstructor;
|
|
25969
26235
|
readonly loading: BooleanConstructor;
|
|
25970
|
-
readonly filter:
|
|
25971
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
25972
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
25973
|
-
};
|
|
26236
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
25974
26237
|
readonly placement: {
|
|
25975
26238
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
25976
26239
|
readonly default: "bottom-start";
|
|
@@ -25980,19 +26243,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25980
26243
|
readonly default: "trigger";
|
|
25981
26244
|
};
|
|
25982
26245
|
readonly tag: BooleanConstructor;
|
|
25983
|
-
readonly onCreate:
|
|
25984
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
25985
|
-
readonly default: (label: string) => {
|
|
25986
|
-
label: string;
|
|
25987
|
-
value: string;
|
|
25988
|
-
};
|
|
25989
|
-
};
|
|
26246
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
25990
26247
|
readonly fallbackOption: {
|
|
25991
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
25992
|
-
readonly default:
|
|
25993
|
-
label: string;
|
|
25994
|
-
value: string | number;
|
|
25995
|
-
};
|
|
26248
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
26249
|
+
readonly default: undefined;
|
|
25996
26250
|
};
|
|
25997
26251
|
readonly show: {
|
|
25998
26252
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -26011,11 +26265,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26011
26265
|
readonly type: BooleanConstructor;
|
|
26012
26266
|
readonly default: true;
|
|
26013
26267
|
};
|
|
26268
|
+
readonly labelField: {
|
|
26269
|
+
readonly type: StringConstructor;
|
|
26270
|
+
readonly default: "label";
|
|
26271
|
+
};
|
|
26272
|
+
readonly valueField: {
|
|
26273
|
+
readonly type: StringConstructor;
|
|
26274
|
+
readonly default: "value";
|
|
26275
|
+
};
|
|
26276
|
+
readonly childrenField: {
|
|
26277
|
+
readonly type: StringConstructor;
|
|
26278
|
+
readonly default: "children";
|
|
26279
|
+
};
|
|
26014
26280
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
26015
26281
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
26016
26282
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
26017
26283
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26018
26284
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
26285
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
26019
26286
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26020
26287
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
26021
26288
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -26033,6 +26300,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26033
26300
|
readonly default: true;
|
|
26034
26301
|
};
|
|
26035
26302
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
26303
|
+
readonly internalShowCheckmark: {
|
|
26304
|
+
readonly type: BooleanConstructor;
|
|
26305
|
+
readonly default: true;
|
|
26306
|
+
};
|
|
26036
26307
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
26037
26308
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
26038
26309
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -26061,7 +26332,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26061
26332
|
borderFocus: string;
|
|
26062
26333
|
boxShadowHover: string;
|
|
26063
26334
|
boxShadowActive: string;
|
|
26064
|
-
boxShadowFocus: string;
|
|
26335
|
+
boxShadowFocus: string; /** 特殊处理
|
|
26336
|
+
* search 回复默认值
|
|
26337
|
+
*/
|
|
26065
26338
|
caretColor: string;
|
|
26066
26339
|
arrowColor: string;
|
|
26067
26340
|
arrowColorDisabled: string;
|
|
@@ -26128,6 +26401,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26128
26401
|
optionCheckColor: string;
|
|
26129
26402
|
optionColorPending: string;
|
|
26130
26403
|
optionColorActive: string;
|
|
26404
|
+
optionColorActivePending: string;
|
|
26131
26405
|
actionTextColor: string;
|
|
26132
26406
|
loadingColor: string;
|
|
26133
26407
|
height: string;
|
|
@@ -26253,6 +26527,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26253
26527
|
optionCheckColor: string;
|
|
26254
26528
|
optionColorPending: string;
|
|
26255
26529
|
optionColorActive: string;
|
|
26530
|
+
optionColorActivePending: string;
|
|
26256
26531
|
actionTextColor: string;
|
|
26257
26532
|
loadingColor: string;
|
|
26258
26533
|
height: string;
|
|
@@ -26378,6 +26653,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26378
26653
|
optionCheckColor: string;
|
|
26379
26654
|
optionColorPending: string;
|
|
26380
26655
|
optionColorActive: string;
|
|
26656
|
+
optionColorActivePending: string;
|
|
26381
26657
|
actionTextColor: string;
|
|
26382
26658
|
loadingColor: string;
|
|
26383
26659
|
height: string;
|
|
@@ -26507,10 +26783,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26507
26783
|
opacity5: string;
|
|
26508
26784
|
dividerColor: string;
|
|
26509
26785
|
borderColor: string;
|
|
26510
|
-
|
|
26786
|
+
closeIconColor: string;
|
|
26787
|
+
closeIconColorHover: string;
|
|
26788
|
+
closeIconColorPressed: string;
|
|
26511
26789
|
closeColorHover: string;
|
|
26512
26790
|
closeColorPressed: string;
|
|
26513
|
-
closeColorDisabled: string;
|
|
26514
26791
|
clearColor: string;
|
|
26515
26792
|
clearColorHover: string;
|
|
26516
26793
|
clearColorPressed: string;
|
|
@@ -26665,6 +26942,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26665
26942
|
optionCheckColor: string;
|
|
26666
26943
|
optionColorPending: string;
|
|
26667
26944
|
optionColorActive: string;
|
|
26945
|
+
optionColorActivePending: string;
|
|
26668
26946
|
actionTextColor: string;
|
|
26669
26947
|
loadingColor: string;
|
|
26670
26948
|
height: string;
|
|
@@ -26780,10 +27058,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26780
27058
|
};
|
|
26781
27059
|
readonly remote: BooleanConstructor;
|
|
26782
27060
|
readonly loading: BooleanConstructor;
|
|
26783
|
-
readonly filter:
|
|
26784
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
26785
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
26786
|
-
};
|
|
27061
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
26787
27062
|
readonly placement: {
|
|
26788
27063
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
26789
27064
|
readonly default: "bottom-start";
|
|
@@ -26793,19 +27068,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26793
27068
|
readonly default: "trigger";
|
|
26794
27069
|
};
|
|
26795
27070
|
readonly tag: BooleanConstructor;
|
|
26796
|
-
readonly onCreate:
|
|
26797
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
26798
|
-
readonly default: (label: string) => {
|
|
26799
|
-
label: string;
|
|
26800
|
-
value: string;
|
|
26801
|
-
};
|
|
26802
|
-
};
|
|
27071
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
26803
27072
|
readonly fallbackOption: {
|
|
26804
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
26805
|
-
readonly default:
|
|
26806
|
-
label: string;
|
|
26807
|
-
value: string | number;
|
|
26808
|
-
};
|
|
27073
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
27074
|
+
readonly default: undefined;
|
|
26809
27075
|
};
|
|
26810
27076
|
readonly show: {
|
|
26811
27077
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -26824,11 +27090,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26824
27090
|
readonly type: BooleanConstructor;
|
|
26825
27091
|
readonly default: true;
|
|
26826
27092
|
};
|
|
27093
|
+
readonly labelField: {
|
|
27094
|
+
readonly type: StringConstructor;
|
|
27095
|
+
readonly default: "label";
|
|
27096
|
+
};
|
|
27097
|
+
readonly valueField: {
|
|
27098
|
+
readonly type: StringConstructor;
|
|
27099
|
+
readonly default: "value";
|
|
27100
|
+
};
|
|
27101
|
+
readonly childrenField: {
|
|
27102
|
+
readonly type: StringConstructor;
|
|
27103
|
+
readonly default: "children";
|
|
27104
|
+
};
|
|
26827
27105
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
26828
27106
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
26829
27107
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
26830
27108
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26831
27109
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
27110
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
26832
27111
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26833
27112
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
26834
27113
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -26846,6 +27125,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26846
27125
|
readonly default: true;
|
|
26847
27126
|
};
|
|
26848
27127
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
27128
|
+
readonly internalShowCheckmark: {
|
|
27129
|
+
readonly type: BooleanConstructor;
|
|
27130
|
+
readonly default: true;
|
|
27131
|
+
};
|
|
26849
27132
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
26850
27133
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
26851
27134
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -26941,6 +27224,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26941
27224
|
optionCheckColor: string;
|
|
26942
27225
|
optionColorPending: string;
|
|
26943
27226
|
optionColorActive: string;
|
|
27227
|
+
optionColorActivePending: string;
|
|
26944
27228
|
actionTextColor: string;
|
|
26945
27229
|
loadingColor: string;
|
|
26946
27230
|
height: string;
|
|
@@ -27066,6 +27350,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27066
27350
|
optionCheckColor: string;
|
|
27067
27351
|
optionColorPending: string;
|
|
27068
27352
|
optionColorActive: string;
|
|
27353
|
+
optionColorActivePending: string;
|
|
27069
27354
|
actionTextColor: string;
|
|
27070
27355
|
loadingColor: string;
|
|
27071
27356
|
height: string;
|
|
@@ -27191,6 +27476,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27191
27476
|
optionCheckColor: string;
|
|
27192
27477
|
optionColorPending: string;
|
|
27193
27478
|
optionColorActive: string;
|
|
27479
|
+
optionColorActivePending: string;
|
|
27194
27480
|
actionTextColor: string;
|
|
27195
27481
|
loadingColor: string;
|
|
27196
27482
|
height: string;
|
|
@@ -27224,29 +27510,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27224
27510
|
}>;
|
|
27225
27511
|
}>>>;
|
|
27226
27512
|
}>>, {
|
|
27227
|
-
tag: boolean;
|
|
27228
|
-
|
|
27229
|
-
|
|
27230
|
-
|
|
27231
|
-
|
|
27232
|
-
|
|
27233
|
-
|
|
27234
|
-
|
|
27235
|
-
|
|
27236
|
-
|
|
27237
|
-
virtualScroll: boolean;
|
|
27238
|
-
|
|
27239
|
-
|
|
27240
|
-
|
|
27241
|
-
|
|
27242
|
-
|
|
27243
|
-
|
|
27244
|
-
|
|
27245
|
-
|
|
27246
|
-
|
|
27247
|
-
|
|
27248
|
-
|
|
27249
|
-
|
|
27513
|
+
readonly tag: boolean;
|
|
27514
|
+
readonly show: boolean | undefined;
|
|
27515
|
+
readonly multiple: boolean;
|
|
27516
|
+
readonly disabled: boolean | undefined;
|
|
27517
|
+
readonly to: string | boolean | HTMLElement;
|
|
27518
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
27519
|
+
readonly loading: boolean;
|
|
27520
|
+
readonly bordered: boolean | undefined;
|
|
27521
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
27522
|
+
readonly labelField: string;
|
|
27523
|
+
readonly virtualScroll: boolean;
|
|
27524
|
+
readonly valueField: string;
|
|
27525
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
27526
|
+
readonly showArrow: boolean;
|
|
27527
|
+
readonly displayDirective: "show" | "if";
|
|
27528
|
+
readonly filterable: boolean;
|
|
27529
|
+
readonly clearable: boolean;
|
|
27530
|
+
readonly internalShowCheckmark: boolean;
|
|
27531
|
+
readonly clearFilterAfterSelect: boolean;
|
|
27532
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
27533
|
+
readonly remote: boolean;
|
|
27534
|
+
readonly widthMode: string;
|
|
27535
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
27536
|
+
readonly consistentMenuWidth: boolean;
|
|
27537
|
+
readonly childrenField: string;
|
|
27250
27538
|
}>;
|
|
27251
27539
|
}, 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<{
|
|
27252
27540
|
mainForm: {
|
|
@@ -27512,10 +27800,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27512
27800
|
};
|
|
27513
27801
|
readonly remote: BooleanConstructor;
|
|
27514
27802
|
readonly loading: BooleanConstructor;
|
|
27515
|
-
readonly filter:
|
|
27516
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
27517
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
27518
|
-
};
|
|
27803
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
27519
27804
|
readonly placement: {
|
|
27520
27805
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
27521
27806
|
readonly default: "bottom-start";
|
|
@@ -27525,19 +27810,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27525
27810
|
readonly default: "trigger";
|
|
27526
27811
|
};
|
|
27527
27812
|
readonly tag: BooleanConstructor;
|
|
27528
|
-
readonly onCreate:
|
|
27529
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
27530
|
-
readonly default: (label: string) => {
|
|
27531
|
-
label: string;
|
|
27532
|
-
value: string;
|
|
27533
|
-
};
|
|
27534
|
-
};
|
|
27813
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
27535
27814
|
readonly fallbackOption: {
|
|
27536
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
27537
|
-
readonly default:
|
|
27538
|
-
label: string;
|
|
27539
|
-
value: string | number;
|
|
27540
|
-
};
|
|
27815
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
27816
|
+
readonly default: undefined;
|
|
27541
27817
|
};
|
|
27542
27818
|
readonly show: {
|
|
27543
27819
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -27556,11 +27832,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27556
27832
|
readonly type: BooleanConstructor;
|
|
27557
27833
|
readonly default: true;
|
|
27558
27834
|
};
|
|
27835
|
+
readonly labelField: {
|
|
27836
|
+
readonly type: StringConstructor;
|
|
27837
|
+
readonly default: "label";
|
|
27838
|
+
};
|
|
27839
|
+
readonly valueField: {
|
|
27840
|
+
readonly type: StringConstructor;
|
|
27841
|
+
readonly default: "value";
|
|
27842
|
+
};
|
|
27843
|
+
readonly childrenField: {
|
|
27844
|
+
readonly type: StringConstructor;
|
|
27845
|
+
readonly default: "children";
|
|
27846
|
+
};
|
|
27559
27847
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
27560
27848
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
27561
27849
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
27562
27850
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
27563
27851
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
27852
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
27564
27853
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
27565
27854
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
27566
27855
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -27578,6 +27867,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27578
27867
|
readonly default: true;
|
|
27579
27868
|
};
|
|
27580
27869
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
27870
|
+
readonly internalShowCheckmark: {
|
|
27871
|
+
readonly type: BooleanConstructor;
|
|
27872
|
+
readonly default: true;
|
|
27873
|
+
};
|
|
27581
27874
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
27582
27875
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
27583
27876
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -27606,7 +27899,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27606
27899
|
borderFocus: string;
|
|
27607
27900
|
boxShadowHover: string;
|
|
27608
27901
|
boxShadowActive: string;
|
|
27609
|
-
boxShadowFocus: string;
|
|
27902
|
+
boxShadowFocus: string; /** 特殊处理
|
|
27903
|
+
* search 回复默认值
|
|
27904
|
+
*/
|
|
27610
27905
|
caretColor: string;
|
|
27611
27906
|
arrowColor: string;
|
|
27612
27907
|
arrowColorDisabled: string;
|
|
@@ -27673,6 +27968,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27673
27968
|
optionCheckColor: string;
|
|
27674
27969
|
optionColorPending: string;
|
|
27675
27970
|
optionColorActive: string;
|
|
27971
|
+
optionColorActivePending: string;
|
|
27676
27972
|
actionTextColor: string;
|
|
27677
27973
|
loadingColor: string;
|
|
27678
27974
|
height: string;
|
|
@@ -27798,6 +28094,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27798
28094
|
optionCheckColor: string;
|
|
27799
28095
|
optionColorPending: string;
|
|
27800
28096
|
optionColorActive: string;
|
|
28097
|
+
optionColorActivePending: string;
|
|
27801
28098
|
actionTextColor: string;
|
|
27802
28099
|
loadingColor: string;
|
|
27803
28100
|
height: string;
|
|
@@ -27923,6 +28220,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27923
28220
|
optionCheckColor: string;
|
|
27924
28221
|
optionColorPending: string;
|
|
27925
28222
|
optionColorActive: string;
|
|
28223
|
+
optionColorActivePending: string;
|
|
27926
28224
|
actionTextColor: string;
|
|
27927
28225
|
loadingColor: string;
|
|
27928
28226
|
height: string;
|
|
@@ -28052,10 +28350,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28052
28350
|
opacity5: string;
|
|
28053
28351
|
dividerColor: string;
|
|
28054
28352
|
borderColor: string;
|
|
28055
|
-
|
|
28353
|
+
closeIconColor: string;
|
|
28354
|
+
closeIconColorHover: string;
|
|
28355
|
+
closeIconColorPressed: string;
|
|
28056
28356
|
closeColorHover: string;
|
|
28057
28357
|
closeColorPressed: string;
|
|
28058
|
-
closeColorDisabled: string;
|
|
28059
28358
|
clearColor: string;
|
|
28060
28359
|
clearColorHover: string;
|
|
28061
28360
|
clearColorPressed: string;
|
|
@@ -28210,6 +28509,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28210
28509
|
optionCheckColor: string;
|
|
28211
28510
|
optionColorPending: string;
|
|
28212
28511
|
optionColorActive: string;
|
|
28512
|
+
optionColorActivePending: string;
|
|
28213
28513
|
actionTextColor: string;
|
|
28214
28514
|
loadingColor: string;
|
|
28215
28515
|
height: string;
|
|
@@ -28325,10 +28625,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28325
28625
|
};
|
|
28326
28626
|
readonly remote: BooleanConstructor;
|
|
28327
28627
|
readonly loading: BooleanConstructor;
|
|
28328
|
-
readonly filter:
|
|
28329
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
28330
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
28331
|
-
};
|
|
28628
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
28332
28629
|
readonly placement: {
|
|
28333
28630
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
28334
28631
|
readonly default: "bottom-start";
|
|
@@ -28338,19 +28635,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28338
28635
|
readonly default: "trigger";
|
|
28339
28636
|
};
|
|
28340
28637
|
readonly tag: BooleanConstructor;
|
|
28341
|
-
readonly onCreate:
|
|
28342
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
28343
|
-
readonly default: (label: string) => {
|
|
28344
|
-
label: string;
|
|
28345
|
-
value: string;
|
|
28346
|
-
};
|
|
28347
|
-
};
|
|
28638
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
28348
28639
|
readonly fallbackOption: {
|
|
28349
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
28350
|
-
readonly default:
|
|
28351
|
-
label: string;
|
|
28352
|
-
value: string | number;
|
|
28353
|
-
};
|
|
28640
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
28641
|
+
readonly default: undefined;
|
|
28354
28642
|
};
|
|
28355
28643
|
readonly show: {
|
|
28356
28644
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -28369,11 +28657,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28369
28657
|
readonly type: BooleanConstructor;
|
|
28370
28658
|
readonly default: true;
|
|
28371
28659
|
};
|
|
28660
|
+
readonly labelField: {
|
|
28661
|
+
readonly type: StringConstructor;
|
|
28662
|
+
readonly default: "label";
|
|
28663
|
+
};
|
|
28664
|
+
readonly valueField: {
|
|
28665
|
+
readonly type: StringConstructor;
|
|
28666
|
+
readonly default: "value";
|
|
28667
|
+
};
|
|
28668
|
+
readonly childrenField: {
|
|
28669
|
+
readonly type: StringConstructor;
|
|
28670
|
+
readonly default: "children";
|
|
28671
|
+
};
|
|
28372
28672
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
28373
28673
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
28374
28674
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
28375
28675
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
28376
28676
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
28677
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
28377
28678
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
28378
28679
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
28379
28680
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -28391,6 +28692,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28391
28692
|
readonly default: true;
|
|
28392
28693
|
};
|
|
28393
28694
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
28695
|
+
readonly internalShowCheckmark: {
|
|
28696
|
+
readonly type: BooleanConstructor;
|
|
28697
|
+
readonly default: true;
|
|
28698
|
+
};
|
|
28394
28699
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
28395
28700
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
28396
28701
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -28486,6 +28791,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28486
28791
|
optionCheckColor: string;
|
|
28487
28792
|
optionColorPending: string;
|
|
28488
28793
|
optionColorActive: string;
|
|
28794
|
+
optionColorActivePending: string;
|
|
28489
28795
|
actionTextColor: string;
|
|
28490
28796
|
loadingColor: string;
|
|
28491
28797
|
height: string;
|
|
@@ -28611,6 +28917,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28611
28917
|
optionCheckColor: string;
|
|
28612
28918
|
optionColorPending: string;
|
|
28613
28919
|
optionColorActive: string;
|
|
28920
|
+
optionColorActivePending: string;
|
|
28614
28921
|
actionTextColor: string;
|
|
28615
28922
|
loadingColor: string;
|
|
28616
28923
|
height: string;
|
|
@@ -28736,6 +29043,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28736
29043
|
optionCheckColor: string;
|
|
28737
29044
|
optionColorPending: string;
|
|
28738
29045
|
optionColorActive: string;
|
|
29046
|
+
optionColorActivePending: string;
|
|
28739
29047
|
actionTextColor: string;
|
|
28740
29048
|
loadingColor: string;
|
|
28741
29049
|
height: string;
|
|
@@ -28769,29 +29077,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28769
29077
|
}>;
|
|
28770
29078
|
}>>>;
|
|
28771
29079
|
}>>, {
|
|
28772
|
-
tag: boolean;
|
|
28773
|
-
|
|
28774
|
-
|
|
28775
|
-
|
|
28776
|
-
|
|
28777
|
-
|
|
28778
|
-
|
|
28779
|
-
|
|
28780
|
-
|
|
28781
|
-
|
|
28782
|
-
virtualScroll: boolean;
|
|
28783
|
-
|
|
28784
|
-
|
|
28785
|
-
|
|
28786
|
-
|
|
28787
|
-
|
|
28788
|
-
|
|
28789
|
-
|
|
28790
|
-
|
|
28791
|
-
|
|
28792
|
-
|
|
28793
|
-
|
|
28794
|
-
|
|
29080
|
+
readonly tag: boolean;
|
|
29081
|
+
readonly show: boolean | undefined;
|
|
29082
|
+
readonly multiple: boolean;
|
|
29083
|
+
readonly disabled: boolean | undefined;
|
|
29084
|
+
readonly to: string | boolean | HTMLElement;
|
|
29085
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
29086
|
+
readonly loading: boolean;
|
|
29087
|
+
readonly bordered: boolean | undefined;
|
|
29088
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
29089
|
+
readonly labelField: string;
|
|
29090
|
+
readonly virtualScroll: boolean;
|
|
29091
|
+
readonly valueField: string;
|
|
29092
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
29093
|
+
readonly showArrow: boolean;
|
|
29094
|
+
readonly displayDirective: "show" | "if";
|
|
29095
|
+
readonly filterable: boolean;
|
|
29096
|
+
readonly clearable: boolean;
|
|
29097
|
+
readonly internalShowCheckmark: boolean;
|
|
29098
|
+
readonly clearFilterAfterSelect: boolean;
|
|
29099
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
29100
|
+
readonly remote: boolean;
|
|
29101
|
+
readonly widthMode: string;
|
|
29102
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
29103
|
+
readonly consistentMenuWidth: boolean;
|
|
29104
|
+
readonly childrenField: string;
|
|
28795
29105
|
}>;
|
|
28796
29106
|
}, 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<{
|
|
28797
29107
|
mainForm: {
|
|
@@ -29080,6 +29390,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29080
29390
|
type: BooleanConstructor;
|
|
29081
29391
|
default: undefined;
|
|
29082
29392
|
};
|
|
29393
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29394
|
+
renderCount: import("vue").PropType<(props: {
|
|
29395
|
+
value: string;
|
|
29396
|
+
}) => import("vue").VNodeChild>;
|
|
29083
29397
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29084
29398
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29085
29399
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -29108,6 +29422,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29108
29422
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
29109
29423
|
showPasswordToggle: BooleanConstructor;
|
|
29110
29424
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29425
|
+
countTextColorDisabled: string;
|
|
29111
29426
|
countTextColor: string;
|
|
29112
29427
|
heightTiny: string;
|
|
29113
29428
|
heightSmall: string;
|
|
@@ -29168,6 +29483,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29168
29483
|
clearSize: string;
|
|
29169
29484
|
}, any>>;
|
|
29170
29485
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29486
|
+
countTextColorDisabled: string;
|
|
29171
29487
|
countTextColor: string;
|
|
29172
29488
|
heightTiny: string;
|
|
29173
29489
|
heightSmall: string;
|
|
@@ -29228,6 +29544,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29228
29544
|
clearSize: string;
|
|
29229
29545
|
}, any>>>;
|
|
29230
29546
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29547
|
+
countTextColorDisabled: string;
|
|
29231
29548
|
countTextColor: string;
|
|
29232
29549
|
heightTiny: string;
|
|
29233
29550
|
heightSmall: string;
|
|
@@ -29300,8 +29617,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29300
29617
|
contentRef: HTMLElement | null;
|
|
29301
29618
|
containerScrollTop: number;
|
|
29302
29619
|
syncUnifiedContainer: () => void;
|
|
29303
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
29304
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
29620
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
29621
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
29305
29622
|
sync: () => void;
|
|
29306
29623
|
handleMouseEnterWrapper: () => void;
|
|
29307
29624
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -29335,7 +29652,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29335
29652
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
29336
29653
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
29337
29654
|
handleInputBlur: (e: FocusEvent) => void;
|
|
29338
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
29655
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
29339
29656
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
29340
29657
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
29341
29658
|
handleMouseEnter: () => void;
|
|
@@ -29346,7 +29663,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29346
29663
|
handleClear: (e: MouseEvent) => void;
|
|
29347
29664
|
handlePasswordToggleClick: () => void;
|
|
29348
29665
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
29349
|
-
|
|
29666
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
29350
29667
|
handleTextAreaMirrorResize: () => void;
|
|
29351
29668
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
29352
29669
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -29390,16 +29707,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29390
29707
|
opacity5: string;
|
|
29391
29708
|
dividerColor: string;
|
|
29392
29709
|
borderColor: string;
|
|
29393
|
-
|
|
29710
|
+
closeIconColor: string;
|
|
29711
|
+
closeIconColorHover: string;
|
|
29712
|
+
closeIconColorPressed: string;
|
|
29394
29713
|
closeColorHover: string;
|
|
29395
29714
|
closeColorPressed: string;
|
|
29396
|
-
closeColorDisabled: string;
|
|
29397
29715
|
clearColor: string;
|
|
29398
29716
|
clearColorHover: string;
|
|
29399
29717
|
clearColorPressed: string;
|
|
29400
29718
|
scrollbarColor: string;
|
|
29401
29719
|
scrollbarColorHover: string;
|
|
29402
|
-
scrollbarWidth: string;
|
|
29720
|
+
scrollbarWidth: string; /** 特殊处理
|
|
29721
|
+
* search 回复默认值
|
|
29722
|
+
*/
|
|
29403
29723
|
scrollbarHeight: string;
|
|
29404
29724
|
scrollbarBorderRadius: string;
|
|
29405
29725
|
progressRailColor: string;
|
|
@@ -29455,6 +29775,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29455
29775
|
name: "common";
|
|
29456
29776
|
};
|
|
29457
29777
|
self: {
|
|
29778
|
+
countTextColorDisabled: string;
|
|
29458
29779
|
countTextColor: string;
|
|
29459
29780
|
heightTiny: string;
|
|
29460
29781
|
heightSmall: string;
|
|
@@ -29522,6 +29843,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29522
29843
|
cssVars: import("vue").ComputedRef<{
|
|
29523
29844
|
'--n-bezier': string;
|
|
29524
29845
|
'--n-count-text-color': string;
|
|
29846
|
+
'--n-count-text-color-disabled': string;
|
|
29525
29847
|
'--n-color': string;
|
|
29526
29848
|
'--n-font-size': string;
|
|
29527
29849
|
'--n-border-radius': string;
|
|
@@ -29576,6 +29898,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29576
29898
|
select: () => void;
|
|
29577
29899
|
activate: () => void;
|
|
29578
29900
|
deactivate: () => void;
|
|
29901
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
29579
29902
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29580
29903
|
bordered: {
|
|
29581
29904
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -29634,6 +29957,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29634
29957
|
type: BooleanConstructor;
|
|
29635
29958
|
default: undefined;
|
|
29636
29959
|
};
|
|
29960
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29961
|
+
renderCount: import("vue").PropType<(props: {
|
|
29962
|
+
value: string;
|
|
29963
|
+
}) => import("vue").VNodeChild>;
|
|
29637
29964
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29638
29965
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29639
29966
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -29662,6 +29989,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29662
29989
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
29663
29990
|
showPasswordToggle: BooleanConstructor;
|
|
29664
29991
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29992
|
+
countTextColorDisabled: string;
|
|
29665
29993
|
countTextColor: string;
|
|
29666
29994
|
heightTiny: string;
|
|
29667
29995
|
heightSmall: string;
|
|
@@ -29722,6 +30050,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29722
30050
|
clearSize: string;
|
|
29723
30051
|
}, any>>;
|
|
29724
30052
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
30053
|
+
countTextColorDisabled: string;
|
|
29725
30054
|
countTextColor: string;
|
|
29726
30055
|
heightTiny: string;
|
|
29727
30056
|
heightSmall: string;
|
|
@@ -29782,6 +30111,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29782
30111
|
clearSize: string;
|
|
29783
30112
|
}, any>>>;
|
|
29784
30113
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
30114
|
+
countTextColorDisabled: string;
|
|
29785
30115
|
countTextColor: string;
|
|
29786
30116
|
heightTiny: string;
|
|
29787
30117
|
heightSmall: string;
|
|
@@ -30042,9 +30372,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30042
30372
|
scrollable: BooleanConstructor;
|
|
30043
30373
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30044
30374
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30375
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30045
30376
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
30046
30377
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30047
30378
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30379
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
30048
30380
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
30049
30381
|
internalInheritedEventHandlers: {
|
|
30050
30382
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -30109,10 +30441,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30109
30441
|
opacity5: string;
|
|
30110
30442
|
dividerColor: string;
|
|
30111
30443
|
borderColor: string;
|
|
30112
|
-
|
|
30444
|
+
closeIconColor: string;
|
|
30445
|
+
closeIconColorHover: string;
|
|
30446
|
+
closeIconColorPressed: string;
|
|
30113
30447
|
closeColorHover: string;
|
|
30114
30448
|
closeColorPressed: string;
|
|
30115
|
-
closeColorDisabled: string;
|
|
30116
30449
|
clearColor: string;
|
|
30117
30450
|
clearColorHover: string;
|
|
30118
30451
|
clearColorPressed: string;
|
|
@@ -30341,9 +30674,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30341
30674
|
scrollable: BooleanConstructor;
|
|
30342
30675
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30343
30676
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30677
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30344
30678
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
30345
30679
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30346
30680
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30681
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
30347
30682
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
30348
30683
|
internalInheritedEventHandlers: {
|
|
30349
30684
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -30379,6 +30714,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30379
30714
|
arrowPointToCenter: boolean;
|
|
30380
30715
|
displayDirective: "show" | "if";
|
|
30381
30716
|
keepAliveOnHover: boolean;
|
|
30717
|
+
internalDeactivateImmediately: boolean;
|
|
30382
30718
|
animated: boolean;
|
|
30383
30719
|
internalTrapFocus: boolean;
|
|
30384
30720
|
defaultShow: boolean;
|
|
@@ -30710,10 +31046,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30710
31046
|
onConfirm: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
|
|
30711
31047
|
onClear: import("vue").PropType<() => void>;
|
|
30712
31048
|
onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
|
|
30713
|
-
|
|
30714
|
-
type: BooleanConstructor;
|
|
30715
|
-
default: boolean;
|
|
30716
|
-
};
|
|
31049
|
+
timeZone: StringConstructor;
|
|
30717
31050
|
showIcon: {
|
|
30718
31051
|
type: BooleanConstructor;
|
|
30719
31052
|
default: boolean;
|
|
@@ -30739,6 +31072,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30739
31072
|
validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
|
|
30740
31073
|
};
|
|
30741
31074
|
use12Hours: BooleanConstructor;
|
|
31075
|
+
stateful: {
|
|
31076
|
+
type: BooleanConstructor;
|
|
31077
|
+
default: boolean;
|
|
31078
|
+
};
|
|
30742
31079
|
onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
|
|
30743
31080
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
|
|
30744
31081
|
panelColor: string;
|
|
@@ -30966,6 +31303,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30966
31303
|
rippleDuration: string;
|
|
30967
31304
|
}, any>;
|
|
30968
31305
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31306
|
+
countTextColorDisabled: string;
|
|
30969
31307
|
countTextColor: string;
|
|
30970
31308
|
heightTiny: string;
|
|
30971
31309
|
heightSmall: string;
|
|
@@ -31252,6 +31590,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31252
31590
|
rippleDuration: string;
|
|
31253
31591
|
}, any>;
|
|
31254
31592
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31593
|
+
countTextColorDisabled: string;
|
|
31255
31594
|
countTextColor: string;
|
|
31256
31595
|
heightTiny: string;
|
|
31257
31596
|
heightSmall: string;
|
|
@@ -31538,6 +31877,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31538
31877
|
rippleDuration: string;
|
|
31539
31878
|
}, any>;
|
|
31540
31879
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31880
|
+
countTextColorDisabled: string;
|
|
31541
31881
|
countTextColor: string;
|
|
31542
31882
|
heightTiny: string;
|
|
31543
31883
|
heightSmall: string;
|
|
@@ -31618,6 +31958,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31618
31958
|
select: () => void;
|
|
31619
31959
|
activate: () => void;
|
|
31620
31960
|
deactivate: () => void;
|
|
31961
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
31621
31962
|
} | null>;
|
|
31622
31963
|
panelInstRef: import("vue").Ref<{
|
|
31623
31964
|
$el: HTMLElement;
|
|
@@ -31627,8 +31968,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31627
31968
|
contentRef: HTMLElement | null;
|
|
31628
31969
|
containerScrollTop: number;
|
|
31629
31970
|
syncUnifiedContainer: () => void;
|
|
31630
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31631
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31971
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
31972
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
31632
31973
|
sync: () => void;
|
|
31633
31974
|
handleMouseEnterWrapper: () => void;
|
|
31634
31975
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31639,8 +31980,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31639
31980
|
contentRef: HTMLElement | null;
|
|
31640
31981
|
containerScrollTop: number;
|
|
31641
31982
|
syncUnifiedContainer: () => void;
|
|
31642
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31643
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31983
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
31984
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
31644
31985
|
sync: () => void;
|
|
31645
31986
|
handleMouseEnterWrapper: () => void;
|
|
31646
31987
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31651,8 +31992,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31651
31992
|
contentRef: HTMLElement | null;
|
|
31652
31993
|
containerScrollTop: number;
|
|
31653
31994
|
syncUnifiedContainer: () => void;
|
|
31654
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31655
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31995
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
31996
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
31656
31997
|
sync: () => void;
|
|
31657
31998
|
handleMouseEnterWrapper: () => void;
|
|
31658
31999
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31663,8 +32004,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31663
32004
|
contentRef: HTMLElement | null;
|
|
31664
32005
|
containerScrollTop: number;
|
|
31665
32006
|
syncUnifiedContainer: () => void;
|
|
31666
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31667
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
32007
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
32008
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
31668
32009
|
sync: () => void;
|
|
31669
32010
|
handleMouseEnterWrapper: () => void;
|
|
31670
32011
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31692,6 +32033,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31692
32033
|
minuteValue: import("vue").ComputedRef<number | null>;
|
|
31693
32034
|
secondValue: import("vue").ComputedRef<number | null>;
|
|
31694
32035
|
amPmValue: import("vue").ComputedRef<"am" | "pm" | null>;
|
|
32036
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
31695
32037
|
handleTimeInputFocus: (e: FocusEvent) => void;
|
|
31696
32038
|
handleTimeInputBlur: (e: FocusEvent) => void;
|
|
31697
32039
|
handleNowClick: () => void;
|
|
@@ -31708,7 +32050,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31708
32050
|
handleAmPmClick: (amPm: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
|
|
31709
32051
|
handleTimeInputClear: (e: MouseEvent) => void;
|
|
31710
32052
|
handleFocusDetectorFocus: () => void;
|
|
31711
|
-
|
|
32053
|
+
handleMenuKeydown: (e: KeyboardEvent) => void;
|
|
31712
32054
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
31713
32055
|
mergedTheme: import("vue").ComputedRef<{
|
|
31714
32056
|
common: {
|
|
@@ -31751,10 +32093,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31751
32093
|
opacity5: string;
|
|
31752
32094
|
dividerColor: string;
|
|
31753
32095
|
borderColor: string;
|
|
31754
|
-
|
|
32096
|
+
closeIconColor: string;
|
|
32097
|
+
closeIconColorHover: string;
|
|
32098
|
+
closeIconColorPressed: string;
|
|
31755
32099
|
closeColorHover: string;
|
|
31756
32100
|
closeColorPressed: string;
|
|
31757
|
-
closeColorDisabled: string;
|
|
31758
32101
|
clearColor: string;
|
|
31759
32102
|
clearColorHover: string;
|
|
31760
32103
|
clearColorPressed: string;
|
|
@@ -32042,6 +32385,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32042
32385
|
rippleDuration: string;
|
|
32043
32386
|
}, any>;
|
|
32044
32387
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
32388
|
+
countTextColorDisabled: string;
|
|
32045
32389
|
countTextColor: string;
|
|
32046
32390
|
heightTiny: string;
|
|
32047
32391
|
heightSmall: string;
|
|
@@ -32121,8 +32465,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32121
32465
|
};
|
|
32122
32466
|
}>;
|
|
32123
32467
|
triggerCssVars: import("vue").ComputedRef<{
|
|
32124
|
-
'--n-icon-color': string;
|
|
32125
|
-
'--n-icon-color-disabled': string;
|
|
32468
|
+
'--n-icon-color-override': string;
|
|
32469
|
+
'--n-icon-color-disabled-override': string;
|
|
32126
32470
|
'--n-bezier': string;
|
|
32127
32471
|
}> | undefined;
|
|
32128
32472
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
@@ -32189,10 +32533,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32189
32533
|
onConfirm: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
|
|
32190
32534
|
onClear: import("vue").PropType<() => void>;
|
|
32191
32535
|
onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
|
|
32192
|
-
|
|
32193
|
-
type: BooleanConstructor;
|
|
32194
|
-
default: boolean;
|
|
32195
|
-
};
|
|
32536
|
+
timeZone: StringConstructor;
|
|
32196
32537
|
showIcon: {
|
|
32197
32538
|
type: BooleanConstructor;
|
|
32198
32539
|
default: boolean;
|
|
@@ -32218,6 +32559,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32218
32559
|
validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
|
|
32219
32560
|
};
|
|
32220
32561
|
use12Hours: BooleanConstructor;
|
|
32562
|
+
stateful: {
|
|
32563
|
+
type: BooleanConstructor;
|
|
32564
|
+
default: boolean;
|
|
32565
|
+
};
|
|
32221
32566
|
onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
|
|
32222
32567
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
|
|
32223
32568
|
panelColor: string;
|
|
@@ -32445,6 +32790,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32445
32790
|
rippleDuration: string;
|
|
32446
32791
|
}, any>;
|
|
32447
32792
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
32793
|
+
countTextColorDisabled: string;
|
|
32448
32794
|
countTextColor: string;
|
|
32449
32795
|
heightTiny: string;
|
|
32450
32796
|
heightSmall: string;
|
|
@@ -32731,6 +33077,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32731
33077
|
rippleDuration: string;
|
|
32732
33078
|
}, any>;
|
|
32733
33079
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
33080
|
+
countTextColorDisabled: string;
|
|
32734
33081
|
countTextColor: string;
|
|
32735
33082
|
heightTiny: string;
|
|
32736
33083
|
heightSmall: string;
|
|
@@ -33017,6 +33364,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33017
33364
|
rippleDuration: string;
|
|
33018
33365
|
}, any>;
|
|
33019
33366
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
33367
|
+
countTextColorDisabled: string;
|
|
33020
33368
|
countTextColor: string;
|
|
33021
33369
|
heightTiny: string;
|
|
33022
33370
|
heightSmall: string;
|
|
@@ -33436,6 +33784,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33436
33784
|
treeSelect: (key: any, vnode: any) => void;
|
|
33437
33785
|
filter: (pattern: string, option: AnyObject) => boolean;
|
|
33438
33786
|
NTreeSelect: import("vue").DefineComponent<{
|
|
33787
|
+
readonly renderLabel: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33788
|
+
readonly renderPrefix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33789
|
+
readonly renderSuffix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33790
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").TreeSelectNodeProps>;
|
|
33439
33791
|
readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
|
|
33440
33792
|
readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
|
|
33441
33793
|
readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
|
|
@@ -33460,11 +33812,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33460
33812
|
readonly type: StringConstructor;
|
|
33461
33813
|
readonly default: "children";
|
|
33462
33814
|
};
|
|
33815
|
+
readonly disabledField: {
|
|
33816
|
+
readonly type: StringConstructor;
|
|
33817
|
+
readonly default: "disabled";
|
|
33818
|
+
};
|
|
33463
33819
|
readonly defaultExpandedKeys: {
|
|
33464
33820
|
readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
33465
33821
|
readonly default: () => never[];
|
|
33466
33822
|
};
|
|
33467
33823
|
readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
33824
|
+
readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
|
|
33468
33825
|
readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
33469
33826
|
readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
33470
33827
|
readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
@@ -33531,6 +33888,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33531
33888
|
readonly default: true;
|
|
33532
33889
|
};
|
|
33533
33890
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
33891
|
+
readonly renderTag: import("vue").PropType<import("naive-ui").TreeSelectRenderTag>;
|
|
33534
33892
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
|
|
33535
33893
|
menuPadding: string;
|
|
33536
33894
|
menuColor: string;
|
|
@@ -34001,7 +34359,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34001
34359
|
syncPosition: () => void;
|
|
34002
34360
|
} | null>;
|
|
34003
34361
|
treeInstRef: import("vue").Ref<{
|
|
34004
|
-
handleKeyup: (e: KeyboardEvent) => void;
|
|
34005
34362
|
handleKeydown: (e: KeyboardEvent) => void;
|
|
34006
34363
|
} | null>;
|
|
34007
34364
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
@@ -34024,6 +34381,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34024
34381
|
pendingNodeKey: import("vue").Ref<string | number | null>;
|
|
34025
34382
|
mergedCascade: import("vue").ComputedRef<boolean>;
|
|
34026
34383
|
mergedFilter: import("vue").ComputedRef<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
|
|
34384
|
+
selectionRenderTag: import("vue").ComputedRef<(({ option, handleClose }: {
|
|
34385
|
+
option: import("naive-ui").SelectOption;
|
|
34386
|
+
handleClose: () => void;
|
|
34387
|
+
}) => import("vue").VNodeChild) | undefined>;
|
|
34027
34388
|
handleTriggerOrMenuResize: () => void;
|
|
34028
34389
|
doUpdateExpandedKeys: (keys: import("naive-ui/es/tree/src/interface").Key[], option: (import("naive-ui").TreeSelectOption | null)[]) => void;
|
|
34029
34390
|
handleMenuLeave: () => void;
|
|
@@ -34039,7 +34400,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34039
34400
|
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;
|
|
34040
34401
|
handlePatternInput: (e: InputEvent) => void;
|
|
34041
34402
|
handleKeydown: (e: KeyboardEvent) => void;
|
|
34042
|
-
handleKeyup: (e: KeyboardEvent) => void;
|
|
34043
34403
|
handleTabOut: () => void;
|
|
34044
34404
|
handleMenuMousedown: (e: MouseEvent) => void;
|
|
34045
34405
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -34083,10 +34443,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34083
34443
|
opacity5: string;
|
|
34084
34444
|
dividerColor: string;
|
|
34085
34445
|
borderColor: string;
|
|
34086
|
-
|
|
34446
|
+
closeIconColor: string;
|
|
34447
|
+
closeIconColorHover: string;
|
|
34448
|
+
closeIconColorPressed: string;
|
|
34087
34449
|
closeColorHover: string;
|
|
34088
34450
|
closeColorPressed: string;
|
|
34089
|
-
closeColorDisabled: string;
|
|
34090
34451
|
clearColor: string;
|
|
34091
34452
|
clearColorHover: string;
|
|
34092
34453
|
clearColorPressed: string;
|
|
@@ -34389,6 +34750,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34389
34750
|
themeClass: import("vue").Ref<string> | undefined;
|
|
34390
34751
|
onRender: (() => void) | undefined;
|
|
34391
34752
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34753
|
+
readonly renderLabel: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34754
|
+
readonly renderPrefix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34755
|
+
readonly renderSuffix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34756
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").TreeSelectNodeProps>;
|
|
34392
34757
|
readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
|
|
34393
34758
|
readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
|
|
34394
34759
|
readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
|
|
@@ -34413,11 +34778,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34413
34778
|
readonly type: StringConstructor;
|
|
34414
34779
|
readonly default: "children";
|
|
34415
34780
|
};
|
|
34781
|
+
readonly disabledField: {
|
|
34782
|
+
readonly type: StringConstructor;
|
|
34783
|
+
readonly default: "disabled";
|
|
34784
|
+
};
|
|
34416
34785
|
readonly defaultExpandedKeys: {
|
|
34417
34786
|
readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
34418
34787
|
readonly default: () => never[];
|
|
34419
34788
|
};
|
|
34420
34789
|
readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
34790
|
+
readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
|
|
34421
34791
|
readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
34422
34792
|
readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
34423
34793
|
readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
@@ -34484,6 +34854,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34484
34854
|
readonly default: true;
|
|
34485
34855
|
};
|
|
34486
34856
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
34857
|
+
readonly renderTag: import("vue").PropType<import("naive-ui").TreeSelectRenderTag>;
|
|
34487
34858
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
|
|
34488
34859
|
menuPadding: string;
|
|
34489
34860
|
menuColor: string;
|
|
@@ -34941,33 +35312,34 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34941
35312
|
}>;
|
|
34942
35313
|
}>>>;
|
|
34943
35314
|
}>>, {
|
|
34944
|
-
show: boolean | undefined;
|
|
34945
|
-
separator: string;
|
|
34946
|
-
multiple: boolean;
|
|
34947
|
-
disabled: boolean | undefined;
|
|
34948
|
-
to: string | boolean | HTMLElement;
|
|
34949
|
-
options: import("naive-ui").TreeSelectOption[];
|
|
34950
|
-
loading: boolean;
|
|
34951
|
-
bordered: boolean;
|
|
34952
|
-
placement: import("naive-ui").PopoverPlacement;
|
|
34953
|
-
keyField: string;
|
|
34954
|
-
|
|
34955
|
-
|
|
34956
|
-
|
|
34957
|
-
|
|
34958
|
-
|
|
34959
|
-
|
|
34960
|
-
|
|
34961
|
-
|
|
34962
|
-
|
|
34963
|
-
|
|
34964
|
-
|
|
34965
|
-
|
|
34966
|
-
|
|
34967
|
-
|
|
34968
|
-
|
|
34969
|
-
|
|
34970
|
-
|
|
35315
|
+
readonly show: boolean | undefined;
|
|
35316
|
+
readonly separator: string;
|
|
35317
|
+
readonly multiple: boolean;
|
|
35318
|
+
readonly disabled: boolean | undefined;
|
|
35319
|
+
readonly to: string | boolean | HTMLElement;
|
|
35320
|
+
readonly options: import("naive-ui").TreeSelectOption[];
|
|
35321
|
+
readonly loading: boolean;
|
|
35322
|
+
readonly bordered: boolean;
|
|
35323
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
35324
|
+
readonly keyField: string;
|
|
35325
|
+
readonly labelField: string;
|
|
35326
|
+
readonly virtualScroll: boolean;
|
|
35327
|
+
readonly checkable: boolean;
|
|
35328
|
+
readonly defaultShow: boolean;
|
|
35329
|
+
readonly filterable: boolean;
|
|
35330
|
+
readonly clearable: boolean;
|
|
35331
|
+
readonly clearFilterAfterSelect: boolean;
|
|
35332
|
+
readonly defaultValue: string | number | (string | number)[] | null;
|
|
35333
|
+
readonly consistentMenuWidth: boolean;
|
|
35334
|
+
readonly childrenField: string;
|
|
35335
|
+
readonly defaultExpandAll: boolean;
|
|
35336
|
+
readonly allowCheckingNotLoaded: boolean;
|
|
35337
|
+
readonly cascade: boolean;
|
|
35338
|
+
readonly checkStrategy: import("treemate").CheckStrategy;
|
|
35339
|
+
readonly disabledField: string;
|
|
35340
|
+
readonly leafOnly: boolean;
|
|
35341
|
+
readonly showPath: boolean;
|
|
35342
|
+
readonly defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];
|
|
34971
35343
|
}>;
|
|
34972
35344
|
}, 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<{
|
|
34973
35345
|
mainForm: {
|
|
@@ -35209,9 +35581,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35209
35581
|
scrollable: BooleanConstructor;
|
|
35210
35582
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35211
35583
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35584
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35212
35585
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
35213
35586
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35214
35587
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35588
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
35215
35589
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
35216
35590
|
internalInheritedEventHandlers: {
|
|
35217
35591
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -35276,10 +35650,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35276
35650
|
opacity5: string;
|
|
35277
35651
|
dividerColor: string;
|
|
35278
35652
|
borderColor: string;
|
|
35279
|
-
|
|
35653
|
+
closeIconColor: string;
|
|
35654
|
+
closeIconColorHover: string;
|
|
35655
|
+
closeIconColorPressed: string;
|
|
35280
35656
|
closeColorHover: string;
|
|
35281
35657
|
closeColorPressed: string;
|
|
35282
|
-
closeColorDisabled: string;
|
|
35283
35658
|
clearColor: string;
|
|
35284
35659
|
clearColorHover: string;
|
|
35285
35660
|
clearColorPressed: string;
|
|
@@ -35508,9 +35883,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35508
35883
|
scrollable: BooleanConstructor;
|
|
35509
35884
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35510
35885
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35886
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35511
35887
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
35512
35888
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35513
35889
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35890
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
35514
35891
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
35515
35892
|
internalInheritedEventHandlers: {
|
|
35516
35893
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -35546,6 +35923,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35546
35923
|
arrowPointToCenter: boolean;
|
|
35547
35924
|
displayDirective: "show" | "if";
|
|
35548
35925
|
keepAliveOnHover: boolean;
|
|
35926
|
+
internalDeactivateImmediately: boolean;
|
|
35549
35927
|
animated: boolean;
|
|
35550
35928
|
internalTrapFocus: boolean;
|
|
35551
35929
|
defaultShow: boolean;
|