bkui-vue 0.0.1-beta.61 → 0.0.1-beta.62
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/index.cjs.js +30 -30
- package/dist/index.esm.js +1434 -298
- package/dist/index.umd.js +28 -28
- package/dist/style.css +1 -1
- package/lib/affix/affix.css +3 -0
- package/lib/affix/affix.d.ts +47 -0
- package/lib/affix/affix.less +5 -0
- package/lib/affix/affix.variable.css +102 -0
- package/lib/affix/index.d.ts +143 -0
- package/lib/affix/index.js +1 -0
- package/lib/alert/alert.variable.css +5 -0
- package/lib/backtop/backtop.d.ts +1 -1
- package/lib/backtop/backtop.variable.css +5 -0
- package/lib/backtop/index.d.ts +4 -4
- package/lib/badge/badge.d.ts +1 -1
- package/lib/badge/badge.variable.css +5 -0
- package/lib/badge/index.d.ts +4 -4
- package/lib/breadcrumb/breadcrumb.variable.css +5 -0
- package/lib/button/button.css +2 -1
- package/lib/button/button.less +9 -8
- package/lib/button/button.variable.css +7 -1
- package/lib/button/index.js +1 -1
- package/lib/card/card.variable.css +5 -0
- package/lib/cascader/cascader-panel.d.ts +48 -0
- package/lib/cascader/cascader.css +130 -0
- package/lib/cascader/cascader.d.ts +271 -0
- package/lib/cascader/cascader.less +146 -0
- package/lib/cascader/cascader.variable.css +229 -0
- package/lib/cascader/index.d.ts +721 -0
- package/lib/cascader/index.js +1 -0
- package/lib/cascader/interface.d.ts +44 -0
- package/lib/cascader/node.d.ts +24 -0
- package/lib/cascader/store.d.ts +15 -0
- package/lib/checkbox/checkbox.variable.css +5 -0
- package/lib/code-diff/code-diff.variable.css +5 -0
- package/lib/code-diff/index.js +1 -1
- package/lib/components.d.ts +12 -9
- package/lib/components.js +1 -1
- package/lib/container/container.variable.css +5 -0
- package/lib/container/index.js +1 -1
- package/lib/date-picker/date-picker.css +1 -0
- package/lib/date-picker/date-picker.d.ts +9 -2
- package/lib/date-picker/date-picker.less +1 -0
- package/lib/date-picker/date-picker.variable.css +6 -0
- package/lib/date-picker/index.d.ts +22 -7
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/props.d.ts +3 -0
- package/lib/dialog/dialog.css +10 -1
- package/lib/dialog/dialog.d.ts +75 -8
- package/lib/dialog/dialog.variable.css +10 -1
- package/lib/dialog/index.d.ts +166 -25
- package/lib/dialog/index.js +1 -1
- package/lib/divider/divider.d.ts +1 -1
- package/lib/divider/divider.variable.css +5 -0
- package/lib/divider/index.d.ts +4 -4
- package/lib/dropdown/dropdown.css +4 -0
- package/lib/dropdown/dropdown.less +5 -0
- package/lib/dropdown/dropdown.variable.css +9 -0
- package/lib/dropdown/index.js +1 -1
- package/lib/exception/exception.variable.css +5 -0
- package/lib/fixed-navbar/fixed-navbar.d.ts +17 -3
- package/lib/fixed-navbar/fixed-navbar.variable.css +5 -0
- package/lib/fixed-navbar/index.d.ts +43 -8
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/form-item.d.ts +1 -1
- package/lib/form/form.css +4 -0
- package/lib/form/form.d.ts +5 -2
- package/lib/form/form.less +4 -0
- package/lib/form/form.variable.css +9 -0
- package/lib/form/index.d.ts +19 -8
- package/lib/form/index.js +1 -1
- package/lib/icon/archive-fill.d.ts +4 -0
- package/lib/icon/archive-fill.js +1 -0
- package/lib/icon/audio-fill.d.ts +4 -0
- package/lib/icon/audio-fill.js +1 -0
- package/lib/icon/del.d.ts +4 -0
- package/lib/icon/del.js +1 -0
- package/lib/icon/doc-fill.d.ts +4 -0
- package/lib/icon/doc-fill.js +1 -0
- package/lib/icon/excel-fill.d.ts +4 -0
- package/lib/icon/excel-fill.js +1 -0
- package/lib/icon/image-fill.d.ts +4 -0
- package/lib/icon/image-fill.js +1 -0
- package/lib/icon/index.d.ts +12 -1
- package/lib/icon/index.js +1 -1
- package/lib/icon/pdf-fill.d.ts +4 -0
- package/lib/icon/pdf-fill.js +1 -0
- package/lib/icon/ppt-fill.d.ts +4 -0
- package/lib/icon/ppt-fill.js +1 -0
- package/lib/icon/text-fill.d.ts +4 -0
- package/lib/icon/text-fill.js +1 -0
- package/lib/icon/upload.d.ts +4 -0
- package/lib/icon/upload.js +1 -0
- package/lib/icon/video-fill.d.ts +4 -0
- package/lib/icon/video-fill.js +1 -0
- package/lib/input/index.d.ts +8 -8
- package/lib/input/input.css +3 -0
- package/lib/input/input.d.ts +2 -2
- package/lib/input/input.less +3 -0
- package/lib/input/input.variable.css +8 -0
- package/lib/link/index.d.ts +4 -4
- package/lib/link/link.d.ts +1 -1
- package/lib/link/link.variable.css +5 -0
- package/lib/loading/loading.variable.css +5 -0
- package/lib/menu/menu.variable.css +5 -0
- package/lib/menu/submenu.variable.css +5 -0
- package/lib/message/index.js +1 -1
- package/lib/message/message.css +4 -4
- package/lib/message/message.less +4 -4
- package/lib/message/message.variable.css +9 -4
- package/lib/modal/index.d.ts +277 -24
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +10 -1
- package/lib/modal/modal.d.ts +108 -9
- package/lib/modal/modal.less +15 -4
- package/lib/modal/modal.variable.css +10 -1
- package/lib/modal/props.mixin.d.ts +47 -3
- package/lib/navigation/index.d.ts +291 -1
- package/lib/navigation/index.js +1 -1
- package/lib/navigation/navigation.variable.css +5 -0
- package/lib/notify/index.js +1 -1
- package/lib/notify/notify.css +17 -1
- package/lib/notify/notify.less +19 -1
- package/lib/notify/notify.variable.css +22 -1
- package/lib/notify/notifyConstructor.d.ts +49 -5
- package/lib/pagination/index.d.ts +4 -4
- package/lib/pagination/pagination.d.ts +1 -1
- package/lib/pagination/pagination.variable.css +5 -0
- package/lib/popover/index.d.ts +57 -11
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.css +3 -0
- package/lib/popover/popover.d.ts +26 -4
- package/lib/popover/popover.less +2 -0
- package/lib/popover/popover.variable.css +8 -0
- package/lib/popover/props.d.ts +11 -1
- package/lib/process/process.variable.css +5 -0
- package/lib/progress/index.d.ts +7 -7
- package/lib/progress/progress.d.ts +2 -2
- package/lib/progress/progress.variable.css +5 -0
- package/lib/radio/radio.variable.css +5 -0
- package/lib/resize-layout/resize-layout.variable.css +5 -0
- package/lib/select/select.variable.css +5 -0
- package/lib/shared/index.d.ts +18 -0
- package/lib/shared/index.js +1 -1
- package/lib/shared/mask-manager.d.ts +3 -2
- package/lib/shared/pop-manager.d.ts +3 -2
- package/lib/shared/popover.d.ts +3 -0
- package/lib/sideslider/index.d.ts +227 -33
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.css +48 -3
- package/lib/sideslider/sideslider.d.ts +103 -12
- package/lib/sideslider/sideslider.less +65 -6
- package/lib/sideslider/sideslider.variable.css +53 -3
- package/lib/slider/index.d.ts +414 -1
- package/lib/slider/index.js +1 -1
- package/lib/slider/slider.variable.css +5 -0
- package/lib/steps/steps.variable.css +5 -0
- package/lib/styles/index.d.ts +3 -0
- package/lib/styles/themes/themes.less +7 -0
- package/lib/switcher/switcher.variable.css +5 -0
- package/lib/tab/index.d.ts +6 -6
- package/lib/tab/tab-panel.d.ts +2 -2
- package/lib/tab/tab.d.ts +1 -1
- package/lib/tab/tab.variable.css +5 -0
- package/lib/table/index.d.ts +4 -4
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.variable.css +5 -0
- package/lib/table/plugins/head-sort.variable.css +5 -0
- package/lib/table/plugins/settings.variable.css +5 -0
- package/lib/table/props.d.ts +4 -0
- package/lib/table/render.d.ts +1 -0
- package/lib/table/table.css +54 -2
- package/lib/table/table.d.ts +1 -1
- package/lib/table/table.less +52 -2
- package/lib/table/table.variable.css +59 -2
- package/lib/table/use-common.d.ts +5 -3
- package/lib/table/utils.d.ts +10 -0
- package/lib/tag/index.d.ts +3 -3
- package/lib/tag/tag.d.ts +1 -1
- package/lib/tag/tag.variable.css +5 -0
- package/lib/tag-input/index.d.ts +893 -1
- package/lib/tag-input/index.js +1 -1
- package/lib/tag-input/tag-input.d.ts +1 -1
- package/lib/tag-input/tag-input.variable.css +5 -0
- package/lib/timeline/timeline.variable.css +5 -0
- package/lib/transfer/transfer.variable.css +5 -0
- package/lib/tree/index.d.ts +39 -1
- package/lib/tree/index.js +1 -1
- package/lib/tree/props.d.ts +19 -0
- package/lib/tree/tree.css +3 -1
- package/lib/tree/tree.d.ts +18 -0
- package/lib/tree/tree.less +3 -1
- package/lib/tree/tree.variable.css +8 -1
- package/lib/tree/use-empty.d.ts +6 -0
- package/lib/tree/use-node-attribute.d.ts +1 -0
- package/lib/tree/use-search.d.ts +11 -0
- package/lib/tree/util.d.ts +2 -1
- package/lib/upload/index.d.ts +2 -0
- package/lib/upload/index.js +1 -0
- package/lib/upload/props.d.ts +113 -0
- package/lib/upload/upload-list.d.ts +46 -0
- package/lib/upload/upload-trigger.d.ts +54 -0
- package/lib/upload/upload.css +374 -0
- package/lib/upload/upload.d.ts +252 -0
- package/lib/upload/upload.less +455 -0
- package/lib/upload/upload.type.d.ts +78 -0
- package/lib/upload/upload.variable.css +473 -0
- package/lib/upload/use-ajax-upload.d.ts +3 -0
- package/lib/upload/use-file-handler.d.ts +44 -0
- package/lib/virtual-render/index.d.ts +27 -4
- package/lib/virtual-render/index.js +1 -1
- package/lib/virtual-render/props.d.ts +10 -0
- package/lib/virtual-render/use-tag-render.d.ts +7 -0
- package/lib/virtual-render/virtual-render.d.ts +14 -3
- package/package.json +2 -2
package/lib/modal/modal.d.ts
CHANGED
@@ -4,8 +4,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
} & {
|
5
5
|
default: boolean;
|
6
6
|
};
|
7
|
-
width: import("vue-types").
|
8
|
-
|
7
|
+
width: (import("vue-types").VueTypeValidableDef<number> & {
|
8
|
+
default: number;
|
9
|
+
}) | (import("vue-types").VueTypeValidableDef<string> & {
|
10
|
+
default: string;
|
11
|
+
} & {
|
12
|
+
default: string;
|
13
|
+
});
|
14
|
+
height: (import("vue-types").VueTypeValidableDef<number> & {
|
15
|
+
default: number;
|
16
|
+
}) | (import("vue-types").VueTypeValidableDef<string> & {
|
17
|
+
default: string;
|
18
|
+
} & {
|
19
|
+
default: string;
|
20
|
+
});
|
9
21
|
customClass: (import("vue-types").VueTypeValidableDef<string> & {
|
10
22
|
default: string;
|
11
23
|
}) | (import("vue-types").VueTypeValidableDef<unknown[]> & {
|
@@ -41,6 +53,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
41
53
|
} & {
|
42
54
|
default: boolean;
|
43
55
|
};
|
56
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
57
|
+
default: string;
|
58
|
+
} & {
|
59
|
+
default: string;
|
60
|
+
};
|
44
61
|
size: import("vue-types").VueTypeDef<string> & {
|
45
62
|
default: string;
|
46
63
|
};
|
@@ -49,23 +66,64 @@ declare const _default: import("vue").DefineComponent<{
|
|
49
66
|
} & {
|
50
67
|
default: boolean;
|
51
68
|
};
|
52
|
-
|
69
|
+
quickClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
70
|
+
default: boolean;
|
71
|
+
} & {
|
72
|
+
default: boolean;
|
73
|
+
};
|
74
|
+
transfer: import("vue-types").VueTypeValidableDef<boolean> & {
|
75
|
+
default: boolean;
|
76
|
+
} & {
|
77
|
+
default: boolean;
|
78
|
+
};
|
79
|
+
title: import("vue-types").VueTypeValidableDef<string> & {
|
80
|
+
default: string;
|
81
|
+
} & {
|
82
|
+
default: string;
|
83
|
+
};
|
84
|
+
maxHeight: import("vue-types").VueTypeValidableDef<string> & {
|
85
|
+
default: string;
|
86
|
+
};
|
87
|
+
direction: import("vue-types").VueTypeValidableDef<string> & {
|
53
88
|
default: string;
|
54
89
|
};
|
90
|
+
animateType: import("vue-types").VueTypeValidableDef<string> & {
|
91
|
+
default: string;
|
92
|
+
} & {
|
93
|
+
default: string;
|
94
|
+
};
|
95
|
+
renderDirective: import("vue-types").VueTypeDef<string> & {
|
96
|
+
default: string;
|
97
|
+
};
|
98
|
+
beforeClose: import("vue-types").VueTypeDef<unknown>;
|
55
99
|
}, unknown, {
|
56
100
|
visible: boolean;
|
57
101
|
}, {
|
58
102
|
dialogWidth(): String | Number;
|
59
103
|
dialogHeight(): String | Number;
|
60
104
|
compStyle(): any;
|
61
|
-
}, {
|
105
|
+
}, {
|
106
|
+
handleClickOutSide(): void;
|
107
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
62
108
|
isShow: import("vue-types").VueTypeValidableDef<boolean> & {
|
63
109
|
default: boolean;
|
64
110
|
} & {
|
65
111
|
default: boolean;
|
66
112
|
};
|
67
|
-
width: import("vue-types").
|
68
|
-
|
113
|
+
width: (import("vue-types").VueTypeValidableDef<number> & {
|
114
|
+
default: number;
|
115
|
+
}) | (import("vue-types").VueTypeValidableDef<string> & {
|
116
|
+
default: string;
|
117
|
+
} & {
|
118
|
+
default: string;
|
119
|
+
});
|
120
|
+
height: (import("vue-types").VueTypeValidableDef<number> & {
|
121
|
+
default: number;
|
122
|
+
}) | (import("vue-types").VueTypeValidableDef<string> & {
|
123
|
+
default: string;
|
124
|
+
} & {
|
125
|
+
default: string;
|
126
|
+
});
|
69
127
|
customClass: (import("vue-types").VueTypeValidableDef<string> & {
|
70
128
|
default: string;
|
71
129
|
}) | (import("vue-types").VueTypeValidableDef<unknown[]> & {
|
@@ -101,6 +159,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
101
159
|
} & {
|
102
160
|
default: boolean;
|
103
161
|
};
|
162
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
163
|
+
default: string;
|
164
|
+
} & {
|
165
|
+
default: string;
|
166
|
+
};
|
104
167
|
size: import("vue-types").VueTypeDef<string> & {
|
105
168
|
default: string;
|
106
169
|
};
|
@@ -109,20 +172,56 @@ declare const _default: import("vue").DefineComponent<{
|
|
109
172
|
} & {
|
110
173
|
default: boolean;
|
111
174
|
};
|
112
|
-
|
175
|
+
quickClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
176
|
+
default: boolean;
|
177
|
+
} & {
|
178
|
+
default: boolean;
|
179
|
+
};
|
180
|
+
transfer: import("vue-types").VueTypeValidableDef<boolean> & {
|
181
|
+
default: boolean;
|
182
|
+
} & {
|
183
|
+
default: boolean;
|
184
|
+
};
|
185
|
+
title: import("vue-types").VueTypeValidableDef<string> & {
|
186
|
+
default: string;
|
187
|
+
} & {
|
188
|
+
default: string;
|
189
|
+
};
|
190
|
+
maxHeight: import("vue-types").VueTypeValidableDef<string> & {
|
191
|
+
default: string;
|
192
|
+
};
|
193
|
+
direction: import("vue-types").VueTypeValidableDef<string> & {
|
113
194
|
default: string;
|
114
195
|
};
|
196
|
+
animateType: import("vue-types").VueTypeValidableDef<string> & {
|
197
|
+
default: string;
|
198
|
+
} & {
|
199
|
+
default: string;
|
200
|
+
};
|
201
|
+
renderDirective: import("vue-types").VueTypeDef<string> & {
|
202
|
+
default: string;
|
203
|
+
};
|
204
|
+
beforeClose: import("vue-types").VueTypeDef<unknown>;
|
115
205
|
}>>, {
|
116
|
-
|
206
|
+
title: string;
|
117
207
|
showMask: boolean;
|
208
|
+
width: string | number;
|
209
|
+
height: string | number;
|
210
|
+
draggable: boolean;
|
118
211
|
size: string;
|
119
|
-
|
212
|
+
extCls: string;
|
213
|
+
direction: string;
|
214
|
+
maxHeight: string;
|
120
215
|
isShow: boolean;
|
216
|
+
transfer: boolean;
|
217
|
+
renderDirective: string;
|
121
218
|
customClass: string | unknown[];
|
122
219
|
scrollable: boolean;
|
123
220
|
closeIcon: boolean;
|
124
221
|
escClose: boolean;
|
125
222
|
maskClose: boolean;
|
126
223
|
fullscreen: boolean;
|
224
|
+
quickClose: boolean;
|
225
|
+
animateType: string;
|
127
226
|
}>;
|
128
227
|
export default _default;
|
package/lib/modal/modal.less
CHANGED
@@ -2,29 +2,39 @@
|
|
2
2
|
position: absolute;
|
3
3
|
top: 50%;
|
4
4
|
left: 50%;
|
5
|
-
background: #fff;
|
5
|
+
// background: #fff;
|
6
6
|
transform: translate(-50%, -50%);
|
7
7
|
|
8
|
+
.bk-modal-outside {
|
9
|
+
position: fixed;
|
10
|
+
top: 0;
|
11
|
+
right: 0;
|
12
|
+
bottom: 0;
|
13
|
+
left: 0;
|
14
|
+
}
|
15
|
+
|
8
16
|
&.bk-model-fullscreen {
|
9
17
|
width: 100%;
|
10
18
|
height: 100%;
|
19
|
+
background: #fff;
|
20
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
|
11
21
|
}
|
12
22
|
|
13
23
|
&.normal {
|
14
24
|
width: 480px;
|
15
25
|
height: 240px;
|
16
26
|
}
|
17
|
-
|
27
|
+
|
18
28
|
&.small {
|
19
29
|
width: 400px;
|
20
30
|
height: 200px;
|
21
31
|
}
|
22
|
-
|
32
|
+
|
23
33
|
&.medium {
|
24
34
|
width: 640px;
|
25
35
|
height: 400px;
|
26
36
|
}
|
27
|
-
|
37
|
+
|
28
38
|
&.large {
|
29
39
|
width: 960px;
|
30
40
|
height: 720px;
|
@@ -32,6 +42,7 @@
|
|
32
42
|
|
33
43
|
.bk-modal-body {
|
34
44
|
height: 100%;
|
45
|
+
background: #fff;
|
35
46
|
box-shadow: 0 4px 12px rgba(0,0,0,.15);
|
36
47
|
}
|
37
48
|
}
|
@@ -2,12 +2,20 @@
|
|
2
2
|
position: absolute;
|
3
3
|
top: 50%;
|
4
4
|
left: 50%;
|
5
|
-
background: #fff;
|
6
5
|
transform: translate(-50%, -50%);
|
7
6
|
}
|
7
|
+
.bk-modal-wrapper .bk-modal-outside {
|
8
|
+
position: fixed;
|
9
|
+
top: 0;
|
10
|
+
right: 0;
|
11
|
+
bottom: 0;
|
12
|
+
left: 0;
|
13
|
+
}
|
8
14
|
.bk-modal-wrapper.bk-model-fullscreen {
|
9
15
|
width: 100%;
|
10
16
|
height: 100%;
|
17
|
+
background: #fff;
|
18
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
11
19
|
}
|
12
20
|
.bk-modal-wrapper.normal {
|
13
21
|
width: 480px;
|
@@ -27,5 +35,6 @@
|
|
27
35
|
}
|
28
36
|
.bk-modal-wrapper .bk-modal-body {
|
29
37
|
height: 100%;
|
38
|
+
background: #fff;
|
30
39
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
31
40
|
}
|
@@ -4,8 +4,20 @@ export declare const propsMixin: {
|
|
4
4
|
} & {
|
5
5
|
default: boolean;
|
6
6
|
};
|
7
|
-
width: import("vue-types").
|
8
|
-
|
7
|
+
width: (import("vue-types").VueTypeValidableDef<number> & {
|
8
|
+
default: number;
|
9
|
+
}) | (import("vue-types").VueTypeValidableDef<string> & {
|
10
|
+
default: string;
|
11
|
+
} & {
|
12
|
+
default: string;
|
13
|
+
});
|
14
|
+
height: (import("vue-types").VueTypeValidableDef<number> & {
|
15
|
+
default: number;
|
16
|
+
}) | (import("vue-types").VueTypeValidableDef<string> & {
|
17
|
+
default: string;
|
18
|
+
} & {
|
19
|
+
default: string;
|
20
|
+
});
|
9
21
|
customClass: (import("vue-types").VueTypeValidableDef<string> & {
|
10
22
|
default: string;
|
11
23
|
}) | (import("vue-types").VueTypeValidableDef<unknown[]> & {
|
@@ -41,6 +53,11 @@ export declare const propsMixin: {
|
|
41
53
|
} & {
|
42
54
|
default: boolean;
|
43
55
|
};
|
56
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
57
|
+
default: string;
|
58
|
+
} & {
|
59
|
+
default: string;
|
60
|
+
};
|
44
61
|
size: import("vue-types").VueTypeDef<string> & {
|
45
62
|
default: string;
|
46
63
|
};
|
@@ -49,7 +66,34 @@ export declare const propsMixin: {
|
|
49
66
|
} & {
|
50
67
|
default: boolean;
|
51
68
|
};
|
52
|
-
|
69
|
+
quickClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
70
|
+
default: boolean;
|
71
|
+
} & {
|
72
|
+
default: boolean;
|
73
|
+
};
|
74
|
+
transfer: import("vue-types").VueTypeValidableDef<boolean> & {
|
75
|
+
default: boolean;
|
76
|
+
} & {
|
77
|
+
default: boolean;
|
78
|
+
};
|
79
|
+
title: import("vue-types").VueTypeValidableDef<string> & {
|
80
|
+
default: string;
|
81
|
+
} & {
|
82
|
+
default: string;
|
83
|
+
};
|
84
|
+
maxHeight: import("vue-types").VueTypeValidableDef<string> & {
|
85
|
+
default: string;
|
86
|
+
};
|
87
|
+
direction: import("vue-types").VueTypeValidableDef<string> & {
|
88
|
+
default: string;
|
89
|
+
};
|
90
|
+
animateType: import("vue-types").VueTypeValidableDef<string> & {
|
91
|
+
default: string;
|
92
|
+
} & {
|
93
|
+
default: string;
|
94
|
+
};
|
95
|
+
renderDirective: import("vue-types").VueTypeDef<string> & {
|
53
96
|
default: string;
|
54
97
|
};
|
98
|
+
beforeClose: import("vue-types").VueTypeDef<unknown>;
|
55
99
|
};
|
@@ -1,2 +1,292 @@
|
|
1
|
-
|
1
|
+
declare const Navigation: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{
|
6
|
+
sideTitle: string;
|
7
|
+
navigationType: import("./navigation").BkNavigationType;
|
8
|
+
navWidth: string | number;
|
9
|
+
hoverWidth: string | number;
|
10
|
+
headerTitle: string;
|
11
|
+
hoverLeaveDelay: number;
|
12
|
+
hoverEnterDelay: number;
|
13
|
+
defaultOpen: boolean;
|
14
|
+
headHeight: string | number;
|
15
|
+
needMenu: boolean;
|
16
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
17
|
+
navWidth: {
|
18
|
+
type: (NumberConstructor | StringConstructor)[];
|
19
|
+
default: number;
|
20
|
+
};
|
21
|
+
hoverWidth: {
|
22
|
+
type: (NumberConstructor | StringConstructor)[];
|
23
|
+
default: number;
|
24
|
+
};
|
25
|
+
sideTitle: {
|
26
|
+
type: StringConstructor;
|
27
|
+
default: string;
|
28
|
+
};
|
29
|
+
headerTitle: {
|
30
|
+
type: StringConstructor;
|
31
|
+
default: string;
|
32
|
+
};
|
33
|
+
hoverLeaveDelay: {
|
34
|
+
type: NumberConstructor;
|
35
|
+
default: number;
|
36
|
+
};
|
37
|
+
hoverEnterDelay: {
|
38
|
+
type: NumberConstructor;
|
39
|
+
default: number;
|
40
|
+
};
|
41
|
+
defaultOpen: BooleanConstructor;
|
42
|
+
headHeight: {
|
43
|
+
type: (NumberConstructor | StringConstructor)[];
|
44
|
+
default: number;
|
45
|
+
};
|
46
|
+
navigationType: {
|
47
|
+
type: import("vue").PropType<import("./navigation").BkNavigationType>;
|
48
|
+
default: string;
|
49
|
+
validator(v: import("./navigation").BkNavigationType): boolean;
|
50
|
+
};
|
51
|
+
needMenu: {
|
52
|
+
type: BooleanConstructor;
|
53
|
+
default: boolean;
|
54
|
+
};
|
55
|
+
}>> & {
|
56
|
+
onHover?: (...args: any[]) => any;
|
57
|
+
onLeave?: (...args: any[]) => any;
|
58
|
+
onToggle?: (...args: any[]) => any;
|
59
|
+
"onToggle-click"?: (...args: any[]) => any;
|
60
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sideTitle" | "navigationType" | "navWidth" | "hoverWidth" | "headerTitle" | "hoverLeaveDelay" | "hoverEnterDelay" | "defaultOpen" | "headHeight" | "needMenu">;
|
61
|
+
$attrs: {
|
62
|
+
[x: string]: unknown;
|
63
|
+
};
|
64
|
+
$refs: {
|
65
|
+
[x: string]: unknown;
|
66
|
+
};
|
67
|
+
$slots: Readonly<{
|
68
|
+
[name: string]: import("vue").Slot;
|
69
|
+
}>;
|
70
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
71
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
72
|
+
$emit: (event: "hover" | "toggle" | "leave" | "toggle-click", ...args: any[]) => void;
|
73
|
+
$el: any;
|
74
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
75
|
+
navWidth: {
|
76
|
+
type: (NumberConstructor | StringConstructor)[];
|
77
|
+
default: number;
|
78
|
+
};
|
79
|
+
hoverWidth: {
|
80
|
+
type: (NumberConstructor | StringConstructor)[];
|
81
|
+
default: number;
|
82
|
+
};
|
83
|
+
sideTitle: {
|
84
|
+
type: StringConstructor;
|
85
|
+
default: string;
|
86
|
+
};
|
87
|
+
headerTitle: {
|
88
|
+
type: StringConstructor;
|
89
|
+
default: string;
|
90
|
+
};
|
91
|
+
hoverLeaveDelay: {
|
92
|
+
type: NumberConstructor;
|
93
|
+
default: number;
|
94
|
+
};
|
95
|
+
hoverEnterDelay: {
|
96
|
+
type: NumberConstructor;
|
97
|
+
default: number;
|
98
|
+
};
|
99
|
+
defaultOpen: BooleanConstructor;
|
100
|
+
headHeight: {
|
101
|
+
type: (NumberConstructor | StringConstructor)[];
|
102
|
+
default: number;
|
103
|
+
};
|
104
|
+
navigationType: {
|
105
|
+
type: import("vue").PropType<import("./navigation").BkNavigationType>;
|
106
|
+
default: string;
|
107
|
+
validator(v: import("./navigation").BkNavigationType): boolean;
|
108
|
+
};
|
109
|
+
needMenu: {
|
110
|
+
type: BooleanConstructor;
|
111
|
+
default: boolean;
|
112
|
+
};
|
113
|
+
}>> & {
|
114
|
+
onHover?: (...args: any[]) => any;
|
115
|
+
onLeave?: (...args: any[]) => any;
|
116
|
+
onToggle?: (...args: any[]) => any;
|
117
|
+
"onToggle-click"?: (...args: any[]) => any;
|
118
|
+
}, {
|
119
|
+
defaultHeaderTitle: import("vue").Ref<string>;
|
120
|
+
nav: {
|
121
|
+
click: boolean;
|
122
|
+
hover: boolean;
|
123
|
+
delay: boolean;
|
124
|
+
timer: any;
|
125
|
+
enterTimer: any;
|
126
|
+
};
|
127
|
+
onBeforeUnmount: (hook: () => any, target?: import("vue").ComponentInternalInstance) => false | Function;
|
128
|
+
handleMouseOver: () => void;
|
129
|
+
handleMouseLeave: () => void;
|
130
|
+
handleClick: () => void;
|
131
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "toggle" | "leave" | "toggle-click")[], string, {
|
132
|
+
sideTitle: string;
|
133
|
+
navigationType: import("./navigation").BkNavigationType;
|
134
|
+
navWidth: string | number;
|
135
|
+
hoverWidth: string | number;
|
136
|
+
headerTitle: string;
|
137
|
+
hoverLeaveDelay: number;
|
138
|
+
hoverEnterDelay: number;
|
139
|
+
defaultOpen: boolean;
|
140
|
+
headHeight: string | number;
|
141
|
+
needMenu: boolean;
|
142
|
+
}> & {
|
143
|
+
beforeCreate?: (() => void) | (() => void)[];
|
144
|
+
created?: (() => void) | (() => void)[];
|
145
|
+
beforeMount?: (() => void) | (() => void)[];
|
146
|
+
mounted?: (() => void) | (() => void)[];
|
147
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
148
|
+
updated?: (() => void) | (() => void)[];
|
149
|
+
activated?: (() => void) | (() => void)[];
|
150
|
+
deactivated?: (() => void) | (() => void)[];
|
151
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
152
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
153
|
+
destroyed?: (() => void) | (() => void)[];
|
154
|
+
unmounted?: (() => void) | (() => void)[];
|
155
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
156
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
157
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
158
|
+
};
|
159
|
+
$forceUpdate: () => void;
|
160
|
+
$nextTick: typeof import("vue").nextTick;
|
161
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
162
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
163
|
+
navWidth: {
|
164
|
+
type: (NumberConstructor | StringConstructor)[];
|
165
|
+
default: number;
|
166
|
+
};
|
167
|
+
hoverWidth: {
|
168
|
+
type: (NumberConstructor | StringConstructor)[];
|
169
|
+
default: number;
|
170
|
+
};
|
171
|
+
sideTitle: {
|
172
|
+
type: StringConstructor;
|
173
|
+
default: string;
|
174
|
+
};
|
175
|
+
headerTitle: {
|
176
|
+
type: StringConstructor;
|
177
|
+
default: string;
|
178
|
+
};
|
179
|
+
hoverLeaveDelay: {
|
180
|
+
type: NumberConstructor;
|
181
|
+
default: number;
|
182
|
+
};
|
183
|
+
hoverEnterDelay: {
|
184
|
+
type: NumberConstructor;
|
185
|
+
default: number;
|
186
|
+
};
|
187
|
+
defaultOpen: BooleanConstructor;
|
188
|
+
headHeight: {
|
189
|
+
type: (NumberConstructor | StringConstructor)[];
|
190
|
+
default: number;
|
191
|
+
};
|
192
|
+
navigationType: {
|
193
|
+
type: import("vue").PropType<import("./navigation").BkNavigationType>;
|
194
|
+
default: string;
|
195
|
+
validator(v: import("./navigation").BkNavigationType): boolean;
|
196
|
+
};
|
197
|
+
needMenu: {
|
198
|
+
type: BooleanConstructor;
|
199
|
+
default: boolean;
|
200
|
+
};
|
201
|
+
}>> & {
|
202
|
+
onHover?: (...args: any[]) => any;
|
203
|
+
onLeave?: (...args: any[]) => any;
|
204
|
+
onToggle?: (...args: any[]) => any;
|
205
|
+
"onToggle-click"?: (...args: any[]) => any;
|
206
|
+
} & import("vue").ShallowUnwrapRef<{
|
207
|
+
defaultHeaderTitle: import("vue").Ref<string>;
|
208
|
+
nav: {
|
209
|
+
click: boolean;
|
210
|
+
hover: boolean;
|
211
|
+
delay: boolean;
|
212
|
+
timer: any;
|
213
|
+
enterTimer: any;
|
214
|
+
};
|
215
|
+
onBeforeUnmount: (hook: () => any, target?: import("vue").ComponentInternalInstance) => false | Function;
|
216
|
+
handleMouseOver: () => void;
|
217
|
+
handleMouseLeave: () => void;
|
218
|
+
handleClick: () => void;
|
219
|
+
}> & {} & {} & import("vue").ComponentCustomProperties;
|
220
|
+
__isFragment?: never;
|
221
|
+
__isTeleport?: never;
|
222
|
+
__isSuspense?: never;
|
223
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
224
|
+
navWidth: {
|
225
|
+
type: (NumberConstructor | StringConstructor)[];
|
226
|
+
default: number;
|
227
|
+
};
|
228
|
+
hoverWidth: {
|
229
|
+
type: (NumberConstructor | StringConstructor)[];
|
230
|
+
default: number;
|
231
|
+
};
|
232
|
+
sideTitle: {
|
233
|
+
type: StringConstructor;
|
234
|
+
default: string;
|
235
|
+
};
|
236
|
+
headerTitle: {
|
237
|
+
type: StringConstructor;
|
238
|
+
default: string;
|
239
|
+
};
|
240
|
+
hoverLeaveDelay: {
|
241
|
+
type: NumberConstructor;
|
242
|
+
default: number;
|
243
|
+
};
|
244
|
+
hoverEnterDelay: {
|
245
|
+
type: NumberConstructor;
|
246
|
+
default: number;
|
247
|
+
};
|
248
|
+
defaultOpen: BooleanConstructor;
|
249
|
+
headHeight: {
|
250
|
+
type: (NumberConstructor | StringConstructor)[];
|
251
|
+
default: number;
|
252
|
+
};
|
253
|
+
navigationType: {
|
254
|
+
type: import("vue").PropType<import("./navigation").BkNavigationType>;
|
255
|
+
default: string;
|
256
|
+
validator(v: import("./navigation").BkNavigationType): boolean;
|
257
|
+
};
|
258
|
+
needMenu: {
|
259
|
+
type: BooleanConstructor;
|
260
|
+
default: boolean;
|
261
|
+
};
|
262
|
+
}>> & {
|
263
|
+
onHover?: (...args: any[]) => any;
|
264
|
+
onLeave?: (...args: any[]) => any;
|
265
|
+
onToggle?: (...args: any[]) => any;
|
266
|
+
"onToggle-click"?: (...args: any[]) => any;
|
267
|
+
}, {
|
268
|
+
defaultHeaderTitle: import("vue").Ref<string>;
|
269
|
+
nav: {
|
270
|
+
click: boolean;
|
271
|
+
hover: boolean;
|
272
|
+
delay: boolean;
|
273
|
+
timer: any;
|
274
|
+
enterTimer: any;
|
275
|
+
};
|
276
|
+
onBeforeUnmount: (hook: () => any, target?: import("vue").ComponentInternalInstance) => false | Function;
|
277
|
+
handleMouseOver: () => void;
|
278
|
+
handleMouseLeave: () => void;
|
279
|
+
handleClick: () => void;
|
280
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "toggle" | "leave" | "toggle-click")[], "hover" | "toggle" | "leave" | "toggle-click", {
|
281
|
+
sideTitle: string;
|
282
|
+
navigationType: import("./navigation").BkNavigationType;
|
283
|
+
navWidth: string | number;
|
284
|
+
hoverWidth: string | number;
|
285
|
+
headerTitle: string;
|
286
|
+
hoverLeaveDelay: number;
|
287
|
+
hoverEnterDelay: number;
|
288
|
+
defaultOpen: boolean;
|
289
|
+
headHeight: string | number;
|
290
|
+
needMenu: boolean;
|
291
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
2
292
|
export default Navigation;
|
package/lib/navigation/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"),require("../icon"));else if("function"==typeof define&&define.amd)define(["vue","../icon"],t);else{var i="object"==typeof exports?t(require("vue"),require("../icon")):t(e.vue,e["../icon"]);for(var o in i)("object"==typeof exports?exports:e)[o]=i[o]}}(self,((e,t)=>(()=>{"use strict";var
|
1
|
+
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("../shared"),require("vue"),require("../icon"));else if("function"==typeof define&&define.amd)define(["../shared","vue","../icon"],t);else{var i="object"==typeof exports?t(require("../shared"),require("vue"),require("../icon")):t(e["../shared"],e.vue,e["../icon"]);for(var o in i)("object"==typeof exports?exports:e)[o]=i[o]}}(self,((e,t,i)=>(()=>{"use strict";var o={6870:e=>{e.exports=i},4212:t=>{t.exports=e},748:e=>{e.exports=t}},a={};function r(e){var t=a[e];if(void 0!==t)return t.exports;var i=a[e]={exports:{}};return o[e](i,i.exports,r),i.exports}r.d=(e,t)=>{for(var i in t)r.o(t,i)&&!r.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{r.r(n),r.d(n,{default:()=>d});var e=r(4212),t=r(748),i=r(6870),o={sideTitle:{type:String,default:""},navigationType:{type:String,default:"left-right"}};const a=(0,t.defineComponent)({props:o,slots:["side-icon"],setup:function(e,i){var o=i.slots;return function(){var i,a;return(0,t.createVNode)("div",{class:"bk-navigation-title",style:{borderBottomWidth:"left-right"===e.navigationType?"0":"1px"}},[(null===(i=o.default)||void 0===i?void 0:i.call(o))||[(0,t.createVNode)("span",{class:"title-icon"},[(null===(a=o["side-icon"])||void 0===a?void 0:a.call(o))||(0,t.createVNode)("i",{class:"bk-icon icon-rtx"},null)]),(0,t.createVNode)("span",{class:"title-desc"},[e.sideTitle])]])}}});var l={navWidth:{type:[Number,String],default:60},hoverWidth:{type:[Number,String],default:260},sideTitle:{type:String,default:""},headerTitle:{type:String,default:""},hoverLeaveDelay:{type:Number,default:0},hoverEnterDelay:{type:Number,default:100},defaultOpen:Boolean,headHeight:{type:[Number,String],default:52},navigationType:{type:String,default:"left-right",validator:function(e){return["top-bottom","left-right"].includes(e)}},needMenu:{type:Boolean,default:!0}};const s=(0,t.defineComponent)({name:"Navigation",props:l,emits:["leave","toggle","hover","toggle-click"],slots:["header","menu","footer","side-icon","side-header"],setup:function(e,i){var o=i.emit,a=(0,t.ref)(e.headerTitle),r=(0,t.reactive)({click:!1,hover:!1,delay:!1,timer:null,enterTimer:null});return e.defaultOpen&&(r.click=!r.click,r.hover=r.click,o("toggle",r.hover)),(0,t.onBeforeUnmount)((function(){r.timer&&window.clearTimeout(r.timer)})),{defaultHeaderTitle:a,nav:r,onBeforeUnmount:t.onBeforeUnmount,handleMouseOver:function(){r.click||(r.enterTimer=setTimeout((function(){r.hover=!0,r.enterTimer&&window.clearTimeout(r.enterTimer),r.timer&&window.clearTimeout(r.timer),o("hover",r.hover),o("toggle",r.hover)}),e.hoverEnterDelay))},handleMouseLeave:function(){r.click||(r.enterTimer&&window.clearTimeout(r.enterTimer),r.timer=setTimeout((function(){r.hover=!1,window.clearTimeout(r.timer),o("leave",r.hover),o("toggle",r.hover)}),e.hoverLeaveDelay))},handleClick:function(){r.click=!r.click,r.hover=r.click,o("toggle",r.hover),o("toggle-click",r.hover)}}},render:function(){var e,o,r,n,l,s,d,c,h,v,u,p;return(0,t.createVNode)("div",{class:"bk-navigation"},["top-bottom"===this.navigationType&&(0,t.createVNode)("div",{class:"bk-navigation-header",style:{flexBasis:"".concat(this.headHeight,"px")}},[(0,t.createVNode)(a,{sideTitle:this.sideTitle},{default:this.$slots["side-header"],"side-icon":this.$slots["side-header"]?void 0:this.$slots["side-icon"]}),(0,t.createVNode)("div",{class:"header-right"},[null===(o=(e=this.$slots).header)||void 0===o?void 0:o.call(e)])]),(0,t.createVNode)("div",{class:"bk-navigation-wrapper"},[this.needMenu&&(0,t.createVNode)("div",{class:"navigation-nav",style:{width:this.nav.click?"".concat(this.hoverWidth,"px"):"".concat(this.navWidth,"px")}},[(0,t.createVNode)("div",{class:"nav-slider",onMouseenter:this.handleMouseOver,onMouseleave:this.handleMouseLeave,style:{width:this.nav.hover?"".concat(this.hoverWidth,"px"):"".concat(this.navWidth,"px"),borderRight:"top-bottom"!==this.navigationType?"none":"1px solid #DCDEE5"}},["top-bottom"!==this.navigationType&&(0,t.createVNode)(a,{style:{flexBasis:"".concat(this.headHeight,"px")},sideTitle:this.sideTitle},{default:this.$slots["side-header"],"side-icon":this.$slots["side-header"]?void 0:this.$slots["side-icon"]}),(0,t.createVNode)("div",{class:"nav-slider-list",style:{height:"calc(100vh - ".concat(+this.headHeight+56,"px)")}},[null===(n=(r=this.$slots).menu)||void 0===n?void 0:n.call(r)]),(0,t.createVNode)("div",{class:"nav-slider-footer"},[(0,t.createVNode)("div",{class:{"is-left":"top-bottom"!==this.navigationType,"footer-icon":!0},onClick:this.handleClick},[(0,t.createVNode)(i.CollapseLeft,{class:"footer-icon-svg",style:{transform:this.nav.click?"rotate(180deg)":"rotate(0deg)"}},null)])])])]),(0,t.createVNode)("div",{class:"navigation-container",style:{maxWidth:this.needMenu?"calc(100vw - 60px)":"100vw"}},["top-bottom"!==this.navigationType&&(0,t.createVNode)("div",{class:"container-header",style:{flexBasis:"".concat(this.headHeight,"px")}},[(null===(s=(l=this.$slots).header)||void 0===s?void 0:s.call(l))||[(0,t.createVNode)("div",{class:"container-header-title"},[this.headerTitle]),(0,t.createVNode)("div",{class:"container-header-sets"},[null===(c=(d=this.$slots)["header-set"])||void 0===c?void 0:c.call(d)])]]),(0,t.createVNode)("div",{class:"container-content",style:{maxHeight:"calc(100vh - ".concat(this.headHeight,"px)")}},[null===(v=(h=this.$slots).default)||void 0===v?void 0:v.call(h),(0,t.createVNode)("div",{class:"container-footer"},[null===(p=(u=this.$slots).footer)||void 0===p?void 0:p.call(u)])])])])])}}),d=(0,e.withInstall)(s)})(),n})()));
|
@@ -9,6 +9,7 @@
|
|
9
9
|
--gray-color: #979ba5;
|
10
10
|
--light-gray: #c4c6cc;
|
11
11
|
--white-color: white;
|
12
|
+
--whitesmoke-color: #fafbfd;
|
12
13
|
--disable-color: #dcdee5;
|
13
14
|
--font-size-base: 12px;
|
14
15
|
--font-size-medium: 14px;
|
@@ -91,6 +92,10 @@
|
|
91
92
|
--table-body-font-color: #575961;
|
92
93
|
--table-row-hover-bg-color: #f5f7fa;
|
93
94
|
--table-row-active-bg-color: #f0f1f5;
|
95
|
+
--cascader-panel-border-color: #dcdee5;
|
96
|
+
--cascader-panel-hover: #eaf3ff;
|
97
|
+
--cascader-panel-active: #f4f6fa;
|
98
|
+
--cascader-panel-disabled-bg: #fff;
|
94
99
|
}
|
95
100
|
.bk-navigation {
|
96
101
|
display: flex;
|