@geelato/web-vue 2.59.0 → 2.59.1
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/LICENSE +21 -0
- package/dist/arco-vue.js +40 -8
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +57 -43
- package/dist/arco-vue.min.js.map +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 +7 -7
- package/es/_components/picker/input.d.ts +6 -6
- package/es/_components/select-view/select-view.d.ts +4 -4
- package/es/_components/virtual-list/virtual-list.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.d.ts +5 -5
- package/es/_hooks/use-form-item.d.ts +2 -2
- package/es/_hooks/use-size.d.ts +3 -3
- package/es/alert/alert.d.ts +6 -6
- package/es/alert/index.d.ts +12 -12
- package/es/auto-complete/auto-complete.d.ts +4 -4
- package/es/auto-complete/index.d.ts +12 -12
- package/es/avatar/avatar.d.ts +1 -1
- package/es/avatar/index.d.ts +3 -3
- package/es/button/button-group.d.ts +6 -6
- package/es/button/button.d.ts +6 -6
- package/es/button/index.d.ts +15 -15
- 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 +4 -4
- package/es/cascader/cascader.d.ts +40 -40
- package/es/cascader/index.d.ts +93 -93
- package/es/checkbox/checkbox.d.ts +5 -5
- package/es/checkbox/index.d.ts +9 -9
- 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 +3 -3
- package/es/color-picker/index.d.ts +6 -6
- 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 +133 -133
- package/es/date-picker/panels/date/index.d.ts +24 -24
- package/es/date-picker/panels/footer.d.ts +15 -15
- package/es/date-picker/panels/shortcuts.d.ts +15 -15
- package/es/date-picker/panels/week/index.d.ts +24 -24
- package/es/date-picker/picker-panel.d.ts +78 -78
- package/es/date-picker/picker.d.ts +126 -126
- package/es/date-picker/range-picker-panel.d.ts +79 -79
- package/es/date-picker/range-picker.d.ts +133 -133
- package/es/descriptions/descriptions.d.ts +3 -3
- package/es/descriptions/index.d.ts +6 -6
- package/es/drawer/drawer.d.ts +22 -22
- package/es/drawer/index.d.ts +48 -48
- package/es/dropdown/dropdown-button.d.ts +66 -66
- package/es/dropdown/dropdown-option.d.ts +2 -2
- package/es/dropdown/dropdown-panel.d.ts +12 -12
- package/es/dropdown/dropdown-submenu.d.ts +42 -42
- package/es/dropdown/dropdown.d.ts +40 -40
- package/es/dropdown/index.d.ts +194 -194
- package/es/empty/empty.d.ts +2 -2
- package/es/empty/index.d.ts +6 -6
- package/es/form/form-item-label.d.ts +57 -57
- package/es/form/form-item.d.ts +65 -65
- package/es/form/form.d.ts +2 -2
- package/es/form/index.d.ts +68 -68
- package/es/grid/grid-row.d.ts +1 -1
- package/es/grid/index.d.ts +1 -1
- package/es/image/preview-action.d.ts +57 -57
- package/es/image/preview-toolbar.d.ts +57 -57
- 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 +27 -12
- package/es/input-number/input-number.d.ts +14 -5
- package/es/input-number/input-number.js +40 -8
- package/es/input-tag/index.d.ts +9 -9
- package/es/input-tag/input-tag.d.ts +4 -4
- package/es/list/index.d.ts +6 -6
- package/es/list/list.d.ts +3 -3
- package/es/mention/index.d.ts +18 -18
- package/es/mention/mention.d.ts +7 -7
- package/es/menu/sub-menu-pop.d.ts +24 -24
- package/es/message/message.d.ts +6 -6
- package/es/modal/index.d.ts +45 -45
- package/es/modal/modal.d.ts +21 -21
- 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 +27 -12
- package/es/pagination/page-options.d.ts +94 -94
- package/es/pagination/pagination.d.ts +2 -2
- package/es/popconfirm/index.d.ts +87 -87
- package/es/popconfirm/popconfirm.d.ts +43 -43
- package/es/popover/index.d.ts +60 -60
- package/es/popover/popover.d.ts +30 -30
- 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 +12 -12
- package/es/radio/radio-group.d.ts +3 -3
- package/es/radio/radio.d.ts +4 -4
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.d.ts +3 -3
- package/es/select/index.d.ts +94 -94
- package/es/select/option.d.ts +11 -11
- package/es/select/select-dropdown.d.ts +12 -12
- package/es/select/select.d.ts +38 -38
- package/es/slider/index.d.ts +171 -141
- package/es/slider/slider-button.d.ts +57 -57
- package/es/slider/slider-input.d.ts +27 -12
- package/es/slider/slider.d.ts +85 -70
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +3 -3
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- 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 +18 -18
- package/es/switch/switch.d.ts +11 -11
- package/es/table/index.d.ts +27 -27
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +21 -21
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table.d.ts +13 -13
- package/es/tabs/index.d.ts +6 -6
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.d.ts +4 -4
- package/es/tabs/tabs.d.ts +3 -3
- package/es/tag/index.d.ts +9 -9
- package/es/tag/tag.d.ts +5 -5
- package/es/textarea/index.d.ts +12 -12
- package/es/textarea/textarea.d.ts +5 -5
- package/es/time-picker/index.d.ts +200 -200
- package/es/time-picker/panel.d.ts +24 -24
- package/es/time-picker/range-panel.d.ts +24 -24
- package/es/time-picker/time-picker.d.ts +97 -97
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +2 -2
- package/es/tooltip/index.d.ts +57 -57
- package/es/tooltip/tooltip.d.ts +28 -28
- package/es/transfer/index.d.ts +95 -95
- package/es/transfer/transfer-view.d.ts +28 -28
- package/es/transfer/transfer.d.ts +46 -46
- package/es/tree/base-node.d.ts +9 -9
- package/es/tree/hooks/use-tree-data.d.ts +4 -4
- package/es/tree/index.d.ts +31 -31
- package/es/tree/transition-node-list.d.ts +9 -9
- package/es/tree/tree.d.ts +13 -13
- package/es/tree-select/index.d.ts +151 -151
- package/es/tree-select/panel.d.ts +31 -31
- package/es/tree-select/tree-select.d.ts +73 -73
- package/es/trigger/index.d.ts +24 -24
- package/es/trigger/trigger.d.ts +13 -13
- package/es/typography/base.d.ts +6 -6
- package/es/typography/edit-content.d.ts +67 -67
- package/es/typography/index.d.ts +4 -4
- package/es/typography/operations.d.ts +57 -57
- package/es/typography/paragraph.d.ts +1 -1
- package/es/typography/title.d.ts +3 -3
- package/es/upload/index.d.ts +3 -3
- package/es/upload/upload.d.ts +1 -1
- package/es/verification-code/index.d.ts +6 -6
- package/es/verification-code/verification-code.d.ts +3 -3
- package/json/vetur-attributes.json +2465 -2461
- package/json/vetur-tags.json +863 -862
- package/json/web-types.json +4708 -4700
- package/lib/input-number/input-number.js +40 -8
- package/package.json +24 -25
package/es/trigger/index.d.ts
CHANGED
|
@@ -12,11 +12,11 @@ declare const Trigger: {
|
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
14
|
trigger: {
|
|
15
|
-
type: import("vue").PropType<"
|
|
15
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
position: {
|
|
19
|
-
type: import("vue").PropType<"
|
|
19
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
22
|
disabled: {
|
|
@@ -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
|
-
trigger: "
|
|
164
|
-
position: "
|
|
165
|
-
disabled: boolean;
|
|
164
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
165
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
166
166
|
popupOffset: number;
|
|
167
167
|
showArrow: boolean;
|
|
168
168
|
alignPoint: boolean;
|
|
@@ -203,11 +203,11 @@ declare const Trigger: {
|
|
|
203
203
|
default: boolean;
|
|
204
204
|
};
|
|
205
205
|
trigger: {
|
|
206
|
-
type: import("vue").PropType<"
|
|
206
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
207
207
|
default: string;
|
|
208
208
|
};
|
|
209
209
|
position: {
|
|
210
|
-
type: import("vue").PropType<"
|
|
210
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
211
211
|
default: string;
|
|
212
212
|
};
|
|
213
213
|
disabled: {
|
|
@@ -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
|
-
trigger: "
|
|
349
|
-
position: "
|
|
350
|
-
disabled: boolean;
|
|
349
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
350
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
351
351
|
popupOffset: number;
|
|
352
352
|
showArrow: boolean;
|
|
353
353
|
alignPoint: boolean;
|
|
@@ -385,11 +385,11 @@ declare const Trigger: {
|
|
|
385
385
|
default: boolean;
|
|
386
386
|
};
|
|
387
387
|
trigger: {
|
|
388
|
-
type: import("vue").PropType<"
|
|
388
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
389
389
|
default: string;
|
|
390
390
|
};
|
|
391
391
|
position: {
|
|
392
|
-
type: import("vue").PropType<"
|
|
392
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
393
393
|
default: string;
|
|
394
394
|
};
|
|
395
395
|
disabled: {
|
|
@@ -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
|
-
trigger: "
|
|
537
|
-
position: "
|
|
538
|
-
disabled: boolean;
|
|
537
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
538
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
539
539
|
popupOffset: number;
|
|
540
540
|
showArrow: boolean;
|
|
541
541
|
alignPoint: boolean;
|
package/es/trigger/trigger.d.ts
CHANGED
|
@@ -10,11 +10,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10
10
|
default: boolean;
|
|
11
11
|
};
|
|
12
12
|
trigger: {
|
|
13
|
-
type: PropType<"
|
|
13
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
16
|
position: {
|
|
17
|
-
type: PropType<"
|
|
17
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
20
|
disabled: {
|
|
@@ -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;
|
|
@@ -159,11 +159,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
159
159
|
default: boolean;
|
|
160
160
|
};
|
|
161
161
|
trigger: {
|
|
162
|
-
type: PropType<"
|
|
162
|
+
type: PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
163
163
|
default: string;
|
|
164
164
|
};
|
|
165
165
|
position: {
|
|
166
|
-
type: PropType<"
|
|
166
|
+
type: PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
167
167
|
default: string;
|
|
168
168
|
};
|
|
169
169
|
disabled: {
|
|
@@ -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
|
-
trigger: "
|
|
305
|
-
position: "
|
|
306
|
-
disabled: boolean;
|
|
305
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
306
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
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;
|
|
@@ -144,18 +144,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
144
144
|
"onUpdate:editing"?: ((editing: boolean) => any) | undefined;
|
|
145
145
|
}>, {
|
|
146
146
|
disabled: boolean;
|
|
147
|
-
delete: boolean;
|
|
148
|
-
ellipsis: boolean | EllipsisConfig;
|
|
149
|
-
bold: boolean;
|
|
150
|
-
underline: boolean;
|
|
151
147
|
code: boolean;
|
|
152
148
|
mark: boolean | {
|
|
153
149
|
color: string;
|
|
154
150
|
};
|
|
151
|
+
delete: boolean;
|
|
152
|
+
ellipsis: boolean | EllipsisConfig;
|
|
153
|
+
bold: boolean;
|
|
154
|
+
underline: boolean;
|
|
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;
|