bkui-vue 0.0.1-beta.18 → 0.0.1-beta.19

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 (54) hide show
  1. package/dist/bkui-vue.cjs.js +452 -405
  2. package/dist/bkui-vue.esm.js +451 -403
  3. package/dist/bkui-vue.umd.js +452 -405
  4. package/lib/badge/badge.d.ts +1 -1
  5. package/lib/badge/index.d.ts +4 -4
  6. package/lib/breadcrumb/breadcrumb-item.d.ts +1 -1
  7. package/lib/breadcrumb/breadcrumb.d.ts +1 -1
  8. package/lib/breadcrumb/index.d.ts +5 -5
  9. package/lib/button/button.d.ts +1 -1
  10. package/lib/button/index.d.ts +4 -4
  11. package/lib/date-picker/date-picker.d.ts +2 -2
  12. package/lib/date-picker/index.d.ts +7 -7
  13. package/lib/date-picker/index.js +1 -1
  14. package/lib/dialog/dialog.d.ts +12 -3
  15. package/lib/dialog/index.d.ts +27 -8
  16. package/lib/dialog/index.js +1 -1
  17. package/lib/directives/index.js +1 -1
  18. package/lib/divider/divider.d.ts +1 -1
  19. package/lib/divider/index.d.ts +4 -4
  20. package/lib/exception/exception.d.ts +1 -1
  21. package/lib/exception/index.d.ts +4 -4
  22. package/lib/form/form-item.d.ts +2 -2
  23. package/lib/form/index.d.ts +2 -2
  24. package/lib/input/index.d.ts +4 -4
  25. package/lib/input/input.d.ts +1 -1
  26. package/lib/modal/index.d.ts +24 -1
  27. package/lib/modal/index.js +1 -1
  28. package/lib/modal/modal.d.ts +9 -0
  29. package/lib/modal/props.mixin.d.ts +4 -0
  30. package/lib/pagination/index.d.ts +4 -4
  31. package/lib/pagination/pagination.d.ts +1 -1
  32. package/lib/popover/index.d.ts +7 -7
  33. package/lib/popover/popover.d.ts +2 -2
  34. package/lib/progress/index.d.ts +10 -10
  35. package/lib/progress/progress.d.ts +3 -3
  36. package/lib/shared/bk-mask-manager.d.ts +32 -3
  37. package/lib/shared/bk-pop-manager.d.ts +8 -1
  38. package/lib/shared/index.js +1 -1
  39. package/lib/shared/vue-types.d.ts +2 -6
  40. package/lib/sideslider/index.d.ts +23 -4
  41. package/lib/sideslider/sideslider.d.ts +10 -1
  42. package/lib/steps/index.d.ts +4 -4
  43. package/lib/steps/steps.d.ts +1 -1
  44. package/lib/tab/index.d.ts +4 -4
  45. package/lib/tab/tab.d.ts +1 -1
  46. package/lib/table/index.d.ts +4 -4
  47. package/lib/table/index.js +1 -1
  48. package/lib/table/table.d.ts +3 -3
  49. package/lib/table/utils.d.ts +6 -0
  50. package/lib/tree/index.d.ts +4 -4
  51. package/lib/tree/tree.d.ts +1 -1
  52. package/lib/virtual-render/index.d.ts +7 -7
  53. package/lib/virtual-render/virtual-render.d.ts +2 -2
  54. package/package.json +46 -46
@@ -81,9 +81,9 @@ declare const _default: import("vue").DefineComponent<{
81
81
  }>>, {
82
82
  theme: string;
83
83
  visible: boolean;
84
+ position: string;
84
85
  dot: boolean;
85
86
  count: number;
86
- position: string;
87
87
  radius: string;
88
88
  valLength: number;
89
89
  overflowCount: number;
@@ -5,9 +5,9 @@ declare const BkBadge: {
5
5
  $props: Partial<{
6
6
  theme: string;
7
7
  visible: boolean;
8
+ position: string;
8
9
  dot: boolean;
9
10
  count: number;
10
- position: string;
11
11
  radius: string;
12
12
  valLength: number;
13
13
  overflowCount: number;
@@ -46,7 +46,7 @@ declare const BkBadge: {
46
46
  } & {
47
47
  default: boolean;
48
48
  };
49
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "visible" | "dot" | "count" | "position" | "radius" | "valLength" | "overflowCount">;
49
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "visible" | "position" | "dot" | "count" | "radius" | "valLength" | "overflowCount">;
50
50
  $attrs: {
51
51
  [x: string]: unknown;
52
52
  };
@@ -100,9 +100,9 @@ declare const BkBadge: {
100
100
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
101
101
  theme: string;
102
102
  visible: boolean;
103
+ position: string;
103
104
  dot: boolean;
104
105
  count: number;
105
- position: string;
106
106
  radius: string;
107
107
  valLength: number;
108
108
  overflowCount: number;
@@ -207,9 +207,9 @@ declare const BkBadge: {
207
207
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
208
208
  theme: string;
209
209
  visible: boolean;
210
+ position: string;
210
211
  dot: boolean;
211
212
  count: number;
212
- position: string;
213
213
  radius: string;
214
214
  valLength: number;
215
215
  overflowCount: number;
@@ -27,10 +27,10 @@ declare const _default: import("vue").DefineComponent<{
27
27
  default: boolean;
28
28
  };
29
29
  }>>, {
30
+ replace: boolean;
30
31
  extCls: string;
31
32
  to: string | {
32
33
  [key: string]: any;
33
34
  };
34
- replace: boolean;
35
35
  }>;
36
36
  export default _default;
@@ -43,9 +43,9 @@ declare const _default: import("vue").DefineComponent<{
43
43
  });
44
44
  };
45
45
  }>>, {
46
+ replace: boolean;
46
47
  extCls: string;
47
48
  separator: string;
48
- replace: boolean;
49
49
  separatorClass: string;
50
50
  backRouter: string | {
51
51
  [key: string]: any;
@@ -4,9 +4,9 @@ declare const BkBreadcrumb: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: Partial<{
7
+ replace: boolean;
7
8
  extCls: string;
8
9
  separator: string;
9
- replace: boolean;
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, "extCls" | "separator" | "replace" | "separatorClass" | "backRouter">;
36
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "replace" | "extCls" | "separator" | "separatorClass" | "backRouter">;
37
37
  $attrs: {
38
38
  [x: string]: unknown;
39
39
  };
@@ -70,9 +70,9 @@ declare const BkBreadcrumb: {
70
70
  });
71
71
  };
72
72
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
73
+ replace: boolean;
73
74
  extCls: string;
74
75
  separator: string;
75
- replace: boolean;
76
76
  separatorClass: string;
77
77
  backRouter: string | {
78
78
  [key: string]: any;
@@ -146,9 +146,9 @@ declare const BkBreadcrumb: {
146
146
  });
147
147
  };
148
148
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
149
+ replace: boolean;
149
150
  extCls: string;
150
151
  separator: string;
151
- replace: boolean;
152
152
  separatorClass: string;
153
153
  backRouter: string | {
154
154
  [key: string]: any;
@@ -183,11 +183,11 @@ declare const BkBreadcrumb: {
183
183
  default: boolean;
184
184
  };
185
185
  }>>, {
186
+ replace: boolean;
186
187
  extCls: string;
187
188
  to: string | {
188
189
  [key: string]: any;
189
190
  };
190
- replace: boolean;
191
191
  }>;
192
192
  }>;
193
193
  export { BkBreadcrumb, BreadcrumbItem as BkBreadcrumbItem, };
@@ -111,9 +111,9 @@ declare const _default: import("vue").DefineComponent<{
111
111
  title: string;
112
112
  text: boolean;
113
113
  theme: string;
114
+ outline: boolean;
114
115
  disabled: boolean;
115
116
  loading: boolean;
116
117
  hoverTheme: string;
117
- outline: boolean;
118
118
  }>;
119
119
  export default _default;
@@ -7,10 +7,10 @@ declare const BkButton: {
7
7
  title: string;
8
8
  text: boolean;
9
9
  theme: string;
10
+ outline: boolean;
10
11
  disabled: boolean;
11
12
  loading: boolean;
12
13
  hoverTheme: string;
13
- outline: boolean;
14
14
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
15
15
  theme: import("vue-types").VueTypeDef<string> & {
16
16
  default: string;
@@ -39,7 +39,7 @@ declare const BkButton: {
39
39
  };
40
40
  }>> & {
41
41
  onClick?: (...args: any[]) => any;
42
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "text" | "theme" | "disabled" | "loading" | "hoverTheme" | "outline">;
42
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "text" | "theme" | "outline" | "disabled" | "loading" | "hoverTheme">;
43
43
  $attrs: {
44
44
  [x: string]: unknown;
45
45
  };
@@ -85,10 +85,10 @@ declare const BkButton: {
85
85
  title: string;
86
86
  text: boolean;
87
87
  theme: string;
88
+ outline: boolean;
88
89
  disabled: boolean;
89
90
  loading: boolean;
90
91
  hoverTheme: string;
91
- outline: boolean;
92
92
  }> & {
93
93
  beforeCreate?: (() => void) | (() => void)[];
94
94
  created?: (() => void) | (() => void)[];
@@ -173,10 +173,10 @@ declare const BkButton: {
173
173
  title: string;
174
174
  text: boolean;
175
175
  theme: string;
176
+ outline: boolean;
176
177
  disabled: boolean;
177
178
  loading: boolean;
178
179
  hoverTheme: string;
179
- outline: boolean;
180
180
  }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
181
181
  ButtonGroup: import("vue").DefineComponent<{
182
182
  size: import("vue-types").VueTypeDef<string>;
@@ -378,11 +378,12 @@ declare const _default: import("vue").DefineComponent<{
378
378
  }, {
379
379
  placement: import("@popperjs/core").ComputedPlacement;
380
380
  options: Record<string, any>;
381
+ type: PickerTypeType;
381
382
  placeholder: string;
383
+ fontSize: "large" | "normal" | "medium";
382
384
  open: boolean;
383
385
  multiple: boolean;
384
386
  disabled: boolean;
385
- type: PickerTypeType;
386
387
  extPopoverCls: string;
387
388
  readonly: boolean;
388
389
  editable: boolean;
@@ -393,7 +394,6 @@ declare const _default: import("vue").DefineComponent<{
393
394
  appendToBody: boolean;
394
395
  shortcuts: DatePickerShortcutsType;
395
396
  shortcutClose: boolean;
396
- fontSize: "large" | "normal" | "medium";
397
397
  upToNow: boolean;
398
398
  useShortcutText: boolean;
399
399
  shortcutSelectedIndex: number;
@@ -5,11 +5,12 @@ declare const BkDatePicker: {
5
5
  $props: Partial<{
6
6
  placement: import("@popperjs/core").ComputedPlacement;
7
7
  options: Record<string, any>;
8
+ type: import("./interface").PickerTypeType;
8
9
  placeholder: string;
10
+ fontSize: "large" | "normal" | "medium";
9
11
  open: boolean;
10
12
  multiple: boolean;
11
13
  disabled: boolean;
12
- type: import("./interface").PickerTypeType;
13
14
  extPopoverCls: string;
14
15
  readonly: boolean;
15
16
  editable: boolean;
@@ -20,7 +21,6 @@ declare const BkDatePicker: {
20
21
  appendToBody: boolean;
21
22
  shortcuts: import("./interface").DatePickerShortcutsType;
22
23
  shortcutClose: boolean;
23
- fontSize: "large" | "normal" | "medium";
24
24
  upToNow: boolean;
25
25
  useShortcutText: boolean;
26
26
  shortcutSelectedIndex: number;
@@ -141,7 +141,7 @@ declare const BkDatePicker: {
141
141
  onClear?: (...args: any[]) => any;
142
142
  "onOpen-change"?: (...args: any[]) => any;
143
143
  "onShortcut-change"?: (...args: any[]) => any;
144
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "options" | "placeholder" | "open" | "multiple" | "disabled" | "type" | "extPopoverCls" | "readonly" | "editable" | "clearable" | "timePickerOptions" | "splitPanels" | "transfer" | "appendToBody" | "shortcuts" | "shortcutClose" | "fontSize" | "upToNow" | "useShortcutText" | "shortcutSelectedIndex" | "footerSlotCls" | "allowCrossDay" | "behavior">;
144
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "options" | "type" | "placeholder" | "fontSize" | "open" | "multiple" | "disabled" | "extPopoverCls" | "readonly" | "editable" | "clearable" | "timePickerOptions" | "splitPanels" | "transfer" | "appendToBody" | "shortcuts" | "shortcutClose" | "upToNow" | "useShortcutText" | "shortcutSelectedIndex" | "footerSlotCls" | "allowCrossDay" | "behavior">;
145
145
  $attrs: {
146
146
  [x: string]: unknown;
147
147
  };
@@ -318,11 +318,12 @@ declare const BkDatePicker: {
318
318
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], string, {
319
319
  placement: import("@popperjs/core").ComputedPlacement;
320
320
  options: Record<string, any>;
321
+ type: import("./interface").PickerTypeType;
321
322
  placeholder: string;
323
+ fontSize: "large" | "normal" | "medium";
322
324
  open: boolean;
323
325
  multiple: boolean;
324
326
  disabled: boolean;
325
- type: import("./interface").PickerTypeType;
326
327
  extPopoverCls: string;
327
328
  readonly: boolean;
328
329
  editable: boolean;
@@ -333,7 +334,6 @@ declare const BkDatePicker: {
333
334
  appendToBody: boolean;
334
335
  shortcuts: import("./interface").DatePickerShortcutsType;
335
336
  shortcutClose: boolean;
336
- fontSize: "large" | "normal" | "medium";
337
337
  upToNow: boolean;
338
338
  useShortcutText: boolean;
339
339
  shortcutSelectedIndex: number;
@@ -687,11 +687,12 @@ declare const BkDatePicker: {
687
687
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], "input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", {
688
688
  placement: import("@popperjs/core").ComputedPlacement;
689
689
  options: Record<string, any>;
690
+ type: import("./interface").PickerTypeType;
690
691
  placeholder: string;
692
+ fontSize: "large" | "normal" | "medium";
691
693
  open: boolean;
692
694
  multiple: boolean;
693
695
  disabled: boolean;
694
- type: import("./interface").PickerTypeType;
695
696
  extPopoverCls: string;
696
697
  readonly: boolean;
697
698
  editable: boolean;
@@ -702,7 +703,6 @@ declare const BkDatePicker: {
702
703
  appendToBody: boolean;
703
704
  shortcuts: import("./interface").DatePickerShortcutsType;
704
705
  shortcutClose: boolean;
705
- fontSize: "large" | "normal" | "medium";
706
706
  upToNow: boolean;
707
707
  useShortcutText: boolean;
708
708
  shortcutSelectedIndex: number;