@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
|
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4
4
|
type: StringConstructor;
|
|
5
5
|
};
|
|
6
6
|
size: {
|
|
7
|
-
type: PropType<"mini" | "
|
|
7
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
disabled: {
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
18
18
|
type: StringConstructor;
|
|
19
19
|
};
|
|
20
20
|
size: {
|
|
21
|
-
type: PropType<"mini" | "
|
|
21
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
22
22
|
default: string;
|
|
23
23
|
};
|
|
24
24
|
disabled: {
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
26
26
|
default: boolean;
|
|
27
27
|
};
|
|
28
28
|
}>> & Readonly<{}>, {
|
|
29
|
-
size: "mini" | "small" | "medium" | "large";
|
|
30
29
|
disabled: boolean;
|
|
30
|
+
size: "mini" | "medium" | "large" | "small";
|
|
31
31
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
32
32
|
export default _default;
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
retainInputValue: BooleanConstructor;
|
|
13
13
|
disabled: BooleanConstructor;
|
|
14
14
|
baseCls: StringConstructor;
|
|
15
|
-
size: PropType<"mini" | "
|
|
15
|
+
size: PropType<"mini" | "medium" | "large" | "small">;
|
|
16
16
|
error: BooleanConstructor;
|
|
17
17
|
focused: BooleanConstructor;
|
|
18
18
|
uninjectFormItemContext: BooleanConstructor;
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
22
22
|
}, {}, {}, {
|
|
23
23
|
focus(): void;
|
|
24
24
|
blur(): void;
|
|
25
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "
|
|
25
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:inputValue" | "inputValueChange" | "blur")[], "focus" | "update:inputValue" | "inputValueChange" | "blur", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
modelValue: PropType<SelectViewValue>;
|
|
27
27
|
inputValue: {
|
|
28
28
|
type: StringConstructor;
|
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
34
34
|
retainInputValue: BooleanConstructor;
|
|
35
35
|
disabled: BooleanConstructor;
|
|
36
36
|
baseCls: StringConstructor;
|
|
37
|
-
size: PropType<"mini" | "
|
|
37
|
+
size: PropType<"mini" | "medium" | "large" | "small">;
|
|
38
38
|
error: BooleanConstructor;
|
|
39
39
|
focused: BooleanConstructor;
|
|
40
40
|
uninjectFormItemContext: BooleanConstructor;
|
|
@@ -45,11 +45,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
45
45
|
onInputValueChange?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
}>, {
|
|
47
47
|
disabled: boolean;
|
|
48
|
-
focused: boolean;
|
|
49
|
-
error: boolean;
|
|
50
48
|
inputValue: string;
|
|
51
49
|
enabledInput: boolean;
|
|
52
50
|
retainInputValue: boolean;
|
|
51
|
+
error: boolean;
|
|
52
|
+
focused: boolean;
|
|
53
53
|
uninjectFormItemContext: boolean;
|
|
54
54
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
55
55
|
export default _default;
|
|
@@ -2,7 +2,7 @@ import { Dayjs } from 'dayjs';
|
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
size: {
|
|
5
|
-
type: PropType<"mini" | "
|
|
5
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
6
6
|
};
|
|
7
7
|
focused: {
|
|
8
8
|
type: BooleanConstructor;
|
|
@@ -63,9 +63,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
63
|
}, {}, {}, {
|
|
64
64
|
focus(index?: number | undefined): void;
|
|
65
65
|
blur(): void;
|
|
66
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focused-index-change" | "update:focusedIndex" | "change" | "
|
|
66
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter")[], "clear" | "focused-index-change" | "update:focusedIndex" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
67
|
size: {
|
|
68
|
-
type: PropType<"mini" | "
|
|
68
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
69
69
|
};
|
|
70
70
|
focused: {
|
|
71
71
|
type: BooleanConstructor;
|
|
@@ -102,18 +102,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
102
102
|
required: true;
|
|
103
103
|
};
|
|
104
104
|
}>> & Readonly<{
|
|
105
|
-
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
106
|
-
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
107
105
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
108
106
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
"onFocused-index-change"?: ((...args: any[]) => any) | undefined;
|
|
108
|
+
"onUpdate:focusedIndex"?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
110
110
|
}>, {
|
|
111
111
|
disabled: boolean | boolean[];
|
|
112
|
-
|
|
112
|
+
placeholder: string[];
|
|
113
113
|
error: boolean;
|
|
114
|
+
focused: boolean;
|
|
114
115
|
readonly: boolean;
|
|
115
116
|
allowClear: boolean;
|
|
116
|
-
placeholder: string[];
|
|
117
117
|
value: (Dayjs | undefined)[];
|
|
118
118
|
}, {}, {
|
|
119
119
|
IconHover: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -121,7 +121,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
121
121
|
type: StringConstructor;
|
|
122
122
|
};
|
|
123
123
|
size: {
|
|
124
|
-
type: PropType<"mini" | "
|
|
124
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
125
125
|
default: string;
|
|
126
126
|
};
|
|
127
127
|
disabled: {
|
|
@@ -135,7 +135,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
135
135
|
type: StringConstructor;
|
|
136
136
|
};
|
|
137
137
|
size: {
|
|
138
|
-
type: PropType<"mini" | "
|
|
138
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
139
139
|
default: string;
|
|
140
140
|
};
|
|
141
141
|
disabled: {
|
|
@@ -143,8 +143,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
143
143
|
default: boolean;
|
|
144
144
|
};
|
|
145
145
|
}>> & Readonly<{}>, {
|
|
146
|
-
size: "mini" | "small" | "medium" | "large";
|
|
147
146
|
disabled: boolean;
|
|
147
|
+
size: "mini" | "medium" | "large" | "small";
|
|
148
148
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
149
149
|
IconClose: any;
|
|
150
150
|
FeedbackIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2,7 +2,7 @@ import { Dayjs } from 'dayjs';
|
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
size: {
|
|
5
|
-
type: PropType<"mini" | "
|
|
5
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
6
6
|
};
|
|
7
7
|
focused: {
|
|
8
8
|
type: BooleanConstructor;
|
|
@@ -48,9 +48,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
48
48
|
}, {}, {}, {
|
|
49
49
|
focus(): void;
|
|
50
50
|
blur(): void;
|
|
51
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
51
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "change" | "press-enter")[], "clear" | "blur" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
52
|
size: {
|
|
53
|
-
type: PropType<"mini" | "
|
|
53
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
54
54
|
};
|
|
55
55
|
focused: {
|
|
56
56
|
type: BooleanConstructor;
|
|
@@ -81,14 +81,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
81
81
|
required: true;
|
|
82
82
|
};
|
|
83
83
|
}>> & Readonly<{
|
|
84
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
84
85
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
85
86
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
86
87
|
"onPress-enter"?: ((...args: any[]) => any) | undefined;
|
|
87
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
}>, {
|
|
89
89
|
disabled: boolean;
|
|
90
|
-
focused: boolean;
|
|
91
90
|
error: boolean;
|
|
91
|
+
focused: boolean;
|
|
92
92
|
readonly: boolean;
|
|
93
93
|
allowClear: boolean;
|
|
94
94
|
}, {}, {
|
|
@@ -97,7 +97,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
97
97
|
type: StringConstructor;
|
|
98
98
|
};
|
|
99
99
|
size: {
|
|
100
|
-
type: PropType<"mini" | "
|
|
100
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
101
101
|
default: string;
|
|
102
102
|
};
|
|
103
103
|
disabled: {
|
|
@@ -111,7 +111,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
111
111
|
type: StringConstructor;
|
|
112
112
|
};
|
|
113
113
|
size: {
|
|
114
|
-
type: PropType<"mini" | "
|
|
114
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
115
115
|
default: string;
|
|
116
116
|
};
|
|
117
117
|
disabled: {
|
|
@@ -119,8 +119,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
119
119
|
default: boolean;
|
|
120
120
|
};
|
|
121
121
|
}>> & Readonly<{}>, {
|
|
122
|
-
size: "mini" | "small" | "medium" | "large";
|
|
123
122
|
disabled: boolean;
|
|
123
|
+
size: "mini" | "medium" | "large" | "small";
|
|
124
124
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
125
125
|
IconClose: any;
|
|
126
126
|
FeedbackIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
27
|
size: {
|
|
28
|
-
type: PropType<"mini" | "
|
|
28
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
29
29
|
};
|
|
30
30
|
bordered: {
|
|
31
31
|
type: BooleanConstructor;
|
|
@@ -67,7 +67,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
67
67
|
}, {}, {}, {
|
|
68
68
|
focus(): void;
|
|
69
69
|
blur(): void;
|
|
70
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
70
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "clear" | "blur" | "remove")[], "focus" | "clear" | "blur" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
71
71
|
modelValue: {
|
|
72
72
|
type: PropType<SelectViewValue[]>;
|
|
73
73
|
required: true;
|
|
@@ -91,7 +91,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
91
91
|
default: boolean;
|
|
92
92
|
};
|
|
93
93
|
size: {
|
|
94
|
-
type: PropType<"mini" | "
|
|
94
|
+
type: PropType<"mini" | "medium" | "large" | "small">;
|
|
95
95
|
};
|
|
96
96
|
bordered: {
|
|
97
97
|
type: BooleanConstructor;
|
|
@@ -126,16 +126,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
126
126
|
default: boolean;
|
|
127
127
|
};
|
|
128
128
|
}>> & Readonly<{
|
|
129
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
130
129
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
131
130
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
131
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
132
132
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
133
133
|
}>, {
|
|
134
134
|
disabled: boolean;
|
|
135
|
-
error: boolean;
|
|
136
|
-
allowClear: boolean;
|
|
137
135
|
multiple: boolean;
|
|
138
136
|
retainInputValue: boolean;
|
|
137
|
+
error: boolean;
|
|
138
|
+
allowClear: boolean;
|
|
139
139
|
loading: boolean;
|
|
140
140
|
opened: boolean;
|
|
141
141
|
bordered: boolean;
|
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
30
30
|
default: number;
|
|
31
31
|
};
|
|
32
32
|
component: {
|
|
33
|
-
type: (
|
|
33
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
listAttrs: {
|
|
@@ -97,7 +97,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
97
97
|
default: number;
|
|
98
98
|
};
|
|
99
99
|
component: {
|
|
100
|
-
type: (
|
|
100
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
101
101
|
default: string;
|
|
102
102
|
};
|
|
103
103
|
listAttrs: {
|
|
@@ -2,13 +2,13 @@ import { Ref } from 'vue';
|
|
|
2
2
|
import { FormItemContext } from '../form/context';
|
|
3
3
|
import { Size } from '../_utils/constant';
|
|
4
4
|
export declare const useFormItem: ({ size, disabled, error, uninject, }?: {
|
|
5
|
-
size?: Ref<"mini" | "
|
|
5
|
+
size?: Ref<"mini" | "medium" | "large" | "small" | undefined, "mini" | "medium" | "large" | "small" | undefined> | undefined;
|
|
6
6
|
disabled?: Ref<boolean, boolean> | undefined;
|
|
7
7
|
error?: Ref<boolean, boolean> | undefined;
|
|
8
8
|
uninject?: boolean | undefined;
|
|
9
9
|
}) => {
|
|
10
10
|
formItemCtx: FormItemContext;
|
|
11
|
-
mergedSize: import("vue").ComputedRef<"mini" | "
|
|
11
|
+
mergedSize: import("vue").ComputedRef<"mini" | "medium" | "large" | "small" | undefined>;
|
|
12
12
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
13
13
|
mergedError: import("vue").ComputedRef<boolean>;
|
|
14
14
|
feedback: Ref<string | undefined, string | undefined>;
|
package/es/_hooks/use-size.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
import { Size } from '../_utils/constant';
|
|
3
|
-
export declare const useSize: (size?: Ref<"mini" | "
|
|
4
|
-
defaultValue?: "mini" | "
|
|
3
|
+
export declare const useSize: (size?: Ref<"mini" | "medium" | "large" | "small" | undefined, "mini" | "medium" | "large" | "small" | undefined> | undefined, { defaultValue }?: {
|
|
4
|
+
defaultValue?: "mini" | "medium" | "large" | "small" | undefined;
|
|
5
5
|
}) => {
|
|
6
|
-
mergedSize: import("vue").ComputedRef<"mini" | "
|
|
6
|
+
mergedSize: import("vue").ComputedRef<"mini" | "medium" | "large" | "small">;
|
|
7
7
|
};
|
package/es/alert/alert.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" | "success" | "warning" | "info">;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
showIcon: {
|
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
34
34
|
afterClose: () => true;
|
|
35
35
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
36
|
type: {
|
|
37
|
-
type: PropType<"
|
|
37
|
+
type: PropType<"normal" | "error" | "success" | "warning" | "info">;
|
|
38
38
|
default: string;
|
|
39
39
|
};
|
|
40
40
|
showIcon: {
|
|
@@ -58,8 +58,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
58
58
|
onClose?: ((ev: MouseEvent) => any) | undefined;
|
|
59
59
|
onAfterClose?: (() => any) | undefined;
|
|
60
60
|
}>, {
|
|
61
|
-
type: "error" | "normal" | "success" | "warning" | "info";
|
|
62
61
|
center: boolean;
|
|
62
|
+
type: "normal" | "error" | "success" | "warning" | "info";
|
|
63
63
|
closable: boolean;
|
|
64
64
|
showIcon: boolean;
|
|
65
65
|
banner: 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
|
IconClose: any;
|
|
98
98
|
IconInfoCircleFill: any;
|
package/es/alert/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import _Alert from './alert';
|
|
|
4
4
|
declare const Alert: {
|
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
type: {
|
|
7
|
-
type: import("vue").PropType<"
|
|
7
|
+
type: import("vue").PropType<"normal" | "error" | "success" | "warning" | "info">;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
10
|
showIcon: {
|
|
@@ -39,8 +39,8 @@ declare const Alert: {
|
|
|
39
39
|
close: (ev: MouseEvent) => true;
|
|
40
40
|
afterClose: () => true;
|
|
41
41
|
}, import("vue").PublicProps, {
|
|
42
|
-
type: "error" | "normal" | "success" | "warning" | "info";
|
|
43
42
|
center: boolean;
|
|
43
|
+
type: "normal" | "error" | "success" | "warning" | "info";
|
|
44
44
|
closable: boolean;
|
|
45
45
|
showIcon: boolean;
|
|
46
46
|
banner: boolean;
|
|
@@ -50,7 +50,7 @@ declare const Alert: {
|
|
|
50
50
|
type: StringConstructor;
|
|
51
51
|
};
|
|
52
52
|
size: {
|
|
53
|
-
type: import("vue").PropType<"mini" | "
|
|
53
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
54
54
|
default: string;
|
|
55
55
|
};
|
|
56
56
|
disabled: {
|
|
@@ -64,7 +64,7 @@ declare const Alert: {
|
|
|
64
64
|
type: StringConstructor;
|
|
65
65
|
};
|
|
66
66
|
size: {
|
|
67
|
-
type: import("vue").PropType<"mini" | "
|
|
67
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
68
68
|
default: string;
|
|
69
69
|
};
|
|
70
70
|
disabled: {
|
|
@@ -72,8 +72,8 @@ declare const Alert: {
|
|
|
72
72
|
default: boolean;
|
|
73
73
|
};
|
|
74
74
|
}>> & Readonly<{}>, {
|
|
75
|
-
size: "mini" | "small" | "medium" | "large";
|
|
76
75
|
disabled: boolean;
|
|
76
|
+
size: "mini" | "medium" | "large" | "small";
|
|
77
77
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
78
78
|
IconClose: any;
|
|
79
79
|
IconInfoCircleFill: any;
|
|
@@ -89,7 +89,7 @@ declare const Alert: {
|
|
|
89
89
|
Defaults: {};
|
|
90
90
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
91
91
|
type: {
|
|
92
|
-
type: import("vue").PropType<"
|
|
92
|
+
type: import("vue").PropType<"normal" | "error" | "success" | "warning" | "info">;
|
|
93
93
|
default: string;
|
|
94
94
|
};
|
|
95
95
|
showIcon: {
|
|
@@ -121,8 +121,8 @@ declare const Alert: {
|
|
|
121
121
|
handleClose: (ev: MouseEvent) => void;
|
|
122
122
|
handleAfterLeave: () => void;
|
|
123
123
|
}, {}, {}, {}, {
|
|
124
|
-
type: "error" | "normal" | "success" | "warning" | "info";
|
|
125
124
|
center: boolean;
|
|
125
|
+
type: "normal" | "error" | "success" | "warning" | "info";
|
|
126
126
|
closable: boolean;
|
|
127
127
|
showIcon: boolean;
|
|
128
128
|
banner: boolean;
|
|
@@ -132,7 +132,7 @@ declare const Alert: {
|
|
|
132
132
|
__isSuspense?: undefined;
|
|
133
133
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
134
134
|
type: {
|
|
135
|
-
type: import("vue").PropType<"
|
|
135
|
+
type: import("vue").PropType<"normal" | "error" | "success" | "warning" | "info">;
|
|
136
136
|
default: string;
|
|
137
137
|
};
|
|
138
138
|
showIcon: {
|
|
@@ -167,8 +167,8 @@ declare const Alert: {
|
|
|
167
167
|
close: (ev: MouseEvent) => true;
|
|
168
168
|
afterClose: () => true;
|
|
169
169
|
}, string, {
|
|
170
|
-
type: "error" | "normal" | "success" | "warning" | "info";
|
|
171
170
|
center: boolean;
|
|
171
|
+
type: "normal" | "error" | "success" | "warning" | "info";
|
|
172
172
|
closable: boolean;
|
|
173
173
|
showIcon: boolean;
|
|
174
174
|
banner: boolean;
|
|
@@ -178,7 +178,7 @@ declare const Alert: {
|
|
|
178
178
|
type: StringConstructor;
|
|
179
179
|
};
|
|
180
180
|
size: {
|
|
181
|
-
type: import("vue").PropType<"mini" | "
|
|
181
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
182
182
|
default: string;
|
|
183
183
|
};
|
|
184
184
|
disabled: {
|
|
@@ -192,7 +192,7 @@ declare const Alert: {
|
|
|
192
192
|
type: StringConstructor;
|
|
193
193
|
};
|
|
194
194
|
size: {
|
|
195
|
-
type: import("vue").PropType<"mini" | "
|
|
195
|
+
type: import("vue").PropType<"mini" | "medium" | "large" | "small">;
|
|
196
196
|
default: string;
|
|
197
197
|
};
|
|
198
198
|
disabled: {
|
|
@@ -200,8 +200,8 @@ declare const Alert: {
|
|
|
200
200
|
default: boolean;
|
|
201
201
|
};
|
|
202
202
|
}>> & Readonly<{}>, {
|
|
203
|
-
size: "mini" | "small" | "medium" | "large";
|
|
204
203
|
disabled: boolean;
|
|
204
|
+
size: "mini" | "medium" | "large" | "small";
|
|
205
205
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
206
206
|
IconClose: any;
|
|
207
207
|
IconInfoCircleFill: any;
|
package/es/anchor/anchor.d.ts
CHANGED
|
@@ -52,8 +52,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
52
52
|
default: boolean;
|
|
53
53
|
};
|
|
54
54
|
}>> & Readonly<{
|
|
55
|
-
onChange?: ((hash: string) => any) | undefined;
|
|
56
55
|
onSelect?: ((hash: string | undefined, preHash: string) => any) | undefined;
|
|
56
|
+
onChange?: ((hash: string) => any) | undefined;
|
|
57
57
|
}>, {
|
|
58
58
|
smooth: boolean;
|
|
59
59
|
boundary: number | "center" | "end" | "start" | "nearest";
|
package/es/anchor/index.d.ts
CHANGED
|
@@ -25,8 +25,8 @@ declare const Anchor: {
|
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
27
|
}>> & Readonly<{
|
|
28
|
-
onChange?: ((hash: string) => any) | undefined;
|
|
29
28
|
onSelect?: ((hash: string | undefined, preHash: string) => any) | undefined;
|
|
29
|
+
onChange?: ((hash: string) => any) | undefined;
|
|
30
30
|
}>, {
|
|
31
31
|
prefixCls: string;
|
|
32
32
|
cls: import("vue").ComputedRef<(string | {
|
|
@@ -71,8 +71,8 @@ declare const Anchor: {
|
|
|
71
71
|
default: boolean;
|
|
72
72
|
};
|
|
73
73
|
}>> & Readonly<{
|
|
74
|
-
onChange?: ((hash: string) => any) | undefined;
|
|
75
74
|
onSelect?: ((hash: string | undefined, preHash: string) => any) | undefined;
|
|
75
|
+
onChange?: ((hash: string) => any) | undefined;
|
|
76
76
|
}>, {
|
|
77
77
|
prefixCls: string;
|
|
78
78
|
cls: import("vue").ComputedRef<(string | {
|
|
@@ -111,8 +111,8 @@ declare const Anchor: {
|
|
|
111
111
|
default: boolean;
|
|
112
112
|
};
|
|
113
113
|
}>> & Readonly<{
|
|
114
|
-
onChange?: ((hash: string) => any) | undefined;
|
|
115
114
|
onSelect?: ((hash: string | undefined, preHash: string) => any) | undefined;
|
|
115
|
+
onChange?: ((hash: string) => any) | undefined;
|
|
116
116
|
}>, {
|
|
117
117
|
prefixCls: string;
|
|
118
118
|
cls: import("vue").ComputedRef<(string | {
|
|
@@ -94,19 +94,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
94
94
|
};
|
|
95
95
|
}>> & Readonly<{
|
|
96
96
|
onClear?: ((ev: Event) => any) | undefined;
|
|
97
|
-
onChange?: ((value: string) => any) | undefined;
|
|
98
97
|
onSelect?: ((value: string) => any) | undefined;
|
|
99
98
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
99
|
+
onChange?: ((value: string) => any) | undefined;
|
|
100
100
|
onSearch?: ((value: string) => any) | undefined;
|
|
101
101
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
102
102
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
103
103
|
}>, {
|
|
104
104
|
disabled: boolean;
|
|
105
|
-
allowClear: boolean;
|
|
106
|
-
defaultValue: string;
|
|
107
105
|
strict: boolean;
|
|
108
106
|
data: (string | number | SelectOptionData | SelectOptionGroup)[];
|
|
109
107
|
modelValue: string;
|
|
108
|
+
defaultValue: string;
|
|
109
|
+
allowClear: boolean;
|
|
110
110
|
filterOption: FilterOption;
|
|
111
111
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
112
112
|
export default _default;
|
|
@@ -42,9 +42,9 @@ declare const AutoComplete: {
|
|
|
42
42
|
};
|
|
43
43
|
}>> & Readonly<{
|
|
44
44
|
onClear?: ((ev: Event) => any) | undefined;
|
|
45
|
-
onChange?: ((value: string) => any) | undefined;
|
|
46
45
|
onSelect?: ((value: string) => any) | undefined;
|
|
47
46
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
47
|
+
onChange?: ((value: string) => any) | undefined;
|
|
48
48
|
onSearch?: ((value: string) => any) | undefined;
|
|
49
49
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
50
50
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
@@ -64,11 +64,11 @@ declare const AutoComplete: {
|
|
|
64
64
|
dropdownReachBottom: (ev: Event) => true;
|
|
65
65
|
}, import("vue").PublicProps, {
|
|
66
66
|
disabled: boolean;
|
|
67
|
-
allowClear: boolean;
|
|
68
|
-
defaultValue: string;
|
|
69
67
|
strict: boolean;
|
|
70
68
|
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
71
69
|
modelValue: string;
|
|
70
|
+
defaultValue: string;
|
|
71
|
+
allowClear: boolean;
|
|
72
72
|
filterOption: import("..").FilterOption;
|
|
73
73
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
74
74
|
P: {};
|
|
@@ -117,9 +117,9 @@ declare const AutoComplete: {
|
|
|
117
117
|
};
|
|
118
118
|
}>> & Readonly<{
|
|
119
119
|
onClear?: ((ev: Event) => any) | undefined;
|
|
120
|
-
onChange?: ((value: string) => any) | undefined;
|
|
121
120
|
onSelect?: ((value: string) => any) | undefined;
|
|
122
121
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
122
|
+
onChange?: ((value: string) => any) | undefined;
|
|
123
123
|
onSearch?: ((value: string) => any) | undefined;
|
|
124
124
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
125
125
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
@@ -131,11 +131,11 @@ declare const AutoComplete: {
|
|
|
131
131
|
blur(): void;
|
|
132
132
|
}, {
|
|
133
133
|
disabled: boolean;
|
|
134
|
-
allowClear: boolean;
|
|
135
|
-
defaultValue: string;
|
|
136
134
|
strict: boolean;
|
|
137
135
|
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
138
136
|
modelValue: string;
|
|
137
|
+
defaultValue: string;
|
|
138
|
+
allowClear: boolean;
|
|
139
139
|
filterOption: import("..").FilterOption;
|
|
140
140
|
}>;
|
|
141
141
|
__isFragment?: undefined;
|
|
@@ -181,9 +181,9 @@ declare const AutoComplete: {
|
|
|
181
181
|
};
|
|
182
182
|
}>> & Readonly<{
|
|
183
183
|
onClear?: ((ev: Event) => any) | undefined;
|
|
184
|
-
onChange?: ((value: string) => any) | undefined;
|
|
185
184
|
onSelect?: ((value: string) => any) | undefined;
|
|
186
185
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
186
|
+
onChange?: ((value: string) => any) | undefined;
|
|
187
187
|
onSearch?: ((value: string) => any) | undefined;
|
|
188
188
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
189
189
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
@@ -203,11 +203,11 @@ declare const AutoComplete: {
|
|
|
203
203
|
dropdownReachBottom: (ev: Event) => true;
|
|
204
204
|
}, string, {
|
|
205
205
|
disabled: boolean;
|
|
206
|
-
allowClear: boolean;
|
|
207
|
-
defaultValue: string;
|
|
208
206
|
strict: boolean;
|
|
209
207
|
data: (string | number | import("..").SelectOptionData | import("..").SelectOptionGroup)[];
|
|
210
208
|
modelValue: string;
|
|
209
|
+
defaultValue: string;
|
|
210
|
+
allowClear: boolean;
|
|
211
211
|
filterOption: import("..").FilterOption;
|
|
212
212
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
213
213
|
install: (app: App, options?: ArcoOptions | undefined) => void;
|
package/es/avatar/avatar.d.ts
CHANGED
|
@@ -64,8 +64,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
64
64
|
type: PropType<ObjectFit>;
|
|
65
65
|
};
|
|
66
66
|
}>> & Readonly<{
|
|
67
|
-
onError?: (() => any) | undefined;
|
|
68
67
|
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
68
|
+
onError?: (() => any) | undefined;
|
|
69
69
|
onLoad?: (() => any) | undefined;
|
|
70
70
|
}>, {
|
|
71
71
|
shape: AvatarShape;
|
package/es/avatar/index.d.ts
CHANGED
|
@@ -25,8 +25,8 @@ declare const Avatar: {
|
|
|
25
25
|
type: import("vue").PropType<import("./interface").ObjectFit>;
|
|
26
26
|
};
|
|
27
27
|
}>> & Readonly<{
|
|
28
|
-
onError?: (() => any) | undefined;
|
|
29
28
|
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
29
|
+
onError?: (() => any) | undefined;
|
|
30
30
|
onLoad?: (() => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
prefixCls: string;
|
|
@@ -96,8 +96,8 @@ declare const Avatar: {
|
|
|
96
96
|
type: import("vue").PropType<import("./interface").ObjectFit>;
|
|
97
97
|
};
|
|
98
98
|
}>> & Readonly<{
|
|
99
|
-
onError?: (() => any) | undefined;
|
|
100
99
|
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
100
|
+
onError?: (() => any) | undefined;
|
|
101
101
|
onLoad?: (() => any) | undefined;
|
|
102
102
|
}>, {
|
|
103
103
|
prefixCls: string;
|
|
@@ -146,8 +146,8 @@ declare const Avatar: {
|
|
|
146
146
|
type: import("vue").PropType<import("./interface").ObjectFit>;
|
|
147
147
|
};
|
|
148
148
|
}>> & Readonly<{
|
|
149
|
-
onError?: (() => any) | undefined;
|
|
150
149
|
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
150
|
+
onError?: (() => any) | undefined;
|
|
151
151
|
onLoad?: (() => any) | undefined;
|
|
152
152
|
}>, {
|
|
153
153
|
prefixCls: string;
|