bkui-vue 0.0.1-beta.16 → 0.0.1-beta.17
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/bkui-vue.cjs.js +796 -139
- package/dist/bkui-vue.esm.js +841 -186
- package/dist/bkui-vue.umd.js +796 -139
- package/dist/style.css +287 -13
- package/lib/alert/alert.d.ts +24 -15
- package/lib/alert/alert.variable.css +6 -0
- package/lib/alert/index.d.ts +96 -60
- package/lib/animate-number/animate-number.d.ts +12 -7
- package/lib/animate-number/index.d.ts +48 -28
- package/lib/backtop/backtop.d.ts +27 -13
- package/lib/backtop/backtop.variable.css +6 -0
- package/lib/backtop/index.d.ts +108 -52
- package/lib/badge/badge.d.ts +40 -19
- package/lib/badge/badge.variable.css +6 -0
- package/lib/badge/index.d.ts +144 -76
- package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
- package/lib/breadcrumb/breadcrumb.d.ts +21 -13
- package/lib/breadcrumb/breadcrumb.variable.css +6 -0
- package/lib/breadcrumb/index.d.ts +97 -61
- package/lib/button/button-group.d.ts +3 -5
- package/lib/button/button.d.ts +27 -22
- package/lib/button/button.variable.css +6 -0
- package/lib/button/index.d.ts +111 -93
- package/lib/card/card.d.ts +30 -15
- package/lib/card/card.variable.css +6 -0
- package/lib/card/index.d.ts +120 -60
- package/lib/checkbox/checkbox-group.d.ts +13 -9
- package/lib/checkbox/checkbox.d.ts +31 -22
- package/lib/checkbox/checkbox.variable.css +6 -0
- package/lib/checkbox/index.d.ts +137 -97
- package/lib/collapse/collapse.d.ts +50 -18
- package/lib/collapse/index.d.ts +108 -72
- package/lib/components.d.ts +2 -0
- package/lib/date-picker/date-picker.d.ts +110 -63
- package/lib/date-picker/date-picker.variable.css +6 -0
- package/lib/date-picker/index.d.ts +437 -249
- package/lib/dialog/dialog.d.ts +44 -23
- package/lib/dialog/index.d.ts +176 -92
- package/lib/divider/divider.d.ts +21 -13
- package/lib/divider/divider.variable.css +6 -0
- package/lib/divider/index.d.ts +84 -52
- package/lib/dropdown/dropdown-item.d.ts +6 -5
- package/lib/dropdown/dropdown-menu.d.ts +6 -5
- package/lib/dropdown/dropdown.d.ts +25 -13
- package/lib/dropdown/dropdown.variable.css +6 -0
- package/lib/dropdown/index.d.ts +94 -62
- package/lib/exception/exception.d.ts +11 -9
- package/lib/exception/exception.variable.css +6 -0
- package/lib/exception/index.d.ts +44 -36
- package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
- package/lib/fixed-navbar/fixed-navbar.variable.css +6 -0
- package/lib/fixed-navbar/index.d.ts +60 -36
- package/lib/form/form-item.d.ts +46 -27
- package/lib/form/form.d.ts +21 -13
- package/lib/input/index.d.ts +240 -160
- package/lib/input/input.d.ts +60 -40
- package/lib/input/input.variable.css +6 -0
- package/lib/link/index.d.ts +100 -52
- package/lib/link/link.d.ts +25 -13
- package/lib/link/link.variable.css +6 -0
- package/lib/loading/index.d.ts +64 -64
- package/lib/loading/loading.d.ts +16 -16
- package/lib/loading/loading.variable.css +6 -0
- package/lib/menu/index.d.ts +90 -71
- package/lib/menu/menu-group.d.ts +6 -5
- package/lib/menu/menu-item.d.ts +6 -5
- package/lib/menu/menu.d.ts +18 -14
- package/lib/menu/menu.variable.css +6 -0
- package/lib/menu/submenu.d.ts +6 -5
- package/lib/menu/submenu.variable.css +6 -0
- package/lib/message/message.variable.css +6 -0
- package/lib/message/messageConstructor.d.ts +28 -16
- package/lib/modal/index.d.ts +88 -52
- package/lib/modal/modal.d.ts +22 -13
- package/lib/navigation/navigation-title.d.ts +10 -7
- package/lib/navigation/navigation.d.ts +40 -23
- package/lib/navigation/navigation.variable.css +6 -0
- package/lib/notify/notify.variable.css +6 -0
- package/lib/notify/notifyConstructor.d.ts +36 -20
- package/lib/popover/index.d.ts +207 -177
- package/lib/popover/popover.d.ts +52 -30
- package/lib/popover/popover.variable.css +6 -0
- package/lib/process/index.d.ts +120 -60
- package/lib/process/process.css +2 -3
- package/lib/process/process.d.ts +30 -15
- package/lib/process/process.less +2 -3
- package/lib/process/process.variable.css +8 -3
- package/lib/progress/index.d.ts +284 -136
- package/lib/progress/progress.d.ts +71 -34
- package/lib/progress/progress.variable.css +6 -0
- package/lib/radio/index.d.ts +127 -78
- package/lib/radio/radio-button.d.ts +24 -16
- package/lib/radio/radio-group.d.ts +11 -10
- package/lib/radio/radio.d.ts +23 -13
- package/lib/radio/radio.variable.css +6 -0
- package/lib/rate/index.d.ts +52 -40
- package/lib/rate/rate.d.ts +13 -10
- package/lib/rate/star.d.ts +32 -15
- package/lib/select/index.d.ts +396 -327
- package/lib/select/option.d.ts +9 -10
- package/lib/select/optionGroup.d.ts +49 -41
- package/lib/select/select.d.ts +98 -84
- package/lib/select/select.variable.css +6 -0
- package/lib/sideslider/index.d.ts +108 -60
- package/lib/sideslider/sideslider.d.ts +27 -15
- package/lib/sideslider/sideslider.variable.css +6 -0
- package/lib/slider/slider-button.d.ts +10 -7
- package/lib/slider/slider.d.ts +70 -40
- package/lib/slider/slider.variable.css +6 -0
- package/lib/steps/index.d.ts +156 -104
- package/lib/steps/steps.css +3 -0
- package/lib/steps/steps.d.ts +39 -26
- package/lib/steps/steps.less +4 -0
- package/lib/steps/steps.variable.css +9 -0
- package/lib/styles/index.d.ts +1 -0
- package/lib/styles/index.js +1 -1
- package/lib/styles/themes/themes.less +10 -0
- package/lib/switcher/index.d.ts +192 -128
- package/lib/switcher/switcher.d.ts +48 -32
- package/lib/switcher/switcher.variable.css +6 -0
- package/lib/tab/index.d.ts +344 -208
- package/lib/tab/tab-nav.d.ts +74 -38
- package/lib/tab/tab-panel.d.ts +22 -20
- package/lib/tab/tab.d.ts +64 -32
- package/lib/tab/tab.variable.css +6 -0
- package/lib/table/const.d.ts +4 -0
- package/lib/table/index.d.ts +154 -130
- package/lib/table/index.js +1 -1
- package/lib/table/props.d.ts +18 -0
- package/lib/table/render.d.ts +18 -2
- package/lib/table/table.css +47 -10
- package/lib/table/table.d.ts +47 -22
- package/lib/table/table.less +61 -17
- package/lib/table/table.variable.css +55 -12
- package/lib/table/utils.d.ts +26 -1
- package/lib/tag/index.d.ts +10 -286
- package/lib/tag/tag.d.ts +2 -48
- package/lib/tag/tag.variable.css +6 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/index.js +1 -0
- package/lib/timeline/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.less +239 -0
- package/lib/timeline/timeline.variable.css +327 -0
- package/lib/tree/index.d.ts +140 -75
- package/lib/tree/index.js +1 -1
- package/lib/tree/props.d.ts +19 -1
- package/lib/tree/tree.d.ts +42 -20
- package/lib/virtual-render/index.d.ts +406 -260
- package/lib/virtual-render/index.js +1 -1
- package/lib/virtual-render/props.d.ts +1 -0
- package/lib/virtual-render/virtual-render.d.ts +104 -43
- package/package.json +1 -1
package/lib/select/option.d.ts
CHANGED
@@ -11,16 +11,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
11
11
|
multiple: import("vue").ComputedRef<boolean>;
|
12
12
|
handleOptionClick: () => void;
|
13
13
|
visible: import("vue").Ref<boolean>;
|
14
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
15
|
-
value
|
16
|
-
label
|
17
|
-
disabled
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
}> & {}, {
|
14
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
15
|
+
value: import("vue-types").VueTypeDef<string | number | boolean>;
|
16
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
17
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
18
|
+
default: boolean;
|
19
|
+
} & {
|
20
|
+
default: boolean;
|
21
|
+
};
|
22
|
+
}>>, {
|
24
23
|
disabled: boolean;
|
25
24
|
}>;
|
26
25
|
export default _default;
|
@@ -25,16 +25,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
25
25
|
$data: {};
|
26
26
|
$props: Partial<{
|
27
27
|
disabled: boolean;
|
28
|
-
}> & Omit<Readonly<{
|
29
|
-
value
|
30
|
-
label
|
31
|
-
disabled
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
}> & {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
28
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
29
|
+
value: import("vue-types").VueTypeDef<string | number | boolean>;
|
30
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
31
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
32
|
+
default: boolean;
|
33
|
+
} & {
|
34
|
+
default: boolean;
|
35
|
+
};
|
36
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
38
37
|
$attrs: {
|
39
38
|
[x: string]: unknown;
|
40
39
|
};
|
@@ -48,16 +47,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
48
47
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
49
48
|
$emit: (event: string, ...args: any[]) => void;
|
50
49
|
$el: any;
|
51
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
52
|
-
value
|
53
|
-
label
|
54
|
-
disabled
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
}> & {}, {
|
50
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
51
|
+
value: import("vue-types").VueTypeDef<string | number | boolean>;
|
52
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
53
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
54
|
+
default: boolean;
|
55
|
+
} & {
|
56
|
+
default: boolean;
|
57
|
+
};
|
58
|
+
}>>, {
|
61
59
|
selected: import("vue").ComputedRef<boolean>;
|
62
60
|
multiple: import("vue").ComputedRef<boolean>;
|
63
61
|
handleOptionClick: () => void;
|
@@ -84,16 +82,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
84
82
|
$forceUpdate: () => void;
|
85
83
|
$nextTick: typeof import("vue").nextTick;
|
86
84
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
87
|
-
} & Readonly<{
|
88
|
-
value
|
89
|
-
label
|
90
|
-
disabled
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
}> & {} & import("vue").ShallowUnwrapRef<{
|
85
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
86
|
+
value: import("vue-types").VueTypeDef<string | number | boolean>;
|
87
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
88
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
89
|
+
default: boolean;
|
90
|
+
} & {
|
91
|
+
default: boolean;
|
92
|
+
};
|
93
|
+
}>> & import("vue").ShallowUnwrapRef<{
|
97
94
|
selected: import("vue").ComputedRef<boolean>;
|
98
95
|
multiple: import("vue").ComputedRef<boolean>;
|
99
96
|
handleOptionClick: () => void;
|
@@ -103,17 +100,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
103
100
|
handleToggleCollapse: () => void;
|
104
101
|
groupCollapse: import("vue").Ref<boolean>;
|
105
102
|
visible: import("vue").Ref<boolean>;
|
106
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
107
|
-
label
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
}
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
}
|
103
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
104
|
+
label: import("vue-types").VueTypeValidableDef<string> & {
|
105
|
+
default: string;
|
106
|
+
} & {
|
107
|
+
default: string;
|
108
|
+
};
|
109
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
110
|
+
default: boolean;
|
111
|
+
} & {
|
112
|
+
default: boolean;
|
113
|
+
};
|
114
|
+
collapsible: import("vue-types").VueTypeValidableDef<boolean> & {
|
115
|
+
default: boolean;
|
116
|
+
} & {
|
117
|
+
default: boolean;
|
118
|
+
};
|
119
|
+
collapse: import("vue-types").VueTypeValidableDef<boolean> & {
|
120
|
+
default: boolean;
|
121
|
+
} & {
|
122
|
+
default: boolean;
|
123
|
+
};
|
124
|
+
}>>, {
|
117
125
|
label: string;
|
118
126
|
collapse: boolean;
|
119
127
|
disabled: boolean;
|
package/lib/select/select.d.ts
CHANGED
@@ -75,16 +75,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
75
75
|
$data: {};
|
76
76
|
$props: Partial<{
|
77
77
|
disabled: boolean;
|
78
|
-
}> & Omit<Readonly<{
|
79
|
-
value
|
80
|
-
label
|
81
|
-
disabled
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
}> & {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
78
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
79
|
+
value: import("vue-types").VueTypeDef<string | number | boolean>;
|
80
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
81
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
82
|
+
default: boolean;
|
83
|
+
} & {
|
84
|
+
default: boolean;
|
85
|
+
};
|
86
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
88
87
|
$attrs: {
|
89
88
|
[x: string]: unknown;
|
90
89
|
};
|
@@ -98,16 +97,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
98
97
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
99
98
|
$emit: (event: string, ...args: any[]) => void;
|
100
99
|
$el: any;
|
101
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
102
|
-
value
|
103
|
-
label
|
104
|
-
disabled
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
}> & {}, {
|
100
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
101
|
+
value: import("vue-types").VueTypeDef<string | number | boolean>;
|
102
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
103
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
104
|
+
default: boolean;
|
105
|
+
} & {
|
106
|
+
default: boolean;
|
107
|
+
};
|
108
|
+
}>>, {
|
111
109
|
selected: import("vue").ComputedRef<boolean>;
|
112
110
|
multiple: import("vue").ComputedRef<boolean>;
|
113
111
|
handleOptionClick: () => void;
|
@@ -134,16 +132,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
134
132
|
$forceUpdate: () => void;
|
135
133
|
$nextTick: typeof import("vue").nextTick;
|
136
134
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
137
|
-
} & Readonly<{
|
138
|
-
value
|
139
|
-
label
|
140
|
-
disabled
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
}> & {} & import("vue").ShallowUnwrapRef<{
|
135
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
136
|
+
value: import("vue-types").VueTypeDef<string | number | boolean>;
|
137
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
138
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
139
|
+
default: boolean;
|
140
|
+
} & {
|
141
|
+
default: boolean;
|
142
|
+
};
|
143
|
+
}>> & import("vue").ShallowUnwrapRef<{
|
147
144
|
selected: import("vue").ComputedRef<boolean>;
|
148
145
|
multiple: import("vue").ComputedRef<boolean>;
|
149
146
|
handleOptionClick: () => void;
|
@@ -154,16 +151,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
154
151
|
$data: {};
|
155
152
|
$props: Partial<{
|
156
153
|
disabled: boolean;
|
157
|
-
}> & Omit<Readonly<{
|
158
|
-
value
|
159
|
-
label
|
160
|
-
disabled
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
}> & {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
154
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
155
|
+
value: import("vue-types").VueTypeDef<string | number | boolean>;
|
156
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
157
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
158
|
+
default: boolean;
|
159
|
+
} & {
|
160
|
+
default: boolean;
|
161
|
+
};
|
162
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
167
163
|
$attrs: {
|
168
164
|
[x: string]: unknown;
|
169
165
|
};
|
@@ -177,16 +173,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
177
173
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
178
174
|
$emit: (event: string, ...args: any[]) => void;
|
179
175
|
$el: any;
|
180
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
181
|
-
value
|
182
|
-
label
|
183
|
-
disabled
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
}> & {}, {
|
176
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
177
|
+
value: import("vue-types").VueTypeDef<string | number | boolean>;
|
178
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
179
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
180
|
+
default: boolean;
|
181
|
+
} & {
|
182
|
+
default: boolean;
|
183
|
+
};
|
184
|
+
}>>, {
|
190
185
|
selected: import("vue").ComputedRef<boolean>;
|
191
186
|
multiple: import("vue").ComputedRef<boolean>;
|
192
187
|
handleOptionClick: () => void;
|
@@ -213,46 +208,65 @@ declare const _default: import("vue").DefineComponent<{
|
|
213
208
|
$forceUpdate: () => void;
|
214
209
|
$nextTick: typeof import("vue").nextTick;
|
215
210
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
216
|
-
} & Readonly<{
|
217
|
-
value
|
218
|
-
label
|
219
|
-
disabled
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
}> & {} & import("vue").ShallowUnwrapRef<{
|
211
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
212
|
+
value: import("vue-types").VueTypeDef<string | number | boolean>;
|
213
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
214
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
215
|
+
default: boolean;
|
216
|
+
} & {
|
217
|
+
default: boolean;
|
218
|
+
};
|
219
|
+
}>> & import("vue").ShallowUnwrapRef<{
|
226
220
|
selected: import("vue").ComputedRef<boolean>;
|
227
221
|
multiple: import("vue").ComputedRef<boolean>;
|
228
222
|
handleOptionClick: () => void;
|
229
223
|
visible: import("vue").Ref<boolean>;
|
230
224
|
}> & {} & {} & import("vue").ComponentCustomProperties>>;
|
231
225
|
currentSelectedLabel: import("vue").Ref<string>;
|
232
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "toggle" | "update:modelValue")[], "change" | "toggle" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
233
|
-
modelValue
|
234
|
-
multiple
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
}
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
226
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "toggle" | "update:modelValue")[], "change" | "toggle" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
227
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
228
|
+
multiple: import("vue-types").VueTypeValidableDef<boolean> & {
|
229
|
+
default: boolean;
|
230
|
+
} & {
|
231
|
+
default: boolean;
|
232
|
+
};
|
233
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
234
|
+
default: string;
|
235
|
+
} & {
|
236
|
+
default: string;
|
237
|
+
};
|
238
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
239
|
+
default: boolean;
|
240
|
+
} & {
|
241
|
+
default: boolean;
|
242
|
+
};
|
243
|
+
size: import("vue-types").VueTypeDef<string> & {
|
244
|
+
default: string;
|
245
|
+
};
|
246
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
247
|
+
default: boolean;
|
248
|
+
} & {
|
249
|
+
default: boolean;
|
250
|
+
};
|
251
|
+
loading: import("vue-types").VueTypeValidableDef<boolean> & {
|
252
|
+
default: boolean;
|
253
|
+
} & {
|
254
|
+
default: boolean;
|
255
|
+
};
|
256
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
257
|
+
default: boolean;
|
258
|
+
} & {
|
259
|
+
default: boolean;
|
260
|
+
};
|
261
|
+
remoteMethod: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
262
|
+
default: (...args: any[]) => any;
|
263
|
+
};
|
264
|
+
scrollHeight: import("vue-types").VueTypeValidableDef<number> & {
|
265
|
+
default: number;
|
266
|
+
} & {
|
267
|
+
default: number;
|
268
|
+
};
|
269
|
+
}>> & {
|
256
270
|
onChange?: (...args: any[]) => any;
|
257
271
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
258
272
|
onToggle?: (...args: any[]) => any;
|
@@ -83,6 +83,12 @@
|
|
83
83
|
--date-picker-disabled-bg: #fafbfd;
|
84
84
|
--date-picker-dropdown-mb: 4px;
|
85
85
|
--date-picker-dropdown-bg: #fff;
|
86
|
+
--table-bg-color: var(--white-color);
|
87
|
+
--table-border-color: #dcdee5;
|
88
|
+
--table-head-bg-color: #fafbfd;
|
89
|
+
--table-head-font-color: #313238;
|
90
|
+
--table-body-font-color: #575961;
|
91
|
+
--table-row-hover-bg-color: #f5f7fa;
|
86
92
|
}
|
87
93
|
.bk-select {
|
88
94
|
display: inline-block;
|
@@ -9,21 +9,33 @@ declare const BkSideslider: {
|
|
9
9
|
customClass: string | unknown[];
|
10
10
|
scrollable: boolean;
|
11
11
|
direction: string;
|
12
|
-
}> & Omit<Readonly<{
|
13
|
-
direction
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
12
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
13
|
+
direction: {
|
14
|
+
type: StringConstructor;
|
15
|
+
default: string;
|
16
|
+
validator: (value: string) => boolean;
|
17
|
+
};
|
18
|
+
isShow: {
|
19
|
+
type: BooleanConstructor;
|
20
|
+
default: boolean;
|
21
|
+
};
|
22
|
+
width: {
|
23
|
+
type: (NumberConstructor | StringConstructor)[];
|
24
|
+
default: string;
|
25
|
+
};
|
26
|
+
height: {
|
27
|
+
type: (NumberConstructor | StringConstructor)[];
|
28
|
+
default: string;
|
29
|
+
};
|
30
|
+
customClass: {
|
31
|
+
type: (ArrayConstructor | StringConstructor)[];
|
32
|
+
default: string;
|
33
|
+
};
|
34
|
+
scrollable: {
|
35
|
+
type: BooleanConstructor;
|
36
|
+
default: boolean;
|
37
|
+
};
|
38
|
+
}>> & {
|
27
39
|
onClosed?: (...args: any[]) => any;
|
28
40
|
"onUpdate:isShow"?: (...args: any[]) => any;
|
29
41
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "isShow" | "customClass" | "scrollable" | "direction">;
|
@@ -40,21 +52,33 @@ declare const BkSideslider: {
|
|
40
52
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
41
53
|
$emit: (event: "closed" | "update:isShow", ...args: any[]) => void;
|
42
54
|
$el: any;
|
43
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
44
|
-
direction
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
55
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
56
|
+
direction: {
|
57
|
+
type: StringConstructor;
|
58
|
+
default: string;
|
59
|
+
validator: (value: string) => boolean;
|
60
|
+
};
|
61
|
+
isShow: {
|
62
|
+
type: BooleanConstructor;
|
63
|
+
default: boolean;
|
64
|
+
};
|
65
|
+
width: {
|
66
|
+
type: (NumberConstructor | StringConstructor)[];
|
67
|
+
default: string;
|
68
|
+
};
|
69
|
+
height: {
|
70
|
+
type: (NumberConstructor | StringConstructor)[];
|
71
|
+
default: string;
|
72
|
+
};
|
73
|
+
customClass: {
|
74
|
+
type: (ArrayConstructor | StringConstructor)[];
|
75
|
+
default: string;
|
76
|
+
};
|
77
|
+
scrollable: {
|
78
|
+
type: BooleanConstructor;
|
79
|
+
default: boolean;
|
80
|
+
};
|
81
|
+
}>> & {
|
58
82
|
onClosed?: (...args: any[]) => any;
|
59
83
|
"onUpdate:isShow"?: (...args: any[]) => any;
|
60
84
|
}, unknown, unknown, {}, {
|
@@ -86,21 +110,33 @@ declare const BkSideslider: {
|
|
86
110
|
$forceUpdate: () => void;
|
87
111
|
$nextTick: typeof import("vue").nextTick;
|
88
112
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
89
|
-
} & Readonly<{
|
90
|
-
direction
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
113
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
114
|
+
direction: {
|
115
|
+
type: StringConstructor;
|
116
|
+
default: string;
|
117
|
+
validator: (value: string) => boolean;
|
118
|
+
};
|
119
|
+
isShow: {
|
120
|
+
type: BooleanConstructor;
|
121
|
+
default: boolean;
|
122
|
+
};
|
123
|
+
width: {
|
124
|
+
type: (NumberConstructor | StringConstructor)[];
|
125
|
+
default: string;
|
126
|
+
};
|
127
|
+
height: {
|
128
|
+
type: (NumberConstructor | StringConstructor)[];
|
129
|
+
default: string;
|
130
|
+
};
|
131
|
+
customClass: {
|
132
|
+
type: (ArrayConstructor | StringConstructor)[];
|
133
|
+
default: string;
|
134
|
+
};
|
135
|
+
scrollable: {
|
136
|
+
type: BooleanConstructor;
|
137
|
+
default: boolean;
|
138
|
+
};
|
139
|
+
}>> & {
|
104
140
|
onClosed?: (...args: any[]) => any;
|
105
141
|
"onUpdate:isShow"?: (...args: any[]) => any;
|
106
142
|
} & import("vue").ShallowUnwrapRef<{}> & {} & {} & {
|
@@ -109,21 +145,33 @@ declare const BkSideslider: {
|
|
109
145
|
__isFragment?: never;
|
110
146
|
__isTeleport?: never;
|
111
147
|
__isSuspense?: never;
|
112
|
-
} & import("vue").ComponentOptionsBase<Readonly<{
|
113
|
-
direction
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
148
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
149
|
+
direction: {
|
150
|
+
type: StringConstructor;
|
151
|
+
default: string;
|
152
|
+
validator: (value: string) => boolean;
|
153
|
+
};
|
154
|
+
isShow: {
|
155
|
+
type: BooleanConstructor;
|
156
|
+
default: boolean;
|
157
|
+
};
|
158
|
+
width: {
|
159
|
+
type: (NumberConstructor | StringConstructor)[];
|
160
|
+
default: string;
|
161
|
+
};
|
162
|
+
height: {
|
163
|
+
type: (NumberConstructor | StringConstructor)[];
|
164
|
+
default: string;
|
165
|
+
};
|
166
|
+
customClass: {
|
167
|
+
type: (ArrayConstructor | StringConstructor)[];
|
168
|
+
default: string;
|
169
|
+
};
|
170
|
+
scrollable: {
|
171
|
+
type: BooleanConstructor;
|
172
|
+
default: boolean;
|
173
|
+
};
|
174
|
+
}>> & {
|
127
175
|
onClosed?: (...args: any[]) => any;
|
128
176
|
"onUpdate:isShow"?: (...args: any[]) => any;
|
129
177
|
}, unknown, unknown, {}, {
|
@@ -26,21 +26,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
26
26
|
};
|
27
27
|
}, unknown, unknown, {}, {
|
28
28
|
handleClose(): void;
|
29
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closed" | "update:isShow")[], "closed" | "update:isShow", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
30
|
-
direction
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
29
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closed" | "update:isShow")[], "closed" | "update:isShow", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
30
|
+
direction: {
|
31
|
+
type: StringConstructor;
|
32
|
+
default: string;
|
33
|
+
validator: (value: string) => boolean;
|
34
|
+
};
|
35
|
+
isShow: {
|
36
|
+
type: BooleanConstructor;
|
37
|
+
default: boolean;
|
38
|
+
};
|
39
|
+
width: {
|
40
|
+
type: (NumberConstructor | StringConstructor)[];
|
41
|
+
default: string;
|
42
|
+
};
|
43
|
+
height: {
|
44
|
+
type: (NumberConstructor | StringConstructor)[];
|
45
|
+
default: string;
|
46
|
+
};
|
47
|
+
customClass: {
|
48
|
+
type: (ArrayConstructor | StringConstructor)[];
|
49
|
+
default: string;
|
50
|
+
};
|
51
|
+
scrollable: {
|
52
|
+
type: BooleanConstructor;
|
53
|
+
default: boolean;
|
54
|
+
};
|
55
|
+
}>> & {
|
44
56
|
onClosed?: (...args: any[]) => any;
|
45
57
|
"onUpdate:isShow"?: (...args: any[]) => any;
|
46
58
|
}, {
|
@@ -83,6 +83,12 @@
|
|
83
83
|
--date-picker-disabled-bg: #fafbfd;
|
84
84
|
--date-picker-dropdown-mb: 4px;
|
85
85
|
--date-picker-dropdown-bg: #fff;
|
86
|
+
--table-bg-color: var(--white-color);
|
87
|
+
--table-border-color: #dcdee5;
|
88
|
+
--table-head-bg-color: #fafbfd;
|
89
|
+
--table-head-font-color: #313238;
|
90
|
+
--table-body-font-color: #575961;
|
91
|
+
--table-row-hover-bg-color: #f5f7fa;
|
86
92
|
}
|
87
93
|
.bk-modal-wrapper.bk-sideslider-wrapper {
|
88
94
|
position: fixed;
|