bkui-vue 0.0.1-beta.446 → 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 (386) hide show
  1. package/dist/index.cjs.js +34 -34
  2. package/dist/index.esm.js +69 -30
  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/directives/{index.d.ts → src/index.d.ts} +1 -1
  17. package/lib/hooks.js +1 -0
  18. package/lib/icon/img-error.js +1 -0
  19. package/lib/icon/index.js +1 -1
  20. package/lib/icon/src/index.d.ts +79 -0
  21. package/lib/index.js +1 -1
  22. package/lib/input/{index.d.ts → src/index.d.ts} +4 -4
  23. package/lib/modal/{index.d.ts → src/index.d.ts} +3 -3
  24. package/lib/modal/{modal.d.ts → src/modal.d.ts} +1 -1
  25. package/lib/pagination/{use-limit.d.ts → src/use-limit.d.ts} +1 -1
  26. package/lib/pagination/{use-total.d.ts → src/use-total.d.ts} +1 -1
  27. package/lib/plugins/src/index.d.ts +1 -0
  28. package/lib/search-select/index.js +1 -1
  29. package/lib/search-select/{index.d.ts → src/index.d.ts} +6 -0
  30. package/lib/search-select/{input.d.ts → src/input.d.ts} +1 -0
  31. package/lib/search-select/{menu.d.ts → src/menu.d.ts} +1 -0
  32. package/lib/search-select/{search-select.d.ts → src/search-select.d.ts} +2 -0
  33. package/lib/search-select/{selected.d.ts → src/selected.d.ts} +1 -0
  34. package/lib/select/{index.d.ts → src/index.d.ts} +4 -4
  35. package/lib/select/{type.d.ts → src/type.d.ts} +1 -1
  36. package/lib/shared/index.js +1 -1
  37. package/lib/shared/{hooks → src/hooks}/use-form-item.d.ts +1 -1
  38. package/lib/shared/{hooks → src/hooks}/use-form.d.ts +1 -1
  39. package/lib/shared/{token.d.ts → src/token.d.ts} +1 -1
  40. package/lib/slider/{slider-button.d.ts → src/slider-button.d.ts} +1 -1
  41. package/lib/styles/src/index.d.ts +56 -0
  42. package/lib/table/{const.d.ts → src/const.d.ts} +1 -1
  43. package/lib/table/{render.d.ts → src/render.d.ts} +1 -1
  44. package/lib/tag-input/{index.d.ts → src/index.d.ts} +4 -4
  45. package/lib/tag-input/{tag-input.d.ts → src/tag-input.d.ts} +2 -2
  46. package/lib/tag-input/{tag-props.d.ts → src/tag-props.d.ts} +1 -1
  47. package/lib/tag-input/{tag-render.d.ts → src/tag-render.d.ts} +1 -1
  48. package/package.json +1 -1
  49. package/lib/config-provider/type.d.ts +0 -125
  50. package/lib/icon/image-fill.js +0 -1
  51. package/lib/icon/index.d.ts +0 -79
  52. package/lib/index.d.ts +0 -5
  53. package/lib/plugins/index.d.ts +0 -1
  54. package/lib/styles/index.d.ts +0 -56
  55. package/lib/breadcrumb/{breadcrumb-item.d.ts → src/breadcrumb-item.d.ts} +0 -0
  56. package/lib/breadcrumb/{breadcrumb.d.ts → src/breadcrumb.d.ts} +0 -0
  57. package/lib/breadcrumb/{index.d.ts → src/index.d.ts} +0 -0
  58. package/lib/breadcrumb/{props.d.ts → src/props.d.ts} +0 -0
  59. package/lib/button/{button-group.d.ts → src/button-group.d.ts} +0 -0
  60. package/lib/button/{button.d.ts → src/button.d.ts} +0 -0
  61. package/lib/button/{index.d.ts → src/index.d.ts} +0 -0
  62. package/lib/card/{card.d.ts → src/card.d.ts} +0 -0
  63. package/lib/card/{index.d.ts → src/index.d.ts} +0 -0
  64. package/lib/cascader/{cascader-panel.d.ts → src/cascader-panel.d.ts} +0 -0
  65. package/lib/cascader/{cascader.d.ts → src/cascader.d.ts} +0 -0
  66. package/lib/cascader/{index.d.ts → src/index.d.ts} +0 -0
  67. package/lib/cascader/{interface.d.ts → src/interface.d.ts} +0 -0
  68. package/lib/cascader/{node.d.ts → src/node.d.ts} +0 -0
  69. package/lib/cascader/{store.d.ts → src/store.d.ts} +0 -0
  70. package/lib/checkbox/{checkbox-group.d.ts → src/checkbox-group.d.ts} +0 -0
  71. package/lib/checkbox/{checkbox.d.ts → src/checkbox.d.ts} +0 -0
  72. package/lib/checkbox/{common.d.ts → src/common.d.ts} +0 -0
  73. package/lib/checkbox/{index.d.ts → src/index.d.ts} +0 -0
  74. package/lib/checkbox/{type.d.ts → src/type.d.ts} +0 -0
  75. package/lib/code-diff/{index.d.ts → src/index.d.ts} +0 -0
  76. package/lib/collapse/{collapse-panel.d.ts → src/collapse-panel.d.ts} +0 -0
  77. package/lib/collapse/{collapse.d.ts → src/collapse.d.ts} +0 -0
  78. package/lib/collapse/{index.d.ts → src/index.d.ts} +0 -0
  79. package/lib/collapse/{props.d.ts → src/props.d.ts} +0 -0
  80. package/lib/collapse/{utils.d.ts → src/utils.d.ts} +0 -0
  81. package/lib/collapse-transition/{collapse-transition.d.ts → src/collapse-transition.d.ts} +0 -0
  82. package/lib/collapse-transition/{index.d.ts → src/index.d.ts} +0 -0
  83. package/lib/color-picker/{color-picker.d.ts → src/color-picker.d.ts} +0 -0
  84. package/lib/color-picker/{components → src/components}/color-input.d.ts +0 -0
  85. package/lib/color-picker/{components → src/components}/hue-slider.d.ts +0 -0
  86. package/lib/color-picker/{components → src/components}/input-container.d.ts +0 -0
  87. package/lib/color-picker/{components → src/components}/recommend-colors.d.ts +0 -0
  88. package/lib/color-picker/{components → src/components}/saturation-panel.d.ts +0 -0
  89. package/lib/color-picker/{index.d.ts → src/index.d.ts} +0 -0
  90. package/lib/color-picker/{utils.d.ts → src/utils.d.ts} +0 -0
  91. package/lib/container/{col.d.ts → src/col.d.ts} +0 -0
  92. package/lib/container/{container.d.ts → src/container.d.ts} +0 -0
  93. package/lib/container/{index.d.ts → src/index.d.ts} +0 -0
  94. package/lib/container/{row.d.ts → src/row.d.ts} +0 -0
  95. package/lib/date-picker/{base → src/base}/confirm.d.ts +0 -0
  96. package/lib/date-picker/{base → src/base}/date-table.d.ts +0 -0
  97. package/lib/date-picker/{base → src/base}/month-table.d.ts +0 -0
  98. package/lib/date-picker/{base → src/base}/picker-dropdown.d.ts +0 -0
  99. package/lib/date-picker/{base → src/base}/time-spinner.d.ts +0 -0
  100. package/lib/date-picker/{base → src/base}/year-table.d.ts +0 -0
  101. package/lib/date-picker/{date-picker.d.ts → src/date-picker.d.ts} +0 -0
  102. package/lib/date-picker/{fecha.d.ts → src/fecha.d.ts} +0 -0
  103. package/lib/date-picker/{index.d.ts → src/index.d.ts} +0 -0
  104. package/lib/date-picker/{interface.d.ts → src/interface.d.ts} +0 -0
  105. package/lib/date-picker/{panel → src/panel}/date-range.d.ts +0 -0
  106. package/lib/date-picker/{panel → src/panel}/date.d.ts +0 -0
  107. package/lib/date-picker/{panel → src/panel}/time-range.d.ts +0 -0
  108. package/lib/date-picker/{panel → src/panel}/time.d.ts +0 -0
  109. package/lib/date-picker/{props.d.ts → src/props.d.ts} +0 -0
  110. package/lib/date-picker/{time-picker.d.ts → src/time-picker.d.ts} +0 -0
  111. package/lib/date-picker/{utils.d.ts → src/utils.d.ts} +0 -0
  112. package/lib/dialog/{dialog.d.ts → src/dialog.d.ts} +0 -0
  113. package/lib/dialog/{index.d.ts → src/index.d.ts} +0 -0
  114. package/lib/dialog/{props.d.ts → src/props.d.ts} +0 -0
  115. package/lib/directives/{clickoutside.d.ts → src/clickoutside.d.ts} +0 -0
  116. package/lib/directives/{ellipsis.d.ts → src/ellipsis.d.ts} +0 -0
  117. package/lib/directives/{mousewheel.d.ts → src/mousewheel.d.ts} +0 -0
  118. package/lib/directives/{tooltips.d.ts → src/tooltips.d.ts} +0 -0
  119. package/lib/divider/{divider.d.ts → src/divider.d.ts} +0 -0
  120. package/lib/divider/{index.d.ts → src/index.d.ts} +0 -0
  121. package/lib/divider/{props.d.ts → src/props.d.ts} +0 -0
  122. package/lib/dropdown/{dropdown-item.d.ts → src/dropdown-item.d.ts} +0 -0
  123. package/lib/dropdown/{dropdown-menu.d.ts → src/dropdown-menu.d.ts} +0 -0
  124. package/lib/dropdown/{dropdown.d.ts → src/dropdown.d.ts} +0 -0
  125. package/lib/dropdown/{index.d.ts → src/index.d.ts} +0 -0
  126. package/lib/exception/{exception.d.ts → src/exception.d.ts} +0 -0
  127. package/lib/exception/{index.d.ts → src/index.d.ts} +0 -0
  128. package/lib/exception/{typings → src/typings}/index.d.ts +0 -0
  129. package/lib/fixed-navbar/{fixed-navbar.d.ts → src/fixed-navbar.d.ts} +0 -0
  130. package/lib/fixed-navbar/{index.d.ts → src/index.d.ts} +0 -0
  131. package/lib/form/{compose-form-item.d.ts → src/compose-form-item.d.ts} +0 -0
  132. package/lib/form/{form-item.d.ts → src/form-item.d.ts} +0 -0
  133. package/lib/form/{form.d.ts → src/form.d.ts} +0 -0
  134. package/lib/form/{index.d.ts → src/index.d.ts} +0 -0
  135. package/lib/form/{type.d.ts → src/type.d.ts} +0 -0
  136. package/lib/form/{utils.d.ts → src/utils.d.ts} +0 -0
  137. package/lib/form/{validator.d.ts → src/validator.d.ts} +0 -0
  138. package/lib/{use-message.d.ts → hooks/use-message.d.ts} +0 -0
  139. package/lib/icon/{angle-double-down-line.d.ts → icons/angle-double-down-line.d.ts} +0 -0
  140. package/lib/icon/{angle-double-left-line.d.ts → icons/angle-double-left-line.d.ts} +0 -0
  141. package/lib/icon/{angle-double-left.d.ts → icons/angle-double-left.d.ts} +0 -0
  142. package/lib/icon/{angle-double-right-line.d.ts → icons/angle-double-right-line.d.ts} +0 -0
  143. package/lib/icon/{angle-double-right.d.ts → icons/angle-double-right.d.ts} +0 -0
  144. package/lib/icon/{angle-double-up-line.d.ts → icons/angle-double-up-line.d.ts} +0 -0
  145. package/lib/icon/{angle-down-fill.d.ts → icons/angle-down-fill.d.ts} +0 -0
  146. package/lib/icon/{angle-down-line.d.ts → icons/angle-down-line.d.ts} +0 -0
  147. package/lib/icon/{angle-down.d.ts → icons/angle-down.d.ts} +0 -0
  148. package/lib/icon/{angle-left.d.ts → icons/angle-left.d.ts} +0 -0
  149. package/lib/icon/{angle-right.d.ts → icons/angle-right.d.ts} +0 -0
  150. package/lib/icon/{angle-up-fill.d.ts → icons/angle-up-fill.d.ts} +0 -0
  151. package/lib/icon/{angle-up.d.ts → icons/angle-up.d.ts} +0 -0
  152. package/lib/icon/{archive-fill.d.ts → icons/archive-fill.d.ts} +0 -0
  153. package/lib/icon/{arrows-left.d.ts → icons/arrows-left.d.ts} +0 -0
  154. package/lib/icon/{arrows-right.d.ts → icons/arrows-right.d.ts} +0 -0
  155. package/lib/icon/{audio-fill.d.ts → icons/audio-fill.d.ts} +0 -0
  156. package/lib/icon/{bk.d.ts → icons/bk.d.ts} +0 -0
  157. package/lib/icon/{circle.d.ts → icons/circle.d.ts} +0 -0
  158. package/lib/icon/{close-line.d.ts → icons/close-line.d.ts} +0 -0
  159. package/lib/icon/{close.d.ts → icons/close.d.ts} +0 -0
  160. package/lib/icon/{code.d.ts → icons/code.d.ts} +0 -0
  161. package/lib/icon/{cog-shape.d.ts → icons/cog-shape.d.ts} +0 -0
  162. package/lib/icon/{collapse-left.d.ts → icons/collapse-left.d.ts} +0 -0
  163. package/lib/icon/{copy.d.ts → icons/copy.d.ts} +0 -0
  164. package/lib/icon/{data-shape.d.ts → icons/data-shape.d.ts} +0 -0
  165. package/lib/icon/{del.d.ts → icons/del.d.ts} +0 -0
  166. package/lib/icon/{doc-fill.d.ts → icons/doc-fill.d.ts} +0 -0
  167. package/lib/icon/{done.d.ts → icons/done.d.ts} +0 -0
  168. package/lib/icon/{down-shape.d.ts → icons/down-shape.d.ts} +0 -0
  169. package/lib/icon/{down-small.d.ts → icons/down-small.d.ts} +0 -0
  170. package/lib/icon/{edit-line.d.ts → icons/edit-line.d.ts} +0 -0
  171. package/lib/icon/{ellipsis.d.ts → icons/ellipsis.d.ts} +0 -0
  172. package/lib/icon/{enlarge-line.d.ts → icons/enlarge-line.d.ts} +0 -0
  173. package/lib/icon/{error.d.ts → icons/error.d.ts} +0 -0
  174. package/lib/icon/{excel-fill.d.ts → icons/excel-fill.d.ts} +0 -0
  175. package/lib/icon/{exclamation-circle-shape.d.ts → icons/exclamation-circle-shape.d.ts} +0 -0
  176. package/lib/icon/{eye.d.ts → icons/eye.d.ts} +0 -0
  177. package/lib/icon/{filliscreen-line.d.ts → icons/filliscreen-line.d.ts} +0 -0
  178. package/lib/icon/{folder-open.d.ts → icons/folder-open.d.ts} +0 -0
  179. package/lib/icon/{folder-shape-open.d.ts → icons/folder-shape-open.d.ts} +0 -0
  180. package/lib/icon/{folder-shape.d.ts → icons/folder-shape.d.ts} +0 -0
  181. package/lib/icon/{folder.d.ts → icons/folder.d.ts} +0 -0
  182. package/lib/icon/{funnel.d.ts → icons/funnel.d.ts} +0 -0
  183. package/lib/icon/{help-document-fill.d.ts → icons/help-document-fill.d.ts} +0 -0
  184. package/lib/icon/{help-fill.d.ts → icons/help-fill.d.ts} +0 -0
  185. package/lib/icon/{help.d.ts → icons/help.d.ts} +0 -0
  186. package/lib/icon/{icon.d.ts → icons/icon.d.ts} +0 -0
  187. package/lib/icon/{image-fill.d.ts → icons/image-fill.d.ts} +0 -0
  188. package/lib/icon/{img-error.d.ts → icons/img-error.d.ts} +0 -0
  189. package/lib/icon/{img-placehoulder.d.ts → icons/img-placehoulder.d.ts} +0 -0
  190. package/lib/icon/{info-line.d.ts → icons/info-line.d.ts} +0 -0
  191. package/lib/icon/{info.d.ts → icons/info.d.ts} +0 -0
  192. package/lib/icon/{left-shape.d.ts → icons/left-shape.d.ts} +0 -0
  193. package/lib/icon/{left-turn-line.d.ts → icons/left-turn-line.d.ts} +0 -0
  194. package/lib/icon/{narrow-line.d.ts → icons/narrow-line.d.ts} +0 -0
  195. package/lib/icon/{original.d.ts → icons/original.d.ts} +0 -0
  196. package/lib/icon/{pdf-fill.d.ts → icons/pdf-fill.d.ts} +0 -0
  197. package/lib/icon/{play-shape.d.ts → icons/play-shape.d.ts} +0 -0
  198. package/lib/icon/{plus.d.ts → icons/plus.d.ts} +0 -0
  199. package/lib/icon/{ppt-fill.d.ts → icons/ppt-fill.d.ts} +0 -0
  200. package/lib/icon/{qq.d.ts → icons/qq.d.ts} +0 -0
  201. package/lib/icon/{right-shape.d.ts → icons/right-shape.d.ts} +0 -0
  202. package/lib/icon/{right-turn-line.d.ts → icons/right-turn-line.d.ts} +0 -0
  203. package/lib/icon/{search.d.ts → icons/search.d.ts} +0 -0
  204. package/lib/icon/{share.d.ts → icons/share.d.ts} +0 -0
  205. package/lib/icon/{spinner.d.ts → icons/spinner.d.ts} +0 -0
  206. package/lib/icon/{success.d.ts → icons/success.d.ts} +0 -0
  207. package/lib/icon/{switcher-loading.d.ts → icons/switcher-loading.d.ts} +0 -0
  208. package/lib/icon/{text-file.d.ts → icons/text-file.d.ts} +0 -0
  209. package/lib/icon/{text-fill.d.ts → icons/text-fill.d.ts} +0 -0
  210. package/lib/icon/{transfer.d.ts → icons/transfer.d.ts} +0 -0
  211. package/lib/icon/{tree-application-shape.d.ts → icons/tree-application-shape.d.ts} +0 -0
  212. package/lib/icon/{unfull-screen.d.ts → icons/unfull-screen.d.ts} +0 -0
  213. package/lib/icon/{unvisible.d.ts → icons/unvisible.d.ts} +0 -0
  214. package/lib/icon/{up-shape.d.ts → icons/up-shape.d.ts} +0 -0
  215. package/lib/icon/{upload.d.ts → icons/upload.d.ts} +0 -0
  216. package/lib/icon/{video-fill.d.ts → icons/video-fill.d.ts} +0 -0
  217. package/lib/icon/{warn.d.ts → icons/warn.d.ts} +0 -0
  218. package/lib/icon/{weixin.d.ts → icons/weixin.d.ts} +0 -0
  219. package/lib/image/{image-viewer.d.ts → src/image-viewer.d.ts} +0 -0
  220. package/lib/image/{image.d.ts → src/image.d.ts} +0 -0
  221. package/lib/image/{index.d.ts → src/index.d.ts} +0 -0
  222. package/lib/image/{props.d.ts → src/props.d.ts} +0 -0
  223. package/lib/info-box/{index.d.ts → src/index.d.ts} +0 -0
  224. package/lib/info-box/{info-box.d.ts → src/info-box.d.ts} +0 -0
  225. package/lib/input/{input.d.ts → src/input.d.ts} +1 -1
  226. package/lib/link/{index.d.ts → src/index.d.ts} +0 -0
  227. package/lib/link/{link.d.ts → src/link.d.ts} +0 -0
  228. package/lib/loading/{directive.d.ts → src/directive.d.ts} +0 -0
  229. package/lib/loading/{index.d.ts → src/index.d.ts} +0 -0
  230. package/lib/loading/{loading.d.ts → src/loading.d.ts} +0 -0
  231. package/lib/locale/{index.d.ts → src/index.d.ts} +0 -0
  232. package/lib/locale/{lang → src/lang}/en.d.ts +0 -0
  233. package/lib/locale/{lang → src/lang}/zh-cn.d.ts +0 -0
  234. package/lib/menu/{index.d.ts → src/index.d.ts} +0 -0
  235. package/lib/menu/{menu-group.d.ts → src/menu-group.d.ts} +0 -0
  236. package/lib/menu/{menu-item.d.ts → src/menu-item.d.ts} +0 -0
  237. package/lib/menu/{menu.d.ts → src/menu.d.ts} +0 -0
  238. package/lib/menu/{submenu.d.ts → src/submenu.d.ts} +0 -0
  239. package/lib/menu/{utils.d.ts → src/utils.d.ts} +0 -0
  240. package/lib/message/{index.d.ts → src/index.d.ts} +0 -0
  241. package/lib/message/{messageConstructor.d.ts → src/messageConstructor.d.ts} +0 -0
  242. package/lib/modal/{props.mixin.d.ts → src/props.mixin.d.ts} +0 -0
  243. package/lib/navigation/{index.d.ts → src/index.d.ts} +0 -0
  244. package/lib/navigation/{navigation-title.d.ts → src/navigation-title.d.ts} +0 -0
  245. package/lib/navigation/{navigation.d.ts → src/navigation.d.ts} +0 -0
  246. package/lib/notify/{index.d.ts → src/index.d.ts} +0 -0
  247. package/lib/notify/{notifyConstructor.d.ts → src/notifyConstructor.d.ts} +0 -0
  248. package/lib/overflow-title/{components → src/components}/overflow-title.d.ts +0 -0
  249. package/lib/overflow-title/{directive → src/directive}/overflow-title.d.ts +0 -0
  250. package/lib/overflow-title/{index.d.ts → src/index.d.ts} +0 -0
  251. package/lib/overflow-title/{props.d.ts → src/props.d.ts} +0 -0
  252. package/lib/overflow-title/{utils → src/utils}/getActualWidthByCanvas.d.ts +0 -0
  253. package/lib/overflow-title/{utils → src/utils}/getActualWidthByDom.d.ts +0 -0
  254. package/lib/pagination/{index.d.ts → src/index.d.ts} +0 -0
  255. package/lib/pagination/{pagination.d.ts → src/pagination.d.ts} +0 -0
  256. package/lib/pagination/{type.d.ts → src/type.d.ts} +0 -0
  257. package/lib/pagination/{use-list.d.ts → src/use-list.d.ts} +0 -0
  258. package/lib/pagination/{use-small-list.d.ts → src/use-small-list.d.ts} +0 -0
  259. package/lib/plugin-popover/{index.d.ts → src/index.d.ts} +0 -0
  260. package/lib/pop-confirm/{index.d.ts → src/index.d.ts} +0 -0
  261. package/lib/pop-confirm/{pop-confirm.d.ts → src/pop-confirm.d.ts} +0 -0
  262. package/lib/pop-confirm/{props.d.ts → src/props.d.ts} +0 -0
  263. package/lib/popover/{arrow.d.ts → src/arrow.d.ts} +0 -0
  264. package/lib/popover/{const.d.ts → src/const.d.ts} +0 -0
  265. package/lib/popover/{content.d.ts → src/content.d.ts} +0 -0
  266. package/lib/popover/{index.d.ts → src/index.d.ts} +0 -0
  267. package/lib/popover/{plugin-popover.d.ts → src/plugin-popover.d.ts} +0 -0
  268. package/lib/popover/{popover.d.ts → src/popover.d.ts} +0 -0
  269. package/lib/popover/{props.d.ts → src/props.d.ts} +0 -0
  270. package/lib/popover/{reference.d.ts → src/reference.d.ts} +0 -0
  271. package/lib/popover/{root.d.ts → src/root.d.ts} +0 -0
  272. package/lib/popover/{use-floating.d.ts → src/use-floating.d.ts} +0 -0
  273. package/lib/popover/{use-platform.d.ts → src/use-platform.d.ts} +0 -0
  274. package/lib/popover/{use-popover-init.d.ts → src/use-popover-init.d.ts} +0 -0
  275. package/lib/popover/{use-popper-id.d.ts → src/use-popper-id.d.ts} +0 -0
  276. package/lib/popover/{utils.d.ts → src/utils.d.ts} +0 -0
  277. package/lib/popover2/{index.d.ts → src/index.d.ts} +0 -0
  278. package/lib/popover2/{popover.d.ts → src/popover.d.ts} +0 -0
  279. package/lib/process/{index.d.ts → src/index.d.ts} +0 -0
  280. package/lib/process/{process.d.ts → src/process.d.ts} +0 -0
  281. package/lib/progress/{circle.d.ts → src/circle.d.ts} +0 -0
  282. package/lib/progress/{index.d.ts → src/index.d.ts} +0 -0
  283. package/lib/progress/{line.d.ts → src/line.d.ts} +0 -0
  284. package/lib/progress/{progress.d.ts → src/progress.d.ts} +0 -0
  285. package/lib/radio/{common.d.ts → src/common.d.ts} +0 -0
  286. package/lib/radio/{index.d.ts → src/index.d.ts} +0 -0
  287. package/lib/radio/{radio-button.d.ts → src/radio-button.d.ts} +0 -0
  288. package/lib/radio/{radio-group.d.ts → src/radio-group.d.ts} +0 -0
  289. package/lib/radio/{radio.d.ts → src/radio.d.ts} +0 -0
  290. package/lib/radio/{type.d.ts → src/type.d.ts} +0 -0
  291. package/lib/rate/{index.d.ts → src/index.d.ts} +0 -0
  292. package/lib/rate/{rate.d.ts → src/rate.d.ts} +0 -0
  293. package/lib/rate/{star.d.ts → src/star.d.ts} +0 -0
  294. package/lib/resize-layout/{index.d.ts → src/index.d.ts} +0 -0
  295. package/lib/resize-layout/{resize-layout.d.ts → src/resize-layout.d.ts} +0 -0
  296. package/lib/search-select/{utils.d.ts → src/utils.d.ts} +0 -0
  297. package/lib/select/{common.d.ts → src/common.d.ts} +0 -0
  298. package/lib/select/{option.d.ts → src/option.d.ts} +0 -0
  299. package/lib/select/{optionGroup.d.ts → src/optionGroup.d.ts} +0 -0
  300. package/lib/select/{select.d.ts → src/select.d.ts} +1 -1
  301. /package/lib/select/{selectTagInput.d.ts → src/selectTagInput.d.ts} +0 -0
  302. /package/lib/shared/{dom.d.ts → src/dom.d.ts} +0 -0
  303. /package/lib/shared/{helper.d.ts → src/helper.d.ts} +0 -0
  304. /package/lib/shared/{index.d.ts → src/index.d.ts} +0 -0
  305. /package/lib/shared/{mask-manager.d.ts → src/mask-manager.d.ts} +0 -0
  306. /package/lib/shared/{pop-manager.d.ts → src/pop-manager.d.ts} +0 -0
  307. /package/lib/shared/{popover.d.ts → src/popover.d.ts} +0 -0
  308. /package/lib/shared/{scrollbar-width.d.ts → src/scrollbar-width.d.ts} +0 -0
  309. /package/lib/shared/{utils.d.ts → src/utils.d.ts} +0 -0
  310. /package/lib/shared/{vue-types.d.ts → src/vue-types.d.ts} +0 -0
  311. /package/lib/shared/{z-index-manager.d.ts → src/z-index-manager.d.ts} +0 -0
  312. /package/lib/sideslider/{index.d.ts → src/index.d.ts} +0 -0
  313. /package/lib/sideslider/{sideslider.d.ts → src/sideslider.d.ts} +0 -0
  314. /package/lib/slider/{index.d.ts → src/index.d.ts} +0 -0
  315. /package/lib/slider/{slider.d.ts → src/slider.d.ts} +0 -0
  316. /package/lib/steps/{index.d.ts → src/index.d.ts} +0 -0
  317. /package/lib/steps/{steps.d.ts → src/steps.d.ts} +0 -0
  318. /package/lib/swiper/{index.d.ts → src/index.d.ts} +0 -0
  319. /package/lib/swiper/{swiper.d.ts → src/swiper.d.ts} +0 -0
  320. /package/lib/switcher/{index.d.ts → src/index.d.ts} +0 -0
  321. /package/lib/switcher/{switcher.d.ts → src/switcher.d.ts} +0 -0
  322. /package/lib/tab/{index.d.ts → src/index.d.ts} +0 -0
  323. /package/lib/tab/{props.d.ts → src/props.d.ts} +0 -0
  324. /package/lib/tab/{tab-nav.d.ts → src/tab-nav.d.ts} +0 -0
  325. /package/lib/tab/{tab-panel.d.ts → src/tab-panel.d.ts} +0 -0
  326. /package/lib/tab/{tab.d.ts → src/tab.d.ts} +0 -0
  327. /package/lib/table/{cache.d.ts → src/cache.d.ts} +0 -0
  328. /package/lib/table/{components → src/components}/index.d.ts +0 -0
  329. /package/lib/table/{components → src/components}/table-cell.d.ts +0 -0
  330. /package/lib/table/{components → src/components}/table-column.d.ts +0 -0
  331. /package/lib/table/{components → src/components}/table-row.d.ts +0 -0
  332. /package/lib/table/{index.d.ts → src/index.d.ts} +0 -0
  333. /package/lib/table/{plugins → src/plugins}/body-empty.d.ts +0 -0
  334. /package/lib/table/{plugins → src/plugins}/col-group.d.ts +0 -0
  335. /package/lib/table/{plugins → src/plugins}/common.d.ts +0 -0
  336. /package/lib/table/{plugins → src/plugins}/head-filter.d.ts +0 -0
  337. /package/lib/table/{plugins → src/plugins}/head-sort.d.ts +0 -0
  338. /package/lib/table/{plugins → src/plugins}/index.d.ts +0 -0
  339. /package/lib/table/{plugins → src/plugins}/settings.d.ts +0 -0
  340. /package/lib/table/{plugins → src/plugins}/use-active-columns.d.ts +0 -0
  341. /package/lib/table/{plugins → src/plugins}/use-column-resize.d.ts +0 -0
  342. /package/lib/table/{plugins → src/plugins}/use-fixed-column.d.ts +0 -0
  343. /package/lib/table/{plugins → src/plugins}/use-pagination.d.ts +0 -0
  344. /package/lib/table/{plugins → src/plugins}/use-scroll-loading.d.ts +0 -0
  345. /package/lib/table/{props.d.ts → src/props.d.ts} +0 -0
  346. /package/lib/table/{table.d.ts → src/table.d.ts} +0 -0
  347. /package/lib/table/{use-column.d.ts → src/use-column.d.ts} +0 -0
  348. /package/lib/table/{use-common.d.ts → src/use-common.d.ts} +0 -0
  349. /package/lib/table/{utils.d.ts → src/utils.d.ts} +0 -0
  350. /package/lib/table-column/{index.d.ts → src/index.d.ts} +0 -0
  351. /package/lib/tag/{index.d.ts → src/index.d.ts} +0 -0
  352. /package/lib/tag/{tag.d.ts → src/tag.d.ts} +0 -0
  353. /package/lib/tag-input/{common.d.ts → src/common.d.ts} +0 -0
  354. /package/lib/tag-input/{list-tag-render.d.ts → src/list-tag-render.d.ts} +0 -0
  355. /package/lib/time-picker/{index.d.ts → src/index.d.ts} +0 -0
  356. /package/lib/timeline/{index.d.ts → src/index.d.ts} +0 -0
  357. /package/lib/timeline/{timeline.d.ts → src/timeline.d.ts} +0 -0
  358. /package/lib/transfer/{const.d.ts → src/const.d.ts} +0 -0
  359. /package/lib/transfer/{index.d.ts → src/index.d.ts} +0 -0
  360. /package/lib/transfer/{props.d.ts → src/props.d.ts} +0 -0
  361. /package/lib/transfer/{transfer.d.ts → src/transfer.d.ts} +0 -0
  362. /package/lib/tree/{constant.d.ts → src/constant.d.ts} +0 -0
  363. /package/lib/tree/{index.d.ts → src/index.d.ts} +0 -0
  364. /package/lib/tree/{props.d.ts → src/props.d.ts} +0 -0
  365. /package/lib/tree/{tree.d.ts → src/tree.d.ts} +0 -0
  366. /package/lib/tree/{use-empty.d.ts → src/use-empty.d.ts} +0 -0
  367. /package/lib/tree/{use-node-action.d.ts → src/use-node-action.d.ts} +0 -0
  368. /package/lib/tree/{use-node-async.d.ts → src/use-node-async.d.ts} +0 -0
  369. /package/lib/tree/{use-node-attribute.d.ts → src/use-node-attribute.d.ts} +0 -0
  370. /package/lib/tree/{use-node-drag.d.ts → src/use-node-drag.d.ts} +0 -0
  371. /package/lib/tree/{use-search.d.ts → src/use-search.d.ts} +0 -0
  372. /package/lib/tree/{use-tree-init.d.ts → src/use-tree-init.d.ts} +0 -0
  373. /package/lib/tree/{util.d.ts → src/util.d.ts} +0 -0
  374. /package/lib/upload/{index.d.ts → src/index.d.ts} +0 -0
  375. /package/lib/upload/{props.d.ts → src/props.d.ts} +0 -0
  376. /package/lib/upload/{upload-list.d.ts → src/upload-list.d.ts} +0 -0
  377. /package/lib/upload/{upload-trigger.d.ts → src/upload-trigger.d.ts} +0 -0
  378. /package/lib/upload/{upload.d.ts → src/upload.d.ts} +0 -0
  379. /package/lib/upload/{upload.type.d.ts → src/upload.type.d.ts} +0 -0
  380. /package/lib/upload/{use-ajax-upload.d.ts → src/use-ajax-upload.d.ts} +0 -0
  381. /package/lib/upload/{use-file-handler.d.ts → src/use-file-handler.d.ts} +0 -0
  382. /package/lib/virtual-render/{index.d.ts → src/index.d.ts} +0 -0
  383. /package/lib/virtual-render/{props.d.ts → src/props.d.ts} +0 -0
  384. /package/lib/virtual-render/{use-tag-render.d.ts → src/use-tag-render.d.ts} +0 -0
  385. /package/lib/virtual-render/{v-virtual-render.d.ts → src/v-virtual-render.d.ts} +0 -0
  386. /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 = "";
@@ -5812,12 +5812,12 @@ class BkMaskManager {
5812
5812
  this.isInit = false;
5813
5813
  this.maskAttrTag = "auto";
5814
5814
  const { multiInstance = false, maskAttrTag = "auto", parentNode = document.body, maskStyle = {}, onClick = null } = config || {};
5815
+ this.parentNode = parentNode || document;
5815
5816
  this.maskAttrTag = maskAttrTag;
5816
5817
  this.onClick = onClick;
5817
5818
  this.activeInstance = void 0;
5818
5819
  this.multiInstance = multiInstance;
5819
5820
  this.uniqueMaskAttrTag = this.getMaskAttrTag(maskAttrTag);
5820
- this.parentNode = parentNode || document;
5821
5821
  bkMaskMaker.appendMaker(() => {
5822
5822
  this.initInstance(maskStyle);
5823
5823
  });
@@ -8391,33 +8391,39 @@ const zhCn = {
8391
8391
  placeholder: "\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"
8392
8392
  }
8393
8393
  };
8394
- const configProviderProps = {
8395
- locale: {
8396
- type: Object
8397
- }
8398
- };
8399
- const defaultRootConfig = reactive({
8400
- locale: zhCn
8401
- });
8402
8394
  const rootProviderKey = Symbol("rootProviderData");
8403
- function useLocale(compName) {
8404
- const config = inject(rootProviderKey, defaultRootConfig);
8405
- return computed(() => {
8406
- const {
8407
- locale: locale2
8408
- } = config;
8409
- return locale2 && compName ? locale2[compName] : {};
8410
- });
8411
- }
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
+ };
8412
8402
  const provideGlobalConfig = (config) => {
8413
8403
  const configData = reactive(__spreadValues({}, lodash.exports.merge(defaultRootConfig, config)));
8404
+ setPrefixVariable(config.prefix);
8414
8405
  Object.keys(config).forEach((key2) => {
8415
8406
  watch(() => config[key2], () => {
8407
+ if (key2 === "prefix")
8408
+ setPrefixVariable(config[key2]);
8416
8409
  configData[key2] = config[key2];
8417
8410
  });
8418
8411
  });
8419
8412
  provide(rootProviderKey, configData);
8420
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
+ };
8421
8427
  var Component$G = defineComponent({
8422
8428
  name: "ConfigProvider",
8423
8429
  inheritAttrs: false,
@@ -8432,6 +8438,27 @@ var Component$G = defineComponent({
8432
8438
  };
8433
8439
  }
8434
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
+ }
8435
8462
  const BkConfigProvider = withInstall(Component$G);
8436
8463
  function generate(node, key2, rootAttrs) {
8437
8464
  return h$1(node.name, __spreadProps(__spreadValues({
@@ -40097,6 +40124,9 @@ var SearchSelectMenu = defineComponent({
40097
40124
  emit
40098
40125
  }) {
40099
40126
  const t2 = useLocale("searchSelect");
40127
+ const {
40128
+ resolveClassName: resolveClassName2
40129
+ } = usePrefix();
40100
40130
  const localFooterBtns = computed(() => {
40101
40131
  if (props2.footerBtns === void 0 || props2.footerBtns.length === 0) {
40102
40132
  return [{
@@ -40170,13 +40200,14 @@ var SearchSelectMenu = defineComponent({
40170
40200
  handleClickFooterBtn,
40171
40201
  filterList,
40172
40202
  getSearchNode,
40173
- localFooterBtns
40203
+ localFooterBtns,
40204
+ resolveClassName: resolveClassName2
40174
40205
  };
40175
40206
  },
40176
40207
  render() {
40177
40208
  var _a, _b, _c;
40178
40209
  return createVNode("div", {
40179
- "class": "bk-search-select-menu"
40210
+ "class": this.resolveClassName("search-select-menu")
40180
40211
  }, [!!((_a = this.conditions) == null ? void 0 : _a.length) && createVNode("ul", {
40181
40212
  "class": "menu-header"
40182
40213
  }, [this.conditions.map((item) => createVNode("li", {
@@ -40335,6 +40366,9 @@ var SearchSelectInput = defineComponent({
40335
40366
  expose
40336
40367
  }) {
40337
40368
  const t2 = useLocale("searchSelect");
40369
+ const {
40370
+ resolveClassName: resolveClassName2
40371
+ } = usePrefix();
40338
40372
  const inputRef = ref(null);
40339
40373
  const popoverRef = ref(null);
40340
40374
  const keyword = ref("");
@@ -40789,6 +40823,7 @@ var SearchSelectInput = defineComponent({
40789
40823
  handleSelectItem,
40790
40824
  handleSelectCondtionItem,
40791
40825
  handleMenuFooterClick,
40826
+ resolveClassName: resolveClassName2,
40792
40827
  t: t2
40793
40828
  };
40794
40829
  },
@@ -40837,7 +40872,7 @@ var SearchSelectInput = defineComponent({
40837
40872
  }
40838
40873
  return ((_a2 = this.menuList) == null ? void 0 : _a2.length) ? createVNode("div", {
40839
40874
  "ref": "popoverRef",
40840
- "class": "bk-search-select-popover"
40875
+ "class": this.resolveClassName("search-select-popover")
40841
40876
  }, [createVNode(SearchSelectMenu, {
40842
40877
  "list": this.menuList,
40843
40878
  "keyword": this.keyword,
@@ -41028,6 +41063,9 @@ var Component$1 = defineComponent({
41028
41063
  emit
41029
41064
  }) {
41030
41065
  const t2 = useLocale("searchSelect");
41066
+ const {
41067
+ resolveClassName: resolveClassName2
41068
+ } = usePrefix();
41031
41069
  const localConditions = computed(() => {
41032
41070
  if (props2.conditions === void 0) {
41033
41071
  return [{
@@ -41099,10 +41137,10 @@ var Component$1 = defineComponent({
41099
41137
  deep: true
41100
41138
  });
41101
41139
  onMounted(() => {
41102
- addListener(wrapRef.value.querySelector(".bk-search-select-container"), debounceResize);
41140
+ addListener(wrapRef.value.querySelector(`.${resolveClassName2("search-select-container")}`), debounceResize);
41103
41141
  });
41104
41142
  onBeforeUnmount(() => {
41105
- removeListener(wrapRef.value.querySelector(".bk-search-select-container"), debounceResize);
41143
+ removeListener(wrapRef.value.querySelector(`.${resolveClassName2("search-select-container")}`), debounceResize);
41106
41144
  });
41107
41145
  useSearchSelectProvider({
41108
41146
  onEditClick,
@@ -41133,7 +41171,7 @@ var Component$1 = defineComponent({
41133
41171
  overflowIndex.value = -1;
41134
41172
  return;
41135
41173
  }
41136
- const inputEl = wrapRef.value.querySelector(".bk-search-select-container");
41174
+ const inputEl = wrapRef.value.querySelector(`.${resolveClassName2("search-select-container")}`);
41137
41175
  const maxWidth = wrapRef.value.querySelector(".search-container").clientWidth - SELETED_MARGING_RIGHT - 2;
41138
41176
  const tagList = inputEl.querySelectorAll(".search-container-selected:not(.overflow-selected)");
41139
41177
  let width = 0;
@@ -41187,7 +41225,7 @@ var Component$1 = defineComponent({
41187
41225
  var _a;
41188
41226
  v2 && (overflowIndex.value = -1);
41189
41227
  if (v2 === false) {
41190
- (_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);
41191
41229
  }
41192
41230
  isFocus.value = v2;
41193
41231
  }
@@ -41214,6 +41252,7 @@ var Component$1 = defineComponent({
41214
41252
  handleDeleteSelected,
41215
41253
  handleClickSearch,
41216
41254
  localConditions,
41255
+ resolveClassName: resolveClassName2,
41217
41256
  t: t2
41218
41257
  };
41219
41258
  },
@@ -41228,11 +41267,11 @@ var Component$1 = defineComponent({
41228
41267
  }
41229
41268
  } : {});
41230
41269
  return createVNode("div", {
41231
- "class": "bk-search-select",
41270
+ "class": this.resolveClassName("search-select"),
41232
41271
  "ref": "wrapRef"
41233
41272
  }, [createVNode("div", {
41234
41273
  "class": {
41235
- "bk-search-select-container": true,
41274
+ [this.resolveClassName("search-select-container")]: true,
41236
41275
  "is-focus": this.isFocus
41237
41276
  },
41238
41277
  "onClick": this.handleWrapClick
@@ -41277,7 +41316,7 @@ var Component$1 = defineComponent({
41277
41316
  "onClick": this.handleClickSearch,
41278
41317
  "class": `search-nextfix-icon ${this.isFocus ? "is-focus" : ""}`
41279
41318
  }, null)])]), !!this.validateStr.length && createVNode("div", {
41280
- "class": "bk-search-select-tips"
41319
+ "class": this.resolveClassName("search-select-tips")
41281
41320
  }, [this.$slots.validate ? this.$slots.validate() : createVNode(Fragment, null, [createVNode(exclamationCircleShape, {
41282
41321
  "class": "select-tips"
41283
41322
  }, null), this.validateStr || ""])])]);
@@ -41447,4 +41486,4 @@ var preset = {
41447
41486
  install: createInstall(),
41448
41487
  version: "0.0.1"
41449
41488
  };
41450
- 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 };