bkui-vue 0.0.1-beta.445 → 0.0.1-beta.447

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 (391) hide show
  1. package/dist/index.cjs.js +34 -34
  2. package/dist/index.esm.js +269 -92
  3. package/dist/index.umd.js +34 -34
  4. package/lib/bkui-vue/components.d.ts +64 -0
  5. package/lib/bkui-vue/hooks.d.ts +1 -0
  6. package/lib/bkui-vue/index.d.ts +6 -0
  7. package/lib/{preset.d.ts → bkui-vue/preset.d.ts} +8 -0
  8. package/lib/code-diff/{code-diff.d.ts → src/code-diff.d.ts} +1 -1
  9. package/lib/config-provider/index.js +1 -1
  10. package/lib/config-provider/{config-provider.d.ts → src/config-provider.d.ts} +142 -17
  11. package/lib/config-provider/{index.d.ts → src/index.d.ts} +30 -7
  12. package/lib/config-provider/src/token.d.ts +122 -0
  13. package/lib/config-provider/src/use-global-config.d.ts +5 -0
  14. package/lib/config-provider/src/use-locale.d.ts +3 -0
  15. package/lib/config-provider/src/use-prefix.d.ts +9 -0
  16. package/lib/dialog/{dialog.d.ts → src/dialog.d.ts} +5 -9
  17. package/lib/dialog/{index.d.ts → src/index.d.ts} +11 -19
  18. package/lib/dialog/{props.d.ts → src/props.d.ts} +2 -4
  19. package/lib/directives/{index.d.ts → src/index.d.ts} +1 -1
  20. package/lib/hooks.js +1 -0
  21. package/lib/icon/img-error.js +1 -0
  22. package/lib/icon/index.js +1 -1
  23. package/lib/icon/src/index.d.ts +79 -0
  24. package/lib/index.js +1 -1
  25. package/lib/input/{index.d.ts → src/index.d.ts} +4 -4
  26. package/lib/modal/index.js +1 -1
  27. package/lib/modal/{index.d.ts → src/index.d.ts} +24 -23
  28. package/lib/modal/{modal.d.ts → src/modal.d.ts} +7 -9
  29. package/lib/modal/{props.mixin.d.ts → src/props.mixin.d.ts} +2 -4
  30. package/lib/pagination/{use-limit.d.ts → src/use-limit.d.ts} +1 -1
  31. package/lib/pagination/{use-total.d.ts → src/use-total.d.ts} +1 -1
  32. package/lib/plugin-popover/index.js +1 -1
  33. package/lib/plugins/src/index.d.ts +1 -0
  34. package/lib/popover/index.js +1 -1
  35. package/lib/popover/{utils.d.ts → src/utils.d.ts} +5 -0
  36. package/lib/search-select/index.js +1 -1
  37. package/lib/search-select/{index.d.ts → src/index.d.ts} +6 -0
  38. package/lib/search-select/{input.d.ts → src/input.d.ts} +1 -0
  39. package/lib/search-select/{menu.d.ts → src/menu.d.ts} +1 -0
  40. package/lib/search-select/{search-select.d.ts → src/search-select.d.ts} +2 -0
  41. package/lib/search-select/{selected.d.ts → src/selected.d.ts} +1 -0
  42. package/lib/select/{index.d.ts → src/index.d.ts} +4 -4
  43. package/lib/select/{type.d.ts → src/type.d.ts} +1 -1
  44. package/lib/shared/index.js +1 -1
  45. package/lib/shared/{hooks → src/hooks}/use-form-item.d.ts +1 -1
  46. package/lib/shared/{hooks → src/hooks}/use-form.d.ts +1 -1
  47. package/lib/shared/{mask-manager.d.ts → src/mask-manager.d.ts} +7 -3
  48. package/lib/shared/{pop-manager.d.ts → src/pop-manager.d.ts} +3 -1
  49. package/lib/shared/{token.d.ts → src/token.d.ts} +1 -1
  50. package/lib/sideslider/{index.d.ts → src/index.d.ts} +11 -19
  51. package/lib/sideslider/{sideslider.d.ts → src/sideslider.d.ts} +5 -9
  52. package/lib/slider/{slider-button.d.ts → src/slider-button.d.ts} +1 -1
  53. package/lib/styles/src/index.d.ts +56 -0
  54. package/lib/table/index.js +1 -1
  55. package/lib/table/{components → src/components}/table-column.d.ts +85 -0
  56. package/lib/table/{const.d.ts → src/const.d.ts} +1 -1
  57. package/lib/table/{index.d.ts → src/index.d.ts} +255 -0
  58. package/lib/table/{props.d.ts → src/props.d.ts} +1 -0
  59. package/lib/table/{render.d.ts → src/render.d.ts} +1 -1
  60. package/lib/table-column/index.js +1 -1
  61. package/lib/table-column/{index.d.ts → src/index.d.ts} +255 -0
  62. package/lib/tag-input/{index.d.ts → src/index.d.ts} +4 -4
  63. package/lib/tag-input/{tag-input.d.ts → src/tag-input.d.ts} +2 -2
  64. package/lib/tag-input/{tag-props.d.ts → src/tag-props.d.ts} +1 -1
  65. package/lib/tag-input/{tag-render.d.ts → src/tag-render.d.ts} +1 -1
  66. package/package.json +1 -1
  67. package/lib/config-provider/type.d.ts +0 -125
  68. package/lib/icon/image-fill.js +0 -1
  69. package/lib/icon/index.d.ts +0 -79
  70. package/lib/index.d.ts +0 -5
  71. package/lib/plugins/index.d.ts +0 -1
  72. package/lib/styles/index.d.ts +0 -56
  73. package/lib/breadcrumb/{breadcrumb-item.d.ts → src/breadcrumb-item.d.ts} +0 -0
  74. package/lib/breadcrumb/{breadcrumb.d.ts → src/breadcrumb.d.ts} +0 -0
  75. package/lib/breadcrumb/{index.d.ts → src/index.d.ts} +0 -0
  76. package/lib/breadcrumb/{props.d.ts → src/props.d.ts} +0 -0
  77. package/lib/button/{button-group.d.ts → src/button-group.d.ts} +0 -0
  78. package/lib/button/{button.d.ts → src/button.d.ts} +0 -0
  79. package/lib/button/{index.d.ts → src/index.d.ts} +0 -0
  80. package/lib/card/{card.d.ts → src/card.d.ts} +0 -0
  81. package/lib/card/{index.d.ts → src/index.d.ts} +0 -0
  82. package/lib/cascader/{cascader-panel.d.ts → src/cascader-panel.d.ts} +0 -0
  83. package/lib/cascader/{cascader.d.ts → src/cascader.d.ts} +0 -0
  84. package/lib/cascader/{index.d.ts → src/index.d.ts} +0 -0
  85. package/lib/cascader/{interface.d.ts → src/interface.d.ts} +0 -0
  86. package/lib/cascader/{node.d.ts → src/node.d.ts} +0 -0
  87. package/lib/cascader/{store.d.ts → src/store.d.ts} +0 -0
  88. package/lib/checkbox/{checkbox-group.d.ts → src/checkbox-group.d.ts} +0 -0
  89. package/lib/checkbox/{checkbox.d.ts → src/checkbox.d.ts} +0 -0
  90. package/lib/checkbox/{common.d.ts → src/common.d.ts} +0 -0
  91. package/lib/checkbox/{index.d.ts → src/index.d.ts} +0 -0
  92. package/lib/checkbox/{type.d.ts → src/type.d.ts} +0 -0
  93. package/lib/code-diff/{index.d.ts → src/index.d.ts} +0 -0
  94. package/lib/collapse/{collapse-panel.d.ts → src/collapse-panel.d.ts} +0 -0
  95. package/lib/collapse/{collapse.d.ts → src/collapse.d.ts} +0 -0
  96. package/lib/collapse/{index.d.ts → src/index.d.ts} +0 -0
  97. package/lib/collapse/{props.d.ts → src/props.d.ts} +0 -0
  98. package/lib/collapse/{utils.d.ts → src/utils.d.ts} +0 -0
  99. package/lib/collapse-transition/{collapse-transition.d.ts → src/collapse-transition.d.ts} +0 -0
  100. package/lib/collapse-transition/{index.d.ts → src/index.d.ts} +0 -0
  101. package/lib/color-picker/{color-picker.d.ts → src/color-picker.d.ts} +0 -0
  102. package/lib/color-picker/{components → src/components}/color-input.d.ts +0 -0
  103. package/lib/color-picker/{components → src/components}/hue-slider.d.ts +0 -0
  104. package/lib/color-picker/{components → src/components}/input-container.d.ts +0 -0
  105. package/lib/color-picker/{components → src/components}/recommend-colors.d.ts +0 -0
  106. package/lib/color-picker/{components → src/components}/saturation-panel.d.ts +0 -0
  107. package/lib/color-picker/{index.d.ts → src/index.d.ts} +0 -0
  108. package/lib/color-picker/{utils.d.ts → src/utils.d.ts} +0 -0
  109. package/lib/container/{col.d.ts → src/col.d.ts} +0 -0
  110. package/lib/container/{container.d.ts → src/container.d.ts} +0 -0
  111. package/lib/container/{index.d.ts → src/index.d.ts} +0 -0
  112. package/lib/container/{row.d.ts → src/row.d.ts} +0 -0
  113. package/lib/date-picker/{base → src/base}/confirm.d.ts +0 -0
  114. package/lib/date-picker/{base → src/base}/date-table.d.ts +0 -0
  115. package/lib/date-picker/{base → src/base}/month-table.d.ts +0 -0
  116. package/lib/date-picker/{base → src/base}/picker-dropdown.d.ts +0 -0
  117. package/lib/date-picker/{base → src/base}/time-spinner.d.ts +0 -0
  118. package/lib/date-picker/{base → src/base}/year-table.d.ts +0 -0
  119. package/lib/date-picker/{date-picker.d.ts → src/date-picker.d.ts} +0 -0
  120. package/lib/date-picker/{fecha.d.ts → src/fecha.d.ts} +0 -0
  121. package/lib/date-picker/{index.d.ts → src/index.d.ts} +0 -0
  122. package/lib/date-picker/{interface.d.ts → src/interface.d.ts} +0 -0
  123. package/lib/date-picker/{panel → src/panel}/date-range.d.ts +0 -0
  124. package/lib/date-picker/{panel → src/panel}/date.d.ts +0 -0
  125. package/lib/date-picker/{panel → src/panel}/time-range.d.ts +0 -0
  126. package/lib/date-picker/{panel → src/panel}/time.d.ts +0 -0
  127. package/lib/date-picker/{props.d.ts → src/props.d.ts} +0 -0
  128. package/lib/date-picker/{time-picker.d.ts → src/time-picker.d.ts} +0 -0
  129. package/lib/date-picker/{utils.d.ts → src/utils.d.ts} +0 -0
  130. package/lib/directives/{clickoutside.d.ts → src/clickoutside.d.ts} +0 -0
  131. package/lib/directives/{ellipsis.d.ts → src/ellipsis.d.ts} +0 -0
  132. package/lib/directives/{mousewheel.d.ts → src/mousewheel.d.ts} +0 -0
  133. package/lib/directives/{tooltips.d.ts → src/tooltips.d.ts} +0 -0
  134. package/lib/divider/{divider.d.ts → src/divider.d.ts} +0 -0
  135. package/lib/divider/{index.d.ts → src/index.d.ts} +0 -0
  136. package/lib/divider/{props.d.ts → src/props.d.ts} +0 -0
  137. package/lib/dropdown/{dropdown-item.d.ts → src/dropdown-item.d.ts} +0 -0
  138. package/lib/dropdown/{dropdown-menu.d.ts → src/dropdown-menu.d.ts} +0 -0
  139. package/lib/dropdown/{dropdown.d.ts → src/dropdown.d.ts} +0 -0
  140. package/lib/dropdown/{index.d.ts → src/index.d.ts} +0 -0
  141. package/lib/exception/{exception.d.ts → src/exception.d.ts} +0 -0
  142. package/lib/exception/{index.d.ts → src/index.d.ts} +0 -0
  143. package/lib/exception/{typings → src/typings}/index.d.ts +0 -0
  144. package/lib/fixed-navbar/{fixed-navbar.d.ts → src/fixed-navbar.d.ts} +0 -0
  145. package/lib/fixed-navbar/{index.d.ts → src/index.d.ts} +0 -0
  146. package/lib/form/{compose-form-item.d.ts → src/compose-form-item.d.ts} +0 -0
  147. package/lib/form/{form-item.d.ts → src/form-item.d.ts} +0 -0
  148. package/lib/form/{form.d.ts → src/form.d.ts} +0 -0
  149. package/lib/form/{index.d.ts → src/index.d.ts} +0 -0
  150. package/lib/form/{type.d.ts → src/type.d.ts} +0 -0
  151. package/lib/form/{utils.d.ts → src/utils.d.ts} +0 -0
  152. package/lib/form/{validator.d.ts → src/validator.d.ts} +0 -0
  153. package/lib/{use-message.d.ts → hooks/use-message.d.ts} +0 -0
  154. package/lib/icon/{angle-double-down-line.d.ts → icons/angle-double-down-line.d.ts} +0 -0
  155. package/lib/icon/{angle-double-left-line.d.ts → icons/angle-double-left-line.d.ts} +0 -0
  156. package/lib/icon/{angle-double-left.d.ts → icons/angle-double-left.d.ts} +0 -0
  157. package/lib/icon/{angle-double-right-line.d.ts → icons/angle-double-right-line.d.ts} +0 -0
  158. package/lib/icon/{angle-double-right.d.ts → icons/angle-double-right.d.ts} +0 -0
  159. package/lib/icon/{angle-double-up-line.d.ts → icons/angle-double-up-line.d.ts} +0 -0
  160. package/lib/icon/{angle-down-fill.d.ts → icons/angle-down-fill.d.ts} +0 -0
  161. package/lib/icon/{angle-down-line.d.ts → icons/angle-down-line.d.ts} +0 -0
  162. package/lib/icon/{angle-down.d.ts → icons/angle-down.d.ts} +0 -0
  163. package/lib/icon/{angle-left.d.ts → icons/angle-left.d.ts} +0 -0
  164. package/lib/icon/{angle-right.d.ts → icons/angle-right.d.ts} +0 -0
  165. package/lib/icon/{angle-up-fill.d.ts → icons/angle-up-fill.d.ts} +0 -0
  166. package/lib/icon/{angle-up.d.ts → icons/angle-up.d.ts} +0 -0
  167. package/lib/icon/{archive-fill.d.ts → icons/archive-fill.d.ts} +0 -0
  168. package/lib/icon/{arrows-left.d.ts → icons/arrows-left.d.ts} +0 -0
  169. package/lib/icon/{arrows-right.d.ts → icons/arrows-right.d.ts} +0 -0
  170. package/lib/icon/{audio-fill.d.ts → icons/audio-fill.d.ts} +0 -0
  171. package/lib/icon/{bk.d.ts → icons/bk.d.ts} +0 -0
  172. package/lib/icon/{circle.d.ts → icons/circle.d.ts} +0 -0
  173. package/lib/icon/{close-line.d.ts → icons/close-line.d.ts} +0 -0
  174. package/lib/icon/{close.d.ts → icons/close.d.ts} +0 -0
  175. package/lib/icon/{code.d.ts → icons/code.d.ts} +0 -0
  176. package/lib/icon/{cog-shape.d.ts → icons/cog-shape.d.ts} +0 -0
  177. package/lib/icon/{collapse-left.d.ts → icons/collapse-left.d.ts} +0 -0
  178. package/lib/icon/{copy.d.ts → icons/copy.d.ts} +0 -0
  179. package/lib/icon/{data-shape.d.ts → icons/data-shape.d.ts} +0 -0
  180. package/lib/icon/{del.d.ts → icons/del.d.ts} +0 -0
  181. package/lib/icon/{doc-fill.d.ts → icons/doc-fill.d.ts} +0 -0
  182. package/lib/icon/{done.d.ts → icons/done.d.ts} +0 -0
  183. package/lib/icon/{down-shape.d.ts → icons/down-shape.d.ts} +0 -0
  184. package/lib/icon/{down-small.d.ts → icons/down-small.d.ts} +0 -0
  185. package/lib/icon/{edit-line.d.ts → icons/edit-line.d.ts} +0 -0
  186. package/lib/icon/{ellipsis.d.ts → icons/ellipsis.d.ts} +0 -0
  187. package/lib/icon/{enlarge-line.d.ts → icons/enlarge-line.d.ts} +0 -0
  188. package/lib/icon/{error.d.ts → icons/error.d.ts} +0 -0
  189. package/lib/icon/{excel-fill.d.ts → icons/excel-fill.d.ts} +0 -0
  190. package/lib/icon/{exclamation-circle-shape.d.ts → icons/exclamation-circle-shape.d.ts} +0 -0
  191. package/lib/icon/{eye.d.ts → icons/eye.d.ts} +0 -0
  192. package/lib/icon/{filliscreen-line.d.ts → icons/filliscreen-line.d.ts} +0 -0
  193. package/lib/icon/{folder-open.d.ts → icons/folder-open.d.ts} +0 -0
  194. package/lib/icon/{folder-shape-open.d.ts → icons/folder-shape-open.d.ts} +0 -0
  195. package/lib/icon/{folder-shape.d.ts → icons/folder-shape.d.ts} +0 -0
  196. package/lib/icon/{folder.d.ts → icons/folder.d.ts} +0 -0
  197. package/lib/icon/{funnel.d.ts → icons/funnel.d.ts} +0 -0
  198. package/lib/icon/{help-document-fill.d.ts → icons/help-document-fill.d.ts} +0 -0
  199. package/lib/icon/{help-fill.d.ts → icons/help-fill.d.ts} +0 -0
  200. package/lib/icon/{help.d.ts → icons/help.d.ts} +0 -0
  201. package/lib/icon/{icon.d.ts → icons/icon.d.ts} +0 -0
  202. package/lib/icon/{image-fill.d.ts → icons/image-fill.d.ts} +0 -0
  203. package/lib/icon/{img-error.d.ts → icons/img-error.d.ts} +0 -0
  204. package/lib/icon/{img-placehoulder.d.ts → icons/img-placehoulder.d.ts} +0 -0
  205. package/lib/icon/{info-line.d.ts → icons/info-line.d.ts} +0 -0
  206. package/lib/icon/{info.d.ts → icons/info.d.ts} +0 -0
  207. package/lib/icon/{left-shape.d.ts → icons/left-shape.d.ts} +0 -0
  208. package/lib/icon/{left-turn-line.d.ts → icons/left-turn-line.d.ts} +0 -0
  209. package/lib/icon/{narrow-line.d.ts → icons/narrow-line.d.ts} +0 -0
  210. package/lib/icon/{original.d.ts → icons/original.d.ts} +0 -0
  211. package/lib/icon/{pdf-fill.d.ts → icons/pdf-fill.d.ts} +0 -0
  212. package/lib/icon/{play-shape.d.ts → icons/play-shape.d.ts} +0 -0
  213. package/lib/icon/{plus.d.ts → icons/plus.d.ts} +0 -0
  214. package/lib/icon/{ppt-fill.d.ts → icons/ppt-fill.d.ts} +0 -0
  215. package/lib/icon/{qq.d.ts → icons/qq.d.ts} +0 -0
  216. package/lib/icon/{right-shape.d.ts → icons/right-shape.d.ts} +0 -0
  217. package/lib/icon/{right-turn-line.d.ts → icons/right-turn-line.d.ts} +0 -0
  218. package/lib/icon/{search.d.ts → icons/search.d.ts} +0 -0
  219. package/lib/icon/{share.d.ts → icons/share.d.ts} +0 -0
  220. package/lib/icon/{spinner.d.ts → icons/spinner.d.ts} +0 -0
  221. package/lib/icon/{success.d.ts → icons/success.d.ts} +0 -0
  222. package/lib/icon/{switcher-loading.d.ts → icons/switcher-loading.d.ts} +0 -0
  223. package/lib/icon/{text-file.d.ts → icons/text-file.d.ts} +0 -0
  224. package/lib/icon/{text-fill.d.ts → icons/text-fill.d.ts} +0 -0
  225. package/lib/icon/{transfer.d.ts → icons/transfer.d.ts} +0 -0
  226. package/lib/icon/{tree-application-shape.d.ts → icons/tree-application-shape.d.ts} +0 -0
  227. package/lib/icon/{unfull-screen.d.ts → icons/unfull-screen.d.ts} +0 -0
  228. package/lib/icon/{unvisible.d.ts → icons/unvisible.d.ts} +0 -0
  229. package/lib/icon/{up-shape.d.ts → icons/up-shape.d.ts} +0 -0
  230. package/lib/icon/{upload.d.ts → icons/upload.d.ts} +0 -0
  231. package/lib/icon/{video-fill.d.ts → icons/video-fill.d.ts} +0 -0
  232. package/lib/icon/{warn.d.ts → icons/warn.d.ts} +0 -0
  233. package/lib/icon/{weixin.d.ts → icons/weixin.d.ts} +0 -0
  234. package/lib/image/{image-viewer.d.ts → src/image-viewer.d.ts} +0 -0
  235. package/lib/image/{image.d.ts → src/image.d.ts} +0 -0
  236. package/lib/image/{index.d.ts → src/index.d.ts} +0 -0
  237. package/lib/image/{props.d.ts → src/props.d.ts} +0 -0
  238. package/lib/info-box/{index.d.ts → src/index.d.ts} +0 -0
  239. package/lib/info-box/{info-box.d.ts → src/info-box.d.ts} +0 -0
  240. package/lib/input/{input.d.ts → src/input.d.ts} +1 -1
  241. package/lib/link/{index.d.ts → src/index.d.ts} +0 -0
  242. package/lib/link/{link.d.ts → src/link.d.ts} +0 -0
  243. package/lib/loading/{directive.d.ts → src/directive.d.ts} +0 -0
  244. package/lib/loading/{index.d.ts → src/index.d.ts} +0 -0
  245. package/lib/loading/{loading.d.ts → src/loading.d.ts} +0 -0
  246. package/lib/locale/{index.d.ts → src/index.d.ts} +0 -0
  247. package/lib/locale/{lang → src/lang}/en.d.ts +0 -0
  248. package/lib/locale/{lang → src/lang}/zh-cn.d.ts +0 -0
  249. package/lib/menu/{index.d.ts → src/index.d.ts} +0 -0
  250. package/lib/menu/{menu-group.d.ts → src/menu-group.d.ts} +0 -0
  251. package/lib/menu/{menu-item.d.ts → src/menu-item.d.ts} +0 -0
  252. package/lib/menu/{menu.d.ts → src/menu.d.ts} +0 -0
  253. package/lib/menu/{submenu.d.ts → src/submenu.d.ts} +0 -0
  254. package/lib/menu/{utils.d.ts → src/utils.d.ts} +0 -0
  255. package/lib/message/{index.d.ts → src/index.d.ts} +0 -0
  256. package/lib/message/{messageConstructor.d.ts → src/messageConstructor.d.ts} +0 -0
  257. package/lib/navigation/{index.d.ts → src/index.d.ts} +0 -0
  258. package/lib/navigation/{navigation-title.d.ts → src/navigation-title.d.ts} +0 -0
  259. package/lib/navigation/{navigation.d.ts → src/navigation.d.ts} +0 -0
  260. package/lib/notify/{index.d.ts → src/index.d.ts} +0 -0
  261. package/lib/notify/{notifyConstructor.d.ts → src/notifyConstructor.d.ts} +0 -0
  262. package/lib/overflow-title/{components → src/components}/overflow-title.d.ts +0 -0
  263. package/lib/overflow-title/{directive → src/directive}/overflow-title.d.ts +0 -0
  264. package/lib/overflow-title/{index.d.ts → src/index.d.ts} +0 -0
  265. package/lib/overflow-title/{props.d.ts → src/props.d.ts} +0 -0
  266. package/lib/overflow-title/{utils → src/utils}/getActualWidthByCanvas.d.ts +0 -0
  267. package/lib/overflow-title/{utils → src/utils}/getActualWidthByDom.d.ts +0 -0
  268. package/lib/pagination/{index.d.ts → src/index.d.ts} +0 -0
  269. package/lib/pagination/{pagination.d.ts → src/pagination.d.ts} +0 -0
  270. package/lib/pagination/{type.d.ts → src/type.d.ts} +0 -0
  271. package/lib/pagination/{use-list.d.ts → src/use-list.d.ts} +0 -0
  272. package/lib/pagination/{use-small-list.d.ts → src/use-small-list.d.ts} +0 -0
  273. package/lib/plugin-popover/{index.d.ts → src/index.d.ts} +0 -0
  274. package/lib/pop-confirm/{index.d.ts → src/index.d.ts} +0 -0
  275. package/lib/pop-confirm/{pop-confirm.d.ts → src/pop-confirm.d.ts} +0 -0
  276. package/lib/pop-confirm/{props.d.ts → src/props.d.ts} +0 -0
  277. package/lib/popover/{arrow.d.ts → src/arrow.d.ts} +0 -0
  278. package/lib/popover/{const.d.ts → src/const.d.ts} +0 -0
  279. package/lib/popover/{content.d.ts → src/content.d.ts} +0 -0
  280. package/lib/popover/{index.d.ts → src/index.d.ts} +0 -0
  281. package/lib/popover/{plugin-popover.d.ts → src/plugin-popover.d.ts} +0 -0
  282. package/lib/popover/{popover.d.ts → src/popover.d.ts} +0 -0
  283. package/lib/popover/{props.d.ts → src/props.d.ts} +0 -0
  284. package/lib/popover/{reference.d.ts → src/reference.d.ts} +0 -0
  285. package/lib/popover/{root.d.ts → src/root.d.ts} +0 -0
  286. package/lib/popover/{use-floating.d.ts → src/use-floating.d.ts} +0 -0
  287. package/lib/popover/{use-platform.d.ts → src/use-platform.d.ts} +0 -0
  288. package/lib/popover/{use-popover-init.d.ts → src/use-popover-init.d.ts} +0 -0
  289. package/lib/popover/{use-popper-id.d.ts → src/use-popper-id.d.ts} +0 -0
  290. package/lib/popover2/{index.d.ts → src/index.d.ts} +0 -0
  291. package/lib/popover2/{popover.d.ts → src/popover.d.ts} +0 -0
  292. package/lib/process/{index.d.ts → src/index.d.ts} +0 -0
  293. package/lib/process/{process.d.ts → src/process.d.ts} +0 -0
  294. package/lib/progress/{circle.d.ts → src/circle.d.ts} +0 -0
  295. package/lib/progress/{index.d.ts → src/index.d.ts} +0 -0
  296. package/lib/progress/{line.d.ts → src/line.d.ts} +0 -0
  297. package/lib/progress/{progress.d.ts → src/progress.d.ts} +0 -0
  298. package/lib/radio/{common.d.ts → src/common.d.ts} +0 -0
  299. package/lib/radio/{index.d.ts → src/index.d.ts} +0 -0
  300. package/lib/radio/{radio-button.d.ts → src/radio-button.d.ts} +0 -0
  301. package/lib/radio/{radio-group.d.ts → src/radio-group.d.ts} +0 -0
  302. package/lib/radio/{radio.d.ts → src/radio.d.ts} +0 -0
  303. package/lib/radio/{type.d.ts → src/type.d.ts} +0 -0
  304. package/lib/rate/{index.d.ts → src/index.d.ts} +0 -0
  305. package/lib/rate/{rate.d.ts → src/rate.d.ts} +0 -0
  306. package/lib/rate/{star.d.ts → src/star.d.ts} +0 -0
  307. package/lib/resize-layout/{index.d.ts → src/index.d.ts} +0 -0
  308. package/lib/resize-layout/{resize-layout.d.ts → src/resize-layout.d.ts} +0 -0
  309. package/lib/search-select/{utils.d.ts → src/utils.d.ts} +0 -0
  310. package/lib/select/{common.d.ts → src/common.d.ts} +0 -0
  311. package/lib/select/{option.d.ts → src/option.d.ts} +0 -0
  312. package/lib/select/{optionGroup.d.ts → src/optionGroup.d.ts} +0 -0
  313. package/lib/select/{select.d.ts → src/select.d.ts} +1 -1
  314. /package/lib/select/{selectTagInput.d.ts → src/selectTagInput.d.ts} +0 -0
  315. /package/lib/shared/{dom.d.ts → src/dom.d.ts} +0 -0
  316. /package/lib/shared/{helper.d.ts → src/helper.d.ts} +0 -0
  317. /package/lib/shared/{index.d.ts → src/index.d.ts} +0 -0
  318. /package/lib/shared/{popover.d.ts → src/popover.d.ts} +0 -0
  319. /package/lib/shared/{scrollbar-width.d.ts → src/scrollbar-width.d.ts} +0 -0
  320. /package/lib/shared/{utils.d.ts → src/utils.d.ts} +0 -0
  321. /package/lib/shared/{vue-types.d.ts → src/vue-types.d.ts} +0 -0
  322. /package/lib/shared/{z-index-manager.d.ts → src/z-index-manager.d.ts} +0 -0
  323. /package/lib/slider/{index.d.ts → src/index.d.ts} +0 -0
  324. /package/lib/slider/{slider.d.ts → src/slider.d.ts} +0 -0
  325. /package/lib/steps/{index.d.ts → src/index.d.ts} +0 -0
  326. /package/lib/steps/{steps.d.ts → src/steps.d.ts} +0 -0
  327. /package/lib/swiper/{index.d.ts → src/index.d.ts} +0 -0
  328. /package/lib/swiper/{swiper.d.ts → src/swiper.d.ts} +0 -0
  329. /package/lib/switcher/{index.d.ts → src/index.d.ts} +0 -0
  330. /package/lib/switcher/{switcher.d.ts → src/switcher.d.ts} +0 -0
  331. /package/lib/tab/{index.d.ts → src/index.d.ts} +0 -0
  332. /package/lib/tab/{props.d.ts → src/props.d.ts} +0 -0
  333. /package/lib/tab/{tab-nav.d.ts → src/tab-nav.d.ts} +0 -0
  334. /package/lib/tab/{tab-panel.d.ts → src/tab-panel.d.ts} +0 -0
  335. /package/lib/tab/{tab.d.ts → src/tab.d.ts} +0 -0
  336. /package/lib/table/{cache.d.ts → src/cache.d.ts} +0 -0
  337. /package/lib/table/{components → src/components}/index.d.ts +0 -0
  338. /package/lib/table/{components → src/components}/table-cell.d.ts +0 -0
  339. /package/lib/table/{components → src/components}/table-row.d.ts +0 -0
  340. /package/lib/table/{plugins → src/plugins}/body-empty.d.ts +0 -0
  341. /package/lib/table/{plugins → src/plugins}/col-group.d.ts +0 -0
  342. /package/lib/table/{plugins → src/plugins}/common.d.ts +0 -0
  343. /package/lib/table/{plugins → src/plugins}/head-filter.d.ts +0 -0
  344. /package/lib/table/{plugins → src/plugins}/head-sort.d.ts +0 -0
  345. /package/lib/table/{plugins → src/plugins}/index.d.ts +0 -0
  346. /package/lib/table/{plugins → src/plugins}/settings.d.ts +0 -0
  347. /package/lib/table/{plugins → src/plugins}/use-active-columns.d.ts +0 -0
  348. /package/lib/table/{plugins → src/plugins}/use-column-resize.d.ts +0 -0
  349. /package/lib/table/{plugins → src/plugins}/use-fixed-column.d.ts +0 -0
  350. /package/lib/table/{plugins → src/plugins}/use-pagination.d.ts +0 -0
  351. /package/lib/table/{plugins → src/plugins}/use-scroll-loading.d.ts +0 -0
  352. /package/lib/table/{table.d.ts → src/table.d.ts} +0 -0
  353. /package/lib/table/{use-column.d.ts → src/use-column.d.ts} +0 -0
  354. /package/lib/table/{use-common.d.ts → src/use-common.d.ts} +0 -0
  355. /package/lib/table/{utils.d.ts → src/utils.d.ts} +0 -0
  356. /package/lib/tag/{index.d.ts → src/index.d.ts} +0 -0
  357. /package/lib/tag/{tag.d.ts → src/tag.d.ts} +0 -0
  358. /package/lib/tag-input/{common.d.ts → src/common.d.ts} +0 -0
  359. /package/lib/tag-input/{list-tag-render.d.ts → src/list-tag-render.d.ts} +0 -0
  360. /package/lib/time-picker/{index.d.ts → src/index.d.ts} +0 -0
  361. /package/lib/timeline/{index.d.ts → src/index.d.ts} +0 -0
  362. /package/lib/timeline/{timeline.d.ts → src/timeline.d.ts} +0 -0
  363. /package/lib/transfer/{const.d.ts → src/const.d.ts} +0 -0
  364. /package/lib/transfer/{index.d.ts → src/index.d.ts} +0 -0
  365. /package/lib/transfer/{props.d.ts → src/props.d.ts} +0 -0
  366. /package/lib/transfer/{transfer.d.ts → src/transfer.d.ts} +0 -0
  367. /package/lib/tree/{constant.d.ts → src/constant.d.ts} +0 -0
  368. /package/lib/tree/{index.d.ts → src/index.d.ts} +0 -0
  369. /package/lib/tree/{props.d.ts → src/props.d.ts} +0 -0
  370. /package/lib/tree/{tree.d.ts → src/tree.d.ts} +0 -0
  371. /package/lib/tree/{use-empty.d.ts → src/use-empty.d.ts} +0 -0
  372. /package/lib/tree/{use-node-action.d.ts → src/use-node-action.d.ts} +0 -0
  373. /package/lib/tree/{use-node-async.d.ts → src/use-node-async.d.ts} +0 -0
  374. /package/lib/tree/{use-node-attribute.d.ts → src/use-node-attribute.d.ts} +0 -0
  375. /package/lib/tree/{use-node-drag.d.ts → src/use-node-drag.d.ts} +0 -0
  376. /package/lib/tree/{use-search.d.ts → src/use-search.d.ts} +0 -0
  377. /package/lib/tree/{use-tree-init.d.ts → src/use-tree-init.d.ts} +0 -0
  378. /package/lib/tree/{util.d.ts → src/util.d.ts} +0 -0
  379. /package/lib/upload/{index.d.ts → src/index.d.ts} +0 -0
  380. /package/lib/upload/{props.d.ts → src/props.d.ts} +0 -0
  381. /package/lib/upload/{upload-list.d.ts → src/upload-list.d.ts} +0 -0
  382. /package/lib/upload/{upload-trigger.d.ts → src/upload-trigger.d.ts} +0 -0
  383. /package/lib/upload/{upload.d.ts → src/upload.d.ts} +0 -0
  384. /package/lib/upload/{upload.type.d.ts → src/upload.type.d.ts} +0 -0
  385. /package/lib/upload/{use-ajax-upload.d.ts → src/use-ajax-upload.d.ts} +0 -0
  386. /package/lib/upload/{use-file-handler.d.ts → src/use-file-handler.d.ts} +0 -0
  387. /package/lib/virtual-render/{index.d.ts → src/index.d.ts} +0 -0
  388. /package/lib/virtual-render/{props.d.ts → src/props.d.ts} +0 -0
  389. /package/lib/virtual-render/{use-tag-render.d.ts → src/use-tag-render.d.ts} +0 -0
  390. /package/lib/virtual-render/{v-virtual-render.d.ts → src/v-virtual-render.d.ts} +0 -0
  391. /package/lib/virtual-render/{virtual-render.d.ts → src/virtual-render.d.ts} +0 -0
package/dist/index.esm.js CHANGED
@@ -33,7 +33,7 @@ var __publicField = (obj, key2, value) => {
33
33
  __defNormalProp(obj, typeof key2 !== "symbol" ? key2 + "" : key2, value);
34
34
  return value;
35
35
  };
36
- import { inject, reactive, defineComponent, computed, watch, provide, createVNode, mergeProps, h as h$1, ref, onMounted, onBeforeUnmount, getCurrentInstance, nextTick, Transition, createApp, createTextVNode, withDirectives, vShow, isVNode, Fragment, renderSlot, toRefs, Teleport, resolveDirective, customRef, onBeforeMount, toRef, shallowRef, vModelText, unref, watchEffect, markRaw, onUpdated, render as render$1, onUnmounted, toRaw, withModifiers, TransitionGroup } from "vue";
36
+ import { inject, reactive, watch, provide, computed, defineComponent, createVNode, mergeProps, h as h$1, ref, onMounted, onBeforeUnmount, getCurrentInstance, nextTick, Transition, createApp, createTextVNode, withDirectives, vShow, isVNode, Fragment, renderSlot, toRefs, Teleport, resolveDirective, customRef, onBeforeMount, toRef, shallowRef, vModelText, unref, watchEffect, markRaw, onUpdated, render as render$1, onUnmounted, toRaw, withModifiers, TransitionGroup } from "vue";
37
37
  var reset = "";
38
38
  var alert = "";
39
39
  var affix = "";
@@ -5738,6 +5738,60 @@ class BKZIndexManager {
5738
5738
  }
5739
5739
  }
5740
5740
  const bkZIndexManager = new BKZIndexManager();
5741
+ `__bk_mask_${random(16)}`;
5742
+ class MaskQueueMaker {
5743
+ constructor() {
5744
+ this.timer = null;
5745
+ this.store = [];
5746
+ this.maskMap = /* @__PURE__ */ new WeakMap();
5747
+ }
5748
+ appendMaker(fn2) {
5749
+ this.store.push(fn2);
5750
+ this.executeMaker();
5751
+ }
5752
+ pushMaskStyle(parentNode, style2) {
5753
+ const value = this.getMaskMap(parentNode);
5754
+ if (!(value == null ? void 0 : value.styles)) {
5755
+ this.setMaskMap(parentNode, __spreadValues({ styles: [style2] }, value || {}));
5756
+ } else {
5757
+ value.styles.push(style2);
5758
+ }
5759
+ }
5760
+ getMaskStyles(parentNode) {
5761
+ var _a;
5762
+ return ((_a = this.getMaskMap(parentNode)) == null ? void 0 : _a.styles) || [];
5763
+ }
5764
+ setMaskId(parentNode, id) {
5765
+ const value = this.getMaskMap(parentNode);
5766
+ if (!value) {
5767
+ this.setMaskMap(parentNode, __spreadValues({ id }, value || {}));
5768
+ } else {
5769
+ Object.assign(value, { id });
5770
+ this.setMaskMap(parentNode, value);
5771
+ }
5772
+ }
5773
+ getMaskId(parentNode) {
5774
+ var _a;
5775
+ return (_a = this.getMaskMap(parentNode)) == null ? void 0 : _a.id;
5776
+ }
5777
+ setMaskMap(key2, value) {
5778
+ this.maskMap.set(key2, value);
5779
+ }
5780
+ getMaskMap(key2) {
5781
+ return this.maskMap.get(key2);
5782
+ }
5783
+ executeMaker() {
5784
+ this.timer && cancelAnimationFrame(this.timer);
5785
+ this.timer = requestAnimationFrame(() => {
5786
+ const fn2 = this.store.pop();
5787
+ if (typeof fn2 === "function") {
5788
+ Reflect.apply(fn2, this, []);
5789
+ this.executeMaker();
5790
+ }
5791
+ });
5792
+ }
5793
+ }
5794
+ const bkMaskMaker = new MaskQueueMaker();
5741
5795
  class BkMaskManager {
5742
5796
  constructor(config) {
5743
5797
  this.multiInstance = false;
@@ -5755,21 +5809,25 @@ class BkMaskManager {
5755
5809
  display: "none",
5756
5810
  "background-color": "rgba(0,0,0,.6)"
5757
5811
  };
5812
+ this.isInit = false;
5813
+ this.maskAttrTag = "auto";
5758
5814
  const { multiInstance = false, maskAttrTag = "auto", parentNode = document.body, maskStyle = {}, onClick = null } = config || {};
5815
+ this.parentNode = parentNode || document;
5816
+ this.maskAttrTag = maskAttrTag;
5759
5817
  this.onClick = onClick;
5760
5818
  this.activeInstance = void 0;
5761
5819
  this.multiInstance = multiInstance;
5762
5820
  this.uniqueMaskAttrTag = this.getMaskAttrTag(maskAttrTag);
5763
- this.parentNode = parentNode || document;
5764
- this.mask = this.getMask();
5765
- this.backupMask = this.createMask("data-bk-backup-uid");
5766
- this.setMaskStyle(Object.assign({}, this.maskStyle, maskStyle));
5821
+ bkMaskMaker.appendMaker(() => {
5822
+ this.initInstance(maskStyle);
5823
+ });
5767
5824
  }
5768
5825
  setOption(option) {
5769
- const { parentNode = document.body, maskStyle = {}, onClick = null } = option || {};
5826
+ const { parentNode = document.body, maskStyle = {}, onClick = null, maskAttrTag = this.maskAttrTag } = option || {};
5770
5827
  this.onClick = onClick;
5771
5828
  this.parentNode = parentNode || document;
5772
5829
  this.setMaskStyle(Object.assign({}, this.maskStyle, maskStyle));
5830
+ this.uniqueMaskAttrTag = this.getMaskAttrTag(maskAttrTag);
5773
5831
  }
5774
5832
  show(content, zIndex, showMask = true, appendStyle = {}, uuid2 = null, transfer2 = false) {
5775
5833
  const uid = uuid2 != null ? uuid2 : random(16);
@@ -5778,7 +5836,9 @@ class BkMaskManager {
5778
5836
  if (!showMask) {
5779
5837
  if (this.lastUUID) {
5780
5838
  const preStore = this.zIndexStore.get(this.lastUUID);
5781
- style2 = preStore.style;
5839
+ if (preStore) {
5840
+ style2 = preStore == null ? void 0 : preStore.style;
5841
+ }
5782
5842
  }
5783
5843
  }
5784
5844
  this.storeMaskInsCfg({
@@ -5787,10 +5847,14 @@ class BkMaskManager {
5787
5847
  uuid: uid,
5788
5848
  preUID: this.lastUUID
5789
5849
  });
5850
+ Object.assign(style2, {
5851
+ display: "block",
5852
+ "z-index": `${localZIndex}`,
5853
+ "pointer-events": "all"
5854
+ });
5855
+ this.initInstance(style2);
5790
5856
  this.setMaskStyle(style2);
5791
- this.mask.style.setProperty("display", "block");
5792
- this.mask.style.setProperty("z-index", `${localZIndex}`);
5793
- this.mask.style.setProperty("pointer-events", "all");
5857
+ bkMaskMaker.pushMaskStyle(this.parentNode, __spreadValues({}, style2));
5794
5858
  this.backupMask.style.setProperty("z-index", `${localZIndex - 1}`);
5795
5859
  if (!showMask) {
5796
5860
  this.mask.style.setProperty("pointer-events", "none");
@@ -5800,20 +5864,26 @@ class BkMaskManager {
5800
5864
  if (transfer2)
5801
5865
  content.style.setProperty("z-index", `${localZIndex + 1}`);
5802
5866
  this.activeInstance = content;
5803
- if (!transfer2)
5804
- this.appendContentToMask(content);
5867
+ this.appendContentToMask(content);
5805
5868
  }
5806
5869
  }
5807
5870
  hide(transfer2 = false, content, uuid2) {
5808
5871
  var _a;
5809
5872
  const uid = uuid2 != null ? uuid2 : this.lastUUID;
5810
- this.mask.style.setProperty("display", "none");
5811
5873
  if (!transfer2) {
5812
5874
  content == null ? void 0 : content.remove();
5813
5875
  (_a = this.activeInstance) == null ? void 0 : _a.remove();
5814
5876
  }
5815
5877
  this.activeInstance = void 0;
5816
5878
  this.popIndexStore(uid);
5879
+ const maskList = bkMaskMaker.getMaskStyles(this.parentNode);
5880
+ maskList == null ? void 0 : maskList.pop();
5881
+ if (!(maskList == null ? void 0 : maskList.length)) {
5882
+ this.mask.style.setProperty("display", "none");
5883
+ } else {
5884
+ const style2 = maskList.slice(-1)[0];
5885
+ this.setMaskStyle(style2);
5886
+ }
5817
5887
  }
5818
5888
  storeMaskInsCfg(config) {
5819
5889
  this.zIndexStore.set(config.uuid, config);
@@ -5840,12 +5910,23 @@ class BkMaskManager {
5840
5910
  getActiveContentInstance() {
5841
5911
  return this.activeInstance;
5842
5912
  }
5913
+ initInstance(maskStyle) {
5914
+ if (!this.isInit) {
5915
+ this.isInit = true;
5916
+ const { instance, isExist } = this.getMask();
5917
+ this.mask = instance;
5918
+ this.backupMask = this.getBackupMask();
5919
+ !isExist && this.setMaskStyle(Object.assign({}, this.maskStyle, maskStyle));
5920
+ }
5921
+ }
5843
5922
  getMask() {
5844
5923
  if (this.multiInstance) {
5845
- return this.createMask();
5924
+ return { instance: this.createMask(), isExist: false };
5846
5925
  }
5847
- let div = this.parentNode.querySelector(`[data-bkmask-uid='${this.uniqueMaskAttrTag}']`);
5926
+ let isExist = true;
5927
+ let div = this.parentNode.querySelector(`[data-bk-mask-uid='${this.uniqueMaskAttrTag}']`);
5848
5928
  if (!div) {
5929
+ isExist = false;
5849
5930
  div = this.createMask();
5850
5931
  div.addEventListener("click", (e) => {
5851
5932
  if (e.target === div) {
@@ -5855,6 +5936,17 @@ class BkMaskManager {
5855
5936
  }
5856
5937
  }, true);
5857
5938
  }
5939
+ return {
5940
+ instance: div,
5941
+ isExist
5942
+ };
5943
+ }
5944
+ getBackupMask() {
5945
+ const attrName = "data-bk-backup-uid";
5946
+ let div = this.parentNode.querySelector(`[${attrName}]`);
5947
+ if (!div) {
5948
+ div = this.createMask(attrName);
5949
+ }
5858
5950
  return div;
5859
5951
  }
5860
5952
  createMask(attrName = "data-bk-mask-uid") {
@@ -5870,7 +5962,10 @@ class BkMaskManager {
5870
5962
  }
5871
5963
  getMaskAttrTag(tag2) {
5872
5964
  if (/^(auto|\s+)$/i.test(tag2) || tag2 === null || tag2 === void 0 || tag2 === "") {
5873
- return `__bk_mask_${random(16)}`;
5965
+ if (!bkMaskMaker.getMaskId(this.parentNode)) {
5966
+ bkMaskMaker.setMaskId(this.parentNode, `__bk_mask_${random(16)}`);
5967
+ }
5968
+ return bkMaskMaker.getMaskId(this.parentNode);
5874
5969
  }
5875
5970
  return tag2;
5876
5971
  }
@@ -5878,9 +5973,9 @@ class BkMaskManager {
5878
5973
  this.mask.append(content);
5879
5974
  }
5880
5975
  }
5881
- const bKMaskManager = new BkMaskManager({});
5976
+ new BkMaskManager({});
5882
5977
  class BKPopIndexManager {
5883
- constructor() {
5978
+ constructor(options) {
5884
5979
  this.getActiveClickFnIndex = (match2) => {
5885
5980
  const filterFn = (target) => typeof match2 === "string" ? target.getAttribute(this.uuidAttrName) === match2 : target === match2;
5886
5981
  return this.clickFn.findIndex(({ target }) => filterFn(target));
@@ -5893,10 +5988,23 @@ class BKPopIndexManager {
5893
5988
  this.clickFn = [];
5894
5989
  this.uuidAttrName = "data-bk-pop-uuid";
5895
5990
  this.activePopId = null;
5896
- bKMaskManager.setOption({
5991
+ this.bKMaskManagerInstance = new BkMaskManager({
5992
+ parentNode: this.getParentNode(options == null ? void 0 : options.transfer),
5897
5993
  onClick: this.onMaskClickFn.bind(this)
5898
5994
  });
5899
5995
  }
5996
+ getParentNode(transfer2) {
5997
+ if (typeof transfer2 === "string") {
5998
+ const target = document.querySelector(transfer2);
5999
+ if (target) {
6000
+ return target;
6001
+ }
6002
+ }
6003
+ if (isElement$4(transfer2)) {
6004
+ return transfer2;
6005
+ }
6006
+ return document.body;
6007
+ }
5900
6008
  onMaskClick(callFn, target) {
5901
6009
  this.clickFn.push({ fn: callFn, target });
5902
6010
  }
@@ -5909,8 +6017,8 @@ class BKPopIndexManager {
5909
6017
  const uuid2 = random(16);
5910
6018
  content.setAttribute(this.uuidAttrName, uuid2);
5911
6019
  this.popInstanceList.push({ uuid: uuid2, zIndex, content, showMask, appendStyle });
5912
- showMask && bKMaskManager.backupActiveInstance();
5913
- bKMaskManager.show(content, zIndex, showMask, appendStyle, uuid2, transfer2);
6020
+ showMask && this.bKMaskManagerInstance.backupActiveInstance();
6021
+ this.bKMaskManagerInstance.show(content, zIndex, showMask, appendStyle, uuid2, transfer2);
5914
6022
  this.activePopId = uuid2;
5915
6023
  }
5916
6024
  destroy(content, transfer2 = false) {
@@ -5925,17 +6033,17 @@ class BKPopIndexManager {
5925
6033
  if (this.popInstanceList.length) {
5926
6034
  if (removeLastContent) {
5927
6035
  const lastItem = this.popInstanceList.pop();
5928
- bKMaskManager.popIndexStore(lastItem.uuid);
6036
+ this.bKMaskManagerInstance.popIndexStore(lastItem.uuid);
5929
6037
  lastItem.remove();
5930
6038
  this.activePopId = null;
5931
6039
  }
5932
6040
  if (this.popInstanceList.length) {
5933
6041
  const activeItem = this.popInstanceList.slice(-1)[0];
5934
6042
  const { zIndex, content, showMask, appendStyle, uuid: uuid2 } = activeItem;
5935
- bKMaskManager.show(content, zIndex, showMask, appendStyle, uuid2);
6043
+ this.bKMaskManagerInstance.show(content, zIndex, showMask, appendStyle, uuid2);
5936
6044
  this.activePopId = uuid2;
5937
6045
  } else {
5938
- bKMaskManager.hide();
6046
+ this.bKMaskManagerInstance.hide();
5939
6047
  this.activePopId = null;
5940
6048
  this.clickFn.length = 0;
5941
6049
  }
@@ -5949,9 +6057,9 @@ class BKPopIndexManager {
5949
6057
  if (!transfer2)
5950
6058
  this.popInstanceList[itemIndex].content.remove();
5951
6059
  this.popInstanceList.splice(itemIndex, 1);
5952
- bKMaskManager.popIndexStore(uuid2);
6060
+ this.bKMaskManagerInstance.popIndexStore(uuid2);
5953
6061
  if (!this.popInstanceList.length) {
5954
- bKMaskManager.hide(transfer2);
6062
+ this.bKMaskManagerInstance.hide(transfer2);
5955
6063
  this.activePopId = null;
5956
6064
  this.clickFn.length = 0;
5957
6065
  } else {
@@ -5969,7 +6077,7 @@ class BKPopIndexManager {
5969
6077
  }
5970
6078
  }
5971
6079
  }
5972
- const bkPopIndexManager = new BKPopIndexManager();
6080
+ new BKPopIndexManager();
5973
6081
  var rngBrowser = { exports: {} };
5974
6082
  var getRandomValues = typeof crypto != "undefined" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto != "undefined" && typeof window.msCrypto.getRandomValues == "function" && msCrypto.getRandomValues.bind(msCrypto);
5975
6083
  if (getRandomValues) {
@@ -8283,33 +8391,39 @@ const zhCn = {
8283
8391
  placeholder: "\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"
8284
8392
  }
8285
8393
  };
8286
- const configProviderProps = {
8287
- locale: {
8288
- type: Object
8289
- }
8290
- };
8291
- const defaultRootConfig = reactive({
8292
- locale: zhCn
8293
- });
8294
8394
  const rootProviderKey = Symbol("rootProviderData");
8295
- function useLocale(compName) {
8296
- const config = inject(rootProviderKey, defaultRootConfig);
8297
- return computed(() => {
8298
- const {
8299
- locale: locale2
8300
- } = config;
8301
- return locale2 && compName ? locale2[compName] : {};
8302
- });
8303
- }
8395
+ const defaultRootConfig = {
8396
+ locale: zhCn,
8397
+ prefix: "bk"
8398
+ };
8399
+ const setPrefixVariable = (prefix) => {
8400
+ document.documentElement.style.setProperty("--bk-prefix", prefix || defaultRootConfig.prefix);
8401
+ };
8304
8402
  const provideGlobalConfig = (config) => {
8305
8403
  const configData = reactive(__spreadValues({}, lodash.exports.merge(defaultRootConfig, config)));
8404
+ setPrefixVariable(config.prefix);
8306
8405
  Object.keys(config).forEach((key2) => {
8307
8406
  watch(() => config[key2], () => {
8407
+ if (key2 === "prefix")
8408
+ setPrefixVariable(config[key2]);
8308
8409
  configData[key2] = config[key2];
8309
8410
  });
8310
8411
  });
8311
8412
  provide(rootProviderKey, configData);
8312
8413
  };
8414
+ const useGlobalConfig = () => {
8415
+ const config = inject(rootProviderKey, defaultRootConfig);
8416
+ return computed(() => config);
8417
+ };
8418
+ const configProviderProps = {
8419
+ locale: {
8420
+ type: Object
8421
+ },
8422
+ prefix: {
8423
+ type: String,
8424
+ default: "bk"
8425
+ }
8426
+ };
8313
8427
  var Component$G = defineComponent({
8314
8428
  name: "ConfigProvider",
8315
8429
  inheritAttrs: false,
@@ -8324,6 +8438,27 @@ var Component$G = defineComponent({
8324
8438
  };
8325
8439
  }
8326
8440
  });
8441
+ function useLocale(compName) {
8442
+ const config = inject(rootProviderKey, defaultRootConfig);
8443
+ return computed(() => {
8444
+ const { locale: locale2 } = config;
8445
+ return locale2 && compName ? locale2[compName] : {};
8446
+ });
8447
+ }
8448
+ function usePrefix() {
8449
+ const config = inject(rootProviderKey, defaultRootConfig);
8450
+ const prefix = computed(() => {
8451
+ const { prefix: prefix2 } = config;
8452
+ return prefix2 || "";
8453
+ });
8454
+ function resolveClassName2(cls) {
8455
+ return `${prefix.value}-${cls.replace(new RegExp(`^${defaultRootConfig.prefix}-`), "")}`;
8456
+ }
8457
+ return {
8458
+ prefix,
8459
+ resolveClassName: resolveClassName2
8460
+ };
8461
+ }
8327
8462
  const BkConfigProvider = withInstall(Component$G);
8328
8463
  function generate(node, key2, rootAttrs) {
8329
8464
  return h$1(node.name, __spreadProps(__spreadValues({
@@ -11002,7 +11137,7 @@ const propsMixin$1 = {
11002
11137
  size: j("size", {}),
11003
11138
  draggable: PropTypes.bool.def(true),
11004
11139
  quickClose: PropTypes.bool.def(true),
11005
- transfer: PropTypes.bool.def(false),
11140
+ transfer: PropTypes.oneOfType([Boolean, String, HTMLElement]).def(false),
11006
11141
  zIndex: PropTypes.oneOfType([String, Number]).def("inherit"),
11007
11142
  maxHeight: PropTypes.string,
11008
11143
  direction: PropTypes.string,
@@ -11021,7 +11156,8 @@ var Component$u = defineComponent({
11021
11156
  data() {
11022
11157
  return {
11023
11158
  visible: false,
11024
- closeTimer: null
11159
+ closeTimer: null,
11160
+ bkPopIndexManager: new BKPopIndexManager(__spreadValues({}, this.$props))
11025
11161
  };
11026
11162
  },
11027
11163
  computed: {
@@ -11065,30 +11201,34 @@ var Component$u = defineComponent({
11065
11201
  },
11066
11202
  visible: {
11067
11203
  handler(val) {
11204
+ var _a, _b;
11068
11205
  if (val) {
11069
11206
  this.$nextTick(() => {
11070
- bkPopIndexManager.onMaskClick((_e) => {
11207
+ this.bkPopIndexManager.onMaskClick((_e) => {
11071
11208
  this.handleClickOutSide();
11072
11209
  }, this.$el);
11073
11210
  const hideMaskStyle = {
11074
11211
  "background-color": "rgba(0,0,0,0)"
11075
11212
  };
11076
11213
  const appendStyle = this.showMask ? {} : hideMaskStyle;
11077
- bkPopIndexManager.show(this.$el, this.showMask, appendStyle, this.transfer, this.zIndex);
11214
+ this.bkPopIndexManager.show(this.$el, this.showMask, appendStyle, !!this.transfer, this.zIndex);
11078
11215
  this.$emit("shown");
11079
11216
  });
11080
11217
  } else {
11081
- bkPopIndexManager == null ? void 0 : bkPopIndexManager.hide(this.$el, this.transfer);
11082
- bkPopIndexManager == null ? void 0 : bkPopIndexManager.destroy();
11218
+ (_a = this.bkPopIndexManager) == null ? void 0 : _a.hide(this.$el, !!this.transfer);
11219
+ (_b = this.bkPopIndexManager) == null ? void 0 : _b.destroy();
11083
11220
  }
11084
11221
  },
11085
11222
  immediate: true
11086
11223
  }
11087
11224
  },
11225
+ created() {
11226
+ },
11088
11227
  beforeUnmount() {
11228
+ var _a, _b;
11089
11229
  if (this.visible) {
11090
- bkPopIndexManager == null ? void 0 : bkPopIndexManager.hide(this.$el);
11091
- bkPopIndexManager == null ? void 0 : bkPopIndexManager.destroy();
11230
+ (_a = this.bkPopIndexManager) == null ? void 0 : _a.hide(this.$el);
11231
+ (_b = this.bkPopIndexManager) == null ? void 0 : _b.destroy();
11092
11232
  }
11093
11233
  },
11094
11234
  methods: {
@@ -13056,6 +13196,41 @@ var usePlatform = (fullscreenTarget) => {
13056
13196
  getClippingRect: getClippingRect2
13057
13197
  };
13058
13198
  };
13199
+ const CachedConst = {};
13200
+ const isAvailableId = (query) => {
13201
+ const container2 = document.querySelector(query);
13202
+ return container2 instanceof HTMLElement;
13203
+ };
13204
+ const getFullscreenUid = () => {
13205
+ if (!CachedConst.fullscreenReferId) {
13206
+ CachedConst.fullscreenReferId = `id_${uuid_1.v4()}`;
13207
+ }
13208
+ return CachedConst.fullscreenReferId;
13209
+ };
13210
+ const isElement = (element) => element instanceof Element || element instanceof HTMLDocument;
13211
+ const contentAsHTMLElement = (content) => {
13212
+ if (isElement(content)) {
13213
+ return {
13214
+ isElement: true,
13215
+ content,
13216
+ vNode: void 0
13217
+ };
13218
+ }
13219
+ if (/^(#|\.)/.test(content)) {
13220
+ const target = document.querySelector(content);
13221
+ const isEle = isElement(target);
13222
+ return {
13223
+ isElement: isEle,
13224
+ content: isEle ? target : content,
13225
+ vNode: isEle ? void 0 : content
13226
+ };
13227
+ }
13228
+ return {
13229
+ isElement: false,
13230
+ content,
13231
+ vNode: content
13232
+ };
13233
+ };
13059
13234
  var useFloating = (props2, ctx, {
13060
13235
  refReference,
13061
13236
  refContent,
@@ -13101,6 +13276,13 @@ var useFloating = (props2, ctx, {
13101
13276
  const elContent = resolveTargetElement((_b = refContent.value) == null ? void 0 : _b.$el);
13102
13277
  const elArrow = props2.arrow ? resolveTargetElement((_c = refArrow.value) == null ? void 0 : _c.$el) : null;
13103
13278
  const root = resolveTargetElement((_d = refRoot.value) == null ? void 0 : _d.$el);
13279
+ const {
13280
+ isElement: isElement2,
13281
+ content
13282
+ } = contentAsHTMLElement(props2.content);
13283
+ if (elContent && isElement2 && !(elContent == null ? void 0 : elContent.contains(content))) {
13284
+ elContent.append(content);
13285
+ }
13104
13286
  return {
13105
13287
  elReference,
13106
13288
  elContent,
@@ -13414,18 +13596,6 @@ var useFloating = (props2, ctx, {
13414
13596
  cleanup
13415
13597
  };
13416
13598
  };
13417
- const CachedConst = {};
13418
- const isAvailableId = (query) => {
13419
- const container2 = document.querySelector(query);
13420
- return container2 instanceof HTMLElement;
13421
- };
13422
- const getFullscreenUid = () => {
13423
- if (!CachedConst.fullscreenReferId) {
13424
- CachedConst.fullscreenReferId = `id_${uuid_1.v4()}`;
13425
- }
13426
- return CachedConst.fullscreenReferId;
13427
- };
13428
- const isElement = (element) => element instanceof Element || element instanceof HTMLDocument;
13429
13599
  let popContainerId = null;
13430
13600
  let parentNodeReferId = null;
13431
13601
  var usePopperId = (props2, prefix = "#") => {
@@ -13703,23 +13873,10 @@ var Component$r = defineComponent({
13703
13873
  });
13704
13874
  const renderContent2 = () => {
13705
13875
  if (props2.allowHtml) {
13706
- if (isElement(props2.content)) {
13707
- return h$1("div", {
13708
- innerHTML: props2.content.innerHTML
13709
- });
13710
- }
13711
- if (/^(#|\.)/.test(props2.content)) {
13712
- const target = document.querySelector(props2.content);
13713
- if (isElement(target)) {
13714
- return h$1("div", {
13715
- innerHTML: target.innerHTML
13716
- });
13717
- }
13718
- return content;
13719
- }
13720
- return h$1("div", {
13721
- innerHTML: props2.content
13722
- });
13876
+ const {
13877
+ vNode
13878
+ } = contentAsHTMLElement(props2.content);
13879
+ return vNode;
13723
13880
  }
13724
13881
  return content;
13725
13882
  };
@@ -17567,6 +17724,10 @@ var Column = defineComponent({
17567
17724
  }
17568
17725
  nodes.forEach((node) => {
17569
17726
  var _a, _b, _c;
17727
+ if (Array.isArray(node)) {
17728
+ reduceColumns(node);
17729
+ return;
17730
+ }
17570
17731
  let skipValidateKey0 = true;
17571
17732
  if (((_a = node.type) == null ? void 0 : _a.name) === "TableColumn") {
17572
17733
  skipValidateKey0 = Object.hasOwnProperty.call(node.props || {}, "key");
@@ -18990,6 +19151,9 @@ var TableCell = defineComponent({
18990
19151
  }) {
18991
19152
  const refRoot = ref();
18992
19153
  const isTipsEnabled = ref(false);
19154
+ const cellStyle = computed(() => ({
19155
+ textAlign: props2.column.textAlign
19156
+ }));
18993
19157
  const resolveSetting = () => {
18994
19158
  if (/boolean|object/.test(typeof props2.column.showOverflowTooltip) && props2.column.showOverflowTooltip !== null) {
18995
19159
  return props2.column;
@@ -19090,6 +19254,7 @@ var TableCell = defineComponent({
19090
19254
  var _a;
19091
19255
  return createVNode("div", {
19092
19256
  "class": ["cell", props2.column.type],
19257
+ "style": cellStyle.value,
19093
19258
  "ref": refRoot,
19094
19259
  "title": props2.title
19095
19260
  }, [(_a = slots.default) == null ? void 0 : _a.call(slots)]);
@@ -39959,6 +40124,9 @@ var SearchSelectMenu = defineComponent({
39959
40124
  emit
39960
40125
  }) {
39961
40126
  const t2 = useLocale("searchSelect");
40127
+ const {
40128
+ resolveClassName: resolveClassName2
40129
+ } = usePrefix();
39962
40130
  const localFooterBtns = computed(() => {
39963
40131
  if (props2.footerBtns === void 0 || props2.footerBtns.length === 0) {
39964
40132
  return [{
@@ -40032,13 +40200,14 @@ var SearchSelectMenu = defineComponent({
40032
40200
  handleClickFooterBtn,
40033
40201
  filterList,
40034
40202
  getSearchNode,
40035
- localFooterBtns
40203
+ localFooterBtns,
40204
+ resolveClassName: resolveClassName2
40036
40205
  };
40037
40206
  },
40038
40207
  render() {
40039
40208
  var _a, _b, _c;
40040
40209
  return createVNode("div", {
40041
- "class": "bk-search-select-menu"
40210
+ "class": this.resolveClassName("search-select-menu")
40042
40211
  }, [!!((_a = this.conditions) == null ? void 0 : _a.length) && createVNode("ul", {
40043
40212
  "class": "menu-header"
40044
40213
  }, [this.conditions.map((item) => createVNode("li", {
@@ -40197,6 +40366,9 @@ var SearchSelectInput = defineComponent({
40197
40366
  expose
40198
40367
  }) {
40199
40368
  const t2 = useLocale("searchSelect");
40369
+ const {
40370
+ resolveClassName: resolveClassName2
40371
+ } = usePrefix();
40200
40372
  const inputRef = ref(null);
40201
40373
  const popoverRef = ref(null);
40202
40374
  const keyword = ref("");
@@ -40651,6 +40823,7 @@ var SearchSelectInput = defineComponent({
40651
40823
  handleSelectItem,
40652
40824
  handleSelectCondtionItem,
40653
40825
  handleMenuFooterClick,
40826
+ resolveClassName: resolveClassName2,
40654
40827
  t: t2
40655
40828
  };
40656
40829
  },
@@ -40699,7 +40872,7 @@ var SearchSelectInput = defineComponent({
40699
40872
  }
40700
40873
  return ((_a2 = this.menuList) == null ? void 0 : _a2.length) ? createVNode("div", {
40701
40874
  "ref": "popoverRef",
40702
- "class": "bk-search-select-popover"
40875
+ "class": this.resolveClassName("search-select-popover")
40703
40876
  }, [createVNode(SearchSelectMenu, {
40704
40877
  "list": this.menuList,
40705
40878
  "keyword": this.keyword,
@@ -40890,6 +41063,9 @@ var Component$1 = defineComponent({
40890
41063
  emit
40891
41064
  }) {
40892
41065
  const t2 = useLocale("searchSelect");
41066
+ const {
41067
+ resolveClassName: resolveClassName2
41068
+ } = usePrefix();
40893
41069
  const localConditions = computed(() => {
40894
41070
  if (props2.conditions === void 0) {
40895
41071
  return [{
@@ -40961,10 +41137,10 @@ var Component$1 = defineComponent({
40961
41137
  deep: true
40962
41138
  });
40963
41139
  onMounted(() => {
40964
- addListener(wrapRef.value.querySelector(".bk-search-select-container"), debounceResize);
41140
+ addListener(wrapRef.value.querySelector(`.${resolveClassName2("search-select-container")}`), debounceResize);
40965
41141
  });
40966
41142
  onBeforeUnmount(() => {
40967
- removeListener(wrapRef.value.querySelector(".bk-search-select-container"), debounceResize);
41143
+ removeListener(wrapRef.value.querySelector(`.${resolveClassName2("search-select-container")}`), debounceResize);
40968
41144
  });
40969
41145
  useSearchSelectProvider({
40970
41146
  onEditClick,
@@ -40995,7 +41171,7 @@ var Component$1 = defineComponent({
40995
41171
  overflowIndex.value = -1;
40996
41172
  return;
40997
41173
  }
40998
- const inputEl = wrapRef.value.querySelector(".bk-search-select-container");
41174
+ const inputEl = wrapRef.value.querySelector(`.${resolveClassName2("search-select-container")}`);
40999
41175
  const maxWidth = wrapRef.value.querySelector(".search-container").clientWidth - SELETED_MARGING_RIGHT - 2;
41000
41176
  const tagList = inputEl.querySelectorAll(".search-container-selected:not(.overflow-selected)");
41001
41177
  let width = 0;
@@ -41049,7 +41225,7 @@ var Component$1 = defineComponent({
41049
41225
  var _a;
41050
41226
  v2 && (overflowIndex.value = -1);
41051
41227
  if (v2 === false) {
41052
- (_a = wrapRef.value.querySelector(".bk-search-select-container")) == null ? void 0 : _a.scrollTo(0, 0);
41228
+ (_a = wrapRef.value.querySelector(`.${resolveClassName2("search-select-container")}`)) == null ? void 0 : _a.scrollTo(0, 0);
41053
41229
  }
41054
41230
  isFocus.value = v2;
41055
41231
  }
@@ -41076,6 +41252,7 @@ var Component$1 = defineComponent({
41076
41252
  handleDeleteSelected,
41077
41253
  handleClickSearch,
41078
41254
  localConditions,
41255
+ resolveClassName: resolveClassName2,
41079
41256
  t: t2
41080
41257
  };
41081
41258
  },
@@ -41090,11 +41267,11 @@ var Component$1 = defineComponent({
41090
41267
  }
41091
41268
  } : {});
41092
41269
  return createVNode("div", {
41093
- "class": "bk-search-select",
41270
+ "class": this.resolveClassName("search-select"),
41094
41271
  "ref": "wrapRef"
41095
41272
  }, [createVNode("div", {
41096
41273
  "class": {
41097
- "bk-search-select-container": true,
41274
+ [this.resolveClassName("search-select-container")]: true,
41098
41275
  "is-focus": this.isFocus
41099
41276
  },
41100
41277
  "onClick": this.handleWrapClick
@@ -41139,7 +41316,7 @@ var Component$1 = defineComponent({
41139
41316
  "onClick": this.handleClickSearch,
41140
41317
  "class": `search-nextfix-icon ${this.isFocus ? "is-focus" : ""}`
41141
41318
  }, null)])]), !!this.validateStr.length && createVNode("div", {
41142
- "class": "bk-search-select-tips"
41319
+ "class": this.resolveClassName("search-select-tips")
41143
41320
  }, [this.$slots.validate ? this.$slots.validate() : createVNode(Fragment, null, [createVNode(exclamationCircleShape, {
41144
41321
  "class": "select-tips"
41145
41322
  }, null), this.validateStr || ""])])]);
@@ -41309,4 +41486,4 @@ var preset = {
41309
41486
  install: createInstall(),
41310
41487
  version: "0.0.1"
41311
41488
  };
41312
- export { createPopoverComponent as $bkPopover, BkAffix as Affix, BkAlert as Alert, BkAnimateNumber as AnimateNumber, BkBacktop as Backtop, BkBadge as Badge, BkBreadcrumb as Breadcrumb, BkButton as Button, BkCard as Card, BkCascader as Cascader, BkCheckbox as Checkbox, BkCodeDiff as CodeDiff, BkCollapse as Collapse, BkColorPicker as ColorPicker, BkConfigProvider as ConfigProvider, BkContainer as Container, BkDatePicker as DatePicker, BkDialog as Dialog, BkDivider as Divider, BkDropdown as Dropdown, BkException as Exception, BkFixedNavbar as FixedNavbar, BkForm as Form, BkInfoBox as InfoBox, BkInput as Input, BkLink as Link, BkLoading as Loading, BkMenu as Menu, Message, BkModal as Modal, Navigation, Notify, BkOverflowTitle as OverflowTitle, BkPagination as Pagination, BKPopConfirm as PopConfirm, BkPopover as Popover, BkPopover2 as Popover2, BkProcess as Process, BkProgress as Progress, BkRadio as Radio, BkRate as Rate, BkResizeLayout as ResizeLayout, BkSearchSelect as SearchSelect, BkSelect as Select, BkSideslider as Sideslider, Slider, BkSteps as Steps, BkSwiper as Swiper, BkSwitcher as Switcher, BkTab as Tab, BkTable as Table, BkTableColumn as TableColumn, BkTag as Tag, TagInput, BkTimeline as TimeLine, BkTimePicker as TimePicker, Transfer, BkTree as Tree, Upload, BkVirtualRender as VirtualRender, ellipsis as bkEllipsis, createInstance as bkEllipsisInstance, tooltips as bkTooltips, ClickOutside as clickoutside, configProviderProps, BkContainer as containerProps, preset as default, defaultRootConfig, mousewheel, overflowTitle, provideGlobalConfig, rootProviderKey, useLocale };
41489
+ export { createPopoverComponent as $bkPopover, BkAffix as Affix, BkAlert as Alert, BkAnimateNumber as AnimateNumber, BkBacktop as Backtop, BkBadge as Badge, BkBreadcrumb as Breadcrumb, BkButton as Button, BkCard as Card, BkCascader as Cascader, BkCheckbox as Checkbox, BkCodeDiff as CodeDiff, BkCollapse as Collapse, BkColorPicker as ColorPicker, BkConfigProvider as ConfigProvider, BkContainer as Container, BkDatePicker as DatePicker, BkDialog as Dialog, BkDivider as Divider, BkDropdown as Dropdown, BkException as Exception, BkFixedNavbar as FixedNavbar, BkForm as Form, BkInfoBox as InfoBox, BkInput as Input, BkLink as Link, BkLoading as Loading, BkMenu as Menu, Message, BkModal as Modal, Navigation, Notify, BkOverflowTitle as OverflowTitle, BkPagination as Pagination, BKPopConfirm as PopConfirm, BkPopover as Popover, BkPopover2 as Popover2, BkProcess as Process, BkProgress as Progress, BkRadio as Radio, BkRate as Rate, BkResizeLayout as ResizeLayout, BkSearchSelect as SearchSelect, BkSelect as Select, BkSideslider as Sideslider, Slider, BkSteps as Steps, BkSwiper as Swiper, BkSwitcher as Switcher, BkTab as Tab, BkTable as Table, BkTableColumn as TableColumn, BkTag as Tag, TagInput, BkTimeline as TimeLine, BkTimePicker as TimePicker, Transfer, BkTree as Tree, Upload, BkVirtualRender as VirtualRender, ellipsis as bkEllipsis, createInstance as bkEllipsisInstance, tooltips as bkTooltips, ClickOutside as clickoutside, BkContainer as containerProps, preset as default, mousewheel, overflowTitle, provideGlobalConfig, setPrefixVariable, useGlobalConfig, useLocale, usePrefix };