bkui-vue 2.0.2-beta.9 → 2.0.2-beta.91

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 (343) hide show
  1. package/License.txt +1 -2
  2. package/dist/cli.css +1 -0
  3. package/dist/index.cjs.js +166 -138
  4. package/dist/index.esm.js +24632 -18447
  5. package/dist/index.umd.js +166 -138
  6. package/dist/locale/en.esm.js.map +1 -1
  7. package/dist/locale/en.umd.js.map +1 -1
  8. package/dist/locale/ja-jp.esm.js +2 -0
  9. package/dist/locale/ja-jp.esm.js.map +1 -0
  10. package/dist/locale/ja-jp.umd.js +2 -0
  11. package/dist/locale/ja-jp.umd.js.map +1 -0
  12. package/dist/locale/zh-cn.esm.js.map +1 -1
  13. package/dist/locale/zh-cn.umd.js.map +1 -1
  14. package/dist/style.variable.css +1 -1
  15. package/lib/affix/affix.variable.css +2 -1
  16. package/lib/affix/index.js +2 -2
  17. package/lib/alert/alert.variable.css +2 -1
  18. package/lib/alert/index.js +16 -5
  19. package/lib/animate-number/index.js +2 -2
  20. package/lib/backtop/backtop.variable.css +2 -1
  21. package/lib/backtop/index.js +2 -2
  22. package/lib/badge/badge.variable.css +2 -1
  23. package/lib/badge/index.js +2 -2
  24. package/lib/breadcrumb/breadcrumb.variable.css +2 -1
  25. package/lib/breadcrumb/index.js +3 -3
  26. package/lib/button/button.d.ts +1 -1
  27. package/lib/button/button.variable.css +2 -1
  28. package/lib/button/index.js +3 -3
  29. package/lib/card/card.variable.css +2 -1
  30. package/lib/card/index.js +2 -2
  31. package/lib/cascader/cascader.css +52 -25
  32. package/lib/cascader/cascader.d.ts +309 -0
  33. package/lib/cascader/cascader.less +109 -75
  34. package/lib/cascader/cascader.variable.css +54 -26
  35. package/lib/cascader/index.d.ts +618 -0
  36. package/lib/cascader/index.js +147 -65
  37. package/lib/checkbox/checkbox.variable.css +2 -1
  38. package/lib/checkbox/index.js +5 -5
  39. package/lib/code-diff/code-diff.variable.css +2 -1
  40. package/lib/code-diff/index.js +2 -2
  41. package/lib/collapse/collapse.variable.css +2 -1
  42. package/lib/collapse/index.js +3 -3
  43. package/lib/collapse-transition/collapse-transition.variable.css +2 -1
  44. package/lib/collapse-transition/index.js +2 -2
  45. package/lib/color-picker/color-picker.variable.css +2 -1
  46. package/lib/color-picker/index.js +64 -55
  47. package/lib/components.js +1 -1
  48. package/lib/config-provider/config-provider.variable.css +2 -1
  49. package/lib/config-provider/index.d.ts +1 -1
  50. package/lib/config-provider/index.js +6 -6
  51. package/lib/container/container.variable.css +2 -1
  52. package/lib/container/index.js +5 -5
  53. package/lib/date-picker/date-picker.d.ts +2 -1
  54. package/lib/date-picker/date-picker.variable.css +2 -1
  55. package/lib/date-picker/index.d.ts +6 -2
  56. package/lib/date-picker/index.js +79 -76
  57. package/lib/date-picker/panel/date-range.d.ts +2 -1
  58. package/lib/date-picker/panel/time.d.ts +1 -1
  59. package/lib/date-picker/utils.d.ts +5 -17
  60. package/lib/dialog/dialog.css +20 -1
  61. package/lib/dialog/dialog.variable.css +22 -2
  62. package/lib/dialog/index.js +13 -36
  63. package/lib/directives/index.js +8 -9
  64. package/lib/dist.index.js +1 -1
  65. package/lib/divider/divider.variable.css +2 -1
  66. package/lib/divider/index.js +3 -3
  67. package/lib/dropdown/dropdown.d.ts +1 -0
  68. package/lib/dropdown/dropdown.variable.css +2 -1
  69. package/lib/dropdown/index.d.ts +3 -0
  70. package/lib/dropdown/index.js +15 -10
  71. package/lib/exception/exception.variable.css +2 -1
  72. package/lib/exception/index.js +2 -2
  73. package/lib/fixed-navbar/fixed-navbar.variable.css +2 -1
  74. package/lib/fixed-navbar/index.js +2 -2
  75. package/lib/form/form-item.d.ts +19 -0
  76. package/lib/form/form.css +17 -4
  77. package/lib/form/form.less +25 -6
  78. package/lib/form/form.variable.css +19 -5
  79. package/lib/form/index.d.ts +13 -0
  80. package/lib/form/index.js +43 -50
  81. package/lib/hooks.js +1 -1
  82. package/lib/icon/angle-double-down-line.js +1 -1
  83. package/lib/icon/angle-double-left-line.js +1 -1
  84. package/lib/icon/angle-double-left.js +1 -1
  85. package/lib/icon/angle-double-right-line.js +1 -1
  86. package/lib/icon/angle-double-right.js +1 -1
  87. package/lib/icon/angle-double-up-line.js +1 -1
  88. package/lib/icon/angle-down-fill.js +1 -1
  89. package/lib/icon/angle-down-line.js +1 -1
  90. package/lib/icon/angle-down.js +1 -1
  91. package/lib/icon/angle-left.js +1 -1
  92. package/lib/icon/angle-right.js +1 -1
  93. package/lib/icon/angle-up-fill.js +1 -1
  94. package/lib/icon/angle-up.js +1 -1
  95. package/lib/icon/archive-fill.js +1 -1
  96. package/lib/icon/arrows-left.js +1 -1
  97. package/lib/icon/arrows-right.js +1 -1
  98. package/lib/icon/assistant.js +1 -1
  99. package/lib/icon/audio-fill.js +1 -1
  100. package/lib/icon/bk.js +1 -1
  101. package/lib/icon/circle.js +1 -1
  102. package/lib/icon/close-line.js +1 -1
  103. package/lib/icon/close.js +1 -1
  104. package/lib/icon/code.js +1 -1
  105. package/lib/icon/cog-shape.js +1 -1
  106. package/lib/icon/collapse-left.js +1 -1
  107. package/lib/icon/copy-shape.js +1 -1
  108. package/lib/icon/copy.js +1 -1
  109. package/lib/icon/data-shape.js +1 -1
  110. package/lib/icon/del.js +1 -1
  111. package/lib/icon/doc-fill.js +1 -1
  112. package/lib/icon/done.js +1 -1
  113. package/lib/icon/down-shape.js +1 -1
  114. package/lib/icon/down-small.js +1 -1
  115. package/lib/icon/edit-line.js +1 -1
  116. package/lib/icon/ellipsis.js +1 -1
  117. package/lib/icon/enlarge-line.js +1 -1
  118. package/lib/icon/error.js +1 -1
  119. package/lib/icon/excel-fill.js +1 -1
  120. package/lib/icon/exclamation-circle-shape.js +1 -1
  121. package/lib/icon/eye.js +1 -1
  122. package/lib/icon/filliscreen-line.js +1 -1
  123. package/lib/icon/fix-line.js +1 -1
  124. package/lib/icon/fix-shape.js +1 -1
  125. package/lib/icon/folder-open.js +1 -1
  126. package/lib/icon/folder-shape-open.js +1 -1
  127. package/lib/icon/folder-shape.js +1 -1
  128. package/lib/icon/folder.js +1 -1
  129. package/lib/icon/funnel.js +1 -1
  130. package/lib/icon/grag-fill.js +1 -1
  131. package/lib/icon/help-document-fill.js +1 -1
  132. package/lib/icon/help-fill.js +1 -1
  133. package/lib/icon/help.js +1 -1
  134. package/lib/icon/image-fill.js +1 -1
  135. package/lib/icon/img-error.js +1 -1
  136. package/lib/icon/img-placehoulder.js +1 -1
  137. package/lib/icon/index.js +1 -1
  138. package/lib/icon/info-line.js +1 -1
  139. package/lib/icon/info.js +1 -1
  140. package/lib/icon/left-shape.js +1 -1
  141. package/lib/icon/left-turn-line.js +1 -1
  142. package/lib/icon/loading.js +1 -1
  143. package/lib/icon/narrow-line.js +1 -1
  144. package/lib/icon/original.js +1 -1
  145. package/lib/icon/pdf-fill.js +1 -1
  146. package/lib/icon/play-shape.js +1 -1
  147. package/lib/icon/plus.js +1 -1
  148. package/lib/icon/ppt-fill.js +1 -1
  149. package/lib/icon/qq.js +1 -1
  150. package/lib/icon/right-shape.js +1 -1
  151. package/lib/icon/right-turn-line.js +1 -1
  152. package/lib/icon/search.js +1 -1
  153. package/lib/icon/share.js +1 -1
  154. package/lib/icon/spinner.js +1 -1
  155. package/lib/icon/success.js +1 -1
  156. package/lib/icon/switcher-loading.js +1 -1
  157. package/lib/icon/text-all.js +1 -1
  158. package/lib/icon/text-file.js +1 -1
  159. package/lib/icon/text-fill.js +1 -1
  160. package/lib/icon/transfer.js +1 -1
  161. package/lib/icon/tree-application-shape.js +1 -1
  162. package/lib/icon/unfull-screen.js +1 -1
  163. package/lib/icon/unvisible.js +1 -1
  164. package/lib/icon/up-shape.js +1 -1
  165. package/lib/icon/upload.js +1 -1
  166. package/lib/icon/video-fill.js +1 -1
  167. package/lib/icon/warn.js +1 -1
  168. package/lib/icon/weixin-pro.js +1 -1
  169. package/lib/icon/weixin.js +1 -1
  170. package/lib/image/image-viewer.variable.css +2 -1
  171. package/lib/image/image.variable.css +2 -1
  172. package/lib/image/index.js +11 -12
  173. package/lib/index.js +1 -1
  174. package/lib/info-box/index.js +22 -7
  175. package/lib/info-box/info-box.css +20 -1
  176. package/lib/info-box/info-box.d.ts +1 -0
  177. package/lib/info-box/info-box.less +28 -2
  178. package/lib/info-box/info-box.variable.css +23 -3
  179. package/lib/input/index.d.ts +45 -20
  180. package/lib/input/index.js +57 -29
  181. package/lib/input/input.css +6 -0
  182. package/lib/input/input.d.ts +35 -17
  183. package/lib/input/input.less +7 -0
  184. package/lib/input/input.variable.css +8 -1
  185. package/lib/link/index.js +2 -2
  186. package/lib/link/link.variable.css +2 -1
  187. package/lib/loading/index.js +15 -7
  188. package/lib/loading/loading.variable.css +2 -1
  189. package/lib/locale/index.d.ts +1 -0
  190. package/lib/locale/index.js +172 -4
  191. package/lib/locale/lang/ja-jp.d.ts +3 -0
  192. package/lib/menu/index.js +12 -9
  193. package/lib/menu/menu.css +5 -4
  194. package/lib/menu/menu.less +1 -0
  195. package/lib/menu/menu.variable.css +7 -5
  196. package/lib/menu/submenu.variable.css +2 -1
  197. package/lib/message/index.js +62 -28
  198. package/lib/message/message.variable.css +2 -1
  199. package/lib/message/messageConstructor.d.ts +1 -1
  200. package/lib/modal/index.js +19 -8
  201. package/lib/modal/modal.css +20 -1
  202. package/lib/modal/modal.variable.css +22 -2
  203. package/lib/navigation/index.js +3 -3
  204. package/lib/navigation/navigation.css +29 -29
  205. package/lib/navigation/navigation.less +29 -29
  206. package/lib/navigation/navigation.variable.css +31 -30
  207. package/lib/notify/index.js +43 -24
  208. package/lib/notify/notify.variable.css +2 -1
  209. package/lib/overflow-title/components/overflow-title.d.ts +6 -2
  210. package/lib/overflow-title/index.d.ts +12 -4
  211. package/lib/overflow-title/index.js +3 -3
  212. package/lib/overflow-title/props.d.ts +3 -1
  213. package/lib/pagination/index.js +22 -14
  214. package/lib/pagination/pagination.css +1 -0
  215. package/lib/pagination/pagination.less +1 -0
  216. package/lib/pagination/pagination.variable.css +3 -1
  217. package/lib/pop-confirm/index.d.ts +592 -0
  218. package/lib/pop-confirm/index.js +10 -6
  219. package/lib/pop-confirm/pop-confirm.d.ts +296 -0
  220. package/lib/pop-confirm/pop-confirm.variable.css +2 -1
  221. package/lib/pop-confirm/props.d.ts +148 -0
  222. package/lib/popover/index.d.ts +18 -10
  223. package/lib/popover/index.js +281 -76
  224. package/lib/popover/popover.d.ts +8 -4
  225. package/lib/popover/popover.variable.css +2 -1
  226. package/lib/popover/props.d.ts +3 -1
  227. package/lib/popover/use-floating.d.ts +2 -2
  228. package/lib/popover/use-popover-init.d.ts +2 -2
  229. package/lib/popover/use-popper-id.d.ts +3 -1
  230. package/lib/popover2/index.js +2 -2
  231. package/lib/preset.js +1 -1
  232. package/lib/process/index.js +2 -2
  233. package/lib/process/process.d.ts +1 -1
  234. package/lib/process/process.variable.css +2 -1
  235. package/lib/progress/index.js +4 -4
  236. package/lib/progress/progress.variable.css +2 -1
  237. package/lib/radio/index.js +5 -5
  238. package/lib/radio/radio.variable.css +2 -1
  239. package/lib/rate/index.js +3 -3
  240. package/lib/rate/rate.variable.css +2 -1
  241. package/lib/resize-layout/index.js +2 -2
  242. package/lib/resize-layout/resize-layout.css +1 -0
  243. package/lib/resize-layout/resize-layout.less +1 -0
  244. package/lib/resize-layout/resize-layout.variable.css +3 -1
  245. package/lib/scrollbar/css/scrollbar.variable.css +2 -1
  246. package/lib/scrollbar/index.js +6 -6
  247. package/lib/search-select/index.d.ts +43 -15
  248. package/lib/search-select/index.js +88 -37
  249. package/lib/search-select/input.d.ts +5 -1
  250. package/lib/search-select/search-select.d.ts +14 -5
  251. package/lib/search-select/search-select.variable.css +2 -1
  252. package/lib/search-select/selected.d.ts +10 -2
  253. package/lib/search-select/utils.d.ts +1 -0
  254. package/lib/select/common.d.ts +0 -1
  255. package/lib/select/index.d.ts +58 -14
  256. package/lib/select/index.js +67 -71
  257. package/lib/select/optionGroup.d.ts +12 -1
  258. package/lib/select/select.d.ts +21 -5
  259. package/lib/select/select.variable.css +2 -1
  260. package/lib/select/type.d.ts +1 -0
  261. package/lib/shared/index.d.ts +1 -1
  262. package/lib/shared/index.js +10 -10
  263. package/lib/shared/z-index-manager.d.ts +1 -1
  264. package/lib/sideslider/index.d.ts +129 -2
  265. package/lib/sideslider/index.js +149 -11
  266. package/lib/sideslider/sideslider.css +62 -0
  267. package/lib/sideslider/sideslider.d.ts +59 -1
  268. package/lib/sideslider/sideslider.less +83 -0
  269. package/lib/sideslider/sideslider.variable.css +64 -1
  270. package/lib/slider/index.d.ts +1 -1
  271. package/lib/slider/index.js +5 -4
  272. package/lib/slider/slider-button.d.ts +1 -1
  273. package/lib/slider/slider.d.ts +1 -1
  274. package/lib/slider/slider.variable.css +2 -1
  275. package/lib/steps/index.js +13 -14
  276. package/lib/steps/steps.css +24 -11
  277. package/lib/steps/steps.d.ts +1 -1
  278. package/lib/steps/steps.less +28 -10
  279. package/lib/steps/steps.variable.css +26 -12
  280. package/lib/styles/mixins/animate.variable.css +2 -1
  281. package/lib/styles/mixins/popper.variable.css +2 -1
  282. package/lib/styles/mixins/scroll.variable.css +2 -1
  283. package/lib/styles/reset.variable.css +2 -1
  284. package/lib/styles/themes/themes.less +4 -1
  285. package/lib/swiper/index.js +2 -2
  286. package/lib/swiper/swiper.variable.css +2 -1
  287. package/lib/switcher/index.js +2 -2
  288. package/lib/switcher/switcher.variable.css +2 -1
  289. package/lib/tab/index.d.ts +12 -0
  290. package/lib/tab/index.js +22 -17
  291. package/lib/tab/props.d.ts +3 -0
  292. package/lib/tab/tab.d.ts +6 -0
  293. package/lib/tab/tab.variable.css +2 -1
  294. package/lib/table/index.js +35 -36
  295. package/lib/table/plugins/head-filter.variable.css +2 -1
  296. package/lib/table/plugins/head-sort.variable.css +2 -1
  297. package/lib/table/plugins/settings.variable.css +2 -1
  298. package/lib/table/table.css +1 -0
  299. package/lib/table/table.variable.css +3 -1
  300. package/lib/table-column/index.js +1 -1
  301. package/lib/tag/index.d.ts +23 -0
  302. package/lib/tag/index.js +10 -5
  303. package/lib/tag/tag.d.ts +11 -0
  304. package/lib/tag/tag.variable.css +2 -1
  305. package/lib/tag-input/index.d.ts +82 -9
  306. package/lib/tag-input/index.js +1639 -54
  307. package/lib/tag-input/tag-input.css +31 -0
  308. package/lib/tag-input/tag-input.d.ts +36 -4
  309. package/lib/tag-input/tag-input.less +36 -0
  310. package/lib/tag-input/tag-input.variable.css +33 -1
  311. package/lib/tag-input/tag-props.d.ts +13 -1
  312. package/lib/tag-input/tag-render.d.ts +24 -2
  313. package/lib/time-picker/index.js +1 -1
  314. package/lib/time-picker/time-picker.variable.css +2 -1
  315. package/lib/timeline/index.d.ts +7 -7
  316. package/lib/timeline/index.js +1375 -9
  317. package/lib/timeline/timeline.d.ts +5 -5
  318. package/lib/timeline/timeline.variable.css +2 -1
  319. package/lib/transfer/index.d.ts +1 -24
  320. package/lib/transfer/index.js +21 -11
  321. package/lib/transfer/props.d.ts +0 -5
  322. package/lib/transfer/transfer.css +26 -8
  323. package/lib/transfer/transfer.d.ts +1 -12
  324. package/lib/transfer/transfer.less +18 -8
  325. package/lib/transfer/transfer.variable.css +28 -9
  326. package/lib/tree/constant.d.ts +2 -0
  327. package/lib/tree/index.d.ts +67 -11
  328. package/lib/tree/index.js +17694 -103
  329. package/lib/tree/props.d.ts +37 -3
  330. package/lib/tree/tree.css +34 -0
  331. package/lib/tree/tree.d.ts +31 -5
  332. package/lib/tree/tree.less +41 -2
  333. package/lib/tree/tree.variable.css +36 -1
  334. package/lib/tree/use-array-move.d.ts +6 -0
  335. package/lib/tree/use-node-action.d.ts +3 -1
  336. package/lib/tree/use-node-attribute.d.ts +3 -0
  337. package/lib/upload/index.js +8 -8
  338. package/lib/upload/upload.variable.css +2 -1
  339. package/lib/virtual-render/index.js +11 -7
  340. package/lib/virtual-render/virtual-render.variable.css +2 -1
  341. package/lib/volar.components.d.ts +2 -1
  342. package/package.json +13 -2
  343. package/dist/style.css +0 -1
@@ -98,7 +98,7 @@
98
98
  --submenu-bg-color: #151d2c;
99
99
  --menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
100
100
  --menu-color: #96a2b9;
101
- --menu-group-color: var(--default-color);
101
+ --menu-group-color: #6E788B;
102
102
  --menu-width: 260px;
103
103
  --menu-collapse-width: 60px;
104
104
  --menu-active-color: white;
@@ -127,6 +127,7 @@
127
127
  --search-select-menu-border-color: var(--disable-color);
128
128
  --select-active-color: #e1ecff;
129
129
  --select-hover-color: #f5f7fa;
130
+ --sub-title-bg-color: #f5f6fa;
130
131
  }
131
132
  .bk-navigation {
132
133
  display: flex;
@@ -136,21 +137,21 @@
136
137
  }
137
138
  .bk-navigation-title {
138
139
  display: flex;
140
+ flex: 0 0 260px;
141
+ align-items: center;
142
+ justify-content: flex-start;
139
143
  height: 100%;
140
144
  padding: 0 16px;
141
145
  overflow: hidden;
142
146
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
143
- align-items: center;
144
- justify-content: flex-start;
145
- flex: 0 0 260px;
146
147
  }
147
148
  .bk-navigation-title .title-icon {
148
149
  display: flex;
149
- font-size: 28px;
150
- color: #768197;
151
150
  flex: 0 0 28px;
152
151
  align-items: center;
153
152
  justify-content: center;
153
+ font-size: 28px;
154
+ color: #768197;
154
155
  }
155
156
  .bk-navigation-title .title-desc {
156
157
  display: inline-block;
@@ -163,8 +164,8 @@
163
164
  white-space: nowrap;
164
165
  }
165
166
  .bk-navigation-header {
166
- flex: 0 0 52px;
167
167
  display: flex;
168
+ flex: 0 0 52px;
168
169
  align-items: center;
169
170
  padding-right: 24px;
170
171
  overflow: hidden;
@@ -172,47 +173,47 @@
172
173
  }
173
174
  .bk-navigation-header .header-right {
174
175
  display: flex;
175
- height: 100%;
176
176
  flex: 1;
177
177
  align-items: center;
178
+ height: 100%;
178
179
  }
179
180
  .bk-navigation-wrapper {
180
181
  position: relative;
181
182
  display: flex;
182
- flex-direction: row;
183
183
  flex: 1;
184
+ flex-direction: row;
184
185
  min-height: 0;
185
186
  }
186
187
  .bk-navigation-wrapper .navigation-nav {
187
188
  position: relative;
188
189
  z-index: 101;
189
190
  display: flex;
191
+ flex: 0 1 auto;
192
+ flex-direction: column;
190
193
  width: 60px;
191
194
  min-width: 0;
192
195
  min-height: 0;
193
196
  overflow: visible;
194
197
  transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
195
- flex: 0 1 auto;
196
- flex-direction: column;
197
198
  }
198
199
  .bk-navigation-wrapper .navigation-nav:hover {
199
200
  cursor: pointer;
200
201
  }
201
202
  .bk-navigation-wrapper .navigation-nav .nav-slider {
202
203
  display: flex;
204
+ flex: 1;
205
+ flex-direction: column;
203
206
  width: 60px;
204
207
  height: 100%;
205
208
  background-color: var(--nav-bg-color);
206
209
  transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
207
- flex: 1;
208
- flex-direction: column;
209
210
  }
210
211
  .bk-navigation-wrapper .navigation-nav .nav-slider-list {
212
+ flex: 1 1 auto;
211
213
  max-height: calc(100vh - 100px);
212
214
  padding: 12px 0 4px 0;
213
215
  margin: 0;
214
216
  overflow: auto;
215
- flex: 1 1 auto;
216
217
  }
217
218
  .bk-navigation-wrapper .navigation-nav .nav-slider-list::-webkit-scrollbar {
218
219
  display: none;
@@ -220,35 +221,35 @@
220
221
  height: 5px;
221
222
  }
222
223
  .bk-navigation-wrapper .navigation-nav .nav-slider-list::-webkit-scrollbar:hover {
223
- transform: none;
224
224
  transition: opacity 340ms ease-out;
225
+ transform: none;
225
226
  }
226
227
  .bk-navigation-wrapper .navigation-nav .nav-slider-footer {
227
228
  display: flex;
228
- padding-left: 14px;
229
229
  flex: 0 0 56px;
230
230
  align-items: center;
231
231
  justify-content: flex-start;
232
+ padding-left: 14px;
232
233
  }
233
234
  .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon {
234
235
  display: flex;
236
+ align-items: center;
237
+ justify-content: center;
235
238
  width: 32px;
236
239
  height: 32px;
237
240
  font-size: 14px;
238
241
  color: #63656e;
239
242
  border-radius: 100%;
240
- align-items: center;
241
- justify-content: center;
242
243
  transform-origin: center center;
243
244
  }
244
245
  .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon-svg {
245
246
  display: flex;
247
+ align-items: center;
248
+ justify-content: center;
246
249
  width: 16px;
247
250
  height: 16px;
248
251
  font-size: 16px;
249
252
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
250
- align-items: center;
251
- justify-content: center;
252
253
  transform-origin: center center;
253
254
  }
254
255
  .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon.is-left {
@@ -260,31 +261,31 @@
260
261
  background: linear-gradient(270deg, #253047 0%, #263247 100%);
261
262
  }
262
263
  .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon:hover {
263
- color: #3a3c42;
264
+ color: #B0BDD5;
264
265
  cursor: pointer;
265
- background: linear-gradient(270deg, #dee0ea 0%, #eaecf2 100%);
266
+ background: #424A5F;
266
267
  }
267
268
  .bk-navigation-wrapper .navigation-container {
268
269
  position: relative;
269
270
  display: flex;
270
- max-width: calc(100vw - 60px);
271
- min-width: 0;
272
- min-height: 0;
273
271
  flex: 1 1 1px;
274
272
  flex-direction: column;
273
+ min-width: 0;
274
+ max-width: calc(100vw - 60px);
275
+ min-height: 0;
275
276
  }
276
277
  .bk-navigation-wrapper .navigation-container .container-header {
277
278
  display: flex;
279
+ flex-basis: 60px;
280
+ flex-direction: row;
281
+ align-items: center;
282
+ justify-content: flex-end;
278
283
  width: 100%;
279
284
  height: 60px;
280
285
  padding: 0 24px;
281
286
  background: #fff;
282
287
  border-bottom: 1px solid #dcdee5;
283
288
  box-shadow: 0px 3px 4px 0px rgba(64, 112, 203, 0.06);
284
- flex-basis: 60px;
285
- flex-direction: row;
286
- align-items: center;
287
- justify-content: flex-end;
288
289
  }
289
290
  .bk-navigation-wrapper .navigation-container .container-header-title {
290
291
  height: 21px;
@@ -299,11 +300,11 @@
299
300
  justify-content: flex-end;
300
301
  }
301
302
  .bk-navigation-wrapper .navigation-container .container-content {
303
+ flex: 1;
302
304
  max-height: calc(100vh - 60px);
303
305
  padding: 20px 24px 0;
304
306
  overflow: auto;
305
307
  background: #f5f7fa;
306
- flex: 1;
307
308
  }
308
309
  .bk-navigation-wrapper .navigation-container .container-footer {
309
310
  display: flex;
@@ -82,7 +82,7 @@ function _defineProperty(obj, key, value) {
82
82
  ;// CONCATENATED MODULE: external "vue"
83
83
  var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
84
84
  var y = x => () => x
85
- const external_vue_namespaceObject = 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, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["onUnmounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onUnmounted, ["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 });
85
+ const external_vue_namespaceObject = 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, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["onUnmounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onUnmounted, ["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 });
86
86
  ;// CONCATENATED MODULE: external "../shared"
87
87
  var shared_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
88
88
  var shared_y = x => () => x
@@ -95,7 +95,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
95
95
  * Tencent is pleased to support the open source community by making
96
96
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
97
97
  *
98
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
98
+ * Copyright (C) 2025 Tencent. All rights reserved.
99
99
  *
100
100
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
101
101
  *
@@ -125,6 +125,23 @@ var instances = {
125
125
  'bottom-right': []
126
126
  };
127
127
  var seed = 1;
128
+ // 更新指定位置的所有 Message 实例的位置
129
+ var updateModalPosition = function updateModalPosition(position, spacing) {
130
+ var initialOffset = 30;
131
+ var offsetTop = initialOffset;
132
+ instances[position].forEach(function (vm) {
133
+ if (vm.el) {
134
+ // 获取当前实例的实际高度(包括详情展开后的高度)
135
+ var currentHeight = vm.el.offsetHeight || 0;
136
+ // 直接更新 DOM 元素的 top 样式,确保位置立即生效
137
+ vm.el.style.top = "".concat(offsetTop, "px");
138
+ // 同时更新 props,保持数据一致性
139
+ vm.props.offsetY = offsetTop;
140
+ // 然后累加当前实例的高度和间距,用于计算下一个实例的位置
141
+ offsetTop += currentHeight + spacing;
142
+ }
143
+ });
144
+ };
128
145
  var Message = function Message(constructor, options) {
129
146
  var opts = options;
130
147
  var position = opts.position || 'top-right';
@@ -147,17 +164,11 @@ var Message = function Message(constructor, options) {
147
164
  opts = _objectSpread(_objectSpread({}, opts), {}, {
148
165
  offsetX: horizontalOffset,
149
166
  offsetY: verticalOffset,
150
- id: id
167
+ id: id,
168
+ spacing: spacing
151
169
  });
152
170
  var container = document.createElement('div');
153
171
  var vm = (0,external_vue_namespaceObject.createVNode)(constructor, opts);
154
- // const updateModalPosition = () => {
155
- // let offsetTop = 30;
156
- // instances[position].forEach((vm) => {
157
- // offsetTop += (vm.el.offsetHeight || 0) + spacing;
158
- // vm.props.offsetY = offsetTop;
159
- // });
160
- // };
161
172
  vm.props.onDestroy = function (id) {
162
173
  use_message_close(id, position, spacing, userOnClose);
163
174
  (0,external_vue_namespaceObject.render)(null, container);
@@ -166,13 +177,19 @@ var Message = function Message(constructor, options) {
166
177
  instances[position].forEach(function (item) {
167
178
  if (item.props.id !== id) {
168
179
  var _item$component;
169
- (_item$component = item.component) === null || _item$component === void 0 || (_item$component = _item$component.exposed) === null || _item$component === void 0 || _item$component.setDetailsShow(null, false);
180
+ // 关闭其他实例的详情时,传入 shouldEmit = false 避免触发无限循环
181
+ (_item$component = item.component) === null || _item$component === void 0 || (_item$component = _item$component.exposed) === null || _item$component === void 0 || _item$component.setDetailsShow(null, false, false);
170
182
  }
171
183
  });
172
- // setTimeout(() => {
173
- // console.log('updateModalPosition');
174
- // updateModalPosition();
175
- // });
184
+ // 等待 DOM 更新完成后再更新位置
185
+ // 详情展开/收起时,DOM 高度会变化,需要等待渲染完成
186
+ // 由于事件已经在详情内容渲染完成后才 emit,这里只需要等待 Vue 响应式更新和浏览器布局完成
187
+ var currentSpacing = spacing || 10;
188
+ (0,external_vue_namespaceObject.nextTick)(function () {
189
+ requestAnimationFrame(function () {
190
+ updateModalPosition(position, currentSpacing);
191
+ });
192
+ });
176
193
  };
177
194
  (0,external_vue_namespaceObject.render)(vm, container);
178
195
  instances[position].push(vm);
@@ -186,21 +203,23 @@ var Message = function Message(constructor, options) {
186
203
  };
187
204
  function use_message_close(id, position, spacing, userOnClose) {
188
205
  userOnClose === null || userOnClose === void 0 || userOnClose();
189
- var verticalProperty = position.startsWith('top') ? 'top' : 'bottom';
190
206
  var instanceIndex = -1;
191
207
  instances[position].forEach(function (item, index) {
192
208
  if (item.props.id === id) {
193
209
  instanceIndex = index;
194
210
  }
195
211
  });
196
- var vm = instances[position][instanceIndex];
197
- var removeHeight = vm.el.offsetHeight;
198
- var len = instances[position].length;
199
- for (var i = instanceIndex; i < len; i++) {
200
- var pos = parseInt(instances[position][i].el.style[verticalProperty], 10) - removeHeight - spacing;
201
- instances[position][i].component.props.offsetY = pos;
212
+ if (instanceIndex === -1) {
213
+ return;
202
214
  }
215
+ // 移除实例
203
216
  instances[position].splice(instanceIndex, 1);
217
+ // 重新计算所有剩余实例的位置
218
+ // 使用传入的 spacing,如果没有则从第一个实例获取,或使用默认值 10
219
+ var currentSpacing = spacing || (instances[position].length > 0 ? instances[position][0].props.spacing : 10) || 10;
220
+ (0,external_vue_namespaceObject.nextTick)(function () {
221
+ updateModalPosition(position, currentSpacing);
222
+ });
204
223
  }
205
224
  /* harmony default export */ const use_message = (Message);
206
225
  ;// CONCATENATED MODULE: external "vue-types"
@@ -222,7 +241,7 @@ const icon_namespaceObject = icon_x({ ["Close"]: () => __WEBPACK_EXTERNAL_MODULE
222
241
  * Tencent is pleased to support the open source community by making
223
242
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
224
243
  *
225
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
244
+ * Copyright (C) 2025 Tencent. All rights reserved.
226
245
  *
227
246
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
228
247
  *
@@ -366,7 +385,7 @@ var notifyProps = {
366
385
  * Tencent is pleased to support the open source community by making
367
386
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
368
387
  *
369
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
388
+ * Copyright (C) 2025 Tencent. All rights reserved.
370
389
  *
371
390
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
372
391
  *
@@ -98,7 +98,7 @@
98
98
  --submenu-bg-color: #151d2c;
99
99
  --menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
100
100
  --menu-color: #96a2b9;
101
- --menu-group-color: var(--default-color);
101
+ --menu-group-color: #6E788B;
102
102
  --menu-width: 260px;
103
103
  --menu-collapse-width: 60px;
104
104
  --menu-active-color: white;
@@ -127,6 +127,7 @@
127
127
  --search-select-menu-border-color: var(--disable-color);
128
128
  --select-active-color: #e1ecff;
129
129
  --select-hover-color: #f5f7fa;
130
+ --sub-title-bg-color: #f5f6fa;
130
131
  }
131
132
  .bk-notify {
132
133
  position: fixed;
@@ -95,7 +95,9 @@ declare const _default: import("vue").DefineComponent<{
95
95
  alignmentAxis?: number;
96
96
  });
97
97
  };
98
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
98
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
99
+ default: string | (() => HTMLElement);
100
+ };
99
101
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
100
102
  default: number;
101
103
  } & {
@@ -265,7 +267,9 @@ declare const _default: import("vue").DefineComponent<{
265
267
  alignmentAxis?: number;
266
268
  });
267
269
  };
268
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
270
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
271
+ default: string | (() => HTMLElement);
272
+ };
269
273
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
270
274
  default: number;
271
275
  } & {
@@ -99,7 +99,9 @@ declare const BkOverflowTitle: {
99
99
  alignmentAxis?: number;
100
100
  });
101
101
  };
102
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
102
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
103
+ default: string | (() => HTMLElement);
104
+ };
103
105
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
104
106
  default: number;
105
107
  } & {
@@ -269,7 +271,9 @@ declare const BkOverflowTitle: {
269
271
  alignmentAxis?: number;
270
272
  });
271
273
  };
272
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
274
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
275
+ default: string | (() => HTMLElement);
276
+ };
273
277
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
274
278
  default: number;
275
279
  } & {
@@ -444,7 +448,9 @@ declare const BkOverflowTitle: {
444
448
  alignmentAxis?: number;
445
449
  });
446
450
  };
447
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
451
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
452
+ default: string | (() => HTMLElement);
453
+ };
448
454
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
449
455
  default: number;
450
456
  } & {
@@ -624,7 +630,9 @@ declare const BkOverflowTitle: {
624
630
  alignmentAxis?: number;
625
631
  });
626
632
  };
627
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
633
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
634
+ default: string | (() => HTMLElement);
635
+ };
628
636
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
629
637
  default: number;
630
638
  } & {
@@ -68,7 +68,7 @@ const external_vue_types_namespaceObject = external_vue_types_x({ ["string"]: ()
68
68
  * Tencent is pleased to support the open source community by making
69
69
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
70
70
  *
71
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
71
+ * Copyright (C) 2025 Tencent. All rights reserved.
72
72
  *
73
73
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
74
74
  *
@@ -126,7 +126,7 @@ function placementType() {
126
126
  * Tencent is pleased to support the open source community by making
127
127
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
128
128
  *
129
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
129
+ * Copyright (C) 2025 Tencent. All rights reserved.
130
130
  *
131
131
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
132
132
  *
@@ -308,7 +308,7 @@ var overflowTitle = {
308
308
  * Tencent is pleased to support the open source community by making
309
309
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
310
310
  *
311
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
311
+ * Copyright (C) 2025 Tencent. All rights reserved.
312
312
  *
313
313
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
314
314
  *
@@ -117,7 +117,9 @@ declare const _default: {
117
117
  alignmentAxis?: number;
118
118
  });
119
119
  };
120
- boundary: import("vue-types").VueTypeDef<string | HTMLElement>;
120
+ boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
121
+ default: string | (() => HTMLElement);
122
+ };
121
123
  zIndex: import("vue-types").VueTypeValidableDef<number> & {
122
124
  default: number;
123
125
  } & {
@@ -171,7 +171,7 @@ const select_less_namespaceObject = select_less_x({ });
171
171
  * Tencent is pleased to support the open source community by making
172
172
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
173
173
  *
174
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
174
+ * Copyright (C) 2025 Tencent. All rights reserved.
175
175
  *
176
176
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
177
177
  *
@@ -202,7 +202,8 @@ function _isSlot(s) {
202
202
  }
203
203
  /* harmony default export */ const use_limit = (function (t) {
204
204
  var _getCurrentInstance = (0,external_vue_namespaceObject.getCurrentInstance)(),
205
- proxy = _getCurrentInstance.proxy;
205
+ proxy = _getCurrentInstance.proxy,
206
+ slots = _getCurrentInstance.slots;
206
207
  var localLimit = (0,external_vue_namespaceObject.ref)(proxy.limit);
207
208
  /**
208
209
  * @desc 同步props.limit的变化
@@ -236,6 +237,7 @@ function _isSlot(s) {
236
237
  var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
237
238
  resolveClassName = _usePrefix.resolveClassName;
238
239
  var render = function render(_ref) {
240
+ var _slots$limitAppend;
239
241
  var _slot;
240
242
  var isFirst = _ref.isFirst,
241
243
  isLast = _ref.isLast;
@@ -263,7 +265,7 @@ function _isSlot(s) {
263
265
  "default": function _default() {
264
266
  return [_slot];
265
267
  }
266
- }), (0,external_vue_namespaceObject.createVNode)("div", null, [t.value.strip])]);
268
+ }), (0,external_vue_namespaceObject.createVNode)("div", null, [t.value.strip]), (_slots$limitAppend = slots.limitAppend) === null || _slots$limitAppend === void 0 ? void 0 : _slots$limitAppend.call(slots)]);
267
269
  };
268
270
  return {
269
271
  limit: localLimit,
@@ -281,7 +283,7 @@ const icon_namespaceObject = icon_x({ ["AngleLeft"]: () => __WEBPACK_EXTERNAL_MO
281
283
  * Tencent is pleased to support the open source community by making
282
284
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
283
285
  *
284
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
286
+ * Copyright (C) 2025 Tencent. All rights reserved.
285
287
  *
286
288
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
287
289
  *
@@ -308,7 +310,8 @@ const icon_namespaceObject = icon_x({ ["AngleLeft"]: () => __WEBPACK_EXTERNAL_MO
308
310
  var PAGE_ITEMS_NUM = 5;
309
311
  /* harmony default export */ const use_list = (function () {
310
312
  var _getCurrentInstance = (0,external_vue_namespaceObject.getCurrentInstance)(),
311
- proxy = _getCurrentInstance.proxy;
313
+ proxy = _getCurrentInstance.proxy,
314
+ slots = _getCurrentInstance.slots;
312
315
  var localCurrent = (0,external_vue_namespaceObject.ref)(1);
313
316
  var isPagePreDisabled = (0,external_vue_namespaceObject.computed)(function () {
314
317
  return localCurrent.value === 1;
@@ -429,6 +432,7 @@ var PAGE_ITEMS_NUM = 5;
429
432
  var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
430
433
  resolveClassName = _usePrefix.resolveClassName;
431
434
  var render = function render(_ref) {
435
+ var _slots$listAppend;
432
436
  var isFirst = _ref.isFirst,
433
437
  isLast = _ref.isLast;
434
438
  return (0,external_vue_namespaceObject.createVNode)("div", {
@@ -467,7 +471,7 @@ var PAGE_ITEMS_NUM = 5;
467
471
  }, [proxy.totalPageNum]), (0,external_vue_namespaceObject.createVNode)("div", {
468
472
  "class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-list-pre')), true), 'is-disabled', isPageNextDisabled.value),
469
473
  "onClick": handleNextPage
470
- }, [proxy.nextText || (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.AngleRight, null, null)])]);
474
+ }, [proxy.nextText || (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.AngleRight, null, null)]), (_slots$listAppend = slots.listAppend) === null || _slots$listAppend === void 0 ? void 0 : _slots$listAppend.call(slots)]);
471
475
  };
472
476
  return {
473
477
  current: localCurrent,
@@ -489,7 +493,7 @@ const popover_less_namespaceObject = popover_less_x({ });
489
493
  * Tencent is pleased to support the open source community by making
490
494
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
491
495
  *
492
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
496
+ * Copyright (C) 2025 Tencent. All rights reserved.
493
497
  *
494
498
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
495
499
  *
@@ -517,7 +521,8 @@ const popover_less_namespaceObject = popover_less_x({ });
517
521
 
518
522
  /* harmony default export */ const use_small_list = (function () {
519
523
  var _getCurrentInstance = (0,external_vue_namespaceObject.getCurrentInstance)(),
520
- proxy = _getCurrentInstance.proxy;
524
+ proxy = _getCurrentInstance.proxy,
525
+ slots = _getCurrentInstance.slots;
521
526
  var inputRef = (0,external_vue_namespaceObject.ref)(null);
522
527
  var isFocused = (0,external_vue_namespaceObject.ref)(false);
523
528
  var localCurrent = (0,external_vue_namespaceObject.ref)(1);
@@ -655,6 +660,7 @@ const popover_less_namespaceObject = popover_less_x({ });
655
660
  var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
656
661
  resolveClassName = _usePrefix.resolveClassName;
657
662
  var render = function render() {
663
+ var _slots$smallListAppen;
658
664
  return (0,external_vue_namespaceObject.createVNode)("div", {
659
665
  "class": "".concat(resolveClassName('pagination-small-list'))
660
666
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
@@ -712,7 +718,7 @@ const popover_less_namespaceObject = popover_less_x({ });
712
718
  }), (0,external_vue_namespaceObject.createVNode)("div", {
713
719
  "class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-btn-next')), true), 'is-disabled', isPageNextDisabled.value),
714
720
  "onClick": handleNextPage
715
- }, [(0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.AngleRight, null, null)])]);
721
+ }, [(0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.AngleRight, null, null)]), (_slots$smallListAppen = slots.smallListAppend) === null || _slots$smallListAppen === void 0 ? void 0 : _slots$smallListAppen.call(slots)]);
716
722
  };
717
723
  return {
718
724
  current: localCurrent,
@@ -726,7 +732,7 @@ const popover_less_namespaceObject = popover_less_x({ });
726
732
  * Tencent is pleased to support the open source community by making
727
733
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
728
734
  *
729
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
735
+ * Copyright (C) 2025 Tencent. All rights reserved.
730
736
  *
731
737
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
732
738
  *
@@ -751,10 +757,12 @@ const popover_less_namespaceObject = popover_less_x({ });
751
757
 
752
758
  /* harmony default export */ const use_total = (function (t) {
753
759
  return function (_ref) {
760
+ var _slots$totalAppend;
754
761
  var isFirst = _ref.isFirst,
755
762
  isLast = _ref.isLast;
756
763
  var _getCurrentInstance = (0,external_vue_namespaceObject.getCurrentInstance)(),
757
- props = _getCurrentInstance.props;
764
+ props = _getCurrentInstance.props,
765
+ slots = _getCurrentInstance.slots;
758
766
  if (!props.showTotalCount) {
759
767
  return null;
760
768
  }
@@ -766,7 +774,7 @@ const popover_less_namespaceObject = popover_less_x({ });
766
774
  disabled: props.disabled
767
775
  }), [t.value.total, (0,external_vue_namespaceObject.createVNode)("div", {
768
776
  "class": "".concat(resolveClassName('pagination-total-num'))
769
- }, [props.count]), t.value.strip]);
777
+ }, [props.count]), t.value.strip, (_slots$totalAppend = slots.totalAppend) === null || _slots$totalAppend === void 0 ? void 0 : _slots$totalAppend.call(slots)]);
770
778
  };
771
779
  });
772
780
  ;// CONCATENATED MODULE: ../../packages/pagination/src/pagination.tsx
@@ -777,7 +785,7 @@ const popover_less_namespaceObject = popover_less_x({ });
777
785
  * Tencent is pleased to support the open source community by making
778
786
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
779
787
  *
780
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
788
+ * Copyright (C) 2025 Tencent. All rights reserved.
781
789
  *
782
790
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
783
791
  *
@@ -910,7 +918,7 @@ var paginationProps = {
910
918
  * Tencent is pleased to support the open source community by making
911
919
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
912
920
  *
913
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
921
+ * Copyright (C) 2025 Tencent. All rights reserved.
914
922
  *
915
923
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
916
924
  *
@@ -36,6 +36,7 @@
36
36
  }
37
37
  .bk-pagination-list {
38
38
  display: flex;
39
+ align-items: center;
39
40
  margin-right: 8px;
40
41
  }
41
42
  .bk-pagination-list-pre-batch,
@@ -49,6 +49,7 @@
49
49
 
50
50
  .@{bk-prefix}-pagination-list {
51
51
  display: flex;
52
+ align-items: center;
52
53
  margin-right: 8px;
53
54
  }
54
55
 
@@ -98,7 +98,7 @@
98
98
  --submenu-bg-color: #151d2c;
99
99
  --menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
100
100
  --menu-color: #96a2b9;
101
- --menu-group-color: var(--default-color);
101
+ --menu-group-color: #6E788B;
102
102
  --menu-width: 260px;
103
103
  --menu-collapse-width: 60px;
104
104
  --menu-active-color: white;
@@ -127,6 +127,7 @@
127
127
  --search-select-menu-border-color: var(--disable-color);
128
128
  --select-active-color: #e1ecff;
129
129
  --select-hover-color: #f5f7fa;
130
+ --sub-title-bg-color: #f5f6fa;
130
131
  }
131
132
  .bk-pagination {
132
133
  display: flex;
@@ -166,6 +167,7 @@
166
167
  }
167
168
  .bk-pagination-list {
168
169
  display: flex;
170
+ align-items: center;
169
171
  margin-right: 8px;
170
172
  }
171
173
  .bk-pagination-list-pre-batch,