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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (320) hide show
  1. package/License.txt +1 -2
  2. package/dist/cli.css +1 -0
  3. package/dist/index.cjs.js +165 -138
  4. package/dist/index.esm.js +24235 -18488
  5. package/dist/index.umd.js +165 -138
  6. package/dist/locale/en.esm.js.map +1 -1
  7. package/dist/locale/en.umd.js.map +1 -1
  8. package/dist/locale/ja-jp.esm.js +2 -0
  9. package/dist/locale/ja-jp.esm.js.map +1 -0
  10. package/dist/locale/ja-jp.umd.js +2 -0
  11. package/dist/locale/ja-jp.umd.js.map +1 -0
  12. package/dist/locale/zh-cn.esm.js.map +1 -1
  13. package/dist/locale/zh-cn.umd.js.map +1 -1
  14. package/dist/style.variable.css +1 -1
  15. package/lib/affix/affix.variable.css +2 -1
  16. package/lib/affix/index.js +2 -2
  17. package/lib/alert/alert.variable.css +2 -1
  18. package/lib/alert/index.js +16 -5
  19. package/lib/animate-number/index.js +2 -2
  20. package/lib/backtop/backtop.variable.css +2 -1
  21. package/lib/backtop/index.js +2 -2
  22. package/lib/badge/badge.variable.css +2 -1
  23. package/lib/badge/index.js +2 -2
  24. package/lib/breadcrumb/breadcrumb.variable.css +2 -1
  25. package/lib/breadcrumb/index.js +3 -3
  26. package/lib/button/button.d.ts +1 -1
  27. package/lib/button/button.variable.css +2 -1
  28. package/lib/button/index.js +3 -3
  29. package/lib/card/card.variable.css +2 -1
  30. package/lib/card/index.js +2 -2
  31. package/lib/cascader/cascader.css +26 -24
  32. package/lib/cascader/cascader.d.ts +311 -0
  33. package/lib/cascader/cascader.less +78 -76
  34. package/lib/cascader/cascader.variable.css +28 -25
  35. package/lib/cascader/index.d.ts +610 -0
  36. package/lib/cascader/index.js +107 -49
  37. package/lib/checkbox/checkbox.variable.css +2 -1
  38. package/lib/checkbox/index.js +5 -5
  39. package/lib/code-diff/code-diff.variable.css +2 -1
  40. package/lib/code-diff/index.js +2 -2
  41. package/lib/collapse/collapse.variable.css +2 -1
  42. package/lib/collapse/index.js +3 -3
  43. package/lib/collapse-transition/collapse-transition.variable.css +2 -1
  44. package/lib/collapse-transition/index.js +2 -2
  45. package/lib/color-picker/color-picker.variable.css +2 -1
  46. package/lib/color-picker/index.js +62 -55
  47. package/lib/components.js +1 -1
  48. package/lib/config-provider/config-provider.variable.css +2 -1
  49. package/lib/config-provider/index.d.ts +1 -1
  50. package/lib/config-provider/index.js +6 -6
  51. package/lib/container/container.variable.css +2 -1
  52. package/lib/container/index.js +5 -5
  53. package/lib/date-picker/date-picker.d.ts +2 -1
  54. package/lib/date-picker/date-picker.variable.css +2 -1
  55. package/lib/date-picker/index.d.ts +6 -2
  56. package/lib/date-picker/index.js +77 -76
  57. package/lib/date-picker/panel/date-range.d.ts +2 -1
  58. package/lib/date-picker/panel/time.d.ts +1 -1
  59. package/lib/date-picker/utils.d.ts +5 -17
  60. package/lib/dialog/dialog.css +20 -1
  61. package/lib/dialog/dialog.variable.css +22 -2
  62. package/lib/dialog/index.js +13 -36
  63. package/lib/directives/index.js +6 -9
  64. package/lib/dist.index.js +1 -1
  65. package/lib/divider/divider.variable.css +2 -1
  66. package/lib/divider/index.js +3 -3
  67. package/lib/dropdown/dropdown.d.ts +1 -0
  68. package/lib/dropdown/dropdown.variable.css +2 -1
  69. package/lib/dropdown/index.d.ts +3 -0
  70. package/lib/dropdown/index.js +15 -10
  71. package/lib/exception/exception.variable.css +2 -1
  72. package/lib/exception/index.js +2 -2
  73. package/lib/fixed-navbar/fixed-navbar.variable.css +2 -1
  74. package/lib/fixed-navbar/index.js +2 -2
  75. package/lib/form/form-item.d.ts +19 -0
  76. package/lib/form/form.css +16 -4
  77. package/lib/form/form.less +24 -6
  78. package/lib/form/form.variable.css +18 -5
  79. package/lib/form/index.d.ts +13 -0
  80. package/lib/form/index.js +41 -50
  81. package/lib/hooks.js +1 -1
  82. package/lib/icon/angle-double-down-line.js +1 -1
  83. package/lib/icon/angle-double-left-line.js +1 -1
  84. package/lib/icon/angle-double-left.js +1 -1
  85. package/lib/icon/angle-double-right-line.js +1 -1
  86. package/lib/icon/angle-double-right.js +1 -1
  87. package/lib/icon/angle-double-up-line.js +1 -1
  88. package/lib/icon/angle-down-fill.js +1 -1
  89. package/lib/icon/angle-down-line.js +1 -1
  90. package/lib/icon/angle-down.js +1 -1
  91. package/lib/icon/angle-left.js +1 -1
  92. package/lib/icon/angle-right.js +1 -1
  93. package/lib/icon/angle-up-fill.js +1 -1
  94. package/lib/icon/angle-up.js +1 -1
  95. package/lib/icon/archive-fill.js +1 -1
  96. package/lib/icon/arrows-left.js +1 -1
  97. package/lib/icon/arrows-right.js +1 -1
  98. package/lib/icon/assistant.js +1 -1
  99. package/lib/icon/audio-fill.js +1 -1
  100. package/lib/icon/bk.js +1 -1
  101. package/lib/icon/circle.js +1 -1
  102. package/lib/icon/close-line.js +1 -1
  103. package/lib/icon/close.js +1 -1
  104. package/lib/icon/code.js +1 -1
  105. package/lib/icon/cog-shape.js +1 -1
  106. package/lib/icon/collapse-left.js +1 -1
  107. package/lib/icon/copy-shape.js +1 -1
  108. package/lib/icon/copy.js +1 -1
  109. package/lib/icon/data-shape.js +1 -1
  110. package/lib/icon/del.js +1 -1
  111. package/lib/icon/doc-fill.js +1 -1
  112. package/lib/icon/done.js +1 -1
  113. package/lib/icon/down-shape.js +1 -1
  114. package/lib/icon/down-small.js +1 -1
  115. package/lib/icon/edit-line.js +1 -1
  116. package/lib/icon/ellipsis.js +1 -1
  117. package/lib/icon/enlarge-line.js +1 -1
  118. package/lib/icon/error.js +1 -1
  119. package/lib/icon/excel-fill.js +1 -1
  120. package/lib/icon/exclamation-circle-shape.js +1 -1
  121. package/lib/icon/eye.js +1 -1
  122. package/lib/icon/filliscreen-line.js +1 -1
  123. package/lib/icon/fix-line.js +1 -1
  124. package/lib/icon/fix-shape.js +1 -1
  125. package/lib/icon/folder-open.js +1 -1
  126. package/lib/icon/folder-shape-open.js +1 -1
  127. package/lib/icon/folder-shape.js +1 -1
  128. package/lib/icon/folder.js +1 -1
  129. package/lib/icon/funnel.js +1 -1
  130. package/lib/icon/grag-fill.js +1 -1
  131. package/lib/icon/help-document-fill.js +1 -1
  132. package/lib/icon/help-fill.js +1 -1
  133. package/lib/icon/help.js +1 -1
  134. package/lib/icon/image-fill.js +1 -1
  135. package/lib/icon/img-error.js +1 -1
  136. package/lib/icon/img-placehoulder.js +1 -1
  137. package/lib/icon/index.js +1 -1
  138. package/lib/icon/info-line.js +1 -1
  139. package/lib/icon/info.js +1 -1
  140. package/lib/icon/left-shape.js +1 -1
  141. package/lib/icon/left-turn-line.js +1 -1
  142. package/lib/icon/loading.js +1 -1
  143. package/lib/icon/narrow-line.js +1 -1
  144. package/lib/icon/original.js +1 -1
  145. package/lib/icon/pdf-fill.js +1 -1
  146. package/lib/icon/play-shape.js +1 -1
  147. package/lib/icon/plus.js +1 -1
  148. package/lib/icon/ppt-fill.js +1 -1
  149. package/lib/icon/qq.js +1 -1
  150. package/lib/icon/right-shape.js +1 -1
  151. package/lib/icon/right-turn-line.js +1 -1
  152. package/lib/icon/search.js +1 -1
  153. package/lib/icon/share.js +1 -1
  154. package/lib/icon/spinner.js +1 -1
  155. package/lib/icon/success.js +1 -1
  156. package/lib/icon/switcher-loading.js +1 -1
  157. package/lib/icon/text-all.js +1 -1
  158. package/lib/icon/text-file.js +1 -1
  159. package/lib/icon/text-fill.js +1 -1
  160. package/lib/icon/transfer.js +1 -1
  161. package/lib/icon/tree-application-shape.js +1 -1
  162. package/lib/icon/unfull-screen.js +1 -1
  163. package/lib/icon/unvisible.js +1 -1
  164. package/lib/icon/up-shape.js +1 -1
  165. package/lib/icon/upload.js +1 -1
  166. package/lib/icon/video-fill.js +1 -1
  167. package/lib/icon/warn.js +1 -1
  168. package/lib/icon/weixin-pro.js +1 -1
  169. package/lib/icon/weixin.js +1 -1
  170. package/lib/image/image-viewer.variable.css +2 -1
  171. package/lib/image/image.variable.css +2 -1
  172. package/lib/image/index.js +9 -12
  173. package/lib/index.js +1 -1
  174. package/lib/info-box/index.js +22 -7
  175. package/lib/info-box/info-box.css +20 -1
  176. package/lib/info-box/info-box.d.ts +1 -0
  177. package/lib/info-box/info-box.less +28 -2
  178. package/lib/info-box/info-box.variable.css +23 -3
  179. package/lib/input/index.d.ts +39 -20
  180. package/lib/input/index.js +44 -27
  181. package/lib/input/input.css +6 -0
  182. package/lib/input/input.d.ts +30 -16
  183. package/lib/input/input.less +7 -0
  184. package/lib/input/input.variable.css +8 -1
  185. package/lib/link/index.js +2 -2
  186. package/lib/link/link.variable.css +2 -1
  187. package/lib/loading/index.js +3 -3
  188. package/lib/loading/loading.variable.css +2 -1
  189. package/lib/locale/index.d.ts +1 -0
  190. package/lib/locale/index.js +172 -4
  191. package/lib/locale/lang/ja-jp.d.ts +3 -0
  192. package/lib/menu/index.js +12 -9
  193. package/lib/menu/menu.css +5 -4
  194. package/lib/menu/menu.less +1 -0
  195. package/lib/menu/menu.variable.css +7 -5
  196. package/lib/menu/submenu.variable.css +2 -1
  197. package/lib/message/index.js +4 -4
  198. package/lib/message/message.variable.css +2 -1
  199. package/lib/modal/index.js +14 -6
  200. package/lib/modal/modal.css +20 -1
  201. package/lib/modal/modal.variable.css +22 -2
  202. package/lib/navigation/index.js +3 -3
  203. package/lib/navigation/navigation.css +29 -29
  204. package/lib/navigation/navigation.less +29 -29
  205. package/lib/navigation/navigation.variable.css +31 -30
  206. package/lib/notify/index.js +3 -3
  207. package/lib/notify/notify.variable.css +2 -1
  208. package/lib/overflow-title/index.js +3 -3
  209. package/lib/pagination/index.js +22 -14
  210. package/lib/pagination/pagination.css +1 -0
  211. package/lib/pagination/pagination.less +1 -0
  212. package/lib/pagination/pagination.variable.css +3 -1
  213. package/lib/pop-confirm/index.d.ts +584 -0
  214. package/lib/pop-confirm/index.js +10 -6
  215. package/lib/pop-confirm/pop-confirm.d.ts +292 -0
  216. package/lib/pop-confirm/pop-confirm.variable.css +2 -1
  217. package/lib/pop-confirm/props.d.ts +146 -0
  218. package/lib/popover/index.js +18 -21
  219. package/lib/popover/popover.variable.css +2 -1
  220. package/lib/popover2/index.js +2 -2
  221. package/lib/preset.js +1 -1
  222. package/lib/process/index.js +2 -2
  223. package/lib/process/process.d.ts +1 -1
  224. package/lib/process/process.variable.css +2 -1
  225. package/lib/progress/index.js +4 -4
  226. package/lib/progress/progress.variable.css +2 -1
  227. package/lib/radio/index.js +5 -5
  228. package/lib/radio/radio.variable.css +2 -1
  229. package/lib/rate/index.js +3 -3
  230. package/lib/rate/rate.variable.css +2 -1
  231. package/lib/resize-layout/index.js +2 -2
  232. package/lib/resize-layout/resize-layout.css +1 -0
  233. package/lib/resize-layout/resize-layout.less +1 -0
  234. package/lib/resize-layout/resize-layout.variable.css +3 -1
  235. package/lib/scrollbar/css/scrollbar.variable.css +2 -1
  236. package/lib/scrollbar/index.js +6 -6
  237. package/lib/search-select/index.d.ts +39 -11
  238. package/lib/search-select/index.js +86 -37
  239. package/lib/search-select/input.d.ts +5 -1
  240. package/lib/search-select/search-select.d.ts +13 -4
  241. package/lib/search-select/search-select.variable.css +2 -1
  242. package/lib/search-select/selected.d.ts +10 -2
  243. package/lib/search-select/utils.d.ts +1 -0
  244. package/lib/select/index.d.ts +22 -3
  245. package/lib/select/index.js +34 -28
  246. package/lib/select/select.d.ts +11 -1
  247. package/lib/select/select.variable.css +2 -1
  248. package/lib/shared/index.d.ts +1 -1
  249. package/lib/shared/index.js +10 -10
  250. package/lib/shared/z-index-manager.d.ts +1 -1
  251. package/lib/sideslider/index.js +5 -3
  252. package/lib/sideslider/sideslider.variable.css +2 -1
  253. package/lib/slider/index.d.ts +1 -1
  254. package/lib/slider/index.js +5 -4
  255. package/lib/slider/slider-button.d.ts +1 -1
  256. package/lib/slider/slider.d.ts +1 -1
  257. package/lib/slider/slider.variable.css +2 -1
  258. package/lib/steps/index.js +2 -2
  259. package/lib/steps/steps.d.ts +1 -1
  260. package/lib/steps/steps.variable.css +2 -1
  261. package/lib/styles/mixins/animate.variable.css +2 -1
  262. package/lib/styles/mixins/popper.variable.css +2 -1
  263. package/lib/styles/mixins/scroll.variable.css +2 -1
  264. package/lib/styles/reset.variable.css +2 -1
  265. package/lib/styles/themes/themes.less +4 -1
  266. package/lib/swiper/index.js +2 -2
  267. package/lib/swiper/swiper.variable.css +2 -1
  268. package/lib/switcher/index.js +2 -2
  269. package/lib/switcher/switcher.variable.css +2 -1
  270. package/lib/tab/index.d.ts +12 -0
  271. package/lib/tab/index.js +20 -17
  272. package/lib/tab/props.d.ts +3 -0
  273. package/lib/tab/tab.d.ts +6 -0
  274. package/lib/tab/tab.variable.css +2 -1
  275. package/lib/table/index.js +33 -36
  276. package/lib/table/plugins/head-filter.variable.css +2 -1
  277. package/lib/table/plugins/head-sort.variable.css +2 -1
  278. package/lib/table/plugins/settings.variable.css +2 -1
  279. package/lib/table/table.css +1 -0
  280. package/lib/table/table.variable.css +3 -1
  281. package/lib/table-column/index.js +1 -1
  282. package/lib/tag/index.js +2 -2
  283. package/lib/tag/tag.variable.css +2 -1
  284. package/lib/tag-input/index.d.ts +9 -0
  285. package/lib/tag-input/index.js +1569 -42
  286. package/lib/tag-input/tag-input.css +16 -0
  287. package/lib/tag-input/tag-input.d.ts +17 -2
  288. package/lib/tag-input/tag-input.less +16 -0
  289. package/lib/tag-input/tag-input.variable.css +18 -1
  290. package/lib/tag-input/tag-render.d.ts +24 -2
  291. package/lib/time-picker/index.js +1 -1
  292. package/lib/time-picker/time-picker.variable.css +2 -1
  293. package/lib/timeline/index.js +1353 -4
  294. package/lib/timeline/timeline.d.ts +1 -1
  295. package/lib/timeline/timeline.variable.css +2 -1
  296. package/lib/transfer/index.d.ts +1 -24
  297. package/lib/transfer/index.js +21 -11
  298. package/lib/transfer/props.d.ts +0 -5
  299. package/lib/transfer/transfer.css +26 -8
  300. package/lib/transfer/transfer.d.ts +1 -12
  301. package/lib/transfer/transfer.less +18 -8
  302. package/lib/transfer/transfer.variable.css +28 -9
  303. package/lib/tree/constant.d.ts +2 -0
  304. package/lib/tree/index.d.ts +48 -11
  305. package/lib/tree/index.js +17650 -106
  306. package/lib/tree/props.d.ts +30 -3
  307. package/lib/tree/tree.css +46 -0
  308. package/lib/tree/tree.d.ts +22 -5
  309. package/lib/tree/tree.less +57 -2
  310. package/lib/tree/tree.variable.css +48 -1
  311. package/lib/tree/use-array-move.d.ts +6 -0
  312. package/lib/tree/use-node-action.d.ts +2 -2
  313. package/lib/tree/use-node-attribute.d.ts +3 -0
  314. package/lib/upload/index.js +8 -8
  315. package/lib/upload/upload.variable.css +2 -1
  316. package/lib/virtual-render/index.js +7 -7
  317. package/lib/virtual-render/virtual-render.variable.css +2 -1
  318. package/lib/volar.components.d.ts +2 -1
  319. package/package.json +13 -2
  320. package/dist/style.css +0 -1
@@ -6,21 +6,21 @@
6
6
  }
7
7
  .bk-navigation-title {
8
8
  display: flex;
9
+ flex: 0 0 260px;
10
+ align-items: center;
11
+ justify-content: flex-start;
9
12
  height: 100%;
10
13
  padding: 0 16px;
11
14
  overflow: hidden;
12
15
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
13
- align-items: center;
14
- justify-content: flex-start;
15
- flex: 0 0 260px;
16
16
  }
17
17
  .bk-navigation-title .title-icon {
18
18
  display: flex;
19
- font-size: 28px;
20
- color: #768197;
21
19
  flex: 0 0 28px;
22
20
  align-items: center;
23
21
  justify-content: center;
22
+ font-size: 28px;
23
+ color: #768197;
24
24
  }
25
25
  .bk-navigation-title .title-desc {
26
26
  display: inline-block;
@@ -33,8 +33,8 @@
33
33
  white-space: nowrap;
34
34
  }
35
35
  .bk-navigation-header {
36
- flex: 0 0 52px;
37
36
  display: flex;
37
+ flex: 0 0 52px;
38
38
  align-items: center;
39
39
  padding-right: 24px;
40
40
  overflow: hidden;
@@ -42,47 +42,47 @@
42
42
  }
43
43
  .bk-navigation-header .header-right {
44
44
  display: flex;
45
- height: 100%;
46
45
  flex: 1;
47
46
  align-items: center;
47
+ height: 100%;
48
48
  }
49
49
  .bk-navigation-wrapper {
50
50
  position: relative;
51
51
  display: flex;
52
- flex-direction: row;
53
52
  flex: 1;
53
+ flex-direction: row;
54
54
  min-height: 0;
55
55
  }
56
56
  .bk-navigation-wrapper .navigation-nav {
57
57
  position: relative;
58
58
  z-index: 101;
59
59
  display: flex;
60
+ flex: 0 1 auto;
61
+ flex-direction: column;
60
62
  width: 60px;
61
63
  min-width: 0;
62
64
  min-height: 0;
63
65
  overflow: visible;
64
66
  transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
65
- flex: 0 1 auto;
66
- flex-direction: column;
67
67
  }
68
68
  .bk-navigation-wrapper .navigation-nav:hover {
69
69
  cursor: pointer;
70
70
  }
71
71
  .bk-navigation-wrapper .navigation-nav .nav-slider {
72
72
  display: flex;
73
+ flex: 1;
74
+ flex-direction: column;
73
75
  width: 60px;
74
76
  height: 100%;
75
77
  background-color: #182132;
76
78
  transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
77
- flex: 1;
78
- flex-direction: column;
79
79
  }
80
80
  .bk-navigation-wrapper .navigation-nav .nav-slider-list {
81
+ flex: 1 1 auto;
81
82
  max-height: calc(100vh - 100px);
82
83
  padding: 12px 0 4px 0;
83
84
  margin: 0;
84
85
  overflow: auto;
85
- flex: 1 1 auto;
86
86
  }
87
87
  .bk-navigation-wrapper .navigation-nav .nav-slider-list::-webkit-scrollbar {
88
88
  display: none;
@@ -90,35 +90,35 @@
90
90
  height: 5px;
91
91
  }
92
92
  .bk-navigation-wrapper .navigation-nav .nav-slider-list::-webkit-scrollbar:hover {
93
- transform: none;
94
93
  transition: opacity 340ms ease-out;
94
+ transform: none;
95
95
  }
96
96
  .bk-navigation-wrapper .navigation-nav .nav-slider-footer {
97
97
  display: flex;
98
- padding-left: 14px;
99
98
  flex: 0 0 56px;
100
99
  align-items: center;
101
100
  justify-content: flex-start;
101
+ padding-left: 14px;
102
102
  }
103
103
  .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon {
104
104
  display: flex;
105
+ align-items: center;
106
+ justify-content: center;
105
107
  width: 32px;
106
108
  height: 32px;
107
109
  font-size: 14px;
108
110
  color: #63656e;
109
111
  border-radius: 100%;
110
- align-items: center;
111
- justify-content: center;
112
112
  transform-origin: center center;
113
113
  }
114
114
  .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon-svg {
115
115
  display: flex;
116
+ align-items: center;
117
+ justify-content: center;
116
118
  width: 16px;
117
119
  height: 16px;
118
120
  font-size: 16px;
119
121
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
120
- align-items: center;
121
- justify-content: center;
122
122
  transform-origin: center center;
123
123
  }
124
124
  .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon.is-left {
@@ -130,31 +130,31 @@
130
130
  background: linear-gradient(270deg, #253047 0%, #263247 100%);
131
131
  }
132
132
  .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon:hover {
133
- color: #3a3c42;
133
+ color: #B0BDD5;
134
134
  cursor: pointer;
135
- background: linear-gradient(270deg, #dee0ea 0%, #eaecf2 100%);
135
+ background: #424A5F;
136
136
  }
137
137
  .bk-navigation-wrapper .navigation-container {
138
138
  position: relative;
139
139
  display: flex;
140
- max-width: calc(100vw - 60px);
141
- min-width: 0;
142
- min-height: 0;
143
140
  flex: 1 1 1px;
144
141
  flex-direction: column;
142
+ min-width: 0;
143
+ max-width: calc(100vw - 60px);
144
+ min-height: 0;
145
145
  }
146
146
  .bk-navigation-wrapper .navigation-container .container-header {
147
147
  display: flex;
148
+ flex-basis: 60px;
149
+ flex-direction: row;
150
+ align-items: center;
151
+ justify-content: flex-end;
148
152
  width: 100%;
149
153
  height: 60px;
150
154
  padding: 0 24px;
151
155
  background: #fff;
152
156
  border-bottom: 1px solid #dcdee5;
153
157
  box-shadow: 0px 3px 4px 0px rgba(64, 112, 203, 0.06);
154
- flex-basis: 60px;
155
- flex-direction: row;
156
- align-items: center;
157
- justify-content: flex-end;
158
158
  }
159
159
  .bk-navigation-wrapper .navigation-container .container-header-title {
160
160
  height: 21px;
@@ -169,11 +169,11 @@
169
169
  justify-content: flex-end;
170
170
  }
171
171
  .bk-navigation-wrapper .navigation-container .container-content {
172
+ flex: 1;
172
173
  max-height: calc(100vh - 60px);
173
174
  padding: 20px 24px 0;
174
175
  overflow: auto;
175
176
  background: #f5f7fa;
176
- flex: 1;
177
177
  }
178
178
  .bk-navigation-wrapper .navigation-container .container-footer {
179
179
  display: flex;
@@ -8,21 +8,21 @@
8
8
 
9
9
  &-title {
10
10
  display: flex;
11
+ flex: 0 0 260px;
12
+ align-items: center;
13
+ justify-content: flex-start;
11
14
  height: 100%;
12
15
  padding: 0 16px;
13
16
  overflow: hidden;
14
17
  border-bottom: 1px solid rgba(255, 255, 255, .05);
15
- align-items: center;
16
- justify-content: flex-start;
17
- flex: 0 0 260px;
18
18
 
19
19
  .title-icon {
20
20
  display: flex;
21
- font-size: 28px;
22
- color: #768197;
23
21
  flex: 0 0 28px;
24
22
  align-items: center;
25
23
  justify-content: center;
24
+ font-size: 28px;
25
+ color: #768197;
26
26
  }
27
27
 
28
28
  .title-desc {
@@ -38,8 +38,8 @@
38
38
  }
39
39
 
40
40
  &-header {
41
- flex: 0 0 52px;
42
41
  display: flex;
42
+ flex: 0 0 52px;
43
43
  align-items: center;
44
44
  padding-right: 24px;
45
45
  overflow: hidden;
@@ -47,30 +47,30 @@
47
47
 
48
48
  .header-right {
49
49
  display: flex;
50
- height: 100%;
51
50
  flex: 1;
52
51
  align-items: center;
52
+ height: 100%;
53
53
  }
54
54
  }
55
55
 
56
56
  &-wrapper {
57
57
  position: relative;
58
58
  display: flex;
59
- flex-direction: row;
60
59
  flex: 1;
60
+ flex-direction: row;
61
61
  min-height: 0;
62
62
 
63
63
  .navigation-nav {
64
64
  position: relative;
65
65
  z-index: 101;
66
66
  display: flex;
67
+ flex: 0 1 auto;
68
+ flex-direction: column;
67
69
  width: 60px;
68
70
  min-width: 0;
69
71
  min-height: 0;
70
72
  overflow: visible;
71
73
  transition: width cubic-bezier(.4, 0, .2, 1) .3s;
72
- flex: 0 1 auto;
73
- flex-direction: column;
74
74
 
75
75
  &:hover {
76
76
  cursor: pointer;
@@ -78,19 +78,19 @@
78
78
 
79
79
  .nav-slider {
80
80
  display: flex;
81
+ flex: 1;
82
+ flex-direction: column;
81
83
  width: 60px;
82
84
  height: 100%;
83
85
  background-color: @nav-bg-color;
84
86
  transition: width cubic-bezier(.4, 0, .2, 1) .3s;
85
- flex: 1;
86
- flex-direction: column;
87
87
 
88
88
  &-list {
89
+ flex: 1 1 auto;
89
90
  max-height: calc(100vh - 100px);
90
91
  padding: 12px 0 4px 0;
91
92
  margin: 0;
92
93
  overflow: auto;
93
- flex: 1 1 auto;
94
94
 
95
95
  &::-webkit-scrollbar {
96
96
  display: none;
@@ -98,38 +98,38 @@
98
98
  height: 5px;
99
99
 
100
100
  &:hover {
101
- transform: none;
102
101
  transition: opacity 340ms ease-out;
102
+ transform: none;
103
103
  }
104
104
  }
105
105
  }
106
106
 
107
107
  &-footer {
108
108
  display: flex;
109
- padding-left: 14px;
110
109
  flex: 0 0 56px;
111
110
  align-items: center;
112
111
  justify-content: flex-start;
112
+ padding-left: 14px;
113
113
 
114
114
  .footer-icon {
115
115
  display: flex;
116
+ align-items: center;
117
+ justify-content: center;
116
118
  width: 32px;
117
119
  height: 32px;
118
120
  font-size: 14px;
119
121
  color: #63656e;
120
122
  border-radius: 100%;
121
- align-items: center;
122
- justify-content: center;
123
123
  transform-origin: center center;
124
124
 
125
125
  &-svg {
126
126
  display: flex;
127
+ align-items: center;
128
+ justify-content: center;
127
129
  width: 16px;
128
130
  height: 16px;
129
131
  font-size: 16px;
130
132
  transition: transform cubic-bezier(.4, 0, .2, 1) .3s;
131
- align-items: center;
132
- justify-content: center;
133
133
  transform-origin: center center;
134
134
  }
135
135
 
@@ -144,9 +144,9 @@
144
144
  }
145
145
 
146
146
  &:hover {
147
- color: #3a3c42;
147
+ color: #B0BDD5;
148
148
  cursor: pointer;
149
- background: linear-gradient(270deg, rgba(222, 224, 234, 1) 0%, rgba(234, 236, 242, 1) 100%);
149
+ background: #424A5F;
150
150
  }
151
151
  }
152
152
  }
@@ -156,24 +156,24 @@
156
156
  .navigation-container {
157
157
  position: relative;
158
158
  display: flex;
159
- max-width: calc(100vw - 60px);
160
- min-width: 0;
161
- min-height: 0;
162
159
  flex: 1 1 1px;
163
160
  flex-direction: column;
161
+ min-width: 0;
162
+ max-width: calc(100vw - 60px);
163
+ min-height: 0;
164
164
 
165
165
  .container-header {
166
166
  display: flex;
167
+ flex-basis: 60px;
168
+ flex-direction: row;
169
+ align-items: center;
170
+ justify-content: flex-end;
167
171
  width: 100%;
168
172
  height: 60px;
169
173
  padding: 0 24px;
170
174
  background: #fff;
171
175
  border-bottom: 1px solid #dcdee5;
172
176
  box-shadow: 0px 3px 4px 0px rgba(64, 112, 203, .06);
173
- flex-basis: 60px;
174
- flex-direction: row;
175
- align-items: center;
176
- justify-content: flex-end;
177
177
 
178
178
  &-title {
179
179
  height: 21px;
@@ -191,11 +191,11 @@
191
191
  }
192
192
 
193
193
  .container-content {
194
+ flex: 1;
194
195
  max-height: calc(100vh - 60px);
195
196
  padding: 20px 24px 0;
196
197
  overflow: auto;
197
198
  background: #f5f7fa;
198
- flex: 1;
199
199
  }
200
200
 
201
201
  .container-footer {
@@ -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;
@@ -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
  *
@@ -222,7 +222,7 @@ const icon_namespaceObject = icon_x({ ["Close"]: () => __WEBPACK_EXTERNAL_MODULE
222
222
  * Tencent is pleased to support the open source community by making
223
223
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
224
224
  *
225
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
225
+ * Copyright (C) 2025 Tencent. All rights reserved.
226
226
  *
227
227
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
228
228
  *
@@ -366,7 +366,7 @@ var notifyProps = {
366
366
  * Tencent is pleased to support the open source community by making
367
367
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
368
368
  *
369
- * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
369
+ * Copyright (C) 2025 Tencent. All rights reserved.
370
370
  *
371
371
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
372
372
  *
@@ -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;
@@ -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
  *