bkui-vue 2.0.1-beta.6 → 2.0.1-beta.60.fix.1

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 (215) hide show
  1. package/dist/index.cjs.js +166 -166
  2. package/dist/index.esm.js +32099 -32092
  3. package/dist/index.umd.js +166 -166
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/index.js +7 -7
  7. package/lib/alert/alert.d.ts +5 -5
  8. package/lib/alert/index.d.ts +11 -11
  9. package/lib/backtop/backtop.d.ts +1 -1
  10. package/lib/backtop/index.d.ts +3 -3
  11. package/lib/backtop/index.js +6 -6
  12. package/lib/badge/index.js +1 -1
  13. package/lib/button/button.d.ts +7 -7
  14. package/lib/button/index.d.ts +8 -8
  15. package/lib/button/index.js +6 -7
  16. package/lib/cascader/cascader-panel.d.ts +1 -1
  17. package/lib/cascader/cascader.d.ts +1 -1
  18. package/lib/cascader/cascader.less +1 -1
  19. package/lib/cascader/index.js +32 -32
  20. package/lib/cascader/interface.d.ts +1 -1
  21. package/lib/checkbox/checkbox.d.ts +7 -7
  22. package/lib/checkbox/index.d.ts +11 -11
  23. package/lib/checkbox/index.js +12 -4
  24. package/lib/checkbox/type.d.ts +1 -1
  25. package/lib/code-diff/index.js +8 -8
  26. package/lib/collapse/index.js +2 -2
  27. package/lib/collapse/utils.d.ts +2 -2
  28. package/lib/color-picker/index.js +44 -44
  29. package/lib/components.d.ts +32 -32
  30. package/lib/components.js +31 -31
  31. package/lib/config-provider/index.d.ts +1 -1
  32. package/lib/container/index.js +6 -7
  33. package/lib/date-picker/base/date-table.d.ts +1 -1
  34. package/lib/date-picker/base/month-table.d.ts +1 -1
  35. package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
  36. package/lib/date-picker/base/year-table.d.ts +1 -1
  37. package/lib/date-picker/date-picker.d.ts +0 -1
  38. package/lib/date-picker/index.d.ts +0 -3
  39. package/lib/date-picker/index.js +246 -220
  40. package/lib/date-picker/interface.d.ts +9 -9
  41. package/lib/date-picker/panel/date-range.d.ts +5 -5
  42. package/lib/date-picker/panel/date.d.ts +1 -1
  43. package/lib/date-picker/panel/time-range.d.ts +1 -1
  44. package/lib/date-picker/panel/time.d.ts +1 -1
  45. package/lib/date-picker/props.d.ts +1 -1
  46. package/lib/date-picker/utils.d.ts +1 -1
  47. package/lib/dialog/dialog.d.ts +25 -20
  48. package/lib/dialog/index.d.ts +55 -44
  49. package/lib/dialog/index.js +22 -22
  50. package/lib/dialog/props.d.ts +10 -8
  51. package/lib/directives/index.d.ts +3 -3
  52. package/lib/directives/index.js +166 -166
  53. package/lib/directives/tooltips.d.ts +1 -1
  54. package/lib/dist.index.js +2 -4
  55. package/lib/divider/divider.d.ts +5 -5
  56. package/lib/divider/index.d.ts +11 -11
  57. package/lib/divider/index.js +2 -2
  58. package/lib/divider/props.d.ts +2 -2
  59. package/lib/dropdown/dropdown.d.ts +5 -5
  60. package/lib/dropdown/index.d.ts +11 -11
  61. package/lib/dropdown/index.js +7 -7
  62. package/lib/exception/exception.d.ts +9 -9
  63. package/lib/exception/index.d.ts +11 -11
  64. package/lib/exception/index.js +10 -10
  65. package/lib/exception/typings/index.d.ts +1 -1
  66. package/lib/fixed-navbar/index.js +2 -2
  67. package/lib/form/form.d.ts +2 -2
  68. package/lib/form/index.js +14 -15
  69. package/lib/form/type.d.ts +2 -2
  70. package/lib/icon/index.d.ts +11 -11
  71. package/lib/icon/index.js +11 -11
  72. package/lib/image/image-viewer.d.ts +1 -1
  73. package/lib/image/index.js +20 -21
  74. package/lib/index.d.ts +9 -3
  75. package/lib/index.js +5 -29
  76. package/lib/info-box/index.js +13 -13
  77. package/lib/info-box/info-box.d.ts +15 -15
  78. package/lib/input/index.d.ts +15 -15
  79. package/lib/input/index.js +16 -17
  80. package/lib/input/input.d.ts +15 -15
  81. package/lib/link/index.d.ts +11 -11
  82. package/lib/link/index.js +3 -3
  83. package/lib/link/link.d.ts +5 -5
  84. package/lib/loading/index.d.ts +4 -4
  85. package/lib/loading/index.js +6 -6
  86. package/lib/loading/loading.d.ts +6 -6
  87. package/lib/locale/index.d.ts +1 -1
  88. package/lib/menu/index.js +0 -1
  89. package/lib/menu/utils.d.ts +3 -3
  90. package/lib/message/index.js +18 -18
  91. package/lib/message/messageConstructor.d.ts +11 -11
  92. package/lib/modal/index.d.ts +21 -8
  93. package/lib/modal/index.js +14 -8
  94. package/lib/modal/modal.d.ts +8 -3
  95. package/lib/modal/props.mixin.d.ts +3 -1
  96. package/lib/navigation/index.js +20 -20
  97. package/lib/navigation/navigation.d.ts +1 -1
  98. package/lib/notify/index.js +4 -4
  99. package/lib/overflow-title/components/overflow-title.d.ts +9 -9
  100. package/lib/overflow-title/index.d.ts +19 -19
  101. package/lib/overflow-title/index.js +61 -11
  102. package/lib/overflow-title/props.d.ts +18 -18
  103. package/lib/pagination/index.js +16 -16
  104. package/lib/pagination/type.d.ts +1 -1
  105. package/lib/pagination/use-limit.d.ts +1 -1
  106. package/lib/pagination/use-total.d.ts +1 -1
  107. package/lib/plugin-popover/index.js +18 -20
  108. package/lib/pop-confirm/index.d.ts +11 -11
  109. package/lib/pop-confirm/index.js +11 -10
  110. package/lib/pop-confirm/pop-confirm.d.ts +5 -5
  111. package/lib/pop-confirm/props.d.ts +4 -4
  112. package/lib/popover/const.d.ts +3 -3
  113. package/lib/popover/index.d.ts +19 -19
  114. package/lib/popover/index.js +18 -20
  115. package/lib/popover/plugin-popover.d.ts +1 -1
  116. package/lib/popover/popover.d.ts +7 -7
  117. package/lib/popover/props.d.ts +4 -4
  118. package/lib/preset.d.ts +0 -1
  119. package/lib/preset.js +0 -1
  120. package/lib/process/index.js +3 -3
  121. package/lib/progress/index.d.ts +11 -11
  122. package/lib/progress/index.js +10 -11
  123. package/lib/progress/progress.d.ts +7 -7
  124. package/lib/radio/index.d.ts +21 -21
  125. package/lib/radio/index.js +28 -17
  126. package/lib/radio/radio-button.d.ts +7 -7
  127. package/lib/radio/radio-group.d.ts +7 -7
  128. package/lib/radio/radio.d.ts +7 -7
  129. package/lib/radio/type.d.ts +1 -1
  130. package/lib/rate/index.js +8 -8
  131. package/lib/rate/rate.css +27 -0
  132. package/lib/rate/rate.less +33 -0
  133. package/lib/rate/rate.variable.css +27 -0
  134. package/lib/resize-layout/index.d.ts +34 -11
  135. package/lib/resize-layout/index.js +29 -14
  136. package/lib/resize-layout/resize-layout.d.ts +16 -5
  137. package/lib/scrollbar/index.js +0 -1
  138. package/lib/scrollbar/scrollbar-core/index.d.ts +9 -9
  139. package/lib/search-select/index.js +66 -66
  140. package/lib/search-select/menu.d.ts +1 -1
  141. package/lib/search-select/selected.d.ts +1 -1
  142. package/lib/search-select/utils.d.ts +3 -3
  143. package/lib/select/common.d.ts +4 -4
  144. package/lib/select/index.d.ts +88 -70
  145. package/lib/select/index.js +134 -125
  146. package/lib/select/option.d.ts +1 -1
  147. package/lib/select/select.d.ts +35 -27
  148. package/lib/select/selectTagInput.d.ts +6 -6
  149. package/lib/select/type.d.ts +2 -2
  150. package/lib/shared/index.d.ts +1 -1
  151. package/lib/shared/index.js +38 -46
  152. package/lib/shared/popover.d.ts +3 -3
  153. package/lib/shared/token.d.ts +1 -1
  154. package/lib/shared/vue-types.d.ts +46 -46
  155. package/lib/shared/z-index-manager.d.ts +6 -6
  156. package/lib/sideslider/index.d.ts +18 -7
  157. package/lib/sideslider/index.js +11 -11
  158. package/lib/sideslider/sideslider.d.ts +8 -3
  159. package/lib/slider/index.js +21 -23
  160. package/lib/steps/index.d.ts +11 -11
  161. package/lib/steps/index.js +3 -3
  162. package/lib/steps/steps.d.ts +7 -7
  163. package/lib/styles/index.d.ts +0 -1
  164. package/lib/swiper/index.js +5 -5
  165. package/lib/switcher/index.js +2 -2
  166. package/lib/switcher/switcher.d.ts +2 -2
  167. package/lib/tab/index.d.ts +22 -22
  168. package/lib/tab/index.js +15 -15
  169. package/lib/tab/props.d.ts +15 -15
  170. package/lib/tab/tab-nav.d.ts +10 -10
  171. package/lib/tab/tab.d.ts +10 -10
  172. package/lib/table/components/table-column.d.ts +27 -87
  173. package/lib/table/const.d.ts +8 -8
  174. package/lib/table/events.d.ts +21 -21
  175. package/lib/table/index.d.ts +194 -244
  176. package/lib/table/index.js +126 -130
  177. package/lib/table/props.d.ts +33 -33
  178. package/lib/table/table.css +3 -4
  179. package/lib/table/table.d.ts +47 -47
  180. package/lib/table/table.less +4 -12
  181. package/lib/table/table.variable.css +3 -4
  182. package/lib/table/use-attributes.d.ts +3 -3
  183. package/lib/table/use-column.d.ts +9 -129
  184. package/lib/table/use-common.d.ts +4 -4
  185. package/lib/table/utils.d.ts +5 -5
  186. package/lib/table-column/index.d.ts +42 -172
  187. package/lib/table-column/index.js +18 -18
  188. package/lib/tag/index.d.ts +11 -11
  189. package/lib/tag/index.js +2 -2
  190. package/lib/tag/tag.d.ts +5 -5
  191. package/lib/tag-input/common.d.ts +1 -1
  192. package/lib/tag-input/index.d.ts +8 -8
  193. package/lib/tag-input/index.js +30 -30
  194. package/lib/tag-input/tag-input.d.ts +4 -4
  195. package/lib/tag-input/tag-props.d.ts +2 -2
  196. package/lib/timeline/index.js +2 -2
  197. package/lib/transfer/const.d.ts +2 -2
  198. package/lib/transfer/index.js +3 -5
  199. package/lib/tree/constant.d.ts +20 -20
  200. package/lib/tree/index.d.ts +20 -20
  201. package/lib/tree/index.js +48 -40
  202. package/lib/tree/props.d.ts +6 -6
  203. package/lib/tree/tree.d.ts +8 -14
  204. package/lib/tree/use-empty.d.ts +1 -1
  205. package/lib/tree/use-node-action.d.ts +2 -2
  206. package/lib/tree/use-search.d.ts +1 -1
  207. package/lib/upload/index.js +25 -26
  208. package/lib/upload/props.d.ts +1 -1
  209. package/lib/upload/upload.type.d.ts +6 -6
  210. package/lib/upload/use-file-handler.d.ts +1 -1
  211. package/lib/virtual-render/index.js +2 -3
  212. package/package.json +17 -55
  213. package/lib/rate/star.css +0 -27
  214. package/lib/rate/star.less +0 -34
  215. package/lib/rate/star.variable.css +0 -156
@@ -38,6 +38,9 @@ declare const _default: import("vue").DefineComponent<{
38
38
  } & {
39
39
  default: number;
40
40
  };
41
+ minHeight: import("vue-types").VueTypeValidableDef<number> & {
42
+ default: number;
43
+ };
41
44
  showAll: import("vue-types").VueTypeValidableDef<boolean> & {
42
45
  default: boolean;
43
46
  } & {
@@ -62,8 +65,8 @@ declare const _default: import("vue").DefineComponent<{
62
65
  multipleMode: import("vue-types").VueTypeDef<string> & {
63
66
  default: string;
64
67
  };
65
- tagTheme: import("vue-types").VueTypeDef<"" | "info" | "success" | "warning" | "danger"> & {
66
- default: "" | "info" | "success" | "warning" | "danger";
68
+ tagTheme: import("vue-types").VueTypeDef<"" | "info" | "success" | "danger" | "warning"> & {
69
+ default: "" | "info" | "success" | "danger" | "warning";
67
70
  };
68
71
  behavior: import("vue-types").VueTypeDef<"normal" | "simplicity"> & {
69
72
  default: "normal" | "simplicity";
@@ -143,8 +146,8 @@ declare const _default: import("vue").DefineComponent<{
143
146
  } & {
144
147
  default: boolean;
145
148
  };
146
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
147
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
149
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
150
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
148
151
  };
149
152
  theme: import("vue-types").VueTypeValidableDef<string> & {
150
153
  default: string;
@@ -341,8 +344,8 @@ declare const _default: import("vue").DefineComponent<{
341
344
  type: import("vue-types/dist/types").PropType<ISelected[]>;
342
345
  default: () => any[];
343
346
  };
344
- tagTheme: import("vue-types").VueTypeDef<"" | "info" | "success" | "warning" | "danger"> & {
345
- default: "" | "info" | "success" | "warning" | "danger";
347
+ tagTheme: import("vue-types").VueTypeDef<"" | "info" | "success" | "danger" | "warning"> & {
348
+ default: "" | "info" | "success" | "danger" | "warning";
346
349
  };
347
350
  placeholder: import("vue-types").VueTypeValidableDef<string> & {
348
351
  default: string;
@@ -375,8 +378,8 @@ declare const _default: import("vue").DefineComponent<{
375
378
  };
376
379
  }>> & {
377
380
  onKeydown?: (...args: any[]) => any;
378
- "onUpdate:modelValue"?: (...args: any[]) => any;
379
381
  onEnter?: (...args: any[]) => any;
382
+ "onUpdate:modelValue"?: (...args: any[]) => any;
380
383
  onRemove?: (...args: any[]) => any;
381
384
  }, {
382
385
  collapseTagRef: import("vue").Ref<any>;
@@ -398,8 +401,8 @@ declare const _default: import("vue").DefineComponent<{
398
401
  type: import("vue-types/dist/types").PropType<ISelected[]>;
399
402
  default: () => any[];
400
403
  };
401
- tagTheme: import("vue-types").VueTypeDef<"" | "info" | "success" | "warning" | "danger"> & {
402
- default: "" | "info" | "success" | "warning" | "danger";
404
+ tagTheme: import("vue-types").VueTypeDef<"" | "info" | "success" | "danger" | "warning"> & {
405
+ default: "" | "info" | "success" | "danger" | "warning";
403
406
  };
404
407
  placeholder: import("vue-types").VueTypeValidableDef<string> & {
405
408
  default: string;
@@ -432,13 +435,13 @@ declare const _default: import("vue").DefineComponent<{
432
435
  };
433
436
  }>> & {
434
437
  onKeydown?: (...args: any[]) => any;
435
- "onUpdate:modelValue"?: (...args: any[]) => any;
436
438
  onEnter?: (...args: any[]) => any;
439
+ "onUpdate:modelValue"?: (...args: any[]) => any;
437
440
  onRemove?: (...args: any[]) => any;
438
441
  }, {
439
442
  disabled: boolean;
440
443
  placeholder: string;
441
- tagTheme: "" | "info" | "success" | "warning" | "danger";
444
+ tagTheme: "" | "info" | "success" | "danger" | "warning";
442
445
  behavior: "normal" | "simplicity";
443
446
  selected: ISelected[];
444
447
  filterable: boolean;
@@ -456,8 +459,8 @@ declare const _default: import("vue").DefineComponent<{
456
459
  type: import("vue-types/dist/types").PropType<ISelected[]>;
457
460
  default: () => any[];
458
461
  };
459
- tagTheme: import("vue-types").VueTypeDef<"" | "info" | "success" | "warning" | "danger"> & {
460
- default: "" | "info" | "success" | "warning" | "danger";
462
+ tagTheme: import("vue-types").VueTypeDef<"" | "info" | "success" | "danger" | "warning"> & {
463
+ default: "" | "info" | "success" | "danger" | "warning";
461
464
  };
462
465
  placeholder: import("vue-types").VueTypeValidableDef<string> & {
463
466
  default: string;
@@ -490,8 +493,8 @@ declare const _default: import("vue").DefineComponent<{
490
493
  };
491
494
  }>> & {
492
495
  onKeydown?: (...args: any[]) => any;
493
- "onUpdate:modelValue"?: (...args: any[]) => any;
494
496
  onEnter?: (...args: any[]) => any;
497
+ "onUpdate:modelValue"?: (...args: any[]) => any;
495
498
  onRemove?: (...args: any[]) => any;
496
499
  }, {
497
500
  collapseTagRef: import("vue").Ref<any>;
@@ -511,14 +514,13 @@ declare const _default: import("vue").DefineComponent<{
511
514
  }, {}, {}, {}, {
512
515
  disabled: boolean;
513
516
  placeholder: string;
514
- tagTheme: "" | "info" | "success" | "warning" | "danger";
517
+ tagTheme: "" | "info" | "success" | "danger" | "warning";
515
518
  behavior: "normal" | "simplicity";
516
519
  selected: ISelected[];
517
520
  filterable: boolean;
518
521
  allowCreate: boolean;
519
522
  collapseTags: boolean;
520
523
  }>>;
521
- virtualRenderRef: import("vue").Ref<any>;
522
524
  popoverRef: import("vue").Ref<any>;
523
525
  searchLoading: import("vue").Ref<boolean>;
524
526
  isOptionsEmpty: import("vue").ComputedRef<boolean>;
@@ -533,7 +535,7 @@ declare const _default: import("vue").DefineComponent<{
533
535
  isShowAll: import("vue").ComputedRef<boolean>;
534
536
  isShowSelectAll: import("vue").ComputedRef<boolean>;
535
537
  virtualHeight: import("vue").ComputedRef<number>;
536
- virtualList: import("vue").ComputedRef<any[]>;
538
+ filterList: import("vue").ComputedRef<any[]>;
537
539
  isCollapseTags: import("vue").ComputedRef<boolean>;
538
540
  popoverConfig: import("vue").ComputedRef<Partial<Readonly<import("vue").ExtractPropTypes<{
539
541
  isShow: import("vue-types").VueTypeValidableDef<boolean> & {
@@ -572,8 +574,8 @@ declare const _default: import("vue").DefineComponent<{
572
574
  } & {
573
575
  default: boolean;
574
576
  };
575
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
576
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
577
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
578
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
577
579
  };
578
580
  theme: import("vue-types").VueTypeValidableDef<string> & {
579
581
  default: string;
@@ -684,13 +686,15 @@ declare const _default: import("vue").DefineComponent<{
684
686
  handleDeleteTag: (val: string) => void;
685
687
  handleInputChange: (value: any) => void;
686
688
  handleSelectedAllOptionMouseEnter: () => void;
687
- handlePopoverShow: () => void;
688
689
  localLoadingText: import("vue").ComputedRef<string>;
689
690
  localPlaceholder: import("vue").ComputedRef<string>;
690
691
  localSearchPlaceholder: import("vue").ComputedRef<string>;
691
692
  localSelectAllText: import("vue").ComputedRef<string>;
692
693
  resolveClassName: (cls: string) => string;
693
- handleCreateCustomOption: (val: string | number, e: KeyboardEvent) => void;
694
+ handleCreateCustomOption: (val: number | string, e: KeyboardEvent) => void;
695
+ virtualLineHeight: import("vue").Ref<number>;
696
+ isEnableVirtualRender: import("vue").ComputedRef<boolean>;
697
+ preloadItemCount: import("vue").ComputedRef<number>;
694
698
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "select" | "toggle" | "clear" | "update:modelValue" | "scroll-end" | "tag-remove" | "deselect" | "search-change")[], "blur" | "change" | "focus" | "select" | "toggle" | "clear" | "update:modelValue" | "scroll-end" | "tag-remove" | "deselect" | "search-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
695
699
  modelValue: import("vue-types").VueTypeValidableDef<any>;
696
700
  multiple: import("vue-types").VueTypeValidableDef<boolean> & {
@@ -729,6 +733,9 @@ declare const _default: import("vue").DefineComponent<{
729
733
  } & {
730
734
  default: number;
731
735
  };
736
+ minHeight: import("vue-types").VueTypeValidableDef<number> & {
737
+ default: number;
738
+ };
732
739
  showAll: import("vue-types").VueTypeValidableDef<boolean> & {
733
740
  default: boolean;
734
741
  } & {
@@ -753,8 +760,8 @@ declare const _default: import("vue").DefineComponent<{
753
760
  multipleMode: import("vue-types").VueTypeDef<string> & {
754
761
  default: string;
755
762
  };
756
- tagTheme: import("vue-types").VueTypeDef<"" | "info" | "success" | "warning" | "danger"> & {
757
- default: "" | "info" | "success" | "warning" | "danger";
763
+ tagTheme: import("vue-types").VueTypeDef<"" | "info" | "success" | "danger" | "warning"> & {
764
+ default: "" | "info" | "success" | "danger" | "warning";
758
765
  };
759
766
  behavior: import("vue-types").VueTypeDef<"normal" | "simplicity"> & {
760
767
  default: "normal" | "simplicity";
@@ -834,8 +841,8 @@ declare const _default: import("vue").DefineComponent<{
834
841
  } & {
835
842
  default: boolean;
836
843
  };
837
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
838
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
844
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
845
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
839
846
  };
840
847
  theme: import("vue-types").VueTypeValidableDef<string> & {
841
848
  default: string;
@@ -1018,17 +1025,18 @@ declare const _default: import("vue").DefineComponent<{
1018
1025
  prefix: string;
1019
1026
  size: "default" | "small" | "large" | "huge";
1020
1027
  disabled: boolean;
1021
- multiple: boolean;
1022
1028
  showOnInit: boolean;
1029
+ multiple: boolean;
1023
1030
  placeholder: string;
1024
1031
  list: any[];
1025
1032
  loading: boolean;
1026
- tagTheme: "" | "info" | "success" | "warning" | "danger";
1033
+ tagTheme: "" | "info" | "success" | "danger" | "warning";
1027
1034
  behavior: "normal" | "simplicity";
1028
1035
  selectedStyle: "checkbox" | "check";
1029
1036
  scrollHeight: number;
1030
1037
  clearable: boolean;
1031
1038
  withValidate: boolean;
1039
+ minHeight: number;
1032
1040
  noDataText: string;
1033
1041
  showSelectedIcon: boolean;
1034
1042
  highlightKeyword: boolean;
@@ -5,8 +5,8 @@ declare const _default: import("vue").DefineComponent<{
5
5
  type: PropType<ISelected[]>;
6
6
  default: () => any[];
7
7
  };
8
- tagTheme: import("vue-types/dist/types").VueTypeDef<"" | "info" | "success" | "warning" | "danger"> & {
9
- default: "" | "info" | "success" | "warning" | "danger";
8
+ tagTheme: import("vue-types/dist/types").VueTypeDef<"" | "info" | "success" | "danger" | "warning"> & {
9
+ default: "" | "info" | "success" | "danger" | "warning";
10
10
  };
11
11
  placeholder: import("vue-types/dist/types").VueTypeValidableDef<string> & {
12
12
  default: string;
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<{
57
57
  type: PropType<ISelected[]>;
58
58
  default: () => any[];
59
59
  };
60
- tagTheme: import("vue-types/dist/types").VueTypeDef<"" | "info" | "success" | "warning" | "danger"> & {
61
- default: "" | "info" | "success" | "warning" | "danger";
60
+ tagTheme: import("vue-types/dist/types").VueTypeDef<"" | "info" | "success" | "danger" | "warning"> & {
61
+ default: "" | "info" | "success" | "danger" | "warning";
62
62
  };
63
63
  placeholder: import("vue-types/dist/types").VueTypeValidableDef<string> & {
64
64
  default: string;
@@ -91,13 +91,13 @@ declare const _default: import("vue").DefineComponent<{
91
91
  };
92
92
  }>> & {
93
93
  onKeydown?: (...args: any[]) => any;
94
- "onUpdate:modelValue"?: (...args: any[]) => any;
95
94
  onEnter?: (...args: any[]) => any;
95
+ "onUpdate:modelValue"?: (...args: any[]) => any;
96
96
  onRemove?: (...args: any[]) => any;
97
97
  }, {
98
98
  disabled: boolean;
99
99
  placeholder: string;
100
- tagTheme: "" | "info" | "success" | "warning" | "danger";
100
+ tagTheme: "" | "info" | "success" | "danger" | "warning";
101
101
  behavior: "normal" | "simplicity";
102
102
  selected: ISelected[];
103
103
  filterable: boolean;
@@ -22,7 +22,7 @@ export interface ISelectContext {
22
22
  registerGroup(key: any, option: GroupInstanceType): any;
23
23
  unregisterGroup(key: any): any;
24
24
  handleOptionSelected(option: OptionInstanceType): void;
25
- handleGetLabelByValue(value: any): string | number;
25
+ handleGetLabelByValue(value: any): number | string;
26
26
  }
27
27
  export interface IOptionGroupContext {
28
28
  disabled: boolean;
@@ -39,5 +39,5 @@ export interface IPopoverConfig {
39
39
  }
40
40
  export interface ISelected {
41
41
  value: string;
42
- label: string | number;
42
+ label: number | string;
43
43
  }
@@ -72,4 +72,4 @@ export declare function debounce(delay: number, fn: Function, immediate?: boolea
72
72
  * @returns object 去除属性之后的对象
73
73
  */
74
74
  export declare function filterProperty(data: object, filter: string[]): any;
75
- export declare function arrayEqual(arr1?: Array<string | number | string[]>, arr2?: Array<string | number | string[]>): any;
75
+ export declare function arrayEqual(arr1?: Array<number | string | string[]>, arr2?: Array<number | string | string[]>): any;
@@ -235,7 +235,6 @@ function _typeof(o) {
235
235
  * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
236
236
  * IN THE SOFTWARE.
237
237
  */
238
- /* eslint-disable no-underscore-dangle */
239
238
  /**
240
239
  * Returns true if `value` is neither null nor undefined, else returns false.
241
240
  * @param {*} value - The value to test.
@@ -361,10 +360,8 @@ function mergerFn(key, target, source, options) {
361
360
  var tval = target[key];
362
361
  var sval = source[key];
363
362
  if (isObject(tval) && isObject(sval)) {
364
- // eslint-disable-next-line no-use-before-define
365
363
  merge(tval, sval, options);
366
364
  } else {
367
- // eslint-disable-next-line no-param-reassign
368
365
  target[key] = clone(sval);
369
366
  }
370
367
  }
@@ -383,11 +380,9 @@ function merge(target, source, options) {
383
380
  if (!isObject(target)) {
384
381
  return target;
385
382
  }
386
- // eslint-disable-next-line no-param-reassign
387
383
  options = options || {};
388
384
  var merger = options.merger || mergerFn;
389
385
  for (var i = 0; i < ilen; ++i) {
390
- // eslint-disable-next-line no-param-reassign
391
386
  source = sources[i];
392
387
  if (!isObject(source)) {
393
388
  continue;
@@ -407,7 +402,6 @@ function merge(target, source, options) {
407
402
  * @returns {object} The `target` object.
408
403
  */
409
404
  function mergeIf(target, source) {
410
- // eslint-disable-next-line no-use-before-define
411
405
  return merge(target, source, {
412
406
  merger: mergerIfFn
413
407
  });
@@ -425,7 +419,6 @@ function mergerIfFn(key, target, source) {
425
419
  if (isObject(tval) && isObject(sval)) {
426
420
  mergeIf(tval, sval);
427
421
  } else if (!Object.prototype.hasOwnProperty.call(target, key)) {
428
- // eslint-disable-next-line no-param-reassign
429
422
  target[key] = clone(sval);
430
423
  }
431
424
  }
@@ -664,6 +657,10 @@ function _defineProperty(obj, key, value) {
664
657
  }
665
658
  return obj;
666
659
  }
660
+ ;// CONCATENATED MODULE: external "@popperjs/core"
661
+ var core_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
662
+ var core_y = x => () => x
663
+ const core_namespaceObject = core_x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
667
664
  ;// CONCATENATED MODULE: ../../node_modules/uuid/dist/esm-browser/native.js
668
665
  const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
669
666
  /* harmony default export */ const esm_browser_native = ({
@@ -752,10 +749,6 @@ function v4(options, buf, offset) {
752
749
  }
753
750
 
754
751
  /* harmony default export */ const esm_browser_v4 = (v4);
755
- ;// CONCATENATED MODULE: external "@popperjs/core"
756
- var core_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
757
- var core_y = x => () => x
758
- const core_namespaceObject = core_x({ ["createPopper"]: () => __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__.createPopper });
759
752
  ;// CONCATENATED MODULE: ../../packages/shared/src/popover.ts
760
753
 
761
754
 
@@ -1460,16 +1453,16 @@ function stringEnum(o) {
1460
1453
  }
1461
1454
  var SizeEnum;
1462
1455
  (function (SizeEnum) {
1463
- SizeEnum["SMALL"] = "small";
1464
- SizeEnum["LARGE"] = "large";
1465
1456
  SizeEnum["DEFAULT"] = "default";
1457
+ SizeEnum["LARGE"] = "large";
1458
+ SizeEnum["SMALL"] = "small";
1466
1459
  })(SizeEnum || (SizeEnum = {}));
1467
1460
  var Placements;
1468
1461
  (function (Placements) {
1469
- Placements["Top"] = "top";
1462
+ Placements["Bottom"] = "bottom";
1470
1463
  Placements["Left"] = "left";
1471
1464
  Placements["Right"] = "right";
1472
- Placements["Bottom"] = "bottom";
1465
+ Placements["Top"] = "top";
1473
1466
  })(Placements || (Placements = {}));
1474
1467
  var RenderDirectiveEnum;
1475
1468
  (function (RenderDirectiveEnum) {
@@ -1481,8 +1474,8 @@ function renderDirectiveType() {
1481
1474
  }
1482
1475
  var AlignEnum;
1483
1476
  (function (AlignEnum) {
1484
- AlignEnum["LEFT"] = "left";
1485
1477
  AlignEnum["CENTER"] = "center";
1478
+ AlignEnum["LEFT"] = "left";
1486
1479
  AlignEnum["RIGHT"] = "right";
1487
1480
  })(AlignEnum || (AlignEnum = {}));
1488
1481
  function alignType() {
@@ -1490,29 +1483,29 @@ function alignType() {
1490
1483
  }
1491
1484
  var ThemeEnum;
1492
1485
  (function (ThemeEnum) {
1486
+ ThemeEnum["DANGER"] = "danger";
1493
1487
  ThemeEnum["PRIMARY"] = "primary";
1494
- ThemeEnum["WARNING"] = "warning";
1495
1488
  ThemeEnum["SUCCESS"] = "success";
1496
- ThemeEnum["DANGER"] = "danger";
1489
+ ThemeEnum["WARNING"] = "warning";
1497
1490
  })(ThemeEnum || (ThemeEnum = {}));
1498
1491
  /** 弹层出现位置选项 */
1499
1492
  var PlacementEnum;
1500
1493
  (function (PlacementEnum) {
1501
1494
  PlacementEnum["AUTO"] = "auto";
1502
- PlacementEnum["AUTO_START"] = "auto-start";
1503
1495
  PlacementEnum["AUTO_END"] = "auto-end";
1504
- PlacementEnum["TOP"] = "top";
1505
- PlacementEnum["RIGHT"] = "right";
1496
+ PlacementEnum["AUTO_START"] = "auto-start";
1506
1497
  PlacementEnum["BOTTOM"] = "bottom";
1507
- PlacementEnum["LEFT"] = "left";
1508
- PlacementEnum["TOP_START"] = "top-start";
1509
- PlacementEnum["TOP_END"] = "top-end";
1510
- PlacementEnum["BOTTOM_START"] = "bottom-start";
1511
1498
  PlacementEnum["BOTTOM_END"] = "bottom-end";
1512
- PlacementEnum["RIGHT_START"] = "right-start";
1513
- PlacementEnum["RIGHT_END"] = "right-end";
1514
- PlacementEnum["LEFT_START"] = "left-start";
1499
+ PlacementEnum["BOTTOM_START"] = "bottom-start";
1500
+ PlacementEnum["LEFT"] = "left";
1515
1501
  PlacementEnum["LEFT_END"] = "left-end";
1502
+ PlacementEnum["LEFT_START"] = "left-start";
1503
+ PlacementEnum["RIGHT"] = "right";
1504
+ PlacementEnum["RIGHT_END"] = "right-end";
1505
+ PlacementEnum["RIGHT_START"] = "right-start";
1506
+ PlacementEnum["TOP"] = "top";
1507
+ PlacementEnum["TOP_END"] = "top-end";
1508
+ PlacementEnum["TOP_START"] = "top-start";
1516
1509
  })(PlacementEnum || (PlacementEnum = {}));
1517
1510
  function placementType() {
1518
1511
  return (0,external_vue_types_namespaceObject.string)().def(PlacementEnum.BOTTOM);
@@ -1520,8 +1513,8 @@ function placementType() {
1520
1513
  /** 弹层触发选项 */
1521
1514
  var TriggerEnum;
1522
1515
  (function (TriggerEnum) {
1523
- TriggerEnum["HOVER"] = "hover";
1524
1516
  TriggerEnum["CLICK"] = "click";
1517
+ TriggerEnum["HOVER"] = "hover";
1525
1518
  TriggerEnum["MANUAL"] = "manual";
1526
1519
  })(TriggerEnum || (TriggerEnum = {}));
1527
1520
  function triggerType() {
@@ -1538,10 +1531,10 @@ function renderType() {
1538
1531
  }
1539
1532
  var DialogTypeEnum;
1540
1533
  (function (DialogTypeEnum) {
1541
- DialogTypeEnum["SHOW"] = "show";
1542
- DialogTypeEnum["OPERATION"] = "operation";
1543
1534
  DialogTypeEnum["CONFIRM"] = "confirm";
1535
+ DialogTypeEnum["OPERATION"] = "operation";
1544
1536
  DialogTypeEnum["PROCESS"] = "process";
1537
+ DialogTypeEnum["SHOW"] = "show";
1545
1538
  })(DialogTypeEnum || (DialogTypeEnum = {}));
1546
1539
  function dialogTypeUnion() {
1547
1540
  return (0,external_vue_types_namespaceObject.toType)('dialogType', {
@@ -1566,36 +1559,36 @@ function lineStyleType() {
1566
1559
  }
1567
1560
  var TagThemeEnum;
1568
1561
  (function (TagThemeEnum) {
1569
- TagThemeEnum["UNKNOWN"] = "";
1570
- TagThemeEnum["SUCCESS"] = "success";
1562
+ TagThemeEnum["DANGER"] = "danger";
1571
1563
  TagThemeEnum["INFO"] = "info";
1564
+ TagThemeEnum["SUCCESS"] = "success";
1565
+ TagThemeEnum["UNKNOWN"] = "";
1572
1566
  TagThemeEnum["WARNING"] = "warning";
1573
- TagThemeEnum["DANGER"] = "danger";
1574
1567
  })(TagThemeEnum || (TagThemeEnum = {}));
1575
1568
  function TagThemeType() {
1576
1569
  return (0,external_vue_types_namespaceObject.toType)('tagTheme', {}).def();
1577
1570
  }
1578
1571
  var InputBehaviorEnum;
1579
1572
  (function (InputBehaviorEnum) {
1580
- InputBehaviorEnum["SIMPLICITY"] = "simplicity";
1581
1573
  InputBehaviorEnum["NORMAL"] = "normal";
1574
+ InputBehaviorEnum["SIMPLICITY"] = "simplicity";
1582
1575
  })(InputBehaviorEnum || (InputBehaviorEnum = {}));
1583
1576
  var ProgressStrokeLineCapEnum;
1584
1577
  (function (ProgressStrokeLineCapEnum) {
1585
1578
  ProgressStrokeLineCapEnum["BUTT"] = "butt";
1586
- ProgressStrokeLineCapEnum["SQUARE"] = "square";
1587
1579
  ProgressStrokeLineCapEnum["ROUNDE"] = "round";
1580
+ ProgressStrokeLineCapEnum["SQUARE"] = "square";
1588
1581
  })(ProgressStrokeLineCapEnum || (ProgressStrokeLineCapEnum = {}));
1589
1582
  var ProgressEnum;
1590
1583
  (function (ProgressEnum) {
1591
- ProgressEnum["LINE"] = "line";
1592
1584
  ProgressEnum["CIRCLE"] = "circle";
1593
1585
  ProgressEnum["DASHBOARD"] = "dashboard";
1586
+ ProgressEnum["LINE"] = "line";
1594
1587
  })(ProgressEnum || (ProgressEnum = {}));
1595
1588
  var SwitcherThemeEnum;
1596
1589
  (function (SwitcherThemeEnum) {
1597
- SwitcherThemeEnum["SUCCESS"] = "success";
1598
1590
  SwitcherThemeEnum["PRIMARY"] = "primary";
1591
+ SwitcherThemeEnum["SUCCESS"] = "success";
1599
1592
  })(SwitcherThemeEnum || (SwitcherThemeEnum = {}));
1600
1593
  var TimelineNodeTypeEnum;
1601
1594
  (function (TimelineNodeTypeEnum) {
@@ -1717,8 +1710,8 @@ var PropTypes = /*#__PURE__*/function (_propTypesNS) {
1717
1710
  }(propTypesNS);
1718
1711
  var SelectedTypeEnum;
1719
1712
  (function (SelectedTypeEnum) {
1720
- SelectedTypeEnum["CHECKBOX"] = "checkbox";
1721
1713
  SelectedTypeEnum["CHECK"] = "check";
1714
+ SelectedTypeEnum["CHECKBOX"] = "checkbox";
1722
1715
  })(SelectedTypeEnum || (SelectedTypeEnum = {}));
1723
1716
  function SelectedType() {
1724
1717
  return (0,external_vue_types_namespaceObject.toType)('selectedStyle', {}).def(SelectedTypeEnum.CHECK);
@@ -1761,16 +1754,16 @@ var BKLAYERTYPE;
1761
1754
  BKLAYERTYPE["BOTTOM"] = "bottom";
1762
1755
  /** 页面呈现的各类内容 */
1763
1756
  BKLAYERTYPE["CONTENT"] = "content";
1764
- /** 顶部导航、侧边导航以及用户信息等 */
1765
- BKLAYERTYPE["NAVI"] = "navi";
1766
1757
  /** 页面需全屏操作的部分功能或编辑器的全屏模式 */
1767
1758
  BKLAYERTYPE["FULLSCREEN"] = "fullScreen";
1768
- /** 各类功能插件 */
1769
- BKLAYERTYPE["PLUGINS"] = "plugins";
1770
- /** 各类弹窗或抽屉(非模态弹窗不考虑) */
1771
- BKLAYERTYPE["MODAL"] = "modal";
1772
1759
  /** 各类消息提示 */
1773
1760
  BKLAYERTYPE["MESSAGE"] = "message";
1761
+ /** 各类弹窗或抽屉(非模态弹窗不考虑) */
1762
+ BKLAYERTYPE["MODAL"] = "modal";
1763
+ /** 顶部导航、侧边导航以及用户信息等 */
1764
+ BKLAYERTYPE["NAVI"] = "navi";
1765
+ /** 各类功能插件 */
1766
+ BKLAYERTYPE["PLUGINS"] = "plugins";
1774
1767
  /** 各类popper提示 */
1775
1768
  BKLAYERTYPE["POPPER"] = "popper";
1776
1769
  })(BKLAYERTYPE || (BKLAYERTYPE = {}));
@@ -1955,7 +1948,6 @@ function debounce() {
1955
1948
  var debounced = function debounced() {
1956
1949
  // eslint-disable-next-line @typescript-eslint/no-this-alias
1957
1950
  var ctx = this; // 当前上下文
1958
- // eslint-disable-next-line prefer-rest-params
1959
1951
  var args = arguments; // fn的参数
1960
1952
  // 取消之前的延时调用
1961
1953
  if (timeout) clearTimeout(timeout);
@@ -10,7 +10,7 @@ export declare type IOptions = {
10
10
  theme?: string;
11
11
  trigger?: string;
12
12
  disabled?: boolean;
13
- appendTo?: string | HTMLElement;
13
+ appendTo?: HTMLElement | string;
14
14
  afterShow?: () => void;
15
15
  afterHidden?: () => void;
16
16
  /**
@@ -18,7 +18,7 @@ export declare type IOptions = {
18
18
  * 是否将弹出内容固定到目标元素位置
19
19
  * 例如:appendTo = document.body, fixOnBoundary = true,则弹出内容会一直固定到body
20
20
  */
21
- fixOnBoundary?: Boolean;
21
+ fixOnBoundary?: boolean;
22
22
  };
23
23
  export declare type IBKPopover = Instance & {
24
24
  show: () => void;
@@ -63,7 +63,7 @@ export declare class BKPopover {
63
63
  * 例如:appendTo = document.body, fixOnBoundary = true,则弹出内容会一直固定到body
64
64
  */
65
65
  private fixOnBoundary;
66
- constructor(reference?: string | HTMLElement, popperRefer?: string | HTMLElement, options?: IOptions);
66
+ constructor(reference?: HTMLElement | string, popperRefer?: HTMLElement | string, options?: IOptions);
67
67
  forceUpdate(): void;
68
68
  update(): void;
69
69
  updateOptions(options: IOptions): void;
@@ -1,4 +1,4 @@
1
- import type { InjectionKey } from 'vue';
2
1
  import { IFormContext, IFormItemContext } from '../form';
2
+ import type { InjectionKey } from 'vue';
3
3
  export declare const formKey: InjectionKey<IFormContext>;
4
4
  export declare const formItemKey: InjectionKey<IFormItemContext>;