bkui-vue 0.0.1-beta.14 → 0.0.1-beta.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -19
- package/dist/index.cjs.js +171 -0
- package/dist/index.esm.js +31794 -0
- package/dist/index.umd.js +171 -0
- package/dist/style.css +1 -4190
- package/dist/style.variable.css +1 -0
- package/lib/affix/affix.css +3 -0
- package/lib/affix/affix.d.ts +47 -0
- package/lib/affix/affix.less +5 -0
- package/lib/affix/affix.variable.css +116 -0
- package/lib/affix/index.d.ts +143 -0
- package/lib/affix/index.js +1 -0
- package/lib/alert/alert.css +5 -3
- package/lib/alert/alert.d.ts +24 -15
- package/lib/alert/alert.less +7 -3
- package/lib/alert/alert.variable.css +35 -6
- package/lib/alert/index.d.ts +96 -60
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/animate-number.d.ts +12 -7
- package/lib/animate-number/index.d.ts +48 -28
- package/lib/animate-number/index.js +1 -1
- package/lib/backtop/backtop.d.ts +28 -14
- package/lib/backtop/backtop.variable.css +30 -3
- package/lib/backtop/index.d.ts +111 -55
- package/lib/backtop/index.js +1 -1
- package/lib/badge/badge.css +5 -5
- package/lib/badge/badge.d.ts +64 -22
- package/lib/badge/badge.less +5 -6
- package/lib/badge/badge.variable.css +35 -8
- package/lib/badge/index.d.ts +202 -84
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
- package/lib/breadcrumb/breadcrumb.css +61 -1
- package/lib/breadcrumb/breadcrumb.d.ts +37 -9
- package/lib/breadcrumb/breadcrumb.less +13 -2
- package/lib/breadcrumb/breadcrumb.variable.css +91 -4
- package/lib/breadcrumb/index.d.ts +117 -45
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button-group.d.ts +3 -5
- package/lib/button/button.css +92 -44
- package/lib/button/button.d.ts +76 -26
- package/lib/button/button.less +88 -46
- package/lib/button/button.variable.css +122 -47
- package/lib/button/index.d.ts +191 -102
- package/lib/button/index.js +1 -1
- package/lib/card/card.css +96 -1
- package/lib/card/card.d.ts +74 -18
- package/lib/card/card.less +50 -2
- package/lib/card/card.variable.css +126 -4
- package/lib/card/index.d.ts +225 -69
- package/lib/card/index.js +1 -1
- package/lib/cascader/cascader-panel.d.ts +49 -0
- package/lib/cascader/cascader.css +137 -0
- package/lib/cascader/cascader.d.ts +281 -0
- package/lib/cascader/cascader.less +154 -0
- package/lib/cascader/cascader.variable.css +250 -0
- package/lib/cascader/index.d.ts +755 -0
- package/lib/cascader/index.js +1 -0
- package/lib/cascader/interface.d.ts +47 -0
- package/lib/cascader/node.d.ts +25 -0
- package/lib/cascader/store.d.ts +18 -0
- package/lib/checkbox/checkbox-group.d.ts +13 -9
- package/lib/checkbox/checkbox.css +33 -6
- package/lib/checkbox/checkbox.d.ts +43 -32
- package/lib/checkbox/checkbox.less +44 -6
- package/lib/checkbox/checkbox.variable.css +63 -9
- package/lib/checkbox/common.d.ts +3 -3
- package/lib/checkbox/index.d.ts +150 -104
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +3 -7
- package/lib/code-diff/code-diff.css +186 -0
- package/lib/code-diff/code-diff.d.ts +80 -0
- package/lib/code-diff/code-diff.less +238 -0
- package/lib/code-diff/code-diff.variable.css +299 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/code-diff/index.js +1 -0
- package/lib/collapse/collapse.css +17 -1
- package/lib/collapse/collapse.d.ts +51 -22
- package/lib/collapse/collapse.less +24 -2
- package/lib/collapse/collapse.variable.css +130 -1
- package/lib/collapse/index.d.ts +127 -75
- package/lib/collapse/index.js +1 -1
- package/lib/collapse/utils.d.ts +11 -0
- package/lib/components.d.ts +26 -5
- package/lib/components.js +1 -0
- package/lib/container/col.d.ts +51 -0
- package/lib/container/container.css +91 -0
- package/lib/container/container.d.ts +83 -0
- package/lib/container/container.less +20 -0
- package/lib/container/container.variable.css +204 -0
- package/lib/container/index.d.ts +223 -0
- package/lib/container/index.js +1 -0
- package/lib/container/row.d.ts +4 -0
- package/lib/date-picker/date-picker.css +3 -2
- package/lib/date-picker/date-picker.d.ts +92 -137
- package/lib/date-picker/date-picker.less +5 -2
- package/lib/date-picker/date-picker.variable.css +33 -5
- package/lib/date-picker/index.d.ts +504 -276
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/interface.d.ts +1 -1
- package/lib/date-picker/props.d.ts +118 -0
- package/lib/date-picker/utils.d.ts +1 -1
- package/lib/dialog/dialog.css +76 -20
- package/lib/dialog/dialog.d.ts +285 -52
- package/lib/dialog/dialog.less +54 -21
- package/lib/dialog/dialog.variable.css +76 -20
- package/lib/dialog/index.d.ts +665 -115
- package/lib/dialog/index.js +1 -1
- package/lib/directives/clickoutside.d.ts +3 -23
- package/lib/directives/index.js +2 -15
- package/lib/directives/index.js.LICENSE.txt +14 -0
- package/lib/directives/tooltips.d.ts +1 -1
- package/lib/dist.index.js +1 -0
- package/lib/divider/divider.d.ts +21 -13
- package/lib/divider/divider.variable.css +30 -3
- package/lib/divider/index.d.ts +84 -52
- package/lib/divider/index.js +1 -1
- package/lib/divider/props.d.ts +21 -0
- package/lib/dropdown/dropdown-item.d.ts +6 -5
- package/lib/dropdown/dropdown-menu.d.ts +6 -5
- package/lib/dropdown/dropdown.css +4 -0
- package/lib/dropdown/dropdown.d.ts +28 -14
- package/lib/dropdown/dropdown.less +5 -0
- package/lib/dropdown/dropdown.variable.css +34 -3
- package/lib/dropdown/index.d.ts +109 -69
- package/lib/dropdown/index.js +1 -1
- package/lib/exception/exception.d.ts +11 -9
- package/lib/exception/exception.variable.css +30 -3
- package/lib/exception/index.d.ts +44 -36
- package/lib/exception/index.js +1 -1
- package/lib/fixed-navbar/fixed-navbar.d.ts +29 -9
- package/lib/fixed-navbar/fixed-navbar.variable.css +30 -3
- package/lib/fixed-navbar/index.d.ts +96 -37
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/compose-form-item.d.ts +16 -0
- package/lib/form/form-item.d.ts +61 -45
- package/lib/form/form.css +96 -10
- package/lib/form/form.d.ts +45 -40
- package/lib/form/form.less +136 -34
- package/lib/form/form.variable.css +209 -10
- package/lib/form/index.d.ts +303 -3
- package/lib/form/index.js +1 -1
- package/lib/form/type.d.ts +8 -6
- package/lib/form/validator.d.ts +1 -0
- package/lib/icon/angle-double-down-line.d.ts +4 -0
- package/lib/icon/angle-double-down-line.js +1 -0
- package/lib/icon/angle-double-left-line.d.ts +4 -0
- package/lib/icon/angle-double-left-line.js +1 -0
- package/lib/icon/angle-double-left.js +1 -0
- package/lib/icon/angle-double-right-line.d.ts +4 -0
- package/lib/icon/angle-double-right-line.js +1 -0
- package/lib/icon/angle-double-right.js +1 -0
- package/lib/icon/angle-double-up-line.d.ts +4 -0
- package/lib/icon/angle-double-up-line.js +1 -0
- package/lib/icon/angle-down-fill.d.ts +4 -0
- package/lib/icon/angle-down-fill.js +1 -0
- package/lib/icon/angle-down-line.js +1 -0
- package/lib/icon/angle-down.js +1 -0
- package/lib/icon/angle-left.js +1 -0
- package/lib/icon/angle-right.js +1 -0
- package/lib/icon/angle-up-fill.d.ts +4 -0
- package/lib/icon/angle-up-fill.js +1 -0
- package/lib/icon/angle-up.js +1 -0
- package/lib/icon/archive-fill.d.ts +4 -0
- package/lib/icon/archive-fill.js +1 -0
- package/lib/icon/arrows-left.d.ts +4 -0
- package/lib/icon/arrows-left.js +1 -0
- package/lib/icon/arrows-right.d.ts +4 -0
- package/lib/icon/arrows-right.js +1 -0
- package/lib/icon/audio-fill.d.ts +4 -0
- package/lib/icon/audio-fill.js +1 -0
- package/lib/icon/bk.d.ts +4 -0
- package/lib/icon/bk.js +1 -0
- package/lib/icon/circle.js +1 -0
- package/lib/icon/close-line.d.ts +4 -0
- package/lib/icon/close-line.js +1 -0
- package/lib/icon/close.js +1 -0
- package/lib/icon/code.js +1 -0
- package/lib/icon/cog-shape.js +1 -0
- package/lib/icon/collapse-left.js +1 -0
- package/lib/icon/copy.js +1 -0
- package/lib/icon/data-shape.d.ts +4 -0
- package/lib/icon/data-shape.js +1 -0
- package/lib/icon/del.d.ts +4 -0
- package/lib/icon/del.js +1 -0
- package/lib/icon/doc-fill.d.ts +4 -0
- package/lib/icon/doc-fill.js +1 -0
- package/lib/icon/done.js +1 -0
- package/lib/icon/down-shape.js +1 -0
- package/lib/icon/down-small.js +1 -0
- package/lib/icon/edit-line.d.ts +4 -0
- package/lib/icon/edit-line.js +1 -0
- package/lib/icon/ellipsis.d.ts +4 -0
- package/lib/icon/ellipsis.js +1 -0
- package/lib/icon/error.js +1 -0
- package/lib/icon/excel-fill.d.ts +4 -0
- package/lib/icon/excel-fill.js +1 -0
- package/lib/icon/exclamation-circle-shape.d.ts +4 -0
- package/lib/icon/exclamation-circle-shape.js +1 -0
- package/lib/icon/eye.js +1 -0
- package/lib/icon/folder-open.js +1 -0
- package/lib/icon/folder-shape-open.js +1 -0
- package/lib/icon/folder-shape.js +1 -0
- package/lib/icon/funnel.d.ts +4 -0
- package/lib/icon/funnel.js +1 -0
- package/lib/icon/help-document-fill.js +1 -0
- package/lib/icon/help-fill.js +1 -0
- package/lib/icon/help.js +1 -0
- package/lib/icon/image-fill.d.ts +4 -0
- package/lib/icon/image-fill.js +1 -0
- package/lib/icon/index.d.ts +34 -3
- package/lib/icon/index.js +1 -15
- package/lib/icon/info-line.js +1 -0
- package/lib/icon/info.js +1 -0
- package/lib/icon/left-shape.d.ts +4 -0
- package/lib/icon/left-shape.js +1 -0
- package/lib/icon/pdf-fill.d.ts +4 -0
- package/lib/icon/pdf-fill.js +1 -0
- package/lib/icon/play-shape.js +1 -0
- package/lib/icon/plus.js +1 -0
- package/lib/icon/ppt-fill.d.ts +4 -0
- package/lib/icon/ppt-fill.js +1 -0
- package/lib/icon/qq.d.ts +4 -0
- package/lib/icon/qq.js +1 -0
- package/lib/icon/right-shape.js +1 -0
- package/lib/icon/search.js +1 -0
- package/lib/icon/share.js +1 -0
- package/lib/icon/spinner.d.ts +4 -0
- package/lib/icon/spinner.js +1 -0
- package/lib/icon/success.js +1 -0
- package/lib/icon/switcher-loading.js +1 -0
- package/lib/icon/text-file.js +1 -0
- package/lib/icon/text-fill.d.ts +4 -0
- package/lib/icon/text-fill.js +1 -0
- package/lib/icon/tree-application-shape.js +1 -0
- package/lib/icon/unvisible.js +1 -0
- package/lib/icon/up-shape.d.ts +4 -0
- package/lib/icon/up-shape.js +1 -0
- package/lib/icon/upload.d.ts +4 -0
- package/lib/icon/upload.js +1 -0
- package/lib/icon/video-fill.d.ts +4 -0
- package/lib/icon/video-fill.js +1 -0
- package/lib/icon/warn.js +1 -0
- package/lib/icon/weixin.d.ts +4 -0
- package/lib/icon/weixin.js +1 -0
- package/lib/index.d.ts +0 -1
- package/lib/index.js +1 -0
- package/lib/input/index.d.ts +406 -199
- package/lib/input/index.js +1 -15
- package/lib/input/input.css +232 -16
- package/lib/input/input.d.ts +171 -51
- package/lib/input/input.less +182 -19
- package/lib/input/input.variable.css +259 -15
- package/lib/link/index.d.ts +102 -54
- package/lib/link/index.js +1 -1
- package/lib/link/link.d.ts +25 -13
- package/lib/link/link.variable.css +30 -3
- package/lib/loading/index.d.ts +187 -71
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +177 -98
- package/lib/loading/loading.d.ts +109 -25
- package/lib/loading/loading.less +84 -73
- package/lib/loading/loading.variable.css +207 -101
- package/lib/menu/index.d.ts +82 -71
- package/lib/menu/index.js +1 -1
- package/lib/menu/menu-group.d.ts +6 -5
- package/lib/menu/menu-item.d.ts +6 -5
- package/lib/menu/menu.css +51 -0
- package/lib/menu/menu.d.ts +16 -21
- package/lib/menu/menu.variable.css +81 -3
- package/lib/menu/submenu.css +3 -0
- package/lib/menu/submenu.d.ts +6 -5
- package/lib/menu/submenu.less +1 -1
- package/lib/menu/submenu.variable.css +33 -3
- package/lib/menu/utils.d.ts +1 -1
- package/lib/message/index.js +1 -1
- package/lib/message/message.css +24 -3
- package/lib/message/message.less +27 -2
- package/lib/message/message.variable.css +54 -6
- package/lib/message/messageConstructor.d.ts +69 -21
- package/lib/modal/index.d.ts +517 -68
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +25 -1
- package/lib/modal/modal.d.ts +191 -24
- package/lib/modal/modal.less +33 -1
- package/lib/modal/modal.variable.css +25 -1
- package/lib/modal/props.mixin.d.ts +77 -10
- package/lib/navigation/index.d.ts +310 -1
- package/lib/navigation/index.js +1 -1
- package/lib/navigation/navigation-title.d.ts +10 -7
- package/lib/navigation/navigation.css +1 -1
- package/lib/navigation/navigation.d.ts +50 -24
- package/lib/navigation/navigation.less +1 -1
- package/lib/navigation/navigation.variable.css +31 -4
- package/lib/notify/index.js +1 -1
- package/lib/notify/notify.css +24 -4
- package/lib/notify/notify.less +27 -4
- package/lib/notify/notify.variable.css +54 -7
- package/lib/notify/notifyConstructor.d.ts +84 -24
- package/lib/pagination/index.d.ts +395 -0
- package/lib/pagination/index.js +1 -0
- package/lib/pagination/pagination.css +179 -0
- package/lib/pagination/pagination.d.ts +220 -0
- package/lib/pagination/pagination.less +201 -0
- package/lib/pagination/pagination.variable.css +292 -0
- package/lib/pagination/type.d.ts +6 -0
- package/lib/pagination/use-limit.d.ts +8 -0
- package/lib/pagination/use-list.d.ts +8 -0
- package/lib/pagination/use-small-list.d.ts +5 -0
- package/lib/pagination/use-total.d.ts +5 -0
- package/lib/popover/index.d.ts +322 -137
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.css +26 -13
- package/lib/popover/popover.d.ts +122 -45
- package/lib/popover/popover.less +59 -45
- package/lib/popover/popover.variable.css +56 -16
- package/lib/popover/props.d.ts +104 -0
- package/lib/popover2/arrow.d.ts +2 -0
- package/lib/popover2/const.d.ts +10 -0
- package/lib/popover2/content.d.ts +24 -0
- package/lib/popover2/index.d.ts +495 -0
- package/lib/popover2/index.js +1 -0
- package/lib/popover2/popover2.css +25 -0
- package/lib/popover2/popover2.d.ts +209 -0
- package/lib/popover2/popover2.less +35 -0
- package/lib/popover2/popover2.variable.css +138 -0
- package/lib/popover2/props.d.ts +108 -0
- package/lib/popover2/reference.d.ts +2 -0
- package/lib/popover2/root.d.ts +16 -0
- package/lib/popover2/use-floating.d.ts +20 -0
- package/lib/popover2/use-platform.d.ts +30 -0
- package/lib/popover2/use-popper-id.d.ts +7 -0
- package/lib/preset.js +1 -0
- package/lib/process/index.d.ts +123 -63
- package/lib/process/index.js +1 -15
- package/lib/process/process.css +2 -3
- package/lib/process/process.d.ts +31 -16
- package/lib/process/process.less +2 -3
- package/lib/process/process.variable.css +32 -6
- package/lib/progress/index.d.ts +305 -135
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.css +51 -3
- package/lib/progress/progress.d.ts +89 -36
- package/lib/progress/progress.less +0 -4
- package/lib/progress/progress.variable.css +81 -6
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +145 -96
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +30 -23
- package/lib/radio/radio-group.d.ts +11 -10
- package/lib/radio/radio.css +62 -57
- package/lib/radio/radio.d.ts +27 -17
- package/lib/radio/radio.less +181 -172
- package/lib/radio/radio.variable.css +94 -62
- package/lib/radio/type.d.ts +10 -5
- package/lib/rate/index.d.ts +52 -40
- package/lib/rate/index.js +1 -1
- package/lib/rate/rate.d.ts +13 -10
- package/lib/rate/star.d.ts +33 -16
- package/lib/resize-layout/index.d.ts +336 -0
- package/lib/resize-layout/index.js +1 -0
- package/lib/resize-layout/resize-layout.css +189 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.less +233 -0
- package/lib/resize-layout/resize-layout.variable.css +302 -0
- package/lib/select/common.d.ts +20 -22
- package/lib/select/index.d.ts +1061 -705
- package/lib/select/index.js +1 -15
- package/lib/select/option.d.ts +23 -19
- package/lib/select/optionGroup.d.ts +36 -97
- package/lib/select/select.css +238 -70
- package/lib/select/select.d.ts +376 -192
- package/lib/select/select.less +284 -130
- package/lib/select/select.variable.css +268 -73
- package/lib/select/selectTagInput.d.ts +72 -0
- package/lib/select/type.d.ts +38 -0
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
- package/lib/shared/index.d.ts +26 -4
- package/lib/shared/index.js +1 -1
- package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +33 -3
- package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +10 -2
- package/lib/shared/{bk-popover.d.ts → popover.d.ts} +50 -5
- package/lib/shared/token.d.ts +4 -0
- package/lib/shared/utils.d.ts +18 -0
- package/lib/shared/vue-types.d.ts +11 -7
- package/lib/sideslider/index.d.ts +432 -80
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.css +54 -10
- package/lib/sideslider/sideslider.d.ts +185 -30
- package/lib/sideslider/sideslider.less +71 -13
- package/lib/sideslider/sideslider.variable.css +84 -13
- package/lib/slider/index.d.ts +414 -1
- package/lib/slider/index.js +1 -15
- package/lib/slider/slider-button.d.ts +15 -7
- package/lib/slider/slider.d.ts +84 -42
- package/lib/slider/slider.variable.css +30 -3
- package/lib/steps/index.d.ts +160 -108
- package/lib/steps/index.js +1 -15
- package/lib/steps/steps.css +17 -3
- package/lib/steps/steps.d.ts +40 -27
- package/lib/steps/steps.less +27 -3
- package/lib/steps/steps.variable.css +47 -6
- package/lib/styles/index.d.ts +13 -0
- package/lib/styles/mixins/clearfix.css +8 -0
- package/lib/styles/mixins/clearfix.less +10 -0
- package/lib/styles/mixins/clearfix.variable.css +8 -0
- package/lib/styles/mixins/mixins.css +51 -0
- package/lib/styles/mixins/mixins.less +2 -0
- package/lib/styles/mixins/mixins.variable.css +51 -0
- package/lib/styles/mixins/scroll.css +17 -0
- package/lib/styles/mixins/scroll.less +22 -0
- package/lib/styles/mixins/scroll.variable.css +130 -0
- package/lib/styles/themes/themes.less +40 -3
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/index.js +1 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -0
- package/lib/swiper/swiper.less +107 -0
- package/lib/swiper/swiper.variable.css +91 -0
- package/lib/switcher/index.d.ts +201 -137
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.css +200 -135
- package/lib/switcher/switcher.d.ts +52 -36
- package/lib/switcher/switcher.less +190 -155
- package/lib/switcher/switcher.variable.css +230 -138
- package/lib/tab/index.d.ts +306 -282
- package/lib/tab/index.js +1 -1
- package/lib/tab/props.d.ts +194 -0
- package/lib/tab/tab-nav.d.ts +102 -87
- package/lib/tab/tab-panel.d.ts +53 -26
- package/lib/tab/tab.css +25 -1
- package/lib/tab/tab.d.ts +59 -51
- package/lib/tab/tab.less +31 -19
- package/lib/tab/tab.variable.css +55 -4
- package/lib/table/const.d.ts +67 -0
- package/lib/table/index.d.ts +498 -70
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.css +68 -0
- package/lib/table/plugins/head-filter.less +88 -0
- package/lib/table/plugins/head-filter.variable.css +181 -0
- package/lib/table/plugins/head-sort.css +22 -0
- package/lib/table/plugins/head-sort.less +28 -0
- package/lib/table/plugins/head-sort.variable.css +135 -0
- package/lib/table/plugins/settings.css +129 -0
- package/lib/table/plugins/settings.less +157 -0
- package/lib/table/plugins/settings.variable.css +242 -0
- package/lib/table/props.d.ts +210 -2
- package/lib/table/render.d.ts +76 -5
- package/lib/table/table.css +1094 -15
- package/lib/table/table.d.ts +221 -14
- package/lib/table/table.less +253 -24
- package/lib/table/table.variable.css +1125 -19
- package/lib/table/use-common.d.ts +72 -0
- package/lib/table/utils.d.ts +84 -2
- package/lib/tag/index.d.ts +165 -274
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.css +97 -0
- package/lib/tag/tag.d.ts +83 -53
- package/lib/tag/tag.less +110 -2
- package/lib/tag/tag.variable.css +127 -3
- package/lib/tag-input/common.d.ts +24 -0
- package/lib/tag-input/index.d.ts +894 -0
- package/lib/tag-input/index.js +1 -0
- package/lib/tag-input/list-tag-render.d.ts +47 -0
- package/lib/tag-input/tag-input.css +209 -0
- package/lib/tag-input/tag-input.d.ts +374 -0
- package/lib/tag-input/tag-input.less +251 -0
- package/lib/tag-input/tag-input.variable.css +322 -0
- package/lib/tag-input/tag-props.d.ts +131 -0
- package/lib/tag-input/tag-render.d.ts +38 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/index.js +1 -0
- package/lib/timeline/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.less +240 -0
- package/lib/timeline/timeline.variable.css +348 -0
- package/lib/transfer/const.d.ts +5 -0
- package/lib/transfer/index.d.ts +365 -0
- package/lib/transfer/index.js +1 -0
- package/lib/transfer/props.d.ts +54 -0
- package/lib/transfer/transfer.css +139 -0
- package/lib/transfer/transfer.d.ts +160 -0
- package/lib/transfer/transfer.less +144 -0
- package/lib/transfer/transfer.variable.css +252 -0
- package/lib/tree/constant.d.ts +45 -0
- package/lib/tree/index.d.ts +469 -94
- package/lib/tree/index.js +1 -1
- package/lib/tree/props.d.ts +184 -0
- package/lib/tree/tree.css +176 -15
- package/lib/tree/tree.d.ts +201 -31
- package/lib/tree/tree.less +75 -38
- package/lib/tree/tree.variable.css +289 -15
- package/lib/tree/use-empty.d.ts +6 -0
- package/lib/tree/use-node-action.d.ts +12 -0
- package/lib/tree/use-node-async.d.ts +5 -0
- package/lib/tree/use-node-attribute.d.ts +33 -0
- package/lib/tree/use-node-drag.d.ts +3 -0
- package/lib/tree/use-search.d.ts +11 -0
- package/lib/tree/use-tree-init.d.ts +15 -0
- package/lib/tree/util.d.ts +34 -57
- package/lib/upload/index.d.ts +580 -0
- package/lib/upload/index.js +1 -0
- package/lib/upload/props.d.ts +113 -0
- package/lib/upload/upload-list.d.ts +46 -0
- package/lib/upload/upload-trigger.d.ts +54 -0
- package/lib/upload/upload.css +417 -0
- package/lib/upload/upload.d.ts +252 -0
- package/lib/upload/upload.less +455 -0
- package/lib/upload/upload.type.d.ts +78 -0
- package/lib/upload/upload.variable.css +530 -0
- package/lib/upload/use-ajax-upload.d.ts +3 -0
- package/lib/upload/use-file-handler.d.ts +44 -0
- package/lib/virtual-render/index.d.ts +579 -0
- package/lib/virtual-render/index.js +1 -0
- package/lib/virtual-render/props.d.ts +167 -0
- package/lib/virtual-render/use-tag-render.d.ts +7 -0
- package/lib/virtual-render/v-virtual-render.d.ts +6 -0
- package/lib/virtual-render/virtual-render.css +33 -0
- package/lib/virtual-render/virtual-render.d.ts +255 -0
- package/lib/virtual-render/virtual-render.less +22 -0
- package/lib/virtual-render/virtual-render.variable.css +146 -0
- package/lib/volar.components.d.ts +100 -0
- package/package.json +107 -86
- package/dist/bkui-vue.cjs.js +0 -10327
- package/dist/bkui-vue.esm.js +0 -10283
- package/dist/bkui-vue.umd.js +0 -10330
- package/lib/form/common.d.ts +0 -3
- package/lib/styles/index.js +0 -1
package/lib/input/index.d.ts
CHANGED
@@ -3,68 +3,113 @@ declare const BkInput: {
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{
|
6
|
-
prefix: string;
|
7
|
-
placeholder: string;
|
8
|
-
step: number;
|
9
|
-
disabled: boolean;
|
10
6
|
type: string;
|
11
|
-
|
12
|
-
clearable: boolean;
|
13
|
-
max: number;
|
14
|
-
min: number;
|
15
|
-
maxlength: number;
|
16
|
-
prefixIcon: string;
|
17
|
-
suffixIcon: string;
|
18
|
-
suffix: string;
|
19
|
-
showWordLimit: boolean;
|
20
|
-
showControl: boolean;
|
21
|
-
precision: number;
|
22
|
-
}> & Omit<Readonly<{
|
23
|
-
type?: unknown;
|
24
|
-
clearable?: unknown;
|
25
|
-
disabled?: unknown;
|
26
|
-
readonly?: unknown;
|
27
|
-
placeholder?: unknown;
|
28
|
-
prefixIcon?: unknown;
|
29
|
-
suffixIcon?: unknown;
|
30
|
-
suffix?: unknown;
|
31
|
-
prefix?: unknown;
|
32
|
-
step?: unknown;
|
33
|
-
max?: unknown;
|
34
|
-
min?: unknown;
|
35
|
-
maxlength?: unknown;
|
36
|
-
showWordLimit?: unknown;
|
37
|
-
showControl?: unknown;
|
38
|
-
precision?: unknown;
|
39
|
-
modelValue?: unknown;
|
40
|
-
size?: unknown;
|
41
|
-
} & {
|
42
|
-
prefix: string;
|
7
|
+
disabled: boolean;
|
43
8
|
placeholder: string;
|
9
|
+
prefix: string;
|
44
10
|
step: number;
|
45
|
-
disabled: boolean;
|
46
|
-
type: string;
|
47
|
-
readonly: boolean;
|
48
|
-
clearable: boolean;
|
49
|
-
max: number;
|
50
11
|
min: number;
|
12
|
+
max: number;
|
51
13
|
maxlength: number;
|
14
|
+
clearable: boolean;
|
15
|
+
readonly: boolean;
|
52
16
|
prefixIcon: string;
|
53
17
|
suffixIcon: string;
|
54
18
|
suffix: string;
|
19
|
+
behavior: string;
|
55
20
|
showWordLimit: boolean;
|
56
21
|
showControl: boolean;
|
22
|
+
showClearOnlyHover: boolean;
|
57
23
|
precision: number;
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
24
|
+
rows: number;
|
25
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
26
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
27
|
+
default: string;
|
28
|
+
} & {
|
29
|
+
default: string;
|
30
|
+
};
|
31
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
32
|
+
default: boolean;
|
33
|
+
};
|
34
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
35
|
+
default: boolean;
|
36
|
+
};
|
37
|
+
readonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
38
|
+
default: boolean;
|
39
|
+
};
|
40
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
41
|
+
default: string;
|
42
|
+
} & {
|
43
|
+
default: string;
|
44
|
+
};
|
45
|
+
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
46
|
+
default: string;
|
47
|
+
};
|
48
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
49
|
+
default: string;
|
50
|
+
};
|
51
|
+
suffix: import("vue-types").VueTypeValidableDef<string> & {
|
52
|
+
default: string;
|
53
|
+
};
|
54
|
+
prefix: import("vue-types").VueTypeValidableDef<string> & {
|
55
|
+
default: string;
|
56
|
+
};
|
57
|
+
step: import("vue-types").VueTypeDef<number> & {
|
58
|
+
default: number;
|
59
|
+
};
|
60
|
+
max: import("vue-types").VueTypeDef<number> & {
|
61
|
+
default: number;
|
62
|
+
};
|
63
|
+
min: import("vue-types").VueTypeDef<number> & {
|
64
|
+
default: number;
|
65
|
+
};
|
66
|
+
maxlength: import("vue-types").VueTypeDef<number> & {
|
67
|
+
default: number;
|
68
|
+
};
|
69
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
70
|
+
default: string;
|
71
|
+
};
|
72
|
+
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
73
|
+
default: boolean;
|
74
|
+
};
|
75
|
+
showControl: import("vue-types").VueTypeValidableDef<boolean> & {
|
76
|
+
default: boolean;
|
77
|
+
} & {
|
78
|
+
default: boolean;
|
79
|
+
};
|
80
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
81
|
+
default: boolean;
|
82
|
+
} & {
|
83
|
+
default: boolean;
|
84
|
+
};
|
85
|
+
precision: import("vue-types").VueTypeValidableDef<number> & {
|
86
|
+
default: number;
|
87
|
+
} & {
|
88
|
+
default: number;
|
89
|
+
} & {
|
90
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
91
|
+
};
|
92
|
+
modelValue: import("vue-types").VueTypeDef<string | number>;
|
93
|
+
size: import("vue-types").VueTypeDef<string>;
|
94
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
95
|
+
default: number;
|
96
|
+
};
|
97
|
+
}>> & {
|
98
|
+
onPaste?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
99
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
100
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
101
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
102
|
+
onFocus?: (evt: FocusEvent) => any;
|
103
|
+
onBlur?: (evt: FocusEvent) => any;
|
104
|
+
onChange?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
105
|
+
onInput?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
106
|
+
onKeydown?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
107
|
+
onKeypress?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
108
|
+
onKeyup?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
109
|
+
onEnter?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
110
|
+
"onUpdate:modelValue"?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
111
|
+
onClear?: () => any;
|
112
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "placeholder" | "prefix" | "step" | "min" | "max" | "maxlength" | "clearable" | "readonly" | "prefixIcon" | "suffixIcon" | "suffix" | "behavior" | "showWordLimit" | "showControl" | "showClearOnlyHover" | "precision" | "rows">;
|
68
113
|
$attrs: {
|
69
114
|
[x: string]: unknown;
|
70
115
|
};
|
@@ -76,70 +121,130 @@ declare const BkInput: {
|
|
76
121
|
}>;
|
77
122
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
78
123
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
79
|
-
$emit: (event: "input" | "
|
124
|
+
$emit: ((event: import("./input").EVENTS.UPDATE, _value: any, _evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.FOCUS, evt: FocusEvent) => void) & ((event: import("./input").EVENTS.BLUR, evt: FocusEvent) => void) & ((event: import("./input").EVENTS.CHANGE, _value: any, _evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.CLEAR) => void) & ((event: import("./input").EVENTS.INPUT, _value: any, _evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.KEYPRESS, _value: any, _evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.KEYDOWN, _value: any, _evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.KEYUP, _value: any, _evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.ENTER, _value: any, _evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.PASTE, _value: any, _evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.COMPOSITIONSTART, evt: CompositionEvent) => void) & ((event: import("./input").EVENTS.COMPOSITIONUPDATE, evt: CompositionEvent) => void) & ((event: import("./input").EVENTS.COMPOSITIONEND, evt: CompositionEvent) => void);
|
80
125
|
$el: any;
|
81
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
82
|
-
type
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
126
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
127
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
128
|
+
default: string;
|
129
|
+
} & {
|
130
|
+
default: string;
|
131
|
+
};
|
132
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
133
|
+
default: boolean;
|
134
|
+
};
|
135
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
136
|
+
default: boolean;
|
137
|
+
};
|
138
|
+
readonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
139
|
+
default: boolean;
|
140
|
+
};
|
141
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
142
|
+
default: string;
|
143
|
+
} & {
|
144
|
+
default: string;
|
145
|
+
};
|
146
|
+
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
147
|
+
default: string;
|
148
|
+
};
|
149
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
150
|
+
default: string;
|
151
|
+
};
|
152
|
+
suffix: import("vue-types").VueTypeValidableDef<string> & {
|
153
|
+
default: string;
|
154
|
+
};
|
155
|
+
prefix: import("vue-types").VueTypeValidableDef<string> & {
|
156
|
+
default: string;
|
157
|
+
};
|
158
|
+
step: import("vue-types").VueTypeDef<number> & {
|
159
|
+
default: number;
|
160
|
+
};
|
161
|
+
max: import("vue-types").VueTypeDef<number> & {
|
162
|
+
default: number;
|
163
|
+
};
|
164
|
+
min: import("vue-types").VueTypeDef<number> & {
|
165
|
+
default: number;
|
166
|
+
};
|
167
|
+
maxlength: import("vue-types").VueTypeDef<number> & {
|
168
|
+
default: number;
|
169
|
+
};
|
170
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
171
|
+
default: string;
|
172
|
+
};
|
173
|
+
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
174
|
+
default: boolean;
|
175
|
+
};
|
176
|
+
showControl: import("vue-types").VueTypeValidableDef<boolean> & {
|
177
|
+
default: boolean;
|
178
|
+
} & {
|
179
|
+
default: boolean;
|
180
|
+
};
|
181
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
182
|
+
default: boolean;
|
183
|
+
} & {
|
184
|
+
default: boolean;
|
185
|
+
};
|
186
|
+
precision: import("vue-types").VueTypeValidableDef<number> & {
|
187
|
+
default: number;
|
188
|
+
} & {
|
189
|
+
default: number;
|
190
|
+
} & {
|
191
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
192
|
+
};
|
193
|
+
modelValue: import("vue-types").VueTypeDef<string | number>;
|
194
|
+
size: import("vue-types").VueTypeDef<string>;
|
195
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
196
|
+
default: number;
|
197
|
+
};
|
198
|
+
}>> & {
|
199
|
+
onPaste?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
200
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
201
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
202
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
203
|
+
onFocus?: (evt: FocusEvent) => any;
|
204
|
+
onBlur?: (evt: FocusEvent) => any;
|
205
|
+
onChange?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
206
|
+
onInput?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
207
|
+
onKeydown?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
208
|
+
onKeypress?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
209
|
+
onKeyup?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
210
|
+
onEnter?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
211
|
+
"onUpdate:modelValue"?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
212
|
+
onClear?: () => any;
|
213
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
214
|
+
"update:modelValue": (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
215
|
+
focus: (evt: FocusEvent) => FocusEvent;
|
216
|
+
blur: (evt: FocusEvent) => FocusEvent;
|
217
|
+
change: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
218
|
+
clear: () => boolean;
|
219
|
+
input: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
220
|
+
keypress: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
221
|
+
keydown: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
222
|
+
keyup: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
223
|
+
enter: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
224
|
+
paste: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
225
|
+
compositionstart: (evt: CompositionEvent) => CompositionEvent;
|
226
|
+
compositionupdate: (evt: CompositionEvent) => CompositionEvent;
|
227
|
+
compositionend: (evt: CompositionEvent) => CompositionEvent;
|
228
|
+
}, string, {
|
105
229
|
type: string;
|
106
|
-
|
107
|
-
clearable: boolean;
|
108
|
-
max: number;
|
109
|
-
min: number;
|
110
|
-
maxlength: number;
|
111
|
-
prefixIcon: string;
|
112
|
-
suffixIcon: string;
|
113
|
-
suffix: string;
|
114
|
-
showWordLimit: boolean;
|
115
|
-
showControl: boolean;
|
116
|
-
precision: number;
|
117
|
-
} & {
|
118
|
-
size?: string;
|
119
|
-
modelValue?: string | number;
|
120
|
-
}> & {
|
121
|
-
onFocus?: (...args: any[]) => any;
|
122
|
-
onBlur?: (...args: any[]) => any;
|
123
|
-
onChange?: (...args: any[]) => any;
|
124
|
-
onInput?: (...args: any[]) => any;
|
125
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
126
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "change" | "update:modelValue")[], string, {
|
127
|
-
prefix: string;
|
230
|
+
disabled: boolean;
|
128
231
|
placeholder: string;
|
232
|
+
prefix: string;
|
129
233
|
step: number;
|
130
|
-
disabled: boolean;
|
131
|
-
type: string;
|
132
|
-
readonly: boolean;
|
133
|
-
clearable: boolean;
|
134
|
-
max: number;
|
135
234
|
min: number;
|
235
|
+
max: number;
|
136
236
|
maxlength: number;
|
237
|
+
clearable: boolean;
|
238
|
+
readonly: boolean;
|
137
239
|
prefixIcon: string;
|
138
240
|
suffixIcon: string;
|
139
241
|
suffix: string;
|
242
|
+
behavior: string;
|
140
243
|
showWordLimit: boolean;
|
141
244
|
showControl: boolean;
|
245
|
+
showClearOnlyHover: boolean;
|
142
246
|
precision: number;
|
247
|
+
rows: number;
|
143
248
|
}> & {
|
144
249
|
beforeCreate?: (() => void) | (() => void)[];
|
145
250
|
created?: (() => void) | (() => void)[];
|
@@ -160,116 +265,218 @@ declare const BkInput: {
|
|
160
265
|
$forceUpdate: () => void;
|
161
266
|
$nextTick: typeof import("vue").nextTick;
|
162
267
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
163
|
-
} & Readonly<{
|
164
|
-
type
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
268
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
269
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
270
|
+
default: string;
|
271
|
+
} & {
|
272
|
+
default: string;
|
273
|
+
};
|
274
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
275
|
+
default: boolean;
|
276
|
+
};
|
277
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
278
|
+
default: boolean;
|
279
|
+
};
|
280
|
+
readonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
281
|
+
default: boolean;
|
282
|
+
};
|
283
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
284
|
+
default: string;
|
285
|
+
} & {
|
286
|
+
default: string;
|
287
|
+
};
|
288
|
+
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
289
|
+
default: string;
|
290
|
+
};
|
291
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
292
|
+
default: string;
|
293
|
+
};
|
294
|
+
suffix: import("vue-types").VueTypeValidableDef<string> & {
|
295
|
+
default: string;
|
296
|
+
};
|
297
|
+
prefix: import("vue-types").VueTypeValidableDef<string> & {
|
298
|
+
default: string;
|
299
|
+
};
|
300
|
+
step: import("vue-types").VueTypeDef<number> & {
|
301
|
+
default: number;
|
302
|
+
};
|
303
|
+
max: import("vue-types").VueTypeDef<number> & {
|
304
|
+
default: number;
|
305
|
+
};
|
306
|
+
min: import("vue-types").VueTypeDef<number> & {
|
307
|
+
default: number;
|
308
|
+
};
|
309
|
+
maxlength: import("vue-types").VueTypeDef<number> & {
|
310
|
+
default: number;
|
311
|
+
};
|
312
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
313
|
+
default: string;
|
314
|
+
};
|
315
|
+
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
316
|
+
default: boolean;
|
317
|
+
};
|
318
|
+
showControl: import("vue-types").VueTypeValidableDef<boolean> & {
|
319
|
+
default: boolean;
|
320
|
+
} & {
|
321
|
+
default: boolean;
|
322
|
+
};
|
323
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
324
|
+
default: boolean;
|
325
|
+
} & {
|
326
|
+
default: boolean;
|
327
|
+
};
|
328
|
+
precision: import("vue-types").VueTypeValidableDef<number> & {
|
329
|
+
default: number;
|
330
|
+
} & {
|
331
|
+
default: number;
|
332
|
+
} & {
|
333
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
334
|
+
};
|
335
|
+
modelValue: import("vue-types").VueTypeDef<string | number>;
|
336
|
+
size: import("vue-types").VueTypeDef<string>;
|
337
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
338
|
+
default: number;
|
339
|
+
};
|
340
|
+
}>> & {
|
341
|
+
onPaste?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
342
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
343
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
344
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
345
|
+
onFocus?: (evt: FocusEvent) => any;
|
346
|
+
onBlur?: (evt: FocusEvent) => any;
|
347
|
+
onChange?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
348
|
+
onInput?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
349
|
+
onKeydown?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
350
|
+
onKeypress?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
351
|
+
onKeyup?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
352
|
+
onEnter?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
353
|
+
"onUpdate:modelValue"?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
354
|
+
onClear?: () => any;
|
208
355
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
|
209
356
|
__isFragment?: never;
|
210
357
|
__isTeleport?: never;
|
211
358
|
__isSuspense?: never;
|
212
|
-
} & import("vue").ComponentOptionsBase<Readonly<{
|
213
|
-
type
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
}
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
359
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
360
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
361
|
+
default: string;
|
362
|
+
} & {
|
363
|
+
default: string;
|
364
|
+
};
|
365
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
366
|
+
default: boolean;
|
367
|
+
};
|
368
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
369
|
+
default: boolean;
|
370
|
+
};
|
371
|
+
readonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
372
|
+
default: boolean;
|
373
|
+
};
|
374
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
375
|
+
default: string;
|
376
|
+
} & {
|
377
|
+
default: string;
|
378
|
+
};
|
379
|
+
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
380
|
+
default: string;
|
381
|
+
};
|
382
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
383
|
+
default: string;
|
384
|
+
};
|
385
|
+
suffix: import("vue-types").VueTypeValidableDef<string> & {
|
386
|
+
default: string;
|
387
|
+
};
|
388
|
+
prefix: import("vue-types").VueTypeValidableDef<string> & {
|
389
|
+
default: string;
|
390
|
+
};
|
391
|
+
step: import("vue-types").VueTypeDef<number> & {
|
392
|
+
default: number;
|
393
|
+
};
|
394
|
+
max: import("vue-types").VueTypeDef<number> & {
|
395
|
+
default: number;
|
396
|
+
};
|
397
|
+
min: import("vue-types").VueTypeDef<number> & {
|
398
|
+
default: number;
|
399
|
+
};
|
400
|
+
maxlength: import("vue-types").VueTypeDef<number> & {
|
401
|
+
default: number;
|
402
|
+
};
|
403
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
404
|
+
default: string;
|
405
|
+
};
|
406
|
+
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
407
|
+
default: boolean;
|
408
|
+
};
|
409
|
+
showControl: import("vue-types").VueTypeValidableDef<boolean> & {
|
410
|
+
default: boolean;
|
411
|
+
} & {
|
412
|
+
default: boolean;
|
413
|
+
};
|
414
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
415
|
+
default: boolean;
|
416
|
+
} & {
|
417
|
+
default: boolean;
|
418
|
+
};
|
419
|
+
precision: import("vue-types").VueTypeValidableDef<number> & {
|
420
|
+
default: number;
|
421
|
+
} & {
|
422
|
+
default: number;
|
423
|
+
} & {
|
424
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
425
|
+
};
|
426
|
+
modelValue: import("vue-types").VueTypeDef<string | number>;
|
427
|
+
size: import("vue-types").VueTypeDef<string>;
|
428
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
429
|
+
default: number;
|
430
|
+
};
|
431
|
+
}>> & {
|
432
|
+
onPaste?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
433
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
434
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
435
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
436
|
+
onFocus?: (evt: FocusEvent) => any;
|
437
|
+
onBlur?: (evt: FocusEvent) => any;
|
438
|
+
onChange?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
439
|
+
onInput?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
440
|
+
onKeydown?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
441
|
+
onKeypress?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
442
|
+
onKeyup?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
443
|
+
onEnter?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
444
|
+
"onUpdate:modelValue"?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
445
|
+
onClear?: () => any;
|
446
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
447
|
+
"update:modelValue": (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
448
|
+
focus: (evt: FocusEvent) => FocusEvent;
|
449
|
+
blur: (evt: FocusEvent) => FocusEvent;
|
450
|
+
change: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
451
|
+
clear: () => boolean;
|
452
|
+
input: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
453
|
+
keypress: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
454
|
+
keydown: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
455
|
+
keyup: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
456
|
+
enter: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
457
|
+
paste: (_value: any, _evt?: Event | KeyboardEvent) => boolean;
|
458
|
+
compositionstart: (evt: CompositionEvent) => CompositionEvent;
|
459
|
+
compositionupdate: (evt: CompositionEvent) => CompositionEvent;
|
460
|
+
compositionend: (evt: CompositionEvent) => CompositionEvent;
|
461
|
+
}, string, {
|
236
462
|
type: string;
|
237
|
-
|
238
|
-
clearable: boolean;
|
239
|
-
max: number;
|
240
|
-
min: number;
|
241
|
-
maxlength: number;
|
242
|
-
prefixIcon: string;
|
243
|
-
suffixIcon: string;
|
244
|
-
suffix: string;
|
245
|
-
showWordLimit: boolean;
|
246
|
-
showControl: boolean;
|
247
|
-
precision: number;
|
248
|
-
} & {
|
249
|
-
size?: string;
|
250
|
-
modelValue?: string | number;
|
251
|
-
}> & {
|
252
|
-
onFocus?: (...args: any[]) => any;
|
253
|
-
onBlur?: (...args: any[]) => any;
|
254
|
-
onChange?: (...args: any[]) => any;
|
255
|
-
onInput?: (...args: any[]) => any;
|
256
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
257
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "focus" | "blur" | "change" | "update:modelValue")[], "input" | "focus" | "blur" | "change" | "update:modelValue", {
|
258
|
-
prefix: string;
|
463
|
+
disabled: boolean;
|
259
464
|
placeholder: string;
|
465
|
+
prefix: string;
|
260
466
|
step: number;
|
261
|
-
disabled: boolean;
|
262
|
-
type: string;
|
263
|
-
readonly: boolean;
|
264
|
-
clearable: boolean;
|
265
|
-
max: number;
|
266
467
|
min: number;
|
468
|
+
max: number;
|
267
469
|
maxlength: number;
|
470
|
+
clearable: boolean;
|
471
|
+
readonly: boolean;
|
268
472
|
prefixIcon: string;
|
269
473
|
suffixIcon: string;
|
270
474
|
suffix: string;
|
475
|
+
behavior: string;
|
271
476
|
showWordLimit: boolean;
|
272
477
|
showControl: boolean;
|
478
|
+
showClearOnlyHover: boolean;
|
273
479
|
precision: number;
|
480
|
+
rows: number;
|
274
481
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
275
482
|
export default BkInput;
|