bkui-vue 0.0.1-beta.448 → 0.0.1-beta.449

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 (374) hide show
  1. package/lib/code-diff/{src/code-diff.d.ts → code-diff.d.ts} +1 -1
  2. package/lib/config-provider/{src/use-locale.d.ts → use-locale.d.ts} +1 -1
  3. package/lib/directives/{src/index.d.ts → index.d.ts} +1 -1
  4. package/lib/{bkui-vue/hooks.d.ts → hooks.d.ts} +1 -1
  5. package/lib/icon/index.d.ts +79 -0
  6. package/lib/index.d.ts +6 -0
  7. package/lib/modal/{src/index.d.ts → index.d.ts} +3 -3
  8. package/lib/modal/{src/modal.d.ts → modal.d.ts} +1 -1
  9. package/lib/pagination/{src/use-limit.d.ts → use-limit.d.ts} +1 -1
  10. package/lib/pagination/{src/use-total.d.ts → use-total.d.ts} +1 -1
  11. package/lib/plugins/index.d.ts +1 -0
  12. package/lib/select/{src/type.d.ts → type.d.ts} +1 -1
  13. package/lib/shared/{src/hooks → hooks}/use-form-item.d.ts +1 -1
  14. package/lib/shared/{src/hooks → hooks}/use-form.d.ts +1 -1
  15. package/lib/shared/{src/token.d.ts → token.d.ts} +1 -1
  16. package/lib/slider/{src/slider-button.d.ts → slider-button.d.ts} +1 -1
  17. package/lib/styles/index.d.ts +56 -0
  18. package/lib/table/{src/const.d.ts → const.d.ts} +1 -1
  19. package/lib/table/{src/render.d.ts → render.d.ts} +1 -1
  20. package/lib/tag-input/{src/index.d.ts → index.d.ts} +4 -4
  21. package/lib/tag-input/{src/tag-input.d.ts → tag-input.d.ts} +2 -2
  22. package/lib/tag-input/{src/tag-props.d.ts → tag-props.d.ts} +1 -1
  23. package/lib/tag-input/{src/tag-render.d.ts → tag-render.d.ts} +1 -1
  24. package/package.json +1 -1
  25. package/lib/bkui-vue/components.d.ts +0 -64
  26. package/lib/bkui-vue/index.d.ts +0 -6
  27. package/lib/icon/src/index.d.ts +0 -79
  28. package/lib/plugins/src/index.d.ts +0 -1
  29. package/lib/styles/src/index.d.ts +0 -56
  30. /package/lib/breadcrumb/{src/breadcrumb-item.d.ts → breadcrumb-item.d.ts} +0 -0
  31. /package/lib/breadcrumb/{src/breadcrumb.d.ts → breadcrumb.d.ts} +0 -0
  32. /package/lib/breadcrumb/{src/index.d.ts → index.d.ts} +0 -0
  33. /package/lib/breadcrumb/{src/props.d.ts → props.d.ts} +0 -0
  34. /package/lib/button/{src/button-group.d.ts → button-group.d.ts} +0 -0
  35. /package/lib/button/{src/button.d.ts → button.d.ts} +0 -0
  36. /package/lib/button/{src/index.d.ts → index.d.ts} +0 -0
  37. /package/lib/card/{src/card.d.ts → card.d.ts} +0 -0
  38. /package/lib/card/{src/index.d.ts → index.d.ts} +0 -0
  39. /package/lib/cascader/{src/cascader-panel.d.ts → cascader-panel.d.ts} +0 -0
  40. /package/lib/cascader/{src/cascader.d.ts → cascader.d.ts} +0 -0
  41. /package/lib/cascader/{src/index.d.ts → index.d.ts} +0 -0
  42. /package/lib/cascader/{src/interface.d.ts → interface.d.ts} +0 -0
  43. /package/lib/cascader/{src/node.d.ts → node.d.ts} +0 -0
  44. /package/lib/cascader/{src/store.d.ts → store.d.ts} +0 -0
  45. /package/lib/checkbox/{src/checkbox-group.d.ts → checkbox-group.d.ts} +0 -0
  46. /package/lib/checkbox/{src/checkbox.d.ts → checkbox.d.ts} +0 -0
  47. /package/lib/checkbox/{src/common.d.ts → common.d.ts} +0 -0
  48. /package/lib/checkbox/{src/index.d.ts → index.d.ts} +0 -0
  49. /package/lib/checkbox/{src/type.d.ts → type.d.ts} +0 -0
  50. /package/lib/code-diff/{src/index.d.ts → index.d.ts} +0 -0
  51. /package/lib/collapse/{src/collapse-panel.d.ts → collapse-panel.d.ts} +0 -0
  52. /package/lib/collapse/{src/collapse.d.ts → collapse.d.ts} +0 -0
  53. /package/lib/collapse/{src/index.d.ts → index.d.ts} +0 -0
  54. /package/lib/collapse/{src/props.d.ts → props.d.ts} +0 -0
  55. /package/lib/collapse/{src/utils.d.ts → utils.d.ts} +0 -0
  56. /package/lib/collapse-transition/{src/collapse-transition.d.ts → collapse-transition.d.ts} +0 -0
  57. /package/lib/collapse-transition/{src/index.d.ts → index.d.ts} +0 -0
  58. /package/lib/color-picker/{src/color-picker.d.ts → color-picker.d.ts} +0 -0
  59. /package/lib/color-picker/{src/components → components}/color-input.d.ts +0 -0
  60. /package/lib/color-picker/{src/components → components}/hue-slider.d.ts +0 -0
  61. /package/lib/color-picker/{src/components → components}/input-container.d.ts +0 -0
  62. /package/lib/color-picker/{src/components → components}/recommend-colors.d.ts +0 -0
  63. /package/lib/color-picker/{src/components → components}/saturation-panel.d.ts +0 -0
  64. /package/lib/color-picker/{src/index.d.ts → index.d.ts} +0 -0
  65. /package/lib/color-picker/{src/utils.d.ts → utils.d.ts} +0 -0
  66. /package/lib/config-provider/{src/config-provider.d.ts → config-provider.d.ts} +0 -0
  67. /package/lib/config-provider/{src/index.d.ts → index.d.ts} +0 -0
  68. /package/lib/config-provider/{src/token.d.ts → token.d.ts} +0 -0
  69. /package/lib/config-provider/{src/use-global-config.d.ts → use-global-config.d.ts} +0 -0
  70. /package/lib/config-provider/{src/use-prefix.d.ts → use-prefix.d.ts} +0 -0
  71. /package/lib/container/{src/col.d.ts → col.d.ts} +0 -0
  72. /package/lib/container/{src/container.d.ts → container.d.ts} +0 -0
  73. /package/lib/container/{src/index.d.ts → index.d.ts} +0 -0
  74. /package/lib/container/{src/row.d.ts → row.d.ts} +0 -0
  75. /package/lib/date-picker/{src/base → base}/confirm.d.ts +0 -0
  76. /package/lib/date-picker/{src/base → base}/date-table.d.ts +0 -0
  77. /package/lib/date-picker/{src/base → base}/month-table.d.ts +0 -0
  78. /package/lib/date-picker/{src/base → base}/picker-dropdown.d.ts +0 -0
  79. /package/lib/date-picker/{src/base → base}/time-spinner.d.ts +0 -0
  80. /package/lib/date-picker/{src/base → base}/year-table.d.ts +0 -0
  81. /package/lib/date-picker/{src/date-picker.d.ts → date-picker.d.ts} +0 -0
  82. /package/lib/date-picker/{src/fecha.d.ts → fecha.d.ts} +0 -0
  83. /package/lib/date-picker/{src/index.d.ts → index.d.ts} +0 -0
  84. /package/lib/date-picker/{src/interface.d.ts → interface.d.ts} +0 -0
  85. /package/lib/date-picker/{src/panel → panel}/date-range.d.ts +0 -0
  86. /package/lib/date-picker/{src/panel → panel}/date.d.ts +0 -0
  87. /package/lib/date-picker/{src/panel → panel}/time-range.d.ts +0 -0
  88. /package/lib/date-picker/{src/panel → panel}/time.d.ts +0 -0
  89. /package/lib/date-picker/{src/props.d.ts → props.d.ts} +0 -0
  90. /package/lib/date-picker/{src/time-picker.d.ts → time-picker.d.ts} +0 -0
  91. /package/lib/date-picker/{src/utils.d.ts → utils.d.ts} +0 -0
  92. /package/lib/dialog/{src/dialog.d.ts → dialog.d.ts} +0 -0
  93. /package/lib/dialog/{src/index.d.ts → index.d.ts} +0 -0
  94. /package/lib/dialog/{src/props.d.ts → props.d.ts} +0 -0
  95. /package/lib/directives/{src/clickoutside.d.ts → clickoutside.d.ts} +0 -0
  96. /package/lib/directives/{src/ellipsis.d.ts → ellipsis.d.ts} +0 -0
  97. /package/lib/directives/{src/mousewheel.d.ts → mousewheel.d.ts} +0 -0
  98. /package/lib/directives/{src/tooltips.d.ts → tooltips.d.ts} +0 -0
  99. /package/lib/divider/{src/divider.d.ts → divider.d.ts} +0 -0
  100. /package/lib/divider/{src/index.d.ts → index.d.ts} +0 -0
  101. /package/lib/divider/{src/props.d.ts → props.d.ts} +0 -0
  102. /package/lib/dropdown/{src/dropdown-item.d.ts → dropdown-item.d.ts} +0 -0
  103. /package/lib/dropdown/{src/dropdown-menu.d.ts → dropdown-menu.d.ts} +0 -0
  104. /package/lib/dropdown/{src/dropdown.d.ts → dropdown.d.ts} +0 -0
  105. /package/lib/dropdown/{src/index.d.ts → index.d.ts} +0 -0
  106. /package/lib/exception/{src/exception.d.ts → exception.d.ts} +0 -0
  107. /package/lib/exception/{src/index.d.ts → index.d.ts} +0 -0
  108. /package/lib/exception/{src/typings → typings}/index.d.ts +0 -0
  109. /package/lib/fixed-navbar/{src/fixed-navbar.d.ts → fixed-navbar.d.ts} +0 -0
  110. /package/lib/fixed-navbar/{src/index.d.ts → index.d.ts} +0 -0
  111. /package/lib/form/{src/compose-form-item.d.ts → compose-form-item.d.ts} +0 -0
  112. /package/lib/form/{src/form-item.d.ts → form-item.d.ts} +0 -0
  113. /package/lib/form/{src/form.d.ts → form.d.ts} +0 -0
  114. /package/lib/form/{src/index.d.ts → index.d.ts} +0 -0
  115. /package/lib/form/{src/type.d.ts → type.d.ts} +0 -0
  116. /package/lib/form/{src/utils.d.ts → utils.d.ts} +0 -0
  117. /package/lib/form/{src/validator.d.ts → validator.d.ts} +0 -0
  118. /package/lib/icon/{icons/angle-double-down-line.d.ts → angle-double-down-line.d.ts} +0 -0
  119. /package/lib/icon/{icons/angle-double-left-line.d.ts → angle-double-left-line.d.ts} +0 -0
  120. /package/lib/icon/{icons/angle-double-left.d.ts → angle-double-left.d.ts} +0 -0
  121. /package/lib/icon/{icons/angle-double-right-line.d.ts → angle-double-right-line.d.ts} +0 -0
  122. /package/lib/icon/{icons/angle-double-right.d.ts → angle-double-right.d.ts} +0 -0
  123. /package/lib/icon/{icons/angle-double-up-line.d.ts → angle-double-up-line.d.ts} +0 -0
  124. /package/lib/icon/{icons/angle-down-fill.d.ts → angle-down-fill.d.ts} +0 -0
  125. /package/lib/icon/{icons/angle-down-line.d.ts → angle-down-line.d.ts} +0 -0
  126. /package/lib/icon/{icons/angle-down.d.ts → angle-down.d.ts} +0 -0
  127. /package/lib/icon/{icons/angle-left.d.ts → angle-left.d.ts} +0 -0
  128. /package/lib/icon/{icons/angle-right.d.ts → angle-right.d.ts} +0 -0
  129. /package/lib/icon/{icons/angle-up-fill.d.ts → angle-up-fill.d.ts} +0 -0
  130. /package/lib/icon/{icons/angle-up.d.ts → angle-up.d.ts} +0 -0
  131. /package/lib/icon/{icons/archive-fill.d.ts → archive-fill.d.ts} +0 -0
  132. /package/lib/icon/{icons/arrows-left.d.ts → arrows-left.d.ts} +0 -0
  133. /package/lib/icon/{icons/arrows-right.d.ts → arrows-right.d.ts} +0 -0
  134. /package/lib/icon/{icons/audio-fill.d.ts → audio-fill.d.ts} +0 -0
  135. /package/lib/icon/{icons/bk.d.ts → bk.d.ts} +0 -0
  136. /package/lib/icon/{icons/circle.d.ts → circle.d.ts} +0 -0
  137. /package/lib/icon/{icons/close-line.d.ts → close-line.d.ts} +0 -0
  138. /package/lib/icon/{icons/close.d.ts → close.d.ts} +0 -0
  139. /package/lib/icon/{icons/code.d.ts → code.d.ts} +0 -0
  140. /package/lib/icon/{icons/cog-shape.d.ts → cog-shape.d.ts} +0 -0
  141. /package/lib/icon/{icons/collapse-left.d.ts → collapse-left.d.ts} +0 -0
  142. /package/lib/icon/{icons/copy.d.ts → copy.d.ts} +0 -0
  143. /package/lib/icon/{icons/data-shape.d.ts → data-shape.d.ts} +0 -0
  144. /package/lib/icon/{icons/del.d.ts → del.d.ts} +0 -0
  145. /package/lib/icon/{icons/doc-fill.d.ts → doc-fill.d.ts} +0 -0
  146. /package/lib/icon/{icons/done.d.ts → done.d.ts} +0 -0
  147. /package/lib/icon/{icons/down-shape.d.ts → down-shape.d.ts} +0 -0
  148. /package/lib/icon/{icons/down-small.d.ts → down-small.d.ts} +0 -0
  149. /package/lib/icon/{icons/edit-line.d.ts → edit-line.d.ts} +0 -0
  150. /package/lib/icon/{icons/ellipsis.d.ts → ellipsis.d.ts} +0 -0
  151. /package/lib/icon/{icons/enlarge-line.d.ts → enlarge-line.d.ts} +0 -0
  152. /package/lib/icon/{icons/error.d.ts → error.d.ts} +0 -0
  153. /package/lib/icon/{icons/excel-fill.d.ts → excel-fill.d.ts} +0 -0
  154. /package/lib/icon/{icons/exclamation-circle-shape.d.ts → exclamation-circle-shape.d.ts} +0 -0
  155. /package/lib/icon/{icons/eye.d.ts → eye.d.ts} +0 -0
  156. /package/lib/icon/{icons/filliscreen-line.d.ts → filliscreen-line.d.ts} +0 -0
  157. /package/lib/icon/{icons/folder-open.d.ts → folder-open.d.ts} +0 -0
  158. /package/lib/icon/{icons/folder-shape-open.d.ts → folder-shape-open.d.ts} +0 -0
  159. /package/lib/icon/{icons/folder-shape.d.ts → folder-shape.d.ts} +0 -0
  160. /package/lib/icon/{icons/folder.d.ts → folder.d.ts} +0 -0
  161. /package/lib/icon/{icons/funnel.d.ts → funnel.d.ts} +0 -0
  162. /package/lib/icon/{icons/help-document-fill.d.ts → help-document-fill.d.ts} +0 -0
  163. /package/lib/icon/{icons/help-fill.d.ts → help-fill.d.ts} +0 -0
  164. /package/lib/icon/{icons/help.d.ts → help.d.ts} +0 -0
  165. /package/lib/icon/{icons/icon.d.ts → icon.d.ts} +0 -0
  166. /package/lib/icon/{icons/image-fill.d.ts → image-fill.d.ts} +0 -0
  167. /package/lib/icon/{icons/img-error.d.ts → img-error.d.ts} +0 -0
  168. /package/lib/icon/{icons/img-placehoulder.d.ts → img-placehoulder.d.ts} +0 -0
  169. /package/lib/icon/{icons/info-line.d.ts → info-line.d.ts} +0 -0
  170. /package/lib/icon/{icons/info.d.ts → info.d.ts} +0 -0
  171. /package/lib/icon/{icons/left-shape.d.ts → left-shape.d.ts} +0 -0
  172. /package/lib/icon/{icons/left-turn-line.d.ts → left-turn-line.d.ts} +0 -0
  173. /package/lib/icon/{icons/narrow-line.d.ts → narrow-line.d.ts} +0 -0
  174. /package/lib/icon/{icons/original.d.ts → original.d.ts} +0 -0
  175. /package/lib/icon/{icons/pdf-fill.d.ts → pdf-fill.d.ts} +0 -0
  176. /package/lib/icon/{icons/play-shape.d.ts → play-shape.d.ts} +0 -0
  177. /package/lib/icon/{icons/plus.d.ts → plus.d.ts} +0 -0
  178. /package/lib/icon/{icons/ppt-fill.d.ts → ppt-fill.d.ts} +0 -0
  179. /package/lib/icon/{icons/qq.d.ts → qq.d.ts} +0 -0
  180. /package/lib/icon/{icons/right-shape.d.ts → right-shape.d.ts} +0 -0
  181. /package/lib/icon/{icons/right-turn-line.d.ts → right-turn-line.d.ts} +0 -0
  182. /package/lib/icon/{icons/search.d.ts → search.d.ts} +0 -0
  183. /package/lib/icon/{icons/share.d.ts → share.d.ts} +0 -0
  184. /package/lib/icon/{icons/spinner.d.ts → spinner.d.ts} +0 -0
  185. /package/lib/icon/{icons/success.d.ts → success.d.ts} +0 -0
  186. /package/lib/icon/{icons/switcher-loading.d.ts → switcher-loading.d.ts} +0 -0
  187. /package/lib/icon/{icons/text-file.d.ts → text-file.d.ts} +0 -0
  188. /package/lib/icon/{icons/text-fill.d.ts → text-fill.d.ts} +0 -0
  189. /package/lib/icon/{icons/transfer.d.ts → transfer.d.ts} +0 -0
  190. /package/lib/icon/{icons/tree-application-shape.d.ts → tree-application-shape.d.ts} +0 -0
  191. /package/lib/icon/{icons/unfull-screen.d.ts → unfull-screen.d.ts} +0 -0
  192. /package/lib/icon/{icons/unvisible.d.ts → unvisible.d.ts} +0 -0
  193. /package/lib/icon/{icons/up-shape.d.ts → up-shape.d.ts} +0 -0
  194. /package/lib/icon/{icons/upload.d.ts → upload.d.ts} +0 -0
  195. /package/lib/icon/{icons/video-fill.d.ts → video-fill.d.ts} +0 -0
  196. /package/lib/icon/{icons/warn.d.ts → warn.d.ts} +0 -0
  197. /package/lib/icon/{icons/weixin.d.ts → weixin.d.ts} +0 -0
  198. /package/lib/image/{src/image-viewer.d.ts → image-viewer.d.ts} +0 -0
  199. /package/lib/image/{src/image.d.ts → image.d.ts} +0 -0
  200. /package/lib/image/{src/index.d.ts → index.d.ts} +0 -0
  201. /package/lib/image/{src/props.d.ts → props.d.ts} +0 -0
  202. /package/lib/info-box/{src/index.d.ts → index.d.ts} +0 -0
  203. /package/lib/info-box/{src/info-box.d.ts → info-box.d.ts} +0 -0
  204. /package/lib/input/{src/index.d.ts → index.d.ts} +0 -0
  205. /package/lib/input/{src/input.d.ts → input.d.ts} +0 -0
  206. /package/lib/link/{src/index.d.ts → index.d.ts} +0 -0
  207. /package/lib/link/{src/link.d.ts → link.d.ts} +0 -0
  208. /package/lib/loading/{src/directive.d.ts → directive.d.ts} +0 -0
  209. /package/lib/loading/{src/index.d.ts → index.d.ts} +0 -0
  210. /package/lib/loading/{src/loading.d.ts → loading.d.ts} +0 -0
  211. /package/lib/locale/{src/index.d.ts → index.d.ts} +0 -0
  212. /package/lib/locale/{src/lang → lang}/en.d.ts +0 -0
  213. /package/lib/locale/{src/lang → lang}/zh-cn.d.ts +0 -0
  214. /package/lib/menu/{src/index.d.ts → index.d.ts} +0 -0
  215. /package/lib/menu/{src/menu-group.d.ts → menu-group.d.ts} +0 -0
  216. /package/lib/menu/{src/menu-item.d.ts → menu-item.d.ts} +0 -0
  217. /package/lib/menu/{src/menu.d.ts → menu.d.ts} +0 -0
  218. /package/lib/menu/{src/submenu.d.ts → submenu.d.ts} +0 -0
  219. /package/lib/menu/{src/utils.d.ts → utils.d.ts} +0 -0
  220. /package/lib/message/{src/index.d.ts → index.d.ts} +0 -0
  221. /package/lib/message/{src/messageConstructor.d.ts → messageConstructor.d.ts} +0 -0
  222. /package/lib/modal/{src/props.mixin.d.ts → props.mixin.d.ts} +0 -0
  223. /package/lib/navigation/{src/index.d.ts → index.d.ts} +0 -0
  224. /package/lib/navigation/{src/navigation-title.d.ts → navigation-title.d.ts} +0 -0
  225. /package/lib/navigation/{src/navigation.d.ts → navigation.d.ts} +0 -0
  226. /package/lib/notify/{src/index.d.ts → index.d.ts} +0 -0
  227. /package/lib/notify/{src/notifyConstructor.d.ts → notifyConstructor.d.ts} +0 -0
  228. /package/lib/overflow-title/{src/components → components}/overflow-title.d.ts +0 -0
  229. /package/lib/overflow-title/{src/directive → directive}/overflow-title.d.ts +0 -0
  230. /package/lib/overflow-title/{src/index.d.ts → index.d.ts} +0 -0
  231. /package/lib/overflow-title/{src/props.d.ts → props.d.ts} +0 -0
  232. /package/lib/overflow-title/{src/utils → utils}/getActualWidthByCanvas.d.ts +0 -0
  233. /package/lib/overflow-title/{src/utils → utils}/getActualWidthByDom.d.ts +0 -0
  234. /package/lib/pagination/{src/index.d.ts → index.d.ts} +0 -0
  235. /package/lib/pagination/{src/pagination.d.ts → pagination.d.ts} +0 -0
  236. /package/lib/pagination/{src/type.d.ts → type.d.ts} +0 -0
  237. /package/lib/pagination/{src/use-list.d.ts → use-list.d.ts} +0 -0
  238. /package/lib/pagination/{src/use-small-list.d.ts → use-small-list.d.ts} +0 -0
  239. /package/lib/plugin-popover/{src/index.d.ts → index.d.ts} +0 -0
  240. /package/lib/pop-confirm/{src/index.d.ts → index.d.ts} +0 -0
  241. /package/lib/pop-confirm/{src/pop-confirm.d.ts → pop-confirm.d.ts} +0 -0
  242. /package/lib/pop-confirm/{src/props.d.ts → props.d.ts} +0 -0
  243. /package/lib/popover/{src/arrow.d.ts → arrow.d.ts} +0 -0
  244. /package/lib/popover/{src/const.d.ts → const.d.ts} +0 -0
  245. /package/lib/popover/{src/content.d.ts → content.d.ts} +0 -0
  246. /package/lib/popover/{src/index.d.ts → index.d.ts} +0 -0
  247. /package/lib/popover/{src/plugin-popover.d.ts → plugin-popover.d.ts} +0 -0
  248. /package/lib/popover/{src/popover.d.ts → popover.d.ts} +0 -0
  249. /package/lib/popover/{src/props.d.ts → props.d.ts} +0 -0
  250. /package/lib/popover/{src/reference.d.ts → reference.d.ts} +0 -0
  251. /package/lib/popover/{src/root.d.ts → root.d.ts} +0 -0
  252. /package/lib/popover/{src/use-floating.d.ts → use-floating.d.ts} +0 -0
  253. /package/lib/popover/{src/use-platform.d.ts → use-platform.d.ts} +0 -0
  254. /package/lib/popover/{src/use-popover-init.d.ts → use-popover-init.d.ts} +0 -0
  255. /package/lib/popover/{src/use-popper-id.d.ts → use-popper-id.d.ts} +0 -0
  256. /package/lib/popover/{src/utils.d.ts → utils.d.ts} +0 -0
  257. /package/lib/popover2/{src/index.d.ts → index.d.ts} +0 -0
  258. /package/lib/popover2/{src/popover.d.ts → popover.d.ts} +0 -0
  259. /package/lib/{bkui-vue/preset.d.ts → preset.d.ts} +0 -0
  260. /package/lib/process/{src/index.d.ts → index.d.ts} +0 -0
  261. /package/lib/process/{src/process.d.ts → process.d.ts} +0 -0
  262. /package/lib/progress/{src/circle.d.ts → circle.d.ts} +0 -0
  263. /package/lib/progress/{src/index.d.ts → index.d.ts} +0 -0
  264. /package/lib/progress/{src/line.d.ts → line.d.ts} +0 -0
  265. /package/lib/progress/{src/progress.d.ts → progress.d.ts} +0 -0
  266. /package/lib/radio/{src/common.d.ts → common.d.ts} +0 -0
  267. /package/lib/radio/{src/index.d.ts → index.d.ts} +0 -0
  268. /package/lib/radio/{src/radio-button.d.ts → radio-button.d.ts} +0 -0
  269. /package/lib/radio/{src/radio-group.d.ts → radio-group.d.ts} +0 -0
  270. /package/lib/radio/{src/radio.d.ts → radio.d.ts} +0 -0
  271. /package/lib/radio/{src/type.d.ts → type.d.ts} +0 -0
  272. /package/lib/rate/{src/index.d.ts → index.d.ts} +0 -0
  273. /package/lib/rate/{src/rate.d.ts → rate.d.ts} +0 -0
  274. /package/lib/rate/{src/star.d.ts → star.d.ts} +0 -0
  275. /package/lib/resize-layout/{src/index.d.ts → index.d.ts} +0 -0
  276. /package/lib/resize-layout/{src/resize-layout.d.ts → resize-layout.d.ts} +0 -0
  277. /package/lib/search-select/{src/index.d.ts → index.d.ts} +0 -0
  278. /package/lib/search-select/{src/input.d.ts → input.d.ts} +0 -0
  279. /package/lib/search-select/{src/menu.d.ts → menu.d.ts} +0 -0
  280. /package/lib/search-select/{src/search-select.d.ts → search-select.d.ts} +0 -0
  281. /package/lib/search-select/{src/selected.d.ts → selected.d.ts} +0 -0
  282. /package/lib/search-select/{src/utils.d.ts → utils.d.ts} +0 -0
  283. /package/lib/select/{src/common.d.ts → common.d.ts} +0 -0
  284. /package/lib/select/{src/index.d.ts → index.d.ts} +0 -0
  285. /package/lib/select/{src/option.d.ts → option.d.ts} +0 -0
  286. /package/lib/select/{src/optionGroup.d.ts → optionGroup.d.ts} +0 -0
  287. /package/lib/select/{src/select.d.ts → select.d.ts} +0 -0
  288. /package/lib/select/{src/selectTagInput.d.ts → selectTagInput.d.ts} +0 -0
  289. /package/lib/shared/{src/dom.d.ts → dom.d.ts} +0 -0
  290. /package/lib/shared/{src/helper.d.ts → helper.d.ts} +0 -0
  291. /package/lib/shared/{src/index.d.ts → index.d.ts} +0 -0
  292. /package/lib/shared/{src/mask-manager.d.ts → mask-manager.d.ts} +0 -0
  293. /package/lib/shared/{src/pop-manager.d.ts → pop-manager.d.ts} +0 -0
  294. /package/lib/shared/{src/popover.d.ts → popover.d.ts} +0 -0
  295. /package/lib/shared/{src/scrollbar-width.d.ts → scrollbar-width.d.ts} +0 -0
  296. /package/lib/shared/{src/utils.d.ts → utils.d.ts} +0 -0
  297. /package/lib/shared/{src/vue-types.d.ts → vue-types.d.ts} +0 -0
  298. /package/lib/shared/{src/z-index-manager.d.ts → z-index-manager.d.ts} +0 -0
  299. /package/lib/sideslider/{src/index.d.ts → index.d.ts} +0 -0
  300. /package/lib/sideslider/{src/sideslider.d.ts → sideslider.d.ts} +0 -0
  301. /package/lib/slider/{src/index.d.ts → index.d.ts} +0 -0
  302. /package/lib/slider/{src/slider.d.ts → slider.d.ts} +0 -0
  303. /package/lib/steps/{src/index.d.ts → index.d.ts} +0 -0
  304. /package/lib/steps/{src/steps.d.ts → steps.d.ts} +0 -0
  305. /package/lib/swiper/{src/index.d.ts → index.d.ts} +0 -0
  306. /package/lib/swiper/{src/swiper.d.ts → swiper.d.ts} +0 -0
  307. /package/lib/switcher/{src/index.d.ts → index.d.ts} +0 -0
  308. /package/lib/switcher/{src/switcher.d.ts → switcher.d.ts} +0 -0
  309. /package/lib/tab/{src/index.d.ts → index.d.ts} +0 -0
  310. /package/lib/tab/{src/props.d.ts → props.d.ts} +0 -0
  311. /package/lib/tab/{src/tab-nav.d.ts → tab-nav.d.ts} +0 -0
  312. /package/lib/tab/{src/tab-panel.d.ts → tab-panel.d.ts} +0 -0
  313. /package/lib/tab/{src/tab.d.ts → tab.d.ts} +0 -0
  314. /package/lib/table/{src/cache.d.ts → cache.d.ts} +0 -0
  315. /package/lib/table/{src/components → components}/index.d.ts +0 -0
  316. /package/lib/table/{src/components → components}/table-cell.d.ts +0 -0
  317. /package/lib/table/{src/components → components}/table-column.d.ts +0 -0
  318. /package/lib/table/{src/components → components}/table-row.d.ts +0 -0
  319. /package/lib/table/{src/index.d.ts → index.d.ts} +0 -0
  320. /package/lib/table/{src/plugins → plugins}/body-empty.d.ts +0 -0
  321. /package/lib/table/{src/plugins → plugins}/col-group.d.ts +0 -0
  322. /package/lib/table/{src/plugins → plugins}/common.d.ts +0 -0
  323. /package/lib/table/{src/plugins → plugins}/head-filter.d.ts +0 -0
  324. /package/lib/table/{src/plugins → plugins}/head-sort.d.ts +0 -0
  325. /package/lib/table/{src/plugins → plugins}/index.d.ts +0 -0
  326. /package/lib/table/{src/plugins → plugins}/settings.d.ts +0 -0
  327. /package/lib/table/{src/plugins → plugins}/use-active-columns.d.ts +0 -0
  328. /package/lib/table/{src/plugins → plugins}/use-column-resize.d.ts +0 -0
  329. /package/lib/table/{src/plugins → plugins}/use-fixed-column.d.ts +0 -0
  330. /package/lib/table/{src/plugins → plugins}/use-pagination.d.ts +0 -0
  331. /package/lib/table/{src/plugins → plugins}/use-scroll-loading.d.ts +0 -0
  332. /package/lib/table/{src/props.d.ts → props.d.ts} +0 -0
  333. /package/lib/table/{src/table.d.ts → table.d.ts} +0 -0
  334. /package/lib/table/{src/use-column.d.ts → use-column.d.ts} +0 -0
  335. /package/lib/table/{src/use-common.d.ts → use-common.d.ts} +0 -0
  336. /package/lib/table/{src/utils.d.ts → utils.d.ts} +0 -0
  337. /package/lib/table-column/{src/index.d.ts → index.d.ts} +0 -0
  338. /package/lib/tag/{src/index.d.ts → index.d.ts} +0 -0
  339. /package/lib/tag/{src/tag.d.ts → tag.d.ts} +0 -0
  340. /package/lib/tag-input/{src/common.d.ts → common.d.ts} +0 -0
  341. /package/lib/tag-input/{src/list-tag-render.d.ts → list-tag-render.d.ts} +0 -0
  342. /package/lib/time-picker/{src/index.d.ts → index.d.ts} +0 -0
  343. /package/lib/timeline/{src/index.d.ts → index.d.ts} +0 -0
  344. /package/lib/timeline/{src/timeline.d.ts → timeline.d.ts} +0 -0
  345. /package/lib/transfer/{src/const.d.ts → const.d.ts} +0 -0
  346. /package/lib/transfer/{src/index.d.ts → index.d.ts} +0 -0
  347. /package/lib/transfer/{src/props.d.ts → props.d.ts} +0 -0
  348. /package/lib/transfer/{src/transfer.d.ts → transfer.d.ts} +0 -0
  349. /package/lib/tree/{src/constant.d.ts → constant.d.ts} +0 -0
  350. /package/lib/tree/{src/index.d.ts → index.d.ts} +0 -0
  351. /package/lib/tree/{src/props.d.ts → props.d.ts} +0 -0
  352. /package/lib/tree/{src/tree.d.ts → tree.d.ts} +0 -0
  353. /package/lib/tree/{src/use-empty.d.ts → use-empty.d.ts} +0 -0
  354. /package/lib/tree/{src/use-node-action.d.ts → use-node-action.d.ts} +0 -0
  355. /package/lib/tree/{src/use-node-async.d.ts → use-node-async.d.ts} +0 -0
  356. /package/lib/tree/{src/use-node-attribute.d.ts → use-node-attribute.d.ts} +0 -0
  357. /package/lib/tree/{src/use-node-drag.d.ts → use-node-drag.d.ts} +0 -0
  358. /package/lib/tree/{src/use-search.d.ts → use-search.d.ts} +0 -0
  359. /package/lib/tree/{src/use-tree-init.d.ts → use-tree-init.d.ts} +0 -0
  360. /package/lib/tree/{src/util.d.ts → util.d.ts} +0 -0
  361. /package/lib/upload/{src/index.d.ts → index.d.ts} +0 -0
  362. /package/lib/upload/{src/props.d.ts → props.d.ts} +0 -0
  363. /package/lib/upload/{src/upload-list.d.ts → upload-list.d.ts} +0 -0
  364. /package/lib/upload/{src/upload-trigger.d.ts → upload-trigger.d.ts} +0 -0
  365. /package/lib/upload/{src/upload.d.ts → upload.d.ts} +0 -0
  366. /package/lib/upload/{src/upload.type.d.ts → upload.type.d.ts} +0 -0
  367. /package/lib/upload/{src/use-ajax-upload.d.ts → use-ajax-upload.d.ts} +0 -0
  368. /package/lib/upload/{src/use-file-handler.d.ts → use-file-handler.d.ts} +0 -0
  369. /package/lib/{hooks/use-message.d.ts → use-message.d.ts} +0 -0
  370. /package/lib/virtual-render/{src/index.d.ts → index.d.ts} +0 -0
  371. /package/lib/virtual-render/{src/props.d.ts → props.d.ts} +0 -0
  372. /package/lib/virtual-render/{src/use-tag-render.d.ts → use-tag-render.d.ts} +0 -0
  373. /package/lib/virtual-render/{src/v-virtual-render.d.ts → v-virtual-render.d.ts} +0 -0
  374. /package/lib/virtual-render/{src/virtual-render.d.ts → virtual-render.d.ts} +0 -0
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes } from 'vue';
2
- import { ElementType } from '@bkui-vue/shared';
2
+ import { ElementType } from '../shared';
3
3
  declare const diffFormats: readonly ["side-by-side", "line-by-line"];
4
4
  export declare type DiffFormatType = ElementType<typeof diffFormats>;
5
5
  export declare const LANGUAGES: readonly ["css", "java", "javascript", "json", "scss", "less", "stylus", "shell", "bash", "cpp", "go", "xml", "python", "typescript", "sql", "ruby", "vim", "php", "perl", "powershell", "makefile"];
@@ -1,3 +1,3 @@
1
1
  import { ComputedRef } from 'vue';
2
- import { Language } from '@bkui-vue/locale';
2
+ import { Language } from '../locale';
3
3
  export declare function useLocale<T extends keyof Language>(compName: T): ComputedRef<Language[T]>;
@@ -1,4 +1,4 @@
1
- export { overflowTitle } from '@bkui-vue/overflow-title';
1
+ export { overflowTitle } from '../overflow-title';
2
2
  export { default as mousewheel } from './mousewheel';
3
3
  export { default as clickoutside } from './clickoutside';
4
4
  export { default as bkTooltips } from './tooltips';
@@ -1 +1 @@
1
- export { useGlobalConfig, provideGlobalConfig, useLocale, usePrefix } from '@bkui-vue/config-provider';
1
+ export { useGlobalConfig, provideGlobalConfig, useLocale, usePrefix } from '../config-provider';
@@ -0,0 +1,79 @@
1
+ export { default as AngleDoubleDownLine } from '../icon/angle-double-down-line';
2
+ export { default as AngleDoubleLeftLine } from '../icon/angle-double-left-line';
3
+ export { default as AngleDoubleLeft } from '../icon/angle-double-left';
4
+ export { default as AngleDoubleRightLine } from '../icon/angle-double-right-line';
5
+ export { default as AngleDoubleRight } from '../icon/angle-double-right';
6
+ export { default as AngleDoubleUpLine } from '../icon/angle-double-up-line';
7
+ export { default as AngleDownFill } from '../icon/angle-down-fill';
8
+ export { default as AngleDownLine } from '../icon/angle-down-line';
9
+ export { default as AngleDown } from '../icon/angle-down';
10
+ export { default as AngleLeft } from '../icon/angle-left';
11
+ export { default as AngleRight } from '../icon/angle-right';
12
+ export { default as AngleUpFill } from '../icon/angle-up-fill';
13
+ export { default as AngleUp } from '../icon/angle-up';
14
+ export { default as ArchiveFill } from '../icon/archive-fill';
15
+ export { default as ArrowsLeft } from '../icon/arrows-left';
16
+ export { default as ArrowsRight } from '../icon/arrows-right';
17
+ export { default as AudioFill } from '../icon/audio-fill';
18
+ export { default as Bk } from '../icon/bk';
19
+ export { default as Circle } from '../icon/circle';
20
+ export { default as CloseLine } from '../icon/close-line';
21
+ export { default as Close } from '../icon/close';
22
+ export { default as Code } from '../icon/code';
23
+ export { default as CogShape } from '../icon/cog-shape';
24
+ export { default as CollapseLeft } from '../icon/collapse-left';
25
+ export { default as Copy } from '../icon/copy';
26
+ export { default as DataShape } from '../icon/data-shape';
27
+ export { default as Del } from '../icon/del';
28
+ export { default as DocFill } from '../icon/doc-fill';
29
+ export { default as Done } from '../icon/done';
30
+ export { default as DownShape } from '../icon/down-shape';
31
+ export { default as DownSmall } from '../icon/down-small';
32
+ export { default as EditLine } from '../icon/edit-line';
33
+ export { default as Ellipsis } from '../icon/ellipsis';
34
+ export { default as EnlargeLine } from '../icon/enlarge-line';
35
+ export { default as Error } from '../icon/error';
36
+ export { default as ExcelFill } from '../icon/excel-fill';
37
+ export { default as ExclamationCircleShape } from '../icon/exclamation-circle-shape';
38
+ export { default as Eye } from '../icon/eye';
39
+ export { default as FilliscreenLine } from '../icon/filliscreen-line';
40
+ export { default as FolderOpen } from '../icon/folder-open';
41
+ export { default as FolderShapeOpen } from '../icon/folder-shape-open';
42
+ export { default as FolderShape } from '../icon/folder-shape';
43
+ export { default as Folder } from '../icon/folder';
44
+ export { default as Funnel } from '../icon/funnel';
45
+ export { default as HelpDocumentFill } from '../icon/help-document-fill';
46
+ export { default as HelpFill } from '../icon/help-fill';
47
+ export { default as Help } from '../icon/help';
48
+ export { default as ImageFill } from '../icon/image-fill';
49
+ export { default as ImgError } from '../icon/img-error';
50
+ export { default as ImgPlacehoulder } from '../icon/img-placehoulder';
51
+ export { default as InfoLine } from '../icon/info-line';
52
+ export { default as Info } from '../icon/info';
53
+ export { default as LeftShape } from '../icon/left-shape';
54
+ export { default as LeftTurnLine } from '../icon/left-turn-line';
55
+ export { default as NarrowLine } from '../icon/narrow-line';
56
+ export { default as Original } from '../icon/original';
57
+ export { default as PdfFill } from '../icon/pdf-fill';
58
+ export { default as PlayShape } from '../icon/play-shape';
59
+ export { default as Plus } from '../icon/plus';
60
+ export { default as PptFill } from '../icon/ppt-fill';
61
+ export { default as Qq } from '../icon/qq';
62
+ export { default as RightShape } from '../icon/right-shape';
63
+ export { default as RightTurnLine } from '../icon/right-turn-line';
64
+ export { default as Search } from '../icon/search';
65
+ export { default as Share } from '../icon/share';
66
+ export { default as Spinner } from '../icon/spinner';
67
+ export { default as Success } from '../icon/success';
68
+ export { default as SwitcherLoading } from '../icon/switcher-loading';
69
+ export { default as TextFile } from '../icon/text-file';
70
+ export { default as TextFill } from '../icon/text-fill';
71
+ export { default as Transfer } from '../icon/transfer';
72
+ export { default as TreeApplicationShape } from '../icon/tree-application-shape';
73
+ export { default as UnfullScreen } from '../icon/unfull-screen';
74
+ export { default as Unvisible } from '../icon/unvisible';
75
+ export { default as UpShape } from '../icon/up-shape';
76
+ export { default as Upload } from '../icon/upload';
77
+ export { default as VideoFill } from '../icon/video-fill';
78
+ export { default as Warn } from '../icon/warn';
79
+ export { default as Weixin } from '../icon/weixin';
package/lib/index.d.ts ADDED
@@ -0,0 +1,6 @@
1
+ export { default } from './preset';
2
+ export * from './components';
3
+ export * from './directives';
4
+ export * as plugins from './plugins';
5
+ export * from './config-provider';
6
+ export * from './hooks';
@@ -5,7 +5,7 @@ declare const BkModal: {
5
5
  $data: {
6
6
  visible: boolean;
7
7
  closeTimer: any;
8
- bkPopIndexManager: import("@bkui-vue/shared").BKPopIndexManager;
8
+ bkPopIndexManager: import("../shared").BKPopIndexManager;
9
9
  };
10
10
  $props: Partial<{
11
11
  title: string;
@@ -228,7 +228,7 @@ declare const BkModal: {
228
228
  }, unknown, {
229
229
  visible: boolean;
230
230
  closeTimer: any;
231
- bkPopIndexManager: import("@bkui-vue/shared").BKPopIndexManager;
231
+ bkPopIndexManager: import("../shared").BKPopIndexManager;
232
232
  }, {
233
233
  dialogWidth(): String | Number;
234
234
  dialogHeight(): String | Number;
@@ -485,7 +485,7 @@ declare const BkModal: {
485
485
  }, unknown, {
486
486
  visible: boolean;
487
487
  closeTimer: any;
488
- bkPopIndexManager: import("@bkui-vue/shared").BKPopIndexManager;
488
+ bkPopIndexManager: import("../shared").BKPopIndexManager;
489
489
  }, {
490
490
  dialogWidth(): String | Number;
491
491
  dialogHeight(): String | Number;
@@ -1,4 +1,4 @@
1
- import { BKPopIndexManager } from '@bkui-vue/shared';
1
+ import { BKPopIndexManager } from '../shared';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  isShow: import("vue-types").VueTypeValidableDef<boolean> & {
4
4
  default: boolean;
@@ -1,5 +1,5 @@
1
1
  import type { ComputedRef } from 'vue';
2
- import type { Language } from '@bkui-vue/locale';
2
+ import type { Language } from '../locale';
3
3
  declare const _default: (t: ComputedRef<Language['pagination']>) => {
4
4
  limit: import("vue").Ref<number>;
5
5
  render: ({ isFirst, isLast }: {
@@ -1,5 +1,5 @@
1
1
  import type { ComputedRef } from 'vue';
2
- import type { Language } from '@bkui-vue/locale';
2
+ import type { Language } from '../locale';
3
3
  declare const _default: (t: ComputedRef<Language['pagination']>) => ({ isFirst, isLast }: {
4
4
  isFirst: any;
5
5
  isLast: any;
@@ -0,0 +1 @@
1
+ export { default as $bkPopover } from '../plugin-popover';
@@ -1,4 +1,4 @@
1
- import Popover from '@bkui-vue/popover';
1
+ import Popover from '../popover';
2
2
  import Option from './option';
3
3
  import Group from './optionGroup';
4
4
  import SelectTagInput from './selectTagInput';
@@ -1,2 +1,2 @@
1
- import { IFormItemContext } from '@bkui-vue/form';
1
+ import { IFormItemContext } from '../../form';
2
2
  export declare const useFormItem: () => IFormItemContext;
@@ -1,2 +1,2 @@
1
- import { IFormContext } from '@bkui-vue/form';
1
+ import { IFormContext } from '../../form';
2
2
  export declare const useForm: () => IFormContext;
@@ -1,4 +1,4 @@
1
1
  import type { InjectionKey } from 'vue';
2
- import { IFormContext, IFormItemContext } from '@bkui-vue/form';
2
+ import { IFormContext, IFormItemContext } from '../form';
3
3
  export declare const formKey: InjectionKey<IFormContext>;
4
4
  export declare const formItemKey: InjectionKey<IFormItemContext>;
@@ -24,7 +24,7 @@
24
24
  * IN THE SOFTWARE.
25
25
  */
26
26
  import { PropType } from 'vue';
27
- import { PlacementEnum } from '@bkui-vue/shared';
27
+ import { PlacementEnum } from '../shared';
28
28
  interface Params {
29
29
  vertical: boolean;
30
30
  showTip: boolean;
@@ -0,0 +1,56 @@
1
+ import './reset.less';
2
+ import '../alert/alert.less';
3
+ import '../affix/affix.less';
4
+ import '../backtop/backtop.less';
5
+ import '../badge/badge.less';
6
+ import '../breadcrumb/breadcrumb.less';
7
+ import '../button/button.less';
8
+ import '../card/card.less';
9
+ import '../checkbox/checkbox.less';
10
+ import '../collapse/collapse.less';
11
+ import '../collapse-transition/collapse-transition.less';
12
+ import '../dialog/dialog.less';
13
+ import '../exception/exception.less';
14
+ import '../fixed-navbar/fixed-navbar.less';
15
+ import '../input/input.less';
16
+ import '../link/link.less';
17
+ import '../dropdown/dropdown.less';
18
+ import '../loading/loading.less';
19
+ import '../modal/modal.less';
20
+ import '../progress/progress.less';
21
+ import '../radio/radio.less';
22
+ import '../rate/rate.less';
23
+ import '../rate/star.less';
24
+ import '../swiper/swiper.less';
25
+ import '../select/select.less';
26
+ import '../sideslider/sideslider.less';
27
+ import '../switcher/switcher.less';
28
+ import '../table/table.less';
29
+ import '../tag/tag.less';
30
+ import '../form/form.less';
31
+ import '../steps/steps.less';
32
+ import '../message/message.less';
33
+ import '../notify/notify.less';
34
+ import '../tree/tree.less';
35
+ import '../slider/slider.less';
36
+ import '../menu/menu.less';
37
+ import '../navigation/navigation.less';
38
+ import '../date-picker/date-picker.less';
39
+ import '../divider/divider.less';
40
+ import '../tab/tab.less';
41
+ import '../process/process.less';
42
+ import '../virtual-render/virtual-render.less';
43
+ import '../transfer/transfer.less';
44
+ import '../pagination/pagination.less';
45
+ import '../timeline/timeline.less';
46
+ import '../code-diff/code-diff.less';
47
+ import '../resize-layout/resize-layout.less';
48
+ import '../upload/upload.less';
49
+ import '../tag-input/tag-input.less';
50
+ import '../container/container.less';
51
+ import '../cascader/cascader.less';
52
+ import '../color-picker/color-picker.less';
53
+ import '../time-picker/time-picker.less';
54
+ import '../search-select/search-select.less';
55
+ import '../config-provider/config-provider.less';
56
+ import '../pop-confirm/pop-confirm.less';
@@ -1,5 +1,5 @@
1
1
  import type { ComputedRef } from 'vue';
2
- import type { Language } from '@bkui-vue/locale';
2
+ import type { Language } from '../locale';
3
3
  export declare const enum BORDER_OPTION {
4
4
  NONE = "none",
5
5
  ROW = "row",
@@ -1,5 +1,5 @@
1
1
  import { ComputedRef, Ref } from 'vue';
2
- import type { Language } from '@bkui-vue/locale';
2
+ import type { Language } from '../locale';
3
3
  import { TablePlugins } from './plugins';
4
4
  import { GroupColumn, IColumnActive, IReactiveProp, TablePropTypes } from './props';
5
5
  export default class TableRender {
@@ -297,7 +297,7 @@ declare const TagInput: {
297
297
  default: boolean;
298
298
  };
299
299
  tagOverflowTips: {
300
- type: import("vue").PropType<Partial<import("@bkui-vue/directives/src/tooltips").IOptions>>;
300
+ type: import("vue").PropType<Partial<import("../directives/src/tooltips").IOptions>>;
301
301
  default: () => {};
302
302
  };
303
303
  }>> & {
@@ -588,7 +588,7 @@ declare const TagInput: {
588
588
  default: boolean;
589
589
  };
590
590
  tagOverflowTips: {
591
- type: import("vue").PropType<Partial<import("@bkui-vue/directives/src/tooltips").IOptions>>;
591
+ type: import("vue").PropType<Partial<import("../directives/src/tooltips").IOptions>>;
592
592
  default: () => {};
593
593
  };
594
594
  }>> & {
@@ -970,7 +970,7 @@ declare const TagInput: {
970
970
  default: boolean;
971
971
  };
972
972
  tagOverflowTips: {
973
- type: import("vue").PropType<Partial<import("@bkui-vue/directives/src/tooltips").IOptions>>;
973
+ type: import("vue").PropType<Partial<import("../directives/src/tooltips").IOptions>>;
974
974
  default: () => {};
975
975
  };
976
976
  }>> & {
@@ -1306,7 +1306,7 @@ declare const TagInput: {
1306
1306
  default: boolean;
1307
1307
  };
1308
1308
  tagOverflowTips: {
1309
- type: import("vue").PropType<Partial<import("@bkui-vue/directives/src/tooltips").IOptions>>;
1309
+ type: import("vue").PropType<Partial<import("../directives/src/tooltips").IOptions>>;
1310
1310
  default: () => {};
1311
1311
  };
1312
1312
  }>> & {
@@ -264,7 +264,7 @@ declare const _default: import("vue").DefineComponent<{
264
264
  default: boolean;
265
265
  };
266
266
  tagOverflowTips: {
267
- type: import("vue").PropType<Partial<import("@bkui-vue/directives/src/tooltips").IOptions>>;
267
+ type: import("vue").PropType<Partial<import("../directives/src/tooltips").IOptions>>;
268
268
  default: () => {};
269
269
  };
270
270
  }, {
@@ -587,7 +587,7 @@ declare const _default: import("vue").DefineComponent<{
587
587
  default: boolean;
588
588
  };
589
589
  tagOverflowTips: {
590
- type: import("vue").PropType<Partial<import("@bkui-vue/directives/src/tooltips").IOptions>>;
590
+ type: import("vue").PropType<Partial<import("../directives/src/tooltips").IOptions>>;
591
591
  default: () => {};
592
592
  };
593
593
  }>> & {
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes, PropType, VNode } from 'vue';
2
- import { IOptions } from '@bkui-vue/directives/src/tooltips';
2
+ import { IOptions } from '../directives/src/tooltips';
3
3
  declare const tagProps: () => {
4
4
  modelValue: import("vue-types").VueTypeDef<string[]> & {
5
5
  default: () => string[];
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { IOptions } from '@bkui-vue/directives/src/tooltips';
2
+ import { IOptions } from '../directives/src/tooltips';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  node: import("vue-types").VueTypeValidableDef<{
5
5
  [key: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.1-beta.448",
3
+ "version": "0.0.1-beta.449",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",
@@ -1,64 +0,0 @@
1
- export { default as Alert } from './alert';
2
- export { default as AnimateNumber } from './animate-number';
3
- export { default as Affix } from './affix';
4
- export { default as Backtop } from './backtop';
5
- export { default as Badge } from './badge';
6
- export { default as Breadcrumb } from './breadcrumb';
7
- export { default as Button } from './button';
8
- export { default as Card } from './card';
9
- export { default as Checkbox } from './checkbox';
10
- export type { CollapseProps, CollapsePanelProps } from './collapse';
11
- export { default as Collapse } from './collapse';
12
- export { default as Dialog } from './dialog';
13
- export { default as Exception } from './exception';
14
- export { default as FixedNavbar } from './fixed-navbar';
15
- export { default as Input } from './input';
16
- export { default as Link } from './link';
17
- export { default as Loading } from './loading';
18
- export { default as Modal } from './modal';
19
- export { default as Popover } from './popover';
20
- export { default as Popover2 } from './popover2';
21
- export { default as Progress } from './progress';
22
- export { default as Radio } from './radio';
23
- export { default as Rate } from './rate';
24
- export { default as Swiper } from './swiper';
25
- export { default as Select } from './select';
26
- export { default as Sideslider } from './sideslider';
27
- export { default as Steps } from './steps';
28
- export { default as Switcher } from './switcher';
29
- export type { TableSettings, TableIColumn, TableProps, TableColumnProps } from './table';
30
- export { default as Table } from './table';
31
- export { default as TableColumn } from './table-column';
32
- export { default as Tag } from './tag';
33
- export { default as TagInput } from './tag-input';
34
- export { default as Divider } from './divider';
35
- export type { TabProps, TabPanelProps } from './tab';
36
- export { default as Tab } from './tab';
37
- export { default as Message } from './message';
38
- export { default as InfoBox } from './info-box';
39
- export { default as Notify } from './notify';
40
- export { default as Menu } from './menu';
41
- export { default as Navigation } from './navigation';
42
- export { default as DatePicker } from './date-picker';
43
- export { default as Transfer } from './transfer';
44
- export { default as Tree } from './tree';
45
- export { default as VirtualRender } from './virtual-render';
46
- export { default as Form } from './form';
47
- export { default as Pagination } from './pagination';
48
- export { default as Container } from './container';
49
- export { default as containerProps } from './container';
50
- export { default as Dropdown } from './dropdown';
51
- export { default as Cascader } from './cascader';
52
- export { default as Slider } from './slider';
53
- export { default as ResizeLayout } from './resize-layout';
54
- export { default as TimeLine } from './timeline';
55
- export { default as Process } from './process';
56
- export { default as Upload } from './upload';
57
- export { default as CodeDiff } from './code-diff';
58
- export { default as ColorPicker } from './color-picker';
59
- export { default as TimePicker } from './time-picker';
60
- export { default as SearchSelect } from './search-select';
61
- export { default as OverflowTitle } from './overflow-title';
62
- export { default as $bkPopover } from './plugin-popover';
63
- export { default as ConfigProvider } from './config-provider';
64
- export { default as PopConfirm } from './pop-confirm';
@@ -1,6 +0,0 @@
1
- export { default } from './preset';
2
- export * from './components';
3
- export * from '@bkui-vue/directives';
4
- export * as plugins from '@bkui-vue/plugins';
5
- export * from '@bkui-vue/config-provider';
6
- export * from './hooks';
@@ -1,79 +0,0 @@
1
- export { default as AngleDoubleDownLine } from '../icons/angle-double-down-line';
2
- export { default as AngleDoubleLeftLine } from '../icons/angle-double-left-line';
3
- export { default as AngleDoubleLeft } from '../icons/angle-double-left';
4
- export { default as AngleDoubleRightLine } from '../icons/angle-double-right-line';
5
- export { default as AngleDoubleRight } from '../icons/angle-double-right';
6
- export { default as AngleDoubleUpLine } from '../icons/angle-double-up-line';
7
- export { default as AngleDownFill } from '../icons/angle-down-fill';
8
- export { default as AngleDownLine } from '../icons/angle-down-line';
9
- export { default as AngleDown } from '../icons/angle-down';
10
- export { default as AngleLeft } from '../icons/angle-left';
11
- export { default as AngleRight } from '../icons/angle-right';
12
- export { default as AngleUpFill } from '../icons/angle-up-fill';
13
- export { default as AngleUp } from '../icons/angle-up';
14
- export { default as ArchiveFill } from '../icons/archive-fill';
15
- export { default as ArrowsLeft } from '../icons/arrows-left';
16
- export { default as ArrowsRight } from '../icons/arrows-right';
17
- export { default as AudioFill } from '../icons/audio-fill';
18
- export { default as Bk } from '../icons/bk';
19
- export { default as Circle } from '../icons/circle';
20
- export { default as CloseLine } from '../icons/close-line';
21
- export { default as Close } from '../icons/close';
22
- export { default as Code } from '../icons/code';
23
- export { default as CogShape } from '../icons/cog-shape';
24
- export { default as CollapseLeft } from '../icons/collapse-left';
25
- export { default as Copy } from '../icons/copy';
26
- export { default as DataShape } from '../icons/data-shape';
27
- export { default as Del } from '../icons/del';
28
- export { default as DocFill } from '../icons/doc-fill';
29
- export { default as Done } from '../icons/done';
30
- export { default as DownShape } from '../icons/down-shape';
31
- export { default as DownSmall } from '../icons/down-small';
32
- export { default as EditLine } from '../icons/edit-line';
33
- export { default as Ellipsis } from '../icons/ellipsis';
34
- export { default as EnlargeLine } from '../icons/enlarge-line';
35
- export { default as Error } from '../icons/error';
36
- export { default as ExcelFill } from '../icons/excel-fill';
37
- export { default as ExclamationCircleShape } from '../icons/exclamation-circle-shape';
38
- export { default as Eye } from '../icons/eye';
39
- export { default as FilliscreenLine } from '../icons/filliscreen-line';
40
- export { default as FolderOpen } from '../icons/folder-open';
41
- export { default as FolderShapeOpen } from '../icons/folder-shape-open';
42
- export { default as FolderShape } from '../icons/folder-shape';
43
- export { default as Folder } from '../icons/folder';
44
- export { default as Funnel } from '../icons/funnel';
45
- export { default as HelpDocumentFill } from '../icons/help-document-fill';
46
- export { default as HelpFill } from '../icons/help-fill';
47
- export { default as Help } from '../icons/help';
48
- export { default as ImageFill } from '../icons/image-fill';
49
- export { default as ImgError } from '../icons/img-error';
50
- export { default as ImgPlacehoulder } from '../icons/img-placehoulder';
51
- export { default as InfoLine } from '../icons/info-line';
52
- export { default as Info } from '../icons/info';
53
- export { default as LeftShape } from '../icons/left-shape';
54
- export { default as LeftTurnLine } from '../icons/left-turn-line';
55
- export { default as NarrowLine } from '../icons/narrow-line';
56
- export { default as Original } from '../icons/original';
57
- export { default as PdfFill } from '../icons/pdf-fill';
58
- export { default as PlayShape } from '../icons/play-shape';
59
- export { default as Plus } from '../icons/plus';
60
- export { default as PptFill } from '../icons/ppt-fill';
61
- export { default as Qq } from '../icons/qq';
62
- export { default as RightShape } from '../icons/right-shape';
63
- export { default as RightTurnLine } from '../icons/right-turn-line';
64
- export { default as Search } from '../icons/search';
65
- export { default as Share } from '../icons/share';
66
- export { default as Spinner } from '../icons/spinner';
67
- export { default as Success } from '../icons/success';
68
- export { default as SwitcherLoading } from '../icons/switcher-loading';
69
- export { default as TextFile } from '../icons/text-file';
70
- export { default as TextFill } from '../icons/text-fill';
71
- export { default as Transfer } from '../icons/transfer';
72
- export { default as TreeApplicationShape } from '../icons/tree-application-shape';
73
- export { default as UnfullScreen } from '../icons/unfull-screen';
74
- export { default as Unvisible } from '../icons/unvisible';
75
- export { default as UpShape } from '../icons/up-shape';
76
- export { default as Upload } from '../icons/upload';
77
- export { default as VideoFill } from '../icons/video-fill';
78
- export { default as Warn } from '../icons/warn';
79
- export { default as Weixin } from '../icons/weixin';
@@ -1 +0,0 @@
1
- export { default as $bkPopover } from '@bkui-vue/plugin-popover';
@@ -1,56 +0,0 @@
1
- import './reset.less';
2
- import '@bkui-vue/alert/alert.less';
3
- import '@bkui-vue/affix/affix.less';
4
- import '@bkui-vue/backtop/backtop.less';
5
- import '@bkui-vue/badge/badge.less';
6
- import '@bkui-vue/breadcrumb/breadcrumb.less';
7
- import '@bkui-vue/button/button.less';
8
- import '@bkui-vue/card/card.less';
9
- import '@bkui-vue/checkbox/checkbox.less';
10
- import '@bkui-vue/collapse/collapse.less';
11
- import '@bkui-vue/collapse-transition/collapse-transition.less';
12
- import '@bkui-vue/dialog/dialog.less';
13
- import '@bkui-vue/exception/exception.less';
14
- import '@bkui-vue/fixed-navbar/fixed-navbar.less';
15
- import '@bkui-vue/input/input.less';
16
- import '@bkui-vue/link/link.less';
17
- import '@bkui-vue/dropdown/dropdown.less';
18
- import '@bkui-vue/loading/loading.less';
19
- import '@bkui-vue/modal/modal.less';
20
- import '@bkui-vue/progress/progress.less';
21
- import '@bkui-vue/radio/radio.less';
22
- import '@bkui-vue/rate/rate.less';
23
- import '@bkui-vue/rate/star.less';
24
- import '@bkui-vue/swiper/swiper.less';
25
- import '@bkui-vue/select/select.less';
26
- import '@bkui-vue/sideslider/sideslider.less';
27
- import '@bkui-vue/switcher/switcher.less';
28
- import '@bkui-vue/table/table.less';
29
- import '@bkui-vue/tag/tag.less';
30
- import '@bkui-vue/form/form.less';
31
- import '@bkui-vue/steps/steps.less';
32
- import '@bkui-vue/message/message.less';
33
- import '@bkui-vue/notify/notify.less';
34
- import '@bkui-vue/tree/tree.less';
35
- import '@bkui-vue/slider/slider.less';
36
- import '@bkui-vue/menu/menu.less';
37
- import '@bkui-vue/navigation/navigation.less';
38
- import '@bkui-vue/date-picker/date-picker.less';
39
- import '@bkui-vue/divider/divider.less';
40
- import '@bkui-vue/tab/tab.less';
41
- import '@bkui-vue/process/process.less';
42
- import '@bkui-vue/virtual-render/virtual-render.less';
43
- import '@bkui-vue/transfer/transfer.less';
44
- import '@bkui-vue/pagination/pagination.less';
45
- import '@bkui-vue/timeline/timeline.less';
46
- import '@bkui-vue/code-diff/code-diff.less';
47
- import '@bkui-vue/resize-layout/resize-layout.less';
48
- import '@bkui-vue/upload/upload.less';
49
- import '@bkui-vue/tag-input/tag-input.less';
50
- import '@bkui-vue/container/container.less';
51
- import '@bkui-vue/cascader/cascader.less';
52
- import '@bkui-vue/color-picker/color-picker.less';
53
- import '@bkui-vue/time-picker/time-picker.less';
54
- import '@bkui-vue/search-select/search-select.less';
55
- import '@bkui-vue/config-provider/config-provider.less';
56
- import '@bkui-vue/pop-confirm/pop-confirm.less';
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes