@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
package/es/tag/tag.vue.d.ts
CHANGED
|
@@ -278,13 +278,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
278
278
|
default: boolean;
|
|
279
279
|
};
|
|
280
280
|
contentClass: {
|
|
281
|
-
type: (
|
|
281
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
282
282
|
};
|
|
283
283
|
contentStyle: {
|
|
284
284
|
type: PropType<CSSProperties>;
|
|
285
285
|
};
|
|
286
286
|
arrowClass: {
|
|
287
|
-
type: (
|
|
287
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
288
288
|
};
|
|
289
289
|
arrowStyle: {
|
|
290
290
|
type: PropType<CSSProperties>;
|
|
@@ -342,7 +342,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
342
342
|
default: boolean;
|
|
343
343
|
};
|
|
344
344
|
openedClass: {
|
|
345
|
-
type: (
|
|
345
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
346
346
|
};
|
|
347
347
|
autoFitPosition: {
|
|
348
348
|
type: BooleanConstructor;
|
|
@@ -365,8 +365,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
365
365
|
default: number;
|
|
366
366
|
};
|
|
367
367
|
}>> & Readonly<{
|
|
368
|
-
onResize?: (() => any) | undefined;
|
|
369
368
|
onHide?: (() => any) | undefined;
|
|
369
|
+
onResize?: (() => any) | undefined;
|
|
370
370
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
371
371
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
372
372
|
onShow?: (() => any) | undefined;
|
|
@@ -469,13 +469,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
469
469
|
default: boolean;
|
|
470
470
|
};
|
|
471
471
|
contentClass: {
|
|
472
|
-
type: (
|
|
472
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
473
473
|
};
|
|
474
474
|
contentStyle: {
|
|
475
475
|
type: PropType<CSSProperties>;
|
|
476
476
|
};
|
|
477
477
|
arrowClass: {
|
|
478
|
-
type: (
|
|
478
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
479
479
|
};
|
|
480
480
|
arrowStyle: {
|
|
481
481
|
type: PropType<CSSProperties>;
|
|
@@ -533,7 +533,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
533
533
|
default: boolean;
|
|
534
534
|
};
|
|
535
535
|
openedClass: {
|
|
536
|
-
type: (
|
|
536
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
537
537
|
};
|
|
538
538
|
autoFitPosition: {
|
|
539
539
|
type: BooleanConstructor;
|
|
@@ -556,8 +556,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
556
556
|
default: number;
|
|
557
557
|
};
|
|
558
558
|
}>> & Readonly<{
|
|
559
|
-
onResize?: (() => any) | undefined;
|
|
560
559
|
onHide?: (() => any) | undefined;
|
|
560
|
+
onResize?: (() => any) | undefined;
|
|
561
561
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
562
562
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
563
563
|
onShow?: (() => any) | undefined;
|
|
@@ -651,13 +651,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
651
651
|
default: boolean;
|
|
652
652
|
};
|
|
653
653
|
contentClass: {
|
|
654
|
-
type: (
|
|
654
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
655
655
|
};
|
|
656
656
|
contentStyle: {
|
|
657
657
|
type: PropType<CSSProperties>;
|
|
658
658
|
};
|
|
659
659
|
arrowClass: {
|
|
660
|
-
type: (
|
|
660
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
661
661
|
};
|
|
662
662
|
arrowStyle: {
|
|
663
663
|
type: PropType<CSSProperties>;
|
|
@@ -715,7 +715,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
715
715
|
default: boolean;
|
|
716
716
|
};
|
|
717
717
|
openedClass: {
|
|
718
|
-
type: (
|
|
718
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
719
719
|
};
|
|
720
720
|
autoFitPosition: {
|
|
721
721
|
type: BooleanConstructor;
|
|
@@ -738,8 +738,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
738
738
|
default: number;
|
|
739
739
|
};
|
|
740
740
|
}>> & Readonly<{
|
|
741
|
-
onResize?: (() => any) | undefined;
|
|
742
741
|
onHide?: (() => any) | undefined;
|
|
742
|
+
onResize?: (() => any) | undefined;
|
|
743
743
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
744
744
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
745
745
|
onShow?: (() => any) | undefined;
|
|
@@ -968,13 +968,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
968
968
|
default: boolean;
|
|
969
969
|
};
|
|
970
970
|
contentClass: {
|
|
971
|
-
type: (
|
|
971
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
972
972
|
};
|
|
973
973
|
contentStyle: {
|
|
974
974
|
type: PropType<CSSProperties>;
|
|
975
975
|
};
|
|
976
976
|
arrowClass: {
|
|
977
|
-
type: (
|
|
977
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
978
978
|
};
|
|
979
979
|
arrowStyle: {
|
|
980
980
|
type: PropType<CSSProperties>;
|
|
@@ -1032,7 +1032,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1032
1032
|
default: boolean;
|
|
1033
1033
|
};
|
|
1034
1034
|
openedClass: {
|
|
1035
|
-
type: (
|
|
1035
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1036
1036
|
};
|
|
1037
1037
|
autoFitPosition: {
|
|
1038
1038
|
type: BooleanConstructor;
|
|
@@ -1055,8 +1055,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1055
1055
|
default: number;
|
|
1056
1056
|
};
|
|
1057
1057
|
}>> & Readonly<{
|
|
1058
|
-
onResize?: (() => any) | undefined;
|
|
1059
1058
|
onHide?: (() => any) | undefined;
|
|
1059
|
+
onResize?: (() => any) | undefined;
|
|
1060
1060
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1061
1061
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1062
1062
|
onShow?: (() => any) | undefined;
|
|
@@ -1159,13 +1159,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1159
1159
|
default: boolean;
|
|
1160
1160
|
};
|
|
1161
1161
|
contentClass: {
|
|
1162
|
-
type: (
|
|
1162
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1163
1163
|
};
|
|
1164
1164
|
contentStyle: {
|
|
1165
1165
|
type: PropType<CSSProperties>;
|
|
1166
1166
|
};
|
|
1167
1167
|
arrowClass: {
|
|
1168
|
-
type: (
|
|
1168
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1169
1169
|
};
|
|
1170
1170
|
arrowStyle: {
|
|
1171
1171
|
type: PropType<CSSProperties>;
|
|
@@ -1223,7 +1223,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1223
1223
|
default: boolean;
|
|
1224
1224
|
};
|
|
1225
1225
|
openedClass: {
|
|
1226
|
-
type: (
|
|
1226
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1227
1227
|
};
|
|
1228
1228
|
autoFitPosition: {
|
|
1229
1229
|
type: BooleanConstructor;
|
|
@@ -1246,8 +1246,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1246
1246
|
default: number;
|
|
1247
1247
|
};
|
|
1248
1248
|
}>> & Readonly<{
|
|
1249
|
-
onResize?: (() => any) | undefined;
|
|
1250
1249
|
onHide?: (() => any) | undefined;
|
|
1250
|
+
onResize?: (() => any) | undefined;
|
|
1251
1251
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1252
1252
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1253
1253
|
onShow?: (() => any) | undefined;
|
|
@@ -1341,13 +1341,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1341
1341
|
default: boolean;
|
|
1342
1342
|
};
|
|
1343
1343
|
contentClass: {
|
|
1344
|
-
type: (
|
|
1344
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1345
1345
|
};
|
|
1346
1346
|
contentStyle: {
|
|
1347
1347
|
type: PropType<CSSProperties>;
|
|
1348
1348
|
};
|
|
1349
1349
|
arrowClass: {
|
|
1350
|
-
type: (
|
|
1350
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1351
1351
|
};
|
|
1352
1352
|
arrowStyle: {
|
|
1353
1353
|
type: PropType<CSSProperties>;
|
|
@@ -1405,7 +1405,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1405
1405
|
default: boolean;
|
|
1406
1406
|
};
|
|
1407
1407
|
openedClass: {
|
|
1408
|
-
type: (
|
|
1408
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1409
1409
|
};
|
|
1410
1410
|
autoFitPosition: {
|
|
1411
1411
|
type: BooleanConstructor;
|
|
@@ -1428,8 +1428,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1428
1428
|
default: number;
|
|
1429
1429
|
};
|
|
1430
1430
|
}>> & Readonly<{
|
|
1431
|
-
onResize?: (() => any) | undefined;
|
|
1432
1431
|
onHide?: (() => any) | undefined;
|
|
1432
|
+
onResize?: (() => any) | undefined;
|
|
1433
1433
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1434
1434
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1435
1435
|
onShow?: (() => any) | undefined;
|
|
@@ -1759,13 +1759,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1759
1759
|
default: boolean;
|
|
1760
1760
|
};
|
|
1761
1761
|
contentClass: {
|
|
1762
|
-
type: (
|
|
1762
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1763
1763
|
};
|
|
1764
1764
|
contentStyle: {
|
|
1765
1765
|
type: PropType<CSSProperties>;
|
|
1766
1766
|
};
|
|
1767
1767
|
arrowClass: {
|
|
1768
|
-
type: (
|
|
1768
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1769
1769
|
};
|
|
1770
1770
|
arrowStyle: {
|
|
1771
1771
|
type: PropType<CSSProperties>;
|
|
@@ -1823,7 +1823,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1823
1823
|
default: boolean;
|
|
1824
1824
|
};
|
|
1825
1825
|
openedClass: {
|
|
1826
|
-
type: (
|
|
1826
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1827
1827
|
};
|
|
1828
1828
|
autoFitPosition: {
|
|
1829
1829
|
type: BooleanConstructor;
|
|
@@ -1846,8 +1846,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1846
1846
|
default: number;
|
|
1847
1847
|
};
|
|
1848
1848
|
}>> & Readonly<{
|
|
1849
|
-
onResize?: (() => any) | undefined;
|
|
1850
1849
|
onHide?: (() => any) | undefined;
|
|
1850
|
+
onResize?: (() => any) | undefined;
|
|
1851
1851
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1852
1852
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1853
1853
|
onShow?: (() => any) | undefined;
|
|
@@ -1950,13 +1950,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1950
1950
|
default: boolean;
|
|
1951
1951
|
};
|
|
1952
1952
|
contentClass: {
|
|
1953
|
-
type: (
|
|
1953
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1954
1954
|
};
|
|
1955
1955
|
contentStyle: {
|
|
1956
1956
|
type: PropType<CSSProperties>;
|
|
1957
1957
|
};
|
|
1958
1958
|
arrowClass: {
|
|
1959
|
-
type: (
|
|
1959
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1960
1960
|
};
|
|
1961
1961
|
arrowStyle: {
|
|
1962
1962
|
type: PropType<CSSProperties>;
|
|
@@ -2014,7 +2014,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2014
2014
|
default: boolean;
|
|
2015
2015
|
};
|
|
2016
2016
|
openedClass: {
|
|
2017
|
-
type: (
|
|
2017
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2018
2018
|
};
|
|
2019
2019
|
autoFitPosition: {
|
|
2020
2020
|
type: BooleanConstructor;
|
|
@@ -2037,8 +2037,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2037
2037
|
default: number;
|
|
2038
2038
|
};
|
|
2039
2039
|
}>> & Readonly<{
|
|
2040
|
-
onResize?: (() => any) | undefined;
|
|
2041
2040
|
onHide?: (() => any) | undefined;
|
|
2041
|
+
onResize?: (() => any) | undefined;
|
|
2042
2042
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2043
2043
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2044
2044
|
onShow?: (() => any) | undefined;
|
|
@@ -2132,13 +2132,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2132
2132
|
default: boolean;
|
|
2133
2133
|
};
|
|
2134
2134
|
contentClass: {
|
|
2135
|
-
type: (
|
|
2135
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2136
2136
|
};
|
|
2137
2137
|
contentStyle: {
|
|
2138
2138
|
type: PropType<CSSProperties>;
|
|
2139
2139
|
};
|
|
2140
2140
|
arrowClass: {
|
|
2141
|
-
type: (
|
|
2141
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2142
2142
|
};
|
|
2143
2143
|
arrowStyle: {
|
|
2144
2144
|
type: PropType<CSSProperties>;
|
|
@@ -2196,7 +2196,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2196
2196
|
default: boolean;
|
|
2197
2197
|
};
|
|
2198
2198
|
openedClass: {
|
|
2199
|
-
type: (
|
|
2199
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2200
2200
|
};
|
|
2201
2201
|
autoFitPosition: {
|
|
2202
2202
|
type: BooleanConstructor;
|
|
@@ -2219,8 +2219,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2219
2219
|
default: number;
|
|
2220
2220
|
};
|
|
2221
2221
|
}>> & Readonly<{
|
|
2222
|
-
onResize?: (() => any) | undefined;
|
|
2223
2222
|
onHide?: (() => any) | undefined;
|
|
2223
|
+
onResize?: (() => any) | undefined;
|
|
2224
2224
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2225
2225
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2226
2226
|
onShow?: (() => any) | undefined;
|
|
@@ -2449,13 +2449,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2449
2449
|
default: boolean;
|
|
2450
2450
|
};
|
|
2451
2451
|
contentClass: {
|
|
2452
|
-
type: (
|
|
2452
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2453
2453
|
};
|
|
2454
2454
|
contentStyle: {
|
|
2455
2455
|
type: PropType<CSSProperties>;
|
|
2456
2456
|
};
|
|
2457
2457
|
arrowClass: {
|
|
2458
|
-
type: (
|
|
2458
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2459
2459
|
};
|
|
2460
2460
|
arrowStyle: {
|
|
2461
2461
|
type: PropType<CSSProperties>;
|
|
@@ -2513,7 +2513,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2513
2513
|
default: boolean;
|
|
2514
2514
|
};
|
|
2515
2515
|
openedClass: {
|
|
2516
|
-
type: (
|
|
2516
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2517
2517
|
};
|
|
2518
2518
|
autoFitPosition: {
|
|
2519
2519
|
type: BooleanConstructor;
|
|
@@ -2536,8 +2536,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2536
2536
|
default: number;
|
|
2537
2537
|
};
|
|
2538
2538
|
}>> & Readonly<{
|
|
2539
|
-
onResize?: (() => any) | undefined;
|
|
2540
2539
|
onHide?: (() => any) | undefined;
|
|
2540
|
+
onResize?: (() => any) | undefined;
|
|
2541
2541
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2542
2542
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2543
2543
|
onShow?: (() => any) | undefined;
|
|
@@ -2640,13 +2640,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2640
2640
|
default: boolean;
|
|
2641
2641
|
};
|
|
2642
2642
|
contentClass: {
|
|
2643
|
-
type: (
|
|
2643
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2644
2644
|
};
|
|
2645
2645
|
contentStyle: {
|
|
2646
2646
|
type: PropType<CSSProperties>;
|
|
2647
2647
|
};
|
|
2648
2648
|
arrowClass: {
|
|
2649
|
-
type: (
|
|
2649
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2650
2650
|
};
|
|
2651
2651
|
arrowStyle: {
|
|
2652
2652
|
type: PropType<CSSProperties>;
|
|
@@ -2704,7 +2704,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2704
2704
|
default: boolean;
|
|
2705
2705
|
};
|
|
2706
2706
|
openedClass: {
|
|
2707
|
-
type: (
|
|
2707
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2708
2708
|
};
|
|
2709
2709
|
autoFitPosition: {
|
|
2710
2710
|
type: BooleanConstructor;
|
|
@@ -2727,8 +2727,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2727
2727
|
default: number;
|
|
2728
2728
|
};
|
|
2729
2729
|
}>> & Readonly<{
|
|
2730
|
-
onResize?: (() => any) | undefined;
|
|
2731
2730
|
onHide?: (() => any) | undefined;
|
|
2731
|
+
onResize?: (() => any) | undefined;
|
|
2732
2732
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2733
2733
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2734
2734
|
onShow?: (() => any) | undefined;
|
|
@@ -2822,13 +2822,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2822
2822
|
default: boolean;
|
|
2823
2823
|
};
|
|
2824
2824
|
contentClass: {
|
|
2825
|
-
type: (
|
|
2825
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2826
2826
|
};
|
|
2827
2827
|
contentStyle: {
|
|
2828
2828
|
type: PropType<CSSProperties>;
|
|
2829
2829
|
};
|
|
2830
2830
|
arrowClass: {
|
|
2831
|
-
type: (
|
|
2831
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2832
2832
|
};
|
|
2833
2833
|
arrowStyle: {
|
|
2834
2834
|
type: PropType<CSSProperties>;
|
|
@@ -2886,7 +2886,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2886
2886
|
default: boolean;
|
|
2887
2887
|
};
|
|
2888
2888
|
openedClass: {
|
|
2889
|
-
type: (
|
|
2889
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2890
2890
|
};
|
|
2891
2891
|
autoFitPosition: {
|
|
2892
2892
|
type: BooleanConstructor;
|
|
@@ -2909,8 +2909,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2909
2909
|
default: number;
|
|
2910
2910
|
};
|
|
2911
2911
|
}>> & Readonly<{
|
|
2912
|
-
onResize?: (() => any) | undefined;
|
|
2913
2912
|
onHide?: (() => any) | undefined;
|
|
2913
|
+
onResize?: (() => any) | undefined;
|
|
2914
2914
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2915
2915
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2916
2916
|
onShow?: (() => any) | undefined;
|
|
@@ -3205,13 +3205,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3205
3205
|
default: boolean;
|
|
3206
3206
|
};
|
|
3207
3207
|
contentClass: {
|
|
3208
|
-
type: (
|
|
3208
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3209
3209
|
};
|
|
3210
3210
|
contentStyle: {
|
|
3211
3211
|
type: PropType<CSSProperties>;
|
|
3212
3212
|
};
|
|
3213
3213
|
arrowClass: {
|
|
3214
|
-
type: (
|
|
3214
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3215
3215
|
};
|
|
3216
3216
|
arrowStyle: {
|
|
3217
3217
|
type: PropType<CSSProperties>;
|
|
@@ -3269,7 +3269,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3269
3269
|
default: boolean;
|
|
3270
3270
|
};
|
|
3271
3271
|
openedClass: {
|
|
3272
|
-
type: (
|
|
3272
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3273
3273
|
};
|
|
3274
3274
|
autoFitPosition: {
|
|
3275
3275
|
type: BooleanConstructor;
|
|
@@ -3292,8 +3292,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3292
3292
|
default: number;
|
|
3293
3293
|
};
|
|
3294
3294
|
}>> & Readonly<{
|
|
3295
|
-
onResize?: (() => any) | undefined;
|
|
3296
3295
|
onHide?: (() => any) | undefined;
|
|
3296
|
+
onResize?: (() => any) | undefined;
|
|
3297
3297
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
3298
3298
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
3299
3299
|
onShow?: (() => any) | undefined;
|
|
@@ -3396,13 +3396,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3396
3396
|
default: boolean;
|
|
3397
3397
|
};
|
|
3398
3398
|
contentClass: {
|
|
3399
|
-
type: (
|
|
3399
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3400
3400
|
};
|
|
3401
3401
|
contentStyle: {
|
|
3402
3402
|
type: PropType<CSSProperties>;
|
|
3403
3403
|
};
|
|
3404
3404
|
arrowClass: {
|
|
3405
|
-
type: (
|
|
3405
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3406
3406
|
};
|
|
3407
3407
|
arrowStyle: {
|
|
3408
3408
|
type: PropType<CSSProperties>;
|
|
@@ -3460,7 +3460,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3460
3460
|
default: boolean;
|
|
3461
3461
|
};
|
|
3462
3462
|
openedClass: {
|
|
3463
|
-
type: (
|
|
3463
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3464
3464
|
};
|
|
3465
3465
|
autoFitPosition: {
|
|
3466
3466
|
type: BooleanConstructor;
|
|
@@ -3483,8 +3483,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3483
3483
|
default: number;
|
|
3484
3484
|
};
|
|
3485
3485
|
}>> & Readonly<{
|
|
3486
|
-
onResize?: (() => any) | undefined;
|
|
3487
3486
|
onHide?: (() => any) | undefined;
|
|
3487
|
+
onResize?: (() => any) | undefined;
|
|
3488
3488
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
3489
3489
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
3490
3490
|
onShow?: (() => any) | undefined;
|
|
@@ -3578,13 +3578,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3578
3578
|
default: boolean;
|
|
3579
3579
|
};
|
|
3580
3580
|
contentClass: {
|
|
3581
|
-
type: (
|
|
3581
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3582
3582
|
};
|
|
3583
3583
|
contentStyle: {
|
|
3584
3584
|
type: PropType<CSSProperties>;
|
|
3585
3585
|
};
|
|
3586
3586
|
arrowClass: {
|
|
3587
|
-
type: (
|
|
3587
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3588
3588
|
};
|
|
3589
3589
|
arrowStyle: {
|
|
3590
3590
|
type: PropType<CSSProperties>;
|
|
@@ -3642,7 +3642,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3642
3642
|
default: boolean;
|
|
3643
3643
|
};
|
|
3644
3644
|
openedClass: {
|
|
3645
|
-
type: (
|
|
3645
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3646
3646
|
};
|
|
3647
3647
|
autoFitPosition: {
|
|
3648
3648
|
type: BooleanConstructor;
|
|
@@ -3665,8 +3665,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3665
3665
|
default: number;
|
|
3666
3666
|
};
|
|
3667
3667
|
}>> & Readonly<{
|
|
3668
|
-
onResize?: (() => any) | undefined;
|
|
3669
3668
|
onHide?: (() => any) | undefined;
|
|
3669
|
+
onResize?: (() => any) | undefined;
|
|
3670
3670
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
3671
3671
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
3672
3672
|
onShow?: (() => any) | undefined;
|
|
@@ -3895,13 +3895,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3895
3895
|
default: boolean;
|
|
3896
3896
|
};
|
|
3897
3897
|
contentClass: {
|
|
3898
|
-
type: (
|
|
3898
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3899
3899
|
};
|
|
3900
3900
|
contentStyle: {
|
|
3901
3901
|
type: PropType<CSSProperties>;
|
|
3902
3902
|
};
|
|
3903
3903
|
arrowClass: {
|
|
3904
|
-
type: (
|
|
3904
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3905
3905
|
};
|
|
3906
3906
|
arrowStyle: {
|
|
3907
3907
|
type: PropType<CSSProperties>;
|
|
@@ -3959,7 +3959,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3959
3959
|
default: boolean;
|
|
3960
3960
|
};
|
|
3961
3961
|
openedClass: {
|
|
3962
|
-
type: (
|
|
3962
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3963
3963
|
};
|
|
3964
3964
|
autoFitPosition: {
|
|
3965
3965
|
type: BooleanConstructor;
|
|
@@ -3982,8 +3982,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3982
3982
|
default: number;
|
|
3983
3983
|
};
|
|
3984
3984
|
}>> & Readonly<{
|
|
3985
|
-
onResize?: (() => any) | undefined;
|
|
3986
3985
|
onHide?: (() => any) | undefined;
|
|
3986
|
+
onResize?: (() => any) | undefined;
|
|
3987
3987
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
3988
3988
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
3989
3989
|
onShow?: (() => any) | undefined;
|
|
@@ -4086,13 +4086,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4086
4086
|
default: boolean;
|
|
4087
4087
|
};
|
|
4088
4088
|
contentClass: {
|
|
4089
|
-
type: (
|
|
4089
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4090
4090
|
};
|
|
4091
4091
|
contentStyle: {
|
|
4092
4092
|
type: PropType<CSSProperties>;
|
|
4093
4093
|
};
|
|
4094
4094
|
arrowClass: {
|
|
4095
|
-
type: (
|
|
4095
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4096
4096
|
};
|
|
4097
4097
|
arrowStyle: {
|
|
4098
4098
|
type: PropType<CSSProperties>;
|
|
@@ -4150,7 +4150,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4150
4150
|
default: boolean;
|
|
4151
4151
|
};
|
|
4152
4152
|
openedClass: {
|
|
4153
|
-
type: (
|
|
4153
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4154
4154
|
};
|
|
4155
4155
|
autoFitPosition: {
|
|
4156
4156
|
type: BooleanConstructor;
|
|
@@ -4173,8 +4173,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4173
4173
|
default: number;
|
|
4174
4174
|
};
|
|
4175
4175
|
}>> & Readonly<{
|
|
4176
|
-
onResize?: (() => any) | undefined;
|
|
4177
4176
|
onHide?: (() => any) | undefined;
|
|
4177
|
+
onResize?: (() => any) | undefined;
|
|
4178
4178
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
4179
4179
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
4180
4180
|
onShow?: (() => any) | undefined;
|
|
@@ -4268,13 +4268,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4268
4268
|
default: boolean;
|
|
4269
4269
|
};
|
|
4270
4270
|
contentClass: {
|
|
4271
|
-
type: (
|
|
4271
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4272
4272
|
};
|
|
4273
4273
|
contentStyle: {
|
|
4274
4274
|
type: PropType<CSSProperties>;
|
|
4275
4275
|
};
|
|
4276
4276
|
arrowClass: {
|
|
4277
|
-
type: (
|
|
4277
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4278
4278
|
};
|
|
4279
4279
|
arrowStyle: {
|
|
4280
4280
|
type: PropType<CSSProperties>;
|
|
@@ -4332,7 +4332,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4332
4332
|
default: boolean;
|
|
4333
4333
|
};
|
|
4334
4334
|
openedClass: {
|
|
4335
|
-
type: (
|
|
4335
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4336
4336
|
};
|
|
4337
4337
|
autoFitPosition: {
|
|
4338
4338
|
type: BooleanConstructor;
|
|
@@ -4355,8 +4355,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4355
4355
|
default: number;
|
|
4356
4356
|
};
|
|
4357
4357
|
}>> & Readonly<{
|
|
4358
|
-
onResize?: (() => any) | undefined;
|
|
4359
4358
|
onHide?: (() => any) | undefined;
|
|
4359
|
+
onResize?: (() => any) | undefined;
|
|
4360
4360
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
4361
4361
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
4362
4362
|
onShow?: (() => any) | undefined;
|
|
@@ -4690,13 +4690,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4690
4690
|
default: boolean;
|
|
4691
4691
|
};
|
|
4692
4692
|
contentClass: {
|
|
4693
|
-
type: (
|
|
4693
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4694
4694
|
};
|
|
4695
4695
|
contentStyle: {
|
|
4696
4696
|
type: PropType<CSSProperties>;
|
|
4697
4697
|
};
|
|
4698
4698
|
arrowClass: {
|
|
4699
|
-
type: (
|
|
4699
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4700
4700
|
};
|
|
4701
4701
|
arrowStyle: {
|
|
4702
4702
|
type: PropType<CSSProperties>;
|
|
@@ -4754,7 +4754,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4754
4754
|
default: boolean;
|
|
4755
4755
|
};
|
|
4756
4756
|
openedClass: {
|
|
4757
|
-
type: (
|
|
4757
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4758
4758
|
};
|
|
4759
4759
|
autoFitPosition: {
|
|
4760
4760
|
type: BooleanConstructor;
|
|
@@ -4777,8 +4777,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4777
4777
|
default: number;
|
|
4778
4778
|
};
|
|
4779
4779
|
}>> & Readonly<{
|
|
4780
|
-
onResize?: (() => any) | undefined;
|
|
4781
4780
|
onHide?: (() => any) | undefined;
|
|
4781
|
+
onResize?: (() => any) | undefined;
|
|
4782
4782
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
4783
4783
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
4784
4784
|
onShow?: (() => any) | undefined;
|
|
@@ -4881,13 +4881,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4881
4881
|
default: boolean;
|
|
4882
4882
|
};
|
|
4883
4883
|
contentClass: {
|
|
4884
|
-
type: (
|
|
4884
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4885
4885
|
};
|
|
4886
4886
|
contentStyle: {
|
|
4887
4887
|
type: PropType<CSSProperties>;
|
|
4888
4888
|
};
|
|
4889
4889
|
arrowClass: {
|
|
4890
|
-
type: (
|
|
4890
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4891
4891
|
};
|
|
4892
4892
|
arrowStyle: {
|
|
4893
4893
|
type: PropType<CSSProperties>;
|
|
@@ -4945,7 +4945,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4945
4945
|
default: boolean;
|
|
4946
4946
|
};
|
|
4947
4947
|
openedClass: {
|
|
4948
|
-
type: (
|
|
4948
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4949
4949
|
};
|
|
4950
4950
|
autoFitPosition: {
|
|
4951
4951
|
type: BooleanConstructor;
|
|
@@ -4968,8 +4968,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4968
4968
|
default: number;
|
|
4969
4969
|
};
|
|
4970
4970
|
}>> & Readonly<{
|
|
4971
|
-
onResize?: (() => any) | undefined;
|
|
4972
4971
|
onHide?: (() => any) | undefined;
|
|
4972
|
+
onResize?: (() => any) | undefined;
|
|
4973
4973
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
4974
4974
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
4975
4975
|
onShow?: (() => any) | undefined;
|
|
@@ -5063,13 +5063,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5063
5063
|
default: boolean;
|
|
5064
5064
|
};
|
|
5065
5065
|
contentClass: {
|
|
5066
|
-
type: (
|
|
5066
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5067
5067
|
};
|
|
5068
5068
|
contentStyle: {
|
|
5069
5069
|
type: PropType<CSSProperties>;
|
|
5070
5070
|
};
|
|
5071
5071
|
arrowClass: {
|
|
5072
|
-
type: (
|
|
5072
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5073
5073
|
};
|
|
5074
5074
|
arrowStyle: {
|
|
5075
5075
|
type: PropType<CSSProperties>;
|
|
@@ -5127,7 +5127,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5127
5127
|
default: boolean;
|
|
5128
5128
|
};
|
|
5129
5129
|
openedClass: {
|
|
5130
|
-
type: (
|
|
5130
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5131
5131
|
};
|
|
5132
5132
|
autoFitPosition: {
|
|
5133
5133
|
type: BooleanConstructor;
|
|
@@ -5150,8 +5150,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5150
5150
|
default: number;
|
|
5151
5151
|
};
|
|
5152
5152
|
}>> & Readonly<{
|
|
5153
|
-
onResize?: (() => any) | undefined;
|
|
5154
5153
|
onHide?: (() => any) | undefined;
|
|
5154
|
+
onResize?: (() => any) | undefined;
|
|
5155
5155
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
5156
5156
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
5157
5157
|
onShow?: (() => any) | undefined;
|
|
@@ -5380,13 +5380,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5380
5380
|
default: boolean;
|
|
5381
5381
|
};
|
|
5382
5382
|
contentClass: {
|
|
5383
|
-
type: (
|
|
5383
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5384
5384
|
};
|
|
5385
5385
|
contentStyle: {
|
|
5386
5386
|
type: PropType<CSSProperties>;
|
|
5387
5387
|
};
|
|
5388
5388
|
arrowClass: {
|
|
5389
|
-
type: (
|
|
5389
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5390
5390
|
};
|
|
5391
5391
|
arrowStyle: {
|
|
5392
5392
|
type: PropType<CSSProperties>;
|
|
@@ -5444,7 +5444,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5444
5444
|
default: boolean;
|
|
5445
5445
|
};
|
|
5446
5446
|
openedClass: {
|
|
5447
|
-
type: (
|
|
5447
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5448
5448
|
};
|
|
5449
5449
|
autoFitPosition: {
|
|
5450
5450
|
type: BooleanConstructor;
|
|
@@ -5467,8 +5467,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5467
5467
|
default: number;
|
|
5468
5468
|
};
|
|
5469
5469
|
}>> & Readonly<{
|
|
5470
|
-
onResize?: (() => any) | undefined;
|
|
5471
5470
|
onHide?: (() => any) | undefined;
|
|
5471
|
+
onResize?: (() => any) | undefined;
|
|
5472
5472
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
5473
5473
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
5474
5474
|
onShow?: (() => any) | undefined;
|
|
@@ -5571,13 +5571,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5571
5571
|
default: boolean;
|
|
5572
5572
|
};
|
|
5573
5573
|
contentClass: {
|
|
5574
|
-
type: (
|
|
5574
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5575
5575
|
};
|
|
5576
5576
|
contentStyle: {
|
|
5577
5577
|
type: PropType<CSSProperties>;
|
|
5578
5578
|
};
|
|
5579
5579
|
arrowClass: {
|
|
5580
|
-
type: (
|
|
5580
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5581
5581
|
};
|
|
5582
5582
|
arrowStyle: {
|
|
5583
5583
|
type: PropType<CSSProperties>;
|
|
@@ -5635,7 +5635,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5635
5635
|
default: boolean;
|
|
5636
5636
|
};
|
|
5637
5637
|
openedClass: {
|
|
5638
|
-
type: (
|
|
5638
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5639
5639
|
};
|
|
5640
5640
|
autoFitPosition: {
|
|
5641
5641
|
type: BooleanConstructor;
|
|
@@ -5658,8 +5658,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5658
5658
|
default: number;
|
|
5659
5659
|
};
|
|
5660
5660
|
}>> & Readonly<{
|
|
5661
|
-
onResize?: (() => any) | undefined;
|
|
5662
5661
|
onHide?: (() => any) | undefined;
|
|
5662
|
+
onResize?: (() => any) | undefined;
|
|
5663
5663
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
5664
5664
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
5665
5665
|
onShow?: (() => any) | undefined;
|
|
@@ -5753,13 +5753,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5753
5753
|
default: boolean;
|
|
5754
5754
|
};
|
|
5755
5755
|
contentClass: {
|
|
5756
|
-
type: (
|
|
5756
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5757
5757
|
};
|
|
5758
5758
|
contentStyle: {
|
|
5759
5759
|
type: PropType<CSSProperties>;
|
|
5760
5760
|
};
|
|
5761
5761
|
arrowClass: {
|
|
5762
|
-
type: (
|
|
5762
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5763
5763
|
};
|
|
5764
5764
|
arrowStyle: {
|
|
5765
5765
|
type: PropType<CSSProperties>;
|
|
@@ -5817,7 +5817,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5817
5817
|
default: boolean;
|
|
5818
5818
|
};
|
|
5819
5819
|
openedClass: {
|
|
5820
|
-
type: (
|
|
5820
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5821
5821
|
};
|
|
5822
5822
|
autoFitPosition: {
|
|
5823
5823
|
type: BooleanConstructor;
|
|
@@ -5840,8 +5840,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5840
5840
|
default: number;
|
|
5841
5841
|
};
|
|
5842
5842
|
}>> & Readonly<{
|
|
5843
|
-
onResize?: (() => any) | undefined;
|
|
5844
5843
|
onHide?: (() => any) | undefined;
|
|
5844
|
+
onResize?: (() => any) | undefined;
|
|
5845
5845
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
5846
5846
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
5847
5847
|
onShow?: (() => any) | undefined;
|
|
@@ -5968,8 +5968,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5968
5968
|
"onUpdate:checked"?: ((_checked: boolean) => any) | undefined;
|
|
5969
5969
|
onCheck?: ((_checked: boolean, _ev: MouseEvent) => any) | undefined;
|
|
5970
5970
|
}>, {
|
|
5971
|
-
loading: boolean;
|
|
5972
5971
|
visible: boolean;
|
|
5972
|
+
loading: boolean;
|
|
5973
5973
|
defaultVisible: boolean;
|
|
5974
5974
|
closable: boolean;
|
|
5975
5975
|
nowrap: boolean;
|
|
@@ -6187,13 +6187,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6187
6187
|
default: boolean;
|
|
6188
6188
|
};
|
|
6189
6189
|
contentClass: {
|
|
6190
|
-
type: (
|
|
6190
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
6191
6191
|
};
|
|
6192
6192
|
contentStyle: {
|
|
6193
6193
|
type: PropType<CSSProperties>;
|
|
6194
6194
|
};
|
|
6195
6195
|
arrowClass: {
|
|
6196
|
-
type: (
|
|
6196
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
6197
6197
|
};
|
|
6198
6198
|
arrowStyle: {
|
|
6199
6199
|
type: PropType<CSSProperties>;
|
|
@@ -6251,7 +6251,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6251
6251
|
default: boolean;
|
|
6252
6252
|
};
|
|
6253
6253
|
openedClass: {
|
|
6254
|
-
type: (
|
|
6254
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
6255
6255
|
};
|
|
6256
6256
|
autoFitPosition: {
|
|
6257
6257
|
type: BooleanConstructor;
|
|
@@ -6274,8 +6274,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6274
6274
|
default: number;
|
|
6275
6275
|
};
|
|
6276
6276
|
}>> & Readonly<{
|
|
6277
|
-
onResize?: (() => any) | undefined;
|
|
6278
6277
|
onHide?: (() => any) | undefined;
|
|
6278
|
+
onResize?: (() => any) | undefined;
|
|
6279
6279
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
6280
6280
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
6281
6281
|
onShow?: (() => any) | undefined;
|
|
@@ -6378,13 +6378,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6378
6378
|
default: boolean;
|
|
6379
6379
|
};
|
|
6380
6380
|
contentClass: {
|
|
6381
|
-
type: (
|
|
6381
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
6382
6382
|
};
|
|
6383
6383
|
contentStyle: {
|
|
6384
6384
|
type: PropType<CSSProperties>;
|
|
6385
6385
|
};
|
|
6386
6386
|
arrowClass: {
|
|
6387
|
-
type: (
|
|
6387
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
6388
6388
|
};
|
|
6389
6389
|
arrowStyle: {
|
|
6390
6390
|
type: PropType<CSSProperties>;
|
|
@@ -6442,7 +6442,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6442
6442
|
default: boolean;
|
|
6443
6443
|
};
|
|
6444
6444
|
openedClass: {
|
|
6445
|
-
type: (
|
|
6445
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
6446
6446
|
};
|
|
6447
6447
|
autoFitPosition: {
|
|
6448
6448
|
type: BooleanConstructor;
|
|
@@ -6465,8 +6465,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6465
6465
|
default: number;
|
|
6466
6466
|
};
|
|
6467
6467
|
}>> & Readonly<{
|
|
6468
|
-
onResize?: (() => any) | undefined;
|
|
6469
6468
|
onHide?: (() => any) | undefined;
|
|
6469
|
+
onResize?: (() => any) | undefined;
|
|
6470
6470
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
6471
6471
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
6472
6472
|
onShow?: (() => any) | undefined;
|
|
@@ -6560,13 +6560,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6560
6560
|
default: boolean;
|
|
6561
6561
|
};
|
|
6562
6562
|
contentClass: {
|
|
6563
|
-
type: (
|
|
6563
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
6564
6564
|
};
|
|
6565
6565
|
contentStyle: {
|
|
6566
6566
|
type: PropType<CSSProperties>;
|
|
6567
6567
|
};
|
|
6568
6568
|
arrowClass: {
|
|
6569
|
-
type: (
|
|
6569
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
6570
6570
|
};
|
|
6571
6571
|
arrowStyle: {
|
|
6572
6572
|
type: PropType<CSSProperties>;
|
|
@@ -6624,7 +6624,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6624
6624
|
default: boolean;
|
|
6625
6625
|
};
|
|
6626
6626
|
openedClass: {
|
|
6627
|
-
type: (
|
|
6627
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
6628
6628
|
};
|
|
6629
6629
|
autoFitPosition: {
|
|
6630
6630
|
type: BooleanConstructor;
|
|
@@ -6647,8 +6647,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6647
6647
|
default: number;
|
|
6648
6648
|
};
|
|
6649
6649
|
}>> & Readonly<{
|
|
6650
|
-
onResize?: (() => any) | undefined;
|
|
6651
6650
|
onHide?: (() => any) | undefined;
|
|
6651
|
+
onResize?: (() => any) | undefined;
|
|
6652
6652
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
6653
6653
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
6654
6654
|
onShow?: (() => any) | undefined;
|
|
@@ -6877,13 +6877,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6877
6877
|
default: boolean;
|
|
6878
6878
|
};
|
|
6879
6879
|
contentClass: {
|
|
6880
|
-
type: (
|
|
6880
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
6881
6881
|
};
|
|
6882
6882
|
contentStyle: {
|
|
6883
6883
|
type: PropType<CSSProperties>;
|
|
6884
6884
|
};
|
|
6885
6885
|
arrowClass: {
|
|
6886
|
-
type: (
|
|
6886
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
6887
6887
|
};
|
|
6888
6888
|
arrowStyle: {
|
|
6889
6889
|
type: PropType<CSSProperties>;
|
|
@@ -6941,7 +6941,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6941
6941
|
default: boolean;
|
|
6942
6942
|
};
|
|
6943
6943
|
openedClass: {
|
|
6944
|
-
type: (
|
|
6944
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
6945
6945
|
};
|
|
6946
6946
|
autoFitPosition: {
|
|
6947
6947
|
type: BooleanConstructor;
|
|
@@ -6964,8 +6964,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6964
6964
|
default: number;
|
|
6965
6965
|
};
|
|
6966
6966
|
}>> & Readonly<{
|
|
6967
|
-
onResize?: (() => any) | undefined;
|
|
6968
6967
|
onHide?: (() => any) | undefined;
|
|
6968
|
+
onResize?: (() => any) | undefined;
|
|
6969
6969
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
6970
6970
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
6971
6971
|
onShow?: (() => any) | undefined;
|
|
@@ -7068,13 +7068,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7068
7068
|
default: boolean;
|
|
7069
7069
|
};
|
|
7070
7070
|
contentClass: {
|
|
7071
|
-
type: (
|
|
7071
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7072
7072
|
};
|
|
7073
7073
|
contentStyle: {
|
|
7074
7074
|
type: PropType<CSSProperties>;
|
|
7075
7075
|
};
|
|
7076
7076
|
arrowClass: {
|
|
7077
|
-
type: (
|
|
7077
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7078
7078
|
};
|
|
7079
7079
|
arrowStyle: {
|
|
7080
7080
|
type: PropType<CSSProperties>;
|
|
@@ -7132,7 +7132,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7132
7132
|
default: boolean;
|
|
7133
7133
|
};
|
|
7134
7134
|
openedClass: {
|
|
7135
|
-
type: (
|
|
7135
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7136
7136
|
};
|
|
7137
7137
|
autoFitPosition: {
|
|
7138
7138
|
type: BooleanConstructor;
|
|
@@ -7155,8 +7155,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7155
7155
|
default: number;
|
|
7156
7156
|
};
|
|
7157
7157
|
}>> & Readonly<{
|
|
7158
|
-
onResize?: (() => any) | undefined;
|
|
7159
7158
|
onHide?: (() => any) | undefined;
|
|
7159
|
+
onResize?: (() => any) | undefined;
|
|
7160
7160
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
7161
7161
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
7162
7162
|
onShow?: (() => any) | undefined;
|
|
@@ -7250,13 +7250,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7250
7250
|
default: boolean;
|
|
7251
7251
|
};
|
|
7252
7252
|
contentClass: {
|
|
7253
|
-
type: (
|
|
7253
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7254
7254
|
};
|
|
7255
7255
|
contentStyle: {
|
|
7256
7256
|
type: PropType<CSSProperties>;
|
|
7257
7257
|
};
|
|
7258
7258
|
arrowClass: {
|
|
7259
|
-
type: (
|
|
7259
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7260
7260
|
};
|
|
7261
7261
|
arrowStyle: {
|
|
7262
7262
|
type: PropType<CSSProperties>;
|
|
@@ -7314,7 +7314,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7314
7314
|
default: boolean;
|
|
7315
7315
|
};
|
|
7316
7316
|
openedClass: {
|
|
7317
|
-
type: (
|
|
7317
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7318
7318
|
};
|
|
7319
7319
|
autoFitPosition: {
|
|
7320
7320
|
type: BooleanConstructor;
|
|
@@ -7337,8 +7337,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7337
7337
|
default: number;
|
|
7338
7338
|
};
|
|
7339
7339
|
}>> & Readonly<{
|
|
7340
|
-
onResize?: (() => any) | undefined;
|
|
7341
7340
|
onHide?: (() => any) | undefined;
|
|
7341
|
+
onResize?: (() => any) | undefined;
|
|
7342
7342
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
7343
7343
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
7344
7344
|
onShow?: (() => any) | undefined;
|
|
@@ -7668,13 +7668,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7668
7668
|
default: boolean;
|
|
7669
7669
|
};
|
|
7670
7670
|
contentClass: {
|
|
7671
|
-
type: (
|
|
7671
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7672
7672
|
};
|
|
7673
7673
|
contentStyle: {
|
|
7674
7674
|
type: PropType<CSSProperties>;
|
|
7675
7675
|
};
|
|
7676
7676
|
arrowClass: {
|
|
7677
|
-
type: (
|
|
7677
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7678
7678
|
};
|
|
7679
7679
|
arrowStyle: {
|
|
7680
7680
|
type: PropType<CSSProperties>;
|
|
@@ -7732,7 +7732,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7732
7732
|
default: boolean;
|
|
7733
7733
|
};
|
|
7734
7734
|
openedClass: {
|
|
7735
|
-
type: (
|
|
7735
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7736
7736
|
};
|
|
7737
7737
|
autoFitPosition: {
|
|
7738
7738
|
type: BooleanConstructor;
|
|
@@ -7755,8 +7755,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7755
7755
|
default: number;
|
|
7756
7756
|
};
|
|
7757
7757
|
}>> & Readonly<{
|
|
7758
|
-
onResize?: (() => any) | undefined;
|
|
7759
7758
|
onHide?: (() => any) | undefined;
|
|
7759
|
+
onResize?: (() => any) | undefined;
|
|
7760
7760
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
7761
7761
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
7762
7762
|
onShow?: (() => any) | undefined;
|
|
@@ -7859,13 +7859,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7859
7859
|
default: boolean;
|
|
7860
7860
|
};
|
|
7861
7861
|
contentClass: {
|
|
7862
|
-
type: (
|
|
7862
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7863
7863
|
};
|
|
7864
7864
|
contentStyle: {
|
|
7865
7865
|
type: PropType<CSSProperties>;
|
|
7866
7866
|
};
|
|
7867
7867
|
arrowClass: {
|
|
7868
|
-
type: (
|
|
7868
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7869
7869
|
};
|
|
7870
7870
|
arrowStyle: {
|
|
7871
7871
|
type: PropType<CSSProperties>;
|
|
@@ -7923,7 +7923,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7923
7923
|
default: boolean;
|
|
7924
7924
|
};
|
|
7925
7925
|
openedClass: {
|
|
7926
|
-
type: (
|
|
7926
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
7927
7927
|
};
|
|
7928
7928
|
autoFitPosition: {
|
|
7929
7929
|
type: BooleanConstructor;
|
|
@@ -7946,8 +7946,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7946
7946
|
default: number;
|
|
7947
7947
|
};
|
|
7948
7948
|
}>> & Readonly<{
|
|
7949
|
-
onResize?: (() => any) | undefined;
|
|
7950
7949
|
onHide?: (() => any) | undefined;
|
|
7950
|
+
onResize?: (() => any) | undefined;
|
|
7951
7951
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
7952
7952
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
7953
7953
|
onShow?: (() => any) | undefined;
|
|
@@ -8041,13 +8041,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8041
8041
|
default: boolean;
|
|
8042
8042
|
};
|
|
8043
8043
|
contentClass: {
|
|
8044
|
-
type: (
|
|
8044
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8045
8045
|
};
|
|
8046
8046
|
contentStyle: {
|
|
8047
8047
|
type: PropType<CSSProperties>;
|
|
8048
8048
|
};
|
|
8049
8049
|
arrowClass: {
|
|
8050
|
-
type: (
|
|
8050
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8051
8051
|
};
|
|
8052
8052
|
arrowStyle: {
|
|
8053
8053
|
type: PropType<CSSProperties>;
|
|
@@ -8105,7 +8105,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8105
8105
|
default: boolean;
|
|
8106
8106
|
};
|
|
8107
8107
|
openedClass: {
|
|
8108
|
-
type: (
|
|
8108
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8109
8109
|
};
|
|
8110
8110
|
autoFitPosition: {
|
|
8111
8111
|
type: BooleanConstructor;
|
|
@@ -8128,8 +8128,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8128
8128
|
default: number;
|
|
8129
8129
|
};
|
|
8130
8130
|
}>> & Readonly<{
|
|
8131
|
-
onResize?: (() => any) | undefined;
|
|
8132
8131
|
onHide?: (() => any) | undefined;
|
|
8132
|
+
onResize?: (() => any) | undefined;
|
|
8133
8133
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
8134
8134
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
8135
8135
|
onShow?: (() => any) | undefined;
|
|
@@ -8358,13 +8358,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8358
8358
|
default: boolean;
|
|
8359
8359
|
};
|
|
8360
8360
|
contentClass: {
|
|
8361
|
-
type: (
|
|
8361
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8362
8362
|
};
|
|
8363
8363
|
contentStyle: {
|
|
8364
8364
|
type: PropType<CSSProperties>;
|
|
8365
8365
|
};
|
|
8366
8366
|
arrowClass: {
|
|
8367
|
-
type: (
|
|
8367
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8368
8368
|
};
|
|
8369
8369
|
arrowStyle: {
|
|
8370
8370
|
type: PropType<CSSProperties>;
|
|
@@ -8422,7 +8422,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8422
8422
|
default: boolean;
|
|
8423
8423
|
};
|
|
8424
8424
|
openedClass: {
|
|
8425
|
-
type: (
|
|
8425
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8426
8426
|
};
|
|
8427
8427
|
autoFitPosition: {
|
|
8428
8428
|
type: BooleanConstructor;
|
|
@@ -8445,8 +8445,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8445
8445
|
default: number;
|
|
8446
8446
|
};
|
|
8447
8447
|
}>> & Readonly<{
|
|
8448
|
-
onResize?: (() => any) | undefined;
|
|
8449
8448
|
onHide?: (() => any) | undefined;
|
|
8449
|
+
onResize?: (() => any) | undefined;
|
|
8450
8450
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
8451
8451
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
8452
8452
|
onShow?: (() => any) | undefined;
|
|
@@ -8549,13 +8549,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8549
8549
|
default: boolean;
|
|
8550
8550
|
};
|
|
8551
8551
|
contentClass: {
|
|
8552
|
-
type: (
|
|
8552
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8553
8553
|
};
|
|
8554
8554
|
contentStyle: {
|
|
8555
8555
|
type: PropType<CSSProperties>;
|
|
8556
8556
|
};
|
|
8557
8557
|
arrowClass: {
|
|
8558
|
-
type: (
|
|
8558
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8559
8559
|
};
|
|
8560
8560
|
arrowStyle: {
|
|
8561
8561
|
type: PropType<CSSProperties>;
|
|
@@ -8613,7 +8613,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8613
8613
|
default: boolean;
|
|
8614
8614
|
};
|
|
8615
8615
|
openedClass: {
|
|
8616
|
-
type: (
|
|
8616
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8617
8617
|
};
|
|
8618
8618
|
autoFitPosition: {
|
|
8619
8619
|
type: BooleanConstructor;
|
|
@@ -8636,8 +8636,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8636
8636
|
default: number;
|
|
8637
8637
|
};
|
|
8638
8638
|
}>> & Readonly<{
|
|
8639
|
-
onResize?: (() => any) | undefined;
|
|
8640
8639
|
onHide?: (() => any) | undefined;
|
|
8640
|
+
onResize?: (() => any) | undefined;
|
|
8641
8641
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
8642
8642
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
8643
8643
|
onShow?: (() => any) | undefined;
|
|
@@ -8731,13 +8731,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8731
8731
|
default: boolean;
|
|
8732
8732
|
};
|
|
8733
8733
|
contentClass: {
|
|
8734
|
-
type: (
|
|
8734
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8735
8735
|
};
|
|
8736
8736
|
contentStyle: {
|
|
8737
8737
|
type: PropType<CSSProperties>;
|
|
8738
8738
|
};
|
|
8739
8739
|
arrowClass: {
|
|
8740
|
-
type: (
|
|
8740
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8741
8741
|
};
|
|
8742
8742
|
arrowStyle: {
|
|
8743
8743
|
type: PropType<CSSProperties>;
|
|
@@ -8795,7 +8795,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8795
8795
|
default: boolean;
|
|
8796
8796
|
};
|
|
8797
8797
|
openedClass: {
|
|
8798
|
-
type: (
|
|
8798
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
8799
8799
|
};
|
|
8800
8800
|
autoFitPosition: {
|
|
8801
8801
|
type: BooleanConstructor;
|
|
@@ -8818,8 +8818,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8818
8818
|
default: number;
|
|
8819
8819
|
};
|
|
8820
8820
|
}>> & Readonly<{
|
|
8821
|
-
onResize?: (() => any) | undefined;
|
|
8822
8821
|
onHide?: (() => any) | undefined;
|
|
8822
|
+
onResize?: (() => any) | undefined;
|
|
8823
8823
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
8824
8824
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
8825
8825
|
onShow?: (() => any) | undefined;
|
|
@@ -8894,7 +8894,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8894
8894
|
default: boolean;
|
|
8895
8895
|
};
|
|
8896
8896
|
}>> & Readonly<{}>, {
|
|
8897
|
-
size: "
|
|
8897
|
+
size: "small" | "mini" | "medium" | "large";
|
|
8898
8898
|
disabled: boolean;
|
|
8899
8899
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8900
8900
|
IconClose: {
|
|
@@ -9387,13 +9387,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9387
9387
|
default: boolean;
|
|
9388
9388
|
};
|
|
9389
9389
|
contentClass: {
|
|
9390
|
-
type: (
|
|
9390
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9391
9391
|
};
|
|
9392
9392
|
contentStyle: {
|
|
9393
9393
|
type: PropType<CSSProperties>;
|
|
9394
9394
|
};
|
|
9395
9395
|
arrowClass: {
|
|
9396
|
-
type: (
|
|
9396
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9397
9397
|
};
|
|
9398
9398
|
arrowStyle: {
|
|
9399
9399
|
type: PropType<CSSProperties>;
|
|
@@ -9451,7 +9451,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9451
9451
|
default: boolean;
|
|
9452
9452
|
};
|
|
9453
9453
|
openedClass: {
|
|
9454
|
-
type: (
|
|
9454
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9455
9455
|
};
|
|
9456
9456
|
autoFitPosition: {
|
|
9457
9457
|
type: BooleanConstructor;
|
|
@@ -9474,8 +9474,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9474
9474
|
default: number;
|
|
9475
9475
|
};
|
|
9476
9476
|
}>> & Readonly<{
|
|
9477
|
-
onResize?: (() => any) | undefined;
|
|
9478
9477
|
onHide?: (() => any) | undefined;
|
|
9478
|
+
onResize?: (() => any) | undefined;
|
|
9479
9479
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
9480
9480
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
9481
9481
|
onShow?: (() => any) | undefined;
|
|
@@ -9578,13 +9578,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9578
9578
|
default: boolean;
|
|
9579
9579
|
};
|
|
9580
9580
|
contentClass: {
|
|
9581
|
-
type: (
|
|
9581
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9582
9582
|
};
|
|
9583
9583
|
contentStyle: {
|
|
9584
9584
|
type: PropType<CSSProperties>;
|
|
9585
9585
|
};
|
|
9586
9586
|
arrowClass: {
|
|
9587
|
-
type: (
|
|
9587
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9588
9588
|
};
|
|
9589
9589
|
arrowStyle: {
|
|
9590
9590
|
type: PropType<CSSProperties>;
|
|
@@ -9642,7 +9642,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9642
9642
|
default: boolean;
|
|
9643
9643
|
};
|
|
9644
9644
|
openedClass: {
|
|
9645
|
-
type: (
|
|
9645
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9646
9646
|
};
|
|
9647
9647
|
autoFitPosition: {
|
|
9648
9648
|
type: BooleanConstructor;
|
|
@@ -9665,8 +9665,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9665
9665
|
default: number;
|
|
9666
9666
|
};
|
|
9667
9667
|
}>> & Readonly<{
|
|
9668
|
-
onResize?: (() => any) | undefined;
|
|
9669
9668
|
onHide?: (() => any) | undefined;
|
|
9669
|
+
onResize?: (() => any) | undefined;
|
|
9670
9670
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
9671
9671
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
9672
9672
|
onShow?: (() => any) | undefined;
|
|
@@ -9760,13 +9760,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9760
9760
|
default: boolean;
|
|
9761
9761
|
};
|
|
9762
9762
|
contentClass: {
|
|
9763
|
-
type: (
|
|
9763
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9764
9764
|
};
|
|
9765
9765
|
contentStyle: {
|
|
9766
9766
|
type: PropType<CSSProperties>;
|
|
9767
9767
|
};
|
|
9768
9768
|
arrowClass: {
|
|
9769
|
-
type: (
|
|
9769
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9770
9770
|
};
|
|
9771
9771
|
arrowStyle: {
|
|
9772
9772
|
type: PropType<CSSProperties>;
|
|
@@ -9824,7 +9824,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9824
9824
|
default: boolean;
|
|
9825
9825
|
};
|
|
9826
9826
|
openedClass: {
|
|
9827
|
-
type: (
|
|
9827
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9828
9828
|
};
|
|
9829
9829
|
autoFitPosition: {
|
|
9830
9830
|
type: BooleanConstructor;
|
|
@@ -9847,8 +9847,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9847
9847
|
default: number;
|
|
9848
9848
|
};
|
|
9849
9849
|
}>> & Readonly<{
|
|
9850
|
-
onResize?: (() => any) | undefined;
|
|
9851
9850
|
onHide?: (() => any) | undefined;
|
|
9851
|
+
onResize?: (() => any) | undefined;
|
|
9852
9852
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
9853
9853
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
9854
9854
|
onShow?: (() => any) | undefined;
|
|
@@ -10077,13 +10077,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10077
10077
|
default: boolean;
|
|
10078
10078
|
};
|
|
10079
10079
|
contentClass: {
|
|
10080
|
-
type: (
|
|
10080
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10081
10081
|
};
|
|
10082
10082
|
contentStyle: {
|
|
10083
10083
|
type: PropType<CSSProperties>;
|
|
10084
10084
|
};
|
|
10085
10085
|
arrowClass: {
|
|
10086
|
-
type: (
|
|
10086
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10087
10087
|
};
|
|
10088
10088
|
arrowStyle: {
|
|
10089
10089
|
type: PropType<CSSProperties>;
|
|
@@ -10141,7 +10141,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10141
10141
|
default: boolean;
|
|
10142
10142
|
};
|
|
10143
10143
|
openedClass: {
|
|
10144
|
-
type: (
|
|
10144
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10145
10145
|
};
|
|
10146
10146
|
autoFitPosition: {
|
|
10147
10147
|
type: BooleanConstructor;
|
|
@@ -10164,8 +10164,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10164
10164
|
default: number;
|
|
10165
10165
|
};
|
|
10166
10166
|
}>> & Readonly<{
|
|
10167
|
-
onResize?: (() => any) | undefined;
|
|
10168
10167
|
onHide?: (() => any) | undefined;
|
|
10168
|
+
onResize?: (() => any) | undefined;
|
|
10169
10169
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
10170
10170
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
10171
10171
|
onShow?: (() => any) | undefined;
|
|
@@ -10268,13 +10268,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10268
10268
|
default: boolean;
|
|
10269
10269
|
};
|
|
10270
10270
|
contentClass: {
|
|
10271
|
-
type: (
|
|
10271
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10272
10272
|
};
|
|
10273
10273
|
contentStyle: {
|
|
10274
10274
|
type: PropType<CSSProperties>;
|
|
10275
10275
|
};
|
|
10276
10276
|
arrowClass: {
|
|
10277
|
-
type: (
|
|
10277
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10278
10278
|
};
|
|
10279
10279
|
arrowStyle: {
|
|
10280
10280
|
type: PropType<CSSProperties>;
|
|
@@ -10332,7 +10332,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10332
10332
|
default: boolean;
|
|
10333
10333
|
};
|
|
10334
10334
|
openedClass: {
|
|
10335
|
-
type: (
|
|
10335
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10336
10336
|
};
|
|
10337
10337
|
autoFitPosition: {
|
|
10338
10338
|
type: BooleanConstructor;
|
|
@@ -10355,8 +10355,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10355
10355
|
default: number;
|
|
10356
10356
|
};
|
|
10357
10357
|
}>> & Readonly<{
|
|
10358
|
-
onResize?: (() => any) | undefined;
|
|
10359
10358
|
onHide?: (() => any) | undefined;
|
|
10359
|
+
onResize?: (() => any) | undefined;
|
|
10360
10360
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
10361
10361
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
10362
10362
|
onShow?: (() => any) | undefined;
|
|
@@ -10450,13 +10450,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10450
10450
|
default: boolean;
|
|
10451
10451
|
};
|
|
10452
10452
|
contentClass: {
|
|
10453
|
-
type: (
|
|
10453
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10454
10454
|
};
|
|
10455
10455
|
contentStyle: {
|
|
10456
10456
|
type: PropType<CSSProperties>;
|
|
10457
10457
|
};
|
|
10458
10458
|
arrowClass: {
|
|
10459
|
-
type: (
|
|
10459
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10460
10460
|
};
|
|
10461
10461
|
arrowStyle: {
|
|
10462
10462
|
type: PropType<CSSProperties>;
|
|
@@ -10514,7 +10514,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10514
10514
|
default: boolean;
|
|
10515
10515
|
};
|
|
10516
10516
|
openedClass: {
|
|
10517
|
-
type: (
|
|
10517
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10518
10518
|
};
|
|
10519
10519
|
autoFitPosition: {
|
|
10520
10520
|
type: BooleanConstructor;
|
|
@@ -10537,8 +10537,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10537
10537
|
default: number;
|
|
10538
10538
|
};
|
|
10539
10539
|
}>> & Readonly<{
|
|
10540
|
-
onResize?: (() => any) | undefined;
|
|
10541
10540
|
onHide?: (() => any) | undefined;
|
|
10541
|
+
onResize?: (() => any) | undefined;
|
|
10542
10542
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
10543
10543
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
10544
10544
|
onShow?: (() => any) | undefined;
|
|
@@ -10872,13 +10872,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10872
10872
|
default: boolean;
|
|
10873
10873
|
};
|
|
10874
10874
|
contentClass: {
|
|
10875
|
-
type: (
|
|
10875
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10876
10876
|
};
|
|
10877
10877
|
contentStyle: {
|
|
10878
10878
|
type: PropType<CSSProperties>;
|
|
10879
10879
|
};
|
|
10880
10880
|
arrowClass: {
|
|
10881
|
-
type: (
|
|
10881
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10882
10882
|
};
|
|
10883
10883
|
arrowStyle: {
|
|
10884
10884
|
type: PropType<CSSProperties>;
|
|
@@ -10936,7 +10936,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10936
10936
|
default: boolean;
|
|
10937
10937
|
};
|
|
10938
10938
|
openedClass: {
|
|
10939
|
-
type: (
|
|
10939
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
10940
10940
|
};
|
|
10941
10941
|
autoFitPosition: {
|
|
10942
10942
|
type: BooleanConstructor;
|
|
@@ -10959,8 +10959,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
10959
10959
|
default: number;
|
|
10960
10960
|
};
|
|
10961
10961
|
}>> & Readonly<{
|
|
10962
|
-
onResize?: (() => any) | undefined;
|
|
10963
10962
|
onHide?: (() => any) | undefined;
|
|
10963
|
+
onResize?: (() => any) | undefined;
|
|
10964
10964
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
10965
10965
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
10966
10966
|
onShow?: (() => any) | undefined;
|
|
@@ -11063,13 +11063,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11063
11063
|
default: boolean;
|
|
11064
11064
|
};
|
|
11065
11065
|
contentClass: {
|
|
11066
|
-
type: (
|
|
11066
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11067
11067
|
};
|
|
11068
11068
|
contentStyle: {
|
|
11069
11069
|
type: PropType<CSSProperties>;
|
|
11070
11070
|
};
|
|
11071
11071
|
arrowClass: {
|
|
11072
|
-
type: (
|
|
11072
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11073
11073
|
};
|
|
11074
11074
|
arrowStyle: {
|
|
11075
11075
|
type: PropType<CSSProperties>;
|
|
@@ -11127,7 +11127,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11127
11127
|
default: boolean;
|
|
11128
11128
|
};
|
|
11129
11129
|
openedClass: {
|
|
11130
|
-
type: (
|
|
11130
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11131
11131
|
};
|
|
11132
11132
|
autoFitPosition: {
|
|
11133
11133
|
type: BooleanConstructor;
|
|
@@ -11150,8 +11150,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11150
11150
|
default: number;
|
|
11151
11151
|
};
|
|
11152
11152
|
}>> & Readonly<{
|
|
11153
|
-
onResize?: (() => any) | undefined;
|
|
11154
11153
|
onHide?: (() => any) | undefined;
|
|
11154
|
+
onResize?: (() => any) | undefined;
|
|
11155
11155
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
11156
11156
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
11157
11157
|
onShow?: (() => any) | undefined;
|
|
@@ -11245,13 +11245,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11245
11245
|
default: boolean;
|
|
11246
11246
|
};
|
|
11247
11247
|
contentClass: {
|
|
11248
|
-
type: (
|
|
11248
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11249
11249
|
};
|
|
11250
11250
|
contentStyle: {
|
|
11251
11251
|
type: PropType<CSSProperties>;
|
|
11252
11252
|
};
|
|
11253
11253
|
arrowClass: {
|
|
11254
|
-
type: (
|
|
11254
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11255
11255
|
};
|
|
11256
11256
|
arrowStyle: {
|
|
11257
11257
|
type: PropType<CSSProperties>;
|
|
@@ -11309,7 +11309,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11309
11309
|
default: boolean;
|
|
11310
11310
|
};
|
|
11311
11311
|
openedClass: {
|
|
11312
|
-
type: (
|
|
11312
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11313
11313
|
};
|
|
11314
11314
|
autoFitPosition: {
|
|
11315
11315
|
type: BooleanConstructor;
|
|
@@ -11332,8 +11332,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11332
11332
|
default: number;
|
|
11333
11333
|
};
|
|
11334
11334
|
}>> & Readonly<{
|
|
11335
|
-
onResize?: (() => any) | undefined;
|
|
11336
11335
|
onHide?: (() => any) | undefined;
|
|
11336
|
+
onResize?: (() => any) | undefined;
|
|
11337
11337
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
11338
11338
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
11339
11339
|
onShow?: (() => any) | undefined;
|
|
@@ -11562,13 +11562,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11562
11562
|
default: boolean;
|
|
11563
11563
|
};
|
|
11564
11564
|
contentClass: {
|
|
11565
|
-
type: (
|
|
11565
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11566
11566
|
};
|
|
11567
11567
|
contentStyle: {
|
|
11568
11568
|
type: PropType<CSSProperties>;
|
|
11569
11569
|
};
|
|
11570
11570
|
arrowClass: {
|
|
11571
|
-
type: (
|
|
11571
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11572
11572
|
};
|
|
11573
11573
|
arrowStyle: {
|
|
11574
11574
|
type: PropType<CSSProperties>;
|
|
@@ -11626,7 +11626,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11626
11626
|
default: boolean;
|
|
11627
11627
|
};
|
|
11628
11628
|
openedClass: {
|
|
11629
|
-
type: (
|
|
11629
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11630
11630
|
};
|
|
11631
11631
|
autoFitPosition: {
|
|
11632
11632
|
type: BooleanConstructor;
|
|
@@ -11649,8 +11649,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11649
11649
|
default: number;
|
|
11650
11650
|
};
|
|
11651
11651
|
}>> & Readonly<{
|
|
11652
|
-
onResize?: (() => any) | undefined;
|
|
11653
11652
|
onHide?: (() => any) | undefined;
|
|
11653
|
+
onResize?: (() => any) | undefined;
|
|
11654
11654
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
11655
11655
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
11656
11656
|
onShow?: (() => any) | undefined;
|
|
@@ -11753,13 +11753,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11753
11753
|
default: boolean;
|
|
11754
11754
|
};
|
|
11755
11755
|
contentClass: {
|
|
11756
|
-
type: (
|
|
11756
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11757
11757
|
};
|
|
11758
11758
|
contentStyle: {
|
|
11759
11759
|
type: PropType<CSSProperties>;
|
|
11760
11760
|
};
|
|
11761
11761
|
arrowClass: {
|
|
11762
|
-
type: (
|
|
11762
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11763
11763
|
};
|
|
11764
11764
|
arrowStyle: {
|
|
11765
11765
|
type: PropType<CSSProperties>;
|
|
@@ -11817,7 +11817,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11817
11817
|
default: boolean;
|
|
11818
11818
|
};
|
|
11819
11819
|
openedClass: {
|
|
11820
|
-
type: (
|
|
11820
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11821
11821
|
};
|
|
11822
11822
|
autoFitPosition: {
|
|
11823
11823
|
type: BooleanConstructor;
|
|
@@ -11840,8 +11840,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11840
11840
|
default: number;
|
|
11841
11841
|
};
|
|
11842
11842
|
}>> & Readonly<{
|
|
11843
|
-
onResize?: (() => any) | undefined;
|
|
11844
11843
|
onHide?: (() => any) | undefined;
|
|
11844
|
+
onResize?: (() => any) | undefined;
|
|
11845
11845
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
11846
11846
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
11847
11847
|
onShow?: (() => any) | undefined;
|
|
@@ -11935,13 +11935,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11935
11935
|
default: boolean;
|
|
11936
11936
|
};
|
|
11937
11937
|
contentClass: {
|
|
11938
|
-
type: (
|
|
11938
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11939
11939
|
};
|
|
11940
11940
|
contentStyle: {
|
|
11941
11941
|
type: PropType<CSSProperties>;
|
|
11942
11942
|
};
|
|
11943
11943
|
arrowClass: {
|
|
11944
|
-
type: (
|
|
11944
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
11945
11945
|
};
|
|
11946
11946
|
arrowStyle: {
|
|
11947
11947
|
type: PropType<CSSProperties>;
|
|
@@ -11999,7 +11999,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11999
11999
|
default: boolean;
|
|
12000
12000
|
};
|
|
12001
12001
|
openedClass: {
|
|
12002
|
-
type: (
|
|
12002
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
12003
12003
|
};
|
|
12004
12004
|
autoFitPosition: {
|
|
12005
12005
|
type: BooleanConstructor;
|
|
@@ -12022,8 +12022,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
12022
12022
|
default: number;
|
|
12023
12023
|
};
|
|
12024
12024
|
}>> & Readonly<{
|
|
12025
|
-
onResize?: (() => any) | undefined;
|
|
12026
12025
|
onHide?: (() => any) | undefined;
|
|
12026
|
+
onResize?: (() => any) | undefined;
|
|
12027
12027
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
12028
12028
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
12029
12029
|
onShow?: (() => any) | undefined;
|