bkui-vue 2.0.1-beta.8 → 2.0.1-beta.81
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 +167 -167
- package/dist/index.esm.js +32462 -31824
- 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 +130 -0
- package/lib/affix/affix.variable.css +262 -1
- package/lib/affix/index.js +7 -7
- package/lib/alert/alert.css +133 -3
- package/lib/alert/alert.d.ts +5 -12
- package/lib/alert/alert.variable.css +262 -1
- package/lib/alert/index.d.ts +11 -26
- package/lib/alert/index.js +6 -6
- package/lib/backtop/backtop.css +133 -3
- package/lib/backtop/backtop.d.ts +1 -1
- package/lib/backtop/backtop.variable.css +395 -4
- package/lib/backtop/index.d.ts +3 -3
- package/lib/backtop/index.js +6 -6
- package/lib/badge/badge.css +156 -26
- package/lib/badge/badge.variable.css +262 -1
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb.css +135 -5
- package/lib/breadcrumb/breadcrumb.variable.css +397 -6
- package/lib/button/button.css +417 -243
- package/lib/button/button.d.ts +8 -8
- package/lib/button/button.less +74 -71
- package/lib/button/button.variable.css +450 -145
- package/lib/button/index.d.ts +11 -11
- package/lib/button/index.js +6 -7
- package/lib/card/card.css +134 -4
- package/lib/card/card.variable.css +396 -5
- package/lib/cascader/cascader-panel.d.ts +6 -1
- package/lib/cascader/cascader.css +153 -23
- package/lib/cascader/cascader.d.ts +5 -1
- package/lib/cascader/cascader.variable.css +415 -24
- package/lib/cascader/index.d.ts +1 -0
- package/lib/cascader/index.js +110 -40
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/checkbox-group.d.ts +0 -16
- package/lib/checkbox/checkbox.css +147 -9
- package/lib/checkbox/checkbox.d.ts +39 -7
- package/lib/checkbox/checkbox.less +12 -0
- package/lib/checkbox/checkbox.variable.css +270 -1
- package/lib/checkbox/index.d.ts +57 -22
- package/lib/checkbox/index.js +21 -8
- package/lib/checkbox/type.d.ts +1 -1
- package/lib/code-diff/code-diff.css +130 -0
- package/lib/code-diff/code-diff.variable.css +262 -1
- package/lib/code-diff/index.js +8 -8
- package/lib/collapse/collapse.css +131 -1
- package/lib/collapse/collapse.variable.css +262 -1
- package/lib/collapse/index.js +2 -2
- package/lib/collapse/utils.d.ts +2 -2
- package/lib/collapse-transition/collapse-transition.css +130 -0
- package/lib/collapse-transition/collapse-transition.variable.css +262 -1
- package/lib/color-picker/color-picker.css +130 -0
- package/lib/color-picker/color-picker.d.ts +16 -0
- package/lib/color-picker/color-picker.variable.css +262 -1
- package/lib/color-picker/index.d.ts +23 -0
- package/lib/color-picker/index.js +52 -45
- package/lib/components.d.ts +32 -32
- package/lib/components.js +31 -31
- package/lib/config-provider/config-provider.css +130 -0
- package/lib/config-provider/config-provider.variable.css +262 -1
- package/lib/config-provider/index.d.ts +1 -1
- package/lib/container/container.css +130 -0
- package/lib/container/container.variable.css +392 -1
- package/lib/container/index.js +6 -7
- 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 +1 -1
- package/lib/date-picker/date-picker.css +147 -17
- package/lib/date-picker/date-picker.d.ts +0 -10
- package/lib/date-picker/date-picker.variable.css +262 -1
- package/lib/date-picker/index.d.ts +0 -22
- package/lib/date-picker/index.js +256 -219
- package/lib/date-picker/interface.d.ts +9 -9
- package/lib/date-picker/panel/date-range.d.ts +5 -5
- package/lib/date-picker/panel/date.d.ts +1 -1
- package/lib/date-picker/panel/time-range.d.ts +1 -10
- package/lib/date-picker/panel/time.d.ts +2 -11
- package/lib/date-picker/props.d.ts +1 -5
- package/lib/date-picker/time-picker.d.ts +0 -9
- package/lib/date-picker/utils.d.ts +1 -1
- package/lib/dialog/dialog.css +138 -8
- package/lib/dialog/dialog.d.ts +42 -26
- package/lib/dialog/dialog.variable.css +400 -9
- package/lib/dialog/index.d.ts +90 -56
- package/lib/dialog/index.js +25 -23
- package/lib/dialog/props.d.ts +18 -11
- package/lib/directives/index.d.ts +4 -3
- package/lib/directives/index.js +198 -176
- package/lib/directives/tooltips.d.ts +1 -1
- package/lib/dist.index.js +2 -4
- package/lib/divider/divider.css +133 -3
- package/lib/divider/divider.d.ts +5 -5
- package/lib/divider/divider.variable.css +262 -1
- 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 +130 -0
- package/lib/dropdown/dropdown.d.ts +5 -5
- package/lib/dropdown/dropdown.variable.css +392 -1
- package/lib/dropdown/index.d.ts +13 -13
- package/lib/dropdown/index.js +7 -7
- package/lib/exception/exception.css +130 -0
- package/lib/exception/exception.d.ts +9 -9
- package/lib/exception/exception.variable.css +262 -1
- 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 +134 -4
- package/lib/fixed-navbar/fixed-navbar.variable.css +262 -1
- package/lib/fixed-navbar/index.js +2 -2
- package/lib/form/form-item.d.ts +7 -19
- package/lib/form/form.css +130 -0
- package/lib/form/form.d.ts +2 -2
- package/lib/form/form.variable.css +262 -1
- package/lib/form/index.d.ts +7 -14
- package/lib/form/index.js +22 -21
- 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 +130 -0
- package/lib/image/image-viewer.d.ts +1 -1
- package/lib/image/image-viewer.variable.css +262 -1
- package/lib/image/image.css +130 -0
- package/lib/image/image.variable.css +392 -1
- package/lib/image/index.js +20 -21
- package/lib/index.d.ts +9 -3
- package/lib/index.js +5 -29
- package/lib/info-box/index.js +17 -18
- package/lib/info-box/info-box.css +134 -4
- package/lib/info-box/info-box.d.ts +15 -15
- package/lib/info-box/info-box.variable.css +262 -1
- package/lib/input/index.d.ts +15 -15
- package/lib/input/index.js +63 -516
- package/lib/input/input.css +225 -73
- package/lib/input/input.d.ts +15 -15
- package/lib/input/input.less +30 -1
- package/lib/input/input.variable.css +487 -74
- package/lib/link/index.d.ts +11 -11
- package/lib/link/index.js +3 -3
- package/lib/link/link.css +146 -16
- package/lib/link/link.d.ts +5 -5
- package/lib/link/link.variable.css +262 -1
- package/lib/loading/index.d.ts +12 -11
- package/lib/loading/index.js +10 -8
- package/lib/loading/loading.css +146 -16
- package/lib/loading/loading.d.ts +8 -8
- package/lib/loading/loading.variable.css +408 -17
- package/lib/locale/index.d.ts +1 -1
- package/lib/menu/index.js +0 -1
- package/lib/menu/menu.css +148 -18
- package/lib/menu/menu.variable.css +410 -19
- package/lib/menu/submenu.css +130 -0
- package/lib/menu/submenu.variable.css +262 -1
- package/lib/menu/utils.d.ts +3 -3
- package/lib/message/index.js +18 -18
- package/lib/message/message.css +153 -22
- package/lib/message/message.less +3 -2
- package/lib/message/message.variable.css +264 -2
- package/lib/message/messageConstructor.d.ts +16 -16
- package/lib/modal/index.d.ts +49 -8
- package/lib/modal/index.js +49 -28
- package/lib/modal/modal.css +134 -4
- package/lib/modal/modal.d.ts +19 -3
- package/lib/modal/modal.variable.css +396 -5
- package/lib/modal/props.mixin.d.ts +8 -1
- package/lib/navigation/index.js +20 -20
- package/lib/navigation/navigation.css +132 -2
- package/lib/navigation/navigation.d.ts +1 -1
- package/lib/navigation/navigation.variable.css +262 -1
- package/lib/notify/index.js +4 -4
- package/lib/notify/notify.css +137 -7
- package/lib/notify/notify.variable.css +262 -1
- package/lib/notify/notifyConstructor.d.ts +5 -5
- package/lib/overflow-title/components/overflow-title.d.ts +9 -16
- package/lib/overflow-title/index.d.ts +19 -34
- package/lib/overflow-title/index.js +75 -18
- package/lib/overflow-title/props.d.ts +18 -21
- package/lib/pagination/index.d.ts +0 -19
- package/lib/pagination/index.js +61 -23
- package/lib/pagination/pagination.css +139 -9
- package/lib/pagination/pagination.d.ts +0 -13
- package/lib/pagination/pagination.less +14 -13
- package/lib/pagination/pagination.variable.css +270 -9
- 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 +20 -21
- package/lib/pop-confirm/index.d.ts +11 -43
- package/lib/pop-confirm/index.js +27 -28
- package/lib/pop-confirm/pop-confirm.css +133 -1
- package/lib/pop-confirm/pop-confirm.d.ts +5 -19
- package/lib/pop-confirm/pop-confirm.less +3 -1
- package/lib/pop-confirm/pop-confirm.variable.css +265 -2
- package/lib/pop-confirm/props.d.ts +5 -11
- package/lib/popover/const.d.ts +3 -3
- package/lib/popover/index.d.ts +19 -19
- package/lib/popover/index.js +20 -21
- package/lib/popover/plugin-popover.d.ts +1 -1
- package/lib/popover/popover.css +130 -0
- package/lib/popover/popover.d.ts +7 -7
- package/lib/popover/popover.variable.css +262 -1
- package/lib/popover/props.d.ts +4 -4
- package/lib/preset.d.ts +0 -1
- package/lib/preset.js +0 -1
- package/lib/process/index.js +3 -3
- package/lib/process/process.css +143 -13
- package/lib/process/process.variable.css +262 -1
- package/lib/progress/index.d.ts +11 -11
- package/lib/progress/index.js +10 -11
- package/lib/progress/progress.css +134 -4
- package/lib/progress/progress.d.ts +7 -7
- package/lib/progress/progress.variable.css +396 -5
- package/lib/radio/index.d.ts +21 -21
- package/lib/radio/index.js +28 -17
- package/lib/radio/radio-button.d.ts +7 -7
- package/lib/radio/radio-group.d.ts +7 -7
- package/lib/radio/radio.css +172 -42
- package/lib/radio/radio.d.ts +7 -7
- package/lib/radio/radio.variable.css +262 -1
- package/lib/radio/type.d.ts +1 -1
- package/lib/rate/index.js +8 -8
- package/lib/rate/rate.css +130 -0
- package/lib/rate/rate.variable.css +262 -1
- package/lib/resize-layout/index.d.ts +34 -11
- package/lib/resize-layout/index.js +33 -14
- package/lib/resize-layout/resize-layout.css +130 -0
- package/lib/resize-layout/resize-layout.d.ts +16 -5
- package/lib/resize-layout/resize-layout.variable.css +262 -1
- package/lib/scrollbar/css/scrollbar.css +239 -0
- package/lib/scrollbar/css/scrollbar.less +139 -0
- package/lib/scrollbar/css/scrollbar.variable.css +499 -0
- 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 +1332 -18434
- 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 +100 -78
- package/lib/search-select/index.js +344 -213
- package/lib/search-select/input.d.ts +17 -6
- package/lib/search-select/menu.d.ts +13 -1
- package/lib/search-select/search-select.css +163 -35
- package/lib/search-select/search-select.d.ts +33 -43
- package/lib/search-select/search-select.less +2 -2
- package/lib/search-select/search-select.variable.css +425 -36
- package/lib/search-select/selected.d.ts +35 -10
- package/lib/search-select/utils.d.ts +6 -6
- package/lib/select/common.d.ts +4 -4
- package/lib/select/index.d.ts +155 -77
- package/lib/select/index.js +296 -197
- package/lib/select/option.d.ts +5 -6
- package/lib/select/select.css +175 -43
- package/lib/select/select.d.ts +62 -28
- package/lib/select/select.less +7 -4
- package/lib/select/select.variable.css +437 -44
- package/lib/select/selectTagInput.d.ts +7 -6
- 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 +110 -47
- package/lib/shared/popover.d.ts +3 -3
- package/lib/shared/token.d.ts +1 -1
- package/lib/shared/vue-types.d.ts +48 -48
- package/lib/shared/z-index-manager.d.ts +6 -6
- package/lib/sideslider/index.d.ts +41 -7
- package/lib/sideslider/index.js +12 -11
- package/lib/sideslider/sideslider.css +138 -9
- package/lib/sideslider/sideslider.d.ts +19 -3
- package/lib/sideslider/sideslider.less +7 -8
- package/lib/sideslider/sideslider.variable.css +269 -9
- package/lib/slider/index.js +21 -23
- package/lib/slider/slider.css +135 -5
- package/lib/slider/slider.variable.css +262 -1
- package/lib/steps/index.d.ts +14 -29
- package/lib/steps/index.js +3 -4
- package/lib/steps/steps.css +168 -38
- package/lib/steps/steps.d.ts +8 -18
- package/lib/steps/steps.variable.css +262 -1
- package/lib/styles/index.d.ts +1 -0
- package/lib/styles/mixins/animate.css +130 -0
- package/lib/styles/mixins/animate.variable.css +262 -1
- package/lib/styles/mixins/mixins.css +130 -0
- package/lib/styles/mixins/mixins.variable.css +130 -0
- package/lib/styles/mixins/popper.css +130 -0
- package/lib/styles/mixins/popper.variable.css +262 -1
- package/lib/styles/mixins/scroll.css +130 -0
- package/lib/styles/mixins/scroll.variable.css +262 -1
- package/lib/styles/reset.css +130 -0
- package/lib/styles/reset.variable.css +262 -1
- package/lib/{scrollbar/scrollbar.variable.css → styles/themes/themes.css} +2 -76
- package/lib/styles/themes/themes.less +299 -129
- package/lib/styles/themes/themes.variable.css +130 -0
- package/lib/swiper/index.js +5 -5
- package/lib/swiper/swiper.css +130 -0
- package/lib/swiper/swiper.variable.css +262 -1
- package/lib/switcher/index.d.ts +11 -11
- package/lib/switcher/index.js +2 -2
- package/lib/switcher/switcher.css +147 -17
- package/lib/switcher/switcher.d.ts +9 -9
- package/lib/switcher/switcher.variable.css +409 -18
- package/lib/tab/index.d.ts +44 -114
- package/lib/tab/index.js +60 -49
- package/lib/tab/props.d.ts +25 -50
- package/lib/tab/tab-nav.d.ts +26 -66
- package/lib/tab/tab-panel.d.ts +22 -0
- package/lib/tab/tab.css +211 -17
- package/lib/tab/tab.d.ts +10 -54
- package/lib/tab/tab.less +91 -4
- package/lib/tab/tab.variable.css +326 -1
- 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 +23 -126
- 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-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 +136 -0
- package/lib/table/{plugins → hooks}/use-shift-key.d.ts +4 -2
- package/lib/table/index.d.ts +112 -634
- package/lib/table/index.js +4089 -3559
- package/lib/table/plugins/head-filter.css +135 -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 +267 -1
- package/lib/table/plugins/head-sort.css +130 -0
- package/lib/table/plugins/head-sort.variable.css +262 -1
- package/lib/table/plugins/settings.css +131 -0
- package/lib/table/plugins/settings.less +1 -0
- package/lib/table/plugins/settings.variable.css +263 -1
- package/lib/table/props.d.ts +125 -62
- package/lib/table/table.css +753 -431
- package/lib/table/table.d.ts +51 -185
- package/lib/table/table.less +244 -112
- package/lib/table/table.variable.css +1058 -475
- package/lib/table/utils.d.ts +49 -21
- package/lib/table-column/index.d.ts +30 -289
- package/lib/table-column/index.js +17385 -46
- package/lib/tag/index.d.ts +11 -11
- package/lib/tag/index.js +2 -3
- package/lib/tag/tag.css +136 -6
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag/tag.less +1 -1
- package/lib/tag/tag.variable.css +263 -2
- package/lib/tag-input/common.d.ts +2 -2
- package/lib/tag-input/index.d.ts +14 -11
- package/lib/tag-input/index.js +72 -52
- package/lib/tag-input/tag-input.css +157 -27
- package/lib/tag-input/tag-input.d.ts +8 -19
- package/lib/tag-input/tag-input.less +9 -9
- package/lib/tag-input/tag-input.variable.css +271 -10
- package/lib/tag-input/tag-props.d.ts +2 -2
- package/lib/time-picker/index.d.ts +0 -19
- package/lib/time-picker/time-picker.css +130 -0
- package/lib/time-picker/time-picker.variable.css +262 -1
- package/lib/timeline/index.js +2 -2
- package/lib/timeline/timeline.css +149 -19
- package/lib/timeline/timeline.variable.css +262 -1
- package/lib/transfer/const.d.ts +2 -2
- package/lib/transfer/index.js +3 -5
- package/lib/transfer/transfer.css +149 -19
- package/lib/transfer/transfer.variable.css +262 -1
- package/lib/tree/constant.d.ts +22 -20
- package/lib/tree/index.d.ts +41 -27
- package/lib/tree/index.js +109 -58
- package/lib/tree/props.d.ts +18 -11
- package/lib/tree/tree.css +242 -78
- package/lib/tree/tree.d.ts +17 -17
- package/lib/tree/tree.variable.css +504 -79
- 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 +27 -4
- package/lib/upload/index.js +86 -42
- package/lib/upload/props.d.ts +7 -2
- package/lib/upload/upload.css +157 -27
- package/lib/upload/upload.d.ts +13 -2
- package/lib/upload/upload.type.d.ts +12 -6
- package/lib/upload/upload.variable.css +419 -28
- package/lib/upload/use-file-handler.d.ts +1 -1
- package/lib/virtual-render/index.d.ts +12 -46
- package/lib/virtual-render/index.js +17468 -148
- 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 +225 -69
- package/lib/virtual-render/virtual-render.d.ts +6 -22
- package/lib/virtual-render/virtual-render.less +2 -11
- package/lib/virtual-render/virtual-render.variable.css +487 -70
- 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
@@ -1,5 +1,6 @@
|
|
1
|
-
import {
|
2
|
-
import { GetMenuListFunc, ICommonItem, IMenuFooterItem, ISearchItem, MenuSlotParams,
|
1
|
+
import { SearchInputMode, SearchLogical, ValueBehavior, SelectedItem } from './utils';
|
2
|
+
import type { GetMenuListFunc, ICommonItem, IMenuFooterItem, ISearchItem, MenuSlotParams, SearchItemType, ValidateValuesFunc } from './utils';
|
3
|
+
import type { PropType, Ref, SlotsType } from 'vue';
|
3
4
|
declare const _default: import("vue").DefineComponent<{
|
4
5
|
data: {
|
5
6
|
type: PropType<ISearchItem[]>;
|
@@ -13,11 +14,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
13
14
|
type: PropType<ICommonItem[]>;
|
14
15
|
default: () => any[];
|
15
16
|
};
|
16
|
-
|
17
|
+
defaultUsingItem: PropType<SelectedItem>;
|
17
18
|
mode: {
|
18
19
|
type: PropType<SearchInputMode>;
|
19
20
|
default: SearchInputMode;
|
20
21
|
};
|
22
|
+
maxHeight: {
|
23
|
+
type: NumberConstructor;
|
24
|
+
default: () => number;
|
25
|
+
};
|
21
26
|
getMenuList: PropType<GetMenuListFunc>;
|
22
27
|
validateValues: PropType<ValidateValuesFunc>;
|
23
28
|
valueBehavior: PropType<ValueBehavior>;
|
@@ -53,13 +58,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
53
58
|
};
|
54
59
|
documentArrowEvent: (e: KeyboardEvent) => void;
|
55
60
|
handleClickOutside: (e: MouseEvent) => void;
|
56
|
-
handleInputFocus: () => void;
|
61
|
+
handleInputFocus: (event?: FocusEvent) => void;
|
57
62
|
handleInputChange: (event: Event) => void;
|
58
63
|
handleInputPaste: (event: ClipboardEvent) => void;
|
59
64
|
handleLogicalChange: (logical: SearchLogical) => void;
|
60
65
|
handleInputKeyup: (event: KeyboardEvent) => void;
|
61
66
|
handleSelectItem: (item: ICommonItem, type?: SearchItemType) => Promise<void>;
|
62
|
-
|
67
|
+
handleSelectConditionItem: (item: ICommonItem) => void;
|
63
68
|
handleMenuFooterClick: (item: IMenuFooterItem) => void;
|
64
69
|
resolveClassName: (cls: string) => string;
|
65
70
|
inputFocusForWrapper: () => void;
|
@@ -67,6 +72,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
67
72
|
inputClearForWrapper: () => void;
|
68
73
|
deleteInputTextNode: () => void;
|
69
74
|
customPanelSubmit: (value: string) => void;
|
75
|
+
refleshMenuHover: () => void;
|
70
76
|
t: import("vue").ComputedRef<{
|
71
77
|
pleaseSelect: string;
|
72
78
|
loading: string;
|
@@ -90,11 +96,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
90
96
|
type: PropType<ICommonItem[]>;
|
91
97
|
default: () => any[];
|
92
98
|
};
|
93
|
-
|
99
|
+
defaultUsingItem: PropType<SelectedItem>;
|
94
100
|
mode: {
|
95
101
|
type: PropType<SearchInputMode>;
|
96
102
|
default: SearchInputMode;
|
97
103
|
};
|
104
|
+
maxHeight: {
|
105
|
+
type: NumberConstructor;
|
106
|
+
default: () => number;
|
107
|
+
};
|
98
108
|
getMenuList: PropType<GetMenuListFunc>;
|
99
109
|
validateValues: PropType<ValidateValuesFunc>;
|
100
110
|
valueBehavior: PropType<ValueBehavior>;
|
@@ -104,6 +114,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
104
114
|
onAdd?: (...args: any[]) => any;
|
105
115
|
onSelectKey?: (...args: any[]) => any;
|
106
116
|
}, {
|
117
|
+
maxHeight: number;
|
107
118
|
mode: SearchInputMode;
|
108
119
|
conditions: ICommonItem[];
|
109
120
|
showInputBefore: boolean;
|
@@ -32,6 +32,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
32
32
|
type: PropType<SearchLogical>;
|
33
33
|
default: SearchLogical;
|
34
34
|
};
|
35
|
+
maxHeight: {
|
36
|
+
type: NumberConstructor;
|
37
|
+
default: () => number;
|
38
|
+
};
|
35
39
|
}, {
|
36
40
|
handleClick: (item: ICommonItem) => void;
|
37
41
|
handleClickCondition: (item: ICommonItem) => void;
|
@@ -39,7 +43,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
39
43
|
handleSelectedChange: (e: MouseEvent, item: ICommonItem) => void;
|
40
44
|
handleLogicalChange: (value: unknown) => void;
|
41
45
|
filterList: import("vue").ComputedRef<ICommonItem[]>;
|
42
|
-
getSearchNode: (item: ICommonItem) =>
|
46
|
+
getSearchNode: (item: ICommonItem) => (VNode | string)[] | string;
|
43
47
|
localFooterBtns: import("vue").ComputedRef<IMenuFooterItem[] | ({
|
44
48
|
id: string;
|
45
49
|
name: string;
|
@@ -50,6 +54,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
50
54
|
disabled: boolean;
|
51
55
|
})[]>;
|
52
56
|
resolveClassName: (cls: string) => string;
|
57
|
+
resolveContentStyles: import("vue").ComputedRef<{
|
58
|
+
maxHeight: string;
|
59
|
+
}>;
|
53
60
|
t: import("vue").ComputedRef<{
|
54
61
|
pleaseSelect: string;
|
55
62
|
loading: string;
|
@@ -92,12 +99,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
92
99
|
type: PropType<SearchLogical>;
|
93
100
|
default: SearchLogical;
|
94
101
|
};
|
102
|
+
maxHeight: {
|
103
|
+
type: NumberConstructor;
|
104
|
+
default: () => number;
|
105
|
+
};
|
95
106
|
}>> & {
|
96
107
|
onSelectItem?: (...args: any[]) => any;
|
97
108
|
onSelectCondition?: (...args: any[]) => any;
|
98
109
|
onFooterClick?: (...args: any[]) => any;
|
99
110
|
"onUpdate:logical"?: (...args: any[]) => any;
|
100
111
|
}, {
|
112
|
+
maxHeight: number;
|
101
113
|
multiple: boolean;
|
102
114
|
selected: string[];
|
103
115
|
logical: SearchLogical;
|
@@ -1,4 +1,134 @@
|
|
1
1
|
/* stylelint-disable declaration-no-important */
|
2
|
+
:root {
|
3
|
+
--bk-prefix: bk;
|
4
|
+
--popover-max-height: 216px;
|
5
|
+
--primary-color: #3a84ff;
|
6
|
+
--success-color: #2dcb56;
|
7
|
+
--warning-color: #ff9c01;
|
8
|
+
--danger-color: #ea3636;
|
9
|
+
--default-color: #63656e;
|
10
|
+
--gray-color: #979ba5;
|
11
|
+
--light-gray: #c4c6cc;
|
12
|
+
--white-color: white;
|
13
|
+
--whitesmoke-color: #fafbfd;
|
14
|
+
--disable-color: #dcdee5;
|
15
|
+
--disable-bg-color: #f9fafd;
|
16
|
+
--border-color: #dcdee5;
|
17
|
+
--font-size-base: 12px;
|
18
|
+
--font-size-medium: 14px;
|
19
|
+
--font-size-large: 16px;
|
20
|
+
--line-height-base: 16px;
|
21
|
+
--line-height-medium: 16px;
|
22
|
+
--line-height-large: 18px;
|
23
|
+
--component-size-small: 26px;
|
24
|
+
--component-size-base: 32px;
|
25
|
+
--component-size-large: 40px;
|
26
|
+
--component-size-small-padding: 0 12px;
|
27
|
+
--component-size-base-padding: 0 14px;
|
28
|
+
--component-size-large-padding: 0 16px;
|
29
|
+
--border-width-base: 1px;
|
30
|
+
--border-style-base: solid;
|
31
|
+
--border-radius-base: 2px;
|
32
|
+
--border-style-color: var(--light-gray);
|
33
|
+
--input-disabled-bg: #fafbfd;
|
34
|
+
--input-disabled-border: var(--disable-color);
|
35
|
+
--input-height-base: var(--component-size-base);
|
36
|
+
--input-color: var(--default-color);
|
37
|
+
--input-bg: white;
|
38
|
+
--input-border-color: var(--light-gray);
|
39
|
+
--input-broder-radius: 3px;
|
40
|
+
--input-shadow-color: #a3c5fd;
|
41
|
+
--input-horizontal-padding: 8px;
|
42
|
+
--input-block-color: #f5f7fa;
|
43
|
+
--input-block-hover-color: #eaebf0;
|
44
|
+
--input-icon-size: var(--font-size-medium);
|
45
|
+
--input-maxlength-color: #979ba5;
|
46
|
+
--button-primary-hover-color: #5594fa;
|
47
|
+
--button-danger-hover-color: #ff5656;
|
48
|
+
--button-success-hover-color: #45e35f;
|
49
|
+
--button-warning-hover-color: #ffb848;
|
50
|
+
--button-default-hover-border-color: #979ba5;
|
51
|
+
--button-primary-active-color: #2c77f4;
|
52
|
+
--button-danger-active-color: #db2626;
|
53
|
+
--button-success-active-color: #1ab943;
|
54
|
+
--button-warning-active-color: #eb9000;
|
55
|
+
--button-selected-bg-color: #e1ecff;
|
56
|
+
--button-disabled-selected-bg-color: #f0f1f5;
|
57
|
+
--radio-font-color: #63656e;
|
58
|
+
--radio-active-color: #3a84ff;
|
59
|
+
--radio-hover-border-color: #979ba5;
|
60
|
+
--radio-disabled-border: #dcdee5;
|
61
|
+
--radio-disabled-font-color: #c4c6cc;
|
62
|
+
--radio-disabled-checked-bg: #a3c5fd;
|
63
|
+
--radio-button-checked-bg: #e1ecff;
|
64
|
+
--radio-button-disabled-checked-bg: #fafbfd;
|
65
|
+
--checkbox-disabled-checked-bg: #a3c5fd;
|
66
|
+
--fixed-navbar-background: #fff;
|
67
|
+
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
68
|
+
--switch-default-color: #fff;
|
69
|
+
--switch-grey-color: #c4c6cc;
|
70
|
+
--breadcrumb-black-color: #979ba5;
|
71
|
+
--breadcrumb-primary-hover-color: #0082ff;
|
72
|
+
--breadcrumb-fn-main-color: #63656e;
|
73
|
+
--link-default-hover-color: #979ba5;
|
74
|
+
--link-primary-hover-color: #699df4;
|
75
|
+
--link-success-hover-color: #45e35f;
|
76
|
+
--link-warning-hover-color: #ffb848;
|
77
|
+
--link-danger-hover-color: #ff5656;
|
78
|
+
--link-default-disabled-color: #dcdee5;
|
79
|
+
--link-primary-disabled-color: #a3c5fd;
|
80
|
+
--link-success-disabled-color: #94f5a4;
|
81
|
+
--link-warning-disabled-color: #ffd695;
|
82
|
+
--link-danger-disabled-color: #fd9c9c;
|
83
|
+
--message-color: var(--default-color);
|
84
|
+
--message-primary-bg-color: #f0f8ff;
|
85
|
+
--message-primary-border-color: #e1ecff;
|
86
|
+
--message-primary-shadow-color: #e1e8f4;
|
87
|
+
--message-warning-bg-color: #fff4e2;
|
88
|
+
--message-warning-border-color: #ffe8c3;
|
89
|
+
--message-warning-shadow-color: #ede6db;
|
90
|
+
--message-success-bg-color: #f2fff4;
|
91
|
+
--message-success-border-color: #dcffe2;
|
92
|
+
--message-success-shadow-color: #cef0d7;
|
93
|
+
--message-danger-bg-color: #ffeded;
|
94
|
+
--message-danger-border-color: #ffdddd;
|
95
|
+
--message-danger-shadow-color: #f6dada;
|
96
|
+
--slider-default-bg: #dcdee5;
|
97
|
+
--slider-disable-bar-bg: #979ba5;
|
98
|
+
--menu-bg-color: #182132;
|
99
|
+
--submenu-bg-color: #151d2c;
|
100
|
+
--menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
|
101
|
+
--menu-color: #96a2b9;
|
102
|
+
--menu-group-color: var(--default-color);
|
103
|
+
--menu-width: 260px;
|
104
|
+
--menu-collapse-width: 60px;
|
105
|
+
--menu-active-color: white;
|
106
|
+
--nav-header-bg-color: #182132;
|
107
|
+
--nav-bg-color: #182132;
|
108
|
+
--date-picker-disabled-bg: #fafbfd;
|
109
|
+
--date-picker-dropdown-mb: 4px;
|
110
|
+
--date-picker-dropdown-bg: #fff;
|
111
|
+
--table-bg-color: var(--white-color);
|
112
|
+
--table-border-color: #dcdee5;
|
113
|
+
--table-strip-color: #fafbfd;
|
114
|
+
--table-head-bg-color: #fafbfd;
|
115
|
+
--table-head-font-color: #313238;
|
116
|
+
--table-body-font-color: #63656e;
|
117
|
+
--table-row-hover-bg-color: #f5f7fa;
|
118
|
+
--table-row-active-bg-color: #f0f1f5;
|
119
|
+
--cascader-panel-border-color: #dcdee5;
|
120
|
+
--cascader-panel-hover: #f5f7fa;
|
121
|
+
--cascader-panel-active: #e1ecff;
|
122
|
+
--cascader-panel-disabled-bg: #fff;
|
123
|
+
--search-select-focus-border-color: var(--primary-color);
|
124
|
+
--search-select-focus-color: #3c96ff;
|
125
|
+
--search-select-font-color: var(--default-color);
|
126
|
+
--search-select-placeholder-color: var(--light-gray);
|
127
|
+
--search-select-message-color: var(--danger-color);
|
128
|
+
--search-select-menu-border-color: var(--disable-color);
|
129
|
+
--select-active-color: #e1ecff;
|
130
|
+
--select-hover-color: #f5f7fa;
|
131
|
+
}
|
2
132
|
@keyframes loading-scale-animate {
|
3
133
|
0% {
|
4
134
|
transform: scale(1);
|
@@ -74,13 +204,13 @@
|
|
74
204
|
.bk-search-select {
|
75
205
|
position: relative;
|
76
206
|
z-index: 9;
|
77
|
-
height:
|
207
|
+
height: var(--component-size-base);
|
78
208
|
overflow: inherit;
|
79
209
|
}
|
80
210
|
.bk-search-select .focus {
|
81
|
-
color:
|
211
|
+
color: var(--search-select-focus-color);
|
82
212
|
background: #fff !important;
|
83
|
-
border-color:
|
213
|
+
border-color: var(--search-select-focus-border-color) !important;
|
84
214
|
}
|
85
215
|
.bk-search-select .div-input {
|
86
216
|
height: 100%;
|
@@ -97,9 +227,9 @@
|
|
97
227
|
min-height: 30px;
|
98
228
|
overflow: hidden;
|
99
229
|
font-size: 12px;
|
100
|
-
color:
|
101
|
-
border:
|
102
|
-
border-radius:
|
230
|
+
color: var(--search-select-font-color);
|
231
|
+
border: var(--border-width-base) var(--border-style-base) var(--border-style-color);
|
232
|
+
border-radius: var(--border-radius-base);
|
103
233
|
outline: none;
|
104
234
|
box-sizing: border-box;
|
105
235
|
transition: border 0.2s linear;
|
@@ -110,9 +240,9 @@
|
|
110
240
|
}
|
111
241
|
.bk-search-select-container.is-focus {
|
112
242
|
overflow: auto;
|
113
|
-
color:
|
243
|
+
color: var(--search-select-focus-color);
|
114
244
|
background: #fff !important;
|
115
|
-
border-color:
|
245
|
+
border-color: var(--search-select-focus-border-color) !important;
|
116
246
|
}
|
117
247
|
.bk-search-select-container .search-prefix {
|
118
248
|
flex: 0 0 auto;
|
@@ -141,7 +271,7 @@
|
|
141
271
|
padding-left: 8px;
|
142
272
|
margin: 0 0 4px 6px;
|
143
273
|
line-height: 22px;
|
144
|
-
color:
|
274
|
+
color: var(--search-select-font-color);
|
145
275
|
background: #f0f1f5;
|
146
276
|
border-radius: 2px;
|
147
277
|
flex: 0 0 auto;
|
@@ -157,7 +287,7 @@
|
|
157
287
|
background: #dcdee5;
|
158
288
|
}
|
159
289
|
.bk-search-select-container .search-container-selected:hover .selected-clear {
|
160
|
-
color:
|
290
|
+
color: var(--search-select-font-color);
|
161
291
|
}
|
162
292
|
.bk-search-select-container .search-container-selected .selected-name {
|
163
293
|
display: inline-block;
|
@@ -187,17 +317,17 @@
|
|
187
317
|
min-width: 40px;
|
188
318
|
padding: 0 10px;
|
189
319
|
margin-top: -4px;
|
190
|
-
color:
|
320
|
+
color: var(--search-select-font-color);
|
191
321
|
border: none;
|
192
322
|
flex: 1;
|
193
323
|
}
|
194
324
|
.bk-search-select-container .search-container-input .input-before:before {
|
195
|
-
color:
|
325
|
+
color: var(--search-select-placeholder-color);
|
196
326
|
content: attr(data-placeholder);
|
197
327
|
}
|
198
328
|
.bk-search-select-container .search-container-input .input-after:after {
|
199
329
|
padding-left: 2px;
|
200
|
-
color:
|
330
|
+
color: var(--search-select-placeholder-color);
|
201
331
|
content: attr(data-tips);
|
202
332
|
}
|
203
333
|
.bk-search-select-container .search-container .selected-input {
|
@@ -207,7 +337,7 @@
|
|
207
337
|
min-width: 40px;
|
208
338
|
padding: 0 10px;
|
209
339
|
margin-top: -4px;
|
210
|
-
color:
|
340
|
+
color: var(--search-select-font-color);
|
211
341
|
border: none;
|
212
342
|
align-items: center;
|
213
343
|
}
|
@@ -215,7 +345,7 @@
|
|
215
345
|
position: absolute;
|
216
346
|
top: 0;
|
217
347
|
right: 0;
|
218
|
-
color:
|
348
|
+
color: var(--light-gray);
|
219
349
|
flex: 0 0 auto;
|
220
350
|
display: flex;
|
221
351
|
align-items: center;
|
@@ -227,7 +357,7 @@
|
|
227
357
|
height: 12px;
|
228
358
|
margin-right: 6px;
|
229
359
|
font-size: 12px;
|
230
|
-
color:
|
360
|
+
color: var(--light-gray);
|
231
361
|
align-items: center;
|
232
362
|
justify-content: center;
|
233
363
|
}
|
@@ -244,9 +374,9 @@
|
|
244
374
|
justify-content: center;
|
245
375
|
}
|
246
376
|
.bk-search-select-container .search-nextfix .search-nextfix-icon.is-focus {
|
247
|
-
color:
|
377
|
+
color: var(--search-select-focus-color);
|
248
378
|
background: #fff !important;
|
249
|
-
border-color:
|
379
|
+
border-color: var(--search-select-focus-border-color) !important;
|
250
380
|
}
|
251
381
|
.bk-search-select-container::-webkit-scrollbar {
|
252
382
|
width: 3px;
|
@@ -262,7 +392,7 @@
|
|
262
392
|
margin-top: 5px;
|
263
393
|
font-size: 12px;
|
264
394
|
line-height: 16px;
|
265
|
-
color:
|
395
|
+
color: var(--search-select-message-color);
|
266
396
|
align-items: center;
|
267
397
|
}
|
268
398
|
.bk-search-select-tips .select-tips {
|
@@ -279,7 +409,7 @@
|
|
279
409
|
display: flex;
|
280
410
|
min-width: 200px;
|
281
411
|
font-size: 12px;
|
282
|
-
color:
|
412
|
+
color: var(--search-select-font-color);
|
283
413
|
flex-direction: column;
|
284
414
|
}
|
285
415
|
.bk-search-select-menu .menu-list-mixin {
|
@@ -304,7 +434,7 @@
|
|
304
434
|
background-color: #f5f7fa;
|
305
435
|
}
|
306
436
|
.bk-search-select-menu .menu-disabled-mixin {
|
307
|
-
color:
|
437
|
+
color: var(--light-gray);
|
308
438
|
}
|
309
439
|
.bk-search-select-menu .menu-disabled-mixin:hover {
|
310
440
|
cursor: not-allowed;
|
@@ -313,7 +443,7 @@
|
|
313
443
|
.bk-search-select-menu .menu-header {
|
314
444
|
display: flex;
|
315
445
|
flex-direction: column;
|
316
|
-
border-bottom:
|
446
|
+
border-bottom: var(--border-width-base) var(--border-style-base) var(--border-style-color);
|
317
447
|
}
|
318
448
|
.bk-search-select-menu .menu-header-item {
|
319
449
|
display: flex;
|
@@ -333,7 +463,7 @@
|
|
333
463
|
background-color: #f5f7fa;
|
334
464
|
}
|
335
465
|
.bk-search-select-menu .menu-header-item.is-disabled {
|
336
|
-
color:
|
466
|
+
color: var(--light-gray);
|
337
467
|
}
|
338
468
|
.bk-search-select-menu .menu-header-item.is-disabled:hover {
|
339
469
|
cursor: not-allowed;
|
@@ -367,7 +497,6 @@
|
|
367
497
|
}
|
368
498
|
.bk-search-select-menu .menu-content {
|
369
499
|
display: flex;
|
370
|
-
max-height: 240px;
|
371
500
|
padding: 4px 0;
|
372
501
|
margin: 0;
|
373
502
|
overflow: auto;
|
@@ -394,7 +523,7 @@
|
|
394
523
|
}
|
395
524
|
.bk-search-select-menu .menu-content .menu-item .is-keyword {
|
396
525
|
display: inline-flex;
|
397
|
-
color:
|
526
|
+
color: var(--primary-color);
|
398
527
|
}
|
399
528
|
.bk-search-select-menu .menu-content .menu-item .is-selected {
|
400
529
|
display: flex;
|
@@ -402,35 +531,34 @@
|
|
402
531
|
height: 22px;
|
403
532
|
}
|
404
533
|
.bk-search-select-menu .menu-content .menu-item.is-hover {
|
405
|
-
color:
|
534
|
+
color: var(--primary-color);
|
406
535
|
background-color: #f5f7fa;
|
407
536
|
}
|
408
537
|
.bk-search-select-menu .menu-content .menu-item.is-hover .menu-name {
|
409
|
-
color:
|
538
|
+
color: var(--primary-color);
|
410
539
|
}
|
411
540
|
.bk-search-select-menu .menu-content .menu-item.is-disabled {
|
412
|
-
color:
|
541
|
+
color: var(--light-gray);
|
413
542
|
}
|
414
543
|
.bk-search-select-menu .menu-content .menu-item.is-disabled:hover {
|
415
544
|
cursor: not-allowed;
|
416
545
|
background-color: white;
|
417
546
|
}
|
418
547
|
.bk-search-select-menu .menu-content .menu-item.is-disabled .menu-name {
|
419
|
-
color:
|
548
|
+
color: var(--light-gray);
|
420
549
|
}
|
421
550
|
.bk-search-select-menu .menu-content .menu-item .menu-name {
|
422
551
|
display: flex;
|
423
|
-
max-width: 100px;
|
424
552
|
margin-right: 5px;
|
425
553
|
font-weight: bold;
|
426
|
-
color:
|
554
|
+
color: var(--search-select-font-color);
|
427
555
|
align-items: center;
|
428
556
|
}
|
429
557
|
.bk-search-select-menu .menu-footer {
|
430
558
|
display: flex;
|
431
559
|
width: 100%;
|
432
560
|
height: 32px;
|
433
|
-
border-top:
|
561
|
+
border-top: var(--border-width-base) var(--border-style-base) var(--search-select-menu-border-color);
|
434
562
|
align-items: center;
|
435
563
|
}
|
436
564
|
.bk-search-select-menu .menu-footer-btn {
|
@@ -441,14 +569,14 @@
|
|
441
569
|
height: 100%;
|
442
570
|
}
|
443
571
|
.bk-search-select-menu .menu-footer-btn:first-child {
|
444
|
-
border-right:
|
572
|
+
border-right: var(--border-width-base) var(--border-style-base) var(--search-select-menu-border-color);
|
445
573
|
}
|
446
574
|
.bk-search-select-menu .menu-footer-btn:hover {
|
447
|
-
color:
|
575
|
+
color: var(--primary-color);
|
448
576
|
cursor: pointer;
|
449
577
|
}
|
450
578
|
.bk-search-select-menu .menu-footer-btn.is-disabled {
|
451
|
-
color:
|
579
|
+
color: var(--light-gray);
|
452
580
|
}
|
453
581
|
.bk-search-select-menu .menu-footer-btn.is-disabled:hover {
|
454
582
|
cursor: not-allowed;
|