bkui-vue 0.0.1-beta.14 → 0.0.1-beta.140
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 +31 -19
- package/dist/index.cjs.js +171 -0
- package/dist/index.esm.js +31770 -0
- package/dist/index.umd.js +171 -0
- package/dist/style.css +1 -4190
- package/dist/style.variable.css +1 -0
- package/lib/affix/affix.css +3 -0
- package/lib/affix/affix.d.ts +47 -0
- package/lib/affix/affix.less +5 -0
- package/lib/affix/affix.variable.css +116 -0
- package/lib/affix/index.d.ts +143 -0
- package/lib/affix/index.js +1 -0
- package/lib/alert/alert.css +5 -3
- package/lib/alert/alert.d.ts +24 -15
- package/lib/alert/alert.less +7 -3
- package/lib/alert/alert.variable.css +35 -6
- package/lib/alert/index.d.ts +96 -60
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/animate-number.d.ts +12 -7
- package/lib/animate-number/index.d.ts +48 -28
- package/lib/animate-number/index.js +1 -1
- package/lib/backtop/backtop.d.ts +28 -14
- package/lib/backtop/backtop.variable.css +30 -3
- package/lib/backtop/index.d.ts +111 -55
- package/lib/backtop/index.js +1 -1
- package/lib/badge/badge.css +5 -5
- package/lib/badge/badge.d.ts +64 -22
- package/lib/badge/badge.less +5 -6
- package/lib/badge/badge.variable.css +35 -8
- package/lib/badge/index.d.ts +202 -84
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
- package/lib/breadcrumb/breadcrumb.css +61 -1
- package/lib/breadcrumb/breadcrumb.d.ts +37 -9
- package/lib/breadcrumb/breadcrumb.less +13 -2
- package/lib/breadcrumb/breadcrumb.variable.css +91 -4
- package/lib/breadcrumb/index.d.ts +117 -45
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button-group.d.ts +3 -5
- package/lib/button/button.css +92 -44
- package/lib/button/button.d.ts +76 -26
- package/lib/button/button.less +88 -46
- package/lib/button/button.variable.css +122 -47
- package/lib/button/index.d.ts +191 -102
- package/lib/button/index.js +1 -1
- package/lib/card/card.css +96 -1
- package/lib/card/card.d.ts +74 -18
- package/lib/card/card.less +50 -2
- package/lib/card/card.variable.css +126 -4
- package/lib/card/index.d.ts +225 -69
- package/lib/card/index.js +1 -1
- package/lib/cascader/cascader-panel.d.ts +48 -0
- package/lib/cascader/cascader.css +130 -0
- package/lib/cascader/cascader.d.ts +274 -0
- package/lib/cascader/cascader.less +146 -0
- package/lib/cascader/cascader.variable.css +243 -0
- package/lib/cascader/index.d.ts +733 -0
- package/lib/cascader/index.js +1 -0
- package/lib/cascader/interface.d.ts +44 -0
- package/lib/cascader/node.d.ts +24 -0
- package/lib/cascader/store.d.ts +15 -0
- package/lib/checkbox/checkbox-group.d.ts +13 -9
- package/lib/checkbox/checkbox.css +33 -6
- package/lib/checkbox/checkbox.d.ts +43 -32
- package/lib/checkbox/checkbox.less +44 -6
- package/lib/checkbox/checkbox.variable.css +63 -9
- package/lib/checkbox/common.d.ts +3 -3
- package/lib/checkbox/index.d.ts +150 -104
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +3 -7
- package/lib/code-diff/code-diff.css +186 -0
- package/lib/code-diff/code-diff.d.ts +80 -0
- package/lib/code-diff/code-diff.less +238 -0
- package/lib/code-diff/code-diff.variable.css +299 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/code-diff/index.js +1 -0
- package/lib/collapse/collapse.css +17 -1
- package/lib/collapse/collapse.d.ts +51 -22
- package/lib/collapse/collapse.less +24 -2
- package/lib/collapse/collapse.variable.css +130 -1
- package/lib/collapse/index.d.ts +127 -75
- package/lib/collapse/index.js +1 -1
- package/lib/collapse/utils.d.ts +11 -0
- package/lib/components.d.ts +26 -5
- package/lib/components.js +1 -0
- package/lib/container/col.d.ts +51 -0
- package/lib/container/container.css +91 -0
- package/lib/container/container.d.ts +83 -0
- package/lib/container/container.less +20 -0
- package/lib/container/container.variable.css +204 -0
- package/lib/container/index.d.ts +223 -0
- package/lib/container/index.js +1 -0
- package/lib/container/row.d.ts +4 -0
- package/lib/date-picker/date-picker.css +3 -2
- package/lib/date-picker/date-picker.d.ts +92 -137
- package/lib/date-picker/date-picker.less +5 -2
- package/lib/date-picker/date-picker.variable.css +33 -5
- package/lib/date-picker/index.d.ts +504 -276
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/interface.d.ts +1 -1
- package/lib/date-picker/props.d.ts +118 -0
- package/lib/date-picker/utils.d.ts +1 -1
- package/lib/dialog/dialog.css +76 -20
- package/lib/dialog/dialog.d.ts +285 -52
- package/lib/dialog/dialog.less +54 -21
- package/lib/dialog/dialog.variable.css +76 -20
- package/lib/dialog/index.d.ts +665 -115
- package/lib/dialog/index.js +1 -1
- package/lib/directives/clickoutside.d.ts +3 -23
- package/lib/directives/index.js +2 -15
- package/lib/directives/index.js.LICENSE.txt +14 -0
- package/lib/directives/tooltips.d.ts +1 -1
- package/lib/dist.index.js +1 -0
- package/lib/divider/divider.d.ts +21 -13
- package/lib/divider/divider.variable.css +30 -3
- package/lib/divider/index.d.ts +84 -52
- package/lib/divider/index.js +1 -1
- package/lib/divider/props.d.ts +21 -0
- package/lib/dropdown/dropdown-item.d.ts +6 -5
- package/lib/dropdown/dropdown-menu.d.ts +6 -5
- package/lib/dropdown/dropdown.css +4 -0
- package/lib/dropdown/dropdown.d.ts +28 -14
- package/lib/dropdown/dropdown.less +5 -0
- package/lib/dropdown/dropdown.variable.css +34 -3
- package/lib/dropdown/index.d.ts +109 -69
- package/lib/dropdown/index.js +1 -1
- package/lib/exception/exception.d.ts +11 -9
- package/lib/exception/exception.variable.css +30 -3
- package/lib/exception/index.d.ts +44 -36
- package/lib/exception/index.js +1 -1
- package/lib/fixed-navbar/fixed-navbar.d.ts +29 -9
- package/lib/fixed-navbar/fixed-navbar.variable.css +30 -3
- package/lib/fixed-navbar/index.d.ts +96 -37
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/compose-form-item.d.ts +16 -0
- package/lib/form/form-item.d.ts +61 -45
- package/lib/form/form.css +96 -10
- package/lib/form/form.d.ts +45 -40
- package/lib/form/form.less +136 -34
- package/lib/form/form.variable.css +209 -10
- package/lib/form/index.d.ts +303 -3
- package/lib/form/index.js +1 -1
- package/lib/form/type.d.ts +8 -6
- package/lib/form/validator.d.ts +1 -0
- package/lib/icon/angle-double-down-line.d.ts +4 -0
- package/lib/icon/angle-double-down-line.js +1 -0
- package/lib/icon/angle-double-left-line.d.ts +4 -0
- package/lib/icon/angle-double-left-line.js +1 -0
- package/lib/icon/angle-double-left.js +1 -0
- package/lib/icon/angle-double-right-line.d.ts +4 -0
- package/lib/icon/angle-double-right-line.js +1 -0
- package/lib/icon/angle-double-right.js +1 -0
- package/lib/icon/angle-double-up-line.d.ts +4 -0
- package/lib/icon/angle-double-up-line.js +1 -0
- package/lib/icon/angle-down-fill.d.ts +4 -0
- package/lib/icon/angle-down-fill.js +1 -0
- package/lib/icon/angle-down-line.js +1 -0
- package/lib/icon/angle-down.js +1 -0
- package/lib/icon/angle-left.js +1 -0
- package/lib/icon/angle-right.js +1 -0
- package/lib/icon/angle-up-fill.d.ts +4 -0
- package/lib/icon/angle-up-fill.js +1 -0
- package/lib/icon/angle-up.js +1 -0
- package/lib/icon/archive-fill.d.ts +4 -0
- package/lib/icon/archive-fill.js +1 -0
- package/lib/icon/arrows-left.d.ts +4 -0
- package/lib/icon/arrows-left.js +1 -0
- package/lib/icon/arrows-right.d.ts +4 -0
- package/lib/icon/arrows-right.js +1 -0
- package/lib/icon/audio-fill.d.ts +4 -0
- package/lib/icon/audio-fill.js +1 -0
- package/lib/icon/bk.d.ts +4 -0
- package/lib/icon/bk.js +1 -0
- package/lib/icon/circle.js +1 -0
- package/lib/icon/close-line.d.ts +4 -0
- package/lib/icon/close-line.js +1 -0
- package/lib/icon/close.js +1 -0
- package/lib/icon/code.js +1 -0
- package/lib/icon/cog-shape.js +1 -0
- package/lib/icon/collapse-left.js +1 -0
- package/lib/icon/copy.js +1 -0
- package/lib/icon/data-shape.d.ts +4 -0
- package/lib/icon/data-shape.js +1 -0
- package/lib/icon/del.d.ts +4 -0
- package/lib/icon/del.js +1 -0
- package/lib/icon/doc-fill.d.ts +4 -0
- package/lib/icon/doc-fill.js +1 -0
- package/lib/icon/done.js +1 -0
- package/lib/icon/down-shape.js +1 -0
- package/lib/icon/down-small.js +1 -0
- package/lib/icon/edit-line.d.ts +4 -0
- package/lib/icon/edit-line.js +1 -0
- package/lib/icon/ellipsis.d.ts +4 -0
- package/lib/icon/ellipsis.js +1 -0
- package/lib/icon/error.js +1 -0
- package/lib/icon/excel-fill.d.ts +4 -0
- package/lib/icon/excel-fill.js +1 -0
- package/lib/icon/exclamation-circle-shape.d.ts +4 -0
- package/lib/icon/exclamation-circle-shape.js +1 -0
- package/lib/icon/eye.js +1 -0
- package/lib/icon/folder-open.js +1 -0
- package/lib/icon/folder-shape-open.js +1 -0
- package/lib/icon/folder-shape.js +1 -0
- package/lib/icon/funnel.d.ts +4 -0
- package/lib/icon/funnel.js +1 -0
- package/lib/icon/help-document-fill.js +1 -0
- package/lib/icon/help-fill.js +1 -0
- package/lib/icon/help.js +1 -0
- package/lib/icon/image-fill.d.ts +4 -0
- package/lib/icon/image-fill.js +1 -0
- package/lib/icon/index.d.ts +34 -3
- package/lib/icon/index.js +1 -15
- package/lib/icon/info-line.js +1 -0
- package/lib/icon/info.js +1 -0
- package/lib/icon/left-shape.d.ts +4 -0
- package/lib/icon/left-shape.js +1 -0
- package/lib/icon/pdf-fill.d.ts +4 -0
- package/lib/icon/pdf-fill.js +1 -0
- package/lib/icon/play-shape.js +1 -0
- package/lib/icon/plus.js +1 -0
- package/lib/icon/ppt-fill.d.ts +4 -0
- package/lib/icon/ppt-fill.js +1 -0
- package/lib/icon/qq.d.ts +4 -0
- package/lib/icon/qq.js +1 -0
- package/lib/icon/right-shape.js +1 -0
- package/lib/icon/search.js +1 -0
- package/lib/icon/share.js +1 -0
- package/lib/icon/spinner.d.ts +4 -0
- package/lib/icon/spinner.js +1 -0
- package/lib/icon/success.js +1 -0
- package/lib/icon/switcher-loading.js +1 -0
- package/lib/icon/text-file.js +1 -0
- package/lib/icon/text-fill.d.ts +4 -0
- package/lib/icon/text-fill.js +1 -0
- package/lib/icon/tree-application-shape.js +1 -0
- package/lib/icon/unvisible.js +1 -0
- package/lib/icon/up-shape.d.ts +4 -0
- package/lib/icon/up-shape.js +1 -0
- package/lib/icon/upload.d.ts +4 -0
- package/lib/icon/upload.js +1 -0
- package/lib/icon/video-fill.d.ts +4 -0
- package/lib/icon/video-fill.js +1 -0
- package/lib/icon/warn.js +1 -0
- package/lib/icon/weixin.d.ts +4 -0
- package/lib/icon/weixin.js +1 -0
- package/lib/index.d.ts +0 -1
- package/lib/index.js +1 -0
- package/lib/input/index.d.ts +406 -199
- package/lib/input/index.js +1 -15
- package/lib/input/input.css +232 -16
- package/lib/input/input.d.ts +171 -51
- package/lib/input/input.less +182 -19
- package/lib/input/input.variable.css +259 -15
- package/lib/link/index.d.ts +102 -54
- package/lib/link/index.js +1 -1
- package/lib/link/link.d.ts +25 -13
- package/lib/link/link.variable.css +30 -3
- package/lib/loading/index.d.ts +187 -71
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +177 -98
- package/lib/loading/loading.d.ts +109 -25
- package/lib/loading/loading.less +84 -73
- package/lib/loading/loading.variable.css +207 -101
- package/lib/menu/index.d.ts +82 -71
- package/lib/menu/index.js +1 -1
- package/lib/menu/menu-group.d.ts +6 -5
- package/lib/menu/menu-item.d.ts +6 -5
- package/lib/menu/menu.css +51 -0
- package/lib/menu/menu.d.ts +16 -21
- package/lib/menu/menu.variable.css +81 -3
- package/lib/menu/submenu.css +3 -0
- package/lib/menu/submenu.d.ts +6 -5
- package/lib/menu/submenu.less +1 -1
- package/lib/menu/submenu.variable.css +33 -3
- package/lib/menu/utils.d.ts +1 -1
- package/lib/message/index.js +1 -1
- package/lib/message/message.css +24 -3
- package/lib/message/message.less +27 -2
- package/lib/message/message.variable.css +54 -6
- package/lib/message/messageConstructor.d.ts +69 -21
- package/lib/modal/index.d.ts +517 -68
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +25 -1
- package/lib/modal/modal.d.ts +191 -24
- package/lib/modal/modal.less +33 -1
- package/lib/modal/modal.variable.css +25 -1
- package/lib/modal/props.mixin.d.ts +77 -10
- package/lib/navigation/index.d.ts +310 -1
- package/lib/navigation/index.js +1 -1
- package/lib/navigation/navigation-title.d.ts +10 -7
- package/lib/navigation/navigation.css +1 -1
- package/lib/navigation/navigation.d.ts +50 -24
- package/lib/navigation/navigation.less +1 -1
- package/lib/navigation/navigation.variable.css +31 -4
- package/lib/notify/index.js +1 -1
- package/lib/notify/notify.css +24 -4
- package/lib/notify/notify.less +27 -4
- package/lib/notify/notify.variable.css +54 -7
- package/lib/notify/notifyConstructor.d.ts +84 -24
- package/lib/pagination/index.d.ts +395 -0
- package/lib/pagination/index.js +1 -0
- package/lib/pagination/pagination.css +179 -0
- package/lib/pagination/pagination.d.ts +220 -0
- package/lib/pagination/pagination.less +201 -0
- package/lib/pagination/pagination.variable.css +292 -0
- package/lib/pagination/type.d.ts +6 -0
- package/lib/pagination/use-limit.d.ts +8 -0
- package/lib/pagination/use-list.d.ts +8 -0
- package/lib/pagination/use-small-list.d.ts +5 -0
- package/lib/pagination/use-total.d.ts +5 -0
- package/lib/popover/index.d.ts +322 -137
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.css +26 -13
- package/lib/popover/popover.d.ts +122 -45
- package/lib/popover/popover.less +59 -45
- package/lib/popover/popover.variable.css +56 -16
- package/lib/popover/props.d.ts +104 -0
- package/lib/popover2/arrow.d.ts +2 -0
- package/lib/popover2/const.d.ts +10 -0
- package/lib/popover2/content.d.ts +24 -0
- package/lib/popover2/index.d.ts +495 -0
- package/lib/popover2/index.js +1 -0
- package/lib/popover2/popover2.css +25 -0
- package/lib/popover2/popover2.d.ts +209 -0
- package/lib/popover2/popover2.less +35 -0
- package/lib/popover2/popover2.variable.css +138 -0
- package/lib/popover2/props.d.ts +108 -0
- package/lib/popover2/reference.d.ts +2 -0
- package/lib/popover2/root.d.ts +16 -0
- package/lib/popover2/use-floating.d.ts +20 -0
- package/lib/popover2/use-platform.d.ts +30 -0
- package/lib/popover2/use-popper-id.d.ts +7 -0
- package/lib/preset.js +1 -0
- package/lib/process/index.d.ts +123 -63
- package/lib/process/index.js +1 -15
- package/lib/process/process.css +2 -3
- package/lib/process/process.d.ts +31 -16
- package/lib/process/process.less +2 -3
- package/lib/process/process.variable.css +32 -6
- package/lib/progress/index.d.ts +305 -135
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.css +51 -3
- package/lib/progress/progress.d.ts +89 -36
- package/lib/progress/progress.less +0 -4
- package/lib/progress/progress.variable.css +81 -6
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +145 -96
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +30 -23
- package/lib/radio/radio-group.d.ts +11 -10
- package/lib/radio/radio.css +62 -57
- package/lib/radio/radio.d.ts +27 -17
- package/lib/radio/radio.less +181 -172
- package/lib/radio/radio.variable.css +94 -62
- package/lib/radio/type.d.ts +10 -5
- package/lib/rate/index.d.ts +52 -40
- package/lib/rate/index.js +1 -1
- package/lib/rate/rate.d.ts +13 -10
- package/lib/rate/star.d.ts +33 -16
- package/lib/resize-layout/index.d.ts +336 -0
- package/lib/resize-layout/index.js +1 -0
- package/lib/resize-layout/resize-layout.css +189 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.less +233 -0
- package/lib/resize-layout/resize-layout.variable.css +302 -0
- package/lib/select/common.d.ts +20 -22
- package/lib/select/index.d.ts +1061 -705
- package/lib/select/index.js +1 -15
- package/lib/select/option.d.ts +23 -19
- package/lib/select/optionGroup.d.ts +36 -97
- package/lib/select/select.css +238 -70
- package/lib/select/select.d.ts +376 -192
- package/lib/select/select.less +284 -130
- package/lib/select/select.variable.css +268 -73
- package/lib/select/selectTagInput.d.ts +72 -0
- package/lib/select/type.d.ts +38 -0
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
- package/lib/shared/index.d.ts +26 -4
- package/lib/shared/index.js +1 -1
- package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +33 -3
- package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +10 -2
- package/lib/shared/{bk-popover.d.ts → popover.d.ts} +50 -5
- package/lib/shared/token.d.ts +4 -0
- package/lib/shared/utils.d.ts +18 -0
- package/lib/shared/vue-types.d.ts +11 -7
- package/lib/sideslider/index.d.ts +432 -80
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.css +54 -10
- package/lib/sideslider/sideslider.d.ts +185 -30
- package/lib/sideslider/sideslider.less +71 -13
- package/lib/sideslider/sideslider.variable.css +84 -13
- package/lib/slider/index.d.ts +414 -1
- package/lib/slider/index.js +1 -15
- package/lib/slider/slider-button.d.ts +15 -7
- package/lib/slider/slider.d.ts +84 -42
- package/lib/slider/slider.variable.css +30 -3
- package/lib/steps/index.d.ts +160 -108
- package/lib/steps/index.js +1 -15
- package/lib/steps/steps.css +17 -3
- package/lib/steps/steps.d.ts +40 -27
- package/lib/steps/steps.less +27 -3
- package/lib/steps/steps.variable.css +47 -6
- package/lib/styles/index.d.ts +13 -0
- package/lib/styles/mixins/clearfix.css +8 -0
- package/lib/styles/mixins/clearfix.less +10 -0
- package/lib/styles/mixins/clearfix.variable.css +8 -0
- package/lib/styles/mixins/mixins.css +51 -0
- package/lib/styles/mixins/mixins.less +2 -0
- package/lib/styles/mixins/mixins.variable.css +51 -0
- package/lib/styles/mixins/scroll.css +17 -0
- package/lib/styles/mixins/scroll.less +22 -0
- package/lib/styles/mixins/scroll.variable.css +130 -0
- package/lib/styles/themes/themes.less +40 -3
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/index.js +1 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -0
- package/lib/swiper/swiper.less +107 -0
- package/lib/swiper/swiper.variable.css +91 -0
- package/lib/switcher/index.d.ts +201 -137
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.css +200 -135
- package/lib/switcher/switcher.d.ts +52 -36
- package/lib/switcher/switcher.less +190 -155
- package/lib/switcher/switcher.variable.css +230 -138
- package/lib/tab/index.d.ts +306 -282
- package/lib/tab/index.js +1 -1
- package/lib/tab/props.d.ts +194 -0
- package/lib/tab/tab-nav.d.ts +102 -87
- package/lib/tab/tab-panel.d.ts +53 -26
- package/lib/tab/tab.css +25 -1
- package/lib/tab/tab.d.ts +59 -51
- package/lib/tab/tab.less +31 -19
- package/lib/tab/tab.variable.css +55 -4
- package/lib/table/const.d.ts +67 -0
- package/lib/table/index.d.ts +498 -70
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.css +68 -0
- package/lib/table/plugins/head-filter.less +88 -0
- package/lib/table/plugins/head-filter.variable.css +181 -0
- package/lib/table/plugins/head-sort.css +22 -0
- package/lib/table/plugins/head-sort.less +28 -0
- package/lib/table/plugins/head-sort.variable.css +135 -0
- package/lib/table/plugins/settings.css +129 -0
- package/lib/table/plugins/settings.less +157 -0
- package/lib/table/plugins/settings.variable.css +242 -0
- package/lib/table/props.d.ts +210 -2
- package/lib/table/render.d.ts +76 -5
- package/lib/table/table.css +1094 -15
- package/lib/table/table.d.ts +221 -14
- package/lib/table/table.less +253 -24
- package/lib/table/table.variable.css +1125 -19
- package/lib/table/use-common.d.ts +72 -0
- package/lib/table/utils.d.ts +84 -2
- package/lib/tag/index.d.ts +165 -274
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.css +97 -0
- package/lib/tag/tag.d.ts +83 -53
- package/lib/tag/tag.less +110 -2
- package/lib/tag/tag.variable.css +127 -3
- package/lib/tag-input/common.d.ts +24 -0
- package/lib/tag-input/index.d.ts +894 -0
- package/lib/tag-input/index.js +1 -0
- package/lib/tag-input/list-tag-render.d.ts +47 -0
- package/lib/tag-input/tag-input.css +209 -0
- package/lib/tag-input/tag-input.d.ts +374 -0
- package/lib/tag-input/tag-input.less +251 -0
- package/lib/tag-input/tag-input.variable.css +322 -0
- package/lib/tag-input/tag-props.d.ts +131 -0
- package/lib/tag-input/tag-render.d.ts +38 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/index.js +1 -0
- package/lib/timeline/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.less +240 -0
- package/lib/timeline/timeline.variable.css +348 -0
- package/lib/transfer/const.d.ts +5 -0
- package/lib/transfer/index.d.ts +365 -0
- package/lib/transfer/index.js +1 -0
- package/lib/transfer/props.d.ts +54 -0
- package/lib/transfer/transfer.css +139 -0
- package/lib/transfer/transfer.d.ts +160 -0
- package/lib/transfer/transfer.less +144 -0
- package/lib/transfer/transfer.variable.css +252 -0
- package/lib/tree/constant.d.ts +45 -0
- package/lib/tree/index.d.ts +469 -94
- package/lib/tree/index.js +1 -1
- package/lib/tree/props.d.ts +184 -0
- package/lib/tree/tree.css +176 -15
- package/lib/tree/tree.d.ts +201 -31
- package/lib/tree/tree.less +75 -38
- package/lib/tree/tree.variable.css +289 -15
- package/lib/tree/use-empty.d.ts +6 -0
- package/lib/tree/use-node-action.d.ts +12 -0
- package/lib/tree/use-node-async.d.ts +5 -0
- package/lib/tree/use-node-attribute.d.ts +33 -0
- package/lib/tree/use-node-drag.d.ts +3 -0
- package/lib/tree/use-search.d.ts +11 -0
- package/lib/tree/use-tree-init.d.ts +15 -0
- package/lib/tree/util.d.ts +34 -57
- package/lib/upload/index.d.ts +580 -0
- package/lib/upload/index.js +1 -0
- package/lib/upload/props.d.ts +113 -0
- package/lib/upload/upload-list.d.ts +46 -0
- package/lib/upload/upload-trigger.d.ts +54 -0
- package/lib/upload/upload.css +417 -0
- package/lib/upload/upload.d.ts +252 -0
- package/lib/upload/upload.less +455 -0
- package/lib/upload/upload.type.d.ts +78 -0
- package/lib/upload/upload.variable.css +530 -0
- package/lib/upload/use-ajax-upload.d.ts +3 -0
- package/lib/upload/use-file-handler.d.ts +44 -0
- package/lib/virtual-render/index.d.ts +579 -0
- package/lib/virtual-render/index.js +1 -0
- package/lib/virtual-render/props.d.ts +167 -0
- package/lib/virtual-render/use-tag-render.d.ts +7 -0
- package/lib/virtual-render/v-virtual-render.d.ts +6 -0
- package/lib/virtual-render/virtual-render.css +33 -0
- package/lib/virtual-render/virtual-render.d.ts +255 -0
- package/lib/virtual-render/virtual-render.less +22 -0
- package/lib/virtual-render/virtual-render.variable.css +146 -0
- package/lib/volar.components.d.ts +100 -0
- package/package.json +107 -86
- package/dist/bkui-vue.cjs.js +0 -10327
- package/dist/bkui-vue.esm.js +0 -10283
- package/dist/bkui-vue.umd.js +0 -10330
- package/lib/form/common.d.ts +0 -3
- package/lib/styles/index.js +0 -1
package/lib/select/index.d.ts
CHANGED
@@ -5,40 +5,159 @@ declare const BkSelect: {
|
|
5
5
|
$: import("vue").ComponentInternalInstance;
|
6
6
|
$data: {};
|
7
7
|
$props: Partial<{
|
8
|
-
|
9
|
-
size: string;
|
10
|
-
multiple: boolean;
|
8
|
+
showOnInit: boolean;
|
11
9
|
disabled: boolean;
|
12
|
-
loading: boolean;
|
13
|
-
clearable: boolean;
|
14
|
-
filterable: boolean;
|
15
|
-
remoteMethod: (...args: any[]) => any;
|
16
|
-
}> & Omit<Readonly<{
|
17
|
-
modelValue?: unknown;
|
18
|
-
multiple?: unknown;
|
19
|
-
placeholder?: unknown;
|
20
|
-
disabled?: unknown;
|
21
|
-
size?: unknown;
|
22
|
-
clearable?: unknown;
|
23
|
-
loading?: unknown;
|
24
|
-
filterable?: unknown;
|
25
|
-
remoteMethod?: unknown;
|
26
|
-
} & {
|
27
10
|
placeholder: string;
|
28
11
|
size: string;
|
29
12
|
multiple: boolean;
|
30
|
-
disabled: boolean;
|
31
13
|
loading: boolean;
|
32
14
|
clearable: boolean;
|
15
|
+
behavior: string;
|
16
|
+
tagTheme: string;
|
33
17
|
filterable: boolean;
|
34
|
-
|
35
|
-
|
36
|
-
remoteMethod
|
37
|
-
|
18
|
+
allowCreate: boolean;
|
19
|
+
popoverMinWidth: number;
|
20
|
+
remoteMethod: (...args: any[]) => any;
|
21
|
+
scrollHeight: number;
|
22
|
+
showSelectAll: boolean;
|
23
|
+
multipleMode: string;
|
24
|
+
collapseTags: boolean;
|
25
|
+
noDataText: string;
|
26
|
+
noMatchText: string;
|
27
|
+
loadingText: string;
|
28
|
+
selectAllText: string;
|
29
|
+
scrollLoading: boolean;
|
30
|
+
popoverOptions: {
|
31
|
+
[key: string]: any;
|
32
|
+
};
|
33
|
+
customContent: boolean;
|
34
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
35
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
36
|
+
multiple: import("vue-types").VueTypeValidableDef<boolean> & {
|
37
|
+
default: boolean;
|
38
|
+
} & {
|
39
|
+
default: boolean;
|
40
|
+
};
|
41
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
42
|
+
default: boolean;
|
43
|
+
} & {
|
44
|
+
default: boolean;
|
45
|
+
};
|
46
|
+
size: import("vue-types").VueTypeDef<string> & {
|
47
|
+
default: string;
|
48
|
+
};
|
49
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
50
|
+
default: boolean;
|
51
|
+
} & {
|
52
|
+
default: boolean;
|
53
|
+
};
|
54
|
+
loading: import("vue-types").VueTypeValidableDef<boolean> & {
|
55
|
+
default: boolean;
|
56
|
+
} & {
|
57
|
+
default: boolean;
|
58
|
+
};
|
59
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
60
|
+
default: boolean;
|
61
|
+
} & {
|
62
|
+
default: boolean;
|
63
|
+
};
|
64
|
+
remoteMethod: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
65
|
+
default: (...args: any[]) => any;
|
66
|
+
};
|
67
|
+
scrollHeight: import("vue-types").VueTypeValidableDef<number> & {
|
68
|
+
default: number;
|
69
|
+
} & {
|
70
|
+
default: number;
|
71
|
+
};
|
72
|
+
showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
73
|
+
default: boolean;
|
74
|
+
} & {
|
75
|
+
default: boolean;
|
76
|
+
};
|
77
|
+
popoverMinWidth: import("vue-types").VueTypeValidableDef<number> & {
|
78
|
+
default: number;
|
79
|
+
} & {
|
80
|
+
default: number;
|
81
|
+
};
|
82
|
+
showOnInit: import("vue-types").VueTypeValidableDef<boolean> & {
|
83
|
+
default: boolean;
|
84
|
+
} & {
|
85
|
+
default: boolean;
|
86
|
+
};
|
87
|
+
multipleMode: import("vue-types").VueTypeDef<string> & {
|
88
|
+
default: string;
|
89
|
+
};
|
90
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
91
|
+
default: string;
|
92
|
+
};
|
93
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
94
|
+
default: string;
|
95
|
+
};
|
96
|
+
collapseTags: import("vue-types").VueTypeValidableDef<boolean> & {
|
97
|
+
default: boolean;
|
98
|
+
} & {
|
99
|
+
default: boolean;
|
100
|
+
};
|
101
|
+
noDataText: import("vue-types").VueTypeValidableDef<string> & {
|
102
|
+
default: string;
|
103
|
+
} & {
|
104
|
+
default: string;
|
105
|
+
};
|
106
|
+
noMatchText: import("vue-types").VueTypeValidableDef<string> & {
|
107
|
+
default: string;
|
108
|
+
} & {
|
109
|
+
default: string;
|
110
|
+
};
|
111
|
+
loadingText: import("vue-types").VueTypeValidableDef<string> & {
|
112
|
+
default: string;
|
113
|
+
} & {
|
114
|
+
default: string;
|
115
|
+
};
|
116
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
117
|
+
default: string;
|
118
|
+
} & {
|
119
|
+
default: string;
|
120
|
+
};
|
121
|
+
selectAllText: import("vue-types").VueTypeValidableDef<string> & {
|
122
|
+
default: string;
|
123
|
+
} & {
|
124
|
+
default: string;
|
125
|
+
};
|
126
|
+
scrollLoading: import("vue-types").VueTypeValidableDef<boolean> & {
|
127
|
+
default: boolean;
|
128
|
+
} & {
|
129
|
+
default: boolean;
|
130
|
+
};
|
131
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
132
|
+
default: boolean;
|
133
|
+
} & {
|
134
|
+
default: boolean;
|
135
|
+
};
|
136
|
+
popoverOptions: import("vue-types").VueTypeValidableDef<{
|
137
|
+
[key: string]: any;
|
138
|
+
}> & {
|
139
|
+
default: () => {
|
140
|
+
[key: string]: any;
|
141
|
+
};
|
142
|
+
} & {
|
143
|
+
default: () => {
|
144
|
+
[key: string]: any;
|
145
|
+
};
|
146
|
+
};
|
147
|
+
customContent: import("vue-types").VueTypeValidableDef<boolean> & {
|
148
|
+
default: boolean;
|
149
|
+
} & {
|
150
|
+
default: boolean;
|
151
|
+
};
|
152
|
+
}>> & {
|
153
|
+
onFocus?: (...args: any[]) => any;
|
154
|
+
onBlur?: (...args: any[]) => any;
|
38
155
|
onChange?: (...args: any[]) => any;
|
39
156
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
157
|
+
onClear?: (...args: any[]) => any;
|
40
158
|
onToggle?: (...args: any[]) => any;
|
41
|
-
|
159
|
+
"onScroll-end"?: (...args: any[]) => any;
|
160
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "showOnInit" | "disabled" | "placeholder" | "size" | "multiple" | "loading" | "clearable" | "behavior" | "tagTheme" | "filterable" | "allowCreate" | "popoverMinWidth" | "remoteMethod" | "scrollHeight" | "showSelectAll" | "multipleMode" | "collapseTags" | "noDataText" | "noMatchText" | "loadingText" | "selectAllText" | "scrollLoading" | "popoverOptions" | "customContent">;
|
42
161
|
$attrs: {
|
43
162
|
[x: string]: unknown;
|
44
163
|
};
|
@@ -50,49 +169,187 @@ declare const BkSelect: {
|
|
50
169
|
}>;
|
51
170
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
52
171
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
53
|
-
$emit: (event: "change" | "toggle" | "update:modelValue", ...args: any[]) => void;
|
172
|
+
$emit: (event: "focus" | "blur" | "change" | "toggle" | "clear" | "update:modelValue" | "scroll-end", ...args: any[]) => void;
|
54
173
|
$el: any;
|
55
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
56
|
-
modelValue
|
57
|
-
multiple
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
size: string
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
174
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
175
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
176
|
+
multiple: import("vue-types").VueTypeValidableDef<boolean> & {
|
177
|
+
default: boolean;
|
178
|
+
} & {
|
179
|
+
default: boolean;
|
180
|
+
};
|
181
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
182
|
+
default: boolean;
|
183
|
+
} & {
|
184
|
+
default: boolean;
|
185
|
+
};
|
186
|
+
size: import("vue-types").VueTypeDef<string> & {
|
187
|
+
default: string;
|
188
|
+
};
|
189
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
190
|
+
default: boolean;
|
191
|
+
} & {
|
192
|
+
default: boolean;
|
193
|
+
};
|
194
|
+
loading: import("vue-types").VueTypeValidableDef<boolean> & {
|
195
|
+
default: boolean;
|
196
|
+
} & {
|
197
|
+
default: boolean;
|
198
|
+
};
|
199
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
200
|
+
default: boolean;
|
201
|
+
} & {
|
202
|
+
default: boolean;
|
203
|
+
};
|
204
|
+
remoteMethod: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
205
|
+
default: (...args: any[]) => any;
|
206
|
+
};
|
207
|
+
scrollHeight: import("vue-types").VueTypeValidableDef<number> & {
|
208
|
+
default: number;
|
209
|
+
} & {
|
210
|
+
default: number;
|
211
|
+
};
|
212
|
+
showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
213
|
+
default: boolean;
|
214
|
+
} & {
|
215
|
+
default: boolean;
|
216
|
+
};
|
217
|
+
popoverMinWidth: import("vue-types").VueTypeValidableDef<number> & {
|
218
|
+
default: number;
|
219
|
+
} & {
|
220
|
+
default: number;
|
221
|
+
};
|
222
|
+
showOnInit: import("vue-types").VueTypeValidableDef<boolean> & {
|
223
|
+
default: boolean;
|
224
|
+
} & {
|
225
|
+
default: boolean;
|
226
|
+
};
|
227
|
+
multipleMode: import("vue-types").VueTypeDef<string> & {
|
228
|
+
default: string;
|
229
|
+
};
|
230
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
231
|
+
default: string;
|
232
|
+
};
|
233
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
234
|
+
default: string;
|
235
|
+
};
|
236
|
+
collapseTags: import("vue-types").VueTypeValidableDef<boolean> & {
|
237
|
+
default: boolean;
|
238
|
+
} & {
|
239
|
+
default: boolean;
|
240
|
+
};
|
241
|
+
noDataText: import("vue-types").VueTypeValidableDef<string> & {
|
242
|
+
default: string;
|
243
|
+
} & {
|
244
|
+
default: string;
|
245
|
+
};
|
246
|
+
noMatchText: import("vue-types").VueTypeValidableDef<string> & {
|
247
|
+
default: string;
|
248
|
+
} & {
|
249
|
+
default: string;
|
250
|
+
};
|
251
|
+
loadingText: import("vue-types").VueTypeValidableDef<string> & {
|
252
|
+
default: string;
|
253
|
+
} & {
|
254
|
+
default: string;
|
255
|
+
};
|
256
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
257
|
+
default: string;
|
258
|
+
} & {
|
259
|
+
default: string;
|
260
|
+
};
|
261
|
+
selectAllText: import("vue-types").VueTypeValidableDef<string> & {
|
262
|
+
default: string;
|
263
|
+
} & {
|
264
|
+
default: string;
|
265
|
+
};
|
266
|
+
scrollLoading: import("vue-types").VueTypeValidableDef<boolean> & {
|
267
|
+
default: boolean;
|
268
|
+
} & {
|
269
|
+
default: boolean;
|
270
|
+
};
|
271
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
272
|
+
default: boolean;
|
273
|
+
} & {
|
274
|
+
default: boolean;
|
275
|
+
};
|
276
|
+
popoverOptions: import("vue-types").VueTypeValidableDef<{
|
277
|
+
[key: string]: any;
|
278
|
+
}> & {
|
279
|
+
default: () => {
|
280
|
+
[key: string]: any;
|
281
|
+
};
|
282
|
+
} & {
|
283
|
+
default: () => {
|
284
|
+
[key: string]: any;
|
285
|
+
};
|
286
|
+
};
|
287
|
+
customContent: import("vue-types").VueTypeValidableDef<boolean> & {
|
288
|
+
default: boolean;
|
289
|
+
} & {
|
290
|
+
default: boolean;
|
291
|
+
};
|
292
|
+
}>> & {
|
293
|
+
onFocus?: (...args: any[]) => any;
|
294
|
+
onBlur?: (...args: any[]) => any;
|
77
295
|
onChange?: (...args: any[]) => any;
|
78
296
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
297
|
+
onClear?: (...args: any[]) => any;
|
79
298
|
onToggle?: (...args: any[]) => any;
|
299
|
+
"onScroll-end"?: (...args: any[]) => any;
|
80
300
|
}, {
|
81
|
-
|
301
|
+
selected: import("vue").Ref<{
|
302
|
+
value: string;
|
303
|
+
label: string;
|
304
|
+
}[]>;
|
305
|
+
isInput: import("vue").ComputedRef<boolean>;
|
306
|
+
options: import("vue").ComputedRef<import("./type").OptionInstanceType[]>;
|
307
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
308
|
+
selectedLabel: import("vue").ComputedRef<string[]>;
|
309
|
+
isPopoverShow: import("vue").Ref<boolean>;
|
310
|
+
isHover: import("vue").Ref<boolean>;
|
311
|
+
popperWidth: import("vue").Ref<string | number>;
|
312
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
313
|
+
triggerRef: import("vue").Ref<HTMLElement>;
|
314
|
+
selectTagInputRef: import("vue").Ref<{
|
82
315
|
$: import("vue").ComponentInternalInstance;
|
83
316
|
$data: {};
|
84
317
|
$props: Partial<{
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
} & {
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
318
|
+
placeholder: string;
|
319
|
+
selected: import("./type").ISelected[];
|
320
|
+
tagTheme: string;
|
321
|
+
filterable: boolean;
|
322
|
+
allowCreate: boolean;
|
323
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
324
|
+
selected: {
|
325
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelected[]>;
|
326
|
+
default: () => any[];
|
327
|
+
};
|
328
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
329
|
+
default: string;
|
330
|
+
};
|
331
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
332
|
+
default: string;
|
333
|
+
} & {
|
334
|
+
default: string;
|
335
|
+
};
|
336
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
337
|
+
default: boolean;
|
338
|
+
} & {
|
339
|
+
default: boolean;
|
340
|
+
};
|
341
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
342
|
+
default: boolean;
|
343
|
+
} & {
|
344
|
+
default: boolean;
|
345
|
+
};
|
346
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
347
|
+
}>> & {
|
348
|
+
onFocus?: (...args: any[]) => any;
|
349
|
+
onEnter?: (...args: any[]) => any;
|
350
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
351
|
+
onRemove?: (...args: any[]) => any;
|
352
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placeholder" | "selected" | "tagTheme" | "filterable" | "allowCreate">;
|
96
353
|
$attrs: {
|
97
354
|
[x: string]: unknown;
|
98
355
|
};
|
@@ -104,30 +361,52 @@ declare const BkSelect: {
|
|
104
361
|
}>;
|
105
362
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
106
363
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
107
|
-
$emit: (event:
|
364
|
+
$emit: (event: "focus" | "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
|
108
365
|
$el: any;
|
109
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
366
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
367
|
+
selected: {
|
368
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelected[]>;
|
369
|
+
default: () => any[];
|
370
|
+
};
|
371
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
372
|
+
default: string;
|
373
|
+
};
|
374
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
375
|
+
default: string;
|
376
|
+
} & {
|
377
|
+
default: string;
|
378
|
+
};
|
379
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
380
|
+
default: boolean;
|
381
|
+
} & {
|
382
|
+
default: boolean;
|
383
|
+
};
|
384
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
385
|
+
default: boolean;
|
386
|
+
} & {
|
387
|
+
default: boolean;
|
388
|
+
};
|
389
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
390
|
+
}>> & {
|
391
|
+
onFocus?: (...args: any[]) => any;
|
392
|
+
onEnter?: (...args: any[]) => any;
|
393
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
394
|
+
onRemove?: (...args: any[]) => any;
|
395
|
+
}, {
|
396
|
+
value: any;
|
397
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
398
|
+
handleRemoveTag: (val: string) => void;
|
399
|
+
handleFocus: () => void;
|
400
|
+
focus: () => void;
|
401
|
+
handleInput: (e: any) => void;
|
402
|
+
handleKeydown: (e: any) => void;
|
403
|
+
handleGetLabelByValue: (item: import("./type").ISelected) => string;
|
404
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:modelValue" | "remove" | "enter")[], string, {
|
405
|
+
placeholder: string;
|
406
|
+
selected: import("./type").ISelected[];
|
407
|
+
tagTheme: string;
|
408
|
+
filterable: boolean;
|
409
|
+
allowCreate: boolean;
|
131
410
|
}> & {
|
132
411
|
beforeCreate?: (() => void) | (() => void)[];
|
133
412
|
created?: (() => void) | (() => void)[];
|
@@ -148,154 +427,98 @@ declare const BkSelect: {
|
|
148
427
|
$forceUpdate: () => void;
|
149
428
|
$nextTick: typeof import("vue").nextTick;
|
150
429
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
151
|
-
} & Readonly<{
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
} & {
|
156
|
-
disabled: boolean;
|
157
|
-
} & {
|
158
|
-
label?: string | number;
|
159
|
-
value?: string | number | boolean;
|
160
|
-
}> & {} & import("vue").ShallowUnwrapRef<{
|
161
|
-
selectItemClass: import("vue").ComputedRef<{
|
162
|
-
'is-selected': boolean;
|
163
|
-
'is-disabled': boolean;
|
164
|
-
'is-multiple': boolean;
|
165
|
-
'is-hover': boolean;
|
166
|
-
'bk-select-option': boolean;
|
167
|
-
}>;
|
168
|
-
selected: import("vue").ComputedRef<boolean>;
|
169
|
-
handleOptionClick: () => void;
|
170
|
-
visible: import("vue").Ref<boolean>;
|
171
|
-
}> & {} & {} & import("vue").ComponentCustomProperties>>;
|
172
|
-
selectedOptions: import("vue").Ref<Set<{
|
173
|
-
$: import("vue").ComponentInternalInstance;
|
174
|
-
$data: {};
|
175
|
-
$props: Partial<{
|
176
|
-
disabled: boolean;
|
177
|
-
}> & Omit<Readonly<{
|
178
|
-
value?: unknown;
|
179
|
-
label?: unknown;
|
180
|
-
disabled?: unknown;
|
181
|
-
} & {
|
182
|
-
disabled: boolean;
|
183
|
-
} & {
|
184
|
-
label?: string | number;
|
185
|
-
value?: string | number | boolean;
|
186
|
-
}> & {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
187
|
-
$attrs: {
|
188
|
-
[x: string]: unknown;
|
430
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
431
|
+
selected: {
|
432
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelected[]>;
|
433
|
+
default: () => any[];
|
189
434
|
};
|
190
|
-
|
191
|
-
|
435
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
436
|
+
default: string;
|
192
437
|
};
|
193
|
-
|
194
|
-
|
195
|
-
}>;
|
196
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
197
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
198
|
-
$emit: (event: string, ...args: any[]) => void;
|
199
|
-
$el: any;
|
200
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
201
|
-
value?: unknown;
|
202
|
-
label?: unknown;
|
203
|
-
disabled?: unknown;
|
438
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
439
|
+
default: string;
|
204
440
|
} & {
|
205
|
-
|
441
|
+
default: string;
|
442
|
+
};
|
443
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
444
|
+
default: boolean;
|
206
445
|
} & {
|
207
|
-
|
208
|
-
value?: string | number | boolean;
|
209
|
-
}> & {}, {
|
210
|
-
selectItemClass: import("vue").ComputedRef<{
|
211
|
-
'is-selected': boolean;
|
212
|
-
'is-disabled': boolean;
|
213
|
-
'is-multiple': boolean;
|
214
|
-
'is-hover': boolean;
|
215
|
-
'bk-select-option': boolean;
|
216
|
-
}>;
|
217
|
-
selected: import("vue").ComputedRef<boolean>;
|
218
|
-
handleOptionClick: () => void;
|
219
|
-
visible: import("vue").Ref<boolean>;
|
220
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
221
|
-
disabled: boolean;
|
222
|
-
}> & {
|
223
|
-
beforeCreate?: (() => void) | (() => void)[];
|
224
|
-
created?: (() => void) | (() => void)[];
|
225
|
-
beforeMount?: (() => void) | (() => void)[];
|
226
|
-
mounted?: (() => void) | (() => void)[];
|
227
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
228
|
-
updated?: (() => void) | (() => void)[];
|
229
|
-
activated?: (() => void) | (() => void)[];
|
230
|
-
deactivated?: (() => void) | (() => void)[];
|
231
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
232
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
233
|
-
destroyed?: (() => void) | (() => void)[];
|
234
|
-
unmounted?: (() => void) | (() => void)[];
|
235
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
236
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
237
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
446
|
+
default: boolean;
|
238
447
|
};
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
handleOptionClick: () => void;
|
261
|
-
visible: import("vue").Ref<boolean>;
|
262
|
-
}> & {} & {} & import("vue").ComponentCustomProperties>>;
|
263
|
-
selectedLabel: import("vue").ComputedRef<string>;
|
264
|
-
selectClass: import("vue").ComputedRef<{
|
265
|
-
[x: string]: boolean;
|
266
|
-
'bk-select': boolean;
|
267
|
-
'popover-show': boolean;
|
268
|
-
'is-disabled': boolean;
|
269
|
-
'is-focus': boolean;
|
270
|
-
}>;
|
271
|
-
isPopoverShow: import("vue").Ref<boolean>;
|
272
|
-
placeholder: import("vue").Ref<string>;
|
273
|
-
filterable: import("vue").Ref<boolean>;
|
274
|
-
clearable: import("vue").Ref<boolean>;
|
275
|
-
isHover: import("vue").Ref<boolean>;
|
276
|
-
popperWidth: import("vue").Ref<string | number>;
|
277
|
-
selectTriggerRef: import("vue").Ref<HTMLElement>;
|
278
|
-
searchKey: import("vue").Ref<string>;
|
448
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
449
|
+
default: boolean;
|
450
|
+
} & {
|
451
|
+
default: boolean;
|
452
|
+
};
|
453
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
454
|
+
}>> & {
|
455
|
+
onFocus?: (...args: any[]) => any;
|
456
|
+
onEnter?: (...args: any[]) => any;
|
457
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
458
|
+
onRemove?: (...args: any[]) => any;
|
459
|
+
} & import("vue").ShallowUnwrapRef<{
|
460
|
+
value: any;
|
461
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
462
|
+
handleRemoveTag: (val: string) => void;
|
463
|
+
handleFocus: () => void;
|
464
|
+
focus: () => void;
|
465
|
+
handleInput: (e: any) => void;
|
466
|
+
handleKeydown: (e: any) => void;
|
467
|
+
handleGetLabelByValue: (item: import("./type").ISelected) => string;
|
468
|
+
}> & {} & {} & import("vue").ComponentCustomProperties>;
|
279
469
|
searchLoading: import("vue").Ref<boolean>;
|
280
|
-
|
470
|
+
isOptionsEmpty: import("vue").ComputedRef<boolean>;
|
471
|
+
isSearchEmpty: import("vue").ComputedRef<boolean>;
|
472
|
+
isFocus: import("vue").Ref<boolean>;
|
473
|
+
isShowSelectContent: import("vue").ComputedRef<boolean>;
|
474
|
+
curContentText: import("vue").ComputedRef<string>;
|
475
|
+
isGroup: import("vue").ComputedRef<boolean>;
|
476
|
+
searchKey: import("vue").Ref<string>;
|
281
477
|
setHover: () => void;
|
282
478
|
cancelHover: () => void;
|
283
|
-
handleFocus: () => void;
|
284
|
-
|
285
|
-
toggleMenu: () => void;
|
479
|
+
handleFocus: (e: FocusEvent) => void;
|
480
|
+
handleTogglePopover: () => void;
|
286
481
|
handleClear: (e: Event) => void;
|
287
|
-
onPopoverFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
|
288
482
|
hidePopover: () => void;
|
289
483
|
showPopover: () => void;
|
290
|
-
|
484
|
+
handleToggleAll: () => void;
|
485
|
+
handleOptionSelected: (option: import("./type").OptionInstanceType) => void;
|
486
|
+
handleClickOutside: ({ event }: {
|
487
|
+
event: any;
|
488
|
+
}) => void;
|
489
|
+
handleScroll: (e: any) => void;
|
490
|
+
handleDeleteTag: (val: string) => void;
|
491
|
+
handleInputChange: (value: any) => void;
|
492
|
+
handleInputEnter: (val: string | number, e: Event) => void;
|
493
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
494
|
+
handleSelectedAllOptionMouseEnter: () => void;
|
495
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "change" | "toggle" | "clear" | "update:modelValue" | "scroll-end")[], string, {
|
496
|
+
showOnInit: boolean;
|
497
|
+
disabled: boolean;
|
291
498
|
placeholder: string;
|
292
499
|
size: string;
|
293
500
|
multiple: boolean;
|
294
|
-
disabled: boolean;
|
295
501
|
loading: boolean;
|
296
502
|
clearable: boolean;
|
503
|
+
behavior: string;
|
504
|
+
tagTheme: string;
|
297
505
|
filterable: boolean;
|
506
|
+
allowCreate: boolean;
|
507
|
+
popoverMinWidth: number;
|
298
508
|
remoteMethod: (...args: any[]) => any;
|
509
|
+
scrollHeight: number;
|
510
|
+
showSelectAll: boolean;
|
511
|
+
multipleMode: string;
|
512
|
+
collapseTags: boolean;
|
513
|
+
noDataText: string;
|
514
|
+
noMatchText: string;
|
515
|
+
loadingText: string;
|
516
|
+
selectAllText: string;
|
517
|
+
scrollLoading: boolean;
|
518
|
+
popoverOptions: {
|
519
|
+
[key: string]: any;
|
520
|
+
};
|
521
|
+
customContent: boolean;
|
299
522
|
}> & {
|
300
523
|
beforeCreate?: (() => void) | (() => void)[];
|
301
524
|
created?: (() => void) | (() => void)[];
|
@@ -316,138 +539,185 @@ declare const BkSelect: {
|
|
316
539
|
$forceUpdate: () => void;
|
317
540
|
$nextTick: typeof import("vue").nextTick;
|
318
541
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
319
|
-
} & Readonly<{
|
320
|
-
modelValue
|
321
|
-
multiple
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
size: string
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
542
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
543
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
544
|
+
multiple: import("vue-types").VueTypeValidableDef<boolean> & {
|
545
|
+
default: boolean;
|
546
|
+
} & {
|
547
|
+
default: boolean;
|
548
|
+
};
|
549
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
550
|
+
default: boolean;
|
551
|
+
} & {
|
552
|
+
default: boolean;
|
553
|
+
};
|
554
|
+
size: import("vue-types").VueTypeDef<string> & {
|
555
|
+
default: string;
|
556
|
+
};
|
557
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
558
|
+
default: boolean;
|
559
|
+
} & {
|
560
|
+
default: boolean;
|
561
|
+
};
|
562
|
+
loading: import("vue-types").VueTypeValidableDef<boolean> & {
|
563
|
+
default: boolean;
|
564
|
+
} & {
|
565
|
+
default: boolean;
|
566
|
+
};
|
567
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
568
|
+
default: boolean;
|
569
|
+
} & {
|
570
|
+
default: boolean;
|
571
|
+
};
|
572
|
+
remoteMethod: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
573
|
+
default: (...args: any[]) => any;
|
574
|
+
};
|
575
|
+
scrollHeight: import("vue-types").VueTypeValidableDef<number> & {
|
576
|
+
default: number;
|
577
|
+
} & {
|
578
|
+
default: number;
|
579
|
+
};
|
580
|
+
showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
581
|
+
default: boolean;
|
582
|
+
} & {
|
583
|
+
default: boolean;
|
584
|
+
};
|
585
|
+
popoverMinWidth: import("vue-types").VueTypeValidableDef<number> & {
|
586
|
+
default: number;
|
587
|
+
} & {
|
588
|
+
default: number;
|
589
|
+
};
|
590
|
+
showOnInit: import("vue-types").VueTypeValidableDef<boolean> & {
|
591
|
+
default: boolean;
|
592
|
+
} & {
|
593
|
+
default: boolean;
|
594
|
+
};
|
595
|
+
multipleMode: import("vue-types").VueTypeDef<string> & {
|
596
|
+
default: string;
|
597
|
+
};
|
598
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
599
|
+
default: string;
|
600
|
+
};
|
601
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
602
|
+
default: string;
|
603
|
+
};
|
604
|
+
collapseTags: import("vue-types").VueTypeValidableDef<boolean> & {
|
605
|
+
default: boolean;
|
606
|
+
} & {
|
607
|
+
default: boolean;
|
608
|
+
};
|
609
|
+
noDataText: import("vue-types").VueTypeValidableDef<string> & {
|
610
|
+
default: string;
|
611
|
+
} & {
|
612
|
+
default: string;
|
613
|
+
};
|
614
|
+
noMatchText: import("vue-types").VueTypeValidableDef<string> & {
|
615
|
+
default: string;
|
616
|
+
} & {
|
617
|
+
default: string;
|
618
|
+
};
|
619
|
+
loadingText: import("vue-types").VueTypeValidableDef<string> & {
|
620
|
+
default: string;
|
621
|
+
} & {
|
622
|
+
default: string;
|
623
|
+
};
|
624
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
625
|
+
default: string;
|
626
|
+
} & {
|
627
|
+
default: string;
|
628
|
+
};
|
629
|
+
selectAllText: import("vue-types").VueTypeValidableDef<string> & {
|
630
|
+
default: string;
|
631
|
+
} & {
|
632
|
+
default: string;
|
633
|
+
};
|
634
|
+
scrollLoading: import("vue-types").VueTypeValidableDef<boolean> & {
|
635
|
+
default: boolean;
|
636
|
+
} & {
|
637
|
+
default: boolean;
|
638
|
+
};
|
639
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
640
|
+
default: boolean;
|
641
|
+
} & {
|
642
|
+
default: boolean;
|
643
|
+
};
|
644
|
+
popoverOptions: import("vue-types").VueTypeValidableDef<{
|
645
|
+
[key: string]: any;
|
646
|
+
}> & {
|
647
|
+
default: () => {
|
648
|
+
[key: string]: any;
|
649
|
+
};
|
650
|
+
} & {
|
651
|
+
default: () => {
|
652
|
+
[key: string]: any;
|
653
|
+
};
|
654
|
+
};
|
655
|
+
customContent: import("vue-types").VueTypeValidableDef<boolean> & {
|
656
|
+
default: boolean;
|
657
|
+
} & {
|
658
|
+
default: boolean;
|
659
|
+
};
|
660
|
+
}>> & {
|
661
|
+
onFocus?: (...args: any[]) => any;
|
662
|
+
onBlur?: (...args: any[]) => any;
|
341
663
|
onChange?: (...args: any[]) => any;
|
342
664
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
665
|
+
onClear?: (...args: any[]) => any;
|
343
666
|
onToggle?: (...args: any[]) => any;
|
667
|
+
"onScroll-end"?: (...args: any[]) => any;
|
344
668
|
} & import("vue").ShallowUnwrapRef<{
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
}> & {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
360
|
-
$attrs: {
|
361
|
-
[x: string]: unknown;
|
362
|
-
};
|
363
|
-
$refs: {
|
364
|
-
[x: string]: unknown;
|
365
|
-
};
|
366
|
-
$slots: Readonly<{
|
367
|
-
[name: string]: import("vue").Slot;
|
368
|
-
}>;
|
369
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
370
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
371
|
-
$emit: (event: string, ...args: any[]) => void;
|
372
|
-
$el: any;
|
373
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
374
|
-
value?: unknown;
|
375
|
-
label?: unknown;
|
376
|
-
disabled?: unknown;
|
377
|
-
} & {
|
378
|
-
disabled: boolean;
|
379
|
-
} & {
|
380
|
-
label?: string | number;
|
381
|
-
value?: string | number | boolean;
|
382
|
-
}> & {}, {
|
383
|
-
selectItemClass: import("vue").ComputedRef<{
|
384
|
-
'is-selected': boolean;
|
385
|
-
'is-disabled': boolean;
|
386
|
-
'is-multiple': boolean;
|
387
|
-
'is-hover': boolean;
|
388
|
-
'bk-select-option': boolean;
|
389
|
-
}>;
|
390
|
-
selected: import("vue").ComputedRef<boolean>;
|
391
|
-
handleOptionClick: () => void;
|
392
|
-
visible: import("vue").Ref<boolean>;
|
393
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
394
|
-
disabled: boolean;
|
395
|
-
}> & {
|
396
|
-
beforeCreate?: (() => void) | (() => void)[];
|
397
|
-
created?: (() => void) | (() => void)[];
|
398
|
-
beforeMount?: (() => void) | (() => void)[];
|
399
|
-
mounted?: (() => void) | (() => void)[];
|
400
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
401
|
-
updated?: (() => void) | (() => void)[];
|
402
|
-
activated?: (() => void) | (() => void)[];
|
403
|
-
deactivated?: (() => void) | (() => void)[];
|
404
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
405
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
406
|
-
destroyed?: (() => void) | (() => void)[];
|
407
|
-
unmounted?: (() => void) | (() => void)[];
|
408
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
409
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
410
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
411
|
-
};
|
412
|
-
$forceUpdate: () => void;
|
413
|
-
$nextTick: typeof import("vue").nextTick;
|
414
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
415
|
-
} & Readonly<{
|
416
|
-
value?: unknown;
|
417
|
-
label?: unknown;
|
418
|
-
disabled?: unknown;
|
419
|
-
} & {
|
420
|
-
disabled: boolean;
|
421
|
-
} & {
|
422
|
-
label?: string | number;
|
423
|
-
value?: string | number | boolean;
|
424
|
-
}> & {} & import("vue").ShallowUnwrapRef<{
|
425
|
-
selectItemClass: import("vue").ComputedRef<{
|
426
|
-
'is-selected': boolean;
|
427
|
-
'is-disabled': boolean;
|
428
|
-
'is-multiple': boolean;
|
429
|
-
'is-hover': boolean;
|
430
|
-
'bk-select-option': boolean;
|
431
|
-
}>;
|
432
|
-
selected: import("vue").ComputedRef<boolean>;
|
433
|
-
handleOptionClick: () => void;
|
434
|
-
visible: import("vue").Ref<boolean>;
|
435
|
-
}> & {} & {} & import("vue").ComponentCustomProperties>>;
|
436
|
-
selectedOptions: import("vue").Ref<Set<{
|
669
|
+
selected: import("vue").Ref<{
|
670
|
+
value: string;
|
671
|
+
label: string;
|
672
|
+
}[]>;
|
673
|
+
isInput: import("vue").ComputedRef<boolean>;
|
674
|
+
options: import("vue").ComputedRef<import("./type").OptionInstanceType[]>;
|
675
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
676
|
+
selectedLabel: import("vue").ComputedRef<string[]>;
|
677
|
+
isPopoverShow: import("vue").Ref<boolean>;
|
678
|
+
isHover: import("vue").Ref<boolean>;
|
679
|
+
popperWidth: import("vue").Ref<string | number>;
|
680
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
681
|
+
triggerRef: import("vue").Ref<HTMLElement>;
|
682
|
+
selectTagInputRef: import("vue").Ref<{
|
437
683
|
$: import("vue").ComponentInternalInstance;
|
438
684
|
$data: {};
|
439
685
|
$props: Partial<{
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
} & {
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
686
|
+
placeholder: string;
|
687
|
+
selected: import("./type").ISelected[];
|
688
|
+
tagTheme: string;
|
689
|
+
filterable: boolean;
|
690
|
+
allowCreate: boolean;
|
691
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
692
|
+
selected: {
|
693
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelected[]>;
|
694
|
+
default: () => any[];
|
695
|
+
};
|
696
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
697
|
+
default: string;
|
698
|
+
};
|
699
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
700
|
+
default: string;
|
701
|
+
} & {
|
702
|
+
default: string;
|
703
|
+
};
|
704
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
705
|
+
default: boolean;
|
706
|
+
} & {
|
707
|
+
default: boolean;
|
708
|
+
};
|
709
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
710
|
+
default: boolean;
|
711
|
+
} & {
|
712
|
+
default: boolean;
|
713
|
+
};
|
714
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
715
|
+
}>> & {
|
716
|
+
onFocus?: (...args: any[]) => any;
|
717
|
+
onEnter?: (...args: any[]) => any;
|
718
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
719
|
+
onRemove?: (...args: any[]) => any;
|
720
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placeholder" | "selected" | "tagTheme" | "filterable" | "allowCreate">;
|
451
721
|
$attrs: {
|
452
722
|
[x: string]: unknown;
|
453
723
|
};
|
@@ -459,30 +729,52 @@ declare const BkSelect: {
|
|
459
729
|
}>;
|
460
730
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
461
731
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
462
|
-
$emit: (event:
|
732
|
+
$emit: (event: "focus" | "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
|
463
733
|
$el: any;
|
464
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
734
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
735
|
+
selected: {
|
736
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelected[]>;
|
737
|
+
default: () => any[];
|
738
|
+
};
|
739
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
740
|
+
default: string;
|
741
|
+
};
|
742
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
743
|
+
default: string;
|
744
|
+
} & {
|
745
|
+
default: string;
|
746
|
+
};
|
747
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
748
|
+
default: boolean;
|
749
|
+
} & {
|
750
|
+
default: boolean;
|
751
|
+
};
|
752
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
753
|
+
default: boolean;
|
754
|
+
} & {
|
755
|
+
default: boolean;
|
756
|
+
};
|
757
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
758
|
+
}>> & {
|
759
|
+
onFocus?: (...args: any[]) => any;
|
760
|
+
onEnter?: (...args: any[]) => any;
|
761
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
762
|
+
onRemove?: (...args: any[]) => any;
|
763
|
+
}, {
|
764
|
+
value: any;
|
765
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
766
|
+
handleRemoveTag: (val: string) => void;
|
767
|
+
handleFocus: () => void;
|
768
|
+
focus: () => void;
|
769
|
+
handleInput: (e: any) => void;
|
770
|
+
handleKeydown: (e: any) => void;
|
771
|
+
handleGetLabelByValue: (item: import("./type").ISelected) => string;
|
772
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:modelValue" | "remove" | "enter")[], string, {
|
773
|
+
placeholder: string;
|
774
|
+
selected: import("./type").ISelected[];
|
775
|
+
tagTheme: string;
|
776
|
+
filterable: boolean;
|
777
|
+
allowCreate: boolean;
|
486
778
|
}> & {
|
487
779
|
beforeCreate?: (() => void) | (() => void)[];
|
488
780
|
created?: (() => void) | (() => void)[];
|
@@ -503,99 +795,254 @@ declare const BkSelect: {
|
|
503
795
|
$forceUpdate: () => void;
|
504
796
|
$nextTick: typeof import("vue").nextTick;
|
505
797
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
506
|
-
} & Readonly<{
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
798
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
799
|
+
selected: {
|
800
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelected[]>;
|
801
|
+
default: () => any[];
|
802
|
+
};
|
803
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
804
|
+
default: string;
|
805
|
+
};
|
806
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
807
|
+
default: string;
|
808
|
+
} & {
|
809
|
+
default: string;
|
810
|
+
};
|
811
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
812
|
+
default: boolean;
|
813
|
+
} & {
|
814
|
+
default: boolean;
|
815
|
+
};
|
816
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
817
|
+
default: boolean;
|
818
|
+
} & {
|
819
|
+
default: boolean;
|
820
|
+
};
|
821
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
822
|
+
}>> & {
|
823
|
+
onFocus?: (...args: any[]) => any;
|
824
|
+
onEnter?: (...args: any[]) => any;
|
825
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
826
|
+
onRemove?: (...args: any[]) => any;
|
827
|
+
} & import("vue").ShallowUnwrapRef<{
|
828
|
+
value: any;
|
829
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
830
|
+
handleRemoveTag: (val: string) => void;
|
831
|
+
handleFocus: () => void;
|
832
|
+
focus: () => void;
|
833
|
+
handleInput: (e: any) => void;
|
834
|
+
handleKeydown: (e: any) => void;
|
835
|
+
handleGetLabelByValue: (item: import("./type").ISelected) => string;
|
836
|
+
}> & {} & {} & import("vue").ComponentCustomProperties>;
|
543
837
|
searchLoading: import("vue").Ref<boolean>;
|
544
|
-
|
838
|
+
isOptionsEmpty: import("vue").ComputedRef<boolean>;
|
839
|
+
isSearchEmpty: import("vue").ComputedRef<boolean>;
|
840
|
+
isFocus: import("vue").Ref<boolean>;
|
841
|
+
isShowSelectContent: import("vue").ComputedRef<boolean>;
|
842
|
+
curContentText: import("vue").ComputedRef<string>;
|
843
|
+
isGroup: import("vue").ComputedRef<boolean>;
|
844
|
+
searchKey: import("vue").Ref<string>;
|
545
845
|
setHover: () => void;
|
546
846
|
cancelHover: () => void;
|
547
|
-
handleFocus: () => void;
|
548
|
-
|
549
|
-
toggleMenu: () => void;
|
847
|
+
handleFocus: (e: FocusEvent) => void;
|
848
|
+
handleTogglePopover: () => void;
|
550
849
|
handleClear: (e: Event) => void;
|
551
|
-
onPopoverFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
|
552
850
|
hidePopover: () => void;
|
553
851
|
showPopover: () => void;
|
852
|
+
handleToggleAll: () => void;
|
853
|
+
handleOptionSelected: (option: import("./type").OptionInstanceType) => void;
|
854
|
+
handleClickOutside: ({ event }: {
|
855
|
+
event: any;
|
856
|
+
}) => void;
|
857
|
+
handleScroll: (e: any) => void;
|
858
|
+
handleDeleteTag: (val: string) => void;
|
859
|
+
handleInputChange: (value: any) => void;
|
860
|
+
handleInputEnter: (val: string | number, e: Event) => void;
|
861
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
862
|
+
handleSelectedAllOptionMouseEnter: () => void;
|
554
863
|
}> & {} & {} & import("vue").ComponentCustomProperties;
|
555
864
|
__isFragment?: never;
|
556
865
|
__isTeleport?: never;
|
557
866
|
__isSuspense?: never;
|
558
|
-
} & import("vue").ComponentOptionsBase<Readonly<{
|
559
|
-
modelValue
|
560
|
-
multiple
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
size: string
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
867
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
868
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
869
|
+
multiple: import("vue-types").VueTypeValidableDef<boolean> & {
|
870
|
+
default: boolean;
|
871
|
+
} & {
|
872
|
+
default: boolean;
|
873
|
+
};
|
874
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
875
|
+
default: boolean;
|
876
|
+
} & {
|
877
|
+
default: boolean;
|
878
|
+
};
|
879
|
+
size: import("vue-types").VueTypeDef<string> & {
|
880
|
+
default: string;
|
881
|
+
};
|
882
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
883
|
+
default: boolean;
|
884
|
+
} & {
|
885
|
+
default: boolean;
|
886
|
+
};
|
887
|
+
loading: import("vue-types").VueTypeValidableDef<boolean> & {
|
888
|
+
default: boolean;
|
889
|
+
} & {
|
890
|
+
default: boolean;
|
891
|
+
};
|
892
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
893
|
+
default: boolean;
|
894
|
+
} & {
|
895
|
+
default: boolean;
|
896
|
+
};
|
897
|
+
remoteMethod: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
898
|
+
default: (...args: any[]) => any;
|
899
|
+
};
|
900
|
+
scrollHeight: import("vue-types").VueTypeValidableDef<number> & {
|
901
|
+
default: number;
|
902
|
+
} & {
|
903
|
+
default: number;
|
904
|
+
};
|
905
|
+
showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
906
|
+
default: boolean;
|
907
|
+
} & {
|
908
|
+
default: boolean;
|
909
|
+
};
|
910
|
+
popoverMinWidth: import("vue-types").VueTypeValidableDef<number> & {
|
911
|
+
default: number;
|
912
|
+
} & {
|
913
|
+
default: number;
|
914
|
+
};
|
915
|
+
showOnInit: import("vue-types").VueTypeValidableDef<boolean> & {
|
916
|
+
default: boolean;
|
917
|
+
} & {
|
918
|
+
default: boolean;
|
919
|
+
};
|
920
|
+
multipleMode: import("vue-types").VueTypeDef<string> & {
|
921
|
+
default: string;
|
922
|
+
};
|
923
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
924
|
+
default: string;
|
925
|
+
};
|
926
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
927
|
+
default: string;
|
928
|
+
};
|
929
|
+
collapseTags: import("vue-types").VueTypeValidableDef<boolean> & {
|
930
|
+
default: boolean;
|
931
|
+
} & {
|
932
|
+
default: boolean;
|
933
|
+
};
|
934
|
+
noDataText: import("vue-types").VueTypeValidableDef<string> & {
|
935
|
+
default: string;
|
936
|
+
} & {
|
937
|
+
default: string;
|
938
|
+
};
|
939
|
+
noMatchText: import("vue-types").VueTypeValidableDef<string> & {
|
940
|
+
default: string;
|
941
|
+
} & {
|
942
|
+
default: string;
|
943
|
+
};
|
944
|
+
loadingText: import("vue-types").VueTypeValidableDef<string> & {
|
945
|
+
default: string;
|
946
|
+
} & {
|
947
|
+
default: string;
|
948
|
+
};
|
949
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
950
|
+
default: string;
|
951
|
+
} & {
|
952
|
+
default: string;
|
953
|
+
};
|
954
|
+
selectAllText: import("vue-types").VueTypeValidableDef<string> & {
|
955
|
+
default: string;
|
956
|
+
} & {
|
957
|
+
default: string;
|
958
|
+
};
|
959
|
+
scrollLoading: import("vue-types").VueTypeValidableDef<boolean> & {
|
960
|
+
default: boolean;
|
961
|
+
} & {
|
962
|
+
default: boolean;
|
963
|
+
};
|
964
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
965
|
+
default: boolean;
|
966
|
+
} & {
|
967
|
+
default: boolean;
|
968
|
+
};
|
969
|
+
popoverOptions: import("vue-types").VueTypeValidableDef<{
|
970
|
+
[key: string]: any;
|
971
|
+
}> & {
|
972
|
+
default: () => {
|
973
|
+
[key: string]: any;
|
974
|
+
};
|
975
|
+
} & {
|
976
|
+
default: () => {
|
977
|
+
[key: string]: any;
|
978
|
+
};
|
979
|
+
};
|
980
|
+
customContent: import("vue-types").VueTypeValidableDef<boolean> & {
|
981
|
+
default: boolean;
|
982
|
+
} & {
|
983
|
+
default: boolean;
|
984
|
+
};
|
985
|
+
}>> & {
|
986
|
+
onFocus?: (...args: any[]) => any;
|
987
|
+
onBlur?: (...args: any[]) => any;
|
580
988
|
onChange?: (...args: any[]) => any;
|
581
989
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
990
|
+
onClear?: (...args: any[]) => any;
|
582
991
|
onToggle?: (...args: any[]) => any;
|
992
|
+
"onScroll-end"?: (...args: any[]) => any;
|
583
993
|
}, {
|
584
|
-
|
994
|
+
selected: import("vue").Ref<{
|
995
|
+
value: string;
|
996
|
+
label: string;
|
997
|
+
}[]>;
|
998
|
+
isInput: import("vue").ComputedRef<boolean>;
|
999
|
+
options: import("vue").ComputedRef<import("./type").OptionInstanceType[]>;
|
1000
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
1001
|
+
selectedLabel: import("vue").ComputedRef<string[]>;
|
1002
|
+
isPopoverShow: import("vue").Ref<boolean>;
|
1003
|
+
isHover: import("vue").Ref<boolean>;
|
1004
|
+
popperWidth: import("vue").Ref<string | number>;
|
1005
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
1006
|
+
triggerRef: import("vue").Ref<HTMLElement>;
|
1007
|
+
selectTagInputRef: import("vue").Ref<{
|
585
1008
|
$: import("vue").ComponentInternalInstance;
|
586
1009
|
$data: {};
|
587
1010
|
$props: Partial<{
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
} & {
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
1011
|
+
placeholder: string;
|
1012
|
+
selected: import("./type").ISelected[];
|
1013
|
+
tagTheme: string;
|
1014
|
+
filterable: boolean;
|
1015
|
+
allowCreate: boolean;
|
1016
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
1017
|
+
selected: {
|
1018
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelected[]>;
|
1019
|
+
default: () => any[];
|
1020
|
+
};
|
1021
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
1022
|
+
default: string;
|
1023
|
+
};
|
1024
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
1025
|
+
default: string;
|
1026
|
+
} & {
|
1027
|
+
default: string;
|
1028
|
+
};
|
1029
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
1030
|
+
default: boolean;
|
1031
|
+
} & {
|
1032
|
+
default: boolean;
|
1033
|
+
};
|
1034
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
1035
|
+
default: boolean;
|
1036
|
+
} & {
|
1037
|
+
default: boolean;
|
1038
|
+
};
|
1039
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
1040
|
+
}>> & {
|
1041
|
+
onFocus?: (...args: any[]) => any;
|
1042
|
+
onEnter?: (...args: any[]) => any;
|
1043
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
1044
|
+
onRemove?: (...args: any[]) => any;
|
1045
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placeholder" | "selected" | "tagTheme" | "filterable" | "allowCreate">;
|
599
1046
|
$attrs: {
|
600
1047
|
[x: string]: unknown;
|
601
1048
|
};
|
@@ -607,30 +1054,52 @@ declare const BkSelect: {
|
|
607
1054
|
}>;
|
608
1055
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
609
1056
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
610
|
-
$emit: (event:
|
1057
|
+
$emit: (event: "focus" | "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
|
611
1058
|
$el: any;
|
612
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
1059
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
1060
|
+
selected: {
|
1061
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelected[]>;
|
1062
|
+
default: () => any[];
|
1063
|
+
};
|
1064
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
1065
|
+
default: string;
|
1066
|
+
};
|
1067
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
1068
|
+
default: string;
|
1069
|
+
} & {
|
1070
|
+
default: string;
|
1071
|
+
};
|
1072
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
1073
|
+
default: boolean;
|
1074
|
+
} & {
|
1075
|
+
default: boolean;
|
1076
|
+
};
|
1077
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
1078
|
+
default: boolean;
|
1079
|
+
} & {
|
1080
|
+
default: boolean;
|
1081
|
+
};
|
1082
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
1083
|
+
}>> & {
|
1084
|
+
onFocus?: (...args: any[]) => any;
|
1085
|
+
onEnter?: (...args: any[]) => any;
|
1086
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
1087
|
+
onRemove?: (...args: any[]) => any;
|
1088
|
+
}, {
|
1089
|
+
value: any;
|
1090
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
1091
|
+
handleRemoveTag: (val: string) => void;
|
1092
|
+
handleFocus: () => void;
|
1093
|
+
focus: () => void;
|
1094
|
+
handleInput: (e: any) => void;
|
1095
|
+
handleKeydown: (e: any) => void;
|
1096
|
+
handleGetLabelByValue: (item: import("./type").ISelected) => string;
|
1097
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:modelValue" | "remove" | "enter")[], string, {
|
1098
|
+
placeholder: string;
|
1099
|
+
selected: import("./type").ISelected[];
|
1100
|
+
tagTheme: string;
|
1101
|
+
filterable: boolean;
|
1102
|
+
allowCreate: boolean;
|
634
1103
|
}> & {
|
635
1104
|
beforeCreate?: (() => void) | (() => void)[];
|
636
1105
|
created?: (() => void) | (() => void)[];
|
@@ -651,184 +1120,132 @@ declare const BkSelect: {
|
|
651
1120
|
$forceUpdate: () => void;
|
652
1121
|
$nextTick: typeof import("vue").nextTick;
|
653
1122
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
654
|
-
} & Readonly<{
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
} & {
|
659
|
-
disabled: boolean;
|
660
|
-
} & {
|
661
|
-
label?: string | number;
|
662
|
-
value?: string | number | boolean;
|
663
|
-
}> & {} & import("vue").ShallowUnwrapRef<{
|
664
|
-
selectItemClass: import("vue").ComputedRef<{
|
665
|
-
'is-selected': boolean;
|
666
|
-
'is-disabled': boolean;
|
667
|
-
'is-multiple': boolean;
|
668
|
-
'is-hover': boolean;
|
669
|
-
'bk-select-option': boolean;
|
670
|
-
}>;
|
671
|
-
selected: import("vue").ComputedRef<boolean>;
|
672
|
-
handleOptionClick: () => void;
|
673
|
-
visible: import("vue").Ref<boolean>;
|
674
|
-
}> & {} & {} & import("vue").ComponentCustomProperties>>;
|
675
|
-
selectedOptions: import("vue").Ref<Set<{
|
676
|
-
$: import("vue").ComponentInternalInstance;
|
677
|
-
$data: {};
|
678
|
-
$props: Partial<{
|
679
|
-
disabled: boolean;
|
680
|
-
}> & Omit<Readonly<{
|
681
|
-
value?: unknown;
|
682
|
-
label?: unknown;
|
683
|
-
disabled?: unknown;
|
684
|
-
} & {
|
685
|
-
disabled: boolean;
|
686
|
-
} & {
|
687
|
-
label?: string | number;
|
688
|
-
value?: string | number | boolean;
|
689
|
-
}> & {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
690
|
-
$attrs: {
|
691
|
-
[x: string]: unknown;
|
1123
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
1124
|
+
selected: {
|
1125
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelected[]>;
|
1126
|
+
default: () => any[];
|
692
1127
|
};
|
693
|
-
|
694
|
-
|
1128
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
1129
|
+
default: string;
|
695
1130
|
};
|
696
|
-
|
697
|
-
|
698
|
-
}>;
|
699
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
700
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
701
|
-
$emit: (event: string, ...args: any[]) => void;
|
702
|
-
$el: any;
|
703
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
704
|
-
value?: unknown;
|
705
|
-
label?: unknown;
|
706
|
-
disabled?: unknown;
|
1131
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
1132
|
+
default: string;
|
707
1133
|
} & {
|
708
|
-
|
1134
|
+
default: string;
|
1135
|
+
};
|
1136
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
1137
|
+
default: boolean;
|
709
1138
|
} & {
|
710
|
-
|
711
|
-
value?: string | number | boolean;
|
712
|
-
}> & {}, {
|
713
|
-
selectItemClass: import("vue").ComputedRef<{
|
714
|
-
'is-selected': boolean;
|
715
|
-
'is-disabled': boolean;
|
716
|
-
'is-multiple': boolean;
|
717
|
-
'is-hover': boolean;
|
718
|
-
'bk-select-option': boolean;
|
719
|
-
}>;
|
720
|
-
selected: import("vue").ComputedRef<boolean>;
|
721
|
-
handleOptionClick: () => void;
|
722
|
-
visible: import("vue").Ref<boolean>;
|
723
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
724
|
-
disabled: boolean;
|
725
|
-
}> & {
|
726
|
-
beforeCreate?: (() => void) | (() => void)[];
|
727
|
-
created?: (() => void) | (() => void)[];
|
728
|
-
beforeMount?: (() => void) | (() => void)[];
|
729
|
-
mounted?: (() => void) | (() => void)[];
|
730
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
731
|
-
updated?: (() => void) | (() => void)[];
|
732
|
-
activated?: (() => void) | (() => void)[];
|
733
|
-
deactivated?: (() => void) | (() => void)[];
|
734
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
735
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
736
|
-
destroyed?: (() => void) | (() => void)[];
|
737
|
-
unmounted?: (() => void) | (() => void)[];
|
738
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
739
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
740
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
1139
|
+
default: boolean;
|
741
1140
|
};
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
handleOptionClick: () => void;
|
764
|
-
visible: import("vue").Ref<boolean>;
|
765
|
-
}> & {} & {} & import("vue").ComponentCustomProperties>>;
|
766
|
-
selectedLabel: import("vue").ComputedRef<string>;
|
767
|
-
selectClass: import("vue").ComputedRef<{
|
768
|
-
[x: string]: boolean;
|
769
|
-
'bk-select': boolean;
|
770
|
-
'popover-show': boolean;
|
771
|
-
'is-disabled': boolean;
|
772
|
-
'is-focus': boolean;
|
773
|
-
}>;
|
774
|
-
isPopoverShow: import("vue").Ref<boolean>;
|
775
|
-
placeholder: import("vue").Ref<string>;
|
776
|
-
filterable: import("vue").Ref<boolean>;
|
777
|
-
clearable: import("vue").Ref<boolean>;
|
778
|
-
isHover: import("vue").Ref<boolean>;
|
779
|
-
popperWidth: import("vue").Ref<string | number>;
|
780
|
-
selectTriggerRef: import("vue").Ref<HTMLElement>;
|
781
|
-
searchKey: import("vue").Ref<string>;
|
1141
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
1142
|
+
default: boolean;
|
1143
|
+
} & {
|
1144
|
+
default: boolean;
|
1145
|
+
};
|
1146
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
1147
|
+
}>> & {
|
1148
|
+
onFocus?: (...args: any[]) => any;
|
1149
|
+
onEnter?: (...args: any[]) => any;
|
1150
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
1151
|
+
onRemove?: (...args: any[]) => any;
|
1152
|
+
} & import("vue").ShallowUnwrapRef<{
|
1153
|
+
value: any;
|
1154
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
1155
|
+
handleRemoveTag: (val: string) => void;
|
1156
|
+
handleFocus: () => void;
|
1157
|
+
focus: () => void;
|
1158
|
+
handleInput: (e: any) => void;
|
1159
|
+
handleKeydown: (e: any) => void;
|
1160
|
+
handleGetLabelByValue: (item: import("./type").ISelected) => string;
|
1161
|
+
}> & {} & {} & import("vue").ComponentCustomProperties>;
|
782
1162
|
searchLoading: import("vue").Ref<boolean>;
|
783
|
-
|
1163
|
+
isOptionsEmpty: import("vue").ComputedRef<boolean>;
|
1164
|
+
isSearchEmpty: import("vue").ComputedRef<boolean>;
|
1165
|
+
isFocus: import("vue").Ref<boolean>;
|
1166
|
+
isShowSelectContent: import("vue").ComputedRef<boolean>;
|
1167
|
+
curContentText: import("vue").ComputedRef<string>;
|
1168
|
+
isGroup: import("vue").ComputedRef<boolean>;
|
1169
|
+
searchKey: import("vue").Ref<string>;
|
784
1170
|
setHover: () => void;
|
785
1171
|
cancelHover: () => void;
|
786
|
-
handleFocus: () => void;
|
787
|
-
|
788
|
-
toggleMenu: () => void;
|
1172
|
+
handleFocus: (e: FocusEvent) => void;
|
1173
|
+
handleTogglePopover: () => void;
|
789
1174
|
handleClear: (e: Event) => void;
|
790
|
-
onPopoverFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
|
791
1175
|
hidePopover: () => void;
|
792
1176
|
showPopover: () => void;
|
793
|
-
|
1177
|
+
handleToggleAll: () => void;
|
1178
|
+
handleOptionSelected: (option: import("./type").OptionInstanceType) => void;
|
1179
|
+
handleClickOutside: ({ event }: {
|
1180
|
+
event: any;
|
1181
|
+
}) => void;
|
1182
|
+
handleScroll: (e: any) => void;
|
1183
|
+
handleDeleteTag: (val: string) => void;
|
1184
|
+
handleInputChange: (value: any) => void;
|
1185
|
+
handleInputEnter: (val: string | number, e: Event) => void;
|
1186
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
1187
|
+
handleSelectedAllOptionMouseEnter: () => void;
|
1188
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "change" | "toggle" | "clear" | "update:modelValue" | "scroll-end")[], "focus" | "blur" | "change" | "toggle" | "clear" | "update:modelValue" | "scroll-end", {
|
1189
|
+
showOnInit: boolean;
|
1190
|
+
disabled: boolean;
|
794
1191
|
placeholder: string;
|
795
1192
|
size: string;
|
796
1193
|
multiple: boolean;
|
797
|
-
disabled: boolean;
|
798
1194
|
loading: boolean;
|
799
1195
|
clearable: boolean;
|
1196
|
+
behavior: string;
|
1197
|
+
tagTheme: string;
|
800
1198
|
filterable: boolean;
|
1199
|
+
allowCreate: boolean;
|
1200
|
+
popoverMinWidth: number;
|
801
1201
|
remoteMethod: (...args: any[]) => any;
|
1202
|
+
scrollHeight: number;
|
1203
|
+
showSelectAll: boolean;
|
1204
|
+
multipleMode: string;
|
1205
|
+
collapseTags: boolean;
|
1206
|
+
noDataText: string;
|
1207
|
+
noMatchText: string;
|
1208
|
+
loadingText: string;
|
1209
|
+
selectAllText: string;
|
1210
|
+
scrollLoading: boolean;
|
1211
|
+
popoverOptions: {
|
1212
|
+
[key: string]: any;
|
1213
|
+
};
|
1214
|
+
customContent: boolean;
|
802
1215
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
|
803
1216
|
Option: import("vue").DefineComponent<{
|
804
|
-
value: import("vue-types").
|
805
|
-
label: import("vue-types").
|
1217
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
1218
|
+
label: import("vue-types").VueTypeValidableDef<string> & {
|
1219
|
+
default: string;
|
1220
|
+
} & {
|
1221
|
+
default: string;
|
1222
|
+
};
|
806
1223
|
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
807
1224
|
default: boolean;
|
808
1225
|
} & {
|
809
1226
|
default: boolean;
|
810
1227
|
};
|
811
1228
|
}, {
|
812
|
-
selectItemClass: import("vue").ComputedRef<{
|
813
|
-
'is-selected': boolean;
|
814
|
-
'is-disabled': boolean;
|
815
|
-
'is-multiple': boolean;
|
816
|
-
'is-hover': boolean;
|
817
|
-
'bk-select-option': boolean;
|
818
|
-
}>;
|
819
1229
|
selected: import("vue").ComputedRef<boolean>;
|
1230
|
+
multiple: import("vue").ComputedRef<boolean>;
|
1231
|
+
isHover: import("vue").ComputedRef<boolean>;
|
820
1232
|
handleOptionClick: () => void;
|
1233
|
+
handleMouseEnter: () => void;
|
821
1234
|
visible: import("vue").Ref<boolean>;
|
822
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
823
|
-
value
|
824
|
-
label
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
1235
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1236
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
1237
|
+
label: import("vue-types").VueTypeValidableDef<string> & {
|
1238
|
+
default: string;
|
1239
|
+
} & {
|
1240
|
+
default: string;
|
1241
|
+
};
|
1242
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1243
|
+
default: boolean;
|
1244
|
+
} & {
|
1245
|
+
default: boolean;
|
1246
|
+
};
|
1247
|
+
}>>, {
|
1248
|
+
label: string;
|
832
1249
|
disabled: boolean;
|
833
1250
|
}>;
|
834
1251
|
Group: import("vue").DefineComponent<{
|
@@ -842,108 +1259,47 @@ declare const BkSelect: {
|
|
842
1259
|
} & {
|
843
1260
|
default: boolean;
|
844
1261
|
};
|
1262
|
+
collapsible: import("vue-types").VueTypeValidableDef<boolean> & {
|
1263
|
+
default: boolean;
|
1264
|
+
} & {
|
1265
|
+
default: boolean;
|
1266
|
+
};
|
1267
|
+
collapse: import("vue-types").VueTypeValidableDef<boolean> & {
|
1268
|
+
default: boolean;
|
1269
|
+
} & {
|
1270
|
+
default: boolean;
|
1271
|
+
};
|
845
1272
|
}, {
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
value?: unknown;
|
854
|
-
label?: unknown;
|
855
|
-
disabled?: unknown;
|
856
|
-
} & {
|
857
|
-
disabled: boolean;
|
858
|
-
} & {
|
859
|
-
label?: string | number;
|
860
|
-
value?: string | number | boolean;
|
861
|
-
}> & {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
862
|
-
$attrs: {
|
863
|
-
[x: string]: unknown;
|
864
|
-
};
|
865
|
-
$refs: {
|
866
|
-
[x: string]: unknown;
|
867
|
-
};
|
868
|
-
$slots: Readonly<{
|
869
|
-
[name: string]: import("vue").Slot;
|
870
|
-
}>;
|
871
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
872
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
873
|
-
$emit: (event: string, ...args: any[]) => void;
|
874
|
-
$el: any;
|
875
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
876
|
-
value?: unknown;
|
877
|
-
label?: unknown;
|
878
|
-
disabled?: unknown;
|
879
|
-
} & {
|
880
|
-
disabled: boolean;
|
881
|
-
} & {
|
882
|
-
label?: string | number;
|
883
|
-
value?: string | number | boolean;
|
884
|
-
}> & {}, {
|
885
|
-
selectItemClass: import("vue").ComputedRef<{
|
886
|
-
'is-selected': boolean;
|
887
|
-
'is-disabled': boolean;
|
888
|
-
'is-multiple': boolean;
|
889
|
-
'is-hover': boolean;
|
890
|
-
'bk-select-option': boolean;
|
891
|
-
}>;
|
892
|
-
selected: import("vue").ComputedRef<boolean>;
|
893
|
-
handleOptionClick: () => void;
|
894
|
-
visible: import("vue").Ref<boolean>;
|
895
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
896
|
-
disabled: boolean;
|
897
|
-
}> & {
|
898
|
-
beforeCreate?: (() => void) | (() => void)[];
|
899
|
-
created?: (() => void) | (() => void)[];
|
900
|
-
beforeMount?: (() => void) | (() => void)[];
|
901
|
-
mounted?: (() => void) | (() => void)[];
|
902
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
903
|
-
updated?: (() => void) | (() => void)[];
|
904
|
-
activated?: (() => void) | (() => void)[];
|
905
|
-
deactivated?: (() => void) | (() => void)[];
|
906
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
907
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
908
|
-
destroyed?: (() => void) | (() => void)[];
|
909
|
-
unmounted?: (() => void) | (() => void)[];
|
910
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
911
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
912
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
913
|
-
};
|
914
|
-
$forceUpdate: () => void;
|
915
|
-
$nextTick: typeof import("vue").nextTick;
|
916
|
-
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
917
|
-
} & Readonly<{
|
918
|
-
value?: unknown;
|
919
|
-
label?: unknown;
|
920
|
-
disabled?: unknown;
|
1273
|
+
groupLabel: import("vue").ComputedRef<string>;
|
1274
|
+
handleToggleCollapse: () => void;
|
1275
|
+
groupCollapse: import("vue").Ref<boolean>;
|
1276
|
+
visible: import("vue").Ref<boolean>;
|
1277
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1278
|
+
label: import("vue-types").VueTypeValidableDef<string> & {
|
1279
|
+
default: string;
|
921
1280
|
} & {
|
922
|
-
|
1281
|
+
default: string;
|
1282
|
+
};
|
1283
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1284
|
+
default: boolean;
|
923
1285
|
} & {
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
}> & {} & {} & import("vue").ComponentCustomProperties)[]>;
|
938
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
939
|
-
label?: unknown;
|
940
|
-
disabled?: unknown;
|
941
|
-
} & {
|
942
|
-
label: string;
|
943
|
-
disabled: boolean;
|
944
|
-
} & {}> & {}, {
|
1286
|
+
default: boolean;
|
1287
|
+
};
|
1288
|
+
collapsible: import("vue-types").VueTypeValidableDef<boolean> & {
|
1289
|
+
default: boolean;
|
1290
|
+
} & {
|
1291
|
+
default: boolean;
|
1292
|
+
};
|
1293
|
+
collapse: import("vue-types").VueTypeValidableDef<boolean> & {
|
1294
|
+
default: boolean;
|
1295
|
+
} & {
|
1296
|
+
default: boolean;
|
1297
|
+
};
|
1298
|
+
}>>, {
|
945
1299
|
label: string;
|
946
1300
|
disabled: boolean;
|
1301
|
+
collapse: boolean;
|
1302
|
+
collapsible: boolean;
|
947
1303
|
}>;
|
948
1304
|
}>;
|
949
1305
|
export default BkSelect;
|