@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
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: {
|
|
@@ -24,14 +24,14 @@ declare const Switch: {
|
|
|
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: {
|
|
@@ -50,10 +50,10 @@ declare const Switch: {
|
|
|
50
50
|
type: StringConstructor;
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{
|
|
53
|
+
onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
|
|
53
54
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
54
55
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
55
56
|
"onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
|
|
56
|
-
onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
|
|
57
57
|
}>, {
|
|
58
58
|
prefixCls: string;
|
|
59
59
|
cls: import("vue").ComputedRef<(string | {
|
|
@@ -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: {
|
|
@@ -116,14 +116,14 @@ declare const Switch: {
|
|
|
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: {
|
|
@@ -142,10 +142,10 @@ declare const Switch: {
|
|
|
142
142
|
type: StringConstructor;
|
|
143
143
|
};
|
|
144
144
|
}>> & Readonly<{
|
|
145
|
+
onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
|
|
145
146
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
146
147
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
147
148
|
"onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
|
|
148
|
-
onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
|
|
149
149
|
}>, {
|
|
150
150
|
prefixCls: string;
|
|
151
151
|
cls: import("vue").ComputedRef<(string | {
|
|
@@ -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: {
|
|
@@ -198,14 +198,14 @@ declare const Switch: {
|
|
|
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: {
|
|
@@ -224,10 +224,10 @@ declare const Switch: {
|
|
|
224
224
|
type: StringConstructor;
|
|
225
225
|
};
|
|
226
226
|
}>> & Readonly<{
|
|
227
|
+
onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
|
|
227
228
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
228
229
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
229
230
|
"onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
|
|
230
|
-
onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
|
|
231
231
|
}>, {
|
|
232
232
|
prefixCls: string;
|
|
233
233
|
cls: import("vue").ComputedRef<(string | {
|
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: {
|
|
@@ -21,14 +21,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
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: {
|
|
@@ -91,14 +91,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
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: {
|
|
@@ -117,10 +117,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
117
117
|
type: StringConstructor;
|
|
118
118
|
};
|
|
119
119
|
}>> & Readonly<{
|
|
120
|
+
onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
|
|
120
121
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
121
122
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
122
123
|
"onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
|
|
123
|
-
onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
|
|
124
124
|
}>, {
|
|
125
125
|
disabled: boolean;
|
|
126
126
|
type: "round" | "circle" | "line";
|
package/es/table/context.d.ts
CHANGED
|
@@ -7,7 +7,10 @@ export interface TableContext {
|
|
|
7
7
|
slots: Slots;
|
|
8
8
|
sorter: Sorter | undefined;
|
|
9
9
|
currentAllEnabledRowKeys: BaseType[];
|
|
10
|
+
currentAllEnabledRowKeySet?: Set<BaseType>;
|
|
10
11
|
currentSelectedRowKeys: BaseType[];
|
|
12
|
+
currentSelectedRowKeySet?: Set<BaseType>;
|
|
13
|
+
selectedRowKeySet?: Set<BaseType>;
|
|
11
14
|
checkStrictly: boolean;
|
|
12
15
|
filters: Filters;
|
|
13
16
|
filterIconAlignLeft: boolean;
|
|
@@ -23,9 +23,11 @@ const useRowSelection = ({
|
|
|
23
23
|
return (_c2 = (_b2 = selectedKeys.value) != null ? _b2 : (_a2 = rowSelection.value) == null ? void 0 : _a2.selectedRowKeys) != null ? _c2 : _selectedRowKeys.value;
|
|
24
24
|
}
|
|
25
25
|
);
|
|
26
|
-
const
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
const currentAllRowKeySet = computed(() => new Set(currentAllRowKeys.value));
|
|
27
|
+
const currentSelectedRowKeys = computed(() => {
|
|
28
|
+
const allKeySet = currentAllRowKeySet.value;
|
|
29
|
+
return selectedRowKeys.value.filter((key) => allKeySet.has(key));
|
|
30
|
+
});
|
|
29
31
|
const handleSelectAll = (checked) => {
|
|
30
32
|
const newKeys = union(
|
|
31
33
|
selectedRowKeys.value,
|
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: {
|
|
@@ -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;
|
|
@@ -169,8 +169,8 @@ declare const Table: {
|
|
|
169
169
|
default: boolean;
|
|
170
170
|
};
|
|
171
171
|
}>> & Readonly<{
|
|
172
|
-
onSelect?: ((rowKeys: (string | number)[], rowKey: string | number, record: import("./interface").TableData) => any) | undefined;
|
|
173
172
|
onChange?: ((data: import("./interface").TableData[], extra: import("./interface").TableChangeExtra, currentData: import("./interface").TableData[]) => any) | undefined;
|
|
173
|
+
onSelect?: ((rowKeys: (string | number)[], rowKey: string | number, record: import("./interface").TableData) => any) | undefined;
|
|
174
174
|
onPageChange?: ((page: number) => any) | undefined;
|
|
175
175
|
onPageSizeChange?: ((pageSize: number) => any) | undefined;
|
|
176
176
|
"onUpdate:selectedKeys"?: ((rowKeys: (string | number)[]) => any) | undefined;
|
|
@@ -234,12 +234,12 @@ 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" | "
|
|
237
|
+
size: "mini" | "small" | "medium" | "large";
|
|
238
238
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
239
239
|
data: import("./interface").TableData[];
|
|
240
|
+
columns: import("./interface").TableColumnData[];
|
|
240
241
|
loading: boolean | Record<string, any>;
|
|
241
242
|
bordered: boolean | import("./interface").TableBorder;
|
|
242
|
-
columns: import("./interface").TableColumnData[];
|
|
243
243
|
hoverable: boolean;
|
|
244
244
|
stripe: boolean;
|
|
245
245
|
tableLayoutFixed: 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: {
|
|
@@ -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;
|
|
@@ -424,8 +424,8 @@ declare const Table: {
|
|
|
424
424
|
default: boolean;
|
|
425
425
|
};
|
|
426
426
|
}>> & Readonly<{
|
|
427
|
-
onSelect?: ((rowKeys: (string | number)[], rowKey: string | number, record: import("./interface").TableData) => any) | undefined;
|
|
428
427
|
onChange?: ((data: import("./interface").TableData[], extra: import("./interface").TableChangeExtra, currentData: import("./interface").TableData[]) => any) | undefined;
|
|
428
|
+
onSelect?: ((rowKeys: (string | number)[], rowKey: string | number, record: import("./interface").TableData) => any) | undefined;
|
|
429
429
|
onPageChange?: ((page: number) => any) | undefined;
|
|
430
430
|
onPageSizeChange?: ((pageSize: number) => any) | undefined;
|
|
431
431
|
"onUpdate:selectedKeys"?: ((rowKeys: (string | number)[]) => any) | undefined;
|
|
@@ -466,12 +466,12 @@ declare const Table: {
|
|
|
466
466
|
resetSorters(): void;
|
|
467
467
|
clearSorters(): void;
|
|
468
468
|
}, {
|
|
469
|
-
size: "mini" | "
|
|
469
|
+
size: "mini" | "small" | "medium" | "large";
|
|
470
470
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
471
471
|
data: import("./interface").TableData[];
|
|
472
|
+
columns: import("./interface").TableColumnData[];
|
|
472
473
|
loading: boolean | Record<string, any>;
|
|
473
474
|
bordered: boolean | import("./interface").TableBorder;
|
|
474
|
-
columns: import("./interface").TableColumnData[];
|
|
475
475
|
hoverable: boolean;
|
|
476
476
|
stripe: boolean;
|
|
477
477
|
tableLayoutFixed: 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: {
|
|
@@ -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;
|
|
@@ -653,8 +653,8 @@ declare const Table: {
|
|
|
653
653
|
default: boolean;
|
|
654
654
|
};
|
|
655
655
|
}>> & Readonly<{
|
|
656
|
-
onSelect?: ((rowKeys: (string | number)[], rowKey: string | number, record: import("./interface").TableData) => any) | undefined;
|
|
657
656
|
onChange?: ((data: import("./interface").TableData[], extra: import("./interface").TableChangeExtra, currentData: import("./interface").TableData[]) => any) | undefined;
|
|
657
|
+
onSelect?: ((rowKeys: (string | number)[], rowKey: string | number, record: import("./interface").TableData) => any) | undefined;
|
|
658
658
|
onPageChange?: ((page: number) => any) | undefined;
|
|
659
659
|
onPageSizeChange?: ((pageSize: number) => any) | undefined;
|
|
660
660
|
"onUpdate:selectedKeys"?: ((rowKeys: (string | number)[]) => any) | undefined;
|
|
@@ -718,12 +718,12 @@ 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" | "
|
|
721
|
+
size: "mini" | "small" | "medium" | "large";
|
|
722
722
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
723
723
|
data: import("./interface").TableData[];
|
|
724
|
+
columns: import("./interface").TableColumnData[];
|
|
724
725
|
loading: boolean | Record<string, any>;
|
|
725
726
|
bordered: boolean | import("./interface").TableBorder;
|
|
726
|
-
columns: import("./interface").TableColumnData[];
|
|
727
727
|
hoverable: boolean;
|
|
728
728
|
stripe: boolean;
|
|
729
729
|
tableLayoutFixed: boolean;
|
|
@@ -932,9 +932,9 @@ declare const Table: {
|
|
|
932
932
|
default: boolean;
|
|
933
933
|
};
|
|
934
934
|
}>> & Readonly<{}>, {
|
|
935
|
+
type: "normal" | "checkbox" | "radio" | "expand" | "operation";
|
|
935
936
|
column: import("./interface").TableColumnData;
|
|
936
937
|
summary: boolean;
|
|
937
|
-
type: "normal" | "checkbox" | "radio" | "expand" | "operation";
|
|
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<{}>, {
|
package/es/table/interface.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { CSSProperties, RenderFunction, Slots, VNodeChild } from 'vue';
|
|
|
2
2
|
import { BaseType, ClassName, Data } from '../_utils/types';
|
|
3
3
|
import { TriggerProps } from '../trigger';
|
|
4
4
|
export declare const TABLE_PAGE_POSITION: readonly ["tl", "top", "tr", "bl", "bottom", "br"];
|
|
5
|
-
export declare type TablePagePosition = typeof TABLE_PAGE_POSITION[number];
|
|
5
|
+
export declare type TablePagePosition = (typeof TABLE_PAGE_POSITION)[number];
|
|
6
6
|
export interface TableData {
|
|
7
7
|
key?: string;
|
|
8
8
|
expand?: string | RenderFunction;
|
package/es/table/style/index.css
CHANGED
|
@@ -275,6 +275,24 @@
|
|
|
275
275
|
justify-content: center;
|
|
276
276
|
padding: 0;
|
|
277
277
|
}
|
|
278
|
+
.arco-table-th.arco-table-operation.arco-table-checkbox .arco-table-cell,
|
|
279
|
+
.arco-table-td.arco-table-operation.arco-table-checkbox .arco-table-cell,
|
|
280
|
+
.arco-table-th.arco-table-operation.arco-table-radio .arco-table-cell,
|
|
281
|
+
.arco-table-td.arco-table-operation.arco-table-radio .arco-table-cell {
|
|
282
|
+
padding: 0 4px;
|
|
283
|
+
}
|
|
284
|
+
.arco-table-th.arco-table-operation.arco-table-checkbox,
|
|
285
|
+
.arco-table-td.arco-table-operation.arco-table-checkbox {
|
|
286
|
+
position: relative;
|
|
287
|
+
z-index: 11;
|
|
288
|
+
}
|
|
289
|
+
.arco-table-th.arco-table-operation.arco-table-checkbox.arco-table-col-fixed-left,
|
|
290
|
+
.arco-table-td.arco-table-operation.arco-table-checkbox.arco-table-col-fixed-left,
|
|
291
|
+
.arco-table-th.arco-table-operation.arco-table-checkbox.arco-table-col-fixed-right,
|
|
292
|
+
.arco-table-td.arco-table-operation.arco-table-checkbox.arco-table-col-fixed-right {
|
|
293
|
+
position: sticky !important;
|
|
294
|
+
z-index: 12;
|
|
295
|
+
}
|
|
278
296
|
.arco-table-radio,
|
|
279
297
|
.arco-table-checkbox {
|
|
280
298
|
justify-content: center;
|
|
@@ -665,13 +683,10 @@
|
|
|
665
683
|
.arco-table-virtualized .arco-table-element {
|
|
666
684
|
table-layout: fixed;
|
|
667
685
|
}
|
|
668
|
-
.arco-table-virtualized
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
display: flex;
|
|
673
|
-
flex: 1;
|
|
674
|
-
align-items: center;
|
|
686
|
+
.arco-table-virtualized .arco-table-body .arco-table-td.arco-table-col-fixed-left,
|
|
687
|
+
.arco-table-virtualized .arco-table-body .arco-table-td.arco-table-col-fixed-right {
|
|
688
|
+
position: sticky;
|
|
689
|
+
z-index: 10;
|
|
675
690
|
}
|
|
676
691
|
.arco-table-pagination {
|
|
677
692
|
display: flex;
|
|
@@ -349,6 +349,25 @@
|
|
|
349
349
|
padding: 0;
|
|
350
350
|
}
|
|
351
351
|
|
|
352
|
+
&-th&-operation&-checkbox &-cell,
|
|
353
|
+
&-td&-operation&-checkbox &-cell,
|
|
354
|
+
&-th&-operation&-radio &-cell,
|
|
355
|
+
&-td&-operation&-radio &-cell {
|
|
356
|
+
padding: 0 @spacing-2;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
&-th&-operation&-checkbox,
|
|
360
|
+
&-td&-operation&-checkbox {
|
|
361
|
+
position: relative;
|
|
362
|
+
z-index: 11;
|
|
363
|
+
|
|
364
|
+
&.@{table-prefix-cls}-col-fixed-left,
|
|
365
|
+
&.@{table-prefix-cls}-col-fixed-right {
|
|
366
|
+
position: sticky !important;
|
|
367
|
+
z-index: 12;
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
|
|
352
371
|
&-radio,
|
|
353
372
|
&-checkbox {
|
|
354
373
|
justify-content: center;
|
|
@@ -824,14 +843,12 @@
|
|
|
824
843
|
table-layout: fixed;
|
|
825
844
|
}
|
|
826
845
|
|
|
827
|
-
&-virtualized
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
flex: 1;
|
|
834
|
-
align-items: center;
|
|
846
|
+
&-virtualized .@{table-prefix-cls}-body .@{table-prefix-cls}-td {
|
|
847
|
+
&.@{table-prefix-cls}-col-fixed-left,
|
|
848
|
+
&.@{table-prefix-cls}-col-fixed-right {
|
|
849
|
+
position: sticky;
|
|
850
|
+
z-index: 10;
|
|
851
|
+
}
|
|
835
852
|
}
|
|
836
853
|
}
|
|
837
854
|
|
|
@@ -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<{}>, {
|