@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/mention/index.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ declare const Mention: {
|
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
type: {
|
|
24
|
-
type: import("vue").PropType<"
|
|
24
|
+
type: import("vue").PropType<"input" | "textarea">;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
disabled: {
|
|
@@ -34,10 +34,10 @@ declare const Mention: {
|
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{
|
|
36
36
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
37
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
38
|
-
onSelect?: ((value: string | number | Record<string, any> | undefined) => any) | undefined;
|
|
39
37
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
40
38
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
39
|
+
onSelect?: ((value: string | number | Record<string, any> | undefined) => any) | undefined;
|
|
40
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
41
41
|
onChange?: ((value: string) => any) | undefined;
|
|
42
42
|
onSearch?: ((value: string, prefix: string) => any) | undefined;
|
|
43
43
|
}>, {
|
|
@@ -55,11 +55,11 @@ declare const Mention: {
|
|
|
55
55
|
focus: (ev: FocusEvent) => true;
|
|
56
56
|
blur: (ev: FocusEvent) => true;
|
|
57
57
|
}, import("vue").PublicProps, {
|
|
58
|
+
prefix: string | string[];
|
|
58
59
|
disabled: boolean;
|
|
59
|
-
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
60
|
-
type: "textarea" | "input";
|
|
61
60
|
defaultValue: string;
|
|
62
|
-
|
|
61
|
+
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
62
|
+
type: "input" | "textarea";
|
|
63
63
|
allowClear: boolean;
|
|
64
64
|
split: string;
|
|
65
65
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -88,7 +88,7 @@ declare const Mention: {
|
|
|
88
88
|
default: string;
|
|
89
89
|
};
|
|
90
90
|
type: {
|
|
91
|
-
type: import("vue").PropType<"
|
|
91
|
+
type: import("vue").PropType<"input" | "textarea">;
|
|
92
92
|
default: string;
|
|
93
93
|
};
|
|
94
94
|
disabled: {
|
|
@@ -101,10 +101,10 @@ declare const Mention: {
|
|
|
101
101
|
};
|
|
102
102
|
}>> & Readonly<{
|
|
103
103
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
104
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
105
|
-
onSelect?: ((value: string | number | Record<string, any> | undefined) => any) | undefined;
|
|
106
104
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
107
105
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
106
|
+
onSelect?: ((value: string | number | Record<string, any> | undefined) => any) | undefined;
|
|
107
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
108
108
|
onChange?: ((value: string) => any) | undefined;
|
|
109
109
|
onSearch?: ((value: string, prefix: string) => any) | undefined;
|
|
110
110
|
}>, {
|
|
@@ -114,11 +114,11 @@ declare const Mention: {
|
|
|
114
114
|
focus(): void;
|
|
115
115
|
blur(): void;
|
|
116
116
|
}, {
|
|
117
|
+
prefix: string | string[];
|
|
117
118
|
disabled: boolean;
|
|
118
|
-
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
119
|
-
type: "textarea" | "input";
|
|
120
119
|
defaultValue: string;
|
|
121
|
-
|
|
120
|
+
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
121
|
+
type: "input" | "textarea";
|
|
122
122
|
allowClear: boolean;
|
|
123
123
|
split: string;
|
|
124
124
|
}>;
|
|
@@ -144,7 +144,7 @@ declare const Mention: {
|
|
|
144
144
|
default: string;
|
|
145
145
|
};
|
|
146
146
|
type: {
|
|
147
|
-
type: import("vue").PropType<"
|
|
147
|
+
type: import("vue").PropType<"input" | "textarea">;
|
|
148
148
|
default: string;
|
|
149
149
|
};
|
|
150
150
|
disabled: {
|
|
@@ -157,10 +157,10 @@ declare const Mention: {
|
|
|
157
157
|
};
|
|
158
158
|
}>> & Readonly<{
|
|
159
159
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
160
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
161
|
-
onSelect?: ((value: string | number | Record<string, any> | undefined) => any) | undefined;
|
|
162
160
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
163
161
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
162
|
+
onSelect?: ((value: string | number | Record<string, any> | undefined) => any) | undefined;
|
|
163
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
164
164
|
onChange?: ((value: string) => any) | undefined;
|
|
165
165
|
onSearch?: ((value: string, prefix: string) => any) | undefined;
|
|
166
166
|
}>, {
|
|
@@ -178,11 +178,11 @@ declare const Mention: {
|
|
|
178
178
|
focus: (ev: FocusEvent) => true;
|
|
179
179
|
blur: (ev: FocusEvent) => true;
|
|
180
180
|
}, string, {
|
|
181
|
+
prefix: string | string[];
|
|
181
182
|
disabled: boolean;
|
|
182
|
-
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
183
|
-
type: "textarea" | "input";
|
|
184
183
|
defaultValue: string;
|
|
185
|
-
|
|
184
|
+
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
185
|
+
type: "input" | "textarea";
|
|
186
186
|
allowClear: boolean;
|
|
187
187
|
split: string;
|
|
188
188
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
package/es/mention/mention.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
type: {
|
|
22
|
-
type: PropType<"
|
|
22
|
+
type: PropType<"input" | "textarea">;
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
25
25
|
disabled: {
|
|
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
63
|
default: string;
|
|
64
64
|
};
|
|
65
65
|
type: {
|
|
66
|
-
type: PropType<"
|
|
66
|
+
type: PropType<"input" | "textarea">;
|
|
67
67
|
default: string;
|
|
68
68
|
};
|
|
69
69
|
disabled: {
|
|
@@ -76,18 +76,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{
|
|
78
78
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
79
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
80
|
-
onSelect?: ((value: string | number | Record<string, any> | undefined) => any) | undefined;
|
|
81
79
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
82
80
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
81
|
+
onSelect?: ((value: string | number | Record<string, any> | undefined) => any) | undefined;
|
|
82
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
83
83
|
onChange?: ((value: string) => any) | undefined;
|
|
84
84
|
onSearch?: ((value: string, prefix: string) => any) | undefined;
|
|
85
85
|
}>, {
|
|
86
|
+
prefix: string | string[];
|
|
86
87
|
disabled: boolean;
|
|
87
|
-
data: (string | number | SelectOptionData | SelectOptionGroup)[];
|
|
88
|
-
type: "textarea" | "input";
|
|
89
88
|
defaultValue: string;
|
|
90
|
-
|
|
89
|
+
data: (string | number | SelectOptionData | SelectOptionGroup)[];
|
|
90
|
+
type: "input" | "textarea";
|
|
91
91
|
allowClear: boolean;
|
|
92
92
|
split: string;
|
|
93
93
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -280,11 +280,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
280
280
|
default: boolean;
|
|
281
281
|
};
|
|
282
282
|
trigger: {
|
|
283
|
-
type: import("vue").PropType<"
|
|
283
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
284
284
|
default: string;
|
|
285
285
|
};
|
|
286
286
|
position: {
|
|
287
|
-
type: import("vue").PropType<"
|
|
287
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
288
288
|
default: string;
|
|
289
289
|
};
|
|
290
290
|
disabled: {
|
|
@@ -327,13 +327,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
327
327
|
default: boolean;
|
|
328
328
|
};
|
|
329
329
|
contentClass: {
|
|
330
|
-
type: (
|
|
330
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
331
331
|
};
|
|
332
332
|
contentStyle: {
|
|
333
333
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
334
334
|
};
|
|
335
335
|
arrowClass: {
|
|
336
|
-
type: (
|
|
336
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
337
337
|
};
|
|
338
338
|
arrowStyle: {
|
|
339
339
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -391,7 +391,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
391
391
|
default: boolean;
|
|
392
392
|
};
|
|
393
393
|
openedClass: {
|
|
394
|
-
type: (
|
|
394
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
395
395
|
};
|
|
396
396
|
autoFitPosition: {
|
|
397
397
|
type: BooleanConstructor;
|
|
@@ -426,11 +426,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
426
426
|
hide: () => true;
|
|
427
427
|
resize: () => true;
|
|
428
428
|
}, import("vue").PublicProps, {
|
|
429
|
+
disabled: boolean;
|
|
429
430
|
popupVisible: boolean;
|
|
430
431
|
defaultPopupVisible: boolean;
|
|
431
|
-
trigger: "
|
|
432
|
-
position: "
|
|
433
|
-
disabled: boolean;
|
|
432
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
433
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
434
434
|
popupOffset: number;
|
|
435
435
|
showArrow: boolean;
|
|
436
436
|
alignPoint: boolean;
|
|
@@ -471,11 +471,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
471
471
|
default: boolean;
|
|
472
472
|
};
|
|
473
473
|
trigger: {
|
|
474
|
-
type: import("vue").PropType<"
|
|
474
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
475
475
|
default: string;
|
|
476
476
|
};
|
|
477
477
|
position: {
|
|
478
|
-
type: import("vue").PropType<"
|
|
478
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
479
479
|
default: string;
|
|
480
480
|
};
|
|
481
481
|
disabled: {
|
|
@@ -518,13 +518,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
518
518
|
default: boolean;
|
|
519
519
|
};
|
|
520
520
|
contentClass: {
|
|
521
|
-
type: (
|
|
521
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
522
522
|
};
|
|
523
523
|
contentStyle: {
|
|
524
524
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
525
525
|
};
|
|
526
526
|
arrowClass: {
|
|
527
|
-
type: (
|
|
527
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
528
528
|
};
|
|
529
529
|
arrowStyle: {
|
|
530
530
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -582,7 +582,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
582
582
|
default: boolean;
|
|
583
583
|
};
|
|
584
584
|
openedClass: {
|
|
585
|
-
type: (
|
|
585
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
586
586
|
};
|
|
587
587
|
autoFitPosition: {
|
|
588
588
|
type: BooleanConstructor;
|
|
@@ -611,11 +611,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
611
611
|
onHide?: (() => any) | undefined;
|
|
612
612
|
onResize?: (() => any) | undefined;
|
|
613
613
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
614
|
+
disabled: boolean;
|
|
614
615
|
popupVisible: boolean;
|
|
615
616
|
defaultPopupVisible: boolean;
|
|
616
|
-
trigger: "
|
|
617
|
-
position: "
|
|
618
|
-
disabled: boolean;
|
|
617
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
618
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
619
619
|
popupOffset: number;
|
|
620
620
|
showArrow: boolean;
|
|
621
621
|
alignPoint: boolean;
|
|
@@ -653,11 +653,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
653
653
|
default: boolean;
|
|
654
654
|
};
|
|
655
655
|
trigger: {
|
|
656
|
-
type: import("vue").PropType<"
|
|
656
|
+
type: import("vue").PropType<"focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]>;
|
|
657
657
|
default: string;
|
|
658
658
|
};
|
|
659
659
|
position: {
|
|
660
|
-
type: import("vue").PropType<"
|
|
660
|
+
type: import("vue").PropType<"br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb">;
|
|
661
661
|
default: string;
|
|
662
662
|
};
|
|
663
663
|
disabled: {
|
|
@@ -700,13 +700,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
700
700
|
default: boolean;
|
|
701
701
|
};
|
|
702
702
|
contentClass: {
|
|
703
|
-
type: (
|
|
703
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
704
704
|
};
|
|
705
705
|
contentStyle: {
|
|
706
706
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
707
707
|
};
|
|
708
708
|
arrowClass: {
|
|
709
|
-
type: (
|
|
709
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
710
710
|
};
|
|
711
711
|
arrowStyle: {
|
|
712
712
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -764,7 +764,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
764
764
|
default: boolean;
|
|
765
765
|
};
|
|
766
766
|
openedClass: {
|
|
767
|
-
type: (
|
|
767
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
768
768
|
};
|
|
769
769
|
autoFitPosition: {
|
|
770
770
|
type: BooleanConstructor;
|
|
@@ -799,11 +799,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
799
799
|
hide: () => true;
|
|
800
800
|
resize: () => true;
|
|
801
801
|
}, string, {
|
|
802
|
+
disabled: boolean;
|
|
802
803
|
popupVisible: boolean;
|
|
803
804
|
defaultPopupVisible: boolean;
|
|
804
|
-
trigger: "
|
|
805
|
-
position: "
|
|
806
|
-
disabled: boolean;
|
|
805
|
+
trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[];
|
|
806
|
+
position: "br" | "rt" | "tr" | "top" | "tl" | "bottom" | "bl" | "left" | "lt" | "lb" | "right" | "rb";
|
|
807
807
|
popupOffset: number;
|
|
808
808
|
showArrow: boolean;
|
|
809
809
|
alignPoint: boolean;
|
package/es/message/message.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
type: {
|
|
4
|
-
type: PropType<"
|
|
4
|
+
type: PropType<"error" | "normal" | "loading" | "success" | "warning" | "info">;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
closable: {
|
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
31
31
|
handleClose: () => void;
|
|
32
32
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
33
|
type: {
|
|
34
|
-
type: PropType<"
|
|
34
|
+
type: PropType<"error" | "normal" | "loading" | "success" | "warning" | "info">;
|
|
35
35
|
default: string;
|
|
36
36
|
};
|
|
37
37
|
closable: {
|
|
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
57
57
|
}>> & Readonly<{
|
|
58
58
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
59
59
|
}>, {
|
|
60
|
+
type: "error" | "normal" | "loading" | "success" | "warning" | "info";
|
|
60
61
|
duration: number;
|
|
61
|
-
type: "normal" | "error" | "loading" | "success" | "warning" | "info";
|
|
62
62
|
closable: boolean;
|
|
63
63
|
showIcon: boolean;
|
|
64
64
|
resetOnUpdate: boolean;
|
|
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
69
69
|
type: StringConstructor;
|
|
70
70
|
};
|
|
71
71
|
size: {
|
|
72
|
-
type: PropType<"mini" | "
|
|
72
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
73
73
|
default: string;
|
|
74
74
|
};
|
|
75
75
|
disabled: {
|
|
@@ -83,7 +83,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
83
83
|
type: StringConstructor;
|
|
84
84
|
};
|
|
85
85
|
size: {
|
|
86
|
-
type: PropType<"mini" | "
|
|
86
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
87
87
|
default: string;
|
|
88
88
|
};
|
|
89
89
|
disabled: {
|
|
@@ -91,8 +91,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
91
91
|
default: boolean;
|
|
92
92
|
};
|
|
93
93
|
}>> & Readonly<{}>, {
|
|
94
|
+
size: "mini" | "small" | "medium" | "large";
|
|
94
95
|
disabled: boolean;
|
|
95
|
-
size: "mini" | "medium" | "large" | "small";
|
|
96
96
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
97
97
|
IconInfoCircleFill: any;
|
|
98
98
|
IconCheckCircleFill: any;
|