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.js
CHANGED
@@ -1,15 +1 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"
|
2
|
-
/*! *****************************************************************************
|
3
|
-
Copyright (c) Microsoft Corporation.
|
4
|
-
|
5
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
6
|
-
purpose with or without fee is hereby granted.
|
7
|
-
|
8
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
9
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
10
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
11
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
12
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
13
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
14
|
-
PERFORMANCE OF THIS SOFTWARE.
|
15
|
-
***************************************************************************** */var i={type:o.PropTypes.string.def("text"),clearable:o.PropTypes.bool,disabled:o.PropTypes.bool,readonly:o.PropTypes.bool,placeholder:o.PropTypes.string,prefixIcon:o.PropTypes.string,suffixIcon:o.PropTypes.string,suffix:o.PropTypes.string,prefix:o.PropTypes.string,step:o.PropTypes.integer,max:o.PropTypes.integer,min:o.PropTypes.integer,maxlength:o.PropTypes.integer,showWordLimit:o.PropTypes.bool,showControl:o.PropTypes.bool.def(!0),precision:o.PropTypes.number.def(0).validate((function(e){return e>=0&&e<20})),modelValue:o.PropTypes.oneOfType([o.PropTypes.string,o.PropTypes.number]),size:o.PropTypes.size()},u=t.defineComponent({name:"Input",inheritAttrs:!1,emits:["update:modelValue","focus","blur","change","input"],props:i,setup:function(e,r){var l=t.ref(!1),i="bk-input",u=r.attrs,s=u.class,p=u.style,c=function(e,t){var o={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(o[n[r]]=e[n[r]])}return o}(u,["class","style"]),d=t.computed((function(){var t;return o.classes((a(t={},"".concat(i,"--").concat(e.size),!!e.size),a(t,"is-focused",l.value),a(t,"is-readonly",e.readonly),a(t,"is-disabled",e.disabled),a(t,"".concat(s),!!s),t),i)})),f={search:function(){return t.createVNode(n.Search,null,null)},password:function(){return t.createVNode(n.Eye,{onClick:k},null)}},m=I("suffix-icon"),v=t.computed((function(){var o=f[e.type];return x.value?t.createVNode(n.Unvisible,{onClick:k,class:m},null):o?t.createVNode(o,{class:m},null):null})),y=t.computed((function(){return"number"===e.type})),b=t.computed((function(){return Math.floor(e.maxlength)})),x=t.ref(!1);function g(){r.emit("update:modelValue",""),r.emit("change","")}function h(e){l.value=!0,r.emit("focus",e)}function V(e){l.value=!1,r.emit("blur",e)}function P(e){r.emit("update:modelValue",y.value?+e.target.value:e.target.value),r.emit("input",e.target.value)}function T(e){r.emit("change",e.target.value,e)}function N(t){var o=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=Number.isInteger(e.precision)?e.precision:0,r=parseFloat(e.modelValue.toString()),l=Number.isInteger(t)?t:1,a=r+(o?l:-1*l);return Number.isInteger(e.max)&&(a=Math.min(a,e.max)),Number.isInteger(e.min)&&(a=Math.max(a,e.min)),+a.toFixed(n)}function w(){var t=N(parseInt(String(e.step),10));r.emit("update:modelValue",t)}function O(){var t=N(parseInt(String(e.step),10),!1);r.emit("update:modelValue",t)}function I(e){return"".concat(i,"--").concat(e)}function k(){x.value=!x.value}return function(){var o,l,a,u,s,f;return t.createVNode("div",{class:d.value,style:p},[null!==(a=null===(l=null===(o=r.slots)||void 0===o?void 0:o.prefix)||void 0===l?void 0:l.call(o))&&void 0!==a?a:e.prefix&&t.createVNode("div",{class:I("prefix-area")},[t.createVNode("span",{class:I("prefix-area--text")},[e.prefix])]),t.createVNode("input",t.mergeProps(c,{class:"".concat(i,"--text"),value:e.modelValue,type:x.value&&"password"===e.type?"text":e.type,maxlength:e.maxlength,step:e.step,max:e.max,min:e.min,placeholder:e.placeholder,readonly:e.readonly,disabled:e.disabled,onInput:P,onFocus:h,onBlur:V,onChange:T}),null),e.clearable&&!!e.modelValue&&t.createVNode(n.Close,{onClick:g,class:m},null),v.value,"number"==typeof e.maxlength&&e.showWordLimit&&t.createVNode("p",{class:I("max-length")},[e.modelValue.toString().length,t.createTextVNode("/"),t.createVNode("span",null,[b.value])]),y.value&&e.showControl&&t.createVNode("div",{class:I("number-control")},[t.createVNode(n.DownSmall,{onClick:w},null),t.createVNode(n.DownSmall,{onClick:O},null)]),null!==(f=null===(s=null===(u=r.slots)||void 0===u?void 0:u.suffix)||void 0===s?void 0:s.call(u))&&void 0!==f?f:e.suffix&&t.createVNode("div",{class:I("suffix-area")},[t.createVNode("span",{class:I("suffix-area--text")},[e.suffix])])])}}}),s=o.withInstall(u);e.default=s,Object.defineProperty(e,"__esModule",{value:!0})}));
|
1
|
+
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("../shared"),require("vue"),require("../icon"));else if("function"==typeof define&&define.amd)define(["../shared","vue","../icon"],t);else{var r="object"==typeof exports?t(require("../shared"),require("vue"),require("../icon")):t(e["../shared"],e.vue,e["../icon"]);for(var o in r)("object"==typeof exports?exports:e)[o]=r[o]}}(self,((e,t,r)=>(()=>{"use strict";var o={6870:e=>{e.exports=r},4212:t=>{t.exports=e},748:e=>{e.exports=t}},n={};function a(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={exports:{}};return o[e](r,r.exports,a),r.exports}a.d=(e,t)=>{for(var r in t)a.o(t,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var l={};return(()=>{a.r(l),a.d(l,{default:()=>v});var e=a(4212);function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function r(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var o=a(748);Object.create,Object.create;var n,i,u=a(6870),s={type:e.PropTypes.string.def("text"),clearable:e.PropTypes.bool,disabled:e.PropTypes.bool,readonly:e.PropTypes.bool,placeholder:e.PropTypes.string.def("Enter"),prefixIcon:e.PropTypes.string,suffixIcon:e.PropTypes.string,suffix:e.PropTypes.string,prefix:e.PropTypes.string,step:e.PropTypes.integer,max:e.PropTypes.integer,min:e.PropTypes.integer,maxlength:e.PropTypes.integer,behavior:e.PropTypes.commonType(["simplicity","normal"]).def("normal"),showWordLimit:e.PropTypes.bool,showControl:e.PropTypes.bool.def(!0),showClearOnlyHover:e.PropTypes.bool.def(!1),precision:e.PropTypes.number.def(0).validate((function(e){return e>=0&&e<20})),modelValue:e.PropTypes.oneOfType([e.PropTypes.string,e.PropTypes.number]),size:e.PropTypes.size(),rows:e.PropTypes.number};function c(e,t){return!0}function p(e){return e}!function(e){e.UPDATE="update:modelValue",e.FOCUS="focus",e.BLUR="blur",e.CHANGE="change",e.CLEAR="clear",e.INPUT="input",e.KEYPRESS="keypress",e.KEYDOWN="keydown",e.KEYUP="keyup",e.ENTER="enter",e.PASTE="paste",e.COMPOSITIONSTART="compositionstart",e.COMPOSITIONUPDATE="compositionupdate",e.COMPOSITIONEND="compositionend"}(i||(i={}));var d=(r(n={},i.UPDATE,c),r(n,i.FOCUS,(function(e){return e})),r(n,i.BLUR,(function(e){return e})),r(n,i.CHANGE,c),r(n,i.CLEAR,(function(){return!0})),r(n,i.INPUT,c),r(n,i.KEYPRESS,c),r(n,i.KEYDOWN,c),r(n,i.KEYUP,c),r(n,i.ENTER,c),r(n,i.PASTE,c),r(n,i.COMPOSITIONSTART,p),r(n,i.COMPOSITIONUPDATE,p),r(n,i.COMPOSITIONEND,p),n);const f=(0,o.defineComponent)({name:"Input",inheritAttrs:!1,props:s,emits:d,setup:function(n,a){var l=(0,e.useFormItem)(),s=(0,o.ref)(!1),c=(0,o.ref)(!1),p=(0,o.computed)((function(){return"textarea"===n.type})),d=(0,o.computed)((function(){return p.value?"bk-textarea":"bk-input"})),f=a.attrs,v=f.class,m=f.style,y=function(e,t){var r={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(o=Object.getOwnPropertySymbols(e);n<o.length;n++)t.indexOf(o[n])<0&&Object.prototype.propertyIsEnumerable.call(e,o[n])&&(r[o[n]]=e[o[n]])}return r}(f,["class","style"]);console.log(y,333,a.attrs);var b=(0,o.ref)(),P=(0,o.computed)((function(){var t;return(0,e.classes)((r(t={},"".concat(d.value,"--").concat(n.size),!!n.size),r(t,"is-focused",s.value),r(t,"is-readonly",n.readonly),r(t,"is-disabled",n.disabled),r(t,"is-simplicity","simplicity"===n.behavior),r(t,"".concat(v),!!v),t),d.value)})),T={search:function(){return(0,o.createVNode)(u.Search,null,null)},password:function(){return(0,o.createVNode)(u.Eye,{onClick:q},null)}},g=F("suffix-icon"),x=(0,o.computed)((function(){var e=T[n.type];return O.value?(0,o.createVNode)(u.Unvisible,{onClick:q,class:g},null):e?(0,o.createVNode)(e,{class:g},null):null})),h=(0,o.computed)((function(){return"number"===n.type})),N=(0,o.computed)((function(){return Math.floor(n.maxlength)})),O=(0,o.ref)(!1),E=(0,o.computed)((function(){return(0,e.classes)(r({"show-clear-only-hover":n.showClearOnlyHover},"".concat(d.value,"--clear-icon"),!0),g)})),S=(0,o.computed)((function(){return(0,e.classes)({"is-disabled":n.disabled||n.modelValue>=n.max})})),C=(0,o.computed)((function(){return(0,e.classes)({"is-disabled":n.disabled||n.modelValue<=n.min})}));function I(){var e;if(!n.disabled){var t=h.value?n.min:"";a.emit(i.UPDATE,t),a.emit(i.CHANGE,t),a.emit(i.CLEAR),null===(e=null==l?void 0:l.validate)||void 0===e||e.call(l,"change")}}a.expose({focus:function(){b.value.focus()},clear:I});var A,V,w=[i.KEYUP,i.KEYDOWN,i.KEYPRESS,i.PASTE,i.CHANGE,i.INPUT].map((function(e){return function(t){var r;t.stopPropagation(),e!==i.KEYDOWN||"Enter"!==t.code&&"Enter"!==t.key&&13!==t.keyCode||a.emit(i.ENTER,t.target.value,t),c.value&&[i.INPUT,i.CHANGE].some((function(t){return e===t}))||(e===i.INPUT&&a.emit(i.UPDATE,h.value?+t.target.value:t.target.value),a.emit(e,t.target.value,t),e===i.INPUT&&(null===(r=null==l?void 0:l.validate)||void 0===r||r.call(l,"change")))}})),U=(V=6,function(e){if(Array.isArray(e))return e}(A=w)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var o,n,a=[],l=!0,i=!1;try{for(r=r.call(e);!(l=(o=r.next()).done)&&(a.push(o.value),!t||a.length!==t);l=!0);}catch(e){i=!0,n=e}finally{try{l||null==r.return||r.return()}finally{if(i)throw n}}return a}}(A,V)||function(e,r){if(e){if("string"==typeof e)return t(e,r);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?t(e,r):void 0}}(A,V)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),j=U[0],D=U[1],k=U[2],R=U[3],K=U[4],M=U[5];function Y(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=parseInt(String(e),10),o=Number.isInteger(n.precision)?n.precision:0,a=parseFloat(n.modelValue.toString()),l=Number.isInteger(r)?r:1,i=a+(t?l:-1*l);return Number.isInteger(n.max)&&(i=Math.min(i,n.max)),Number.isInteger(n.min)&&(i=Math.max(i,n.min)),+i.toFixed(o)}function H(){if(!n.disabled){var e=Y(n.step);a.emit(i.UPDATE,e)}}function L(){if(!n.disabled){var e=Y(n.step,!1);a.emit(i.UPDATE,e)}}function F(e){return"".concat(d.value,"--").concat(e)}function q(){O.value=!O.value}var G=(0,o.computed)((function(){var e=void 0===n.modelValue||null===n.modelValue?{}:{value:n.modelValue};return Object.assign(Object.assign({},e),{maxlength:n.maxlength,placeholder:n.placeholder,readonly:n.readonly,disabled:n.disabled})})),W={onInput:M,onFocus:function(e){s.value=!0,a.emit(i.FOCUS,e)},onBlur:function(e){var t;if(s.value=!1,a.emit(i.BLUR,e),h.value&&(e.target.value>n.max||e.target.value<n.min)){var r=e.target.value>n.max?n.max:n.min;a.emit(i.UPDATE,r),a.emit(i.CHANGE,r)}null===(t=null==l?void 0:l.validate)||void 0===t||t.call(l,"blur")},onPaste:R,onChange:K,onKeypress:k,onKeydown:D,onKeyup:j,onCompositionstart:function(){c.value=!0},onCompositionend:function(e){c.value=!1,M(e)}};return function(){var e,t,r,l,i,s;return(0,o.createVNode)("div",{class:P.value,style:m},[null!==(r=null===(t=null===(e=a.slots)||void 0===e?void 0:e.prefix)||void 0===t?void 0:t.call(e))&&void 0!==r?r:n.prefix&&(0,o.createVNode)("div",{class:F("prefix-area")},[(0,o.createVNode)("span",{class:F("prefix-area--text")},[n.prefix])]),p.value?(0,o.createVNode)("textarea",(0,o.mergeProps)({ref:b,spellcheck:!1},y,W,G.value,{rows:n.rows}),null):(0,o.createVNode)("input",(0,o.mergeProps)({spellcheck:!1},y,{ref:b,class:"".concat(d.value,"--text"),type:O.value&&"password"===n.type?"text":n.type,step:n.step,max:n.max,min:n.min},W,G.value),null),!p.value&&n.clearable&&!!n.modelValue&&(0,o.createVNode)(u.Close,{onClick:I,class:E.value},null),x.value,"number"==typeof n.maxlength&&(n.showWordLimit||p.value)&&(0,o.createVNode)("p",{class:F("max-length")},[n.modelValue.toString().length,(0,o.createTextVNode)("/"),(0,o.createVNode)("span",null,[N.value])]),h.value&&n.showControl&&(0,o.createVNode)("div",{class:F("number-control")},[(0,o.createVNode)(u.DownSmall,{class:S.value,onClick:H},null),(0,o.createVNode)(u.DownSmall,{class:C.value,onClick:L},null)]),null!==(s=null===(i=null===(l=a.slots)||void 0===l?void 0:l.suffix)||void 0===i?void 0:i.call(l))&&void 0!==s?s:n.suffix&&(0,o.createVNode)("div",{class:F("suffix-area")},[(0,o.createVNode)("span",{class:F("suffix-area--text")},[n.suffix])])])}}}),v=(0,e.withInstall)(f)})(),l})()));
|
package/lib/input/input.css
CHANGED
@@ -19,45 +19,246 @@
|
|
19
19
|
.bk-fade-transtion .bk-fade-leave-to {
|
20
20
|
opacity: 0;
|
21
21
|
}
|
22
|
+
.clearfix-style::after {
|
23
|
+
display: block;
|
24
|
+
height: 0;
|
25
|
+
clear: both;
|
26
|
+
font-size: 0;
|
27
|
+
content: '';
|
28
|
+
visibility: hidden;
|
29
|
+
}
|
30
|
+
.bk-popper {
|
31
|
+
display: none;
|
32
|
+
padding: 7px 14px;
|
33
|
+
font-size: 12px;
|
34
|
+
color: #fff;
|
35
|
+
background: #333;
|
36
|
+
border-radius: 4px;
|
37
|
+
}
|
38
|
+
.bk-popper.light {
|
39
|
+
color: #63656e;
|
40
|
+
background: #fff;
|
41
|
+
box-shadow: #dcdee5 0px 0px 6px 0px;
|
42
|
+
}
|
43
|
+
.bk-popper .bk-popper-arrow,
|
44
|
+
.bk-popper .bk-popper-arrow::before {
|
45
|
+
position: absolute;
|
46
|
+
width: 8px;
|
47
|
+
height: 8px;
|
48
|
+
background: inherit;
|
49
|
+
}
|
50
|
+
.bk-popper .bk-popper-arrow {
|
51
|
+
visibility: hidden;
|
52
|
+
}
|
53
|
+
.bk-popper .bk-popper-arrow::before {
|
54
|
+
content: '';
|
55
|
+
visibility: visible;
|
56
|
+
transform: rotate(45deg);
|
57
|
+
}
|
58
|
+
.bk-popper[data-show] {
|
59
|
+
display: block;
|
60
|
+
}
|
61
|
+
.bk-popper[data-popper-placement^='top'] > .bk-popper-arrow {
|
62
|
+
bottom: -4px;
|
63
|
+
}
|
64
|
+
.bk-popper[data-popper-placement^='bottom'] > .bk-popper-arrow {
|
65
|
+
top: -4px;
|
66
|
+
}
|
67
|
+
.bk-popper[data-popper-placement^='left'] > .bk-popper-arrow {
|
68
|
+
right: -4px;
|
69
|
+
}
|
70
|
+
.bk-popper[data-popper-placement^='right'] > .bk-popper-arrow {
|
71
|
+
left: -4px;
|
72
|
+
}
|
73
|
+
.bk-textarea {
|
74
|
+
display: inline-flex;
|
75
|
+
width: 100%;
|
76
|
+
min-height: 70px;
|
77
|
+
font-size: 12px;
|
78
|
+
line-height: 20px;
|
79
|
+
color: #63656e;
|
80
|
+
background-color: white;
|
81
|
+
border: 1px solid #c4c6cc;
|
82
|
+
border-radius: 2px;
|
83
|
+
box-sizing: border-box;
|
84
|
+
transition: all 0.3s;
|
85
|
+
flex-direction: column;
|
86
|
+
}
|
87
|
+
.bk-textarea ::placeholder {
|
88
|
+
color: #c4c6cc;
|
89
|
+
}
|
90
|
+
.bk-textarea.is-disabled,
|
91
|
+
.bk-textarea.is-readonly {
|
92
|
+
background-color: #fafbfd;
|
93
|
+
border-color: #dcdee5;
|
94
|
+
}
|
95
|
+
.bk-textarea.is-disabled .bk-input--prefix-area,
|
96
|
+
.bk-textarea.is-readonly .bk-input--prefix-area,
|
97
|
+
.bk-textarea.is-disabled .bk-input--suffix-area,
|
98
|
+
.bk-textarea.is-readonly .bk-input--suffix-area,
|
99
|
+
.bk-textarea.is-disabled .bk-input--suffix-icon,
|
100
|
+
.bk-textarea.is-readonly .bk-input--suffix-icon {
|
101
|
+
cursor: not-allowed;
|
102
|
+
background-color: #fafbfd;
|
103
|
+
}
|
104
|
+
.bk-textarea.is-disabled input,
|
105
|
+
.bk-textarea.is-readonly input,
|
106
|
+
.bk-textarea.is-disabled textarea,
|
107
|
+
.bk-textarea.is-readonly textarea {
|
108
|
+
cursor: not-allowed;
|
109
|
+
background-color: #fafbfd;
|
110
|
+
opacity: 1;
|
111
|
+
}
|
112
|
+
.bk-textarea.is-readonly input,
|
113
|
+
.bk-textarea.is-readonly textarea {
|
114
|
+
cursor: auto;
|
115
|
+
}
|
116
|
+
.bk-textarea > textarea {
|
117
|
+
width: 100%;
|
118
|
+
flex: 1;
|
119
|
+
padding: 5px 10px;
|
120
|
+
line-height: 1.5;
|
121
|
+
text-align: left;
|
122
|
+
border: 0;
|
123
|
+
outline: none;
|
124
|
+
resize: none;
|
125
|
+
}
|
126
|
+
.bk-textarea--max-length {
|
127
|
+
padding-right: 10px;
|
128
|
+
margin: 0;
|
129
|
+
margin-left: auto;
|
130
|
+
font-size: 12px;
|
131
|
+
text-align: right;
|
132
|
+
transform: scale(0.8);
|
133
|
+
justify-content: flex-end;
|
134
|
+
}
|
135
|
+
.bk-textarea--max-length span {
|
136
|
+
color: #979ba5;
|
137
|
+
}
|
138
|
+
.bk-textarea.is-focused:not(.is-readonly) {
|
139
|
+
border-color: #3a84ff;
|
140
|
+
outline: 0;
|
141
|
+
box-shadow: 0px 0px 3px 0px #a3c5fd;
|
142
|
+
}
|
22
143
|
.bk-input {
|
23
|
-
display: flex;
|
144
|
+
display: inline-flex;
|
24
145
|
align-items: stretch;
|
146
|
+
width: 100%;
|
25
147
|
height: 32px;
|
26
148
|
font-size: 12px;
|
27
149
|
border: 1px solid #c4c6cc;
|
28
150
|
border-radius: 2px;
|
29
151
|
transition: all 0.3s;
|
30
152
|
}
|
153
|
+
.bk-input ::placeholder {
|
154
|
+
color: #c4c6cc;
|
155
|
+
}
|
156
|
+
.bk-input.is-disabled,
|
157
|
+
.bk-input.is-readonly {
|
158
|
+
background-color: #fafbfd;
|
159
|
+
border-color: #dcdee5;
|
160
|
+
}
|
161
|
+
.bk-input.is-disabled .bk-input--prefix-area,
|
162
|
+
.bk-input.is-readonly .bk-input--prefix-area,
|
163
|
+
.bk-input.is-disabled .bk-input--suffix-area,
|
164
|
+
.bk-input.is-readonly .bk-input--suffix-area,
|
165
|
+
.bk-input.is-disabled .bk-input--suffix-icon,
|
166
|
+
.bk-input.is-readonly .bk-input--suffix-icon {
|
167
|
+
cursor: not-allowed;
|
168
|
+
background-color: #fafbfd;
|
169
|
+
}
|
170
|
+
.bk-input.is-disabled input,
|
171
|
+
.bk-input.is-readonly input,
|
172
|
+
.bk-input.is-disabled textarea,
|
173
|
+
.bk-input.is-readonly textarea {
|
174
|
+
cursor: not-allowed;
|
175
|
+
background-color: #fafbfd;
|
176
|
+
opacity: 1;
|
177
|
+
}
|
178
|
+
.bk-input.is-readonly input,
|
179
|
+
.bk-input.is-readonly textarea {
|
180
|
+
cursor: auto;
|
181
|
+
}
|
182
|
+
.bk-input:hover:not(.is-disabled) {
|
183
|
+
border-color: #979ba5;
|
184
|
+
}
|
185
|
+
.bk-input:hover:not(.is-disabled) .show-clear-only-hover {
|
186
|
+
display: block;
|
187
|
+
}
|
188
|
+
.bk-input.is-simplicity {
|
189
|
+
background-color: transparent;
|
190
|
+
border-color: transparent;
|
191
|
+
border-bottom-color: #c4c6cc;
|
192
|
+
}
|
193
|
+
.bk-input.is-simplicity:hover:not(.is-disabled) {
|
194
|
+
border-color: transparent;
|
195
|
+
border-bottom-color: #c4c6cc;
|
196
|
+
box-shadow: none;
|
197
|
+
}
|
198
|
+
.bk-input.is-simplicity:hover:not(.is-disabled) .bk-input--text {
|
199
|
+
background-color: #f5f7fa;
|
200
|
+
}
|
31
201
|
.bk-input--suffix-icon {
|
202
|
+
display: flex;
|
203
|
+
height: 100%;
|
32
204
|
padding-right: 10px;
|
33
|
-
font-size:
|
205
|
+
font-size: 14px;
|
34
206
|
color: #c4c6cc;
|
207
|
+
background-color: white;
|
208
|
+
align-items: center;
|
35
209
|
align-self: center;
|
36
210
|
}
|
211
|
+
.bk-input--suffix-icon.show-clear-only-hover {
|
212
|
+
display: none;
|
213
|
+
}
|
214
|
+
.bk-input--clear-icon {
|
215
|
+
cursor: pointer;
|
216
|
+
}
|
217
|
+
.bk-input--clear-icon:hover {
|
218
|
+
color: #979ba5;
|
219
|
+
}
|
37
220
|
.bk-input--large {
|
38
|
-
height:
|
221
|
+
height: 40px;
|
222
|
+
font-size: 14px;
|
223
|
+
}
|
224
|
+
.bk-input--large .bk-input--max-length {
|
39
225
|
font-size: 16px;
|
40
226
|
}
|
227
|
+
.bk-input--large .bk-input--number-control span:first-child {
|
228
|
+
margin-bottom: 4px;
|
229
|
+
}
|
41
230
|
.bk-input--small {
|
42
231
|
height: 26px;
|
43
232
|
font-size: 12px;
|
44
233
|
}
|
234
|
+
.bk-input--small .bk-input--max-length {
|
235
|
+
font-size: 12px;
|
236
|
+
}
|
237
|
+
.bk-input--default {
|
238
|
+
font-size: 12px;
|
239
|
+
}
|
240
|
+
.bk-input--default .bk-input--max-length {
|
241
|
+
font-size: 12px;
|
242
|
+
}
|
45
243
|
.bk-input.is-focused:not(.is-readonly) {
|
46
244
|
border-color: #3a84ff;
|
47
245
|
outline: 0;
|
48
246
|
box-shadow: 0px 0px 3px 0px #a3c5fd;
|
49
247
|
}
|
50
|
-
.bk-input.is-
|
51
|
-
|
52
|
-
|
53
|
-
|
248
|
+
.bk-input.is-focused:not(.is-readonly).is-simplicity {
|
249
|
+
border-color: transparent;
|
250
|
+
border-bottom-color: #3a84ff;
|
251
|
+
box-shadow: none;
|
252
|
+
}
|
253
|
+
.bk-input.is-focused:not(.is-readonly).is-simplicity .bk-input--text {
|
254
|
+
background-color: #f5f7fa;
|
54
255
|
}
|
55
256
|
.bk-input--prefix-area,
|
56
257
|
.bk-input--suffix-area {
|
57
258
|
display: flex;
|
58
259
|
padding: 0 10px;
|
59
260
|
color: #63656e;
|
60
|
-
background-color: #
|
261
|
+
background-color: #f5f7fa;
|
61
262
|
border-right: 1px solid #c4c6cc;
|
62
263
|
align-items: center;
|
63
264
|
}
|
@@ -68,13 +269,15 @@
|
|
68
269
|
.bk-input--max-length {
|
69
270
|
align-self: center;
|
70
271
|
padding-right: 10px;
|
272
|
+
font-size: 12px;
|
273
|
+
transform: scale(0.8);
|
71
274
|
}
|
72
275
|
.bk-input--max-length span {
|
73
276
|
color: #979ba5;
|
74
277
|
}
|
75
278
|
.bk-input--text {
|
279
|
+
width: 100%;
|
76
280
|
padding: 0 10px;
|
77
|
-
font-size: 12px;
|
78
281
|
line-height: 1;
|
79
282
|
color: #63656e;
|
80
283
|
background-color: white;
|
@@ -91,12 +294,12 @@
|
|
91
294
|
.bk-input--text[type='search']::-webkit-search-results-decoration {
|
92
295
|
appearance: none;
|
93
296
|
}
|
94
|
-
.bk-input--text [type=search]::-ms-clear {
|
297
|
+
.bk-input--text [type='search']::-ms-clear {
|
95
298
|
display: none;
|
96
299
|
width: 0;
|
97
300
|
height: 0;
|
98
301
|
}
|
99
|
-
.bk-input--text [type=search]::-ms-reveal {
|
302
|
+
.bk-input--text [type='search']::-ms-reveal {
|
100
303
|
display: none;
|
101
304
|
width: 0;
|
102
305
|
height: 0;
|
@@ -110,23 +313,36 @@
|
|
110
313
|
color: #c4c6cc;
|
111
314
|
}
|
112
315
|
.bk-input--number-control {
|
316
|
+
display: flex;
|
113
317
|
width: 26px;
|
114
318
|
height: 100%;
|
319
|
+
padding: 4px 0;
|
115
320
|
font-size: 0;
|
321
|
+
user-select: none;
|
116
322
|
flex-direction: column;
|
323
|
+
align-items: center;
|
117
324
|
}
|
118
325
|
.bk-input--number-control span {
|
119
|
-
display:
|
120
|
-
height: 50%;
|
326
|
+
display: flex;
|
121
327
|
overflow: hidden;
|
328
|
+
line-height: 1;
|
329
|
+
color: #979ba5;
|
330
|
+
text-align: center;
|
331
|
+
cursor: pointer;
|
332
|
+
background-color: #f5f7fa;
|
333
|
+
flex: 1;
|
334
|
+
align-items: center;
|
335
|
+
}
|
336
|
+
.bk-input--number-control span.is-disabled {
|
122
337
|
color: #c4c6cc;
|
338
|
+
cursor: not-allowed;
|
123
339
|
}
|
124
340
|
.bk-input--number-control svg {
|
125
|
-
font-size:
|
341
|
+
font-size: 14px;
|
126
342
|
}
|
127
343
|
.bk-input--number-control span:first-child {
|
128
344
|
transform: rotate(180deg);
|
129
345
|
}
|
130
|
-
.bk-input--number-control span:hover {
|
131
|
-
background-color: #
|
346
|
+
.bk-input--number-control span:not(.is-disabled):hover {
|
347
|
+
background-color: #eaebf0;
|
132
348
|
}
|
package/lib/input/input.d.ts
CHANGED
@@ -16,6 +16,8 @@ export declare const inputType: {
|
|
16
16
|
};
|
17
17
|
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
18
18
|
default: string;
|
19
|
+
} & {
|
20
|
+
default: string;
|
19
21
|
};
|
20
22
|
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
21
23
|
default: string;
|
@@ -41,6 +43,9 @@ export declare const inputType: {
|
|
41
43
|
maxlength: import("vue-types").VueTypeDef<number> & {
|
42
44
|
default: number;
|
43
45
|
};
|
46
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
47
|
+
default: string;
|
48
|
+
};
|
44
49
|
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
45
50
|
default: boolean;
|
46
51
|
};
|
@@ -49,6 +54,11 @@ export declare const inputType: {
|
|
49
54
|
} & {
|
50
55
|
default: boolean;
|
51
56
|
};
|
57
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
58
|
+
default: boolean;
|
59
|
+
} & {
|
60
|
+
default: boolean;
|
61
|
+
};
|
52
62
|
precision: import("vue-types").VueTypeValidableDef<number> & {
|
53
63
|
default: number;
|
54
64
|
} & {
|
@@ -58,6 +68,43 @@ export declare const inputType: {
|
|
58
68
|
};
|
59
69
|
modelValue: import("vue-types").VueTypeDef<string | number>;
|
60
70
|
size: import("vue-types").VueTypeDef<string>;
|
71
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
72
|
+
default: number;
|
73
|
+
};
|
74
|
+
};
|
75
|
+
export declare const enum EVENTS {
|
76
|
+
UPDATE = "update:modelValue",
|
77
|
+
FOCUS = "focus",
|
78
|
+
BLUR = "blur",
|
79
|
+
CHANGE = "change",
|
80
|
+
CLEAR = "clear",
|
81
|
+
INPUT = "input",
|
82
|
+
KEYPRESS = "keypress",
|
83
|
+
KEYDOWN = "keydown",
|
84
|
+
KEYUP = "keyup",
|
85
|
+
ENTER = "enter",
|
86
|
+
PASTE = "paste",
|
87
|
+
COMPOSITIONSTART = "compositionstart",
|
88
|
+
COMPOSITIONUPDATE = "compositionupdate",
|
89
|
+
COMPOSITIONEND = "compositionend"
|
90
|
+
}
|
91
|
+
declare function EventFunction(_value: any, _evt?: KeyboardEvent | Event): boolean;
|
92
|
+
declare function CompositionEventFunction(evt: CompositionEvent): CompositionEvent;
|
93
|
+
export declare const inputEmitEventsType: {
|
94
|
+
"update:modelValue": typeof EventFunction;
|
95
|
+
focus: (evt: FocusEvent) => FocusEvent;
|
96
|
+
blur: (evt: FocusEvent) => FocusEvent;
|
97
|
+
change: typeof EventFunction;
|
98
|
+
clear: () => boolean;
|
99
|
+
input: typeof EventFunction;
|
100
|
+
keypress: typeof EventFunction;
|
101
|
+
keydown: typeof EventFunction;
|
102
|
+
keyup: typeof EventFunction;
|
103
|
+
enter: typeof EventFunction;
|
104
|
+
paste: typeof EventFunction;
|
105
|
+
compositionstart: typeof CompositionEventFunction;
|
106
|
+
compositionupdate: typeof CompositionEventFunction;
|
107
|
+
compositionend: typeof CompositionEventFunction;
|
61
108
|
};
|
62
109
|
export declare type InputType = ExtractPropTypes<typeof inputType>;
|
63
110
|
declare const _default: import("vue").DefineComponent<{
|
@@ -77,6 +124,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
77
124
|
};
|
78
125
|
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
79
126
|
default: string;
|
127
|
+
} & {
|
128
|
+
default: string;
|
80
129
|
};
|
81
130
|
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
82
131
|
default: string;
|
@@ -102,6 +151,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
102
151
|
maxlength: import("vue-types").VueTypeDef<number> & {
|
103
152
|
default: number;
|
104
153
|
};
|
154
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
155
|
+
default: string;
|
156
|
+
};
|
105
157
|
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
106
158
|
default: boolean;
|
107
159
|
};
|
@@ -110,6 +162,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
110
162
|
} & {
|
111
163
|
default: boolean;
|
112
164
|
};
|
165
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
166
|
+
default: boolean;
|
167
|
+
} & {
|
168
|
+
default: boolean;
|
169
|
+
};
|
113
170
|
precision: import("vue-types").VueTypeValidableDef<number> & {
|
114
171
|
default: number;
|
115
172
|
} & {
|
@@ -119,67 +176,130 @@ declare const _default: import("vue").DefineComponent<{
|
|
119
176
|
};
|
120
177
|
modelValue: import("vue-types").VueTypeDef<string | number>;
|
121
178
|
size: import("vue-types").VueTypeDef<string>;
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
179
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
180
|
+
default: number;
|
181
|
+
};
|
182
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
183
|
+
"update:modelValue": typeof EventFunction;
|
184
|
+
focus: (evt: FocusEvent) => FocusEvent;
|
185
|
+
blur: (evt: FocusEvent) => FocusEvent;
|
186
|
+
change: typeof EventFunction;
|
187
|
+
clear: () => boolean;
|
188
|
+
input: typeof EventFunction;
|
189
|
+
keypress: typeof EventFunction;
|
190
|
+
keydown: typeof EventFunction;
|
191
|
+
keyup: typeof EventFunction;
|
192
|
+
enter: typeof EventFunction;
|
193
|
+
paste: typeof EventFunction;
|
194
|
+
compositionstart: typeof CompositionEventFunction;
|
195
|
+
compositionupdate: typeof CompositionEventFunction;
|
196
|
+
compositionend: typeof CompositionEventFunction;
|
197
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
198
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
199
|
+
default: string;
|
200
|
+
} & {
|
201
|
+
default: string;
|
202
|
+
};
|
203
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
204
|
+
default: boolean;
|
205
|
+
};
|
206
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
207
|
+
default: boolean;
|
208
|
+
};
|
209
|
+
readonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
210
|
+
default: boolean;
|
211
|
+
};
|
212
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
213
|
+
default: string;
|
214
|
+
} & {
|
215
|
+
default: string;
|
216
|
+
};
|
217
|
+
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
218
|
+
default: string;
|
219
|
+
};
|
220
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
221
|
+
default: string;
|
222
|
+
};
|
223
|
+
suffix: import("vue-types").VueTypeValidableDef<string> & {
|
224
|
+
default: string;
|
225
|
+
};
|
226
|
+
prefix: import("vue-types").VueTypeValidableDef<string> & {
|
227
|
+
default: string;
|
228
|
+
};
|
229
|
+
step: import("vue-types").VueTypeDef<number> & {
|
230
|
+
default: number;
|
231
|
+
};
|
232
|
+
max: import("vue-types").VueTypeDef<number> & {
|
233
|
+
default: number;
|
234
|
+
};
|
235
|
+
min: import("vue-types").VueTypeDef<number> & {
|
236
|
+
default: number;
|
237
|
+
};
|
238
|
+
maxlength: import("vue-types").VueTypeDef<number> & {
|
239
|
+
default: number;
|
240
|
+
};
|
241
|
+
behavior: import("vue-types").VueTypeDef<string> & {
|
242
|
+
default: string;
|
243
|
+
};
|
244
|
+
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
245
|
+
default: boolean;
|
246
|
+
};
|
247
|
+
showControl: import("vue-types").VueTypeValidableDef<boolean> & {
|
248
|
+
default: boolean;
|
249
|
+
} & {
|
250
|
+
default: boolean;
|
251
|
+
};
|
252
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
253
|
+
default: boolean;
|
254
|
+
} & {
|
255
|
+
default: boolean;
|
256
|
+
};
|
257
|
+
precision: import("vue-types").VueTypeValidableDef<number> & {
|
258
|
+
default: number;
|
259
|
+
} & {
|
260
|
+
default: number;
|
261
|
+
} & {
|
262
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
263
|
+
};
|
264
|
+
modelValue: import("vue-types").VueTypeDef<string | number>;
|
265
|
+
size: import("vue-types").VueTypeDef<string>;
|
266
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
267
|
+
default: number;
|
268
|
+
};
|
269
|
+
}>> & {
|
270
|
+
onPaste?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
271
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
272
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
273
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
274
|
+
onFocus?: (evt: FocusEvent) => any;
|
275
|
+
onBlur?: (evt: FocusEvent) => any;
|
276
|
+
onChange?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
277
|
+
onInput?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
278
|
+
onKeydown?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
279
|
+
onKeypress?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
280
|
+
onKeyup?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
281
|
+
onEnter?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
282
|
+
"onUpdate:modelValue"?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
283
|
+
onClear?: () => any;
|
167
284
|
}, {
|
168
|
-
|
285
|
+
type: string;
|
286
|
+
disabled: boolean;
|
169
287
|
placeholder: string;
|
288
|
+
prefix: string;
|
170
289
|
step: number;
|
171
|
-
disabled: boolean;
|
172
|
-
type: string;
|
173
|
-
readonly: boolean;
|
174
|
-
clearable: boolean;
|
175
|
-
max: number;
|
176
290
|
min: number;
|
291
|
+
max: number;
|
177
292
|
maxlength: number;
|
293
|
+
clearable: boolean;
|
294
|
+
readonly: boolean;
|
178
295
|
prefixIcon: string;
|
179
296
|
suffixIcon: string;
|
180
297
|
suffix: string;
|
298
|
+
behavior: string;
|
181
299
|
showWordLimit: boolean;
|
182
300
|
showControl: boolean;
|
301
|
+
showClearOnlyHover: boolean;
|
183
302
|
precision: number;
|
303
|
+
rows: number;
|
184
304
|
}>;
|
185
305
|
export default _default;
|