bkui-vue 0.0.2-beta.8 → 0.0.2-beta.80
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.
- package/dist/index.cjs.js +70 -62
- package/dist/index.esm.js +15668 -15161
- package/dist/index.umd.js +73 -65
- package/dist/locale/en.esm.js +1 -1
- package/dist/locale/en.esm.js.map +1 -1
- package/dist/locale/en.umd.js +1 -1
- package/dist/locale/en.umd.js.map +1 -1
- package/dist/locale/zh-cn.esm.js +1 -1
- package/dist/locale/zh-cn.esm.js.map +1 -1
- package/dist/locale/zh-cn.umd.js +1 -1
- package/dist/locale/zh-cn.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.d.ts +1 -1
- package/lib/affix/index.d.ts +4 -4
- package/lib/affix/index.js +1 -1
- package/lib/alert/alert.css +7 -0
- package/lib/alert/alert.d.ts +5 -5
- package/lib/alert/alert.less +16 -6
- package/lib/alert/alert.variable.css +7 -0
- package/lib/alert/index.d.ts +10 -10
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/index.d.ts +1 -1
- package/lib/animate-number/index.js +1 -1
- package/lib/backtop/backtop.css +8 -8
- package/lib/backtop/backtop.less +3 -1
- package/lib/backtop/backtop.variable.css +11 -11
- package/lib/backtop/index.d.ts +1 -1
- package/lib/backtop/index.js +1 -1
- package/lib/badge/badge.d.ts +2 -2
- package/lib/badge/index.d.ts +7 -7
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb.css +4 -4
- package/lib/breadcrumb/breadcrumb.variable.css +4 -4
- package/lib/breadcrumb/index.d.ts +2 -2
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button.css +20 -0
- package/lib/button/button.less +105 -94
- package/lib/button/button.variable.css +20 -0
- package/lib/button/index.d.ts +2 -2
- package/lib/button/index.js +1 -1
- package/lib/card/card.css +4 -4
- package/lib/card/card.d.ts +1 -1
- package/lib/card/card.variable.css +4 -4
- package/lib/card/index.d.ts +4 -4
- package/lib/card/index.js +1 -1
- package/lib/cascader/cascader.css +4 -4
- package/lib/cascader/cascader.d.ts +1 -0
- package/lib/cascader/cascader.variable.css +4 -4
- package/lib/cascader/index.d.ts +5 -2
- package/lib/cascader/index.js +1 -1
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/checkbox-group.d.ts +6 -3
- package/lib/checkbox/checkbox.d.ts +4 -4
- package/lib/checkbox/index.d.ts +22 -19
- package/lib/checkbox/index.js +1 -1
- package/lib/code-diff/index.d.ts +1 -1
- package/lib/code-diff/index.js +1 -1
- package/lib/collapse/index.d.ts +2 -2
- package/lib/collapse/index.js +1 -1
- package/lib/collapse-transition/index.d.ts +128 -2
- package/lib/collapse-transition/index.js +1 -1
- package/lib/color-picker/color-picker.d.ts +16 -0
- package/lib/color-picker/components/recommend-colors.d.ts +16 -0
- package/lib/color-picker/index.d.ts +19 -1
- package/lib/color-picker/index.js +1 -1
- package/lib/components.d.ts +1 -1
- package/lib/components.js +1 -1
- package/lib/config-provider/config-provider.d.ts +3 -0
- package/lib/config-provider/index.d.ts +5 -1
- package/lib/config-provider/index.js +1 -1
- package/lib/config-provider/token.d.ts +1 -0
- package/lib/config-provider/use-global-config.d.ts +2 -0
- package/lib/config-provider/use-prefix.d.ts +2 -0
- package/lib/container/container.css +4 -4
- package/lib/container/container.variable.css +4 -4
- package/lib/container/index.d.ts +2 -2
- package/lib/container/index.js +1 -1
- package/lib/date-picker/date-picker.d.ts +4 -2
- package/lib/date-picker/index.d.ts +15 -8
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/panel/date-range.d.ts +2 -1
- package/lib/date-picker/time-picker.d.ts +1 -1
- package/lib/dialog/dialog.css +2 -0
- package/lib/dialog/dialog.variable.css +2 -0
- package/lib/dialog/index.d.ts +1 -1
- package/lib/dialog/index.js +1 -1
- package/lib/directives/index.js +1 -1
- package/lib/directives/tooltips.d.ts +3 -2
- package/lib/dist.index.js +1 -1
- package/lib/divider/index.d.ts +1 -1
- package/lib/divider/index.js +1 -1
- package/lib/dropdown/dropdown.css +1 -0
- package/lib/dropdown/dropdown.d.ts +1 -1
- package/lib/dropdown/dropdown.variable.css +1 -0
- package/lib/dropdown/index.d.ts +7 -7
- package/lib/dropdown/index.js +1 -1
- package/lib/exception/index.d.ts +2 -2
- package/lib/exception/index.js +1 -1
- package/lib/fixed-navbar/index.d.ts +1 -1
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/index.d.ts +3 -3
- package/lib/form/index.js +1 -1
- package/lib/hooks.d.ts +1 -1
- package/lib/hooks.js +1 -1
- package/lib/icon/angle-double-down-line.js +1 -1
- package/lib/icon/angle-double-left-line.js +1 -1
- package/lib/icon/angle-double-left.js +1 -1
- package/lib/icon/angle-double-right-line.js +1 -1
- package/lib/icon/angle-double-right.js +1 -1
- package/lib/icon/angle-double-up-line.js +1 -1
- package/lib/icon/angle-down-fill.js +1 -1
- package/lib/icon/angle-down-line.js +1 -1
- package/lib/icon/angle-down.js +1 -1
- package/lib/icon/angle-left.js +1 -1
- package/lib/icon/angle-right.js +1 -1
- package/lib/icon/angle-up-fill.js +1 -1
- package/lib/icon/angle-up.js +1 -1
- package/lib/icon/archive-fill.js +1 -1
- package/lib/icon/arrows-left.js +1 -1
- package/lib/icon/arrows-right.js +1 -1
- package/lib/icon/assistant.d.ts +4 -0
- package/lib/icon/assistant.js +1 -0
- package/lib/icon/audio-fill.js +1 -1
- package/lib/icon/bk.js +1 -1
- package/lib/icon/circle.js +1 -1
- package/lib/icon/close-line.js +1 -1
- package/lib/icon/close.js +1 -1
- package/lib/icon/code.js +1 -1
- package/lib/icon/cog-shape.js +1 -1
- package/lib/icon/collapse-left.js +1 -1
- package/lib/icon/copy-shape.js +1 -1
- package/lib/icon/copy.js +1 -1
- package/lib/icon/data-shape.js +1 -1
- package/lib/icon/del.js +1 -1
- package/lib/icon/doc-fill.js +1 -1
- package/lib/icon/done.js +1 -1
- package/lib/icon/down-shape.js +1 -1
- package/lib/icon/down-small.js +1 -1
- package/lib/icon/edit-line.js +1 -1
- package/lib/icon/ellipsis.js +1 -1
- package/lib/icon/enlarge-line.js +1 -1
- package/lib/icon/error.js +1 -1
- package/lib/icon/excel-fill.js +1 -1
- package/lib/icon/exclamation-circle-shape.js +1 -1
- package/lib/icon/eye.js +1 -1
- package/lib/icon/filliscreen-line.js +1 -1
- package/lib/icon/fix-line.js +1 -1
- package/lib/icon/fix-shape.js +1 -1
- package/lib/icon/folder-open.js +1 -1
- package/lib/icon/folder-shape-open.js +1 -1
- package/lib/icon/folder-shape.js +1 -1
- package/lib/icon/folder.js +1 -1
- package/lib/icon/funnel.js +1 -1
- package/lib/icon/help-document-fill.js +1 -1
- package/lib/icon/help-fill.js +1 -1
- package/lib/icon/help.js +1 -1
- package/lib/icon/image-fill.js +1 -1
- package/lib/icon/img-error.js +1 -1
- package/lib/icon/img-placehoulder.js +1 -1
- package/lib/icon/index.d.ts +1 -0
- package/lib/icon/index.js +1 -1
- package/lib/icon/info-line.js +1 -1
- package/lib/icon/info.js +1 -1
- package/lib/icon/left-shape.js +1 -1
- package/lib/icon/left-turn-line.js +1 -1
- package/lib/icon/narrow-line.js +1 -1
- package/lib/icon/original.js +1 -1
- package/lib/icon/pdf-fill.js +1 -1
- package/lib/icon/play-shape.js +1 -1
- package/lib/icon/plus.js +1 -1
- package/lib/icon/ppt-fill.js +1 -1
- package/lib/icon/qq.js +1 -1
- package/lib/icon/right-shape.js +1 -1
- package/lib/icon/right-turn-line.js +1 -1
- package/lib/icon/search.js +1 -1
- package/lib/icon/share.js +1 -1
- package/lib/icon/spinner.js +1 -1
- package/lib/icon/success.js +1 -1
- package/lib/icon/switcher-loading.js +1 -1
- package/lib/icon/text-file.js +1 -1
- package/lib/icon/text-fill.js +1 -1
- package/lib/icon/transfer.js +1 -1
- package/lib/icon/tree-application-shape.js +1 -1
- package/lib/icon/unfull-screen.js +1 -1
- package/lib/icon/unvisible.js +1 -1
- package/lib/icon/up-shape.js +1 -1
- package/lib/icon/upload.js +1 -1
- package/lib/icon/video-fill.js +1 -1
- package/lib/icon/warn.js +1 -1
- package/lib/icon/weixin-pro.js +1 -1
- package/lib/icon/weixin.js +1 -1
- package/lib/image/index.d.ts +1 -1
- package/lib/image/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/info-box/index.js +1 -1
- package/lib/info-box/info-box.css +2 -0
- package/lib/info-box/info-box.less +2 -1
- package/lib/info-box/info-box.variable.css +2 -0
- package/lib/input/index.d.ts +146 -50
- package/lib/input/index.js +2 -1
- package/lib/input/index.js.LICENSE.txt +1 -0
- package/lib/input/input.css +38 -10
- package/lib/input/input.d.ts +100 -11
- package/lib/input/input.less +53 -14
- package/lib/input/input.variable.css +38 -10
- package/lib/input/util.d.ts +6 -0
- package/lib/link/index.d.ts +4 -4
- package/lib/link/index.js +1 -1
- package/lib/link/link.d.ts +1 -1
- package/lib/loading/index.d.ts +2 -2
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +4 -4
- package/lib/loading/loading.variable.css +4 -4
- package/lib/locale/index.js +1 -1
- package/lib/locale/lang/en.d.ts +1 -0
- package/lib/menu/index.d.ts +2 -2
- package/lib/menu/index.js +1 -1
- package/lib/menu/menu.css +4 -4
- package/lib/menu/menu.variable.css +4 -4
- package/lib/message/index.js +1 -1
- package/lib/message/message.css +33 -9
- package/lib/message/message.less +78 -54
- package/lib/message/message.variable.css +33 -9
- package/lib/message/messageConstructor.d.ts +30 -8
- package/lib/modal/index.d.ts +2 -2
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +2 -0
- package/lib/modal/modal.variable.css +2 -0
- package/lib/navigation/index.d.ts +4 -1
- package/lib/navigation/index.js +1 -1
- package/lib/navigation/navigation.d.ts +1 -0
- package/lib/notify/index.js +1 -1
- package/lib/notify/notifyConstructor.d.ts +1 -1
- package/lib/overflow-title/components/overflow-title.d.ts +257 -1
- package/lib/overflow-title/index.d.ts +387 -2
- package/lib/overflow-title/index.js +1 -1
- package/lib/overflow-title/props.d.ts +129 -0
- package/lib/pagination/index.d.ts +2 -2
- package/lib/pagination/index.js +1 -1
- package/lib/plugin-popover/index.js +1 -1
- package/lib/plugins/index.js +1 -1
- package/lib/pop-confirm/index.d.ts +1 -1
- package/lib/pop-confirm/index.js +1 -1
- package/lib/popover/const.d.ts +22 -9
- package/lib/popover/content.d.ts +33 -0
- package/lib/popover/index.d.ts +154 -61
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.css +1 -0
- package/lib/popover/popover.d.ts +64 -23
- package/lib/popover/popover.less +3 -2
- package/lib/popover/popover.variable.css +1 -0
- package/lib/popover/props.d.ts +29 -4
- package/lib/popover/use-floating.d.ts +2 -2
- package/lib/popover/use-popover-init.d.ts +2 -1
- package/lib/popover2/index.d.ts +1 -1
- package/lib/popover2/index.js +1 -1
- package/lib/preset.d.ts +2 -0
- package/lib/preset.js +1 -1
- package/lib/process/index.d.ts +1 -1
- package/lib/process/index.js +1 -1
- package/lib/progress/index.d.ts +1 -1
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.css +4 -4
- package/lib/progress/progress.variable.css +4 -4
- package/lib/radio/index.d.ts +23 -23
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +4 -4
- package/lib/radio/radio-group.d.ts +4 -4
- package/lib/radio/radio.d.ts +4 -4
- package/lib/rate/index.d.ts +8 -4
- package/lib/rate/index.js +1 -1
- package/lib/rate/rate.d.ts +2 -1
- package/lib/resize-layout/index.d.ts +4 -4
- package/lib/resize-layout/index.js +1 -1
- package/lib/resize-layout/resize-layout.css +12 -0
- package/lib/resize-layout/resize-layout.d.ts +1 -1
- package/lib/resize-layout/resize-layout.less +12 -0
- package/lib/resize-layout/resize-layout.variable.css +12 -0
- package/lib/search-select/index.d.ts +62 -29
- package/lib/search-select/index.js +1 -1
- package/lib/search-select/input.d.ts +5 -1
- package/lib/search-select/menu.d.ts +33 -2
- package/lib/search-select/search-select.css +37 -17
- package/lib/search-select/search-select.d.ts +23 -20
- package/lib/search-select/search-select.less +34 -11
- package/lib/search-select/search-select.variable.css +37 -17
- package/lib/search-select/selected.d.ts +5 -1
- package/lib/search-select/utils.d.ts +13 -5
- package/lib/select/common.d.ts +1 -0
- package/lib/select/index.d.ts +203 -84
- package/lib/select/index.js +1 -1
- package/lib/select/option.d.ts +11 -0
- package/lib/select/select.css +13 -5
- package/lib/select/select.d.ts +86 -37
- package/lib/select/select.less +11 -1
- package/lib/select/select.variable.css +37 -29
- package/lib/select/selectTagInput.d.ts +8 -5
- package/lib/shared/helper.d.ts +1 -1
- package/lib/shared/index.js +1 -1
- package/lib/shared/mask-manager.d.ts +3 -4
- package/lib/shared/pop-manager.d.ts +6 -2
- package/lib/shared/popover.d.ts +2 -2
- package/lib/shared/vue-types.d.ts +3 -2
- package/lib/sideslider/index.d.ts +1 -1
- package/lib/sideslider/index.js +1 -1
- package/lib/slider/index.d.ts +1 -1
- package/lib/slider/index.js +1 -1
- package/lib/steps/index.d.ts +1 -1
- package/lib/steps/index.js +1 -1
- package/lib/styles/mixins/animate.css +4 -4
- package/lib/styles/mixins/animate.less +10 -6
- package/lib/styles/mixins/animate.variable.css +126 -4
- package/lib/styles/mixins/mixins.css +4 -4
- package/lib/styles/mixins/mixins.variable.css +4 -4
- package/lib/styles/mixins/popper.less +6 -5
- package/lib/swiper/index.d.ts +1 -1
- package/lib/swiper/index.js +1 -1
- package/lib/swiper/swiper.css +0 -6
- package/lib/swiper/swiper.less +0 -8
- package/lib/swiper/swiper.variable.css +0 -6
- package/lib/switcher/index.d.ts +30 -16
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.css +4 -4
- package/lib/switcher/switcher.d.ts +74 -5
- package/lib/switcher/switcher.variable.css +4 -4
- package/lib/tab/index.d.ts +3 -3
- package/lib/tab/index.js +1 -1
- package/lib/tab/tab-nav.d.ts +12 -2
- package/lib/tab/tab-panel.d.ts +1 -1
- package/lib/table/components/table-cell.d.ts +22 -15
- package/lib/table/components/table-column.d.ts +155 -219
- package/lib/table/const.d.ts +40 -56
- package/lib/table/events.d.ts +180 -0
- package/lib/table/index.d.ts +747 -440
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.css +3 -0
- package/lib/table/plugins/head-filter.d.ts +3 -7
- package/lib/table/plugins/head-filter.less +3 -0
- package/lib/table/plugins/head-filter.variable.css +3 -0
- package/lib/table/plugins/head-sort.d.ts +3 -7
- package/lib/table/plugins/settings.d.ts +12 -26
- package/lib/table/plugins/use-column-resize.d.ts +30 -10
- package/lib/table/plugins/use-fixed-column.d.ts +10 -9
- package/lib/table/plugins/use-pagination.d.ts +7 -4
- package/lib/table/props.d.ts +220 -181
- package/lib/table/render.d.ts +12 -20
- package/lib/table/table.css +89 -6
- package/lib/table/table.d.ts +227 -104
- package/lib/table/table.less +79 -9
- package/lib/table/table.variable.css +89 -6
- package/lib/table/use-attributes.d.ts +55 -0
- package/lib/table/use-column.d.ts +177 -3
- package/lib/table/use-common.d.ts +1609 -76
- package/lib/table/use-render.d.ts +11 -0
- package/lib/table/utils.d.ts +30 -28
- package/lib/table-column/index.d.ts +240 -527
- package/lib/table-column/index.js +1 -1
- package/lib/tag/index.d.ts +10 -10
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag-input/index.d.ts +49 -13
- package/lib/tag-input/index.js +1 -1
- package/lib/tag-input/tag-input.css +9 -1
- package/lib/tag-input/tag-input.d.ts +46 -10
- package/lib/tag-input/tag-input.less +13 -4
- package/lib/tag-input/tag-input.variable.css +9 -1
- package/lib/tag-input/tag-props.d.ts +16 -4
- package/lib/time-picker/index.d.ts +4 -4
- package/lib/time-picker/index.js +1 -1
- package/lib/timeline/index.d.ts +1 -1
- package/lib/timeline/index.js +1 -1
- package/lib/transfer/index.d.ts +1 -1
- package/lib/transfer/index.js +1 -1
- package/lib/tree/constant.d.ts +2 -2
- package/lib/tree/index.d.ts +49 -7
- package/lib/tree/index.js +1 -1
- package/lib/tree/props.d.ts +16 -2
- package/lib/tree/tree.d.ts +27 -2
- package/lib/tree/use-node-action.d.ts +5 -3
- package/lib/tree/use-node-attribute.d.ts +17 -8
- package/lib/tree/use-search.d.ts +2 -2
- package/lib/tree/use-tree-init.d.ts +1 -2
- package/lib/tree/util.d.ts +8 -3
- package/lib/upload/index.d.ts +1 -1
- package/lib/upload/index.js +1 -1
- package/lib/upload/upload.css +4 -4
- package/lib/upload/upload.variable.css +4 -4
- package/lib/virtual-render/index.d.ts +43 -1
- package/lib/virtual-render/index.js +1 -1
- package/lib/virtual-render/props.d.ts +15 -0
- package/lib/virtual-render/v-virtual-render.d.ts +19 -1
- package/lib/virtual-render/virtual-render.d.ts +25 -0
- package/lib/volar.components.d.ts +24 -24
- package/package.json +17 -16
package/lib/table/table.css
CHANGED
@@ -178,6 +178,11 @@
|
|
178
178
|
border-color: #5594fa;
|
179
179
|
color: white;
|
180
180
|
}
|
181
|
+
.bk-button.bk-button-primary.is-outline:active {
|
182
|
+
background-color: #2c77f4;
|
183
|
+
border-color: #2c77f4;
|
184
|
+
color: white;
|
185
|
+
}
|
181
186
|
.bk-button.bk-button-primary.is-text {
|
182
187
|
color: #3a84ff;
|
183
188
|
background-color: transparent;
|
@@ -224,6 +229,11 @@
|
|
224
229
|
border-color: #ffb848;
|
225
230
|
color: white;
|
226
231
|
}
|
232
|
+
.bk-button.bk-button-warning.is-outline:active {
|
233
|
+
background-color: #eb9000;
|
234
|
+
border-color: #eb9000;
|
235
|
+
color: white;
|
236
|
+
}
|
227
237
|
.bk-button.bk-button-warning.is-text {
|
228
238
|
color: #ff9c01;
|
229
239
|
background-color: transparent;
|
@@ -270,6 +280,11 @@
|
|
270
280
|
border-color: #45e35f;
|
271
281
|
color: white;
|
272
282
|
}
|
283
|
+
.bk-button.bk-button-success.is-outline:active {
|
284
|
+
background-color: #1ab943;
|
285
|
+
border-color: #1ab943;
|
286
|
+
color: white;
|
287
|
+
}
|
273
288
|
.bk-button.bk-button-success.is-text {
|
274
289
|
color: #2dcb56;
|
275
290
|
background-color: transparent;
|
@@ -316,6 +331,11 @@
|
|
316
331
|
border-color: #ff5656;
|
317
332
|
color: white;
|
318
333
|
}
|
334
|
+
.bk-button.bk-button-danger.is-outline:active {
|
335
|
+
background-color: #db2626;
|
336
|
+
border-color: #db2626;
|
337
|
+
color: white;
|
338
|
+
}
|
319
339
|
.bk-button.bk-button-danger.is-text {
|
320
340
|
color: #ea3636;
|
321
341
|
background-color: transparent;
|
@@ -710,6 +730,7 @@
|
|
710
730
|
}
|
711
731
|
.bk-popover.bk-pop2-content .bk-pop2-arrow {
|
712
732
|
position: absolute;
|
733
|
+
z-index: -1;
|
713
734
|
width: 8px;
|
714
735
|
height: 8px;
|
715
736
|
background: #333;
|
@@ -732,6 +753,9 @@
|
|
732
753
|
cursor: pointer;
|
733
754
|
align-items: center;
|
734
755
|
}
|
756
|
+
.bk-table-head-action:last-of-type {
|
757
|
+
margin-right: -10px;
|
758
|
+
}
|
735
759
|
.bk-table-head-action.active {
|
736
760
|
color: #3a84ff;
|
737
761
|
}
|
@@ -985,6 +1009,15 @@
|
|
985
1009
|
height: auto;
|
986
1010
|
overflow: hidden;
|
987
1011
|
}
|
1012
|
+
.bk-table-flex {
|
1013
|
+
display: flex;
|
1014
|
+
flex-direction: column;
|
1015
|
+
max-height: 100%;
|
1016
|
+
}
|
1017
|
+
.bk-table-flex .bk-table-body {
|
1018
|
+
flex: 1;
|
1019
|
+
overflow: auto;
|
1020
|
+
}
|
988
1021
|
.bk-table.has-scroll-y .bk-table-head {
|
989
1022
|
padding-right: 4px;
|
990
1023
|
}
|
@@ -993,7 +1026,7 @@
|
|
993
1026
|
overflow: auto;
|
994
1027
|
}
|
995
1028
|
.bk-table .bk-table-body::-webkit-scrollbar {
|
996
|
-
width:
|
1029
|
+
width: 5px;
|
997
1030
|
height: 6px;
|
998
1031
|
}
|
999
1032
|
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
@@ -1004,6 +1037,12 @@
|
|
1004
1037
|
.bk-table .bk-table-body .prepend-row {
|
1005
1038
|
transform: translateX(var(--prepend-left));
|
1006
1039
|
}
|
1040
|
+
.bk-table .bk-table-body-content.bk-stripe table tbody tr:nth-child(even) td {
|
1041
|
+
background-color: #FAFBFD;
|
1042
|
+
}
|
1043
|
+
.bk-table .bk-table-body-content.bk-stripe table tbody tr td {
|
1044
|
+
border-bottom: none;
|
1045
|
+
}
|
1007
1046
|
.bk-table .bk-fixed-bottom-border {
|
1008
1047
|
position: sticky;
|
1009
1048
|
bottom: 0;
|
@@ -1019,11 +1058,12 @@
|
|
1019
1058
|
.bk-table .bk-table-head,
|
1020
1059
|
.bk-table .bk-table-body {
|
1021
1060
|
background: white;
|
1061
|
+
transform: translateZ(0);
|
1022
1062
|
}
|
1023
1063
|
.bk-table .bk-table-head::-webkit-scrollbar,
|
1024
1064
|
.bk-table .bk-table-body::-webkit-scrollbar {
|
1025
|
-
width:
|
1026
|
-
height:
|
1065
|
+
width: 5px;
|
1066
|
+
height: 5px;
|
1027
1067
|
}
|
1028
1068
|
.bk-table .bk-table-head::-webkit-scrollbar-thumb,
|
1029
1069
|
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
@@ -1044,6 +1084,7 @@
|
|
1044
1084
|
width: 100%;
|
1045
1085
|
height: 100%;
|
1046
1086
|
padding-bottom: 20px;
|
1087
|
+
position: relative;
|
1047
1088
|
}
|
1048
1089
|
.bk-table .bk-table-head table,
|
1049
1090
|
.bk-table .bk-table-body table {
|
@@ -1051,6 +1092,7 @@
|
|
1051
1092
|
border-collapse: collapse;
|
1052
1093
|
table-layout: fixed;
|
1053
1094
|
align-self: flex-start;
|
1095
|
+
transform: translateZ(0);
|
1054
1096
|
}
|
1055
1097
|
.bk-table .bk-table-head table th,
|
1056
1098
|
.bk-table .bk-table-body table th,
|
@@ -1083,6 +1125,13 @@
|
|
1083
1125
|
.bk-table .bk-table-body table td .cell.has-sort {
|
1084
1126
|
cursor: pointer;
|
1085
1127
|
}
|
1128
|
+
.bk-table .bk-table-head table th .cell.explain,
|
1129
|
+
.bk-table .bk-table-body table th .cell.explain,
|
1130
|
+
.bk-table .bk-table-head table td .cell.explain,
|
1131
|
+
.bk-table .bk-table-body table td .cell.explain {
|
1132
|
+
text-decoration-style: dashed;
|
1133
|
+
text-decoration-line: underline;
|
1134
|
+
}
|
1086
1135
|
.bk-table .bk-table-head table th .cell .head-text,
|
1087
1136
|
.bk-table .bk-table-body table th .cell .head-text,
|
1088
1137
|
.bk-table .bk-table-head table td .cell .head-text,
|
@@ -1123,7 +1172,6 @@
|
|
1123
1172
|
.bk-table .bk-table-body table td.column_fixed {
|
1124
1173
|
position: sticky;
|
1125
1174
|
z-index: 1;
|
1126
|
-
background: #fff;
|
1127
1175
|
}
|
1128
1176
|
.bk-table .bk-table-head table th.column_fixed.column_fixed_left,
|
1129
1177
|
.bk-table .bk-table-body table th.column_fixed.column_fixed_left,
|
@@ -1174,6 +1222,21 @@
|
|
1174
1222
|
.bk-table .bk-table-head table thead th,
|
1175
1223
|
.bk-table .bk-table-body table thead th {
|
1176
1224
|
font-weight: 400;
|
1225
|
+
background-color: var(--background-color);
|
1226
|
+
position: relative;
|
1227
|
+
}
|
1228
|
+
.bk-table .bk-table-head table thead th.col-resize-hover::after,
|
1229
|
+
.bk-table .bk-table-body table thead th.col-resize-hover::after {
|
1230
|
+
content: '';
|
1231
|
+
position: absolute;
|
1232
|
+
right: 0;
|
1233
|
+
top: 0;
|
1234
|
+
bottom: 0;
|
1235
|
+
width: 6px;
|
1236
|
+
transform: translateX(50%);
|
1237
|
+
background-color: #3785FF;
|
1238
|
+
z-index: 1;
|
1239
|
+
pointer-events: none;
|
1177
1240
|
}
|
1178
1241
|
.bk-table .bk-table-head table thead th .cell,
|
1179
1242
|
.bk-table .bk-table-body table thead th .cell {
|
@@ -1187,11 +1250,16 @@
|
|
1187
1250
|
.bk-table .bk-table-head table thead th:hover,
|
1188
1251
|
.bk-table .bk-table-body table thead th:hover {
|
1189
1252
|
background: #f0f1f5;
|
1253
|
+
cursor: pointer;
|
1190
1254
|
}
|
1191
1255
|
.bk-table .bk-table-head table thead th.column_fixed,
|
1192
1256
|
.bk-table .bk-table-body table thead th.column_fixed {
|
1193
1257
|
transform: translateX(var(--scroll-left));
|
1194
1258
|
}
|
1259
|
+
.bk-table .bk-table-head table tbody tr td,
|
1260
|
+
.bk-table .bk-table-body table tbody tr td {
|
1261
|
+
background-color: #fff;
|
1262
|
+
}
|
1195
1263
|
.bk-table .bk-table-head table tbody tr td.empty-cell,
|
1196
1264
|
.bk-table .bk-table-body table tbody tr td.empty-cell {
|
1197
1265
|
padding-bottom: 30px;
|
@@ -1216,6 +1284,17 @@
|
|
1216
1284
|
.bk-table .bk-table-head {
|
1217
1285
|
position: relative;
|
1218
1286
|
transform: translateX(var(--scroll-head-left));
|
1287
|
+
z-index: 2;
|
1288
|
+
}
|
1289
|
+
.bk-table .bk-table-head .col-resize-drag {
|
1290
|
+
position: absolute;
|
1291
|
+
right: 0;
|
1292
|
+
top: 0;
|
1293
|
+
bottom: 0;
|
1294
|
+
width: 6px;
|
1295
|
+
transform: translateX(-50%);
|
1296
|
+
background-color: #3785FF;
|
1297
|
+
z-index: 1;
|
1219
1298
|
}
|
1220
1299
|
.bk-table .bk-table-head .table-head-settings {
|
1221
1300
|
position: absolute;
|
@@ -1242,7 +1321,9 @@
|
|
1242
1321
|
}
|
1243
1322
|
.bk-table .bk-table-footer {
|
1244
1323
|
height: var(--footer-height);
|
1245
|
-
|
1324
|
+
width: 100%;
|
1325
|
+
display: flex;
|
1326
|
+
align-items: center;
|
1246
1327
|
}
|
1247
1328
|
.bk-table .bk-table-footer.is-hidden {
|
1248
1329
|
display: none;
|
@@ -1292,11 +1373,14 @@
|
|
1292
1373
|
top: 0;
|
1293
1374
|
right: 0;
|
1294
1375
|
bottom: var(--footer-height);
|
1376
|
+
max-height: var(--fix-max-height);
|
1295
1377
|
left: 0;
|
1378
|
+
height: var(--fix-height);
|
1296
1379
|
pointer-events: none;
|
1297
1380
|
}
|
1298
1381
|
.bk-table .bk-table-fixed .column_fixed {
|
1299
1382
|
position: absolute;
|
1383
|
+
z-index: 2;
|
1300
1384
|
}
|
1301
1385
|
.bk-table .bk-table-fixed .column_fixed.column_fixed_left {
|
1302
1386
|
top: 0;
|
@@ -1308,7 +1392,6 @@
|
|
1308
1392
|
.bk-table .bk-table-fixed .column_fixed.column_fixed_right {
|
1309
1393
|
top: 0;
|
1310
1394
|
right: 0;
|
1311
|
-
z-index: 1;
|
1312
1395
|
}
|
1313
1396
|
.bk-table .bk-table-fixed .column_fixed.column_fixed_right.shadow {
|
1314
1397
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|