bkui-vue 0.0.1-beta.463 → 0.0.1-beta.465

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 (347) hide show
  1. package/dist/index.cjs.js +63 -67
  2. package/dist/index.esm.js +15199 -14529
  3. package/dist/index.umd.js +65 -69
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/affix.d.ts +1 -1
  7. package/lib/affix/index.d.ts +58 -34
  8. package/lib/alert/alert.d.ts +1 -1
  9. package/lib/alert/index.d.ts +60 -40
  10. package/lib/alert/index.js +1 -1
  11. package/lib/animate-number/animate-number.d.ts +3 -3
  12. package/lib/animate-number/index.d.ts +60 -27
  13. package/lib/backtop/backtop.d.ts +2 -2
  14. package/lib/backtop/index.d.ts +61 -43
  15. package/lib/badge/badge.d.ts +1 -1
  16. package/lib/badge/index.d.ts +63 -60
  17. package/lib/badge/index.js +1 -1
  18. package/lib/breadcrumb/breadcrumb-item.d.ts +1 -1
  19. package/lib/breadcrumb/breadcrumb.d.ts +2 -2
  20. package/lib/breadcrumb/index.d.ts +61 -39
  21. package/lib/button/button-group.d.ts +4 -4
  22. package/lib/button/button.d.ts +3 -3
  23. package/lib/button/index.d.ts +74 -68
  24. package/lib/button/index.js +1 -1
  25. package/lib/card/card.d.ts +1 -1
  26. package/lib/card/index.d.ts +63 -64
  27. package/lib/card/index.js +1 -1
  28. package/lib/cascader/cascader-panel.d.ts +1 -1
  29. package/lib/cascader/cascader.d.ts +2 -2
  30. package/lib/cascader/index.d.ts +81 -146
  31. package/lib/cascader/index.js +2 -1
  32. package/lib/cascader/index.js.LICENSE.txt +1 -0
  33. package/lib/checkbox/checkbox-group.d.ts +2 -2
  34. package/lib/checkbox/checkbox.d.ts +10 -10
  35. package/lib/checkbox/index.d.ts +76 -64
  36. package/lib/checkbox/index.js +1 -1
  37. package/lib/checkbox/type.d.ts +1 -1
  38. package/lib/code-diff/code-diff.d.ts +6 -6
  39. package/lib/code-diff/index.d.ts +30 -43
  40. package/lib/code-diff/index.js +1 -1
  41. package/lib/collapse/collapse-panel.d.ts +1 -1
  42. package/lib/collapse/collapse.d.ts +1 -1
  43. package/lib/collapse/index.d.ts +68 -74
  44. package/lib/collapse-transition/collapse-transition.d.ts +2 -2
  45. package/lib/color-picker/color-picker.d.ts +2 -2
  46. package/lib/color-picker/components/color-input.d.ts +2 -2
  47. package/lib/color-picker/components/hue-slider.d.ts +2 -2
  48. package/lib/color-picker/components/input-container.d.ts +2 -2
  49. package/lib/color-picker/components/recommend-colors.d.ts +2 -2
  50. package/lib/color-picker/components/saturation-panel.d.ts +2 -2
  51. package/lib/color-picker/index.d.ts +63 -62
  52. package/lib/color-picker/index.js +1 -1
  53. package/lib/config-provider/config-provider.d.ts +3 -3
  54. package/lib/config-provider/index.d.ts +175 -138
  55. package/lib/container/col.d.ts +2 -2
  56. package/lib/container/container.d.ts +2 -2
  57. package/lib/container/index.d.ts +29 -48
  58. package/lib/container/row.d.ts +2 -2
  59. package/lib/date-picker/base/confirm.d.ts +5 -5
  60. package/lib/date-picker/base/date-table.d.ts +3 -3
  61. package/lib/date-picker/base/month-table.d.ts +4 -4
  62. package/lib/date-picker/base/picker-dropdown.d.ts +4 -4
  63. package/lib/date-picker/base/time-spinner.d.ts +2 -2
  64. package/lib/date-picker/base/year-table.d.ts +4 -4
  65. package/lib/date-picker/date-picker.d.ts +37 -28
  66. package/lib/date-picker/index.d.ts +162 -209
  67. package/lib/date-picker/index.js +1 -1
  68. package/lib/date-picker/interface.d.ts +10 -10
  69. package/lib/date-picker/panel/date-range.d.ts +18 -15
  70. package/lib/date-picker/panel/date.d.ts +12 -12
  71. package/lib/date-picker/panel/time-range.d.ts +8 -2
  72. package/lib/date-picker/panel/time.d.ts +5 -2
  73. package/lib/date-picker/props.d.ts +3 -3
  74. package/lib/date-picker/time-picker.d.ts +11 -2
  75. package/lib/dialog/dialog.d.ts +2 -2
  76. package/lib/dialog/index.d.ts +90 -163
  77. package/lib/dialog/index.js +2 -1
  78. package/lib/dialog/index.js.LICENSE.txt +1 -0
  79. package/lib/divider/divider.d.ts +2 -2
  80. package/lib/divider/index.d.ts +61 -37
  81. package/lib/dropdown/dropdown-item.d.ts +1 -1
  82. package/lib/dropdown/dropdown-menu.d.ts +2 -2
  83. package/lib/dropdown/dropdown.d.ts +2 -2
  84. package/lib/dropdown/index.d.ts +66 -54
  85. package/lib/exception/exception.d.ts +2 -2
  86. package/lib/exception/index.d.ts +60 -29
  87. package/lib/exception/index.js +1 -1
  88. package/lib/exception/typings/index.d.ts +2 -2
  89. package/lib/fixed-navbar/fixed-navbar.d.ts +1 -1
  90. package/lib/fixed-navbar/index.d.ts +58 -34
  91. package/lib/form/compose-form-item.d.ts +2 -2
  92. package/lib/form/form-item.d.ts +3 -3
  93. package/lib/form/form.d.ts +3 -3
  94. package/lib/form/index.d.ts +62 -40
  95. package/lib/form/index.js +1 -1
  96. package/lib/icon/angle-double-down-line.js +1 -1
  97. package/lib/icon/angle-double-left-line.js +1 -1
  98. package/lib/icon/angle-double-left.js +1 -1
  99. package/lib/icon/angle-double-right-line.js +1 -1
  100. package/lib/icon/angle-double-right.js +1 -1
  101. package/lib/icon/angle-double-up-line.js +1 -1
  102. package/lib/icon/angle-down-fill.js +1 -1
  103. package/lib/icon/angle-down-line.js +1 -1
  104. package/lib/icon/angle-down.js +1 -1
  105. package/lib/icon/angle-left.js +1 -1
  106. package/lib/icon/angle-right.js +1 -1
  107. package/lib/icon/angle-up-fill.js +1 -1
  108. package/lib/icon/angle-up.js +1 -1
  109. package/lib/icon/archive-fill.js +1 -1
  110. package/lib/icon/arrows-left.js +1 -1
  111. package/lib/icon/arrows-right.js +1 -1
  112. package/lib/icon/audio-fill.js +1 -1
  113. package/lib/icon/bk.js +1 -1
  114. package/lib/icon/circle.js +1 -1
  115. package/lib/icon/close-line.js +1 -1
  116. package/lib/icon/close.js +1 -1
  117. package/lib/icon/code.js +1 -1
  118. package/lib/icon/cog-shape.js +1 -1
  119. package/lib/icon/collapse-left.js +1 -1
  120. package/lib/icon/copy-shape.js +1 -1
  121. package/lib/icon/copy.js +1 -1
  122. package/lib/icon/data-shape.js +1 -1
  123. package/lib/icon/del.js +1 -1
  124. package/lib/icon/doc-fill.js +1 -1
  125. package/lib/icon/done.js +1 -1
  126. package/lib/icon/down-shape.js +1 -1
  127. package/lib/icon/down-small.js +1 -1
  128. package/lib/icon/edit-line.js +1 -1
  129. package/lib/icon/ellipsis.js +1 -1
  130. package/lib/icon/enlarge-line.js +1 -1
  131. package/lib/icon/error.js +1 -1
  132. package/lib/icon/excel-fill.js +1 -1
  133. package/lib/icon/exclamation-circle-shape.js +1 -1
  134. package/lib/icon/eye.js +1 -1
  135. package/lib/icon/filliscreen-line.js +1 -1
  136. package/lib/icon/fix-line.js +1 -1
  137. package/lib/icon/fix-shape.js +1 -1
  138. package/lib/icon/folder-open.js +1 -1
  139. package/lib/icon/folder-shape-open.js +1 -1
  140. package/lib/icon/folder-shape.js +1 -1
  141. package/lib/icon/folder.js +1 -1
  142. package/lib/icon/funnel.js +1 -1
  143. package/lib/icon/help-document-fill.js +1 -1
  144. package/lib/icon/help-fill.js +1 -1
  145. package/lib/icon/help.js +1 -1
  146. package/lib/icon/image-fill.js +1 -1
  147. package/lib/icon/img-error.js +1 -1
  148. package/lib/icon/img-placehoulder.js +1 -1
  149. package/lib/icon/index.js +1 -1
  150. package/lib/icon/info-line.js +1 -1
  151. package/lib/icon/info.js +1 -1
  152. package/lib/icon/left-shape.js +1 -1
  153. package/lib/icon/left-turn-line.js +1 -1
  154. package/lib/icon/narrow-line.js +1 -1
  155. package/lib/icon/original.js +1 -1
  156. package/lib/icon/pdf-fill.js +1 -1
  157. package/lib/icon/play-shape.js +1 -1
  158. package/lib/icon/plus.js +1 -1
  159. package/lib/icon/ppt-fill.js +1 -1
  160. package/lib/icon/qq.js +1 -1
  161. package/lib/icon/right-shape.js +1 -1
  162. package/lib/icon/right-turn-line.js +1 -1
  163. package/lib/icon/search.js +1 -1
  164. package/lib/icon/share.js +1 -1
  165. package/lib/icon/spinner.js +1 -1
  166. package/lib/icon/success.js +1 -1
  167. package/lib/icon/switcher-loading.js +1 -1
  168. package/lib/icon/text-file.js +1 -1
  169. package/lib/icon/text-fill.js +1 -1
  170. package/lib/icon/transfer.js +1 -1
  171. package/lib/icon/tree-application-shape.js +1 -1
  172. package/lib/icon/unfull-screen.js +1 -1
  173. package/lib/icon/unvisible.js +1 -1
  174. package/lib/icon/up-shape.js +1 -1
  175. package/lib/icon/upload.js +1 -1
  176. package/lib/icon/video-fill.js +1 -1
  177. package/lib/icon/warn.js +1 -1
  178. package/lib/icon/weixin-pro.js +1 -1
  179. package/lib/icon/weixin.js +1 -1
  180. package/lib/image/image-viewer.d.ts +2 -2
  181. package/lib/image/image.d.ts +1 -1
  182. package/lib/image/index.d.ts +63 -57
  183. package/lib/info-box/index.d.ts +1 -1
  184. package/lib/info-box/index.js +2 -1
  185. package/lib/info-box/index.js.LICENSE.txt +1 -0
  186. package/lib/input/index.d.ts +82 -119
  187. package/lib/input/index.js +1 -1
  188. package/lib/input/input.d.ts +6 -6
  189. package/lib/link/index.d.ts +59 -40
  190. package/lib/link/link.d.ts +1 -1
  191. package/lib/loading/directive.d.ts +2 -2
  192. package/lib/loading/index.d.ts +67 -71
  193. package/lib/loading/index.js +1 -1
  194. package/lib/loading/loading.d.ts +3 -3
  195. package/lib/locale/lang/en.d.ts +1 -1
  196. package/lib/menu/index.d.ts +69 -32
  197. package/lib/menu/index.js +1 -1
  198. package/lib/menu/menu-group.d.ts +2 -2
  199. package/lib/menu/menu-item.d.ts +5 -1
  200. package/lib/menu/menu.d.ts +1 -1
  201. package/lib/menu/submenu.d.ts +5 -1
  202. package/lib/menu/utils.d.ts +1 -1
  203. package/lib/message/index.js +1 -1
  204. package/lib/message/messageConstructor.d.ts +5 -5
  205. package/lib/modal/index.d.ts +84 -123
  206. package/lib/modal/modal.d.ts +3 -3
  207. package/lib/navigation/index.d.ts +84 -65
  208. package/lib/navigation/index.js +1 -1
  209. package/lib/navigation/navigation-title.d.ts +6 -3
  210. package/lib/navigation/navigation.d.ts +10 -3
  211. package/lib/notify/index.js +1 -1
  212. package/lib/notify/notifyConstructor.d.ts +1 -1
  213. package/lib/overflow-title/components/overflow-title.d.ts +2 -2
  214. package/lib/overflow-title/index.d.ts +62 -37
  215. package/lib/overflow-title/props.d.ts +2 -2
  216. package/lib/pagination/index.d.ts +75 -94
  217. package/lib/pagination/index.js +1 -1
  218. package/lib/pagination/pagination.d.ts +6 -6
  219. package/lib/pagination/type.d.ts +1 -1
  220. package/lib/plugin-popover/index.js +1 -1
  221. package/lib/pop-confirm/index.d.ts +66 -63
  222. package/lib/pop-confirm/pop-confirm.d.ts +2 -2
  223. package/lib/popover/arrow.d.ts +1 -1
  224. package/lib/popover/content.d.ts +2 -2
  225. package/lib/popover/index.d.ts +82 -153
  226. package/lib/popover/index.js +1 -1
  227. package/lib/popover/plugin-popover.d.ts +1 -1
  228. package/lib/popover/popover.d.ts +1 -1
  229. package/lib/popover/props.d.ts +2 -2
  230. package/lib/popover/reference.d.ts +1 -1
  231. package/lib/popover/root.d.ts +2 -2
  232. package/lib/popover/use-floating.d.ts +3 -3
  233. package/lib/popover2/index.d.ts +55 -10
  234. package/lib/popover2/popover.d.ts +1 -1
  235. package/lib/process/index.d.ts +60 -46
  236. package/lib/process/index.js +2 -1
  237. package/lib/process/index.js.LICENSE.txt +1 -0
  238. package/lib/process/process.d.ts +2 -2
  239. package/lib/progress/index.d.ts +76 -103
  240. package/lib/progress/index.js +1 -1
  241. package/lib/progress/progress.d.ts +6 -6
  242. package/lib/radio/index.d.ts +63 -41
  243. package/lib/radio/index.js +1 -1
  244. package/lib/radio/radio-button.d.ts +5 -5
  245. package/lib/radio/radio-group.d.ts +2 -2
  246. package/lib/radio/radio.d.ts +2 -2
  247. package/lib/radio/type.d.ts +1 -1
  248. package/lib/rate/index.d.ts +61 -34
  249. package/lib/rate/rate.d.ts +3 -3
  250. package/lib/rate/star.d.ts +1 -1
  251. package/lib/resize-layout/index.d.ts +65 -66
  252. package/lib/resize-layout/index.js +1 -1
  253. package/lib/resize-layout/resize-layout.d.ts +1 -1
  254. package/lib/search-select/index.d.ts +70 -69
  255. package/lib/search-select/index.js +2 -1
  256. package/lib/search-select/index.js.LICENSE.txt +1 -0
  257. package/lib/search-select/input.d.ts +1 -1
  258. package/lib/search-select/menu.d.ts +1 -1
  259. package/lib/search-select/search-select.d.ts +2 -2
  260. package/lib/search-select/selected.d.ts +2 -2
  261. package/lib/search-select/utils.d.ts +4 -4
  262. package/lib/select/index.d.ts +296 -500
  263. package/lib/select/index.js +2 -1
  264. package/lib/select/index.js.LICENSE.txt +1 -0
  265. package/lib/select/option.d.ts +2 -2
  266. package/lib/select/optionGroup.d.ts +2 -2
  267. package/lib/select/select.d.ts +70 -60
  268. package/lib/select/selectTagInput.d.ts +2 -2
  269. package/lib/select/type.d.ts +3 -3
  270. package/lib/shared/index.d.ts +2 -2
  271. package/lib/shared/index.js +1 -1
  272. package/lib/shared/mask-manager.d.ts +2 -2
  273. package/lib/shared/popover.d.ts +1 -1
  274. package/lib/shared/vue-types.d.ts +7 -7
  275. package/lib/sideslider/index.d.ts +84 -125
  276. package/lib/sideslider/index.js +2 -1
  277. package/lib/sideslider/index.js.LICENSE.txt +1 -0
  278. package/lib/sideslider/sideslider.d.ts +3 -3
  279. package/lib/slider/index.d.ts +73 -103
  280. package/lib/slider/index.js +2 -1
  281. package/lib/slider/index.js.LICENSE.txt +1 -0
  282. package/lib/slider/slider-button.d.ts +1 -1
  283. package/lib/slider/slider.d.ts +1 -1
  284. package/lib/steps/index.d.ts +68 -62
  285. package/lib/steps/index.js +2 -1
  286. package/lib/steps/index.js.LICENSE.txt +1 -0
  287. package/lib/steps/steps.d.ts +5 -5
  288. package/lib/swiper/index.d.ts +60 -44
  289. package/lib/swiper/swiper.d.ts +1 -1
  290. package/lib/switcher/index.d.ts +72 -77
  291. package/lib/switcher/index.js +1 -1
  292. package/lib/switcher/switcher.d.ts +3 -3
  293. package/lib/tab/index.d.ts +81 -99
  294. package/lib/tab/index.js +1 -1
  295. package/lib/tab/props.d.ts +1 -1
  296. package/lib/tab/tab-nav.d.ts +2 -2
  297. package/lib/tab/tab-panel.d.ts +2 -2
  298. package/lib/tab/tab.d.ts +3 -3
  299. package/lib/table/components/table-cell.d.ts +2 -2
  300. package/lib/table/components/table-column.d.ts +18 -12
  301. package/lib/table/components/table-row.d.ts +1 -1
  302. package/lib/table/index.d.ts +213 -302
  303. package/lib/table/index.js +1 -1
  304. package/lib/table/plugins/body-empty.d.ts +1 -1
  305. package/lib/table/plugins/col-group.d.ts +2 -2
  306. package/lib/table/plugins/head-filter.d.ts +1 -1
  307. package/lib/table/plugins/head-sort.d.ts +1 -1
  308. package/lib/table/plugins/settings.d.ts +1 -1
  309. package/lib/table/plugins/use-active-columns.d.ts +3 -3
  310. package/lib/table/plugins/use-fixed-column.d.ts +3 -3
  311. package/lib/table/props.d.ts +19 -19
  312. package/lib/table/table.d.ts +6 -6
  313. package/lib/table/use-column.d.ts +4 -4
  314. package/lib/table/use-common.d.ts +1 -1
  315. package/lib/table-column/index.d.ts +113 -106
  316. package/lib/table-column/index.js +1 -1
  317. package/lib/tag/index.d.ts +68 -50
  318. package/lib/tag/index.js +1 -1
  319. package/lib/tag/tag.d.ts +5 -1
  320. package/lib/tag-input/index.d.ts +99 -311
  321. package/lib/tag-input/index.js +1 -1
  322. package/lib/tag-input/list-tag-render.d.ts +2 -2
  323. package/lib/tag-input/tag-input.d.ts +3 -3
  324. package/lib/tag-input/tag-props.d.ts +1 -1
  325. package/lib/tag-input/tag-render.d.ts +2 -2
  326. package/lib/time-picker/index.d.ts +116 -187
  327. package/lib/timeline/index.d.ts +57 -28
  328. package/lib/timeline/timeline.d.ts +2 -2
  329. package/lib/transfer/index.d.ts +67 -82
  330. package/lib/transfer/transfer.d.ts +1 -1
  331. package/lib/tree/index.d.ts +84 -146
  332. package/lib/tree/index.js +1 -1
  333. package/lib/tree/props.d.ts +4 -4
  334. package/lib/tree/tree.d.ts +3 -3
  335. package/lib/upload/index.d.ts +93 -150
  336. package/lib/upload/index.js +2 -1
  337. package/lib/upload/index.js.LICENSE.txt +1 -0
  338. package/lib/upload/upload-list.d.ts +1 -1
  339. package/lib/upload/upload-trigger.d.ts +1 -1
  340. package/lib/upload/upload.d.ts +4 -4
  341. package/lib/upload/upload.type.d.ts +12 -12
  342. package/lib/upload/use-file-handler.d.ts +1 -24
  343. package/lib/virtual-render/index.d.ts +64 -160
  344. package/lib/virtual-render/index.js +1 -1
  345. package/lib/virtual-render/props.d.ts +1 -1
  346. package/lib/virtual-render/virtual-render.d.ts +16 -3
  347. package/package.json +38 -37
@@ -2,39 +2,57 @@ declare const BkBacktop: {
2
2
  new (...args: any[]): {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
- $props: Partial<{
6
- extCls: string;
7
- right: number;
8
- bottom: number;
9
- target: string;
10
- visibilityHeight: number;
11
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
12
- visibilityHeight: import("vue-types").VueTypeValidableDef<number> & {
13
- default: number;
14
- } & {
15
- default: number;
16
- };
17
- target: import("vue-types").VueTypeValidableDef<string> & {
18
- default: string;
19
- } & {
20
- default: string;
21
- };
22
- right: import("vue-types").VueTypeValidableDef<number> & {
23
- default: number;
24
- } & {
25
- default: number;
26
- };
27
- bottom: import("vue-types").VueTypeValidableDef<number> & {
28
- default: number;
29
- } & {
30
- default: number;
31
- };
32
- extCls: import("vue-types").VueTypeValidableDef<string> & {
33
- default: string;
34
- } & {
35
- default: string;
36
- };
37
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "extCls" | "right" | "bottom" | "target" | "visibilityHeight">;
5
+ $props: {
6
+ extCls?: string;
7
+ right?: number;
8
+ bottom?: number;
9
+ target?: string;
10
+ visibilityHeight?: number;
11
+ class?: unknown;
12
+ style?: unknown;
13
+ key?: string | number | symbol;
14
+ ref?: import("vue").VNodeRef;
15
+ ref_for?: boolean;
16
+ ref_key?: string;
17
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
+ [key: string]: any;
19
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
+ [key: string]: any;
21
+ }>) => void)[];
22
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
+ [key: string]: any;
24
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
+ [key: string]: any;
26
+ }>) => void)[];
27
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
+ [key: string]: any;
29
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
+ [key: string]: any;
31
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
+ [key: string]: any;
33
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
34
+ [key: string]: any;
35
+ }>) => void)[];
36
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
+ [key: string]: any;
38
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
+ [key: string]: any;
40
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
+ [key: string]: any;
42
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
+ [key: string]: any;
44
+ }>) => void)[];
45
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
+ [key: string]: any;
47
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
+ [key: string]: any;
49
+ }>) => void)[];
50
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
+ [key: string]: any;
52
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
+ [key: string]: any;
54
+ }>) => void)[];
55
+ };
38
56
  $attrs: {
39
57
  [x: string]: unknown;
40
58
  };
@@ -42,10 +60,10 @@ declare const BkBacktop: {
42
60
  [x: string]: unknown;
43
61
  };
44
62
  $slots: Readonly<{
45
- [name: string]: import("vue").Slot;
63
+ [name: string]: import("vue").Slot<any>;
46
64
  }>;
47
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
48
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
65
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
66
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
49
67
  $emit: (event: string, ...args: any[]) => void;
50
68
  $el: any;
51
69
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -74,13 +92,13 @@ declare const BkBacktop: {
74
92
  } & {
75
93
  default: string;
76
94
  };
77
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
95
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
78
96
  extCls: string;
79
97
  right: number;
80
98
  bottom: number;
81
99
  target: string;
82
100
  visibilityHeight: number;
83
- }> & {
101
+ }, {}, string, {}> & {
84
102
  beforeCreate?: (() => void) | (() => void)[];
85
103
  created?: (() => void) | (() => void)[];
86
104
  beforeMount?: (() => void) | (() => void)[];
@@ -95,11 +113,11 @@ declare const BkBacktop: {
95
113
  unmounted?: (() => void) | (() => void)[];
96
114
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
97
115
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
98
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
116
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
99
117
  };
100
118
  $forceUpdate: () => void;
101
119
  $nextTick: typeof import("vue").nextTick;
102
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
120
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
103
121
  } & Readonly<import("vue").ExtractPropTypes<{
104
122
  visibilityHeight: import("vue-types").VueTypeValidableDef<number> & {
105
123
  default: number;
@@ -126,7 +144,7 @@ declare const BkBacktop: {
126
144
  } & {
127
145
  default: string;
128
146
  };
129
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
147
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
130
148
  __isFragment?: never;
131
149
  __isTeleport?: never;
132
150
  __isSuspense?: never;
@@ -156,11 +174,11 @@ declare const BkBacktop: {
156
174
  } & {
157
175
  default: string;
158
176
  };
159
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
177
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
160
178
  extCls: string;
161
179
  right: number;
162
180
  bottom: number;
163
181
  target: string;
164
182
  visibilityHeight: number;
165
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
183
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
166
184
  export default BkBacktop;
@@ -108,5 +108,5 @@ declare const _default: import("vue").DefineComponent<{
108
108
  radius: string;
109
109
  valLength: number;
110
110
  overflowCount: number;
111
- }>;
111
+ }, {}>;
112
112
  export default _default;
@@ -2,60 +2,63 @@ declare const BkBadge: {
2
2
  new (...args: any[]): {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
- $props: Partial<{
6
- extCls: string;
7
- theme: string;
8
- visible: boolean;
9
- position: string;
10
- dot: boolean;
11
- count: string | number;
12
- radius: string;
13
- valLength: number;
14
- overflowCount: number;
15
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
16
- theme: import("vue-types").VueTypeValidableDef<string> & {
17
- default: string;
18
- } & {
19
- default: string;
20
- };
21
- count: import("vue-types").VueTypeDef<string | number> & {
22
- default: string | number;
23
- };
24
- position: import("vue-types").VueTypeValidableDef<string> & {
25
- default: string;
26
- } & {
27
- default: string;
28
- };
29
- radius: import("vue-types").VueTypeValidableDef<string> & {
30
- default: string;
31
- };
32
- valLength: import("vue-types").VueTypeValidableDef<number> & {
33
- default: number;
34
- } & {
35
- default: number;
36
- };
37
- overflowCount: import("vue-types").VueTypeValidableDef<number> & {
38
- default: number;
39
- } & {
40
- default: number;
41
- };
42
- dot: import("vue-types").VueTypeValidableDef<boolean> & {
43
- default: boolean;
44
- } & {
45
- default: boolean;
46
- };
47
- visible: import("vue-types").VueTypeValidableDef<boolean> & {
48
- default: boolean;
49
- } & {
50
- default: boolean;
51
- };
52
- extCls: import("vue-types").VueTypeValidableDef<string> & {
53
- default: string;
54
- };
55
- }>> & {
5
+ $props: {
6
+ extCls?: string;
7
+ theme?: string;
8
+ visible?: boolean;
9
+ position?: string;
10
+ dot?: boolean;
11
+ count?: string | number;
12
+ radius?: string;
13
+ valLength?: number;
14
+ overflowCount?: number;
15
+ class?: unknown;
16
+ style?: unknown;
17
+ key?: string | number | symbol;
18
+ ref?: import("vue").VNodeRef;
19
+ ref_for?: boolean;
20
+ ref_key?: string;
21
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
22
+ [key: string]: any;
23
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
+ [key: string]: any;
25
+ }>) => void)[];
26
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
+ [key: string]: any;
28
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
+ [key: string]: any;
30
+ }>) => void)[];
31
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
+ [key: string]: any;
33
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
34
+ [key: string]: any;
35
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
36
+ [key: string]: any;
37
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
38
+ [key: string]: any;
39
+ }>) => void)[];
40
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
+ [key: string]: any;
42
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
+ [key: string]: any;
44
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>) => void)[];
49
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
+ [key: string]: any;
51
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
52
+ [key: string]: any;
53
+ }>) => void)[];
54
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
55
+ [key: string]: any;
56
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
57
+ [key: string]: any;
58
+ }>) => void)[];
56
59
  onHover?: (...args: any[]) => any;
57
60
  onLeave?: (...args: any[]) => any;
58
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "extCls" | "theme" | "visible" | "position" | "dot" | "count" | "radius" | "valLength" | "overflowCount">;
61
+ };
59
62
  $attrs: {
60
63
  [x: string]: unknown;
61
64
  };
@@ -63,10 +66,10 @@ declare const BkBadge: {
63
66
  [x: string]: unknown;
64
67
  };
65
68
  $slots: Readonly<{
66
- [name: string]: import("vue").Slot;
69
+ [name: string]: import("vue").Slot<any>;
67
70
  }>;
68
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
69
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
71
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
72
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
70
73
  $emit: (event: "hover" | "leave", ...args: any[]) => void;
71
74
  $el: any;
72
75
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -129,7 +132,7 @@ declare const BkBadge: {
129
132
  radius: string;
130
133
  valLength: number;
131
134
  overflowCount: number;
132
- }> & {
135
+ }, {}, string, {}> & {
133
136
  beforeCreate?: (() => void) | (() => void)[];
134
137
  created?: (() => void) | (() => void)[];
135
138
  beforeMount?: (() => void) | (() => void)[];
@@ -144,11 +147,11 @@ declare const BkBadge: {
144
147
  unmounted?: (() => void) | (() => void)[];
145
148
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
146
149
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
147
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
150
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
148
151
  };
149
152
  $forceUpdate: () => void;
150
153
  $nextTick: typeof import("vue").nextTick;
151
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
154
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
152
155
  } & Readonly<import("vue").ExtractPropTypes<{
153
156
  theme: import("vue-types").VueTypeValidableDef<string> & {
154
157
  default: string;
@@ -199,7 +202,7 @@ declare const BkBadge: {
199
202
  radiusStyle: import("vue").ComputedRef<{
200
203
  borderRadius: string;
201
204
  }>;
202
- }> & {} & {} & import("vue").ComponentCustomProperties;
205
+ }> & {} & import("vue").ComponentCustomProperties & {};
203
206
  __isFragment?: never;
204
207
  __isTeleport?: never;
205
208
  __isSuspense?: never;
@@ -263,5 +266,5 @@ declare const BkBadge: {
263
266
  radius: string;
264
267
  valLength: number;
265
268
  overflowCount: number;
266
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
269
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
267
270
  export default BkBadge;
@@ -1 +1 @@
1
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("../shared"),require("vue"));else if("function"==typeof define&&define.amd)define(["../shared","vue"],t);else{var o="object"==typeof exports?t(require("../shared"),require("vue")):t(e["../shared"],e.vue);for(var r in o)("object"==typeof exports?exports:e)[r]=o[r]}}(self,((e,t)=>(()=>{"use strict";var o={4212:t=>{t.exports=e},748:e=>{e.exports=t}},r={};function s(e){var t=r[e];if(void 0!==t)return t.exports;var n=r[e]={exports:{}};return o[e](n,n.exports,s),n.exports}s.d=(e,t)=>{for(var o in t)s.o(t,o)&&!s.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},s.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),s.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{s.r(n),s.d(n,{default:()=>i});var e=s(4212);function t(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}var o=s(748);const r=(0,o.defineComponent)({name:"Badge",props:{theme:e.PropTypes.string.def("primary"),count:e.PropTypes.oneOfType([String,Number]).def(1),position:e.PropTypes.string.def("top-right"),radius:e.PropTypes.string,valLength:e.PropTypes.number.def(3),overflowCount:e.PropTypes.number.def(99),dot:e.PropTypes.bool.def(!1),visible:e.PropTypes.bool.def(!1),extCls:e.PropTypes.string},emits:["hover","leave"],setup:function(e,t){var r=t.emit;return{numberCount:(0,o.computed)((function(){if("string"==typeof e.count){var t=e.count,o=[],r=0;return(t+="").split("").forEach((function(t){r<Number(e.valLength)&&(r+=/[\u4e00-\u9fa5]/.test(t)?2:1,o.push(t))})),o.join("")}return e.count>e.overflowCount?"".concat(e.overflowCount,"+"):e.count})),handleHover:function(){r("hover")},handleLeave:function(){r("leave")},radiusStyle:(0,o.computed)((function(){return{borderRadius:void 0!==e.radius&&/^\d+(%|px|em|rem|vh|vw)?$/.test(e.radius)&&/^\d+$/.test(e.radius)&&"".concat(e.radius,"px")||e.radius}}))}},render:function(){var r,s,n,i,u,a,p,d=(0,e.classes)({"bk-badge-main":!0},this.$props.extCls),l=(0,e.classes)((t(r={},"bk-badge bk-".concat(this.$props.theme),!!this.$props.theme),t(r,"pinned ",this.$slots.default),t(r,"dot",this.$props.dot),t(r,"".concat(this.$props.position),this.$slots.default),t(r,"bk-badge-icon is-icon",this.$slots.icon),r),""),c=this.$props.dot?"":(0,o.createVNode)("span",null,[this.numberCount]);return(0,o.createVNode)("div",{class:d},[null!==(i=null===(n=(s=this.$slots).default)||void 0===n?void 0:n.call(s))&&void 0!==i?i:"",this.$props.visible?"":(0,o.createVNode)("span",{class:l,style:this.radiusStyle,onMouseenter:this.handleHover,onMouseleave:this.handleLeave},[null!==(p=null===(a=(u=this.$slots).icon)||void 0===a?void 0:a.call(u))&&void 0!==p?p:c])])}}),i=(0,e.withInstall)(r)})(),n})()));
1
+ !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("../shared"),require("vue"));else if("function"==typeof define&&define.amd)define(["../shared","vue"],t);else{var o="object"==typeof exports?t(require("../shared"),require("vue")):t(e["../shared"],e.vue);for(var r in o)("object"==typeof exports?exports:e)[r]=o[r]}}(self,((e,t)=>(()=>{"use strict";var o={4212:t=>{t.exports=e},748:e=>{e.exports=t}},r={};function n(e){var t=r[e];if(void 0!==t)return t.exports;var i=r[e]={exports:{}};return o[e](i,i.exports,n),i.exports}n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var i={};return(()=>{n.r(i),n.d(i,{default:()=>u});var e=n(4212);function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}function o(e,o,r){return(o=function(e){var o=function(e,o){if("object"!==t(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,"string");if("object"!==t(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===t(o)?o:String(o)}(o))in e?Object.defineProperty(e,o,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[o]=r,e}var r=n(748);const s=(0,r.defineComponent)({name:"Badge",props:{theme:e.PropTypes.string.def("primary"),count:e.PropTypes.oneOfType([String,Number]).def(1),position:e.PropTypes.string.def("top-right"),radius:e.PropTypes.string,valLength:e.PropTypes.number.def(3),overflowCount:e.PropTypes.number.def(99),dot:e.PropTypes.bool.def(!1),visible:e.PropTypes.bool.def(!1),extCls:e.PropTypes.string},emits:["hover","leave"],setup:function(e,t){var o=t.emit;return{numberCount:(0,r.computed)((function(){if("string"==typeof e.count){var t=e.count,o=[],r=0;return(t+="").split("").forEach((function(t){r<Number(e.valLength)&&(r+=/[\u4e00-\u9fa5]/.test(t)?2:1,o.push(t))})),o.join("")}return e.count>e.overflowCount?"".concat(e.overflowCount,"+"):e.count})),handleHover:function(){o("hover")},handleLeave:function(){o("leave")},radiusStyle:(0,r.computed)((function(){return{borderRadius:void 0!==e.radius&&/^\d+(%|px|em|rem|vh|vw)?$/.test(e.radius)&&/^\d+$/.test(e.radius)&&"".concat(e.radius,"px")||e.radius}}))}},render:function(){var t,n,i,s,u,a,l,p=(0,e.classes)({"bk-badge-main":!0},this.$props.extCls),d=(0,e.classes)((o(t={},"bk-badge bk-".concat(this.$props.theme),!!this.$props.theme),o(t,"pinned ",this.$slots.default),o(t,"dot",this.$props.dot),o(t,"".concat(this.$props.position),this.$slots.default),o(t,"bk-badge-icon is-icon",this.$slots.icon),t),""),f=this.$props.dot?"":(0,r.createVNode)("span",null,[this.numberCount]);return(0,r.createVNode)("div",{class:p},[null!==(s=null===(i=(n=this.$slots).default)||void 0===i?void 0:i.call(n))&&void 0!==s?s:"",this.$props.visible?"":(0,r.createVNode)("span",{class:d,style:this.radiusStyle,onMouseenter:this.handleHover,onMouseleave:this.handleLeave},[null!==(l=null===(a=(u=this.$slots).icon)||void 0===a?void 0:a.call(u))&&void 0!==l?l:f])])}}),u=(0,e.withInstall)(s)})(),i})()));
@@ -34,5 +34,5 @@ declare const _default: import("vue").DefineComponent<{
34
34
  to: string | {
35
35
  [key: string]: any;
36
36
  };
37
- }>;
37
+ }, {}>;
38
38
  export default _default;
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
20
20
  [key: string]: any;
21
21
  });
22
22
  };
23
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
24
  extCls: import("vue-types").VueTypeValidableDef<string> & {
25
25
  default: string;
26
26
  };
@@ -50,5 +50,5 @@ declare const _default: import("vue").DefineComponent<{
50
50
  backRouter: string | {
51
51
  [key: string]: any;
52
52
  };
53
- }>;
53
+ }, {}>;
54
54
  export default _default;
@@ -3,37 +3,59 @@ declare const BkBreadcrumb: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
- $props: Partial<{
7
- replace: boolean;
8
- extCls: string;
9
- separator: string;
10
- separatorClass: string;
11
- backRouter: string | {
6
+ $props: {
7
+ replace?: boolean;
8
+ extCls?: string;
9
+ separator?: string;
10
+ separatorClass?: string;
11
+ backRouter?: string | {
12
12
  [key: string]: any;
13
13
  };
14
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
15
- extCls: import("vue-types").VueTypeValidableDef<string> & {
16
- default: string;
17
- };
18
- separator: import("vue-types").VueTypeValidableDef<string> & {
19
- default: string;
20
- } & {
21
- default: string;
22
- };
23
- separatorClass: import("vue-types").VueTypeValidableDef<string> & {
24
- default: string;
25
- };
26
- replace: import("vue-types").VueTypeValidableDef<boolean> & {
27
- default: boolean;
28
- };
29
- backRouter: import("vue-types").VueTypeDef<string | {
14
+ class?: unknown;
15
+ style?: unknown;
16
+ key?: string | number | symbol;
17
+ ref?: import("vue").VNodeRef;
18
+ ref_for?: boolean;
19
+ ref_key?: string;
20
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
21
  [key: string]: any;
31
- }> & {
32
- default: string | (() => {
33
- [key: string]: any;
34
- });
35
- };
36
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "replace" | "extCls" | "separator" | "separatorClass" | "backRouter">;
22
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
+ [key: string]: any;
24
+ }>) => void)[];
25
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
+ [key: string]: any;
29
+ }>) => void)[];
30
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
+ [key: string]: any;
32
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
+ [key: string]: any;
34
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
+ [key: string]: any;
36
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
+ [key: string]: any;
38
+ }>) => void)[];
39
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
40
+ [key: string]: any;
41
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
+ [key: string]: any;
43
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
+ [key: string]: any;
45
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
+ [key: string]: any;
47
+ }>) => void)[];
48
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
+ [key: string]: any;
52
+ }>) => void)[];
53
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
+ [key: string]: any;
55
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
+ [key: string]: any;
57
+ }>) => void)[];
58
+ };
37
59
  $attrs: {
38
60
  [x: string]: unknown;
39
61
  };
@@ -41,10 +63,10 @@ declare const BkBreadcrumb: {
41
63
  [x: string]: unknown;
42
64
  };
43
65
  $slots: Readonly<{
44
- [name: string]: import("vue").Slot;
66
+ [name: string]: import("vue").Slot<any>;
45
67
  }>;
46
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
47
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
68
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
69
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
48
70
  $emit: (event: string, ...args: any[]) => void;
49
71
  $el: any;
50
72
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -69,7 +91,7 @@ declare const BkBreadcrumb: {
69
91
  [key: string]: any;
70
92
  });
71
93
  };
72
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
94
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
73
95
  replace: boolean;
74
96
  extCls: string;
75
97
  separator: string;
@@ -77,7 +99,7 @@ declare const BkBreadcrumb: {
77
99
  backRouter: string | {
78
100
  [key: string]: any;
79
101
  };
80
- }> & {
102
+ }, {}, string, {}> & {
81
103
  beforeCreate?: (() => void) | (() => void)[];
82
104
  created?: (() => void) | (() => void)[];
83
105
  beforeMount?: (() => void) | (() => void)[];
@@ -92,11 +114,11 @@ declare const BkBreadcrumb: {
92
114
  unmounted?: (() => void) | (() => void)[];
93
115
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
94
116
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
95
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
117
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
96
118
  };
97
119
  $forceUpdate: () => void;
98
120
  $nextTick: typeof import("vue").nextTick;
99
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
121
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
100
122
  } & Readonly<import("vue").ExtractPropTypes<{
101
123
  extCls: import("vue-types").VueTypeValidableDef<string> & {
102
124
  default: string;
@@ -119,7 +141,7 @@ declare const BkBreadcrumb: {
119
141
  [key: string]: any;
120
142
  });
121
143
  };
122
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
144
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
123
145
  __isFragment?: never;
124
146
  __isTeleport?: never;
125
147
  __isSuspense?: never;
@@ -145,7 +167,7 @@ declare const BkBreadcrumb: {
145
167
  [key: string]: any;
146
168
  });
147
169
  };
148
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
170
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
149
171
  replace: boolean;
150
172
  extCls: string;
151
173
  separator: string;
@@ -153,7 +175,7 @@ declare const BkBreadcrumb: {
153
175
  backRouter: string | {
154
176
  [key: string]: any;
155
177
  };
156
- }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
178
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Readonly<{
157
179
  Item: import("vue").DefineComponent<{
158
180
  extCls: import("vue-types").VueTypeValidableDef<string> & {
159
181
  default: string;
@@ -190,7 +212,7 @@ declare const BkBreadcrumb: {
190
212
  to: string | {
191
213
  [key: string]: any;
192
214
  };
193
- }>;
215
+ }, {}>;
194
216
  }>;
195
217
  export { BkBreadcrumb, BreadcrumbItem as BkBreadcrumbItem, };
196
218
  export default BkBreadcrumb;
@@ -1,6 +1,6 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
- size: import("vue-types").VueTypeDef<"small" | "default" | "large">;
3
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4
- size: import("vue-types").VueTypeDef<"small" | "default" | "large">;
5
- }>>, {}>;
2
+ size: import("vue-types").VueTypeDef<"default" | "small" | "large">;
3
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4
+ size: import("vue-types").VueTypeDef<"default" | "small" | "large">;
5
+ }>>, {}, {}>;
6
6
  export default _default;
@@ -24,7 +24,7 @@
24
24
  * IN THE SOFTWARE.
25
25
  */
26
26
  import { ExtractPropTypes, PropType } from 'vue';
27
- declare type IButtonNativeType = PropType<'button' | 'submit' | 'reset'>;
27
+ type IButtonNativeType = PropType<'button' | 'submit' | 'reset'>;
28
28
  declare const buttonProps: {
29
29
  theme: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary">;
30
30
  hoverTheme: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary">;
@@ -65,7 +65,7 @@ declare const buttonProps: {
65
65
  default: string;
66
66
  };
67
67
  };
68
- export declare type ButtonPropTypes = ExtractPropTypes<typeof buttonProps>;
68
+ export type ButtonPropTypes = ExtractPropTypes<typeof buttonProps>;
69
69
  declare const _default: import("vue").DefineComponent<{
70
70
  theme: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary">;
71
71
  hoverTheme: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary">;
@@ -159,5 +159,5 @@ declare const _default: import("vue").DefineComponent<{
159
159
  loadingMode: "default" | "spin";
160
160
  selected: boolean;
161
161
  nativeType: "reset" | "submit" | "button";
162
- }>;
162
+ }, {}>;
163
163
  export default _default;