bkui-vue 1.0.3-beta.26 → 1.0.3-beta.27

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 (287) hide show
  1. package/dist/index.cjs.js +46 -46
  2. package/dist/index.esm.js +6162 -6148
  3. package/dist/index.umd.js +46 -46
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/affix.css +1 -1
  7. package/lib/affix/affix.less +2 -2
  8. package/lib/affix/affix.variable.css +3 -3
  9. package/lib/affix/index.js +13 -15
  10. package/lib/alert/alert.css +21 -21
  11. package/lib/alert/alert.less +16 -17
  12. package/lib/alert/alert.variable.css +23 -23
  13. package/lib/alert/index.js +22 -24
  14. package/lib/animate-number/index.js +5 -6
  15. package/lib/backtop/backtop.css +11 -11
  16. package/lib/backtop/backtop.less +3 -3
  17. package/lib/backtop/backtop.variable.css +13 -13
  18. package/lib/backtop/index.js +20 -22
  19. package/lib/badge/badge.css +32 -32
  20. package/lib/badge/badge.less +5 -5
  21. package/lib/badge/badge.variable.css +34 -34
  22. package/lib/badge/index.js +19 -21
  23. package/lib/breadcrumb/breadcrumb.css +31 -31
  24. package/lib/breadcrumb/breadcrumb.less +8 -8
  25. package/lib/breadcrumb/breadcrumb.variable.css +33 -33
  26. package/lib/breadcrumb/index.js +24 -26
  27. package/lib/button/button.css +69 -69
  28. package/lib/button/button.less +5 -3
  29. package/lib/button/button.variable.css +71 -71
  30. package/lib/button/index.js +28 -37
  31. package/lib/card/card.css +31 -31
  32. package/lib/card/card.less +4 -4
  33. package/lib/card/card.variable.css +33 -33
  34. package/lib/card/index.js +35 -43
  35. package/lib/cascader/cascader.css +63 -63
  36. package/lib/cascader/cascader.less +11 -12
  37. package/lib/cascader/cascader.variable.css +65 -65
  38. package/lib/cascader/index.js +80 -100
  39. package/lib/checkbox/checkbox.css +21 -21
  40. package/lib/checkbox/checkbox.less +8 -8
  41. package/lib/checkbox/checkbox.variable.css +23 -23
  42. package/lib/checkbox/index.js +32 -34
  43. package/lib/code-diff/code-diff.css +97 -97
  44. package/lib/code-diff/code-diff.less +4 -3
  45. package/lib/code-diff/code-diff.variable.css +99 -99
  46. package/lib/code-diff/index.js +12 -14
  47. package/lib/collapse/collapse.css +30 -30
  48. package/lib/collapse/collapse.less +24 -25
  49. package/lib/collapse/collapse.variable.css +32 -32
  50. package/lib/collapse/index.js +39 -41
  51. package/lib/collapse-transition/collapse-transition.css +32 -32
  52. package/lib/collapse-transition/collapse-transition.less +48 -59
  53. package/lib/collapse-transition/collapse-transition.variable.css +34 -34
  54. package/lib/collapse-transition/index.js +8 -9
  55. package/lib/color-picker/color-picker.css +57 -57
  56. package/lib/color-picker/color-picker.less +30 -36
  57. package/lib/color-picker/color-picker.variable.css +59 -59
  58. package/lib/color-picker/index.js +48 -50
  59. package/lib/components.js +505 -60
  60. package/lib/config-provider/config-provider.variable.css +2 -2
  61. package/lib/config-provider/index.js +8 -9
  62. package/lib/container/container.css +19 -19
  63. package/lib/container/container.less +3 -3
  64. package/lib/container/container.variable.css +21 -21
  65. package/lib/container/index.js +19 -21
  66. package/lib/date-picker/date-picker.css +92 -92
  67. package/lib/date-picker/date-picker.d.ts +1 -0
  68. package/lib/date-picker/date-picker.less +54 -55
  69. package/lib/date-picker/date-picker.variable.css +94 -94
  70. package/lib/date-picker/index.d.ts +3 -0
  71. package/lib/date-picker/index.js +69 -77
  72. package/lib/date-picker/time-picker.d.ts +1 -0
  73. package/lib/dialog/dialog.css +51 -51
  74. package/lib/dialog/dialog.less +1 -1
  75. package/lib/dialog/dialog.variable.css +53 -53
  76. package/lib/dialog/index.js +49 -63
  77. package/lib/directives/index.js +12 -13
  78. package/lib/dist.index.js +62 -5
  79. package/lib/divider/divider.css +8 -8
  80. package/lib/divider/divider.less +8 -5
  81. package/lib/divider/divider.variable.css +10 -10
  82. package/lib/divider/index.js +13 -15
  83. package/lib/dropdown/dropdown.css +15 -15
  84. package/lib/dropdown/dropdown.less +6 -6
  85. package/lib/dropdown/dropdown.variable.css +17 -17
  86. package/lib/dropdown/index.js +24 -32
  87. package/lib/exception/exception.css +13 -13
  88. package/lib/exception/exception.less +6 -6
  89. package/lib/exception/exception.variable.css +15 -15
  90. package/lib/exception/index.js +11 -13
  91. package/lib/fixed-navbar/fixed-navbar.css +9 -9
  92. package/lib/fixed-navbar/fixed-navbar.less +2 -1
  93. package/lib/fixed-navbar/fixed-navbar.variable.css +11 -11
  94. package/lib/fixed-navbar/index.js +13 -15
  95. package/lib/form/form.css +63 -63
  96. package/lib/form/form.less +16 -14
  97. package/lib/form/form.variable.css +65 -65
  98. package/lib/form/index.js +48 -50
  99. package/lib/hooks.js +48 -1
  100. package/lib/icon/index.js +0 -1
  101. package/lib/image/image-viewer.css +23 -23
  102. package/lib/image/image-viewer.less +25 -24
  103. package/lib/image/image-viewer.variable.css +25 -25
  104. package/lib/image/image.css +29 -29
  105. package/lib/image/image.less +8 -6
  106. package/lib/image/image.variable.css +31 -31
  107. package/lib/image/index.js +38 -39
  108. package/lib/index.js +72 -7
  109. package/lib/info-box/index.js +13 -21
  110. package/lib/info-box/info-box.css +10 -10
  111. package/lib/info-box/info-box.less +2 -1
  112. package/lib/info-box/info-box.variable.css +12 -12
  113. package/lib/input/index.js +59 -61
  114. package/lib/input/input.css +104 -102
  115. package/lib/input/input.less +33 -27
  116. package/lib/input/input.variable.css +106 -104
  117. package/lib/link/index.js +13 -15
  118. package/lib/link/link.css +18 -18
  119. package/lib/link/link.less +3 -1
  120. package/lib/link/link.variable.css +20 -20
  121. package/lib/loading/index.js +17 -19
  122. package/lib/loading/loading.css +94 -94
  123. package/lib/loading/loading.less +4 -4
  124. package/lib/loading/loading.variable.css +96 -96
  125. package/lib/locale/index.js +0 -1
  126. package/lib/menu/index.js +13 -15
  127. package/lib/menu/menu.css +38 -38
  128. package/lib/menu/menu.less +10 -10
  129. package/lib/menu/menu.variable.css +40 -40
  130. package/lib/menu/submenu.css +1 -1
  131. package/lib/menu/submenu.less +1 -1
  132. package/lib/menu/submenu.variable.css +3 -3
  133. package/lib/message/index.js +38 -40
  134. package/lib/message/message.css +59 -59
  135. package/lib/message/message.less +24 -25
  136. package/lib/message/message.variable.css +61 -61
  137. package/lib/modal/index.js +41 -43
  138. package/lib/modal/modal.css +26 -26
  139. package/lib/modal/modal.less +12 -8
  140. package/lib/modal/modal.variable.css +28 -28
  141. package/lib/navigation/index.js +14 -16
  142. package/lib/navigation/navigation.css +25 -25
  143. package/lib/navigation/navigation.less +9 -9
  144. package/lib/navigation/navigation.variable.css +27 -27
  145. package/lib/notify/index.js +31 -33
  146. package/lib/notify/notify.css +17 -17
  147. package/lib/notify/notify.less +6 -8
  148. package/lib/notify/notify.variable.css +19 -19
  149. package/lib/overflow-title/index.js +14 -22
  150. package/lib/pagination/index.js +50 -65
  151. package/lib/pagination/pagination.css +60 -60
  152. package/lib/pagination/pagination.less +25 -24
  153. package/lib/pagination/pagination.variable.css +62 -62
  154. package/lib/plugin-popover/index.js +53 -54
  155. package/lib/plugins/index.js +0 -1
  156. package/lib/pop-confirm/index.js +28 -42
  157. package/lib/pop-confirm/pop-confirm.css +10 -10
  158. package/lib/pop-confirm/pop-confirm.less +11 -14
  159. package/lib/pop-confirm/pop-confirm.variable.css +12 -12
  160. package/lib/popover/index.js +52 -54
  161. package/lib/popover/popover.css +5 -5
  162. package/lib/popover/popover.less +6 -5
  163. package/lib/popover/popover.variable.css +7 -7
  164. package/lib/popover2/index.js +3 -4
  165. package/lib/preset.js +64 -18
  166. package/lib/process/index.js +26 -27
  167. package/lib/process/process.css +33 -36
  168. package/lib/process/process.less +7 -8
  169. package/lib/process/process.variable.css +35 -38
  170. package/lib/progress/index.js +26 -28
  171. package/lib/progress/progress.css +33 -33
  172. package/lib/progress/progress.less +5 -6
  173. package/lib/progress/progress.variable.css +35 -35
  174. package/lib/radio/index.js +32 -34
  175. package/lib/radio/radio.css +51 -51
  176. package/lib/radio/radio.less +20 -13
  177. package/lib/radio/radio.variable.css +53 -53
  178. package/lib/rate/index.js +22 -24
  179. package/lib/rate/rate.css +2 -2
  180. package/lib/rate/rate.less +1 -1
  181. package/lib/rate/rate.variable.css +4 -4
  182. package/lib/rate/star.css +7 -7
  183. package/lib/rate/star.less +1 -1
  184. package/lib/rate/star.variable.css +9 -9
  185. package/lib/resize-layout/index.js +25 -27
  186. package/lib/resize-layout/resize-layout.css +42 -42
  187. package/lib/resize-layout/resize-layout.less +10 -17
  188. package/lib/resize-layout/resize-layout.variable.css +44 -44
  189. package/lib/search-select/index.js +49 -68
  190. package/lib/search-select/search-select.css +15 -15
  191. package/lib/search-select/search-select.variable.css +17 -17
  192. package/lib/select/index.js +129 -168
  193. package/lib/select/select.css +87 -87
  194. package/lib/select/select.less +22 -27
  195. package/lib/select/select.variable.css +89 -89
  196. package/lib/shared/index.js +4 -7
  197. package/lib/sideslider/index.js +14 -22
  198. package/lib/sideslider/sideslider.css +14 -14
  199. package/lib/sideslider/sideslider.less +13 -9
  200. package/lib/sideslider/sideslider.variable.css +16 -16
  201. package/lib/slider/index.js +22 -36
  202. package/lib/slider/slider.css +31 -31
  203. package/lib/slider/slider.less +8 -8
  204. package/lib/slider/slider.variable.css +33 -33
  205. package/lib/steps/index.js +28 -30
  206. package/lib/steps/steps.css +134 -134
  207. package/lib/steps/steps.less +48 -44
  208. package/lib/steps/steps.variable.css +136 -136
  209. package/lib/styles/mixins/animate.css +4 -4
  210. package/lib/styles/mixins/animate.less +3 -3
  211. package/lib/styles/mixins/animate.variable.css +6 -6
  212. package/lib/styles/mixins/mixins.css +15 -15
  213. package/lib/styles/mixins/mixins.variable.css +15 -15
  214. package/lib/styles/mixins/popper.css +11 -11
  215. package/lib/styles/mixins/popper.less +6 -6
  216. package/lib/styles/mixins/popper.variable.css +13 -13
  217. package/lib/styles/mixins/scroll.css +5 -5
  218. package/lib/styles/mixins/scroll.less +4 -4
  219. package/lib/styles/mixins/scroll.variable.css +7 -7
  220. package/lib/styles/reset.css +6 -6
  221. package/lib/styles/reset.less +5 -4
  222. package/lib/styles/reset.variable.css +8 -8
  223. package/lib/styles/themes/themes.less +10 -3
  224. package/lib/swiper/index.js +14 -16
  225. package/lib/swiper/swiper.css +15 -15
  226. package/lib/swiper/swiper.less +8 -8
  227. package/lib/swiper/swiper.variable.css +17 -17
  228. package/lib/switcher/index.js +29 -31
  229. package/lib/switcher/switcher.css +57 -57
  230. package/lib/switcher/switcher.less +22 -14
  231. package/lib/switcher/switcher.variable.css +59 -59
  232. package/lib/tab/index.js +44 -46
  233. package/lib/tab/tab.css +78 -78
  234. package/lib/tab/tab.less +39 -40
  235. package/lib/tab/tab.variable.css +80 -80
  236. package/lib/table/components/table-column.d.ts +1 -0
  237. package/lib/table/index.d.ts +1 -0
  238. package/lib/table/index.js +168 -207
  239. package/lib/table/plugins/head-filter.css +13 -13
  240. package/lib/table/plugins/head-filter.less +3 -3
  241. package/lib/table/plugins/head-filter.variable.css +15 -15
  242. package/lib/table/plugins/head-sort.css +5 -5
  243. package/lib/table/plugins/head-sort.less +2 -2
  244. package/lib/table/plugins/head-sort.variable.css +7 -7
  245. package/lib/table/plugins/settings.css +26 -26
  246. package/lib/table/plugins/settings.less +3 -1
  247. package/lib/table/plugins/settings.variable.css +28 -28
  248. package/lib/table/table.css +380 -380
  249. package/lib/table/table.less +14 -10
  250. package/lib/table/table.variable.css +382 -382
  251. package/lib/table-column/index.d.ts +3 -0
  252. package/lib/table-column/index.js +57 -43
  253. package/lib/tag/index.js +19 -21
  254. package/lib/tag/tag.css +51 -51
  255. package/lib/tag/tag.less +34 -34
  256. package/lib/tag/tag.variable.css +53 -53
  257. package/lib/tag-input/index.js +65 -80
  258. package/lib/tag-input/tag-input.css +38 -38
  259. package/lib/tag-input/tag-input.less +3 -3
  260. package/lib/tag-input/tag-input.variable.css +40 -40
  261. package/lib/time-picker/index.d.ts +3 -0
  262. package/lib/time-picker/index.js +7 -9
  263. package/lib/time-picker/time-picker.css +40 -40
  264. package/lib/time-picker/time-picker.less +44 -76
  265. package/lib/time-picker/time-picker.variable.css +42 -42
  266. package/lib/timeline/index.js +12 -13
  267. package/lib/timeline/timeline.css +69 -69
  268. package/lib/timeline/timeline.less +12 -6
  269. package/lib/timeline/timeline.variable.css +71 -71
  270. package/lib/transfer/index.js +36 -51
  271. package/lib/transfer/transfer.css +89 -89
  272. package/lib/transfer/transfer.less +1 -1
  273. package/lib/transfer/transfer.variable.css +91 -91
  274. package/lib/tree/index.js +72 -92
  275. package/lib/tree/tree.css +49 -49
  276. package/lib/tree/tree.less +7 -6
  277. package/lib/tree/tree.variable.css +51 -51
  278. package/lib/upload/index.js +48 -63
  279. package/lib/upload/upload.css +98 -98
  280. package/lib/upload/upload.less +69 -68
  281. package/lib/upload/upload.variable.css +100 -100
  282. package/lib/virtual-render/index.js +33 -35
  283. package/lib/virtual-render/virtual-render.css +9 -9
  284. package/lib/virtual-render/virtual-render.less +1 -1
  285. package/lib/virtual-render/virtual-render.variable.css +11 -11
  286. package/package.json +1 -1
  287. package/lib/styles/themes/themes copy.less +0 -167
@@ -1,4 +1,4 @@
1
- :where(.bk-popover).bk-pop2-content {
1
+ .bk-popover.bk-pop2-content {
2
2
  position: absolute;
3
3
  padding: 12px;
4
4
  font-size: 12px;
@@ -7,10 +7,10 @@
7
7
  border-radius: 4px;
8
8
  box-sizing: border-box;
9
9
  }
10
- :where(.bk-popover).bk-pop2-content.hidden {
10
+ .bk-popover.bk-pop2-content.hidden {
11
11
  display: none;
12
12
  }
13
- :where(.bk-popover).bk-pop2-content .bk-pop2-arrow {
13
+ .bk-popover.bk-pop2-content .bk-pop2-arrow {
14
14
  position: absolute;
15
15
  z-index: -1;
16
16
  width: 8px;
@@ -18,32 +18,32 @@
18
18
  background: #333;
19
19
  transform: rotate(45deg);
20
20
  }
21
- :where(.bk-popover).bk-pop2-content[data-theme^='light'] {
21
+ .bk-popover.bk-pop2-content[data-theme^='light'] {
22
22
  color: #26323d;
23
23
  background-color: #fff;
24
24
  box-shadow: 0 0 6px 0 #dcdee5;
25
25
  }
26
- :where(.bk-popover).bk-pop2-content[data-theme^='light'] .bk-pop2-arrow {
26
+ .bk-popover.bk-pop2-content[data-theme^='light'] .bk-pop2-arrow {
27
27
  background-color: #fff;
28
28
  }
29
- :where(.bk-dropdown) {
29
+ .bk-dropdown {
30
30
  display: inline-block;
31
31
  }
32
- :where(.bk-dropdown) .bk-dropdown-reference {
32
+ .bk-dropdown .bk-dropdown-reference {
33
33
  z-index: 1;
34
34
  }
35
- :where(.bk-dropdown) .bk-dropdown-content {
35
+ .bk-dropdown .bk-dropdown-content {
36
36
  z-index: 2;
37
37
  display: none;
38
38
  box-shadow: 0 2px 6px rgba(51, 60, 72, 0.1);
39
39
  }
40
- :where(.bk-dropdown) .bk-dropdown-content[data-show] {
40
+ .bk-dropdown .bk-dropdown-content[data-show] {
41
41
  display: block;
42
42
  }
43
- :where(.bk-popover).bk-pop2-content.bk-dropdown-popover {
43
+ .bk-popover.bk-pop2-content.bk-dropdown-popover {
44
44
  padding: 0;
45
45
  }
46
- :where(.bk-dropdown-popover) .bk-dropdown-menu {
46
+ .bk-dropdown-popover .bk-dropdown-menu {
47
47
  min-width: 100%;
48
48
  padding: 5px 0;
49
49
  margin: 0;
@@ -52,16 +52,16 @@
52
52
  border-radius: 2px;
53
53
  box-sizing: border-box;
54
54
  }
55
- :where(.bk-dropdown-popover) .bk-dropdown-menu::-webkit-scrollbar {
55
+ .bk-dropdown-popover .bk-dropdown-menu::-webkit-scrollbar {
56
56
  width: 4px;
57
57
  height: 4px;
58
58
  }
59
- :where(.bk-dropdown-popover) .bk-dropdown-menu::-webkit-scrollbar-thumb {
59
+ .bk-dropdown-popover .bk-dropdown-menu::-webkit-scrollbar-thumb {
60
60
  background: #dde4eb;
61
61
  border-radius: 20px;
62
62
  box-shadow: inset 0 0 6px hsla(0, 0%, 80%, 0.3);
63
63
  }
64
- :where(.bk-dropdown-popover) .bk-dropdown-item {
64
+ .bk-dropdown-popover .bk-dropdown-item {
65
65
  display: block;
66
66
  height: 32px;
67
67
  padding: 0 16px;
@@ -72,6 +72,6 @@
72
72
  list-style: none;
73
73
  cursor: pointer;
74
74
  }
75
- :where(.bk-dropdown-popover) .bk-dropdown-item:hover {
75
+ .bk-dropdown-popover .bk-dropdown-item:hover {
76
76
  background-color: #f5f7fa;
77
77
  }
@@ -1,7 +1,7 @@
1
1
  @import '../styles/themes/themes.less';
2
2
  @import '../popover/popover.less';
3
3
 
4
- :where(.@{bk-prefix}-dropdown) {
4
+ .@{bk-prefix}-dropdown {
5
5
  display: inline-block;
6
6
 
7
7
  .@{bk-prefix}-dropdown-reference {
@@ -11,27 +11,27 @@
11
11
  .@{bk-prefix}-dropdown-content {
12
12
  z-index: 2;
13
13
  display: none;
14
- box-shadow: 0 2px 6px rgba(51, 60, 72, 0.1);
14
+ box-shadow: 0 2px 6px rgba(51,60,72,.1);
15
15
 
16
16
  &[data-show] {
17
17
  display: block;
18
18
  }
19
19
  }
20
20
  }
21
- :where(.@{bk-prefix}-popover) {
21
+ .@{bk-prefix}-popover {
22
22
  &.@{bk-prefix}-pop2-content {
23
23
  &.@{bk-prefix}-dropdown-popover {
24
24
  padding: 0;
25
25
  }
26
26
  }
27
27
  }
28
- :where(.@{bk-prefix}-dropdown-popover) {
28
+ .@{bk-prefix}-dropdown-popover {
29
29
  .@{bk-prefix}-dropdown-menu {
30
30
  min-width: 100%;
31
31
  padding: 5px 0;
32
32
  margin: 0;
33
33
  background: #fff;
34
- border: 1px solid #dcdee5;
34
+ border: 1px solid #dcdee5;
35
35
  border-radius: 2px;
36
36
  box-sizing: border-box;
37
37
 
@@ -43,7 +43,7 @@
43
43
  &::-webkit-scrollbar-thumb {
44
44
  background: #dde4eb;
45
45
  border-radius: 20px;
46
- box-shadow: inset 0 0 6px hsla(0, 0%, 80%, 0.3);
46
+ box-shadow: inset 0 0 6px hsla(0,0%,80%,.3);
47
47
  }
48
48
  }
49
49
 
@@ -12,13 +12,13 @@
12
12
  --whitesmoke-color: #fafbfd;
13
13
  --disable-color: #dcdee5;
14
14
  --disable-bg-color: #f9fafd;
15
+ --border-color: #dcdee5;
15
16
  --font-size-base: 12px;
16
17
  --font-size-medium: 14px;
17
18
  --font-size-large: 16px;
18
19
  --line-height-base: 16px;
19
20
  --line-height-medium: 16px;
20
21
  --line-height-large: 18px;
21
- --border-color: #dcdee5;
22
22
  --component-size-small: 26px;
23
23
  --component-size-base: 32px;
24
24
  --component-size-large: 40px;
@@ -111,7 +111,7 @@
111
111
  --table-border-color: #dcdee5;
112
112
  --table-head-bg-color: #fafbfd;
113
113
  --table-head-font-color: #313238;
114
- --table-body-font-color: #63656e;
114
+ --table-body-font-color: #63656E;
115
115
  --table-row-hover-bg-color: #f5f7fa;
116
116
  --table-row-active-bg-color: #f0f1f5;
117
117
  --cascader-panel-border-color: #dcdee5;
@@ -127,7 +127,7 @@
127
127
  --select-active-color: #e1ecff;
128
128
  --select-hover-color: #f5f7fa;
129
129
  }
130
- :where(.bk-popover).bk-pop2-content {
130
+ .bk-popover.bk-pop2-content {
131
131
  position: absolute;
132
132
  padding: 12px;
133
133
  font-size: 12px;
@@ -136,10 +136,10 @@
136
136
  border-radius: 4px;
137
137
  box-sizing: border-box;
138
138
  }
139
- :where(.bk-popover).bk-pop2-content.hidden {
139
+ .bk-popover.bk-pop2-content.hidden {
140
140
  display: none;
141
141
  }
142
- :where(.bk-popover).bk-pop2-content .bk-pop2-arrow {
142
+ .bk-popover.bk-pop2-content .bk-pop2-arrow {
143
143
  position: absolute;
144
144
  z-index: -1;
145
145
  width: 8px;
@@ -147,32 +147,32 @@
147
147
  background: #333;
148
148
  transform: rotate(45deg);
149
149
  }
150
- :where(.bk-popover).bk-pop2-content[data-theme^='light'] {
150
+ .bk-popover.bk-pop2-content[data-theme^='light'] {
151
151
  color: #26323d;
152
152
  background-color: #fff;
153
153
  box-shadow: 0 0 6px 0 #dcdee5;
154
154
  }
155
- :where(.bk-popover).bk-pop2-content[data-theme^='light'] .bk-pop2-arrow {
155
+ .bk-popover.bk-pop2-content[data-theme^='light'] .bk-pop2-arrow {
156
156
  background-color: #fff;
157
157
  }
158
- :where(.bk-dropdown) {
158
+ .bk-dropdown {
159
159
  display: inline-block;
160
160
  }
161
- :where(.bk-dropdown) .bk-dropdown-reference {
161
+ .bk-dropdown .bk-dropdown-reference {
162
162
  z-index: 1;
163
163
  }
164
- :where(.bk-dropdown) .bk-dropdown-content {
164
+ .bk-dropdown .bk-dropdown-content {
165
165
  z-index: 2;
166
166
  display: none;
167
167
  box-shadow: 0 2px 6px rgba(51, 60, 72, 0.1);
168
168
  }
169
- :where(.bk-dropdown) .bk-dropdown-content[data-show] {
169
+ .bk-dropdown .bk-dropdown-content[data-show] {
170
170
  display: block;
171
171
  }
172
- :where(.bk-popover).bk-pop2-content.bk-dropdown-popover {
172
+ .bk-popover.bk-pop2-content.bk-dropdown-popover {
173
173
  padding: 0;
174
174
  }
175
- :where(.bk-dropdown-popover) .bk-dropdown-menu {
175
+ .bk-dropdown-popover .bk-dropdown-menu {
176
176
  min-width: 100%;
177
177
  padding: 5px 0;
178
178
  margin: 0;
@@ -181,16 +181,16 @@
181
181
  border-radius: 2px;
182
182
  box-sizing: border-box;
183
183
  }
184
- :where(.bk-dropdown-popover) .bk-dropdown-menu::-webkit-scrollbar {
184
+ .bk-dropdown-popover .bk-dropdown-menu::-webkit-scrollbar {
185
185
  width: 4px;
186
186
  height: 4px;
187
187
  }
188
- :where(.bk-dropdown-popover) .bk-dropdown-menu::-webkit-scrollbar-thumb {
188
+ .bk-dropdown-popover .bk-dropdown-menu::-webkit-scrollbar-thumb {
189
189
  background: #dde4eb;
190
190
  border-radius: 20px;
191
191
  box-shadow: inset 0 0 6px hsla(0, 0%, 80%, 0.3);
192
192
  }
193
- :where(.bk-dropdown-popover) .bk-dropdown-item {
193
+ .bk-dropdown-popover .bk-dropdown-item {
194
194
  display: block;
195
195
  height: 32px;
196
196
  padding: 0 16px;
@@ -201,6 +201,6 @@
201
201
  list-style: none;
202
202
  cursor: pointer;
203
203
  }
204
- :where(.bk-dropdown-popover) .bk-dropdown-item:hover {
204
+ .bk-dropdown-popover .bk-dropdown-item:hover {
205
205
  background-color: #f5f7fa;
206
206
  }
@@ -1,11 +1,8 @@
1
- import "../styles/reset.css";
2
- import "./dropdown.less";
3
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
1
+ import * as __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__ from "../shared";
4
2
  import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
5
3
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_merge_cf99375a__ from "lodash/merge";
6
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
7
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__ from "../popover";
8
- import "../popover/popover.less";
4
+ import * as __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__ from "../config-provider";
5
+ import * as __WEBPACK_EXTERNAL_MODULE__popover_cf5f8dce__ from "../popover";
9
6
  /******/ // The require scope
10
7
  /******/ var __webpack_require__ = {};
11
8
  /******/
@@ -41,7 +38,7 @@ __webpack_require__.d(__webpack_exports__, {
41
38
  ;// CONCATENATED MODULE: external "../shared"
42
39
  var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
43
40
  var y = x => () => x
44
- const shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes, ["placementType"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.placementType, ["triggerType"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.triggerType, ["withInstallProps"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps });
41
+ const external_shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.PropTypes, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.classes, ["placementType"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.placementType, ["triggerType"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.triggerType, ["withInstallProps"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.withInstallProps });
45
42
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
46
43
  function _typeof(o) {
47
44
  "@babel/helpers - typeof";
@@ -96,17 +93,13 @@ var merge_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
96
93
  var merge_y = x => () => x
97
94
  const merge_namespaceObject = merge_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_merge_cf99375a__["default"] });
98
95
  ;// CONCATENATED MODULE: external "../config-provider"
99
- var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
100
- var config_provider_y = x => () => x
101
- const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
96
+ var external_config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
97
+ var external_config_provider_y = x => () => x
98
+ const external_config_provider_namespaceObject = external_config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.usePrefix });
102
99
  ;// CONCATENATED MODULE: external "../popover"
103
- var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
104
- var popover_y = x => () => x
105
- const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
106
- ;// CONCATENATED MODULE: external "../popover/popover.less"
107
- var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
108
- var popover_less_y = x => () => x
109
- const popover_less_namespaceObject = popover_less_x({ });
100
+ var external_popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
101
+ var external_popover_y = x => () => x
102
+ const external_popover_namespaceObject = external_popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE__popover_cf5f8dce__["default"] });
110
103
  ;// CONCATENATED MODULE: ../../packages/dropdown/src/dropdown.tsx
111
104
 
112
105
 
@@ -140,22 +133,21 @@ const popover_less_namespaceObject = popover_less_x({ });
140
133
 
141
134
 
142
135
 
143
-
144
136
  /* harmony default export */ const dropdown = ((0,external_vue_namespaceObject.defineComponent)({
145
137
  name: 'Dropdown',
146
138
  props: {
147
139
  /** trigger = manual时候控制显隐藏 */
148
- isShow: shared_namespaceObject.PropTypes.bool.def(false),
140
+ isShow: external_shared_namespaceObject.PropTypes.bool.def(false),
149
141
  /** 弹层出现位置 */
150
- placement: (0,shared_namespaceObject.placementType)(),
142
+ placement: (0,external_shared_namespaceObject.placementType)(),
151
143
  /** 触发方式 */
152
- trigger: (0,shared_namespaceObject.triggerType)(),
144
+ trigger: (0,external_shared_namespaceObject.triggerType)(),
153
145
  /** 是否禁用 */
154
- disabled: shared_namespaceObject.PropTypes.bool.def(false),
146
+ disabled: external_shared_namespaceObject.PropTypes.bool.def(false),
155
147
  /** popover属性 */
156
- popoverOptions: shared_namespaceObject.PropTypes.object.def({}),
148
+ popoverOptions: external_shared_namespaceObject.PropTypes.object.def({}),
157
149
  /** 外部设置的 class name */
158
- extCls: shared_namespaceObject.PropTypes.string
150
+ extCls: external_shared_namespaceObject.PropTypes.string
159
151
  },
160
152
  emits: ['showChange', 'show', 'hide'],
161
153
  setup: function setup(_props, _ref) {
@@ -175,7 +167,7 @@ const popover_less_namespaceObject = popover_less_x({ });
175
167
  handleShowChagne(false);
176
168
  };
177
169
  var popoverRef = (0,external_vue_namespaceObject.ref)(null);
178
- var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
170
+ var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
179
171
  resolveClassName = _usePrefix.resolveClassName;
180
172
  return {
181
173
  afterShow: afterShow,
@@ -186,7 +178,7 @@ const popover_less_namespaceObject = popover_less_x({ });
186
178
  },
187
179
  render: function render() {
188
180
  var _this = this;
189
- var wrapperClasses = (0,shared_namespaceObject.classes)(_defineProperty({}, "".concat(this.resolveClassName('dropdown')), true), this.$props.extCls);
181
+ var wrapperClasses = (0,external_shared_namespaceObject.classes)(_defineProperty({}, "".concat(this.resolveClassName('dropdown')), true), this.$props.extCls);
190
182
  /** popover 基础配置 */
191
183
  var basePopoverOptions = {
192
184
  theme: "light ".concat(this.resolveClassName('dropdown-popover')),
@@ -199,7 +191,7 @@ const popover_less_namespaceObject = popover_less_x({ });
199
191
  var popoverOptions = (0,merge_namespaceObject["default"])(basePopoverOptions, this.popoverOptions);
200
192
  return (0,external_vue_namespaceObject.createVNode)("div", {
201
193
  "class": wrapperClasses
202
- }, [(0,external_vue_namespaceObject.createVNode)(popover_namespaceObject["default"], (0,external_vue_namespaceObject.mergeProps)({
194
+ }, [(0,external_vue_namespaceObject.createVNode)(external_popover_namespaceObject["default"], (0,external_vue_namespaceObject.mergeProps)({
203
195
  "ref": "popoverRef"
204
196
  }, popoverOptions, {
205
197
  "onAfterShow": this.afterShow,
@@ -254,7 +246,7 @@ const popover_less_namespaceObject = popover_less_x({ });
254
246
  name: 'DropdownItem',
255
247
  props: {
256
248
  /** 外部设置的 class name */
257
- extCls: shared_namespaceObject.PropTypes.string
249
+ extCls: external_shared_namespaceObject.PropTypes.string
258
250
  },
259
251
  emits: ['click'],
260
252
  setup: function setup(props, _ref) {
@@ -263,7 +255,7 @@ const popover_less_namespaceObject = popover_less_x({ });
263
255
  evt.stopPropagation();
264
256
  emit('click', evt);
265
257
  };
266
- var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
258
+ var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
267
259
  resolveClassName = _usePrefix.resolveClassName;
268
260
  var wrapperCLasses = (0,external_vue_namespaceObject.computed)(function () {
269
261
  return [resolveClassName('dropdown-item'), props.extCls];
@@ -315,10 +307,10 @@ const popover_less_namespaceObject = popover_less_x({ });
315
307
  name: 'DropdownMenu',
316
308
  props: {
317
309
  /** 外部设置的 class name */
318
- extCls: shared_namespaceObject.PropTypes.string
310
+ extCls: external_shared_namespaceObject.PropTypes.string
319
311
  },
320
312
  setup: function setup(props) {
321
- var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
313
+ var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
322
314
  resolveClassName = _usePrefix.resolveClassName;
323
315
  var wrapperCLasses = (0,external_vue_namespaceObject.computed)(function () {
324
316
  return [resolveClassName('dropdown-menu'), props.extCls];
@@ -364,7 +356,7 @@ const popover_less_namespaceObject = popover_less_x({ });
364
356
 
365
357
 
366
358
 
367
- var BkDropdown = (0,shared_namespaceObject.withInstallProps)(dropdown, {
359
+ var BkDropdown = (0,external_shared_namespaceObject.withInstallProps)(dropdown, {
368
360
  DropdownMenu: dropdown_menu,
369
361
  DropdownItem: dropdown_item
370
362
  });
@@ -1,4 +1,4 @@
1
- :where(.bk-exception) {
1
+ .bk-exception {
2
2
  position: relative;
3
3
  display: flex;
4
4
  width: 100%;
@@ -6,53 +6,53 @@
6
6
  flex-direction: column;
7
7
  text-align: center;
8
8
  }
9
- :where(.bk-exception-img) {
9
+ .bk-exception-img {
10
10
  display: flex;
11
11
  align-items: center;
12
12
  justify-content: center;
13
13
  }
14
- :where(.bk-exception-img) .exception-image {
14
+ .bk-exception-img .exception-image {
15
15
  display: block;
16
16
  height: 100%;
17
17
  object-fit: contain;
18
18
  }
19
- :where(.bk-exception-title) {
19
+ .bk-exception-title {
20
20
  color: #313238;
21
21
  }
22
- :where(.bk-exception-description) {
22
+ .bk-exception-description {
23
23
  color: #63656e;
24
24
  }
25
- :where(.bk-exception-page) .bk-exception-img {
25
+ .bk-exception-page .bk-exception-img {
26
26
  width: 480px;
27
27
  height: 240px;
28
28
  }
29
- :where(.bk-exception-page) .bk-exception-title {
29
+ .bk-exception-page .bk-exception-title {
30
30
  margin-top: 18px;
31
31
  font-size: 24px;
32
32
  line-height: 32px;
33
33
  }
34
- :where(.bk-exception-page) .bk-exception-description {
34
+ .bk-exception-page .bk-exception-description {
35
35
  margin-top: 16px;
36
36
  font-size: 14px;
37
37
  line-height: 22px;
38
38
  }
39
- :where(.bk-exception-page) .bk-exception-footer {
39
+ .bk-exception-page .bk-exception-footer {
40
40
  margin-top: 24px;
41
41
  }
42
- :where(.bk-exception-part) .bk-exception-img {
42
+ .bk-exception-part .bk-exception-img {
43
43
  width: 120px;
44
44
  height: 100px;
45
45
  }
46
- :where(.bk-exception-part) .bk-exception-title {
46
+ .bk-exception-part .bk-exception-title {
47
47
  margin-top: 8px;
48
48
  font-size: 14px;
49
49
  line-height: 22px;
50
50
  }
51
- :where(.bk-exception-part) .bk-exception-description {
51
+ .bk-exception-part .bk-exception-description {
52
52
  margin-top: 8px;
53
53
  font-size: 12px;
54
54
  line-height: 20px;
55
55
  }
56
- :where(.bk-exception-part) .bk-exception-footer {
56
+ .bk-exception-part .bk-exception-footer {
57
57
  margin-top: 8px;
58
58
  }
@@ -1,6 +1,6 @@
1
1
  @import '../styles/themes/themes.less';
2
2
 
3
- :where(.@{bk-prefix}-exception) {
3
+ .@{bk-prefix}-exception {
4
4
  position: relative;
5
5
  display: flex;
6
6
  width: 100%;
@@ -9,7 +9,7 @@
9
9
  text-align: center;
10
10
  }
11
11
 
12
- :where(.@{bk-prefix}-exception-img) {
12
+ .@{bk-prefix}-exception-img {
13
13
  display: flex;
14
14
  align-items: center;
15
15
  justify-content: center;
@@ -21,15 +21,15 @@
21
21
  }
22
22
  }
23
23
 
24
- :where(.@{bk-prefix}-exception-title) {
24
+ .@{bk-prefix}-exception-title {
25
25
  color: #313238;
26
26
  }
27
27
 
28
- :where(.@{bk-prefix}-exception-description) {
28
+ .@{bk-prefix}-exception-description {
29
29
  color: #63656e;
30
30
  }
31
31
 
32
- :where(.@{bk-prefix}-exception-page) {
32
+ .@{bk-prefix}-exception-page {
33
33
  .@{bk-prefix}-exception-img {
34
34
  width: 480px;
35
35
  height: 240px;
@@ -52,7 +52,7 @@
52
52
  }
53
53
  }
54
54
 
55
- :where(.@{bk-prefix}-exception-part) {
55
+ .@{bk-prefix}-exception-part {
56
56
  .@{bk-prefix}-exception-img {
57
57
  width: 120px;
58
58
  height: 100px;
@@ -12,13 +12,13 @@
12
12
  --whitesmoke-color: #fafbfd;
13
13
  --disable-color: #dcdee5;
14
14
  --disable-bg-color: #f9fafd;
15
+ --border-color: #dcdee5;
15
16
  --font-size-base: 12px;
16
17
  --font-size-medium: 14px;
17
18
  --font-size-large: 16px;
18
19
  --line-height-base: 16px;
19
20
  --line-height-medium: 16px;
20
21
  --line-height-large: 18px;
21
- --border-color: #dcdee5;
22
22
  --component-size-small: 26px;
23
23
  --component-size-base: 32px;
24
24
  --component-size-large: 40px;
@@ -111,7 +111,7 @@
111
111
  --table-border-color: #dcdee5;
112
112
  --table-head-bg-color: #fafbfd;
113
113
  --table-head-font-color: #313238;
114
- --table-body-font-color: #63656e;
114
+ --table-body-font-color: #63656E;
115
115
  --table-row-hover-bg-color: #f5f7fa;
116
116
  --table-row-active-bg-color: #f0f1f5;
117
117
  --cascader-panel-border-color: #dcdee5;
@@ -127,7 +127,7 @@
127
127
  --select-active-color: #e1ecff;
128
128
  --select-hover-color: #f5f7fa;
129
129
  }
130
- :where(.bk-exception) {
130
+ .bk-exception {
131
131
  position: relative;
132
132
  display: flex;
133
133
  width: 100%;
@@ -135,53 +135,53 @@
135
135
  flex-direction: column;
136
136
  text-align: center;
137
137
  }
138
- :where(.bk-exception-img) {
138
+ .bk-exception-img {
139
139
  display: flex;
140
140
  align-items: center;
141
141
  justify-content: center;
142
142
  }
143
- :where(.bk-exception-img) .exception-image {
143
+ .bk-exception-img .exception-image {
144
144
  display: block;
145
145
  height: 100%;
146
146
  object-fit: contain;
147
147
  }
148
- :where(.bk-exception-title) {
148
+ .bk-exception-title {
149
149
  color: #313238;
150
150
  }
151
- :where(.bk-exception-description) {
151
+ .bk-exception-description {
152
152
  color: #63656e;
153
153
  }
154
- :where(.bk-exception-page) .bk-exception-img {
154
+ .bk-exception-page .bk-exception-img {
155
155
  width: 480px;
156
156
  height: 240px;
157
157
  }
158
- :where(.bk-exception-page) .bk-exception-title {
158
+ .bk-exception-page .bk-exception-title {
159
159
  margin-top: 18px;
160
160
  font-size: 24px;
161
161
  line-height: 32px;
162
162
  }
163
- :where(.bk-exception-page) .bk-exception-description {
163
+ .bk-exception-page .bk-exception-description {
164
164
  margin-top: 16px;
165
165
  font-size: 14px;
166
166
  line-height: 22px;
167
167
  }
168
- :where(.bk-exception-page) .bk-exception-footer {
168
+ .bk-exception-page .bk-exception-footer {
169
169
  margin-top: 24px;
170
170
  }
171
- :where(.bk-exception-part) .bk-exception-img {
171
+ .bk-exception-part .bk-exception-img {
172
172
  width: 120px;
173
173
  height: 100px;
174
174
  }
175
- :where(.bk-exception-part) .bk-exception-title {
175
+ .bk-exception-part .bk-exception-title {
176
176
  margin-top: 8px;
177
177
  font-size: 14px;
178
178
  line-height: 22px;
179
179
  }
180
- :where(.bk-exception-part) .bk-exception-description {
180
+ .bk-exception-part .bk-exception-description {
181
181
  margin-top: 8px;
182
182
  font-size: 12px;
183
183
  line-height: 20px;
184
184
  }
185
- :where(.bk-exception-part) .bk-exception-footer {
185
+ .bk-exception-part .bk-exception-footer {
186
186
  margin-top: 8px;
187
187
  }
@@ -1,10 +1,8 @@
1
- import "../styles/reset.css";
2
- import "./exception.less";
3
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__ from "../shared";
1
+ import * as __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__ from "../shared";
4
2
  import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
5
3
  import * as __WEBPACK_EXTERNAL_MODULE_lodash_isFunction_f90b20d6__ from "lodash/isFunction";
6
4
  import * as __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__ from "vue-types";
7
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
5
+ import * as __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__ from "../config-provider";
8
6
  /******/ var __webpack_modules__ = ({
9
7
 
10
8
  /***/ 3760:
@@ -128,7 +126,7 @@ __webpack_require__.d(__webpack_exports__, {
128
126
  ;// CONCATENATED MODULE: external "../shared"
129
127
  var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
130
128
  var y = x => () => x
131
- const shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
129
+ const external_shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.PropTypes, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.classes, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.withInstall });
132
130
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
133
131
  function _typeof(o) {
134
132
  "@babel/helpers - typeof";
@@ -187,9 +185,9 @@ var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); retur
187
185
  var external_vue_types_y = x => () => x
188
186
  const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
189
187
  ;// CONCATENATED MODULE: external "../config-provider"
190
- var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
191
- var config_provider_y = x => () => x
192
- const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
188
+ var external_config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
189
+ var external_config_provider_y = x => () => x
190
+ const external_config_provider_namespaceObject = external_config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.usePrefix });
193
191
  // EXTERNAL MODULE: ../../packages/exception/src/images/403.svg
194
192
  var _403 = __webpack_require__(3760);
195
193
  var _403_default = /*#__PURE__*/__webpack_require__.n(_403);
@@ -273,8 +271,8 @@ var SceneEnum;
273
271
  type: (0,external_vue_types_namespaceObject.toType)('type', {}).def(ExceptionEnum.CODE_404),
274
272
  // 场景
275
273
  scene: (0,external_vue_types_namespaceObject.toType)('scene', {}).def(SceneEnum.PAGE),
276
- title: shared_namespaceObject.PropTypes.string,
277
- description: shared_namespaceObject.PropTypes.string
274
+ title: external_shared_namespaceObject.PropTypes.string,
275
+ description: external_shared_namespaceObject.PropTypes.string
278
276
  },
279
277
  setup: function setup(props, _ref) {
280
278
  var slots = _ref.slots;
@@ -287,7 +285,7 @@ var SceneEnum;
287
285
  'search-empty': (search_empty_default()),
288
286
  login: (login_default())
289
287
  };
290
- var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
288
+ var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
291
289
  resolveClassName = _usePrefix.resolveClassName;
292
290
  var renderImg = function renderImg() {
293
291
  if ((0,isFunction_namespaceObject["default"])(slots.type)) {
@@ -339,7 +337,7 @@ var SceneEnum;
339
337
  return null;
340
338
  };
341
339
  return function () {
342
- var rootClass = (0,shared_namespaceObject.classes)(_defineProperty(_defineProperty({}, "".concat(resolveClassName('exception')), true), "".concat(resolveClassName("exception-".concat(props.scene))), true));
340
+ var rootClass = (0,external_shared_namespaceObject.classes)(_defineProperty(_defineProperty({}, "".concat(resolveClassName('exception')), true), "".concat(resolveClassName("exception-".concat(props.scene))), true));
343
341
  return (0,external_vue_namespaceObject.createVNode)("div", {
344
342
  "class": rootClass
345
343
  }, [renderImg(), renderTitle(), renderDescription(), renderFooter()]);
@@ -374,7 +372,7 @@ var SceneEnum;
374
372
  */
375
373
 
376
374
 
377
- var BkException = (0,shared_namespaceObject.withInstall)(exception);
375
+ var BkException = (0,external_shared_namespaceObject.withInstall)(exception);
378
376
 
379
377
  /* harmony default export */ const src = (BkException);
380
378
  })();