bkui-vue 2.0.2-beta.6 → 2.0.2-beta.60

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 +16777 -14856
  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 +24 -32
  17. package/lib/alert/alert.variable.css +1 -0
  18. package/lib/alert/index.js +24 -32
  19. package/lib/animate-number/index.js +12 -16
  20. package/lib/backtop/backtop.variable.css +1 -0
  21. package/lib/backtop/index.js +24 -34
  22. package/lib/badge/badge.variable.css +1 -0
  23. package/lib/badge/index.js +20 -26
  24. package/lib/breadcrumb/breadcrumb.variable.css +1 -0
  25. package/lib/breadcrumb/index.js +26 -34
  26. package/lib/button/button.d.ts +1 -1
  27. package/lib/button/button.variable.css +1 -0
  28. package/lib/button/index.js +29 -39
  29. package/lib/card/card.variable.css +1 -0
  30. package/lib/card/index.js +35 -49
  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 +27 -24
  35. package/lib/cascader/index.d.ts +610 -0
  36. package/lib/cascader/index.js +810 -748
  37. package/lib/checkbox/checkbox.variable.css +1 -0
  38. package/lib/checkbox/index.js +39 -49
  39. package/lib/code-diff/code-diff.variable.css +1 -0
  40. package/lib/code-diff/index.js +81 -85
  41. package/lib/collapse/collapse.variable.css +1 -0
  42. package/lib/collapse/index.js +36 -42
  43. package/lib/collapse-transition/collapse-transition.variable.css +1 -0
  44. package/lib/collapse-transition/index.js +16 -22
  45. package/lib/color-picker/color-picker.variable.css +1 -0
  46. package/lib/color-picker/index.js +637 -656
  47. package/lib/components.js +1 -1
  48. package/lib/config-provider/config-provider.variable.css +1 -0
  49. package/lib/config-provider/index.d.ts +1 -1
  50. package/lib/config-provider/index.js +32 -40
  51. package/lib/container/container.variable.css +1 -0
  52. package/lib/container/index.js +26 -32
  53. package/lib/date-picker/date-picker.d.ts +2 -1
  54. package/lib/date-picker/date-picker.variable.css +1 -0
  55. package/lib/date-picker/index.d.ts +6 -2
  56. package/lib/date-picker/index.js +713 -738
  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 +21 -1
  62. package/lib/dialog/index.js +100 -137
  63. package/lib/directives/index.js +518 -529
  64. package/lib/dist.index.js +1 -1
  65. package/lib/divider/divider.variable.css +1 -0
  66. package/lib/divider/index.js +18 -24
  67. package/lib/dropdown/dropdown.d.ts +1 -0
  68. package/lib/dropdown/dropdown.variable.css +1 -0
  69. package/lib/dropdown/index.d.ts +3 -0
  70. package/lib/dropdown/index.js +45 -52
  71. package/lib/exception/exception.variable.css +1 -0
  72. package/lib/exception/index.js +51 -57
  73. package/lib/fixed-navbar/fixed-navbar.variable.css +1 -0
  74. package/lib/fixed-navbar/index.js +16 -22
  75. package/lib/form/form-item.d.ts +19 -0
  76. package/lib/form/form.css +16 -4
  77. package/lib/form/form.less +24 -6
  78. package/lib/form/form.variable.css +17 -4
  79. package/lib/form/index.d.ts +13 -0
  80. package/lib/form/index.js +662 -685
  81. package/lib/hooks.js +1 -1
  82. package/lib/icon/angle-double-down-line.js +13 -15
  83. package/lib/icon/angle-double-left-line.js +13 -15
  84. package/lib/icon/angle-double-left.js +13 -15
  85. package/lib/icon/angle-double-right-line.js +13 -15
  86. package/lib/icon/angle-double-right.js +13 -15
  87. package/lib/icon/angle-double-up-line.js +13 -15
  88. package/lib/icon/angle-down-fill.js +13 -15
  89. package/lib/icon/angle-down-line.js +13 -15
  90. package/lib/icon/angle-down.js +13 -15
  91. package/lib/icon/angle-left.js +13 -15
  92. package/lib/icon/angle-right.js +13 -15
  93. package/lib/icon/angle-up-fill.js +13 -15
  94. package/lib/icon/angle-up.js +13 -15
  95. package/lib/icon/archive-fill.js +13 -15
  96. package/lib/icon/arrows-left.js +13 -15
  97. package/lib/icon/arrows-right.js +13 -15
  98. package/lib/icon/assistant.js +13 -15
  99. package/lib/icon/audio-fill.js +13 -15
  100. package/lib/icon/bk.js +13 -15
  101. package/lib/icon/circle.js +13 -15
  102. package/lib/icon/close-line.js +13 -15
  103. package/lib/icon/close.js +13 -15
  104. package/lib/icon/code.js +13 -15
  105. package/lib/icon/cog-shape.js +13 -15
  106. package/lib/icon/collapse-left.js +13 -15
  107. package/lib/icon/copy-shape.js +13 -15
  108. package/lib/icon/copy.js +13 -15
  109. package/lib/icon/data-shape.js +13 -15
  110. package/lib/icon/del.js +13 -15
  111. package/lib/icon/doc-fill.js +13 -15
  112. package/lib/icon/done.js +13 -15
  113. package/lib/icon/down-shape.js +13 -15
  114. package/lib/icon/down-small.js +13 -15
  115. package/lib/icon/edit-line.js +13 -15
  116. package/lib/icon/ellipsis.js +13 -15
  117. package/lib/icon/enlarge-line.js +13 -15
  118. package/lib/icon/error.js +13 -15
  119. package/lib/icon/excel-fill.js +13 -15
  120. package/lib/icon/exclamation-circle-shape.js +13 -15
  121. package/lib/icon/eye.js +13 -15
  122. package/lib/icon/filliscreen-line.js +13 -15
  123. package/lib/icon/fix-line.js +13 -15
  124. package/lib/icon/fix-shape.js +13 -15
  125. package/lib/icon/folder-open.js +13 -15
  126. package/lib/icon/folder-shape-open.js +13 -15
  127. package/lib/icon/folder-shape.js +13 -15
  128. package/lib/icon/folder.js +13 -15
  129. package/lib/icon/funnel.js +13 -15
  130. package/lib/icon/grag-fill.js +13 -15
  131. package/lib/icon/help-document-fill.js +13 -15
  132. package/lib/icon/help-fill.js +13 -15
  133. package/lib/icon/help.js +13 -15
  134. package/lib/icon/image-fill.js +13 -15
  135. package/lib/icon/img-error.js +13 -15
  136. package/lib/icon/img-placehoulder.js +13 -15
  137. package/lib/icon/index.js +1 -1
  138. package/lib/icon/info-line.js +13 -15
  139. package/lib/icon/info.js +13 -15
  140. package/lib/icon/left-shape.js +13 -15
  141. package/lib/icon/left-turn-line.js +13 -15
  142. package/lib/icon/loading.js +13 -15
  143. package/lib/icon/narrow-line.js +13 -15
  144. package/lib/icon/original.js +13 -15
  145. package/lib/icon/pdf-fill.js +13 -15
  146. package/lib/icon/play-shape.js +13 -15
  147. package/lib/icon/plus.js +13 -15
  148. package/lib/icon/ppt-fill.js +13 -15
  149. package/lib/icon/qq.js +13 -15
  150. package/lib/icon/right-shape.js +13 -15
  151. package/lib/icon/right-turn-line.js +13 -15
  152. package/lib/icon/search.js +13 -15
  153. package/lib/icon/share.js +13 -15
  154. package/lib/icon/spinner.js +13 -15
  155. package/lib/icon/success.js +13 -15
  156. package/lib/icon/switcher-loading.js +13 -15
  157. package/lib/icon/text-all.js +13 -15
  158. package/lib/icon/text-file.js +13 -15
  159. package/lib/icon/text-fill.js +13 -15
  160. package/lib/icon/transfer.js +13 -15
  161. package/lib/icon/tree-application-shape.js +13 -15
  162. package/lib/icon/unfull-screen.js +13 -15
  163. package/lib/icon/unvisible.js +13 -15
  164. package/lib/icon/up-shape.js +13 -15
  165. package/lib/icon/upload.js +13 -15
  166. package/lib/icon/video-fill.js +13 -15
  167. package/lib/icon/warn.js +13 -15
  168. package/lib/icon/weixin-pro.js +13 -15
  169. package/lib/icon/weixin.js +13 -15
  170. package/lib/image/image-viewer.variable.css +1 -0
  171. package/lib/image/image.variable.css +1 -0
  172. package/lib/image/index.js +333 -352
  173. package/lib/index.js +1 -1
  174. package/lib/info-box/index.js +109 -108
  175. package/lib/info-box/info-box.css +20 -1
  176. package/lib/info-box/info-box.d.ts +1 -0
  177. package/lib/info-box/info-box.less +28 -2
  178. package/lib/info-box/info-box.variable.css +22 -2
  179. package/lib/input/index.d.ts +39 -20
  180. package/lib/input/index.js +363 -358
  181. package/lib/input/input.d.ts +30 -16
  182. package/lib/input/input.variable.css +1 -0
  183. package/lib/link/index.js +20 -28
  184. package/lib/link/link.variable.css +1 -0
  185. package/lib/loading/index.js +22 -28
  186. package/lib/loading/loading.variable.css +1 -0
  187. package/lib/locale/index.d.ts +1 -0
  188. package/lib/locale/index.js +175 -7
  189. package/lib/locale/lang/ja-jp.d.ts +3 -0
  190. package/lib/menu/index.js +44 -49
  191. package/lib/menu/menu.variable.css +1 -0
  192. package/lib/menu/submenu.variable.css +1 -0
  193. package/lib/message/index.js +45 -51
  194. package/lib/message/message.variable.css +1 -0
  195. package/lib/modal/index.js +43 -45
  196. package/lib/modal/modal.css +20 -1
  197. package/lib/modal/modal.variable.css +21 -1
  198. package/lib/navigation/index.js +22 -30
  199. package/lib/navigation/navigation.variable.css +1 -0
  200. package/lib/notify/index.js +30 -40
  201. package/lib/notify/notify.variable.css +1 -0
  202. package/lib/overflow-title/index.js +32 -44
  203. package/lib/pagination/index.js +52 -68
  204. package/lib/pagination/pagination.variable.css +1 -0
  205. package/lib/pop-confirm/index.d.ts +584 -0
  206. package/lib/pop-confirm/index.js +43 -55
  207. package/lib/pop-confirm/pop-confirm.d.ts +292 -0
  208. package/lib/pop-confirm/pop-confirm.variable.css +1 -0
  209. package/lib/pop-confirm/props.d.ts +146 -0
  210. package/lib/popover/index.js +363 -382
  211. package/lib/popover/popover.variable.css +1 -0
  212. package/lib/popover2/index.js +12 -16
  213. package/lib/preset.js +1 -1
  214. package/lib/process/index.js +76 -80
  215. package/lib/process/process.d.ts +1 -1
  216. package/lib/process/process.variable.css +1 -0
  217. package/lib/progress/index.js +24 -30
  218. package/lib/progress/progress.variable.css +1 -0
  219. package/lib/radio/index.js +36 -44
  220. package/lib/radio/radio.variable.css +1 -0
  221. package/lib/rate/index.js +22 -28
  222. package/lib/rate/rate.variable.css +1 -0
  223. package/lib/resize-layout/index.js +24 -32
  224. package/lib/resize-layout/resize-layout.variable.css +1 -0
  225. package/lib/scrollbar/css/scrollbar.variable.css +1 -0
  226. package/lib/scrollbar/index.js +31 -31
  227. package/lib/search-select/index.d.ts +21 -3
  228. package/lib/search-select/index.js +558 -543
  229. package/lib/search-select/input.d.ts +3 -0
  230. package/lib/search-select/search-select.d.ts +7 -1
  231. package/lib/search-select/search-select.variable.css +1 -0
  232. package/lib/search-select/selected.d.ts +6 -0
  233. package/lib/select/index.d.ts +22 -3
  234. package/lib/select/index.js +560 -597
  235. package/lib/select/select.d.ts +11 -1
  236. package/lib/select/select.variable.css +1 -0
  237. package/lib/shared/index.d.ts +1 -1
  238. package/lib/shared/index.js +59 -67
  239. package/lib/shared/z-index-manager.d.ts +1 -1
  240. package/lib/sideslider/index.js +84 -92
  241. package/lib/sideslider/sideslider.variable.css +1 -0
  242. package/lib/slider/index.d.ts +1 -1
  243. package/lib/slider/index.js +80 -89
  244. package/lib/slider/slider-button.d.ts +1 -1
  245. package/lib/slider/slider.d.ts +1 -1
  246. package/lib/slider/slider.variable.css +1 -0
  247. package/lib/steps/index.js +74 -80
  248. package/lib/steps/steps.d.ts +1 -1
  249. package/lib/steps/steps.variable.css +1 -0
  250. package/lib/styles/mixins/animate.variable.css +1 -0
  251. package/lib/styles/mixins/popper.variable.css +1 -0
  252. package/lib/styles/mixins/scroll.variable.css +1 -0
  253. package/lib/styles/reset.variable.css +1 -0
  254. package/lib/styles/themes/themes.less +3 -0
  255. package/lib/swiper/index.js +20 -26
  256. package/lib/swiper/swiper.variable.css +1 -0
  257. package/lib/switcher/index.js +24 -32
  258. package/lib/switcher/switcher.variable.css +1 -0
  259. package/lib/tab/index.d.ts +12 -0
  260. package/lib/tab/index.js +341 -352
  261. package/lib/tab/props.d.ts +3 -0
  262. package/lib/tab/tab.d.ts +6 -0
  263. package/lib/tab/tab.variable.css +1 -0
  264. package/lib/table/index.js +630 -691
  265. package/lib/table/plugins/head-filter.variable.css +1 -0
  266. package/lib/table/plugins/head-sort.variable.css +1 -0
  267. package/lib/table/plugins/settings.variable.css +1 -0
  268. package/lib/table/table.variable.css +1 -0
  269. package/lib/table-column/index.js +10 -14
  270. package/lib/tag/index.js +28 -38
  271. package/lib/tag/tag.variable.css +1 -0
  272. package/lib/tag-input/index.d.ts +3 -0
  273. package/lib/tag-input/index.js +2190 -851
  274. package/lib/tag-input/tag-input.d.ts +1 -0
  275. package/lib/tag-input/tag-input.variable.css +1 -0
  276. package/lib/time-picker/index.js +10 -14
  277. package/lib/time-picker/time-picker.variable.css +1 -0
  278. package/lib/timeline/index.js +1368 -25
  279. package/lib/timeline/timeline.d.ts +1 -1
  280. package/lib/timeline/timeline.variable.css +1 -0
  281. package/lib/transfer/index.d.ts +1 -24
  282. package/lib/transfer/index.js +61 -67
  283. package/lib/transfer/props.d.ts +0 -5
  284. package/lib/transfer/transfer.css +26 -8
  285. package/lib/transfer/transfer.d.ts +1 -12
  286. package/lib/transfer/transfer.less +18 -8
  287. package/lib/transfer/transfer.variable.css +27 -8
  288. package/lib/tree/constant.d.ts +2 -0
  289. package/lib/tree/index.d.ts +48 -0
  290. package/lib/tree/index.js +297 -171
  291. package/lib/tree/props.d.ts +20 -0
  292. package/lib/tree/tree.css +46 -0
  293. package/lib/tree/tree.d.ts +22 -0
  294. package/lib/tree/tree.less +57 -2
  295. package/lib/tree/tree.variable.css +47 -0
  296. package/lib/tree/use-node-action.d.ts +2 -2
  297. package/lib/upload/index.js +570 -582
  298. package/lib/upload/upload.variable.css +1 -0
  299. package/lib/virtual-render/index.js +50 -62
  300. package/lib/virtual-render/virtual-render.variable.css +1 -0
  301. package/lib/volar.components.d.ts +2 -1
  302. package/package.json +13 -2
  303. package/dist/style.css +0 -1
package/lib/menu/index.js CHANGED
@@ -37,13 +37,11 @@ __webpack_require__.d(__webpack_exports__, {
37
37
  "default": () => (/* binding */ src)
38
38
  });
39
39
 
40
- ;// external "../shared"
41
- var x = (y) => {
42
- var x = {}; __webpack_require__.d(x, y); return x
43
- }
44
- var y = (x) => (() => (x))
45
- const shared_namespaceObject = x({ ["withInstallProps"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps) });
46
- ;// ../../node_modules/@babel/runtime/helpers/esm/typeof.js
40
+ ;// CONCATENATED MODULE: external "../shared"
41
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
42
+ var y = x => () => x
43
+ const shared_namespaceObject = x({ ["withInstallProps"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps });
44
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
47
45
  function _typeof(o) {
48
46
  "@babel/helpers - typeof";
49
47
 
@@ -53,7 +51,7 @@ function _typeof(o) {
53
51
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
54
52
  }, _typeof(o);
55
53
  }
56
- ;// ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
54
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
57
55
 
58
56
  function toPrimitive(t, r) {
59
57
  if ("object" != _typeof(t) || !t) return t;
@@ -65,14 +63,14 @@ function toPrimitive(t, r) {
65
63
  }
66
64
  return ("string" === r ? String : Number)(t);
67
65
  }
68
- ;// ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
66
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
69
67
 
70
68
 
71
69
  function toPropertyKey(t) {
72
70
  var i = toPrimitive(t, "string");
73
71
  return "symbol" == _typeof(i) ? i : String(i);
74
72
  }
75
- ;// ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
73
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
76
74
 
77
75
  function _defineProperty(obj, key, value) {
78
76
  key = toPropertyKey(key);
@@ -88,22 +86,22 @@ function _defineProperty(obj, key, value) {
88
86
  }
89
87
  return obj;
90
88
  }
91
- ;// ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
89
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
92
90
  function _arrayLikeToArray(arr, len) {
93
91
  if (len == null || len > arr.length) len = arr.length;
94
92
  for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
95
93
  return arr2;
96
94
  }
97
- ;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
95
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
98
96
 
99
97
  function _arrayWithoutHoles(arr) {
100
98
  if (Array.isArray(arr)) return _arrayLikeToArray(arr);
101
99
  }
102
- ;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
100
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
103
101
  function _iterableToArray(iter) {
104
102
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
105
103
  }
106
- ;// ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
104
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
107
105
 
108
106
  function _unsupportedIterableToArray(o, minLen) {
109
107
  if (!o) return;
@@ -113,11 +111,11 @@ function _unsupportedIterableToArray(o, minLen) {
113
111
  if (n === "Map" || n === "Set") return Array.from(o);
114
112
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
115
113
  }
116
- ;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
114
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
117
115
  function _nonIterableSpread() {
118
116
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
119
117
  }
120
- ;// ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
118
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
121
119
 
122
120
 
123
121
 
@@ -125,25 +123,21 @@ function _nonIterableSpread() {
125
123
  function _toConsumableArray(arr) {
126
124
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
127
125
  }
128
- ;// external "vue"
129
- var external_vue_x = (y) => {
130
- var x = {}; __webpack_require__.d(x, y); return x
131
- }
132
- var external_vue_y = (x) => (() => (x))
133
- const external_vue_namespaceObject = external_vue_x({ ["Transition"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.Transition), ["computed"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.computed), ["createVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.createVNode), ["defineComponent"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.defineComponent), ["getCurrentInstance"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance), ["inject"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.inject), ["onBeforeUnmount"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount), ["provide"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.provide), ["ref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.ref), ["vShow"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.vShow), ["watch"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.watch), ["watchEffect"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.watchEffect), ["withDirectives"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.withDirectives) });
134
- ;// external "../config-provider"
135
- var config_provider_x = (y) => {
136
- var x = {}; __webpack_require__.d(x, y); return x
137
- }
138
- var config_provider_y = (x) => (() => (x))
139
- const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix) });
140
- ;// ../../packages/menu/src/utils.ts
126
+ ;// CONCATENATED MODULE: external "vue"
127
+ var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
128
+ var external_vue_y = x => () => x
129
+ const external_vue_namespaceObject = external_vue_x({ ["Transition"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Transition, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["getCurrentInstance"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance, ["inject"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.inject, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["provide"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.provide, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["vShow"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.vShow, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["watchEffect"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watchEffect, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
130
+ ;// CONCATENATED MODULE: external "../config-provider"
131
+ var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
132
+ var config_provider_y = x => () => x
133
+ const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
134
+ ;// CONCATENATED MODULE: ../../packages/menu/src/utils.ts
141
135
 
142
136
  /*
143
137
  * Tencent is pleased to support the open source community by making
144
138
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
145
139
  *
146
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
140
+ * Copyright (C) 2025 Tencent. All rights reserved.
147
141
  *
148
142
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
149
143
  *
@@ -285,7 +279,7 @@ var collapseMotion = function collapseMotion() {
285
279
  }
286
280
  };
287
281
  };
288
- ;// ../../packages/menu/src/menu.tsx
282
+ ;// CONCATENATED MODULE: ../../packages/menu/src/menu.tsx
289
283
 
290
284
 
291
285
 
@@ -295,7 +289,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
295
289
  * Tencent is pleased to support the open source community by making
296
290
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
297
291
  *
298
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
292
+ * Copyright (C) 2025 Tencent. All rights reserved.
299
293
  *
300
294
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
301
295
  *
@@ -425,13 +419,13 @@ var menuProps = {
425
419
  };
426
420
  }
427
421
  }));
428
- ;// ../../packages/menu/src/menu-group.tsx
422
+ ;// CONCATENATED MODULE: ../../packages/menu/src/menu-group.tsx
429
423
 
430
424
  /*
431
425
  * Tencent is pleased to support the open source community by making
432
426
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
433
427
  *
434
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
428
+ * Copyright (C) 2025 Tencent. All rights reserved.
435
429
  *
436
430
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
437
431
  *
@@ -473,33 +467,36 @@ var menuProps = {
473
467
  collapse = _useMenuInject.collapse;
474
468
  var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
475
469
  resolveClassName = _usePrefix.resolveClassName;
476
- var displayTitle = (0,external_vue_namespaceObject.computed)(function () {
470
+ var renderGroupName = function renderGroupName() {
471
+ if (slots.name) {
472
+ return slots.name();
473
+ }
477
474
  if (collapse.value) {
478
475
  // 收起
479
476
  return props.foldName !== undefined ? props.foldName : props.name;
480
477
  }
481
478
  return props.name;
482
- });
479
+ };
483
480
  return function () {
484
481
  var _slots$default;
485
482
  return (0,external_vue_namespaceObject.createVNode)("div", {
486
483
  "class": "".concat(resolveClassName('menu-group'))
487
484
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
488
485
  "class": "group-name"
489
- }, [displayTitle.value]), (0,external_vue_namespaceObject.createVNode)("ul", {
486
+ }, [renderGroupName()]), (0,external_vue_namespaceObject.createVNode)("ul", {
490
487
  "class": "group-wrap"
491
488
  }, [(_slots$default = slots["default"]) === null || _slots$default === void 0 ? void 0 : _slots$default.call(slots)])]);
492
489
  };
493
490
  }
494
491
  }));
495
- ;// ../../packages/menu/src/menu-item.tsx
492
+ ;// CONCATENATED MODULE: ../../packages/menu/src/menu-item.tsx
496
493
 
497
494
 
498
495
  /*
499
496
  * Tencent is pleased to support the open source community by making
500
497
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
501
498
  *
502
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
499
+ * Copyright (C) 2025 Tencent. All rights reserved.
503
500
  *
504
501
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
505
502
  *
@@ -588,20 +585,18 @@ var menuProps = {
588
585
  };
589
586
  }
590
587
  }));
591
- ;// external "../icon/"
592
- var _x = (y) => {
593
- var x = {}; __webpack_require__.d(x, y); return x
594
- }
595
- var _y = (x) => (() => (x))
596
- const _namespaceObject = _x({ ["AngleDown"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon__3efece53__.AngleDown), ["TreeApplicationShape"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon__3efece53__.TreeApplicationShape) });
597
- ;// ../../packages/menu/src/submenu.tsx
588
+ ;// CONCATENATED MODULE: external "../icon/"
589
+ var _x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
590
+ var _y = x => () => x
591
+ const _namespaceObject = _x({ ["AngleDown"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon__3efece53__.AngleDown, ["TreeApplicationShape"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon__3efece53__.TreeApplicationShape });
592
+ ;// CONCATENATED MODULE: ../../packages/menu/src/submenu.tsx
598
593
 
599
594
 
600
595
  /*
601
596
  * Tencent is pleased to support the open source community by making
602
597
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
603
598
  *
604
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
599
+ * Copyright (C) 2025 Tencent. All rights reserved.
605
600
  *
606
601
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
607
602
  *
@@ -708,12 +703,12 @@ var subMenuProps = {
708
703
  };
709
704
  }
710
705
  }));
711
- ;// ../../packages/menu/src/index.ts
706
+ ;// CONCATENATED MODULE: ../../packages/menu/src/index.ts
712
707
  /*
713
708
  * Tencent is pleased to support the open source community by making
714
709
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
715
710
  *
716
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
711
+ * Copyright (C) 2025 Tencent. All rights reserved.
717
712
  *
718
713
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
719
714
  *
@@ -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-menu {
132
133
  display: block;
@@ -7,7 +7,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ fr
7
7
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__ from "../icon";
8
8
  /******/ var __webpack_modules__ = ({
9
9
 
10
- /***/ 3739:
10
+ /***/ 7647:
11
11
  /***/ (function(module) {
12
12
 
13
13
  /*!
@@ -898,7 +898,7 @@ module.exports.TinyEmitter = E;
898
898
 
899
899
  /***/ }),
900
900
 
901
- /***/ 5741:
901
+ /***/ 4346:
902
902
  /***/ (function(module) {
903
903
 
904
904
  !function(t,e){ true?module.exports=e():0}(this,(function(){"use strict";function t(t){return null===t?"null":typeof t}function e(t){return!!t&&"object"==typeof t}function r(t){if(void 0===t)return"";if(null===t)return"Object";if("object"==typeof t&&!t.constructor)return"Object";var e=/function ([^(]*)/.exec(t.constructor.toString());return e&&e.length>1?e[1]:""}function n(t,e,r){return"null"===t||"undefined"===t?t:("string"!==t&&"stringifiable"!==t||(r='"'+r.replace(/"/g,'\\"')+'"'),"function"===t?e.toString().replace(/[\r\n]/g,"").replace(/\{.*\}/,"")+"{…}":r)}function o(o){var i="";return e(o)?(i=r(o),Array.isArray(o)&&(i+="["+o.length+"]")):i=n(t(o),o,o),i}function i(t){return"json-formatter-"+t}function s(t,e,r){var n=document.createElement(t);return e&&n.classList.add(i(e)),void 0!==r&&(r instanceof Node?n.appendChild(r):n.appendChild(document.createTextNode(String(r)))),n}!function(t){if(t&&"undefined"!=typeof window){var e=document.createElement("style");e.setAttribute("media","screen"),e.innerHTML=t,document.head.appendChild(e)}}('.json-formatter-row {\n font-family: monospace;\n}\n.json-formatter-row,\n.json-formatter-row a,\n.json-formatter-row a:hover {\n color: black;\n text-decoration: none;\n}\n.json-formatter-row .json-formatter-row {\n margin-left: 1rem;\n}\n.json-formatter-row .json-formatter-children.json-formatter-empty {\n opacity: 0.5;\n margin-left: 1rem;\n}\n.json-formatter-row .json-formatter-children.json-formatter-empty:after {\n display: none;\n}\n.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-object:after {\n content: "No properties";\n}\n.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-array:after {\n content: "[]";\n}\n.json-formatter-row .json-formatter-string,\n.json-formatter-row .json-formatter-stringifiable {\n color: green;\n white-space: pre;\n word-wrap: break-word;\n}\n.json-formatter-row .json-formatter-number {\n color: blue;\n}\n.json-formatter-row .json-formatter-boolean {\n color: red;\n}\n.json-formatter-row .json-formatter-null {\n color: #855A00;\n}\n.json-formatter-row .json-formatter-undefined {\n color: #ca0b69;\n}\n.json-formatter-row .json-formatter-function {\n color: #FF20ED;\n}\n.json-formatter-row .json-formatter-date {\n background-color: rgba(0, 0, 0, 0.05);\n}\n.json-formatter-row .json-formatter-url {\n text-decoration: underline;\n color: blue;\n cursor: pointer;\n}\n.json-formatter-row .json-formatter-bracket {\n color: blue;\n}\n.json-formatter-row .json-formatter-key {\n color: #00008B;\n padding-right: 0.2rem;\n}\n.json-formatter-row .json-formatter-toggler-link {\n cursor: pointer;\n}\n.json-formatter-row .json-formatter-toggler {\n line-height: 1.2rem;\n font-size: 0.7rem;\n vertical-align: middle;\n opacity: 0.6;\n cursor: pointer;\n padding-right: 0.2rem;\n}\n.json-formatter-row .json-formatter-toggler:after {\n display: inline-block;\n transition: transform 100ms ease-in;\n content: "►";\n}\n.json-formatter-row > a > .json-formatter-preview-text {\n opacity: 0;\n transition: opacity 0.15s ease-in;\n font-style: italic;\n}\n.json-formatter-row:hover > a > .json-formatter-preview-text {\n opacity: 0.6;\n}\n.json-formatter-row.json-formatter-open > .json-formatter-toggler-link .json-formatter-toggler:after {\n transform: rotate(90deg);\n}\n.json-formatter-row.json-formatter-open > .json-formatter-children:after {\n display: inline-block;\n}\n.json-formatter-row.json-formatter-open > a > .json-formatter-preview-text {\n display: none;\n}\n.json-formatter-row.json-formatter-open.json-formatter-empty:after {\n display: block;\n}\n.json-formatter-dark.json-formatter-row {\n font-family: monospace;\n}\n.json-formatter-dark.json-formatter-row,\n.json-formatter-dark.json-formatter-row a,\n.json-formatter-dark.json-formatter-row a:hover {\n color: white;\n text-decoration: none;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-row {\n margin-left: 1rem;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty {\n opacity: 0.5;\n margin-left: 1rem;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty:after {\n display: none;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-object:after {\n content: "No properties";\n}\n.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-array:after {\n content: "[]";\n}\n.json-formatter-dark.json-formatter-row .json-formatter-string,\n.json-formatter-dark.json-formatter-row .json-formatter-stringifiable {\n color: #31F031;\n white-space: pre;\n word-wrap: break-word;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-number {\n color: #66C2FF;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-boolean {\n color: #EC4242;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-null {\n color: #EEC97D;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-undefined {\n color: #ef8fbe;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-function {\n color: #FD48CB;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-date {\n background-color: rgba(255, 255, 255, 0.05);\n}\n.json-formatter-dark.json-formatter-row .json-formatter-url {\n text-decoration: underline;\n color: #027BFF;\n cursor: pointer;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-bracket {\n color: #9494FF;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-key {\n color: #23A0DB;\n padding-right: 0.2rem;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-toggler-link {\n cursor: pointer;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-toggler {\n line-height: 1.2rem;\n font-size: 0.7rem;\n vertical-align: middle;\n opacity: 0.6;\n cursor: pointer;\n padding-right: 0.2rem;\n}\n.json-formatter-dark.json-formatter-row .json-formatter-toggler:after {\n display: inline-block;\n transition: transform 100ms ease-in;\n content: "►";\n}\n.json-formatter-dark.json-formatter-row > a > .json-formatter-preview-text {\n opacity: 0;\n transition: opacity 0.15s ease-in;\n font-style: italic;\n}\n.json-formatter-dark.json-formatter-row:hover > a > .json-formatter-preview-text {\n opacity: 0.6;\n}\n.json-formatter-dark.json-formatter-row.json-formatter-open > .json-formatter-toggler-link .json-formatter-toggler:after {\n transform: rotate(90deg);\n}\n.json-formatter-dark.json-formatter-row.json-formatter-open > .json-formatter-children:after {\n display: inline-block;\n}\n.json-formatter-dark.json-formatter-row.json-formatter-open > a > .json-formatter-preview-text {\n display: none;\n}\n.json-formatter-dark.json-formatter-row.json-formatter-open.json-formatter-empty:after {\n display: block;\n}\n');var a=/(^\d{1,4}[\.|\\/|-]\d{1,2}[\.|\\/|-]\d{1,4})(\s*(?:0?[1-9]:[0-5]|1(?=[012])\d:[0-5])\d\s*[ap]m)?$/,f=/\d{2}:\d{2}:\d{2} GMT-\d{4}/,m=/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z/,l=window.requestAnimationFrame||function(t){return t(),0},d={hoverPreviewEnabled:!1,hoverPreviewArrayCount:100,hoverPreviewFieldCount:5,animateOpen:!0,animateClose:!0,theme:null,useToJSON:!0,sortPropertiesBy:null};return function(){function c(t,e,r,n){void 0===e&&(e=1),void 0===r&&(r=d),this.json=t,this.open=e,this.config=r,this.key=n,this._isOpen=null,void 0===this.config.hoverPreviewEnabled&&(this.config.hoverPreviewEnabled=d.hoverPreviewEnabled),void 0===this.config.hoverPreviewArrayCount&&(this.config.hoverPreviewArrayCount=d.hoverPreviewArrayCount),void 0===this.config.hoverPreviewFieldCount&&(this.config.hoverPreviewFieldCount=d.hoverPreviewFieldCount),void 0===this.config.useToJSON&&(this.config.useToJSON=d.useToJSON),""===this.key&&(this.key='""')}return Object.defineProperty(c.prototype,"isOpen",{get:function(){return null!==this._isOpen?this._isOpen:this.open>0},set:function(t){this._isOpen=t},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"isDate",{get:function(){return this.json instanceof Date||"string"===this.type&&(a.test(this.json)||m.test(this.json)||f.test(this.json))},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"isUrl",{get:function(){return"string"===this.type&&0===this.json.indexOf("http")},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"isArray",{get:function(){return Array.isArray(this.json)},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"isObject",{get:function(){return e(this.json)},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"isEmptyObject",{get:function(){return!this.keys.length&&!this.isArray},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"isEmpty",{get:function(){return this.isEmptyObject||this.keys&&!this.keys.length&&this.isArray},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"useToJSON",{get:function(){return this.config.useToJSON&&"stringifiable"===this.type},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"hasKey",{get:function(){return void 0!==this.key},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"constructorName",{get:function(){return r(this.json)},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"type",{get:function(){return this.config.useToJSON&&this.json&&this.json.toJSON?"stringifiable":t(this.json)},enumerable:!0,configurable:!0}),Object.defineProperty(c.prototype,"keys",{get:function(){if(this.isObject){var t=Object.keys(this.json);return!this.isArray&&this.config.sortPropertiesBy?t.sort(this.config.sortPropertiesBy):t}return[]},enumerable:!0,configurable:!0}),c.prototype.toggleOpen=function(){this.isOpen=!this.isOpen,this.element&&(this.isOpen?this.appendChildren(this.config.animateOpen):this.removeChildren(this.config.animateClose),this.element.classList.toggle(i("open")))},c.prototype.openAtDepth=function(t){void 0===t&&(t=1),t<0||(this.open=t,this.isOpen=0!==t,this.element&&(this.removeChildren(!1),0===t?this.element.classList.remove(i("open")):(this.appendChildren(this.config.animateOpen),this.element.classList.add(i("open")))))},c.prototype.getInlinepreview=function(){var t=this;if(this.isArray)return this.json.length>this.config.hoverPreviewArrayCount?"Array["+this.json.length+"]":"["+this.json.map(o).join(", ")+"]";var e=this.keys,r=e.slice(0,this.config.hoverPreviewFieldCount).map((function(e){return e+":"+o(t.json[e])})),n=e.length>=this.config.hoverPreviewFieldCount?"…":"";return"{"+r.join(", ")+n+"}"},c.prototype.render=function(){this.element=s("div","row");var t=this.isObject?s("a","toggler-link"):s("span");if(this.isObject&&!this.useToJSON&&t.appendChild(s("span","toggler")),this.hasKey&&t.appendChild(s("span","key",this.key+":")),this.isObject&&!this.useToJSON){var e=s("span","value"),r=s("span"),o=s("span","constructor-name",this.constructorName);if(r.appendChild(o),this.isArray){var a=s("span");a.appendChild(s("span","bracket","[")),a.appendChild(s("span","number",this.json.length)),a.appendChild(s("span","bracket","]")),r.appendChild(a)}e.appendChild(r),t.appendChild(e)}else{(e=this.isUrl?s("a"):s("span")).classList.add(i(this.type)),this.isDate&&e.classList.add(i("date")),this.isUrl&&(e.classList.add(i("url")),e.setAttribute("href",this.json));var f=n(this.type,this.json,this.useToJSON?this.json.toJSON():this.json);e.appendChild(document.createTextNode(f)),t.appendChild(e)}if(this.isObject&&this.config.hoverPreviewEnabled){var m=s("span","preview-text");m.appendChild(document.createTextNode(this.getInlinepreview())),t.appendChild(m)}var l=s("div","children");return this.isObject&&l.classList.add(i("object")),this.isArray&&l.classList.add(i("array")),this.isEmpty&&l.classList.add(i("empty")),this.config&&this.config.theme&&this.element.classList.add(i(this.config.theme)),this.isOpen&&this.element.classList.add(i("open")),this.element.appendChild(t),this.element.appendChild(l),this.isObject&&this.isOpen&&this.appendChildren(),this.isObject&&!this.useToJSON&&t.addEventListener("click",this.toggleOpen.bind(this)),this.element},c.prototype.appendChildren=function(t){var e=this;void 0===t&&(t=!1);var r=this.element.querySelector("div."+i("children"));if(r&&!this.isEmpty)if(t){var n=0,o=function(){var t=e.keys[n],i=new c(e.json[t],e.open-1,e.config,t);r.appendChild(i.render()),(n+=1)<e.keys.length&&(n>10?o():l(o))};l(o)}else this.keys.forEach((function(t){var n=new c(e.json[t],e.open-1,e.config,t);r.appendChild(n.render())}))},c.prototype.removeChildren=function(t){void 0===t&&(t=!1);var e=this.element.querySelector("div."+i("children"));if(t){var r=0,n=function(){e&&e.children.length&&(e.removeChild(e.children[0]),(r+=1)>10?n():l(n))};l(n)}else e&&(e.innerHTML="")},c}()}));
@@ -964,13 +964,15 @@ module.exports.TinyEmitter = E;
964
964
  /******/
965
965
  /************************************************************************/
966
966
  var __webpack_exports__ = {};
967
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
968
+ (() => {
967
969
 
968
970
  // EXPORTS
969
971
  __webpack_require__.d(__webpack_exports__, {
970
972
  "default": () => (/* binding */ src)
971
973
  });
972
974
 
973
- ;// ../../node_modules/@babel/runtime/helpers/esm/typeof.js
975
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
974
976
  function _typeof(o) {
975
977
  "@babel/helpers - typeof";
976
978
 
@@ -980,7 +982,7 @@ function _typeof(o) {
980
982
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
981
983
  }, _typeof(o);
982
984
  }
983
- ;// ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
985
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
984
986
 
985
987
  function toPrimitive(t, r) {
986
988
  if ("object" != _typeof(t) || !t) return t;
@@ -992,14 +994,14 @@ function toPrimitive(t, r) {
992
994
  }
993
995
  return ("string" === r ? String : Number)(t);
994
996
  }
995
- ;// ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
997
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
996
998
 
997
999
 
998
1000
  function toPropertyKey(t) {
999
1001
  var i = toPrimitive(t, "string");
1000
1002
  return "symbol" == _typeof(i) ? i : String(i);
1001
1003
  }
1002
- ;// ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1004
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1003
1005
 
1004
1006
  function _defineProperty(obj, key, value) {
1005
1007
  key = toPropertyKey(key);
@@ -1015,19 +1017,15 @@ function _defineProperty(obj, key, value) {
1015
1017
  }
1016
1018
  return obj;
1017
1019
  }
1018
- ;// external "vue"
1019
- var x = (y) => {
1020
- var x = {}; __webpack_require__.d(x, y); return x
1021
- }
1022
- var y = (x) => (() => (x))
1023
- const external_vue_namespaceObject = x({ ["Fragment"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.Fragment), ["Transition"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.Transition), ["computed"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.computed), ["createVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.createVNode), ["defineComponent"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.defineComponent), ["isVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.isVNode), ["onMounted"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onMounted), ["onUnmounted"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onUnmounted), ["reactive"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.reactive), ["ref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.ref), ["render"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.render), ["vShow"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.vShow), ["watch"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.watch), ["withDirectives"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.withDirectives) });
1024
- ;// external "../shared"
1025
- var shared_x = (y) => {
1026
- var x = {}; __webpack_require__.d(x, y); return x
1027
- }
1028
- var shared_y = (x) => (() => (x))
1029
- const shared_namespaceObject = shared_x({ ["PropTypes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes), ["bkZIndexManager"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager), ["isElement"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.isElement) });
1030
- ;// ../../packages/hooks/use-message.ts
1020
+ ;// CONCATENATED MODULE: external "vue"
1021
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1022
+ var y = x => () => x
1023
+ const external_vue_namespaceObject = x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["Transition"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Transition, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["isVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isVNode, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["onUnmounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onUnmounted, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["render"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.render, ["vShow"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.vShow, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
1024
+ ;// CONCATENATED MODULE: external "../shared"
1025
+ var shared_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1026
+ var shared_y = x => () => x
1027
+ const shared_namespaceObject = shared_x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["bkZIndexManager"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.bkZIndexManager, ["isElement"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.isElement });
1028
+ ;// CONCATENATED MODULE: ../../packages/hooks/use-message.ts
1031
1029
 
1032
1030
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1033
1031
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
@@ -1035,7 +1033,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
1035
1033
  * Tencent is pleased to support the open source community by making
1036
1034
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1037
1035
  *
1038
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1036
+ * Copyright (C) 2025 Tencent. All rights reserved.
1039
1037
  *
1040
1038
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1041
1039
  *
@@ -1143,22 +1141,22 @@ function use_message_close(id, position, spacing, userOnClose) {
1143
1141
  instances[position].splice(instanceIndex, 1);
1144
1142
  }
1145
1143
  /* harmony default export */ const use_message = (Message);
1146
- ;// ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1144
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1147
1145
  function _arrayLikeToArray(arr, len) {
1148
1146
  if (len == null || len > arr.length) len = arr.length;
1149
1147
  for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1150
1148
  return arr2;
1151
1149
  }
1152
- ;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1150
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1153
1151
 
1154
1152
  function _arrayWithoutHoles(arr) {
1155
1153
  if (Array.isArray(arr)) return _arrayLikeToArray(arr);
1156
1154
  }
1157
- ;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1155
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1158
1156
  function _iterableToArray(iter) {
1159
1157
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1160
1158
  }
1161
- ;// ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1159
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1162
1160
 
1163
1161
  function _unsupportedIterableToArray(o, minLen) {
1164
1162
  if (!o) return;
@@ -1168,11 +1166,11 @@ function _unsupportedIterableToArray(o, minLen) {
1168
1166
  if (n === "Map" || n === "Set") return Array.from(o);
1169
1167
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
1170
1168
  }
1171
- ;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1169
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1172
1170
  function _nonIterableSpread() {
1173
1171
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1174
1172
  }
1175
- ;// ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1173
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1176
1174
 
1177
1175
 
1178
1176
 
@@ -1180,31 +1178,25 @@ function _nonIterableSpread() {
1180
1178
  function _toConsumableArray(arr) {
1181
1179
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
1182
1180
  }
1183
- ;// external "vue-types"
1184
- var external_vue_types_x = (y) => {
1185
- var x = {}; __webpack_require__.d(x, y); return x
1186
- }
1187
- var external_vue_types_y = (x) => (() => (x))
1188
- const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType) });
1189
- ;// external "../config-provider"
1190
- var config_provider_x = (y) => {
1191
- var x = {}; __webpack_require__.d(x, y); return x
1192
- }
1193
- var config_provider_y = (x) => (() => (x))
1194
- const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale), ["usePrefix"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix) });
1195
- ;// external "../icon"
1196
- var icon_x = (y) => {
1197
- var x = {}; __webpack_require__.d(x, y); return x
1198
- }
1199
- var icon_y = (x) => (() => (x))
1200
- const icon_namespaceObject = icon_x({ ["AngleDoubleDownLine"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleDoubleDownLine), ["AngleDoubleUpLine"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleDoubleUpLine), ["Assistant"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Assistant), ["Close"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close), ["CopyShape"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.CopyShape), ["Error"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error), ["FixLine"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.FixLine), ["FixShape"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.FixShape), ["Info"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Info), ["Success"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Success), ["Warn"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Warn) });
1181
+ ;// CONCATENATED MODULE: external "vue-types"
1182
+ var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1183
+ var external_vue_types_y = x => () => x
1184
+ const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
1185
+ ;// CONCATENATED MODULE: external "../config-provider"
1186
+ var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1187
+ var config_provider_y = x => () => x
1188
+ const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
1189
+ ;// CONCATENATED MODULE: external "../icon"
1190
+ var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1191
+ var icon_y = x => () => x
1192
+ const icon_namespaceObject = icon_x({ ["AngleDoubleDownLine"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleDoubleDownLine, ["AngleDoubleUpLine"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleDoubleUpLine, ["Assistant"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Assistant, ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close, ["CopyShape"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.CopyShape, ["Error"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error, ["FixLine"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.FixLine, ["FixShape"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.FixShape, ["Info"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Info, ["Success"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Success, ["Warn"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Warn });
1201
1193
  // EXTERNAL MODULE: ../../node_modules/clipboard/dist/clipboard.js
1202
- var clipboard = __webpack_require__(3739);
1194
+ var clipboard = __webpack_require__(7647);
1203
1195
  var clipboard_default = /*#__PURE__*/__webpack_require__.n(clipboard);
1204
1196
  // EXTERNAL MODULE: ../../node_modules/json-formatter-js/dist/json-formatter.umd.js
1205
- var json_formatter_umd = __webpack_require__(5741);
1197
+ var json_formatter_umd = __webpack_require__(4346);
1206
1198
  var json_formatter_umd_default = /*#__PURE__*/__webpack_require__.n(json_formatter_umd);
1207
- ;// ../../packages/message/src/messageConstructor.tsx
1199
+ ;// CONCATENATED MODULE: ../../packages/message/src/messageConstructor.tsx
1208
1200
 
1209
1201
 
1210
1202
 
@@ -1215,7 +1207,7 @@ function messageConstructor_objectSpread(e) { for (var r = 1; r < arguments.leng
1215
1207
  * Tencent is pleased to support the open source community by making
1216
1208
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1217
1209
  *
1218
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1210
+ * Copyright (C) 2025 Tencent. All rights reserved.
1219
1211
  *
1220
1212
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1221
1213
  *
@@ -1725,7 +1717,7 @@ var messageProps = {
1725
1717
  "class": "".concat(_this2.resolveClassName('message-icon'))
1726
1718
  }, [renderIcon()]), (0,external_vue_namespaceObject.createVNode)("div", {
1727
1719
  "class": "describe"
1728
- }, [(_this2$$slots$title = (_this2$$slots$title2 = (_this2$$slots = _this2.$slots).title) === null || _this2$$slots$title2 === void 0 ? void 0 : _this2$$slots$title2.call(_this2$$slots)) !== null && _this2$$slots$title !== void 0 ? _this2$$slots$title : "\u3010".concat(_this2.message.code, "\u3011").concat(_this2.message.overview, " ").concat(_this2.message.suggestion)])]), (0,external_vue_namespaceObject.createVNode)("div", {
1720
+ }, [(_this2$$slots$title = (_this2$$slots$title2 = (_this2$$slots = _this2.$slots).title) === null || _this2$$slots$title2 === void 0 ? void 0 : _this2$$slots$title2.call(_this2$$slots)) !== null && _this2$$slots$title !== void 0 ? _this2$$slots$title : "".concat(_this2.message.code ? "\u3010".concat(_this2.message.code, "\u3011") : '').concat(_this2.message.overview, " ").concat(_this2.message.suggestion)])]), (0,external_vue_namespaceObject.createVNode)("div", {
1729
1721
  "class": "tools"
1730
1722
  }, [_this2.renderMessageActions()])]), _this2.toolOperation.isDetailShow && (0,external_vue_namespaceObject.createVNode)("div", {
1731
1723
  "class": "message-detail"
@@ -1765,12 +1757,12 @@ var messageProps = {
1765
1757
  });
1766
1758
  }
1767
1759
  }));
1768
- ;// ../../packages/message/src/index.ts
1760
+ ;// CONCATENATED MODULE: ../../packages/message/src/index.ts
1769
1761
  /*
1770
1762
  * Tencent is pleased to support the open source community by making
1771
1763
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
1772
1764
  *
1773
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
1765
+ * Copyright (C) 2025 Tencent. All rights reserved.
1774
1766
  *
1775
1767
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
1776
1768
  *
@@ -1797,5 +1789,7 @@ var src_Message = function Message(options) {
1797
1789
  use_message(messageConstructor, options);
1798
1790
  };
1799
1791
  /* harmony default export */ const src = (src_Message);
1792
+ })();
1793
+
1800
1794
  var __webpack_exports__default = __webpack_exports__["default"];
1801
1795
  export { __webpack_exports__default as 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
  .bk-message {
132
133
  position: fixed;