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

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 +2 -2
  287. package/lib/styles/themes/themes copy.less +0 -167
@@ -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,92 +127,92 @@
127
127
  --select-active-color: #e1ecff;
128
128
  --select-hover-color: #f5f7fa;
129
129
  }
130
- :where(.bk-tab) {
130
+ .bk-tab {
131
131
  position: relative;
132
132
  display: flex;
133
133
  }
134
- :where(.bk-tab) .bk-tab--top {
134
+ .bk-tab--top {
135
135
  flex-direction: column;
136
136
  }
137
- :where(.bk-tab) .bk-tab--right {
137
+ .bk-tab--right {
138
138
  flex-direction: row-reverse;
139
139
  }
140
- :where(.bk-tab) .bk-tab-header {
140
+ .bk-tab-header {
141
141
  position: relative;
142
142
  display: flex;
143
143
  color: var(--default-color);
144
144
  }
145
- .bk-tab--left :where(.bk-tab) .bk-tab-header {
145
+ .bk-tab--left .bk-tab-header {
146
146
  border-right: 1px solid var(--disable-color);
147
147
  }
148
- .bk-tab--right :where(.bk-tab) .bk-tab-header {
148
+ .bk-tab--right .bk-tab-header {
149
149
  border-left: 1px solid var(--disable-color);
150
150
  }
151
- .bk-tab--vertical-tab :where(.bk-tab) .bk-tab-header {
151
+ .bk-tab--vertical-tab .bk-tab-header {
152
152
  border: 0;
153
153
  }
154
- .bk-tab--left :where(.bk-tab) .bk-tab-header,
155
- .bk-tab--right :where(.bk-tab) .bk-tab-header {
154
+ .bk-tab--left .bk-tab-header,
155
+ .bk-tab--right .bk-tab-header {
156
156
  flex-direction: column;
157
157
  }
158
- .bk-tab--left :where(.bk-tab) .bk-tab-header > div,
159
- .bk-tab--right :where(.bk-tab) .bk-tab-header > div {
158
+ .bk-tab--left .bk-tab-header > div,
159
+ .bk-tab--right .bk-tab-header > div {
160
160
  flex-direction: column;
161
161
  }
162
- .bk-tab--card-tab :where(.bk-tab) .bk-tab-header,
163
- .bk-tab--vertical-tab :where(.bk-tab) .bk-tab-header {
164
- background: #f0f1f5;
162
+ .bk-tab--card-tab .bk-tab-header,
163
+ .bk-tab--vertical-tab .bk-tab-header {
164
+ background: #F0F1F5;
165
165
  }
166
- .bk-tab--card-tab :where(.bk-tab) .bk-tab-header {
166
+ .bk-tab--card-tab .bk-tab-header {
167
167
  border-radius: 4px 4px 0;
168
168
  }
169
- .bk-tab--card :where(.bk-tab) .bk-tab-header,
170
- .bk-tab--vertical-card :where(.bk-tab) .bk-tab-header {
169
+ .bk-tab--card .bk-tab-header,
170
+ .bk-tab--vertical-card .bk-tab-header {
171
171
  border-bottom: 1px solid var(--disable-color);
172
172
  }
173
- .bk-tab--border-card :where(.bk-tab) .bk-tab-header {
173
+ .bk-tab--border-card .bk-tab-header {
174
174
  border: solid var(--disable-color);
175
175
  border-width: 1px 1px 1px 0;
176
176
  }
177
- .bk-tab--border-card :where(.bk-tab) .bk-tab-header {
178
- background: #fafbfd;
177
+ .bk-tab--border-card .bk-tab-header {
178
+ background: #FAFBFD;
179
179
  }
180
- .bk-tab--unborder-card :where(.bk-tab) .bk-tab-header {
180
+ .bk-tab--unborder-card .bk-tab-header {
181
181
  border-bottom: 1px solid var(--disable-color);
182
182
  }
183
- :where(.bk-tab) .bk-tab-header > div {
183
+ .bk-tab-header > div {
184
184
  display: flex;
185
185
  flex-wrap: nowrap;
186
186
  }
187
- .bk-tab--card :where(.bk-tab) .bk-tab-header > div,
188
- .bk-tab--vertical-card :where(.bk-tab) .bk-tab-header > div,
189
- .bk-tab--border-card :where(.bk-tab) .bk-tab-header > div {
187
+ .bk-tab--card .bk-tab-header > div,
188
+ .bk-tab--vertical-card .bk-tab-header > div,
189
+ .bk-tab--border-card .bk-tab-header > div {
190
190
  margin-bottom: -1px;
191
191
  }
192
- :where(.bk-tab) .bk-tab-header-nav {
192
+ .bk-tab-header-nav {
193
193
  position: relative;
194
194
  }
195
- .bk-tab--top :where(.bk-tab) .bk-tab-header-nav {
195
+ .bk-tab--top .bk-tab-header-nav {
196
196
  overflow-x: auto;
197
197
  overflow-y: visible;
198
198
  }
199
- .bk-tab--left :where(.bk-tab) .bk-tab-header-nav,
200
- .bk-tab--right :where(.bk-tab) .bk-tab-header-nav {
199
+ .bk-tab--left .bk-tab-header-nav,
200
+ .bk-tab--right .bk-tab-header-nav {
201
201
  overflow-x: visible;
202
202
  overflow-y: auto;
203
203
  }
204
- .bk-tab--card :where(.bk-tab) .bk-tab-header-nav,
205
- .bk-tab--border-card :where(.bk-tab) .bk-tab-header-nav,
206
- .bk-tab--vertical-card :where(.bk-tab) .bk-tab-header-nav {
204
+ .bk-tab--card .bk-tab-header-nav,
205
+ .bk-tab--border-card .bk-tab-header-nav,
206
+ .bk-tab--vertical-card .bk-tab-header-nav {
207
207
  border-left: 1px solid var(--disable-color);
208
208
  }
209
- :where(.bk-tab) .bk-tab-header-nav::-webkit-scrollbar {
209
+ .bk-tab-header-nav::-webkit-scrollbar {
210
210
  display: none;
211
211
  width: 0;
212
212
  height: 0;
213
213
  }
214
- :where(.bk-tab) .bk-tab-header-next,
215
- :where(.bk-tab) .bk-tab-header-prev {
214
+ .bk-tab-header-next,
215
+ .bk-tab-header-prev {
216
216
  position: absolute;
217
217
  top: 1px;
218
218
  bottom: 1px;
@@ -220,51 +220,51 @@
220
220
  background: #fff;
221
221
  content: '';
222
222
  }
223
- :where(.bk-tab) .bk-tab-header-prev {
223
+ .bk-tab-header-prev {
224
224
  left: 1px;
225
225
  }
226
- :where(.bk-tab) .bk-tab-header-next {
226
+ .bk-tab-header-next {
227
227
  right: 1px;
228
228
  }
229
- :where(.bk-tab) .bk-tab-header-operation .bk-tab-header-item {
229
+ .bk-tab-header-operation .bk-tab-header-item {
230
230
  padding: 0 12px;
231
231
  }
232
- :where(.bk-tab) .bk-tab-header-setting {
232
+ .bk-tab-header-setting {
233
233
  justify-self: flex-end;
234
234
  margin-left: auto;
235
235
  white-space: nowrap;
236
236
  }
237
- :where(.bk-tab) .bk-tab-header-item {
237
+ .bk-tab-header-item {
238
238
  display: flex;
239
239
  white-space: nowrap;
240
240
  cursor: pointer;
241
241
  justify-content: center;
242
242
  align-items: center;
243
243
  }
244
- .bk-tab--top :where(.bk-tab) .bk-tab-header-item {
244
+ .bk-tab--top .bk-tab-header-item {
245
245
  padding: 0 20px;
246
246
  }
247
- .bk-tab--left :where(.bk-tab) .bk-tab-header-item,
248
- .bk-tab--right :where(.bk-tab) .bk-tab-header-item {
247
+ .bk-tab--left .bk-tab-header-item,
248
+ .bk-tab--right .bk-tab-header-item {
249
249
  padding: 0 12px;
250
250
  }
251
- .bk-tab--left :where(.bk-tab) .bk-tab-header-item {
251
+ .bk-tab--left .bk-tab-header-item {
252
252
  text-align: right;
253
253
  }
254
- .bk-tab--card :where(.bk-tab) .bk-tab-header-item,
255
- .bk-tab--vertical-card :where(.bk-tab) .bk-tab-header-item {
254
+ .bk-tab--card .bk-tab-header-item,
255
+ .bk-tab--vertical-card .bk-tab-header-item {
256
256
  border-top: 1px solid var(--disable-color);
257
257
  }
258
- .bk-tab--card :where(.bk-tab) .bk-tab-header-item,
259
- .bk-tab--border-card :where(.bk-tab) .bk-tab-header-item,
260
- .bk-tab--vertical-card :where(.bk-tab) .bk-tab-header-item {
258
+ .bk-tab--card .bk-tab-header-item,
259
+ .bk-tab--border-card .bk-tab-header-item,
260
+ .bk-tab--vertical-card .bk-tab-header-item {
261
261
  border-right: 1px solid var(--disable-color);
262
262
  }
263
- .bk-tab--card-tab :where(.bk-tab) .bk-tab-header-item {
263
+ .bk-tab--card-tab .bk-tab-header-item {
264
264
  position: relative;
265
265
  }
266
- .bk-tab--card-tab :where(.bk-tab) .bk-tab-header-item:not(:first-of-type):before,
267
- .bk-tab--card-tab :where(.bk-tab) .bk-tab-header-item:last-of-type:after {
266
+ .bk-tab--card-tab .bk-tab-header-item:not(:first-of-type):before,
267
+ .bk-tab--card-tab .bk-tab-header-item:last-of-type:after {
268
268
  position: absolute;
269
269
  top: 50%;
270
270
  left: 0;
@@ -275,30 +275,30 @@
275
275
  background: #c4c6cc;
276
276
  content: '';
277
277
  }
278
- .bk-tab--card-tab :where(.bk-tab) .bk-tab-header-item:last-of-type:after {
278
+ .bk-tab--card-tab .bk-tab-header-item:last-of-type:after {
279
279
  right: 0;
280
280
  left: initial;
281
281
  }
282
- .bk-tab--card-grid :where(.bk-tab) .bk-tab-header-item {
282
+ .bk-tab--card-grid .bk-tab-header-item {
283
283
  height: 40px;
284
284
  margin-right: 8px;
285
285
  line-height: 40px;
286
286
  background: #eaebf0;
287
287
  border-radius: 4px 4px 0 0;
288
288
  }
289
- .bk-tab-header-operation :where(.bk-tab) .bk-tab-header-item {
289
+ .bk-tab-header-operation .bk-tab-header-item {
290
290
  padding-right: 12px;
291
291
  padding-left: 12px;
292
292
  }
293
- :where(.bk-tab) .bk-tab-header-item:hover {
293
+ .bk-tab-header-item:hover {
294
294
  color: var(--primary-color);
295
295
  }
296
- :where(.bk-tab) .bk-tab-header-item:hover .bk-tab-header--close {
296
+ .bk-tab-header-item:hover .bk-tab-header--close {
297
297
  display: block;
298
298
  margin-left: 5px;
299
299
  color: var(--danger-color);
300
300
  }
301
- :where(.bk-tab) .bk-tab-header--active {
301
+ .bk-tab-header--active {
302
302
  color: var(--primary-color);
303
303
  /* 激活边框,跟随,不再用固定样式
304
304
  //.@{bk-prefix}-tab--unborder-card & {
@@ -313,61 +313,61 @@
313
313
  }
314
314
  */
315
315
  }
316
- .bk-tab--card :where(.bk-tab) .bk-tab-header--active,
317
- .bk-tab--border-card :where(.bk-tab) .bk-tab-header--active,
318
- .bk-tab--vertical-card :where(.bk-tab) .bk-tab-header--active {
316
+ .bk-tab--card .bk-tab-header--active,
317
+ .bk-tab--border-card .bk-tab-header--active,
318
+ .bk-tab--vertical-card .bk-tab-header--active {
319
319
  background: var(--white-color);
320
320
  border-bottom-color: var(--white-color);
321
321
  }
322
- .bk-tab--card-tab :where(.bk-tab) .bk-tab-header--active,
323
- .bk-tab--vertical-tab :where(.bk-tab) .bk-tab-header--active {
322
+ .bk-tab--card-tab .bk-tab-header--active,
323
+ .bk-tab--vertical-tab .bk-tab-header--active {
324
324
  background: #fff;
325
325
  }
326
- .bk-tab--card-tab :where(.bk-tab) .bk-tab-header--active {
326
+ .bk-tab--card-tab .bk-tab-header--active {
327
327
  border-radius: 4px 4px 0 0;
328
328
  }
329
- .bk-tab--card-tab :where(.bk-tab) .bk-tab-header--active:after,
330
- .bk-tab--card-tab :where(.bk-tab) .bk-tab-header--active:before,
331
- .bk-tab--card-tab :where(.bk-tab) .bk-tab-header--active + .bk-tab-header-item:before {
329
+ .bk-tab--card-tab .bk-tab-header--active:after,
330
+ .bk-tab--card-tab .bk-tab-header--active:before,
331
+ .bk-tab--card-tab .bk-tab-header--active + .bk-tab-header-item:before {
332
332
  /* stylelint-disable-next-line declaration-no-important */
333
333
  display: none !important;
334
334
  }
335
- .bk-tab--card-grid :where(.bk-tab) .bk-tab-header--active {
335
+ .bk-tab--card-grid .bk-tab-header--active {
336
336
  background: #fff;
337
337
  }
338
- :where(.bk-tab) .bk-tab-header--close {
338
+ .bk-tab-header--close {
339
339
  display: none;
340
340
  font-size: 16px;
341
341
  color: var(--light-gray);
342
342
  }
343
- :where(.bk-tab) .bk-tab-header--disabled {
343
+ .bk-tab-header--disabled {
344
344
  cursor: not-allowed;
345
345
  }
346
- :where(.bk-tab) .bk-tab-header--disabled,
347
- :where(.bk-tab) .bk-tab-header--disabled:hover {
346
+ .bk-tab-header--disabled,
347
+ .bk-tab-header--disabled:hover {
348
348
  color: #aaa;
349
349
  }
350
- :where(.bk-tab) .bk-tab-header-active-bar {
350
+ .bk-tab-header-active-bar {
351
351
  position: absolute;
352
352
  width: 0;
353
353
  height: 0;
354
354
  background: var(--primary-color);
355
355
  transition: all ease-in 300ms;
356
356
  }
357
- :where(.bk-tab) .bk-tab-content {
357
+ .bk-tab-content {
358
358
  flex: 1;
359
359
  padding: 10px;
360
360
  }
361
- .bk-tab--border-card :where(.bk-tab) .bk-tab-content,
362
- .bk-tab--vertical-card :where(.bk-tab) .bk-tab-content {
361
+ .bk-tab--border-card .bk-tab-content,
362
+ .bk-tab--vertical-card .bk-tab-content {
363
363
  border: solid var(--disable-color);
364
364
  border-width: 0 1px 1px;
365
365
  }
366
- .bk-tab--card-grid :where(.bk-tab) .bk-tab-content {
366
+ .bk-tab--card-grid .bk-tab-content {
367
367
  background: #fff;
368
368
  border-radius: 0 4px 4px 4px;
369
369
  box-shadow: 0 2px 4px 0 #1919290d;
370
370
  }
371
- :where(.bk-tab) .bk-tab-panel {
371
+ .bk-tab-panel {
372
372
  height: 100%;
373
373
  }
@@ -182,6 +182,7 @@ declare const _default: import("vue").DefineComponent<{
182
182
  }, unknown, {}, {
183
183
  updateColumnDefine(unmounted?: boolean): void;
184
184
  copyProps(props: ITableColumn): {};
185
+ rsolveIndexedColumn(): boolean;
185
186
  updateColumnDefineByParent(): void;
186
187
  unmountColumn(): void;
187
188
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
@@ -1455,6 +1455,7 @@ declare const BkTable: {
1455
1455
  default: number;
1456
1456
  };
1457
1457
  }>>): {};
1458
+ rsolveIndexedColumn(): boolean;
1458
1459
  updateColumnDefineByParent(): void;
1459
1460
  unmountColumn(): void;
1460
1461
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{