bkui-vue 0.0.1-beta.13 → 0.0.1-beta.130
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 +31715 -0
- package/dist/index.umd.js +171 -0
- package/dist/style.css +1 -4051
- 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 +105 -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 +24 -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 +19 -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 +24 -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 +80 -4
- package/lib/breadcrumb/index.d.ts +118 -46
- 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 +89 -47
- package/lib/button/button.variable.css +111 -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 +115 -4
- package/lib/card/index.d.ts +225 -69
- package/lib/card/index.js +1 -1
- package/lib/cascader/cascader-panel.d.ts +48 -0
- package/lib/cascader/cascader.css +130 -0
- package/lib/cascader/cascader.d.ts +271 -0
- package/lib/cascader/cascader.less +146 -0
- package/lib/cascader/cascader.variable.css +232 -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 +33 -6
- package/lib/checkbox/checkbox.d.ts +43 -32
- package/lib/checkbox/checkbox.less +44 -6
- package/lib/checkbox/checkbox.variable.css +52 -9
- package/lib/checkbox/common.d.ts +3 -3
- package/lib/checkbox/index.d.ts +151 -105
- 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 +288 -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 +119 -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 +193 -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 +22 -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 +68 -16
- package/lib/dialog/dialog.d.ts +285 -52
- package/lib/dialog/dialog.less +43 -17
- package/lib/dialog/dialog.variable.css +68 -16
- 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 +19 -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 +29 -15
- package/lib/dropdown/dropdown.less +5 -0
- package/lib/dropdown/dropdown.variable.css +23 -3
- package/lib/dropdown/index.d.ts +112 -72
- package/lib/dropdown/index.js +1 -1
- package/lib/exception/exception.d.ts +11 -9
- package/lib/exception/exception.variable.css +19 -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 +19 -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 +198 -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 +1 -1
- package/lib/index.js +1 -0
- package/lib/input/index.d.ts +462 -196
- package/lib/input/index.js +1 -15
- package/lib/input/input.css +232 -16
- package/lib/input/input.d.ts +182 -52
- package/lib/input/input.less +182 -19
- package/lib/input/input.variable.css +248 -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 +19 -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 +196 -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 +70 -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 +22 -3
- package/lib/menu/utils.d.ts +1 -1
- package/lib/message/index.js +1 -1
- package/lib/message/message.css +16 -2
- package/lib/message/message.less +18 -1
- package/lib/message/message.variable.css +35 -5
- package/lib/message/messageConstructor.d.ts +68 -20
- 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 +20 -4
- package/lib/notify/index.js +1 -1
- package/lib/notify/notify.css +17 -1
- package/lib/notify/notify.less +19 -1
- package/lib/notify/notify.variable.css +36 -4
- package/lib/notify/notifyConstructor.d.ts +83 -23
- 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 +281 -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 +45 -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 +127 -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.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 +240 -0
- 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 +70 -6
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +147 -98
- 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 +12 -13
- package/lib/radio/radio.d.ts +27 -17
- package/lib/radio/radio.less +13 -14
- package/lib/radio/radio.variable.css +32 -17
- 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 +291 -0
- package/lib/select/common.d.ts +20 -22
- package/lib/select/index.d.ts +1062 -706
- 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 +226 -71
- package/lib/select/select.d.ts +376 -192
- package/lib/select/select.less +270 -130
- package/lib/select/select.variable.css +245 -74
- 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 +424 -80
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.css +48 -3
- package/lib/sideslider/sideslider.d.ts +181 -30
- package/lib/sideslider/sideslider.less +65 -6
- package/lib/sideslider/sideslider.variable.css +67 -6
- 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 +19 -3
- package/lib/steps/index.d.ts +162 -110
- package/lib/steps/index.js +1 -15
- package/lib/steps/steps.css +17 -3
- package/lib/steps/steps.d.ts +41 -28
- package/lib/steps/steps.less +27 -3
- package/lib/steps/steps.variable.css +36 -6
- package/lib/styles/index.d.ts +14 -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 +119 -0
- package/lib/styles/themes/themes.less +27 -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 +211 -153
- package/lib/switcher/switcher.variable.css +219 -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 +44 -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 +170 -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 +124 -0
- package/lib/table/plugins/settings.css +129 -0
- package/lib/table/plugins/settings.less +157 -0
- package/lib/table/plugins/settings.variable.css +231 -0
- package/lib/table/props.d.ts +210 -2
- package/lib/table/render.d.ts +76 -5
- package/lib/table/table.css +1089 -15
- package/lib/table/table.d.ts +221 -14
- package/lib/table/table.less +251 -24
- package/lib/table/table.variable.css +1109 -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 +116 -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 +311 -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 +337 -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 +241 -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 +278 -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 +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 +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 +519 -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 +135 -0
- package/lib/volar.components.d.ts +29 -0
- package/package.json +107 -84
- package/dist/bkui-vue.cjs.js +0 -9999
- package/dist/bkui-vue.esm.js +0 -9958
- package/dist/bkui-vue.umd.js +0 -10002
- 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,116 @@ declare const BkInput: {
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{
|
6
|
-
placeholder: string;
|
7
|
-
prefix: 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
|
-
} & {
|
7
|
+
disabled: boolean;
|
42
8
|
placeholder: string;
|
43
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
|
+
modelValue: string | number;
|
25
|
+
rows: number;
|
26
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
27
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
28
|
+
default: string;
|
29
|
+
} & {
|
30
|
+
default: string;
|
31
|
+
};
|
32
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
33
|
+
default: boolean;
|
34
|
+
};
|
35
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
36
|
+
default: boolean;
|
37
|
+
};
|
38
|
+
readonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
39
|
+
default: boolean;
|
40
|
+
};
|
41
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
42
|
+
default: string;
|
43
|
+
} & {
|
44
|
+
default: string;
|
45
|
+
};
|
46
|
+
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
47
|
+
default: string;
|
48
|
+
};
|
49
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
50
|
+
default: string;
|
51
|
+
};
|
52
|
+
suffix: import("vue-types").VueTypeValidableDef<string> & {
|
53
|
+
default: string;
|
54
|
+
};
|
55
|
+
prefix: import("vue-types").VueTypeValidableDef<string> & {
|
56
|
+
default: string;
|
57
|
+
};
|
58
|
+
step: import("vue-types").VueTypeDef<number> & {
|
59
|
+
default: number;
|
60
|
+
};
|
61
|
+
max: import("vue-types").VueTypeDef<number> & {
|
62
|
+
default: number;
|
63
|
+
};
|
64
|
+
min: import("vue-types").VueTypeDef<number> & {
|
65
|
+
default: number;
|
66
|
+
};
|
67
|
+
maxlength: import("vue-types").VueTypeDef<number> & {
|
68
|
+
default: number;
|
69
|
+
};
|
70
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
71
|
+
default: string;
|
72
|
+
};
|
73
|
+
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
74
|
+
default: boolean;
|
75
|
+
};
|
76
|
+
showControl: import("vue-types").VueTypeValidableDef<boolean> & {
|
77
|
+
default: boolean;
|
78
|
+
} & {
|
79
|
+
default: boolean;
|
80
|
+
};
|
81
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
82
|
+
default: boolean;
|
83
|
+
} & {
|
84
|
+
default: boolean;
|
85
|
+
};
|
86
|
+
precision: import("vue-types").VueTypeValidableDef<number> & {
|
87
|
+
default: number;
|
88
|
+
} & {
|
89
|
+
default: number;
|
90
|
+
} & {
|
91
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
92
|
+
};
|
93
|
+
modelValue: import("vue-types").VueTypeDef<string | number> & {
|
94
|
+
default: string | number;
|
95
|
+
};
|
96
|
+
size: import("vue-types").VueTypeDef<string>;
|
97
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
98
|
+
default: number;
|
99
|
+
};
|
100
|
+
}>> & {
|
101
|
+
onPaste?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
102
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
103
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
104
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
105
|
+
onFocus?: (evt: FocusEvent) => any;
|
106
|
+
onBlur?: (evt: FocusEvent) => any;
|
107
|
+
onChange?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
108
|
+
onInput?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
109
|
+
onKeydown?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
110
|
+
onKeypress?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
111
|
+
onKeyup?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
112
|
+
onEnter?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
113
|
+
"onUpdate:modelValue"?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
114
|
+
onClear?: () => any;
|
115
|
+
} & 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" | "modelValue" | "rows">;
|
68
116
|
$attrs: {
|
69
117
|
[x: string]: unknown;
|
70
118
|
};
|
@@ -76,70 +124,157 @@ declare const BkInput: {
|
|
76
124
|
}>;
|
77
125
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
78
126
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
79
|
-
$emit: (event: "input" | "
|
127
|
+
$emit: ((event: import("./input").EVENTS.UPDATE, value: string | number, 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: string | number, evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.CLEAR) => void) & ((event: import("./input").EVENTS.INPUT, value: string | number, evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.KEYPRESS, value: string | number, evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.KEYDOWN, value: string | number, evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.KEYUP, value: string | number, evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.ENTER, value: string | number, evt?: Event | KeyboardEvent) => void) & ((event: import("./input").EVENTS.PASTE, value: string | number, 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
128
|
$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
|
-
|
129
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
130
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
131
|
+
default: string;
|
132
|
+
} & {
|
133
|
+
default: string;
|
134
|
+
};
|
135
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
136
|
+
default: boolean;
|
137
|
+
};
|
138
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
139
|
+
default: boolean;
|
140
|
+
};
|
141
|
+
readonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
142
|
+
default: boolean;
|
143
|
+
};
|
144
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
145
|
+
default: string;
|
146
|
+
} & {
|
147
|
+
default: string;
|
148
|
+
};
|
149
|
+
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
150
|
+
default: string;
|
151
|
+
};
|
152
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
153
|
+
default: string;
|
154
|
+
};
|
155
|
+
suffix: import("vue-types").VueTypeValidableDef<string> & {
|
156
|
+
default: string;
|
157
|
+
};
|
158
|
+
prefix: import("vue-types").VueTypeValidableDef<string> & {
|
159
|
+
default: string;
|
160
|
+
};
|
161
|
+
step: import("vue-types").VueTypeDef<number> & {
|
162
|
+
default: number;
|
163
|
+
};
|
164
|
+
max: import("vue-types").VueTypeDef<number> & {
|
165
|
+
default: number;
|
166
|
+
};
|
167
|
+
min: import("vue-types").VueTypeDef<number> & {
|
168
|
+
default: number;
|
169
|
+
};
|
170
|
+
maxlength: import("vue-types").VueTypeDef<number> & {
|
171
|
+
default: number;
|
172
|
+
};
|
173
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
174
|
+
default: string;
|
175
|
+
};
|
176
|
+
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
177
|
+
default: boolean;
|
178
|
+
};
|
179
|
+
showControl: import("vue-types").VueTypeValidableDef<boolean> & {
|
180
|
+
default: boolean;
|
181
|
+
} & {
|
182
|
+
default: boolean;
|
183
|
+
};
|
184
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
185
|
+
default: boolean;
|
186
|
+
} & {
|
187
|
+
default: boolean;
|
188
|
+
};
|
189
|
+
precision: import("vue-types").VueTypeValidableDef<number> & {
|
190
|
+
default: number;
|
191
|
+
} & {
|
192
|
+
default: number;
|
193
|
+
} & {
|
194
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
195
|
+
};
|
196
|
+
modelValue: import("vue-types").VueTypeDef<string | number> & {
|
197
|
+
default: string | number;
|
198
|
+
};
|
199
|
+
size: import("vue-types").VueTypeDef<string>;
|
200
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
201
|
+
default: number;
|
202
|
+
};
|
203
|
+
}>> & {
|
204
|
+
onPaste?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
205
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
206
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
207
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
208
|
+
onFocus?: (evt: FocusEvent) => any;
|
209
|
+
onBlur?: (evt: FocusEvent) => any;
|
210
|
+
onChange?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
211
|
+
onInput?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
212
|
+
onKeydown?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
213
|
+
onKeypress?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
214
|
+
onKeyup?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
215
|
+
onEnter?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
216
|
+
"onUpdate:modelValue"?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
217
|
+
onClear?: () => any;
|
218
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
219
|
+
"update:modelValue": (value: string | number, evt?: Event | KeyboardEvent) => {
|
220
|
+
value: string | number;
|
221
|
+
evt: Event | KeyboardEvent;
|
222
|
+
};
|
223
|
+
focus: (evt: FocusEvent) => FocusEvent;
|
224
|
+
blur: (evt: FocusEvent) => FocusEvent;
|
225
|
+
change: (value: string | number, evt?: Event | KeyboardEvent) => {
|
226
|
+
value: string | number;
|
227
|
+
evt: Event | KeyboardEvent;
|
228
|
+
};
|
229
|
+
clear: () => boolean;
|
230
|
+
input: (value: string | number, evt?: Event | KeyboardEvent) => {
|
231
|
+
value: string | number;
|
232
|
+
evt: Event | KeyboardEvent;
|
233
|
+
};
|
234
|
+
keypress: (value: string | number, evt?: Event | KeyboardEvent) => {
|
235
|
+
value: string | number;
|
236
|
+
evt: Event | KeyboardEvent;
|
237
|
+
};
|
238
|
+
keydown: (value: string | number, evt?: Event | KeyboardEvent) => {
|
239
|
+
value: string | number;
|
240
|
+
evt: Event | KeyboardEvent;
|
241
|
+
};
|
242
|
+
keyup: (value: string | number, evt?: Event | KeyboardEvent) => {
|
243
|
+
value: string | number;
|
244
|
+
evt: Event | KeyboardEvent;
|
245
|
+
};
|
246
|
+
enter: (value: string | number, evt?: Event | KeyboardEvent) => {
|
247
|
+
value: string | number;
|
248
|
+
evt: Event | KeyboardEvent;
|
249
|
+
};
|
250
|
+
paste: (value: string | number, evt?: Event | KeyboardEvent) => {
|
251
|
+
value: string | number;
|
252
|
+
evt: Event | KeyboardEvent;
|
253
|
+
};
|
254
|
+
compositionstart: (evt: CompositionEvent) => CompositionEvent;
|
255
|
+
compositionupdate: (evt: CompositionEvent) => CompositionEvent;
|
256
|
+
compositionend: (evt: CompositionEvent) => CompositionEvent;
|
257
|
+
}, string, {
|
105
258
|
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, {
|
259
|
+
disabled: boolean;
|
127
260
|
placeholder: string;
|
128
261
|
prefix: string;
|
129
262
|
step: number;
|
130
|
-
disabled: boolean;
|
131
|
-
type: string;
|
132
|
-
readonly: boolean;
|
133
|
-
clearable: boolean;
|
134
|
-
max: number;
|
135
263
|
min: number;
|
264
|
+
max: number;
|
136
265
|
maxlength: number;
|
266
|
+
clearable: boolean;
|
267
|
+
readonly: boolean;
|
137
268
|
prefixIcon: string;
|
138
269
|
suffixIcon: string;
|
139
270
|
suffix: string;
|
271
|
+
behavior: string;
|
140
272
|
showWordLimit: boolean;
|
141
273
|
showControl: boolean;
|
274
|
+
showClearOnlyHover: boolean;
|
142
275
|
precision: number;
|
276
|
+
modelValue: string | number;
|
277
|
+
rows: number;
|
143
278
|
}> & {
|
144
279
|
beforeCreate?: (() => void) | (() => void)[];
|
145
280
|
created?: (() => void) | (() => void)[];
|
@@ -160,116 +295,247 @@ declare const BkInput: {
|
|
160
295
|
$forceUpdate: () => void;
|
161
296
|
$nextTick: typeof import("vue").nextTick;
|
162
297
|
$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
|
-
|
298
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
299
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
300
|
+
default: string;
|
301
|
+
} & {
|
302
|
+
default: string;
|
303
|
+
};
|
304
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
305
|
+
default: boolean;
|
306
|
+
};
|
307
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
308
|
+
default: boolean;
|
309
|
+
};
|
310
|
+
readonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
311
|
+
default: boolean;
|
312
|
+
};
|
313
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
314
|
+
default: string;
|
315
|
+
} & {
|
316
|
+
default: string;
|
317
|
+
};
|
318
|
+
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
319
|
+
default: string;
|
320
|
+
};
|
321
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
322
|
+
default: string;
|
323
|
+
};
|
324
|
+
suffix: import("vue-types").VueTypeValidableDef<string> & {
|
325
|
+
default: string;
|
326
|
+
};
|
327
|
+
prefix: import("vue-types").VueTypeValidableDef<string> & {
|
328
|
+
default: string;
|
329
|
+
};
|
330
|
+
step: import("vue-types").VueTypeDef<number> & {
|
331
|
+
default: number;
|
332
|
+
};
|
333
|
+
max: import("vue-types").VueTypeDef<number> & {
|
334
|
+
default: number;
|
335
|
+
};
|
336
|
+
min: import("vue-types").VueTypeDef<number> & {
|
337
|
+
default: number;
|
338
|
+
};
|
339
|
+
maxlength: import("vue-types").VueTypeDef<number> & {
|
340
|
+
default: number;
|
341
|
+
};
|
342
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
343
|
+
default: string;
|
344
|
+
};
|
345
|
+
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
346
|
+
default: boolean;
|
347
|
+
};
|
348
|
+
showControl: import("vue-types").VueTypeValidableDef<boolean> & {
|
349
|
+
default: boolean;
|
350
|
+
} & {
|
351
|
+
default: boolean;
|
352
|
+
};
|
353
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
354
|
+
default: boolean;
|
355
|
+
} & {
|
356
|
+
default: boolean;
|
357
|
+
};
|
358
|
+
precision: import("vue-types").VueTypeValidableDef<number> & {
|
359
|
+
default: number;
|
360
|
+
} & {
|
361
|
+
default: number;
|
362
|
+
} & {
|
363
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
364
|
+
};
|
365
|
+
modelValue: import("vue-types").VueTypeDef<string | number> & {
|
366
|
+
default: string | number;
|
367
|
+
};
|
368
|
+
size: import("vue-types").VueTypeDef<string>;
|
369
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
370
|
+
default: number;
|
371
|
+
};
|
372
|
+
}>> & {
|
373
|
+
onPaste?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
374
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
375
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
376
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
377
|
+
onFocus?: (evt: FocusEvent) => any;
|
378
|
+
onBlur?: (evt: FocusEvent) => any;
|
379
|
+
onChange?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
380
|
+
onInput?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
381
|
+
onKeydown?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
382
|
+
onKeypress?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
383
|
+
onKeyup?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
384
|
+
onEnter?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
385
|
+
"onUpdate:modelValue"?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
386
|
+
onClear?: () => any;
|
208
387
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
|
209
388
|
__isFragment?: never;
|
210
389
|
__isTeleport?: never;
|
211
390
|
__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
|
-
|
391
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
392
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
393
|
+
default: string;
|
394
|
+
} & {
|
395
|
+
default: string;
|
396
|
+
};
|
397
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
398
|
+
default: boolean;
|
399
|
+
};
|
400
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
401
|
+
default: boolean;
|
402
|
+
};
|
403
|
+
readonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
404
|
+
default: boolean;
|
405
|
+
};
|
406
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
407
|
+
default: string;
|
408
|
+
} & {
|
409
|
+
default: string;
|
410
|
+
};
|
411
|
+
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
412
|
+
default: string;
|
413
|
+
};
|
414
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
415
|
+
default: string;
|
416
|
+
};
|
417
|
+
suffix: import("vue-types").VueTypeValidableDef<string> & {
|
418
|
+
default: string;
|
419
|
+
};
|
420
|
+
prefix: import("vue-types").VueTypeValidableDef<string> & {
|
421
|
+
default: string;
|
422
|
+
};
|
423
|
+
step: import("vue-types").VueTypeDef<number> & {
|
424
|
+
default: number;
|
425
|
+
};
|
426
|
+
max: import("vue-types").VueTypeDef<number> & {
|
427
|
+
default: number;
|
428
|
+
};
|
429
|
+
min: import("vue-types").VueTypeDef<number> & {
|
430
|
+
default: number;
|
431
|
+
};
|
432
|
+
maxlength: import("vue-types").VueTypeDef<number> & {
|
433
|
+
default: number;
|
434
|
+
};
|
435
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
436
|
+
default: string;
|
437
|
+
};
|
438
|
+
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
439
|
+
default: boolean;
|
440
|
+
};
|
441
|
+
showControl: import("vue-types").VueTypeValidableDef<boolean> & {
|
442
|
+
default: boolean;
|
443
|
+
} & {
|
444
|
+
default: boolean;
|
445
|
+
};
|
446
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
447
|
+
default: boolean;
|
448
|
+
} & {
|
449
|
+
default: boolean;
|
450
|
+
};
|
451
|
+
precision: import("vue-types").VueTypeValidableDef<number> & {
|
452
|
+
default: number;
|
453
|
+
} & {
|
454
|
+
default: number;
|
455
|
+
} & {
|
456
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
457
|
+
};
|
458
|
+
modelValue: import("vue-types").VueTypeDef<string | number> & {
|
459
|
+
default: string | number;
|
460
|
+
};
|
461
|
+
size: import("vue-types").VueTypeDef<string>;
|
462
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
463
|
+
default: number;
|
464
|
+
};
|
465
|
+
}>> & {
|
466
|
+
onPaste?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
467
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
468
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
469
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
470
|
+
onFocus?: (evt: FocusEvent) => any;
|
471
|
+
onBlur?: (evt: FocusEvent) => any;
|
472
|
+
onChange?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
473
|
+
onInput?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
474
|
+
onKeydown?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
475
|
+
onKeypress?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
476
|
+
onKeyup?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
477
|
+
onEnter?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
478
|
+
"onUpdate:modelValue"?: (value: string | number, evt?: Event | KeyboardEvent) => any;
|
479
|
+
onClear?: () => any;
|
480
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
481
|
+
"update:modelValue": (value: string | number, evt?: Event | KeyboardEvent) => {
|
482
|
+
value: string | number;
|
483
|
+
evt: Event | KeyboardEvent;
|
484
|
+
};
|
485
|
+
focus: (evt: FocusEvent) => FocusEvent;
|
486
|
+
blur: (evt: FocusEvent) => FocusEvent;
|
487
|
+
change: (value: string | number, evt?: Event | KeyboardEvent) => {
|
488
|
+
value: string | number;
|
489
|
+
evt: Event | KeyboardEvent;
|
490
|
+
};
|
491
|
+
clear: () => boolean;
|
492
|
+
input: (value: string | number, evt?: Event | KeyboardEvent) => {
|
493
|
+
value: string | number;
|
494
|
+
evt: Event | KeyboardEvent;
|
495
|
+
};
|
496
|
+
keypress: (value: string | number, evt?: Event | KeyboardEvent) => {
|
497
|
+
value: string | number;
|
498
|
+
evt: Event | KeyboardEvent;
|
499
|
+
};
|
500
|
+
keydown: (value: string | number, evt?: Event | KeyboardEvent) => {
|
501
|
+
value: string | number;
|
502
|
+
evt: Event | KeyboardEvent;
|
503
|
+
};
|
504
|
+
keyup: (value: string | number, evt?: Event | KeyboardEvent) => {
|
505
|
+
value: string | number;
|
506
|
+
evt: Event | KeyboardEvent;
|
507
|
+
};
|
508
|
+
enter: (value: string | number, evt?: Event | KeyboardEvent) => {
|
509
|
+
value: string | number;
|
510
|
+
evt: Event | KeyboardEvent;
|
511
|
+
};
|
512
|
+
paste: (value: string | number, evt?: Event | KeyboardEvent) => {
|
513
|
+
value: string | number;
|
514
|
+
evt: Event | KeyboardEvent;
|
515
|
+
};
|
516
|
+
compositionstart: (evt: CompositionEvent) => CompositionEvent;
|
517
|
+
compositionupdate: (evt: CompositionEvent) => CompositionEvent;
|
518
|
+
compositionend: (evt: CompositionEvent) => CompositionEvent;
|
519
|
+
}, string, {
|
236
520
|
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", {
|
521
|
+
disabled: boolean;
|
258
522
|
placeholder: string;
|
259
523
|
prefix: string;
|
260
524
|
step: number;
|
261
|
-
disabled: boolean;
|
262
|
-
type: string;
|
263
|
-
readonly: boolean;
|
264
|
-
clearable: boolean;
|
265
|
-
max: number;
|
266
525
|
min: number;
|
526
|
+
max: number;
|
267
527
|
maxlength: number;
|
528
|
+
clearable: boolean;
|
529
|
+
readonly: boolean;
|
268
530
|
prefixIcon: string;
|
269
531
|
suffixIcon: string;
|
270
532
|
suffix: string;
|
533
|
+
behavior: string;
|
271
534
|
showWordLimit: boolean;
|
272
535
|
showControl: boolean;
|
536
|
+
showClearOnlyHover: boolean;
|
273
537
|
precision: number;
|
538
|
+
modelValue: string | number;
|
539
|
+
rows: number;
|
274
540
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
275
541
|
export default BkInput;
|