bkui-vue 2.1.0-dev-beta.13 → 2.1.0-dev-beta.15

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 (37) hide show
  1. package/dist/index.cjs.js +52 -52
  2. package/dist/index.esm.js +11315 -11237
  3. package/dist/index.umd.js +52 -52
  4. package/lib/cascader/cascader.d.ts +12 -2
  5. package/lib/cascader/index.d.ts +21 -6
  6. package/lib/config-provider/config-provider.d.ts +13 -0
  7. package/lib/config-provider/index.d.ts +15 -0
  8. package/lib/config-provider/index.js +6 -1
  9. package/lib/config-provider/token.d.ts +1 -0
  10. package/lib/index.js +1 -1
  11. package/lib/message/messageConstructor.d.ts +1 -1
  12. package/lib/notify/notifyConstructor.d.ts +1 -1
  13. package/lib/overflow-title/components/overflow-title.d.ts +10 -0
  14. package/lib/overflow-title/index.d.ts +15 -0
  15. package/lib/overflow-title/props.d.ts +5 -0
  16. package/lib/pop-confirm/index.d.ts +15 -0
  17. package/lib/pop-confirm/pop-confirm.d.ts +10 -0
  18. package/lib/pop-confirm/props.d.ts +5 -0
  19. package/lib/popover/index.d.ts +18 -0
  20. package/lib/popover/index.js +214 -77
  21. package/lib/popover/popover.d.ts +11 -0
  22. package/lib/popover/props.d.ts +8 -0
  23. package/lib/preset.d.ts +8 -0
  24. package/lib/select/index.d.ts +39 -9
  25. package/lib/select/select.d.ts +18 -3
  26. package/lib/select/selectTagInput.d.ts +1 -1
  27. package/lib/table/components/table-column.d.ts +2 -2
  28. package/lib/table/index.d.ts +2 -2
  29. package/lib/table-column/index.d.ts +3 -3
  30. package/lib/tag-input/index.d.ts +35 -2
  31. package/lib/tag-input/tag-input.d.ts +17 -1
  32. package/lib/tag-input/tag-props.d.ts +5 -0
  33. package/lib/tree/index.d.ts +3 -3
  34. package/lib/tree/tree.d.ts +1 -1
  35. package/lib/virtual-render/index.d.ts +24 -24
  36. package/lib/virtual-render/virtual-render.d.ts +11 -11
  37. package/package.json +1 -1
@@ -3,12 +3,12 @@ declare const BkVirtualRender: {
3
3
  readonly width: string | number;
4
4
  readonly height: string | number;
5
5
  readonly enabled: boolean;
6
- readonly minHeight: number;
7
- readonly list: unknown[];
8
- readonly scrollEvent: boolean;
9
6
  readonly className: string | {
10
7
  [key: string]: any;
11
8
  };
9
+ readonly minHeight: number;
10
+ readonly list: unknown[];
11
+ readonly scrollEvent: boolean;
12
12
  readonly contentClassName: string | {
13
13
  [key: string]: any;
14
14
  };
@@ -40,16 +40,16 @@ declare const BkVirtualRender: {
40
40
  width: string | number;
41
41
  height: string | number;
42
42
  enabled: boolean;
43
- lineHeight: any;
44
- minHeight: number;
45
- list: unknown[];
46
- wrapperStyle: any;
47
- scrollEvent: boolean;
48
43
  className: string | string[] | {
49
44
  [key: string]: any;
50
45
  } | {
51
46
  [key: string]: any;
52
47
  }[];
48
+ lineHeight: any;
49
+ minHeight: number;
50
+ list: unknown[];
51
+ wrapperStyle: any;
52
+ scrollEvent: boolean;
53
53
  contentClassName: string | string[] | {
54
54
  [key: string]: any;
55
55
  } | {
@@ -93,12 +93,12 @@ declare const BkVirtualRender: {
93
93
  readonly width: string | number;
94
94
  readonly height: string | number;
95
95
  readonly enabled: boolean;
96
- readonly minHeight: number;
97
- readonly list: unknown[];
98
- readonly scrollEvent: boolean;
99
96
  readonly className: string | {
100
97
  [key: string]: any;
101
98
  };
99
+ readonly minHeight: number;
100
+ readonly list: unknown[];
101
+ readonly scrollEvent: boolean;
102
102
  readonly contentClassName: string | {
103
103
  [key: string]: any;
104
104
  };
@@ -130,16 +130,16 @@ declare const BkVirtualRender: {
130
130
  width: string | number;
131
131
  height: string | number;
132
132
  enabled: boolean;
133
- lineHeight: any;
134
- minHeight: number;
135
- list: unknown[];
136
- wrapperStyle: any;
137
- scrollEvent: boolean;
138
133
  className: string | string[] | {
139
134
  [key: string]: any;
140
135
  } | {
141
136
  [key: string]: any;
142
137
  }[];
138
+ lineHeight: any;
139
+ minHeight: number;
140
+ list: unknown[];
141
+ wrapperStyle: any;
142
+ scrollEvent: boolean;
143
143
  contentClassName: string | string[] | {
144
144
  [key: string]: any;
145
145
  } | {
@@ -169,12 +169,12 @@ declare const BkVirtualRender: {
169
169
  readonly width: string | number;
170
170
  readonly height: string | number;
171
171
  readonly enabled: boolean;
172
- readonly minHeight: number;
173
- readonly list: unknown[];
174
- readonly scrollEvent: boolean;
175
172
  readonly className: string | {
176
173
  [key: string]: any;
177
174
  };
175
+ readonly minHeight: number;
176
+ readonly list: unknown[];
177
+ readonly scrollEvent: boolean;
178
178
  readonly contentClassName: string | {
179
179
  [key: string]: any;
180
180
  };
@@ -206,16 +206,16 @@ declare const BkVirtualRender: {
206
206
  width: string | number;
207
207
  height: string | number;
208
208
  enabled: boolean;
209
- lineHeight: any;
210
- minHeight: number;
211
- list: unknown[];
212
- wrapperStyle: any;
213
- scrollEvent: boolean;
214
209
  className: string | string[] | {
215
210
  [key: string]: any;
216
211
  } | {
217
212
  [key: string]: any;
218
213
  }[];
214
+ lineHeight: any;
215
+ minHeight: number;
216
+ list: unknown[];
217
+ wrapperStyle: any;
218
+ scrollEvent: boolean;
219
219
  contentClassName: string | string[] | {
220
220
  [key: string]: any;
221
221
  } | {
@@ -8,12 +8,12 @@ declare const _default: import("vue").DefineComponent<{
8
8
  readonly width: string | number;
9
9
  readonly height: string | number;
10
10
  readonly enabled: boolean;
11
- readonly minHeight: number;
12
- readonly list: unknown[];
13
- readonly scrollEvent: boolean;
14
11
  readonly className: string | {
15
12
  [key: string]: any;
16
13
  };
14
+ readonly minHeight: number;
15
+ readonly list: unknown[];
16
+ readonly scrollEvent: boolean;
17
17
  readonly contentClassName: string | {
18
18
  [key: string]: any;
19
19
  };
@@ -43,12 +43,12 @@ declare const _default: import("vue").DefineComponent<{
43
43
  readonly width: string | number;
44
44
  readonly height: string | number;
45
45
  readonly enabled: boolean;
46
- readonly minHeight: number;
47
- readonly list: unknown[];
48
- readonly scrollEvent: boolean;
49
46
  readonly className: string | {
50
47
  [key: string]: any;
51
48
  };
49
+ readonly minHeight: number;
50
+ readonly list: unknown[];
51
+ readonly scrollEvent: boolean;
52
52
  readonly contentClassName: string | {
53
53
  [key: string]: any;
54
54
  };
@@ -78,16 +78,16 @@ declare const _default: import("vue").DefineComponent<{
78
78
  width: string | number;
79
79
  height: string | number;
80
80
  enabled: boolean;
81
- lineHeight: any;
82
- minHeight: number;
83
- list: unknown[];
84
- wrapperStyle: any;
85
- scrollEvent: boolean;
86
81
  className: string | string[] | {
87
82
  [key: string]: any;
88
83
  } | {
89
84
  [key: string]: any;
90
85
  }[];
86
+ lineHeight: any;
87
+ minHeight: number;
88
+ list: unknown[];
89
+ wrapperStyle: any;
90
+ scrollEvent: boolean;
91
91
  contentClassName: string | string[] | {
92
92
  [key: string]: any;
93
93
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "2.1.0-dev-beta.13",
3
+ "version": "2.1.0-dev-beta.15",
4
4
  "workspaces": [
5
5
  "packages/**",
6
6
  "scripts/cli",