bkui-vue 0.0.1-beta.9 → 0.0.1-beta.92
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 +57 -0
- package/dist/index.esm.js +24958 -0
- package/dist/index.umd.js +57 -0
- package/dist/style.css +1 -2348
- 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 +102 -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 +34 -3
- package/lib/alert/index.d.ts +180 -0
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/animate-number.d.ts +12 -7
- package/lib/animate-number/index.d.ts +97 -0
- package/lib/animate-number/index.js +1 -1
- package/lib/backtop/backtop.d.ts +27 -13
- package/lib/backtop/backtop.variable.css +29 -0
- package/lib/backtop/index.d.ts +166 -0
- 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 +34 -5
- package/lib/badge/index.d.ts +267 -0
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
- package/lib/breadcrumb/breadcrumb.css +18 -1
- package/lib/breadcrumb/breadcrumb.d.ts +37 -9
- package/lib/breadcrumb/breadcrumb.less +13 -2
- package/lib/breadcrumb/breadcrumb.variable.css +47 -1
- package/lib/breadcrumb/index.d.ts +194 -0
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button-group.d.ts +3 -5
- package/lib/button/button.css +73 -44
- package/lib/button/button.d.ts +67 -31
- package/lib/button/button.less +68 -47
- package/lib/button/button.variable.css +102 -44
- package/lib/button/index.d.ts +237 -0
- package/lib/button/index.js +1 -1
- package/lib/card/card.css +53 -1
- package/lib/card/card.d.ts +74 -18
- package/lib/card/card.less +50 -2
- package/lib/card/card.variable.css +82 -1
- package/lib/card/index.d.ts +283 -0
- 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 +271 -0
- package/lib/cascader/cascader.less +146 -0
- package/lib/cascader/cascader.variable.css +229 -0
- package/lib/cascader/index.d.ts +721 -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 +15 -2
- package/lib/checkbox/checkbox.d.ts +33 -30
- package/lib/checkbox/checkbox.less +20 -2
- package/lib/checkbox/checkbox.variable.css +44 -2
- package/lib/checkbox/common.d.ts +3 -3
- package/lib/checkbox/index.d.ts +253 -0
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +4 -8
- 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 +285 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/code-diff/index.js +1 -0
- package/lib/collapse/collapse.css +25 -1
- package/lib/collapse/collapse.d.ts +51 -22
- package/lib/collapse/collapse.less +34 -2
- package/lib/collapse/collapse.variable.css +124 -1
- package/lib/collapse/index.d.ts +182 -0
- package/lib/collapse/index.js +1 -1
- package/lib/collapse/utils.d.ts +11 -0
- package/lib/components.d.ts +27 -4
- package/lib/components.js +1 -0
- package/lib/container/col.d.ts +51 -0
- package/lib/container/container.css +48 -0
- package/lib/container/container.d.ts +83 -0
- package/lib/container/container.less +20 -0
- package/lib/container/container.variable.css +147 -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 +408 -0
- package/lib/date-picker/date-picker.d.ts +312 -0
- package/lib/date-picker/date-picker.less +527 -0
- package/lib/date-picker/date-picker.variable.css +507 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +753 -0
- package/lib/date-picker/index.js +1 -0
- package/lib/date-picker/interface.d.ts +22 -0
- package/lib/date-picker/props.d.ts +118 -0
- package/lib/date-picker/utils.d.ts +97 -0
- package/lib/dialog/dialog.css +66 -14
- package/lib/dialog/dialog.d.ts +305 -52
- package/lib/dialog/dialog.less +34 -14
- package/lib/dialog/dialog.variable.css +66 -14
- package/lib/dialog/index.d.ts +772 -0
- package/lib/dialog/index.js +1 -1
- package/lib/directives/clickoutside.d.ts +3 -23
- package/lib/directives/index.d.ts +3 -0
- package/lib/directives/index.js +2 -15
- package/lib/directives/index.js.LICENSE.txt +14 -0
- package/lib/directives/tooltips.d.ts +17 -0
- package/lib/dist.index.js +1 -0
- package/lib/divider/divider.css +38 -0
- package/lib/divider/divider.d.ts +48 -0
- package/lib/divider/divider.less +53 -0
- package/lib/divider/divider.variable.css +137 -0
- package/lib/divider/index.d.ts +142 -0
- package/lib/divider/index.js +1 -0
- package/lib/divider/props.d.ts +21 -0
- package/lib/dropdown/dropdown-item.d.ts +19 -0
- package/lib/dropdown/dropdown-menu.d.ts +16 -0
- package/lib/dropdown/dropdown.css +47 -0
- package/lib/dropdown/dropdown.d.ts +63 -0
- package/lib/dropdown/dropdown.less +59 -0
- package/lib/dropdown/dropdown.variable.css +146 -0
- package/lib/dropdown/index.d.ts +200 -0
- package/lib/dropdown/index.js +1 -0
- package/lib/exception/exception.d.ts +11 -9
- package/lib/exception/exception.variable.css +29 -0
- package/lib/exception/index.d.ts +96 -0
- 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 +29 -0
- package/lib/fixed-navbar/index.d.ts +147 -0
- 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 +155 -0
- package/lib/form/form.css +125 -0
- package/lib/form/form.d.ts +81 -0
- package/lib/form/form.less +152 -0
- package/lib/form/form.variable.css +224 -0
- package/lib/form/index.d.ts +303 -0
- package/lib/form/index.js +1 -0
- package/lib/form/type.d.ts +23 -0
- package/lib/form/validator.d.ts +9 -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.d.ts +4 -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.d.ts +4 -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.d.ts +4 -0
- package/lib/icon/angle-down-line.js +1 -0
- package/lib/icon/angle-down.d.ts +4 -0
- package/lib/icon/angle-down.js +1 -0
- package/lib/icon/angle-left.d.ts +4 -0
- package/lib/icon/angle-left.js +1 -0
- package/lib/icon/angle-right.d.ts +4 -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.d.ts +4 -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.d.ts +4 -0
- package/lib/icon/code.js +1 -0
- package/lib/icon/cog-shape.d.ts +4 -0
- package/lib/icon/cog-shape.js +1 -0
- package/lib/icon/collapse-left.d.ts +4 -0
- package/lib/icon/collapse-left.js +1 -0
- package/lib/icon/copy.d.ts +4 -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.d.ts +4 -0
- package/lib/icon/done.js +1 -0
- package/lib/icon/down-shape.d.ts +4 -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.d.ts +4 -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.d.ts +4 -0
- package/lib/icon/folder-open.js +1 -0
- package/lib/icon/folder-shape-open.d.ts +4 -0
- package/lib/icon/folder-shape-open.js +1 -0
- package/lib/icon/folder-shape.d.ts +4 -0
- package/lib/icon/folder-shape.js +1 -0
- package/lib/icon/folder.d.ts +4 -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 +69 -0
- package/lib/icon/index.js +1 -15
- package/lib/icon/info-line.js +1 -0
- package/lib/icon/info.d.ts +4 -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.d.ts +4 -0
- package/lib/icon/play-shape.js +1 -0
- package/lib/icon/plus.d.ts +4 -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.d.ts +4 -0
- package/lib/icon/right-shape.js +1 -0
- package/lib/icon/search.js +1 -0
- package/lib/icon/share.d.ts +4 -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.d.ts +4 -0
- package/lib/icon/success.js +1 -0
- package/lib/icon/switcher-loading.js +1 -0
- package/lib/icon/text-file.d.ts +4 -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.d.ts +4 -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.d.ts +4 -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 +1 -1
- package/lib/index.js +1 -0
- package/lib/input/index.d.ts +541 -0
- package/lib/input/index.js +1 -15
- package/lib/input/input.css +82 -5
- package/lib/input/input.d.ts +181 -51
- package/lib/input/input.less +93 -9
- package/lib/input/input.variable.css +112 -5
- package/lib/link/index.d.ts +164 -0
- package/lib/link/index.js +1 -1
- package/lib/link/link.d.ts +25 -13
- package/lib/link/link.variable.css +29 -0
- package/lib/loading/index.d.ts +172 -0
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +122 -75
- package/lib/loading/loading.d.ts +67 -20
- package/lib/loading/loading.less +79 -60
- package/lib/loading/loading.variable.css +151 -75
- package/lib/menu/index.d.ts +176 -0
- package/lib/menu/index.js +1 -0
- package/lib/menu/menu-group.d.ts +14 -0
- package/lib/menu/menu-item.d.ts +16 -0
- package/lib/menu/menu.css +190 -0
- package/lib/menu/menu.d.ts +55 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +289 -0
- package/lib/menu/submenu.css +3 -0
- package/lib/menu/submenu.d.ts +22 -0
- package/lib/menu/submenu.less +5 -0
- package/lib/menu/submenu.variable.css +102 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/{message.d.ts → index.d.ts} +0 -0
- package/lib/message/index.js +1 -1
- package/lib/message/message.css +27 -1
- package/lib/message/message.less +30 -1
- package/lib/message/message.variable.css +56 -1
- package/lib/message/messageConstructor.d.ts +71 -20
- package/lib/modal/index.d.ts +605 -0
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +30 -1
- package/lib/modal/modal.d.ts +195 -24
- package/lib/modal/modal.less +39 -1
- package/lib/modal/modal.variable.css +30 -1
- package/lib/modal/props.mixin.d.ts +82 -10
- package/lib/navigation/index.d.ts +292 -0
- package/lib/navigation/index.js +1 -0
- package/lib/navigation/navigation-title.d.ts +25 -0
- package/lib/navigation/navigation.css +184 -0
- package/lib/navigation/navigation.d.ts +111 -0
- package/lib/navigation/navigation.less +210 -0
- package/lib/navigation/navigation.variable.css +283 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/index.js +1 -0
- package/lib/notify/notify.css +65 -0
- package/lib/notify/notify.less +76 -0
- package/lib/notify/notify.variable.css +164 -0
- package/lib/notify/notifyConstructor.d.ts +135 -0
- 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 +278 -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 +387 -0
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.css +28 -16
- package/lib/popover/popover.d.ts +122 -45
- package/lib/popover/popover.less +59 -46
- package/lib/popover/popover.variable.css +57 -16
- package/lib/popover/props.d.ts +104 -0
- package/lib/preset.d.ts +2 -3
- package/lib/preset.js +1 -0
- package/lib/process/index.d.ts +205 -0
- package/lib/process/index.js +1 -0
- package/lib/process/process.css +138 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.less +178 -0
- package/lib/process/process.variable.css +237 -0
- package/lib/progress/index.d.ts +398 -0
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.css +8 -3
- package/lib/progress/progress.d.ts +89 -36
- package/lib/progress/progress.less +0 -4
- package/lib/progress/progress.variable.css +37 -3
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +277 -0
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +28 -20
- package/lib/radio/radio-group.d.ts +11 -10
- package/lib/radio/radio.css +14 -8
- package/lib/radio/radio.d.ts +27 -17
- package/lib/radio/radio.less +16 -9
- package/lib/radio/radio.variable.css +44 -9
- package/lib/radio/type.d.ts +10 -5
- package/lib/rate/index.d.ts +113 -0
- 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 +288 -0
- package/lib/select/common.d.ts +23 -17
- package/lib/select/index.d.ts +1675 -0
- package/lib/select/index.js +1 -1
- package/lib/select/option.d.ts +15 -20
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +229 -41
- package/lib/select/select.d.ts +381 -157
- package/lib/select/select.less +242 -53
- package/lib/select/select.variable.css +258 -41
- package/lib/select/selectTagInput.d.ts +71 -0
- package/lib/select/type.d.ts +35 -0
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
- package/lib/shared/index.d.ts +73 -0
- 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} +60 -6
- package/lib/shared/token.d.ts +4 -0
- package/lib/shared/utils.d.ts +6 -0
- package/lib/shared/vue-types.d.ts +12 -7
- package/lib/shared/z-index-manager.d.ts +6 -1
- package/lib/sideslider/index.d.ts +533 -0
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.css +48 -3
- package/lib/sideslider/sideslider.d.ts +205 -30
- package/lib/sideslider/sideslider.less +65 -6
- package/lib/sideslider/sideslider.variable.css +77 -3
- package/lib/slider/index.d.ts +440 -0
- package/lib/slider/index.js +1 -0
- package/lib/slider/slider-button.d.ts +80 -0
- package/lib/slider/slider.css +149 -0
- package/lib/slider/slider.d.ts +201 -0
- package/lib/slider/slider.less +179 -0
- package/lib/slider/slider.variable.css +248 -0
- package/lib/steps/index.d.ts +250 -0
- package/lib/steps/index.js +1 -15
- package/lib/steps/steps.css +15 -4
- package/lib/steps/steps.d.ts +42 -29
- package/lib/steps/steps.less +22 -4
- package/lib/steps/steps.variable.css +44 -4
- package/lib/styles/index.d.ts +51 -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 +8 -0
- package/lib/styles/mixins/mixins.less +1 -0
- package/lib/styles/mixins/mixins.variable.css +8 -0
- package/lib/styles/mixins/popper.css +43 -0
- package/lib/styles/mixins/popper.less +52 -0
- package/lib/styles/mixins/popper.variable.css +43 -0
- package/lib/styles/mixins/size.less +9 -0
- package/lib/styles/reset.css +273 -0
- package/lib/styles/reset.less +313 -0
- package/lib/styles/reset.variable.css +273 -0
- package/lib/styles/themes/themes.less +45 -1
- 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 +286 -0
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.css +157 -135
- package/lib/switcher/switcher.d.ts +51 -35
- package/lib/switcher/switcher.less +211 -153
- package/lib/switcher/switcher.variable.css +186 -135
- package/lib/tab/index.d.ts +440 -0
- package/lib/tab/index.js +1 -0
- package/lib/tab/props.d.ts +194 -0
- package/lib/tab/tab-nav.d.ts +169 -0
- package/lib/tab/tab-panel.d.ts +73 -0
- package/lib/tab/tab.css +167 -0
- package/lib/tab/tab.d.ts +139 -0
- package/lib/tab/tab.less +228 -0
- package/lib/tab/tab.variable.css +266 -0
- package/lib/table/const.d.ts +43 -0
- package/lib/table/index.d.ts +547 -0
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.css +68 -0
- package/lib/table/plugins/head-filter.less +83 -0
- package/lib/table/plugins/head-filter.variable.css +167 -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 +121 -0
- package/lib/table/plugins/settings.css +110 -0
- package/lib/table/plugins/settings.less +136 -0
- package/lib/table/plugins/settings.variable.css +209 -0
- package/lib/table/props.d.ts +243 -0
- package/lib/table/render.d.ts +118 -0
- package/lib/table/table.css +436 -0
- package/lib/table/table.d.ts +194 -32
- package/lib/table/table.less +282 -1
- package/lib/table/table.variable.css +465 -0
- package/lib/table/use-common.d.ts +71 -0
- package/lib/table/utils.d.ts +102 -0
- package/lib/tag/index.d.ts +229 -0
- 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 +126 -0
- 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 +308 -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 +334 -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 +238 -0
- package/lib/tree/constant.d.ts +43 -0
- package/lib/tree/index.d.ts +472 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/props.d.ts +168 -0
- package/lib/tree/tree.css +53 -0
- package/lib/tree/tree.d.ts +204 -0
- package/lib/tree/tree.less +66 -0
- package/lib/tree/tree.variable.css +152 -0
- package/lib/tree/use-empty.d.ts +6 -0
- package/lib/tree/use-node-action.d.ts +11 -0
- package/lib/tree/use-node-async.d.ts +5 -0
- package/lib/tree/use-node-attribute.d.ts +31 -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 +66 -0
- package/lib/upload/index.d.ts +2 -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 +374 -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 +473 -0
- package/lib/upload/use-ajax-upload.d.ts +3 -0
- package/lib/upload/use-file-handler.d.ts +44 -0
- package/lib/use-message.d.ts +2 -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 +43 -0
- package/lib/virtual-render/virtual-render.variable.css +33 -0
- package/package.json +108 -81
- package/dist/bkui-vue.cjs.js +0 -5171
- package/dist/bkui-vue.esm.js +0 -5137
- package/dist/bkui-vue.umd.js +0 -5174
- package/lib/styles/index.js +0 -1
- package/lib/table/common.d.ts +0 -3
- package/lib/table/table-layout.d.ts +0 -14
- package/lib/table/type.d.ts +0 -12
@@ -0,0 +1,1675 @@
|
|
1
|
+
import Option from './option';
|
2
|
+
import OptionGroup from './optionGroup';
|
3
|
+
declare const BkSelect: {
|
4
|
+
new (...args: any[]): {
|
5
|
+
$: import("vue").ComponentInternalInstance;
|
6
|
+
$data: {};
|
7
|
+
$props: Partial<{
|
8
|
+
showOnInit: boolean;
|
9
|
+
disabled: boolean;
|
10
|
+
placeholder: string;
|
11
|
+
size: string;
|
12
|
+
multiple: boolean;
|
13
|
+
loading: boolean;
|
14
|
+
clearable: boolean;
|
15
|
+
behavior: string;
|
16
|
+
tagTheme: string;
|
17
|
+
filterable: boolean;
|
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
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
31
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
32
|
+
multiple: import("vue-types").VueTypeValidableDef<boolean> & {
|
33
|
+
default: boolean;
|
34
|
+
} & {
|
35
|
+
default: boolean;
|
36
|
+
};
|
37
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
38
|
+
default: boolean;
|
39
|
+
} & {
|
40
|
+
default: boolean;
|
41
|
+
};
|
42
|
+
size: import("vue-types").VueTypeDef<string> & {
|
43
|
+
default: string;
|
44
|
+
};
|
45
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
46
|
+
default: boolean;
|
47
|
+
} & {
|
48
|
+
default: boolean;
|
49
|
+
};
|
50
|
+
loading: import("vue-types").VueTypeValidableDef<boolean> & {
|
51
|
+
default: boolean;
|
52
|
+
} & {
|
53
|
+
default: boolean;
|
54
|
+
};
|
55
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
56
|
+
default: boolean;
|
57
|
+
} & {
|
58
|
+
default: boolean;
|
59
|
+
};
|
60
|
+
remoteMethod: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
61
|
+
default: (...args: any[]) => any;
|
62
|
+
};
|
63
|
+
scrollHeight: import("vue-types").VueTypeValidableDef<number> & {
|
64
|
+
default: number;
|
65
|
+
} & {
|
66
|
+
default: number;
|
67
|
+
};
|
68
|
+
showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
69
|
+
default: boolean;
|
70
|
+
} & {
|
71
|
+
default: boolean;
|
72
|
+
};
|
73
|
+
popoverMinWidth: import("vue-types").VueTypeValidableDef<number> & {
|
74
|
+
default: number;
|
75
|
+
} & {
|
76
|
+
default: number;
|
77
|
+
};
|
78
|
+
showOnInit: import("vue-types").VueTypeValidableDef<boolean> & {
|
79
|
+
default: boolean;
|
80
|
+
} & {
|
81
|
+
default: boolean;
|
82
|
+
};
|
83
|
+
multipleMode: import("vue-types").VueTypeDef<string> & {
|
84
|
+
default: string;
|
85
|
+
};
|
86
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
87
|
+
default: string;
|
88
|
+
};
|
89
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
90
|
+
default: string;
|
91
|
+
};
|
92
|
+
collapseTags: import("vue-types").VueTypeValidableDef<boolean> & {
|
93
|
+
default: boolean;
|
94
|
+
} & {
|
95
|
+
default: boolean;
|
96
|
+
};
|
97
|
+
noDataText: import("vue-types").VueTypeValidableDef<string> & {
|
98
|
+
default: string;
|
99
|
+
} & {
|
100
|
+
default: string;
|
101
|
+
};
|
102
|
+
noMatchText: import("vue-types").VueTypeValidableDef<string> & {
|
103
|
+
default: string;
|
104
|
+
} & {
|
105
|
+
default: string;
|
106
|
+
};
|
107
|
+
loadingText: import("vue-types").VueTypeValidableDef<string> & {
|
108
|
+
default: string;
|
109
|
+
} & {
|
110
|
+
default: string;
|
111
|
+
};
|
112
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
113
|
+
default: string;
|
114
|
+
} & {
|
115
|
+
default: string;
|
116
|
+
};
|
117
|
+
selectAllText: import("vue-types").VueTypeValidableDef<string> & {
|
118
|
+
default: string;
|
119
|
+
} & {
|
120
|
+
default: string;
|
121
|
+
};
|
122
|
+
scrollLoading: import("vue-types").VueTypeValidableDef<boolean> & {
|
123
|
+
default: boolean;
|
124
|
+
} & {
|
125
|
+
default: boolean;
|
126
|
+
};
|
127
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
128
|
+
default: boolean;
|
129
|
+
} & {
|
130
|
+
default: boolean;
|
131
|
+
};
|
132
|
+
}>> & {
|
133
|
+
onChange?: (...args: any[]) => any;
|
134
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
135
|
+
onClear?: (...args: any[]) => any;
|
136
|
+
onToggle?: (...args: any[]) => any;
|
137
|
+
"onScroll-end"?: (...args: any[]) => any;
|
138
|
+
} & 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">;
|
139
|
+
$attrs: {
|
140
|
+
[x: string]: unknown;
|
141
|
+
};
|
142
|
+
$refs: {
|
143
|
+
[x: string]: unknown;
|
144
|
+
};
|
145
|
+
$slots: Readonly<{
|
146
|
+
[name: string]: import("vue").Slot;
|
147
|
+
}>;
|
148
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
149
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
150
|
+
$emit: (event: "change" | "toggle" | "clear" | "update:modelValue" | "scroll-end", ...args: any[]) => void;
|
151
|
+
$el: any;
|
152
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
153
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
154
|
+
multiple: import("vue-types").VueTypeValidableDef<boolean> & {
|
155
|
+
default: boolean;
|
156
|
+
} & {
|
157
|
+
default: boolean;
|
158
|
+
};
|
159
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
160
|
+
default: boolean;
|
161
|
+
} & {
|
162
|
+
default: boolean;
|
163
|
+
};
|
164
|
+
size: import("vue-types").VueTypeDef<string> & {
|
165
|
+
default: string;
|
166
|
+
};
|
167
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
168
|
+
default: boolean;
|
169
|
+
} & {
|
170
|
+
default: boolean;
|
171
|
+
};
|
172
|
+
loading: import("vue-types").VueTypeValidableDef<boolean> & {
|
173
|
+
default: boolean;
|
174
|
+
} & {
|
175
|
+
default: boolean;
|
176
|
+
};
|
177
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
178
|
+
default: boolean;
|
179
|
+
} & {
|
180
|
+
default: boolean;
|
181
|
+
};
|
182
|
+
remoteMethod: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
183
|
+
default: (...args: any[]) => any;
|
184
|
+
};
|
185
|
+
scrollHeight: import("vue-types").VueTypeValidableDef<number> & {
|
186
|
+
default: number;
|
187
|
+
} & {
|
188
|
+
default: number;
|
189
|
+
};
|
190
|
+
showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
191
|
+
default: boolean;
|
192
|
+
} & {
|
193
|
+
default: boolean;
|
194
|
+
};
|
195
|
+
popoverMinWidth: import("vue-types").VueTypeValidableDef<number> & {
|
196
|
+
default: number;
|
197
|
+
} & {
|
198
|
+
default: number;
|
199
|
+
};
|
200
|
+
showOnInit: import("vue-types").VueTypeValidableDef<boolean> & {
|
201
|
+
default: boolean;
|
202
|
+
} & {
|
203
|
+
default: boolean;
|
204
|
+
};
|
205
|
+
multipleMode: import("vue-types").VueTypeDef<string> & {
|
206
|
+
default: string;
|
207
|
+
};
|
208
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
209
|
+
default: string;
|
210
|
+
};
|
211
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
212
|
+
default: string;
|
213
|
+
};
|
214
|
+
collapseTags: import("vue-types").VueTypeValidableDef<boolean> & {
|
215
|
+
default: boolean;
|
216
|
+
} & {
|
217
|
+
default: boolean;
|
218
|
+
};
|
219
|
+
noDataText: import("vue-types").VueTypeValidableDef<string> & {
|
220
|
+
default: string;
|
221
|
+
} & {
|
222
|
+
default: string;
|
223
|
+
};
|
224
|
+
noMatchText: import("vue-types").VueTypeValidableDef<string> & {
|
225
|
+
default: string;
|
226
|
+
} & {
|
227
|
+
default: string;
|
228
|
+
};
|
229
|
+
loadingText: import("vue-types").VueTypeValidableDef<string> & {
|
230
|
+
default: string;
|
231
|
+
} & {
|
232
|
+
default: string;
|
233
|
+
};
|
234
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
235
|
+
default: string;
|
236
|
+
} & {
|
237
|
+
default: string;
|
238
|
+
};
|
239
|
+
selectAllText: import("vue-types").VueTypeValidableDef<string> & {
|
240
|
+
default: string;
|
241
|
+
} & {
|
242
|
+
default: string;
|
243
|
+
};
|
244
|
+
scrollLoading: import("vue-types").VueTypeValidableDef<boolean> & {
|
245
|
+
default: boolean;
|
246
|
+
} & {
|
247
|
+
default: boolean;
|
248
|
+
};
|
249
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
250
|
+
default: boolean;
|
251
|
+
} & {
|
252
|
+
default: boolean;
|
253
|
+
};
|
254
|
+
}>> & {
|
255
|
+
onChange?: (...args: any[]) => any;
|
256
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
257
|
+
onClear?: (...args: any[]) => any;
|
258
|
+
onToggle?: (...args: any[]) => any;
|
259
|
+
"onScroll-end"?: (...args: any[]) => any;
|
260
|
+
}, {
|
261
|
+
selected: import("vue").Ref<{
|
262
|
+
value: any;
|
263
|
+
label: string;
|
264
|
+
}[]>;
|
265
|
+
isInput: import("vue").ComputedRef<boolean>;
|
266
|
+
options: import("vue").Ref<({
|
267
|
+
$: import("vue").ComponentInternalInstance;
|
268
|
+
$data: {};
|
269
|
+
$props: Partial<{
|
270
|
+
disabled: boolean;
|
271
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
272
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
273
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
274
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
275
|
+
default: boolean;
|
276
|
+
} & {
|
277
|
+
default: boolean;
|
278
|
+
};
|
279
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
280
|
+
$attrs: {
|
281
|
+
[x: string]: unknown;
|
282
|
+
};
|
283
|
+
$refs: {
|
284
|
+
[x: string]: unknown;
|
285
|
+
};
|
286
|
+
$slots: Readonly<{
|
287
|
+
[name: string]: import("vue").Slot;
|
288
|
+
}>;
|
289
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
290
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
291
|
+
$emit: (event: string, ...args: any[]) => void;
|
292
|
+
$el: any;
|
293
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
294
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
295
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
296
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
297
|
+
default: boolean;
|
298
|
+
} & {
|
299
|
+
default: boolean;
|
300
|
+
};
|
301
|
+
}>>, {
|
302
|
+
selected: import("vue").ComputedRef<boolean>;
|
303
|
+
multiple: import("vue").ComputedRef<boolean>;
|
304
|
+
isHover: import("vue").ComputedRef<boolean>;
|
305
|
+
handleOptionClick: () => void;
|
306
|
+
handleMouseEnter: () => void;
|
307
|
+
visible: import("vue").Ref<boolean>;
|
308
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
309
|
+
disabled: boolean;
|
310
|
+
}> & {
|
311
|
+
beforeCreate?: (() => void) | (() => void)[];
|
312
|
+
created?: (() => void) | (() => void)[];
|
313
|
+
beforeMount?: (() => void) | (() => void)[];
|
314
|
+
mounted?: (() => void) | (() => void)[];
|
315
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
316
|
+
updated?: (() => void) | (() => void)[];
|
317
|
+
activated?: (() => void) | (() => void)[];
|
318
|
+
deactivated?: (() => void) | (() => void)[];
|
319
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
320
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
321
|
+
destroyed?: (() => void) | (() => void)[];
|
322
|
+
unmounted?: (() => void) | (() => void)[];
|
323
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
324
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
325
|
+
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)[];
|
326
|
+
};
|
327
|
+
$forceUpdate: () => void;
|
328
|
+
$nextTick: typeof import("vue").nextTick;
|
329
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
330
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
331
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
332
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
333
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
334
|
+
default: boolean;
|
335
|
+
} & {
|
336
|
+
default: boolean;
|
337
|
+
};
|
338
|
+
}>> & import("vue").ShallowUnwrapRef<{
|
339
|
+
selected: import("vue").ComputedRef<boolean>;
|
340
|
+
multiple: import("vue").ComputedRef<boolean>;
|
341
|
+
isHover: import("vue").ComputedRef<boolean>;
|
342
|
+
handleOptionClick: () => void;
|
343
|
+
handleMouseEnter: () => void;
|
344
|
+
visible: import("vue").Ref<boolean>;
|
345
|
+
}> & {} & {} & import("vue").ComponentCustomProperties)[]>;
|
346
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
347
|
+
selectedLabel: import("vue").ComputedRef<string[]>;
|
348
|
+
isPopoverShow: import("vue").Ref<boolean>;
|
349
|
+
isHover: import("vue").Ref<boolean>;
|
350
|
+
popperWidth: import("vue").Ref<string | number>;
|
351
|
+
popoverRef: import("vue").Ref<any>;
|
352
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
353
|
+
selectTagInputRef: import("vue").Ref<{
|
354
|
+
$: import("vue").ComponentInternalInstance;
|
355
|
+
$data: {};
|
356
|
+
$props: Partial<{
|
357
|
+
placeholder: string;
|
358
|
+
selected: import("./type").ISelectedData[];
|
359
|
+
tagTheme: string;
|
360
|
+
filterable: boolean;
|
361
|
+
allowCreate: boolean;
|
362
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
363
|
+
selected: {
|
364
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
|
365
|
+
default: () => any[];
|
366
|
+
};
|
367
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
368
|
+
default: string;
|
369
|
+
};
|
370
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
371
|
+
default: string;
|
372
|
+
} & {
|
373
|
+
default: string;
|
374
|
+
};
|
375
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
376
|
+
default: boolean;
|
377
|
+
} & {
|
378
|
+
default: boolean;
|
379
|
+
};
|
380
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
381
|
+
default: boolean;
|
382
|
+
} & {
|
383
|
+
default: boolean;
|
384
|
+
};
|
385
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
386
|
+
}>> & {
|
387
|
+
onFocus?: (...args: any[]) => any;
|
388
|
+
onEnter?: (...args: any[]) => any;
|
389
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
390
|
+
onRemove?: (...args: any[]) => any;
|
391
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placeholder" | "selected" | "tagTheme" | "filterable" | "allowCreate">;
|
392
|
+
$attrs: {
|
393
|
+
[x: string]: unknown;
|
394
|
+
};
|
395
|
+
$refs: {
|
396
|
+
[x: string]: unknown;
|
397
|
+
};
|
398
|
+
$slots: Readonly<{
|
399
|
+
[name: string]: import("vue").Slot;
|
400
|
+
}>;
|
401
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
402
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
403
|
+
$emit: (event: "focus" | "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
|
404
|
+
$el: any;
|
405
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
406
|
+
selected: {
|
407
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
|
408
|
+
default: () => any[];
|
409
|
+
};
|
410
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
411
|
+
default: string;
|
412
|
+
};
|
413
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
414
|
+
default: string;
|
415
|
+
} & {
|
416
|
+
default: string;
|
417
|
+
};
|
418
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
419
|
+
default: boolean;
|
420
|
+
} & {
|
421
|
+
default: boolean;
|
422
|
+
};
|
423
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
424
|
+
default: boolean;
|
425
|
+
} & {
|
426
|
+
default: boolean;
|
427
|
+
};
|
428
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
429
|
+
}>> & {
|
430
|
+
onFocus?: (...args: any[]) => any;
|
431
|
+
onEnter?: (...args: any[]) => any;
|
432
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
433
|
+
onRemove?: (...args: any[]) => any;
|
434
|
+
}, {
|
435
|
+
value: any;
|
436
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
437
|
+
handleRemoveTag: (data: import("./type").ISelectedData) => void;
|
438
|
+
handleFocus: () => void;
|
439
|
+
focus: () => void;
|
440
|
+
handleInput: (e: any) => void;
|
441
|
+
handleKeydown: (e: any) => void;
|
442
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:modelValue" | "remove" | "enter")[], string, {
|
443
|
+
placeholder: string;
|
444
|
+
selected: import("./type").ISelectedData[];
|
445
|
+
tagTheme: string;
|
446
|
+
filterable: boolean;
|
447
|
+
allowCreate: boolean;
|
448
|
+
}> & {
|
449
|
+
beforeCreate?: (() => void) | (() => void)[];
|
450
|
+
created?: (() => void) | (() => void)[];
|
451
|
+
beforeMount?: (() => void) | (() => void)[];
|
452
|
+
mounted?: (() => void) | (() => void)[];
|
453
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
454
|
+
updated?: (() => void) | (() => void)[];
|
455
|
+
activated?: (() => void) | (() => void)[];
|
456
|
+
deactivated?: (() => void) | (() => void)[];
|
457
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
458
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
459
|
+
destroyed?: (() => void) | (() => void)[];
|
460
|
+
unmounted?: (() => void) | (() => void)[];
|
461
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
462
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
463
|
+
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)[];
|
464
|
+
};
|
465
|
+
$forceUpdate: () => void;
|
466
|
+
$nextTick: typeof import("vue").nextTick;
|
467
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
468
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
469
|
+
selected: {
|
470
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
|
471
|
+
default: () => any[];
|
472
|
+
};
|
473
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
474
|
+
default: string;
|
475
|
+
};
|
476
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
477
|
+
default: string;
|
478
|
+
} & {
|
479
|
+
default: string;
|
480
|
+
};
|
481
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
482
|
+
default: boolean;
|
483
|
+
} & {
|
484
|
+
default: boolean;
|
485
|
+
};
|
486
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
487
|
+
default: boolean;
|
488
|
+
} & {
|
489
|
+
default: boolean;
|
490
|
+
};
|
491
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
492
|
+
}>> & {
|
493
|
+
onFocus?: (...args: any[]) => any;
|
494
|
+
onEnter?: (...args: any[]) => any;
|
495
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
496
|
+
onRemove?: (...args: any[]) => any;
|
497
|
+
} & import("vue").ShallowUnwrapRef<{
|
498
|
+
value: any;
|
499
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
500
|
+
handleRemoveTag: (data: import("./type").ISelectedData) => void;
|
501
|
+
handleFocus: () => void;
|
502
|
+
focus: () => void;
|
503
|
+
handleInput: (e: any) => void;
|
504
|
+
handleKeydown: (e: any) => void;
|
505
|
+
}> & {} & {} & import("vue").ComponentCustomProperties>;
|
506
|
+
searchLoading: import("vue").Ref<boolean>;
|
507
|
+
isOptionsEmpty: import("vue").ComputedRef<boolean>;
|
508
|
+
isSearchEmpty: import("vue").ComputedRef<boolean>;
|
509
|
+
isFocus: import("vue").Ref<boolean>;
|
510
|
+
isShowSelectContent: import("vue").ComputedRef<boolean>;
|
511
|
+
curContentText: import("vue").ComputedRef<string>;
|
512
|
+
isGroup: import("vue").ComputedRef<boolean>;
|
513
|
+
searchKey: import("vue").Ref<string>;
|
514
|
+
setHover: () => void;
|
515
|
+
cancelHover: () => void;
|
516
|
+
handleFocus: () => void;
|
517
|
+
handleTogglePopover: () => void;
|
518
|
+
handleClear: (e: Event) => void;
|
519
|
+
onPopoverFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
|
520
|
+
hidePopover: () => void;
|
521
|
+
showPopover: () => void;
|
522
|
+
handleToggleAll: () => void;
|
523
|
+
handleOptionSelected: (option: {
|
524
|
+
$: import("vue").ComponentInternalInstance;
|
525
|
+
$data: {};
|
526
|
+
$props: Partial<{
|
527
|
+
disabled: boolean;
|
528
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
529
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
530
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
531
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
532
|
+
default: boolean;
|
533
|
+
} & {
|
534
|
+
default: boolean;
|
535
|
+
};
|
536
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
537
|
+
$attrs: {
|
538
|
+
[x: string]: unknown;
|
539
|
+
};
|
540
|
+
$refs: {
|
541
|
+
[x: string]: unknown;
|
542
|
+
};
|
543
|
+
$slots: Readonly<{
|
544
|
+
[name: string]: import("vue").Slot;
|
545
|
+
}>;
|
546
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
547
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
548
|
+
$emit: (event: string, ...args: any[]) => void;
|
549
|
+
$el: any;
|
550
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
551
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
552
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
553
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
554
|
+
default: boolean;
|
555
|
+
} & {
|
556
|
+
default: boolean;
|
557
|
+
};
|
558
|
+
}>>, {
|
559
|
+
selected: import("vue").ComputedRef<boolean>;
|
560
|
+
multiple: import("vue").ComputedRef<boolean>;
|
561
|
+
isHover: import("vue").ComputedRef<boolean>;
|
562
|
+
handleOptionClick: () => void;
|
563
|
+
handleMouseEnter: () => void;
|
564
|
+
visible: import("vue").Ref<boolean>;
|
565
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
566
|
+
disabled: boolean;
|
567
|
+
}> & {
|
568
|
+
beforeCreate?: (() => void) | (() => void)[];
|
569
|
+
created?: (() => void) | (() => void)[];
|
570
|
+
beforeMount?: (() => void) | (() => void)[];
|
571
|
+
mounted?: (() => void) | (() => void)[];
|
572
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
573
|
+
updated?: (() => void) | (() => void)[];
|
574
|
+
activated?: (() => void) | (() => void)[];
|
575
|
+
deactivated?: (() => void) | (() => void)[];
|
576
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
577
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
578
|
+
destroyed?: (() => void) | (() => void)[];
|
579
|
+
unmounted?: (() => void) | (() => void)[];
|
580
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
581
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
582
|
+
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)[];
|
583
|
+
};
|
584
|
+
$forceUpdate: () => void;
|
585
|
+
$nextTick: typeof import("vue").nextTick;
|
586
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
587
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
588
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
589
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
590
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
591
|
+
default: boolean;
|
592
|
+
} & {
|
593
|
+
default: boolean;
|
594
|
+
};
|
595
|
+
}>> & import("vue").ShallowUnwrapRef<{
|
596
|
+
selected: import("vue").ComputedRef<boolean>;
|
597
|
+
multiple: import("vue").ComputedRef<boolean>;
|
598
|
+
isHover: import("vue").ComputedRef<boolean>;
|
599
|
+
handleOptionClick: () => void;
|
600
|
+
handleMouseEnter: () => void;
|
601
|
+
visible: import("vue").Ref<boolean>;
|
602
|
+
}> & {} & {} & import("vue").ComponentCustomProperties) => void;
|
603
|
+
handleClickOutside: () => void;
|
604
|
+
handleScroll: (e: any) => void;
|
605
|
+
handleDeleteTag: (data: import("./type").ISelectedData) => void;
|
606
|
+
handleInputChange: (value: any) => void;
|
607
|
+
handleInputEnter: (value: any, e: Event) => void;
|
608
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
609
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "toggle" | "clear" | "update:modelValue" | "scroll-end")[], string, {
|
610
|
+
showOnInit: boolean;
|
611
|
+
disabled: boolean;
|
612
|
+
placeholder: string;
|
613
|
+
size: string;
|
614
|
+
multiple: boolean;
|
615
|
+
loading: boolean;
|
616
|
+
clearable: boolean;
|
617
|
+
behavior: string;
|
618
|
+
tagTheme: string;
|
619
|
+
filterable: boolean;
|
620
|
+
allowCreate: boolean;
|
621
|
+
popoverMinWidth: number;
|
622
|
+
remoteMethod: (...args: any[]) => any;
|
623
|
+
scrollHeight: number;
|
624
|
+
showSelectAll: boolean;
|
625
|
+
multipleMode: string;
|
626
|
+
collapseTags: boolean;
|
627
|
+
noDataText: string;
|
628
|
+
noMatchText: string;
|
629
|
+
loadingText: string;
|
630
|
+
selectAllText: string;
|
631
|
+
scrollLoading: boolean;
|
632
|
+
}> & {
|
633
|
+
beforeCreate?: (() => void) | (() => void)[];
|
634
|
+
created?: (() => void) | (() => void)[];
|
635
|
+
beforeMount?: (() => void) | (() => void)[];
|
636
|
+
mounted?: (() => void) | (() => void)[];
|
637
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
638
|
+
updated?: (() => void) | (() => void)[];
|
639
|
+
activated?: (() => void) | (() => void)[];
|
640
|
+
deactivated?: (() => void) | (() => void)[];
|
641
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
642
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
643
|
+
destroyed?: (() => void) | (() => void)[];
|
644
|
+
unmounted?: (() => void) | (() => void)[];
|
645
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
646
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
647
|
+
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)[];
|
648
|
+
};
|
649
|
+
$forceUpdate: () => void;
|
650
|
+
$nextTick: typeof import("vue").nextTick;
|
651
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
652
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
653
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
654
|
+
multiple: import("vue-types").VueTypeValidableDef<boolean> & {
|
655
|
+
default: boolean;
|
656
|
+
} & {
|
657
|
+
default: boolean;
|
658
|
+
};
|
659
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
660
|
+
default: boolean;
|
661
|
+
} & {
|
662
|
+
default: boolean;
|
663
|
+
};
|
664
|
+
size: import("vue-types").VueTypeDef<string> & {
|
665
|
+
default: string;
|
666
|
+
};
|
667
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
668
|
+
default: boolean;
|
669
|
+
} & {
|
670
|
+
default: boolean;
|
671
|
+
};
|
672
|
+
loading: import("vue-types").VueTypeValidableDef<boolean> & {
|
673
|
+
default: boolean;
|
674
|
+
} & {
|
675
|
+
default: boolean;
|
676
|
+
};
|
677
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
678
|
+
default: boolean;
|
679
|
+
} & {
|
680
|
+
default: boolean;
|
681
|
+
};
|
682
|
+
remoteMethod: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
683
|
+
default: (...args: any[]) => any;
|
684
|
+
};
|
685
|
+
scrollHeight: import("vue-types").VueTypeValidableDef<number> & {
|
686
|
+
default: number;
|
687
|
+
} & {
|
688
|
+
default: number;
|
689
|
+
};
|
690
|
+
showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
691
|
+
default: boolean;
|
692
|
+
} & {
|
693
|
+
default: boolean;
|
694
|
+
};
|
695
|
+
popoverMinWidth: import("vue-types").VueTypeValidableDef<number> & {
|
696
|
+
default: number;
|
697
|
+
} & {
|
698
|
+
default: number;
|
699
|
+
};
|
700
|
+
showOnInit: import("vue-types").VueTypeValidableDef<boolean> & {
|
701
|
+
default: boolean;
|
702
|
+
} & {
|
703
|
+
default: boolean;
|
704
|
+
};
|
705
|
+
multipleMode: import("vue-types").VueTypeDef<string> & {
|
706
|
+
default: string;
|
707
|
+
};
|
708
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
709
|
+
default: string;
|
710
|
+
};
|
711
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
712
|
+
default: string;
|
713
|
+
};
|
714
|
+
collapseTags: import("vue-types").VueTypeValidableDef<boolean> & {
|
715
|
+
default: boolean;
|
716
|
+
} & {
|
717
|
+
default: boolean;
|
718
|
+
};
|
719
|
+
noDataText: import("vue-types").VueTypeValidableDef<string> & {
|
720
|
+
default: string;
|
721
|
+
} & {
|
722
|
+
default: string;
|
723
|
+
};
|
724
|
+
noMatchText: import("vue-types").VueTypeValidableDef<string> & {
|
725
|
+
default: string;
|
726
|
+
} & {
|
727
|
+
default: string;
|
728
|
+
};
|
729
|
+
loadingText: import("vue-types").VueTypeValidableDef<string> & {
|
730
|
+
default: string;
|
731
|
+
} & {
|
732
|
+
default: string;
|
733
|
+
};
|
734
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
735
|
+
default: string;
|
736
|
+
} & {
|
737
|
+
default: string;
|
738
|
+
};
|
739
|
+
selectAllText: import("vue-types").VueTypeValidableDef<string> & {
|
740
|
+
default: string;
|
741
|
+
} & {
|
742
|
+
default: string;
|
743
|
+
};
|
744
|
+
scrollLoading: import("vue-types").VueTypeValidableDef<boolean> & {
|
745
|
+
default: boolean;
|
746
|
+
} & {
|
747
|
+
default: boolean;
|
748
|
+
};
|
749
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
750
|
+
default: boolean;
|
751
|
+
} & {
|
752
|
+
default: boolean;
|
753
|
+
};
|
754
|
+
}>> & {
|
755
|
+
onChange?: (...args: any[]) => any;
|
756
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
757
|
+
onClear?: (...args: any[]) => any;
|
758
|
+
onToggle?: (...args: any[]) => any;
|
759
|
+
"onScroll-end"?: (...args: any[]) => any;
|
760
|
+
} & import("vue").ShallowUnwrapRef<{
|
761
|
+
selected: import("vue").Ref<{
|
762
|
+
value: any;
|
763
|
+
label: string;
|
764
|
+
}[]>;
|
765
|
+
isInput: import("vue").ComputedRef<boolean>;
|
766
|
+
options: import("vue").Ref<({
|
767
|
+
$: import("vue").ComponentInternalInstance;
|
768
|
+
$data: {};
|
769
|
+
$props: Partial<{
|
770
|
+
disabled: boolean;
|
771
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
772
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
773
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
774
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
775
|
+
default: boolean;
|
776
|
+
} & {
|
777
|
+
default: boolean;
|
778
|
+
};
|
779
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
780
|
+
$attrs: {
|
781
|
+
[x: string]: unknown;
|
782
|
+
};
|
783
|
+
$refs: {
|
784
|
+
[x: string]: unknown;
|
785
|
+
};
|
786
|
+
$slots: Readonly<{
|
787
|
+
[name: string]: import("vue").Slot;
|
788
|
+
}>;
|
789
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
790
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
791
|
+
$emit: (event: string, ...args: any[]) => void;
|
792
|
+
$el: any;
|
793
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
794
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
795
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
796
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
797
|
+
default: boolean;
|
798
|
+
} & {
|
799
|
+
default: boolean;
|
800
|
+
};
|
801
|
+
}>>, {
|
802
|
+
selected: import("vue").ComputedRef<boolean>;
|
803
|
+
multiple: import("vue").ComputedRef<boolean>;
|
804
|
+
isHover: import("vue").ComputedRef<boolean>;
|
805
|
+
handleOptionClick: () => void;
|
806
|
+
handleMouseEnter: () => void;
|
807
|
+
visible: import("vue").Ref<boolean>;
|
808
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
809
|
+
disabled: boolean;
|
810
|
+
}> & {
|
811
|
+
beforeCreate?: (() => void) | (() => void)[];
|
812
|
+
created?: (() => void) | (() => void)[];
|
813
|
+
beforeMount?: (() => void) | (() => void)[];
|
814
|
+
mounted?: (() => void) | (() => void)[];
|
815
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
816
|
+
updated?: (() => void) | (() => void)[];
|
817
|
+
activated?: (() => void) | (() => void)[];
|
818
|
+
deactivated?: (() => void) | (() => void)[];
|
819
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
820
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
821
|
+
destroyed?: (() => void) | (() => void)[];
|
822
|
+
unmounted?: (() => void) | (() => void)[];
|
823
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
824
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
825
|
+
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)[];
|
826
|
+
};
|
827
|
+
$forceUpdate: () => void;
|
828
|
+
$nextTick: typeof import("vue").nextTick;
|
829
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
830
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
831
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
832
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
833
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
834
|
+
default: boolean;
|
835
|
+
} & {
|
836
|
+
default: boolean;
|
837
|
+
};
|
838
|
+
}>> & import("vue").ShallowUnwrapRef<{
|
839
|
+
selected: import("vue").ComputedRef<boolean>;
|
840
|
+
multiple: import("vue").ComputedRef<boolean>;
|
841
|
+
isHover: import("vue").ComputedRef<boolean>;
|
842
|
+
handleOptionClick: () => void;
|
843
|
+
handleMouseEnter: () => void;
|
844
|
+
visible: import("vue").Ref<boolean>;
|
845
|
+
}> & {} & {} & import("vue").ComponentCustomProperties)[]>;
|
846
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
847
|
+
selectedLabel: import("vue").ComputedRef<string[]>;
|
848
|
+
isPopoverShow: import("vue").Ref<boolean>;
|
849
|
+
isHover: import("vue").Ref<boolean>;
|
850
|
+
popperWidth: import("vue").Ref<string | number>;
|
851
|
+
popoverRef: import("vue").Ref<any>;
|
852
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
853
|
+
selectTagInputRef: import("vue").Ref<{
|
854
|
+
$: import("vue").ComponentInternalInstance;
|
855
|
+
$data: {};
|
856
|
+
$props: Partial<{
|
857
|
+
placeholder: string;
|
858
|
+
selected: import("./type").ISelectedData[];
|
859
|
+
tagTheme: string;
|
860
|
+
filterable: boolean;
|
861
|
+
allowCreate: boolean;
|
862
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
863
|
+
selected: {
|
864
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
|
865
|
+
default: () => any[];
|
866
|
+
};
|
867
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
868
|
+
default: string;
|
869
|
+
};
|
870
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
871
|
+
default: string;
|
872
|
+
} & {
|
873
|
+
default: string;
|
874
|
+
};
|
875
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
876
|
+
default: boolean;
|
877
|
+
} & {
|
878
|
+
default: boolean;
|
879
|
+
};
|
880
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
881
|
+
default: boolean;
|
882
|
+
} & {
|
883
|
+
default: boolean;
|
884
|
+
};
|
885
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
886
|
+
}>> & {
|
887
|
+
onFocus?: (...args: any[]) => any;
|
888
|
+
onEnter?: (...args: any[]) => any;
|
889
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
890
|
+
onRemove?: (...args: any[]) => any;
|
891
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placeholder" | "selected" | "tagTheme" | "filterable" | "allowCreate">;
|
892
|
+
$attrs: {
|
893
|
+
[x: string]: unknown;
|
894
|
+
};
|
895
|
+
$refs: {
|
896
|
+
[x: string]: unknown;
|
897
|
+
};
|
898
|
+
$slots: Readonly<{
|
899
|
+
[name: string]: import("vue").Slot;
|
900
|
+
}>;
|
901
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
902
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
903
|
+
$emit: (event: "focus" | "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
|
904
|
+
$el: any;
|
905
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
906
|
+
selected: {
|
907
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
|
908
|
+
default: () => any[];
|
909
|
+
};
|
910
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
911
|
+
default: string;
|
912
|
+
};
|
913
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
914
|
+
default: string;
|
915
|
+
} & {
|
916
|
+
default: string;
|
917
|
+
};
|
918
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
919
|
+
default: boolean;
|
920
|
+
} & {
|
921
|
+
default: boolean;
|
922
|
+
};
|
923
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
924
|
+
default: boolean;
|
925
|
+
} & {
|
926
|
+
default: boolean;
|
927
|
+
};
|
928
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
929
|
+
}>> & {
|
930
|
+
onFocus?: (...args: any[]) => any;
|
931
|
+
onEnter?: (...args: any[]) => any;
|
932
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
933
|
+
onRemove?: (...args: any[]) => any;
|
934
|
+
}, {
|
935
|
+
value: any;
|
936
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
937
|
+
handleRemoveTag: (data: import("./type").ISelectedData) => void;
|
938
|
+
handleFocus: () => void;
|
939
|
+
focus: () => void;
|
940
|
+
handleInput: (e: any) => void;
|
941
|
+
handleKeydown: (e: any) => void;
|
942
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:modelValue" | "remove" | "enter")[], string, {
|
943
|
+
placeholder: string;
|
944
|
+
selected: import("./type").ISelectedData[];
|
945
|
+
tagTheme: string;
|
946
|
+
filterable: boolean;
|
947
|
+
allowCreate: boolean;
|
948
|
+
}> & {
|
949
|
+
beforeCreate?: (() => void) | (() => void)[];
|
950
|
+
created?: (() => void) | (() => void)[];
|
951
|
+
beforeMount?: (() => void) | (() => void)[];
|
952
|
+
mounted?: (() => void) | (() => void)[];
|
953
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
954
|
+
updated?: (() => void) | (() => void)[];
|
955
|
+
activated?: (() => void) | (() => void)[];
|
956
|
+
deactivated?: (() => void) | (() => void)[];
|
957
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
958
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
959
|
+
destroyed?: (() => void) | (() => void)[];
|
960
|
+
unmounted?: (() => void) | (() => void)[];
|
961
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
962
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
963
|
+
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)[];
|
964
|
+
};
|
965
|
+
$forceUpdate: () => void;
|
966
|
+
$nextTick: typeof import("vue").nextTick;
|
967
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
968
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
969
|
+
selected: {
|
970
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
|
971
|
+
default: () => any[];
|
972
|
+
};
|
973
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
974
|
+
default: string;
|
975
|
+
};
|
976
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
977
|
+
default: string;
|
978
|
+
} & {
|
979
|
+
default: string;
|
980
|
+
};
|
981
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
982
|
+
default: boolean;
|
983
|
+
} & {
|
984
|
+
default: boolean;
|
985
|
+
};
|
986
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
987
|
+
default: boolean;
|
988
|
+
} & {
|
989
|
+
default: boolean;
|
990
|
+
};
|
991
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
992
|
+
}>> & {
|
993
|
+
onFocus?: (...args: any[]) => any;
|
994
|
+
onEnter?: (...args: any[]) => any;
|
995
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
996
|
+
onRemove?: (...args: any[]) => any;
|
997
|
+
} & import("vue").ShallowUnwrapRef<{
|
998
|
+
value: any;
|
999
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
1000
|
+
handleRemoveTag: (data: import("./type").ISelectedData) => void;
|
1001
|
+
handleFocus: () => void;
|
1002
|
+
focus: () => void;
|
1003
|
+
handleInput: (e: any) => void;
|
1004
|
+
handleKeydown: (e: any) => void;
|
1005
|
+
}> & {} & {} & import("vue").ComponentCustomProperties>;
|
1006
|
+
searchLoading: import("vue").Ref<boolean>;
|
1007
|
+
isOptionsEmpty: import("vue").ComputedRef<boolean>;
|
1008
|
+
isSearchEmpty: import("vue").ComputedRef<boolean>;
|
1009
|
+
isFocus: import("vue").Ref<boolean>;
|
1010
|
+
isShowSelectContent: import("vue").ComputedRef<boolean>;
|
1011
|
+
curContentText: import("vue").ComputedRef<string>;
|
1012
|
+
isGroup: import("vue").ComputedRef<boolean>;
|
1013
|
+
searchKey: import("vue").Ref<string>;
|
1014
|
+
setHover: () => void;
|
1015
|
+
cancelHover: () => void;
|
1016
|
+
handleFocus: () => void;
|
1017
|
+
handleTogglePopover: () => void;
|
1018
|
+
handleClear: (e: Event) => void;
|
1019
|
+
onPopoverFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
|
1020
|
+
hidePopover: () => void;
|
1021
|
+
showPopover: () => void;
|
1022
|
+
handleToggleAll: () => void;
|
1023
|
+
handleOptionSelected: (option: {
|
1024
|
+
$: import("vue").ComponentInternalInstance;
|
1025
|
+
$data: {};
|
1026
|
+
$props: Partial<{
|
1027
|
+
disabled: boolean;
|
1028
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
1029
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
1030
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
1031
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1032
|
+
default: boolean;
|
1033
|
+
} & {
|
1034
|
+
default: boolean;
|
1035
|
+
};
|
1036
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
1037
|
+
$attrs: {
|
1038
|
+
[x: string]: unknown;
|
1039
|
+
};
|
1040
|
+
$refs: {
|
1041
|
+
[x: string]: unknown;
|
1042
|
+
};
|
1043
|
+
$slots: Readonly<{
|
1044
|
+
[name: string]: import("vue").Slot;
|
1045
|
+
}>;
|
1046
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
1047
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
1048
|
+
$emit: (event: string, ...args: any[]) => void;
|
1049
|
+
$el: any;
|
1050
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
1051
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
1052
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
1053
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1054
|
+
default: boolean;
|
1055
|
+
} & {
|
1056
|
+
default: boolean;
|
1057
|
+
};
|
1058
|
+
}>>, {
|
1059
|
+
selected: import("vue").ComputedRef<boolean>;
|
1060
|
+
multiple: import("vue").ComputedRef<boolean>;
|
1061
|
+
isHover: import("vue").ComputedRef<boolean>;
|
1062
|
+
handleOptionClick: () => void;
|
1063
|
+
handleMouseEnter: () => void;
|
1064
|
+
visible: import("vue").Ref<boolean>;
|
1065
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
1066
|
+
disabled: boolean;
|
1067
|
+
}> & {
|
1068
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1069
|
+
created?: (() => void) | (() => void)[];
|
1070
|
+
beforeMount?: (() => void) | (() => void)[];
|
1071
|
+
mounted?: (() => void) | (() => void)[];
|
1072
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1073
|
+
updated?: (() => void) | (() => void)[];
|
1074
|
+
activated?: (() => void) | (() => void)[];
|
1075
|
+
deactivated?: (() => void) | (() => void)[];
|
1076
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1077
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1078
|
+
destroyed?: (() => void) | (() => void)[];
|
1079
|
+
unmounted?: (() => void) | (() => void)[];
|
1080
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1081
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1082
|
+
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)[];
|
1083
|
+
};
|
1084
|
+
$forceUpdate: () => void;
|
1085
|
+
$nextTick: typeof import("vue").nextTick;
|
1086
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
1087
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
1088
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
1089
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
1090
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1091
|
+
default: boolean;
|
1092
|
+
} & {
|
1093
|
+
default: boolean;
|
1094
|
+
};
|
1095
|
+
}>> & import("vue").ShallowUnwrapRef<{
|
1096
|
+
selected: import("vue").ComputedRef<boolean>;
|
1097
|
+
multiple: import("vue").ComputedRef<boolean>;
|
1098
|
+
isHover: import("vue").ComputedRef<boolean>;
|
1099
|
+
handleOptionClick: () => void;
|
1100
|
+
handleMouseEnter: () => void;
|
1101
|
+
visible: import("vue").Ref<boolean>;
|
1102
|
+
}> & {} & {} & import("vue").ComponentCustomProperties) => void;
|
1103
|
+
handleClickOutside: () => void;
|
1104
|
+
handleScroll: (e: any) => void;
|
1105
|
+
handleDeleteTag: (data: import("./type").ISelectedData) => void;
|
1106
|
+
handleInputChange: (value: any) => void;
|
1107
|
+
handleInputEnter: (value: any, e: Event) => void;
|
1108
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
1109
|
+
}> & {} & {} & import("vue").ComponentCustomProperties;
|
1110
|
+
__isFragment?: never;
|
1111
|
+
__isTeleport?: never;
|
1112
|
+
__isSuspense?: never;
|
1113
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
1114
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
1115
|
+
multiple: import("vue-types").VueTypeValidableDef<boolean> & {
|
1116
|
+
default: boolean;
|
1117
|
+
} & {
|
1118
|
+
default: boolean;
|
1119
|
+
};
|
1120
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1121
|
+
default: boolean;
|
1122
|
+
} & {
|
1123
|
+
default: boolean;
|
1124
|
+
};
|
1125
|
+
size: import("vue-types").VueTypeDef<string> & {
|
1126
|
+
default: string;
|
1127
|
+
};
|
1128
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
1129
|
+
default: boolean;
|
1130
|
+
} & {
|
1131
|
+
default: boolean;
|
1132
|
+
};
|
1133
|
+
loading: import("vue-types").VueTypeValidableDef<boolean> & {
|
1134
|
+
default: boolean;
|
1135
|
+
} & {
|
1136
|
+
default: boolean;
|
1137
|
+
};
|
1138
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
1139
|
+
default: boolean;
|
1140
|
+
} & {
|
1141
|
+
default: boolean;
|
1142
|
+
};
|
1143
|
+
remoteMethod: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
1144
|
+
default: (...args: any[]) => any;
|
1145
|
+
};
|
1146
|
+
scrollHeight: import("vue-types").VueTypeValidableDef<number> & {
|
1147
|
+
default: number;
|
1148
|
+
} & {
|
1149
|
+
default: number;
|
1150
|
+
};
|
1151
|
+
showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
1152
|
+
default: boolean;
|
1153
|
+
} & {
|
1154
|
+
default: boolean;
|
1155
|
+
};
|
1156
|
+
popoverMinWidth: import("vue-types").VueTypeValidableDef<number> & {
|
1157
|
+
default: number;
|
1158
|
+
} & {
|
1159
|
+
default: number;
|
1160
|
+
};
|
1161
|
+
showOnInit: import("vue-types").VueTypeValidableDef<boolean> & {
|
1162
|
+
default: boolean;
|
1163
|
+
} & {
|
1164
|
+
default: boolean;
|
1165
|
+
};
|
1166
|
+
multipleMode: import("vue-types").VueTypeDef<string> & {
|
1167
|
+
default: string;
|
1168
|
+
};
|
1169
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
1170
|
+
default: string;
|
1171
|
+
};
|
1172
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
1173
|
+
default: string;
|
1174
|
+
};
|
1175
|
+
collapseTags: import("vue-types").VueTypeValidableDef<boolean> & {
|
1176
|
+
default: boolean;
|
1177
|
+
} & {
|
1178
|
+
default: boolean;
|
1179
|
+
};
|
1180
|
+
noDataText: import("vue-types").VueTypeValidableDef<string> & {
|
1181
|
+
default: string;
|
1182
|
+
} & {
|
1183
|
+
default: string;
|
1184
|
+
};
|
1185
|
+
noMatchText: import("vue-types").VueTypeValidableDef<string> & {
|
1186
|
+
default: string;
|
1187
|
+
} & {
|
1188
|
+
default: string;
|
1189
|
+
};
|
1190
|
+
loadingText: import("vue-types").VueTypeValidableDef<string> & {
|
1191
|
+
default: string;
|
1192
|
+
} & {
|
1193
|
+
default: string;
|
1194
|
+
};
|
1195
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
1196
|
+
default: string;
|
1197
|
+
} & {
|
1198
|
+
default: string;
|
1199
|
+
};
|
1200
|
+
selectAllText: import("vue-types").VueTypeValidableDef<string> & {
|
1201
|
+
default: string;
|
1202
|
+
} & {
|
1203
|
+
default: string;
|
1204
|
+
};
|
1205
|
+
scrollLoading: import("vue-types").VueTypeValidableDef<boolean> & {
|
1206
|
+
default: boolean;
|
1207
|
+
} & {
|
1208
|
+
default: boolean;
|
1209
|
+
};
|
1210
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
1211
|
+
default: boolean;
|
1212
|
+
} & {
|
1213
|
+
default: boolean;
|
1214
|
+
};
|
1215
|
+
}>> & {
|
1216
|
+
onChange?: (...args: any[]) => any;
|
1217
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
1218
|
+
onClear?: (...args: any[]) => any;
|
1219
|
+
onToggle?: (...args: any[]) => any;
|
1220
|
+
"onScroll-end"?: (...args: any[]) => any;
|
1221
|
+
}, {
|
1222
|
+
selected: import("vue").Ref<{
|
1223
|
+
value: any;
|
1224
|
+
label: string;
|
1225
|
+
}[]>;
|
1226
|
+
isInput: import("vue").ComputedRef<boolean>;
|
1227
|
+
options: import("vue").Ref<({
|
1228
|
+
$: import("vue").ComponentInternalInstance;
|
1229
|
+
$data: {};
|
1230
|
+
$props: Partial<{
|
1231
|
+
disabled: boolean;
|
1232
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
1233
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
1234
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
1235
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1236
|
+
default: boolean;
|
1237
|
+
} & {
|
1238
|
+
default: boolean;
|
1239
|
+
};
|
1240
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
1241
|
+
$attrs: {
|
1242
|
+
[x: string]: unknown;
|
1243
|
+
};
|
1244
|
+
$refs: {
|
1245
|
+
[x: string]: unknown;
|
1246
|
+
};
|
1247
|
+
$slots: Readonly<{
|
1248
|
+
[name: string]: import("vue").Slot;
|
1249
|
+
}>;
|
1250
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
1251
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
1252
|
+
$emit: (event: string, ...args: any[]) => void;
|
1253
|
+
$el: any;
|
1254
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
1255
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
1256
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
1257
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1258
|
+
default: boolean;
|
1259
|
+
} & {
|
1260
|
+
default: boolean;
|
1261
|
+
};
|
1262
|
+
}>>, {
|
1263
|
+
selected: import("vue").ComputedRef<boolean>;
|
1264
|
+
multiple: import("vue").ComputedRef<boolean>;
|
1265
|
+
isHover: import("vue").ComputedRef<boolean>;
|
1266
|
+
handleOptionClick: () => void;
|
1267
|
+
handleMouseEnter: () => void;
|
1268
|
+
visible: import("vue").Ref<boolean>;
|
1269
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
1270
|
+
disabled: boolean;
|
1271
|
+
}> & {
|
1272
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1273
|
+
created?: (() => void) | (() => void)[];
|
1274
|
+
beforeMount?: (() => void) | (() => void)[];
|
1275
|
+
mounted?: (() => void) | (() => void)[];
|
1276
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1277
|
+
updated?: (() => void) | (() => void)[];
|
1278
|
+
activated?: (() => void) | (() => void)[];
|
1279
|
+
deactivated?: (() => void) | (() => void)[];
|
1280
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1281
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1282
|
+
destroyed?: (() => void) | (() => void)[];
|
1283
|
+
unmounted?: (() => void) | (() => void)[];
|
1284
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1285
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1286
|
+
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)[];
|
1287
|
+
};
|
1288
|
+
$forceUpdate: () => void;
|
1289
|
+
$nextTick: typeof import("vue").nextTick;
|
1290
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
1291
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
1292
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
1293
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
1294
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1295
|
+
default: boolean;
|
1296
|
+
} & {
|
1297
|
+
default: boolean;
|
1298
|
+
};
|
1299
|
+
}>> & import("vue").ShallowUnwrapRef<{
|
1300
|
+
selected: import("vue").ComputedRef<boolean>;
|
1301
|
+
multiple: import("vue").ComputedRef<boolean>;
|
1302
|
+
isHover: import("vue").ComputedRef<boolean>;
|
1303
|
+
handleOptionClick: () => void;
|
1304
|
+
handleMouseEnter: () => void;
|
1305
|
+
visible: import("vue").Ref<boolean>;
|
1306
|
+
}> & {} & {} & import("vue").ComponentCustomProperties)[]>;
|
1307
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
1308
|
+
selectedLabel: import("vue").ComputedRef<string[]>;
|
1309
|
+
isPopoverShow: import("vue").Ref<boolean>;
|
1310
|
+
isHover: import("vue").Ref<boolean>;
|
1311
|
+
popperWidth: import("vue").Ref<string | number>;
|
1312
|
+
popoverRef: import("vue").Ref<any>;
|
1313
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
1314
|
+
selectTagInputRef: import("vue").Ref<{
|
1315
|
+
$: import("vue").ComponentInternalInstance;
|
1316
|
+
$data: {};
|
1317
|
+
$props: Partial<{
|
1318
|
+
placeholder: string;
|
1319
|
+
selected: import("./type").ISelectedData[];
|
1320
|
+
tagTheme: string;
|
1321
|
+
filterable: boolean;
|
1322
|
+
allowCreate: boolean;
|
1323
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
1324
|
+
selected: {
|
1325
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
|
1326
|
+
default: () => any[];
|
1327
|
+
};
|
1328
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
1329
|
+
default: string;
|
1330
|
+
};
|
1331
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
1332
|
+
default: string;
|
1333
|
+
} & {
|
1334
|
+
default: string;
|
1335
|
+
};
|
1336
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
1337
|
+
default: boolean;
|
1338
|
+
} & {
|
1339
|
+
default: boolean;
|
1340
|
+
};
|
1341
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
1342
|
+
default: boolean;
|
1343
|
+
} & {
|
1344
|
+
default: boolean;
|
1345
|
+
};
|
1346
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
1347
|
+
}>> & {
|
1348
|
+
onFocus?: (...args: any[]) => any;
|
1349
|
+
onEnter?: (...args: any[]) => any;
|
1350
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
1351
|
+
onRemove?: (...args: any[]) => any;
|
1352
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placeholder" | "selected" | "tagTheme" | "filterable" | "allowCreate">;
|
1353
|
+
$attrs: {
|
1354
|
+
[x: string]: unknown;
|
1355
|
+
};
|
1356
|
+
$refs: {
|
1357
|
+
[x: string]: unknown;
|
1358
|
+
};
|
1359
|
+
$slots: Readonly<{
|
1360
|
+
[name: string]: import("vue").Slot;
|
1361
|
+
}>;
|
1362
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
1363
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
1364
|
+
$emit: (event: "focus" | "update:modelValue" | "remove" | "enter", ...args: any[]) => void;
|
1365
|
+
$el: any;
|
1366
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
1367
|
+
selected: {
|
1368
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
|
1369
|
+
default: () => any[];
|
1370
|
+
};
|
1371
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
1372
|
+
default: string;
|
1373
|
+
};
|
1374
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
1375
|
+
default: string;
|
1376
|
+
} & {
|
1377
|
+
default: string;
|
1378
|
+
};
|
1379
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
1380
|
+
default: boolean;
|
1381
|
+
} & {
|
1382
|
+
default: boolean;
|
1383
|
+
};
|
1384
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
1385
|
+
default: boolean;
|
1386
|
+
} & {
|
1387
|
+
default: boolean;
|
1388
|
+
};
|
1389
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
1390
|
+
}>> & {
|
1391
|
+
onFocus?: (...args: any[]) => any;
|
1392
|
+
onEnter?: (...args: any[]) => any;
|
1393
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
1394
|
+
onRemove?: (...args: any[]) => any;
|
1395
|
+
}, {
|
1396
|
+
value: any;
|
1397
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
1398
|
+
handleRemoveTag: (data: import("./type").ISelectedData) => void;
|
1399
|
+
handleFocus: () => void;
|
1400
|
+
focus: () => void;
|
1401
|
+
handleInput: (e: any) => void;
|
1402
|
+
handleKeydown: (e: any) => void;
|
1403
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "update:modelValue" | "remove" | "enter")[], string, {
|
1404
|
+
placeholder: string;
|
1405
|
+
selected: import("./type").ISelectedData[];
|
1406
|
+
tagTheme: string;
|
1407
|
+
filterable: boolean;
|
1408
|
+
allowCreate: boolean;
|
1409
|
+
}> & {
|
1410
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1411
|
+
created?: (() => void) | (() => void)[];
|
1412
|
+
beforeMount?: (() => void) | (() => void)[];
|
1413
|
+
mounted?: (() => void) | (() => void)[];
|
1414
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1415
|
+
updated?: (() => void) | (() => void)[];
|
1416
|
+
activated?: (() => void) | (() => void)[];
|
1417
|
+
deactivated?: (() => void) | (() => void)[];
|
1418
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1419
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1420
|
+
destroyed?: (() => void) | (() => void)[];
|
1421
|
+
unmounted?: (() => void) | (() => void)[];
|
1422
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1423
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1424
|
+
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)[];
|
1425
|
+
};
|
1426
|
+
$forceUpdate: () => void;
|
1427
|
+
$nextTick: typeof import("vue").nextTick;
|
1428
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
1429
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
1430
|
+
selected: {
|
1431
|
+
type: import("vue-types/dist/types").PropType<import("./type").ISelectedData[]>;
|
1432
|
+
default: () => any[];
|
1433
|
+
};
|
1434
|
+
tagTheme: import("vue-types").VueTypeDef<string> & {
|
1435
|
+
default: string;
|
1436
|
+
};
|
1437
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
1438
|
+
default: string;
|
1439
|
+
} & {
|
1440
|
+
default: string;
|
1441
|
+
};
|
1442
|
+
filterable: import("vue-types").VueTypeValidableDef<boolean> & {
|
1443
|
+
default: boolean;
|
1444
|
+
} & {
|
1445
|
+
default: boolean;
|
1446
|
+
};
|
1447
|
+
allowCreate: import("vue-types").VueTypeValidableDef<boolean> & {
|
1448
|
+
default: boolean;
|
1449
|
+
} & {
|
1450
|
+
default: boolean;
|
1451
|
+
};
|
1452
|
+
modelValue: import("vue-types").VueTypeValidableDef<any>;
|
1453
|
+
}>> & {
|
1454
|
+
onFocus?: (...args: any[]) => any;
|
1455
|
+
onEnter?: (...args: any[]) => any;
|
1456
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
1457
|
+
onRemove?: (...args: any[]) => any;
|
1458
|
+
} & import("vue").ShallowUnwrapRef<{
|
1459
|
+
value: any;
|
1460
|
+
inputRef: import("vue").Ref<HTMLElement>;
|
1461
|
+
handleRemoveTag: (data: import("./type").ISelectedData) => void;
|
1462
|
+
handleFocus: () => void;
|
1463
|
+
focus: () => void;
|
1464
|
+
handleInput: (e: any) => void;
|
1465
|
+
handleKeydown: (e: any) => void;
|
1466
|
+
}> & {} & {} & import("vue").ComponentCustomProperties>;
|
1467
|
+
searchLoading: import("vue").Ref<boolean>;
|
1468
|
+
isOptionsEmpty: import("vue").ComputedRef<boolean>;
|
1469
|
+
isSearchEmpty: import("vue").ComputedRef<boolean>;
|
1470
|
+
isFocus: import("vue").Ref<boolean>;
|
1471
|
+
isShowSelectContent: import("vue").ComputedRef<boolean>;
|
1472
|
+
curContentText: import("vue").ComputedRef<string>;
|
1473
|
+
isGroup: import("vue").ComputedRef<boolean>;
|
1474
|
+
searchKey: import("vue").Ref<string>;
|
1475
|
+
setHover: () => void;
|
1476
|
+
cancelHover: () => void;
|
1477
|
+
handleFocus: () => void;
|
1478
|
+
handleTogglePopover: () => void;
|
1479
|
+
handleClear: (e: Event) => void;
|
1480
|
+
onPopoverFirstUpdate: import("@bkui-vue/shared").OnFirstUpdateFnType;
|
1481
|
+
hidePopover: () => void;
|
1482
|
+
showPopover: () => void;
|
1483
|
+
handleToggleAll: () => void;
|
1484
|
+
handleOptionSelected: (option: {
|
1485
|
+
$: import("vue").ComponentInternalInstance;
|
1486
|
+
$data: {};
|
1487
|
+
$props: Partial<{
|
1488
|
+
disabled: boolean;
|
1489
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
1490
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
1491
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
1492
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1493
|
+
default: boolean;
|
1494
|
+
} & {
|
1495
|
+
default: boolean;
|
1496
|
+
};
|
1497
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled">;
|
1498
|
+
$attrs: {
|
1499
|
+
[x: string]: unknown;
|
1500
|
+
};
|
1501
|
+
$refs: {
|
1502
|
+
[x: string]: unknown;
|
1503
|
+
};
|
1504
|
+
$slots: Readonly<{
|
1505
|
+
[name: string]: import("vue").Slot;
|
1506
|
+
}>;
|
1507
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
1508
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
1509
|
+
$emit: (event: string, ...args: any[]) => void;
|
1510
|
+
$el: any;
|
1511
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
1512
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
1513
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
1514
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1515
|
+
default: boolean;
|
1516
|
+
} & {
|
1517
|
+
default: boolean;
|
1518
|
+
};
|
1519
|
+
}>>, {
|
1520
|
+
selected: import("vue").ComputedRef<boolean>;
|
1521
|
+
multiple: import("vue").ComputedRef<boolean>;
|
1522
|
+
isHover: import("vue").ComputedRef<boolean>;
|
1523
|
+
handleOptionClick: () => void;
|
1524
|
+
handleMouseEnter: () => void;
|
1525
|
+
visible: import("vue").Ref<boolean>;
|
1526
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
1527
|
+
disabled: boolean;
|
1528
|
+
}> & {
|
1529
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1530
|
+
created?: (() => void) | (() => void)[];
|
1531
|
+
beforeMount?: (() => void) | (() => void)[];
|
1532
|
+
mounted?: (() => void) | (() => void)[];
|
1533
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1534
|
+
updated?: (() => void) | (() => void)[];
|
1535
|
+
activated?: (() => void) | (() => void)[];
|
1536
|
+
deactivated?: (() => void) | (() => void)[];
|
1537
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1538
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1539
|
+
destroyed?: (() => void) | (() => void)[];
|
1540
|
+
unmounted?: (() => void) | (() => void)[];
|
1541
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1542
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
1543
|
+
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)[];
|
1544
|
+
};
|
1545
|
+
$forceUpdate: () => void;
|
1546
|
+
$nextTick: typeof import("vue").nextTick;
|
1547
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
1548
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
1549
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
1550
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
1551
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1552
|
+
default: boolean;
|
1553
|
+
} & {
|
1554
|
+
default: boolean;
|
1555
|
+
};
|
1556
|
+
}>> & import("vue").ShallowUnwrapRef<{
|
1557
|
+
selected: import("vue").ComputedRef<boolean>;
|
1558
|
+
multiple: import("vue").ComputedRef<boolean>;
|
1559
|
+
isHover: import("vue").ComputedRef<boolean>;
|
1560
|
+
handleOptionClick: () => void;
|
1561
|
+
handleMouseEnter: () => void;
|
1562
|
+
visible: import("vue").Ref<boolean>;
|
1563
|
+
}> & {} & {} & import("vue").ComponentCustomProperties) => void;
|
1564
|
+
handleClickOutside: () => void;
|
1565
|
+
handleScroll: (e: any) => void;
|
1566
|
+
handleDeleteTag: (data: import("./type").ISelectedData) => void;
|
1567
|
+
handleInputChange: (value: any) => void;
|
1568
|
+
handleInputEnter: (value: any, e: Event) => void;
|
1569
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
1570
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "toggle" | "clear" | "update:modelValue" | "scroll-end")[], "change" | "toggle" | "clear" | "update:modelValue" | "scroll-end", {
|
1571
|
+
showOnInit: boolean;
|
1572
|
+
disabled: boolean;
|
1573
|
+
placeholder: string;
|
1574
|
+
size: string;
|
1575
|
+
multiple: boolean;
|
1576
|
+
loading: boolean;
|
1577
|
+
clearable: boolean;
|
1578
|
+
behavior: string;
|
1579
|
+
tagTheme: string;
|
1580
|
+
filterable: boolean;
|
1581
|
+
allowCreate: boolean;
|
1582
|
+
popoverMinWidth: number;
|
1583
|
+
remoteMethod: (...args: any[]) => any;
|
1584
|
+
scrollHeight: number;
|
1585
|
+
showSelectAll: boolean;
|
1586
|
+
multipleMode: string;
|
1587
|
+
collapseTags: boolean;
|
1588
|
+
noDataText: string;
|
1589
|
+
noMatchText: string;
|
1590
|
+
loadingText: string;
|
1591
|
+
selectAllText: string;
|
1592
|
+
scrollLoading: boolean;
|
1593
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
|
1594
|
+
Option: import("vue").DefineComponent<{
|
1595
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
1596
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
1597
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1598
|
+
default: boolean;
|
1599
|
+
} & {
|
1600
|
+
default: boolean;
|
1601
|
+
};
|
1602
|
+
}, {
|
1603
|
+
selected: import("vue").ComputedRef<boolean>;
|
1604
|
+
multiple: import("vue").ComputedRef<boolean>;
|
1605
|
+
isHover: import("vue").ComputedRef<boolean>;
|
1606
|
+
handleOptionClick: () => void;
|
1607
|
+
handleMouseEnter: () => void;
|
1608
|
+
visible: import("vue").Ref<boolean>;
|
1609
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1610
|
+
value: import("vue-types").VueTypeValidableDef<any>;
|
1611
|
+
label: import("vue-types").VueTypeDef<string | number>;
|
1612
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1613
|
+
default: boolean;
|
1614
|
+
} & {
|
1615
|
+
default: boolean;
|
1616
|
+
};
|
1617
|
+
}>>, {
|
1618
|
+
disabled: boolean;
|
1619
|
+
}>;
|
1620
|
+
Group: import("vue").DefineComponent<{
|
1621
|
+
label: import("vue-types").VueTypeValidableDef<string> & {
|
1622
|
+
default: string;
|
1623
|
+
} & {
|
1624
|
+
default: string;
|
1625
|
+
};
|
1626
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1627
|
+
default: boolean;
|
1628
|
+
} & {
|
1629
|
+
default: boolean;
|
1630
|
+
};
|
1631
|
+
collapsible: import("vue-types").VueTypeValidableDef<boolean> & {
|
1632
|
+
default: boolean;
|
1633
|
+
} & {
|
1634
|
+
default: boolean;
|
1635
|
+
};
|
1636
|
+
collapse: import("vue-types").VueTypeValidableDef<boolean> & {
|
1637
|
+
default: boolean;
|
1638
|
+
} & {
|
1639
|
+
default: boolean;
|
1640
|
+
};
|
1641
|
+
}, {
|
1642
|
+
groupLabel: import("vue").ComputedRef<string>;
|
1643
|
+
handleToggleCollapse: () => void;
|
1644
|
+
groupCollapse: import("vue").Ref<boolean>;
|
1645
|
+
visible: import("vue").Ref<boolean>;
|
1646
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1647
|
+
label: import("vue-types").VueTypeValidableDef<string> & {
|
1648
|
+
default: string;
|
1649
|
+
} & {
|
1650
|
+
default: string;
|
1651
|
+
};
|
1652
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
1653
|
+
default: boolean;
|
1654
|
+
} & {
|
1655
|
+
default: boolean;
|
1656
|
+
};
|
1657
|
+
collapsible: import("vue-types").VueTypeValidableDef<boolean> & {
|
1658
|
+
default: boolean;
|
1659
|
+
} & {
|
1660
|
+
default: boolean;
|
1661
|
+
};
|
1662
|
+
collapse: import("vue-types").VueTypeValidableDef<boolean> & {
|
1663
|
+
default: boolean;
|
1664
|
+
} & {
|
1665
|
+
default: boolean;
|
1666
|
+
};
|
1667
|
+
}>>, {
|
1668
|
+
label: string;
|
1669
|
+
disabled: boolean;
|
1670
|
+
collapse: boolean;
|
1671
|
+
collapsible: boolean;
|
1672
|
+
}>;
|
1673
|
+
}>;
|
1674
|
+
export default BkSelect;
|
1675
|
+
export { BkSelect, Option as BkOption, OptionGroup as BkOptionGroup, };
|