bkui-vue 0.0.1-beta.51 → 0.0.1-beta.54

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.
Files changed (49) hide show
  1. package/dist/index.cjs.js +18 -18
  2. package/dist/index.esm.js +23 -28
  3. package/dist/index.umd.js +19 -19
  4. package/lib/alert/alert.d.ts +1 -1
  5. package/lib/alert/index.d.ts +4 -4
  6. package/lib/animate-number/animate-number.d.ts +1 -1
  7. package/lib/animate-number/index.d.ts +4 -4
  8. package/lib/backtop/backtop.d.ts +1 -1
  9. package/lib/backtop/index.d.ts +4 -4
  10. package/lib/badge/badge.d.ts +2 -2
  11. package/lib/badge/index.d.ts +7 -7
  12. package/lib/breadcrumb/breadcrumb.d.ts +1 -1
  13. package/lib/breadcrumb/index.d.ts +4 -4
  14. package/lib/button/button.d.ts +2 -2
  15. package/lib/button/index.d.ts +7 -7
  16. package/lib/code-diff/index.js +1 -1
  17. package/lib/date-picker/date-picker.d.ts +6 -6
  18. package/lib/date-picker/index.d.ts +17 -17
  19. package/lib/date-picker/props.d.ts +1 -1
  20. package/lib/dialog/dialog.d.ts +1 -1
  21. package/lib/dialog/index.d.ts +4 -4
  22. package/lib/directives/index.js +1 -1
  23. package/lib/directives/tooltips.d.ts +1 -1
  24. package/lib/dropdown/dropdown.d.ts +1 -1
  25. package/lib/dropdown/index.d.ts +4 -4
  26. package/lib/input/index.d.ts +3 -3
  27. package/lib/input/input.d.ts +1 -1
  28. package/lib/link/index.d.ts +7 -7
  29. package/lib/link/link.d.ts +2 -2
  30. package/lib/modal/index.d.ts +4 -4
  31. package/lib/modal/modal.d.ts +1 -1
  32. package/lib/popover/index.d.ts +4 -4
  33. package/lib/popover/popover.d.ts +1 -1
  34. package/lib/resize-layout/index.d.ts +4 -4
  35. package/lib/resize-layout/resize-layout.d.ts +1 -1
  36. package/lib/select/index.d.ts +3 -3
  37. package/lib/select/select.d.ts +1 -1
  38. package/lib/sideslider/index.d.ts +4 -4
  39. package/lib/sideslider/sideslider.d.ts +1 -1
  40. package/lib/slider/slider.d.ts +1 -1
  41. package/lib/switcher/index.d.ts +4 -4
  42. package/lib/switcher/switcher.d.ts +1 -1
  43. package/lib/tab/index.d.ts +8 -8
  44. package/lib/tab/tab-nav.d.ts +1 -1
  45. package/lib/tab/tab-panel.d.ts +1 -1
  46. package/lib/tab/tab.d.ts +2 -2
  47. package/lib/table/index.d.ts +4 -4
  48. package/lib/table/table.d.ts +1 -1
  49. package/package.json +5 -1
@@ -5,9 +5,9 @@ declare const BkDropdown: {
5
5
  $: import("vue").ComponentInternalInstance;
6
6
  $data: {};
7
7
  $props: Partial<{
8
- disabled: boolean;
9
8
  placement: string;
10
9
  extCls: string;
10
+ disabled: boolean;
11
11
  trigger: string;
12
12
  isShow: boolean;
13
13
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
@@ -34,7 +34,7 @@ declare const BkDropdown: {
34
34
  onShow?: (...args: any[]) => any;
35
35
  onHide?: (...args: any[]) => any;
36
36
  onShowChange?: (...args: any[]) => any;
37
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "placement" | "extCls" | "trigger" | "isShow">;
37
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "extCls" | "disabled" | "trigger" | "isShow">;
38
38
  $attrs: {
39
39
  [x: string]: unknown;
40
40
  };
@@ -76,9 +76,9 @@ declare const BkDropdown: {
76
76
  reference: any;
77
77
  refContent: any;
78
78
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show" | "showChange")[], string, {
79
- disabled: boolean;
80
79
  placement: string;
81
80
  extCls: string;
81
+ disabled: boolean;
82
82
  trigger: string;
83
83
  isShow: boolean;
84
84
  }> & {
@@ -160,9 +160,9 @@ declare const BkDropdown: {
160
160
  reference: any;
161
161
  refContent: any;
162
162
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show" | "showChange")[], "hide" | "show" | "showChange", {
163
- disabled: boolean;
164
163
  placement: string;
165
164
  extCls: string;
165
+ disabled: boolean;
166
166
  trigger: string;
167
167
  isShow: boolean;
168
168
  }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
@@ -121,7 +121,7 @@ declare const BkInput: {
121
121
  }>;
122
122
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
123
123
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
124
- $emit: (event: "input" | "clear" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "update:modelValue" | "enter", ...args: any[]) => void;
124
+ $emit: (event: "input" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "clear" | "update:modelValue" | "enter", ...args: any[]) => void;
125
125
  $el: any;
126
126
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
127
127
  type: import("vue-types").VueTypeValidableDef<string> & {
@@ -209,7 +209,7 @@ declare const BkInput: {
209
209
  "onUpdate:modelValue"?: (...args: any[]) => any;
210
210
  onClear?: (...args: any[]) => any;
211
211
  onEnter?: (...args: any[]) => any;
212
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "clear" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "update:modelValue" | "enter")[], string, {
212
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "clear" | "update:modelValue" | "enter")[], string, {
213
213
  type: string;
214
214
  placeholder: string;
215
215
  prefix: string;
@@ -426,7 +426,7 @@ declare const BkInput: {
426
426
  "onUpdate:modelValue"?: (...args: any[]) => any;
427
427
  onClear?: (...args: any[]) => any;
428
428
  onEnter?: (...args: any[]) => any;
429
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "clear" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "update:modelValue" | "enter")[], "input" | "clear" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "update:modelValue" | "enter", {
429
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "clear" | "update:modelValue" | "enter")[], "input" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "clear" | "update:modelValue" | "enter", {
430
430
  type: string;
431
431
  placeholder: string;
432
432
  prefix: string;
@@ -149,7 +149,7 @@ declare const _default: import("vue").DefineComponent<{
149
149
  rows: import("vue-types").VueTypeValidableDef<number> & {
150
150
  default: number;
151
151
  };
152
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "clear" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "update:modelValue" | "enter")[], "input" | "clear" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "update:modelValue" | "enter", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
152
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "clear" | "update:modelValue" | "enter")[], "input" | "focus" | "blur" | "paste" | "change" | "keydown" | "keypress" | "keyup" | "clear" | "update:modelValue" | "enter", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
153
153
  type: import("vue-types").VueTypeValidableDef<string> & {
154
154
  default: string;
155
155
  } & {
@@ -3,10 +3,10 @@ declare const BkLink: {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: Partial<{
6
- underline: boolean;
7
- disabled: boolean;
8
6
  theme: string;
9
7
  target: string;
8
+ underline: boolean;
9
+ disabled: boolean;
10
10
  href: string;
11
11
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
12
12
  theme: import("vue-types").VueTypeDef<string> & {
@@ -32,7 +32,7 @@ declare const BkLink: {
32
32
  } & {
33
33
  default: string;
34
34
  };
35
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "underline" | "disabled" | "theme" | "target" | "href">;
35
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "target" | "underline" | "disabled" | "href">;
36
36
  $attrs: {
37
37
  [x: string]: unknown;
38
38
  };
@@ -73,10 +73,10 @@ declare const BkLink: {
73
73
  }>>, {
74
74
  handleClick: (event: Event) => boolean;
75
75
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
76
- underline: boolean;
77
- disabled: boolean;
78
76
  theme: string;
79
77
  target: string;
78
+ underline: boolean;
79
+ disabled: boolean;
80
80
  href: string;
81
81
  }> & {
82
82
  beforeCreate?: (() => void) | (() => void)[];
@@ -155,10 +155,10 @@ declare const BkLink: {
155
155
  }>>, {
156
156
  handleClick: (event: Event) => boolean;
157
157
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
158
- underline: boolean;
159
- disabled: boolean;
160
158
  theme: string;
161
159
  target: string;
160
+ underline: boolean;
161
+ disabled: boolean;
162
162
  href: string;
163
163
  }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
164
164
  export default BkLink;
@@ -49,10 +49,10 @@ declare const _default: import("vue").DefineComponent<{
49
49
  default: string;
50
50
  };
51
51
  }>>, {
52
- underline: boolean;
53
- disabled: boolean;
54
52
  theme: string;
55
53
  target: string;
54
+ underline: boolean;
55
+ disabled: boolean;
56
56
  href: string;
57
57
  }>;
58
58
  export default _default;
@@ -8,8 +8,8 @@ declare const BkModal: {
8
8
  $props: Partial<{
9
9
  width: string | number;
10
10
  height: string | number;
11
- size: string;
12
11
  showMask: boolean;
12
+ size: string;
13
13
  isShow: boolean;
14
14
  customClass: string | unknown[];
15
15
  scrollable: boolean;
@@ -69,7 +69,7 @@ declare const BkModal: {
69
69
  default: string;
70
70
  validator: (value: string) => boolean;
71
71
  };
72
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "size" | "showMask" | "isShow" | "customClass" | "scrollable" | "closeIcon" | "escClose" | "maskClose" | "fullscreen" | "renderDirective">;
72
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "showMask" | "size" | "isShow" | "customClass" | "scrollable" | "closeIcon" | "escClose" | "maskClose" | "fullscreen" | "renderDirective">;
73
73
  $attrs: {
74
74
  [x: string]: unknown;
75
75
  };
@@ -143,8 +143,8 @@ declare const BkModal: {
143
143
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
144
144
  width: string | number;
145
145
  height: string | number;
146
- size: string;
147
146
  showMask: boolean;
147
+ size: string;
148
148
  isShow: boolean;
149
149
  customClass: string | unknown[];
150
150
  scrollable: boolean;
@@ -294,8 +294,8 @@ declare const BkModal: {
294
294
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
295
295
  width: string | number;
296
296
  height: string | number;
297
- size: string;
298
297
  showMask: boolean;
298
+ size: string;
299
299
  isShow: boolean;
300
300
  customClass: string | unknown[];
301
301
  scrollable: boolean;
@@ -109,8 +109,8 @@ declare const _default: import("vue").DefineComponent<{
109
109
  }>>, {
110
110
  width: string | number;
111
111
  height: string | number;
112
- size: string;
113
112
  showMask: boolean;
113
+ size: string;
114
114
  isShow: boolean;
115
115
  customClass: string | unknown[];
116
116
  scrollable: boolean;
@@ -5,9 +5,9 @@ declare const BkPopover: {
5
5
  $props: Partial<{
6
6
  width: string | number;
7
7
  height: string | number;
8
- content: string | number;
9
8
  placement: string;
10
9
  modifiers: unknown[];
10
+ content: string | number;
11
11
  theme: string;
12
12
  transition: string;
13
13
  trigger: string;
@@ -74,7 +74,7 @@ declare const BkPopover: {
74
74
  stopBehaviors: import("vue-types").VueTypeDef<string | string[]> & {
75
75
  default: string | (() => string[]);
76
76
  };
77
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "content" | "placement" | "modifiers" | "theme" | "transition" | "trigger" | "arrow" | "isShow" | "stopBehaviors" | "handleFirstUpdate" | "fixOnBoundary">;
77
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "placement" | "modifiers" | "content" | "theme" | "transition" | "trigger" | "arrow" | "isShow" | "stopBehaviors" | "handleFirstUpdate" | "fixOnBoundary">;
78
78
  $attrs: {
79
79
  [x: string]: unknown;
80
80
  };
@@ -149,9 +149,9 @@ declare const BkPopover: {
149
149
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {
150
150
  width: string | number;
151
151
  height: string | number;
152
- content: string | number;
153
152
  placement: string;
154
153
  modifiers: unknown[];
154
+ content: string | number;
155
155
  theme: string;
156
156
  transition: string;
157
157
  trigger: string;
@@ -303,9 +303,9 @@ declare const BkPopover: {
303
303
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "update:isShow" | "afterHidden" | "afterShow", {
304
304
  width: string | number;
305
305
  height: string | number;
306
- content: string | number;
307
306
  placement: string;
308
307
  modifiers: unknown[];
308
+ content: string | number;
309
309
  theme: string;
310
310
  transition: string;
311
311
  trigger: string;
@@ -117,9 +117,9 @@ declare const _default: import("vue").DefineComponent<{
117
117
  }>>, {
118
118
  width: string | number;
119
119
  height: string | number;
120
- content: string | number;
121
120
  placement: string;
122
121
  modifiers: unknown[];
122
+ content: string | number;
123
123
  theme: string;
124
124
  transition: string;
125
125
  trigger: string;
@@ -3,9 +3,9 @@ declare const BkResizeLayout: {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: Partial<{
6
+ placement: string;
6
7
  border: boolean;
7
8
  disabled: boolean;
8
- placement: string;
9
9
  max: number;
10
10
  min: number;
11
11
  collapsible: boolean;
@@ -63,7 +63,7 @@ declare const BkResizeLayout: {
63
63
  onResizing?: (...args: any[]) => any;
64
64
  "onAfter-resize"?: (...args: any[]) => any;
65
65
  "onCollapse-change"?: (...args: any[]) => any;
66
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "border" | "disabled" | "placement" | "max" | "min" | "collapsible" | "triggerWidth" | "triggerOffset" | "initialDivide" | "immediate" | "autoMinimize">;
66
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "border" | "disabled" | "max" | "min" | "collapsible" | "triggerWidth" | "triggerOffset" | "initialDivide" | "immediate" | "autoMinimize">;
67
67
  $attrs: {
68
68
  [x: string]: unknown;
69
69
  };
@@ -147,9 +147,9 @@ declare const BkResizeLayout: {
147
147
  handleMousedown: (event: any) => void;
148
148
  setCollapse: (collapse: any) => void;
149
149
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("before-resize" | "resizing" | "after-resize" | "collapse-change")[], string, {
150
+ placement: string;
150
151
  border: boolean;
151
152
  disabled: boolean;
152
- placement: string;
153
153
  max: number;
154
154
  min: number;
155
155
  collapsible: boolean;
@@ -321,9 +321,9 @@ declare const BkResizeLayout: {
321
321
  handleMousedown: (event: any) => void;
322
322
  setCollapse: (collapse: any) => void;
323
323
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("before-resize" | "resizing" | "after-resize" | "collapse-change")[], "before-resize" | "resizing" | "after-resize" | "collapse-change", {
324
+ placement: string;
324
325
  border: boolean;
325
326
  disabled: boolean;
326
- placement: string;
327
327
  max: number;
328
328
  min: number;
329
329
  collapsible: boolean;
@@ -112,9 +112,9 @@ declare const _default: import("vue").DefineComponent<{
112
112
  "onAfter-resize"?: (...args: any[]) => any;
113
113
  "onCollapse-change"?: (...args: any[]) => any;
114
114
  }, {
115
+ placement: string;
115
116
  border: boolean;
116
117
  disabled: boolean;
117
- placement: string;
118
118
  max: number;
119
119
  min: number;
120
120
  collapsible: boolean;
@@ -141,7 +141,7 @@ declare const BkSelect: {
141
141
  }>;
142
142
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
143
143
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
144
- $emit: (event: "clear" | "change" | "toggle" | "update:modelValue" | "scroll-end", ...args: any[]) => void;
144
+ $emit: (event: "change" | "toggle" | "clear" | "update:modelValue" | "scroll-end", ...args: any[]) => void;
145
145
  $el: any;
146
146
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
147
147
  modelValue: import("vue-types").VueTypeValidableDef<any>;
@@ -504,7 +504,7 @@ declare const BkSelect: {
504
504
  visible: import("vue").Ref<boolean>;
505
505
  }> & {} & {} & import("vue").ComponentCustomProperties>>;
506
506
  currentSelectedLabel: import("vue").Ref<string>;
507
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "change" | "toggle" | "update:modelValue" | "scroll-end")[], string, {
507
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "toggle" | "clear" | "update:modelValue" | "scroll-end")[], string, {
508
508
  placeholder: string;
509
509
  size: string;
510
510
  multiple: boolean;
@@ -1272,7 +1272,7 @@ declare const BkSelect: {
1272
1272
  visible: import("vue").Ref<boolean>;
1273
1273
  }> & {} & {} & import("vue").ComponentCustomProperties>>;
1274
1274
  currentSelectedLabel: import("vue").Ref<string>;
1275
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "change" | "toggle" | "update:modelValue" | "scroll-end")[], "clear" | "change" | "toggle" | "update:modelValue" | "scroll-end", {
1275
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "toggle" | "clear" | "update:modelValue" | "scroll-end")[], "change" | "toggle" | "clear" | "update:modelValue" | "scroll-end", {
1276
1276
  placeholder: string;
1277
1277
  size: string;
1278
1278
  multiple: boolean;
@@ -279,7 +279,7 @@ declare const _default: import("vue").DefineComponent<{
279
279
  visible: import("vue").Ref<boolean>;
280
280
  }> & {} & {} & import("vue").ComponentCustomProperties>>;
281
281
  currentSelectedLabel: import("vue").Ref<string>;
282
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "change" | "toggle" | "update:modelValue" | "scroll-end")[], "clear" | "change" | "toggle" | "update:modelValue" | "scroll-end", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
282
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "toggle" | "clear" | "update:modelValue" | "scroll-end")[], "change" | "toggle" | "clear" | "update:modelValue" | "scroll-end", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
283
283
  modelValue: import("vue-types").VueTypeValidableDef<any>;
284
284
  multiple: import("vue-types").VueTypeValidableDef<boolean> & {
285
285
  default: boolean;
@@ -5,8 +5,8 @@ declare const BkSideslider: {
5
5
  $props: Partial<{
6
6
  width: string | number;
7
7
  height: string | number;
8
- size: string;
9
8
  showMask: boolean;
9
+ size: string;
10
10
  direction: string;
11
11
  isShow: boolean;
12
12
  customClass: string | unknown[];
@@ -75,7 +75,7 @@ declare const BkSideslider: {
75
75
  }>> & {
76
76
  onClosed?: (...args: any[]) => any;
77
77
  "onUpdate:isShow"?: (...args: any[]) => any;
78
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "size" | "showMask" | "direction" | "isShow" | "customClass" | "scrollable" | "closeIcon" | "escClose" | "maskClose" | "fullscreen" | "renderDirective">;
78
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "showMask" | "size" | "direction" | "isShow" | "customClass" | "scrollable" | "closeIcon" | "escClose" | "maskClose" | "fullscreen" | "renderDirective">;
79
79
  $attrs: {
80
80
  [x: string]: unknown;
81
81
  };
@@ -153,8 +153,8 @@ declare const BkSideslider: {
153
153
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closed" | "update:isShow")[], string, {
154
154
  width: string | number;
155
155
  height: string | number;
156
- size: string;
157
156
  showMask: boolean;
157
+ size: string;
158
158
  direction: string;
159
159
  isShow: boolean;
160
160
  customClass: string | unknown[];
@@ -313,8 +313,8 @@ declare const BkSideslider: {
313
313
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closed" | "update:isShow")[], "closed" | "update:isShow", {
314
314
  width: string | number;
315
315
  height: string | number;
316
- size: string;
317
316
  showMask: boolean;
317
+ size: string;
318
318
  direction: string;
319
319
  isShow: boolean;
320
320
  customClass: string | unknown[];
@@ -118,8 +118,8 @@ declare const _default: import("vue").DefineComponent<{
118
118
  }, {
119
119
  width: string | number;
120
120
  height: string | number;
121
- size: string;
122
121
  showMask: boolean;
122
+ size: string;
123
123
  direction: string;
124
124
  isShow: boolean;
125
125
  customClass: string | unknown[];
@@ -182,8 +182,8 @@ declare const _default: import("vue").DefineComponent<{
182
182
  height: string;
183
183
  step: number;
184
184
  vertical: boolean;
185
- range: boolean;
186
185
  extCls: string;
186
+ range: boolean;
187
187
  disable: boolean;
188
188
  showTip: boolean;
189
189
  maxValue: number;
@@ -3,10 +3,10 @@ declare const BkSwitcher: {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: Partial<{
6
- disabled: boolean;
7
6
  theme: string;
8
7
  value: string | number | boolean;
9
8
  extCls: string;
9
+ disabled: boolean;
10
10
  modelValue: string | number | boolean;
11
11
  showText: boolean;
12
12
  isOutline: boolean;
@@ -66,7 +66,7 @@ declare const BkSwitcher: {
66
66
  }>> & {
67
67
  onChange?: (...args: any[]) => any;
68
68
  "onUpdate:modelValue"?: (...args: any[]) => any;
69
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "theme" | "value" | "extCls" | "modelValue" | "showText" | "isOutline" | "onText" | "offText" | "isSquare" | "preCheck" | "trueValue" | "falseValue">;
69
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "value" | "extCls" | "disabled" | "modelValue" | "showText" | "isOutline" | "onText" | "offText" | "isSquare" | "preCheck" | "trueValue" | "falseValue">;
70
70
  $attrs: {
71
71
  [x: string]: unknown;
72
72
  };
@@ -131,10 +131,10 @@ declare const BkSwitcher: {
131
131
  onChange?: (...args: any[]) => any;
132
132
  "onUpdate:modelValue"?: (...args: any[]) => any;
133
133
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], string, {
134
- disabled: boolean;
135
134
  theme: string;
136
135
  value: string | number | boolean;
137
136
  extCls: string;
137
+ disabled: boolean;
138
138
  modelValue: string | number | boolean;
139
139
  showText: boolean;
140
140
  isOutline: boolean;
@@ -269,10 +269,10 @@ declare const BkSwitcher: {
269
269
  onChange?: (...args: any[]) => any;
270
270
  "onUpdate:modelValue"?: (...args: any[]) => any;
271
271
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", {
272
- disabled: boolean;
273
272
  theme: string;
274
273
  value: string | number | boolean;
275
274
  extCls: string;
275
+ disabled: boolean;
276
276
  modelValue: string | number | boolean;
277
277
  showText: boolean;
278
278
  isOutline: boolean;
@@ -96,10 +96,10 @@ declare const _default: import("vue").DefineComponent<{
96
96
  onChange?: (...args: any[]) => any;
97
97
  "onUpdate:modelValue"?: (...args: any[]) => any;
98
98
  }, {
99
- disabled: boolean;
100
99
  theme: string;
101
100
  value: string | number | boolean;
102
101
  extCls: string;
102
+ disabled: boolean;
103
103
  modelValue: string | number | boolean;
104
104
  showText: boolean;
105
105
  isOutline: boolean;
@@ -5,9 +5,9 @@ declare const BkTab: {
5
5
  $data: {};
6
6
  $props: Partial<{
7
7
  type: string;
8
- active: string | number;
9
8
  closable: boolean;
10
9
  extCls: string;
10
+ active: string | number;
11
11
  showHeader: boolean;
12
12
  sortType: string;
13
13
  addable: boolean;
@@ -81,7 +81,7 @@ declare const BkTab: {
81
81
  onRemove?: (...args: any[]) => any;
82
82
  "onUpdate:active"?: (...args: any[]) => any;
83
83
  onSort?: (...args: any[]) => any;
84
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "active" | "closable" | "extCls" | "showHeader" | "sortType" | "addable" | "sortable" | "labelHeight" | "scrollStep" | "validateActive" | "changeOnHover" | "changeOnHoverDelay" | "tabPosition">;
84
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "closable" | "extCls" | "active" | "showHeader" | "sortType" | "addable" | "sortable" | "labelHeight" | "scrollStep" | "validateActive" | "changeOnHover" | "changeOnHoverDelay" | "tabPosition">;
85
85
  $attrs: {
86
86
  [x: string]: unknown;
87
87
  };
@@ -93,7 +93,7 @@ declare const BkTab: {
93
93
  }>;
94
94
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
95
95
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
96
- $emit: (event: "add" | "drag" | "change" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active" | "sort", ...args: any[]) => void;
96
+ $emit: (event: "change" | "drag" | "add" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active" | "sort", ...args: any[]) => void;
97
97
  $el: any;
98
98
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
99
99
  active: import("vue-types").VueTypeDef<string | number> & {
@@ -167,11 +167,11 @@ declare const BkTab: {
167
167
  tabRemove(index: number, panel: any): void;
168
168
  tabSort(dragTabIndex: number, dropTabIndex: number, sortType: string): false;
169
169
  tabDrag(dragTabIndex: number, dragEvent: DragEvent): void;
170
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("add" | "drag" | "change" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active" | "sort")[], string, {
170
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "drag" | "add" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active" | "sort")[], string, {
171
171
  type: string;
172
- active: string | number;
173
172
  closable: boolean;
174
173
  extCls: string;
174
+ active: string | number;
175
175
  showHeader: boolean;
176
176
  sortType: string;
177
177
  addable: boolean;
@@ -350,11 +350,11 @@ declare const BkTab: {
350
350
  tabRemove(index: number, panel: any): void;
351
351
  tabSort(dragTabIndex: number, dropTabIndex: number, sortType: string): false;
352
352
  tabDrag(dragTabIndex: number, dragEvent: DragEvent): void;
353
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("add" | "drag" | "change" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active" | "sort")[], "add" | "drag" | "change" | "sort" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active", {
353
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "drag" | "add" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active" | "sort")[], "change" | "drag" | "sort" | "add" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active", {
354
354
  type: string;
355
- active: string | number;
356
355
  closable: boolean;
357
356
  extCls: string;
357
+ active: string | number;
358
358
  showHeader: boolean;
359
359
  sortType: string;
360
360
  addable: boolean;
@@ -431,9 +431,9 @@ declare const BkTab: {
431
431
  }>>, {
432
432
  name: string | number;
433
433
  label: string | ((...args: any[]) => any);
434
+ closable: boolean;
434
435
  visible: boolean;
435
436
  disabled: boolean;
436
- closable: boolean;
437
437
  panel: string | ((...args: any[]) => any);
438
438
  renderDirective: string;
439
439
  sortable: boolean;
@@ -143,8 +143,8 @@ declare const _default: import("vue").DefineComponent<{
143
143
  default: number;
144
144
  };
145
145
  }>>, {
146
- active: string | number;
147
146
  closable: boolean;
147
+ active: string | number;
148
148
  sortType: string;
149
149
  tabAdd: Function;
150
150
  tabChange: Function;
@@ -63,9 +63,9 @@ declare const _default: import("vue").DefineComponent<{
63
63
  }>>, {
64
64
  name: string | number;
65
65
  label: string | ((...args: any[]) => any);
66
+ closable: boolean;
66
67
  visible: boolean;
67
68
  disabled: boolean;
68
- closable: boolean;
69
69
  panel: string | ((...args: any[]) => any);
70
70
  renderDirective: string;
71
71
  sortable: boolean;
package/lib/tab/tab.d.ts CHANGED
@@ -58,7 +58,7 @@ declare const _default: import("vue").DefineComponent<{
58
58
  tabRemove(index: number, panel: any): void;
59
59
  tabSort(dragTabIndex: number, dropTabIndex: number, sortType: string): false;
60
60
  tabDrag(dragTabIndex: number, dragEvent: DragEvent): void;
61
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("add" | "drag" | "change" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active" | "sort")[], "add" | "drag" | "change" | "sort" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
61
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "drag" | "add" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active" | "sort")[], "change" | "drag" | "sort" | "add" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
62
62
  active: import("vue-types").VueTypeDef<string | number> & {
63
63
  default: string | number;
64
64
  };
@@ -123,9 +123,9 @@ declare const _default: import("vue").DefineComponent<{
123
123
  onSort?: (...args: any[]) => any;
124
124
  }, {
125
125
  type: string;
126
- active: string | number;
127
126
  closable: boolean;
128
127
  extCls: string;
128
+ active: string | number;
129
129
  showHeader: boolean;
130
130
  sortType: string;
131
131
  addable: boolean;
@@ -5,8 +5,8 @@ declare const BkTable: {
5
5
  $props: Partial<{
6
6
  height: string | number;
7
7
  data: any[];
8
- border: string[];
9
8
  minHeight: string | number;
9
+ border: string[];
10
10
  headHeight: number;
11
11
  pagination: boolean | {
12
12
  [key: string]: any;
@@ -71,7 +71,7 @@ declare const BkTable: {
71
71
  onPageValueChange?: (...args: any[]) => any;
72
72
  onRowClick?: (...args: any[]) => any;
73
73
  onRowDblClick?: (...args: any[]) => any;
74
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "height" | "data" | "border" | "minHeight" | "headHeight" | "pagination" | "columnPick" | "rowHeight" | "showHead" | "virtualEnabled" | "remotePagination">;
74
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "height" | "data" | "minHeight" | "border" | "headHeight" | "pagination" | "columnPick" | "rowHeight" | "showHead" | "virtualEnabled" | "remotePagination">;
75
75
  $attrs: {
76
76
  [x: string]: unknown;
77
77
  };
@@ -143,8 +143,8 @@ declare const BkTable: {
143
143
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("columnPick" | "pageLimitChange" | "pageValueChange" | "rowClick" | "rowDblClick")[], string, {
144
144
  height: string | number;
145
145
  data: any[];
146
- border: string[];
147
146
  minHeight: string | number;
147
+ border: string[];
148
148
  headHeight: number;
149
149
  pagination: boolean | {
150
150
  [key: string]: any;
@@ -291,8 +291,8 @@ declare const BkTable: {
291
291
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("columnPick" | "pageLimitChange" | "pageValueChange" | "rowClick" | "rowDblClick")[], "columnPick" | "pageLimitChange" | "pageValueChange" | "rowClick" | "rowDblClick", {
292
292
  height: string | number;
293
293
  data: any[];
294
- border: string[];
295
294
  minHeight: string | number;
295
+ border: string[];
296
296
  headHeight: number;
297
297
  pagination: boolean | {
298
298
  [key: string]: any;
@@ -105,8 +105,8 @@ declare const _default: import("vue").DefineComponent<{
105
105
  }, {
106
106
  height: string | number;
107
107
  data: any[];
108
- border: string[];
109
108
  minHeight: string | number;
109
+ border: string[];
110
110
  headHeight: number;
111
111
  pagination: boolean | {
112
112
  [key: string]: any;