@sdata/web-vue 1.12.0 → 1.14.0
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/icon-hover.vue.d.ts +1 -1
- package/es/_components/picker/input-range.vue.d.ts +1 -1
- package/es/_components/picker/input.vue.d.ts +1 -1
- package/es/_components/virtual-list/virtual-list.vue.d.ts +6 -6
- package/es/_hooks/use-component-ref.d.ts +1 -1
- package/es/_hooks/use-config-provider-prop.d.ts +10 -0
- package/es/_hooks/use-config-provider-prop.js +19 -0
- package/es/_hooks/use-dropdown-virtual-list-props.d.ts +5 -0
- package/es/_hooks/use-dropdown-virtual-list-props.js +21 -0
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/_hooks/use-trigger.d.ts +1 -1
- package/es/alert/alert.vue.d.ts +2 -2
- package/es/alert/index.d.ts +5 -5
- package/es/auto-complete/auto-complete.d.ts +1 -1
- package/es/auto-complete/auto-complete.js +5 -3
- package/es/auto-complete/index.d.ts +3 -3
- package/es/cascader/cascader.vue.d.ts +3 -3
- package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +21 -5
- package/es/checkbox/checkbox.d.ts +1 -1
- package/es/checkbox/index.d.ts +2 -2
- package/es/collapse/collapse-item.d.ts +1 -1
- package/es/collapse/index.d.ts +1 -1
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/comment/comment.vue.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/config-provider/config-provider.vue.d.ts +26 -0
- package/es/config-provider/config-provider.vue_vue_type_script_lang.js +25 -1
- package/es/config-provider/context.d.ts +51 -1
- package/es/config-provider/index.d.ts +36 -0
- package/es/date-picker/index.d.ts +32 -32
- package/es/date-picker/panels/date/index.vue.d.ts +1 -1
- package/es/date-picker/panels/week/index.vue.d.ts +1 -1
- package/es/date-picker/picker-panel.vue.d.ts +2 -2
- package/es/date-picker/picker.vue.d.ts +24 -24
- package/es/date-picker/picker.vue_vue_type_script_lang.js +62 -11
- package/es/date-picker/range-picker-panel.vue.d.ts +3 -3
- package/es/date-picker/range-picker.vue.d.ts +111 -111
- package/es/date-picker/range-picker.vue_vue_type_script_lang.js +54 -10
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/drawer/drawer.js +9 -9
- package/es/drawer/drawer.vue.d.ts +12 -2
- package/es/drawer/drawer.vue_vue_type_script_lang.js +118 -9
- package/es/drawer/index.d.ts +35 -5
- package/es/dropdown/dropdown-button.vue.d.ts +18 -18
- package/es/dropdown/dropdown-option.vue.d.ts +2 -2
- package/es/dropdown/dropdown-panel.vue.d.ts +6 -6
- package/es/dropdown/dropdown-submenu.vue.d.ts +20 -20
- package/es/dropdown/dropdown.vue.d.ts +18 -18
- package/es/dropdown/index.d.ts +76 -76
- package/es/ellipsis/ellipsis.vue.d.ts +24 -24
- package/es/ellipsis/index.d.ts +96 -96
- package/es/ellipsis/performant-ellipsis.vue.d.ts +24 -24
- package/es/form/form-item-label.vue.d.ts +24 -24
- package/es/form/form-item.vue.d.ts +28 -28
- package/es/form/index.d.ts +28 -28
- package/es/image/image.vue.d.ts +26 -26
- package/es/image/preview-action.d.ts +24 -24
- package/es/image/preview-group.vue.d.ts +24 -24
- package/es/image/preview-toolbar.vue.d.ts +24 -24
- package/es/image/preview.vue.d.ts +24 -24
- package/es/input/index.d.ts +5 -5
- package/es/input/input-password.vue.d.ts +2 -2
- package/es/input/input.d.ts +1 -1
- package/es/input-number/index.d.ts +3 -3
- package/es/input-number/input-number.d.ts +1 -1
- package/es/list/index.d.ts +3 -3
- package/es/list/list.d.ts +1 -1
- package/es/mention/index.d.ts +6 -6
- package/es/mention/mention.d.ts +2 -2
- package/es/menu/base-menu.vue.d.ts +1 -1
- package/es/menu/menu.d.ts +2 -2
- package/es/menu/sub-menu-pop.vue.d.ts +13 -13
- package/es/message/message.vue.d.ts +1 -1
- package/es/modal/index.d.ts +29 -5
- package/es/modal/modal.js +8 -8
- package/es/modal/modal.vue.d.ts +10 -2
- package/es/modal/modal.vue_vue_type_script_lang.js +134 -12
- package/es/notification/notification.vue.d.ts +1 -1
- package/es/overflow-list/index.d.ts +3 -3
- package/es/overflow-list/overflow-list.d.ts +1 -1
- package/es/page-header/index.d.ts +2 -2
- package/es/page-header/page-header.vue.d.ts +1 -1
- package/es/pagination/page-jumper.vue.d.ts +3 -3
- package/es/pagination/page-options.vue.d.ts +34 -34
- package/es/popconfirm/index.d.ts +24 -24
- package/es/popconfirm/popconfirm.vue.d.ts +12 -12
- package/es/popover/index.d.ts +24 -24
- package/es/popover/popover.vue.d.ts +12 -12
- package/es/progress/circle.vue.d.ts +3 -3
- package/es/progress/index.d.ts +23 -23
- package/es/progress/line.vue.d.ts +2 -2
- package/es/progress/progress.vue.d.ts +12 -12
- package/es/progress/steps.vue.d.ts +2 -2
- package/es/radio/index.d.ts +2 -2
- package/es/radio/radio.d.ts +1 -1
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.vue.d.ts +3 -3
- package/es/select/index.d.ts +34 -34
- package/es/select/option.vue.d.ts +4 -4
- package/es/select/select-dropdown.vue.d.ts +7 -7
- package/es/select/select.d.ts +14 -14
- package/es/select/select.js +5 -3
- package/es/slider/index.d.ts +54 -54
- package/es/slider/slider-button.vue.d.ts +24 -24
- package/es/slider/slider-input.vue.d.ts +3 -3
- package/es/slider/slider.vue.d.ts +27 -27
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +1 -1
- package/es/steps/index.d.ts +3 -3
- package/es/steps/steps.vue.d.ts +1 -1
- package/es/table/index.d.ts +14 -14
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +4 -4
- package/es/table/table.d.ts +7 -7
- package/es/tabs/tabs-tab.vue.d.ts +1 -1
- package/es/tag/index.d.ts +485 -485
- package/es/tag/tag.vue.d.ts +194 -194
- package/es/textarea/index.d.ts +2 -2
- package/es/textarea/textarea.vue.d.ts +1 -1
- package/es/time-picker/index.d.ts +35 -35
- package/es/time-picker/panel.vue.d.ts +1 -1
- package/es/time-picker/range-panel.d.ts +1 -1
- package/es/time-picker/time-picker.vue.d.ts +17 -17
- package/es/tooltip/index.d.ts +24 -24
- package/es/tooltip/tooltip.vue.d.ts +12 -12
- package/es/transfer/index.d.ts +27 -27
- package/es/transfer/transfer-view.vue.d.ts +12 -12
- package/es/transfer/transfer.vue.d.ts +13 -13
- package/es/tree/base-node.vue.d.ts +2 -2
- package/es/tree/transition-node-list.vue.d.ts +2 -2
- package/es/tree/tree.vue.d.ts +8 -8
- package/es/tree-select/tree-select.vue.d.ts +17 -17
- package/es/tree-select/tree-select.vue_vue_type_script_lang.js +6 -2
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +7 -7
- package/es/typography/base.d.ts +1 -1
- package/es/typography/edit-content.vue.d.ts +15 -15
- package/es/typography/index.d.ts +1 -1
- package/es/typography/operations.vue.d.ts +24 -24
- package/es/typography/title.d.ts +1 -1
- package/es/upload/upload-button.d.ts +1 -1
- package/es/verification-code/index.d.ts +3 -3
- package/es/verification-code/verification-code.d.ts +1 -1
- package/es/watermark/index.d.ts +3 -3
- package/es/watermark/watermark.d.ts +1 -1
- package/json/vetur-attributes.json +12 -0
- package/json/vetur-tags.json +4 -0
- package/json/web-types.json +37 -5
- package/package.json +1 -1
|
@@ -135,13 +135,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
135
135
|
default: boolean;
|
|
136
136
|
};
|
|
137
137
|
contentClass: {
|
|
138
|
-
type: (
|
|
138
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
139
139
|
};
|
|
140
140
|
contentStyle: {
|
|
141
141
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
142
142
|
};
|
|
143
143
|
arrowClass: {
|
|
144
|
-
type: (
|
|
144
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
145
145
|
};
|
|
146
146
|
arrowStyle: {
|
|
147
147
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -199,7 +199,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
199
199
|
default: boolean;
|
|
200
200
|
};
|
|
201
201
|
openedClass: {
|
|
202
|
-
type: (
|
|
202
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
203
203
|
};
|
|
204
204
|
autoFitPosition: {
|
|
205
205
|
type: BooleanConstructor;
|
|
@@ -222,8 +222,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
222
222
|
default: number;
|
|
223
223
|
};
|
|
224
224
|
}>> & Readonly<{
|
|
225
|
-
onResize?: (() => any) | undefined;
|
|
226
225
|
onHide?: (() => any) | undefined;
|
|
226
|
+
onResize?: (() => any) | undefined;
|
|
227
227
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
228
228
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
229
229
|
onShow?: (() => any) | undefined;
|
|
@@ -326,13 +326,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
326
326
|
default: boolean;
|
|
327
327
|
};
|
|
328
328
|
contentClass: {
|
|
329
|
-
type: (
|
|
329
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
330
330
|
};
|
|
331
331
|
contentStyle: {
|
|
332
332
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
333
333
|
};
|
|
334
334
|
arrowClass: {
|
|
335
|
-
type: (
|
|
335
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
336
336
|
};
|
|
337
337
|
arrowStyle: {
|
|
338
338
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -390,7 +390,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
390
390
|
default: boolean;
|
|
391
391
|
};
|
|
392
392
|
openedClass: {
|
|
393
|
-
type: (
|
|
393
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
394
394
|
};
|
|
395
395
|
autoFitPosition: {
|
|
396
396
|
type: BooleanConstructor;
|
|
@@ -413,8 +413,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
413
413
|
default: number;
|
|
414
414
|
};
|
|
415
415
|
}>> & Readonly<{
|
|
416
|
-
onResize?: (() => any) | undefined;
|
|
417
416
|
onHide?: (() => any) | undefined;
|
|
417
|
+
onResize?: (() => any) | undefined;
|
|
418
418
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
419
419
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
420
420
|
onShow?: (() => any) | undefined;
|
|
@@ -508,13 +508,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
508
508
|
default: boolean;
|
|
509
509
|
};
|
|
510
510
|
contentClass: {
|
|
511
|
-
type: (
|
|
511
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
512
512
|
};
|
|
513
513
|
contentStyle: {
|
|
514
514
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
515
515
|
};
|
|
516
516
|
arrowClass: {
|
|
517
|
-
type: (
|
|
517
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
518
518
|
};
|
|
519
519
|
arrowStyle: {
|
|
520
520
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -572,7 +572,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
572
572
|
default: boolean;
|
|
573
573
|
};
|
|
574
574
|
openedClass: {
|
|
575
|
-
type: (
|
|
575
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
576
576
|
};
|
|
577
577
|
autoFitPosition: {
|
|
578
578
|
type: BooleanConstructor;
|
|
@@ -595,8 +595,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
595
595
|
default: number;
|
|
596
596
|
};
|
|
597
597
|
}>> & Readonly<{
|
|
598
|
-
onResize?: (() => any) | undefined;
|
|
599
598
|
onHide?: (() => any) | undefined;
|
|
599
|
+
onResize?: (() => any) | undefined;
|
|
600
600
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
601
601
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
602
602
|
onShow?: (() => any) | undefined;
|
|
@@ -825,13 +825,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
825
825
|
default: boolean;
|
|
826
826
|
};
|
|
827
827
|
contentClass: {
|
|
828
|
-
type: (
|
|
828
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
829
829
|
};
|
|
830
830
|
contentStyle: {
|
|
831
831
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
832
832
|
};
|
|
833
833
|
arrowClass: {
|
|
834
|
-
type: (
|
|
834
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
835
835
|
};
|
|
836
836
|
arrowStyle: {
|
|
837
837
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -889,7 +889,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
889
889
|
default: boolean;
|
|
890
890
|
};
|
|
891
891
|
openedClass: {
|
|
892
|
-
type: (
|
|
892
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
893
893
|
};
|
|
894
894
|
autoFitPosition: {
|
|
895
895
|
type: BooleanConstructor;
|
|
@@ -912,8 +912,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
912
912
|
default: number;
|
|
913
913
|
};
|
|
914
914
|
}>> & Readonly<{
|
|
915
|
-
onResize?: (() => any) | undefined;
|
|
916
915
|
onHide?: (() => any) | undefined;
|
|
916
|
+
onResize?: (() => any) | undefined;
|
|
917
917
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
918
918
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
919
919
|
onShow?: (() => any) | undefined;
|
|
@@ -1016,13 +1016,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1016
1016
|
default: boolean;
|
|
1017
1017
|
};
|
|
1018
1018
|
contentClass: {
|
|
1019
|
-
type: (
|
|
1019
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1020
1020
|
};
|
|
1021
1021
|
contentStyle: {
|
|
1022
1022
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1023
1023
|
};
|
|
1024
1024
|
arrowClass: {
|
|
1025
|
-
type: (
|
|
1025
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1026
1026
|
};
|
|
1027
1027
|
arrowStyle: {
|
|
1028
1028
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1080,7 +1080,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1080
1080
|
default: boolean;
|
|
1081
1081
|
};
|
|
1082
1082
|
openedClass: {
|
|
1083
|
-
type: (
|
|
1083
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1084
1084
|
};
|
|
1085
1085
|
autoFitPosition: {
|
|
1086
1086
|
type: BooleanConstructor;
|
|
@@ -1103,8 +1103,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1103
1103
|
default: number;
|
|
1104
1104
|
};
|
|
1105
1105
|
}>> & Readonly<{
|
|
1106
|
-
onResize?: (() => any) | undefined;
|
|
1107
1106
|
onHide?: (() => any) | undefined;
|
|
1107
|
+
onResize?: (() => any) | undefined;
|
|
1108
1108
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1109
1109
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1110
1110
|
onShow?: (() => any) | undefined;
|
|
@@ -1198,13 +1198,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1198
1198
|
default: boolean;
|
|
1199
1199
|
};
|
|
1200
1200
|
contentClass: {
|
|
1201
|
-
type: (
|
|
1201
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1202
1202
|
};
|
|
1203
1203
|
contentStyle: {
|
|
1204
1204
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1205
1205
|
};
|
|
1206
1206
|
arrowClass: {
|
|
1207
|
-
type: (
|
|
1207
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1208
1208
|
};
|
|
1209
1209
|
arrowStyle: {
|
|
1210
1210
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1262,7 +1262,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1262
1262
|
default: boolean;
|
|
1263
1263
|
};
|
|
1264
1264
|
openedClass: {
|
|
1265
|
-
type: (
|
|
1265
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1266
1266
|
};
|
|
1267
1267
|
autoFitPosition: {
|
|
1268
1268
|
type: BooleanConstructor;
|
|
@@ -1285,8 +1285,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1285
1285
|
default: number;
|
|
1286
1286
|
};
|
|
1287
1287
|
}>> & Readonly<{
|
|
1288
|
-
onResize?: (() => any) | undefined;
|
|
1289
1288
|
onHide?: (() => any) | undefined;
|
|
1289
|
+
onResize?: (() => any) | undefined;
|
|
1290
1290
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1291
1291
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1292
1292
|
onShow?: (() => any) | undefined;
|
|
@@ -721,13 +721,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
721
721
|
default: boolean;
|
|
722
722
|
};
|
|
723
723
|
contentClass: {
|
|
724
|
-
type: (
|
|
724
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
725
725
|
};
|
|
726
726
|
contentStyle: {
|
|
727
727
|
type: PropType<import("vue").CSSProperties>;
|
|
728
728
|
};
|
|
729
729
|
arrowClass: {
|
|
730
|
-
type: (
|
|
730
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
731
731
|
};
|
|
732
732
|
arrowStyle: {
|
|
733
733
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -785,7 +785,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
785
785
|
default: boolean;
|
|
786
786
|
};
|
|
787
787
|
openedClass: {
|
|
788
|
-
type: (
|
|
788
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
789
789
|
};
|
|
790
790
|
autoFitPosition: {
|
|
791
791
|
type: BooleanConstructor;
|
|
@@ -808,8 +808,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
808
808
|
default: number;
|
|
809
809
|
};
|
|
810
810
|
}>> & Readonly<{
|
|
811
|
-
onResize?: (() => any) | undefined;
|
|
812
811
|
onHide?: (() => any) | undefined;
|
|
812
|
+
onResize?: (() => any) | undefined;
|
|
813
813
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
814
814
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
815
815
|
onShow?: (() => any) | undefined;
|
|
@@ -912,13 +912,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
912
912
|
default: boolean;
|
|
913
913
|
};
|
|
914
914
|
contentClass: {
|
|
915
|
-
type: (
|
|
915
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
916
916
|
};
|
|
917
917
|
contentStyle: {
|
|
918
918
|
type: PropType<import("vue").CSSProperties>;
|
|
919
919
|
};
|
|
920
920
|
arrowClass: {
|
|
921
|
-
type: (
|
|
921
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
922
922
|
};
|
|
923
923
|
arrowStyle: {
|
|
924
924
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -976,7 +976,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
976
976
|
default: boolean;
|
|
977
977
|
};
|
|
978
978
|
openedClass: {
|
|
979
|
-
type: (
|
|
979
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
980
980
|
};
|
|
981
981
|
autoFitPosition: {
|
|
982
982
|
type: BooleanConstructor;
|
|
@@ -999,8 +999,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
999
999
|
default: number;
|
|
1000
1000
|
};
|
|
1001
1001
|
}>> & Readonly<{
|
|
1002
|
-
onResize?: (() => any) | undefined;
|
|
1003
1002
|
onHide?: (() => any) | undefined;
|
|
1003
|
+
onResize?: (() => any) | undefined;
|
|
1004
1004
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1005
1005
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1006
1006
|
onShow?: (() => any) | undefined;
|
|
@@ -1094,13 +1094,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1094
1094
|
default: boolean;
|
|
1095
1095
|
};
|
|
1096
1096
|
contentClass: {
|
|
1097
|
-
type: (
|
|
1097
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1098
1098
|
};
|
|
1099
1099
|
contentStyle: {
|
|
1100
1100
|
type: PropType<import("vue").CSSProperties>;
|
|
1101
1101
|
};
|
|
1102
1102
|
arrowClass: {
|
|
1103
|
-
type: (
|
|
1103
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1104
1104
|
};
|
|
1105
1105
|
arrowStyle: {
|
|
1106
1106
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1158,7 +1158,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1158
1158
|
default: boolean;
|
|
1159
1159
|
};
|
|
1160
1160
|
openedClass: {
|
|
1161
|
-
type: (
|
|
1161
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1162
1162
|
};
|
|
1163
1163
|
autoFitPosition: {
|
|
1164
1164
|
type: BooleanConstructor;
|
|
@@ -1181,8 +1181,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1181
1181
|
default: number;
|
|
1182
1182
|
};
|
|
1183
1183
|
}>> & Readonly<{
|
|
1184
|
-
onResize?: (() => any) | undefined;
|
|
1185
1184
|
onHide?: (() => any) | undefined;
|
|
1185
|
+
onResize?: (() => any) | undefined;
|
|
1186
1186
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1187
1187
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1188
1188
|
onShow?: (() => any) | undefined;
|
|
@@ -1411,13 +1411,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1411
1411
|
default: boolean;
|
|
1412
1412
|
};
|
|
1413
1413
|
contentClass: {
|
|
1414
|
-
type: (
|
|
1414
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1415
1415
|
};
|
|
1416
1416
|
contentStyle: {
|
|
1417
1417
|
type: PropType<import("vue").CSSProperties>;
|
|
1418
1418
|
};
|
|
1419
1419
|
arrowClass: {
|
|
1420
|
-
type: (
|
|
1420
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1421
1421
|
};
|
|
1422
1422
|
arrowStyle: {
|
|
1423
1423
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1475,7 +1475,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1475
1475
|
default: boolean;
|
|
1476
1476
|
};
|
|
1477
1477
|
openedClass: {
|
|
1478
|
-
type: (
|
|
1478
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1479
1479
|
};
|
|
1480
1480
|
autoFitPosition: {
|
|
1481
1481
|
type: BooleanConstructor;
|
|
@@ -1498,8 +1498,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1498
1498
|
default: number;
|
|
1499
1499
|
};
|
|
1500
1500
|
}>> & Readonly<{
|
|
1501
|
-
onResize?: (() => any) | undefined;
|
|
1502
1501
|
onHide?: (() => any) | undefined;
|
|
1502
|
+
onResize?: (() => any) | undefined;
|
|
1503
1503
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1504
1504
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1505
1505
|
onShow?: (() => any) | undefined;
|
|
@@ -1602,13 +1602,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1602
1602
|
default: boolean;
|
|
1603
1603
|
};
|
|
1604
1604
|
contentClass: {
|
|
1605
|
-
type: (
|
|
1605
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1606
1606
|
};
|
|
1607
1607
|
contentStyle: {
|
|
1608
1608
|
type: PropType<import("vue").CSSProperties>;
|
|
1609
1609
|
};
|
|
1610
1610
|
arrowClass: {
|
|
1611
|
-
type: (
|
|
1611
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1612
1612
|
};
|
|
1613
1613
|
arrowStyle: {
|
|
1614
1614
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1666,7 +1666,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1666
1666
|
default: boolean;
|
|
1667
1667
|
};
|
|
1668
1668
|
openedClass: {
|
|
1669
|
-
type: (
|
|
1669
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1670
1670
|
};
|
|
1671
1671
|
autoFitPosition: {
|
|
1672
1672
|
type: BooleanConstructor;
|
|
@@ -1689,8 +1689,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1689
1689
|
default: number;
|
|
1690
1690
|
};
|
|
1691
1691
|
}>> & Readonly<{
|
|
1692
|
-
onResize?: (() => any) | undefined;
|
|
1693
1692
|
onHide?: (() => any) | undefined;
|
|
1693
|
+
onResize?: (() => any) | undefined;
|
|
1694
1694
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1695
1695
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1696
1696
|
onShow?: (() => any) | undefined;
|
|
@@ -1784,13 +1784,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1784
1784
|
default: boolean;
|
|
1785
1785
|
};
|
|
1786
1786
|
contentClass: {
|
|
1787
|
-
type: (
|
|
1787
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1788
1788
|
};
|
|
1789
1789
|
contentStyle: {
|
|
1790
1790
|
type: PropType<import("vue").CSSProperties>;
|
|
1791
1791
|
};
|
|
1792
1792
|
arrowClass: {
|
|
1793
|
-
type: (
|
|
1793
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1794
1794
|
};
|
|
1795
1795
|
arrowStyle: {
|
|
1796
1796
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1848,7 +1848,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1848
1848
|
default: boolean;
|
|
1849
1849
|
};
|
|
1850
1850
|
openedClass: {
|
|
1851
|
-
type: (
|
|
1851
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1852
1852
|
};
|
|
1853
1853
|
autoFitPosition: {
|
|
1854
1854
|
type: BooleanConstructor;
|
|
@@ -1871,8 +1871,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1871
1871
|
default: number;
|
|
1872
1872
|
};
|
|
1873
1873
|
}>> & Readonly<{
|
|
1874
|
-
onResize?: (() => any) | undefined;
|
|
1875
1874
|
onHide?: (() => any) | undefined;
|
|
1875
|
+
onResize?: (() => any) | undefined;
|
|
1876
1876
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1877
1877
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1878
1878
|
onShow?: (() => any) | undefined;
|
|
@@ -182,13 +182,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
182
182
|
default: boolean;
|
|
183
183
|
};
|
|
184
184
|
contentClass: {
|
|
185
|
-
type: (
|
|
185
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
186
186
|
};
|
|
187
187
|
contentStyle: {
|
|
188
188
|
type: PropType<import("vue").CSSProperties>;
|
|
189
189
|
};
|
|
190
190
|
arrowClass: {
|
|
191
|
-
type: (
|
|
191
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
192
192
|
};
|
|
193
193
|
arrowStyle: {
|
|
194
194
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -246,7 +246,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
246
246
|
default: boolean;
|
|
247
247
|
};
|
|
248
248
|
openedClass: {
|
|
249
|
-
type: (
|
|
249
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
250
250
|
};
|
|
251
251
|
autoFitPosition: {
|
|
252
252
|
type: BooleanConstructor;
|
|
@@ -269,8 +269,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
269
269
|
default: number;
|
|
270
270
|
};
|
|
271
271
|
}>> & Readonly<{
|
|
272
|
-
onResize?: (() => any) | undefined;
|
|
273
272
|
onHide?: (() => any) | undefined;
|
|
273
|
+
onResize?: (() => any) | undefined;
|
|
274
274
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
275
275
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
276
276
|
onShow?: (() => any) | undefined;
|
|
@@ -373,13 +373,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
373
373
|
default: boolean;
|
|
374
374
|
};
|
|
375
375
|
contentClass: {
|
|
376
|
-
type: (
|
|
376
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
377
377
|
};
|
|
378
378
|
contentStyle: {
|
|
379
379
|
type: PropType<import("vue").CSSProperties>;
|
|
380
380
|
};
|
|
381
381
|
arrowClass: {
|
|
382
|
-
type: (
|
|
382
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
383
383
|
};
|
|
384
384
|
arrowStyle: {
|
|
385
385
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -437,7 +437,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
437
437
|
default: boolean;
|
|
438
438
|
};
|
|
439
439
|
openedClass: {
|
|
440
|
-
type: (
|
|
440
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
441
441
|
};
|
|
442
442
|
autoFitPosition: {
|
|
443
443
|
type: BooleanConstructor;
|
|
@@ -460,8 +460,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
460
460
|
default: number;
|
|
461
461
|
};
|
|
462
462
|
}>> & Readonly<{
|
|
463
|
-
onResize?: (() => any) | undefined;
|
|
464
463
|
onHide?: (() => any) | undefined;
|
|
464
|
+
onResize?: (() => any) | undefined;
|
|
465
465
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
466
466
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
467
467
|
onShow?: (() => any) | undefined;
|
|
@@ -555,13 +555,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
555
555
|
default: boolean;
|
|
556
556
|
};
|
|
557
557
|
contentClass: {
|
|
558
|
-
type: (
|
|
558
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
559
559
|
};
|
|
560
560
|
contentStyle: {
|
|
561
561
|
type: PropType<import("vue").CSSProperties>;
|
|
562
562
|
};
|
|
563
563
|
arrowClass: {
|
|
564
|
-
type: (
|
|
564
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
565
565
|
};
|
|
566
566
|
arrowStyle: {
|
|
567
567
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -619,7 +619,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
619
619
|
default: boolean;
|
|
620
620
|
};
|
|
621
621
|
openedClass: {
|
|
622
|
-
type: (
|
|
622
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
623
623
|
};
|
|
624
624
|
autoFitPosition: {
|
|
625
625
|
type: BooleanConstructor;
|
|
@@ -642,8 +642,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
642
642
|
default: number;
|
|
643
643
|
};
|
|
644
644
|
}>> & Readonly<{
|
|
645
|
-
onResize?: (() => any) | undefined;
|
|
646
645
|
onHide?: (() => any) | undefined;
|
|
646
|
+
onResize?: (() => any) | undefined;
|
|
647
647
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
648
648
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
649
649
|
onShow?: (() => any) | undefined;
|
|
@@ -872,13 +872,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
872
872
|
default: boolean;
|
|
873
873
|
};
|
|
874
874
|
contentClass: {
|
|
875
|
-
type: (
|
|
875
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
876
876
|
};
|
|
877
877
|
contentStyle: {
|
|
878
878
|
type: PropType<import("vue").CSSProperties>;
|
|
879
879
|
};
|
|
880
880
|
arrowClass: {
|
|
881
|
-
type: (
|
|
881
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
882
882
|
};
|
|
883
883
|
arrowStyle: {
|
|
884
884
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -936,7 +936,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
936
936
|
default: boolean;
|
|
937
937
|
};
|
|
938
938
|
openedClass: {
|
|
939
|
-
type: (
|
|
939
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
940
940
|
};
|
|
941
941
|
autoFitPosition: {
|
|
942
942
|
type: BooleanConstructor;
|
|
@@ -959,8 +959,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
959
959
|
default: number;
|
|
960
960
|
};
|
|
961
961
|
}>> & Readonly<{
|
|
962
|
-
onResize?: (() => any) | undefined;
|
|
963
962
|
onHide?: (() => any) | undefined;
|
|
963
|
+
onResize?: (() => any) | undefined;
|
|
964
964
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
965
965
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
966
966
|
onShow?: (() => any) | undefined;
|
|
@@ -1063,13 +1063,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1063
1063
|
default: boolean;
|
|
1064
1064
|
};
|
|
1065
1065
|
contentClass: {
|
|
1066
|
-
type: (
|
|
1066
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1067
1067
|
};
|
|
1068
1068
|
contentStyle: {
|
|
1069
1069
|
type: PropType<import("vue").CSSProperties>;
|
|
1070
1070
|
};
|
|
1071
1071
|
arrowClass: {
|
|
1072
|
-
type: (
|
|
1072
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1073
1073
|
};
|
|
1074
1074
|
arrowStyle: {
|
|
1075
1075
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1127,7 +1127,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1127
1127
|
default: boolean;
|
|
1128
1128
|
};
|
|
1129
1129
|
openedClass: {
|
|
1130
|
-
type: (
|
|
1130
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1131
1131
|
};
|
|
1132
1132
|
autoFitPosition: {
|
|
1133
1133
|
type: BooleanConstructor;
|
|
@@ -1150,8 +1150,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1150
1150
|
default: number;
|
|
1151
1151
|
};
|
|
1152
1152
|
}>> & Readonly<{
|
|
1153
|
-
onResize?: (() => any) | undefined;
|
|
1154
1153
|
onHide?: (() => any) | undefined;
|
|
1154
|
+
onResize?: (() => any) | undefined;
|
|
1155
1155
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1156
1156
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1157
1157
|
onShow?: (() => any) | undefined;
|
|
@@ -1245,13 +1245,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1245
1245
|
default: boolean;
|
|
1246
1246
|
};
|
|
1247
1247
|
contentClass: {
|
|
1248
|
-
type: (
|
|
1248
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1249
1249
|
};
|
|
1250
1250
|
contentStyle: {
|
|
1251
1251
|
type: PropType<import("vue").CSSProperties>;
|
|
1252
1252
|
};
|
|
1253
1253
|
arrowClass: {
|
|
1254
|
-
type: (
|
|
1254
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1255
1255
|
};
|
|
1256
1256
|
arrowStyle: {
|
|
1257
1257
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1309,7 +1309,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1309
1309
|
default: boolean;
|
|
1310
1310
|
};
|
|
1311
1311
|
openedClass: {
|
|
1312
|
-
type: (
|
|
1312
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1313
1313
|
};
|
|
1314
1314
|
autoFitPosition: {
|
|
1315
1315
|
type: BooleanConstructor;
|
|
@@ -1332,8 +1332,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1332
1332
|
default: number;
|
|
1333
1333
|
};
|
|
1334
1334
|
}>> & Readonly<{
|
|
1335
|
-
onResize?: (() => any) | undefined;
|
|
1336
1335
|
onHide?: (() => any) | undefined;
|
|
1336
|
+
onResize?: (() => any) | undefined;
|
|
1337
1337
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1338
1338
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1339
1339
|
onShow?: (() => any) | undefined;
|