bkui-vue 0.0.1-beta.142 → 0.0.1-beta.143
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 +193 -71
- package/dist/index.umd.js +27 -27
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/collapse/collapse-panel.d.ts +64 -0
- package/lib/collapse/collapse.css +10 -10
- package/lib/collapse/collapse.d.ts +0 -40
- package/lib/collapse/collapse.less +44 -46
- package/lib/collapse/collapse.variable.css +10 -10
- package/lib/collapse/index.d.ts +68 -1
- package/lib/collapse/index.js +1 -1
- package/lib/collapse/props.d.ts +114 -0
- package/lib/dialog/dialog.d.ts +1 -1
- package/lib/dialog/index.d.ts +4 -4
- package/lib/modal/index.d.ts +4 -4
- package/lib/modal/modal.d.ts +1 -1
- package/lib/sideslider/index.d.ts +4 -4
- package/lib/sideslider/sideslider.d.ts +1 -1
- package/lib/tab/index.d.ts +1 -1
- package/lib/tab/tab-panel.d.ts +1 -1
- package/package.json +1 -1
package/lib/modal/index.d.ts
CHANGED
@@ -17,8 +17,8 @@ declare const BkModal: {
|
|
17
17
|
direction: string;
|
18
18
|
maxHeight: string;
|
19
19
|
isShow: boolean;
|
20
|
-
transfer: boolean;
|
21
20
|
renderDirective: string;
|
21
|
+
transfer: boolean;
|
22
22
|
dialogType: string;
|
23
23
|
quickClose: boolean;
|
24
24
|
scrollable: boolean;
|
@@ -120,7 +120,7 @@ declare const BkModal: {
|
|
120
120
|
"onQuick-close"?: (...args: any[]) => any;
|
121
121
|
onQuickClose?: (...args: any[]) => any;
|
122
122
|
onShown?: (...args: any[]) => any;
|
123
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "multiInstance" | "showMask" | "extCls" | "width" | "height" | "draggable" | "size" | "direction" | "maxHeight" | "isShow" | "
|
123
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "multiInstance" | "showMask" | "extCls" | "width" | "height" | "draggable" | "size" | "direction" | "maxHeight" | "isShow" | "renderDirective" | "transfer" | "dialogType" | "quickClose" | "scrollable" | "closeIcon" | "escClose" | "fullscreen" | "animateType">;
|
124
124
|
$attrs: {
|
125
125
|
[x: string]: unknown;
|
126
126
|
};
|
@@ -249,8 +249,8 @@ declare const BkModal: {
|
|
249
249
|
direction: string;
|
250
250
|
maxHeight: string;
|
251
251
|
isShow: boolean;
|
252
|
-
transfer: boolean;
|
253
252
|
renderDirective: string;
|
253
|
+
transfer: boolean;
|
254
254
|
dialogType: string;
|
255
255
|
quickClose: boolean;
|
256
256
|
scrollable: boolean;
|
@@ -500,8 +500,8 @@ declare const BkModal: {
|
|
500
500
|
direction: string;
|
501
501
|
maxHeight: string;
|
502
502
|
isShow: boolean;
|
503
|
-
transfer: boolean;
|
504
503
|
renderDirective: string;
|
504
|
+
transfer: boolean;
|
505
505
|
dialogType: string;
|
506
506
|
quickClose: boolean;
|
507
507
|
scrollable: boolean;
|
package/lib/modal/modal.d.ts
CHANGED
@@ -201,8 +201,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
201
201
|
direction: string;
|
202
202
|
maxHeight: string;
|
203
203
|
isShow: boolean;
|
204
|
-
transfer: boolean;
|
205
204
|
renderDirective: string;
|
205
|
+
transfer: boolean;
|
206
206
|
dialogType: string;
|
207
207
|
quickClose: boolean;
|
208
208
|
scrollable: boolean;
|
@@ -14,8 +14,8 @@ declare const BkSideslider: {
|
|
14
14
|
direction: string;
|
15
15
|
maxHeight: string;
|
16
16
|
isShow: boolean;
|
17
|
-
transfer: boolean;
|
18
17
|
renderDirective: string;
|
18
|
+
transfer: boolean;
|
19
19
|
dialogType: string;
|
20
20
|
quickClose: boolean;
|
21
21
|
scrollable: boolean;
|
@@ -119,7 +119,7 @@ declare const BkSideslider: {
|
|
119
119
|
onShown?: (...args: any[]) => any;
|
120
120
|
onClosed?: (...args: any[]) => any;
|
121
121
|
"onAnimation-end"?: (...args: any[]) => any;
|
122
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "multiInstance" | "showMask" | "extCls" | "width" | "height" | "draggable" | "size" | "direction" | "maxHeight" | "isShow" | "
|
122
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "multiInstance" | "showMask" | "extCls" | "width" | "height" | "draggable" | "size" | "direction" | "maxHeight" | "isShow" | "renderDirective" | "transfer" | "dialogType" | "quickClose" | "scrollable" | "closeIcon" | "escClose" | "fullscreen" | "animateType">;
|
123
123
|
$attrs: {
|
124
124
|
[x: string]: unknown;
|
125
125
|
};
|
@@ -241,8 +241,8 @@ declare const BkSideslider: {
|
|
241
241
|
direction: string;
|
242
242
|
maxHeight: string;
|
243
243
|
isShow: boolean;
|
244
|
-
transfer: boolean;
|
245
244
|
renderDirective: string;
|
245
|
+
transfer: boolean;
|
246
246
|
dialogType: string;
|
247
247
|
quickClose: boolean;
|
248
248
|
scrollable: boolean;
|
@@ -478,8 +478,8 @@ declare const BkSideslider: {
|
|
478
478
|
direction: string;
|
479
479
|
maxHeight: string;
|
480
480
|
isShow: boolean;
|
481
|
-
transfer: boolean;
|
482
481
|
renderDirective: string;
|
482
|
+
transfer: boolean;
|
483
483
|
dialogType: string;
|
484
484
|
quickClose: boolean;
|
485
485
|
scrollable: boolean;
|
@@ -196,8 +196,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
196
196
|
direction: string;
|
197
197
|
maxHeight: string;
|
198
198
|
isShow: boolean;
|
199
|
-
transfer: boolean;
|
200
199
|
renderDirective: string;
|
200
|
+
transfer: boolean;
|
201
201
|
dialogType: string;
|
202
202
|
quickClose: boolean;
|
203
203
|
scrollable: boolean;
|
package/lib/tab/index.d.ts
CHANGED
@@ -431,8 +431,8 @@ declare const BkTab: {
|
|
431
431
|
disabled: boolean;
|
432
432
|
closable: boolean;
|
433
433
|
visible: boolean;
|
434
|
-
panel: string | ((...args: any[]) => any);
|
435
434
|
renderDirective: string;
|
435
|
+
panel: string | ((...args: any[]) => any);
|
436
436
|
sortable: boolean;
|
437
437
|
}>;
|
438
438
|
}>;
|
package/lib/tab/tab-panel.d.ts
CHANGED
@@ -66,8 +66,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
66
66
|
disabled: boolean;
|
67
67
|
closable: boolean;
|
68
68
|
visible: boolean;
|
69
|
-
panel: string | ((...args: any[]) => any);
|
70
69
|
renderDirective: string;
|
70
|
+
panel: string | ((...args: any[]) => any);
|
71
71
|
sortable: boolean;
|
72
72
|
}>;
|
73
73
|
export default _default;
|