bkui-vue 2.0.1-beta.11 → 2.0.1-beta.110
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 +15 -0
- package/dist/index.cjs.js +142 -168
- package/dist/index.esm.js +29125 -32074
- package/dist/index.umd.js +142 -168
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.variable.css +1 -0
- package/lib/affix/index.d.ts +111 -57
- package/lib/affix/index.js +24 -24
- package/lib/alert/alert.d.ts +5 -12
- package/lib/alert/alert.variable.css +1 -0
- package/lib/alert/index.d.ts +131 -93
- package/lib/alert/index.js +25 -25
- package/lib/animate-number/index.d.ts +96 -33
- package/lib/animate-number/index.js +7 -8
- package/lib/backtop/backtop.d.ts +1 -1
- package/lib/backtop/backtop.variable.css +1 -0
- package/lib/backtop/index.d.ts +118 -70
- package/lib/backtop/index.js +16 -17
- package/lib/badge/badge.variable.css +1 -0
- package/lib/badge/index.d.ts +152 -119
- package/lib/badge/index.js +20 -20
- package/lib/breadcrumb/breadcrumb.variable.css +1 -0
- package/lib/breadcrumb/index.d.ts +119 -67
- package/lib/breadcrumb/index.js +17 -17
- package/lib/button/button.css +188 -144
- package/lib/button/button.d.ts +10 -10
- package/lib/button/button.less +74 -71
- package/lib/button/button.variable.css +189 -144
- package/lib/button/index.d.ts +160 -124
- package/lib/button/index.js +26 -26
- package/lib/card/card.variable.css +1 -0
- package/lib/card/index.d.ts +157 -128
- package/lib/card/index.js +22 -20
- package/lib/cascader/cascader-panel.d.ts +6 -1
- package/lib/cascader/cascader.css +4 -0
- package/lib/cascader/cascader.d.ts +8 -4
- package/lib/cascader/cascader.less +5 -0
- package/lib/cascader/cascader.variable.css +5 -0
- package/lib/cascader/index.d.ts +355 -393
- package/lib/cascader/index.js +377 -308
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/checkbox-group.d.ts +0 -16
- package/lib/checkbox/checkbox.css +8 -0
- package/lib/checkbox/checkbox.d.ts +40 -8
- package/lib/checkbox/checkbox.less +12 -0
- package/lib/checkbox/checkbox.variable.css +9 -0
- package/lib/checkbox/index.d.ts +194 -127
- package/lib/checkbox/index.js +65 -52
- package/lib/checkbox/type.d.ts +1 -1
- package/lib/code-diff/code-diff.variable.css +1 -0
- package/lib/code-diff/index.d.ts +82 -65
- package/lib/code-diff/index.js +446 -389
- package/lib/collapse/collapse-panel.d.ts +5 -5
- package/lib/collapse/collapse.variable.css +1 -0
- package/lib/collapse/index.d.ts +180 -161
- package/lib/collapse/index.js +31 -30
- package/lib/collapse/props.d.ts +2 -2
- package/lib/collapse/utils.d.ts +2 -2
- package/lib/collapse-transition/collapse-transition.variable.css +1 -0
- package/lib/collapse-transition/index.d.ts +94 -19
- package/lib/collapse-transition/index.js +3 -4
- package/lib/color-picker/color-picker.d.ts +17 -1
- package/lib/color-picker/color-picker.variable.css +1 -0
- package/lib/color-picker/index.d.ts +168 -124
- package/lib/color-picker/index.js +93 -88
- package/lib/components.d.ts +30 -32
- package/lib/components.js +29 -31
- package/lib/config-provider/config-provider.variable.css +1 -0
- package/lib/config-provider/index.d.ts +228 -161
- package/lib/config-provider/index.js +17 -17
- package/lib/container/container.d.ts +1 -1
- package/lib/container/container.variable.css +1 -0
- package/lib/container/index.d.ts +85 -74
- package/lib/container/index.js +32 -35
- 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 +2 -2
- package/lib/date-picker/base/time-spinner.d.ts +3 -3
- package/lib/date-picker/base/year-table.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +7 -15
- package/lib/date-picker/date-picker.variable.css +1 -0
- package/lib/date-picker/index.d.ts +356 -399
- package/lib/date-picker/index.js +343 -297
- package/lib/date-picker/interface.d.ts +9 -9
- package/lib/date-picker/panel/date-range.d.ts +6 -6
- package/lib/date-picker/panel/date.d.ts +2 -2
- package/lib/date-picker/panel/time-range.d.ts +3 -12
- package/lib/date-picker/panel/time.d.ts +3 -12
- package/lib/date-picker/props.d.ts +1 -5
- package/lib/date-picker/time-picker.d.ts +7 -14
- package/lib/date-picker/utils.d.ts +1 -1
- package/lib/dialog/dialog.d.ts +47 -31
- package/lib/dialog/dialog.variable.css +1 -0
- package/lib/dialog/index.d.ts +309 -305
- package/lib/dialog/index.js +252 -249
- package/lib/dialog/props.d.ts +20 -13
- package/lib/directives/index.d.ts +4 -3
- package/lib/directives/index.js +219 -197
- package/lib/directives/tooltips.d.ts +1 -1
- package/lib/dist.index.js +2 -4
- package/lib/divider/divider.d.ts +5 -5
- package/lib/divider/divider.variable.css +1 -0
- package/lib/divider/index.d.ts +116 -62
- package/lib/divider/index.js +4 -5
- 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.d.ts +7 -7
- package/lib/dropdown/dropdown.variable.css +1 -0
- package/lib/dropdown/index.d.ts +144 -102
- package/lib/dropdown/index.js +32 -32
- package/lib/exception/exception.d.ts +9 -9
- package/lib/exception/exception.variable.css +1 -0
- package/lib/exception/index.d.ts +107 -46
- package/lib/exception/index.js +31 -31
- package/lib/exception/typings/index.d.ts +1 -1
- package/lib/fixed-navbar/fixed-navbar.variable.css +1 -0
- package/lib/fixed-navbar/index.d.ts +113 -59
- package/lib/fixed-navbar/index.js +4 -5
- package/lib/form/form-item.d.ts +7 -19
- package/lib/form/form.d.ts +3 -3
- package/lib/form/form.variable.css +1 -0
- package/lib/form/index.d.ts +139 -94
- package/lib/form/index.js +44 -42
- package/lib/form/type.d.ts +2 -2
- package/lib/icon/angle-double-down-line.js +17 -17
- package/lib/icon/angle-double-left-line.js +17 -17
- package/lib/icon/angle-double-left.js +17 -17
- package/lib/icon/angle-double-right-line.js +17 -17
- package/lib/icon/angle-double-right.js +17 -17
- package/lib/icon/angle-double-up-line.js +17 -17
- package/lib/icon/angle-down-fill.js +17 -17
- package/lib/icon/angle-down-line.js +17 -17
- package/lib/icon/angle-down.js +17 -17
- package/lib/icon/angle-left.js +17 -17
- package/lib/icon/angle-right.js +17 -17
- package/lib/icon/angle-up-fill.js +17 -17
- package/lib/icon/angle-up.js +17 -17
- package/lib/icon/archive-fill.js +17 -17
- package/lib/icon/arrows-left.js +17 -17
- package/lib/icon/arrows-right.js +17 -17
- package/lib/icon/assistant.js +17 -17
- package/lib/icon/audio-fill.js +17 -17
- package/lib/icon/bk.js +17 -17
- package/lib/icon/circle.js +17 -17
- package/lib/icon/close-line.js +17 -17
- package/lib/icon/close.js +17 -17
- package/lib/icon/code.js +17 -17
- package/lib/icon/cog-shape.js +17 -17
- package/lib/icon/collapse-left.js +17 -17
- package/lib/icon/copy-shape.js +17 -17
- package/lib/icon/copy.js +17 -17
- package/lib/icon/data-shape.js +17 -17
- package/lib/icon/del.js +17 -17
- package/lib/icon/doc-fill.js +17 -17
- package/lib/icon/done.js +17 -17
- package/lib/icon/down-shape.js +17 -17
- package/lib/icon/down-small.js +17 -17
- package/lib/icon/edit-line.js +17 -17
- package/lib/icon/ellipsis.js +17 -17
- package/lib/icon/enlarge-line.js +17 -17
- package/lib/icon/error.js +17 -17
- package/lib/icon/excel-fill.js +17 -17
- package/lib/icon/exclamation-circle-shape.js +17 -17
- package/lib/icon/eye.js +17 -17
- package/lib/icon/filliscreen-line.js +17 -17
- package/lib/icon/fix-line.js +17 -17
- package/lib/icon/fix-shape.js +17 -17
- package/lib/icon/folder-open.js +17 -17
- package/lib/icon/folder-shape-open.js +17 -17
- package/lib/icon/folder-shape.js +17 -17
- package/lib/icon/folder.js +17 -17
- package/lib/icon/funnel.js +17 -17
- package/lib/icon/grag-fill.js +17 -17
- package/lib/icon/help-document-fill.js +17 -17
- package/lib/icon/help-fill.js +17 -17
- package/lib/icon/help.js +17 -17
- package/lib/icon/image-fill.js +17 -17
- package/lib/icon/img-error.js +17 -17
- package/lib/icon/img-placehoulder.js +17 -17
- package/lib/icon/index.d.ts +11 -11
- package/lib/icon/index.js +11 -11
- package/lib/icon/info-line.js +17 -17
- package/lib/icon/info.js +17 -17
- package/lib/icon/left-shape.js +17 -17
- package/lib/icon/left-turn-line.js +17 -17
- package/lib/icon/loading.js +17 -17
- package/lib/icon/narrow-line.js +17 -17
- package/lib/icon/original.js +17 -17
- package/lib/icon/pdf-fill.js +17 -17
- package/lib/icon/play-shape.js +17 -17
- package/lib/icon/plus.js +17 -17
- package/lib/icon/ppt-fill.js +17 -17
- package/lib/icon/qq.js +17 -17
- package/lib/icon/right-shape.js +17 -17
- package/lib/icon/right-turn-line.js +17 -17
- package/lib/icon/search.js +17 -17
- package/lib/icon/share.js +17 -17
- package/lib/icon/spinner.js +17 -17
- package/lib/icon/success.js +17 -17
- package/lib/icon/switcher-loading.js +17 -17
- package/lib/icon/text-all.js +17 -17
- package/lib/icon/text-file.js +17 -17
- package/lib/icon/text-fill.js +17 -17
- package/lib/icon/transfer.js +17 -17
- package/lib/icon/tree-application-shape.js +17 -17
- package/lib/icon/unfull-screen.js +17 -17
- package/lib/icon/unvisible.js +17 -17
- package/lib/icon/up-shape.js +17 -17
- package/lib/icon/upload.js +17 -17
- package/lib/icon/video-fill.js +17 -17
- package/lib/icon/warn.js +17 -17
- package/lib/icon/weixin-pro.js +17 -17
- package/lib/icon/weixin.js +17 -17
- package/lib/image/image-viewer.d.ts +1 -1
- package/lib/image/image-viewer.variable.css +1 -0
- package/lib/image/image.variable.css +1 -0
- package/lib/image/index.d.ts +149 -113
- package/lib/image/index.js +46 -48
- package/lib/index.d.ts +9 -3
- package/lib/index.js +5 -29
- package/lib/info-box/index.js +250 -250
- package/lib/info-box/info-box.d.ts +15 -15
- package/lib/info-box/info-box.variable.css +1 -0
- package/lib/input/index.d.ts +299 -332
- package/lib/input/index.js +110 -561
- package/lib/input/input.css +23 -1
- package/lib/input/input.d.ts +15 -15
- package/lib/input/input.less +30 -1
- package/lib/input/input.variable.css +24 -1
- package/lib/link/index.d.ts +127 -78
- package/lib/link/index.js +5 -5
- package/lib/link/link.d.ts +5 -5
- package/lib/link/link.variable.css +1 -0
- package/lib/loading/index.d.ts +162 -135
- package/lib/loading/index.js +43 -40
- package/lib/loading/loading.d.ts +9 -9
- package/lib/loading/loading.variable.css +1 -0
- package/lib/locale/index.d.ts +1 -1
- package/lib/menu/index.d.ts +131 -51
- package/lib/menu/index.js +46 -27
- package/lib/menu/menu-group.d.ts +9 -0
- package/lib/menu/menu-item.d.ts +9 -0
- package/lib/menu/menu.css +29 -17
- package/lib/menu/menu.less +33 -18
- package/lib/menu/menu.variable.css +30 -17
- package/lib/menu/submenu.d.ts +1 -0
- package/lib/menu/submenu.variable.css +1 -0
- package/lib/menu/utils.d.ts +3 -3
- package/lib/message/index.js +43 -42
- package/lib/message/message.css +2 -1
- package/lib/message/message.less +3 -2
- package/lib/message/message.variable.css +3 -1
- package/lib/message/messageConstructor.d.ts +21 -21
- package/lib/modal/index.d.ts +214 -159
- package/lib/modal/index.js +68 -47
- package/lib/modal/modal.d.ts +24 -8
- package/lib/modal/modal.variable.css +1 -0
- package/lib/modal/props.mixin.d.ts +10 -3
- package/lib/navigation/index.d.ts +188 -152
- package/lib/navigation/index.js +27 -29
- package/lib/navigation/navigation.d.ts +1 -1
- package/lib/navigation/navigation.variable.css +1 -0
- package/lib/notify/index.js +25 -24
- package/lib/notify/notify.variable.css +1 -0
- package/lib/notify/notifyConstructor.d.ts +5 -5
- package/lib/overflow-title/components/overflow-title.d.ts +45 -16
- package/lib/overflow-title/index.d.ts +298 -328
- package/lib/overflow-title/index.js +85 -28
- package/lib/overflow-title/overflow-title.css +3 -0
- package/lib/overflow-title/overflow-title.less +4 -0
- package/lib/overflow-title/overflow-title.variable.css +3 -0
- package/lib/overflow-title/props.d.ts +36 -21
- package/lib/pagination/index.d.ts +198 -203
- package/lib/pagination/index.js +128 -68
- package/lib/pagination/pagination.css +8 -8
- package/lib/pagination/pagination.d.ts +0 -13
- package/lib/pagination/pagination.less +14 -13
- package/lib/pagination/pagination.variable.css +9 -8
- 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 +311 -304
- package/lib/pop-confirm/index.d.ts +162 -148
- package/lib/pop-confirm/index.js +40 -35
- package/lib/pop-confirm/pop-confirm.css +3 -1
- package/lib/pop-confirm/pop-confirm.d.ts +10 -20
- package/lib/pop-confirm/pop-confirm.less +3 -1
- package/lib/pop-confirm/pop-confirm.variable.css +4 -1
- package/lib/pop-confirm/props.d.ts +8 -11
- package/lib/popover/const.d.ts +3 -3
- package/lib/popover/content.d.ts +6 -3
- package/lib/popover/index.d.ts +411 -380
- package/lib/popover/index.js +311 -304
- package/lib/popover/plugin-popover.d.ts +1 -1
- package/lib/popover/popover.d.ts +51 -8
- package/lib/popover/popover.variable.css +1 -0
- package/lib/popover/props.d.ts +28 -4
- package/lib/popover/use-floating.d.ts +2 -2
- package/lib/popover/use-popover-init.d.ts +2 -1
- package/lib/popover/utils.d.ts +2 -0
- package/lib/popover2/index.d.ts +83 -8
- package/lib/popover2/index.js +2 -2
- package/lib/preset.d.ts +0 -1
- package/lib/preset.js +0 -1
- package/lib/process/index.d.ts +137 -93
- package/lib/process/index.js +229 -229
- package/lib/process/process.variable.css +1 -0
- package/lib/progress/index.d.ts +192 -183
- package/lib/progress/index.js +31 -33
- package/lib/progress/progress.d.ts +9 -9
- package/lib/progress/progress.variable.css +1 -0
- package/lib/radio/index.d.ts +155 -106
- package/lib/radio/index.js +76 -63
- package/lib/radio/radio-button.d.ts +7 -7
- package/lib/radio/radio-group.d.ts +7 -7
- package/lib/radio/radio.d.ts +7 -7
- package/lib/radio/radio.variable.css +1 -0
- package/lib/radio/type.d.ts +1 -1
- package/lib/rate/index.d.ts +112 -55
- package/lib/rate/index.js +28 -27
- package/lib/rate/rate.variable.css +1 -0
- package/lib/resize-layout/index.d.ts +204 -157
- package/lib/resize-layout/index.js +54 -34
- package/lib/resize-layout/resize-layout.d.ts +18 -7
- package/lib/resize-layout/resize-layout.variable.css +1 -0
- package/lib/scrollbar/css/scrollbar.css +109 -0
- package/lib/scrollbar/css/scrollbar.less +139 -0
- package/lib/scrollbar/{scrollbar.variable.css → css/scrollbar.variable.css} +96 -61
- package/lib/scrollbar/handlers/click-rail.d.ts +2 -0
- package/lib/scrollbar/handlers/drag-thumb.d.ts +1 -0
- package/lib/scrollbar/handlers/keyboard.d.ts +2 -0
- package/lib/scrollbar/handlers/mouse-wheel.d.ts +2 -0
- package/lib/scrollbar/handlers/touch.d.ts +4 -0
- package/lib/scrollbar/helper/class-names.d.ts +21 -0
- package/lib/scrollbar/helper/css.d.ts +3 -0
- package/lib/scrollbar/helper/dom.d.ts +4 -0
- package/lib/scrollbar/helper/event-manager.d.ts +20 -0
- package/lib/scrollbar/helper/util.d.ts +11 -0
- package/lib/scrollbar/index.d.ts +133 -13
- package/lib/scrollbar/index.js +1380 -18482
- package/lib/scrollbar/process-scroll-diff.d.ts +1 -0
- package/lib/scrollbar/update-geometry.d.ts +8 -0
- package/lib/search-select/index.d.ts +946 -701
- package/lib/search-select/index.js +644 -486
- package/lib/search-select/input.d.ts +20 -8
- package/lib/search-select/menu.d.ts +13 -1
- package/lib/search-select/search-select.css +45 -47
- package/lib/search-select/search-select.d.ts +207 -160
- package/lib/search-select/search-select.less +41 -41
- package/lib/search-select/search-select.variable.css +46 -47
- package/lib/search-select/selected.d.ts +209 -127
- package/lib/search-select/utils.d.ts +6 -6
- package/lib/select/common.d.ts +4 -4
- package/lib/select/index.d.ts +1457 -1384
- package/lib/select/index.js +603 -477
- package/lib/select/option.d.ts +6 -6
- package/lib/select/select.css +9 -4
- package/lib/select/select.d.ts +285 -148
- package/lib/select/select.less +11 -4
- package/lib/select/select.variable.css +10 -4
- package/lib/select/selectTagInput.d.ts +9 -8
- package/lib/select/type.d.ts +10 -11
- package/lib/shared/frame-throttle.d.ts +15 -0
- package/lib/shared/index.d.ts +2 -1
- package/lib/shared/index.js +166 -101
- package/lib/shared/popover.d.ts +3 -3
- package/lib/shared/token.d.ts +1 -1
- package/lib/shared/vue-types.d.ts +50 -50
- package/lib/shared/z-index-manager.d.ts +6 -6
- package/lib/sideslider/index.d.ts +220 -182
- package/lib/sideslider/index.js +239 -237
- package/lib/sideslider/sideslider.css +7 -8
- package/lib/sideslider/sideslider.d.ts +24 -8
- package/lib/sideslider/sideslider.less +7 -8
- package/lib/sideslider/sideslider.variable.css +8 -8
- package/lib/slider/index.d.ts +210 -214
- package/lib/slider/index.js +246 -249
- package/lib/slider/slider.variable.css +1 -0
- package/lib/steps/index.d.ts +155 -131
- package/lib/steps/index.js +234 -234
- package/lib/steps/steps.d.ts +8 -18
- package/lib/steps/steps.variable.css +1 -0
- package/lib/styles/index.d.ts +1 -0
- package/lib/styles/mixins/animate.variable.css +1 -0
- package/lib/styles/mixins/popper.variable.css +1 -0
- package/lib/styles/mixins/scroll.variable.css +1 -0
- package/lib/styles/reset.variable.css +1 -0
- package/lib/styles/themes/themes.less +1 -0
- package/lib/swiper/index.d.ts +127 -81
- package/lib/swiper/index.js +23 -23
- package/lib/swiper/swiper.variable.css +1 -0
- package/lib/switcher/index.d.ts +179 -157
- package/lib/switcher/index.js +24 -22
- package/lib/switcher/switcher.d.ts +9 -9
- package/lib/switcher/switcher.variable.css +1 -0
- package/lib/tab/index.d.ts +220 -258
- package/lib/tab/index.js +79 -69
- package/lib/tab/props.d.ts +27 -52
- package/lib/tab/tab-nav.d.ts +26 -66
- package/lib/tab/tab-panel.d.ts +27 -5
- package/lib/tab/tab.css +64 -0
- package/lib/tab/tab.d.ts +10 -54
- package/lib/tab/tab.less +91 -4
- package/lib/tab/tab.variable.css +65 -0
- package/lib/table/components/ghost-body.d.ts +2 -0
- package/lib/table/components/table-cell.d.ts +22 -0
- package/lib/table/components/table-column.d.ts +24 -127
- package/lib/table/const.d.ts +23 -10
- package/lib/table/events.d.ts +16 -112
- package/lib/table/hooks/use-cell.d.ts +20 -0
- package/lib/table/hooks/use-checkbox-tooltip.d.ts +11 -0
- package/lib/table/hooks/use-column-resize.d.ts +7 -0
- package/lib/table/hooks/use-column-template.d.ts +5 -0
- package/lib/table/hooks/use-columns.d.ts +69 -0
- package/lib/table/{plugins → hooks}/use-draggable.d.ts +2 -2
- package/lib/table/hooks/use-fixed-column.d.ts +10 -0
- package/lib/table/hooks/use-head.d.ts +16 -0
- package/lib/table/hooks/use-layout.d.ts +25 -0
- package/lib/table/hooks/use-pagination.d.ts +16 -0
- package/lib/table/hooks/use-render.d.ts +21 -0
- package/lib/table/hooks/use-rows.d.ts +30 -0
- package/lib/table/hooks/use-settings.d.ts +138 -0
- package/lib/table/{plugins → hooks}/use-shift-key.d.ts +4 -2
- package/lib/table/index.d.ts +412 -1029
- package/lib/table/index.js +4698 -20825
- package/lib/table/plugins/head-filter.css +5 -0
- package/lib/table/plugins/head-filter.d.ts +2 -1
- package/lib/table/plugins/head-filter.less +4 -0
- package/lib/table/plugins/head-filter.variable.css +6 -0
- package/lib/table/plugins/head-sort.variable.css +1 -0
- package/lib/table/plugins/settings.css +11 -1
- package/lib/table/plugins/settings.less +12 -1
- package/lib/table/plugins/settings.variable.css +12 -1
- package/lib/table/props.d.ts +127 -62
- package/lib/table/table.css +503 -302
- package/lib/table/table.d.ts +51 -185
- package/lib/table/table.less +244 -112
- package/lib/table/table.variable.css +504 -302
- package/lib/table/utils.d.ts +44 -21
- package/lib/table-column/index.d.ts +156 -369
- package/lib/table-column/index.js +143 -62
- package/lib/tag/index.d.ts +147 -100
- package/lib/tag/index.js +21 -22
- package/lib/tag/tag.css +1 -1
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag/tag.less +1 -1
- package/lib/tag/tag.variable.css +2 -1
- package/lib/tag-input/common.d.ts +2 -2
- package/lib/tag-input/index.d.ts +595 -712
- package/lib/tag-input/index.js +150 -17391
- package/lib/tag-input/tag-input.css +12 -9
- package/lib/tag-input/tag-input.d.ts +60 -24
- package/lib/tag-input/tag-input.less +13 -9
- package/lib/tag-input/tag-input.variable.css +13 -9
- package/lib/tag-input/tag-props.d.ts +25 -2
- package/lib/time-picker/index.d.ts +391 -455
- package/lib/time-picker/time-picker.variable.css +1 -0
- package/lib/timeline/index.d.ts +131 -64
- package/lib/timeline/index.js +8 -8
- package/lib/timeline/timeline.variable.css +1 -0
- package/lib/transfer/const.d.ts +2 -2
- package/lib/transfer/index.d.ts +206 -191
- package/lib/transfer/index.js +3 -5
- package/lib/transfer/transfer.variable.css +1 -0
- package/lib/tree/constant.d.ts +22 -20
- package/lib/tree/index.d.ts +329 -357
- package/lib/tree/index.js +176 -17389
- package/lib/tree/props.d.ts +18 -11
- package/lib/tree/tree.css +103 -69
- package/lib/tree/tree.d.ts +16 -10
- package/lib/tree/tree.variable.css +104 -69
- package/lib/tree/use-empty.d.ts +1 -1
- package/lib/tree/use-node-action.d.ts +10 -9
- package/lib/tree/use-node-async.d.ts +2 -1
- package/lib/tree/use-node-attribute.d.ts +42 -34
- package/lib/tree/use-search.d.ts +1 -1
- package/lib/tree/use-tree-init.d.ts +8 -5
- package/lib/tree/util.d.ts +21 -21
- package/lib/upload/index.d.ts +294 -286
- package/lib/upload/index.js +398 -316
- package/lib/upload/props.d.ts +11 -2
- package/lib/upload/upload-list.d.ts +11 -1
- package/lib/upload/upload-trigger.d.ts +11 -1
- package/lib/upload/upload.d.ts +25 -4
- package/lib/upload/upload.type.d.ts +12 -6
- package/lib/upload/upload.variable.css +1 -0
- package/lib/upload/use-file-handler.d.ts +1 -1
- package/lib/virtual-render/index.d.ts +247 -373
- package/lib/virtual-render/index.js +223 -162
- package/lib/virtual-render/props.d.ts +2 -9
- package/lib/virtual-render/use-fix-top.d.ts +1 -1
- package/lib/virtual-render/use-scrollbar.d.ts +4 -17
- package/lib/virtual-render/v-virtual-render.d.ts +7 -1
- package/lib/virtual-render/virtual-render.css +96 -70
- package/lib/virtual-render/virtual-render.d.ts +7 -23
- package/lib/virtual-render/virtual-render.less +2 -11
- package/lib/virtual-render/virtual-render.variable.css +96 -69
- package/lib/volar.components.d.ts +2 -0
- package/package.json +17 -55
- package/lib/scrollbar/scrollbar-core/can-use-dom.d.ts +0 -2
- package/lib/scrollbar/scrollbar-core/helpers.d.ts +0 -5
- package/lib/scrollbar/scrollbar-core/index.d.ts +0 -241
- package/lib/scrollbar/scrollbar-core/mouse-wheel.d.ts +0 -5
- package/lib/scrollbar/scrollbar-core/scrollbar-width.d.ts +0 -1
- package/lib/scrollbar/scrollbar.css +0 -75
- package/lib/scrollbar/scrollbar.less +0 -94
- package/lib/table/plugins/col-group.d.ts +0 -38
- package/lib/table/plugins/settings.d.ts +0 -16
- package/lib/table/plugins/use-active-columns.d.ts +0 -16
- package/lib/table/plugins/use-column-resize.d.ts +0 -35
- package/lib/table/plugins/use-column-template.d.ts +0 -7
- package/lib/table/plugins/use-fixed-column.d.ts +0 -27
- package/lib/table/plugins/use-head-cell.d.ts +0 -7
- package/lib/table/plugins/use-pagination.d.ts +0 -23
- package/lib/table/use-attributes.d.ts +0 -62
- package/lib/table/use-column.d.ts +0 -275
- package/lib/table/use-common.d.ts +0 -1679
- package/lib/table/use-render.d.ts +0 -11
- /package/lib/table/{plugins → components}/body-empty.d.ts +0 -0
- /package/lib/table/{plugins → hooks}/use-observer-resize.d.ts +0 -0
- /package/lib/table/{plugins → hooks}/use-scroll-loading.d.ts +0 -0
package/lib/table/table.css
CHANGED
@@ -15,92 +15,118 @@
|
|
15
15
|
.bk-F-scroll-y::-webkit-scrollbar-thumb {
|
16
16
|
border-radius: 4px;
|
17
17
|
}
|
18
|
-
.bk-scrollbar
|
19
|
-
|
20
|
-
overflow:
|
18
|
+
.bk-scrollbar {
|
19
|
+
overflow: hidden !important;
|
20
|
+
overflow-anchor: none;
|
21
|
+
touch-action: auto;
|
22
|
+
/*
|
23
|
+
* Scrollbar rail styles
|
24
|
+
*/
|
25
|
+
/*
|
26
|
+
* Scrollbar thumb styles
|
27
|
+
*/
|
28
|
+
}
|
29
|
+
.bk-scrollbar.bk--active-x > .bk__rail-x,
|
30
|
+
.bk-scrollbar.bk--active-y > .bk__rail-y {
|
31
|
+
display: block;
|
21
32
|
}
|
22
|
-
.bk-scrollbar
|
23
|
-
|
24
|
-
|
25
|
-
|
33
|
+
.bk-scrollbar .bk__rail-x:hover,
|
34
|
+
.bk-scrollbar .bk__rail-y:hover,
|
35
|
+
.bk-scrollbar .bk__rail-x:focus,
|
36
|
+
.bk-scrollbar .bk__rail-y:focus,
|
37
|
+
.bk-scrollbar .bk__rail-x.bk--clicking,
|
38
|
+
.bk-scrollbar .bk__rail-y.bk--clicking {
|
39
|
+
background-color: #f0f1f5;
|
26
40
|
}
|
27
|
-
.bk-scrollbar
|
28
|
-
|
41
|
+
.bk-scrollbar .bk__rail-x {
|
42
|
+
display: none;
|
43
|
+
opacity: 0;
|
44
|
+
transition: background-color 0.2s linear, opacity 0.2s linear;
|
45
|
+
height: 10px;
|
46
|
+
bottom: 0px;
|
29
47
|
position: absolute;
|
30
|
-
right: 0;
|
31
|
-
bottom: 0;
|
32
|
-
pointer-events: none;
|
33
|
-
overflow: hidden;
|
34
48
|
}
|
35
|
-
.bk-scrollbar
|
36
|
-
|
37
|
-
cursor: pointer;
|
49
|
+
.bk-scrollbar .bk__rail-x.bk-size-small {
|
50
|
+
height: 8px;
|
38
51
|
}
|
39
|
-
.bk-scrollbar
|
40
|
-
|
52
|
+
.bk-scrollbar .bk__rail-x.bk-size-small .bk__thumb-x {
|
53
|
+
height: 6px;
|
41
54
|
}
|
42
|
-
.bk-scrollbar
|
43
|
-
|
44
|
-
|
45
|
-
|
55
|
+
.bk-scrollbar .bk__rail-y {
|
56
|
+
display: none;
|
57
|
+
opacity: 0;
|
58
|
+
transition: background-color 0.2s linear, opacity 0.2s linear;
|
59
|
+
width: 10px;
|
60
|
+
right: 0px;
|
61
|
+
position: absolute;
|
62
|
+
margin-right: 2px;
|
46
63
|
}
|
47
|
-
.bk-scrollbar
|
48
|
-
|
49
|
-
height: 8px;
|
50
|
-
transform: translate(var(--scroll-offset-x), var(--scroll-offset-y));
|
64
|
+
.bk-scrollbar .bk__rail-y.bk-size-small {
|
65
|
+
width: 8px;
|
51
66
|
}
|
52
|
-
.bk-scrollbar
|
53
|
-
|
54
|
-
left: 0;
|
55
|
-
top: 0;
|
56
|
-
bottom: 0;
|
57
|
-
min-height: 0;
|
58
|
-
min-width: 8px;
|
59
|
-
width: auto;
|
67
|
+
.bk-scrollbar .bk__rail-y.bk-size-small .bk__thumb-y {
|
68
|
+
width: 6px;
|
60
69
|
}
|
61
|
-
.bk-scrollbar
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
user-select: none;
|
70
|
+
.bk-scrollbar:hover > .bk__rail-x,
|
71
|
+
.bk-scrollbar:hover > .bk__rail-y,
|
72
|
+
.bk-scrollbar.bk--focus > .bk__rail-x,
|
73
|
+
.bk-scrollbar.bk--focus > .bk__rail-y,
|
74
|
+
.bk-scrollbar.bk--scrolling-x > .bk__rail-x,
|
75
|
+
.bk-scrollbar.bk--scrolling-y > .bk__rail-y {
|
76
|
+
opacity: 0.9;
|
69
77
|
}
|
70
|
-
.bk-scrollbar
|
78
|
+
.bk-scrollbar .bk__thumb-x {
|
79
|
+
background-color: #dcdee5;
|
80
|
+
border-radius: 8px;
|
81
|
+
transition: background-color 0.2s linear, height 0.2s ease-in-out;
|
82
|
+
height: 8px;
|
83
|
+
bottom: 0px;
|
71
84
|
position: absolute;
|
72
|
-
left: 0;
|
73
|
-
right: 0;
|
74
|
-
min-height: 8px;
|
75
85
|
}
|
76
|
-
.bk-scrollbar
|
86
|
+
.bk-scrollbar .bk__thumb-y {
|
87
|
+
background-color: #dcdee5;
|
88
|
+
border-radius: 8px;
|
89
|
+
transition: background-color 0.2s linear, width 0.2s ease-in-out;
|
90
|
+
width: 8px;
|
91
|
+
right: 0px;
|
77
92
|
position: absolute;
|
78
|
-
content: '';
|
79
|
-
background: #DCDEE5;
|
80
|
-
border-radius: 6px;
|
81
|
-
left: 1px;
|
82
|
-
right: 1px;
|
83
|
-
top: 1px;
|
84
|
-
bottom: 1px;
|
85
|
-
opacity: 0;
|
86
|
-
transition: opacity 0.2s 0.9s linear;
|
87
93
|
}
|
88
|
-
.bk-scrollbar
|
89
|
-
|
90
|
-
|
91
|
-
|
94
|
+
.bk-scrollbar .bk__rail-x:hover > .bk__thumb-x,
|
95
|
+
.bk-scrollbar .bk__rail-x:focus > .bk__thumb-x,
|
96
|
+
.bk-scrollbar .bk__rail-x.bk--clicking .bk__thumb-x {
|
97
|
+
background-color: #979ba5;
|
98
|
+
height: 10px;
|
99
|
+
}
|
100
|
+
.bk-scrollbar .bk__rail-y:hover > .bk__thumb-y,
|
101
|
+
.bk-scrollbar .bk__rail-y:focus > .bk__thumb-y,
|
102
|
+
.bk-scrollbar .bk__rail-y.bk--clicking .bk__thumb-y {
|
103
|
+
background-color: #979ba5;
|
104
|
+
width: 10px;
|
105
|
+
}
|
106
|
+
.bk-scrollbar .bk-size-small > .bk__thumb-x,
|
107
|
+
.bk-scrollbar .bk-size-small > .bk__thumb-x,
|
108
|
+
.bk-scrollbar .bk-size-small.bk--clicking .bk__thumb-x {
|
109
|
+
height: 8px;
|
110
|
+
}
|
111
|
+
.bk-scrollbar .bk-size-small:hover > .bk__thumb-y,
|
112
|
+
.bk-scrollbar .bk-size-small:focus > .bk__thumb-y,
|
113
|
+
.bk-scrollbar .bk-size-small.bk--clicking .bk__thumb-y {
|
114
|
+
width: 8px;
|
115
|
+
}
|
116
|
+
/* MS supports */
|
117
|
+
@supports (-ms-overflow-style: none) {
|
118
|
+
.bk-scrollbar {
|
119
|
+
overflow: auto !important;
|
120
|
+
}
|
121
|
+
}
|
122
|
+
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
123
|
+
.bk-scrollbar {
|
124
|
+
overflow: auto !important;
|
125
|
+
}
|
92
126
|
}
|
93
127
|
.bk-virtual-render {
|
94
128
|
position: relative;
|
95
129
|
}
|
96
|
-
.bk-virtual-render .bk-virtual-content {
|
97
|
-
position: absolute;
|
98
|
-
top: 0;
|
99
|
-
bottom: 0;
|
100
|
-
left: 0;
|
101
|
-
width: 100%;
|
102
|
-
height: 100%;
|
103
|
-
}
|
104
130
|
.bk-virtual-render .bk-virtual-section {
|
105
131
|
width: 1px;
|
106
132
|
background: transparent;
|
@@ -122,6 +148,14 @@
|
|
122
148
|
.bk-checkbox ~ .bk-checkbox {
|
123
149
|
margin-left: 24px;
|
124
150
|
}
|
151
|
+
.bk-checkbox.is-checked.is-outline .bk-checkbox-input {
|
152
|
+
background: #fff;
|
153
|
+
}
|
154
|
+
.bk-checkbox.is-checked.is-outline .bk-checkbox-input::after {
|
155
|
+
border: 2px solid #3a84ff;
|
156
|
+
border-top: 0;
|
157
|
+
border-left: 0;
|
158
|
+
}
|
125
159
|
.bk-checkbox.is-checked .bk-checkbox-input {
|
126
160
|
background: #3a84ff;
|
127
161
|
border-color: #3a84ff;
|
@@ -240,310 +274,354 @@
|
|
240
274
|
align-items: center;
|
241
275
|
justify-content: center;
|
242
276
|
}
|
243
|
-
.bk-button.bk-button-
|
277
|
+
.bk-button.bk-button-small {
|
278
|
+
height: 26px;
|
279
|
+
padding: 0 12px;
|
280
|
+
font-size: 12px;
|
281
|
+
}
|
282
|
+
.bk-button.bk-button-large {
|
283
|
+
height: 40px;
|
284
|
+
padding: 0 16px;
|
285
|
+
font-size: 16px;
|
286
|
+
}
|
287
|
+
.bk-button .bk-button-text {
|
288
|
+
display: inline-flex;
|
289
|
+
align-items: center;
|
290
|
+
line-height: 1;
|
291
|
+
}
|
292
|
+
.bk-button.is-loading {
|
293
|
+
position: relative;
|
294
|
+
}
|
295
|
+
.bk-button.is-loading .bk-button-loading:not(:last-child) {
|
296
|
+
position: absolute;
|
297
|
+
}
|
298
|
+
.bk-button.is-loading .bk-button-text {
|
299
|
+
visibility: hidden;
|
300
|
+
}
|
301
|
+
.bk-button:hover {
|
302
|
+
border-color: #979ba5;
|
303
|
+
}
|
304
|
+
.bk-button:active {
|
305
|
+
color: #3a84ff;
|
306
|
+
border-color: #3a84ff;
|
307
|
+
}
|
308
|
+
.bk-button.is-text {
|
309
|
+
height: auto;
|
310
|
+
padding: 0;
|
311
|
+
font-size: inherit;
|
312
|
+
color: #63656e;
|
313
|
+
text-decoration: none;
|
314
|
+
cursor: pointer;
|
315
|
+
background-color: transparent;
|
316
|
+
border: none;
|
317
|
+
outline: none;
|
318
|
+
}
|
319
|
+
.bk-button.is-disabled {
|
320
|
+
color: #dcdee5;
|
321
|
+
cursor: not-allowed;
|
322
|
+
border-color: #dcdee5;
|
323
|
+
}
|
324
|
+
.bk-button.is-disabled:not(.is-text) {
|
325
|
+
background-color: #f9fafd;
|
326
|
+
}
|
327
|
+
.bk-button-group {
|
328
|
+
display: inline-block;
|
329
|
+
font-size: 0;
|
330
|
+
}
|
331
|
+
.bk-button-group.bk-button-group-small .bk-button {
|
332
|
+
height: 26px;
|
333
|
+
padding: 0 12px;
|
334
|
+
font-size: 12px;
|
335
|
+
}
|
336
|
+
.bk-button-group.bk-button-group-large .bk-button {
|
337
|
+
height: 40px;
|
338
|
+
padding: 0 16px;
|
339
|
+
font-size: 16px;
|
340
|
+
}
|
341
|
+
.bk-button-group .bk-button {
|
342
|
+
height: 32px;
|
343
|
+
margin: 0 0 0 -1px;
|
344
|
+
border-radius: 0;
|
345
|
+
}
|
346
|
+
.bk-button-group .bk-button:not(.is-disabled) {
|
347
|
+
color: #63656e;
|
348
|
+
background-color: white;
|
349
|
+
border-color: #c4c6cc;
|
350
|
+
}
|
351
|
+
.bk-button-group .bk-button.is-disabled {
|
352
|
+
color: #c4c6cc;
|
353
|
+
}
|
354
|
+
.bk-button-group .bk-button:first-child {
|
355
|
+
border-radius: 2px 0 0 2px;
|
356
|
+
}
|
357
|
+
.bk-button-group .bk-button:last-child {
|
358
|
+
border-radius: 0 2px 2px 0;
|
359
|
+
}
|
360
|
+
.bk-button-group .bk-button:only-child {
|
361
|
+
border-radius: 2px;
|
362
|
+
}
|
363
|
+
.bk-button-group .bk-button:hover:not(.is-disabled),
|
364
|
+
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
365
|
+
position: relative;
|
366
|
+
z-index: 1;
|
367
|
+
color: #3a84ff;
|
368
|
+
background-color: white;
|
369
|
+
border-color: #3a84ff;
|
370
|
+
}
|
371
|
+
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
372
|
+
background-color: #e1ecff;
|
373
|
+
}
|
374
|
+
.bk-button-group .bk-button.is-selected.is-disabled {
|
375
|
+
background-color: #f0f1f5;
|
376
|
+
}
|
377
|
+
.bk-button.bk-button-primary,
|
378
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary {
|
244
379
|
background-color: #3a84ff;
|
245
380
|
color: white;
|
246
381
|
border-color: #3a84ff;
|
247
382
|
}
|
248
|
-
.bk-button.bk-button-primary:hover
|
383
|
+
.bk-button.bk-button-primary:hover,
|
384
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary:hover {
|
249
385
|
background-color: #5594fa;
|
250
386
|
border-color: #5594fa;
|
251
387
|
}
|
252
|
-
.bk-button.bk-button-primary:active
|
388
|
+
.bk-button.bk-button-primary:active,
|
389
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary:active {
|
253
390
|
background-color: #2c77f4;
|
254
391
|
border-color: #2c77f4;
|
255
392
|
color: white;
|
256
393
|
}
|
257
|
-
.bk-button.bk-button-primary.is-outline
|
394
|
+
.bk-button.bk-button-primary.is-outline,
|
395
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-outline {
|
258
396
|
color: #3a84ff;
|
259
397
|
border-color: #3a84ff;
|
260
398
|
background-color: white;
|
261
399
|
}
|
262
|
-
.bk-button.bk-button-primary.is-outline:hover
|
400
|
+
.bk-button.bk-button-primary.is-outline:hover,
|
401
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-outline:hover {
|
263
402
|
background-color: #5594fa;
|
264
403
|
border-color: #5594fa;
|
265
404
|
color: white;
|
266
405
|
}
|
267
|
-
.bk-button.bk-button-primary.is-outline:active
|
406
|
+
.bk-button.bk-button-primary.is-outline:active,
|
407
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-outline:active {
|
268
408
|
background-color: #2c77f4;
|
269
409
|
border-color: #2c77f4;
|
270
410
|
color: white;
|
271
411
|
}
|
272
|
-
.bk-button.bk-button-primary.is-text
|
412
|
+
.bk-button.bk-button-primary.is-text,
|
413
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-text {
|
273
414
|
color: #3a84ff;
|
274
415
|
background-color: transparent;
|
275
416
|
border: none;
|
276
417
|
}
|
277
|
-
.bk-button.bk-button-primary.is-text:not(.is-disabled):hover
|
418
|
+
.bk-button.bk-button-primary.is-text:not(.is-disabled):hover,
|
419
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-text:not(.is-disabled):hover {
|
278
420
|
color: #5594fa;
|
279
421
|
}
|
280
|
-
.bk-button.bk-button-primary.is-disabled
|
422
|
+
.bk-button.bk-button-primary.is-disabled,
|
423
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-disabled {
|
281
424
|
color: #dcdee5;
|
282
425
|
cursor: not-allowed;
|
283
426
|
}
|
284
|
-
.bk-button.bk-button-primary.is-disabled:not(.is-text)
|
427
|
+
.bk-button.bk-button-primary.is-disabled:not(.is-text),
|
428
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-primary.is-disabled:not(.is-text) {
|
285
429
|
background-color: #dcdee5;
|
286
430
|
color: white;
|
287
431
|
border-color: #dcdee5;
|
288
432
|
}
|
289
|
-
.bk-button.bk-button-hover-primary:hover
|
433
|
+
.bk-button.bk-button-hover-primary:hover,
|
434
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-hover-primary:hover {
|
290
435
|
background-color: #5594fa;
|
291
436
|
border-color: #5594fa;
|
292
437
|
color: white;
|
293
438
|
}
|
294
|
-
.bk-button.bk-button-warning
|
439
|
+
.bk-button.bk-button-warning,
|
440
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning {
|
295
441
|
background-color: #ff9c01;
|
296
442
|
color: white;
|
297
443
|
border-color: #ff9c01;
|
298
444
|
}
|
299
|
-
.bk-button.bk-button-warning:hover
|
445
|
+
.bk-button.bk-button-warning:hover,
|
446
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning:hover {
|
300
447
|
background-color: #ffb848;
|
301
448
|
border-color: #ffb848;
|
302
449
|
}
|
303
|
-
.bk-button.bk-button-warning:active
|
450
|
+
.bk-button.bk-button-warning:active,
|
451
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning:active {
|
304
452
|
background-color: #eb9000;
|
305
453
|
border-color: #eb9000;
|
306
454
|
color: white;
|
307
455
|
}
|
308
|
-
.bk-button.bk-button-warning.is-outline
|
456
|
+
.bk-button.bk-button-warning.is-outline,
|
457
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-outline {
|
309
458
|
color: #ff9c01;
|
310
459
|
border-color: #ff9c01;
|
311
460
|
background-color: white;
|
312
461
|
}
|
313
|
-
.bk-button.bk-button-warning.is-outline:hover
|
462
|
+
.bk-button.bk-button-warning.is-outline:hover,
|
463
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-outline:hover {
|
314
464
|
background-color: #ffb848;
|
315
465
|
border-color: #ffb848;
|
316
466
|
color: white;
|
317
467
|
}
|
318
|
-
.bk-button.bk-button-warning.is-outline:active
|
468
|
+
.bk-button.bk-button-warning.is-outline:active,
|
469
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-outline:active {
|
319
470
|
background-color: #eb9000;
|
320
471
|
border-color: #eb9000;
|
321
472
|
color: white;
|
322
473
|
}
|
323
|
-
.bk-button.bk-button-warning.is-text
|
474
|
+
.bk-button.bk-button-warning.is-text,
|
475
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-text {
|
324
476
|
color: #ff9c01;
|
325
477
|
background-color: transparent;
|
326
478
|
border: none;
|
327
479
|
}
|
328
|
-
.bk-button.bk-button-warning.is-text:not(.is-disabled):hover
|
480
|
+
.bk-button.bk-button-warning.is-text:not(.is-disabled):hover,
|
481
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-text:not(.is-disabled):hover {
|
329
482
|
color: #ffb848;
|
330
483
|
}
|
331
|
-
.bk-button.bk-button-warning.is-disabled
|
484
|
+
.bk-button.bk-button-warning.is-disabled,
|
485
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-disabled {
|
332
486
|
color: #dcdee5;
|
333
487
|
cursor: not-allowed;
|
334
488
|
}
|
335
|
-
.bk-button.bk-button-warning.is-disabled:not(.is-text)
|
489
|
+
.bk-button.bk-button-warning.is-disabled:not(.is-text),
|
490
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-warning.is-disabled:not(.is-text) {
|
336
491
|
background-color: #dcdee5;
|
337
492
|
color: white;
|
338
493
|
border-color: #dcdee5;
|
339
494
|
}
|
340
|
-
.bk-button.bk-button-hover-warning:hover
|
495
|
+
.bk-button.bk-button-hover-warning:hover,
|
496
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-hover-warning:hover {
|
341
497
|
background-color: #ffb848;
|
342
498
|
border-color: #ffb848;
|
343
499
|
color: white;
|
344
500
|
}
|
345
|
-
.bk-button.bk-button-success
|
501
|
+
.bk-button.bk-button-success,
|
502
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-success {
|
346
503
|
background-color: #2dcb56;
|
347
504
|
color: white;
|
348
505
|
border-color: #2dcb56;
|
349
506
|
}
|
350
|
-
.bk-button.bk-button-success:hover
|
507
|
+
.bk-button.bk-button-success:hover,
|
508
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-success:hover {
|
351
509
|
background-color: #45e35f;
|
352
510
|
border-color: #45e35f;
|
353
511
|
}
|
354
|
-
.bk-button.bk-button-success:active
|
512
|
+
.bk-button.bk-button-success:active,
|
513
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-success:active {
|
355
514
|
background-color: #1ab943;
|
356
515
|
border-color: #1ab943;
|
357
516
|
color: white;
|
358
517
|
}
|
359
|
-
.bk-button.bk-button-success.is-outline
|
518
|
+
.bk-button.bk-button-success.is-outline,
|
519
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-outline {
|
360
520
|
color: #2dcb56;
|
361
521
|
border-color: #2dcb56;
|
362
522
|
background-color: white;
|
363
523
|
}
|
364
|
-
.bk-button.bk-button-success.is-outline:hover
|
524
|
+
.bk-button.bk-button-success.is-outline:hover,
|
525
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-outline:hover {
|
365
526
|
background-color: #45e35f;
|
366
527
|
border-color: #45e35f;
|
367
528
|
color: white;
|
368
529
|
}
|
369
|
-
.bk-button.bk-button-success.is-outline:active
|
530
|
+
.bk-button.bk-button-success.is-outline:active,
|
531
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-outline:active {
|
370
532
|
background-color: #1ab943;
|
371
533
|
border-color: #1ab943;
|
372
534
|
color: white;
|
373
535
|
}
|
374
|
-
.bk-button.bk-button-success.is-text
|
536
|
+
.bk-button.bk-button-success.is-text,
|
537
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-text {
|
375
538
|
color: #2dcb56;
|
376
539
|
background-color: transparent;
|
377
540
|
border: none;
|
378
541
|
}
|
379
|
-
.bk-button.bk-button-success.is-text:not(.is-disabled):hover
|
542
|
+
.bk-button.bk-button-success.is-text:not(.is-disabled):hover,
|
543
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-text:not(.is-disabled):hover {
|
380
544
|
color: #45e35f;
|
381
545
|
}
|
382
|
-
.bk-button.bk-button-success.is-disabled
|
546
|
+
.bk-button.bk-button-success.is-disabled,
|
547
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-disabled {
|
383
548
|
color: #dcdee5;
|
384
549
|
cursor: not-allowed;
|
385
550
|
}
|
386
|
-
.bk-button.bk-button-success.is-disabled:not(.is-text)
|
551
|
+
.bk-button.bk-button-success.is-disabled:not(.is-text),
|
552
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-success.is-disabled:not(.is-text) {
|
387
553
|
background-color: #dcdee5;
|
388
554
|
color: white;
|
389
555
|
border-color: #dcdee5;
|
390
556
|
}
|
391
|
-
.bk-button.bk-button-hover-success:hover
|
557
|
+
.bk-button.bk-button-hover-success:hover,
|
558
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-hover-success:hover {
|
392
559
|
background-color: #45e35f;
|
393
560
|
border-color: #45e35f;
|
394
561
|
color: white;
|
395
562
|
}
|
396
|
-
.bk-button.bk-button-danger
|
563
|
+
.bk-button.bk-button-danger,
|
564
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger {
|
397
565
|
background-color: #ea3636;
|
398
566
|
color: white;
|
399
567
|
border-color: #ea3636;
|
400
568
|
}
|
401
|
-
.bk-button.bk-button-danger:hover
|
569
|
+
.bk-button.bk-button-danger:hover,
|
570
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger:hover {
|
402
571
|
background-color: #ff5656;
|
403
572
|
border-color: #ff5656;
|
404
573
|
}
|
405
|
-
.bk-button.bk-button-danger:active
|
574
|
+
.bk-button.bk-button-danger:active,
|
575
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger:active {
|
406
576
|
background-color: #db2626;
|
407
577
|
border-color: #db2626;
|
408
578
|
color: white;
|
409
579
|
}
|
410
|
-
.bk-button.bk-button-danger.is-outline
|
580
|
+
.bk-button.bk-button-danger.is-outline,
|
581
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-outline {
|
411
582
|
color: #ea3636;
|
412
583
|
border-color: #ea3636;
|
413
584
|
background-color: white;
|
414
585
|
}
|
415
|
-
.bk-button.bk-button-danger.is-outline:hover
|
586
|
+
.bk-button.bk-button-danger.is-outline:hover,
|
587
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-outline:hover {
|
416
588
|
background-color: #ff5656;
|
417
589
|
border-color: #ff5656;
|
418
590
|
color: white;
|
419
591
|
}
|
420
|
-
.bk-button.bk-button-danger.is-outline:active
|
592
|
+
.bk-button.bk-button-danger.is-outline:active,
|
593
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-outline:active {
|
421
594
|
background-color: #db2626;
|
422
595
|
border-color: #db2626;
|
423
596
|
color: white;
|
424
597
|
}
|
425
|
-
.bk-button.bk-button-danger.is-text
|
598
|
+
.bk-button.bk-button-danger.is-text,
|
599
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-text {
|
426
600
|
color: #ea3636;
|
427
601
|
background-color: transparent;
|
428
602
|
border: none;
|
429
603
|
}
|
430
|
-
.bk-button.bk-button-danger.is-text:not(.is-disabled):hover
|
604
|
+
.bk-button.bk-button-danger.is-text:not(.is-disabled):hover,
|
605
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-text:not(.is-disabled):hover {
|
431
606
|
color: #ff5656;
|
432
607
|
}
|
433
|
-
.bk-button.bk-button-danger.is-disabled
|
608
|
+
.bk-button.bk-button-danger.is-disabled,
|
609
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-disabled {
|
434
610
|
color: #dcdee5;
|
435
611
|
cursor: not-allowed;
|
436
612
|
}
|
437
|
-
.bk-button.bk-button-danger.is-disabled:not(.is-text)
|
613
|
+
.bk-button.bk-button-danger.is-disabled:not(.is-text),
|
614
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-danger.is-disabled:not(.is-text) {
|
438
615
|
background-color: #dcdee5;
|
439
616
|
color: white;
|
440
617
|
border-color: #dcdee5;
|
441
618
|
}
|
442
|
-
.bk-button.bk-button-hover-danger:hover
|
619
|
+
.bk-button.bk-button-hover-danger:hover,
|
620
|
+
.bk-button-group .is-selected:not(.is-disabled).bk-button-hover-danger:hover {
|
443
621
|
background-color: #ff5656;
|
444
622
|
border-color: #ff5656;
|
445
623
|
color: white;
|
446
624
|
}
|
447
|
-
.bk-button.bk-button-small {
|
448
|
-
height: 26px;
|
449
|
-
padding: 0 12px;
|
450
|
-
font-size: 12px;
|
451
|
-
}
|
452
|
-
.bk-button.bk-button-large {
|
453
|
-
height: 40px;
|
454
|
-
padding: 0 16px;
|
455
|
-
font-size: 16px;
|
456
|
-
}
|
457
|
-
.bk-button .bk-button-text {
|
458
|
-
display: inline-flex;
|
459
|
-
align-items: center;
|
460
|
-
line-height: 1;
|
461
|
-
}
|
462
|
-
.bk-button.is-loading {
|
463
|
-
position: relative;
|
464
|
-
}
|
465
|
-
.bk-button.is-loading .bk-button-loading:not(:last-child) {
|
466
|
-
position: absolute;
|
467
|
-
}
|
468
|
-
.bk-button.is-loading .bk-button-text {
|
469
|
-
visibility: hidden;
|
470
|
-
}
|
471
|
-
.bk-button:hover {
|
472
|
-
border-color: #979ba5;
|
473
|
-
}
|
474
|
-
.bk-button:active {
|
475
|
-
color: #3a84ff;
|
476
|
-
border-color: #3a84ff;
|
477
|
-
}
|
478
|
-
.bk-button.is-text {
|
479
|
-
height: auto;
|
480
|
-
padding: 0;
|
481
|
-
font-size: inherit;
|
482
|
-
color: #63656e;
|
483
|
-
text-decoration: none;
|
484
|
-
cursor: pointer;
|
485
|
-
background-color: transparent;
|
486
|
-
border: none;
|
487
|
-
outline: none;
|
488
|
-
}
|
489
|
-
.bk-button.is-disabled {
|
490
|
-
color: #dcdee5;
|
491
|
-
cursor: not-allowed;
|
492
|
-
border-color: #dcdee5;
|
493
|
-
}
|
494
|
-
.bk-button.is-disabled:not(.is-text) {
|
495
|
-
background-color: #f9fafd;
|
496
|
-
}
|
497
|
-
.bk-button-group {
|
498
|
-
display: inline-block;
|
499
|
-
font-size: 0;
|
500
|
-
}
|
501
|
-
.bk-button-group.bk-button-group-small .bk-button {
|
502
|
-
height: 26px;
|
503
|
-
padding: 0 12px;
|
504
|
-
font-size: 12px;
|
505
|
-
}
|
506
|
-
.bk-button-group.bk-button-group-large .bk-button {
|
507
|
-
height: 40px;
|
508
|
-
padding: 0 16px;
|
509
|
-
font-size: 16px;
|
510
|
-
}
|
511
|
-
.bk-button-group .bk-button {
|
512
|
-
height: 32px;
|
513
|
-
margin: 0 0 0 -1px;
|
514
|
-
border-radius: 0;
|
515
|
-
}
|
516
|
-
.bk-button-group .bk-button:not(.is-disabled) {
|
517
|
-
color: #63656e;
|
518
|
-
background-color: white;
|
519
|
-
border-color: #c4c6cc;
|
520
|
-
}
|
521
|
-
.bk-button-group .bk-button.is-disabled {
|
522
|
-
color: #c4c6cc;
|
523
|
-
}
|
524
|
-
.bk-button-group .bk-button:first-child {
|
525
|
-
border-radius: 2px 0 0 2px;
|
526
|
-
}
|
527
|
-
.bk-button-group .bk-button:last-child {
|
528
|
-
border-radius: 0 2px 2px 0;
|
529
|
-
}
|
530
|
-
.bk-button-group .bk-button:only-child {
|
531
|
-
border-radius: 2px;
|
532
|
-
}
|
533
|
-
.bk-button-group .bk-button:hover:not(.is-disabled),
|
534
|
-
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
535
|
-
position: relative;
|
536
|
-
z-index: 1;
|
537
|
-
color: #3a84ff;
|
538
|
-
background-color: white;
|
539
|
-
border-color: #3a84ff;
|
540
|
-
}
|
541
|
-
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
542
|
-
background-color: #e1ecff;
|
543
|
-
}
|
544
|
-
.bk-button-group .bk-button.is-selected.is-disabled {
|
545
|
-
background-color: #f0f1f5;
|
546
|
-
}
|
547
625
|
.bk-exception {
|
548
626
|
position: relative;
|
549
627
|
display: flex;
|
@@ -606,11 +684,11 @@
|
|
606
684
|
display: flex;
|
607
685
|
align-items: center;
|
608
686
|
font-size: 12px;
|
609
|
-
letter-spacing: normal;
|
610
687
|
color: #63656e;
|
688
|
+
letter-spacing: normal;
|
611
689
|
user-select: none;
|
612
690
|
}
|
613
|
-
.bk-pagination.is-disabled {
|
691
|
+
.bk-pagination.is-disabled * {
|
614
692
|
cursor: not-allowed;
|
615
693
|
}
|
616
694
|
.bk-pagination.is-align-left {
|
@@ -650,16 +728,16 @@
|
|
650
728
|
display: flex;
|
651
729
|
align-items: center;
|
652
730
|
justify-content: center;
|
653
|
-
height: 32px;
|
654
731
|
min-width: 32px;
|
732
|
+
height: 32px;
|
655
733
|
padding: 0 4px;
|
656
734
|
margin-right: 2px;
|
657
735
|
margin-left: 2px;
|
658
736
|
color: #63656e;
|
659
737
|
cursor: pointer;
|
738
|
+
user-select: none;
|
660
739
|
background: #fff;
|
661
740
|
border-radius: 2px;
|
662
|
-
user-select: none;
|
663
741
|
}
|
664
742
|
.bk-pagination-list-pre-batch.is-active,
|
665
743
|
.bk-pagination-list-next-batch.is-active,
|
@@ -734,13 +812,13 @@
|
|
734
812
|
}
|
735
813
|
.bk-pagination-small-list .bk-pagination-picker {
|
736
814
|
display: flex;
|
815
|
+
align-items: center;
|
737
816
|
height: 26px;
|
738
817
|
margin: 0 4px;
|
739
818
|
cursor: pointer;
|
740
819
|
background-color: #f0f1f5;
|
741
820
|
border: 1px solid #f0f1f5;
|
742
821
|
border-radius: 2px;
|
743
|
-
align-items: center;
|
744
822
|
}
|
745
823
|
.bk-pagination-small-list .bk-pagination-picker:hover {
|
746
824
|
background-color: #eaebf0;
|
@@ -752,8 +830,8 @@
|
|
752
830
|
box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
|
753
831
|
}
|
754
832
|
.bk-pagination-editor {
|
755
|
-
height: 16px;
|
756
833
|
min-width: 23px;
|
834
|
+
height: 16px;
|
757
835
|
padding-right: 4px;
|
758
836
|
padding-left: 8px;
|
759
837
|
line-height: 16px;
|
@@ -771,13 +849,13 @@
|
|
771
849
|
.bk-pagination-btn-pre,
|
772
850
|
.bk-pagination-btn-next {
|
773
851
|
display: flex;
|
852
|
+
align-items: center;
|
853
|
+
justify-content: center;
|
774
854
|
width: 26px;
|
775
855
|
height: 26px;
|
776
856
|
font-size: 20px;
|
777
857
|
color: #979ba5;
|
778
858
|
cursor: pointer;
|
779
|
-
justify-content: center;
|
780
|
-
align-items: center;
|
781
859
|
}
|
782
860
|
.bk-pagination-btn-pre:hover,
|
783
861
|
.bk-pagination-btn-next:hover {
|
@@ -865,6 +943,10 @@
|
|
865
943
|
max-width: 300px;
|
866
944
|
min-width: 200px;
|
867
945
|
}
|
946
|
+
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items {
|
947
|
+
max-height: 200px;
|
948
|
+
overflow: auto;
|
949
|
+
}
|
868
950
|
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item {
|
869
951
|
width: 100%;
|
870
952
|
height: 32px;
|
@@ -890,6 +972,7 @@
|
|
890
972
|
white-space: nowrap;
|
891
973
|
text-overflow: ellipsis;
|
892
974
|
overflow: hidden;
|
975
|
+
max-width: calc(100% - 22px);
|
893
976
|
}
|
894
977
|
.bk-popover.bk-pop2-content.bk-table-head-filter .content-list .content-items .list-item .bk-checkbox {
|
895
978
|
margin-left: 0;
|
@@ -1007,6 +1090,7 @@
|
|
1007
1090
|
align-items: flex-start;
|
1008
1091
|
flex-wrap: wrap;
|
1009
1092
|
margin-bottom: 16px;
|
1093
|
+
overflow: auto;
|
1010
1094
|
}
|
1011
1095
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item {
|
1012
1096
|
width: 150px;
|
@@ -1014,10 +1098,19 @@
|
|
1014
1098
|
margin-top: 16px;
|
1015
1099
|
line-height: 16px;
|
1016
1100
|
}
|
1017
|
-
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label
|
1101
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label,
|
1102
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item .bk-checkbox-label {
|
1103
|
+
max-width: calc(100% - 22px);
|
1018
1104
|
overflow: hidden;
|
1019
1105
|
text-overflow: ellipsis;
|
1020
1106
|
white-space: nowrap;
|
1107
|
+
word-break: break-all;
|
1108
|
+
}
|
1109
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label {
|
1110
|
+
max-width: 100%;
|
1111
|
+
}
|
1112
|
+
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-fields .field-item > label .bk-checkbox-label {
|
1113
|
+
max-width: max-content;
|
1021
1114
|
}
|
1022
1115
|
.bk-table-settings[data-bk-table-settings-theme='true'] .setting-content .setting-body .setting-body-line-height {
|
1023
1116
|
display: flex;
|
@@ -1076,28 +1169,40 @@
|
|
1076
1169
|
.bk-table {
|
1077
1170
|
position: relative;
|
1078
1171
|
width: 100%;
|
1079
|
-
height:
|
1172
|
+
height: 100%;
|
1080
1173
|
overflow: hidden;
|
1081
|
-
|
1082
|
-
.bk-table-flex {
|
1174
|
+
border-spacing: 0;
|
1083
1175
|
display: flex;
|
1084
1176
|
flex-direction: column;
|
1085
1177
|
max-height: fit-content;
|
1086
1178
|
}
|
1087
|
-
.bk-table
|
1088
|
-
|
1179
|
+
.bk-table .bk-table-body {
|
1180
|
+
position: relative;
|
1089
1181
|
overflow: auto;
|
1090
1182
|
}
|
1091
|
-
.bk-table
|
1092
|
-
|
1183
|
+
.bk-table .bk-table-body::-webkit-scrollbar {
|
1184
|
+
width: 8px;
|
1185
|
+
height: 8px;
|
1093
1186
|
}
|
1094
|
-
.bk-table .bk-table-body {
|
1095
|
-
|
1187
|
+
.bk-table .bk-table-body::-webkit-scrollbar-thumb {
|
1188
|
+
background: #ddd;
|
1189
|
+
border-radius: 20px;
|
1190
|
+
box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
|
1191
|
+
}
|
1192
|
+
.bk-table .bk-table-body.is-bk-scrollbar {
|
1096
1193
|
overflow: hidden;
|
1097
|
-
border-bottom: 1px solid #dcdee5;
|
1098
1194
|
}
|
1099
1195
|
.bk-table .bk-table-body .prepend-row {
|
1100
|
-
transform:
|
1196
|
+
transform: translate(var(--translate-x), 0);
|
1197
|
+
}
|
1198
|
+
.bk-table .bk-table-body .resize-column {
|
1199
|
+
position: absolute;
|
1200
|
+
top: 0;
|
1201
|
+
bottom: 0;
|
1202
|
+
left: 0;
|
1203
|
+
width: 1px;
|
1204
|
+
background-color: #3785ff;
|
1205
|
+
transform: translate(var(--drag-offset-x), var(--translate-y));
|
1101
1206
|
}
|
1102
1207
|
.bk-table .bk-table-body-content.bk-stripe table tbody tr:nth-child(even) td {
|
1103
1208
|
background-color: #fafbfd;
|
@@ -1105,18 +1210,6 @@
|
|
1105
1210
|
.bk-table .bk-table-body-content.bk-stripe table tbody tr td {
|
1106
1211
|
border-bottom: none;
|
1107
1212
|
}
|
1108
|
-
.bk-table .bk-fixed-bottom-border {
|
1109
|
-
position: sticky;
|
1110
|
-
bottom: 0;
|
1111
|
-
left: 0;
|
1112
|
-
z-index: 1;
|
1113
|
-
width: 100%;
|
1114
|
-
border-top: 1px solid #dcdee5;
|
1115
|
-
transform: translateX(var(--scroll-head-left));
|
1116
|
-
}
|
1117
|
-
.bk-table .bk-fixed-bottom-border._is-empty {
|
1118
|
-
display: none;
|
1119
|
-
}
|
1120
1213
|
.bk-table .bk-table-head,
|
1121
1214
|
.bk-table .bk-table-body {
|
1122
1215
|
background: white;
|
@@ -1140,11 +1233,15 @@
|
|
1140
1233
|
.bk-table .bk-table-head table,
|
1141
1234
|
.bk-table .bk-table-body table {
|
1142
1235
|
width: 100%;
|
1143
|
-
border-collapse:
|
1236
|
+
border-collapse: separate;
|
1144
1237
|
transform: translateZ(0);
|
1145
1238
|
table-layout: fixed;
|
1146
1239
|
align-self: flex-start;
|
1147
1240
|
}
|
1241
|
+
.bk-table .bk-table-head table.bk-table-col-resizing th,
|
1242
|
+
.bk-table .bk-table-body table.bk-table-col-resizing th {
|
1243
|
+
cursor: col-resize !important;
|
1244
|
+
}
|
1148
1245
|
.bk-table .bk-table-head table th,
|
1149
1246
|
.bk-table .bk-table-body table th,
|
1150
1247
|
.bk-table .bk-table-head table td,
|
@@ -1204,6 +1301,10 @@
|
|
1204
1301
|
.bk-table .bk-table-body table td .cell.selection {
|
1205
1302
|
padding: 0;
|
1206
1303
|
text-align: center;
|
1304
|
+
display: flex;
|
1305
|
+
align-items: center;
|
1306
|
+
justify-content: center;
|
1307
|
+
height: 100%;
|
1207
1308
|
}
|
1208
1309
|
.bk-table .bk-table-head table th .cell.expand-cell,
|
1209
1310
|
.bk-table .bk-table-body table th .cell.expand-cell,
|
@@ -1231,18 +1332,6 @@
|
|
1231
1332
|
position: sticky;
|
1232
1333
|
z-index: 1;
|
1233
1334
|
}
|
1234
|
-
.bk-table .bk-table-head table th.column_fixed.column_fixed_left,
|
1235
|
-
.bk-table .bk-table-body table th.column_fixed.column_fixed_left,
|
1236
|
-
.bk-table .bk-table-head table td.column_fixed.column_fixed_left,
|
1237
|
-
.bk-table .bk-table-body table td.column_fixed.column_fixed_left {
|
1238
|
-
left: 0;
|
1239
|
-
}
|
1240
|
-
.bk-table .bk-table-head table th.column_fixed.column_fixed_right,
|
1241
|
-
.bk-table .bk-table-body table th.column_fixed.column_fixed_right,
|
1242
|
-
.bk-table .bk-table-head table td.column_fixed.column_fixed_right,
|
1243
|
-
.bk-table .bk-table-body table td.column_fixed.column_fixed_right {
|
1244
|
-
right: 0;
|
1245
|
-
}
|
1246
1335
|
.bk-table .bk-table-head table th.row_expend .expand-cell-ctx,
|
1247
1336
|
.bk-table .bk-table-body table th.row_expend .expand-cell-ctx,
|
1248
1337
|
.bk-table .bk-table-head table td.row_expend .expand-cell-ctx,
|
@@ -1256,6 +1345,7 @@
|
|
1256
1345
|
.bk-table .bk-table-head table .left .cell,
|
1257
1346
|
.bk-table .bk-table-body table .left .cell {
|
1258
1347
|
justify-content: start;
|
1348
|
+
text-align: left;
|
1259
1349
|
}
|
1260
1350
|
.bk-table .bk-table-head table .center,
|
1261
1351
|
.bk-table .bk-table-body table .center {
|
@@ -1264,6 +1354,7 @@
|
|
1264
1354
|
.bk-table .bk-table-head table .center .cell,
|
1265
1355
|
.bk-table .bk-table-body table .center .cell {
|
1266
1356
|
justify-content: center;
|
1357
|
+
text-align: center;
|
1267
1358
|
}
|
1268
1359
|
.bk-table .bk-table-head table .right,
|
1269
1360
|
.bk-table .bk-table-body table .right {
|
@@ -1272,6 +1363,7 @@
|
|
1272
1363
|
.bk-table .bk-table-head table .right .cell,
|
1273
1364
|
.bk-table .bk-table-body table .right .cell {
|
1274
1365
|
justify-content: end;
|
1366
|
+
text-align: right;
|
1275
1367
|
}
|
1276
1368
|
.bk-table .bk-table-head table thead,
|
1277
1369
|
.bk-table .bk-table-body table thead {
|
@@ -1283,18 +1375,58 @@
|
|
1283
1375
|
font-weight: 400;
|
1284
1376
|
background-color: var(--background-color);
|
1285
1377
|
}
|
1286
|
-
.bk-table .bk-table-head table thead th.col-
|
1287
|
-
.bk-table .bk-table-body table thead th.col-
|
1378
|
+
.bk-table .bk-table-head table thead th.col-pointer-hover.poiner-right::after,
|
1379
|
+
.bk-table .bk-table-body table thead th.col-pointer-hover.poiner-right::after {
|
1380
|
+
content: '';
|
1288
1381
|
position: absolute;
|
1289
1382
|
top: 0;
|
1290
|
-
right: 0;
|
1291
1383
|
bottom: 0;
|
1292
|
-
|
1293
|
-
width:
|
1384
|
+
right: 0;
|
1385
|
+
width: 3px;
|
1386
|
+
background-color: #3785ff;
|
1387
|
+
transform: translateX(1px);
|
1294
1388
|
pointer-events: none;
|
1389
|
+
}
|
1390
|
+
.bk-table .bk-table-head table thead th.col-pointer-hover.poiner-left::after,
|
1391
|
+
.bk-table .bk-table-body table thead th.col-pointer-hover.poiner-left::after {
|
1392
|
+
content: '';
|
1393
|
+
position: absolute;
|
1394
|
+
top: 0;
|
1395
|
+
bottom: 0;
|
1396
|
+
left: 0;
|
1397
|
+
width: 3px;
|
1398
|
+
transform: translateX(-1px);
|
1295
1399
|
background-color: #3785ff;
|
1400
|
+
pointer-events: none;
|
1401
|
+
}
|
1402
|
+
.bk-table .bk-table-head table thead th .across-page-cell,
|
1403
|
+
.bk-table .bk-table-body table thead th .across-page-cell {
|
1404
|
+
position: relative;
|
1405
|
+
}
|
1406
|
+
.bk-table .bk-table-head table thead th .across-page-cell .dropwn-icon,
|
1407
|
+
.bk-table .bk-table-body table thead th .across-page-cell .dropwn-icon {
|
1408
|
+
display: block;
|
1409
|
+
position: absolute;
|
1410
|
+
width: 16px;
|
1411
|
+
height: 16px;
|
1412
|
+
top: 50%;
|
1413
|
+
right: 0;
|
1414
|
+
transform: translate(18px, -50%);
|
1415
|
+
}
|
1416
|
+
.bk-table .bk-table-head table thead th .across-page-cell .dropwn-icon::after,
|
1417
|
+
.bk-table .bk-table-body table thead th .across-page-cell .dropwn-icon::after {
|
1418
|
+
position: absolute;
|
1419
|
+
top: 50%;
|
1420
|
+
right: 0;
|
1421
|
+
left: 50%;
|
1422
|
+
width: 5px;
|
1423
|
+
height: 5px;
|
1424
|
+
border: 1px solid #63656e;
|
1425
|
+
border-top: 0;
|
1426
|
+
border-left: 0;
|
1427
|
+
transform: translate(-50%, -100%) scaleY(1) rotate(45deg);
|
1428
|
+
transform-origin: center;
|
1296
1429
|
content: '';
|
1297
|
-
transform: translateX(50%);
|
1298
1430
|
}
|
1299
1431
|
.bk-table .bk-table-head table thead th .cell,
|
1300
1432
|
.bk-table .bk-table-body table thead th .cell {
|
@@ -1303,23 +1435,35 @@
|
|
1303
1435
|
height: calc(var(--row-height) - 2px);
|
1304
1436
|
color: #313238;
|
1305
1437
|
}
|
1306
|
-
.bk-table .bk-table-head table thead th.
|
1307
|
-
.bk-table .bk-table-body table thead th.
|
1308
|
-
|
1309
|
-
.bk-table .bk-table-body table thead th:hover {
|
1310
|
-
cursor: pointer;
|
1311
|
-
background: #f0f1f5;
|
1438
|
+
.bk-table .bk-table-head table thead th .cell.cell-resize,
|
1439
|
+
.bk-table .bk-table-body table thead th .cell.cell-resize {
|
1440
|
+
cursor: col-resize;
|
1312
1441
|
}
|
1313
1442
|
.bk-table .bk-table-head table thead th.column_fixed,
|
1314
1443
|
.bk-table .bk-table-body table thead th.column_fixed {
|
1315
|
-
transform: translateX(var(--
|
1444
|
+
transform: translateX(var(--translate-x));
|
1445
|
+
}
|
1446
|
+
.bk-table .bk-table-head table:not(.col-resize-hover) thead th.active,
|
1447
|
+
.bk-table .bk-table-body table:not(.col-resize-hover) thead th.active,
|
1448
|
+
.bk-table .bk-table-head table:not(.col-resize-hover) thead th:hover,
|
1449
|
+
.bk-table .bk-table-body table:not(.col-resize-hover) thead th:hover {
|
1450
|
+
cursor: pointer;
|
1451
|
+
background: #f0f1f5;
|
1452
|
+
}
|
1453
|
+
.bk-table .bk-table-head table tbody tr.stripe-row,
|
1454
|
+
.bk-table .bk-table-body table tbody tr.stripe-row {
|
1455
|
+
background: #fafbfd;
|
1456
|
+
}
|
1457
|
+
.bk-table .bk-table-head table tbody tr.stripe-row td,
|
1458
|
+
.bk-table .bk-table-body table tbody tr.stripe-row td {
|
1459
|
+
background-color: #fafbfd;
|
1316
1460
|
}
|
1317
1461
|
.bk-table .bk-table-head table tbody tr td,
|
1318
1462
|
.bk-table .bk-table-body table tbody tr td {
|
1319
1463
|
background-color: #fff;
|
1320
|
-
border-top: 1px solid
|
1321
|
-
border-bottom: 1px solid
|
1322
|
-
border-right: 1px solid
|
1464
|
+
border-top: 1px solid white;
|
1465
|
+
border-bottom: 1px solid white;
|
1466
|
+
border-right: 1px solid white;
|
1323
1467
|
box-sizing: border-box;
|
1324
1468
|
}
|
1325
1469
|
.bk-table .bk-table-head table tbody tr td.empty-cell,
|
@@ -1330,9 +1474,8 @@
|
|
1330
1474
|
.bk-table .bk-table-body table tbody tr td .cell {
|
1331
1475
|
display: block;
|
1332
1476
|
width: 100%;
|
1333
|
-
line-height: calc(var(--row-height) -
|
1477
|
+
line-height: calc(var(--row-height) - 4px);
|
1334
1478
|
box-sizing: border-box;
|
1335
|
-
align-items: center;
|
1336
1479
|
}
|
1337
1480
|
.bk-table .bk-table-head table tbody tr td .cell.drag,
|
1338
1481
|
.bk-table .bk-table-body table tbody tr td .cell.drag {
|
@@ -1342,6 +1485,7 @@
|
|
1342
1485
|
.bk-table .bk-table-head table tbody tr:hover.hover-highlight td:not(.empty-cell),
|
1343
1486
|
.bk-table .bk-table-body table tbody tr:hover.hover-highlight td:not(.empty-cell) {
|
1344
1487
|
background: #f5f7fa;
|
1488
|
+
border-right-color: #f5f7fa;
|
1345
1489
|
}
|
1346
1490
|
.bk-table .bk-table-head table tbody tr.--drag-start td,
|
1347
1491
|
.bk-table .bk-table-body table tbody tr.--drag-start td {
|
@@ -1352,19 +1496,34 @@
|
|
1352
1496
|
z-index: 2;
|
1353
1497
|
overflow: hidden;
|
1354
1498
|
background-color: var(--background-color);
|
1499
|
+
height: var(--row-height);
|
1500
|
+
min-height: var(--row-height);
|
1501
|
+
}
|
1502
|
+
.bk-table .bk-table-head.has-group .is-head-group {
|
1503
|
+
border-bottom: 1px solid #dcdee5;
|
1504
|
+
}
|
1505
|
+
.bk-table .bk-table-head.has-group th {
|
1506
|
+
border-right: 1px solid #dcdee5;
|
1507
|
+
}
|
1508
|
+
.bk-table .bk-table-head.has-group th.is-last-child {
|
1509
|
+
border-right: none;
|
1355
1510
|
}
|
1356
1511
|
.bk-table .bk-table-head .col-resize-drag {
|
1357
1512
|
position: absolute;
|
1358
1513
|
top: 0;
|
1359
|
-
|
1514
|
+
left: 0;
|
1360
1515
|
bottom: 0;
|
1361
1516
|
z-index: 1;
|
1362
1517
|
width: 6px;
|
1363
1518
|
background-color: #3785ff;
|
1364
|
-
transform:
|
1519
|
+
transform: translate3d(var(--drag-offset-h-x), 0, 0);
|
1520
|
+
pointer-events: none;
|
1521
|
+
}
|
1522
|
+
.bk-table .bk-table-head .bk-table-fixed {
|
1523
|
+
transform: translate(0, 0);
|
1365
1524
|
}
|
1366
1525
|
.bk-table .bk-table-head thead {
|
1367
|
-
transform:
|
1526
|
+
transform: translate(var(--translate-x-1), 0);
|
1368
1527
|
}
|
1369
1528
|
.bk-table .bk-table-head .table-head-settings {
|
1370
1529
|
position: absolute;
|
@@ -1391,6 +1550,7 @@
|
|
1391
1550
|
display: flex;
|
1392
1551
|
width: 100%;
|
1393
1552
|
height: var(--footer-height);
|
1553
|
+
min-height: var(--footer-height);
|
1394
1554
|
align-items: center;
|
1395
1555
|
padding: 0 16px 0 22px;
|
1396
1556
|
}
|
@@ -1403,9 +1563,6 @@
|
|
1403
1563
|
.bk-table.bordered-row .bk-table-body tbody tr td {
|
1404
1564
|
border-bottom-color: #dcdee5;
|
1405
1565
|
}
|
1406
|
-
.bk-table.bordered-row .bk-table-body tbody tr:last-child td {
|
1407
|
-
border-bottom: none;
|
1408
|
-
}
|
1409
1566
|
.bk-table.bordered-outer {
|
1410
1567
|
border-top: 1px solid #dcdee5;
|
1411
1568
|
border-right: 1px solid #dcdee5;
|
@@ -1416,34 +1573,50 @@
|
|
1416
1573
|
}
|
1417
1574
|
.bk-table.bordered-horizontal {
|
1418
1575
|
border-top: 1px solid #dcdee5;
|
1419
|
-
}
|
1420
|
-
.bk-table.bordered-horizontal .bk-table-footer {
|
1421
1576
|
border-bottom: 1px solid #dcdee5;
|
1422
1577
|
}
|
1423
1578
|
.bk-table.bordered-outer .__is-empty .bk-table-body-content,
|
1424
1579
|
.bk-table.bordered-horizontal .__is-empty .bk-table-body-content {
|
1425
1580
|
border-bottom: 1px solid #dcdee5;
|
1426
1581
|
}
|
1582
|
+
.bk-table.bordered-col .bk-table-head {
|
1583
|
+
border-right: 1px solid #dcdee5;
|
1584
|
+
}
|
1585
|
+
.bk-table.bordered-col .bk-table-head .is-head-group {
|
1586
|
+
border-bottom: 1px solid #dcdee5;
|
1587
|
+
}
|
1427
1588
|
.bk-table.bordered-col th {
|
1428
1589
|
border-right: 1px solid #dcdee5;
|
1429
1590
|
}
|
1430
1591
|
.bk-table.bordered-col th:last-child {
|
1431
1592
|
border-right: none;
|
1432
1593
|
}
|
1594
|
+
.bk-table.bordered-col .bk-table-body {
|
1595
|
+
border-right: 1px solid #dcdee5;
|
1596
|
+
}
|
1433
1597
|
.bk-table.bordered-col .bk-table-body tbody tr td {
|
1434
1598
|
border-right-color: #dcdee5;
|
1435
1599
|
}
|
1436
1600
|
.bk-table.bordered-col .bk-table-body tbody tr td:last-child {
|
1437
|
-
border-right
|
1601
|
+
border-right: none;
|
1602
|
+
}
|
1603
|
+
.bk-table.bordered-col .bk-table-body tbody tr:hover.hover-highlight td:not(.empty-cell) {
|
1604
|
+
border-right-color: #dcdee5;
|
1438
1605
|
}
|
1439
1606
|
.bk-table th,
|
1440
1607
|
.bk-table td {
|
1441
|
-
border-right: 1px solid
|
1608
|
+
border-right: 1px solid white;
|
1442
1609
|
}
|
1443
1610
|
.bk-table.bordered-none th,
|
1444
1611
|
.bk-table.bordered-none td {
|
1445
1612
|
border-top: none;
|
1446
|
-
border-right: 1px solid
|
1613
|
+
border-right: 1px solid white;
|
1614
|
+
border-bottom: none;
|
1615
|
+
border-left: none;
|
1616
|
+
}
|
1617
|
+
.bk-table.bordered-none .bk-table-body table tbody tr td {
|
1618
|
+
border-top: none;
|
1619
|
+
border-right: 1px solid white;
|
1447
1620
|
border-bottom: none;
|
1448
1621
|
border-left: none;
|
1449
1622
|
}
|
@@ -1451,27 +1624,25 @@
|
|
1451
1624
|
position: absolute;
|
1452
1625
|
top: 0;
|
1453
1626
|
right: 0;
|
1454
|
-
bottom:
|
1627
|
+
bottom: 0;
|
1455
1628
|
left: 0;
|
1456
1629
|
pointer-events: none;
|
1630
|
+
transform: translate(var(--translate-x), var(--translate-y));
|
1457
1631
|
}
|
1458
|
-
.bk-table .bk-table-fixed
|
1459
|
-
|
1460
|
-
z-index: 2;
|
1632
|
+
.bk-table .bk-table-fixed.has-virtual-scroll {
|
1633
|
+
transform: translate(var(--translate-x), 0);
|
1461
1634
|
}
|
1462
|
-
.bk-table .bk-table-fixed .
|
1463
|
-
|
1464
|
-
left: 0;
|
1635
|
+
.bk-table .bk-table-fixed .column_fixed_right {
|
1636
|
+
box-shadow: var(--shadow-right);
|
1465
1637
|
}
|
1466
|
-
.bk-table .bk-table-fixed .
|
1467
|
-
box-shadow:
|
1638
|
+
.bk-table .bk-table-fixed .column_fixed_left {
|
1639
|
+
box-shadow: var(--shadow-left);
|
1468
1640
|
}
|
1469
|
-
.bk-table .bk-table-fixed .column_fixed
|
1641
|
+
.bk-table .bk-table-fixed .column_fixed {
|
1642
|
+
position: absolute;
|
1643
|
+
z-index: 2;
|
1644
|
+
bottom: 0;
|
1470
1645
|
top: 0;
|
1471
|
-
right: 0;
|
1472
|
-
}
|
1473
|
-
.bk-table .bk-table-fixed .column_fixed.column_fixed_right.shadow {
|
1474
|
-
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
|
1475
1646
|
}
|
1476
1647
|
.bk-table .bk-table-fixed .scroll-loading._bottom {
|
1477
1648
|
position: absolute;
|
@@ -1481,6 +1652,13 @@
|
|
1481
1652
|
display: flex;
|
1482
1653
|
justify-content: center;
|
1483
1654
|
}
|
1655
|
+
.bk-table .bk-table-fixed-bottom {
|
1656
|
+
position: absolute;
|
1657
|
+
right: 0;
|
1658
|
+
bottom: 0;
|
1659
|
+
left: 0;
|
1660
|
+
text-align: center;
|
1661
|
+
}
|
1484
1662
|
.bk-table colgroup col {
|
1485
1663
|
background: white;
|
1486
1664
|
}
|
@@ -1491,6 +1669,29 @@
|
|
1491
1669
|
.bk-table .bk-pagination .is-last {
|
1492
1670
|
margin-left: auto;
|
1493
1671
|
}
|
1494
|
-
.bk-
|
1495
|
-
|
1672
|
+
.bk-across-page-popover {
|
1673
|
+
padding: 0!important;
|
1674
|
+
}
|
1675
|
+
.bk-across-page-popover .dropwn-content {
|
1676
|
+
min-width: 100%;
|
1677
|
+
padding: 5px 0;
|
1678
|
+
margin: 0;
|
1679
|
+
background: #fff;
|
1680
|
+
border: 1px solid #dcdee5;
|
1681
|
+
border-radius: 2px;
|
1682
|
+
box-sizing: border-box;
|
1683
|
+
}
|
1684
|
+
.bk-across-page-popover .dropwn-content > div {
|
1685
|
+
display: block;
|
1686
|
+
height: 32px;
|
1687
|
+
padding: 0 16px;
|
1688
|
+
font-size: 12px;
|
1689
|
+
line-height: 33px;
|
1690
|
+
color: #63656e;
|
1691
|
+
white-space: nowrap;
|
1692
|
+
list-style: none;
|
1693
|
+
cursor: pointer;
|
1694
|
+
}
|
1695
|
+
.bk-across-page-popover .dropwn-content > div:hover {
|
1696
|
+
background-color: #f5f7fa;
|
1496
1697
|
}
|