bkui-vue 2.0.1-beta.111 → 2.0.1-beta.113

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.
@@ -1,3 +1,4 @@
1
+ import { type ButtonPropTypes } from './button';
1
2
  import ButtonGroup from './button-group';
2
3
  declare const BkButton: {
3
4
  new (...args: any[]): {
@@ -259,4 +260,4 @@ declare const BkButton: {
259
260
  }>>, {}, {}>;
260
261
  }>;
261
262
  export default BkButton;
262
- export { ButtonGroup as BkButtonGroup, BkButton };
263
+ export { ButtonGroup as BkButtonGroup, BkButton, ButtonPropTypes };
@@ -356,15 +356,15 @@ declare const _default: import("vue").DefineComponent<{
356
356
  checkAnyLevel: boolean;
357
357
  filterable: boolean;
358
358
  collapseTags: boolean;
359
+ scrollWidth: string | number;
360
+ remoteMethod: (...args: any[]) => any;
359
361
  idKey: string;
360
362
  nameKey: string;
361
363
  childrenKey: string;
362
364
  isRemote: boolean;
363
- remoteMethod: (...args: any[]) => any;
364
365
  showCompleteName: boolean;
365
366
  limitOneLine: boolean;
366
367
  filterMethod: (...args: any[]) => any;
367
- scrollWidth: string | number;
368
368
  customTextFillback: (...args: any[]) => any;
369
369
  customTagsFillback: (...args: any[]) => any;
370
370
  floatMode: boolean;
@@ -17,15 +17,15 @@ declare const BkCascader: {
17
17
  checkAnyLevel?: boolean;
18
18
  filterable?: boolean;
19
19
  collapseTags?: boolean;
20
+ scrollWidth?: string | number;
21
+ remoteMethod?: (...args: any[]) => any;
20
22
  idKey?: string;
21
23
  nameKey?: string;
22
24
  childrenKey?: string;
23
25
  isRemote?: boolean;
24
- remoteMethod?: (...args: any[]) => any;
25
26
  showCompleteName?: boolean;
26
27
  limitOneLine?: boolean;
27
28
  filterMethod?: (...args: any[]) => any;
28
- scrollWidth?: string | number;
29
29
  customTextFillback?: (...args: any[]) => any;
30
30
  customTagsFillback?: (...args: any[]) => any;
31
31
  floatMode?: boolean;
@@ -333,15 +333,15 @@ declare const BkCascader: {
333
333
  checkAnyLevel: boolean;
334
334
  filterable: boolean;
335
335
  collapseTags: boolean;
336
+ scrollWidth: string | number;
337
+ remoteMethod: (...args: any[]) => any;
336
338
  idKey: string;
337
339
  nameKey: string;
338
340
  childrenKey: string;
339
341
  isRemote: boolean;
340
- remoteMethod: (...args: any[]) => any;
341
342
  showCompleteName: boolean;
342
343
  limitOneLine: boolean;
343
344
  filterMethod: (...args: any[]) => any;
344
- scrollWidth: string | number;
345
345
  customTextFillback: (...args: any[]) => any;
346
346
  customTagsFillback: (...args: any[]) => any;
347
347
  floatMode: boolean;
@@ -835,15 +835,15 @@ declare const BkCascader: {
835
835
  checkAnyLevel: boolean;
836
836
  filterable: boolean;
837
837
  collapseTags: boolean;
838
+ scrollWidth: string | number;
839
+ remoteMethod: (...args: any[]) => any;
838
840
  idKey: string;
839
841
  nameKey: string;
840
842
  childrenKey: string;
841
843
  isRemote: boolean;
842
- remoteMethod: (...args: any[]) => any;
843
844
  showCompleteName: boolean;
844
845
  limitOneLine: boolean;
845
846
  filterMethod: (...args: any[]) => any;
846
- scrollWidth: string | number;
847
847
  customTextFillback: (...args: any[]) => any;
848
848
  customTagsFillback: (...args: any[]) => any;
849
849
  floatMode: boolean;