bkui-vue 2.0.2-beta.7 → 2.0.2-beta.70

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 (320) hide show
  1. package/License.txt +1 -2
  2. package/dist/cli.css +1 -0
  3. package/dist/index.cjs.js +165 -138
  4. package/dist/index.esm.js +24235 -18488
  5. package/dist/index.umd.js +165 -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 +2 -2
  17. package/lib/alert/alert.variable.css +2 -1
  18. package/lib/alert/index.js +16 -5
  19. package/lib/animate-number/index.js +2 -2
  20. package/lib/backtop/backtop.variable.css +2 -1
  21. package/lib/backtop/index.js +2 -2
  22. package/lib/badge/badge.variable.css +2 -1
  23. package/lib/badge/index.js +2 -2
  24. package/lib/breadcrumb/breadcrumb.variable.css +2 -1
  25. package/lib/breadcrumb/index.js +3 -3
  26. package/lib/button/button.d.ts +1 -1
  27. package/lib/button/button.variable.css +2 -1
  28. package/lib/button/index.js +3 -3
  29. package/lib/card/card.variable.css +2 -1
  30. package/lib/card/index.js +2 -2
  31. package/lib/cascader/cascader.css +26 -24
  32. package/lib/cascader/cascader.d.ts +311 -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 +610 -0
  36. package/lib/cascader/index.js +107 -49
  37. package/lib/checkbox/checkbox.variable.css +2 -1
  38. package/lib/checkbox/index.js +5 -5
  39. package/lib/code-diff/code-diff.variable.css +2 -1
  40. package/lib/code-diff/index.js +2 -2
  41. package/lib/collapse/collapse.variable.css +2 -1
  42. package/lib/collapse/index.js +3 -3
  43. package/lib/collapse-transition/collapse-transition.variable.css +2 -1
  44. package/lib/collapse-transition/index.js +2 -2
  45. package/lib/color-picker/color-picker.variable.css +2 -1
  46. package/lib/color-picker/index.js +62 -55
  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 +6 -6
  51. package/lib/container/container.variable.css +2 -1
  52. package/lib/container/index.js +5 -5
  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 +77 -76
  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 +13 -36
  63. package/lib/directives/index.js +6 -9
  64. package/lib/dist.index.js +1 -1
  65. package/lib/divider/divider.variable.css +2 -1
  66. package/lib/divider/index.js +3 -3
  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 +15 -10
  71. package/lib/exception/exception.variable.css +2 -1
  72. package/lib/exception/index.js +2 -2
  73. package/lib/fixed-navbar/fixed-navbar.variable.css +2 -1
  74. package/lib/fixed-navbar/index.js +2 -2
  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 +41 -50
  81. package/lib/hooks.js +1 -1
  82. package/lib/icon/angle-double-down-line.js +1 -1
  83. package/lib/icon/angle-double-left-line.js +1 -1
  84. package/lib/icon/angle-double-left.js +1 -1
  85. package/lib/icon/angle-double-right-line.js +1 -1
  86. package/lib/icon/angle-double-right.js +1 -1
  87. package/lib/icon/angle-double-up-line.js +1 -1
  88. package/lib/icon/angle-down-fill.js +1 -1
  89. package/lib/icon/angle-down-line.js +1 -1
  90. package/lib/icon/angle-down.js +1 -1
  91. package/lib/icon/angle-left.js +1 -1
  92. package/lib/icon/angle-right.js +1 -1
  93. package/lib/icon/angle-up-fill.js +1 -1
  94. package/lib/icon/angle-up.js +1 -1
  95. package/lib/icon/archive-fill.js +1 -1
  96. package/lib/icon/arrows-left.js +1 -1
  97. package/lib/icon/arrows-right.js +1 -1
  98. package/lib/icon/assistant.js +1 -1
  99. package/lib/icon/audio-fill.js +1 -1
  100. package/lib/icon/bk.js +1 -1
  101. package/lib/icon/circle.js +1 -1
  102. package/lib/icon/close-line.js +1 -1
  103. package/lib/icon/close.js +1 -1
  104. package/lib/icon/code.js +1 -1
  105. package/lib/icon/cog-shape.js +1 -1
  106. package/lib/icon/collapse-left.js +1 -1
  107. package/lib/icon/copy-shape.js +1 -1
  108. package/lib/icon/copy.js +1 -1
  109. package/lib/icon/data-shape.js +1 -1
  110. package/lib/icon/del.js +1 -1
  111. package/lib/icon/doc-fill.js +1 -1
  112. package/lib/icon/done.js +1 -1
  113. package/lib/icon/down-shape.js +1 -1
  114. package/lib/icon/down-small.js +1 -1
  115. package/lib/icon/edit-line.js +1 -1
  116. package/lib/icon/ellipsis.js +1 -1
  117. package/lib/icon/enlarge-line.js +1 -1
  118. package/lib/icon/error.js +1 -1
  119. package/lib/icon/excel-fill.js +1 -1
  120. package/lib/icon/exclamation-circle-shape.js +1 -1
  121. package/lib/icon/eye.js +1 -1
  122. package/lib/icon/filliscreen-line.js +1 -1
  123. package/lib/icon/fix-line.js +1 -1
  124. package/lib/icon/fix-shape.js +1 -1
  125. package/lib/icon/folder-open.js +1 -1
  126. package/lib/icon/folder-shape-open.js +1 -1
  127. package/lib/icon/folder-shape.js +1 -1
  128. package/lib/icon/folder.js +1 -1
  129. package/lib/icon/funnel.js +1 -1
  130. package/lib/icon/grag-fill.js +1 -1
  131. package/lib/icon/help-document-fill.js +1 -1
  132. package/lib/icon/help-fill.js +1 -1
  133. package/lib/icon/help.js +1 -1
  134. package/lib/icon/image-fill.js +1 -1
  135. package/lib/icon/img-error.js +1 -1
  136. package/lib/icon/img-placehoulder.js +1 -1
  137. package/lib/icon/index.js +1 -1
  138. package/lib/icon/info-line.js +1 -1
  139. package/lib/icon/info.js +1 -1
  140. package/lib/icon/left-shape.js +1 -1
  141. package/lib/icon/left-turn-line.js +1 -1
  142. package/lib/icon/loading.js +1 -1
  143. package/lib/icon/narrow-line.js +1 -1
  144. package/lib/icon/original.js +1 -1
  145. package/lib/icon/pdf-fill.js +1 -1
  146. package/lib/icon/play-shape.js +1 -1
  147. package/lib/icon/plus.js +1 -1
  148. package/lib/icon/ppt-fill.js +1 -1
  149. package/lib/icon/qq.js +1 -1
  150. package/lib/icon/right-shape.js +1 -1
  151. package/lib/icon/right-turn-line.js +1 -1
  152. package/lib/icon/search.js +1 -1
  153. package/lib/icon/share.js +1 -1
  154. package/lib/icon/spinner.js +1 -1
  155. package/lib/icon/success.js +1 -1
  156. package/lib/icon/switcher-loading.js +1 -1
  157. package/lib/icon/text-all.js +1 -1
  158. package/lib/icon/text-file.js +1 -1
  159. package/lib/icon/text-fill.js +1 -1
  160. package/lib/icon/transfer.js +1 -1
  161. package/lib/icon/tree-application-shape.js +1 -1
  162. package/lib/icon/unfull-screen.js +1 -1
  163. package/lib/icon/unvisible.js +1 -1
  164. package/lib/icon/up-shape.js +1 -1
  165. package/lib/icon/upload.js +1 -1
  166. package/lib/icon/video-fill.js +1 -1
  167. package/lib/icon/warn.js +1 -1
  168. package/lib/icon/weixin-pro.js +1 -1
  169. package/lib/icon/weixin.js +1 -1
  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 +9 -12
  173. package/lib/index.js +1 -1
  174. package/lib/info-box/index.js +22 -7
  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 +44 -27
  181. package/lib/input/input.css +6 -0
  182. package/lib/input/input.d.ts +30 -16
  183. package/lib/input/input.less +7 -0
  184. package/lib/input/input.variable.css +8 -1
  185. package/lib/link/index.js +2 -2
  186. package/lib/link/link.variable.css +2 -1
  187. package/lib/loading/index.js +3 -3
  188. package/lib/loading/loading.variable.css +2 -1
  189. package/lib/locale/index.d.ts +1 -0
  190. package/lib/locale/index.js +172 -4
  191. package/lib/locale/lang/ja-jp.d.ts +3 -0
  192. package/lib/menu/index.js +12 -9
  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 +4 -4
  198. package/lib/message/message.variable.css +2 -1
  199. package/lib/modal/index.js +14 -6
  200. package/lib/modal/modal.css +20 -1
  201. package/lib/modal/modal.variable.css +22 -2
  202. package/lib/navigation/index.js +3 -3
  203. package/lib/navigation/navigation.css +29 -29
  204. package/lib/navigation/navigation.less +29 -29
  205. package/lib/navigation/navigation.variable.css +31 -30
  206. package/lib/notify/index.js +3 -3
  207. package/lib/notify/notify.variable.css +2 -1
  208. package/lib/overflow-title/index.js +3 -3
  209. package/lib/pagination/index.js +22 -14
  210. package/lib/pagination/pagination.css +1 -0
  211. package/lib/pagination/pagination.less +1 -0
  212. package/lib/pagination/pagination.variable.css +3 -1
  213. package/lib/pop-confirm/index.d.ts +584 -0
  214. package/lib/pop-confirm/index.js +10 -6
  215. package/lib/pop-confirm/pop-confirm.d.ts +292 -0
  216. package/lib/pop-confirm/pop-confirm.variable.css +2 -1
  217. package/lib/pop-confirm/props.d.ts +146 -0
  218. package/lib/popover/index.js +18 -21
  219. package/lib/popover/popover.variable.css +2 -1
  220. package/lib/popover2/index.js +2 -2
  221. package/lib/preset.js +1 -1
  222. package/lib/process/index.js +2 -2
  223. package/lib/process/process.d.ts +1 -1
  224. package/lib/process/process.variable.css +2 -1
  225. package/lib/progress/index.js +4 -4
  226. package/lib/progress/progress.variable.css +2 -1
  227. package/lib/radio/index.js +5 -5
  228. package/lib/radio/radio.variable.css +2 -1
  229. package/lib/rate/index.js +3 -3
  230. package/lib/rate/rate.variable.css +2 -1
  231. package/lib/resize-layout/index.js +2 -2
  232. package/lib/resize-layout/resize-layout.css +1 -0
  233. package/lib/resize-layout/resize-layout.less +1 -0
  234. package/lib/resize-layout/resize-layout.variable.css +3 -1
  235. package/lib/scrollbar/css/scrollbar.variable.css +2 -1
  236. package/lib/scrollbar/index.js +6 -6
  237. package/lib/search-select/index.d.ts +39 -11
  238. package/lib/search-select/index.js +86 -37
  239. package/lib/search-select/input.d.ts +5 -1
  240. package/lib/search-select/search-select.d.ts +13 -4
  241. package/lib/search-select/search-select.variable.css +2 -1
  242. package/lib/search-select/selected.d.ts +10 -2
  243. package/lib/search-select/utils.d.ts +1 -0
  244. package/lib/select/index.d.ts +22 -3
  245. package/lib/select/index.js +34 -28
  246. package/lib/select/select.d.ts +11 -1
  247. package/lib/select/select.variable.css +2 -1
  248. package/lib/shared/index.d.ts +1 -1
  249. package/lib/shared/index.js +10 -10
  250. package/lib/shared/z-index-manager.d.ts +1 -1
  251. package/lib/sideslider/index.js +5 -3
  252. package/lib/sideslider/sideslider.variable.css +2 -1
  253. package/lib/slider/index.d.ts +1 -1
  254. package/lib/slider/index.js +5 -4
  255. package/lib/slider/slider-button.d.ts +1 -1
  256. package/lib/slider/slider.d.ts +1 -1
  257. package/lib/slider/slider.variable.css +2 -1
  258. package/lib/steps/index.js +2 -2
  259. package/lib/steps/steps.d.ts +1 -1
  260. package/lib/steps/steps.variable.css +2 -1
  261. package/lib/styles/mixins/animate.variable.css +2 -1
  262. package/lib/styles/mixins/popper.variable.css +2 -1
  263. package/lib/styles/mixins/scroll.variable.css +2 -1
  264. package/lib/styles/reset.variable.css +2 -1
  265. package/lib/styles/themes/themes.less +4 -1
  266. package/lib/swiper/index.js +2 -2
  267. package/lib/swiper/swiper.variable.css +2 -1
  268. package/lib/switcher/index.js +2 -2
  269. package/lib/switcher/switcher.variable.css +2 -1
  270. package/lib/tab/index.d.ts +12 -0
  271. package/lib/tab/index.js +20 -17
  272. package/lib/tab/props.d.ts +3 -0
  273. package/lib/tab/tab.d.ts +6 -0
  274. package/lib/tab/tab.variable.css +2 -1
  275. package/lib/table/index.js +33 -36
  276. package/lib/table/plugins/head-filter.variable.css +2 -1
  277. package/lib/table/plugins/head-sort.variable.css +2 -1
  278. package/lib/table/plugins/settings.variable.css +2 -1
  279. package/lib/table/table.css +1 -0
  280. package/lib/table/table.variable.css +3 -1
  281. package/lib/table-column/index.js +1 -1
  282. package/lib/tag/index.js +2 -2
  283. package/lib/tag/tag.variable.css +2 -1
  284. package/lib/tag-input/index.d.ts +9 -0
  285. package/lib/tag-input/index.js +1569 -42
  286. package/lib/tag-input/tag-input.css +16 -0
  287. package/lib/tag-input/tag-input.d.ts +17 -2
  288. package/lib/tag-input/tag-input.less +16 -0
  289. package/lib/tag-input/tag-input.variable.css +18 -1
  290. package/lib/tag-input/tag-render.d.ts +24 -2
  291. package/lib/time-picker/index.js +1 -1
  292. package/lib/time-picker/time-picker.variable.css +2 -1
  293. package/lib/timeline/index.js +1353 -4
  294. package/lib/timeline/timeline.d.ts +1 -1
  295. package/lib/timeline/timeline.variable.css +2 -1
  296. package/lib/transfer/index.d.ts +1 -24
  297. package/lib/transfer/index.js +21 -11
  298. package/lib/transfer/props.d.ts +0 -5
  299. package/lib/transfer/transfer.css +26 -8
  300. package/lib/transfer/transfer.d.ts +1 -12
  301. package/lib/transfer/transfer.less +18 -8
  302. package/lib/transfer/transfer.variable.css +28 -9
  303. package/lib/tree/constant.d.ts +2 -0
  304. package/lib/tree/index.d.ts +48 -11
  305. package/lib/tree/index.js +17650 -106
  306. package/lib/tree/props.d.ts +30 -3
  307. package/lib/tree/tree.css +46 -0
  308. package/lib/tree/tree.d.ts +22 -5
  309. package/lib/tree/tree.less +57 -2
  310. package/lib/tree/tree.variable.css +48 -1
  311. package/lib/tree/use-array-move.d.ts +6 -0
  312. package/lib/tree/use-node-action.d.ts +2 -2
  313. package/lib/tree/use-node-attribute.d.ts +3 -0
  314. package/lib/upload/index.js +8 -8
  315. package/lib/upload/upload.variable.css +2 -1
  316. package/lib/virtual-render/index.js +7 -7
  317. package/lib/virtual-render/virtual-render.variable.css +2 -1
  318. package/lib/volar.components.d.ts +2 -1
  319. package/package.json +13 -2
  320. package/dist/style.css +0 -1
@@ -1097,7 +1097,7 @@ const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => __WEBP
1097
1097
  * Tencent is pleased to support the open source community by making
1098
1098
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1099
1099
  *
1100
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1100
+ * Copyright (C) 2025 Tencent. All rights reserved.
1101
1101
  *
1102
1102
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1103
1103
  *
@@ -1347,7 +1347,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1347
1347
  * Tencent is pleased to support the open source community by making
1348
1348
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1349
1349
  *
1350
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1350
+ * Copyright (C) 2025 Tencent. All rights reserved.
1351
1351
  *
1352
1352
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1353
1353
  *
@@ -1570,7 +1570,7 @@ function optionGroup_objectSpread(e) { for (var r = 1; r < arguments.length; r++
1570
1570
  * Tencent is pleased to support the open source community by making
1571
1571
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1572
1572
  *
1573
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1573
+ * Copyright (C) 2025 Tencent. All rights reserved.
1574
1574
  *
1575
1575
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1576
1576
  *
@@ -1678,7 +1678,7 @@ function clickoutside_arrayLikeToArray(arr, len) { if (len == null || len > arr.
1678
1678
  * Tencent is pleased to support the open source community by making
1679
1679
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1680
1680
  *
1681
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1681
+ * Copyright (C) 2025 Tencent. All rights reserved.
1682
1682
  *
1683
1683
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1684
1684
  *
@@ -1806,7 +1806,7 @@ const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => __WEBPACK_EXTE
1806
1806
  * Tencent is pleased to support the open source community by making
1807
1807
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1808
1808
  *
1809
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1809
+ * Copyright (C) 2025 Tencent. All rights reserved.
1810
1810
  *
1811
1811
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1812
1812
  *
@@ -1918,7 +1918,7 @@ var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel
1918
1918
  * Tencent is pleased to support the open source community by making
1919
1919
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1920
1920
  *
1921
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1921
+ * Copyright (C) 2025 Tencent. All rights reserved.
1922
1922
  *
1923
1923
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1924
1924
  *
@@ -1969,7 +1969,7 @@ function tooltips_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
1969
1969
  * Tencent is pleased to support the open source community by making
1970
1970
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1971
1971
  *
1972
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1972
+ * Copyright (C) 2025 Tencent. All rights reserved.
1973
1973
  *
1974
1974
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1975
1975
  *
@@ -2024,9 +2024,6 @@ var tooltips = {
2024
2024
  hide(el);
2025
2025
  }, 100);
2026
2026
  });
2027
- el.addEventListener('click', function () {
2028
- hide(el);
2029
- });
2030
2027
  popper.addEventListener('mouseleave', function () {
2031
2028
  clearTimeout(delayTimeout);
2032
2029
  hideTimeout = setTimeout(function () {
@@ -2040,7 +2037,7 @@ var tooltips = {
2040
2037
  show(el);
2041
2038
  clearTimeout(delayTimeout);
2042
2039
  }, opts.delay);
2043
- } else if (popper.hasAttribute('data-show')) {
2040
+ } else if (!el.contains(event.target) && popper.hasAttribute('data-show')) {
2044
2041
  hide(el);
2045
2042
  }
2046
2043
  });
@@ -2264,7 +2261,7 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
2264
2261
  * Tencent is pleased to support the open source community by making
2265
2262
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2266
2263
  *
2267
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2264
+ * Copyright (C) 2025 Tencent. All rights reserved.
2268
2265
  *
2269
2266
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2270
2267
  *
@@ -2329,7 +2326,7 @@ const merge_namespaceObject = merge_x({ ["default"]: () => __WEBPACK_EXTERNAL_MO
2329
2326
  * Tencent is pleased to support the open source community by making
2330
2327
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2331
2328
  *
2332
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2329
+ * Copyright (C) 2025 Tencent. All rights reserved.
2333
2330
  *
2334
2331
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2335
2332
  *
@@ -3227,7 +3224,7 @@ const EXCEPTIONS = {
3227
3224
  * Tencent is pleased to support the open source community by making
3228
3225
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3229
3226
  *
3230
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3227
+ * Copyright (C) 2025 Tencent. All rights reserved.
3231
3228
  *
3232
3229
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3233
3230
  *
@@ -3394,7 +3391,7 @@ function parse(str) {
3394
3391
  * Tencent is pleased to support the open source community by making
3395
3392
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3396
3393
  *
3397
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3394
+ * Copyright (C) 2025 Tencent. All rights reserved.
3398
3395
  *
3399
3396
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3400
3397
  *
@@ -3487,7 +3484,7 @@ function shouldPatch(toToken) {
3487
3484
  * Tencent is pleased to support the open source community by making
3488
3485
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3489
3486
  *
3490
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3487
+ * Copyright (C) 2025 Tencent. All rights reserved.
3491
3488
  *
3492
3489
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3493
3490
  *
@@ -3545,7 +3542,7 @@ const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTER
3545
3542
  * Tencent is pleased to support the open source community by making
3546
3543
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3547
3544
  *
3548
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3545
+ * Copyright (C) 2025 Tencent. All rights reserved.
3549
3546
  *
3550
3547
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3551
3548
  *
@@ -3618,6 +3615,7 @@ const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTER
3618
3615
  value.value = modelValue.value;
3619
3616
  });
3620
3617
  (0,external_vue_namespaceObject.watch)([selected, collapseTags], function () {
3618
+ tagsRefs.value = [];
3621
3619
  calcOverflow();
3622
3620
  }, {
3623
3621
  flush: 'post'
@@ -3803,7 +3801,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
3803
3801
  * Tencent is pleased to support the open source community by making
3804
3802
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3805
3803
  *
3806
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3804
+ * Copyright (C) 2025 Tencent. All rights reserved.
3807
3805
  *
3808
3806
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3809
3807
  *
@@ -3904,7 +3902,13 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
3904
3902
  type: String,
3905
3903
  "default": 'default'
3906
3904
  },
3907
- disableScrollToSelectedOption: shared_namespaceObject.PropTypes.bool.def(false) // 是否禁用滚动到选中option的功能
3905
+ disableScrollToSelectedOption: shared_namespaceObject.PropTypes.bool.def(false),
3906
+ inputTooltipsOptions: {
3907
+ type: Object,
3908
+ "default": function _default() {
3909
+ return {};
3910
+ }
3911
+ } // 透传Input组件的tooltips配置
3908
3912
  },
3909
3913
  emits: ['update:modelValue', 'change', 'toggle', 'clear', 'scroll-end', 'focus', 'blur', 'tag-remove', 'select', 'deselect', 'search-change'],
3910
3914
  setup: function setup(props, _ref) {
@@ -4289,6 +4293,10 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4289
4293
  emit('change', val, modelValue.value);
4290
4294
  // 重置Selected 以model-value为主
4291
4295
  handleSetSelectedData();
4296
+ if (multiple.value) {
4297
+ // 多选时enter之后变成tag不需要保存当前值
4298
+ customOptionName.value = '';
4299
+ }
4292
4300
  };
4293
4301
  // 派发toggle事件
4294
4302
  var handleTogglePopover = function handleTogglePopover() {
@@ -4314,7 +4322,6 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4314
4322
  if (filterable.value && matchedOption) {
4315
4323
  // 开启搜索后,正好匹配到自定义选项,则不进行创建操作
4316
4324
  handleOptionSelected(matchedOption);
4317
- customOptionName.value = '';
4318
4325
  return;
4319
4326
  }
4320
4327
  var data = optionsMap.value.get(value);
@@ -4335,7 +4342,6 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4335
4342
  emitChange(value);
4336
4343
  handleHidePopover();
4337
4344
  }
4338
- customOptionName.value = '';
4339
4345
  };
4340
4346
  // Option点击事件
4341
4347
  var handleOptionSelected = function handleOptionSelected(option) {
@@ -4376,9 +4382,6 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4376
4382
  label: option.optionName || option.optionID,
4377
4383
  value: option.optionID
4378
4384
  }];
4379
- if (filterable.value && allowCreate.value) {
4380
- customOptionName.value = '';
4381
- }
4382
4385
  emitChange(option.optionID);
4383
4386
  emit('select', option.optionID);
4384
4387
  handleHidePopover();
@@ -4426,6 +4429,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4426
4429
  var handleClear = function handleClear(e) {
4427
4430
  e.stopPropagation();
4428
4431
  selected.value = [];
4432
+ customOptionName.value = '';
4429
4433
  clearMultipleInputValue();
4430
4434
  emitChange(multiple.value ? [] : '');
4431
4435
  emit('clear', multiple.value ? [] : '');
@@ -4602,9 +4606,10 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4602
4606
  case 'NumpadEnter':
4603
4607
  case 'Enter':
4604
4608
  {
4609
+ var _searchRef$value2;
4605
4610
  var value = e.target.value;
4606
4611
  // 搜索和创建的时候不触发enter事件
4607
- if (allowCreate.value && value || e.target === searchRef.value) return;
4612
+ if (allowCreate.value && value || e.target === searchRef.value && (_searchRef$value2 = searchRef.value) !== null && _searchRef$value2 !== void 0 && _searchRef$value2.value) return;
4608
4613
  var option = optionsMap.value.get(activeOptionValue.value);
4609
4614
  handleOptionSelected(option);
4610
4615
  break;
@@ -4727,7 +4732,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4727
4732
  "theme": "primary"
4728
4733
  }, null);
4729
4734
  }
4730
- if (_this.clearable && _this.isHover && _this.selected.length && !_this.isDisabled) {
4735
+ if (_this.clearable && _this.isHover && _this.selected.length && !_this.isDisabled || _this.allowCreate && _this.isHover && _this.customOptionName && !_this.isDisabled) {
4731
4736
  return (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Close, {
4732
4737
  "class": "clear-icon",
4733
4738
  "onClick": _this.handleClear
@@ -4829,12 +4834,13 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4829
4834
  "ref": "inputRef",
4830
4835
  "behavior": _this.behavior,
4831
4836
  "disabled": _this.isDisabled,
4832
- "modelValue": _this.isInput ? _this.customOptionName : _this.selectedLabel.join(','),
4837
+ "modelValue": _this.isInput && _this.customOptionName ? _this.customOptionName : _this.selectedLabel.join(','),
4833
4838
  "placeholder": _this.isInput ? _this.selectedLabel.join(',') || _this.localPlaceholder : _this.localPlaceholder,
4834
4839
  "readonly": !_this.isInput,
4835
4840
  "selectReadonly": true,
4836
4841
  "size": _this.size,
4837
4842
  "stopPropagation": false,
4843
+ "tooltipsOptions": _this.inputTooltipsOptions,
4838
4844
  "type": "text",
4839
4845
  "withValidate": false,
4840
4846
  "onEnter": _this.handleCreateCustomOption,
@@ -4991,7 +4997,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4991
4997
  * Tencent is pleased to support the open source community by making
4992
4998
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
4993
4999
  *
4994
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
5000
+ * Copyright (C) 2025 Tencent. All rights reserved.
4995
5001
  *
4996
5002
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
4997
5003
  *
@@ -1,4 +1,5 @@
1
1
  import { PropType } from 'vue';
2
+ import { IOptions } from '../directives';
2
3
  import { ISelected, OptionInstanceType } from './type';
3
4
  declare const _default: import("vue").DefineComponent<{
4
5
  modelValue: import("vue-types").VueTypeValidableDef<any>;
@@ -346,6 +347,10 @@ declare const _default: import("vue").DefineComponent<{
346
347
  } & {
347
348
  default: boolean;
348
349
  };
350
+ inputTooltipsOptions: {
351
+ type: PropType<Partial<IOptions>>;
352
+ default: () => {};
353
+ };
349
354
  }, {
350
355
  t: import("vue").ComputedRef<{
351
356
  noData: string;
@@ -370,7 +375,7 @@ declare const _default: import("vue").DefineComponent<{
370
375
  inputRef: import("vue").Ref<HTMLElement>;
371
376
  triggerRef: import("vue").Ref<HTMLElement>;
372
377
  contentRef: import("vue").Ref<HTMLElement>;
373
- searchRef: import("vue").Ref<HTMLElement>;
378
+ searchRef: import("vue").Ref<HTMLInputElement>;
374
379
  scrollContainerRef: import("vue").Ref<HTMLElement>;
375
380
  selectTagInputRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
376
381
  selected: {
@@ -1098,6 +1103,10 @@ declare const _default: import("vue").DefineComponent<{
1098
1103
  } & {
1099
1104
  default: boolean;
1100
1105
  };
1106
+ inputTooltipsOptions: {
1107
+ type: PropType<Partial<IOptions>>;
1108
+ default: () => {};
1109
+ };
1101
1110
  }>> & {
1102
1111
  onFocus?: (...args: any[]) => any;
1103
1112
  onBlur?: (...args: any[]) => any;
@@ -1156,5 +1165,6 @@ declare const _default: import("vue").DefineComponent<{
1156
1165
  keepSearchValue: boolean;
1157
1166
  searchWithPinyin: boolean;
1158
1167
  disableScrollToSelectedOption: boolean;
1168
+ inputTooltipsOptions: {};
1159
1169
  }, {}>;
1160
1170
  export default _default;
@@ -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
  @keyframes loading-scale-animate {
132
133
  0% {
@@ -2,7 +2,7 @@
2
2
  * Tencent is pleased to support the open source community by making
3
3
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
4
4
  *
5
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
5
+ * Copyright (C) 2025 Tencent. All rights reserved.
6
6
  *
7
7
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
8
8
  *
@@ -121,7 +121,7 @@ __webpack_require__.d(__webpack_exports__, {
121
121
  * Tencent is pleased to support the open source community by making
122
122
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
123
123
  *
124
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
124
+ * Copyright (C) 2025 Tencent. All rights reserved.
125
125
  *
126
126
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
127
127
  *
@@ -215,7 +215,7 @@ function _typeof(o) {
215
215
  * Tencent is pleased to support the open source community by making
216
216
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
217
217
  *
218
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
218
+ * Copyright (C) 2025 Tencent. All rights reserved.
219
219
  *
220
220
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
221
221
  *
@@ -476,7 +476,7 @@ const external_vue_namespaceObject = x({ ["inject"]: () => __WEBPACK_EXTERNAL_MO
476
476
  * Tencent is pleased to support the open source community by making
477
477
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
478
478
  *
479
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
479
+ * Copyright (C) 2025 Tencent. All rights reserved.
480
480
  *
481
481
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
482
482
  *
@@ -504,7 +504,7 @@ var formItemKey = Symbol('formItem');
504
504
  * Tencent is pleased to support the open source community by making
505
505
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
506
506
  *
507
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
507
+ * Copyright (C) 2025 Tencent. All rights reserved.
508
508
  *
509
509
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
510
510
  *
@@ -535,7 +535,7 @@ var useForm = function useForm() {
535
535
  * Tencent is pleased to support the open source community by making
536
536
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
537
537
  *
538
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
538
+ * Copyright (C) 2025 Tencent. All rights reserved.
539
539
  *
540
540
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
541
541
  *
@@ -760,7 +760,7 @@ function v4(options, buf, offset) {
760
760
  * Tencent is pleased to support the open source community by making
761
761
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
762
762
  *
763
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
763
+ * Copyright (C) 2025 Tencent. All rights reserved.
764
764
  *
765
765
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
766
766
  *
@@ -1158,7 +1158,7 @@ var getPopContainerId = function getPopContainerId() {
1158
1158
  * Tencent is pleased to support the open source community by making
1159
1159
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1160
1160
  *
1161
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1161
+ * Copyright (C) 2025 Tencent. All rights reserved.
1162
1162
  *
1163
1163
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1164
1164
  *
@@ -1208,7 +1208,7 @@ const throttle_namespaceObject = throttle_x({ ["default"]: () => __WEBPACK_EXTER
1208
1208
  * Tencent is pleased to support the open source community by making
1209
1209
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1210
1210
  *
1211
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1211
+ * Copyright (C) 2025 Tencent. All rights reserved.
1212
1212
  *
1213
1213
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1214
1214
  *
@@ -1422,7 +1422,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
1422
1422
  * Tencent is pleased to support the open source community by making
1423
1423
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1424
1424
  *
1425
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1425
+ * Copyright (C) 2025 Tencent. All rights reserved.
1426
1426
  *
1427
1427
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1428
1428
  *
@@ -1725,7 +1725,7 @@ function SelectedType() {
1725
1725
  * Tencent is pleased to support the open source community by making
1726
1726
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1727
1727
  *
1728
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1728
+ * Copyright (C) 2025 Tencent. All rights reserved.
1729
1729
  *
1730
1730
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1731
1731
  *
@@ -2,7 +2,7 @@
2
2
  * Tencent is pleased to support the open source community by making
3
3
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
4
4
  *
5
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
5
+ * Copyright (C) 2025 Tencent. All rights reserved.
6
6
  *
7
7
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
8
8
  *
@@ -541,7 +541,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
541
541
  * Tencent is pleased to support the open source community by making
542
542
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
543
543
  *
544
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
544
+ * Copyright (C) 2025 Tencent. All rights reserved.
545
545
  *
546
546
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
547
547
  *
@@ -646,7 +646,9 @@ sliderProps.width["default"] = '400';
646
646
  "class": "".concat(resolveClassName('sideslider-header'))
647
647
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
648
648
  "class": "".concat(resolveClassName('sideslider-close')),
649
- "onClick": handleClose
649
+ "onClick": function onClick() {
650
+ return void handleClose();
651
+ }
650
652
  }, [props.direction === 'left' ? (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.AngleLeft, null, null) : (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.AngleRight, null, null)]), (0,external_vue_namespaceObject.createVNode)("div", {
651
653
  "class": "".concat(resolveClassName('sideslider-title'))
652
654
  }, [(_slots$header = (_slots$header2 = slots.header) === null || _slots$header2 === void 0 ? void 0 : _slots$header2.call(slots)) !== null && _slots$header !== void 0 ? _slots$header : props.title])])]);
@@ -701,7 +703,7 @@ sliderProps.width["default"] = '400';
701
703
  * Tencent is pleased to support the open source community by making
702
704
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
703
705
  *
704
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
706
+ * Copyright (C) 2025 Tencent. All rights reserved.
705
707
  *
706
708
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
707
709
  *
@@ -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-sideslider.is-position-right .bk-modal-wrapper {
132
133
  right: 0;
@@ -2,7 +2,7 @@
2
2
  * Tencent is pleased to support the open source community by making
3
3
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
4
4
  *
5
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
5
+ * Copyright (C) 2025 Tencent. All rights reserved.
6
6
  *
7
7
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
8
8
  *
@@ -491,7 +491,7 @@ const popover_less_namespaceObject = popover_less_x({ });
491
491
  * Tencent is pleased to support the open source community by making
492
492
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
493
493
  *
494
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
494
+ * Copyright (C) 2025 Tencent. All rights reserved.
495
495
  *
496
496
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
497
497
  *
@@ -699,7 +699,7 @@ const popover_less_namespaceObject = popover_less_x({ });
699
699
  * Tencent is pleased to support the open source community by making
700
700
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
701
701
  *
702
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
702
+ * Copyright (C) 2025 Tencent. All rights reserved.
703
703
  *
704
704
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
705
705
  *
@@ -1029,7 +1029,8 @@ var off = function off(element, event, handler) {
1029
1029
  var valueChanged = function valueChanged() {
1030
1030
  if (props.range) {
1031
1031
  return ![rangeMinValue.value, rangeMaxValue.value].every(function (item, index) {
1032
- return item === oldValue.value[index];
1032
+ var _oldValue$value;
1033
+ return item === ((_oldValue$value = oldValue.value) === null || _oldValue$value === void 0 ? void 0 : _oldValue$value[index]);
1033
1034
  });
1034
1035
  }
1035
1036
  return props.modelValue !== oldValue.value;
@@ -1317,7 +1318,7 @@ var off = function off(element, event, handler) {
1317
1318
  * Tencent is pleased to support the open source community by making
1318
1319
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1319
1320
  *
1320
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1321
+ * Copyright (C) 2025 Tencent. All rights reserved.
1321
1322
  *
1322
1323
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1323
1324
  *
@@ -2,7 +2,7 @@
2
2
  * Tencent is pleased to support the open source community by making
3
3
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
4
4
  *
5
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
5
+ * Copyright (C) 2025 Tencent. All rights reserved.
6
6
  *
7
7
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
8
8
  *
@@ -2,7 +2,7 @@
2
2
  * Tencent is pleased to support the open source community by making
3
3
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
4
4
  *
5
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
5
+ * Copyright (C) 2025 Tencent. All rights reserved.
6
6
  *
7
7
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
8
8
  *
@@ -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-slider {
132
133
  display: flex;
@@ -529,7 +529,7 @@ const icon_namespaceObject = icon_x({ ["Circle"]: () => __WEBPACK_EXTERNAL_MODUL
529
529
  * Tencent is pleased to support the open source community by making
530
530
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
531
531
  *
532
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
532
+ * Copyright (C) 2025 Tencent. All rights reserved.
533
533
  *
534
534
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
535
535
  *
@@ -794,7 +794,7 @@ var stepsProps = {
794
794
  * Tencent is pleased to support the open source community by making
795
795
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
796
796
  *
797
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
797
+ * Copyright (C) 2025 Tencent. All rights reserved.
798
798
  *
799
799
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
800
800
  *
@@ -2,7 +2,7 @@
2
2
  * Tencent is pleased to support the open source community by making
3
3
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
4
4
  *
5
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
5
+ * Copyright (C) 2025 Tencent. All rights reserved.
6
6
  *
7
7
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
8
8
  *
@@ -99,7 +99,7 @@
99
99
  --submenu-bg-color: #151d2c;
100
100
  --menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
101
101
  --menu-color: #96a2b9;
102
- --menu-group-color: var(--default-color);
102
+ --menu-group-color: #6E788B;
103
103
  --menu-width: 260px;
104
104
  --menu-collapse-width: 60px;
105
105
  --menu-active-color: white;
@@ -128,6 +128,7 @@
128
128
  --search-select-menu-border-color: var(--disable-color);
129
129
  --select-active-color: #e1ecff;
130
130
  --select-hover-color: #f5f7fa;
131
+ --sub-title-bg-color: #f5f6fa;
131
132
  }
132
133
  * {
133
134
  box-sizing: border-box;
@@ -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
  @keyframes loading-scale-animate {
132
133
  0% {
@@ -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-popper {
132
133
  display: none;
@@ -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;