@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/split/index.d.ts
CHANGED
|
@@ -33,8 +33,8 @@ declare const Split: {
|
|
|
33
33
|
moveEnd: (ev: MouseEvent) => true;
|
|
34
34
|
'update:size': (size: string | number) => true;
|
|
35
35
|
}, import("vue").PublicProps, {
|
|
36
|
-
disabled: boolean;
|
|
37
36
|
size: string | number;
|
|
37
|
+
disabled: boolean;
|
|
38
38
|
direction: "horizontal" | "vertical";
|
|
39
39
|
component: string;
|
|
40
40
|
defaultSize: string | number;
|
|
@@ -109,8 +109,8 @@ declare const Split: {
|
|
|
109
109
|
flex: string;
|
|
110
110
|
}>;
|
|
111
111
|
}, {}, {}, {}, {
|
|
112
|
-
disabled: boolean;
|
|
113
112
|
size: string | number;
|
|
113
|
+
disabled: boolean;
|
|
114
114
|
direction: "horizontal" | "vertical";
|
|
115
115
|
component: string;
|
|
116
116
|
defaultSize: string | number;
|
|
@@ -149,8 +149,8 @@ declare const Split: {
|
|
|
149
149
|
moveEnd: (ev: MouseEvent) => true;
|
|
150
150
|
'update:size': (size: string | number) => true;
|
|
151
151
|
}, string, {
|
|
152
|
-
disabled: boolean;
|
|
153
152
|
size: string | number;
|
|
153
|
+
disabled: boolean;
|
|
154
154
|
direction: "horizontal" | "vertical";
|
|
155
155
|
component: string;
|
|
156
156
|
defaultSize: string | number;
|
package/es/split/split.d.ts
CHANGED
|
@@ -38,8 +38,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
onMoveEnd?: ((ev: MouseEvent) => any) | undefined;
|
|
39
39
|
"onUpdate:size"?: ((size: string | number) => any) | undefined;
|
|
40
40
|
}>, {
|
|
41
|
-
disabled: boolean;
|
|
42
41
|
size: string | number;
|
|
42
|
+
disabled: boolean;
|
|
43
43
|
direction: "horizontal" | "vertical";
|
|
44
44
|
component: string;
|
|
45
45
|
defaultSize: string | number;
|
|
@@ -49,9 +49,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
49
49
|
}>> & Readonly<{
|
|
50
50
|
onFinish?: (() => any) | undefined;
|
|
51
51
|
}>, {
|
|
52
|
-
start: boolean;
|
|
53
52
|
value: number;
|
|
54
53
|
format: string;
|
|
54
|
+
start: boolean;
|
|
55
55
|
now: number;
|
|
56
56
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
57
57
|
export default _default;
|
package/es/statistic/index.d.ts
CHANGED
|
@@ -59,8 +59,8 @@ declare const Statistic: {
|
|
|
59
59
|
decimal?: undefined;
|
|
60
60
|
}>;
|
|
61
61
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
62
|
-
start: boolean;
|
|
63
62
|
format: string;
|
|
63
|
+
start: boolean;
|
|
64
64
|
animation: boolean;
|
|
65
65
|
animationDuration: number;
|
|
66
66
|
precision: number;
|
|
@@ -129,8 +129,8 @@ declare const Statistic: {
|
|
|
129
129
|
decimal?: undefined;
|
|
130
130
|
}>;
|
|
131
131
|
}, {}, {}, {}, {
|
|
132
|
-
start: boolean;
|
|
133
132
|
format: string;
|
|
133
|
+
start: boolean;
|
|
134
134
|
animation: boolean;
|
|
135
135
|
animationDuration: number;
|
|
136
136
|
precision: number;
|
|
@@ -196,8 +196,8 @@ declare const Statistic: {
|
|
|
196
196
|
decimal?: undefined;
|
|
197
197
|
}>;
|
|
198
198
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
199
|
-
start: boolean;
|
|
200
199
|
format: string;
|
|
200
|
+
start: boolean;
|
|
201
201
|
animation: boolean;
|
|
202
202
|
animationDuration: number;
|
|
203
203
|
precision: number;
|
|
@@ -254,9 +254,9 @@ declare const Statistic: {
|
|
|
254
254
|
}>> & Readonly<{
|
|
255
255
|
onFinish?: (() => any) | undefined;
|
|
256
256
|
}>, {
|
|
257
|
-
start: boolean;
|
|
258
257
|
value: number;
|
|
259
258
|
format: string;
|
|
259
|
+
start: boolean;
|
|
260
260
|
now: number;
|
|
261
261
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
262
262
|
install: (app: App, options?: ArcoOptions | undefined) => void;
|
|
@@ -96,8 +96,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
96
96
|
type: PropType<CSSProperties>;
|
|
97
97
|
};
|
|
98
98
|
}>> & Readonly<{}>, {
|
|
99
|
-
start: boolean;
|
|
100
99
|
format: string;
|
|
100
|
+
start: boolean;
|
|
101
101
|
animation: boolean;
|
|
102
102
|
animationDuration: number;
|
|
103
103
|
precision: number;
|
package/es/steps/index.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ declare const Steps: {
|
|
|
25
25
|
default: number;
|
|
26
26
|
};
|
|
27
27
|
status: {
|
|
28
|
-
type: import("vue").PropType<"
|
|
28
|
+
type: import("vue").PropType<"error" | "wait" | "finish" | "process">;
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
31
|
lineLess: {
|
|
@@ -55,7 +55,7 @@ declare const Steps: {
|
|
|
55
55
|
type: "default" | "dot" | "arrow" | "navigation";
|
|
56
56
|
direction: "horizontal" | "vertical";
|
|
57
57
|
lineLess: boolean;
|
|
58
|
-
status: "
|
|
58
|
+
status: "error" | "wait" | "finish" | "process";
|
|
59
59
|
current: number;
|
|
60
60
|
defaultCurrent: number;
|
|
61
61
|
labelPlacement: "horizontal" | "vertical";
|
|
@@ -89,7 +89,7 @@ declare const Steps: {
|
|
|
89
89
|
default: number;
|
|
90
90
|
};
|
|
91
91
|
status: {
|
|
92
|
-
type: import("vue").PropType<"
|
|
92
|
+
type: import("vue").PropType<"error" | "wait" | "finish" | "process">;
|
|
93
93
|
default: string;
|
|
94
94
|
};
|
|
95
95
|
lineLess: {
|
|
@@ -116,7 +116,7 @@ declare const Steps: {
|
|
|
116
116
|
type: "default" | "dot" | "arrow" | "navigation";
|
|
117
117
|
direction: "horizontal" | "vertical";
|
|
118
118
|
lineLess: boolean;
|
|
119
|
-
status: "
|
|
119
|
+
status: "error" | "wait" | "finish" | "process";
|
|
120
120
|
current: number;
|
|
121
121
|
defaultCurrent: number;
|
|
122
122
|
labelPlacement: "horizontal" | "vertical";
|
|
@@ -147,7 +147,7 @@ declare const Steps: {
|
|
|
147
147
|
default: number;
|
|
148
148
|
};
|
|
149
149
|
status: {
|
|
150
|
-
type: import("vue").PropType<"
|
|
150
|
+
type: import("vue").PropType<"error" | "wait" | "finish" | "process">;
|
|
151
151
|
default: string;
|
|
152
152
|
};
|
|
153
153
|
lineLess: {
|
|
@@ -177,7 +177,7 @@ declare const Steps: {
|
|
|
177
177
|
type: "default" | "dot" | "arrow" | "navigation";
|
|
178
178
|
direction: "horizontal" | "vertical";
|
|
179
179
|
lineLess: boolean;
|
|
180
|
-
status: "
|
|
180
|
+
status: "error" | "wait" | "finish" | "process";
|
|
181
181
|
current: number;
|
|
182
182
|
defaultCurrent: number;
|
|
183
183
|
labelPlacement: "horizontal" | "vertical";
|
|
@@ -187,7 +187,7 @@ declare const Steps: {
|
|
|
187
187
|
title: StringConstructor;
|
|
188
188
|
description: StringConstructor;
|
|
189
189
|
status: {
|
|
190
|
-
type: import("vue").PropType<"
|
|
190
|
+
type: import("vue").PropType<"error" | "wait" | "finish" | "process">;
|
|
191
191
|
};
|
|
192
192
|
disabled: {
|
|
193
193
|
type: BooleanConstructor;
|
|
@@ -202,14 +202,14 @@ declare const Steps: {
|
|
|
202
202
|
itemRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
203
203
|
showTail: import("vue").ComputedRef<boolean>;
|
|
204
204
|
stepNumber: import("vue").ComputedRef<number>;
|
|
205
|
-
computedStatus: import("vue").ComputedRef<"
|
|
205
|
+
computedStatus: import("vue").ComputedRef<"error" | "wait" | "finish" | "process">;
|
|
206
206
|
type: import("vue").ComputedRef<"default" | "dot" | "arrow" | "navigation">;
|
|
207
207
|
handleClick: (ev: Event) => void;
|
|
208
208
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
209
209
|
title: StringConstructor;
|
|
210
210
|
description: StringConstructor;
|
|
211
211
|
status: {
|
|
212
|
-
type: import("vue").PropType<"
|
|
212
|
+
type: import("vue").PropType<"error" | "wait" | "finish" | "process">;
|
|
213
213
|
};
|
|
214
214
|
disabled: {
|
|
215
215
|
type: BooleanConstructor;
|
package/es/steps/step.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3
3
|
title: StringConstructor;
|
|
4
4
|
description: StringConstructor;
|
|
5
5
|
status: {
|
|
6
|
-
type: PropType<"
|
|
6
|
+
type: PropType<"error" | "wait" | "finish" | "process">;
|
|
7
7
|
};
|
|
8
8
|
disabled: {
|
|
9
9
|
type: BooleanConstructor;
|
|
@@ -18,14 +18,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
18
18
|
itemRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
19
19
|
showTail: import("vue").ComputedRef<boolean>;
|
|
20
20
|
stepNumber: import("vue").ComputedRef<number>;
|
|
21
|
-
computedStatus: import("vue").ComputedRef<"
|
|
21
|
+
computedStatus: import("vue").ComputedRef<"error" | "wait" | "finish" | "process">;
|
|
22
22
|
type: import("vue").ComputedRef<"default" | "dot" | "arrow" | "navigation">;
|
|
23
23
|
handleClick: (ev: Event) => void;
|
|
24
24
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
title: StringConstructor;
|
|
26
26
|
description: StringConstructor;
|
|
27
27
|
status: {
|
|
28
|
-
type: PropType<"
|
|
28
|
+
type: PropType<"error" | "wait" | "finish" | "process">;
|
|
29
29
|
};
|
|
30
30
|
disabled: {
|
|
31
31
|
type: BooleanConstructor;
|
package/es/steps/steps.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
default: number;
|
|
22
22
|
};
|
|
23
23
|
status: {
|
|
24
|
-
type: PropType<"
|
|
24
|
+
type: PropType<"error" | "wait" | "finish" | "process">;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
lineLess: {
|
|
@@ -65,7 +65,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
65
65
|
default: number;
|
|
66
66
|
};
|
|
67
67
|
status: {
|
|
68
|
-
type: PropType<"
|
|
68
|
+
type: PropType<"error" | "wait" | "finish" | "process">;
|
|
69
69
|
default: string;
|
|
70
70
|
};
|
|
71
71
|
lineLess: {
|
|
@@ -88,7 +88,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
88
88
|
type: "default" | "dot" | "arrow" | "navigation";
|
|
89
89
|
direction: "horizontal" | "vertical";
|
|
90
90
|
lineLess: boolean;
|
|
91
|
-
status: "
|
|
91
|
+
status: "error" | "wait" | "finish" | "process";
|
|
92
92
|
current: number;
|
|
93
93
|
defaultCurrent: number;
|
|
94
94
|
labelPlacement: "horizontal" | "vertical";
|
package/es/switch/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import _Switch from './switch';
|
|
|
4
4
|
declare const Switch: {
|
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
modelValue: {
|
|
7
|
-
type: (
|
|
7
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
8
8
|
default: undefined;
|
|
9
9
|
};
|
|
10
10
|
defaultChecked: {
|
|
@@ -20,18 +20,18 @@ declare const Switch: {
|
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
22
|
type: {
|
|
23
|
-
type: import("vue").PropType<"
|
|
23
|
+
type: import("vue").PropType<"circle" | "line" | "round">;
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
26
|
size: {
|
|
27
|
-
type: import("vue").PropType<"
|
|
27
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
28
28
|
};
|
|
29
29
|
checkedValue: {
|
|
30
|
-
type: (
|
|
30
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
uncheckedValue: {
|
|
34
|
-
type: (
|
|
34
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
35
35
|
default: boolean;
|
|
36
36
|
};
|
|
37
37
|
checkedColor: {
|
|
@@ -79,8 +79,8 @@ declare const Switch: {
|
|
|
79
79
|
blur: (ev: FocusEvent) => true;
|
|
80
80
|
}, import("vue").PublicProps, {
|
|
81
81
|
disabled: boolean;
|
|
82
|
-
type: "round" | "circle" | "line";
|
|
83
82
|
modelValue: string | number | boolean;
|
|
83
|
+
type: "circle" | "line" | "round";
|
|
84
84
|
loading: boolean;
|
|
85
85
|
defaultChecked: boolean;
|
|
86
86
|
checkedValue: string | number | boolean;
|
|
@@ -96,7 +96,7 @@ declare const Switch: {
|
|
|
96
96
|
Defaults: {};
|
|
97
97
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
98
98
|
modelValue: {
|
|
99
|
-
type: (
|
|
99
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
100
100
|
default: undefined;
|
|
101
101
|
};
|
|
102
102
|
defaultChecked: {
|
|
@@ -112,18 +112,18 @@ declare const Switch: {
|
|
|
112
112
|
default: boolean;
|
|
113
113
|
};
|
|
114
114
|
type: {
|
|
115
|
-
type: import("vue").PropType<"
|
|
115
|
+
type: import("vue").PropType<"circle" | "line" | "round">;
|
|
116
116
|
default: string;
|
|
117
117
|
};
|
|
118
118
|
size: {
|
|
119
|
-
type: import("vue").PropType<"
|
|
119
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
120
120
|
};
|
|
121
121
|
checkedValue: {
|
|
122
|
-
type: (
|
|
122
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
123
123
|
default: boolean;
|
|
124
124
|
};
|
|
125
125
|
uncheckedValue: {
|
|
126
|
-
type: (
|
|
126
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
127
127
|
default: boolean;
|
|
128
128
|
};
|
|
129
129
|
checkedColor: {
|
|
@@ -166,8 +166,8 @@ declare const Switch: {
|
|
|
166
166
|
handleBlur: (ev: FocusEvent) => void;
|
|
167
167
|
}, {}, {}, {}, {
|
|
168
168
|
disabled: boolean;
|
|
169
|
-
type: "round" | "circle" | "line";
|
|
170
169
|
modelValue: string | number | boolean;
|
|
170
|
+
type: "circle" | "line" | "round";
|
|
171
171
|
loading: boolean;
|
|
172
172
|
defaultChecked: boolean;
|
|
173
173
|
checkedValue: string | number | boolean;
|
|
@@ -178,7 +178,7 @@ declare const Switch: {
|
|
|
178
178
|
__isSuspense?: undefined;
|
|
179
179
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
180
180
|
modelValue: {
|
|
181
|
-
type: (
|
|
181
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
182
182
|
default: undefined;
|
|
183
183
|
};
|
|
184
184
|
defaultChecked: {
|
|
@@ -194,18 +194,18 @@ declare const Switch: {
|
|
|
194
194
|
default: boolean;
|
|
195
195
|
};
|
|
196
196
|
type: {
|
|
197
|
-
type: import("vue").PropType<"
|
|
197
|
+
type: import("vue").PropType<"circle" | "line" | "round">;
|
|
198
198
|
default: string;
|
|
199
199
|
};
|
|
200
200
|
size: {
|
|
201
|
-
type: import("vue").PropType<"
|
|
201
|
+
type: import("vue").PropType<"small" | "medium">;
|
|
202
202
|
};
|
|
203
203
|
checkedValue: {
|
|
204
|
-
type: (
|
|
204
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
205
205
|
default: boolean;
|
|
206
206
|
};
|
|
207
207
|
uncheckedValue: {
|
|
208
|
-
type: (
|
|
208
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
209
209
|
default: boolean;
|
|
210
210
|
};
|
|
211
211
|
checkedColor: {
|
|
@@ -253,8 +253,8 @@ declare const Switch: {
|
|
|
253
253
|
blur: (ev: FocusEvent) => true;
|
|
254
254
|
}, string, {
|
|
255
255
|
disabled: boolean;
|
|
256
|
-
type: "round" | "circle" | "line";
|
|
257
256
|
modelValue: string | number | boolean;
|
|
257
|
+
type: "circle" | "line" | "round";
|
|
258
258
|
loading: boolean;
|
|
259
259
|
defaultChecked: boolean;
|
|
260
260
|
checkedValue: string | number | boolean;
|
package/es/switch/switch.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
|
modelValue: {
|
|
4
|
-
type: (
|
|
4
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
5
5
|
default: undefined;
|
|
6
6
|
};
|
|
7
7
|
defaultChecked: {
|
|
@@ -17,18 +17,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
17
17
|
default: boolean;
|
|
18
18
|
};
|
|
19
19
|
type: {
|
|
20
|
-
type: PropType<"
|
|
20
|
+
type: PropType<"circle" | "line" | "round">;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
size: {
|
|
24
|
-
type: PropType<"
|
|
24
|
+
type: PropType<"small" | "medium">;
|
|
25
25
|
};
|
|
26
26
|
checkedValue: {
|
|
27
|
-
type: (
|
|
27
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
28
28
|
default: boolean;
|
|
29
29
|
};
|
|
30
30
|
uncheckedValue: {
|
|
31
|
-
type: (
|
|
31
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
32
32
|
default: boolean;
|
|
33
33
|
};
|
|
34
34
|
checkedColor: {
|
|
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
71
|
blur: (ev: FocusEvent) => true;
|
|
72
72
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
73
73
|
modelValue: {
|
|
74
|
-
type: (
|
|
74
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
75
75
|
default: undefined;
|
|
76
76
|
};
|
|
77
77
|
defaultChecked: {
|
|
@@ -87,18 +87,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
default: boolean;
|
|
88
88
|
};
|
|
89
89
|
type: {
|
|
90
|
-
type: PropType<"
|
|
90
|
+
type: PropType<"circle" | "line" | "round">;
|
|
91
91
|
default: string;
|
|
92
92
|
};
|
|
93
93
|
size: {
|
|
94
|
-
type: PropType<"
|
|
94
|
+
type: PropType<"small" | "medium">;
|
|
95
95
|
};
|
|
96
96
|
checkedValue: {
|
|
97
|
-
type: (
|
|
97
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
98
98
|
default: boolean;
|
|
99
99
|
};
|
|
100
100
|
uncheckedValue: {
|
|
101
|
-
type: (
|
|
101
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
102
102
|
default: boolean;
|
|
103
103
|
};
|
|
104
104
|
checkedColor: {
|
|
@@ -123,8 +123,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
123
123
|
onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
|
|
124
124
|
}>, {
|
|
125
125
|
disabled: boolean;
|
|
126
|
-
type: "round" | "circle" | "line";
|
|
127
126
|
modelValue: string | number | boolean;
|
|
127
|
+
type: "circle" | "line" | "round";
|
|
128
128
|
loading: boolean;
|
|
129
129
|
defaultChecked: boolean;
|
|
130
130
|
checkedValue: string | number | boolean;
|
package/es/table/index.d.ts
CHANGED
|
@@ -30,15 +30,15 @@ declare const Table: {
|
|
|
30
30
|
default: boolean;
|
|
31
31
|
};
|
|
32
32
|
size: {
|
|
33
|
-
type: import("vue").PropType<"mini" | "
|
|
34
|
-
default: () => "mini" | "
|
|
33
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
34
|
+
default: () => "mini" | "small" | "medium" | "large";
|
|
35
35
|
};
|
|
36
36
|
tableLayoutFixed: {
|
|
37
37
|
type: BooleanConstructor;
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
40
|
loading: {
|
|
41
|
-
type: (
|
|
41
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
42
42
|
default: boolean;
|
|
43
43
|
};
|
|
44
44
|
rowSelection: {
|
|
@@ -60,7 +60,7 @@ declare const Table: {
|
|
|
60
60
|
default: boolean;
|
|
61
61
|
};
|
|
62
62
|
pagePosition: {
|
|
63
|
-
type: import("vue").PropType<"
|
|
63
|
+
type: import("vue").PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
66
|
indentSize: {
|
|
@@ -114,7 +114,7 @@ declare const Table: {
|
|
|
114
114
|
type: import("vue").PropType<import("./interface").TableDraggable>;
|
|
115
115
|
};
|
|
116
116
|
rowNumber: {
|
|
117
|
-
type: (
|
|
117
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
118
118
|
};
|
|
119
119
|
columnResizable: {
|
|
120
120
|
type: BooleanConstructor;
|
|
@@ -234,9 +234,9 @@ declare const Table: {
|
|
|
234
234
|
rowContextmenu: (record: import("./interface").TableData, ev: Event) => true;
|
|
235
235
|
cellContextmenu: (record: import("./interface").TableData, column: import("./interface").TableColumnData, ev: Event) => true;
|
|
236
236
|
}, import("vue").PublicProps, {
|
|
237
|
-
size: "mini" | "
|
|
238
|
-
scrollbar: boolean | import("..").ScrollbarProps;
|
|
237
|
+
size: "mini" | "small" | "medium" | "large";
|
|
239
238
|
data: import("./interface").TableData[];
|
|
239
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
240
240
|
loading: boolean | Record<string, any>;
|
|
241
241
|
bordered: boolean | import("./interface").TableBorder;
|
|
242
242
|
columns: import("./interface").TableColumnData[];
|
|
@@ -244,7 +244,7 @@ declare const Table: {
|
|
|
244
244
|
stripe: boolean;
|
|
245
245
|
tableLayoutFixed: boolean;
|
|
246
246
|
pagination: boolean | import("..").PaginationProps;
|
|
247
|
-
pagePosition: "
|
|
247
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
248
248
|
indentSize: number;
|
|
249
249
|
rowKey: string;
|
|
250
250
|
showHeader: boolean;
|
|
@@ -285,15 +285,15 @@ declare const Table: {
|
|
|
285
285
|
default: boolean;
|
|
286
286
|
};
|
|
287
287
|
size: {
|
|
288
|
-
type: import("vue").PropType<"mini" | "
|
|
289
|
-
default: () => "mini" | "
|
|
288
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
289
|
+
default: () => "mini" | "small" | "medium" | "large";
|
|
290
290
|
};
|
|
291
291
|
tableLayoutFixed: {
|
|
292
292
|
type: BooleanConstructor;
|
|
293
293
|
default: boolean;
|
|
294
294
|
};
|
|
295
295
|
loading: {
|
|
296
|
-
type: (
|
|
296
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
297
297
|
default: boolean;
|
|
298
298
|
};
|
|
299
299
|
rowSelection: {
|
|
@@ -315,7 +315,7 @@ declare const Table: {
|
|
|
315
315
|
default: boolean;
|
|
316
316
|
};
|
|
317
317
|
pagePosition: {
|
|
318
|
-
type: import("vue").PropType<"
|
|
318
|
+
type: import("vue").PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
|
|
319
319
|
default: string;
|
|
320
320
|
};
|
|
321
321
|
indentSize: {
|
|
@@ -369,7 +369,7 @@ declare const Table: {
|
|
|
369
369
|
type: import("vue").PropType<import("./interface").TableDraggable>;
|
|
370
370
|
};
|
|
371
371
|
rowNumber: {
|
|
372
|
-
type: (
|
|
372
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
373
373
|
};
|
|
374
374
|
columnResizable: {
|
|
375
375
|
type: BooleanConstructor;
|
|
@@ -466,9 +466,9 @@ declare const Table: {
|
|
|
466
466
|
resetSorters(): void;
|
|
467
467
|
clearSorters(): void;
|
|
468
468
|
}, {
|
|
469
|
-
size: "mini" | "
|
|
470
|
-
scrollbar: boolean | import("..").ScrollbarProps;
|
|
469
|
+
size: "mini" | "small" | "medium" | "large";
|
|
471
470
|
data: import("./interface").TableData[];
|
|
471
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
472
472
|
loading: boolean | Record<string, any>;
|
|
473
473
|
bordered: boolean | import("./interface").TableBorder;
|
|
474
474
|
columns: import("./interface").TableColumnData[];
|
|
@@ -476,7 +476,7 @@ declare const Table: {
|
|
|
476
476
|
stripe: boolean;
|
|
477
477
|
tableLayoutFixed: boolean;
|
|
478
478
|
pagination: boolean | import("..").PaginationProps;
|
|
479
|
-
pagePosition: "
|
|
479
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
480
480
|
indentSize: number;
|
|
481
481
|
rowKey: string;
|
|
482
482
|
showHeader: boolean;
|
|
@@ -514,15 +514,15 @@ declare const Table: {
|
|
|
514
514
|
default: boolean;
|
|
515
515
|
};
|
|
516
516
|
size: {
|
|
517
|
-
type: import("vue").PropType<"mini" | "
|
|
518
|
-
default: () => "mini" | "
|
|
517
|
+
type: import("vue").PropType<"mini" | "small" | "medium" | "large">;
|
|
518
|
+
default: () => "mini" | "small" | "medium" | "large";
|
|
519
519
|
};
|
|
520
520
|
tableLayoutFixed: {
|
|
521
521
|
type: BooleanConstructor;
|
|
522
522
|
default: boolean;
|
|
523
523
|
};
|
|
524
524
|
loading: {
|
|
525
|
-
type: (
|
|
525
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
526
526
|
default: boolean;
|
|
527
527
|
};
|
|
528
528
|
rowSelection: {
|
|
@@ -544,7 +544,7 @@ declare const Table: {
|
|
|
544
544
|
default: boolean;
|
|
545
545
|
};
|
|
546
546
|
pagePosition: {
|
|
547
|
-
type: import("vue").PropType<"
|
|
547
|
+
type: import("vue").PropType<"br" | "tr" | "top" | "tl" | "bottom" | "bl">;
|
|
548
548
|
default: string;
|
|
549
549
|
};
|
|
550
550
|
indentSize: {
|
|
@@ -598,7 +598,7 @@ declare const Table: {
|
|
|
598
598
|
type: import("vue").PropType<import("./interface").TableDraggable>;
|
|
599
599
|
};
|
|
600
600
|
rowNumber: {
|
|
601
|
-
type: (
|
|
601
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
602
602
|
};
|
|
603
603
|
columnResizable: {
|
|
604
604
|
type: BooleanConstructor;
|
|
@@ -718,9 +718,9 @@ declare const Table: {
|
|
|
718
718
|
rowContextmenu: (record: import("./interface").TableData, ev: Event) => true;
|
|
719
719
|
cellContextmenu: (record: import("./interface").TableData, column: import("./interface").TableColumnData, ev: Event) => true;
|
|
720
720
|
}, string, {
|
|
721
|
-
size: "mini" | "
|
|
722
|
-
scrollbar: boolean | import("..").ScrollbarProps;
|
|
721
|
+
size: "mini" | "small" | "medium" | "large";
|
|
723
722
|
data: import("./interface").TableData[];
|
|
723
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
724
724
|
loading: boolean | Record<string, any>;
|
|
725
725
|
bordered: boolean | import("./interface").TableBorder;
|
|
726
726
|
columns: import("./interface").TableColumnData[];
|
|
@@ -728,7 +728,7 @@ declare const Table: {
|
|
|
728
728
|
stripe: boolean;
|
|
729
729
|
tableLayoutFixed: boolean;
|
|
730
730
|
pagination: boolean | import("..").PaginationProps;
|
|
731
|
-
pagePosition: "
|
|
731
|
+
pagePosition: "br" | "tr" | "top" | "tl" | "bottom" | "bl";
|
|
732
732
|
indentSize: number;
|
|
733
733
|
rowKey: string;
|
|
734
734
|
showHeader: boolean;
|
|
@@ -932,9 +932,9 @@ declare const Table: {
|
|
|
932
932
|
default: boolean;
|
|
933
933
|
};
|
|
934
934
|
}>> & Readonly<{}>, {
|
|
935
|
-
column: import("./interface").TableColumnData;
|
|
936
935
|
summary: boolean;
|
|
937
936
|
type: "normal" | "checkbox" | "radio" | "expand" | "operation";
|
|
937
|
+
column: import("./interface").TableColumnData;
|
|
938
938
|
indentSize: number;
|
|
939
939
|
record: import("./interface").TableDataWithRaw;
|
|
940
940
|
operations: import("./interface").TableOperationColumn[];
|
|
@@ -995,7 +995,7 @@ declare const Table: {
|
|
|
995
995
|
type: NumberConstructor;
|
|
996
996
|
};
|
|
997
997
|
tooltip: {
|
|
998
|
-
type: (
|
|
998
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
999
999
|
default: boolean;
|
|
1000
1000
|
};
|
|
1001
1001
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -1051,7 +1051,7 @@ declare const Table: {
|
|
|
1051
1051
|
type: NumberConstructor;
|
|
1052
1052
|
};
|
|
1053
1053
|
tooltip: {
|
|
1054
|
-
type: (
|
|
1054
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
1055
1055
|
default: boolean;
|
|
1056
1056
|
};
|
|
1057
1057
|
}>> & Readonly<{}>, {
|
|
@@ -52,7 +52,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
52
52
|
type: NumberConstructor;
|
|
53
53
|
};
|
|
54
54
|
tooltip: {
|
|
55
|
-
type: (
|
|
55
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
56
56
|
default: boolean;
|
|
57
57
|
};
|
|
58
58
|
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -108,7 +108,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
108
108
|
type: NumberConstructor;
|
|
109
109
|
};
|
|
110
110
|
tooltip: {
|
|
111
|
-
type: (
|
|
111
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
112
112
|
default: boolean;
|
|
113
113
|
};
|
|
114
114
|
}>> & Readonly<{}>, {
|