@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/form/index.d.ts
CHANGED
|
@@ -350,8 +350,8 @@ declare const Form: {
|
|
|
350
350
|
labelColStyle: ObjectConstructor;
|
|
351
351
|
wrapperColStyle: ObjectConstructor;
|
|
352
352
|
rowProps: ObjectConstructor;
|
|
353
|
-
rowClass: (
|
|
354
|
-
contentClass: (
|
|
353
|
+
rowClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
354
|
+
contentClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
355
355
|
contentFlex: {
|
|
356
356
|
type: BooleanConstructor;
|
|
357
357
|
default: boolean;
|
|
@@ -444,8 +444,8 @@ declare const Form: {
|
|
|
444
444
|
labelColStyle: ObjectConstructor;
|
|
445
445
|
wrapperColStyle: ObjectConstructor;
|
|
446
446
|
rowProps: ObjectConstructor;
|
|
447
|
-
rowClass: (
|
|
448
|
-
contentClass: (
|
|
447
|
+
rowClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
448
|
+
contentClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
449
449
|
contentFlex: {
|
|
450
450
|
type: BooleanConstructor;
|
|
451
451
|
default: boolean;
|
|
@@ -824,13 +824,13 @@ declare const Form: {
|
|
|
824
824
|
default: boolean;
|
|
825
825
|
};
|
|
826
826
|
contentClass: {
|
|
827
|
-
type: (
|
|
827
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
828
828
|
};
|
|
829
829
|
contentStyle: {
|
|
830
830
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
831
831
|
};
|
|
832
832
|
arrowClass: {
|
|
833
|
-
type: (
|
|
833
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
834
834
|
};
|
|
835
835
|
arrowStyle: {
|
|
836
836
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -888,7 +888,7 @@ declare const Form: {
|
|
|
888
888
|
default: boolean;
|
|
889
889
|
};
|
|
890
890
|
openedClass: {
|
|
891
|
-
type: (
|
|
891
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
892
892
|
};
|
|
893
893
|
autoFitPosition: {
|
|
894
894
|
type: BooleanConstructor;
|
|
@@ -911,8 +911,8 @@ declare const Form: {
|
|
|
911
911
|
default: number;
|
|
912
912
|
};
|
|
913
913
|
}>> & Readonly<{
|
|
914
|
-
onResize?: (() => any) | undefined;
|
|
915
914
|
onHide?: (() => any) | undefined;
|
|
915
|
+
onResize?: (() => any) | undefined;
|
|
916
916
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
917
917
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
918
918
|
onShow?: (() => any) | undefined;
|
|
@@ -1015,13 +1015,13 @@ declare const Form: {
|
|
|
1015
1015
|
default: boolean;
|
|
1016
1016
|
};
|
|
1017
1017
|
contentClass: {
|
|
1018
|
-
type: (
|
|
1018
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1019
1019
|
};
|
|
1020
1020
|
contentStyle: {
|
|
1021
1021
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1022
1022
|
};
|
|
1023
1023
|
arrowClass: {
|
|
1024
|
-
type: (
|
|
1024
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1025
1025
|
};
|
|
1026
1026
|
arrowStyle: {
|
|
1027
1027
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1079,7 +1079,7 @@ declare const Form: {
|
|
|
1079
1079
|
default: boolean;
|
|
1080
1080
|
};
|
|
1081
1081
|
openedClass: {
|
|
1082
|
-
type: (
|
|
1082
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1083
1083
|
};
|
|
1084
1084
|
autoFitPosition: {
|
|
1085
1085
|
type: BooleanConstructor;
|
|
@@ -1102,8 +1102,8 @@ declare const Form: {
|
|
|
1102
1102
|
default: number;
|
|
1103
1103
|
};
|
|
1104
1104
|
}>> & Readonly<{
|
|
1105
|
-
onResize?: (() => any) | undefined;
|
|
1106
1105
|
onHide?: (() => any) | undefined;
|
|
1106
|
+
onResize?: (() => any) | undefined;
|
|
1107
1107
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1108
1108
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1109
1109
|
onShow?: (() => any) | undefined;
|
|
@@ -1197,13 +1197,13 @@ declare const Form: {
|
|
|
1197
1197
|
default: boolean;
|
|
1198
1198
|
};
|
|
1199
1199
|
contentClass: {
|
|
1200
|
-
type: (
|
|
1200
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1201
1201
|
};
|
|
1202
1202
|
contentStyle: {
|
|
1203
1203
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1204
1204
|
};
|
|
1205
1205
|
arrowClass: {
|
|
1206
|
-
type: (
|
|
1206
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1207
1207
|
};
|
|
1208
1208
|
arrowStyle: {
|
|
1209
1209
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1261,7 +1261,7 @@ declare const Form: {
|
|
|
1261
1261
|
default: boolean;
|
|
1262
1262
|
};
|
|
1263
1263
|
openedClass: {
|
|
1264
|
-
type: (
|
|
1264
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1265
1265
|
};
|
|
1266
1266
|
autoFitPosition: {
|
|
1267
1267
|
type: BooleanConstructor;
|
|
@@ -1284,8 +1284,8 @@ declare const Form: {
|
|
|
1284
1284
|
default: number;
|
|
1285
1285
|
};
|
|
1286
1286
|
}>> & Readonly<{
|
|
1287
|
-
onResize?: (() => any) | undefined;
|
|
1288
1287
|
onHide?: (() => any) | undefined;
|
|
1288
|
+
onResize?: (() => any) | undefined;
|
|
1289
1289
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1290
1290
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1291
1291
|
onShow?: (() => any) | undefined;
|
|
@@ -1514,13 +1514,13 @@ declare const Form: {
|
|
|
1514
1514
|
default: boolean;
|
|
1515
1515
|
};
|
|
1516
1516
|
contentClass: {
|
|
1517
|
-
type: (
|
|
1517
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1518
1518
|
};
|
|
1519
1519
|
contentStyle: {
|
|
1520
1520
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1521
1521
|
};
|
|
1522
1522
|
arrowClass: {
|
|
1523
|
-
type: (
|
|
1523
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1524
1524
|
};
|
|
1525
1525
|
arrowStyle: {
|
|
1526
1526
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1578,7 +1578,7 @@ declare const Form: {
|
|
|
1578
1578
|
default: boolean;
|
|
1579
1579
|
};
|
|
1580
1580
|
openedClass: {
|
|
1581
|
-
type: (
|
|
1581
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1582
1582
|
};
|
|
1583
1583
|
autoFitPosition: {
|
|
1584
1584
|
type: BooleanConstructor;
|
|
@@ -1601,8 +1601,8 @@ declare const Form: {
|
|
|
1601
1601
|
default: number;
|
|
1602
1602
|
};
|
|
1603
1603
|
}>> & Readonly<{
|
|
1604
|
-
onResize?: (() => any) | undefined;
|
|
1605
1604
|
onHide?: (() => any) | undefined;
|
|
1605
|
+
onResize?: (() => any) | undefined;
|
|
1606
1606
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1607
1607
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1608
1608
|
onShow?: (() => any) | undefined;
|
|
@@ -1705,13 +1705,13 @@ declare const Form: {
|
|
|
1705
1705
|
default: boolean;
|
|
1706
1706
|
};
|
|
1707
1707
|
contentClass: {
|
|
1708
|
-
type: (
|
|
1708
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1709
1709
|
};
|
|
1710
1710
|
contentStyle: {
|
|
1711
1711
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1712
1712
|
};
|
|
1713
1713
|
arrowClass: {
|
|
1714
|
-
type: (
|
|
1714
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1715
1715
|
};
|
|
1716
1716
|
arrowStyle: {
|
|
1717
1717
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1769,7 +1769,7 @@ declare const Form: {
|
|
|
1769
1769
|
default: boolean;
|
|
1770
1770
|
};
|
|
1771
1771
|
openedClass: {
|
|
1772
|
-
type: (
|
|
1772
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1773
1773
|
};
|
|
1774
1774
|
autoFitPosition: {
|
|
1775
1775
|
type: BooleanConstructor;
|
|
@@ -1792,8 +1792,8 @@ declare const Form: {
|
|
|
1792
1792
|
default: number;
|
|
1793
1793
|
};
|
|
1794
1794
|
}>> & Readonly<{
|
|
1795
|
-
onResize?: (() => any) | undefined;
|
|
1796
1795
|
onHide?: (() => any) | undefined;
|
|
1796
|
+
onResize?: (() => any) | undefined;
|
|
1797
1797
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1798
1798
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1799
1799
|
onShow?: (() => any) | undefined;
|
|
@@ -1887,13 +1887,13 @@ declare const Form: {
|
|
|
1887
1887
|
default: boolean;
|
|
1888
1888
|
};
|
|
1889
1889
|
contentClass: {
|
|
1890
|
-
type: (
|
|
1890
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1891
1891
|
};
|
|
1892
1892
|
contentStyle: {
|
|
1893
1893
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1894
1894
|
};
|
|
1895
1895
|
arrowClass: {
|
|
1896
|
-
type: (
|
|
1896
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1897
1897
|
};
|
|
1898
1898
|
arrowStyle: {
|
|
1899
1899
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1951,7 +1951,7 @@ declare const Form: {
|
|
|
1951
1951
|
default: boolean;
|
|
1952
1952
|
};
|
|
1953
1953
|
openedClass: {
|
|
1954
|
-
type: (
|
|
1954
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1955
1955
|
};
|
|
1956
1956
|
autoFitPosition: {
|
|
1957
1957
|
type: BooleanConstructor;
|
|
@@ -1974,8 +1974,8 @@ declare const Form: {
|
|
|
1974
1974
|
default: number;
|
|
1975
1975
|
};
|
|
1976
1976
|
}>> & Readonly<{
|
|
1977
|
-
onResize?: (() => any) | undefined;
|
|
1978
1977
|
onHide?: (() => any) | undefined;
|
|
1978
|
+
onResize?: (() => any) | undefined;
|
|
1979
1979
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1980
1980
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1981
1981
|
onShow?: (() => any) | undefined;
|
package/es/image/image.vue.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
56
56
|
type: PropType<ImagePreviewProps>;
|
|
57
57
|
};
|
|
58
58
|
footerClass: {
|
|
59
|
-
type: (
|
|
59
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
60
60
|
};
|
|
61
61
|
}>, {
|
|
62
62
|
t: (key: string, ...args: any[]) => string;
|
|
@@ -134,7 +134,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
134
134
|
type: PropType<ImagePreviewProps>;
|
|
135
135
|
};
|
|
136
136
|
footerClass: {
|
|
137
|
-
type: (
|
|
137
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
138
138
|
};
|
|
139
139
|
}>> & Readonly<{
|
|
140
140
|
"onPreview-visible-change"?: ((...args: any[]) => any) | undefined;
|
|
@@ -1018,13 +1018,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1018
1018
|
default: boolean;
|
|
1019
1019
|
};
|
|
1020
1020
|
contentClass: {
|
|
1021
|
-
type: (
|
|
1021
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1022
1022
|
};
|
|
1023
1023
|
contentStyle: {
|
|
1024
1024
|
type: PropType<CSSProperties>;
|
|
1025
1025
|
};
|
|
1026
1026
|
arrowClass: {
|
|
1027
|
-
type: (
|
|
1027
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1028
1028
|
};
|
|
1029
1029
|
arrowStyle: {
|
|
1030
1030
|
type: PropType<CSSProperties>;
|
|
@@ -1082,7 +1082,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1082
1082
|
default: boolean;
|
|
1083
1083
|
};
|
|
1084
1084
|
openedClass: {
|
|
1085
|
-
type: (
|
|
1085
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1086
1086
|
};
|
|
1087
1087
|
autoFitPosition: {
|
|
1088
1088
|
type: BooleanConstructor;
|
|
@@ -1105,8 +1105,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1105
1105
|
default: number;
|
|
1106
1106
|
};
|
|
1107
1107
|
}>> & Readonly<{
|
|
1108
|
-
onResize?: (() => any) | undefined;
|
|
1109
1108
|
onHide?: (() => any) | undefined;
|
|
1109
|
+
onResize?: (() => any) | undefined;
|
|
1110
1110
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1111
1111
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1112
1112
|
onShow?: (() => any) | undefined;
|
|
@@ -1209,13 +1209,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1209
1209
|
default: boolean;
|
|
1210
1210
|
};
|
|
1211
1211
|
contentClass: {
|
|
1212
|
-
type: (
|
|
1212
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1213
1213
|
};
|
|
1214
1214
|
contentStyle: {
|
|
1215
1215
|
type: PropType<CSSProperties>;
|
|
1216
1216
|
};
|
|
1217
1217
|
arrowClass: {
|
|
1218
|
-
type: (
|
|
1218
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1219
1219
|
};
|
|
1220
1220
|
arrowStyle: {
|
|
1221
1221
|
type: PropType<CSSProperties>;
|
|
@@ -1273,7 +1273,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1273
1273
|
default: boolean;
|
|
1274
1274
|
};
|
|
1275
1275
|
openedClass: {
|
|
1276
|
-
type: (
|
|
1276
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1277
1277
|
};
|
|
1278
1278
|
autoFitPosition: {
|
|
1279
1279
|
type: BooleanConstructor;
|
|
@@ -1296,8 +1296,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1296
1296
|
default: number;
|
|
1297
1297
|
};
|
|
1298
1298
|
}>> & Readonly<{
|
|
1299
|
-
onResize?: (() => any) | undefined;
|
|
1300
1299
|
onHide?: (() => any) | undefined;
|
|
1300
|
+
onResize?: (() => any) | undefined;
|
|
1301
1301
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1302
1302
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1303
1303
|
onShow?: (() => any) | undefined;
|
|
@@ -1391,13 +1391,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1391
1391
|
default: boolean;
|
|
1392
1392
|
};
|
|
1393
1393
|
contentClass: {
|
|
1394
|
-
type: (
|
|
1394
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1395
1395
|
};
|
|
1396
1396
|
contentStyle: {
|
|
1397
1397
|
type: PropType<CSSProperties>;
|
|
1398
1398
|
};
|
|
1399
1399
|
arrowClass: {
|
|
1400
|
-
type: (
|
|
1400
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1401
1401
|
};
|
|
1402
1402
|
arrowStyle: {
|
|
1403
1403
|
type: PropType<CSSProperties>;
|
|
@@ -1455,7 +1455,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1455
1455
|
default: boolean;
|
|
1456
1456
|
};
|
|
1457
1457
|
openedClass: {
|
|
1458
|
-
type: (
|
|
1458
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1459
1459
|
};
|
|
1460
1460
|
autoFitPosition: {
|
|
1461
1461
|
type: BooleanConstructor;
|
|
@@ -1478,8 +1478,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1478
1478
|
default: number;
|
|
1479
1479
|
};
|
|
1480
1480
|
}>> & Readonly<{
|
|
1481
|
-
onResize?: (() => any) | undefined;
|
|
1482
1481
|
onHide?: (() => any) | undefined;
|
|
1482
|
+
onResize?: (() => any) | undefined;
|
|
1483
1483
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1484
1484
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1485
1485
|
onShow?: (() => any) | undefined;
|
|
@@ -1708,13 +1708,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1708
1708
|
default: boolean;
|
|
1709
1709
|
};
|
|
1710
1710
|
contentClass: {
|
|
1711
|
-
type: (
|
|
1711
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1712
1712
|
};
|
|
1713
1713
|
contentStyle: {
|
|
1714
1714
|
type: PropType<CSSProperties>;
|
|
1715
1715
|
};
|
|
1716
1716
|
arrowClass: {
|
|
1717
|
-
type: (
|
|
1717
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1718
1718
|
};
|
|
1719
1719
|
arrowStyle: {
|
|
1720
1720
|
type: PropType<CSSProperties>;
|
|
@@ -1772,7 +1772,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1772
1772
|
default: boolean;
|
|
1773
1773
|
};
|
|
1774
1774
|
openedClass: {
|
|
1775
|
-
type: (
|
|
1775
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1776
1776
|
};
|
|
1777
1777
|
autoFitPosition: {
|
|
1778
1778
|
type: BooleanConstructor;
|
|
@@ -1795,8 +1795,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1795
1795
|
default: number;
|
|
1796
1796
|
};
|
|
1797
1797
|
}>> & Readonly<{
|
|
1798
|
-
onResize?: (() => any) | undefined;
|
|
1799
1798
|
onHide?: (() => any) | undefined;
|
|
1799
|
+
onResize?: (() => any) | undefined;
|
|
1800
1800
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1801
1801
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1802
1802
|
onShow?: (() => any) | undefined;
|
|
@@ -1899,13 +1899,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1899
1899
|
default: boolean;
|
|
1900
1900
|
};
|
|
1901
1901
|
contentClass: {
|
|
1902
|
-
type: (
|
|
1902
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1903
1903
|
};
|
|
1904
1904
|
contentStyle: {
|
|
1905
1905
|
type: PropType<CSSProperties>;
|
|
1906
1906
|
};
|
|
1907
1907
|
arrowClass: {
|
|
1908
|
-
type: (
|
|
1908
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1909
1909
|
};
|
|
1910
1910
|
arrowStyle: {
|
|
1911
1911
|
type: PropType<CSSProperties>;
|
|
@@ -1963,7 +1963,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1963
1963
|
default: boolean;
|
|
1964
1964
|
};
|
|
1965
1965
|
openedClass: {
|
|
1966
|
-
type: (
|
|
1966
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1967
1967
|
};
|
|
1968
1968
|
autoFitPosition: {
|
|
1969
1969
|
type: BooleanConstructor;
|
|
@@ -1986,8 +1986,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1986
1986
|
default: number;
|
|
1987
1987
|
};
|
|
1988
1988
|
}>> & Readonly<{
|
|
1989
|
-
onResize?: (() => any) | undefined;
|
|
1990
1989
|
onHide?: (() => any) | undefined;
|
|
1990
|
+
onResize?: (() => any) | undefined;
|
|
1991
1991
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1992
1992
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1993
1993
|
onShow?: (() => any) | undefined;
|
|
@@ -2081,13 +2081,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2081
2081
|
default: boolean;
|
|
2082
2082
|
};
|
|
2083
2083
|
contentClass: {
|
|
2084
|
-
type: (
|
|
2084
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2085
2085
|
};
|
|
2086
2086
|
contentStyle: {
|
|
2087
2087
|
type: PropType<CSSProperties>;
|
|
2088
2088
|
};
|
|
2089
2089
|
arrowClass: {
|
|
2090
|
-
type: (
|
|
2090
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2091
2091
|
};
|
|
2092
2092
|
arrowStyle: {
|
|
2093
2093
|
type: PropType<CSSProperties>;
|
|
@@ -2145,7 +2145,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2145
2145
|
default: boolean;
|
|
2146
2146
|
};
|
|
2147
2147
|
openedClass: {
|
|
2148
|
-
type: (
|
|
2148
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2149
2149
|
};
|
|
2150
2150
|
autoFitPosition: {
|
|
2151
2151
|
type: BooleanConstructor;
|
|
@@ -2168,8 +2168,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2168
2168
|
default: number;
|
|
2169
2169
|
};
|
|
2170
2170
|
}>> & Readonly<{
|
|
2171
|
-
onResize?: (() => any) | undefined;
|
|
2172
2171
|
onHide?: (() => any) | undefined;
|
|
2172
|
+
onResize?: (() => any) | undefined;
|
|
2173
2173
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2174
2174
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2175
2175
|
onShow?: (() => any) | undefined;
|