@geelato/web-vue 2.57.1 → 2.58.2
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 +891 -536
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +1648 -1546
- package/dist/arco-vue.min.js.map +1 -1
- package/dist/arco.css +39 -8
- 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/_utils/array.d.ts +1 -1
- package/es/_utils/array.js +18 -1
- 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 +33 -9
- package/es/drawer/drawer.js +61 -6
- package/es/drawer/index.d.ts +64 -19
- package/es/drawer/style/index.css +10 -0
- package/es/drawer/style/index.less +12 -0
- 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 +39 -8
- 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 +18 -18
- package/es/input-number/input-number.d.ts +8 -8
- 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 +49 -19
- package/es/modal/modal.d.ts +24 -9
- package/es/modal/modal.js +23 -6
- package/es/modal/modal.vue_vue_type_script_lang.js +26 -2
- package/es/modal/style/index.css +7 -1
- package/es/modal/style/index.less +8 -1
- 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 +18 -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 +96 -96
- package/es/slider/slider-button.d.ts +27 -27
- package/es/slider/slider-input.d.ts +18 -18
- package/es/slider/slider.d.ts +47 -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/context.d.ts +3 -0
- package/es/table/hooks/use-row-selection.js +5 -3
- package/es/table/index.d.ts +24 -24
- package/es/table/interface.d.ts +1 -1
- package/es/table/style/index.css +22 -7
- package/es/table/style/index.less +25 -8
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +30 -30
- package/es/table/table-operation-td.js +6 -6
- package/es/table/table-operation-th.js +19 -7
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table-td.js +2 -2
- package/es/table/table.d.ts +11 -11
- package/es/table/table.js +184 -34
- package/es/table/utils.d.ts +1 -1
- package/es/table/utils.js +9 -5
- 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 +2116 -2116
- package/json/vetur-tags.json +757 -757
- package/json/web-types.json +4117 -4117
- package/lib/_utils/array.js +18 -1
- package/lib/drawer/drawer.js +63 -8
- package/lib/drawer/style/index.css +10 -0
- package/lib/drawer/style/index.less +12 -0
- package/lib/index.css +39 -8
- package/lib/modal/modal.js +23 -6
- package/lib/modal/modal.vue_vue_type_script_lang.js +36 -12
- package/lib/modal/style/index.css +7 -1
- package/lib/modal/style/index.less +8 -1
- package/lib/table/hooks/use-row-selection.js +5 -3
- package/lib/table/style/index.css +22 -7
- package/lib/table/style/index.less +25 -8
- package/lib/table/table-operation-td.js +6 -6
- package/lib/table/table-operation-th.js +19 -7
- package/lib/table/table-td.js +2 -2
- package/lib/table/table.js +183 -33
- package/lib/table/utils.js +9 -5
- package/package.json +25 -24
- package/LICENSE +0 -21
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
16
|
size: {
|
|
17
|
-
type: PropType<"mini" | "
|
|
17
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
18
18
|
};
|
|
19
19
|
options: {
|
|
20
20
|
type: PropType<(string | number | RadioOption)[]>;
|
|
@@ -44,7 +44,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
44
44
|
default: string;
|
|
45
45
|
};
|
|
46
46
|
size: {
|
|
47
|
-
type: PropType<"mini" | "
|
|
47
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
48
48
|
};
|
|
49
49
|
options: {
|
|
50
50
|
type: PropType<(string | number | RadioOption)[]>;
|
|
@@ -58,13 +58,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
58
58
|
default: boolean;
|
|
59
59
|
};
|
|
60
60
|
}>> & Readonly<{
|
|
61
|
-
"onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
|
|
62
61
|
onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
|
|
62
|
+
"onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
64
|
disabled: boolean;
|
|
65
65
|
type: "button" | "radio";
|
|
66
|
-
modelValue: string | number | boolean;
|
|
67
66
|
defaultValue: string | number | boolean;
|
|
67
|
+
modelValue: string | number | boolean;
|
|
68
68
|
direction: "horizontal" | "vertical";
|
|
69
69
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
70
70
|
export default _default;
|
package/es/radio/radio.d.ts
CHANGED
|
@@ -53,13 +53,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
55
|
}>> & Readonly<{
|
|
56
|
-
"onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
|
|
57
56
|
onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
|
|
57
|
+
"onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
|
|
58
58
|
}>, {
|
|
59
59
|
disabled: boolean;
|
|
60
60
|
type: "button" | "radio";
|
|
61
|
-
modelValue: string | number | boolean;
|
|
62
61
|
value: string | number | boolean;
|
|
62
|
+
modelValue: string | number | boolean;
|
|
63
63
|
defaultChecked: boolean;
|
|
64
64
|
uninjectGroupContext: boolean;
|
|
65
65
|
}, {}, {
|
|
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
68
68
|
type: StringConstructor;
|
|
69
69
|
};
|
|
70
70
|
size: {
|
|
71
|
-
type: PropType<"mini" | "
|
|
71
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
72
72
|
default: string;
|
|
73
73
|
};
|
|
74
74
|
disabled: {
|
|
@@ -82,7 +82,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
82
82
|
type: StringConstructor;
|
|
83
83
|
};
|
|
84
84
|
size: {
|
|
85
|
-
type: PropType<"mini" | "
|
|
85
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
86
86
|
default: string;
|
|
87
87
|
};
|
|
88
88
|
disabled: {
|
|
@@ -90,8 +90,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
90
90
|
default: boolean;
|
|
91
91
|
};
|
|
92
92
|
}>> & Readonly<{}>, {
|
|
93
|
+
size: "mini" | "small" | "medium" | "large";
|
|
93
94
|
disabled: boolean;
|
|
94
|
-
size: "mini" | "medium" | "large" | "small";
|
|
95
95
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
96
96
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
97
97
|
export default _default;
|
package/es/rate/index.d.ts
CHANGED
|
@@ -39,8 +39,8 @@ declare const Rate: {
|
|
|
39
39
|
type: import("vue").PropType<string | Record<string, string>>;
|
|
40
40
|
};
|
|
41
41
|
}>> & Readonly<{
|
|
42
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
43
42
|
onChange?: ((value: number) => any) | undefined;
|
|
43
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
44
44
|
onHoverChange?: ((value: number) => any) | undefined;
|
|
45
45
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
46
46
|
'update:modelValue': (value: number) => true;
|
|
@@ -48,10 +48,10 @@ declare const Rate: {
|
|
|
48
48
|
hoverChange: (value: number) => true;
|
|
49
49
|
}, import("vue").PublicProps, {
|
|
50
50
|
disabled: boolean;
|
|
51
|
-
modelValue: number;
|
|
52
|
-
defaultValue: number;
|
|
53
51
|
readonly: boolean;
|
|
54
52
|
allowClear: boolean;
|
|
53
|
+
defaultValue: number;
|
|
54
|
+
modelValue: number;
|
|
55
55
|
count: number;
|
|
56
56
|
allowHalf: boolean;
|
|
57
57
|
grading: boolean;
|
|
@@ -99,15 +99,15 @@ declare const Rate: {
|
|
|
99
99
|
type: import("vue").PropType<string | Record<string, string>>;
|
|
100
100
|
};
|
|
101
101
|
}>> & Readonly<{
|
|
102
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
103
102
|
onChange?: ((value: number) => any) | undefined;
|
|
103
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
104
104
|
onHoverChange?: ((value: number) => any) | undefined;
|
|
105
105
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
106
106
|
disabled: boolean;
|
|
107
|
-
modelValue: number;
|
|
108
|
-
defaultValue: number;
|
|
109
107
|
readonly: boolean;
|
|
110
108
|
allowClear: boolean;
|
|
109
|
+
defaultValue: number;
|
|
110
|
+
modelValue: number;
|
|
111
111
|
count: number;
|
|
112
112
|
allowHalf: boolean;
|
|
113
113
|
grading: boolean;
|
|
@@ -152,8 +152,8 @@ declare const Rate: {
|
|
|
152
152
|
type: import("vue").PropType<string | Record<string, string>>;
|
|
153
153
|
};
|
|
154
154
|
}>> & Readonly<{
|
|
155
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
156
155
|
onChange?: ((value: number) => any) | undefined;
|
|
156
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
157
157
|
onHoverChange?: ((value: number) => any) | undefined;
|
|
158
158
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
159
159
|
'update:modelValue': (value: number) => true;
|
|
@@ -161,10 +161,10 @@ declare const Rate: {
|
|
|
161
161
|
hoverChange: (value: number) => true;
|
|
162
162
|
}, string, {
|
|
163
163
|
disabled: boolean;
|
|
164
|
-
modelValue: number;
|
|
165
|
-
defaultValue: number;
|
|
166
164
|
readonly: boolean;
|
|
167
165
|
allowClear: boolean;
|
|
166
|
+
defaultValue: number;
|
|
167
|
+
modelValue: number;
|
|
168
168
|
count: number;
|
|
169
169
|
allowHalf: boolean;
|
|
170
170
|
grading: boolean;
|
package/es/rate/rate.d.ts
CHANGED
|
@@ -76,15 +76,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
76
76
|
type: PropType<string | Record<string, string>>;
|
|
77
77
|
};
|
|
78
78
|
}>> & Readonly<{
|
|
79
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
80
79
|
onChange?: ((value: number) => any) | undefined;
|
|
80
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
81
81
|
onHoverChange?: ((value: number) => any) | undefined;
|
|
82
82
|
}>, {
|
|
83
83
|
disabled: boolean;
|
|
84
|
-
modelValue: number;
|
|
85
|
-
defaultValue: number;
|
|
86
84
|
readonly: boolean;
|
|
87
85
|
allowClear: boolean;
|
|
86
|
+
defaultValue: number;
|
|
87
|
+
modelValue: number;
|
|
88
88
|
count: number;
|
|
89
89
|
allowHalf: boolean;
|
|
90
90
|
grading: boolean;
|
package/es/scrollbar/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ declare const Scrollbar: {
|
|
|
7
7
|
type: import("vue").PropType<"embed" | "track">;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
|
-
outerClass: (
|
|
10
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
11
11
|
outerStyle: {
|
|
12
12
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
13
13
|
};
|
|
@@ -51,8 +51,8 @@ declare const Scrollbar: {
|
|
|
51
51
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
52
52
|
scroll: (ev: Event) => true;
|
|
53
53
|
}, import("vue").PublicProps, {
|
|
54
|
-
hide: boolean;
|
|
55
54
|
type: "embed" | "track";
|
|
55
|
+
hide: boolean;
|
|
56
56
|
disableHorizontal: boolean;
|
|
57
57
|
disableVertical: boolean;
|
|
58
58
|
}, true, {}, {}, {
|
|
@@ -132,7 +132,7 @@ declare const Scrollbar: {
|
|
|
132
132
|
type: import("vue").PropType<"embed" | "track">;
|
|
133
133
|
default: string;
|
|
134
134
|
};
|
|
135
|
-
outerClass: (
|
|
135
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
136
136
|
outerStyle: {
|
|
137
137
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
138
138
|
};
|
|
@@ -174,8 +174,8 @@ declare const Scrollbar: {
|
|
|
174
174
|
scrollTop(top: number): void;
|
|
175
175
|
scrollLeft(left: number): void;
|
|
176
176
|
}, {
|
|
177
|
-
hide: boolean;
|
|
178
177
|
type: "embed" | "track";
|
|
178
|
+
hide: boolean;
|
|
179
179
|
disableHorizontal: boolean;
|
|
180
180
|
disableVertical: boolean;
|
|
181
181
|
}>;
|
|
@@ -187,7 +187,7 @@ declare const Scrollbar: {
|
|
|
187
187
|
type: import("vue").PropType<"embed" | "track">;
|
|
188
188
|
default: string;
|
|
189
189
|
};
|
|
190
|
-
outerClass: (
|
|
190
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
191
191
|
outerStyle: {
|
|
192
192
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
193
193
|
};
|
|
@@ -231,8 +231,8 @@ declare const Scrollbar: {
|
|
|
231
231
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
232
232
|
scroll: (ev: Event) => true;
|
|
233
233
|
}, string, {
|
|
234
|
-
hide: boolean;
|
|
235
234
|
type: "embed" | "track";
|
|
235
|
+
hide: boolean;
|
|
236
236
|
disableHorizontal: boolean;
|
|
237
237
|
disableVertical: boolean;
|
|
238
238
|
}, {}, string, {}, {
|
|
@@ -5,7 +5,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5
5
|
type: PropType<"embed" | "track">;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
8
|
-
outerClass: (
|
|
8
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
9
9
|
outerStyle: {
|
|
10
10
|
type: PropType<StyleValue>;
|
|
11
11
|
};
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
51
|
type: PropType<"embed" | "track">;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
|
-
outerClass: (
|
|
54
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
55
55
|
outerStyle: {
|
|
56
56
|
type: PropType<StyleValue>;
|
|
57
57
|
};
|
|
@@ -70,8 +70,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
70
70
|
}>> & Readonly<{
|
|
71
71
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
72
72
|
}>, {
|
|
73
|
-
hide: boolean;
|
|
74
73
|
type: "embed" | "track";
|
|
74
|
+
hide: boolean;
|
|
75
75
|
disableHorizontal: boolean;
|
|
76
76
|
disableVertical: boolean;
|
|
77
77
|
}, {}, {
|