@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/ellipsis/index.d.ts
CHANGED
|
@@ -208,13 +208,13 @@ declare const Ellipsis: {
|
|
|
208
208
|
default: boolean;
|
|
209
209
|
};
|
|
210
210
|
contentClass: {
|
|
211
|
-
type: (
|
|
211
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
212
212
|
};
|
|
213
213
|
contentStyle: {
|
|
214
214
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
215
215
|
};
|
|
216
216
|
arrowClass: {
|
|
217
|
-
type: (
|
|
217
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
218
218
|
};
|
|
219
219
|
arrowStyle: {
|
|
220
220
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -272,7 +272,7 @@ declare const Ellipsis: {
|
|
|
272
272
|
default: boolean;
|
|
273
273
|
};
|
|
274
274
|
openedClass: {
|
|
275
|
-
type: (
|
|
275
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
276
276
|
};
|
|
277
277
|
autoFitPosition: {
|
|
278
278
|
type: BooleanConstructor;
|
|
@@ -295,8 +295,8 @@ declare const Ellipsis: {
|
|
|
295
295
|
default: number;
|
|
296
296
|
};
|
|
297
297
|
}>> & Readonly<{
|
|
298
|
-
onResize?: (() => any) | undefined;
|
|
299
298
|
onHide?: (() => any) | undefined;
|
|
299
|
+
onResize?: (() => any) | undefined;
|
|
300
300
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
301
301
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
302
302
|
onShow?: (() => any) | undefined;
|
|
@@ -399,13 +399,13 @@ declare const Ellipsis: {
|
|
|
399
399
|
default: boolean;
|
|
400
400
|
};
|
|
401
401
|
contentClass: {
|
|
402
|
-
type: (
|
|
402
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
403
403
|
};
|
|
404
404
|
contentStyle: {
|
|
405
405
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
406
406
|
};
|
|
407
407
|
arrowClass: {
|
|
408
|
-
type: (
|
|
408
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
409
409
|
};
|
|
410
410
|
arrowStyle: {
|
|
411
411
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -463,7 +463,7 @@ declare const Ellipsis: {
|
|
|
463
463
|
default: boolean;
|
|
464
464
|
};
|
|
465
465
|
openedClass: {
|
|
466
|
-
type: (
|
|
466
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
467
467
|
};
|
|
468
468
|
autoFitPosition: {
|
|
469
469
|
type: BooleanConstructor;
|
|
@@ -486,8 +486,8 @@ declare const Ellipsis: {
|
|
|
486
486
|
default: number;
|
|
487
487
|
};
|
|
488
488
|
}>> & Readonly<{
|
|
489
|
-
onResize?: (() => any) | undefined;
|
|
490
489
|
onHide?: (() => any) | undefined;
|
|
490
|
+
onResize?: (() => any) | undefined;
|
|
491
491
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
492
492
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
493
493
|
onShow?: (() => any) | undefined;
|
|
@@ -581,13 +581,13 @@ declare const Ellipsis: {
|
|
|
581
581
|
default: boolean;
|
|
582
582
|
};
|
|
583
583
|
contentClass: {
|
|
584
|
-
type: (
|
|
584
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
585
585
|
};
|
|
586
586
|
contentStyle: {
|
|
587
587
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
588
588
|
};
|
|
589
589
|
arrowClass: {
|
|
590
|
-
type: (
|
|
590
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
591
591
|
};
|
|
592
592
|
arrowStyle: {
|
|
593
593
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -645,7 +645,7 @@ declare const Ellipsis: {
|
|
|
645
645
|
default: boolean;
|
|
646
646
|
};
|
|
647
647
|
openedClass: {
|
|
648
|
-
type: (
|
|
648
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
649
649
|
};
|
|
650
650
|
autoFitPosition: {
|
|
651
651
|
type: BooleanConstructor;
|
|
@@ -668,8 +668,8 @@ declare const Ellipsis: {
|
|
|
668
668
|
default: number;
|
|
669
669
|
};
|
|
670
670
|
}>> & Readonly<{
|
|
671
|
-
onResize?: (() => any) | undefined;
|
|
672
671
|
onHide?: (() => any) | undefined;
|
|
672
|
+
onResize?: (() => any) | undefined;
|
|
673
673
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
674
674
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
675
675
|
onShow?: (() => any) | undefined;
|
|
@@ -898,13 +898,13 @@ declare const Ellipsis: {
|
|
|
898
898
|
default: boolean;
|
|
899
899
|
};
|
|
900
900
|
contentClass: {
|
|
901
|
-
type: (
|
|
901
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
902
902
|
};
|
|
903
903
|
contentStyle: {
|
|
904
904
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
905
905
|
};
|
|
906
906
|
arrowClass: {
|
|
907
|
-
type: (
|
|
907
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
908
908
|
};
|
|
909
909
|
arrowStyle: {
|
|
910
910
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -962,7 +962,7 @@ declare const Ellipsis: {
|
|
|
962
962
|
default: boolean;
|
|
963
963
|
};
|
|
964
964
|
openedClass: {
|
|
965
|
-
type: (
|
|
965
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
966
966
|
};
|
|
967
967
|
autoFitPosition: {
|
|
968
968
|
type: BooleanConstructor;
|
|
@@ -985,8 +985,8 @@ declare const Ellipsis: {
|
|
|
985
985
|
default: number;
|
|
986
986
|
};
|
|
987
987
|
}>> & Readonly<{
|
|
988
|
-
onResize?: (() => any) | undefined;
|
|
989
988
|
onHide?: (() => any) | undefined;
|
|
989
|
+
onResize?: (() => any) | undefined;
|
|
990
990
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
991
991
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
992
992
|
onShow?: (() => any) | undefined;
|
|
@@ -1089,13 +1089,13 @@ declare const Ellipsis: {
|
|
|
1089
1089
|
default: boolean;
|
|
1090
1090
|
};
|
|
1091
1091
|
contentClass: {
|
|
1092
|
-
type: (
|
|
1092
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1093
1093
|
};
|
|
1094
1094
|
contentStyle: {
|
|
1095
1095
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1096
1096
|
};
|
|
1097
1097
|
arrowClass: {
|
|
1098
|
-
type: (
|
|
1098
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1099
1099
|
};
|
|
1100
1100
|
arrowStyle: {
|
|
1101
1101
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1153,7 +1153,7 @@ declare const Ellipsis: {
|
|
|
1153
1153
|
default: boolean;
|
|
1154
1154
|
};
|
|
1155
1155
|
openedClass: {
|
|
1156
|
-
type: (
|
|
1156
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1157
1157
|
};
|
|
1158
1158
|
autoFitPosition: {
|
|
1159
1159
|
type: BooleanConstructor;
|
|
@@ -1176,8 +1176,8 @@ declare const Ellipsis: {
|
|
|
1176
1176
|
default: number;
|
|
1177
1177
|
};
|
|
1178
1178
|
}>> & Readonly<{
|
|
1179
|
-
onResize?: (() => any) | undefined;
|
|
1180
1179
|
onHide?: (() => any) | undefined;
|
|
1180
|
+
onResize?: (() => any) | undefined;
|
|
1181
1181
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1182
1182
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1183
1183
|
onShow?: (() => any) | undefined;
|
|
@@ -1271,13 +1271,13 @@ declare const Ellipsis: {
|
|
|
1271
1271
|
default: boolean;
|
|
1272
1272
|
};
|
|
1273
1273
|
contentClass: {
|
|
1274
|
-
type: (
|
|
1274
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1275
1275
|
};
|
|
1276
1276
|
contentStyle: {
|
|
1277
1277
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1278
1278
|
};
|
|
1279
1279
|
arrowClass: {
|
|
1280
|
-
type: (
|
|
1280
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1281
1281
|
};
|
|
1282
1282
|
arrowStyle: {
|
|
1283
1283
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1335,7 +1335,7 @@ declare const Ellipsis: {
|
|
|
1335
1335
|
default: boolean;
|
|
1336
1336
|
};
|
|
1337
1337
|
openedClass: {
|
|
1338
|
-
type: (
|
|
1338
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1339
1339
|
};
|
|
1340
1340
|
autoFitPosition: {
|
|
1341
1341
|
type: BooleanConstructor;
|
|
@@ -1358,8 +1358,8 @@ declare const Ellipsis: {
|
|
|
1358
1358
|
default: number;
|
|
1359
1359
|
};
|
|
1360
1360
|
}>> & Readonly<{
|
|
1361
|
-
onResize?: (() => any) | undefined;
|
|
1362
1361
|
onHide?: (() => any) | undefined;
|
|
1362
|
+
onResize?: (() => any) | undefined;
|
|
1363
1363
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1364
1364
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1365
1365
|
onShow?: (() => any) | undefined;
|
|
@@ -1689,13 +1689,13 @@ declare const Ellipsis: {
|
|
|
1689
1689
|
default: boolean;
|
|
1690
1690
|
};
|
|
1691
1691
|
contentClass: {
|
|
1692
|
-
type: (
|
|
1692
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1693
1693
|
};
|
|
1694
1694
|
contentStyle: {
|
|
1695
1695
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1696
1696
|
};
|
|
1697
1697
|
arrowClass: {
|
|
1698
|
-
type: (
|
|
1698
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1699
1699
|
};
|
|
1700
1700
|
arrowStyle: {
|
|
1701
1701
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1753,7 +1753,7 @@ declare const Ellipsis: {
|
|
|
1753
1753
|
default: boolean;
|
|
1754
1754
|
};
|
|
1755
1755
|
openedClass: {
|
|
1756
|
-
type: (
|
|
1756
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1757
1757
|
};
|
|
1758
1758
|
autoFitPosition: {
|
|
1759
1759
|
type: BooleanConstructor;
|
|
@@ -1776,8 +1776,8 @@ declare const Ellipsis: {
|
|
|
1776
1776
|
default: number;
|
|
1777
1777
|
};
|
|
1778
1778
|
}>> & Readonly<{
|
|
1779
|
-
onResize?: (() => any) | undefined;
|
|
1780
1779
|
onHide?: (() => any) | undefined;
|
|
1780
|
+
onResize?: (() => any) | undefined;
|
|
1781
1781
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1782
1782
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1783
1783
|
onShow?: (() => any) | undefined;
|
|
@@ -1880,13 +1880,13 @@ declare const Ellipsis: {
|
|
|
1880
1880
|
default: boolean;
|
|
1881
1881
|
};
|
|
1882
1882
|
contentClass: {
|
|
1883
|
-
type: (
|
|
1883
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1884
1884
|
};
|
|
1885
1885
|
contentStyle: {
|
|
1886
1886
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1887
1887
|
};
|
|
1888
1888
|
arrowClass: {
|
|
1889
|
-
type: (
|
|
1889
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1890
1890
|
};
|
|
1891
1891
|
arrowStyle: {
|
|
1892
1892
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1944,7 +1944,7 @@ declare const Ellipsis: {
|
|
|
1944
1944
|
default: boolean;
|
|
1945
1945
|
};
|
|
1946
1946
|
openedClass: {
|
|
1947
|
-
type: (
|
|
1947
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1948
1948
|
};
|
|
1949
1949
|
autoFitPosition: {
|
|
1950
1950
|
type: BooleanConstructor;
|
|
@@ -1967,8 +1967,8 @@ declare const Ellipsis: {
|
|
|
1967
1967
|
default: number;
|
|
1968
1968
|
};
|
|
1969
1969
|
}>> & Readonly<{
|
|
1970
|
-
onResize?: (() => any) | undefined;
|
|
1971
1970
|
onHide?: (() => any) | undefined;
|
|
1971
|
+
onResize?: (() => any) | undefined;
|
|
1972
1972
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1973
1973
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1974
1974
|
onShow?: (() => any) | undefined;
|
|
@@ -2062,13 +2062,13 @@ declare const Ellipsis: {
|
|
|
2062
2062
|
default: boolean;
|
|
2063
2063
|
};
|
|
2064
2064
|
contentClass: {
|
|
2065
|
-
type: (
|
|
2065
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2066
2066
|
};
|
|
2067
2067
|
contentStyle: {
|
|
2068
2068
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2069
2069
|
};
|
|
2070
2070
|
arrowClass: {
|
|
2071
|
-
type: (
|
|
2071
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2072
2072
|
};
|
|
2073
2073
|
arrowStyle: {
|
|
2074
2074
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2126,7 +2126,7 @@ declare const Ellipsis: {
|
|
|
2126
2126
|
default: boolean;
|
|
2127
2127
|
};
|
|
2128
2128
|
openedClass: {
|
|
2129
|
-
type: (
|
|
2129
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2130
2130
|
};
|
|
2131
2131
|
autoFitPosition: {
|
|
2132
2132
|
type: BooleanConstructor;
|
|
@@ -2149,8 +2149,8 @@ declare const Ellipsis: {
|
|
|
2149
2149
|
default: number;
|
|
2150
2150
|
};
|
|
2151
2151
|
}>> & Readonly<{
|
|
2152
|
-
onResize?: (() => any) | undefined;
|
|
2153
2152
|
onHide?: (() => any) | undefined;
|
|
2153
|
+
onResize?: (() => any) | undefined;
|
|
2154
2154
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2155
2155
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2156
2156
|
onShow?: (() => any) | undefined;
|
|
@@ -2379,13 +2379,13 @@ declare const Ellipsis: {
|
|
|
2379
2379
|
default: boolean;
|
|
2380
2380
|
};
|
|
2381
2381
|
contentClass: {
|
|
2382
|
-
type: (
|
|
2382
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2383
2383
|
};
|
|
2384
2384
|
contentStyle: {
|
|
2385
2385
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2386
2386
|
};
|
|
2387
2387
|
arrowClass: {
|
|
2388
|
-
type: (
|
|
2388
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2389
2389
|
};
|
|
2390
2390
|
arrowStyle: {
|
|
2391
2391
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2443,7 +2443,7 @@ declare const Ellipsis: {
|
|
|
2443
2443
|
default: boolean;
|
|
2444
2444
|
};
|
|
2445
2445
|
openedClass: {
|
|
2446
|
-
type: (
|
|
2446
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2447
2447
|
};
|
|
2448
2448
|
autoFitPosition: {
|
|
2449
2449
|
type: BooleanConstructor;
|
|
@@ -2466,8 +2466,8 @@ declare const Ellipsis: {
|
|
|
2466
2466
|
default: number;
|
|
2467
2467
|
};
|
|
2468
2468
|
}>> & Readonly<{
|
|
2469
|
-
onResize?: (() => any) | undefined;
|
|
2470
2469
|
onHide?: (() => any) | undefined;
|
|
2470
|
+
onResize?: (() => any) | undefined;
|
|
2471
2471
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2472
2472
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2473
2473
|
onShow?: (() => any) | undefined;
|
|
@@ -2570,13 +2570,13 @@ declare const Ellipsis: {
|
|
|
2570
2570
|
default: boolean;
|
|
2571
2571
|
};
|
|
2572
2572
|
contentClass: {
|
|
2573
|
-
type: (
|
|
2573
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2574
2574
|
};
|
|
2575
2575
|
contentStyle: {
|
|
2576
2576
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2577
2577
|
};
|
|
2578
2578
|
arrowClass: {
|
|
2579
|
-
type: (
|
|
2579
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2580
2580
|
};
|
|
2581
2581
|
arrowStyle: {
|
|
2582
2582
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2634,7 +2634,7 @@ declare const Ellipsis: {
|
|
|
2634
2634
|
default: boolean;
|
|
2635
2635
|
};
|
|
2636
2636
|
openedClass: {
|
|
2637
|
-
type: (
|
|
2637
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2638
2638
|
};
|
|
2639
2639
|
autoFitPosition: {
|
|
2640
2640
|
type: BooleanConstructor;
|
|
@@ -2657,8 +2657,8 @@ declare const Ellipsis: {
|
|
|
2657
2657
|
default: number;
|
|
2658
2658
|
};
|
|
2659
2659
|
}>> & Readonly<{
|
|
2660
|
-
onResize?: (() => any) | undefined;
|
|
2661
2660
|
onHide?: (() => any) | undefined;
|
|
2661
|
+
onResize?: (() => any) | undefined;
|
|
2662
2662
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2663
2663
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2664
2664
|
onShow?: (() => any) | undefined;
|
|
@@ -2752,13 +2752,13 @@ declare const Ellipsis: {
|
|
|
2752
2752
|
default: boolean;
|
|
2753
2753
|
};
|
|
2754
2754
|
contentClass: {
|
|
2755
|
-
type: (
|
|
2755
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2756
2756
|
};
|
|
2757
2757
|
contentStyle: {
|
|
2758
2758
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2759
2759
|
};
|
|
2760
2760
|
arrowClass: {
|
|
2761
|
-
type: (
|
|
2761
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2762
2762
|
};
|
|
2763
2763
|
arrowStyle: {
|
|
2764
2764
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2816,7 +2816,7 @@ declare const Ellipsis: {
|
|
|
2816
2816
|
default: boolean;
|
|
2817
2817
|
};
|
|
2818
2818
|
openedClass: {
|
|
2819
|
-
type: (
|
|
2819
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2820
2820
|
};
|
|
2821
2821
|
autoFitPosition: {
|
|
2822
2822
|
type: BooleanConstructor;
|
|
@@ -2839,8 +2839,8 @@ declare const Ellipsis: {
|
|
|
2839
2839
|
default: number;
|
|
2840
2840
|
};
|
|
2841
2841
|
}>> & Readonly<{
|
|
2842
|
-
onResize?: (() => any) | undefined;
|
|
2843
2842
|
onHide?: (() => any) | undefined;
|
|
2843
|
+
onResize?: (() => any) | undefined;
|
|
2844
2844
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2845
2845
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2846
2846
|
onShow?: (() => any) | undefined;
|
|
@@ -3136,13 +3136,13 @@ export declare const PerformantEllipsis: {
|
|
|
3136
3136
|
default: boolean;
|
|
3137
3137
|
};
|
|
3138
3138
|
contentClass: {
|
|
3139
|
-
type: (
|
|
3139
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3140
3140
|
};
|
|
3141
3141
|
contentStyle: {
|
|
3142
3142
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3143
3143
|
};
|
|
3144
3144
|
arrowClass: {
|
|
3145
|
-
type: (
|
|
3145
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3146
3146
|
};
|
|
3147
3147
|
arrowStyle: {
|
|
3148
3148
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3200,7 +3200,7 @@ export declare const PerformantEllipsis: {
|
|
|
3200
3200
|
default: boolean;
|
|
3201
3201
|
};
|
|
3202
3202
|
openedClass: {
|
|
3203
|
-
type: (
|
|
3203
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3204
3204
|
};
|
|
3205
3205
|
autoFitPosition: {
|
|
3206
3206
|
type: BooleanConstructor;
|
|
@@ -3223,8 +3223,8 @@ export declare const PerformantEllipsis: {
|
|
|
3223
3223
|
default: number;
|
|
3224
3224
|
};
|
|
3225
3225
|
}>> & Readonly<{
|
|
3226
|
-
onResize?: (() => any) | undefined;
|
|
3227
3226
|
onHide?: (() => any) | undefined;
|
|
3227
|
+
onResize?: (() => any) | undefined;
|
|
3228
3228
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
3229
3229
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
3230
3230
|
onShow?: (() => any) | undefined;
|
|
@@ -3327,13 +3327,13 @@ export declare const PerformantEllipsis: {
|
|
|
3327
3327
|
default: boolean;
|
|
3328
3328
|
};
|
|
3329
3329
|
contentClass: {
|
|
3330
|
-
type: (
|
|
3330
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3331
3331
|
};
|
|
3332
3332
|
contentStyle: {
|
|
3333
3333
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3334
3334
|
};
|
|
3335
3335
|
arrowClass: {
|
|
3336
|
-
type: (
|
|
3336
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3337
3337
|
};
|
|
3338
3338
|
arrowStyle: {
|
|
3339
3339
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3391,7 +3391,7 @@ export declare const PerformantEllipsis: {
|
|
|
3391
3391
|
default: boolean;
|
|
3392
3392
|
};
|
|
3393
3393
|
openedClass: {
|
|
3394
|
-
type: (
|
|
3394
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3395
3395
|
};
|
|
3396
3396
|
autoFitPosition: {
|
|
3397
3397
|
type: BooleanConstructor;
|
|
@@ -3414,8 +3414,8 @@ export declare const PerformantEllipsis: {
|
|
|
3414
3414
|
default: number;
|
|
3415
3415
|
};
|
|
3416
3416
|
}>> & Readonly<{
|
|
3417
|
-
onResize?: (() => any) | undefined;
|
|
3418
3417
|
onHide?: (() => any) | undefined;
|
|
3418
|
+
onResize?: (() => any) | undefined;
|
|
3419
3419
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
3420
3420
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
3421
3421
|
onShow?: (() => any) | undefined;
|
|
@@ -3509,13 +3509,13 @@ export declare const PerformantEllipsis: {
|
|
|
3509
3509
|
default: boolean;
|
|
3510
3510
|
};
|
|
3511
3511
|
contentClass: {
|
|
3512
|
-
type: (
|
|
3512
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3513
3513
|
};
|
|
3514
3514
|
contentStyle: {
|
|
3515
3515
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3516
3516
|
};
|
|
3517
3517
|
arrowClass: {
|
|
3518
|
-
type: (
|
|
3518
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3519
3519
|
};
|
|
3520
3520
|
arrowStyle: {
|
|
3521
3521
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3573,7 +3573,7 @@ export declare const PerformantEllipsis: {
|
|
|
3573
3573
|
default: boolean;
|
|
3574
3574
|
};
|
|
3575
3575
|
openedClass: {
|
|
3576
|
-
type: (
|
|
3576
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3577
3577
|
};
|
|
3578
3578
|
autoFitPosition: {
|
|
3579
3579
|
type: BooleanConstructor;
|
|
@@ -3596,8 +3596,8 @@ export declare const PerformantEllipsis: {
|
|
|
3596
3596
|
default: number;
|
|
3597
3597
|
};
|
|
3598
3598
|
}>> & Readonly<{
|
|
3599
|
-
onResize?: (() => any) | undefined;
|
|
3600
3599
|
onHide?: (() => any) | undefined;
|
|
3600
|
+
onResize?: (() => any) | undefined;
|
|
3601
3601
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
3602
3602
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
3603
3603
|
onShow?: (() => any) | undefined;
|
|
@@ -3826,13 +3826,13 @@ export declare const PerformantEllipsis: {
|
|
|
3826
3826
|
default: boolean;
|
|
3827
3827
|
};
|
|
3828
3828
|
contentClass: {
|
|
3829
|
-
type: (
|
|
3829
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3830
3830
|
};
|
|
3831
3831
|
contentStyle: {
|
|
3832
3832
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3833
3833
|
};
|
|
3834
3834
|
arrowClass: {
|
|
3835
|
-
type: (
|
|
3835
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3836
3836
|
};
|
|
3837
3837
|
arrowStyle: {
|
|
3838
3838
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3890,7 +3890,7 @@ export declare const PerformantEllipsis: {
|
|
|
3890
3890
|
default: boolean;
|
|
3891
3891
|
};
|
|
3892
3892
|
openedClass: {
|
|
3893
|
-
type: (
|
|
3893
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
3894
3894
|
};
|
|
3895
3895
|
autoFitPosition: {
|
|
3896
3896
|
type: BooleanConstructor;
|
|
@@ -3913,8 +3913,8 @@ export declare const PerformantEllipsis: {
|
|
|
3913
3913
|
default: number;
|
|
3914
3914
|
};
|
|
3915
3915
|
}>> & Readonly<{
|
|
3916
|
-
onResize?: (() => any) | undefined;
|
|
3917
3916
|
onHide?: (() => any) | undefined;
|
|
3917
|
+
onResize?: (() => any) | undefined;
|
|
3918
3918
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
3919
3919
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
3920
3920
|
onShow?: (() => any) | undefined;
|
|
@@ -4017,13 +4017,13 @@ export declare const PerformantEllipsis: {
|
|
|
4017
4017
|
default: boolean;
|
|
4018
4018
|
};
|
|
4019
4019
|
contentClass: {
|
|
4020
|
-
type: (
|
|
4020
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4021
4021
|
};
|
|
4022
4022
|
contentStyle: {
|
|
4023
4023
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
4024
4024
|
};
|
|
4025
4025
|
arrowClass: {
|
|
4026
|
-
type: (
|
|
4026
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4027
4027
|
};
|
|
4028
4028
|
arrowStyle: {
|
|
4029
4029
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -4081,7 +4081,7 @@ export declare const PerformantEllipsis: {
|
|
|
4081
4081
|
default: boolean;
|
|
4082
4082
|
};
|
|
4083
4083
|
openedClass: {
|
|
4084
|
-
type: (
|
|
4084
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4085
4085
|
};
|
|
4086
4086
|
autoFitPosition: {
|
|
4087
4087
|
type: BooleanConstructor;
|
|
@@ -4104,8 +4104,8 @@ export declare const PerformantEllipsis: {
|
|
|
4104
4104
|
default: number;
|
|
4105
4105
|
};
|
|
4106
4106
|
}>> & Readonly<{
|
|
4107
|
-
onResize?: (() => any) | undefined;
|
|
4108
4107
|
onHide?: (() => any) | undefined;
|
|
4108
|
+
onResize?: (() => any) | undefined;
|
|
4109
4109
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
4110
4110
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
4111
4111
|
onShow?: (() => any) | undefined;
|
|
@@ -4199,13 +4199,13 @@ export declare const PerformantEllipsis: {
|
|
|
4199
4199
|
default: boolean;
|
|
4200
4200
|
};
|
|
4201
4201
|
contentClass: {
|
|
4202
|
-
type: (
|
|
4202
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4203
4203
|
};
|
|
4204
4204
|
contentStyle: {
|
|
4205
4205
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
4206
4206
|
};
|
|
4207
4207
|
arrowClass: {
|
|
4208
|
-
type: (
|
|
4208
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4209
4209
|
};
|
|
4210
4210
|
arrowStyle: {
|
|
4211
4211
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -4263,7 +4263,7 @@ export declare const PerformantEllipsis: {
|
|
|
4263
4263
|
default: boolean;
|
|
4264
4264
|
};
|
|
4265
4265
|
openedClass: {
|
|
4266
|
-
type: (
|
|
4266
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4267
4267
|
};
|
|
4268
4268
|
autoFitPosition: {
|
|
4269
4269
|
type: BooleanConstructor;
|
|
@@ -4286,8 +4286,8 @@ export declare const PerformantEllipsis: {
|
|
|
4286
4286
|
default: number;
|
|
4287
4287
|
};
|
|
4288
4288
|
}>> & Readonly<{
|
|
4289
|
-
onResize?: (() => any) | undefined;
|
|
4290
4289
|
onHide?: (() => any) | undefined;
|
|
4290
|
+
onResize?: (() => any) | undefined;
|
|
4291
4291
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
4292
4292
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
4293
4293
|
onShow?: (() => any) | undefined;
|
|
@@ -4621,13 +4621,13 @@ export declare const PerformantEllipsis: {
|
|
|
4621
4621
|
default: boolean;
|
|
4622
4622
|
};
|
|
4623
4623
|
contentClass: {
|
|
4624
|
-
type: (
|
|
4624
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4625
4625
|
};
|
|
4626
4626
|
contentStyle: {
|
|
4627
4627
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
4628
4628
|
};
|
|
4629
4629
|
arrowClass: {
|
|
4630
|
-
type: (
|
|
4630
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4631
4631
|
};
|
|
4632
4632
|
arrowStyle: {
|
|
4633
4633
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -4685,7 +4685,7 @@ export declare const PerformantEllipsis: {
|
|
|
4685
4685
|
default: boolean;
|
|
4686
4686
|
};
|
|
4687
4687
|
openedClass: {
|
|
4688
|
-
type: (
|
|
4688
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4689
4689
|
};
|
|
4690
4690
|
autoFitPosition: {
|
|
4691
4691
|
type: BooleanConstructor;
|
|
@@ -4708,8 +4708,8 @@ export declare const PerformantEllipsis: {
|
|
|
4708
4708
|
default: number;
|
|
4709
4709
|
};
|
|
4710
4710
|
}>> & Readonly<{
|
|
4711
|
-
onResize?: (() => any) | undefined;
|
|
4712
4711
|
onHide?: (() => any) | undefined;
|
|
4712
|
+
onResize?: (() => any) | undefined;
|
|
4713
4713
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
4714
4714
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
4715
4715
|
onShow?: (() => any) | undefined;
|
|
@@ -4812,13 +4812,13 @@ export declare const PerformantEllipsis: {
|
|
|
4812
4812
|
default: boolean;
|
|
4813
4813
|
};
|
|
4814
4814
|
contentClass: {
|
|
4815
|
-
type: (
|
|
4815
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4816
4816
|
};
|
|
4817
4817
|
contentStyle: {
|
|
4818
4818
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
4819
4819
|
};
|
|
4820
4820
|
arrowClass: {
|
|
4821
|
-
type: (
|
|
4821
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4822
4822
|
};
|
|
4823
4823
|
arrowStyle: {
|
|
4824
4824
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -4876,7 +4876,7 @@ export declare const PerformantEllipsis: {
|
|
|
4876
4876
|
default: boolean;
|
|
4877
4877
|
};
|
|
4878
4878
|
openedClass: {
|
|
4879
|
-
type: (
|
|
4879
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4880
4880
|
};
|
|
4881
4881
|
autoFitPosition: {
|
|
4882
4882
|
type: BooleanConstructor;
|
|
@@ -4899,8 +4899,8 @@ export declare const PerformantEllipsis: {
|
|
|
4899
4899
|
default: number;
|
|
4900
4900
|
};
|
|
4901
4901
|
}>> & Readonly<{
|
|
4902
|
-
onResize?: (() => any) | undefined;
|
|
4903
4902
|
onHide?: (() => any) | undefined;
|
|
4903
|
+
onResize?: (() => any) | undefined;
|
|
4904
4904
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
4905
4905
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
4906
4906
|
onShow?: (() => any) | undefined;
|
|
@@ -4994,13 +4994,13 @@ export declare const PerformantEllipsis: {
|
|
|
4994
4994
|
default: boolean;
|
|
4995
4995
|
};
|
|
4996
4996
|
contentClass: {
|
|
4997
|
-
type: (
|
|
4997
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4998
4998
|
};
|
|
4999
4999
|
contentStyle: {
|
|
5000
5000
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
5001
5001
|
};
|
|
5002
5002
|
arrowClass: {
|
|
5003
|
-
type: (
|
|
5003
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5004
5004
|
};
|
|
5005
5005
|
arrowStyle: {
|
|
5006
5006
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -5058,7 +5058,7 @@ export declare const PerformantEllipsis: {
|
|
|
5058
5058
|
default: boolean;
|
|
5059
5059
|
};
|
|
5060
5060
|
openedClass: {
|
|
5061
|
-
type: (
|
|
5061
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5062
5062
|
};
|
|
5063
5063
|
autoFitPosition: {
|
|
5064
5064
|
type: BooleanConstructor;
|
|
@@ -5081,8 +5081,8 @@ export declare const PerformantEllipsis: {
|
|
|
5081
5081
|
default: number;
|
|
5082
5082
|
};
|
|
5083
5083
|
}>> & Readonly<{
|
|
5084
|
-
onResize?: (() => any) | undefined;
|
|
5085
5084
|
onHide?: (() => any) | undefined;
|
|
5085
|
+
onResize?: (() => any) | undefined;
|
|
5086
5086
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
5087
5087
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
5088
5088
|
onShow?: (() => any) | undefined;
|
|
@@ -5311,13 +5311,13 @@ export declare const PerformantEllipsis: {
|
|
|
5311
5311
|
default: boolean;
|
|
5312
5312
|
};
|
|
5313
5313
|
contentClass: {
|
|
5314
|
-
type: (
|
|
5314
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5315
5315
|
};
|
|
5316
5316
|
contentStyle: {
|
|
5317
5317
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
5318
5318
|
};
|
|
5319
5319
|
arrowClass: {
|
|
5320
|
-
type: (
|
|
5320
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5321
5321
|
};
|
|
5322
5322
|
arrowStyle: {
|
|
5323
5323
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -5375,7 +5375,7 @@ export declare const PerformantEllipsis: {
|
|
|
5375
5375
|
default: boolean;
|
|
5376
5376
|
};
|
|
5377
5377
|
openedClass: {
|
|
5378
|
-
type: (
|
|
5378
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5379
5379
|
};
|
|
5380
5380
|
autoFitPosition: {
|
|
5381
5381
|
type: BooleanConstructor;
|
|
@@ -5398,8 +5398,8 @@ export declare const PerformantEllipsis: {
|
|
|
5398
5398
|
default: number;
|
|
5399
5399
|
};
|
|
5400
5400
|
}>> & Readonly<{
|
|
5401
|
-
onResize?: (() => any) | undefined;
|
|
5402
5401
|
onHide?: (() => any) | undefined;
|
|
5402
|
+
onResize?: (() => any) | undefined;
|
|
5403
5403
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
5404
5404
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
5405
5405
|
onShow?: (() => any) | undefined;
|
|
@@ -5502,13 +5502,13 @@ export declare const PerformantEllipsis: {
|
|
|
5502
5502
|
default: boolean;
|
|
5503
5503
|
};
|
|
5504
5504
|
contentClass: {
|
|
5505
|
-
type: (
|
|
5505
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5506
5506
|
};
|
|
5507
5507
|
contentStyle: {
|
|
5508
5508
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
5509
5509
|
};
|
|
5510
5510
|
arrowClass: {
|
|
5511
|
-
type: (
|
|
5511
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5512
5512
|
};
|
|
5513
5513
|
arrowStyle: {
|
|
5514
5514
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -5566,7 +5566,7 @@ export declare const PerformantEllipsis: {
|
|
|
5566
5566
|
default: boolean;
|
|
5567
5567
|
};
|
|
5568
5568
|
openedClass: {
|
|
5569
|
-
type: (
|
|
5569
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5570
5570
|
};
|
|
5571
5571
|
autoFitPosition: {
|
|
5572
5572
|
type: BooleanConstructor;
|
|
@@ -5589,8 +5589,8 @@ export declare const PerformantEllipsis: {
|
|
|
5589
5589
|
default: number;
|
|
5590
5590
|
};
|
|
5591
5591
|
}>> & Readonly<{
|
|
5592
|
-
onResize?: (() => any) | undefined;
|
|
5593
5592
|
onHide?: (() => any) | undefined;
|
|
5593
|
+
onResize?: (() => any) | undefined;
|
|
5594
5594
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
5595
5595
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
5596
5596
|
onShow?: (() => any) | undefined;
|
|
@@ -5684,13 +5684,13 @@ export declare const PerformantEllipsis: {
|
|
|
5684
5684
|
default: boolean;
|
|
5685
5685
|
};
|
|
5686
5686
|
contentClass: {
|
|
5687
|
-
type: (
|
|
5687
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5688
5688
|
};
|
|
5689
5689
|
contentStyle: {
|
|
5690
5690
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
5691
5691
|
};
|
|
5692
5692
|
arrowClass: {
|
|
5693
|
-
type: (
|
|
5693
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5694
5694
|
};
|
|
5695
5695
|
arrowStyle: {
|
|
5696
5696
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -5748,7 +5748,7 @@ export declare const PerformantEllipsis: {
|
|
|
5748
5748
|
default: boolean;
|
|
5749
5749
|
};
|
|
5750
5750
|
openedClass: {
|
|
5751
|
-
type: (
|
|
5751
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
5752
5752
|
};
|
|
5753
5753
|
autoFitPosition: {
|
|
5754
5754
|
type: BooleanConstructor;
|
|
@@ -5771,8 +5771,8 @@ export declare const PerformantEllipsis: {
|
|
|
5771
5771
|
default: number;
|
|
5772
5772
|
};
|
|
5773
5773
|
}>> & Readonly<{
|
|
5774
|
-
onResize?: (() => any) | undefined;
|
|
5775
5774
|
onHide?: (() => any) | undefined;
|
|
5775
|
+
onResize?: (() => any) | undefined;
|
|
5776
5776
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
5777
5777
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
5778
5778
|
onShow?: (() => any) | undefined;
|