bkui-vue 2.0.1-beta.70 → 2.0.1-beta.70.search.1
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/README.md +0 -15
- package/dist/index.cjs.js +167 -167
- package/dist/index.esm.js +30199 -31633
- package/dist/index.umd.js +167 -167
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.css +0 -130
- package/lib/affix/affix.variable.css +1 -262
- package/lib/affix/index.js +7 -7
- package/lib/alert/alert.css +3 -133
- package/lib/alert/alert.d.ts +12 -5
- package/lib/alert/alert.variable.css +1 -262
- package/lib/alert/index.d.ts +26 -11
- package/lib/alert/index.js +6 -6
- package/lib/backtop/backtop.css +3 -133
- package/lib/backtop/backtop.d.ts +1 -1
- package/lib/backtop/backtop.variable.css +4 -395
- package/lib/backtop/index.d.ts +3 -3
- package/lib/backtop/index.js +6 -6
- package/lib/badge/badge.css +26 -156
- package/lib/badge/badge.variable.css +1 -262
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb.css +5 -135
- package/lib/breadcrumb/breadcrumb.variable.css +6 -397
- package/lib/button/button.css +143 -273
- package/lib/button/button.d.ts +7 -7
- package/lib/button/button.variable.css +1 -262
- package/lib/button/index.d.ts +8 -8
- package/lib/button/index.js +7 -6
- package/lib/card/card.css +4 -134
- package/lib/card/card.variable.css +5 -396
- package/lib/cascader/cascader-panel.d.ts +1 -1
- package/lib/cascader/cascader.css +26 -156
- package/lib/cascader/cascader.d.ts +1 -1
- package/lib/cascader/cascader.less +4 -4
- package/lib/cascader/cascader.variable.css +27 -418
- package/lib/cascader/index.js +42 -43
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/checkbox-group.d.ts +16 -0
- package/lib/checkbox/checkbox.css +9 -147
- package/lib/checkbox/checkbox.d.ts +7 -39
- package/lib/checkbox/checkbox.less +0 -12
- package/lib/checkbox/checkbox.variable.css +1 -270
- package/lib/checkbox/index.d.ts +22 -57
- package/lib/checkbox/index.js +8 -21
- package/lib/checkbox/type.d.ts +1 -1
- package/lib/code-diff/code-diff.css +0 -130
- package/lib/code-diff/code-diff.variable.css +1 -262
- package/lib/code-diff/index.js +8 -8
- package/lib/collapse/collapse.css +1 -142
- package/lib/collapse/collapse.d.ts +0 -11
- package/lib/collapse/collapse.less +1 -15
- package/lib/collapse/collapse.variable.css +1 -273
- package/lib/collapse/index.d.ts +0 -23
- package/lib/collapse/index.js +3 -11
- package/lib/collapse/props.d.ts +0 -8
- package/lib/collapse/utils.d.ts +2 -2
- package/lib/collapse-transition/collapse-transition.css +0 -130
- package/lib/collapse-transition/collapse-transition.variable.css +1 -262
- package/lib/color-picker/color-picker.css +3 -133
- package/lib/color-picker/color-picker.d.ts +0 -16
- package/lib/color-picker/color-picker.less +3 -3
- package/lib/color-picker/color-picker.variable.css +4 -265
- package/lib/color-picker/index.d.ts +0 -23
- package/lib/color-picker/index.js +46 -53
- package/lib/components.d.ts +31 -32
- package/lib/components.js +30 -31
- package/lib/config-provider/config-provider.css +0 -130
- package/lib/config-provider/config-provider.variable.css +1 -262
- package/lib/config-provider/index.d.ts +1 -1
- package/lib/container/container.css +0 -130
- package/lib/container/container.variable.css +1 -392
- package/lib/container/index.js +7 -6
- package/lib/date-picker/base/date-table.d.ts +1 -1
- package/lib/date-picker/base/month-table.d.ts +1 -1
- package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
- package/lib/date-picker/base/year-table.d.ts +3 -3
- package/lib/date-picker/date-picker.css +17 -147
- package/lib/date-picker/date-picker.d.ts +10 -0
- package/lib/date-picker/date-picker.variable.css +1 -262
- package/lib/date-picker/index.d.ts +22 -0
- package/lib/date-picker/index.js +234 -346
- package/lib/date-picker/interface.d.ts +9 -9
- package/lib/date-picker/panel/date-range.d.ts +68 -6
- package/lib/date-picker/panel/date.d.ts +1 -1
- package/lib/date-picker/panel/time-range.d.ts +10 -1
- package/lib/date-picker/panel/time.d.ts +11 -2
- package/lib/date-picker/props.d.ts +5 -1
- package/lib/date-picker/time-picker.d.ts +9 -0
- package/lib/date-picker/utils.d.ts +1 -5
- package/lib/dialog/dialog.css +88 -269
- package/lib/dialog/dialog.d.ts +152 -74
- package/lib/dialog/dialog.less +76 -9
- package/lib/dialog/dialog.variable.css +89 -531
- package/lib/dialog/index.d.ts +352 -171
- package/lib/dialog/index.js +222 -200
- package/lib/dialog/props.d.ts +55 -25
- package/lib/directives/index.d.ts +3 -3
- package/lib/directives/index.js +172 -178
- package/lib/directives/tooltips.d.ts +1 -1
- package/lib/dist.index.js +4 -2
- package/lib/divider/divider.css +3 -133
- package/lib/divider/divider.d.ts +5 -5
- package/lib/divider/divider.variable.css +1 -262
- package/lib/divider/index.d.ts +11 -11
- package/lib/divider/index.js +2 -2
- package/lib/divider/props.d.ts +2 -2
- package/lib/dropdown/dropdown-item.d.ts +1 -1
- package/lib/dropdown/dropdown-menu.d.ts +1 -1
- package/lib/dropdown/dropdown.css +0 -130
- package/lib/dropdown/dropdown.d.ts +5 -5
- package/lib/dropdown/dropdown.variable.css +1 -392
- package/lib/dropdown/index.d.ts +13 -13
- package/lib/dropdown/index.js +7 -7
- package/lib/exception/exception.css +0 -130
- package/lib/exception/exception.d.ts +9 -9
- package/lib/exception/exception.variable.css +1 -262
- package/lib/exception/index.d.ts +11 -11
- package/lib/exception/index.js +10 -10
- package/lib/exception/typings/index.d.ts +1 -1
- package/lib/fixed-navbar/fixed-navbar.css +4 -134
- package/lib/fixed-navbar/fixed-navbar.variable.css +1 -262
- package/lib/fixed-navbar/index.js +2 -2
- package/lib/form/form-item.d.ts +18 -6
- package/lib/form/form.css +0 -130
- package/lib/form/form.d.ts +2 -2
- package/lib/form/form.variable.css +1 -262
- package/lib/form/index.d.ts +13 -6
- package/lib/form/index.js +21 -22
- package/lib/form/type.d.ts +2 -2
- package/lib/icon/index.d.ts +11 -11
- package/lib/icon/index.js +11 -11
- package/lib/image/image-viewer.css +0 -130
- package/lib/image/image-viewer.d.ts +1 -1
- package/lib/image/image-viewer.variable.css +1 -262
- package/lib/image/image.css +0 -130
- package/lib/image/image.variable.css +1 -392
- package/lib/image/index.js +21 -20
- package/lib/index.d.ts +3 -9
- package/lib/index.js +29 -5
- package/lib/info-box/index.d.ts +2 -2
- package/lib/info-box/index.js +173 -326
- package/lib/info-box/info-box.css +7 -193
- package/lib/info-box/info-box.d.ts +23 -25
- package/lib/info-box/info-box.less +14 -76
- package/lib/info-box/info-box.variable.css +8 -325
- package/lib/input/index.d.ts +15 -15
- package/lib/input/index.js +517 -65
- package/lib/input/input.css +73 -225
- package/lib/input/input.d.ts +15 -15
- package/lib/input/input.less +1 -30
- package/lib/input/input.variable.css +74 -487
- package/lib/link/index.d.ts +11 -11
- package/lib/link/index.js +3 -3
- package/lib/link/link.css +16 -146
- package/lib/link/link.d.ts +5 -5
- package/lib/link/link.variable.css +1 -262
- package/lib/loading/index.d.ts +4 -4
- package/lib/loading/index.js +6 -6
- package/lib/loading/loading.css +16 -146
- package/lib/loading/loading.d.ts +6 -6
- package/lib/loading/loading.variable.css +17 -408
- package/lib/locale/index.d.ts +1 -1
- package/lib/menu/index.js +1 -0
- package/lib/menu/menu.css +18 -148
- package/lib/menu/menu.variable.css +19 -410
- package/lib/menu/submenu.css +0 -130
- package/lib/menu/submenu.variable.css +1 -262
- package/lib/menu/utils.d.ts +3 -3
- package/lib/message/index.js +18 -18
- package/lib/message/message.css +22 -153
- package/lib/message/message.less +2 -3
- package/lib/message/message.variable.css +2 -264
- package/lib/message/messageConstructor.d.ts +11 -11
- package/lib/modal/hooks.d.ts +1 -1
- package/lib/modal/index.d.ts +343 -68
- package/lib/modal/index.js +696 -265
- package/lib/modal/modal.css +32 -261
- package/lib/modal/modal.d.ts +131 -26
- package/lib/modal/modal.less +29 -83
- package/lib/modal/modal.variable.css +33 -523
- package/lib/modal/props.mixin.d.ts +51 -10
- package/lib/navigation/index.js +20 -20
- package/lib/navigation/navigation.css +2 -132
- package/lib/navigation/navigation.d.ts +1 -1
- package/lib/navigation/navigation.variable.css +1 -262
- package/lib/notify/index.js +4 -4
- package/lib/notify/notify.css +7 -137
- package/lib/notify/notify.variable.css +1 -262
- package/lib/overflow-title/components/overflow-title.d.ts +16 -9
- package/lib/overflow-title/index.d.ts +34 -19
- package/lib/overflow-title/index.js +64 -107
- package/lib/overflow-title/props.d.ts +21 -18
- package/lib/pagination/index.d.ts +19 -0
- package/lib/pagination/index.js +23 -61
- package/lib/pagination/pagination.css +9 -139
- package/lib/pagination/pagination.d.ts +13 -0
- package/lib/pagination/pagination.less +13 -14
- package/lib/pagination/pagination.variable.css +9 -270
- package/lib/pagination/type.d.ts +1 -1
- package/lib/pagination/use-limit.d.ts +1 -1
- package/lib/pagination/use-total.d.ts +1 -1
- package/lib/plugin-popover/index.js +21 -20
- package/lib/pop-confirm/index.d.ts +43 -11
- package/lib/pop-confirm/index.js +28 -27
- package/lib/pop-confirm/pop-confirm.css +1 -133
- package/lib/pop-confirm/pop-confirm.d.ts +19 -5
- package/lib/pop-confirm/pop-confirm.less +1 -3
- package/lib/pop-confirm/pop-confirm.variable.css +2 -265
- package/lib/pop-confirm/props.d.ts +11 -5
- package/lib/popover/const.d.ts +3 -3
- package/lib/popover/index.d.ts +19 -19
- package/lib/popover/index.js +21 -20
- package/lib/popover/plugin-popover.d.ts +1 -1
- package/lib/popover/popover.css +0 -130
- package/lib/popover/popover.d.ts +7 -7
- package/lib/popover/popover.variable.css +1 -262
- package/lib/popover/props.d.ts +4 -4
- package/lib/preset.d.ts +1 -0
- package/lib/preset.js +1 -0
- package/lib/process/index.js +3 -3
- package/lib/process/process.css +13 -143
- package/lib/process/process.variable.css +1 -262
- package/lib/progress/index.d.ts +11 -11
- package/lib/progress/index.js +11 -10
- package/lib/progress/progress.css +4 -134
- package/lib/progress/progress.d.ts +7 -7
- package/lib/progress/progress.variable.css +5 -396
- package/lib/radio/index.d.ts +0 -29
- package/lib/radio/index.js +26 -55
- package/lib/radio/radio-button.d.ts +0 -10
- package/lib/radio/radio-group.d.ts +0 -10
- package/lib/radio/radio.css +42 -172
- package/lib/radio/radio.d.ts +0 -10
- package/lib/radio/radio.variable.css +1 -262
- package/lib/radio/type.d.ts +1 -1
- package/lib/rate/index.js +8 -8
- package/lib/rate/rate.css +0 -157
- package/lib/rate/rate.less +0 -33
- package/lib/rate/rate.variable.css +1 -289
- package/lib/rate/star.css +27 -0
- package/lib/rate/star.less +34 -0
- package/lib/{styles/themes/themes.variable.css → rate/star.variable.css} +28 -2
- package/lib/resize-layout/index.d.ts +11 -34
- package/lib/resize-layout/index.js +14 -33
- package/lib/resize-layout/resize-layout.css +0 -130
- package/lib/resize-layout/resize-layout.d.ts +5 -16
- package/lib/resize-layout/resize-layout.variable.css +1 -262
- package/lib/search-select/index.d.ts +18 -48
- package/lib/search-select/index.js +171 -120
- package/lib/search-select/input.d.ts +1 -10
- package/lib/search-select/menu.d.ts +0 -12
- package/lib/search-select/search-select.css +34 -163
- package/lib/search-select/search-select.d.ts +4 -18
- package/lib/search-select/search-select.less +1 -1
- package/lib/search-select/search-select.variable.css +35 -425
- package/lib/search-select/selected.d.ts +0 -23
- package/lib/select/common.d.ts +4 -4
- package/lib/select/index.d.ts +74 -107
- package/lib/select/index.js +183 -262
- package/lib/select/option.d.ts +6 -5
- package/lib/select/select.css +45 -176
- package/lib/select/select.d.ts +27 -40
- package/lib/select/select.less +6 -8
- package/lib/select/select.variable.css +46 -438
- package/lib/select/selectTagInput.d.ts +6 -7
- package/lib/select/type.d.ts +11 -10
- package/lib/shared/index.d.ts +2 -2
- package/lib/shared/index.js +89 -108
- package/lib/shared/mask.d.ts +11 -0
- package/lib/shared/popover.d.ts +3 -3
- package/lib/shared/token.d.ts +1 -1
- package/lib/shared/vue-types.d.ts +46 -46
- package/lib/shared/z-index-manager.d.ts +6 -6
- package/lib/sideslider/index.d.ts +217 -75
- package/lib/sideslider/index.js +42 -68
- package/lib/sideslider/sideslider.css +92 -152
- package/lib/sideslider/sideslider.d.ts +103 -35
- package/lib/sideslider/sideslider.less +112 -31
- package/lib/sideslider/sideslider.variable.css +92 -283
- package/lib/slider/index.d.ts +0 -19
- package/lib/slider/index.js +26 -64
- package/lib/slider/slider.css +4 -148
- package/lib/slider/slider.d.ts +0 -9
- package/lib/slider/slider.less +0 -15
- package/lib/slider/slider.variable.css +1 -276
- package/lib/steps/index.d.ts +29 -14
- package/lib/steps/index.js +4 -3
- package/lib/steps/steps.css +38 -168
- package/lib/steps/steps.d.ts +18 -8
- package/lib/steps/steps.variable.css +1 -262
- package/lib/styles/index.d.ts +1 -1
- package/lib/styles/mixins/animate.css +0 -130
- package/lib/styles/mixins/animate.variable.css +1 -262
- package/lib/styles/mixins/mixins.css +0 -130
- package/lib/styles/mixins/mixins.variable.css +0 -130
- package/lib/styles/mixins/popper.css +0 -130
- package/lib/styles/mixins/popper.variable.css +1 -262
- package/lib/styles/mixins/scroll.css +0 -130
- package/lib/styles/mixins/scroll.variable.css +1 -262
- package/lib/styles/reset.css +0 -130
- package/lib/styles/reset.variable.css +1 -262
- package/lib/styles/themes/themes.less +129 -299
- package/lib/swiper/index.js +5 -5
- package/lib/swiper/swiper.css +0 -130
- package/lib/swiper/swiper.variable.css +1 -262
- package/lib/switcher/index.js +2 -2
- package/lib/switcher/switcher.css +17 -147
- package/lib/switcher/switcher.d.ts +2 -2
- package/lib/switcher/switcher.variable.css +18 -409
- package/lib/tab/index.d.ts +114 -44
- package/lib/tab/index.js +38 -47
- package/lib/tab/props.d.ts +50 -25
- package/lib/tab/tab-nav.d.ts +57 -24
- package/lib/tab/tab-panel.d.ts +0 -22
- package/lib/tab/tab.css +17 -211
- package/lib/tab/tab.d.ts +54 -10
- package/lib/tab/tab.less +4 -91
- package/lib/tab/tab.variable.css +1 -326
- package/lib/table/components/table-cell.d.ts +2 -25
- package/lib/table/components/table-column.d.ts +239 -20
- package/lib/table/const.d.ts +13 -26
- package/lib/table/events.d.ts +112 -16
- package/lib/table/index.d.ts +738 -135
- package/lib/table/index.js +5781 -23555
- package/lib/table/plugins/col-group.d.ts +38 -0
- package/lib/table/plugins/head-filter.css +4 -139
- package/lib/table/plugins/head-filter.d.ts +1 -2
- package/lib/table/plugins/head-filter.less +3 -7
- package/lib/table/plugins/head-filter.variable.css +5 -271
- package/lib/table/plugins/head-sort.css +0 -130
- package/lib/table/plugins/head-sort.variable.css +1 -262
- package/lib/table/plugins/settings.css +0 -131
- package/lib/table/plugins/settings.d.ts +16 -0
- package/lib/table/plugins/settings.less +0 -1
- package/lib/table/plugins/settings.variable.css +1 -263
- package/lib/table/plugins/use-active-columns.d.ts +16 -0
- package/lib/table/plugins/use-column-resize.d.ts +35 -0
- package/lib/table/{hooks → plugins}/use-draggable.d.ts +2 -2
- package/lib/table/plugins/use-fixed-column.d.ts +27 -0
- package/lib/table/plugins/use-head-cell.d.ts +7 -0
- package/lib/table/plugins/use-pagination.d.ts +21 -0
- package/lib/table/props.d.ts +64 -135
- package/lib/table/table.css +303 -638
- package/lib/table/table.d.ts +185 -62
- package/lib/table/table.less +148 -266
- package/lib/table/table.variable.css +312 -908
- package/lib/table/use-attributes.d.ts +61 -0
- package/lib/table/use-column.d.ts +276 -0
- package/lib/table/use-common.d.ts +1679 -0
- package/lib/table/use-render.d.ts +11 -0
- package/lib/table/utils.d.ts +21 -49
- package/lib/table-column/index.d.ts +579 -30
- package/lib/table-column/index.js +317 -17398
- package/lib/tag/index.d.ts +11 -11
- package/lib/tag/index.js +3 -2
- package/lib/tag/tag.css +6 -136
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag/tag.less +1 -1
- package/lib/tag/tag.variable.css +2 -263
- package/lib/tag-input/common.d.ts +1 -1
- package/lib/tag-input/index.d.ts +8 -8
- package/lib/tag-input/index.js +33 -37
- package/lib/tag-input/tag-input.css +18 -148
- package/lib/tag-input/tag-input.d.ts +4 -4
- package/lib/tag-input/tag-input.variable.css +1 -262
- package/lib/tag-input/tag-props.d.ts +2 -2
- package/lib/time-picker/index.d.ts +19 -0
- package/lib/time-picker/time-picker.css +0 -130
- package/lib/time-picker/time-picker.variable.css +1 -262
- package/lib/timeline/index.js +2 -2
- package/lib/timeline/timeline.css +19 -149
- package/lib/timeline/timeline.variable.css +1 -262
- package/lib/transfer/const.d.ts +2 -2
- package/lib/transfer/index.js +19 -19
- package/lib/transfer/transfer.css +28 -158
- package/lib/transfer/transfer.less +3 -3
- package/lib/transfer/transfer.variable.css +10 -271
- package/lib/tree/constant.d.ts +20 -24
- package/lib/tree/index.d.ts +24 -82
- package/lib/tree/index.js +90 -17660
- package/lib/tree/props.d.ts +10 -35
- package/lib/tree/tree.css +18 -256
- package/lib/tree/tree.d.ts +8 -34
- package/lib/tree/tree.less +1 -1
- package/lib/tree/tree.variable.css +19 -518
- package/lib/tree/use-empty.d.ts +1 -1
- package/lib/tree/use-node-action.d.ts +9 -10
- package/lib/tree/use-node-async.d.ts +1 -2
- package/lib/tree/use-node-attribute.d.ts +30 -47
- package/lib/tree/use-search.d.ts +1 -1
- package/lib/tree/use-tree-init.d.ts +5 -8
- package/lib/tree/util.d.ts +21 -21
- package/lib/upload/index.d.ts +4 -27
- package/lib/upload/index.js +51 -102
- package/lib/upload/props.d.ts +2 -7
- package/lib/upload/upload.css +27 -157
- package/lib/upload/upload.d.ts +2 -13
- package/lib/upload/upload.type.d.ts +7 -13
- package/lib/upload/upload.variable.css +28 -419
- package/lib/upload/use-file-handler.d.ts +1 -1
- package/lib/virtual-render/index.d.ts +46 -39
- package/lib/virtual-render/index.js +130 -17665
- package/lib/virtual-render/props.d.ts +9 -18
- package/lib/virtual-render/use-fix-top.d.ts +8 -3
- package/lib/virtual-render/v-virtual-render.d.ts +2 -9
- package/lib/virtual-render/virtual-render.css +9 -239
- package/lib/virtual-render/virtual-render.d.ts +22 -19
- package/lib/virtual-render/virtual-render.less +10 -1
- package/lib/virtual-render/virtual-render.variable.css +10 -501
- package/lib/volar.components.d.ts +0 -2
- package/package.json +55 -17
- package/lib/info-box/render-component.d.ts +0 -4
- package/lib/modal/mask.d.ts +0 -6
- package/lib/scrollbar/css/scrollbar.css +0 -239
- package/lib/scrollbar/css/scrollbar.less +0 -139
- package/lib/scrollbar/css/scrollbar.variable.css +0 -499
- package/lib/scrollbar/handlers/click-rail.d.ts +0 -2
- package/lib/scrollbar/handlers/drag-thumb.d.ts +0 -1
- package/lib/scrollbar/handlers/keyboard.d.ts +0 -2
- package/lib/scrollbar/handlers/mouse-wheel.d.ts +0 -2
- package/lib/scrollbar/handlers/touch.d.ts +0 -4
- package/lib/scrollbar/helper/class-names.d.ts +0 -21
- package/lib/scrollbar/helper/css.d.ts +0 -3
- package/lib/scrollbar/helper/dom.d.ts +0 -4
- package/lib/scrollbar/helper/event-manager.d.ts +0 -20
- package/lib/scrollbar/helper/util.d.ts +0 -11
- package/lib/scrollbar/index.d.ts +0 -135
- package/lib/scrollbar/index.js +0 -1661
- package/lib/scrollbar/process-scroll-diff.d.ts +0 -1
- package/lib/scrollbar/update-geometry.d.ts +0 -8
- package/lib/shared/frame-throttle.d.ts +0 -15
- package/lib/styles/themes/themes.css +0 -130
- package/lib/table/components/ghost-body.d.ts +0 -2
- package/lib/table/hooks/use-cell.d.ts +0 -20
- package/lib/table/hooks/use-column-resize.d.ts +0 -7
- package/lib/table/hooks/use-column-template.d.ts +0 -5
- package/lib/table/hooks/use-columns.d.ts +0 -69
- package/lib/table/hooks/use-fixed-column.d.ts +0 -10
- package/lib/table/hooks/use-head.d.ts +0 -16
- package/lib/table/hooks/use-layout.d.ts +0 -25
- package/lib/table/hooks/use-pagination.d.ts +0 -16
- package/lib/table/hooks/use-render.d.ts +0 -21
- package/lib/table/hooks/use-rows.d.ts +0 -30
- package/lib/table/hooks/use-settings.d.ts +0 -136
- package/lib/table/hooks/use-shift-key.d.ts +0 -15
- package/lib/tree/use-intersection-observer.d.ts +0 -27
- package/lib/virtual-render/use-scrollbar.d.ts +0 -11
- /package/lib/table/{components → plugins}/body-empty.d.ts +0 -0
- /package/lib/table/{hooks → plugins}/use-observer-resize.d.ts +0 -0
- /package/lib/table/{hooks → plugins}/use-scroll-loading.d.ts +0 -0
package/lib/table/table.css
CHANGED
@@ -1,133 +1,3 @@
|
|
1
|
-
:root {
|
2
|
-
--bk-prefix: bk;
|
3
|
-
--popover-max-height: 216px;
|
4
|
-
--primary-color: #3a84ff;
|
5
|
-
--success-color: #2dcb56;
|
6
|
-
--warning-color: #ff9c01;
|
7
|
-
--danger-color: #ea3636;
|
8
|
-
--default-color: #63656e;
|
9
|
-
--gray-color: #979ba5;
|
10
|
-
--light-gray: #c4c6cc;
|
11
|
-
--white-color: white;
|
12
|
-
--whitesmoke-color: #fafbfd;
|
13
|
-
--disable-color: #dcdee5;
|
14
|
-
--disable-bg-color: #f9fafd;
|
15
|
-
--border-color: #dcdee5;
|
16
|
-
--font-size-base: 12px;
|
17
|
-
--font-size-medium: 14px;
|
18
|
-
--font-size-large: 16px;
|
19
|
-
--line-height-base: 16px;
|
20
|
-
--line-height-medium: 16px;
|
21
|
-
--line-height-large: 18px;
|
22
|
-
--component-size-small: 26px;
|
23
|
-
--component-size-base: 32px;
|
24
|
-
--component-size-large: 40px;
|
25
|
-
--component-size-small-padding: 0 12px;
|
26
|
-
--component-size-base-padding: 0 14px;
|
27
|
-
--component-size-large-padding: 0 16px;
|
28
|
-
--border-width-base: 1px;
|
29
|
-
--border-style-base: solid;
|
30
|
-
--border-radius-base: 2px;
|
31
|
-
--border-style-color: var(--light-gray);
|
32
|
-
--input-disabled-bg: #fafbfd;
|
33
|
-
--input-disabled-border: var(--disable-color);
|
34
|
-
--input-height-base: var(--component-size-base);
|
35
|
-
--input-color: var(--default-color);
|
36
|
-
--input-bg: white;
|
37
|
-
--input-border-color: var(--light-gray);
|
38
|
-
--input-broder-radius: 3px;
|
39
|
-
--input-shadow-color: #a3c5fd;
|
40
|
-
--input-horizontal-padding: 8px;
|
41
|
-
--input-block-color: #f5f7fa;
|
42
|
-
--input-block-hover-color: #eaebf0;
|
43
|
-
--input-icon-size: var(--font-size-medium);
|
44
|
-
--input-maxlength-color: #979ba5;
|
45
|
-
--button-primary-hover-color: #5594fa;
|
46
|
-
--button-danger-hover-color: #ff5656;
|
47
|
-
--button-success-hover-color: #45e35f;
|
48
|
-
--button-warning-hover-color: #ffb848;
|
49
|
-
--button-default-hover-border-color: #979ba5;
|
50
|
-
--button-primary-active-color: #2c77f4;
|
51
|
-
--button-danger-active-color: #db2626;
|
52
|
-
--button-success-active-color: #1ab943;
|
53
|
-
--button-warning-active-color: #eb9000;
|
54
|
-
--button-selected-bg-color: #e1ecff;
|
55
|
-
--button-disabled-selected-bg-color: #f0f1f5;
|
56
|
-
--radio-font-color: #63656e;
|
57
|
-
--radio-active-color: #3a84ff;
|
58
|
-
--radio-hover-border-color: #979ba5;
|
59
|
-
--radio-disabled-border: #dcdee5;
|
60
|
-
--radio-disabled-font-color: #c4c6cc;
|
61
|
-
--radio-disabled-checked-bg: #a3c5fd;
|
62
|
-
--radio-button-checked-bg: #e1ecff;
|
63
|
-
--radio-button-disabled-checked-bg: #fafbfd;
|
64
|
-
--checkbox-disabled-checked-bg: #a3c5fd;
|
65
|
-
--fixed-navbar-background: #fff;
|
66
|
-
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
67
|
-
--switch-default-color: #fff;
|
68
|
-
--switch-grey-color: #c4c6cc;
|
69
|
-
--breadcrumb-black-color: #979ba5;
|
70
|
-
--breadcrumb-primary-hover-color: #0082ff;
|
71
|
-
--breadcrumb-fn-main-color: #63656e;
|
72
|
-
--link-default-hover-color: #979ba5;
|
73
|
-
--link-primary-hover-color: #699df4;
|
74
|
-
--link-success-hover-color: #45e35f;
|
75
|
-
--link-warning-hover-color: #ffb848;
|
76
|
-
--link-danger-hover-color: #ff5656;
|
77
|
-
--link-default-disabled-color: #dcdee5;
|
78
|
-
--link-primary-disabled-color: #a3c5fd;
|
79
|
-
--link-success-disabled-color: #94f5a4;
|
80
|
-
--link-warning-disabled-color: #ffd695;
|
81
|
-
--link-danger-disabled-color: #fd9c9c;
|
82
|
-
--message-color: var(--default-color);
|
83
|
-
--message-primary-bg-color: #f0f8ff;
|
84
|
-
--message-primary-border-color: #e1ecff;
|
85
|
-
--message-primary-shadow-color: #e1e8f4;
|
86
|
-
--message-warning-bg-color: #fff4e2;
|
87
|
-
--message-warning-border-color: #ffe8c3;
|
88
|
-
--message-warning-shadow-color: #ede6db;
|
89
|
-
--message-success-bg-color: #f2fff4;
|
90
|
-
--message-success-border-color: #dcffe2;
|
91
|
-
--message-success-shadow-color: #cef0d7;
|
92
|
-
--message-danger-bg-color: #ffeded;
|
93
|
-
--message-danger-border-color: #ffdddd;
|
94
|
-
--message-danger-shadow-color: #f6dada;
|
95
|
-
--slider-default-bg: #dcdee5;
|
96
|
-
--slider-disable-bar-bg: #979ba5;
|
97
|
-
--menu-bg-color: #182132;
|
98
|
-
--submenu-bg-color: #151d2c;
|
99
|
-
--menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
|
100
|
-
--menu-color: #96a2b9;
|
101
|
-
--menu-group-color: var(--default-color);
|
102
|
-
--menu-width: 260px;
|
103
|
-
--menu-collapse-width: 60px;
|
104
|
-
--menu-active-color: white;
|
105
|
-
--nav-header-bg-color: #182132;
|
106
|
-
--nav-bg-color: #182132;
|
107
|
-
--date-picker-disabled-bg: #fafbfd;
|
108
|
-
--date-picker-dropdown-mb: 4px;
|
109
|
-
--date-picker-dropdown-bg: #fff;
|
110
|
-
--table-bg-color: var(--white-color);
|
111
|
-
--table-border-color: #dcdee5;
|
112
|
-
--table-strip-color: #fafbfd;
|
113
|
-
--table-head-bg-color: #fafbfd;
|
114
|
-
--table-head-font-color: #313238;
|
115
|
-
--table-body-font-color: #63656e;
|
116
|
-
--table-row-hover-bg-color: #f5f7fa;
|
117
|
-
--table-row-active-bg-color: #f0f1f5;
|
118
|
-
--cascader-panel-border-color: #dcdee5;
|
119
|
-
--cascader-panel-hover: #f5f7fa;
|
120
|
-
--cascader-panel-active: #e1ecff;
|
121
|
-
--cascader-panel-disabled-bg: #fff;
|
122
|
-
--search-select-focus-border-color: var(--primary-color);
|
123
|
-
--search-select-focus-color: #3c96ff;
|
124
|
-
--search-select-font-color: var(--default-color);
|
125
|
-
--search-select-placeholder-color: var(--light-gray);
|
126
|
-
--search-select-message-color: var(--danger-color);
|
127
|
-
--search-select-menu-border-color: var(--disable-color);
|
128
|
-
--select-active-color: #e1ecff;
|
129
|
-
--select-hover-color: #f5f7fa;
|
130
|
-
}
|
131
1
|
.bk-F-scroll-x {
|
132
2
|
overflow-x: auto;
|
133
3
|
scrollbar-color: #a0a0a0 transparent;
|
@@ -145,118 +15,18 @@
|
|
145
15
|
.bk-F-scroll-y::-webkit-scrollbar-thumb {
|
146
16
|
border-radius: 4px;
|
147
17
|
}
|
148
|
-
.bk-scrollbar {
|
149
|
-
overflow: hidden !important;
|
150
|
-
overflow-anchor: none;
|
151
|
-
touch-action: auto;
|
152
|
-
/*
|
153
|
-
* Scrollbar rail styles
|
154
|
-
*/
|
155
|
-
/*
|
156
|
-
* Scrollbar thumb styles
|
157
|
-
*/
|
158
|
-
}
|
159
|
-
.bk-scrollbar.bk--active-x > .bk__rail-x,
|
160
|
-
.bk-scrollbar.bk--active-y > .bk__rail-y {
|
161
|
-
display: block;
|
162
|
-
}
|
163
|
-
.bk-scrollbar .bk__rail-x:hover,
|
164
|
-
.bk-scrollbar .bk__rail-y:hover,
|
165
|
-
.bk-scrollbar .bk__rail-x:focus,
|
166
|
-
.bk-scrollbar .bk__rail-y:focus,
|
167
|
-
.bk-scrollbar .bk__rail-x.bk--clicking,
|
168
|
-
.bk-scrollbar .bk__rail-y.bk--clicking {
|
169
|
-
background-color: #f0f1f5;
|
170
|
-
}
|
171
|
-
.bk-scrollbar .bk__rail-x {
|
172
|
-
display: none;
|
173
|
-
opacity: 0;
|
174
|
-
transition: background-color 0.2s linear, opacity 0.2s linear;
|
175
|
-
height: 10px;
|
176
|
-
bottom: 0px;
|
177
|
-
position: absolute;
|
178
|
-
}
|
179
|
-
.bk-scrollbar .bk__rail-x.bk-size-small {
|
180
|
-
height: 8px;
|
181
|
-
}
|
182
|
-
.bk-scrollbar .bk__rail-x.bk-size-small .bk__thumb-x {
|
183
|
-
height: 6px;
|
184
|
-
}
|
185
|
-
.bk-scrollbar .bk__rail-y {
|
186
|
-
display: none;
|
187
|
-
opacity: 0;
|
188
|
-
transition: background-color 0.2s linear, opacity 0.2s linear;
|
189
|
-
width: 10px;
|
190
|
-
right: 0px;
|
191
|
-
position: absolute;
|
192
|
-
margin-right: 2px;
|
193
|
-
}
|
194
|
-
.bk-scrollbar .bk__rail-y.bk-size-small {
|
195
|
-
width: 8px;
|
196
|
-
}
|
197
|
-
.bk-scrollbar .bk__rail-y.bk-size-small .bk__thumb-y {
|
198
|
-
width: 6px;
|
199
|
-
}
|
200
|
-
.bk-scrollbar:hover > .bk__rail-x,
|
201
|
-
.bk-scrollbar:hover > .bk__rail-y,
|
202
|
-
.bk-scrollbar.bk--focus > .bk__rail-x,
|
203
|
-
.bk-scrollbar.bk--focus > .bk__rail-y,
|
204
|
-
.bk-scrollbar.bk--scrolling-x > .bk__rail-x,
|
205
|
-
.bk-scrollbar.bk--scrolling-y > .bk__rail-y {
|
206
|
-
opacity: 0.9;
|
207
|
-
}
|
208
|
-
.bk-scrollbar .bk__thumb-x {
|
209
|
-
background-color: #dcdee5;
|
210
|
-
border-radius: 8px;
|
211
|
-
transition: background-color 0.2s linear, height 0.2s ease-in-out;
|
212
|
-
height: 8px;
|
213
|
-
bottom: 0px;
|
214
|
-
position: absolute;
|
215
|
-
}
|
216
|
-
.bk-scrollbar .bk__thumb-y {
|
217
|
-
background-color: #dcdee5;
|
218
|
-
border-radius: 8px;
|
219
|
-
transition: background-color 0.2s linear, width 0.2s ease-in-out;
|
220
|
-
width: 8px;
|
221
|
-
right: 0px;
|
222
|
-
position: absolute;
|
223
|
-
}
|
224
|
-
.bk-scrollbar .bk__rail-x:hover > .bk__thumb-x,
|
225
|
-
.bk-scrollbar .bk__rail-x:focus > .bk__thumb-x,
|
226
|
-
.bk-scrollbar .bk__rail-x.bk--clicking .bk__thumb-x {
|
227
|
-
background-color: #979ba5;
|
228
|
-
height: 10px;
|
229
|
-
}
|
230
|
-
.bk-scrollbar .bk__rail-y:hover > .bk__thumb-y,
|
231
|
-
.bk-scrollbar .bk__rail-y:focus > .bk__thumb-y,
|
232
|
-
.bk-scrollbar .bk__rail-y.bk--clicking .bk__thumb-y {
|
233
|
-
background-color: #979ba5;
|
234
|
-
width: 10px;
|
235
|
-
}
|
236
|
-
.bk-scrollbar .bk-size-small > .bk__thumb-x,
|
237
|
-
.bk-scrollbar .bk-size-small > .bk__thumb-x,
|
238
|
-
.bk-scrollbar .bk-size-small.bk--clicking .bk__thumb-x {
|
239
|
-
height: 8px;
|
240
|
-
}
|
241
|
-
.bk-scrollbar .bk-size-small:hover > .bk__thumb-y,
|
242
|
-
.bk-scrollbar .bk-size-small:focus > .bk__thumb-y,
|
243
|
-
.bk-scrollbar .bk-size-small.bk--clicking .bk__thumb-y {
|
244
|
-
width: 8px;
|
245
|
-
}
|
246
|
-
/* MS supports */
|
247
|
-
@supports (-ms-overflow-style: none) {
|
248
|
-
.bk-scrollbar {
|
249
|
-
overflow: auto !important;
|
250
|
-
}
|
251
|
-
}
|
252
|
-
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
253
|
-
.bk-scrollbar {
|
254
|
-
overflow: auto !important;
|
255
|
-
}
|
256
|
-
}
|
257
18
|
.bk-virtual-render {
|
258
19
|
position: relative;
|
259
20
|
}
|
21
|
+
.bk-virtual-render .bk-virtual-content,
|
22
|
+
.bk-virtual-render.bk-virtual-content {
|
23
|
+
position: absolute;
|
24
|
+
top: 0;
|
25
|
+
bottom: 0;
|
26
|
+
left: 0;
|
27
|
+
width: 100%;
|
28
|
+
height: 100%;
|
29
|
+
}
|
260
30
|
.bk-virtual-render .bk-virtual-section {
|
261
31
|
width: 1px;
|
262
32
|
background: transparent;
|
@@ -278,17 +48,9 @@
|
|
278
48
|
.bk-checkbox ~ .bk-checkbox {
|
279
49
|
margin-left: 24px;
|
280
50
|
}
|
281
|
-
.bk-checkbox.is-checked.is-outline .bk-checkbox-input {
|
282
|
-
background: #fff;
|
283
|
-
}
|
284
|
-
.bk-checkbox.is-checked.is-outline .bk-checkbox-input::after {
|
285
|
-
border: 2px solid var(--primary-color);
|
286
|
-
border-top: 0;
|
287
|
-
border-left: 0;
|
288
|
-
}
|
289
51
|
.bk-checkbox.is-checked .bk-checkbox-input {
|
290
|
-
background:
|
291
|
-
border-color:
|
52
|
+
background: #3a84ff;
|
53
|
+
border-color: #3a84ff;
|
292
54
|
transition: all 0.1s;
|
293
55
|
}
|
294
56
|
.bk-checkbox.is-checked .bk-checkbox-input.small::after {
|
@@ -309,8 +71,8 @@
|
|
309
71
|
transform-origin: center;
|
310
72
|
}
|
311
73
|
.bk-checkbox.is-indeterminated .bk-checkbox-input {
|
312
|
-
background:
|
313
|
-
border-color:
|
74
|
+
background: #3a84ff;
|
75
|
+
border-color: #3a84ff;
|
314
76
|
transition: all 0.1s;
|
315
77
|
}
|
316
78
|
.bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
|
@@ -335,17 +97,17 @@
|
|
335
97
|
}
|
336
98
|
.bk-checkbox.is-disabled .bk-checkbox-input {
|
337
99
|
background: #fafbfd;
|
338
|
-
border-color:
|
100
|
+
border-color: #dcdee5;
|
339
101
|
}
|
340
102
|
.bk-checkbox.is-disabled .bk-checkbox-input::after {
|
341
|
-
background:
|
103
|
+
background: #dcdee5;
|
342
104
|
}
|
343
105
|
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
|
344
|
-
background:
|
345
|
-
border-color:
|
106
|
+
background: #a3c5fd;
|
107
|
+
border-color: #a3c5fd;
|
346
108
|
}
|
347
109
|
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input::after {
|
348
|
-
background:
|
110
|
+
background: #a3c5fd;
|
349
111
|
}
|
350
112
|
.bk-checkbox.is-prechecking {
|
351
113
|
position: relative;
|
@@ -387,16 +149,16 @@
|
|
387
149
|
}
|
388
150
|
.bk-button {
|
389
151
|
display: inline-flex;
|
390
|
-
height:
|
391
|
-
padding:
|
392
|
-
font-size:
|
393
|
-
color:
|
152
|
+
height: 32px;
|
153
|
+
padding: 0 14px;
|
154
|
+
font-size: 14px;
|
155
|
+
color: #63656e;
|
394
156
|
text-decoration: none;
|
395
157
|
white-space: nowrap;
|
396
158
|
cursor: pointer;
|
397
|
-
background-color:
|
398
|
-
border: 1px solid
|
399
|
-
border-radius:
|
159
|
+
background-color: white;
|
160
|
+
border: 1px solid #c4c6cc;
|
161
|
+
border-radius: 2px;
|
400
162
|
outline: none;
|
401
163
|
box-sizing: border-box;
|
402
164
|
transition: background-color ease 0.3s;
|
@@ -405,218 +167,218 @@
|
|
405
167
|
justify-content: center;
|
406
168
|
}
|
407
169
|
.bk-button.bk-button-primary {
|
408
|
-
background-color:
|
409
|
-
color:
|
410
|
-
border-color:
|
170
|
+
background-color: #3a84ff;
|
171
|
+
color: white;
|
172
|
+
border-color: #3a84ff;
|
411
173
|
}
|
412
174
|
.bk-button.bk-button-primary:hover {
|
413
|
-
background-color:
|
414
|
-
border-color:
|
175
|
+
background-color: #5594fa;
|
176
|
+
border-color: #5594fa;
|
415
177
|
}
|
416
178
|
.bk-button.bk-button-primary:active {
|
417
|
-
background-color:
|
418
|
-
border-color:
|
419
|
-
color:
|
179
|
+
background-color: #2c77f4;
|
180
|
+
border-color: #2c77f4;
|
181
|
+
color: white;
|
420
182
|
}
|
421
183
|
.bk-button.bk-button-primary.is-outline {
|
422
|
-
color:
|
423
|
-
border-color:
|
424
|
-
background-color:
|
184
|
+
color: #3a84ff;
|
185
|
+
border-color: #3a84ff;
|
186
|
+
background-color: white;
|
425
187
|
}
|
426
188
|
.bk-button.bk-button-primary.is-outline:hover {
|
427
|
-
background-color:
|
428
|
-
border-color:
|
429
|
-
color:
|
189
|
+
background-color: #5594fa;
|
190
|
+
border-color: #5594fa;
|
191
|
+
color: white;
|
430
192
|
}
|
431
193
|
.bk-button.bk-button-primary.is-outline:active {
|
432
|
-
background-color:
|
433
|
-
border-color:
|
434
|
-
color:
|
194
|
+
background-color: #2c77f4;
|
195
|
+
border-color: #2c77f4;
|
196
|
+
color: white;
|
435
197
|
}
|
436
198
|
.bk-button.bk-button-primary.is-text {
|
437
|
-
color:
|
199
|
+
color: #3a84ff;
|
438
200
|
background-color: transparent;
|
439
201
|
border: none;
|
440
202
|
}
|
441
203
|
.bk-button.bk-button-primary.is-text:not(.is-disabled):hover {
|
442
|
-
color:
|
204
|
+
color: #5594fa;
|
443
205
|
}
|
444
206
|
.bk-button.bk-button-primary.is-disabled {
|
445
|
-
color:
|
207
|
+
color: #dcdee5;
|
446
208
|
cursor: not-allowed;
|
447
209
|
}
|
448
210
|
.bk-button.bk-button-primary.is-disabled:not(.is-text) {
|
449
|
-
background-color:
|
450
|
-
color:
|
451
|
-
border-color:
|
211
|
+
background-color: #dcdee5;
|
212
|
+
color: white;
|
213
|
+
border-color: #dcdee5;
|
452
214
|
}
|
453
215
|
.bk-button.bk-button-hover-primary:hover {
|
454
|
-
background-color:
|
455
|
-
border-color:
|
456
|
-
color:
|
216
|
+
background-color: #5594fa;
|
217
|
+
border-color: #5594fa;
|
218
|
+
color: white;
|
457
219
|
}
|
458
220
|
.bk-button.bk-button-warning {
|
459
|
-
background-color:
|
460
|
-
color:
|
461
|
-
border-color:
|
221
|
+
background-color: #ff9c01;
|
222
|
+
color: white;
|
223
|
+
border-color: #ff9c01;
|
462
224
|
}
|
463
225
|
.bk-button.bk-button-warning:hover {
|
464
|
-
background-color:
|
465
|
-
border-color:
|
226
|
+
background-color: #ffb848;
|
227
|
+
border-color: #ffb848;
|
466
228
|
}
|
467
229
|
.bk-button.bk-button-warning:active {
|
468
|
-
background-color:
|
469
|
-
border-color:
|
470
|
-
color:
|
230
|
+
background-color: #eb9000;
|
231
|
+
border-color: #eb9000;
|
232
|
+
color: white;
|
471
233
|
}
|
472
234
|
.bk-button.bk-button-warning.is-outline {
|
473
|
-
color:
|
474
|
-
border-color:
|
475
|
-
background-color:
|
235
|
+
color: #ff9c01;
|
236
|
+
border-color: #ff9c01;
|
237
|
+
background-color: white;
|
476
238
|
}
|
477
239
|
.bk-button.bk-button-warning.is-outline:hover {
|
478
|
-
background-color:
|
479
|
-
border-color:
|
480
|
-
color:
|
240
|
+
background-color: #ffb848;
|
241
|
+
border-color: #ffb848;
|
242
|
+
color: white;
|
481
243
|
}
|
482
244
|
.bk-button.bk-button-warning.is-outline:active {
|
483
|
-
background-color:
|
484
|
-
border-color:
|
485
|
-
color:
|
245
|
+
background-color: #eb9000;
|
246
|
+
border-color: #eb9000;
|
247
|
+
color: white;
|
486
248
|
}
|
487
249
|
.bk-button.bk-button-warning.is-text {
|
488
|
-
color:
|
250
|
+
color: #ff9c01;
|
489
251
|
background-color: transparent;
|
490
252
|
border: none;
|
491
253
|
}
|
492
254
|
.bk-button.bk-button-warning.is-text:not(.is-disabled):hover {
|
493
|
-
color:
|
255
|
+
color: #ffb848;
|
494
256
|
}
|
495
257
|
.bk-button.bk-button-warning.is-disabled {
|
496
|
-
color:
|
258
|
+
color: #dcdee5;
|
497
259
|
cursor: not-allowed;
|
498
260
|
}
|
499
261
|
.bk-button.bk-button-warning.is-disabled:not(.is-text) {
|
500
|
-
background-color:
|
501
|
-
color:
|
502
|
-
border-color:
|
262
|
+
background-color: #dcdee5;
|
263
|
+
color: white;
|
264
|
+
border-color: #dcdee5;
|
503
265
|
}
|
504
266
|
.bk-button.bk-button-hover-warning:hover {
|
505
|
-
background-color:
|
506
|
-
border-color:
|
507
|
-
color:
|
267
|
+
background-color: #ffb848;
|
268
|
+
border-color: #ffb848;
|
269
|
+
color: white;
|
508
270
|
}
|
509
271
|
.bk-button.bk-button-success {
|
510
|
-
background-color:
|
511
|
-
color:
|
512
|
-
border-color:
|
272
|
+
background-color: #2dcb56;
|
273
|
+
color: white;
|
274
|
+
border-color: #2dcb56;
|
513
275
|
}
|
514
276
|
.bk-button.bk-button-success:hover {
|
515
|
-
background-color:
|
516
|
-
border-color:
|
277
|
+
background-color: #45e35f;
|
278
|
+
border-color: #45e35f;
|
517
279
|
}
|
518
280
|
.bk-button.bk-button-success:active {
|
519
|
-
background-color:
|
520
|
-
border-color:
|
521
|
-
color:
|
281
|
+
background-color: #1ab943;
|
282
|
+
border-color: #1ab943;
|
283
|
+
color: white;
|
522
284
|
}
|
523
285
|
.bk-button.bk-button-success.is-outline {
|
524
|
-
color:
|
525
|
-
border-color:
|
526
|
-
background-color:
|
286
|
+
color: #2dcb56;
|
287
|
+
border-color: #2dcb56;
|
288
|
+
background-color: white;
|
527
289
|
}
|
528
290
|
.bk-button.bk-button-success.is-outline:hover {
|
529
|
-
background-color:
|
530
|
-
border-color:
|
531
|
-
color:
|
291
|
+
background-color: #45e35f;
|
292
|
+
border-color: #45e35f;
|
293
|
+
color: white;
|
532
294
|
}
|
533
295
|
.bk-button.bk-button-success.is-outline:active {
|
534
|
-
background-color:
|
535
|
-
border-color:
|
536
|
-
color:
|
296
|
+
background-color: #1ab943;
|
297
|
+
border-color: #1ab943;
|
298
|
+
color: white;
|
537
299
|
}
|
538
300
|
.bk-button.bk-button-success.is-text {
|
539
|
-
color:
|
301
|
+
color: #2dcb56;
|
540
302
|
background-color: transparent;
|
541
303
|
border: none;
|
542
304
|
}
|
543
305
|
.bk-button.bk-button-success.is-text:not(.is-disabled):hover {
|
544
|
-
color:
|
306
|
+
color: #45e35f;
|
545
307
|
}
|
546
308
|
.bk-button.bk-button-success.is-disabled {
|
547
|
-
color:
|
309
|
+
color: #dcdee5;
|
548
310
|
cursor: not-allowed;
|
549
311
|
}
|
550
312
|
.bk-button.bk-button-success.is-disabled:not(.is-text) {
|
551
|
-
background-color:
|
552
|
-
color:
|
553
|
-
border-color:
|
313
|
+
background-color: #dcdee5;
|
314
|
+
color: white;
|
315
|
+
border-color: #dcdee5;
|
554
316
|
}
|
555
317
|
.bk-button.bk-button-hover-success:hover {
|
556
|
-
background-color:
|
557
|
-
border-color:
|
558
|
-
color:
|
318
|
+
background-color: #45e35f;
|
319
|
+
border-color: #45e35f;
|
320
|
+
color: white;
|
559
321
|
}
|
560
322
|
.bk-button.bk-button-danger {
|
561
|
-
background-color:
|
562
|
-
color:
|
563
|
-
border-color:
|
323
|
+
background-color: #ea3636;
|
324
|
+
color: white;
|
325
|
+
border-color: #ea3636;
|
564
326
|
}
|
565
327
|
.bk-button.bk-button-danger:hover {
|
566
|
-
background-color:
|
567
|
-
border-color:
|
328
|
+
background-color: #ff5656;
|
329
|
+
border-color: #ff5656;
|
568
330
|
}
|
569
331
|
.bk-button.bk-button-danger:active {
|
570
|
-
background-color:
|
571
|
-
border-color:
|
572
|
-
color:
|
332
|
+
background-color: #db2626;
|
333
|
+
border-color: #db2626;
|
334
|
+
color: white;
|
573
335
|
}
|
574
336
|
.bk-button.bk-button-danger.is-outline {
|
575
|
-
color:
|
576
|
-
border-color:
|
577
|
-
background-color:
|
337
|
+
color: #ea3636;
|
338
|
+
border-color: #ea3636;
|
339
|
+
background-color: white;
|
578
340
|
}
|
579
341
|
.bk-button.bk-button-danger.is-outline:hover {
|
580
|
-
background-color:
|
581
|
-
border-color:
|
582
|
-
color:
|
342
|
+
background-color: #ff5656;
|
343
|
+
border-color: #ff5656;
|
344
|
+
color: white;
|
583
345
|
}
|
584
346
|
.bk-button.bk-button-danger.is-outline:active {
|
585
|
-
background-color:
|
586
|
-
border-color:
|
587
|
-
color:
|
347
|
+
background-color: #db2626;
|
348
|
+
border-color: #db2626;
|
349
|
+
color: white;
|
588
350
|
}
|
589
351
|
.bk-button.bk-button-danger.is-text {
|
590
|
-
color:
|
352
|
+
color: #ea3636;
|
591
353
|
background-color: transparent;
|
592
354
|
border: none;
|
593
355
|
}
|
594
356
|
.bk-button.bk-button-danger.is-text:not(.is-disabled):hover {
|
595
|
-
color:
|
357
|
+
color: #ff5656;
|
596
358
|
}
|
597
359
|
.bk-button.bk-button-danger.is-disabled {
|
598
|
-
color:
|
360
|
+
color: #dcdee5;
|
599
361
|
cursor: not-allowed;
|
600
362
|
}
|
601
363
|
.bk-button.bk-button-danger.is-disabled:not(.is-text) {
|
602
|
-
background-color:
|
603
|
-
color:
|
604
|
-
border-color:
|
364
|
+
background-color: #dcdee5;
|
365
|
+
color: white;
|
366
|
+
border-color: #dcdee5;
|
605
367
|
}
|
606
368
|
.bk-button.bk-button-hover-danger:hover {
|
607
|
-
background-color:
|
608
|
-
border-color:
|
609
|
-
color:
|
369
|
+
background-color: #ff5656;
|
370
|
+
border-color: #ff5656;
|
371
|
+
color: white;
|
610
372
|
}
|
611
373
|
.bk-button.bk-button-small {
|
612
|
-
height:
|
613
|
-
padding:
|
614
|
-
font-size:
|
374
|
+
height: 26px;
|
375
|
+
padding: 0 12px;
|
376
|
+
font-size: 12px;
|
615
377
|
}
|
616
378
|
.bk-button.bk-button-large {
|
617
|
-
height:
|
618
|
-
padding:
|
619
|
-
font-size:
|
379
|
+
height: 40px;
|
380
|
+
padding: 0 16px;
|
381
|
+
font-size: 16px;
|
620
382
|
}
|
621
383
|
.bk-button .bk-button-text {
|
622
384
|
display: inline-flex;
|
@@ -633,17 +395,17 @@
|
|
633
395
|
visibility: hidden;
|
634
396
|
}
|
635
397
|
.bk-button:hover {
|
636
|
-
border-color:
|
398
|
+
border-color: #979ba5;
|
637
399
|
}
|
638
400
|
.bk-button:active {
|
639
|
-
color:
|
640
|
-
border-color:
|
401
|
+
color: #3a84ff;
|
402
|
+
border-color: #3a84ff;
|
641
403
|
}
|
642
404
|
.bk-button.is-text {
|
643
405
|
height: auto;
|
644
406
|
padding: 0;
|
645
407
|
font-size: inherit;
|
646
|
-
color:
|
408
|
+
color: #63656e;
|
647
409
|
text-decoration: none;
|
648
410
|
cursor: pointer;
|
649
411
|
background-color: transparent;
|
@@ -651,62 +413,62 @@
|
|
651
413
|
outline: none;
|
652
414
|
}
|
653
415
|
.bk-button.is-disabled {
|
654
|
-
color:
|
416
|
+
color: #dcdee5;
|
655
417
|
cursor: not-allowed;
|
656
|
-
border-color:
|
418
|
+
border-color: #dcdee5;
|
657
419
|
}
|
658
420
|
.bk-button.is-disabled:not(.is-text) {
|
659
|
-
background-color:
|
421
|
+
background-color: #f9fafd;
|
660
422
|
}
|
661
423
|
.bk-button-group {
|
662
424
|
display: inline-block;
|
663
425
|
font-size: 0;
|
664
426
|
}
|
665
427
|
.bk-button-group.bk-button-group-small .bk-button {
|
666
|
-
height:
|
667
|
-
padding:
|
668
|
-
font-size:
|
428
|
+
height: 26px;
|
429
|
+
padding: 0 12px;
|
430
|
+
font-size: 12px;
|
669
431
|
}
|
670
432
|
.bk-button-group.bk-button-group-large .bk-button {
|
671
|
-
height:
|
672
|
-
padding:
|
673
|
-
font-size:
|
433
|
+
height: 40px;
|
434
|
+
padding: 0 16px;
|
435
|
+
font-size: 16px;
|
674
436
|
}
|
675
437
|
.bk-button-group .bk-button {
|
676
|
-
height:
|
438
|
+
height: 32px;
|
677
439
|
margin: 0 0 0 -1px;
|
678
440
|
border-radius: 0;
|
679
441
|
}
|
680
442
|
.bk-button-group .bk-button:not(.is-disabled) {
|
681
|
-
color:
|
682
|
-
background-color:
|
683
|
-
border-color:
|
443
|
+
color: #63656e;
|
444
|
+
background-color: white;
|
445
|
+
border-color: #c4c6cc;
|
684
446
|
}
|
685
447
|
.bk-button-group .bk-button.is-disabled {
|
686
|
-
color:
|
448
|
+
color: #c4c6cc;
|
687
449
|
}
|
688
450
|
.bk-button-group .bk-button:first-child {
|
689
|
-
border-radius:
|
451
|
+
border-radius: 2px 0 0 2px;
|
690
452
|
}
|
691
453
|
.bk-button-group .bk-button:last-child {
|
692
|
-
border-radius: 0
|
454
|
+
border-radius: 0 2px 2px 0;
|
693
455
|
}
|
694
456
|
.bk-button-group .bk-button:only-child {
|
695
|
-
border-radius:
|
457
|
+
border-radius: 2px;
|
696
458
|
}
|
697
459
|
.bk-button-group .bk-button:hover:not(.is-disabled),
|
698
460
|
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
699
461
|
position: relative;
|
700
462
|
z-index: 1;
|
701
|
-
color:
|
702
|
-
background-color:
|
703
|
-
border-color:
|
463
|
+
color: #3a84ff;
|
464
|
+
background-color: white;
|
465
|
+
border-color: #3a84ff;
|
704
466
|
}
|
705
467
|
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
706
|
-
background-color:
|
468
|
+
background-color: #e1ecff;
|
707
469
|
}
|
708
470
|
.bk-button-group .bk-button.is-selected.is-disabled {
|
709
|
-
background-color:
|
471
|
+
background-color: #f0f1f5;
|
710
472
|
}
|
711
473
|
.bk-exception {
|
712
474
|
position: relative;
|
@@ -770,11 +532,11 @@
|
|
770
532
|
display: flex;
|
771
533
|
align-items: center;
|
772
534
|
font-size: 12px;
|
773
|
-
color: #63656e;
|
774
535
|
letter-spacing: normal;
|
536
|
+
color: #63656e;
|
775
537
|
user-select: none;
|
776
538
|
}
|
777
|
-
.bk-pagination.is-disabled
|
539
|
+
.bk-pagination.is-disabled {
|
778
540
|
cursor: not-allowed;
|
779
541
|
}
|
780
542
|
.bk-pagination.is-align-left {
|
@@ -814,16 +576,16 @@
|
|
814
576
|
display: flex;
|
815
577
|
align-items: center;
|
816
578
|
justify-content: center;
|
817
|
-
min-width: 32px;
|
818
579
|
height: 32px;
|
580
|
+
min-width: 32px;
|
819
581
|
padding: 0 4px;
|
820
582
|
margin-right: 2px;
|
821
583
|
margin-left: 2px;
|
822
584
|
color: #63656e;
|
823
585
|
cursor: pointer;
|
824
|
-
user-select: none;
|
825
586
|
background: #fff;
|
826
587
|
border-radius: 2px;
|
588
|
+
user-select: none;
|
827
589
|
}
|
828
590
|
.bk-pagination-list-pre-batch.is-active,
|
829
591
|
.bk-pagination-list-next-batch.is-active,
|
@@ -898,13 +660,13 @@
|
|
898
660
|
}
|
899
661
|
.bk-pagination-small-list .bk-pagination-picker {
|
900
662
|
display: flex;
|
901
|
-
align-items: center;
|
902
663
|
height: 26px;
|
903
664
|
margin: 0 4px;
|
904
665
|
cursor: pointer;
|
905
666
|
background-color: #f0f1f5;
|
906
667
|
border: 1px solid #f0f1f5;
|
907
668
|
border-radius: 2px;
|
669
|
+
align-items: center;
|
908
670
|
}
|
909
671
|
.bk-pagination-small-list .bk-pagination-picker:hover {
|
910
672
|
background-color: #eaebf0;
|
@@ -916,8 +678,8 @@
|
|
916
678
|
box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
|
917
679
|
}
|
918
680
|
.bk-pagination-editor {
|
919
|
-
min-width: 23px;
|
920
681
|
height: 16px;
|
682
|
+
min-width: 23px;
|
921
683
|
padding-right: 4px;
|
922
684
|
padding-left: 8px;
|
923
685
|
line-height: 16px;
|
@@ -935,13 +697,13 @@
|
|
935
697
|
.bk-pagination-btn-pre,
|
936
698
|
.bk-pagination-btn-next {
|
937
699
|
display: flex;
|
938
|
-
align-items: center;
|
939
|
-
justify-content: center;
|
940
700
|
width: 26px;
|
941
701
|
height: 26px;
|
942
702
|
font-size: 20px;
|
943
703
|
color: #979ba5;
|
944
704
|
cursor: pointer;
|
705
|
+
justify-content: center;
|
706
|
+
align-items: center;
|
945
707
|
}
|
946
708
|
.bk-pagination-btn-pre:hover,
|
947
709
|
.bk-pagination-btn-next:hover {
|
@@ -954,7 +716,7 @@
|
|
954
716
|
cursor: not-allowed;
|
955
717
|
}
|
956
718
|
.bk-pagination-picker-list {
|
957
|
-
max-height:
|
719
|
+
max-height: 216px;
|
958
720
|
padding: 7px 0;
|
959
721
|
margin: -7px -14px;
|
960
722
|
overflow: auto;
|
@@ -1029,6 +791,10 @@
|
|
1029
791
|
max-width: 300px;
|
1030
792
|
min-width: 200px;
|
1031
793
|
}
|
794
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items {
|
795
|
+
max-height: 200px;
|
796
|
+
min-height: 40px;
|
797
|
+
}
|
1032
798
|
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item {
|
1033
799
|
width: 100%;
|
1034
800
|
height: 32px;
|
@@ -1041,20 +807,11 @@
|
|
1041
807
|
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item:hover {
|
1042
808
|
background: #f0f1f5;
|
1043
809
|
}
|
1044
|
-
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item label {
|
1045
|
-
text-overflow: ellipsis;
|
1046
|
-
white-space: nowrap;
|
1047
|
-
overflow: hidden;
|
1048
|
-
width: 100%;
|
1049
|
-
}
|
1050
810
|
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item label:hover {
|
1051
811
|
background: #f0f1f5;
|
1052
812
|
}
|
1053
813
|
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item .bk-checkbox-label {
|
1054
814
|
white-space: nowrap;
|
1055
|
-
text-overflow: ellipsis;
|
1056
|
-
overflow: hidden;
|
1057
|
-
max-width: calc(100% - 22px);
|
1058
815
|
}
|
1059
816
|
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item .bk-checkbox {
|
1060
817
|
margin-left: 0;
|
@@ -1172,7 +929,6 @@
|
|
1172
929
|
align-items: flex-start;
|
1173
930
|
flex-wrap: wrap;
|
1174
931
|
margin-bottom: 16px;
|
1175
|
-
overflow: auto;
|
1176
932
|
}
|
1177
933
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item {
|
1178
934
|
width: 150px;
|
@@ -1241,54 +997,74 @@
|
|
1241
997
|
}
|
1242
998
|
.bk-table {
|
1243
999
|
position: relative;
|
1244
|
-
|
1245
|
-
height: 100%;
|
1000
|
+
height: auto;
|
1246
1001
|
overflow: hidden;
|
1247
|
-
|
1002
|
+
width: 100%;
|
1003
|
+
}
|
1004
|
+
.bk-table-flex {
|
1248
1005
|
display: flex;
|
1249
1006
|
flex-direction: column;
|
1250
1007
|
max-height: fit-content;
|
1251
1008
|
}
|
1009
|
+
.bk-table-flex .bk-table-body {
|
1010
|
+
flex: 1;
|
1011
|
+
overflow: auto;
|
1012
|
+
}
|
1013
|
+
.bk-table.has-scroll-y .bk-table-head {
|
1014
|
+
padding-right: 4px;
|
1015
|
+
}
|
1252
1016
|
.bk-table .bk-table-body {
|
1253
1017
|
position: relative;
|
1254
1018
|
overflow: auto;
|
1255
|
-
|
1019
|
+
scrollbar-gutter: stable;
|
1020
|
+
border-bottom: 1px solid #dcdee5;
|
1256
1021
|
}
|
1257
1022
|
.bk-table .bk-table-body::-webkit-scrollbar {
|
1258
|
-
width:
|
1259
|
-
height:
|
1023
|
+
width: 5px;
|
1024
|
+
height: 6px;
|
1260
1025
|
}
|
1261
1026
|
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
1262
|
-
background: #
|
1263
|
-
border-radius:
|
1027
|
+
background: #dcdee5;
|
1028
|
+
border-radius: 10px;
|
1264
1029
|
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
1265
1030
|
}
|
1266
|
-
.bk-table .bk-table-body.is-bk-scrollbar {
|
1267
|
-
overflow: hidden;
|
1268
|
-
}
|
1269
1031
|
.bk-table .bk-table-body .prepend-row {
|
1270
|
-
transform:
|
1271
|
-
}
|
1272
|
-
.bk-table .bk-table-body .resize-column {
|
1273
|
-
position: absolute;
|
1274
|
-
top: 0;
|
1275
|
-
bottom: 0;
|
1276
|
-
left: 0;
|
1277
|
-
width: 1px;
|
1278
|
-
background-color: #3785ff;
|
1279
|
-
transform: translate(var(--drag-offset-x), var(--translate-y));
|
1032
|
+
transform: translateX(var(--prepend-left));
|
1280
1033
|
}
|
1281
1034
|
.bk-table .bk-table-body-content.bk-stripe table tbody tr:nth-child(even) td {
|
1282
|
-
background-color:
|
1035
|
+
background-color: #fafbfd;
|
1283
1036
|
}
|
1284
1037
|
.bk-table .bk-table-body-content.bk-stripe table tbody tr td {
|
1285
1038
|
border-bottom: none;
|
1286
1039
|
}
|
1040
|
+
.bk-table .bk-fixed-bottom-border {
|
1041
|
+
position: sticky;
|
1042
|
+
bottom: 0;
|
1043
|
+
left: 0;
|
1044
|
+
z-index: 1;
|
1045
|
+
width: 100%;
|
1046
|
+
border-top: 1px solid #dcdee5;
|
1047
|
+
transform: translateX(var(--scroll-head-left));
|
1048
|
+
}
|
1049
|
+
.bk-table .bk-fixed-bottom-border._is-empty {
|
1050
|
+
display: none;
|
1051
|
+
}
|
1287
1052
|
.bk-table .bk-table-head,
|
1288
1053
|
.bk-table .bk-table-body {
|
1289
|
-
background:
|
1054
|
+
background: white;
|
1290
1055
|
transform: translateZ(0);
|
1291
1056
|
}
|
1057
|
+
.bk-table .bk-table-head::-webkit-scrollbar,
|
1058
|
+
.bk-table .bk-table-body::-webkit-scrollbar {
|
1059
|
+
width: 5px;
|
1060
|
+
height: 5px;
|
1061
|
+
}
|
1062
|
+
.bk-table .bk-table-head::-webkit-scrollbar-thumb,
|
1063
|
+
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
1064
|
+
background: #ddd;
|
1065
|
+
border-radius: 20px;
|
1066
|
+
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
1067
|
+
}
|
1292
1068
|
.bk-table .bk-table-head.__is-empty,
|
1293
1069
|
.bk-table .bk-table-body.__is-empty {
|
1294
1070
|
display: flex;
|
@@ -1307,15 +1083,11 @@
|
|
1307
1083
|
.bk-table .bk-table-head table,
|
1308
1084
|
.bk-table .bk-table-body table {
|
1309
1085
|
width: 100%;
|
1310
|
-
border-collapse:
|
1086
|
+
border-collapse: collapse;
|
1311
1087
|
transform: translateZ(0);
|
1312
1088
|
table-layout: fixed;
|
1313
1089
|
align-self: flex-start;
|
1314
1090
|
}
|
1315
|
-
.bk-table .bk-table-head table.bk-table-col-resizing th,
|
1316
|
-
.bk-table .bk-table-body table.bk-table-col-resizing th {
|
1317
|
-
cursor: col-resize !important;
|
1318
|
-
}
|
1319
1091
|
.bk-table .bk-table-head table th,
|
1320
1092
|
.bk-table .bk-table-body table th,
|
1321
1093
|
.bk-table .bk-table-head table td,
|
@@ -1337,7 +1109,7 @@
|
|
1337
1109
|
padding: 0 16px;
|
1338
1110
|
overflow: hidden;
|
1339
1111
|
font-size: 12px;
|
1340
|
-
color:
|
1112
|
+
color: #63656E;
|
1341
1113
|
text-overflow: ellipsis;
|
1342
1114
|
white-space: nowrap;
|
1343
1115
|
}
|
@@ -1345,8 +1117,8 @@
|
|
1345
1117
|
.bk-table .bk-table-body table th .cell .drag-cell,
|
1346
1118
|
.bk-table .bk-table-head table td .cell .drag-cell,
|
1347
1119
|
.bk-table .bk-table-body table td .cell .drag-cell {
|
1348
|
-
height: 100%;
|
1349
1120
|
font-size: 14px;
|
1121
|
+
height: 100%;
|
1350
1122
|
}
|
1351
1123
|
.bk-table .bk-table-head table th .cell.has-sort,
|
1352
1124
|
.bk-table .bk-table-body table th .cell.has-sort,
|
@@ -1375,10 +1147,6 @@
|
|
1375
1147
|
.bk-table .bk-table-body table td .cell.selection {
|
1376
1148
|
padding: 0;
|
1377
1149
|
text-align: center;
|
1378
|
-
display: flex;
|
1379
|
-
align-items: center;
|
1380
|
-
justify-content: center;
|
1381
|
-
height: 100%;
|
1382
1150
|
}
|
1383
1151
|
.bk-table .bk-table-head table th .cell.expand-cell,
|
1384
1152
|
.bk-table .bk-table-body table th .cell.expand-cell,
|
@@ -1406,6 +1174,18 @@
|
|
1406
1174
|
position: sticky;
|
1407
1175
|
z-index: 1;
|
1408
1176
|
}
|
1177
|
+
.bk-table .bk-table-head table th.column_fixed.column_fixed_left,
|
1178
|
+
.bk-table .bk-table-body table th.column_fixed.column_fixed_left,
|
1179
|
+
.bk-table .bk-table-head table td.column_fixed.column_fixed_left,
|
1180
|
+
.bk-table .bk-table-body table td.column_fixed.column_fixed_left {
|
1181
|
+
left: 0;
|
1182
|
+
}
|
1183
|
+
.bk-table .bk-table-head table th.column_fixed.column_fixed_right,
|
1184
|
+
.bk-table .bk-table-body table th.column_fixed.column_fixed_right,
|
1185
|
+
.bk-table .bk-table-head table td.column_fixed.column_fixed_right,
|
1186
|
+
.bk-table .bk-table-body table td.column_fixed.column_fixed_right {
|
1187
|
+
right: 0;
|
1188
|
+
}
|
1409
1189
|
.bk-table .bk-table-head table th.row_expend .expand-cell-ctx,
|
1410
1190
|
.bk-table .bk-table-body table th.row_expend .expand-cell-ctx,
|
1411
1191
|
.bk-table .bk-table-head table td.row_expend .expand-cell-ctx,
|
@@ -1419,7 +1199,6 @@
|
|
1419
1199
|
.bk-table .bk-table-head table .left .cell,
|
1420
1200
|
.bk-table .bk-table-body table .left .cell {
|
1421
1201
|
justify-content: start;
|
1422
|
-
text-align: left;
|
1423
1202
|
}
|
1424
1203
|
.bk-table .bk-table-head table .center,
|
1425
1204
|
.bk-table .bk-table-body table .center {
|
@@ -1428,7 +1207,6 @@
|
|
1428
1207
|
.bk-table .bk-table-head table .center .cell,
|
1429
1208
|
.bk-table .bk-table-body table .center .cell {
|
1430
1209
|
justify-content: center;
|
1431
|
-
text-align: center;
|
1432
1210
|
}
|
1433
1211
|
.bk-table .bk-table-head table .right,
|
1434
1212
|
.bk-table .bk-table-body table .right {
|
@@ -1437,11 +1215,10 @@
|
|
1437
1215
|
.bk-table .bk-table-head table .right .cell,
|
1438
1216
|
.bk-table .bk-table-body table .right .cell {
|
1439
1217
|
justify-content: end;
|
1440
|
-
text-align: right;
|
1441
1218
|
}
|
1442
1219
|
.bk-table .bk-table-head table thead,
|
1443
1220
|
.bk-table .bk-table-body table thead {
|
1444
|
-
background-color:
|
1221
|
+
background-color: #fafbfd;
|
1445
1222
|
}
|
1446
1223
|
.bk-table .bk-table-head table thead th,
|
1447
1224
|
.bk-table .bk-table-body table thead th {
|
@@ -1449,117 +1226,66 @@
|
|
1449
1226
|
font-weight: 400;
|
1450
1227
|
background-color: var(--background-color);
|
1451
1228
|
}
|
1452
|
-
.bk-table .bk-table-head table thead th.col-
|
1453
|
-
.bk-table .bk-table-body table thead th.col-
|
1454
|
-
content: '';
|
1229
|
+
.bk-table .bk-table-head table thead th.col-resize-hover::after,
|
1230
|
+
.bk-table .bk-table-body table thead th.col-resize-hover::after {
|
1455
1231
|
position: absolute;
|
1456
1232
|
top: 0;
|
1457
|
-
bottom: 0;
|
1458
1233
|
right: 0;
|
1459
|
-
width: 3px;
|
1460
|
-
background-color: #3785ff;
|
1461
|
-
transform: translateX(1px);
|
1462
|
-
pointer-events: none;
|
1463
|
-
}
|
1464
|
-
.bk-table .bk-table-head table thead th.col-pointer-hover.poiner-left::after,
|
1465
|
-
.bk-table .bk-table-body table thead th.col-pointer-hover.poiner-left::after {
|
1466
|
-
content: '';
|
1467
|
-
position: absolute;
|
1468
|
-
top: 0;
|
1469
1234
|
bottom: 0;
|
1470
|
-
|
1471
|
-
width:
|
1472
|
-
transform: translateX(-1px);
|
1473
|
-
background-color: #3785ff;
|
1235
|
+
z-index: 1;
|
1236
|
+
width: 6px;
|
1474
1237
|
pointer-events: none;
|
1475
|
-
|
1476
|
-
.bk-table .bk-table-head table thead th .across-page-cell,
|
1477
|
-
.bk-table .bk-table-body table thead th .across-page-cell {
|
1478
|
-
position: relative;
|
1479
|
-
}
|
1480
|
-
.bk-table .bk-table-head table thead th .across-page-cell .dropwn-icon,
|
1481
|
-
.bk-table .bk-table-body table thead th .across-page-cell .dropwn-icon {
|
1482
|
-
display: block;
|
1483
|
-
position: absolute;
|
1484
|
-
width: 16px;
|
1485
|
-
height: 16px;
|
1486
|
-
top: 50%;
|
1487
|
-
right: 0;
|
1488
|
-
transform: translate(18px, -50%);
|
1489
|
-
}
|
1490
|
-
.bk-table .bk-table-head table thead th .across-page-cell .dropwn-icon::after,
|
1491
|
-
.bk-table .bk-table-body table thead th .across-page-cell .dropwn-icon::after {
|
1492
|
-
position: absolute;
|
1493
|
-
top: 50%;
|
1494
|
-
right: 0;
|
1495
|
-
left: 50%;
|
1496
|
-
width: 5px;
|
1497
|
-
height: 5px;
|
1498
|
-
border: 1px solid #63656e;
|
1499
|
-
border-top: 0;
|
1500
|
-
border-left: 0;
|
1501
|
-
transform: translate(-50%, -100%) scaleY(1) rotate(45deg);
|
1502
|
-
transform-origin: center;
|
1238
|
+
background-color: #3785ff;
|
1503
1239
|
content: '';
|
1240
|
+
transform: translateX(50%);
|
1504
1241
|
}
|
1505
1242
|
.bk-table .bk-table-head table thead th .cell,
|
1506
1243
|
.bk-table .bk-table-body table thead th .cell {
|
1507
1244
|
display: flex;
|
1508
1245
|
align-items: center;
|
1509
|
-
height: calc(var(--row-height) -
|
1510
|
-
color:
|
1246
|
+
height: calc(var(--row-height) - 1px);
|
1247
|
+
color: #313238;
|
1511
1248
|
}
|
1512
|
-
.bk-table .bk-table-head table thead th
|
1513
|
-
.bk-table .bk-table-body table thead th
|
1514
|
-
|
1249
|
+
.bk-table .bk-table-head table thead th.active,
|
1250
|
+
.bk-table .bk-table-body table thead th.active,
|
1251
|
+
.bk-table .bk-table-head table thead th:hover,
|
1252
|
+
.bk-table .bk-table-body table thead th:hover {
|
1253
|
+
cursor: pointer;
|
1254
|
+
background: #f0f1f5;
|
1515
1255
|
}
|
1516
1256
|
.bk-table .bk-table-head table thead th.column_fixed,
|
1517
1257
|
.bk-table .bk-table-body table thead th.column_fixed {
|
1518
|
-
transform: translateX(var(--
|
1519
|
-
}
|
1520
|
-
.bk-table .bk-table-head table:not(.col-resize-hover) thead th.active,
|
1521
|
-
.bk-table .bk-table-body table:not(.col-resize-hover) thead th.active,
|
1522
|
-
.bk-table .bk-table-head table:not(.col-resize-hover) thead th:hover,
|
1523
|
-
.bk-table .bk-table-body table:not(.col-resize-hover) thead th:hover {
|
1524
|
-
cursor: pointer;
|
1525
|
-
background: var(--table-row-active-bg-color);
|
1526
|
-
}
|
1527
|
-
.bk-table .bk-table-head table tbody tr.stripe-row,
|
1528
|
-
.bk-table .bk-table-body table tbody tr.stripe-row {
|
1529
|
-
background: #fafbfd;
|
1530
|
-
}
|
1531
|
-
.bk-table .bk-table-head table tbody tr.stripe-row td,
|
1532
|
-
.bk-table .bk-table-body table tbody tr.stripe-row td {
|
1533
|
-
background-color: #fafbfd;
|
1258
|
+
transform: translateX(var(--scroll-left));
|
1534
1259
|
}
|
1535
1260
|
.bk-table .bk-table-head table tbody tr td,
|
1536
1261
|
.bk-table .bk-table-body table tbody tr td {
|
1537
1262
|
background-color: #fff;
|
1538
|
-
border-top: 1px solid var(--table-bg-color);
|
1539
|
-
border-bottom: 1px solid var(--table-bg-color);
|
1540
|
-
border-right: 1px solid var(--table-bg-color);
|
1541
|
-
box-sizing: border-box;
|
1542
1263
|
}
|
1543
1264
|
.bk-table .bk-table-head table tbody tr td.empty-cell,
|
1544
1265
|
.bk-table .bk-table-body table tbody tr td.empty-cell {
|
1545
1266
|
padding-bottom: 30px;
|
1546
1267
|
}
|
1268
|
+
.bk-table .bk-table-head table tbody tr td.is-last,
|
1269
|
+
.bk-table .bk-table-body table tbody tr td.is-last {
|
1270
|
+
border-bottom: none;
|
1271
|
+
}
|
1547
1272
|
.bk-table .bk-table-head table tbody tr td .cell,
|
1548
1273
|
.bk-table .bk-table-body table tbody tr td .cell {
|
1549
1274
|
display: block;
|
1550
1275
|
width: 100%;
|
1551
|
-
|
1276
|
+
height: 100%;
|
1277
|
+
line-height: calc(var(--row-height) - 1px);
|
1552
1278
|
box-sizing: border-box;
|
1279
|
+
align-items: center;
|
1553
1280
|
}
|
1554
1281
|
.bk-table .bk-table-head table tbody tr td .cell.drag,
|
1555
1282
|
.bk-table .bk-table-body table tbody tr td .cell.drag {
|
1556
|
-
text-align: center;
|
1557
1283
|
cursor: move;
|
1284
|
+
text-align: center;
|
1558
1285
|
}
|
1559
1286
|
.bk-table .bk-table-head table tbody tr:hover.hover-highlight td:not(.empty-cell),
|
1560
1287
|
.bk-table .bk-table-body table tbody tr:hover.hover-highlight td:not(.empty-cell) {
|
1561
|
-
background:
|
1562
|
-
border-right-color: var(--table-row-hover-bg-color);
|
1288
|
+
background: #f5f7fa;
|
1563
1289
|
}
|
1564
1290
|
.bk-table .bk-table-head table tbody tr.--drag-start td,
|
1565
1291
|
.bk-table .bk-table-body table tbody tr.--drag-start td {
|
@@ -1568,36 +1294,22 @@
|
|
1568
1294
|
.bk-table .bk-table-head {
|
1569
1295
|
position: relative;
|
1570
1296
|
z-index: 2;
|
1297
|
+
scrollbar-gutter: stable;
|
1571
1298
|
overflow: hidden;
|
1572
1299
|
background-color: var(--background-color);
|
1573
|
-
height: var(--row-height);
|
1574
|
-
min-height: var(--row-height);
|
1575
|
-
}
|
1576
|
-
.bk-table .bk-table-head.has-group .is-head-group {
|
1577
|
-
border-bottom: 1px solid var(--table-border-color);
|
1578
|
-
}
|
1579
|
-
.bk-table .bk-table-head.has-group th {
|
1580
|
-
border-right: 1px solid var(--table-border-color);
|
1581
|
-
}
|
1582
|
-
.bk-table .bk-table-head.has-group th.is-last-child {
|
1583
|
-
border-right: none;
|
1584
1300
|
}
|
1585
1301
|
.bk-table .bk-table-head .col-resize-drag {
|
1586
1302
|
position: absolute;
|
1587
1303
|
top: 0;
|
1588
|
-
|
1304
|
+
right: 0;
|
1589
1305
|
bottom: 0;
|
1590
1306
|
z-index: 1;
|
1591
1307
|
width: 6px;
|
1592
1308
|
background-color: #3785ff;
|
1593
|
-
transform:
|
1594
|
-
pointer-events: none;
|
1595
|
-
}
|
1596
|
-
.bk-table .bk-table-head .bk-table-fixed {
|
1597
|
-
transform: translate(0, 0);
|
1309
|
+
transform: translateX(-50%);
|
1598
1310
|
}
|
1599
1311
|
.bk-table .bk-table-head thead {
|
1600
|
-
transform:
|
1312
|
+
transform: translateX(var(--scroll-head-left));
|
1601
1313
|
}
|
1602
1314
|
.bk-table .bk-table-head .table-head-settings {
|
1603
1315
|
position: absolute;
|
@@ -1609,8 +1321,8 @@
|
|
1609
1321
|
width: calc(var(--row-height));
|
1610
1322
|
font-size: 14px;
|
1611
1323
|
cursor: pointer;
|
1612
|
-
background:
|
1613
|
-
border-left: 1px solid
|
1324
|
+
background: #fafbfd;
|
1325
|
+
border-left: 1px solid #dcdee5;
|
1614
1326
|
border-radius: 0 2px 0 0;
|
1615
1327
|
justify-content: center;
|
1616
1328
|
align-items: center;
|
@@ -1624,73 +1336,54 @@
|
|
1624
1336
|
display: flex;
|
1625
1337
|
width: 100%;
|
1626
1338
|
height: var(--footer-height);
|
1627
|
-
min-height: var(--footer-height);
|
1628
1339
|
align-items: center;
|
1629
|
-
padding: 0 16px 0 22px;
|
1630
1340
|
}
|
1631
1341
|
.bk-table .bk-table-footer.is-hidden {
|
1632
1342
|
display: none;
|
1633
1343
|
}
|
1634
1344
|
.bk-table.bordered-row .bk-table-head {
|
1635
|
-
border-bottom: 1px solid
|
1345
|
+
border-bottom: 1px solid #dcdee5;
|
1636
1346
|
}
|
1637
|
-
.bk-table.bordered-row
|
1638
|
-
border-bottom
|
1347
|
+
.bk-table.bordered-row td {
|
1348
|
+
border-bottom: 1px solid #dcdee5;
|
1349
|
+
}
|
1350
|
+
.bk-table.bordered-row tr:last-child td {
|
1351
|
+
border-bottom: none;
|
1639
1352
|
}
|
1640
1353
|
.bk-table.bordered-outer {
|
1641
|
-
border-top: 1px solid
|
1642
|
-
border-right: 1px solid
|
1643
|
-
border-left: 1px solid
|
1354
|
+
border-top: 1px solid #dcdee5;
|
1355
|
+
border-right: 1px solid #dcdee5;
|
1356
|
+
border-left: 1px solid #dcdee5;
|
1644
1357
|
}
|
1645
1358
|
.bk-table.bordered-outer .bk-table-footer {
|
1646
|
-
border-bottom: 1px solid
|
1359
|
+
border-bottom: 1px solid #dcdee5;
|
1647
1360
|
}
|
1648
1361
|
.bk-table.bordered-horizontal {
|
1649
|
-
border-top: 1px solid
|
1650
|
-
|
1362
|
+
border-top: 1px solid #dcdee5;
|
1363
|
+
}
|
1364
|
+
.bk-table.bordered-horizontal .bk-table-footer {
|
1365
|
+
border-bottom: 1px solid #dcdee5;
|
1651
1366
|
}
|
1652
1367
|
.bk-table.bordered-outer .__is-empty .bk-table-body-content,
|
1653
1368
|
.bk-table.bordered-horizontal .__is-empty .bk-table-body-content {
|
1654
|
-
border-bottom: 1px solid
|
1655
|
-
}
|
1656
|
-
.bk-table.bordered-col .bk-table-head {
|
1657
|
-
border-right: 1px solid var(--table-border-color);
|
1369
|
+
border-bottom: 1px solid #dcdee5;
|
1658
1370
|
}
|
1659
|
-
.bk-table.bordered-col
|
1660
|
-
|
1371
|
+
.bk-table.bordered-col th,
|
1372
|
+
.bk-table.bordered-col td {
|
1373
|
+
border-right: 1px solid #dcdee5;
|
1661
1374
|
}
|
1662
|
-
.bk-table.bordered-col th
|
1663
|
-
|
1664
|
-
}
|
1665
|
-
.bk-table.bordered-col th:last-child {
|
1375
|
+
.bk-table.bordered-col th:last-child,
|
1376
|
+
.bk-table.bordered-col td:last-child {
|
1666
1377
|
border-right: none;
|
1667
1378
|
}
|
1668
|
-
.bk-table.bordered-col .bk-table-body {
|
1669
|
-
border-right: 1px solid var(--table-border-color);
|
1670
|
-
}
|
1671
|
-
.bk-table.bordered-col .bk-table-body tbody tr td {
|
1672
|
-
border-right-color: var(--table-border-color);
|
1673
|
-
}
|
1674
|
-
.bk-table.bordered-col .bk-table-body tbody tr td:last-child {
|
1675
|
-
border-right: none;
|
1676
|
-
}
|
1677
|
-
.bk-table.bordered-col .bk-table-body tbody tr:hover.hover-highlight td:not(.empty-cell) {
|
1678
|
-
border-right-color: var(--table-border-color);
|
1679
|
-
}
|
1680
1379
|
.bk-table th,
|
1681
1380
|
.bk-table td {
|
1682
|
-
border-right: 1px solid
|
1381
|
+
border-right: 1px solid transparent;
|
1683
1382
|
}
|
1684
1383
|
.bk-table.bordered-none th,
|
1685
1384
|
.bk-table.bordered-none td {
|
1686
1385
|
border-top: none;
|
1687
|
-
border-right: 1px solid
|
1688
|
-
border-bottom: none;
|
1689
|
-
border-left: none;
|
1690
|
-
}
|
1691
|
-
.bk-table.bordered-none .bk-table-body table tbody tr td {
|
1692
|
-
border-top: none;
|
1693
|
-
border-right: 1px solid var(--table-bg-color);
|
1386
|
+
border-right: 1px solid transparent;
|
1694
1387
|
border-bottom: none;
|
1695
1388
|
border-left: none;
|
1696
1389
|
}
|
@@ -1698,25 +1391,27 @@
|
|
1698
1391
|
position: absolute;
|
1699
1392
|
top: 0;
|
1700
1393
|
right: 0;
|
1701
|
-
bottom:
|
1394
|
+
bottom: var(--footer-height);
|
1702
1395
|
left: 0;
|
1703
1396
|
pointer-events: none;
|
1704
|
-
transform: translate(var(--translate-x), var(--translate-y));
|
1705
|
-
}
|
1706
|
-
.bk-table .bk-table-fixed.has-virtual-scroll {
|
1707
|
-
transform: translate(var(--translate-x), 0);
|
1708
|
-
}
|
1709
|
-
.bk-table .bk-table-fixed .column_fixed_right {
|
1710
|
-
box-shadow: var(--shadow-right);
|
1711
|
-
}
|
1712
|
-
.bk-table .bk-table-fixed .column_fixed_left {
|
1713
|
-
box-shadow: var(--shadow-left);
|
1714
1397
|
}
|
1715
1398
|
.bk-table .bk-table-fixed .column_fixed {
|
1716
1399
|
position: absolute;
|
1717
1400
|
z-index: 2;
|
1718
|
-
|
1401
|
+
}
|
1402
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_left {
|
1403
|
+
top: 0;
|
1404
|
+
left: 0;
|
1405
|
+
}
|
1406
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_left.shadow {
|
1407
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
1408
|
+
}
|
1409
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_right {
|
1719
1410
|
top: 0;
|
1411
|
+
right: 0;
|
1412
|
+
}
|
1413
|
+
.bk-table .bk-table-fixed .column_fixed.column_fixed_right.shadow {
|
1414
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
1720
1415
|
}
|
1721
1416
|
.bk-table .bk-table-fixed .scroll-loading._bottom {
|
1722
1417
|
position: absolute;
|
@@ -1726,46 +1421,16 @@
|
|
1726
1421
|
display: flex;
|
1727
1422
|
justify-content: center;
|
1728
1423
|
}
|
1729
|
-
.bk-table .bk-table-fixed-bottom {
|
1730
|
-
position: absolute;
|
1731
|
-
right: 0;
|
1732
|
-
bottom: 0;
|
1733
|
-
left: 0;
|
1734
|
-
text-align: center;
|
1735
|
-
}
|
1736
1424
|
.bk-table colgroup col {
|
1737
|
-
background:
|
1425
|
+
background: white;
|
1738
1426
|
}
|
1739
1427
|
.bk-table colgroup col.active {
|
1740
1428
|
position: relative;
|
1741
|
-
background:
|
1429
|
+
background: #f0f1f5;
|
1742
1430
|
}
|
1743
1431
|
.bk-table .bk-pagination .is-last {
|
1744
1432
|
margin-left: auto;
|
1745
1433
|
}
|
1746
|
-
.bk-
|
1747
|
-
|
1748
|
-
}
|
1749
|
-
.bk-across-page-popover .dropwn-content {
|
1750
|
-
min-width: 100%;
|
1751
|
-
padding: 5px 0;
|
1752
|
-
margin: 0;
|
1753
|
-
background: #fff;
|
1754
|
-
border: 1px solid #dcdee5;
|
1755
|
-
border-radius: 2px;
|
1756
|
-
box-sizing: border-box;
|
1757
|
-
}
|
1758
|
-
.bk-across-page-popover .dropwn-content > div {
|
1759
|
-
display: block;
|
1760
|
-
height: 32px;
|
1761
|
-
padding: 0 16px;
|
1762
|
-
font-size: 12px;
|
1763
|
-
line-height: 33px;
|
1764
|
-
color: #63656e;
|
1765
|
-
white-space: nowrap;
|
1766
|
-
list-style: none;
|
1767
|
-
cursor: pointer;
|
1768
|
-
}
|
1769
|
-
.bk-across-page-popover .dropwn-content > div:hover {
|
1770
|
-
background-color: #f5f7fa;
|
1434
|
+
.bk-table .stripe-row {
|
1435
|
+
background: #fafbfd;
|
1771
1436
|
}
|