@geelato/web-vue 2.58.2 → 2.59.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/dist/arco-vue.js +8 -1
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +3 -3
- package/dist/arco-vue.min.js.map +1 -1
- package/dist/arco.css +13 -10
- 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/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 +10 -10
- package/es/drawer/index.d.ts +22 -22
- 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 +13 -10
- 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 +33 -18
- package/es/input-number/input-number.d.ts +17 -8
- package/es/input-number/input-number.js +5 -1
- 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 +19 -19
- package/es/modal/modal.d.ts +9 -9
- 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 +33 -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 +126 -96
- package/es/slider/slider-button.d.ts +27 -27
- package/es/slider/slider-input.d.ts +33 -18
- package/es/slider/slider.d.ts +62 -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/index.d.ts +24 -24
- package/es/table/style/index.css +13 -10
- package/es/table/style/index.less +22 -9
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +30 -30
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table.d.ts +11 -11
- package/es/table/table.js +3 -0
- 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 +1910 -1906
- package/json/vetur-tags.json +822 -821
- package/json/web-types.json +4073 -4065
- package/lib/index.css +13 -10
- package/lib/input-number/input-number.js +5 -1
- package/lib/table/style/index.css +13 -10
- package/lib/table/style/index.less +22 -9
- package/lib/table/table.js +3 -0
- package/package.json +1 -1
package/es/mention/index.d.ts
CHANGED
|
@@ -33,12 +33,12 @@ declare const Mention: {
|
|
|
33
33
|
default: boolean;
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{
|
|
36
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
37
|
-
onChange?: ((value: string) => any) | undefined;
|
|
38
36
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
37
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
39
38
|
onSelect?: ((value: string | number | Record<string, any> | undefined) => any) | undefined;
|
|
40
39
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
41
40
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
41
|
+
onChange?: ((value: string) => any) | undefined;
|
|
42
42
|
onSearch?: ((value: string, prefix: string) => any) | undefined;
|
|
43
43
|
}>, {
|
|
44
44
|
inputRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
@@ -55,12 +55,12 @@ declare const Mention: {
|
|
|
55
55
|
focus: (ev: FocusEvent) => true;
|
|
56
56
|
blur: (ev: FocusEvent) => true;
|
|
57
57
|
}, import("vue").PublicProps, {
|
|
58
|
-
prefix: string | string[];
|
|
59
58
|
disabled: boolean;
|
|
59
|
+
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
60
60
|
type: "textarea" | "input";
|
|
61
|
-
allowClear: boolean;
|
|
62
61
|
defaultValue: string;
|
|
63
|
-
|
|
62
|
+
prefix: string | string[];
|
|
63
|
+
allowClear: boolean;
|
|
64
64
|
split: string;
|
|
65
65
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
66
66
|
P: {};
|
|
@@ -100,12 +100,12 @@ declare const Mention: {
|
|
|
100
100
|
default: boolean;
|
|
101
101
|
};
|
|
102
102
|
}>> & Readonly<{
|
|
103
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
104
|
-
onChange?: ((value: string) => any) | undefined;
|
|
105
103
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
104
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
106
105
|
onSelect?: ((value: string | number | Record<string, any> | undefined) => any) | undefined;
|
|
107
106
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
108
107
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
108
|
+
onChange?: ((value: string) => any) | undefined;
|
|
109
109
|
onSearch?: ((value: string, prefix: string) => any) | undefined;
|
|
110
110
|
}>, {
|
|
111
111
|
inputRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
@@ -114,12 +114,12 @@ declare const Mention: {
|
|
|
114
114
|
focus(): void;
|
|
115
115
|
blur(): void;
|
|
116
116
|
}, {
|
|
117
|
-
prefix: string | string[];
|
|
118
117
|
disabled: boolean;
|
|
118
|
+
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
119
119
|
type: "textarea" | "input";
|
|
120
|
-
allowClear: boolean;
|
|
121
120
|
defaultValue: string;
|
|
122
|
-
|
|
121
|
+
prefix: string | string[];
|
|
122
|
+
allowClear: boolean;
|
|
123
123
|
split: string;
|
|
124
124
|
}>;
|
|
125
125
|
__isFragment?: undefined;
|
|
@@ -156,12 +156,12 @@ declare const Mention: {
|
|
|
156
156
|
default: boolean;
|
|
157
157
|
};
|
|
158
158
|
}>> & Readonly<{
|
|
159
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
160
|
-
onChange?: ((value: string) => any) | undefined;
|
|
161
159
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
160
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
162
161
|
onSelect?: ((value: string | number | Record<string, any> | undefined) => any) | undefined;
|
|
163
162
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
164
163
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
164
|
+
onChange?: ((value: string) => any) | undefined;
|
|
165
165
|
onSearch?: ((value: string, prefix: string) => any) | undefined;
|
|
166
166
|
}>, {
|
|
167
167
|
inputRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
@@ -178,12 +178,12 @@ declare const Mention: {
|
|
|
178
178
|
focus: (ev: FocusEvent) => true;
|
|
179
179
|
blur: (ev: FocusEvent) => true;
|
|
180
180
|
}, string, {
|
|
181
|
-
prefix: string | string[];
|
|
182
181
|
disabled: boolean;
|
|
182
|
+
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
183
183
|
type: "textarea" | "input";
|
|
184
|
-
allowClear: boolean;
|
|
185
184
|
defaultValue: string;
|
|
186
|
-
|
|
185
|
+
prefix: string | string[];
|
|
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 & {
|
|
189
189
|
install: (app: App, options?: ArcoOptions | undefined) => void;
|
package/es/mention/mention.d.ts
CHANGED
|
@@ -75,20 +75,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
75
75
|
default: boolean;
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{
|
|
78
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
79
|
-
onChange?: ((value: string) => any) | undefined;
|
|
80
78
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
79
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
81
80
|
onSelect?: ((value: string | number | Record<string, any> | undefined) => any) | undefined;
|
|
82
81
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
83
82
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
83
|
+
onChange?: ((value: string) => any) | undefined;
|
|
84
84
|
onSearch?: ((value: string, prefix: string) => any) | undefined;
|
|
85
85
|
}>, {
|
|
86
|
-
prefix: string | string[];
|
|
87
86
|
disabled: boolean;
|
|
87
|
+
data: (string | number | SelectOptionData | SelectOptionGroup)[];
|
|
88
88
|
type: "textarea" | "input";
|
|
89
|
-
allowClear: boolean;
|
|
90
89
|
defaultValue: string;
|
|
91
|
-
|
|
90
|
+
prefix: string | string[];
|
|
91
|
+
allowClear: boolean;
|
|
92
92
|
split: string;
|
|
93
93
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
94
94
|
export default _default;
|
package/es/menu/base-menu.d.ts
CHANGED
|
@@ -188,12 +188,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
188
188
|
"onSub-menu-click"?: ((...args: any[]) => any) | undefined;
|
|
189
189
|
}>, {
|
|
190
190
|
mode: "pop" | "horizontal" | "vertical" | "popButton";
|
|
191
|
-
popupMaxHeight: number | boolean;
|
|
192
191
|
collapsed: boolean;
|
|
193
192
|
theme: "dark" | "light";
|
|
194
193
|
defaultCollapsed: boolean;
|
|
195
194
|
accordion: boolean;
|
|
196
195
|
defaultSelectedKeys: string[];
|
|
196
|
+
popupMaxHeight: number | boolean;
|
|
197
197
|
autoOpen: boolean;
|
|
198
198
|
autoScrollIntoView: boolean;
|
|
199
199
|
showCollapseButton: boolean;
|
package/es/menu/item.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
6
|
}>, {
|
|
7
|
-
menuContext: Partial<Readonly<Pick<import("./interface").InternalMenuProps, "tooltipProps" | "mode" | "triggerProps" | "
|
|
7
|
+
menuContext: Partial<Readonly<Pick<import("./interface").InternalMenuProps, "tooltipProps" | "mode" | "triggerProps" | "theme" | "popupMaxHeight" | "levelIndent" | "autoScrollIntoView" | "scrollConfig" | "inTrigger"> & {
|
|
8
8
|
selectedKeys: string[];
|
|
9
9
|
openKeys: string[];
|
|
10
10
|
prefixCls: string;
|
package/es/menu/menu.d.ts
CHANGED
|
@@ -206,12 +206,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
206
206
|
"onSub-menu-click"?: ((...args: any[]) => any) | undefined;
|
|
207
207
|
}>, {
|
|
208
208
|
mode: "pop" | "horizontal" | "vertical" | "popButton";
|
|
209
|
-
popupMaxHeight: number | boolean;
|
|
210
209
|
collapsed: boolean;
|
|
211
210
|
theme: "dark" | "light";
|
|
212
211
|
defaultCollapsed: boolean;
|
|
213
212
|
accordion: boolean;
|
|
214
213
|
defaultSelectedKeys: string[];
|
|
214
|
+
popupMaxHeight: number | boolean;
|
|
215
215
|
autoOpen: boolean;
|
|
216
216
|
autoScrollIntoView: boolean;
|
|
217
217
|
showCollapseButton: boolean;
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
26
26
|
triggerPrefixCls: string;
|
|
27
27
|
triggerClassNames: import("vue").ComputedRef<any[]>;
|
|
28
28
|
triggerProps: import("vue").ComputedRef<Omit<import("../trigger").TriggerProps, "class">>;
|
|
29
|
-
menuContext: Partial<Readonly<Pick<import("./interface").InternalMenuProps, "tooltipProps" | "mode" | "triggerProps" | "
|
|
29
|
+
menuContext: Partial<Readonly<Pick<import("./interface").InternalMenuProps, "tooltipProps" | "mode" | "triggerProps" | "theme" | "popupMaxHeight" | "levelIndent" | "autoScrollIntoView" | "scrollConfig" | "inTrigger"> & {
|
|
30
30
|
selectedKeys: string[];
|
|
31
31
|
openKeys: string[];
|
|
32
32
|
prefixCls: string;
|
|
@@ -59,8 +59,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
59
59
|
default: undefined;
|
|
60
60
|
};
|
|
61
61
|
}>> & Readonly<{}>, {
|
|
62
|
-
popupMaxHeight: number | boolean;
|
|
63
62
|
selectable: boolean;
|
|
63
|
+
popupMaxHeight: number | boolean;
|
|
64
64
|
isChildrenSelected: boolean;
|
|
65
65
|
}, {}, {
|
|
66
66
|
Menu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -251,12 +251,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
251
251
|
"onSub-menu-click"?: ((...args: any[]) => any) | undefined;
|
|
252
252
|
}>, {
|
|
253
253
|
mode: "pop" | "horizontal" | "vertical" | "popButton";
|
|
254
|
-
popupMaxHeight: number | boolean;
|
|
255
254
|
collapsed: boolean;
|
|
256
255
|
theme: "dark" | "light";
|
|
257
256
|
defaultCollapsed: boolean;
|
|
258
257
|
accordion: boolean;
|
|
259
258
|
defaultSelectedKeys: string[];
|
|
259
|
+
popupMaxHeight: number | boolean;
|
|
260
260
|
autoOpen: boolean;
|
|
261
261
|
autoScrollIntoView: boolean;
|
|
262
262
|
showCollapseButton: boolean;
|
|
@@ -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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
331
331
|
};
|
|
332
332
|
contentStyle: {
|
|
333
333
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
334
334
|
};
|
|
335
335
|
arrowClass: {
|
|
336
|
-
type: (
|
|
336
|
+
type: (ObjectConstructor | StringConstructor | 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: (ObjectConstructor | StringConstructor | 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;
|
|
430
429
|
popupVisible: boolean;
|
|
431
430
|
defaultPopupVisible: boolean;
|
|
432
431
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
433
432
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
433
|
+
disabled: boolean;
|
|
434
434
|
popupOffset: number;
|
|
435
435
|
showArrow: boolean;
|
|
436
436
|
alignPoint: boolean;
|
|
@@ -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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
522
522
|
};
|
|
523
523
|
contentStyle: {
|
|
524
524
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
525
525
|
};
|
|
526
526
|
arrowClass: {
|
|
527
|
-
type: (
|
|
527
|
+
type: (ObjectConstructor | StringConstructor | 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: (ObjectConstructor | StringConstructor | 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;
|
|
615
614
|
popupVisible: boolean;
|
|
616
615
|
defaultPopupVisible: boolean;
|
|
617
616
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
618
617
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
618
|
+
disabled: boolean;
|
|
619
619
|
popupOffset: number;
|
|
620
620
|
showArrow: boolean;
|
|
621
621
|
alignPoint: boolean;
|
|
@@ -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: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
704
704
|
};
|
|
705
705
|
contentStyle: {
|
|
706
706
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
707
707
|
};
|
|
708
708
|
arrowClass: {
|
|
709
|
-
type: (
|
|
709
|
+
type: (ObjectConstructor | StringConstructor | 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: (ObjectConstructor | StringConstructor | 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;
|
|
803
802
|
popupVisible: boolean;
|
|
804
803
|
defaultPopupVisible: boolean;
|
|
805
804
|
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
806
805
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
806
|
+
disabled: boolean;
|
|
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<"normal" | "error" | "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<"normal" | "error" | "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";
|
|
61
60
|
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" | "medium" | "large" | "small">;
|
|
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" | "medium" | "large" | "small">;
|
|
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";
|
|
95
94
|
disabled: boolean;
|
|
95
|
+
size: "mini" | "medium" | "large" | "small";
|
|
96
96
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
97
97
|
IconInfoCircleFill: any;
|
|
98
98
|
IconCheckCircleFill: any;
|
package/es/modal/index.d.ts
CHANGED
|
@@ -127,8 +127,8 @@ declare const Modal: {
|
|
|
127
127
|
};
|
|
128
128
|
}>> & Readonly<{
|
|
129
129
|
onOpen?: (() => any) | undefined;
|
|
130
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
131
130
|
onClose?: (() => any) | undefined;
|
|
131
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
132
132
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
133
133
|
onOk?: ((e: Event) => any) | undefined;
|
|
134
134
|
"onUpdate:fullscreen"?: ((fullscreen: boolean) => any) | undefined;
|
|
@@ -209,7 +209,7 @@ declare const Modal: {
|
|
|
209
209
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
210
210
|
};
|
|
211
211
|
size: {
|
|
212
|
-
type: import("vue").PropType<"mini" | "
|
|
212
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
213
213
|
};
|
|
214
214
|
long: {
|
|
215
215
|
type: BooleanConstructor;
|
|
@@ -268,7 +268,7 @@ declare const Modal: {
|
|
|
268
268
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
269
269
|
};
|
|
270
270
|
size: {
|
|
271
|
-
type: import("vue").PropType<"mini" | "
|
|
271
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
272
272
|
};
|
|
273
273
|
long: {
|
|
274
274
|
type: BooleanConstructor;
|
|
@@ -320,7 +320,7 @@ declare const Modal: {
|
|
|
320
320
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
321
321
|
};
|
|
322
322
|
size: {
|
|
323
|
-
type: import("vue").PropType<"mini" | "
|
|
323
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
324
324
|
};
|
|
325
325
|
long: {
|
|
326
326
|
type: BooleanConstructor;
|
|
@@ -373,7 +373,7 @@ declare const Modal: {
|
|
|
373
373
|
type: import("vue").PropType<"round" | "circle" | "square">;
|
|
374
374
|
};
|
|
375
375
|
size: {
|
|
376
|
-
type: import("vue").PropType<"mini" | "
|
|
376
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
377
377
|
};
|
|
378
378
|
disabled: {
|
|
379
379
|
type: BooleanConstructor;
|
|
@@ -391,7 +391,7 @@ declare const Modal: {
|
|
|
391
391
|
type: import("vue").PropType<"round" | "circle" | "square">;
|
|
392
392
|
};
|
|
393
393
|
size: {
|
|
394
|
-
type: import("vue").PropType<"mini" | "
|
|
394
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
395
395
|
};
|
|
396
396
|
disabled: {
|
|
397
397
|
type: BooleanConstructor;
|
|
@@ -406,7 +406,7 @@ declare const Modal: {
|
|
|
406
406
|
type: StringConstructor;
|
|
407
407
|
};
|
|
408
408
|
size: {
|
|
409
|
-
type: import("vue").PropType<"mini" | "
|
|
409
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
410
410
|
default: string;
|
|
411
411
|
};
|
|
412
412
|
disabled: {
|
|
@@ -420,7 +420,7 @@ declare const Modal: {
|
|
|
420
420
|
type: StringConstructor;
|
|
421
421
|
};
|
|
422
422
|
size: {
|
|
423
|
-
type: import("vue").PropType<"mini" | "
|
|
423
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
424
424
|
default: string;
|
|
425
425
|
};
|
|
426
426
|
disabled: {
|
|
@@ -428,8 +428,8 @@ declare const Modal: {
|
|
|
428
428
|
default: boolean;
|
|
429
429
|
};
|
|
430
430
|
}>> & Readonly<{}>, {
|
|
431
|
-
size: "mini" | "small" | "medium" | "large";
|
|
432
431
|
disabled: boolean;
|
|
432
|
+
size: "mini" | "medium" | "large" | "small";
|
|
433
433
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
434
434
|
IconClose: any;
|
|
435
435
|
IconFullscreen: any;
|
|
@@ -570,8 +570,8 @@ declare const Modal: {
|
|
|
570
570
|
};
|
|
571
571
|
}>> & Readonly<{
|
|
572
572
|
onOpen?: (() => any) | undefined;
|
|
573
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
574
573
|
onClose?: (() => any) | undefined;
|
|
574
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
575
575
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
576
576
|
onOk?: ((e: Event) => any) | undefined;
|
|
577
577
|
"onUpdate:fullscreen"?: ((fullscreen: boolean) => any) | undefined;
|
|
@@ -756,8 +756,8 @@ declare const Modal: {
|
|
|
756
756
|
};
|
|
757
757
|
}>> & Readonly<{
|
|
758
758
|
onOpen?: (() => any) | undefined;
|
|
759
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
760
759
|
onClose?: (() => any) | undefined;
|
|
760
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
761
761
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
762
762
|
onOk?: ((e: Event) => any) | undefined;
|
|
763
763
|
"onUpdate:fullscreen"?: ((fullscreen: boolean) => any) | undefined;
|
|
@@ -838,7 +838,7 @@ declare const Modal: {
|
|
|
838
838
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
839
839
|
};
|
|
840
840
|
size: {
|
|
841
|
-
type: import("vue").PropType<"mini" | "
|
|
841
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
842
842
|
};
|
|
843
843
|
long: {
|
|
844
844
|
type: BooleanConstructor;
|
|
@@ -897,7 +897,7 @@ declare const Modal: {
|
|
|
897
897
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
898
898
|
};
|
|
899
899
|
size: {
|
|
900
|
-
type: import("vue").PropType<"mini" | "
|
|
900
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
901
901
|
};
|
|
902
902
|
long: {
|
|
903
903
|
type: BooleanConstructor;
|
|
@@ -949,7 +949,7 @@ declare const Modal: {
|
|
|
949
949
|
type: import("vue").PropType<"normal" | "success" | "warning" | "danger">;
|
|
950
950
|
};
|
|
951
951
|
size: {
|
|
952
|
-
type: import("vue").PropType<"mini" | "
|
|
952
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
953
953
|
};
|
|
954
954
|
long: {
|
|
955
955
|
type: BooleanConstructor;
|
|
@@ -1002,7 +1002,7 @@ declare const Modal: {
|
|
|
1002
1002
|
type: import("vue").PropType<"round" | "circle" | "square">;
|
|
1003
1003
|
};
|
|
1004
1004
|
size: {
|
|
1005
|
-
type: import("vue").PropType<"mini" | "
|
|
1005
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
1006
1006
|
};
|
|
1007
1007
|
disabled: {
|
|
1008
1008
|
type: BooleanConstructor;
|
|
@@ -1020,7 +1020,7 @@ declare const Modal: {
|
|
|
1020
1020
|
type: import("vue").PropType<"round" | "circle" | "square">;
|
|
1021
1021
|
};
|
|
1022
1022
|
size: {
|
|
1023
|
-
type: import("vue").PropType<"mini" | "
|
|
1023
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
1024
1024
|
};
|
|
1025
1025
|
disabled: {
|
|
1026
1026
|
type: BooleanConstructor;
|
|
@@ -1035,7 +1035,7 @@ declare const Modal: {
|
|
|
1035
1035
|
type: StringConstructor;
|
|
1036
1036
|
};
|
|
1037
1037
|
size: {
|
|
1038
|
-
type: import("vue").PropType<"mini" | "
|
|
1038
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
1039
1039
|
default: string;
|
|
1040
1040
|
};
|
|
1041
1041
|
disabled: {
|
|
@@ -1049,7 +1049,7 @@ declare const Modal: {
|
|
|
1049
1049
|
type: StringConstructor;
|
|
1050
1050
|
};
|
|
1051
1051
|
size: {
|
|
1052
|
-
type: import("vue").PropType<"mini" | "
|
|
1052
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
1053
1053
|
default: string;
|
|
1054
1054
|
};
|
|
1055
1055
|
disabled: {
|
|
@@ -1057,8 +1057,8 @@ declare const Modal: {
|
|
|
1057
1057
|
default: boolean;
|
|
1058
1058
|
};
|
|
1059
1059
|
}>> & Readonly<{}>, {
|
|
1060
|
-
size: "mini" | "small" | "medium" | "large";
|
|
1061
1060
|
disabled: boolean;
|
|
1061
|
+
size: "mini" | "medium" | "large" | "small";
|
|
1062
1062
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1063
1063
|
IconClose: any;
|
|
1064
1064
|
IconFullscreen: any;
|
package/es/modal/modal.d.ts
CHANGED
|
@@ -285,8 +285,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
285
285
|
};
|
|
286
286
|
}>> & Readonly<{
|
|
287
287
|
onOpen?: (() => any) | undefined;
|
|
288
|
-
onCancel?: ((e: Event) => any) | undefined;
|
|
289
288
|
onClose?: (() => any) | undefined;
|
|
289
|
+
onCancel?: ((e: Event) => any) | undefined;
|
|
290
290
|
"onUpdate:visible"?: ((visible: boolean) => any) | undefined;
|
|
291
291
|
onOk?: ((e: Event) => any) | undefined;
|
|
292
292
|
"onUpdate:fullscreen"?: ((fullscreen: boolean) => any) | undefined;
|
|
@@ -330,7 +330,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
330
330
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
331
331
|
};
|
|
332
332
|
size: {
|
|
333
|
-
type: PropType<"mini" | "
|
|
333
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
334
334
|
};
|
|
335
335
|
long: {
|
|
336
336
|
type: BooleanConstructor;
|
|
@@ -389,7 +389,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
389
389
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
390
390
|
};
|
|
391
391
|
size: {
|
|
392
|
-
type: PropType<"mini" | "
|
|
392
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
393
393
|
};
|
|
394
394
|
long: {
|
|
395
395
|
type: BooleanConstructor;
|
|
@@ -441,7 +441,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
441
441
|
type: PropType<"normal" | "success" | "warning" | "danger">;
|
|
442
442
|
};
|
|
443
443
|
size: {
|
|
444
|
-
type: PropType<"mini" | "
|
|
444
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
445
445
|
};
|
|
446
446
|
long: {
|
|
447
447
|
type: BooleanConstructor;
|
|
@@ -494,7 +494,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
494
494
|
type: PropType<"round" | "circle" | "square">;
|
|
495
495
|
};
|
|
496
496
|
size: {
|
|
497
|
-
type: PropType<"mini" | "
|
|
497
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
498
498
|
};
|
|
499
499
|
disabled: {
|
|
500
500
|
type: BooleanConstructor;
|
|
@@ -512,7 +512,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
512
512
|
type: PropType<"round" | "circle" | "square">;
|
|
513
513
|
};
|
|
514
514
|
size: {
|
|
515
|
-
type: PropType<"mini" | "
|
|
515
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
516
516
|
};
|
|
517
517
|
disabled: {
|
|
518
518
|
type: BooleanConstructor;
|
|
@@ -527,7 +527,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
527
527
|
type: StringConstructor;
|
|
528
528
|
};
|
|
529
529
|
size: {
|
|
530
|
-
type: PropType<"mini" | "
|
|
530
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
531
531
|
default: string;
|
|
532
532
|
};
|
|
533
533
|
disabled: {
|
|
@@ -541,7 +541,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
541
541
|
type: StringConstructor;
|
|
542
542
|
};
|
|
543
543
|
size: {
|
|
544
|
-
type: PropType<"mini" | "
|
|
544
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
545
545
|
default: string;
|
|
546
546
|
};
|
|
547
547
|
disabled: {
|
|
@@ -549,8 +549,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
549
549
|
default: boolean;
|
|
550
550
|
};
|
|
551
551
|
}>> & Readonly<{}>, {
|
|
552
|
-
size: "mini" | "small" | "medium" | "large";
|
|
553
552
|
disabled: boolean;
|
|
553
|
+
size: "mini" | "medium" | "large" | "small";
|
|
554
554
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
555
555
|
IconClose: any;
|
|
556
556
|
IconFullscreen: any;
|
|
@@ -47,8 +47,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
47
47
|
}>> & Readonly<{
|
|
48
48
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
49
49
|
}>, {
|
|
50
|
-
type: "error" | "success" | "warning" | "info";
|
|
51
50
|
duration: number;
|
|
51
|
+
type: "error" | "success" | "warning" | "info";
|
|
52
52
|
closable: boolean;
|
|
53
53
|
showIcon: boolean;
|
|
54
54
|
resetOnUpdate: boolean;
|
|
@@ -58,7 +58,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
58
58
|
type: StringConstructor;
|
|
59
59
|
};
|
|
60
60
|
size: {
|
|
61
|
-
type: PropType<"mini" | "
|
|
61
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
62
62
|
default: string;
|
|
63
63
|
};
|
|
64
64
|
disabled: {
|
|
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
72
72
|
type: StringConstructor;
|
|
73
73
|
};
|
|
74
74
|
size: {
|
|
75
|
-
type: PropType<"mini" | "
|
|
75
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
76
76
|
default: string;
|
|
77
77
|
};
|
|
78
78
|
disabled: {
|
|
@@ -80,8 +80,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
80
80
|
default: boolean;
|
|
81
81
|
};
|
|
82
82
|
}>> & Readonly<{}>, {
|
|
83
|
-
size: "mini" | "small" | "medium" | "large";
|
|
84
83
|
disabled: boolean;
|
|
84
|
+
size: "mini" | "medium" | "large" | "small";
|
|
85
85
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
86
86
|
IconInfoCircleFill: any;
|
|
87
87
|
IconCheckCircleFill: any;
|