@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
|
@@ -196,9 +196,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
196
196
|
default: boolean;
|
|
197
197
|
};
|
|
198
198
|
}>> & Readonly<{
|
|
199
|
+
onSearch?: ((_inputValue: string) => any) | undefined;
|
|
199
200
|
onChange?: ((_value: SelectModelValue) => any) | undefined;
|
|
200
201
|
onClear?: ((_ev: Event) => any) | undefined;
|
|
201
|
-
onSearch?: ((_inputValue: string) => any) | undefined;
|
|
202
202
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
203
203
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
204
204
|
"onUpdate:modelValue"?: ((_value: SelectModelValue) => any) | undefined;
|
|
@@ -228,13 +228,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
228
228
|
dropdownReachBottom: (_ev: Event) => true;
|
|
229
229
|
exceedLimit: (_value: import("../select/interface").SelectOptionValue | undefined, _ev: Event) => true;
|
|
230
230
|
}, import("vue").PublicProps, {
|
|
231
|
+
options: SelectOption[];
|
|
231
232
|
error: boolean;
|
|
232
233
|
disabled: boolean;
|
|
233
234
|
defaultValue: SelectModelValue;
|
|
234
235
|
loading: boolean;
|
|
235
236
|
value: SelectModelValue;
|
|
236
237
|
unmountOnClose: boolean;
|
|
237
|
-
options: SelectOption[];
|
|
238
238
|
popupVisible: boolean;
|
|
239
239
|
defaultPopupVisible: boolean;
|
|
240
240
|
showArrow: boolean;
|
|
@@ -320,13 +320,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
320
320
|
default: boolean;
|
|
321
321
|
};
|
|
322
322
|
contentClass: {
|
|
323
|
-
type: (
|
|
323
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
324
324
|
};
|
|
325
325
|
contentStyle: {
|
|
326
326
|
type: PropType<import("vue").CSSProperties>;
|
|
327
327
|
};
|
|
328
328
|
arrowClass: {
|
|
329
|
-
type: (
|
|
329
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
330
330
|
};
|
|
331
331
|
arrowStyle: {
|
|
332
332
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -384,7 +384,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
384
384
|
default: boolean;
|
|
385
385
|
};
|
|
386
386
|
openedClass: {
|
|
387
|
-
type: (
|
|
387
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
388
388
|
};
|
|
389
389
|
autoFitPosition: {
|
|
390
390
|
type: BooleanConstructor;
|
|
@@ -407,8 +407,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
407
407
|
default: number;
|
|
408
408
|
};
|
|
409
409
|
}>> & Readonly<{
|
|
410
|
-
onResize?: (() => any) | undefined;
|
|
411
410
|
onHide?: (() => any) | undefined;
|
|
411
|
+
onResize?: (() => any) | undefined;
|
|
412
412
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
413
413
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
414
414
|
onShow?: (() => any) | undefined;
|
|
@@ -511,13 +511,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
511
511
|
default: boolean;
|
|
512
512
|
};
|
|
513
513
|
contentClass: {
|
|
514
|
-
type: (
|
|
514
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
515
515
|
};
|
|
516
516
|
contentStyle: {
|
|
517
517
|
type: PropType<import("vue").CSSProperties>;
|
|
518
518
|
};
|
|
519
519
|
arrowClass: {
|
|
520
|
-
type: (
|
|
520
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
521
521
|
};
|
|
522
522
|
arrowStyle: {
|
|
523
523
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -575,7 +575,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
575
575
|
default: boolean;
|
|
576
576
|
};
|
|
577
577
|
openedClass: {
|
|
578
|
-
type: (
|
|
578
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
579
579
|
};
|
|
580
580
|
autoFitPosition: {
|
|
581
581
|
type: BooleanConstructor;
|
|
@@ -598,8 +598,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
598
598
|
default: number;
|
|
599
599
|
};
|
|
600
600
|
}>> & Readonly<{
|
|
601
|
-
onResize?: (() => any) | undefined;
|
|
602
601
|
onHide?: (() => any) | undefined;
|
|
602
|
+
onResize?: (() => any) | undefined;
|
|
603
603
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
604
604
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
605
605
|
onShow?: (() => any) | undefined;
|
|
@@ -693,13 +693,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
693
693
|
default: boolean;
|
|
694
694
|
};
|
|
695
695
|
contentClass: {
|
|
696
|
-
type: (
|
|
696
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
697
697
|
};
|
|
698
698
|
contentStyle: {
|
|
699
699
|
type: PropType<import("vue").CSSProperties>;
|
|
700
700
|
};
|
|
701
701
|
arrowClass: {
|
|
702
|
-
type: (
|
|
702
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
703
703
|
};
|
|
704
704
|
arrowStyle: {
|
|
705
705
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -757,7 +757,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
757
757
|
default: boolean;
|
|
758
758
|
};
|
|
759
759
|
openedClass: {
|
|
760
|
-
type: (
|
|
760
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
761
761
|
};
|
|
762
762
|
autoFitPosition: {
|
|
763
763
|
type: BooleanConstructor;
|
|
@@ -780,8 +780,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
780
780
|
default: number;
|
|
781
781
|
};
|
|
782
782
|
}>> & Readonly<{
|
|
783
|
-
onResize?: (() => any) | undefined;
|
|
784
783
|
onHide?: (() => any) | undefined;
|
|
784
|
+
onResize?: (() => any) | undefined;
|
|
785
785
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
786
786
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
787
787
|
onShow?: (() => any) | undefined;
|
|
@@ -1131,9 +1131,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1131
1131
|
default: boolean;
|
|
1132
1132
|
};
|
|
1133
1133
|
}>> & Readonly<{
|
|
1134
|
+
onSearch?: ((_inputValue: string) => any) | undefined;
|
|
1134
1135
|
onChange?: ((_value: SelectModelValue) => any) | undefined;
|
|
1135
1136
|
onClear?: ((_ev: Event) => any) | undefined;
|
|
1136
|
-
onSearch?: ((_inputValue: string) => any) | undefined;
|
|
1137
1137
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1138
1138
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1139
1139
|
"onUpdate:modelValue"?: ((_value: SelectModelValue) => any) | undefined;
|
|
@@ -1147,13 +1147,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1147
1147
|
"onUpdate:value"?: ((_value: SelectModelValue) => any) | undefined;
|
|
1148
1148
|
onExceedLimit?: ((_value: import("../select/interface").SelectOptionValue | undefined, _ev: Event) => any) | undefined;
|
|
1149
1149
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1150
|
+
options: SelectOption[];
|
|
1150
1151
|
error: boolean;
|
|
1151
1152
|
disabled: boolean;
|
|
1152
1153
|
defaultValue: SelectModelValue;
|
|
1153
1154
|
loading: boolean;
|
|
1154
1155
|
value: SelectModelValue;
|
|
1155
1156
|
unmountOnClose: boolean;
|
|
1156
|
-
options: SelectOption[];
|
|
1157
1157
|
popupVisible: boolean;
|
|
1158
1158
|
defaultPopupVisible: boolean;
|
|
1159
1159
|
showArrow: boolean;
|
|
@@ -1333,9 +1333,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1333
1333
|
default: boolean;
|
|
1334
1334
|
};
|
|
1335
1335
|
}>> & Readonly<{
|
|
1336
|
+
onSearch?: ((_inputValue: string) => any) | undefined;
|
|
1336
1337
|
onChange?: ((_value: SelectModelValue) => any) | undefined;
|
|
1337
1338
|
onClear?: ((_ev: Event) => any) | undefined;
|
|
1338
|
-
onSearch?: ((_inputValue: string) => any) | undefined;
|
|
1339
1339
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1340
1340
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1341
1341
|
"onUpdate:modelValue"?: ((_value: SelectModelValue) => any) | undefined;
|
|
@@ -1365,13 +1365,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1365
1365
|
dropdownReachBottom: (_ev: Event) => true;
|
|
1366
1366
|
exceedLimit: (_value: import("../select/interface").SelectOptionValue | undefined, _ev: Event) => true;
|
|
1367
1367
|
}, string, {
|
|
1368
|
+
options: SelectOption[];
|
|
1368
1369
|
error: boolean;
|
|
1369
1370
|
disabled: boolean;
|
|
1370
1371
|
defaultValue: SelectModelValue;
|
|
1371
1372
|
loading: boolean;
|
|
1372
1373
|
value: SelectModelValue;
|
|
1373
1374
|
unmountOnClose: boolean;
|
|
1374
|
-
options: SelectOption[];
|
|
1375
1375
|
popupVisible: boolean;
|
|
1376
1376
|
defaultPopupVisible: boolean;
|
|
1377
1377
|
showArrow: boolean;
|
|
@@ -1457,13 +1457,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1457
1457
|
default: boolean;
|
|
1458
1458
|
};
|
|
1459
1459
|
contentClass: {
|
|
1460
|
-
type: (
|
|
1460
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1461
1461
|
};
|
|
1462
1462
|
contentStyle: {
|
|
1463
1463
|
type: PropType<import("vue").CSSProperties>;
|
|
1464
1464
|
};
|
|
1465
1465
|
arrowClass: {
|
|
1466
|
-
type: (
|
|
1466
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1467
1467
|
};
|
|
1468
1468
|
arrowStyle: {
|
|
1469
1469
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1521,7 +1521,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1521
1521
|
default: boolean;
|
|
1522
1522
|
};
|
|
1523
1523
|
openedClass: {
|
|
1524
|
-
type: (
|
|
1524
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1525
1525
|
};
|
|
1526
1526
|
autoFitPosition: {
|
|
1527
1527
|
type: BooleanConstructor;
|
|
@@ -1544,8 +1544,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1544
1544
|
default: number;
|
|
1545
1545
|
};
|
|
1546
1546
|
}>> & Readonly<{
|
|
1547
|
-
onResize?: (() => any) | undefined;
|
|
1548
1547
|
onHide?: (() => any) | undefined;
|
|
1548
|
+
onResize?: (() => any) | undefined;
|
|
1549
1549
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1550
1550
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1551
1551
|
onShow?: (() => any) | undefined;
|
|
@@ -1648,13 +1648,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1648
1648
|
default: boolean;
|
|
1649
1649
|
};
|
|
1650
1650
|
contentClass: {
|
|
1651
|
-
type: (
|
|
1651
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1652
1652
|
};
|
|
1653
1653
|
contentStyle: {
|
|
1654
1654
|
type: PropType<import("vue").CSSProperties>;
|
|
1655
1655
|
};
|
|
1656
1656
|
arrowClass: {
|
|
1657
|
-
type: (
|
|
1657
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1658
1658
|
};
|
|
1659
1659
|
arrowStyle: {
|
|
1660
1660
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1712,7 +1712,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1712
1712
|
default: boolean;
|
|
1713
1713
|
};
|
|
1714
1714
|
openedClass: {
|
|
1715
|
-
type: (
|
|
1715
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1716
1716
|
};
|
|
1717
1717
|
autoFitPosition: {
|
|
1718
1718
|
type: BooleanConstructor;
|
|
@@ -1735,8 +1735,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1735
1735
|
default: number;
|
|
1736
1736
|
};
|
|
1737
1737
|
}>> & Readonly<{
|
|
1738
|
-
onResize?: (() => any) | undefined;
|
|
1739
1738
|
onHide?: (() => any) | undefined;
|
|
1739
|
+
onResize?: (() => any) | undefined;
|
|
1740
1740
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1741
1741
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1742
1742
|
onShow?: (() => any) | undefined;
|
|
@@ -1830,13 +1830,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1830
1830
|
default: boolean;
|
|
1831
1831
|
};
|
|
1832
1832
|
contentClass: {
|
|
1833
|
-
type: (
|
|
1833
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1834
1834
|
};
|
|
1835
1835
|
contentStyle: {
|
|
1836
1836
|
type: PropType<import("vue").CSSProperties>;
|
|
1837
1837
|
};
|
|
1838
1838
|
arrowClass: {
|
|
1839
|
-
type: (
|
|
1839
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1840
1840
|
};
|
|
1841
1841
|
arrowStyle: {
|
|
1842
1842
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1894,7 +1894,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1894
1894
|
default: boolean;
|
|
1895
1895
|
};
|
|
1896
1896
|
openedClass: {
|
|
1897
|
-
type: (
|
|
1897
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1898
1898
|
};
|
|
1899
1899
|
autoFitPosition: {
|
|
1900
1900
|
type: BooleanConstructor;
|
|
@@ -1917,8 +1917,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1917
1917
|
default: number;
|
|
1918
1918
|
};
|
|
1919
1919
|
}>> & Readonly<{
|
|
1920
|
-
onResize?: (() => any) | undefined;
|
|
1921
1920
|
onHide?: (() => any) | undefined;
|
|
1921
|
+
onResize?: (() => any) | undefined;
|
|
1922
1922
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1923
1923
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1924
1924
|
onShow?: (() => any) | undefined;
|
|
@@ -2115,7 +2115,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2115
2115
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2116
2116
|
Option: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2117
2117
|
value: {
|
|
2118
|
-
type: (
|
|
2118
|
+
type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2119
2119
|
default: undefined;
|
|
2120
2120
|
};
|
|
2121
2121
|
label: StringConstructor;
|
|
@@ -2145,7 +2145,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2145
2145
|
handleMouseLeave: () => void;
|
|
2146
2146
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2147
2147
|
value: {
|
|
2148
|
-
type: (
|
|
2148
|
+
type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2149
2149
|
default: undefined;
|
|
2150
2150
|
};
|
|
2151
2151
|
label: StringConstructor;
|
|
@@ -2231,7 +2231,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2231
2231
|
default: boolean;
|
|
2232
2232
|
};
|
|
2233
2233
|
}>> & Readonly<{}>, {
|
|
2234
|
-
size: "
|
|
2234
|
+
size: "small" | "mini" | "medium" | "large";
|
|
2235
2235
|
disabled: boolean;
|
|
2236
2236
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2237
2237
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2343,7 +2343,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2343
2343
|
default: boolean;
|
|
2344
2344
|
};
|
|
2345
2345
|
}>> & Readonly<{}>, {
|
|
2346
|
-
size: "
|
|
2346
|
+
size: "small" | "mini" | "medium" | "large";
|
|
2347
2347
|
disabled: boolean;
|
|
2348
2348
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2349
2349
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
package/es/popconfirm/index.d.ts
CHANGED
|
@@ -582,13 +582,13 @@ declare const Popconfirm: {
|
|
|
582
582
|
default: boolean;
|
|
583
583
|
};
|
|
584
584
|
contentClass: {
|
|
585
|
-
type: (
|
|
585
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
586
586
|
};
|
|
587
587
|
contentStyle: {
|
|
588
588
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
589
589
|
};
|
|
590
590
|
arrowClass: {
|
|
591
|
-
type: (
|
|
591
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
592
592
|
};
|
|
593
593
|
arrowStyle: {
|
|
594
594
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -646,7 +646,7 @@ declare const Popconfirm: {
|
|
|
646
646
|
default: boolean;
|
|
647
647
|
};
|
|
648
648
|
openedClass: {
|
|
649
|
-
type: (
|
|
649
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
650
650
|
};
|
|
651
651
|
autoFitPosition: {
|
|
652
652
|
type: BooleanConstructor;
|
|
@@ -669,8 +669,8 @@ declare const Popconfirm: {
|
|
|
669
669
|
default: number;
|
|
670
670
|
};
|
|
671
671
|
}>> & Readonly<{
|
|
672
|
-
onResize?: (() => any) | undefined;
|
|
673
672
|
onHide?: (() => any) | undefined;
|
|
673
|
+
onResize?: (() => any) | undefined;
|
|
674
674
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
675
675
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
676
676
|
onShow?: (() => any) | undefined;
|
|
@@ -773,13 +773,13 @@ declare const Popconfirm: {
|
|
|
773
773
|
default: boolean;
|
|
774
774
|
};
|
|
775
775
|
contentClass: {
|
|
776
|
-
type: (
|
|
776
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
777
777
|
};
|
|
778
778
|
contentStyle: {
|
|
779
779
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
780
780
|
};
|
|
781
781
|
arrowClass: {
|
|
782
|
-
type: (
|
|
782
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
783
783
|
};
|
|
784
784
|
arrowStyle: {
|
|
785
785
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -837,7 +837,7 @@ declare const Popconfirm: {
|
|
|
837
837
|
default: boolean;
|
|
838
838
|
};
|
|
839
839
|
openedClass: {
|
|
840
|
-
type: (
|
|
840
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
841
841
|
};
|
|
842
842
|
autoFitPosition: {
|
|
843
843
|
type: BooleanConstructor;
|
|
@@ -860,8 +860,8 @@ declare const Popconfirm: {
|
|
|
860
860
|
default: number;
|
|
861
861
|
};
|
|
862
862
|
}>> & Readonly<{
|
|
863
|
-
onResize?: (() => any) | undefined;
|
|
864
863
|
onHide?: (() => any) | undefined;
|
|
864
|
+
onResize?: (() => any) | undefined;
|
|
865
865
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
866
866
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
867
867
|
onShow?: (() => any) | undefined;
|
|
@@ -955,13 +955,13 @@ declare const Popconfirm: {
|
|
|
955
955
|
default: boolean;
|
|
956
956
|
};
|
|
957
957
|
contentClass: {
|
|
958
|
-
type: (
|
|
958
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
959
959
|
};
|
|
960
960
|
contentStyle: {
|
|
961
961
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
962
962
|
};
|
|
963
963
|
arrowClass: {
|
|
964
|
-
type: (
|
|
964
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
965
965
|
};
|
|
966
966
|
arrowStyle: {
|
|
967
967
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1019,7 +1019,7 @@ declare const Popconfirm: {
|
|
|
1019
1019
|
default: boolean;
|
|
1020
1020
|
};
|
|
1021
1021
|
openedClass: {
|
|
1022
|
-
type: (
|
|
1022
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1023
1023
|
};
|
|
1024
1024
|
autoFitPosition: {
|
|
1025
1025
|
type: BooleanConstructor;
|
|
@@ -1042,8 +1042,8 @@ declare const Popconfirm: {
|
|
|
1042
1042
|
default: number;
|
|
1043
1043
|
};
|
|
1044
1044
|
}>> & Readonly<{
|
|
1045
|
-
onResize?: (() => any) | undefined;
|
|
1046
1045
|
onHide?: (() => any) | undefined;
|
|
1046
|
+
onResize?: (() => any) | undefined;
|
|
1047
1047
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1048
1048
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1049
1049
|
onShow?: (() => any) | undefined;
|
|
@@ -2232,13 +2232,13 @@ declare const Popconfirm: {
|
|
|
2232
2232
|
default: boolean;
|
|
2233
2233
|
};
|
|
2234
2234
|
contentClass: {
|
|
2235
|
-
type: (
|
|
2235
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2236
2236
|
};
|
|
2237
2237
|
contentStyle: {
|
|
2238
2238
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2239
2239
|
};
|
|
2240
2240
|
arrowClass: {
|
|
2241
|
-
type: (
|
|
2241
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2242
2242
|
};
|
|
2243
2243
|
arrowStyle: {
|
|
2244
2244
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2296,7 +2296,7 @@ declare const Popconfirm: {
|
|
|
2296
2296
|
default: boolean;
|
|
2297
2297
|
};
|
|
2298
2298
|
openedClass: {
|
|
2299
|
-
type: (
|
|
2299
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2300
2300
|
};
|
|
2301
2301
|
autoFitPosition: {
|
|
2302
2302
|
type: BooleanConstructor;
|
|
@@ -2319,8 +2319,8 @@ declare const Popconfirm: {
|
|
|
2319
2319
|
default: number;
|
|
2320
2320
|
};
|
|
2321
2321
|
}>> & Readonly<{
|
|
2322
|
-
onResize?: (() => any) | undefined;
|
|
2323
2322
|
onHide?: (() => any) | undefined;
|
|
2323
|
+
onResize?: (() => any) | undefined;
|
|
2324
2324
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2325
2325
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2326
2326
|
onShow?: (() => any) | undefined;
|
|
@@ -2423,13 +2423,13 @@ declare const Popconfirm: {
|
|
|
2423
2423
|
default: boolean;
|
|
2424
2424
|
};
|
|
2425
2425
|
contentClass: {
|
|
2426
|
-
type: (
|
|
2426
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2427
2427
|
};
|
|
2428
2428
|
contentStyle: {
|
|
2429
2429
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2430
2430
|
};
|
|
2431
2431
|
arrowClass: {
|
|
2432
|
-
type: (
|
|
2432
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2433
2433
|
};
|
|
2434
2434
|
arrowStyle: {
|
|
2435
2435
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2487,7 +2487,7 @@ declare const Popconfirm: {
|
|
|
2487
2487
|
default: boolean;
|
|
2488
2488
|
};
|
|
2489
2489
|
openedClass: {
|
|
2490
|
-
type: (
|
|
2490
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2491
2491
|
};
|
|
2492
2492
|
autoFitPosition: {
|
|
2493
2493
|
type: BooleanConstructor;
|
|
@@ -2510,8 +2510,8 @@ declare const Popconfirm: {
|
|
|
2510
2510
|
default: number;
|
|
2511
2511
|
};
|
|
2512
2512
|
}>> & Readonly<{
|
|
2513
|
-
onResize?: (() => any) | undefined;
|
|
2514
2513
|
onHide?: (() => any) | undefined;
|
|
2514
|
+
onResize?: (() => any) | undefined;
|
|
2515
2515
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2516
2516
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2517
2517
|
onShow?: (() => any) | undefined;
|
|
@@ -2605,13 +2605,13 @@ declare const Popconfirm: {
|
|
|
2605
2605
|
default: boolean;
|
|
2606
2606
|
};
|
|
2607
2607
|
contentClass: {
|
|
2608
|
-
type: (
|
|
2608
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2609
2609
|
};
|
|
2610
2610
|
contentStyle: {
|
|
2611
2611
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2612
2612
|
};
|
|
2613
2613
|
arrowClass: {
|
|
2614
|
-
type: (
|
|
2614
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2615
2615
|
};
|
|
2616
2616
|
arrowStyle: {
|
|
2617
2617
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2669,7 +2669,7 @@ declare const Popconfirm: {
|
|
|
2669
2669
|
default: boolean;
|
|
2670
2670
|
};
|
|
2671
2671
|
openedClass: {
|
|
2672
|
-
type: (
|
|
2672
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2673
2673
|
};
|
|
2674
2674
|
autoFitPosition: {
|
|
2675
2675
|
type: BooleanConstructor;
|
|
@@ -2692,8 +2692,8 @@ declare const Popconfirm: {
|
|
|
2692
2692
|
default: number;
|
|
2693
2693
|
};
|
|
2694
2694
|
}>> & Readonly<{
|
|
2695
|
-
onResize?: (() => any) | undefined;
|
|
2696
2695
|
onHide?: (() => any) | undefined;
|
|
2696
|
+
onResize?: (() => any) | undefined;
|
|
2697
2697
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2698
2698
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2699
2699
|
onShow?: (() => any) | undefined;
|
|
@@ -636,13 +636,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
636
636
|
default: boolean;
|
|
637
637
|
};
|
|
638
638
|
contentClass: {
|
|
639
|
-
type: (
|
|
639
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
640
640
|
};
|
|
641
641
|
contentStyle: {
|
|
642
642
|
type: PropType<CSSProperties>;
|
|
643
643
|
};
|
|
644
644
|
arrowClass: {
|
|
645
|
-
type: (
|
|
645
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
646
646
|
};
|
|
647
647
|
arrowStyle: {
|
|
648
648
|
type: PropType<CSSProperties>;
|
|
@@ -700,7 +700,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
700
700
|
default: boolean;
|
|
701
701
|
};
|
|
702
702
|
openedClass: {
|
|
703
|
-
type: (
|
|
703
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
704
704
|
};
|
|
705
705
|
autoFitPosition: {
|
|
706
706
|
type: BooleanConstructor;
|
|
@@ -723,8 +723,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
723
723
|
default: number;
|
|
724
724
|
};
|
|
725
725
|
}>> & Readonly<{
|
|
726
|
-
onResize?: (() => any) | undefined;
|
|
727
726
|
onHide?: (() => any) | undefined;
|
|
727
|
+
onResize?: (() => any) | undefined;
|
|
728
728
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
729
729
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
730
730
|
onShow?: (() => any) | undefined;
|
|
@@ -827,13 +827,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
827
827
|
default: boolean;
|
|
828
828
|
};
|
|
829
829
|
contentClass: {
|
|
830
|
-
type: (
|
|
830
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
831
831
|
};
|
|
832
832
|
contentStyle: {
|
|
833
833
|
type: PropType<CSSProperties>;
|
|
834
834
|
};
|
|
835
835
|
arrowClass: {
|
|
836
|
-
type: (
|
|
836
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
837
837
|
};
|
|
838
838
|
arrowStyle: {
|
|
839
839
|
type: PropType<CSSProperties>;
|
|
@@ -891,7 +891,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
891
891
|
default: boolean;
|
|
892
892
|
};
|
|
893
893
|
openedClass: {
|
|
894
|
-
type: (
|
|
894
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
895
895
|
};
|
|
896
896
|
autoFitPosition: {
|
|
897
897
|
type: BooleanConstructor;
|
|
@@ -914,8 +914,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
914
914
|
default: number;
|
|
915
915
|
};
|
|
916
916
|
}>> & Readonly<{
|
|
917
|
-
onResize?: (() => any) | undefined;
|
|
918
917
|
onHide?: (() => any) | undefined;
|
|
918
|
+
onResize?: (() => any) | undefined;
|
|
919
919
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
920
920
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
921
921
|
onShow?: (() => any) | undefined;
|
|
@@ -1009,13 +1009,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1009
1009
|
default: boolean;
|
|
1010
1010
|
};
|
|
1011
1011
|
contentClass: {
|
|
1012
|
-
type: (
|
|
1012
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1013
1013
|
};
|
|
1014
1014
|
contentStyle: {
|
|
1015
1015
|
type: PropType<CSSProperties>;
|
|
1016
1016
|
};
|
|
1017
1017
|
arrowClass: {
|
|
1018
|
-
type: (
|
|
1018
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1019
1019
|
};
|
|
1020
1020
|
arrowStyle: {
|
|
1021
1021
|
type: PropType<CSSProperties>;
|
|
@@ -1073,7 +1073,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1073
1073
|
default: boolean;
|
|
1074
1074
|
};
|
|
1075
1075
|
openedClass: {
|
|
1076
|
-
type: (
|
|
1076
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1077
1077
|
};
|
|
1078
1078
|
autoFitPosition: {
|
|
1079
1079
|
type: BooleanConstructor;
|
|
@@ -1096,8 +1096,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1096
1096
|
default: number;
|
|
1097
1097
|
};
|
|
1098
1098
|
}>> & Readonly<{
|
|
1099
|
-
onResize?: (() => any) | undefined;
|
|
1100
1099
|
onHide?: (() => any) | undefined;
|
|
1100
|
+
onResize?: (() => any) | undefined;
|
|
1101
1101
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1102
1102
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1103
1103
|
onShow?: (() => any) | undefined;
|