bkui-vue 2.0.2-beta.5 → 2.0.2-beta.51

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 (303) hide show
  1. package/License.txt +1 -2
  2. package/dist/cli.css +1 -0
  3. package/dist/index.cjs.js +133 -132
  4. package/dist/index.esm.js +16844 -14959
  5. package/dist/index.umd.js +133 -132
  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 +1 -0
  16. package/lib/affix/index.js +2 -2
  17. package/lib/alert/alert.variable.css +1 -0
  18. package/lib/alert/index.js +2 -2
  19. package/lib/animate-number/index.js +2 -2
  20. package/lib/backtop/backtop.variable.css +1 -0
  21. package/lib/backtop/index.js +2 -2
  22. package/lib/badge/badge.variable.css +1 -0
  23. package/lib/badge/index.js +2 -2
  24. package/lib/breadcrumb/breadcrumb.variable.css +1 -0
  25. package/lib/breadcrumb/index.js +3 -3
  26. package/lib/button/button.d.ts +1 -1
  27. package/lib/button/button.variable.css +1 -0
  28. package/lib/button/index.js +3 -3
  29. package/lib/card/card.variable.css +1 -0
  30. package/lib/card/index.js +2 -2
  31. package/lib/cascader/cascader.css +26 -24
  32. package/lib/cascader/cascader.d.ts +12 -0
  33. package/lib/cascader/cascader.less +78 -76
  34. package/lib/cascader/cascader.variable.css +27 -24
  35. package/lib/cascader/index.d.ts +26 -0
  36. package/lib/cascader/index.js +120 -70
  37. package/lib/checkbox/checkbox.variable.css +1 -0
  38. package/lib/checkbox/index.js +5 -5
  39. package/lib/code-diff/code-diff.variable.css +1 -0
  40. package/lib/code-diff/index.js +2 -2
  41. package/lib/collapse/collapse.variable.css +1 -0
  42. package/lib/collapse/index.js +3 -3
  43. package/lib/collapse-transition/collapse-transition.variable.css +1 -0
  44. package/lib/collapse-transition/index.js +2 -2
  45. package/lib/color-picker/color-picker.variable.css +1 -0
  46. package/lib/color-picker/index.js +33 -29
  47. package/lib/components.d.ts +1 -2
  48. package/lib/components.js +2 -3
  49. package/lib/config-provider/config-provider.variable.css +1 -0
  50. package/lib/config-provider/index.d.ts +1 -1
  51. package/lib/config-provider/index.js +6 -6
  52. package/lib/container/container.variable.css +1 -0
  53. package/lib/container/index.js +5 -5
  54. package/lib/date-picker/date-picker.variable.css +1 -0
  55. package/lib/date-picker/index.js +74 -79
  56. package/lib/date-picker/panel/time.d.ts +1 -1
  57. package/lib/date-picker/utils.d.ts +5 -17
  58. package/lib/dialog/dialog.css +20 -1
  59. package/lib/dialog/dialog.variable.css +21 -1
  60. package/lib/dialog/index.js +13 -36
  61. package/lib/directives/index.js +22 -18
  62. package/lib/dist.index.js +1 -1
  63. package/lib/divider/divider.variable.css +1 -0
  64. package/lib/divider/index.js +3 -3
  65. package/lib/dropdown/dropdown.d.ts +1 -0
  66. package/lib/dropdown/dropdown.variable.css +1 -0
  67. package/lib/dropdown/index.d.ts +3 -0
  68. package/lib/dropdown/index.js +15 -10
  69. package/lib/exception/exception.variable.css +1 -0
  70. package/lib/exception/index.js +2 -2
  71. package/lib/fixed-navbar/fixed-navbar.variable.css +1 -0
  72. package/lib/fixed-navbar/index.js +2 -2
  73. package/lib/form/form-item.d.ts +19 -0
  74. package/lib/form/form.css +16 -4
  75. package/lib/form/form.less +24 -6
  76. package/lib/form/form.variable.css +17 -4
  77. package/lib/form/index.d.ts +13 -0
  78. package/lib/form/index.js +44 -36
  79. package/lib/hooks.js +1 -1
  80. package/lib/icon/angle-double-down-line.js +1 -1
  81. package/lib/icon/angle-double-left-line.js +1 -1
  82. package/lib/icon/angle-double-left.js +1 -1
  83. package/lib/icon/angle-double-right-line.js +1 -1
  84. package/lib/icon/angle-double-right.js +1 -1
  85. package/lib/icon/angle-double-up-line.js +1 -1
  86. package/lib/icon/angle-down-fill.js +1 -1
  87. package/lib/icon/angle-down-line.js +1 -1
  88. package/lib/icon/angle-down.js +1 -1
  89. package/lib/icon/angle-left.js +1 -1
  90. package/lib/icon/angle-right.js +1 -1
  91. package/lib/icon/angle-up-fill.js +1 -1
  92. package/lib/icon/angle-up.js +1 -1
  93. package/lib/icon/archive-fill.js +1 -1
  94. package/lib/icon/arrows-left.js +1 -1
  95. package/lib/icon/arrows-right.js +1 -1
  96. package/lib/icon/assistant.js +1 -1
  97. package/lib/icon/audio-fill.js +1 -1
  98. package/lib/icon/bk.js +1 -1
  99. package/lib/icon/circle.js +1 -1
  100. package/lib/icon/close-line.js +1 -1
  101. package/lib/icon/close.js +1 -1
  102. package/lib/icon/code.js +1 -1
  103. package/lib/icon/cog-shape.js +1 -1
  104. package/lib/icon/collapse-left.js +1 -1
  105. package/lib/icon/copy-shape.js +1 -1
  106. package/lib/icon/copy.js +1 -1
  107. package/lib/icon/data-shape.js +1 -1
  108. package/lib/icon/del.js +1 -1
  109. package/lib/icon/doc-fill.js +1 -1
  110. package/lib/icon/done.js +1 -1
  111. package/lib/icon/down-shape.js +1 -1
  112. package/lib/icon/down-small.js +1 -1
  113. package/lib/icon/edit-line.js +1 -1
  114. package/lib/icon/ellipsis.js +1 -1
  115. package/lib/icon/enlarge-line.js +1 -1
  116. package/lib/icon/error.js +1 -1
  117. package/lib/icon/excel-fill.js +1 -1
  118. package/lib/icon/exclamation-circle-shape.js +1 -1
  119. package/lib/icon/eye.js +1 -1
  120. package/lib/icon/filliscreen-line.js +1 -1
  121. package/lib/icon/fix-line.js +1 -1
  122. package/lib/icon/fix-shape.js +1 -1
  123. package/lib/icon/folder-open.js +1 -1
  124. package/lib/icon/folder-shape-open.js +1 -1
  125. package/lib/icon/folder-shape.js +1 -1
  126. package/lib/icon/folder.js +1 -1
  127. package/lib/icon/funnel.js +1 -1
  128. package/lib/icon/grag-fill.js +1 -1
  129. package/lib/icon/help-document-fill.js +1 -1
  130. package/lib/icon/help-fill.js +1 -1
  131. package/lib/icon/help.js +1 -1
  132. package/lib/icon/image-fill.js +1 -1
  133. package/lib/icon/img-error.js +1 -1
  134. package/lib/icon/img-placehoulder.js +1 -1
  135. package/lib/icon/index.js +1 -1
  136. package/lib/icon/info-line.js +1 -1
  137. package/lib/icon/info.js +1 -1
  138. package/lib/icon/left-shape.js +1 -1
  139. package/lib/icon/left-turn-line.js +1 -1
  140. package/lib/icon/loading.js +1 -1
  141. package/lib/icon/narrow-line.js +1 -1
  142. package/lib/icon/original.js +1 -1
  143. package/lib/icon/pdf-fill.js +1 -1
  144. package/lib/icon/play-shape.js +1 -1
  145. package/lib/icon/plus.js +1 -1
  146. package/lib/icon/ppt-fill.js +1 -1
  147. package/lib/icon/qq.js +1 -1
  148. package/lib/icon/right-shape.js +1 -1
  149. package/lib/icon/right-turn-line.js +1 -1
  150. package/lib/icon/search.js +1 -1
  151. package/lib/icon/share.js +1 -1
  152. package/lib/icon/spinner.js +1 -1
  153. package/lib/icon/success.js +1 -1
  154. package/lib/icon/switcher-loading.js +1 -1
  155. package/lib/icon/text-all.js +1 -1
  156. package/lib/icon/text-file.js +1 -1
  157. package/lib/icon/text-fill.js +1 -1
  158. package/lib/icon/transfer.js +1 -1
  159. package/lib/icon/tree-application-shape.js +1 -1
  160. package/lib/icon/unfull-screen.js +1 -1
  161. package/lib/icon/unvisible.js +1 -1
  162. package/lib/icon/up-shape.js +1 -1
  163. package/lib/icon/upload.js +1 -1
  164. package/lib/icon/video-fill.js +1 -1
  165. package/lib/icon/warn.js +1 -1
  166. package/lib/icon/weixin-pro.js +1 -1
  167. package/lib/icon/weixin.js +1 -1
  168. package/lib/image/image-viewer.variable.css +1 -0
  169. package/lib/image/image.variable.css +1 -0
  170. package/lib/image/index.js +15 -18
  171. package/lib/index.d.ts +0 -1
  172. package/lib/index.js +1 -2
  173. package/lib/info-box/index.js +22 -7
  174. package/lib/info-box/info-box.css +20 -1
  175. package/lib/info-box/info-box.d.ts +1 -0
  176. package/lib/info-box/info-box.less +28 -2
  177. package/lib/info-box/info-box.variable.css +22 -2
  178. package/lib/input/index.d.ts +39 -20
  179. package/lib/input/index.js +33 -30
  180. package/lib/input/input.d.ts +30 -16
  181. package/lib/input/input.variable.css +1 -0
  182. package/lib/link/index.js +2 -2
  183. package/lib/link/link.variable.css +1 -0
  184. package/lib/loading/index.js +3 -3
  185. package/lib/loading/loading.variable.css +1 -0
  186. package/lib/locale/index.d.ts +1 -0
  187. package/lib/locale/index.js +172 -4
  188. package/lib/locale/lang/ja-jp.d.ts +3 -0
  189. package/lib/menu/index.js +12 -9
  190. package/lib/menu/menu.variable.css +1 -0
  191. package/lib/menu/submenu.variable.css +1 -0
  192. package/lib/message/index.js +4 -4
  193. package/lib/message/message.variable.css +1 -0
  194. package/lib/modal/index.js +7 -6
  195. package/lib/modal/modal.css +20 -1
  196. package/lib/modal/modal.variable.css +21 -1
  197. package/lib/navigation/index.js +3 -3
  198. package/lib/navigation/navigation.variable.css +1 -0
  199. package/lib/notify/index.js +3 -3
  200. package/lib/notify/notify.variable.css +1 -0
  201. package/lib/overflow-title/index.js +3 -3
  202. package/lib/pagination/index.js +6 -6
  203. package/lib/pagination/pagination.variable.css +1 -0
  204. package/lib/pop-confirm/index.d.ts +584 -0
  205. package/lib/pop-confirm/index.js +10 -6
  206. package/lib/pop-confirm/pop-confirm.d.ts +292 -0
  207. package/lib/pop-confirm/pop-confirm.variable.css +1 -0
  208. package/lib/pop-confirm/props.d.ts +146 -0
  209. package/lib/popover/index.js +24 -27
  210. package/lib/popover/popover.variable.css +1 -0
  211. package/lib/popover2/index.js +2 -2
  212. package/lib/preset.js +1 -1
  213. package/lib/process/index.js +2 -2
  214. package/lib/process/process.d.ts +1 -1
  215. package/lib/process/process.variable.css +1 -0
  216. package/lib/progress/index.js +4 -4
  217. package/lib/progress/progress.variable.css +1 -0
  218. package/lib/radio/index.js +5 -5
  219. package/lib/radio/radio.variable.css +1 -0
  220. package/lib/rate/index.js +3 -3
  221. package/lib/rate/rate.variable.css +1 -0
  222. package/lib/resize-layout/index.js +2 -2
  223. package/lib/resize-layout/resize-layout.variable.css +1 -0
  224. package/lib/scrollbar/css/scrollbar.variable.css +1 -0
  225. package/lib/scrollbar/index.js +6 -6
  226. package/lib/search-select/index.d.ts +21 -3
  227. package/lib/search-select/index.js +73 -41
  228. package/lib/search-select/input.d.ts +3 -0
  229. package/lib/search-select/search-select.d.ts +7 -1
  230. package/lib/search-select/search-select.variable.css +1 -0
  231. package/lib/search-select/selected.d.ts +6 -0
  232. package/lib/select/index.d.ts +22 -3
  233. package/lib/select/index.js +39 -39
  234. package/lib/select/select.d.ts +11 -1
  235. package/lib/select/select.variable.css +1 -0
  236. package/lib/shared/index.d.ts +1 -1
  237. package/lib/shared/index.js +10 -10
  238. package/lib/shared/z-index-manager.d.ts +1 -1
  239. package/lib/sideslider/index.js +5 -3
  240. package/lib/sideslider/sideslider.variable.css +1 -0
  241. package/lib/slider/index.d.ts +1 -1
  242. package/lib/slider/index.js +5 -4
  243. package/lib/slider/slider-button.d.ts +1 -1
  244. package/lib/slider/slider.d.ts +1 -1
  245. package/lib/slider/slider.variable.css +1 -0
  246. package/lib/steps/index.js +2 -2
  247. package/lib/steps/steps.d.ts +1 -1
  248. package/lib/steps/steps.variable.css +1 -0
  249. package/lib/styles/mixins/animate.variable.css +1 -0
  250. package/lib/styles/mixins/popper.variable.css +1 -0
  251. package/lib/styles/mixins/scroll.variable.css +1 -0
  252. package/lib/styles/reset.variable.css +1 -0
  253. package/lib/styles/themes/themes.less +3 -0
  254. package/lib/swiper/index.js +2 -2
  255. package/lib/swiper/swiper.variable.css +1 -0
  256. package/lib/switcher/index.js +2 -2
  257. package/lib/switcher/switcher.variable.css +1 -0
  258. package/lib/tab/index.d.ts +12 -0
  259. package/lib/tab/index.js +26 -23
  260. package/lib/tab/props.d.ts +3 -0
  261. package/lib/tab/tab.d.ts +6 -0
  262. package/lib/tab/tab.variable.css +1 -0
  263. package/lib/table/index.js +39 -47
  264. package/lib/table/plugins/head-filter.variable.css +1 -0
  265. package/lib/table/plugins/head-sort.variable.css +1 -0
  266. package/lib/table/plugins/settings.variable.css +1 -0
  267. package/lib/table/table.variable.css +1 -0
  268. package/lib/table-column/index.js +1 -1
  269. package/lib/tag/index.js +2 -2
  270. package/lib/tag/tag.variable.css +1 -0
  271. package/lib/tag-input/index.d.ts +3 -0
  272. package/lib/tag-input/index.js +1398 -38
  273. package/lib/tag-input/tag-input.d.ts +1 -0
  274. package/lib/tag-input/tag-input.variable.css +1 -0
  275. package/lib/time-picker/index.js +1 -1
  276. package/lib/time-picker/time-picker.variable.css +1 -0
  277. package/lib/timeline/index.js +1353 -4
  278. package/lib/timeline/timeline.d.ts +1 -1
  279. package/lib/timeline/timeline.variable.css +1 -0
  280. package/lib/transfer/index.d.ts +1 -1
  281. package/lib/transfer/index.js +4 -4
  282. package/lib/transfer/transfer.d.ts +1 -1
  283. package/lib/transfer/transfer.variable.css +1 -0
  284. package/lib/tree/constant.d.ts +2 -0
  285. package/lib/tree/index.d.ts +48 -0
  286. package/lib/tree/index.js +221 -71
  287. package/lib/tree/props.d.ts +20 -0
  288. package/lib/tree/tree.css +46 -0
  289. package/lib/tree/tree.d.ts +22 -0
  290. package/lib/tree/tree.less +57 -2
  291. package/lib/tree/tree.variable.css +47 -0
  292. package/lib/tree/use-node-action.d.ts +2 -2
  293. package/lib/upload/index.js +8 -8
  294. package/lib/upload/upload.variable.css +1 -0
  295. package/lib/virtual-render/index.js +7 -7
  296. package/lib/virtual-render/virtual-render.variable.css +1 -0
  297. package/lib/volar.components.d.ts +1 -1
  298. package/package.json +13 -2
  299. package/dist/style.css +0 -1
  300. package/lib/plugin-popover/index.d.ts +0 -27
  301. package/lib/plugin-popover/index.js +0 -65
  302. package/lib/plugins/index.d.ts +0 -1
  303. package/lib/plugins/index.js +0 -64
@@ -7,7 +7,7 @@ import "../checkbox/checkbox.less";
7
7
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
8
8
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
9
9
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_isEqual_ce045a54__ from "lodash/isEqual";
10
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__ from "../plugin-popover";
10
+ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
11
11
  import * as __WEBPACK_EXTERNAL_MODULE__popperjs_core_a5c7319c__ from "@popperjs/core";
12
12
  import * as __WEBPACK_EXTERNAL_MODULE__loading_4d683b23__ from "../loading";
13
13
  import * as __WEBPACK_EXTERNAL_MODULE__overflow_title_f9bafa47__ from "../overflow-title";
@@ -15,7 +15,6 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_input_d525237e__ from "../inp
15
15
  import "../input/input.less";
16
16
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__ from "../loading";
17
17
  import "../loading/loading.less";
18
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
19
18
  import "../popover/popover.less";
20
19
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_virtual_render_927587a8__ from "../virtual-render";
21
20
  import "../virtual-render/virtual-render.less";
@@ -1098,7 +1097,7 @@ const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => __WEBP
1098
1097
  * Tencent is pleased to support the open source community by making
1099
1098
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1100
1099
  *
1101
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1100
+ * Copyright (C) 2025 Tencent. All rights reserved.
1102
1101
  *
1103
1102
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1104
1103
  *
@@ -1348,7 +1347,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1348
1347
  * Tencent is pleased to support the open source community by making
1349
1348
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1350
1349
  *
1351
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1350
+ * Copyright (C) 2025 Tencent. All rights reserved.
1352
1351
  *
1353
1352
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1354
1353
  *
@@ -1571,7 +1570,7 @@ function optionGroup_objectSpread(e) { for (var r = 1; r < arguments.length; r++
1571
1570
  * Tencent is pleased to support the open source community by making
1572
1571
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1573
1572
  *
1574
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1573
+ * Copyright (C) 2025 Tencent. All rights reserved.
1575
1574
  *
1576
1575
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1577
1576
  *
@@ -1679,7 +1678,7 @@ function clickoutside_arrayLikeToArray(arr, len) { if (len == null || len > arr.
1679
1678
  * Tencent is pleased to support the open source community by making
1680
1679
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1681
1680
  *
1682
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1681
+ * Copyright (C) 2025 Tencent. All rights reserved.
1683
1682
  *
1684
1683
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1685
1684
  *
@@ -1797,17 +1796,17 @@ ClickOutside.install = function (app) {
1797
1796
  app.directive('bkTooltips', ClickOutside);
1798
1797
  };
1799
1798
  /* harmony default export */ const clickoutside = (ClickOutside);
1800
- ;// CONCATENATED MODULE: external "../plugin-popover"
1801
- var plugin_popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1802
- var plugin_popover_y = x => () => x
1803
- const plugin_popover_namespaceObject = plugin_popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugin_popover_300e25d0__["default"] });
1799
+ ;// CONCATENATED MODULE: external "../popover"
1800
+ var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1801
+ var popover_y = x => () => x
1802
+ const popover_namespaceObject = popover_x({ ["$bkPopover"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__.$bkPopover, ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
1804
1803
  ;// CONCATENATED MODULE: ../../packages/directives/src/ellipsis.ts
1805
1804
 
1806
1805
  /*
1807
1806
  * Tencent is pleased to support the open source community by making
1808
1807
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1809
1808
  *
1810
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1809
+ * Copyright (C) 2025 Tencent. All rights reserved.
1811
1810
  *
1812
1811
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1813
1812
  *
@@ -1878,7 +1877,7 @@ var createInstance = function createInstance(el, binding) {
1878
1877
  onContentMouseenter: handleContentEnter,
1879
1878
  onContentMouseleave: handleContentLeave
1880
1879
  });
1881
- instance = (0,plugin_popover_namespaceObject["default"])(targetOptions);
1880
+ instance = (0,popover_namespaceObject.$bkPopover)(targetOptions);
1882
1881
  }, 300);
1883
1882
  };
1884
1883
  var handleMouseLeave = function handleMouseLeave() {
@@ -1919,7 +1918,7 @@ var normalize_wheel_default = /*#__PURE__*/__webpack_require__.n(normalize_wheel
1919
1918
  * Tencent is pleased to support the open source community by making
1920
1919
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1921
1920
  *
1922
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1921
+ * Copyright (C) 2025 Tencent. All rights reserved.
1923
1922
  *
1924
1923
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1925
1924
  *
@@ -1970,7 +1969,7 @@ function tooltips_objectSpread(e) { for (var r = 1; r < arguments.length; r++) {
1970
1969
  * Tencent is pleased to support the open source community by making
1971
1970
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1972
1971
  *
1973
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1972
+ * Copyright (C) 2025 Tencent. All rights reserved.
1974
1973
  *
1975
1974
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1976
1975
  *
@@ -2025,9 +2024,6 @@ var tooltips = {
2025
2024
  hide(el);
2026
2025
  }, 100);
2027
2026
  });
2028
- el.addEventListener('click', function () {
2029
- hide(el);
2030
- });
2031
2027
  popper.addEventListener('mouseleave', function () {
2032
2028
  clearTimeout(delayTimeout);
2033
2029
  hideTimeout = setTimeout(function () {
@@ -2041,7 +2037,7 @@ var tooltips = {
2041
2037
  show(el);
2042
2038
  clearTimeout(delayTimeout);
2043
2039
  }, opts.delay);
2044
- } else if (popper.hasAttribute('data-show')) {
2040
+ } else if (!el.contains(event.target) && popper.hasAttribute('data-show')) {
2045
2041
  hide(el);
2046
2042
  }
2047
2043
  });
@@ -2265,7 +2261,7 @@ const external_overflow_title_namespaceObject = external_overflow_title_x({ });
2265
2261
  * Tencent is pleased to support the open source community by making
2266
2262
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2267
2263
  *
2268
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2264
+ * Copyright (C) 2025 Tencent. All rights reserved.
2269
2265
  *
2270
2266
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2271
2267
  *
@@ -2309,10 +2305,6 @@ const loading_namespaceObject = loading_x({ ["default"]: () => __WEBPACK_EXTERNA
2309
2305
  var loading_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2310
2306
  var loading_less_y = x => () => x
2311
2307
  const loading_less_namespaceObject = loading_less_x({ });
2312
- ;// CONCATENATED MODULE: external "../popover"
2313
- var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2314
- var popover_y = x => () => x
2315
- const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
2316
2308
  ;// CONCATENATED MODULE: external "../popover/popover.less"
2317
2309
  var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2318
2310
  var popover_less_y = x => () => x
@@ -2334,7 +2326,7 @@ const merge_namespaceObject = merge_x({ ["default"]: () => __WEBPACK_EXTERNAL_MO
2334
2326
  * Tencent is pleased to support the open source community by making
2335
2327
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
2336
2328
  *
2337
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
2329
+ * Copyright (C) 2025 Tencent. All rights reserved.
2338
2330
  *
2339
2331
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
2340
2332
  *
@@ -3232,7 +3224,7 @@ const EXCEPTIONS = {
3232
3224
  * Tencent is pleased to support the open source community by making
3233
3225
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3234
3226
  *
3235
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3227
+ * Copyright (C) 2025 Tencent. All rights reserved.
3236
3228
  *
3237
3229
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3238
3230
  *
@@ -3399,7 +3391,7 @@ function parse(str) {
3399
3391
  * Tencent is pleased to support the open source community by making
3400
3392
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3401
3393
  *
3402
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3394
+ * Copyright (C) 2025 Tencent. All rights reserved.
3403
3395
  *
3404
3396
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3405
3397
  *
@@ -3492,7 +3484,7 @@ function shouldPatch(toToken) {
3492
3484
  * Tencent is pleased to support the open source community by making
3493
3485
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3494
3486
  *
3495
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3487
+ * Copyright (C) 2025 Tencent. All rights reserved.
3496
3488
  *
3497
3489
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3498
3490
  *
@@ -3550,7 +3542,7 @@ const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTER
3550
3542
  * Tencent is pleased to support the open source community by making
3551
3543
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3552
3544
  *
3553
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3545
+ * Copyright (C) 2025 Tencent. All rights reserved.
3554
3546
  *
3555
3547
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3556
3548
  *
@@ -3808,7 +3800,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
3808
3800
  * Tencent is pleased to support the open source community by making
3809
3801
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
3810
3802
  *
3811
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
3803
+ * Copyright (C) 2025 Tencent. All rights reserved.
3812
3804
  *
3813
3805
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
3814
3806
  *
@@ -3909,7 +3901,13 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
3909
3901
  type: String,
3910
3902
  "default": 'default'
3911
3903
  },
3912
- disableScrollToSelectedOption: shared_namespaceObject.PropTypes.bool.def(false) // 是否禁用滚动到选中option的功能
3904
+ disableScrollToSelectedOption: shared_namespaceObject.PropTypes.bool.def(false),
3905
+ inputTooltipsOptions: {
3906
+ type: Object,
3907
+ "default": function _default() {
3908
+ return {};
3909
+ }
3910
+ } // 透传Input组件的tooltips配置
3913
3911
  },
3914
3912
  emits: ['update:modelValue', 'change', 'toggle', 'clear', 'scroll-end', 'focus', 'blur', 'tag-remove', 'select', 'deselect', 'search-change'],
3915
3913
  setup: function setup(props, _ref) {
@@ -4294,6 +4292,10 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4294
4292
  emit('change', val, modelValue.value);
4295
4293
  // 重置Selected 以model-value为主
4296
4294
  handleSetSelectedData();
4295
+ if (multiple.value) {
4296
+ // 多选时enter之后变成tag不需要保存当前值
4297
+ customOptionName.value = '';
4298
+ }
4297
4299
  };
4298
4300
  // 派发toggle事件
4299
4301
  var handleTogglePopover = function handleTogglePopover() {
@@ -4319,7 +4321,6 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4319
4321
  if (filterable.value && matchedOption) {
4320
4322
  // 开启搜索后,正好匹配到自定义选项,则不进行创建操作
4321
4323
  handleOptionSelected(matchedOption);
4322
- customOptionName.value = '';
4323
4324
  return;
4324
4325
  }
4325
4326
  var data = optionsMap.value.get(value);
@@ -4340,7 +4341,6 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4340
4341
  emitChange(value);
4341
4342
  handleHidePopover();
4342
4343
  }
4343
- customOptionName.value = '';
4344
4344
  };
4345
4345
  // Option点击事件
4346
4346
  var handleOptionSelected = function handleOptionSelected(option) {
@@ -4381,9 +4381,6 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4381
4381
  label: option.optionName || option.optionID,
4382
4382
  value: option.optionID
4383
4383
  }];
4384
- if (filterable.value && allowCreate.value) {
4385
- customOptionName.value = '';
4386
- }
4387
4384
  emitChange(option.optionID);
4388
4385
  emit('select', option.optionID);
4389
4386
  handleHidePopover();
@@ -4431,6 +4428,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4431
4428
  var handleClear = function handleClear(e) {
4432
4429
  e.stopPropagation();
4433
4430
  selected.value = [];
4431
+ customOptionName.value = '';
4434
4432
  clearMultipleInputValue();
4435
4433
  emitChange(multiple.value ? [] : '');
4436
4434
  emit('clear', multiple.value ? [] : '');
@@ -4607,9 +4605,10 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4607
4605
  case 'NumpadEnter':
4608
4606
  case 'Enter':
4609
4607
  {
4608
+ var _searchRef$value2;
4610
4609
  var value = e.target.value;
4611
4610
  // 搜索和创建的时候不触发enter事件
4612
- if (allowCreate.value && value || e.target === searchRef.value) return;
4611
+ if (allowCreate.value && value || e.target === searchRef.value && (_searchRef$value2 = searchRef.value) !== null && _searchRef$value2 !== void 0 && _searchRef$value2.value) return;
4613
4612
  var option = optionsMap.value.get(activeOptionValue.value);
4614
4613
  handleOptionSelected(option);
4615
4614
  break;
@@ -4732,7 +4731,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4732
4731
  "theme": "primary"
4733
4732
  }, null);
4734
4733
  }
4735
- if (_this.clearable && _this.isHover && _this.selected.length && !_this.isDisabled) {
4734
+ if (_this.clearable && _this.isHover && _this.selected.length && !_this.isDisabled || _this.allowCreate && _this.isHover && _this.customOptionName && !_this.isDisabled) {
4736
4735
  return (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Close, {
4737
4736
  "class": "clear-icon",
4738
4737
  "onClick": _this.handleClear
@@ -4834,12 +4833,13 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4834
4833
  "ref": "inputRef",
4835
4834
  "behavior": _this.behavior,
4836
4835
  "disabled": _this.isDisabled,
4837
- "modelValue": _this.isInput ? _this.customOptionName : _this.selectedLabel.join(','),
4836
+ "modelValue": _this.isInput && _this.customOptionName ? _this.customOptionName : _this.selectedLabel.join(','),
4838
4837
  "placeholder": _this.isInput ? _this.selectedLabel.join(',') || _this.localPlaceholder : _this.localPlaceholder,
4839
4838
  "readonly": !_this.isInput,
4840
4839
  "selectReadonly": true,
4841
4840
  "size": _this.size,
4842
4841
  "stopPropagation": false,
4842
+ "tooltipsOptions": _this.inputTooltipsOptions,
4843
4843
  "type": "text",
4844
4844
  "withValidate": false,
4845
4845
  "onEnter": _this.handleCreateCustomOption,
@@ -4996,7 +4996,7 @@ function select_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { v
4996
4996
  * Tencent is pleased to support the open source community by making
4997
4997
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
4998
4998
  *
4999
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
4999
+ * Copyright (C) 2025 Tencent. All rights reserved.
5000
5000
  *
5001
5001
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
5002
5002
  *
@@ -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;
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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;
@@ -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% {
@@ -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;
@@ -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;
@@ -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
  .scroll-bar-style::-webkit-scrollbar {
132
133
  width: 4px;
@@ -173,3 +173,6 @@
173
173
  // select theme
174
174
  @select-active-color: #e1ecff;
175
175
  @select-hover-color: #f5f7fa;
176
+
177
+ // info-box theme
178
+ @sub-title-bg-color: #f5f6fa;