bkui-vue 0.0.2-beta.1 → 0.0.2-beta.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +143 -161
- package/dist/index.esm.js +19198 -21160
- package/dist/index.umd.js +143 -161
- package/dist/locale/en.esm.js +1 -1
- package/dist/locale/en.esm.js.map +1 -1
- package/dist/locale/en.umd.js +1 -1
- package/dist/locale/en.umd.js.map +1 -1
- package/dist/locale/zh-cn.esm.js +1 -1
- package/dist/locale/zh-cn.esm.js.map +1 -1
- package/dist/locale/zh-cn.umd.js +1 -1
- package/dist/locale/zh-cn.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.css +122 -0
- package/lib/affix/affix.d.ts +1 -1
- package/lib/affix/affix.variable.css +245 -1
- package/lib/affix/index.d.ts +4 -4
- package/lib/affix/index.js +321 -1
- package/lib/alert/alert.css +133 -3
- package/lib/alert/alert.d.ts +5 -5
- package/lib/alert/alert.less +129 -119
- package/lib/alert/alert.variable.css +253 -1
- package/lib/alert/index.d.ts +10 -10
- package/lib/alert/index.js +214 -1
- package/lib/animate-number/index.d.ts +1 -1
- package/lib/animate-number/index.js +155 -1
- package/lib/backtop/backtop.css +133 -11
- package/lib/backtop/backtop.less +3 -1
- package/lib/backtop/backtop.variable.css +375 -9
- package/lib/backtop/index.d.ts +1 -1
- package/lib/backtop/index.js +188 -1
- package/lib/badge/badge.css +148 -26
- package/lib/badge/badge.d.ts +3 -2
- package/lib/badge/badge.variable.css +245 -1
- package/lib/badge/index.d.ts +10 -7
- package/lib/badge/index.js +235 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb.css +131 -9
- package/lib/breadcrumb/breadcrumb.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb.variable.css +376 -10
- package/lib/breadcrumb/index.d.ts +6 -6
- package/lib/breadcrumb/index.js +309 -1
- package/lib/button/button-group.d.ts +2 -2
- package/lib/button/button.css +257 -115
- package/lib/button/button.less +105 -94
- package/lib/button/button.variable.css +265 -1
- package/lib/button/index.d.ts +4 -4
- package/lib/button/index.js +321 -1
- package/lib/card/card.css +130 -8
- package/lib/card/card.d.ts +1 -1
- package/lib/card/card.variable.css +375 -9
- package/lib/card/index.d.ts +4 -4
- package/lib/card/index.js +285 -1
- package/lib/cascader/cascader-panel.d.ts +1 -0
- package/lib/cascader/cascader.css +149 -27
- package/lib/cascader/cascader.d.ts +2 -12
- package/lib/cascader/cascader.less +4 -4
- package/lib/cascader/cascader.variable.css +394 -28
- package/lib/cascader/index.d.ts +9 -20
- package/lib/cascader/index.js +2036 -2
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/checkbox-group.d.ts +8 -3
- package/lib/checkbox/checkbox.css +131 -9
- package/lib/checkbox/checkbox.d.ts +14 -12
- package/lib/checkbox/checkbox.variable.css +245 -1
- package/lib/checkbox/index.d.ts +42 -31
- package/lib/checkbox/index.js +545 -1
- package/lib/code-diff/code-diff.css +122 -0
- package/lib/code-diff/code-diff.variable.css +245 -1
- package/lib/code-diff/index.d.ts +1 -1
- package/lib/code-diff/index.js +5501 -1
- package/lib/collapse/collapse.css +123 -1
- package/lib/collapse/collapse.variable.css +245 -1
- package/lib/collapse/index.d.ts +2 -2
- package/lib/collapse/index.js +570 -1
- package/lib/collapse-transition/collapse-transition.css +122 -0
- package/lib/collapse-transition/collapse-transition.d.ts +1 -0
- package/lib/collapse-transition/collapse-transition.variable.css +245 -1
- package/lib/collapse-transition/index.d.ts +128 -2
- package/lib/collapse-transition/index.js +177 -1
- package/lib/color-picker/color-picker.css +122 -0
- package/lib/color-picker/color-picker.d.ts +17 -1
- package/lib/color-picker/color-picker.variable.css +245 -1
- package/lib/color-picker/components/recommend-colors.d.ts +16 -0
- package/lib/color-picker/index.d.ts +22 -4
- package/lib/color-picker/index.js +2665 -1
- package/lib/components.d.ts +1 -1
- package/lib/components.js +530 -1
- package/lib/config-provider/config-provider.css +122 -0
- package/lib/config-provider/config-provider.d.ts +3 -0
- package/lib/config-provider/config-provider.variable.css +245 -1
- package/lib/config-provider/index.d.ts +5 -1
- package/lib/config-provider/index.js +365 -1
- package/lib/config-provider/token.d.ts +1 -0
- package/lib/config-provider/use-global-config.d.ts +2 -0
- package/lib/config-provider/use-prefix.d.ts +2 -0
- package/lib/container/container.css +126 -4
- package/lib/container/container.variable.css +371 -5
- package/lib/container/index.d.ts +2 -2
- package/lib/container/index.js +391 -1
- package/lib/date-picker/base/confirm.d.ts +1 -0
- package/lib/date-picker/base/date-table.d.ts +1 -0
- package/lib/date-picker/base/month-table.d.ts +1 -0
- package/lib/date-picker/base/picker-dropdown.d.ts +1 -0
- package/lib/date-picker/base/time-spinner.d.ts +2 -1
- package/lib/date-picker/base/year-table.d.ts +1 -0
- package/lib/date-picker/date-picker.css +139 -17
- package/lib/date-picker/date-picker.d.ts +6 -3
- package/lib/date-picker/date-picker.variable.css +245 -1
- package/lib/date-picker/index.d.ts +21 -11
- package/lib/date-picker/index.js +5555 -1
- package/lib/date-picker/panel/date-range.d.ts +3 -1
- package/lib/date-picker/panel/date.d.ts +1 -0
- package/lib/date-picker/panel/time-range.d.ts +3 -2
- package/lib/date-picker/panel/time.d.ts +3 -2
- package/lib/date-picker/time-picker.d.ts +4 -3
- package/lib/dialog/dialog.css +133 -9
- package/lib/dialog/dialog.d.ts +4 -3
- package/lib/dialog/dialog.variable.css +378 -10
- package/lib/dialog/index.d.ts +11 -8
- package/lib/dialog/index.js +975 -2
- package/lib/dialog/props.d.ts +1 -1
- package/lib/directives/index.js +1385 -2
- package/lib/directives/tooltips.d.ts +3 -2
- package/lib/dist.index.js +87 -1
- package/lib/divider/divider.css +125 -3
- package/lib/divider/divider.less +3 -4
- package/lib/divider/divider.variable.css +245 -1
- package/lib/divider/index.d.ts +1 -1
- package/lib/divider/index.js +169 -1
- package/lib/dropdown/dropdown.css +123 -0
- package/lib/dropdown/dropdown.d.ts +1 -1
- package/lib/dropdown/dropdown.variable.css +368 -1
- package/lib/dropdown/index.d.ts +7 -7
- package/lib/dropdown/index.js +369 -1
- package/lib/exception/exception.css +122 -0
- package/lib/exception/exception.variable.css +245 -1
- package/lib/exception/index.d.ts +2 -2
- package/lib/exception/index.js +385 -1
- package/lib/fixed-navbar/fixed-navbar.css +126 -4
- package/lib/fixed-navbar/fixed-navbar.variable.css +245 -1
- package/lib/fixed-navbar/index.d.ts +1 -1
- package/lib/fixed-navbar/index.js +154 -1
- package/lib/form/form.css +122 -0
- package/lib/form/form.variable.css +245 -1
- package/lib/form/index.d.ts +3 -3
- package/lib/form/index.js +952 -1
- package/lib/hooks.d.ts +1 -1
- package/lib/hooks.js +73 -1
- package/lib/icon/angle-double-down-line.js +191 -1
- package/lib/icon/angle-double-left-line.js +191 -1
- package/lib/icon/angle-double-left.js +191 -1
- package/lib/icon/angle-double-right-line.js +191 -1
- package/lib/icon/angle-double-right.js +191 -1
- package/lib/icon/angle-double-up-line.js +191 -1
- package/lib/icon/angle-down-fill.js +191 -1
- package/lib/icon/angle-down-line.js +191 -1
- package/lib/icon/angle-down.js +191 -1
- package/lib/icon/angle-left.js +191 -1
- package/lib/icon/angle-right.js +191 -1
- package/lib/icon/angle-up-fill.js +191 -1
- package/lib/icon/angle-up.js +191 -1
- package/lib/icon/archive-fill.js +191 -1
- package/lib/icon/arrows-left.js +191 -1
- package/lib/icon/arrows-right.js +191 -1
- package/lib/icon/assistant.d.ts +4 -0
- package/lib/icon/assistant.js +191 -0
- package/lib/icon/audio-fill.js +191 -1
- package/lib/icon/bk.js +191 -1
- package/lib/icon/circle.js +191 -1
- package/lib/icon/close-line.js +191 -1
- package/lib/icon/close.js +191 -1
- package/lib/icon/code.js +191 -1
- package/lib/icon/cog-shape.js +191 -1
- package/lib/icon/collapse-left.js +191 -1
- package/lib/icon/copy-shape.js +191 -1
- package/lib/icon/copy.js +191 -1
- package/lib/icon/data-shape.js +191 -1
- package/lib/icon/del.js +191 -1
- package/lib/icon/doc-fill.js +191 -1
- package/lib/icon/done.js +191 -1
- package/lib/icon/down-shape.js +191 -1
- package/lib/icon/down-small.js +191 -1
- package/lib/icon/edit-line.js +191 -1
- package/lib/icon/ellipsis.js +191 -1
- package/lib/icon/enlarge-line.js +191 -1
- package/lib/icon/error.js +191 -1
- package/lib/icon/excel-fill.js +191 -1
- package/lib/icon/exclamation-circle-shape.js +191 -1
- package/lib/icon/eye.js +191 -1
- package/lib/icon/filliscreen-line.js +191 -1
- package/lib/icon/fix-line.js +191 -1
- package/lib/icon/fix-shape.js +191 -1
- package/lib/icon/folder-open.js +191 -1
- package/lib/icon/folder-shape-open.js +191 -1
- package/lib/icon/folder-shape.js +191 -1
- package/lib/icon/folder.js +191 -1
- package/lib/icon/funnel.js +191 -1
- package/lib/icon/help-document-fill.js +191 -1
- package/lib/icon/help-fill.js +191 -1
- package/lib/icon/help.js +191 -1
- package/lib/icon/image-fill.js +276 -1
- package/lib/icon/img-error.js +276 -1
- package/lib/icon/img-placehoulder.js +276 -1
- package/lib/icon/index.d.ts +1 -0
- package/lib/icon/index.js +2399 -1
- package/lib/icon/info-line.js +276 -1
- package/lib/icon/info.js +276 -1
- package/lib/icon/left-shape.js +276 -1
- package/lib/icon/left-turn-line.js +276 -1
- package/lib/icon/narrow-line.js +276 -1
- package/lib/icon/original.js +276 -1
- package/lib/icon/pdf-fill.js +276 -1
- package/lib/icon/play-shape.js +276 -1
- package/lib/icon/plus.js +276 -1
- package/lib/icon/ppt-fill.js +276 -1
- package/lib/icon/qq.js +276 -1
- package/lib/icon/right-shape.js +276 -1
- package/lib/icon/right-turn-line.js +276 -1
- package/lib/icon/search.js +276 -1
- package/lib/icon/share.js +276 -1
- package/lib/icon/spinner.js +276 -1
- package/lib/icon/success.js +276 -1
- package/lib/icon/switcher-loading.js +276 -1
- package/lib/icon/text-file.js +276 -1
- package/lib/icon/text-fill.js +276 -1
- package/lib/icon/transfer.js +276 -1
- package/lib/icon/tree-application-shape.js +276 -1
- package/lib/icon/unfull-screen.js +276 -1
- package/lib/icon/unvisible.js +276 -1
- package/lib/icon/up-shape.js +276 -1
- package/lib/icon/upload.js +276 -1
- package/lib/icon/video-fill.js +276 -1
- package/lib/icon/warn.js +276 -1
- package/lib/icon/weixin-pro.js +276 -1
- package/lib/icon/weixin.js +276 -1
- package/lib/image/image-viewer.css +122 -0
- package/lib/image/image-viewer.less +5 -3
- package/lib/image/image-viewer.variable.css +366 -0
- package/lib/image/image.css +264 -0
- package/lib/image/image.d.ts +0 -1
- package/lib/image/image.less +4 -1
- package/lib/image/image.variable.css +630 -0
- package/lib/image/index.d.ts +1 -1
- package/lib/image/index.js +641 -1
- package/lib/index.js +97 -1
- package/lib/info-box/index.js +1165 -2
- package/lib/info-box/info-box.css +124 -0
- package/lib/info-box/info-box.d.ts +4 -0
- package/lib/info-box/info-box.less +2 -1
- package/lib/info-box/info-box.variable.css +247 -1
- package/lib/input/index.d.ts +153 -57
- package/lib/input/index.js +1226 -1
- package/lib/input/input.css +222 -72
- package/lib/input/input.d.ts +104 -15
- package/lib/input/input.less +53 -14
- package/lib/input/input.variable.css +467 -73
- package/lib/input/util.d.ts +6 -0
- package/lib/link/index.d.ts +7 -4
- package/lib/link/index.js +160 -1
- package/lib/link/link.css +138 -16
- package/lib/link/link.d.ts +2 -1
- package/lib/link/link.variable.css +245 -1
- package/lib/loading/index.d.ts +2 -2
- package/lib/loading/index.js +381 -1
- package/lib/loading/loading.css +142 -20
- package/lib/loading/loading.variable.css +387 -21
- package/lib/locale/index.js +465 -1
- package/lib/locale/lang/en.d.ts +1 -0
- package/lib/menu/index.d.ts +2 -2
- package/lib/menu/index.js +724 -1
- package/lib/menu/menu.css +144 -22
- package/lib/menu/menu.variable.css +389 -23
- package/lib/menu/submenu.css +122 -0
- package/lib/menu/submenu.variable.css +245 -1
- package/lib/message/index.d.ts +0 -1
- package/lib/message/index.js +1795 -2
- package/lib/message/message.css +176 -30
- package/lib/message/message.less +81 -57
- package/lib/message/message.variable.css +278 -10
- package/lib/message/messageConstructor.d.ts +32 -9
- package/lib/modal/index.d.ts +10 -10
- package/lib/modal/index.js +396 -1
- package/lib/modal/modal.css +124 -0
- package/lib/modal/modal.d.ts +3 -3
- package/lib/modal/modal.variable.css +369 -1
- package/lib/modal/props.mixin.d.ts +1 -1
- package/lib/navigation/index.d.ts +4 -1
- package/lib/navigation/index.js +367 -1
- package/lib/navigation/navigation.css +124 -2
- package/lib/navigation/navigation.d.ts +1 -0
- package/lib/navigation/navigation.variable.css +245 -1
- package/lib/notify/index.d.ts +0 -1
- package/lib/notify/index.js +397 -1
- package/lib/notify/notify.css +129 -7
- package/lib/notify/notify.variable.css +245 -1
- package/lib/notify/notifyConstructor.d.ts +1 -1
- package/lib/overflow-title/components/overflow-title.d.ts +257 -1
- package/lib/overflow-title/index.d.ts +387 -2
- package/lib/overflow-title/index.js +461 -1
- package/lib/overflow-title/props.d.ts +129 -0
- package/lib/pagination/index.d.ts +9 -9
- package/lib/pagination/index.js +880 -1
- package/lib/pagination/pagination.css +123 -1
- package/lib/pagination/pagination.d.ts +4 -4
- package/lib/pagination/pagination.variable.css +245 -1
- package/lib/plugin-popover/index.js +3905 -1
- package/lib/plugins/index.js +63 -1
- package/lib/pop-confirm/index.d.ts +1 -1
- package/lib/pop-confirm/index.js +273 -1
- package/lib/pop-confirm/pop-confirm.css +122 -0
- package/lib/pop-confirm/pop-confirm.less +9 -8
- package/lib/pop-confirm/pop-confirm.variable.css +245 -1
- package/lib/popover/const.d.ts +22 -9
- package/lib/popover/content.d.ts +34 -0
- package/lib/popover/index.d.ts +158 -73
- package/lib/popover/index.js +3913 -1
- package/lib/popover/popover.css +123 -0
- package/lib/popover/popover.d.ts +66 -30
- package/lib/popover/popover.less +3 -2
- package/lib/popover/popover.variable.css +246 -1
- package/lib/popover/props.d.ts +30 -7
- package/lib/popover/use-floating.d.ts +2 -2
- package/lib/popover/use-popover-init.d.ts +2 -1
- package/lib/popover2/index.d.ts +1 -1
- package/lib/popover2/index.js +107 -1
- package/lib/preset.d.ts +2 -0
- package/lib/preset.js +93 -1
- package/lib/process/index.d.ts +1 -1
- package/lib/process/index.js +759 -2
- package/lib/process/process.css +135 -13
- package/lib/process/process.variable.css +245 -1
- package/lib/progress/index.d.ts +8 -8
- package/lib/progress/index.js +431 -1
- package/lib/progress/progress.css +130 -8
- package/lib/progress/progress.d.ts +4 -4
- package/lib/progress/progress.variable.css +375 -9
- package/lib/radio/index.d.ts +26 -26
- package/lib/radio/index.js +627 -1
- package/lib/radio/radio-button.d.ts +7 -7
- package/lib/radio/radio-group.d.ts +5 -5
- package/lib/radio/radio.css +153 -31
- package/lib/radio/radio.d.ts +4 -4
- package/lib/radio/radio.less +1 -1
- package/lib/radio/radio.variable.css +245 -1
- package/lib/rate/index.d.ts +12 -8
- package/lib/rate/index.js +338 -1
- package/lib/rate/rate.css +122 -0
- package/lib/rate/rate.d.ts +4 -3
- package/lib/rate/rate.less +5 -3
- package/lib/rate/rate.variable.css +366 -0
- package/lib/rate/star.css +122 -0
- package/lib/rate/star.less +6 -4
- package/lib/rate/star.variable.css +366 -0
- package/lib/resize-layout/index.d.ts +4 -4
- package/lib/resize-layout/index.js +429 -1
- package/lib/resize-layout/resize-layout.css +134 -0
- package/lib/resize-layout/resize-layout.d.ts +1 -1
- package/lib/resize-layout/resize-layout.less +12 -0
- package/lib/resize-layout/resize-layout.variable.css +257 -1
- package/lib/search-select/index.d.ts +62 -29
- package/lib/search-select/index.js +2729 -2
- package/lib/search-select/input.d.ts +5 -1
- package/lib/search-select/menu.d.ts +33 -2
- package/lib/search-select/search-select.css +193 -53
- package/lib/search-select/search-select.d.ts +23 -20
- package/lib/search-select/search-select.less +35 -14
- package/lib/search-select/search-select.variable.css +438 -54
- package/lib/search-select/selected.d.ts +5 -1
- package/lib/search-select/utils.d.ts +13 -5
- package/lib/select/common.d.ts +1 -0
- package/lib/select/index.d.ts +224 -111
- package/lib/select/index.js +2254 -2
- package/lib/select/option.d.ts +12 -0
- package/lib/select/optionGroup.d.ts +1 -0
- package/lib/select/select.css +159 -29
- package/lib/select/select.d.ts +94 -51
- package/lib/select/select.less +11 -1
- package/lib/select/select.variable.css +380 -6
- package/lib/select/selectTagInput.d.ts +9 -5
- package/lib/shared/helper.d.ts +1 -1
- package/lib/shared/index.js +2689 -1
- package/lib/shared/mask-manager.d.ts +3 -4
- package/lib/shared/pop-manager.d.ts +6 -2
- package/lib/shared/popover.d.ts +2 -2
- package/lib/shared/vue-types.d.ts +5 -4
- package/lib/sideslider/index.d.ts +8 -8
- package/lib/sideslider/index.js +714 -2
- package/lib/sideslider/sideslider.css +123 -1
- package/lib/sideslider/sideslider.d.ts +3 -3
- package/lib/sideslider/sideslider.variable.css +245 -1
- package/lib/slider/index.d.ts +1 -1
- package/lib/slider/index.js +1291 -2
- package/lib/slider/slider.css +126 -4
- package/lib/slider/slider.less +6 -6
- package/lib/slider/slider.variable.css +245 -1
- package/lib/steps/index.d.ts +8 -8
- package/lib/steps/index.js +825 -2
- package/lib/steps/steps.css +158 -36
- package/lib/steps/steps.d.ts +4 -4
- package/lib/steps/steps.variable.css +245 -1
- package/lib/styles/index.d.ts +2 -0
- package/lib/styles/mixins/animate.css +126 -4
- package/lib/styles/mixins/animate.less +10 -6
- package/lib/styles/mixins/animate.variable.css +370 -4
- package/lib/styles/mixins/mixins.css +126 -4
- package/lib/styles/mixins/mixins.variable.css +126 -4
- package/lib/styles/mixins/popper.css +122 -0
- package/lib/styles/mixins/popper.less +6 -5
- package/lib/styles/mixins/popper.variable.css +245 -1
- package/lib/styles/mixins/scroll.css +122 -0
- package/lib/styles/mixins/scroll.variable.css +245 -1
- package/lib/styles/reset.css +122 -0
- package/lib/styles/reset.less +4 -2
- package/lib/styles/reset.variable.css +366 -0
- package/lib/styles/themes/themes.css +122 -0
- package/lib/styles/themes/themes.less +290 -121
- package/lib/styles/themes/themes.variable.css +122 -0
- package/lib/swiper/index.d.ts +1 -1
- package/lib/swiper/index.js +336 -1
- package/lib/swiper/swiper.css +122 -6
- package/lib/swiper/swiper.less +0 -8
- package/lib/swiper/swiper.variable.css +245 -7
- package/lib/switcher/index.d.ts +34 -20
- package/lib/switcher/index.js +277 -1
- package/lib/switcher/switcher.css +143 -21
- package/lib/switcher/switcher.d.ts +76 -7
- package/lib/switcher/switcher.variable.css +388 -22
- package/lib/tab/index.d.ts +6 -3
- package/lib/tab/index.js +914 -1
- package/lib/tab/tab-nav.d.ts +13 -2
- package/lib/tab/tab-panel.d.ts +1 -1
- package/lib/tab/tab.css +139 -17
- package/lib/tab/tab.d.ts +1 -0
- package/lib/tab/tab.variable.css +245 -1
- package/lib/table/components/table-cell.d.ts +22 -15
- package/lib/table/components/table-column.d.ts +157 -220
- package/lib/table/const.d.ts +40 -56
- package/lib/table/events.d.ts +180 -0
- package/lib/table/index.d.ts +810 -435
- package/lib/table/index.js +6264 -1
- package/lib/table/plugins/head-filter.css +127 -2
- package/lib/table/plugins/head-filter.d.ts +3 -7
- package/lib/table/plugins/head-filter.less +8 -7
- package/lib/table/plugins/head-filter.variable.css +248 -1
- package/lib/table/plugins/head-sort.css +122 -0
- package/lib/table/plugins/head-sort.d.ts +3 -7
- package/lib/table/plugins/head-sort.variable.css +245 -1
- package/lib/table/plugins/settings.css +122 -0
- package/lib/table/plugins/settings.d.ts +12 -26
- package/lib/table/plugins/settings.less +3 -3
- package/lib/table/plugins/settings.variable.css +245 -1
- package/lib/table/plugins/use-column-resize.d.ts +30 -10
- package/lib/table/plugins/use-fixed-column.d.ts +10 -9
- package/lib/table/plugins/use-pagination.d.ts +7 -4
- package/lib/table/props.d.ts +221 -174
- package/lib/table/render.d.ts +12 -20
- package/lib/table/table.css +362 -154
- package/lib/table/table.d.ts +232 -98
- package/lib/table/table.less +83 -9
- package/lib/table/table.variable.css +607 -155
- package/lib/table/use-attributes.d.ts +55 -0
- package/lib/table/use-column.d.ts +264 -3
- package/lib/table/use-common.d.ts +1609 -76
- package/lib/table/use-render.d.ts +11 -0
- package/lib/table/utils.d.ts +30 -28
- package/lib/table-column/index.d.ts +393 -530
- package/lib/table-column/index.js +775 -1
- package/lib/tag/index.d.ts +10 -10
- package/lib/tag/index.js +233 -1
- package/lib/tag/tag.css +127 -5
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag/tag.variable.css +245 -1
- package/lib/tag-input/index.d.ts +64 -34
- package/lib/tag-input/index.js +1660 -1
- package/lib/tag-input/tag-input.css +149 -19
- package/lib/tag-input/tag-input.d.ts +40 -20
- package/lib/tag-input/tag-input.less +13 -4
- package/lib/tag-input/tag-input.variable.css +254 -2
- package/lib/tag-input/tag-props.d.ts +19 -9
- package/lib/time-picker/index.d.ts +13 -10
- package/lib/time-picker/index.js +71 -1
- package/lib/time-picker/time-picker.css +122 -0
- package/lib/time-picker/time-picker.less +39 -39
- package/lib/time-picker/time-picker.variable.css +245 -1
- package/lib/timeline/index.d.ts +1 -1
- package/lib/timeline/index.js +241 -1
- package/lib/timeline/timeline.css +141 -19
- package/lib/timeline/timeline.variable.css +245 -1
- package/lib/transfer/index.d.ts +1 -1
- package/lib/transfer/index.js +673 -1
- package/lib/transfer/transfer.css +141 -19
- package/lib/transfer/transfer.variable.css +245 -1
- package/lib/tree/constant.d.ts +2 -2
- package/lib/tree/index.d.ts +70 -40
- package/lib/tree/index.js +2538 -1
- package/lib/tree/props.d.ts +20 -10
- package/lib/tree/tree.css +131 -9
- package/lib/tree/tree.d.ts +38 -21
- package/lib/tree/tree.variable.css +376 -10
- package/lib/tree/use-node-action.d.ts +5 -3
- package/lib/tree/use-node-attribute.d.ts +17 -8
- package/lib/tree/use-search.d.ts +2 -2
- package/lib/tree/use-tree-init.d.ts +1 -2
- package/lib/tree/util.d.ts +9 -3
- package/lib/upload/index.d.ts +1 -1
- package/lib/upload/index.js +2874 -2
- package/lib/upload/upload.css +153 -31
- package/lib/upload/upload.type.d.ts +1 -1
- package/lib/upload/upload.variable.css +398 -32
- package/lib/upload/use-file-handler.d.ts +2 -2
- package/lib/virtual-render/index.d.ts +43 -1
- package/lib/virtual-render/index.js +860 -1
- package/lib/virtual-render/props.d.ts +15 -0
- package/lib/virtual-render/v-virtual-render.d.ts +19 -1
- package/lib/virtual-render/virtual-render.css +122 -0
- package/lib/virtual-render/virtual-render.d.ts +25 -0
- package/lib/virtual-render/virtual-render.less +5 -6
- package/lib/virtual-render/virtual-render.variable.css +367 -1
- package/lib/volar.components.d.ts +24 -24
- package/package.json +31 -18
- package/lib/cascader/index.js.LICENSE.txt +0 -1
- package/lib/dialog/index.js.LICENSE.txt +0 -1
- package/lib/directives/index.js.LICENSE.txt +0 -14
- package/lib/info-box/index.js.LICENSE.txt +0 -1
- package/lib/message/index.js.LICENSE.txt +0 -6
- package/lib/process/index.js.LICENSE.txt +0 -1
- package/lib/search-select/index.js.LICENSE.txt +0 -1
- package/lib/select/index.js.LICENSE.txt +0 -1
- package/lib/sideslider/index.js.LICENSE.txt +0 -1
- package/lib/slider/index.js.LICENSE.txt +0 -1
- package/lib/steps/index.js.LICENSE.txt +0 -1
- package/lib/upload/index.js.LICENSE.txt +0 -1
@@ -9,14 +9,13 @@ declare const BkSearchSelect: {
|
|
9
9
|
clearable?: boolean;
|
10
10
|
modelValue?: import("./utils").ISearchValue[];
|
11
11
|
conditions?: import("./utils").ICommonItem[];
|
12
|
-
valueBehavior?:
|
13
|
-
valueSplitCode?: string;
|
12
|
+
valueBehavior?: "all" | "need-key";
|
14
13
|
shrink?: boolean;
|
15
14
|
uniqueSelect?: boolean;
|
16
15
|
class?: unknown;
|
17
16
|
style?: unknown;
|
18
|
-
key?: string | number | symbol;
|
19
17
|
ref?: import("vue").VNodeRef;
|
18
|
+
key?: string | number | symbol;
|
20
19
|
ref_for?: boolean;
|
21
20
|
ref_key?: string;
|
22
21
|
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
@@ -108,16 +107,12 @@ declare const BkSearchSelect: {
|
|
108
107
|
placeholder: StringConstructor;
|
109
108
|
getMenuList: import("vue").PropType<import("./utils").GetMenuListFunc>;
|
110
109
|
validateValues: import("vue").PropType<import("./utils").ValidateValuesFunc>;
|
111
|
-
valueSplitCode: {
|
112
|
-
type: StringConstructor;
|
113
|
-
default: string;
|
114
|
-
};
|
115
110
|
uniqueSelect: {
|
116
111
|
type: BooleanConstructor;
|
117
112
|
default: boolean;
|
118
113
|
};
|
119
114
|
valueBehavior: {
|
120
|
-
type: import("vue").PropType<
|
115
|
+
type: import("vue").PropType<"all" | "need-key">;
|
121
116
|
default: import("./utils").ValueBehavior;
|
122
117
|
validator(v: import("./utils").ValueBehavior): boolean;
|
123
118
|
};
|
@@ -161,8 +156,10 @@ declare const BkSearchSelect: {
|
|
161
156
|
id: string;
|
162
157
|
realId?: string;
|
163
158
|
isSelected?: boolean;
|
159
|
+
logical?: import("./utils").SearchLogical;
|
164
160
|
};
|
165
161
|
isSelected?: boolean;
|
162
|
+
logical?: import("./utils").SearchLogical;
|
166
163
|
}[]>;
|
167
164
|
menuList: import("vue").Ref<import("./utils").ISearchItem[]>;
|
168
165
|
menuHoverId: import("vue").Ref<string>;
|
@@ -178,6 +175,7 @@ declare const BkSearchSelect: {
|
|
178
175
|
handleClickOutside: (e: MouseEvent) => void;
|
179
176
|
handleInputFocus: (e: FocusEvent) => void;
|
180
177
|
handleInputChange: (event: Event) => void;
|
178
|
+
handleLogicalChange: (logical: import("./utils").SearchLogical) => void;
|
181
179
|
handleInputKeyup: (event: KeyboardEvent) => void;
|
182
180
|
handleSelectItem: (item: import("./utils").ICommonItem, type?: import("./utils").SearchItemType) => Promise<void>;
|
183
181
|
handleSelectCondtionItem: (item: import("./utils").ICommonItem) => void;
|
@@ -191,6 +189,7 @@ declare const BkSearchSelect: {
|
|
191
189
|
cancel: string;
|
192
190
|
or: string;
|
193
191
|
and: string;
|
192
|
+
logical: string;
|
194
193
|
}>;
|
195
194
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "add" | "delete")[], "focus" | "add" | "delete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
196
195
|
data: {
|
@@ -239,10 +238,13 @@ declare const BkSearchSelect: {
|
|
239
238
|
id: string;
|
240
239
|
realId?: string;
|
241
240
|
isSelected?: boolean;
|
241
|
+
logical?: import("./utils").SearchLogical;
|
242
242
|
};
|
243
243
|
isSelected?: boolean;
|
244
|
+
logical?: import("./utils").SearchLogical;
|
244
245
|
}[];
|
245
246
|
condition: string;
|
247
|
+
logical: import("./utils").SearchLogical;
|
246
248
|
searchItem: {
|
247
249
|
id: string;
|
248
250
|
name: string;
|
@@ -256,8 +258,10 @@ declare const BkSearchSelect: {
|
|
256
258
|
id: string;
|
257
259
|
realId?: string;
|
258
260
|
isSelected?: boolean;
|
261
|
+
logical?: import("./utils").SearchLogical;
|
259
262
|
};
|
260
263
|
isSelected?: boolean;
|
264
|
+
logical?: import("./utils").SearchLogical;
|
261
265
|
}[];
|
262
266
|
multiple?: boolean;
|
263
267
|
async?: boolean;
|
@@ -274,13 +278,17 @@ declare const BkSearchSelect: {
|
|
274
278
|
id: string;
|
275
279
|
realId?: string;
|
276
280
|
isSelected?: boolean;
|
281
|
+
logical?: import("./utils").SearchLogical;
|
277
282
|
};
|
278
283
|
isSelected?: boolean;
|
284
|
+
logical?: import("./utils").SearchLogical;
|
279
285
|
};
|
280
286
|
isSelected?: boolean;
|
287
|
+
onlyRecommendChildren?: boolean;
|
288
|
+
logical?: import("./utils").SearchLogical;
|
289
|
+
showLogicalPanel?: boolean;
|
281
290
|
};
|
282
291
|
type: import("./utils").SearchItemType;
|
283
|
-
splitCode: string;
|
284
292
|
readonly multiple: boolean;
|
285
293
|
readonly placeholder: string;
|
286
294
|
readonly children: {
|
@@ -293,14 +301,17 @@ declare const BkSearchSelect: {
|
|
293
301
|
id: string;
|
294
302
|
realId?: string;
|
295
303
|
isSelected?: boolean;
|
304
|
+
logical?: import("./utils").SearchLogical;
|
296
305
|
};
|
297
306
|
isSelected?: boolean;
|
307
|
+
logical?: import("./utils").SearchLogical;
|
298
308
|
}[];
|
299
309
|
readonly validate: boolean;
|
300
310
|
readonly inputInnerHtml: string;
|
301
311
|
readonly inputInnerText: string;
|
302
312
|
readonly keyInnerHtml: string;
|
303
313
|
readonly keyInnerText: string;
|
314
|
+
readonly showLogical: boolean;
|
304
315
|
isSpecialType: () => boolean;
|
305
316
|
addValue: (item: import("./utils").ICommonItem) => void;
|
306
317
|
toValue: () => import("./utils").ISearchValue;
|
@@ -309,7 +320,6 @@ declare const BkSearchSelect: {
|
|
309
320
|
}[]>;
|
310
321
|
overflowIndex: import("vue").Ref<number>;
|
311
322
|
validateStr: import("vue").Ref<string>;
|
312
|
-
splitCode: import("vue").ComputedRef<string>;
|
313
323
|
onEditClick: (item: import("./utils").SelectedItem, index: number) => void;
|
314
324
|
onEditEnter: (item: import("./utils").SelectedItem, index: number) => void;
|
315
325
|
handleWrapClick: () => void;
|
@@ -330,6 +340,7 @@ declare const BkSearchSelect: {
|
|
330
340
|
cancel: string;
|
331
341
|
or: string;
|
332
342
|
and: string;
|
343
|
+
logical: string;
|
333
344
|
}>;
|
334
345
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "update:modelValue")[], string, {
|
335
346
|
data: import("./utils").ISearchItem[];
|
@@ -338,8 +349,7 @@ declare const BkSearchSelect: {
|
|
338
349
|
clearable: boolean;
|
339
350
|
modelValue: import("./utils").ISearchValue[];
|
340
351
|
conditions: import("./utils").ICommonItem[];
|
341
|
-
valueBehavior:
|
342
|
-
valueSplitCode: string;
|
352
|
+
valueBehavior: "all" | "need-key";
|
343
353
|
shrink: boolean;
|
344
354
|
uniqueSelect: boolean;
|
345
355
|
}, {}, string, {}> & {
|
@@ -394,16 +404,12 @@ declare const BkSearchSelect: {
|
|
394
404
|
placeholder: StringConstructor;
|
395
405
|
getMenuList: import("vue").PropType<import("./utils").GetMenuListFunc>;
|
396
406
|
validateValues: import("vue").PropType<import("./utils").ValidateValuesFunc>;
|
397
|
-
valueSplitCode: {
|
398
|
-
type: StringConstructor;
|
399
|
-
default: string;
|
400
|
-
};
|
401
407
|
uniqueSelect: {
|
402
408
|
type: BooleanConstructor;
|
403
409
|
default: boolean;
|
404
410
|
};
|
405
411
|
valueBehavior: {
|
406
|
-
type: import("vue").PropType<
|
412
|
+
type: import("vue").PropType<"all" | "need-key">;
|
407
413
|
default: import("./utils").ValueBehavior;
|
408
414
|
validator(v: import("./utils").ValueBehavior): boolean;
|
409
415
|
};
|
@@ -447,8 +453,10 @@ declare const BkSearchSelect: {
|
|
447
453
|
id: string;
|
448
454
|
realId?: string;
|
449
455
|
isSelected?: boolean;
|
456
|
+
logical?: import("./utils").SearchLogical;
|
450
457
|
};
|
451
458
|
isSelected?: boolean;
|
459
|
+
logical?: import("./utils").SearchLogical;
|
452
460
|
}[]>;
|
453
461
|
menuList: import("vue").Ref<import("./utils").ISearchItem[]>;
|
454
462
|
menuHoverId: import("vue").Ref<string>;
|
@@ -464,6 +472,7 @@ declare const BkSearchSelect: {
|
|
464
472
|
handleClickOutside: (e: MouseEvent) => void;
|
465
473
|
handleInputFocus: (e: FocusEvent) => void;
|
466
474
|
handleInputChange: (event: Event) => void;
|
475
|
+
handleLogicalChange: (logical: import("./utils").SearchLogical) => void;
|
467
476
|
handleInputKeyup: (event: KeyboardEvent) => void;
|
468
477
|
handleSelectItem: (item: import("./utils").ICommonItem, type?: import("./utils").SearchItemType) => Promise<void>;
|
469
478
|
handleSelectCondtionItem: (item: import("./utils").ICommonItem) => void;
|
@@ -477,6 +486,7 @@ declare const BkSearchSelect: {
|
|
477
486
|
cancel: string;
|
478
487
|
or: string;
|
479
488
|
and: string;
|
489
|
+
logical: string;
|
480
490
|
}>;
|
481
491
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "add" | "delete")[], "focus" | "add" | "delete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
482
492
|
data: {
|
@@ -525,10 +535,13 @@ declare const BkSearchSelect: {
|
|
525
535
|
id: string;
|
526
536
|
realId?: string;
|
527
537
|
isSelected?: boolean;
|
538
|
+
logical?: import("./utils").SearchLogical;
|
528
539
|
};
|
529
540
|
isSelected?: boolean;
|
541
|
+
logical?: import("./utils").SearchLogical;
|
530
542
|
}[];
|
531
543
|
condition: string;
|
544
|
+
logical: import("./utils").SearchLogical;
|
532
545
|
searchItem: {
|
533
546
|
id: string;
|
534
547
|
name: string;
|
@@ -542,8 +555,10 @@ declare const BkSearchSelect: {
|
|
542
555
|
id: string;
|
543
556
|
realId?: string;
|
544
557
|
isSelected?: boolean;
|
558
|
+
logical?: import("./utils").SearchLogical;
|
545
559
|
};
|
546
560
|
isSelected?: boolean;
|
561
|
+
logical?: import("./utils").SearchLogical;
|
547
562
|
}[];
|
548
563
|
multiple?: boolean;
|
549
564
|
async?: boolean;
|
@@ -560,13 +575,17 @@ declare const BkSearchSelect: {
|
|
560
575
|
id: string;
|
561
576
|
realId?: string;
|
562
577
|
isSelected?: boolean;
|
578
|
+
logical?: import("./utils").SearchLogical;
|
563
579
|
};
|
564
580
|
isSelected?: boolean;
|
581
|
+
logical?: import("./utils").SearchLogical;
|
565
582
|
};
|
566
583
|
isSelected?: boolean;
|
584
|
+
onlyRecommendChildren?: boolean;
|
585
|
+
logical?: import("./utils").SearchLogical;
|
586
|
+
showLogicalPanel?: boolean;
|
567
587
|
};
|
568
588
|
type: import("./utils").SearchItemType;
|
569
|
-
splitCode: string;
|
570
589
|
readonly multiple: boolean;
|
571
590
|
readonly placeholder: string;
|
572
591
|
readonly children: {
|
@@ -579,14 +598,17 @@ declare const BkSearchSelect: {
|
|
579
598
|
id: string;
|
580
599
|
realId?: string;
|
581
600
|
isSelected?: boolean;
|
601
|
+
logical?: import("./utils").SearchLogical;
|
582
602
|
};
|
583
603
|
isSelected?: boolean;
|
604
|
+
logical?: import("./utils").SearchLogical;
|
584
605
|
}[];
|
585
606
|
readonly validate: boolean;
|
586
607
|
readonly inputInnerHtml: string;
|
587
608
|
readonly inputInnerText: string;
|
588
609
|
readonly keyInnerHtml: string;
|
589
610
|
readonly keyInnerText: string;
|
611
|
+
readonly showLogical: boolean;
|
590
612
|
isSpecialType: () => boolean;
|
591
613
|
addValue: (item: import("./utils").ICommonItem) => void;
|
592
614
|
toValue: () => import("./utils").ISearchValue;
|
@@ -595,7 +617,6 @@ declare const BkSearchSelect: {
|
|
595
617
|
}[]>;
|
596
618
|
overflowIndex: import("vue").Ref<number>;
|
597
619
|
validateStr: import("vue").Ref<string>;
|
598
|
-
splitCode: import("vue").ComputedRef<string>;
|
599
620
|
onEditClick: (item: import("./utils").SelectedItem, index: number) => void;
|
600
621
|
onEditEnter: (item: import("./utils").SelectedItem, index: number) => void;
|
601
622
|
handleWrapClick: () => void;
|
@@ -616,6 +637,7 @@ declare const BkSearchSelect: {
|
|
616
637
|
cancel: string;
|
617
638
|
or: string;
|
618
639
|
and: string;
|
640
|
+
logical: string;
|
619
641
|
}>;
|
620
642
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
621
643
|
__isFragment?: never;
|
@@ -653,16 +675,12 @@ declare const BkSearchSelect: {
|
|
653
675
|
placeholder: StringConstructor;
|
654
676
|
getMenuList: import("vue").PropType<import("./utils").GetMenuListFunc>;
|
655
677
|
validateValues: import("vue").PropType<import("./utils").ValidateValuesFunc>;
|
656
|
-
valueSplitCode: {
|
657
|
-
type: StringConstructor;
|
658
|
-
default: string;
|
659
|
-
};
|
660
678
|
uniqueSelect: {
|
661
679
|
type: BooleanConstructor;
|
662
680
|
default: boolean;
|
663
681
|
};
|
664
682
|
valueBehavior: {
|
665
|
-
type: import("vue").PropType<
|
683
|
+
type: import("vue").PropType<"all" | "need-key">;
|
666
684
|
default: import("./utils").ValueBehavior;
|
667
685
|
validator(v: import("./utils").ValueBehavior): boolean;
|
668
686
|
};
|
@@ -706,8 +724,10 @@ declare const BkSearchSelect: {
|
|
706
724
|
id: string;
|
707
725
|
realId?: string;
|
708
726
|
isSelected?: boolean;
|
727
|
+
logical?: import("./utils").SearchLogical;
|
709
728
|
};
|
710
729
|
isSelected?: boolean;
|
730
|
+
logical?: import("./utils").SearchLogical;
|
711
731
|
}[]>;
|
712
732
|
menuList: import("vue").Ref<import("./utils").ISearchItem[]>;
|
713
733
|
menuHoverId: import("vue").Ref<string>;
|
@@ -723,6 +743,7 @@ declare const BkSearchSelect: {
|
|
723
743
|
handleClickOutside: (e: MouseEvent) => void;
|
724
744
|
handleInputFocus: (e: FocusEvent) => void;
|
725
745
|
handleInputChange: (event: Event) => void;
|
746
|
+
handleLogicalChange: (logical: import("./utils").SearchLogical) => void;
|
726
747
|
handleInputKeyup: (event: KeyboardEvent) => void;
|
727
748
|
handleSelectItem: (item: import("./utils").ICommonItem, type?: import("./utils").SearchItemType) => Promise<void>;
|
728
749
|
handleSelectCondtionItem: (item: import("./utils").ICommonItem) => void;
|
@@ -736,6 +757,7 @@ declare const BkSearchSelect: {
|
|
736
757
|
cancel: string;
|
737
758
|
or: string;
|
738
759
|
and: string;
|
760
|
+
logical: string;
|
739
761
|
}>;
|
740
762
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "add" | "delete")[], "focus" | "add" | "delete", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
741
763
|
data: {
|
@@ -784,10 +806,13 @@ declare const BkSearchSelect: {
|
|
784
806
|
id: string;
|
785
807
|
realId?: string;
|
786
808
|
isSelected?: boolean;
|
809
|
+
logical?: import("./utils").SearchLogical;
|
787
810
|
};
|
788
811
|
isSelected?: boolean;
|
812
|
+
logical?: import("./utils").SearchLogical;
|
789
813
|
}[];
|
790
814
|
condition: string;
|
815
|
+
logical: import("./utils").SearchLogical;
|
791
816
|
searchItem: {
|
792
817
|
id: string;
|
793
818
|
name: string;
|
@@ -801,8 +826,10 @@ declare const BkSearchSelect: {
|
|
801
826
|
id: string;
|
802
827
|
realId?: string;
|
803
828
|
isSelected?: boolean;
|
829
|
+
logical?: import("./utils").SearchLogical;
|
804
830
|
};
|
805
831
|
isSelected?: boolean;
|
832
|
+
logical?: import("./utils").SearchLogical;
|
806
833
|
}[];
|
807
834
|
multiple?: boolean;
|
808
835
|
async?: boolean;
|
@@ -819,13 +846,17 @@ declare const BkSearchSelect: {
|
|
819
846
|
id: string;
|
820
847
|
realId?: string;
|
821
848
|
isSelected?: boolean;
|
849
|
+
logical?: import("./utils").SearchLogical;
|
822
850
|
};
|
823
851
|
isSelected?: boolean;
|
852
|
+
logical?: import("./utils").SearchLogical;
|
824
853
|
};
|
825
854
|
isSelected?: boolean;
|
855
|
+
onlyRecommendChildren?: boolean;
|
856
|
+
logical?: import("./utils").SearchLogical;
|
857
|
+
showLogicalPanel?: boolean;
|
826
858
|
};
|
827
859
|
type: import("./utils").SearchItemType;
|
828
|
-
splitCode: string;
|
829
860
|
readonly multiple: boolean;
|
830
861
|
readonly placeholder: string;
|
831
862
|
readonly children: {
|
@@ -838,14 +869,17 @@ declare const BkSearchSelect: {
|
|
838
869
|
id: string;
|
839
870
|
realId?: string;
|
840
871
|
isSelected?: boolean;
|
872
|
+
logical?: import("./utils").SearchLogical;
|
841
873
|
};
|
842
874
|
isSelected?: boolean;
|
875
|
+
logical?: import("./utils").SearchLogical;
|
843
876
|
}[];
|
844
877
|
readonly validate: boolean;
|
845
878
|
readonly inputInnerHtml: string;
|
846
879
|
readonly inputInnerText: string;
|
847
880
|
readonly keyInnerHtml: string;
|
848
881
|
readonly keyInnerText: string;
|
882
|
+
readonly showLogical: boolean;
|
849
883
|
isSpecialType: () => boolean;
|
850
884
|
addValue: (item: import("./utils").ICommonItem) => void;
|
851
885
|
toValue: () => import("./utils").ISearchValue;
|
@@ -854,7 +888,6 @@ declare const BkSearchSelect: {
|
|
854
888
|
}[]>;
|
855
889
|
overflowIndex: import("vue").Ref<number>;
|
856
890
|
validateStr: import("vue").Ref<string>;
|
857
|
-
splitCode: import("vue").ComputedRef<string>;
|
858
891
|
onEditClick: (item: import("./utils").SelectedItem, index: number) => void;
|
859
892
|
onEditEnter: (item: import("./utils").SelectedItem, index: number) => void;
|
860
893
|
handleWrapClick: () => void;
|
@@ -875,6 +908,7 @@ declare const BkSearchSelect: {
|
|
875
908
|
cancel: string;
|
876
909
|
or: string;
|
877
910
|
and: string;
|
911
|
+
logical: string;
|
878
912
|
}>;
|
879
913
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("search" | "update:modelValue")[], "search" | "update:modelValue", {
|
880
914
|
data: import("./utils").ISearchItem[];
|
@@ -883,10 +917,9 @@ declare const BkSearchSelect: {
|
|
883
917
|
clearable: boolean;
|
884
918
|
modelValue: import("./utils").ISearchValue[];
|
885
919
|
conditions: import("./utils").ICommonItem[];
|
886
|
-
valueBehavior:
|
887
|
-
valueSplitCode: string;
|
920
|
+
valueBehavior: "all" | "need-key";
|
888
921
|
shrink: boolean;
|
889
922
|
uniqueSelect: boolean;
|
890
923
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
891
924
|
export default BkSearchSelect;
|
892
|
-
export { BkSearchSelect
|
925
|
+
export { BkSearchSelect };
|