bkui-vue 2.0.2-beta.8 → 2.0.2-beta.80

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 (336) hide show
  1. package/License.txt +1 -2
  2. package/dist/cli.css +1 -0
  3. package/dist/index.cjs.js +166 -138
  4. package/dist/index.esm.js +24292 -18450
  5. package/dist/index.umd.js +166 -138
  6. package/dist/locale/en.esm.js.map +1 -1
  7. package/dist/locale/en.umd.js.map +1 -1
  8. package/dist/locale/ja-jp.esm.js +2 -0
  9. package/dist/locale/ja-jp.esm.js.map +1 -0
  10. package/dist/locale/ja-jp.umd.js +2 -0
  11. package/dist/locale/ja-jp.umd.js.map +1 -0
  12. package/dist/locale/zh-cn.esm.js.map +1 -1
  13. package/dist/locale/zh-cn.umd.js.map +1 -1
  14. package/dist/style.variable.css +1 -1
  15. package/lib/affix/affix.variable.css +2 -1
  16. package/lib/affix/index.js +24 -32
  17. package/lib/alert/alert.variable.css +2 -1
  18. package/lib/alert/index.js +38 -35
  19. package/lib/animate-number/index.js +12 -16
  20. package/lib/backtop/backtop.variable.css +2 -1
  21. package/lib/backtop/index.js +24 -34
  22. package/lib/badge/badge.variable.css +2 -1
  23. package/lib/badge/index.js +20 -26
  24. package/lib/breadcrumb/breadcrumb.variable.css +2 -1
  25. package/lib/breadcrumb/index.js +26 -34
  26. package/lib/button/button.d.ts +1 -1
  27. package/lib/button/button.variable.css +2 -1
  28. package/lib/button/index.js +29 -39
  29. package/lib/card/card.variable.css +2 -1
  30. package/lib/card/index.js +35 -49
  31. package/lib/cascader/cascader.css +26 -24
  32. package/lib/cascader/cascader.d.ts +315 -0
  33. package/lib/cascader/cascader.less +78 -76
  34. package/lib/cascader/cascader.variable.css +28 -25
  35. package/lib/cascader/index.d.ts +618 -0
  36. package/lib/cascader/index.js +749 -717
  37. package/lib/checkbox/checkbox.variable.css +2 -1
  38. package/lib/checkbox/index.js +39 -49
  39. package/lib/code-diff/code-diff.variable.css +2 -1
  40. package/lib/code-diff/index.js +81 -85
  41. package/lib/collapse/collapse.variable.css +2 -1
  42. package/lib/collapse/index.js +36 -42
  43. package/lib/collapse-transition/collapse-transition.variable.css +2 -1
  44. package/lib/collapse-transition/index.js +16 -22
  45. package/lib/color-picker/color-picker.variable.css +2 -1
  46. package/lib/color-picker/index.js +682 -689
  47. package/lib/components.js +1 -1
  48. package/lib/config-provider/config-provider.variable.css +2 -1
  49. package/lib/config-provider/index.d.ts +1 -1
  50. package/lib/config-provider/index.js +32 -40
  51. package/lib/container/container.variable.css +2 -1
  52. package/lib/container/index.js +26 -32
  53. package/lib/date-picker/date-picker.d.ts +2 -1
  54. package/lib/date-picker/date-picker.variable.css +2 -1
  55. package/lib/date-picker/index.d.ts +6 -2
  56. package/lib/date-picker/index.js +717 -736
  57. package/lib/date-picker/panel/date-range.d.ts +2 -1
  58. package/lib/date-picker/panel/time.d.ts +1 -1
  59. package/lib/date-picker/utils.d.ts +5 -17
  60. package/lib/dialog/dialog.css +20 -1
  61. package/lib/dialog/dialog.variable.css +22 -2
  62. package/lib/dialog/index.js +100 -137
  63. package/lib/directives/index.js +509 -518
  64. package/lib/dist.index.js +1 -1
  65. package/lib/divider/divider.variable.css +2 -1
  66. package/lib/divider/index.js +18 -24
  67. package/lib/dropdown/dropdown.d.ts +1 -0
  68. package/lib/dropdown/dropdown.variable.css +2 -1
  69. package/lib/dropdown/index.d.ts +3 -0
  70. package/lib/dropdown/index.js +45 -52
  71. package/lib/exception/exception.variable.css +2 -1
  72. package/lib/exception/index.js +51 -57
  73. package/lib/fixed-navbar/fixed-navbar.variable.css +2 -1
  74. package/lib/fixed-navbar/index.js +16 -22
  75. package/lib/form/form-item.d.ts +19 -0
  76. package/lib/form/form.css +16 -4
  77. package/lib/form/form.less +24 -6
  78. package/lib/form/form.variable.css +18 -5
  79. package/lib/form/index.d.ts +13 -0
  80. package/lib/form/index.js +677 -708
  81. package/lib/hooks.js +1 -1
  82. package/lib/icon/angle-double-down-line.js +13 -15
  83. package/lib/icon/angle-double-left-line.js +13 -15
  84. package/lib/icon/angle-double-left.js +13 -15
  85. package/lib/icon/angle-double-right-line.js +13 -15
  86. package/lib/icon/angle-double-right.js +13 -15
  87. package/lib/icon/angle-double-up-line.js +13 -15
  88. package/lib/icon/angle-down-fill.js +13 -15
  89. package/lib/icon/angle-down-line.js +13 -15
  90. package/lib/icon/angle-down.js +13 -15
  91. package/lib/icon/angle-left.js +13 -15
  92. package/lib/icon/angle-right.js +13 -15
  93. package/lib/icon/angle-up-fill.js +13 -15
  94. package/lib/icon/angle-up.js +13 -15
  95. package/lib/icon/archive-fill.js +13 -15
  96. package/lib/icon/arrows-left.js +13 -15
  97. package/lib/icon/arrows-right.js +13 -15
  98. package/lib/icon/assistant.js +13 -15
  99. package/lib/icon/audio-fill.js +13 -15
  100. package/lib/icon/bk.js +13 -15
  101. package/lib/icon/circle.js +13 -15
  102. package/lib/icon/close-line.js +13 -15
  103. package/lib/icon/close.js +13 -15
  104. package/lib/icon/code.js +13 -15
  105. package/lib/icon/cog-shape.js +13 -15
  106. package/lib/icon/collapse-left.js +13 -15
  107. package/lib/icon/copy-shape.js +13 -15
  108. package/lib/icon/copy.js +13 -15
  109. package/lib/icon/data-shape.js +13 -15
  110. package/lib/icon/del.js +13 -15
  111. package/lib/icon/doc-fill.js +13 -15
  112. package/lib/icon/done.js +13 -15
  113. package/lib/icon/down-shape.js +13 -15
  114. package/lib/icon/down-small.js +13 -15
  115. package/lib/icon/edit-line.js +13 -15
  116. package/lib/icon/ellipsis.js +13 -15
  117. package/lib/icon/enlarge-line.js +13 -15
  118. package/lib/icon/error.js +13 -15
  119. package/lib/icon/excel-fill.js +13 -15
  120. package/lib/icon/exclamation-circle-shape.js +13 -15
  121. package/lib/icon/eye.js +13 -15
  122. package/lib/icon/filliscreen-line.js +13 -15
  123. package/lib/icon/fix-line.js +13 -15
  124. package/lib/icon/fix-shape.js +13 -15
  125. package/lib/icon/folder-open.js +13 -15
  126. package/lib/icon/folder-shape-open.js +13 -15
  127. package/lib/icon/folder-shape.js +13 -15
  128. package/lib/icon/folder.js +13 -15
  129. package/lib/icon/funnel.js +13 -15
  130. package/lib/icon/grag-fill.js +13 -15
  131. package/lib/icon/help-document-fill.js +13 -15
  132. package/lib/icon/help-fill.js +13 -15
  133. package/lib/icon/help.js +13 -15
  134. package/lib/icon/image-fill.js +13 -15
  135. package/lib/icon/img-error.js +13 -15
  136. package/lib/icon/img-placehoulder.js +13 -15
  137. package/lib/icon/index.js +1 -1
  138. package/lib/icon/info-line.js +13 -15
  139. package/lib/icon/info.js +13 -15
  140. package/lib/icon/left-shape.js +13 -15
  141. package/lib/icon/left-turn-line.js +13 -15
  142. package/lib/icon/loading.js +13 -15
  143. package/lib/icon/narrow-line.js +13 -15
  144. package/lib/icon/original.js +13 -15
  145. package/lib/icon/pdf-fill.js +13 -15
  146. package/lib/icon/play-shape.js +13 -15
  147. package/lib/icon/plus.js +13 -15
  148. package/lib/icon/ppt-fill.js +13 -15
  149. package/lib/icon/qq.js +13 -15
  150. package/lib/icon/right-shape.js +13 -15
  151. package/lib/icon/right-turn-line.js +13 -15
  152. package/lib/icon/search.js +13 -15
  153. package/lib/icon/share.js +13 -15
  154. package/lib/icon/spinner.js +13 -15
  155. package/lib/icon/success.js +13 -15
  156. package/lib/icon/switcher-loading.js +13 -15
  157. package/lib/icon/text-all.js +13 -15
  158. package/lib/icon/text-file.js +13 -15
  159. package/lib/icon/text-fill.js +13 -15
  160. package/lib/icon/transfer.js +13 -15
  161. package/lib/icon/tree-application-shape.js +13 -15
  162. package/lib/icon/unfull-screen.js +13 -15
  163. package/lib/icon/unvisible.js +13 -15
  164. package/lib/icon/up-shape.js +13 -15
  165. package/lib/icon/upload.js +13 -15
  166. package/lib/icon/video-fill.js +13 -15
  167. package/lib/icon/warn.js +13 -15
  168. package/lib/icon/weixin-pro.js +13 -15
  169. package/lib/icon/weixin.js +13 -15
  170. package/lib/image/image-viewer.variable.css +2 -1
  171. package/lib/image/image.variable.css +2 -1
  172. package/lib/image/index.js +335 -352
  173. package/lib/index.js +1 -1
  174. package/lib/info-box/index.js +109 -108
  175. package/lib/info-box/info-box.css +20 -1
  176. package/lib/info-box/info-box.d.ts +1 -0
  177. package/lib/info-box/info-box.less +28 -2
  178. package/lib/info-box/info-box.variable.css +23 -3
  179. package/lib/input/index.d.ts +39 -20
  180. package/lib/input/index.js +448 -444
  181. package/lib/input/input.css +6 -0
  182. package/lib/input/input.d.ts +33 -19
  183. package/lib/input/input.less +7 -0
  184. package/lib/input/input.variable.css +8 -1
  185. package/lib/link/index.js +20 -28
  186. package/lib/link/link.variable.css +2 -1
  187. package/lib/loading/index.js +34 -32
  188. package/lib/loading/loading.variable.css +2 -1
  189. package/lib/locale/index.d.ts +1 -0
  190. package/lib/locale/index.js +175 -7
  191. package/lib/locale/lang/ja-jp.d.ts +3 -0
  192. package/lib/menu/index.js +44 -49
  193. package/lib/menu/menu.css +5 -4
  194. package/lib/menu/menu.less +1 -0
  195. package/lib/menu/menu.variable.css +7 -5
  196. package/lib/menu/submenu.variable.css +2 -1
  197. package/lib/message/index.js +102 -74
  198. package/lib/message/message.variable.css +2 -1
  199. package/lib/message/messageConstructor.d.ts +1 -1
  200. package/lib/modal/index.js +43 -45
  201. package/lib/modal/modal.css +20 -1
  202. package/lib/modal/modal.variable.css +22 -2
  203. package/lib/navigation/index.js +22 -30
  204. package/lib/navigation/navigation.css +29 -29
  205. package/lib/navigation/navigation.less +29 -29
  206. package/lib/navigation/navigation.variable.css +31 -30
  207. package/lib/notify/index.js +69 -60
  208. package/lib/notify/notify.variable.css +2 -1
  209. package/lib/overflow-title/components/overflow-title.d.ts +6 -2
  210. package/lib/overflow-title/index.d.ts +12 -4
  211. package/lib/overflow-title/index.js +32 -44
  212. package/lib/overflow-title/props.d.ts +3 -1
  213. package/lib/pagination/index.js +68 -76
  214. package/lib/pagination/pagination.css +1 -0
  215. package/lib/pagination/pagination.less +1 -0
  216. package/lib/pagination/pagination.variable.css +3 -1
  217. package/lib/pop-confirm/index.d.ts +592 -0
  218. package/lib/pop-confirm/index.js +43 -55
  219. package/lib/pop-confirm/pop-confirm.d.ts +296 -0
  220. package/lib/pop-confirm/pop-confirm.variable.css +2 -1
  221. package/lib/pop-confirm/props.d.ts +148 -0
  222. package/lib/popover/index.d.ts +18 -10
  223. package/lib/popover/index.js +582 -459
  224. package/lib/popover/popover.d.ts +8 -4
  225. package/lib/popover/popover.variable.css +2 -1
  226. package/lib/popover/props.d.ts +3 -1
  227. package/lib/popover/use-floating.d.ts +2 -2
  228. package/lib/popover/use-popover-init.d.ts +2 -2
  229. package/lib/popover/use-popper-id.d.ts +3 -1
  230. package/lib/popover2/index.js +12 -16
  231. package/lib/preset.js +1 -1
  232. package/lib/process/index.js +76 -80
  233. package/lib/process/process.d.ts +1 -1
  234. package/lib/process/process.variable.css +2 -1
  235. package/lib/progress/index.js +24 -30
  236. package/lib/progress/progress.variable.css +2 -1
  237. package/lib/radio/index.js +36 -44
  238. package/lib/radio/radio.variable.css +2 -1
  239. package/lib/rate/index.js +22 -28
  240. package/lib/rate/rate.variable.css +2 -1
  241. package/lib/resize-layout/index.js +24 -32
  242. package/lib/resize-layout/resize-layout.css +1 -0
  243. package/lib/resize-layout/resize-layout.less +1 -0
  244. package/lib/resize-layout/resize-layout.variable.css +3 -1
  245. package/lib/scrollbar/css/scrollbar.variable.css +2 -1
  246. package/lib/scrollbar/index.js +31 -31
  247. package/lib/search-select/index.d.ts +39 -11
  248. package/lib/search-select/index.js +576 -547
  249. package/lib/search-select/input.d.ts +5 -1
  250. package/lib/search-select/search-select.d.ts +13 -4
  251. package/lib/search-select/search-select.variable.css +2 -1
  252. package/lib/search-select/selected.d.ts +10 -2
  253. package/lib/search-select/utils.d.ts +1 -0
  254. package/lib/select/common.d.ts +0 -1
  255. package/lib/select/index.d.ts +55 -11
  256. package/lib/select/index.js +570 -619
  257. package/lib/select/optionGroup.d.ts +12 -1
  258. package/lib/select/select.d.ts +20 -4
  259. package/lib/select/select.variable.css +2 -1
  260. package/lib/select/type.d.ts +1 -0
  261. package/lib/shared/index.d.ts +1 -1
  262. package/lib/shared/index.js +59 -67
  263. package/lib/shared/z-index-manager.d.ts +1 -1
  264. package/lib/sideslider/index.js +86 -94
  265. package/lib/sideslider/sideslider.variable.css +2 -1
  266. package/lib/slider/index.d.ts +1 -1
  267. package/lib/slider/index.js +80 -89
  268. package/lib/slider/slider-button.d.ts +1 -1
  269. package/lib/slider/slider.d.ts +1 -1
  270. package/lib/slider/slider.variable.css +2 -1
  271. package/lib/steps/index.js +85 -92
  272. package/lib/steps/steps.css +24 -11
  273. package/lib/steps/steps.d.ts +1 -1
  274. package/lib/steps/steps.less +28 -10
  275. package/lib/steps/steps.variable.css +26 -12
  276. package/lib/styles/mixins/animate.variable.css +2 -1
  277. package/lib/styles/mixins/popper.variable.css +2 -1
  278. package/lib/styles/mixins/scroll.variable.css +2 -1
  279. package/lib/styles/reset.variable.css +2 -1
  280. package/lib/styles/themes/themes.less +4 -1
  281. package/lib/swiper/index.js +20 -26
  282. package/lib/swiper/swiper.variable.css +2 -1
  283. package/lib/switcher/index.js +24 -32
  284. package/lib/switcher/switcher.variable.css +2 -1
  285. package/lib/tab/index.d.ts +12 -0
  286. package/lib/tab/index.js +344 -353
  287. package/lib/tab/props.d.ts +3 -0
  288. package/lib/tab/tab.d.ts +6 -0
  289. package/lib/tab/tab.variable.css +2 -1
  290. package/lib/table/index.js +632 -691
  291. package/lib/table/plugins/head-filter.variable.css +2 -1
  292. package/lib/table/plugins/head-sort.variable.css +2 -1
  293. package/lib/table/plugins/settings.variable.css +2 -1
  294. package/lib/table/table.css +1 -0
  295. package/lib/table/table.variable.css +3 -1
  296. package/lib/table-column/index.js +10 -14
  297. package/lib/tag/index.js +28 -38
  298. package/lib/tag/tag.variable.css +2 -1
  299. package/lib/tag-input/index.d.ts +79 -6
  300. package/lib/tag-input/index.js +2341 -791
  301. package/lib/tag-input/tag-input.css +31 -0
  302. package/lib/tag-input/tag-input.d.ts +35 -3
  303. package/lib/tag-input/tag-input.less +36 -0
  304. package/lib/tag-input/tag-input.variable.css +33 -1
  305. package/lib/tag-input/tag-props.d.ts +13 -1
  306. package/lib/tag-input/tag-render.d.ts +24 -2
  307. package/lib/time-picker/index.js +10 -14
  308. package/lib/time-picker/time-picker.variable.css +2 -1
  309. package/lib/timeline/index.js +1368 -25
  310. package/lib/timeline/timeline.d.ts +1 -1
  311. package/lib/timeline/timeline.variable.css +2 -1
  312. package/lib/transfer/index.d.ts +1 -24
  313. package/lib/transfer/index.js +61 -67
  314. package/lib/transfer/props.d.ts +0 -5
  315. package/lib/transfer/transfer.css +26 -8
  316. package/lib/transfer/transfer.d.ts +1 -12
  317. package/lib/transfer/transfer.less +18 -8
  318. package/lib/transfer/transfer.variable.css +28 -9
  319. package/lib/tree/constant.d.ts +2 -0
  320. package/lib/tree/index.d.ts +71 -11
  321. package/lib/tree/index.js +17743 -209
  322. package/lib/tree/props.d.ts +38 -3
  323. package/lib/tree/tree.css +46 -0
  324. package/lib/tree/tree.d.ts +33 -5
  325. package/lib/tree/tree.less +57 -2
  326. package/lib/tree/tree.variable.css +48 -1
  327. package/lib/tree/use-array-move.d.ts +6 -0
  328. package/lib/tree/use-node-action.d.ts +2 -2
  329. package/lib/tree/use-node-attribute.d.ts +3 -0
  330. package/lib/upload/index.js +570 -582
  331. package/lib/upload/upload.variable.css +2 -1
  332. package/lib/virtual-render/index.js +50 -62
  333. package/lib/virtual-render/virtual-render.variable.css +2 -1
  334. package/lib/volar.components.d.ts +2 -1
  335. package/package.json +13 -2
  336. package/dist/style.css +0 -1
@@ -98,7 +98,7 @@
98
98
  --submenu-bg-color: #151d2c;
99
99
  --menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
100
100
  --menu-color: #96a2b9;
101
- --menu-group-color: var(--default-color);
101
+ --menu-group-color: #6E788B;
102
102
  --menu-width: 260px;
103
103
  --menu-collapse-width: 60px;
104
104
  --menu-active-color: white;
@@ -127,6 +127,7 @@
127
127
  --search-select-menu-border-color: var(--disable-color);
128
128
  --select-active-color: #e1ecff;
129
129
  --select-hover-color: #f5f7fa;
130
+ --sub-title-bg-color: #f5f6fa;
130
131
  }
131
132
  .bk-table-head-action {
132
133
  display: flex;
@@ -98,7 +98,7 @@
98
98
  --submenu-bg-color: #151d2c;
99
99
  --menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
100
100
  --menu-color: #96a2b9;
101
- --menu-group-color: var(--default-color);
101
+ --menu-group-color: #6E788B;
102
102
  --menu-width: 260px;
103
103
  --menu-collapse-width: 60px;
104
104
  --menu-active-color: white;
@@ -127,6 +127,7 @@
127
127
  --search-select-menu-border-color: var(--disable-color);
128
128
  --select-active-color: #e1ecff;
129
129
  --select-hover-color: #f5f7fa;
130
+ --sub-title-bg-color: #f5f6fa;
130
131
  }
131
132
  .bk-head-cell-sort {
132
133
  display: flex;
@@ -98,7 +98,7 @@
98
98
  --submenu-bg-color: #151d2c;
99
99
  --menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
100
100
  --menu-color: #96a2b9;
101
- --menu-group-color: var(--default-color);
101
+ --menu-group-color: #6E788B;
102
102
  --menu-width: 260px;
103
103
  --menu-collapse-width: 60px;
104
104
  --menu-active-color: white;
@@ -127,6 +127,7 @@
127
127
  --search-select-menu-border-color: var(--disable-color);
128
128
  --select-active-color: #e1ecff;
129
129
  --select-hover-color: #f5f7fa;
130
+ --sub-title-bg-color: #f5f6fa;
130
131
  }
131
132
  .bk-table-settings[data-bk-table-settings-theme='true'] {
132
133
  padding: 0;
@@ -718,6 +718,7 @@
718
718
  }
719
719
  .bk-pagination-list {
720
720
  display: flex;
721
+ align-items: center;
721
722
  margin-right: 8px;
722
723
  }
723
724
  .bk-pagination-list-pre-batch,
@@ -98,7 +98,7 @@
98
98
  --submenu-bg-color: #151d2c;
99
99
  --menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
100
100
  --menu-color: #96a2b9;
101
- --menu-group-color: var(--default-color);
101
+ --menu-group-color: #6E788B;
102
102
  --menu-width: 260px;
103
103
  --menu-collapse-width: 60px;
104
104
  --menu-active-color: white;
@@ -127,6 +127,7 @@
127
127
  --search-select-menu-border-color: var(--disable-color);
128
128
  --select-active-color: #e1ecff;
129
129
  --select-hover-color: #f5f7fa;
130
+ --sub-title-bg-color: #f5f6fa;
130
131
  }
131
132
  .bk-F-scroll-x {
132
133
  overflow-x: auto;
@@ -848,6 +849,7 @@
848
849
  }
849
850
  .bk-pagination-list {
850
851
  display: flex;
852
+ align-items: center;
851
853
  margin-right: 8px;
852
854
  }
853
855
  .bk-pagination-list-pre-batch,
@@ -30,24 +30,20 @@ __webpack_require__.d(__webpack_exports__, {
30
30
  "default": () => (/* binding */ src)
31
31
  });
32
32
 
33
- ;// external "../shared"
34
- var x = (y) => {
35
- var x = {}; __webpack_require__.d(x, y); return x
36
- }
37
- var y = (x) => (() => (x))
38
- const shared_namespaceObject = x({ ["withInstall"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall) });
39
- ;// external "../table"
40
- var table_x = (y) => {
41
- var x = {}; __webpack_require__.d(x, y); return x
42
- }
43
- var table_y = (x) => (() => (x))
44
- const table_namespaceObject = table_x({ ["BkTableColumn"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_table_0d250d21__.BkTableColumn) });
45
- ;// ../../packages/table-column/src/index.ts
33
+ ;// CONCATENATED MODULE: external "../shared"
34
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
35
+ var y = x => () => x
36
+ const shared_namespaceObject = x({ ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
37
+ ;// CONCATENATED MODULE: external "../table"
38
+ var table_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
39
+ var table_y = x => () => x
40
+ const table_namespaceObject = table_x({ ["BkTableColumn"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_table_0d250d21__.BkTableColumn });
41
+ ;// CONCATENATED MODULE: ../../packages/table-column/src/index.ts
46
42
  /*
47
43
  * Tencent is pleased to support the open source community by making
48
44
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
49
45
  *
50
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
46
+ * Copyright (C) 2025 Tencent. All rights reserved.
51
47
  *
52
48
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
53
49
  *
package/lib/tag/index.js CHANGED
@@ -34,13 +34,11 @@ __webpack_require__.d(__webpack_exports__, {
34
34
  "default": () => (/* binding */ src)
35
35
  });
36
36
 
37
- ;// external "../shared"
38
- var x = (y) => {
39
- var x = {}; __webpack_require__.d(x, y); return x
40
- }
41
- var y = (x) => (() => (x))
42
- const shared_namespaceObject = x({ ["PropTypes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes), ["TagThemeType"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.TagThemeType), ["withInstall"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall) });
43
- ;// ../../node_modules/@babel/runtime/helpers/esm/typeof.js
37
+ ;// CONCATENATED MODULE: external "../shared"
38
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
39
+ var y = x => () => x
40
+ const shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["TagThemeType"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.TagThemeType, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
41
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
44
42
  function _typeof(o) {
45
43
  "@babel/helpers - typeof";
46
44
 
@@ -50,7 +48,7 @@ function _typeof(o) {
50
48
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
51
49
  }, _typeof(o);
52
50
  }
53
- ;// ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
51
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
54
52
 
55
53
  function toPrimitive(t, r) {
56
54
  if ("object" != _typeof(t) || !t) return t;
@@ -62,14 +60,14 @@ function toPrimitive(t, r) {
62
60
  }
63
61
  return ("string" === r ? String : Number)(t);
64
62
  }
65
- ;// ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
63
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
66
64
 
67
65
 
68
66
  function toPropertyKey(t) {
69
67
  var i = toPrimitive(t, "string");
70
68
  return "symbol" == _typeof(i) ? i : String(i);
71
69
  }
72
- ;// ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
70
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
73
71
 
74
72
  function _defineProperty(obj, key, value) {
75
73
  key = toPropertyKey(key);
@@ -85,38 +83,30 @@ function _defineProperty(obj, key, value) {
85
83
  }
86
84
  return obj;
87
85
  }
88
- ;// external "vue"
89
- var external_vue_x = (y) => {
90
- var x = {}; __webpack_require__.d(x, y); return x
91
- }
92
- var external_vue_y = (x) => (() => (x))
93
- const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.computed), ["createVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.createVNode), ["defineComponent"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.defineComponent) });
94
- ;// external "vue-types"
95
- var external_vue_types_x = (y) => {
96
- var x = {}; __webpack_require__.d(x, y); return x
97
- }
98
- var external_vue_types_y = (x) => (() => (x))
99
- const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType) });
100
- ;// external "../config-provider"
101
- var config_provider_x = (y) => {
102
- var x = {}; __webpack_require__.d(x, y); return x
103
- }
104
- var config_provider_y = (x) => (() => (x))
105
- const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix) });
106
- ;// external "../icon"
107
- var icon_x = (y) => {
108
- var x = {}; __webpack_require__.d(x, y); return x
109
- }
110
- var icon_y = (x) => (() => (x))
111
- const icon_namespaceObject = icon_x({ ["Error"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error) });
112
- ;// ../../packages/tag/src/tag.tsx
86
+ ;// CONCATENATED MODULE: external "vue"
87
+ var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
88
+ var external_vue_y = x => () => x
89
+ const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent });
90
+ ;// CONCATENATED MODULE: external "vue-types"
91
+ var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
92
+ var external_vue_types_y = x => () => x
93
+ const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
94
+ ;// CONCATENATED MODULE: external "../config-provider"
95
+ var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
96
+ var config_provider_y = x => () => x
97
+ const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
98
+ ;// CONCATENATED MODULE: external "../icon"
99
+ var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
100
+ var icon_y = x => () => x
101
+ const icon_namespaceObject = icon_x({ ["Error"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error });
102
+ ;// CONCATENATED MODULE: ../../packages/tag/src/tag.tsx
113
103
 
114
104
 
115
105
  /*
116
106
  * Tencent is pleased to support the open source community by making
117
107
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
118
108
  *
119
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
109
+ * Copyright (C) 2025 Tencent. All rights reserved.
120
110
  *
121
111
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
122
112
  *
@@ -206,12 +196,12 @@ var TagStrokeType;
206
196
  }, null)]);
207
197
  }
208
198
  }));
209
- ;// ../../packages/tag/src/index.tsx
199
+ ;// CONCATENATED MODULE: ../../packages/tag/src/index.tsx
210
200
  /*
211
201
  * Tencent is pleased to support the open source community by making
212
202
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
213
203
  *
214
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
204
+ * Copyright (C) 2025 Tencent. All rights reserved.
215
205
  *
216
206
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
217
207
  *
@@ -98,7 +98,7 @@
98
98
  --submenu-bg-color: #151d2c;
99
99
  --menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
100
100
  --menu-color: #96a2b9;
101
- --menu-group-color: var(--default-color);
101
+ --menu-group-color: #6E788B;
102
102
  --menu-width: 260px;
103
103
  --menu-collapse-width: 60px;
104
104
  --menu-active-color: white;
@@ -127,6 +127,7 @@
127
127
  --search-select-menu-border-color: var(--disable-color);
128
128
  --select-active-color: #e1ecff;
129
129
  --select-hover-color: #f5f7fa;
130
+ --sub-title-bg-color: #f5f6fa;
130
131
  }
131
132
  .bk-tag {
132
133
  display: inline-flex;
@@ -225,7 +225,9 @@ declare const TagInput: {
225
225
  alignmentAxis?: number;
226
226
  });
227
227
  };
228
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
228
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
229
+ default: string | (() => HTMLElement);
230
+ };
229
231
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
230
232
  default: number;
231
233
  } & {
@@ -301,6 +303,16 @@ declare const TagInput: {
301
303
  type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
302
304
  default: () => {};
303
305
  };
306
+ copyable: import("vue-types").VueTypeValidableDef<boolean> & {
307
+ default: boolean;
308
+ } & {
309
+ default: boolean;
310
+ };
311
+ copySeparator: import("vue-types").VueTypeValidableDef<string> & {
312
+ default: string;
313
+ } & {
314
+ default: string;
315
+ };
304
316
  }>> & {
305
317
  onFocus?: (...args: any[]) => any;
306
318
  onBlur?: (...args: any[]) => any;
@@ -310,9 +322,11 @@ declare const TagInput: {
310
322
  "onUpdate:modelValue"?: (...args: any[]) => any;
311
323
  onRemove?: (...args: any[]) => any;
312
324
  onRemoveAll?: (...args: any[]) => any;
325
+ "onCopy-success"?: (...args: any[]) => any;
313
326
  }, {
314
327
  isShowPlaceholder: import("vue").ComputedRef<boolean>;
315
328
  isShowClear: import("vue").ComputedRef<boolean>;
329
+ isShowCopy: import("vue").ComputedRef<boolean>;
316
330
  placeholderText: import("vue").ComputedRef<string>;
317
331
  curInputValue: import("vue").Ref<string>;
318
332
  renderList: import("vue").ComputedRef<any[]>;
@@ -336,6 +350,7 @@ declare const TagInput: {
336
350
  [x: string]: boolean;
337
351
  };
338
352
  handleInput: (e?: Event) => void;
353
+ handleCompositionEnd: () => void;
339
354
  handleFocus: () => void;
340
355
  handleBlur: () => void;
341
356
  handleTagSelected: (item: any, type: string, e?: Event) => void;
@@ -345,6 +360,9 @@ declare const TagInput: {
345
360
  handleKeydown: (e: KeyboardEvent) => void;
346
361
  handlePaste: (e: ClipboardEvent) => void;
347
362
  resolveClassName: (cls: string) => string;
363
+ handleTagDblclick: (isDblclick: any) => void;
364
+ handleTagDblclickChange: (item: any, index: any, value: any) => void;
365
+ handleCopy: (e: MouseEvent) => void;
348
366
  curPage: import("vue").Ref<number>;
349
367
  totalSize: import("vue").Ref<number>;
350
368
  totalPage: import("vue").Ref<number>;
@@ -367,7 +385,7 @@ declare const TagInput: {
367
385
  crossAxis: number;
368
386
  };
369
387
  };
370
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
388
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll" | "copy-success")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
371
389
  modelValue: import("vue-types").VueTypeDef<string[]> & {
372
390
  default: () => string[];
373
391
  };
@@ -592,7 +610,9 @@ declare const TagInput: {
592
610
  alignmentAxis?: number;
593
611
  });
594
612
  };
595
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
613
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
614
+ default: string | (() => HTMLElement);
615
+ };
596
616
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
597
617
  default: number;
598
618
  } & {
@@ -668,6 +688,16 @@ declare const TagInput: {
668
688
  type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
669
689
  default: () => {};
670
690
  };
691
+ copyable: import("vue-types").VueTypeValidableDef<boolean> & {
692
+ default: boolean;
693
+ } & {
694
+ default: boolean;
695
+ };
696
+ copySeparator: import("vue-types").VueTypeValidableDef<string> & {
697
+ default: string;
698
+ } & {
699
+ default: string;
700
+ };
671
701
  }>> & {
672
702
  onFocus?: (...args: any[]) => any;
673
703
  onBlur?: (...args: any[]) => any;
@@ -677,6 +707,7 @@ declare const TagInput: {
677
707
  "onUpdate:modelValue"?: (...args: any[]) => any;
678
708
  onRemove?: (...args: any[]) => any;
679
709
  onRemoveAll?: (...args: any[]) => any;
710
+ "onCopy-success"?: (...args: any[]) => any;
680
711
  }, {
681
712
  disabled: boolean;
682
713
  trigger: "focus" | "search";
@@ -708,6 +739,8 @@ declare const TagInput: {
708
739
  leftSpace: number;
709
740
  popoverProps: {};
710
741
  tagOverflowTips: {};
742
+ copyable: boolean;
743
+ copySeparator: string;
711
744
  }, true, {}, {}, {
712
745
  P: {};
713
746
  B: {};
@@ -940,7 +973,9 @@ declare const TagInput: {
940
973
  alignmentAxis?: number;
941
974
  });
942
975
  };
943
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
976
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
977
+ default: string | (() => HTMLElement);
978
+ };
944
979
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
945
980
  default: number;
946
981
  } & {
@@ -1016,6 +1051,16 @@ declare const TagInput: {
1016
1051
  type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
1017
1052
  default: () => {};
1018
1053
  };
1054
+ copyable: import("vue-types").VueTypeValidableDef<boolean> & {
1055
+ default: boolean;
1056
+ } & {
1057
+ default: boolean;
1058
+ };
1059
+ copySeparator: import("vue-types").VueTypeValidableDef<string> & {
1060
+ default: string;
1061
+ } & {
1062
+ default: string;
1063
+ };
1019
1064
  }>> & {
1020
1065
  onFocus?: (...args: any[]) => any;
1021
1066
  onBlur?: (...args: any[]) => any;
@@ -1025,9 +1070,11 @@ declare const TagInput: {
1025
1070
  "onUpdate:modelValue"?: (...args: any[]) => any;
1026
1071
  onRemove?: (...args: any[]) => any;
1027
1072
  onRemoveAll?: (...args: any[]) => any;
1073
+ "onCopy-success"?: (...args: any[]) => any;
1028
1074
  }, {
1029
1075
  isShowPlaceholder: import("vue").ComputedRef<boolean>;
1030
1076
  isShowClear: import("vue").ComputedRef<boolean>;
1077
+ isShowCopy: import("vue").ComputedRef<boolean>;
1031
1078
  placeholderText: import("vue").ComputedRef<string>;
1032
1079
  curInputValue: import("vue").Ref<string>;
1033
1080
  renderList: import("vue").ComputedRef<any[]>;
@@ -1051,6 +1098,7 @@ declare const TagInput: {
1051
1098
  [x: string]: boolean;
1052
1099
  };
1053
1100
  handleInput: (e?: Event) => void;
1101
+ handleCompositionEnd: () => void;
1054
1102
  handleFocus: () => void;
1055
1103
  handleBlur: () => void;
1056
1104
  handleTagSelected: (item: any, type: string, e?: Event) => void;
@@ -1060,6 +1108,9 @@ declare const TagInput: {
1060
1108
  handleKeydown: (e: KeyboardEvent) => void;
1061
1109
  handlePaste: (e: ClipboardEvent) => void;
1062
1110
  resolveClassName: (cls: string) => string;
1111
+ handleTagDblclick: (isDblclick: any) => void;
1112
+ handleTagDblclickChange: (item: any, index: any, value: any) => void;
1113
+ handleCopy: (e: MouseEvent) => void;
1063
1114
  curPage: import("vue").Ref<number>;
1064
1115
  totalSize: import("vue").Ref<number>;
1065
1116
  totalPage: import("vue").Ref<number>;
@@ -1113,6 +1164,8 @@ declare const TagInput: {
1113
1164
  leftSpace: number;
1114
1165
  popoverProps: {};
1115
1166
  tagOverflowTips: {};
1167
+ copyable: boolean;
1168
+ copySeparator: string;
1116
1169
  }>;
1117
1170
  __isFragment?: never;
1118
1171
  __isTeleport?: never;
@@ -1342,7 +1395,9 @@ declare const TagInput: {
1342
1395
  alignmentAxis?: number;
1343
1396
  });
1344
1397
  };
1345
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
1398
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
1399
+ default: string | (() => HTMLElement);
1400
+ };
1346
1401
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
1347
1402
  default: number;
1348
1403
  } & {
@@ -1418,6 +1473,16 @@ declare const TagInput: {
1418
1473
  type: import("vue").PropType<Partial<import("../../bkui-vue").IOptions>>;
1419
1474
  default: () => {};
1420
1475
  };
1476
+ copyable: import("vue-types").VueTypeValidableDef<boolean> & {
1477
+ default: boolean;
1478
+ } & {
1479
+ default: boolean;
1480
+ };
1481
+ copySeparator: import("vue-types").VueTypeValidableDef<string> & {
1482
+ default: string;
1483
+ } & {
1484
+ default: string;
1485
+ };
1421
1486
  }>> & {
1422
1487
  onFocus?: (...args: any[]) => any;
1423
1488
  onBlur?: (...args: any[]) => any;
@@ -1427,9 +1492,11 @@ declare const TagInput: {
1427
1492
  "onUpdate:modelValue"?: (...args: any[]) => any;
1428
1493
  onRemove?: (...args: any[]) => any;
1429
1494
  onRemoveAll?: (...args: any[]) => any;
1495
+ "onCopy-success"?: (...args: any[]) => any;
1430
1496
  }, {
1431
1497
  isShowPlaceholder: import("vue").ComputedRef<boolean>;
1432
1498
  isShowClear: import("vue").ComputedRef<boolean>;
1499
+ isShowCopy: import("vue").ComputedRef<boolean>;
1433
1500
  placeholderText: import("vue").ComputedRef<string>;
1434
1501
  curInputValue: import("vue").Ref<string>;
1435
1502
  renderList: import("vue").ComputedRef<any[]>;
@@ -1453,6 +1520,7 @@ declare const TagInput: {
1453
1520
  [x: string]: boolean;
1454
1521
  };
1455
1522
  handleInput: (e?: Event) => void;
1523
+ handleCompositionEnd: () => void;
1456
1524
  handleFocus: () => void;
1457
1525
  handleBlur: () => void;
1458
1526
  handleTagSelected: (item: any, type: string, e?: Event) => void;
@@ -1462,6 +1530,9 @@ declare const TagInput: {
1462
1530
  handleKeydown: (e: KeyboardEvent) => void;
1463
1531
  handlePaste: (e: ClipboardEvent) => void;
1464
1532
  resolveClassName: (cls: string) => string;
1533
+ handleTagDblclick: (isDblclick: any) => void;
1534
+ handleTagDblclickChange: (item: any, index: any, value: any) => void;
1535
+ handleCopy: (e: MouseEvent) => void;
1465
1536
  curPage: import("vue").Ref<number>;
1466
1537
  totalSize: import("vue").Ref<number>;
1467
1538
  totalPage: import("vue").Ref<number>;
@@ -1484,7 +1555,7 @@ declare const TagInput: {
1484
1555
  crossAxis: number;
1485
1556
  };
1486
1557
  };
1487
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll")[], "blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll", {
1558
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll" | "copy-success")[], "blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll" | "copy-success", {
1488
1559
  disabled: boolean;
1489
1560
  trigger: "focus" | "search";
1490
1561
  separator: string;
@@ -1515,6 +1586,8 @@ declare const TagInput: {
1515
1586
  leftSpace: number;
1516
1587
  popoverProps: {};
1517
1588
  tagOverflowTips: {};
1589
+ copyable: boolean;
1590
+ copySeparator: string;
1518
1591
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
1519
1592
  export default TagInput;
1520
1593
  export { useTagsOverflow, TagInput };