bkui-vue 2.0.1-beta.11 → 2.0.1-beta.111
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 +328 -442
- 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 +328 -442
- 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
@@ -17,11 +17,11 @@
|
|
17
17
|
}
|
18
18
|
|
19
19
|
.div-input {
|
20
|
+
flex: 1 1 auto;
|
20
21
|
height: 100%;
|
21
22
|
padding: 5px 0;
|
22
23
|
line-height: 20px;
|
23
24
|
word-break: break-all;
|
24
|
-
flex: 1 1 auto;
|
25
25
|
|
26
26
|
&:focus {
|
27
27
|
outline: none;
|
@@ -29,21 +29,21 @@
|
|
29
29
|
}
|
30
30
|
|
31
31
|
&-container {
|
32
|
+
box-sizing: border-box;
|
32
33
|
// position: relative;
|
33
34
|
display: flex;
|
35
|
+
flex-direction: row;
|
36
|
+
flex-wrap: wrap;
|
37
|
+
align-items: center;
|
34
38
|
min-height: 30px;
|
35
39
|
overflow: hidden;
|
36
40
|
font-size: 12px;
|
37
41
|
color: @search-select-font-color;
|
42
|
+
resize: none;
|
38
43
|
border: @border-width-base @border-style-base @border-style-color;
|
39
44
|
border-radius: @border-radius-base;
|
40
45
|
outline: none;
|
41
|
-
box-sizing: border-box;
|
42
46
|
transition: border 0.2s linear;
|
43
|
-
resize: none;
|
44
|
-
flex-direction: row;
|
45
|
-
align-items: center;
|
46
|
-
flex-wrap: wrap;
|
47
47
|
|
48
48
|
&.is-focus {
|
49
49
|
overflow: auto;
|
@@ -55,8 +55,8 @@
|
|
55
55
|
}
|
56
56
|
|
57
57
|
.search-prefix {
|
58
|
-
flex: 0 0 auto;
|
59
58
|
display: flex;
|
59
|
+
flex: 0 0 auto;
|
60
60
|
align-items: center;
|
61
61
|
height: 100%;
|
62
62
|
}
|
@@ -64,6 +64,9 @@
|
|
64
64
|
.search-container {
|
65
65
|
position: relative;
|
66
66
|
display: flex;
|
67
|
+
flex: 1;
|
68
|
+
flex-wrap: wrap;
|
69
|
+
align-items: center;
|
67
70
|
max-width: calc(100% - 42px);
|
68
71
|
min-height: 26px;
|
69
72
|
padding: 0 2px;
|
@@ -71,13 +74,12 @@
|
|
71
74
|
overflow: visible;
|
72
75
|
text-align: left;
|
73
76
|
transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
74
|
-
flex: 1;
|
75
|
-
flex-wrap: wrap;
|
76
|
-
align-items: center;
|
77
77
|
|
78
78
|
&-selected {
|
79
79
|
position: relative;
|
80
80
|
display: inline-block;
|
81
|
+
flex: 0 0 auto;
|
82
|
+
align-self: center;
|
81
83
|
max-width: 99%;
|
82
84
|
padding-left: 8px;
|
83
85
|
margin: 0 0 4px 6px;
|
@@ -85,8 +87,6 @@
|
|
85
87
|
color: @search-select-font-color;
|
86
88
|
background: #f0f1f5;
|
87
89
|
border-radius: 2px;
|
88
|
-
flex: 0 0 auto;
|
89
|
-
align-self: center;
|
90
90
|
|
91
91
|
&.hidden-selected {
|
92
92
|
visibility: hidden;
|
@@ -115,6 +115,8 @@
|
|
115
115
|
top: 4px;
|
116
116
|
right: 3px;
|
117
117
|
display: inline-flex;
|
118
|
+
align-items: center;
|
119
|
+
justify-content: center;
|
118
120
|
width: 14px;
|
119
121
|
height: 14px;
|
120
122
|
overflow: hidden;
|
@@ -123,24 +125,22 @@
|
|
123
125
|
color: #979ba5;
|
124
126
|
text-align: center;
|
125
127
|
cursor: pointer;
|
126
|
-
align-items: center;
|
127
|
-
justify-content: center;
|
128
128
|
}
|
129
129
|
}
|
130
130
|
|
131
131
|
&-input {
|
132
132
|
position: relative;
|
133
133
|
display: block;
|
134
|
-
|
134
|
+
flex: 1;
|
135
135
|
min-width: 40px;
|
136
|
+
height: 100%;
|
136
137
|
padding: 0 10px;
|
137
138
|
margin-top: -4px;
|
138
139
|
color: @search-select-font-color;
|
139
140
|
border: none;
|
140
|
-
flex: 1;
|
141
141
|
|
142
142
|
.input-before {
|
143
|
-
|
143
|
+
&::after {
|
144
144
|
color: @search-select-placeholder-color;
|
145
145
|
content: attr(data-placeholder);
|
146
146
|
}
|
@@ -158,13 +158,13 @@
|
|
158
158
|
.selected-input {
|
159
159
|
position: relative;
|
160
160
|
display: flex;
|
161
|
-
|
161
|
+
align-items: center;
|
162
162
|
min-width: 40px;
|
163
|
+
height: 100%;
|
163
164
|
padding: 0 10px;
|
164
165
|
margin-top: -4px;
|
165
166
|
color: @search-select-font-color;
|
166
167
|
border: none;
|
167
|
-
align-items: center;
|
168
168
|
}
|
169
169
|
}
|
170
170
|
|
@@ -173,19 +173,19 @@
|
|
173
173
|
top: 0;
|
174
174
|
right: 0;
|
175
175
|
display: flex;
|
176
|
-
color: @light-gray;
|
177
176
|
align-items: center;
|
177
|
+
color: @light-gray;
|
178
178
|
.search-prefix();
|
179
179
|
|
180
180
|
.search-clear {
|
181
181
|
display: flex;
|
182
|
+
align-items: center;
|
183
|
+
justify-content: center;
|
182
184
|
width: 12px;
|
183
185
|
height: 12px;
|
184
186
|
margin-right: 6px;
|
185
187
|
font-size: 12px;
|
186
188
|
color: @light-gray;
|
187
|
-
align-items: center;
|
188
|
-
justify-content: center;
|
189
189
|
|
190
190
|
&:hover {
|
191
191
|
color: #979ba5;
|
@@ -195,11 +195,11 @@
|
|
195
195
|
|
196
196
|
.search-nextfix-icon {
|
197
197
|
display: flex;
|
198
|
+
align-items: center;
|
199
|
+
justify-content: center;
|
198
200
|
margin-right: 8px;
|
199
201
|
font-size: 16px;
|
200
202
|
transition: color 0.2s linear;
|
201
|
-
align-items: center;
|
202
|
-
justify-content: center;
|
203
203
|
|
204
204
|
&.is-focus {
|
205
205
|
.focus();
|
@@ -221,31 +221,31 @@
|
|
221
221
|
|
222
222
|
&-tips {
|
223
223
|
display: flex;
|
224
|
+
align-items: center;
|
224
225
|
margin-top: 5px;
|
225
226
|
font-size: 12px;
|
226
227
|
line-height: 16px;
|
227
228
|
color: @search-select-message-color;
|
228
|
-
align-items: center;
|
229
229
|
|
230
230
|
.select-tips {
|
231
231
|
display: flex;
|
232
|
+
align-items: center;
|
233
|
+
justify-content: center;
|
232
234
|
width: 16px;
|
233
235
|
height: 16px;
|
234
236
|
margin-right: 5px;
|
235
237
|
overflow: hidden;
|
236
238
|
font-size: 16px;
|
237
|
-
align-items: center;
|
238
|
-
justify-content: center;
|
239
239
|
}
|
240
240
|
}
|
241
241
|
}
|
242
242
|
|
243
243
|
.@{search-select-name}-menu {
|
244
244
|
display: flex;
|
245
|
+
flex-direction: column;
|
245
246
|
min-width: 200px;
|
246
247
|
font-size: 12px;
|
247
248
|
color: @search-select-font-color;
|
248
|
-
flex-direction: column;
|
249
249
|
|
250
250
|
.menu-list-mixin {
|
251
251
|
display: flex;
|
@@ -254,16 +254,16 @@
|
|
254
254
|
|
255
255
|
.menu-item-mixin {
|
256
256
|
display: flex;
|
257
|
+
flex: 0 0 32px;
|
258
|
+
align-items: center;
|
257
259
|
width: 100%;
|
258
|
-
height: 32px;
|
259
260
|
max-width: 500px;
|
261
|
+
height: 32px;
|
260
262
|
padding: 0 8px;
|
261
263
|
overflow: hidden;
|
262
264
|
text-overflow: ellipsis;
|
263
265
|
white-space: nowrap;
|
264
266
|
outline: none;
|
265
|
-
align-items: center;
|
266
|
-
flex: 0 0 32px;
|
267
267
|
|
268
268
|
&:hover {
|
269
269
|
cursor: pointer;
|
@@ -300,17 +300,17 @@
|
|
300
300
|
|
301
301
|
.menu-condition {
|
302
302
|
display: flex;
|
303
|
+
flex: 0 0 64px;
|
304
|
+
flex-direction: column;
|
303
305
|
width: 64px;
|
304
306
|
padding: 8px 8px 2px 10px;
|
305
307
|
background-color: #f5f7fa;
|
306
|
-
flex-direction: column;
|
307
|
-
flex: 0 0 64px;
|
308
308
|
|
309
309
|
&-title {
|
310
310
|
display: flex;
|
311
|
+
align-items: center;
|
311
312
|
margin-bottom: 12px;
|
312
313
|
line-height: 24px;
|
313
|
-
align-items: center;
|
314
314
|
}
|
315
315
|
.@{bk-prefix}-radio {
|
316
316
|
width: 50px;
|
@@ -324,12 +324,12 @@
|
|
324
324
|
|
325
325
|
.menu-content {
|
326
326
|
display: flex;
|
327
|
-
|
327
|
+
flex: 1;
|
328
|
+
flex-direction: column;
|
329
|
+
// max-height: 240px;
|
328
330
|
padding: 4px 0;
|
329
331
|
margin: 0;
|
330
332
|
overflow: auto;
|
331
|
-
flex-direction: column;
|
332
|
-
flex: 1;
|
333
333
|
|
334
334
|
.menu-item {
|
335
335
|
.menu-item-mixin();
|
@@ -365,25 +365,25 @@
|
|
365
365
|
|
366
366
|
.menu-name {
|
367
367
|
display: flex;
|
368
|
-
|
368
|
+
align-items: center;
|
369
|
+
// max-width: 100px;
|
369
370
|
margin-right: 5px;
|
370
371
|
font-weight: bold;
|
371
372
|
color: @search-select-font-color;
|
372
|
-
align-items: center;
|
373
373
|
}
|
374
374
|
}
|
375
375
|
}
|
376
376
|
|
377
377
|
.menu-footer {
|
378
378
|
display: flex;
|
379
|
+
align-items: center;
|
379
380
|
width: 100%;
|
380
381
|
height: 32px;
|
381
382
|
border-top: @border-width-base @border-style-base @search-select-menu-border-color;
|
382
|
-
align-items: center;
|
383
383
|
|
384
384
|
&-btn {
|
385
|
-
flex: 1;
|
386
385
|
display: flex;
|
386
|
+
flex: 1;
|
387
387
|
align-items: center;
|
388
388
|
justify-content: center;
|
389
389
|
height: 100%;
|
@@ -110,6 +110,7 @@
|
|
110
110
|
--date-picker-dropdown-bg: #fff;
|
111
111
|
--table-bg-color: var(--white-color);
|
112
112
|
--table-border-color: #dcdee5;
|
113
|
+
--table-strip-color: #fafbfd;
|
113
114
|
--table-head-bg-color: #fafbfd;
|
114
115
|
--table-head-font-color: #313238;
|
115
116
|
--table-body-font-color: #63656E;
|
@@ -212,30 +213,30 @@
|
|
212
213
|
border-color: #3a84ff !important;
|
213
214
|
}
|
214
215
|
.bk-search-select .div-input {
|
216
|
+
flex: 1 1 auto;
|
215
217
|
height: 100%;
|
216
218
|
padding: 5px 0;
|
217
219
|
line-height: 20px;
|
218
220
|
word-break: break-all;
|
219
|
-
flex: 1 1 auto;
|
220
221
|
}
|
221
222
|
.bk-search-select .div-input:focus {
|
222
223
|
outline: none;
|
223
224
|
}
|
224
225
|
.bk-search-select-container {
|
226
|
+
box-sizing: border-box;
|
225
227
|
display: flex;
|
228
|
+
flex-direction: row;
|
229
|
+
flex-wrap: wrap;
|
230
|
+
align-items: center;
|
226
231
|
min-height: 30px;
|
227
232
|
overflow: hidden;
|
228
233
|
font-size: 12px;
|
229
234
|
color: #63656e;
|
235
|
+
resize: none;
|
230
236
|
border: 1px solid #c4c6cc;
|
231
237
|
border-radius: 2px;
|
232
238
|
outline: none;
|
233
|
-
box-sizing: border-box;
|
234
239
|
transition: border 0.2s linear;
|
235
|
-
resize: none;
|
236
|
-
flex-direction: row;
|
237
|
-
align-items: center;
|
238
|
-
flex-wrap: wrap;
|
239
240
|
}
|
240
241
|
.bk-search-select-container.is-focus {
|
241
242
|
overflow: auto;
|
@@ -244,14 +245,17 @@
|
|
244
245
|
border-color: #3a84ff !important;
|
245
246
|
}
|
246
247
|
.bk-search-select-container .search-prefix {
|
247
|
-
flex: 0 0 auto;
|
248
248
|
display: flex;
|
249
|
+
flex: 0 0 auto;
|
249
250
|
align-items: center;
|
250
251
|
height: 100%;
|
251
252
|
}
|
252
253
|
.bk-search-select-container .search-container {
|
253
254
|
position: relative;
|
254
255
|
display: flex;
|
256
|
+
flex: 1;
|
257
|
+
flex-wrap: wrap;
|
258
|
+
align-items: center;
|
255
259
|
max-width: calc(100% - 42px);
|
256
260
|
min-height: 26px;
|
257
261
|
padding: 0 2px;
|
@@ -259,13 +263,12 @@
|
|
259
263
|
overflow: visible;
|
260
264
|
text-align: left;
|
261
265
|
transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
262
|
-
flex: 1;
|
263
|
-
flex-wrap: wrap;
|
264
|
-
align-items: center;
|
265
266
|
}
|
266
267
|
.bk-search-select-container .search-container-selected {
|
267
268
|
position: relative;
|
268
269
|
display: inline-block;
|
270
|
+
flex: 0 0 auto;
|
271
|
+
align-self: center;
|
269
272
|
max-width: 99%;
|
270
273
|
padding-left: 8px;
|
271
274
|
margin: 0 0 4px 6px;
|
@@ -273,8 +276,6 @@
|
|
273
276
|
color: #63656e;
|
274
277
|
background: #f0f1f5;
|
275
278
|
border-radius: 2px;
|
276
|
-
flex: 0 0 auto;
|
277
|
-
align-self: center;
|
278
279
|
}
|
279
280
|
.bk-search-select-container .search-container-selected.hidden-selected {
|
280
281
|
visibility: hidden;
|
@@ -298,6 +299,8 @@
|
|
298
299
|
top: 4px;
|
299
300
|
right: 3px;
|
300
301
|
display: inline-flex;
|
302
|
+
align-items: center;
|
303
|
+
justify-content: center;
|
301
304
|
width: 14px;
|
302
305
|
height: 14px;
|
303
306
|
overflow: hidden;
|
@@ -306,21 +309,19 @@
|
|
306
309
|
color: #979ba5;
|
307
310
|
text-align: center;
|
308
311
|
cursor: pointer;
|
309
|
-
align-items: center;
|
310
|
-
justify-content: center;
|
311
312
|
}
|
312
313
|
.bk-search-select-container .search-container-input {
|
313
314
|
position: relative;
|
314
315
|
display: block;
|
315
|
-
|
316
|
+
flex: 1;
|
316
317
|
min-width: 40px;
|
318
|
+
height: 100%;
|
317
319
|
padding: 0 10px;
|
318
320
|
margin-top: -4px;
|
319
321
|
color: #63656e;
|
320
322
|
border: none;
|
321
|
-
flex: 1;
|
322
323
|
}
|
323
|
-
.bk-search-select-container .search-container-input .input-before
|
324
|
+
.bk-search-select-container .search-container-input .input-before::after {
|
324
325
|
color: #c4c6cc;
|
325
326
|
content: attr(data-placeholder);
|
326
327
|
}
|
@@ -332,33 +333,33 @@
|
|
332
333
|
.bk-search-select-container .search-container .selected-input {
|
333
334
|
position: relative;
|
334
335
|
display: flex;
|
335
|
-
|
336
|
+
align-items: center;
|
336
337
|
min-width: 40px;
|
338
|
+
height: 100%;
|
337
339
|
padding: 0 10px;
|
338
340
|
margin-top: -4px;
|
339
341
|
color: #63656e;
|
340
342
|
border: none;
|
341
|
-
align-items: center;
|
342
343
|
}
|
343
344
|
.bk-search-select-container .search-nextfix {
|
344
345
|
position: absolute;
|
345
346
|
top: 0;
|
346
347
|
right: 0;
|
347
348
|
color: #c4c6cc;
|
348
|
-
flex: 0 0 auto;
|
349
349
|
display: flex;
|
350
|
+
flex: 0 0 auto;
|
350
351
|
align-items: center;
|
351
352
|
height: 100%;
|
352
353
|
}
|
353
354
|
.bk-search-select-container .search-nextfix .search-clear {
|
354
355
|
display: flex;
|
356
|
+
align-items: center;
|
357
|
+
justify-content: center;
|
355
358
|
width: 12px;
|
356
359
|
height: 12px;
|
357
360
|
margin-right: 6px;
|
358
361
|
font-size: 12px;
|
359
362
|
color: #c4c6cc;
|
360
|
-
align-items: center;
|
361
|
-
justify-content: center;
|
362
363
|
}
|
363
364
|
.bk-search-select-container .search-nextfix .search-clear:hover {
|
364
365
|
color: #979ba5;
|
@@ -366,11 +367,11 @@
|
|
366
367
|
}
|
367
368
|
.bk-search-select-container .search-nextfix .search-nextfix-icon {
|
368
369
|
display: flex;
|
370
|
+
align-items: center;
|
371
|
+
justify-content: center;
|
369
372
|
margin-right: 8px;
|
370
373
|
font-size: 16px;
|
371
374
|
transition: color 0.2s linear;
|
372
|
-
align-items: center;
|
373
|
-
justify-content: center;
|
374
375
|
}
|
375
376
|
.bk-search-select-container .search-nextfix .search-nextfix-icon.is-focus {
|
376
377
|
color: #3c96ff;
|
@@ -388,28 +389,28 @@
|
|
388
389
|
}
|
389
390
|
.bk-search-select-tips {
|
390
391
|
display: flex;
|
392
|
+
align-items: center;
|
391
393
|
margin-top: 5px;
|
392
394
|
font-size: 12px;
|
393
395
|
line-height: 16px;
|
394
396
|
color: #ea3636;
|
395
|
-
align-items: center;
|
396
397
|
}
|
397
398
|
.bk-search-select-tips .select-tips {
|
398
399
|
display: flex;
|
400
|
+
align-items: center;
|
401
|
+
justify-content: center;
|
399
402
|
width: 16px;
|
400
403
|
height: 16px;
|
401
404
|
margin-right: 5px;
|
402
405
|
overflow: hidden;
|
403
406
|
font-size: 16px;
|
404
|
-
align-items: center;
|
405
|
-
justify-content: center;
|
406
407
|
}
|
407
408
|
.bk-search-select-menu {
|
408
409
|
display: flex;
|
410
|
+
flex-direction: column;
|
409
411
|
min-width: 200px;
|
410
412
|
font-size: 12px;
|
411
413
|
color: #63656e;
|
412
|
-
flex-direction: column;
|
413
414
|
}
|
414
415
|
.bk-search-select-menu .menu-list-mixin {
|
415
416
|
display: flex;
|
@@ -417,16 +418,16 @@
|
|
417
418
|
}
|
418
419
|
.bk-search-select-menu .menu-item-mixin {
|
419
420
|
display: flex;
|
421
|
+
flex: 0 0 32px;
|
422
|
+
align-items: center;
|
420
423
|
width: 100%;
|
421
|
-
height: 32px;
|
422
424
|
max-width: 500px;
|
425
|
+
height: 32px;
|
423
426
|
padding: 0 8px;
|
424
427
|
overflow: hidden;
|
425
428
|
text-overflow: ellipsis;
|
426
429
|
white-space: nowrap;
|
427
430
|
outline: none;
|
428
|
-
align-items: center;
|
429
|
-
flex: 0 0 32px;
|
430
431
|
}
|
431
432
|
.bk-search-select-menu .menu-item-mixin:hover {
|
432
433
|
cursor: pointer;
|
@@ -446,16 +447,16 @@
|
|
446
447
|
}
|
447
448
|
.bk-search-select-menu .menu-header-item {
|
448
449
|
display: flex;
|
450
|
+
flex: 0 0 32px;
|
451
|
+
align-items: center;
|
449
452
|
width: 100%;
|
450
|
-
height: 32px;
|
451
453
|
max-width: 500px;
|
454
|
+
height: 32px;
|
452
455
|
padding: 0 8px;
|
453
456
|
overflow: hidden;
|
454
457
|
text-overflow: ellipsis;
|
455
458
|
white-space: nowrap;
|
456
459
|
outline: none;
|
457
|
-
align-items: center;
|
458
|
-
flex: 0 0 32px;
|
459
460
|
}
|
460
461
|
.bk-search-select-menu .menu-header-item:hover {
|
461
462
|
cursor: pointer;
|
@@ -475,17 +476,17 @@
|
|
475
476
|
}
|
476
477
|
.bk-search-select-menu .menu-content-wrapper .menu-condition {
|
477
478
|
display: flex;
|
479
|
+
flex: 0 0 64px;
|
480
|
+
flex-direction: column;
|
478
481
|
width: 64px;
|
479
482
|
padding: 8px 8px 2px 10px;
|
480
483
|
background-color: #f5f7fa;
|
481
|
-
flex-direction: column;
|
482
|
-
flex: 0 0 64px;
|
483
484
|
}
|
484
485
|
.bk-search-select-menu .menu-content-wrapper .menu-condition-title {
|
485
486
|
display: flex;
|
487
|
+
align-items: center;
|
486
488
|
margin-bottom: 12px;
|
487
489
|
line-height: 24px;
|
488
|
-
align-items: center;
|
489
490
|
}
|
490
491
|
.bk-search-select-menu .menu-content-wrapper .menu-condition .bk-radio {
|
491
492
|
width: 50px;
|
@@ -496,25 +497,24 @@
|
|
496
497
|
}
|
497
498
|
.bk-search-select-menu .menu-content {
|
498
499
|
display: flex;
|
499
|
-
|
500
|
+
flex: 1;
|
501
|
+
flex-direction: column;
|
500
502
|
padding: 4px 0;
|
501
503
|
margin: 0;
|
502
504
|
overflow: auto;
|
503
|
-
flex-direction: column;
|
504
|
-
flex: 1;
|
505
505
|
}
|
506
506
|
.bk-search-select-menu .menu-content .menu-item {
|
507
507
|
display: flex;
|
508
|
+
flex: 0 0 32px;
|
509
|
+
align-items: center;
|
508
510
|
width: 100%;
|
509
|
-
height: 32px;
|
510
511
|
max-width: 500px;
|
512
|
+
height: 32px;
|
511
513
|
padding: 0 8px;
|
512
514
|
overflow: hidden;
|
513
515
|
text-overflow: ellipsis;
|
514
516
|
white-space: nowrap;
|
515
517
|
outline: none;
|
516
|
-
align-items: center;
|
517
|
-
flex: 0 0 32px;
|
518
518
|
white-space: pre;
|
519
519
|
}
|
520
520
|
.bk-search-select-menu .menu-content .menu-item:hover {
|
@@ -549,22 +549,21 @@
|
|
549
549
|
}
|
550
550
|
.bk-search-select-menu .menu-content .menu-item .menu-name {
|
551
551
|
display: flex;
|
552
|
-
|
552
|
+
align-items: center;
|
553
553
|
margin-right: 5px;
|
554
554
|
font-weight: bold;
|
555
555
|
color: #63656e;
|
556
|
-
align-items: center;
|
557
556
|
}
|
558
557
|
.bk-search-select-menu .menu-footer {
|
559
558
|
display: flex;
|
559
|
+
align-items: center;
|
560
560
|
width: 100%;
|
561
561
|
height: 32px;
|
562
562
|
border-top: 1px solid #dcdee5;
|
563
|
-
align-items: center;
|
564
563
|
}
|
565
564
|
.bk-search-select-menu .menu-footer-btn {
|
566
|
-
flex: 1;
|
567
565
|
display: flex;
|
566
|
+
flex: 1;
|
568
567
|
align-items: center;
|
569
568
|
justify-content: center;
|
570
569
|
height: 100%;
|