@geelato/web-vue 2.57.1 → 2.58.2
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/dist/arco-vue.js +891 -536
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1648 -1546
- package/dist/arco-vue.min.js.map +1 -1
- package/dist/arco.css +39 -8
- package/dist/arco.min.css +1 -1
- package/es/_components/icon-hover.d.ts +3 -3
- package/es/_components/input-label/input-label.d.ts +5 -5
- package/es/_components/picker/input-range.d.ts +10 -10
- package/es/_components/picker/input.d.ts +8 -8
- package/es/_components/select-view/select-view.d.ts +6 -6
- package/es/_components/virtual-list-v2/virtual-list.d.ts +2 -2
- package/es/_hooks/use-form-item.d.ts +2 -2
- package/es/_hooks/use-size.d.ts +3 -3
- package/es/_utils/array.d.ts +1 -1
- package/es/_utils/array.js +18 -1
- package/es/alert/alert.d.ts +6 -6
- package/es/alert/index.d.ts +12 -12
- package/es/anchor/anchor.d.ts +1 -1
- package/es/anchor/index.d.ts +3 -3
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/index.d.ts +9 -9
- package/es/avatar/avatar.d.ts +1 -1
- package/es/avatar/index.d.ts +3 -3
- package/es/button/button-group.d.ts +2 -2
- package/es/button/button.d.ts +2 -2
- package/es/button/index.d.ts +5 -5
- package/es/calendar/calendar.d.ts +1 -1
- package/es/calendar/index.d.ts +3 -3
- package/es/card/card.d.ts +2 -2
- package/es/card/index.d.ts +3 -3
- package/es/carousel/carousel-indicator.d.ts +1 -1
- package/es/cascader/cascader-panel.d.ts +7 -7
- package/es/cascader/cascader.d.ts +33 -33
- package/es/cascader/index.d.ts +85 -85
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox.d.ts +6 -6
- package/es/checkbox/index.d.ts +14 -14
- package/es/collapse/collapse-item.d.ts +3 -3
- package/es/collapse/index.d.ts +3 -3
- package/es/color-picker/color-picker.d.ts +4 -4
- package/es/color-picker/index.d.ts +9 -9
- package/es/comment/comment.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/config-provider/config-provider.d.ts +3 -3
- package/es/config-provider/index.d.ts +6 -6
- package/es/date-picker/index.d.ts +66 -66
- package/es/date-picker/panels/date/index.d.ts +8 -8
- package/es/date-picker/panels/footer.d.ts +5 -5
- package/es/date-picker/panels/shortcuts.d.ts +5 -5
- package/es/date-picker/panels/week/index.d.ts +8 -8
- package/es/date-picker/picker-panel.d.ts +26 -26
- package/es/date-picker/picker.d.ts +61 -61
- package/es/date-picker/range-picker-panel.d.ts +27 -27
- package/es/date-picker/range-picker.d.ts +66 -66
- package/es/descriptions/descriptions.d.ts +4 -4
- package/es/descriptions/index.d.ts +9 -9
- package/es/drawer/drawer.d.ts +33 -9
- package/es/drawer/drawer.js +61 -6
- package/es/drawer/index.d.ts +64 -19
- package/es/drawer/style/index.css +10 -0
- package/es/drawer/style/index.less +12 -0
- package/es/dropdown/dropdown-button.d.ts +26 -26
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +6 -6
- package/es/dropdown/dropdown-submenu.d.ts +21 -21
- package/es/dropdown/dropdown.d.ts +18 -18
- package/es/dropdown/index.d.ts +85 -85
- package/es/form/form-item-label.d.ts +28 -28
- package/es/form/form-item.d.ts +35 -35
- package/es/form/form.d.ts +2 -2
- package/es/form/index.d.ts +38 -38
- package/es/image/preview-action.d.ts +27 -27
- package/es/image/preview-toolbar.d.ts +27 -27
- package/es/index.css +39 -8
- package/es/input/index.d.ts +22 -22
- package/es/input/input-password.d.ts +8 -8
- package/es/input/input-search.d.ts +2 -2
- package/es/input/input.d.ts +5 -5
- package/es/input-number/index.d.ts +18 -18
- package/es/input-number/input-number.d.ts +8 -8
- package/es/input-tag/index.d.ts +30 -30
- package/es/input-tag/input-tag.d.ts +11 -11
- package/es/list/index.d.ts +12 -12
- package/es/list/list.d.ts +5 -5
- package/es/mention/index.d.ts +15 -15
- package/es/mention/mention.d.ts +5 -5
- package/es/menu/base-menu.d.ts +1 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/menu.d.ts +1 -1
- package/es/menu/sub-menu-pop.d.ts +15 -15
- package/es/message/message.d.ts +6 -6
- package/es/modal/index.d.ts +49 -19
- package/es/modal/modal.d.ts +24 -9
- package/es/modal/modal.js +23 -6
- package/es/modal/modal.vue_vue_type_script_lang.js +26 -2
- package/es/modal/style/index.css +7 -1
- package/es/modal/style/index.less +8 -1
- package/es/notification/notification.d.ts +4 -4
- package/es/page-header/index.d.ts +6 -6
- package/es/page-header/page-header.d.ts +3 -3
- package/es/pagination/index.d.ts +3 -3
- package/es/pagination/page-jumper.d.ts +18 -18
- package/es/pagination/page-options.d.ts +85 -85
- package/es/pagination/pagination.d.ts +2 -2
- package/es/popconfirm/index.d.ts +37 -37
- package/es/popconfirm/popconfirm.d.ts +18 -18
- package/es/popover/index.d.ts +24 -24
- package/es/popover/popover.d.ts +12 -12
- package/es/progress/circle.d.ts +5 -5
- package/es/progress/index.d.ts +36 -36
- package/es/progress/line.d.ts +5 -5
- package/es/progress/progress.d.ts +19 -19
- package/es/progress/steps.d.ts +2 -2
- package/es/radio/index.d.ts +16 -16
- package/es/radio/radio-group.d.ts +4 -4
- package/es/radio/radio.d.ts +5 -5
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.d.ts +3 -3
- package/es/select/index.d.ts +85 -85
- package/es/select/option.d.ts +16 -16
- package/es/select/select-dropdown.d.ts +7 -7
- package/es/select/select.d.ts +30 -30
- package/es/skeleton/index.d.ts +3 -3
- package/es/skeleton/skeleton.d.ts +1 -1
- package/es/slider/index.d.ts +96 -96
- package/es/slider/slider-button.d.ts +27 -27
- package/es/slider/slider-input.d.ts +18 -18
- package/es/slider/slider.d.ts +47 -47
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +3 -3
- package/es/split/index.d.ts +6 -6
- package/es/split/split.d.ts +2 -2
- package/es/statistic/countdown.d.ts +1 -1
- package/es/statistic/index.d.ts +4 -4
- package/es/statistic/statistic.d.ts +1 -1
- package/es/steps/index.d.ts +9 -9
- package/es/steps/step.d.ts +3 -3
- package/es/steps/steps.d.ts +3 -3
- package/es/switch/index.d.ts +15 -15
- package/es/switch/switch.d.ts +9 -9
- package/es/table/context.d.ts +3 -0
- package/es/table/hooks/use-row-selection.js +5 -3
- package/es/table/index.d.ts +24 -24
- package/es/table/interface.d.ts +1 -1
- package/es/table/style/index.css +22 -7
- package/es/table/style/index.less +25 -8
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +30 -30
- package/es/table/table-operation-td.js +6 -6
- package/es/table/table-operation-th.js +19 -7
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table-td.js +2 -2
- package/es/table/table.d.ts +11 -11
- package/es/table/table.js +184 -34
- package/es/table/utils.d.ts +1 -1
- package/es/table/utils.js +9 -5
- package/es/tabs/index.d.ts +9 -9
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.d.ts +4 -4
- package/es/tabs/tabs.d.ts +4 -4
- package/es/tag/index.d.ts +12 -12
- package/es/tag/tag.d.ts +6 -6
- package/es/textarea/index.d.ts +15 -15
- package/es/textarea/textarea.d.ts +6 -6
- package/es/time-picker/index.d.ts +113 -113
- package/es/time-picker/panel.d.ts +8 -8
- package/es/time-picker/range-panel.d.ts +8 -8
- package/es/time-picker/time-picker.d.ts +54 -54
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +2 -2
- package/es/tooltip/index.d.ts +27 -27
- package/es/tooltip/tooltip.d.ts +13 -13
- package/es/transfer/index.d.ts +90 -90
- package/es/transfer/transfer-view.d.ts +37 -37
- package/es/transfer/transfer.d.ts +44 -44
- package/es/tree/base-node.d.ts +14 -14
- package/es/tree/index.d.ts +13 -13
- package/es/tree/transition-node-list.d.ts +14 -14
- package/es/tree/tree.d.ts +6 -6
- package/es/tree-select/index.d.ts +83 -83
- package/es/tree-select/panel.d.ts +13 -13
- package/es/tree-select/tree-select.d.ts +39 -39
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +7 -7
- package/es/typography/base.d.ts +2 -2
- package/es/typography/edit-content.d.ts +67 -67
- package/es/typography/index.d.ts +3 -3
- package/es/typography/operations.d.ts +27 -27
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +6 -6
- package/es/upload/upload.d.ts +2 -2
- package/es/verification-code/index.d.ts +12 -12
- package/es/verification-code/verification-code.d.ts +5 -5
- package/json/vetur-attributes.json +2116 -2116
- package/json/vetur-tags.json +757 -757
- package/json/web-types.json +4117 -4117
- package/lib/_utils/array.js +18 -1
- package/lib/drawer/drawer.js +63 -8
- package/lib/drawer/style/index.css +10 -0
- package/lib/drawer/style/index.less +12 -0
- package/lib/index.css +39 -8
- package/lib/modal/modal.js +23 -6
- package/lib/modal/modal.vue_vue_type_script_lang.js +36 -12
- package/lib/modal/style/index.css +7 -1
- package/lib/modal/style/index.less +8 -1
- package/lib/table/hooks/use-row-selection.js +5 -3
- package/lib/table/style/index.css +22 -7
- package/lib/table/style/index.less +25 -8
- package/lib/table/table-operation-td.js +6 -6
- package/lib/table/table-operation-th.js +19 -7
- package/lib/table/table-td.js +2 -2
- package/lib/table/table.js +183 -33
- package/lib/table/utils.js +9 -5
- package/package.json +25 -24
- package/LICENSE +0 -21
|
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
56
56
|
Tree: {
|
|
57
57
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
58
58
|
size: {
|
|
59
|
-
type: PropType<"mini" | "
|
|
59
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
60
60
|
default: string;
|
|
61
61
|
};
|
|
62
62
|
blockNode: {
|
|
@@ -213,7 +213,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
213
213
|
visibleTreeNodeList: import("vue").ComputedRef<import("../tree/interface").Node[]>;
|
|
214
214
|
treeContext: {
|
|
215
215
|
treeProps: {
|
|
216
|
-
readonly size: "mini" | "
|
|
216
|
+
readonly size: "mini" | "small" | "medium" | "large";
|
|
217
217
|
readonly multiple: boolean;
|
|
218
218
|
readonly data: {
|
|
219
219
|
key?: string | number | undefined;
|
|
@@ -502,7 +502,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
502
502
|
dropPosition: number;
|
|
503
503
|
}) => true;
|
|
504
504
|
}, import("vue").PublicProps, {
|
|
505
|
-
size: "mini" | "
|
|
505
|
+
size: "mini" | "small" | "medium" | "large";
|
|
506
506
|
multiple: boolean;
|
|
507
507
|
data: import("../tree").TreeNodeData[];
|
|
508
508
|
animation: boolean;
|
|
@@ -557,7 +557,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
557
557
|
default: number;
|
|
558
558
|
};
|
|
559
559
|
component: {
|
|
560
|
-
type: (
|
|
560
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
561
561
|
default: string;
|
|
562
562
|
};
|
|
563
563
|
listAttrs: {
|
|
@@ -624,7 +624,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
624
624
|
default: number;
|
|
625
625
|
};
|
|
626
626
|
component: {
|
|
627
|
-
type: (
|
|
627
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
628
628
|
default: string;
|
|
629
629
|
};
|
|
630
630
|
listAttrs: {
|
|
@@ -685,7 +685,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
685
685
|
Defaults: {};
|
|
686
686
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
687
687
|
size: {
|
|
688
|
-
type: PropType<"mini" | "
|
|
688
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
689
689
|
default: string;
|
|
690
690
|
};
|
|
691
691
|
blockNode: {
|
|
@@ -842,7 +842,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
842
842
|
visibleTreeNodeList: import("vue").ComputedRef<import("../tree/interface").Node[]>;
|
|
843
843
|
treeContext: {
|
|
844
844
|
treeProps: {
|
|
845
|
-
readonly size: "mini" | "
|
|
845
|
+
readonly size: "mini" | "small" | "medium" | "large";
|
|
846
846
|
readonly multiple: boolean;
|
|
847
847
|
readonly data: {
|
|
848
848
|
key?: string | number | undefined;
|
|
@@ -1096,7 +1096,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1096
1096
|
expandAll(expanded?: boolean): void;
|
|
1097
1097
|
expandNode(key: TreeNodeKey | TreeNodeKey[], expanded?: boolean): void;
|
|
1098
1098
|
}, {
|
|
1099
|
-
size: "mini" | "
|
|
1099
|
+
size: "mini" | "small" | "medium" | "large";
|
|
1100
1100
|
multiple: boolean;
|
|
1101
1101
|
data: import("../tree").TreeNodeData[];
|
|
1102
1102
|
animation: boolean;
|
|
@@ -1126,7 +1126,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1126
1126
|
__isSuspense?: undefined;
|
|
1127
1127
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1128
1128
|
size: {
|
|
1129
|
-
type: PropType<"mini" | "
|
|
1129
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1130
1130
|
default: string;
|
|
1131
1131
|
};
|
|
1132
1132
|
blockNode: {
|
|
@@ -1283,7 +1283,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1283
1283
|
visibleTreeNodeList: import("vue").ComputedRef<import("../tree/interface").Node[]>;
|
|
1284
1284
|
treeContext: {
|
|
1285
1285
|
treeProps: {
|
|
1286
|
-
readonly size: "mini" | "
|
|
1286
|
+
readonly size: "mini" | "small" | "medium" | "large";
|
|
1287
1287
|
readonly multiple: boolean;
|
|
1288
1288
|
readonly data: {
|
|
1289
1289
|
key?: string | number | undefined;
|
|
@@ -1572,7 +1572,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1572
1572
|
dropPosition: number;
|
|
1573
1573
|
}) => true;
|
|
1574
1574
|
}, string, {
|
|
1575
|
-
size: "mini" | "
|
|
1575
|
+
size: "mini" | "small" | "medium" | "large";
|
|
1576
1576
|
multiple: boolean;
|
|
1577
1577
|
data: import("../tree").TreeNodeData[];
|
|
1578
1578
|
animation: boolean;
|
|
@@ -1627,7 +1627,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1627
1627
|
default: number;
|
|
1628
1628
|
};
|
|
1629
1629
|
component: {
|
|
1630
|
-
type: (
|
|
1630
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1631
1631
|
default: string;
|
|
1632
1632
|
};
|
|
1633
1633
|
listAttrs: {
|
|
@@ -1694,7 +1694,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1694
1694
|
default: number;
|
|
1695
1695
|
};
|
|
1696
1696
|
component: {
|
|
1697
|
-
type: (
|
|
1697
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1698
1698
|
default: string;
|
|
1699
1699
|
};
|
|
1700
1700
|
listAttrs: {
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
17
17
|
type: BooleanConstructor;
|
|
18
18
|
};
|
|
19
19
|
size: {
|
|
20
|
-
type: PropType<"mini" | "
|
|
20
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
21
21
|
};
|
|
22
22
|
border: {
|
|
23
23
|
type: BooleanConstructor;
|
|
@@ -179,7 +179,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
179
179
|
type: BooleanConstructor;
|
|
180
180
|
};
|
|
181
181
|
size: {
|
|
182
|
-
type: PropType<"mini" | "
|
|
182
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
183
183
|
};
|
|
184
184
|
border: {
|
|
185
185
|
type: BooleanConstructor;
|
|
@@ -291,32 +291,32 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
291
291
|
default: string;
|
|
292
292
|
};
|
|
293
293
|
}>> & Readonly<{
|
|
294
|
-
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
295
294
|
onClear?: (() => any) | undefined;
|
|
295
|
+
onChange?: ((value: string | number | (string | number)[] | LabelValue | LabelValue[] | undefined) => any) | undefined;
|
|
296
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
296
297
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
297
298
|
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
298
299
|
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | LabelValue | LabelValue[] | undefined) => any) | undefined;
|
|
299
|
-
onChange?: ((value: string | number | (string | number)[] | LabelValue | LabelValue[] | undefined) => any) | undefined;
|
|
300
300
|
onSearch?: ((searchKey: string) => any) | undefined;
|
|
301
301
|
"onPopup-visible-change"?: ((visible: boolean) => any) | undefined;
|
|
302
302
|
}>, {
|
|
303
|
+
disabled: boolean;
|
|
304
|
+
error: boolean;
|
|
305
|
+
allowClear: boolean;
|
|
303
306
|
popupVisible: boolean;
|
|
304
307
|
defaultPopupVisible: boolean;
|
|
305
|
-
disabled: boolean;
|
|
306
308
|
scrollbar: boolean | ScrollbarProps;
|
|
307
309
|
border: boolean;
|
|
308
310
|
multiple: boolean;
|
|
309
311
|
data: TreeNodeData[];
|
|
310
|
-
error: boolean;
|
|
311
|
-
allowClear: boolean;
|
|
312
312
|
loading: boolean;
|
|
313
313
|
allowSearch: boolean | {
|
|
314
314
|
retainInputValue?: boolean | undefined;
|
|
315
315
|
};
|
|
316
316
|
defaultInputValue: string;
|
|
317
|
-
fallbackOption: boolean | ((key: number | string) => TreeNodeData | boolean);
|
|
318
317
|
showHeaderOnEmpty: boolean;
|
|
319
318
|
showFooterOnEmpty: boolean;
|
|
319
|
+
fallbackOption: boolean | ((key: number | string) => TreeNodeData | boolean);
|
|
320
320
|
selectable: boolean | "leaf" | ((node: TreeNodeData, info: {
|
|
321
321
|
isLeaf: boolean;
|
|
322
322
|
level: number;
|
|
@@ -385,13 +385,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
385
385
|
default: boolean;
|
|
386
386
|
};
|
|
387
387
|
contentClass: {
|
|
388
|
-
type: (
|
|
388
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
389
389
|
};
|
|
390
390
|
contentStyle: {
|
|
391
391
|
type: PropType<CSSProperties>;
|
|
392
392
|
};
|
|
393
393
|
arrowClass: {
|
|
394
|
-
type: (
|
|
394
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
395
395
|
};
|
|
396
396
|
arrowStyle: {
|
|
397
397
|
type: PropType<CSSProperties>;
|
|
@@ -449,7 +449,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
449
449
|
default: boolean;
|
|
450
450
|
};
|
|
451
451
|
openedClass: {
|
|
452
|
-
type: (
|
|
452
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
453
453
|
};
|
|
454
454
|
autoFitPosition: {
|
|
455
455
|
type: BooleanConstructor;
|
|
@@ -484,11 +484,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
484
484
|
hide: () => true;
|
|
485
485
|
resize: () => true;
|
|
486
486
|
}, import("vue").PublicProps, {
|
|
487
|
+
disabled: boolean;
|
|
487
488
|
popupVisible: boolean;
|
|
488
489
|
defaultPopupVisible: boolean;
|
|
489
490
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
490
491
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
491
|
-
disabled: boolean;
|
|
492
492
|
popupOffset: number;
|
|
493
493
|
showArrow: boolean;
|
|
494
494
|
alignPoint: boolean;
|
|
@@ -576,13 +576,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
576
576
|
default: boolean;
|
|
577
577
|
};
|
|
578
578
|
contentClass: {
|
|
579
|
-
type: (
|
|
579
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
580
580
|
};
|
|
581
581
|
contentStyle: {
|
|
582
582
|
type: PropType<CSSProperties>;
|
|
583
583
|
};
|
|
584
584
|
arrowClass: {
|
|
585
|
-
type: (
|
|
585
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
586
586
|
};
|
|
587
587
|
arrowStyle: {
|
|
588
588
|
type: PropType<CSSProperties>;
|
|
@@ -640,7 +640,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
640
640
|
default: boolean;
|
|
641
641
|
};
|
|
642
642
|
openedClass: {
|
|
643
|
-
type: (
|
|
643
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
644
644
|
};
|
|
645
645
|
autoFitPosition: {
|
|
646
646
|
type: BooleanConstructor;
|
|
@@ -669,11 +669,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
669
669
|
onHide?: (() => any) | undefined;
|
|
670
670
|
onResize?: (() => any) | undefined;
|
|
671
671
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
672
|
+
disabled: boolean;
|
|
672
673
|
popupVisible: boolean;
|
|
673
674
|
defaultPopupVisible: boolean;
|
|
674
675
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
675
676
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
676
|
-
disabled: boolean;
|
|
677
677
|
popupOffset: number;
|
|
678
678
|
showArrow: boolean;
|
|
679
679
|
alignPoint: boolean;
|
|
@@ -758,13 +758,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
758
758
|
default: boolean;
|
|
759
759
|
};
|
|
760
760
|
contentClass: {
|
|
761
|
-
type: (
|
|
761
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
762
762
|
};
|
|
763
763
|
contentStyle: {
|
|
764
764
|
type: PropType<CSSProperties>;
|
|
765
765
|
};
|
|
766
766
|
arrowClass: {
|
|
767
|
-
type: (
|
|
767
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
768
768
|
};
|
|
769
769
|
arrowStyle: {
|
|
770
770
|
type: PropType<CSSProperties>;
|
|
@@ -822,7 +822,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
822
822
|
default: boolean;
|
|
823
823
|
};
|
|
824
824
|
openedClass: {
|
|
825
|
-
type: (
|
|
825
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
826
826
|
};
|
|
827
827
|
autoFitPosition: {
|
|
828
828
|
type: BooleanConstructor;
|
|
@@ -857,11 +857,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
857
857
|
hide: () => true;
|
|
858
858
|
resize: () => true;
|
|
859
859
|
}, string, {
|
|
860
|
+
disabled: boolean;
|
|
860
861
|
popupVisible: boolean;
|
|
861
862
|
defaultPopupVisible: boolean;
|
|
862
863
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
863
864
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
864
|
-
disabled: boolean;
|
|
865
865
|
popupOffset: number;
|
|
866
866
|
showArrow: boolean;
|
|
867
867
|
alignPoint: boolean;
|
|
@@ -912,7 +912,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
912
912
|
default: boolean;
|
|
913
913
|
};
|
|
914
914
|
size: {
|
|
915
|
-
type: PropType<"mini" | "
|
|
915
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
916
916
|
};
|
|
917
917
|
bordered: {
|
|
918
918
|
type: BooleanConstructor;
|
|
@@ -954,7 +954,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
954
954
|
}, {}, {}, {
|
|
955
955
|
focus(): void;
|
|
956
956
|
blur(): void;
|
|
957
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
957
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focus" | "blur" | "remove")[], "clear" | "focus" | "blur" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
958
958
|
modelValue: {
|
|
959
959
|
type: PropType<SelectViewValue[]>;
|
|
960
960
|
required: true;
|
|
@@ -978,7 +978,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
978
978
|
default: boolean;
|
|
979
979
|
};
|
|
980
980
|
size: {
|
|
981
|
-
type: PropType<"mini" | "
|
|
981
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
982
982
|
};
|
|
983
983
|
bordered: {
|
|
984
984
|
type: BooleanConstructor;
|
|
@@ -1013,16 +1013,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1013
1013
|
default: boolean;
|
|
1014
1014
|
};
|
|
1015
1015
|
}>> & Readonly<{
|
|
1016
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
1016
1017
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1017
1018
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1018
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
1019
1019
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
1020
1020
|
}>, {
|
|
1021
1021
|
disabled: boolean;
|
|
1022
|
-
multiple: boolean;
|
|
1023
|
-
retainInputValue: boolean;
|
|
1024
1022
|
error: boolean;
|
|
1025
1023
|
allowClear: boolean;
|
|
1024
|
+
multiple: boolean;
|
|
1025
|
+
retainInputValue: boolean;
|
|
1026
1026
|
loading: boolean;
|
|
1027
1027
|
opened: boolean;
|
|
1028
1028
|
bordered: boolean;
|
|
@@ -1086,7 +1086,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1086
1086
|
Tree: {
|
|
1087
1087
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1088
1088
|
size: {
|
|
1089
|
-
type: PropType<"mini" | "
|
|
1089
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1090
1090
|
default: string;
|
|
1091
1091
|
};
|
|
1092
1092
|
blockNode: {
|
|
@@ -1243,7 +1243,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1243
1243
|
visibleTreeNodeList: import("vue").ComputedRef<Node[]>;
|
|
1244
1244
|
treeContext: {
|
|
1245
1245
|
treeProps: {
|
|
1246
|
-
readonly size: "mini" | "
|
|
1246
|
+
readonly size: "mini" | "small" | "medium" | "large";
|
|
1247
1247
|
readonly multiple: boolean;
|
|
1248
1248
|
readonly data: {
|
|
1249
1249
|
key?: string | number | undefined;
|
|
@@ -1532,7 +1532,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1532
1532
|
dropPosition: number;
|
|
1533
1533
|
}) => true;
|
|
1534
1534
|
}, import("vue").PublicProps, {
|
|
1535
|
-
size: "mini" | "
|
|
1535
|
+
size: "mini" | "small" | "medium" | "large";
|
|
1536
1536
|
multiple: boolean;
|
|
1537
1537
|
data: TreeNodeData[];
|
|
1538
1538
|
animation: boolean;
|
|
@@ -1587,7 +1587,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1587
1587
|
default: number;
|
|
1588
1588
|
};
|
|
1589
1589
|
component: {
|
|
1590
|
-
type: (
|
|
1590
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1591
1591
|
default: string;
|
|
1592
1592
|
};
|
|
1593
1593
|
listAttrs: {
|
|
@@ -1654,7 +1654,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1654
1654
|
default: number;
|
|
1655
1655
|
};
|
|
1656
1656
|
component: {
|
|
1657
|
-
type: (
|
|
1657
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
1658
1658
|
default: string;
|
|
1659
1659
|
};
|
|
1660
1660
|
listAttrs: {
|
|
@@ -1715,7 +1715,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1715
1715
|
Defaults: {};
|
|
1716
1716
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1717
1717
|
size: {
|
|
1718
|
-
type: PropType<"mini" | "
|
|
1718
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
1719
1719
|
default: string;
|
|
1720
1720
|
};
|
|
1721
1721
|
blockNode: {
|
|
@@ -1872,7 +1872,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1872
1872
|
visibleTreeNodeList: import("vue").ComputedRef<Node[]>;
|
|
1873
1873
|
treeContext: {
|
|
1874
1874
|
treeProps: {
|
|
1875
|
-
readonly size: "mini" | "
|
|
1875
|
+
readonly size: "mini" | "small" | "medium" | "large";
|
|
1876
1876
|
readonly multiple: boolean;
|
|
1877
1877
|
readonly data: {
|
|
1878
1878
|
key?: string | number | undefined;
|
|
@@ -2126,7 +2126,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2126
2126
|
expandAll(expanded?: boolean): void;
|
|
2127
2127
|
expandNode(key: TreeNodeKey | TreeNodeKey[], expanded?: boolean): void;
|
|
2128
2128
|
}, {
|
|
2129
|
-
size: "mini" | "
|
|
2129
|
+
size: "mini" | "small" | "medium" | "large";
|
|
2130
2130
|
multiple: boolean;
|
|
2131
2131
|
data: TreeNodeData[];
|
|
2132
2132
|
animation: boolean;
|
|
@@ -2156,7 +2156,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2156
2156
|
__isSuspense?: undefined;
|
|
2157
2157
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2158
2158
|
size: {
|
|
2159
|
-
type: PropType<"mini" | "
|
|
2159
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
2160
2160
|
default: string;
|
|
2161
2161
|
};
|
|
2162
2162
|
blockNode: {
|
|
@@ -2313,7 +2313,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2313
2313
|
visibleTreeNodeList: import("vue").ComputedRef<Node[]>;
|
|
2314
2314
|
treeContext: {
|
|
2315
2315
|
treeProps: {
|
|
2316
|
-
readonly size: "mini" | "
|
|
2316
|
+
readonly size: "mini" | "small" | "medium" | "large";
|
|
2317
2317
|
readonly multiple: boolean;
|
|
2318
2318
|
readonly data: {
|
|
2319
2319
|
key?: string | number | undefined;
|
|
@@ -2602,7 +2602,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2602
2602
|
dropPosition: number;
|
|
2603
2603
|
}) => true;
|
|
2604
2604
|
}, string, {
|
|
2605
|
-
size: "mini" | "
|
|
2605
|
+
size: "mini" | "small" | "medium" | "large";
|
|
2606
2606
|
multiple: boolean;
|
|
2607
2607
|
data: TreeNodeData[];
|
|
2608
2608
|
animation: boolean;
|
|
@@ -2657,7 +2657,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2657
2657
|
default: number;
|
|
2658
2658
|
};
|
|
2659
2659
|
component: {
|
|
2660
|
-
type: (
|
|
2660
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
2661
2661
|
default: string;
|
|
2662
2662
|
};
|
|
2663
2663
|
listAttrs: {
|
|
@@ -2724,7 +2724,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2724
2724
|
default: number;
|
|
2725
2725
|
};
|
|
2726
2726
|
component: {
|
|
2727
|
-
type: (
|
|
2727
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
2728
2728
|
default: string;
|
|
2729
2729
|
};
|
|
2730
2730
|
listAttrs: {
|
package/es/trigger/index.d.ts
CHANGED
|
@@ -59,13 +59,13 @@ declare const Trigger: {
|
|
|
59
59
|
default: boolean;
|
|
60
60
|
};
|
|
61
61
|
contentClass: {
|
|
62
|
-
type: (
|
|
62
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
63
63
|
};
|
|
64
64
|
contentStyle: {
|
|
65
65
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
66
66
|
};
|
|
67
67
|
arrowClass: {
|
|
68
|
-
type: (
|
|
68
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
69
69
|
};
|
|
70
70
|
arrowStyle: {
|
|
71
71
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -123,7 +123,7 @@ declare const Trigger: {
|
|
|
123
123
|
default: boolean;
|
|
124
124
|
};
|
|
125
125
|
openedClass: {
|
|
126
|
-
type: (
|
|
126
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
127
127
|
};
|
|
128
128
|
autoFitPosition: {
|
|
129
129
|
type: BooleanConstructor;
|
|
@@ -158,11 +158,11 @@ declare const Trigger: {
|
|
|
158
158
|
hide: () => true;
|
|
159
159
|
resize: () => true;
|
|
160
160
|
}, import("vue").PublicProps, {
|
|
161
|
+
disabled: boolean;
|
|
161
162
|
popupVisible: boolean;
|
|
162
163
|
defaultPopupVisible: boolean;
|
|
163
164
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
164
165
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
165
|
-
disabled: boolean;
|
|
166
166
|
popupOffset: number;
|
|
167
167
|
showArrow: boolean;
|
|
168
168
|
alignPoint: boolean;
|
|
@@ -250,13 +250,13 @@ declare const Trigger: {
|
|
|
250
250
|
default: boolean;
|
|
251
251
|
};
|
|
252
252
|
contentClass: {
|
|
253
|
-
type: (
|
|
253
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
254
254
|
};
|
|
255
255
|
contentStyle: {
|
|
256
256
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
257
257
|
};
|
|
258
258
|
arrowClass: {
|
|
259
|
-
type: (
|
|
259
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
260
260
|
};
|
|
261
261
|
arrowStyle: {
|
|
262
262
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -314,7 +314,7 @@ declare const Trigger: {
|
|
|
314
314
|
default: boolean;
|
|
315
315
|
};
|
|
316
316
|
openedClass: {
|
|
317
|
-
type: (
|
|
317
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
318
318
|
};
|
|
319
319
|
autoFitPosition: {
|
|
320
320
|
type: BooleanConstructor;
|
|
@@ -343,11 +343,11 @@ declare const Trigger: {
|
|
|
343
343
|
onHide?: (() => any) | undefined;
|
|
344
344
|
onResize?: (() => any) | undefined;
|
|
345
345
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
346
|
+
disabled: boolean;
|
|
346
347
|
popupVisible: boolean;
|
|
347
348
|
defaultPopupVisible: boolean;
|
|
348
349
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
349
350
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
350
|
-
disabled: boolean;
|
|
351
351
|
popupOffset: number;
|
|
352
352
|
showArrow: boolean;
|
|
353
353
|
alignPoint: boolean;
|
|
@@ -432,13 +432,13 @@ declare const Trigger: {
|
|
|
432
432
|
default: boolean;
|
|
433
433
|
};
|
|
434
434
|
contentClass: {
|
|
435
|
-
type: (
|
|
435
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
436
436
|
};
|
|
437
437
|
contentStyle: {
|
|
438
438
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
439
439
|
};
|
|
440
440
|
arrowClass: {
|
|
441
|
-
type: (
|
|
441
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
442
442
|
};
|
|
443
443
|
arrowStyle: {
|
|
444
444
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -496,7 +496,7 @@ declare const Trigger: {
|
|
|
496
496
|
default: boolean;
|
|
497
497
|
};
|
|
498
498
|
openedClass: {
|
|
499
|
-
type: (
|
|
499
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
500
500
|
};
|
|
501
501
|
autoFitPosition: {
|
|
502
502
|
type: BooleanConstructor;
|
|
@@ -531,11 +531,11 @@ declare const Trigger: {
|
|
|
531
531
|
hide: () => true;
|
|
532
532
|
resize: () => true;
|
|
533
533
|
}, string, {
|
|
534
|
+
disabled: boolean;
|
|
534
535
|
popupVisible: boolean;
|
|
535
536
|
defaultPopupVisible: boolean;
|
|
536
537
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
537
538
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
538
|
-
disabled: boolean;
|
|
539
539
|
popupOffset: number;
|
|
540
540
|
showArrow: boolean;
|
|
541
541
|
alignPoint: boolean;
|
package/es/trigger/trigger.d.ts
CHANGED
|
@@ -57,13 +57,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
57
57
|
default: boolean;
|
|
58
58
|
};
|
|
59
59
|
contentClass: {
|
|
60
|
-
type: (
|
|
60
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
61
61
|
};
|
|
62
62
|
contentStyle: {
|
|
63
63
|
type: PropType<CSSProperties>;
|
|
64
64
|
};
|
|
65
65
|
arrowClass: {
|
|
66
|
-
type: (
|
|
66
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
67
67
|
};
|
|
68
68
|
arrowStyle: {
|
|
69
69
|
type: PropType<CSSProperties>;
|
|
@@ -121,7 +121,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
121
121
|
default: boolean;
|
|
122
122
|
};
|
|
123
123
|
openedClass: {
|
|
124
|
-
type: (
|
|
124
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
125
125
|
};
|
|
126
126
|
autoFitPosition: {
|
|
127
127
|
type: BooleanConstructor;
|
|
@@ -206,13 +206,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
206
206
|
default: boolean;
|
|
207
207
|
};
|
|
208
208
|
contentClass: {
|
|
209
|
-
type: (
|
|
209
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
210
210
|
};
|
|
211
211
|
contentStyle: {
|
|
212
212
|
type: PropType<CSSProperties>;
|
|
213
213
|
};
|
|
214
214
|
arrowClass: {
|
|
215
|
-
type: (
|
|
215
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
216
216
|
};
|
|
217
217
|
arrowStyle: {
|
|
218
218
|
type: PropType<CSSProperties>;
|
|
@@ -270,7 +270,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
270
270
|
default: boolean;
|
|
271
271
|
};
|
|
272
272
|
openedClass: {
|
|
273
|
-
type: (
|
|
273
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
274
274
|
};
|
|
275
275
|
autoFitPosition: {
|
|
276
276
|
type: BooleanConstructor;
|
|
@@ -299,11 +299,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
299
299
|
onHide?: (() => any) | undefined;
|
|
300
300
|
onResize?: (() => any) | undefined;
|
|
301
301
|
}>, {
|
|
302
|
+
disabled: boolean;
|
|
302
303
|
popupVisible: boolean;
|
|
303
304
|
defaultPopupVisible: boolean;
|
|
304
305
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
305
306
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
306
|
-
disabled: boolean;
|
|
307
307
|
popupOffset: number;
|
|
308
308
|
showArrow: boolean;
|
|
309
309
|
alignPoint: boolean;
|
package/es/typography/base.d.ts
CHANGED
|
@@ -134,9 +134,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
134
134
|
type: ObjectConstructor;
|
|
135
135
|
};
|
|
136
136
|
}>> & Readonly<{
|
|
137
|
+
onChange?: ((text: string) => any) | undefined;
|
|
137
138
|
onEllipsis?: ((isEllipsis: boolean) => any) | undefined;
|
|
138
139
|
onCopy?: ((text: string) => any) | undefined;
|
|
139
|
-
onChange?: ((text: string) => any) | undefined;
|
|
140
140
|
onExpand?: ((expanded: boolean) => any) | undefined;
|
|
141
141
|
onEditStart?: (() => any) | undefined;
|
|
142
142
|
"onUpdate:editText"?: ((text: string) => any) | undefined;
|
|
@@ -153,9 +153,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
153
153
|
color: string;
|
|
154
154
|
};
|
|
155
155
|
editable: boolean;
|
|
156
|
+
copyable: boolean;
|
|
156
157
|
editing: boolean;
|
|
157
158
|
defaultEditing: boolean;
|
|
158
|
-
copyable: boolean;
|
|
159
159
|
copyDelay: number;
|
|
160
160
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
161
161
|
export default _default;
|