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.
@@ -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" | "transfer" | "renderDirective" | "dialogType" | "quickClose" | "scrollable" | "closeIcon" | "escClose" | "fullscreen" | "animateType">;
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;
@@ -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" | "transfer" | "renderDirective" | "dialogType" | "quickClose" | "scrollable" | "closeIcon" | "escClose" | "fullscreen" | "animateType">;
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;
@@ -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
  }>;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.1-beta.142",
3
+ "version": "0.0.1-beta.143",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",