bkui-vue 0.0.1-beta.390 → 0.0.1-beta.391
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 +22 -22
- package/dist/index.esm.js +0 -1
- package/dist/index.umd.js +23 -23
- package/lib/badge/badge.d.ts +1 -1
- package/lib/badge/index.d.ts +4 -4
- package/lib/breadcrumb/breadcrumb-item.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb.d.ts +1 -1
- package/lib/breadcrumb/index.d.ts +5 -5
- package/lib/cascader/cascader.d.ts +3 -3
- package/lib/cascader/index.d.ts +10 -10
- package/lib/color-picker/color-picker.d.ts +1 -1
- package/lib/color-picker/index.d.ts +4 -4
- package/lib/container/container.d.ts +1 -1
- package/lib/container/index.d.ts +4 -4
- package/lib/date-picker/date-picker.d.ts +2 -2
- package/lib/date-picker/index.d.ts +7 -7
- package/lib/date-picker/panel/time-range.d.ts +3 -3
- package/lib/date-picker/panel/time.d.ts +3 -3
- package/lib/date-picker/time-picker.d.ts +3 -3
- package/lib/dialog/dialog.d.ts +2 -2
- package/lib/dialog/index.d.ts +7 -7
- package/lib/directives/index.d.ts +1 -0
- package/lib/directives/index.js +13 -6
- package/lib/dropdown/dropdown.d.ts +2 -2
- package/lib/dropdown/index.d.ts +7 -7
- package/lib/fixed-navbar/fixed-navbar.d.ts +1 -1
- package/lib/fixed-navbar/index.d.ts +4 -4
- package/lib/form/form-item.d.ts +1 -1
- package/lib/form/index.d.ts +1 -1
- package/lib/input/index.d.ts +4 -4
- package/lib/input/input.d.ts +1 -1
- package/lib/link/index.d.ts +4 -4
- package/lib/link/link.d.ts +1 -1
- package/lib/loading/index.d.ts +4 -4
- package/lib/loading/loading.d.ts +1 -1
- package/lib/modal/index.d.ts +4 -4
- package/lib/modal/modal.d.ts +1 -1
- package/lib/notify/notifyConstructor.d.ts +1 -1
- package/lib/pagination/index.d.ts +4 -4
- package/lib/pagination/pagination.d.ts +1 -1
- package/lib/popover/index.d.ts +10 -10
- package/lib/popover/popover.d.ts +3 -3
- package/lib/process/index.d.ts +4 -4
- package/lib/process/process.d.ts +1 -1
- package/lib/progress/index.d.ts +7 -7
- package/lib/progress/progress.d.ts +2 -2
- package/lib/select/index.d.ts +10 -10
- package/lib/select/select.d.ts +3 -3
- package/lib/sideslider/index.d.ts +4 -4
- package/lib/sideslider/sideslider.d.ts +1 -1
- package/lib/slider/index.d.ts +7 -7
- package/lib/slider/slider.d.ts +2 -2
- package/lib/switcher/index.d.ts +4 -4
- package/lib/switcher/switcher.d.ts +1 -1
- package/lib/tab/index.d.ts +4 -4
- package/lib/tab/tab.d.ts +1 -1
- package/lib/tag-input/index.d.ts +7 -7
- package/lib/tag-input/tag-input.d.ts +2 -2
- package/lib/time-picker/index.d.ts +10 -10
- package/lib/timeline/index.d.ts +4 -4
- package/lib/timeline/timeline.d.ts +1 -1
- package/lib/upload/index.d.ts +7 -7
- package/lib/upload/upload-list.d.ts +1 -1
- package/lib/upload/upload-trigger.d.ts +1 -1
- package/lib/upload/upload.d.ts +2 -2
- package/package.json +1 -1
package/lib/badge/badge.d.ts
CHANGED
@@ -100,10 +100,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
100
100
|
onLeave?: (...args: any[]) => any;
|
101
101
|
}, {
|
102
102
|
theme: string;
|
103
|
-
extCls: string;
|
104
103
|
visible: boolean;
|
105
104
|
position: string;
|
106
105
|
dot: boolean;
|
106
|
+
extCls: string;
|
107
107
|
count: string | number;
|
108
108
|
radius: string;
|
109
109
|
valLength: number;
|
package/lib/badge/index.d.ts
CHANGED
@@ -4,10 +4,10 @@ declare const BkBadge: {
|
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{
|
6
6
|
theme: string;
|
7
|
-
extCls: string;
|
8
7
|
visible: boolean;
|
9
8
|
position: string;
|
10
9
|
dot: boolean;
|
10
|
+
extCls: string;
|
11
11
|
count: string | number;
|
12
12
|
radius: string;
|
13
13
|
valLength: number;
|
@@ -55,7 +55,7 @@ declare const BkBadge: {
|
|
55
55
|
}>> & {
|
56
56
|
onHover?: (...args: any[]) => any;
|
57
57
|
onLeave?: (...args: any[]) => any;
|
58
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "
|
58
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "visible" | "position" | "dot" | "extCls" | "count" | "radius" | "valLength" | "overflowCount">;
|
59
59
|
$attrs: {
|
60
60
|
[x: string]: unknown;
|
61
61
|
};
|
@@ -121,10 +121,10 @@ declare const BkBadge: {
|
|
121
121
|
}>;
|
122
122
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "leave")[], string, {
|
123
123
|
theme: string;
|
124
|
-
extCls: string;
|
125
124
|
visible: boolean;
|
126
125
|
position: string;
|
127
126
|
dot: boolean;
|
127
|
+
extCls: string;
|
128
128
|
count: string | number;
|
129
129
|
radius: string;
|
130
130
|
valLength: number;
|
@@ -255,10 +255,10 @@ declare const BkBadge: {
|
|
255
255
|
}>;
|
256
256
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "leave")[], "hover" | "leave", {
|
257
257
|
theme: string;
|
258
|
-
extCls: string;
|
259
258
|
visible: boolean;
|
260
259
|
position: string;
|
261
260
|
dot: boolean;
|
261
|
+
extCls: string;
|
262
262
|
count: string | number;
|
263
263
|
radius: string;
|
264
264
|
valLength: number;
|
@@ -5,8 +5,8 @@ declare const BkBreadcrumb: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{
|
7
7
|
replace: boolean;
|
8
|
-
extCls: string;
|
9
8
|
separator: string;
|
9
|
+
extCls: string;
|
10
10
|
separatorClass: string;
|
11
11
|
backRouter: string | {
|
12
12
|
[key: string]: any;
|
@@ -33,7 +33,7 @@ declare const BkBreadcrumb: {
|
|
33
33
|
[key: string]: any;
|
34
34
|
});
|
35
35
|
};
|
36
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "replace" | "
|
36
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "replace" | "separator" | "extCls" | "separatorClass" | "backRouter">;
|
37
37
|
$attrs: {
|
38
38
|
[x: string]: unknown;
|
39
39
|
};
|
@@ -71,8 +71,8 @@ declare const BkBreadcrumb: {
|
|
71
71
|
};
|
72
72
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
73
73
|
replace: boolean;
|
74
|
-
extCls: string;
|
75
74
|
separator: string;
|
75
|
+
extCls: string;
|
76
76
|
separatorClass: string;
|
77
77
|
backRouter: string | {
|
78
78
|
[key: string]: any;
|
@@ -147,8 +147,8 @@ declare const BkBreadcrumb: {
|
|
147
147
|
};
|
148
148
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
149
149
|
replace: boolean;
|
150
|
-
extCls: string;
|
151
150
|
separator: string;
|
151
|
+
extCls: string;
|
152
152
|
separatorClass: string;
|
153
153
|
backRouter: string | {
|
154
154
|
[key: string]: any;
|
@@ -186,10 +186,10 @@ declare const BkBreadcrumb: {
|
|
186
186
|
onClick?: (...args: any[]) => any;
|
187
187
|
}, {
|
188
188
|
replace: boolean;
|
189
|
-
extCls: string;
|
190
189
|
to: string | {
|
191
190
|
[key: string]: any;
|
192
191
|
};
|
192
|
+
extCls: string;
|
193
193
|
}>;
|
194
194
|
}>;
|
195
195
|
export { BkBreadcrumb, BreadcrumbItem as BkBreadcrumbItem, };
|
@@ -281,12 +281,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
281
281
|
onToggle?: (...args: any[]) => any;
|
282
282
|
}, {
|
283
283
|
trigger: string;
|
284
|
-
extCls: string;
|
285
284
|
disabled: boolean;
|
286
|
-
placeholder: string;
|
287
|
-
list: unknown[];
|
288
285
|
separator: string;
|
289
286
|
multiple: boolean;
|
287
|
+
list: unknown[];
|
288
|
+
extCls: string;
|
289
|
+
placeholder: string;
|
290
290
|
clearable: boolean;
|
291
291
|
checkAnyLevel: boolean;
|
292
292
|
filterable: boolean;
|
package/lib/cascader/index.d.ts
CHANGED
@@ -5,12 +5,12 @@ declare const BkCascader: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{
|
7
7
|
trigger: string;
|
8
|
-
extCls: string;
|
9
8
|
disabled: boolean;
|
10
|
-
placeholder: string;
|
11
|
-
list: unknown[];
|
12
9
|
separator: string;
|
13
10
|
multiple: boolean;
|
11
|
+
list: unknown[];
|
12
|
+
extCls: string;
|
13
|
+
placeholder: string;
|
14
14
|
clearable: boolean;
|
15
15
|
checkAnyLevel: boolean;
|
16
16
|
filterable: boolean;
|
@@ -119,7 +119,7 @@ declare const BkCascader: {
|
|
119
119
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
120
120
|
onClear?: (...args: any[]) => any;
|
121
121
|
onToggle?: (...args: any[]) => any;
|
122
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "trigger" | "
|
122
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "trigger" | "disabled" | "separator" | "multiple" | "list" | "extCls" | "placeholder" | "clearable" | "checkAnyLevel" | "filterable" | "idKey" | "nameKey" | "childrenKey" | "isRemote" | "remoteMethod" | "showCompleteName" | "limitOneLine" | "scrollHeight" | "scrollWidth">;
|
123
123
|
$attrs: {
|
124
124
|
[x: string]: unknown;
|
125
125
|
};
|
@@ -324,12 +324,12 @@ declare const BkCascader: {
|
|
324
324
|
};
|
325
325
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "toggle" | "clear" | "update:modelValue")[], string, {
|
326
326
|
trigger: string;
|
327
|
-
extCls: string;
|
328
327
|
disabled: boolean;
|
329
|
-
placeholder: string;
|
330
|
-
list: unknown[];
|
331
328
|
separator: string;
|
332
329
|
multiple: boolean;
|
330
|
+
list: unknown[];
|
331
|
+
extCls: string;
|
332
|
+
placeholder: string;
|
333
333
|
clearable: boolean;
|
334
334
|
checkAnyLevel: boolean;
|
335
335
|
filterable: boolean;
|
@@ -746,12 +746,12 @@ declare const BkCascader: {
|
|
746
746
|
};
|
747
747
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "toggle" | "clear" | "update:modelValue")[], "change" | "toggle" | "clear" | "update:modelValue", {
|
748
748
|
trigger: string;
|
749
|
-
extCls: string;
|
750
749
|
disabled: boolean;
|
751
|
-
placeholder: string;
|
752
|
-
list: unknown[];
|
753
750
|
separator: string;
|
754
751
|
multiple: boolean;
|
752
|
+
list: unknown[];
|
753
|
+
extCls: string;
|
754
|
+
placeholder: string;
|
755
755
|
clearable: boolean;
|
756
756
|
checkAnyLevel: boolean;
|
757
757
|
filterable: boolean;
|
@@ -131,9 +131,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
131
131
|
onChange?: (...args: any[]) => any;
|
132
132
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
133
133
|
}, {
|
134
|
-
extCls: string;
|
135
134
|
disabled: boolean;
|
136
135
|
size: "" | "small" | "large";
|
136
|
+
extCls: string;
|
137
137
|
transfer: boolean;
|
138
138
|
readonly: boolean;
|
139
139
|
modelValue: string;
|
@@ -3,9 +3,9 @@ declare const BkColorPicker: {
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{
|
6
|
-
extCls: string;
|
7
6
|
disabled: boolean;
|
8
7
|
size: "" | "small" | "large";
|
8
|
+
extCls: string;
|
9
9
|
transfer: boolean;
|
10
10
|
readonly: boolean;
|
11
11
|
modelValue: string;
|
@@ -57,7 +57,7 @@ declare const BkColorPicker: {
|
|
57
57
|
}>> & {
|
58
58
|
onChange?: (...args: any[]) => any;
|
59
59
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
60
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
60
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "size" | "extCls" | "transfer" | "readonly" | "modelValue" | "withValidate" | "recommend" | "showValue">;
|
61
61
|
$attrs: {
|
62
62
|
[x: string]: unknown;
|
63
63
|
};
|
@@ -117,9 +117,9 @@ declare const BkColorPicker: {
|
|
117
117
|
onChange?: (...args: any[]) => any;
|
118
118
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
119
119
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], string, {
|
120
|
-
extCls: string;
|
121
120
|
disabled: boolean;
|
122
121
|
size: "" | "small" | "large";
|
122
|
+
extCls: string;
|
123
123
|
transfer: boolean;
|
124
124
|
readonly: boolean;
|
125
125
|
modelValue: string;
|
@@ -241,9 +241,9 @@ declare const BkColorPicker: {
|
|
241
241
|
onChange?: (...args: any[]) => any;
|
242
242
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
243
243
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", {
|
244
|
-
extCls: string;
|
245
244
|
disabled: boolean;
|
246
245
|
size: "" | "small" | "large";
|
246
|
+
extCls: string;
|
247
247
|
transfer: boolean;
|
248
248
|
readonly: boolean;
|
249
249
|
modelValue: string;
|
package/lib/container/index.d.ts
CHANGED
@@ -6,8 +6,8 @@ declare const BkContainer: {
|
|
6
6
|
$data: {};
|
7
7
|
$props: Partial<{
|
8
8
|
col: number;
|
9
|
-
extCls: string;
|
10
9
|
flex: boolean;
|
10
|
+
extCls: string;
|
11
11
|
margin: number;
|
12
12
|
gutter: number;
|
13
13
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
@@ -36,7 +36,7 @@ declare const BkContainer: {
|
|
36
36
|
};
|
37
37
|
}>> & {
|
38
38
|
[x: string & `on${any}`]: (...args: any[]) => any;
|
39
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "col" | "
|
39
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "col" | "flex" | "extCls" | "margin" | "gutter">;
|
40
40
|
$attrs: {
|
41
41
|
[x: string]: unknown;
|
42
42
|
};
|
@@ -78,8 +78,8 @@ declare const BkContainer: {
|
|
78
78
|
[x: string & `on${any}`]: (...args: any[]) => any;
|
79
79
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], string, {
|
80
80
|
col: number;
|
81
|
-
extCls: string;
|
82
81
|
flex: boolean;
|
82
|
+
extCls: string;
|
83
83
|
margin: number;
|
84
84
|
gutter: number;
|
85
85
|
}> & {
|
@@ -160,8 +160,8 @@ declare const BkContainer: {
|
|
160
160
|
[x: string & `on${any}`]: (...args: any[]) => any;
|
161
161
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, {
|
162
162
|
col: number;
|
163
|
-
extCls: string;
|
164
163
|
flex: boolean;
|
164
|
+
extCls: string;
|
165
165
|
margin: number;
|
166
166
|
gutter: number;
|
167
167
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
|
@@ -298,11 +298,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
298
298
|
behavior: "simplicity" | "normal";
|
299
299
|
type: import("./interface").PickerTypeType;
|
300
300
|
disabled: boolean;
|
301
|
-
|
301
|
+
fontSize: "normal" | "large" | "medium";
|
302
302
|
open: boolean;
|
303
303
|
multiple: boolean;
|
304
|
+
placeholder: string;
|
304
305
|
transfer: boolean;
|
305
|
-
fontSize: "normal" | "large" | "medium";
|
306
306
|
clearable: boolean;
|
307
307
|
readonly: boolean;
|
308
308
|
withValidate: boolean;
|
@@ -9,11 +9,11 @@ declare const BkDatePicker: {
|
|
9
9
|
behavior: "simplicity" | "normal";
|
10
10
|
type: import("./interface").PickerTypeType;
|
11
11
|
disabled: boolean;
|
12
|
-
|
12
|
+
fontSize: "normal" | "large" | "medium";
|
13
13
|
open: boolean;
|
14
14
|
multiple: boolean;
|
15
|
+
placeholder: string;
|
15
16
|
transfer: boolean;
|
16
|
-
fontSize: "normal" | "large" | "medium";
|
17
17
|
clearable: boolean;
|
18
18
|
readonly: boolean;
|
19
19
|
withValidate: boolean;
|
@@ -155,7 +155,7 @@ declare const BkDatePicker: {
|
|
155
155
|
"onPick-success"?: (...args: any[]) => any;
|
156
156
|
"onOpen-change"?: (...args: any[]) => any;
|
157
157
|
"onShortcut-change"?: (...args: any[]) => any;
|
158
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "options" | "behavior" | "type" | "disabled" | "
|
158
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "options" | "behavior" | "type" | "disabled" | "fontSize" | "open" | "multiple" | "placeholder" | "transfer" | "clearable" | "readonly" | "withValidate" | "extPopoverCls" | "editable" | "timePickerOptions" | "splitPanels" | "appendToBody" | "shortcuts" | "shortcutClose" | "upToNow" | "useShortcutText" | "shortcutSelectedIndex" | "headerSlotCls" | "footerSlotCls" | "allowCrossDay">;
|
159
159
|
$attrs: {
|
160
160
|
[x: string]: unknown;
|
161
161
|
};
|
@@ -351,11 +351,11 @@ declare const BkDatePicker: {
|
|
351
351
|
behavior: "simplicity" | "normal";
|
352
352
|
type: import("./interface").PickerTypeType;
|
353
353
|
disabled: boolean;
|
354
|
-
|
354
|
+
fontSize: "normal" | "large" | "medium";
|
355
355
|
open: boolean;
|
356
356
|
multiple: boolean;
|
357
|
+
placeholder: string;
|
357
358
|
transfer: boolean;
|
358
|
-
fontSize: "normal" | "large" | "medium";
|
359
359
|
clearable: boolean;
|
360
360
|
readonly: boolean;
|
361
361
|
withValidate: boolean;
|
@@ -754,11 +754,11 @@ declare const BkDatePicker: {
|
|
754
754
|
behavior: "simplicity" | "normal";
|
755
755
|
type: import("./interface").PickerTypeType;
|
756
756
|
disabled: boolean;
|
757
|
-
|
757
|
+
fontSize: "normal" | "large" | "medium";
|
758
758
|
open: boolean;
|
759
759
|
multiple: boolean;
|
760
|
+
placeholder: string;
|
760
761
|
transfer: boolean;
|
761
|
-
fontSize: "normal" | "large" | "medium";
|
762
762
|
clearable: boolean;
|
763
763
|
readonly: boolean;
|
764
764
|
withValidate: boolean;
|
@@ -455,13 +455,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
455
455
|
options: Record<string, any>;
|
456
456
|
behavior: "simplicity" | "normal";
|
457
457
|
type: import("../interface").PickerTypeType;
|
458
|
-
disabled: boolean;
|
459
458
|
width: number;
|
460
|
-
|
459
|
+
disabled: boolean;
|
460
|
+
fontSize: "normal" | "large" | "medium";
|
461
461
|
open: boolean;
|
462
462
|
multiple: boolean;
|
463
|
+
placeholder: string;
|
463
464
|
transfer: boolean;
|
464
|
-
fontSize: "normal" | "large" | "medium";
|
465
465
|
clearable: boolean;
|
466
466
|
readonly: boolean;
|
467
467
|
withValidate: boolean;
|
@@ -413,13 +413,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
413
413
|
confirm: boolean;
|
414
414
|
behavior: "simplicity" | "normal";
|
415
415
|
type: import("../interface").PickerTypeType;
|
416
|
-
disabled: boolean;
|
417
416
|
width: number;
|
418
|
-
|
417
|
+
disabled: boolean;
|
418
|
+
fontSize: "normal" | "large" | "medium";
|
419
419
|
open: boolean;
|
420
420
|
multiple: boolean;
|
421
|
+
placeholder: string;
|
421
422
|
transfer: boolean;
|
422
|
-
fontSize: "normal" | "large" | "medium";
|
423
423
|
clearable: boolean;
|
424
424
|
readonly: boolean;
|
425
425
|
withValidate: boolean;
|
@@ -349,13 +349,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
349
349
|
options: Record<string, any>;
|
350
350
|
behavior: "simplicity" | "normal";
|
351
351
|
type: import("./interface").PickerTypeType;
|
352
|
-
disabled: boolean;
|
353
352
|
width: number;
|
354
|
-
|
353
|
+
disabled: boolean;
|
354
|
+
fontSize: "normal" | "large" | "medium";
|
355
355
|
open: boolean;
|
356
356
|
multiple: boolean;
|
357
|
+
placeholder: string;
|
357
358
|
transfer: boolean;
|
358
|
-
fontSize: "normal" | "large" | "medium";
|
359
359
|
clearable: boolean;
|
360
360
|
readonly: boolean;
|
361
361
|
withValidate: boolean;
|
package/lib/dialog/dialog.d.ts
CHANGED
@@ -284,12 +284,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
284
284
|
zIndex: string | number;
|
285
285
|
showMask: boolean;
|
286
286
|
direction: string;
|
287
|
-
theme: "success" | "warning" | "danger" | "primary";
|
288
|
-
extCls: string | unknown[];
|
289
287
|
width: string | number;
|
290
288
|
height: string | number;
|
291
289
|
maxHeight: string;
|
292
290
|
isShow: boolean;
|
291
|
+
theme: "success" | "warning" | "danger" | "primary";
|
292
|
+
extCls: string | unknown[];
|
293
293
|
draggable: boolean;
|
294
294
|
transfer: boolean;
|
295
295
|
quickClose: boolean;
|
package/lib/dialog/index.d.ts
CHANGED
@@ -8,12 +8,12 @@ declare const BkDialog: {
|
|
8
8
|
zIndex: string | number;
|
9
9
|
showMask: boolean;
|
10
10
|
direction: string;
|
11
|
-
theme: "success" | "warning" | "danger" | "primary";
|
12
|
-
extCls: string | unknown[];
|
13
11
|
width: string | number;
|
14
12
|
height: string | number;
|
15
13
|
maxHeight: string;
|
16
14
|
isShow: boolean;
|
15
|
+
theme: "success" | "warning" | "danger" | "primary";
|
16
|
+
extCls: string | unknown[];
|
17
17
|
draggable: boolean;
|
18
18
|
transfer: boolean;
|
19
19
|
quickClose: boolean;
|
@@ -166,7 +166,7 @@ declare const BkDialog: {
|
|
166
166
|
onClosed?: (...args: any[]) => any;
|
167
167
|
"onUpdate:isShow"?: (...args: any[]) => any;
|
168
168
|
"onValue-change"?: (...args: any[]) => any;
|
169
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "multiInstance" | "zIndex" | "showMask" | "direction" | "
|
169
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "multiInstance" | "zIndex" | "showMask" | "direction" | "width" | "height" | "maxHeight" | "isShow" | "theme" | "extCls" | "draggable" | "transfer" | "quickClose" | "scrollable" | "closeIcon" | "escClose" | "fullscreen" | "animateType" | "confirmText" | "cancelText" | "prevText" | "nextText" | "current" | "totalStep" | "headerAlign" | "footerAlign" | "isLoading">;
|
170
170
|
$attrs: {
|
171
171
|
[x: string]: unknown;
|
172
172
|
};
|
@@ -338,12 +338,12 @@ declare const BkDialog: {
|
|
338
338
|
zIndex: string | number;
|
339
339
|
showMask: boolean;
|
340
340
|
direction: string;
|
341
|
-
theme: "success" | "warning" | "danger" | "primary";
|
342
|
-
extCls: string | unknown[];
|
343
341
|
width: string | number;
|
344
342
|
height: string | number;
|
345
343
|
maxHeight: string;
|
346
344
|
isShow: boolean;
|
345
|
+
theme: "success" | "warning" | "danger" | "primary";
|
346
|
+
extCls: string | unknown[];
|
347
347
|
draggable: boolean;
|
348
348
|
transfer: boolean;
|
349
349
|
quickClose: boolean;
|
@@ -695,12 +695,12 @@ declare const BkDialog: {
|
|
695
695
|
zIndex: string | number;
|
696
696
|
showMask: boolean;
|
697
697
|
direction: string;
|
698
|
-
theme: "success" | "warning" | "danger" | "primary";
|
699
|
-
extCls: string | unknown[];
|
700
698
|
width: string | number;
|
701
699
|
height: string | number;
|
702
700
|
maxHeight: string;
|
703
701
|
isShow: boolean;
|
702
|
+
theme: "success" | "warning" | "danger" | "primary";
|
703
|
+
extCls: string | unknown[];
|
704
704
|
draggable: boolean;
|
705
705
|
transfer: boolean;
|
706
706
|
quickClose: boolean;
|
package/lib/directives/index.js
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
|
1
2
|
import * as __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__ from "../shared";
|
2
3
|
import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
|
3
4
|
import * as __WEBPACK_EXTERNAL_MODULE__plugin_popover_d49f5bb2__ from "../plugin-popover";
|
@@ -675,9 +676,14 @@ __webpack_require__.d(__webpack_exports__, {
|
|
675
676
|
"mq": () => (/* reexport */ createInstance),
|
676
677
|
"ls": () => (/* reexport */ src_tooltips),
|
677
678
|
"cx": () => (/* reexport */ clickoutside),
|
678
|
-
"SJ": () => (/* reexport */ src_mousewheel)
|
679
|
+
"SJ": () => (/* reexport */ src_mousewheel),
|
680
|
+
"$s": () => (/* reexport */ external_overflow_title_namespaceObject.overflowTitle)
|
679
681
|
});
|
680
682
|
|
683
|
+
;// CONCATENATED MODULE: external "../overflow-title"
|
684
|
+
var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
685
|
+
var y = x => () => x
|
686
|
+
const external_overflow_title_namespaceObject = x({ ["overflowTitle"]: () => __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__.overflowTitle });
|
681
687
|
// EXTERNAL MODULE: ../../node_modules/normalize-wheel/index.js
|
682
688
|
var normalize_wheel = __webpack_require__(2439);
|
683
689
|
var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel);
|
@@ -922,9 +928,9 @@ function _typeof(obj) {
|
|
922
928
|
}, _typeof(obj);
|
923
929
|
}
|
924
930
|
;// CONCATENATED MODULE: external "../shared"
|
925
|
-
var
|
926
|
-
var
|
927
|
-
const external_shared_namespaceObject =
|
931
|
+
var external_shared_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
932
|
+
var external_shared_y = x => () => x
|
933
|
+
const external_shared_namespaceObject = external_shared_x({ ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.bkZIndexManager, ["resolveClassName"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.resolveClassName });
|
928
934
|
;// CONCATENATED MODULE: external "@popperjs/core"
|
929
935
|
var core_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
930
936
|
var core_y = x => () => x
|
@@ -1359,7 +1365,7 @@ var ellipsis = {
|
|
1359
1365
|
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
1360
1366
|
* IN THE SOFTWARE.
|
1361
1367
|
*/
|
1362
|
-
|
1368
|
+
|
1363
1369
|
|
1364
1370
|
|
1365
1371
|
|
@@ -1371,4 +1377,5 @@ var __webpack_exports__bkEllipsisInstance = __webpack_exports__.mq;
|
|
1371
1377
|
var __webpack_exports__bkTooltips = __webpack_exports__.ls;
|
1372
1378
|
var __webpack_exports__clickoutside = __webpack_exports__.cx;
|
1373
1379
|
var __webpack_exports__mousewheel = __webpack_exports__.SJ;
|
1374
|
-
|
1380
|
+
var __webpack_exports__overflowTitle = __webpack_exports__.$s;
|
1381
|
+
export { __webpack_exports__bkEllipsis as bkEllipsis, __webpack_exports__bkEllipsisInstance as bkEllipsisInstance, __webpack_exports__bkTooltips as bkTooltips, __webpack_exports__clickoutside as clickoutside, __webpack_exports__mousewheel as mousewheel, __webpack_exports__overflowTitle as overflowTitle };
|
@@ -83,9 +83,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
83
83
|
}, {
|
84
84
|
placement: "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
85
85
|
trigger: "hover" | "click" | "manual";
|
86
|
-
extCls: string;
|
87
|
-
disabled: boolean;
|
88
86
|
isShow: boolean;
|
87
|
+
disabled: boolean;
|
88
|
+
extCls: string;
|
89
89
|
popoverOptions: {
|
90
90
|
[key: string]: any;
|
91
91
|
};
|
package/lib/dropdown/index.d.ts
CHANGED
@@ -7,9 +7,9 @@ declare const BkDropdown: {
|
|
7
7
|
$props: Partial<{
|
8
8
|
placement: "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
9
9
|
trigger: "hover" | "click" | "manual";
|
10
|
-
extCls: string;
|
11
|
-
disabled: boolean;
|
12
10
|
isShow: boolean;
|
11
|
+
disabled: boolean;
|
12
|
+
extCls: string;
|
13
13
|
popoverOptions: {
|
14
14
|
[key: string]: any;
|
15
15
|
};
|
@@ -48,7 +48,7 @@ declare const BkDropdown: {
|
|
48
48
|
onShow?: (...args: any[]) => any;
|
49
49
|
onHide?: (...args: any[]) => any;
|
50
50
|
onShowChange?: (...args: any[]) => any;
|
51
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "trigger" | "
|
51
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "trigger" | "isShow" | "disabled" | "extCls" | "popoverOptions">;
|
52
52
|
$attrs: {
|
53
53
|
[x: string]: unknown;
|
54
54
|
};
|
@@ -104,9 +104,9 @@ declare const BkDropdown: {
|
|
104
104
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show" | "showChange")[], string, {
|
105
105
|
placement: "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
106
106
|
trigger: "hover" | "click" | "manual";
|
107
|
-
extCls: string;
|
108
|
-
disabled: boolean;
|
109
107
|
isShow: boolean;
|
108
|
+
disabled: boolean;
|
109
|
+
extCls: string;
|
110
110
|
popoverOptions: {
|
111
111
|
[key: string]: any;
|
112
112
|
};
|
@@ -215,9 +215,9 @@ declare const BkDropdown: {
|
|
215
215
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show" | "showChange")[], "show" | "hide" | "showChange", {
|
216
216
|
placement: "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
217
217
|
trigger: "hover" | "click" | "manual";
|
218
|
-
extCls: string;
|
219
|
-
disabled: boolean;
|
220
218
|
isShow: boolean;
|
219
|
+
disabled: boolean;
|
220
|
+
extCls: string;
|
221
221
|
popoverOptions: {
|
222
222
|
[key: string]: any;
|
223
223
|
};
|
@@ -40,8 +40,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
40
40
|
onClick?: (...args: any[]) => any;
|
41
41
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
42
42
|
}, {
|
43
|
-
extCls: string;
|
44
43
|
position: string;
|
44
|
+
extCls: string;
|
45
45
|
modelValue: boolean;
|
46
46
|
navItems: unknown[];
|
47
47
|
}>;
|