bkui-vue 0.0.1-beta.38 → 0.0.1-beta.381
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/License.txt +14 -0
- package/dist/index.cjs.js +161 -36
- package/dist/index.esm.js +32274 -13030
- package/dist/index.umd.js +161 -36
- package/dist/style.css +1 -1
- 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 +123 -0
- package/lib/affix/index.d.ts +143 -0
- package/lib/affix/index.js +1 -0
- package/lib/alert/alert.css +81 -0
- package/lib/alert/alert.d.ts +62 -0
- package/lib/alert/alert.less +119 -0
- package/lib/alert/alert.variable.css +201 -0
- package/lib/alert/index.d.ts +180 -0
- package/lib/alert/index.js +1 -0
- package/lib/animate-number/animate-number.d.ts +27 -0
- package/lib/animate-number/index.d.ts +97 -0
- package/lib/animate-number/index.js +1 -0
- package/lib/backtop/backtop.css +50 -0
- package/lib/backtop/backtop.d.ts +60 -0
- package/lib/backtop/backtop.less +26 -0
- package/lib/backtop/backtop.variable.css +170 -0
- package/lib/backtop/index.d.ts +166 -0
- package/lib/backtop/index.js +1 -0
- package/lib/badge/badge.css +121 -0
- package/lib/badge/badge.d.ts +112 -0
- package/lib/badge/badge.less +136 -0
- package/lib/badge/badge.variable.css +241 -0
- package/lib/badge/index.d.ts +267 -0
- package/lib/badge/index.js +1 -0
- package/lib/breadcrumb/breadcrumb-item.d.ts +36 -0
- package/lib/breadcrumb/breadcrumb.css +119 -0
- package/lib/breadcrumb/breadcrumb.d.ts +54 -0
- package/lib/breadcrumb/breadcrumb.less +65 -0
- package/lib/breadcrumb/breadcrumb.variable.css +239 -0
- package/lib/breadcrumb/index.d.ts +194 -0
- package/lib/breadcrumb/index.js +1 -0
- package/lib/breadcrumb/props.d.ts +4 -0
- package/lib/button/button-group.d.ts +6 -0
- package/lib/button/button.css +300 -0
- package/lib/button/button.d.ts +163 -0
- package/lib/button/button.less +225 -0
- package/lib/button/button.variable.css +420 -0
- package/lib/button/index.d.ts +256 -0
- package/lib/button/index.js +1 -0
- package/lib/card/card.css +158 -0
- package/lib/card/card.d.ts +110 -0
- package/lib/card/card.less +92 -0
- package/lib/card/card.variable.css +278 -0
- package/lib/card/index.d.ts +283 -0
- package/lib/card/index.js +1 -0
- package/lib/cascader/cascader-panel.d.ts +100 -0
- package/lib/cascader/cascader.css +173 -0
- package/lib/cascader/cascader.d.ts +303 -0
- package/lib/cascader/cascader.less +196 -0
- package/lib/cascader/cascader.variable.css +293 -0
- package/lib/cascader/index.d.ts +868 -0
- package/lib/cascader/index.js +1 -0
- package/lib/cascader/interface.d.ts +51 -0
- package/lib/cascader/node.d.ts +31 -0
- package/lib/cascader/store.d.ts +23 -0
- package/lib/checkbox/checkbox-group.d.ts +64 -0
- package/lib/checkbox/checkbox.css +100 -0
- package/lib/checkbox/checkbox.d.ts +126 -0
- package/lib/checkbox/checkbox.less +128 -0
- package/lib/checkbox/checkbox.variable.css +220 -0
- package/lib/checkbox/common.d.ts +14 -0
- package/lib/checkbox/index.d.ts +293 -0
- package/lib/checkbox/index.js +1 -0
- package/lib/checkbox/type.d.ts +15 -0
- package/lib/code-diff/code-diff.css +206 -0
- package/lib/code-diff/code-diff.d.ts +80 -0
- package/lib/code-diff/code-diff.less +273 -0
- package/lib/code-diff/code-diff.variable.css +326 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/code-diff/index.js +1 -0
- package/lib/collapse/collapse-panel.d.ts +67 -0
- package/lib/collapse/collapse.css +46 -0
- package/lib/collapse/collapse.d.ts +65 -0
- package/lib/collapse/collapse.less +62 -0
- package/lib/collapse/collapse.variable.css +166 -0
- package/lib/collapse/index.d.ts +258 -0
- package/lib/collapse/index.js +1 -0
- package/lib/collapse/props.d.ts +79 -0
- package/lib/collapse/utils.d.ts +11 -0
- package/lib/color-picker/color-picker.css +275 -0
- package/lib/color-picker/color-picker.d.ts +144 -0
- package/lib/color-picker/color-picker.less +325 -0
- package/lib/color-picker/color-picker.variable.css +395 -0
- package/lib/color-picker/components/color-input.d.ts +42 -0
- package/lib/color-picker/components/hue-slider.d.ts +41 -0
- package/lib/color-picker/components/input-container.d.ts +42 -0
- package/lib/color-picker/components/recommend-colors.d.ts +51 -0
- package/lib/color-picker/components/saturation-panel.d.ts +41 -0
- package/lib/color-picker/index.d.ts +254 -0
- package/lib/color-picker/index.js +1 -0
- package/lib/color-picker/utils.d.ts +37 -0
- package/lib/components.d.ts +59 -0
- 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 +211 -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/base/confirm.d.ts +74 -0
- package/lib/date-picker/base/date-table.d.ts +96 -0
- package/lib/date-picker/base/picker-dropdown.d.ts +74 -0
- package/lib/date-picker/base/time-spinner.d.ts +151 -0
- package/lib/date-picker/date-picker.css +434 -0
- package/lib/date-picker/date-picker.d.ts +323 -0
- package/lib/date-picker/date-picker.less +558 -0
- package/lib/date-picker/date-picker.variable.css +554 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +780 -0
- package/lib/date-picker/index.js +1 -0
- package/lib/date-picker/interface.d.ts +32 -0
- package/lib/date-picker/panel/date-range.d.ts +309 -0
- package/lib/date-picker/panel/date.d.ts +206 -0
- package/lib/date-picker/panel/time-range.d.ts +489 -0
- package/lib/date-picker/panel/time.d.ts +448 -0
- package/lib/date-picker/props.d.ts +161 -0
- package/lib/date-picker/time-picker.d.ts +381 -0
- package/lib/date-picker/utils.d.ts +117 -0
- package/lib/dialog/dialog.css +190 -0
- package/lib/dialog/dialog.d.ts +311 -0
- package/lib/dialog/dialog.less +153 -0
- package/lib/dialog/dialog.variable.css +310 -0
- package/lib/dialog/index.d.ts +722 -0
- package/lib/dialog/index.js +1 -0
- package/lib/dialog/props.d.ts +130 -0
- package/lib/directives/clickoutside.d.ts +3 -0
- package/lib/directives/ellipsis.d.ts +7 -0
- package/lib/directives/index.d.ts +5 -0
- package/lib/directives/index.js +2 -0
- package/lib/directives/index.js.LICENSE.txt +14 -0
- package/lib/directives/mousewheel.d.ts +3 -0
- package/lib/directives/tooltips.d.ts +18 -0
- package/lib/dist.index.js +1 -0
- package/lib/divider/divider.css +38 -0
- package/lib/divider/divider.d.ts +48 -0
- package/lib/divider/divider.less +53 -0
- package/lib/divider/divider.variable.css +158 -0
- package/lib/divider/index.d.ts +142 -0
- package/lib/divider/index.js +1 -0
- package/lib/divider/props.d.ts +21 -0
- package/lib/dropdown/dropdown-item.d.ts +19 -0
- package/lib/dropdown/dropdown-menu.d.ts +16 -0
- package/lib/dropdown/dropdown.css +49 -0
- package/lib/dropdown/dropdown.d.ts +93 -0
- package/lib/dropdown/dropdown.less +67 -0
- package/lib/dropdown/dropdown.variable.css +169 -0
- package/lib/dropdown/index.d.ts +256 -0
- package/lib/dropdown/index.js +1 -0
- package/lib/exception/exception.css +58 -0
- package/lib/exception/exception.d.ts +33 -0
- package/lib/exception/exception.less +76 -0
- package/lib/exception/exception.variable.css +178 -0
- package/lib/exception/index.d.ts +111 -0
- package/lib/exception/index.js +1 -0
- package/lib/exception/typings/index.d.ts +4 -0
- package/lib/fixed-navbar/fixed-navbar.css +42 -0
- package/lib/fixed-navbar/fixed-navbar.d.ts +48 -0
- package/lib/fixed-navbar/fixed-navbar.less +53 -0
- package/lib/fixed-navbar/fixed-navbar.variable.css +162 -0
- package/lib/fixed-navbar/index.d.ts +147 -0
- package/lib/fixed-navbar/index.js +1 -0
- package/lib/form/compose-form-item.d.ts +16 -0
- package/lib/form/form-item.d.ts +160 -0
- package/lib/form/form.css +137 -0
- package/lib/form/form.d.ts +88 -0
- package/lib/form/form.less +170 -0
- package/lib/form/form.variable.css +257 -0
- package/lib/form/index.d.ts +319 -0
- package/lib/form/index.js +1 -0
- package/lib/form/type.d.ts +22 -0
- package/lib/form/utils.d.ts +2 -0
- package/lib/form/validator.d.ts +9 -0
- package/lib/icon/angle-double-down-line.d.ts +4 -0
- package/lib/icon/angle-double-down-line.js +1 -0
- package/lib/icon/angle-double-left-line.d.ts +4 -0
- package/lib/icon/angle-double-left-line.js +1 -0
- package/lib/icon/angle-double-left.d.ts +4 -0
- package/lib/icon/angle-double-left.js +1 -0
- package/lib/icon/angle-double-right-line.d.ts +4 -0
- package/lib/icon/angle-double-right-line.js +1 -0
- package/lib/icon/angle-double-right.d.ts +4 -0
- package/lib/icon/angle-double-right.js +1 -0
- package/lib/icon/angle-double-up-line.d.ts +4 -0
- package/lib/icon/angle-double-up-line.js +1 -0
- package/lib/icon/angle-down-fill.d.ts +4 -0
- package/lib/icon/angle-down-fill.js +1 -0
- package/lib/icon/angle-down-line.d.ts +4 -0
- package/lib/icon/angle-down-line.js +1 -0
- package/lib/icon/angle-down.d.ts +4 -0
- package/lib/icon/angle-down.js +1 -0
- package/lib/icon/angle-left.d.ts +4 -0
- package/lib/icon/angle-left.js +1 -0
- package/lib/icon/angle-right.d.ts +4 -0
- package/lib/icon/angle-right.js +1 -0
- package/lib/icon/angle-up-fill.d.ts +4 -0
- package/lib/icon/angle-up-fill.js +1 -0
- package/lib/icon/angle-up.d.ts +4 -0
- package/lib/icon/angle-up.js +1 -0
- package/lib/icon/archive-fill.d.ts +4 -0
- package/lib/icon/archive-fill.js +1 -0
- package/lib/icon/arrows-left.d.ts +4 -0
- package/lib/icon/arrows-left.js +1 -0
- package/lib/icon/arrows-right.d.ts +4 -0
- package/lib/icon/arrows-right.js +1 -0
- package/lib/icon/audio-fill.d.ts +4 -0
- package/lib/icon/audio-fill.js +1 -0
- package/lib/icon/bk.d.ts +4 -0
- package/lib/icon/bk.js +1 -0
- package/lib/icon/circle.d.ts +4 -0
- package/lib/icon/circle.js +1 -0
- package/lib/icon/close-line.d.ts +4 -0
- package/lib/icon/close-line.js +1 -0
- package/lib/icon/close.d.ts +4 -0
- package/lib/icon/close.js +1 -0
- package/lib/icon/code.d.ts +4 -0
- package/lib/icon/code.js +1 -0
- package/lib/icon/cog-shape.d.ts +4 -0
- package/lib/icon/cog-shape.js +1 -0
- package/lib/icon/collapse-left.d.ts +4 -0
- package/lib/icon/collapse-left.js +1 -0
- package/lib/icon/copy.d.ts +4 -0
- package/lib/icon/copy.js +1 -0
- package/lib/icon/data-shape.d.ts +4 -0
- package/lib/icon/data-shape.js +1 -0
- package/lib/icon/del.d.ts +4 -0
- package/lib/icon/del.js +1 -0
- package/lib/icon/doc-fill.d.ts +4 -0
- package/lib/icon/doc-fill.js +1 -0
- package/lib/icon/done.d.ts +4 -0
- package/lib/icon/done.js +1 -0
- package/lib/icon/down-shape.d.ts +4 -0
- package/lib/icon/down-shape.js +1 -0
- package/lib/icon/down-small.d.ts +4 -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/enlarge-line.d.ts +4 -0
- package/lib/icon/enlarge-line.js +1 -0
- package/lib/icon/error.d.ts +4 -0
- package/lib/icon/error.js +1 -0
- package/lib/icon/excel-fill.d.ts +4 -0
- package/lib/icon/excel-fill.js +1 -0
- package/lib/icon/exclamation-circle-shape.d.ts +4 -0
- package/lib/icon/exclamation-circle-shape.js +1 -0
- package/lib/icon/eye.d.ts +4 -0
- package/lib/icon/eye.js +1 -0
- package/lib/icon/filliscreen-line.d.ts +4 -0
- package/lib/icon/filliscreen-line.js +1 -0
- package/lib/icon/folder-open.d.ts +4 -0
- package/lib/icon/folder-open.js +1 -0
- package/lib/icon/folder-shape-open.d.ts +4 -0
- package/lib/icon/folder-shape-open.js +1 -0
- package/lib/icon/folder-shape.d.ts +4 -0
- package/lib/icon/folder-shape.js +1 -0
- package/lib/icon/folder.d.ts +4 -0
- package/lib/icon/folder.js +1 -0
- package/lib/icon/funnel.d.ts +4 -0
- package/lib/icon/funnel.js +1 -0
- package/lib/icon/help-document-fill.d.ts +4 -0
- package/lib/icon/help-document-fill.js +1 -0
- package/lib/icon/help-fill.d.ts +4 -0
- package/lib/icon/help-fill.js +1 -0
- package/lib/icon/help.d.ts +4 -0
- package/lib/icon/help.js +1 -0
- package/lib/icon/icon.d.ts +12 -0
- package/lib/icon/image-fill.d.ts +4 -0
- package/lib/icon/image-fill.js +1 -0
- package/lib/icon/img-error.d.ts +4 -0
- package/lib/icon/img-placehoulder.d.ts +4 -0
- package/lib/icon/img-placehoulder.js +1 -0
- package/lib/icon/index.d.ts +79 -0
- package/lib/icon/index.js +1 -0
- package/lib/icon/info-line.d.ts +4 -0
- package/lib/icon/info-line.js +1 -0
- package/lib/icon/info.d.ts +4 -0
- package/lib/icon/info.js +1 -0
- package/lib/icon/left-shape.d.ts +4 -0
- package/lib/icon/left-shape.js +1 -0
- package/lib/icon/left-turn-line.d.ts +4 -0
- package/lib/icon/left-turn-line.js +1 -0
- package/lib/icon/narrow-line.d.ts +4 -0
- package/lib/icon/narrow-line.js +1 -0
- package/lib/icon/original.d.ts +4 -0
- package/lib/icon/original.js +1 -0
- package/lib/icon/pdf-fill.d.ts +4 -0
- package/lib/icon/pdf-fill.js +1 -0
- package/lib/icon/play-shape.d.ts +4 -0
- package/lib/icon/play-shape.js +1 -0
- package/lib/icon/plus.d.ts +4 -0
- package/lib/icon/plus.js +1 -0
- package/lib/icon/ppt-fill.d.ts +4 -0
- package/lib/icon/ppt-fill.js +1 -0
- package/lib/icon/qq.d.ts +4 -0
- package/lib/icon/qq.js +1 -0
- package/lib/icon/right-shape.d.ts +4 -0
- package/lib/icon/right-shape.js +1 -0
- package/lib/icon/right-turn-line.d.ts +4 -0
- package/lib/icon/right-turn-line.js +1 -0
- package/lib/icon/search.d.ts +4 -0
- package/lib/icon/search.js +1 -0
- package/lib/icon/share.d.ts +4 -0
- package/lib/icon/share.js +1 -0
- package/lib/icon/spinner.d.ts +4 -0
- package/lib/icon/spinner.js +1 -0
- package/lib/icon/success.d.ts +4 -0
- package/lib/icon/success.js +1 -0
- package/lib/icon/switcher-loading.d.ts +4 -0
- package/lib/icon/switcher-loading.js +1 -0
- package/lib/icon/text-file.d.ts +4 -0
- package/lib/icon/text-file.js +1 -0
- package/lib/icon/text-fill.d.ts +4 -0
- package/lib/icon/text-fill.js +1 -0
- package/lib/icon/transfer.d.ts +4 -0
- package/lib/icon/transfer.js +1 -0
- package/lib/icon/tree-application-shape.d.ts +4 -0
- package/lib/icon/tree-application-shape.js +1 -0
- package/lib/icon/unfull-screen.d.ts +4 -0
- package/lib/icon/unfull-screen.js +1 -0
- package/lib/icon/unvisible.d.ts +4 -0
- package/lib/icon/unvisible.js +1 -0
- package/lib/icon/up-shape.d.ts +4 -0
- package/lib/icon/up-shape.js +1 -0
- package/lib/icon/upload.d.ts +4 -0
- package/lib/icon/upload.js +1 -0
- package/lib/icon/video-fill.d.ts +4 -0
- package/lib/icon/video-fill.js +1 -0
- package/lib/icon/warn.d.ts +4 -0
- package/lib/icon/warn.js +1 -0
- package/lib/icon/weixin.d.ts +4 -0
- package/lib/icon/weixin.js +1 -0
- package/lib/image/image-viewer.css +142 -0
- package/lib/image/image-viewer.d.ts +73 -0
- package/lib/image/image-viewer.less +168 -0
- package/lib/image/image-viewer.variable.css +142 -0
- package/lib/image/image.css +37 -0
- package/lib/image/image.d.ts +93 -0
- package/lib/image/image.less +44 -0
- package/lib/image/image.variable.css +37 -0
- package/lib/image/index.d.ts +246 -0
- package/lib/image/index.js +1 -0
- package/lib/image/props.d.ts +71 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.js +1 -0
- package/lib/info-box/index.d.ts +6 -0
- package/lib/info-box/index.js +1 -0
- package/lib/info-box/info-box.css +37 -0
- package/lib/info-box/info-box.d.ts +26 -0
- package/lib/info-box/info-box.less +51 -0
- package/lib/info-box/info-box.variable.css +157 -0
- package/lib/input/index.d.ts +528 -0
- package/lib/input/index.js +1 -0
- package/lib/input/input.css +351 -0
- package/lib/input/input.d.ts +337 -0
- package/lib/input/input.less +306 -0
- package/lib/input/input.variable.css +471 -0
- package/lib/link/index.d.ts +172 -0
- package/lib/link/index.js +1 -0
- package/lib/link/link.css +55 -0
- package/lib/link/link.d.ts +60 -0
- package/lib/link/link.less +76 -0
- package/lib/link/link.variable.css +175 -0
- package/lib/loading/index.d.ts +257 -0
- package/lib/loading/index.js +1 -0
- package/lib/loading/loading.css +305 -0
- package/lib/loading/loading.d.ts +160 -0
- package/lib/loading/loading.less +193 -0
- package/lib/loading/loading.variable.css +425 -0
- package/lib/menu/index.d.ts +180 -0
- package/lib/menu/index.js +1 -0
- package/lib/menu/menu-group.d.ts +14 -0
- package/lib/menu/menu-item.d.ts +16 -0
- package/lib/menu/menu.css +233 -0
- package/lib/menu/menu.d.ts +55 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +353 -0
- package/lib/menu/submenu.css +3 -0
- package/lib/menu/submenu.d.ts +22 -0
- package/lib/menu/submenu.less +5 -0
- package/lib/menu/submenu.variable.css +123 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/index.d.ts +2 -0
- package/lib/message/index.js +1 -0
- package/lib/message/message.css +74 -0
- package/lib/message/message.less +87 -0
- package/lib/message/message.variable.css +194 -0
- package/lib/message/messageConstructor.d.ts +109 -0
- package/lib/modal/index.d.ts +592 -0
- package/lib/modal/index.js +1 -0
- package/lib/modal/modal.css +73 -0
- package/lib/modal/modal.d.ts +209 -0
- package/lib/modal/modal.less +48 -0
- package/lib/modal/modal.variable.css +193 -0
- package/lib/modal/props.mixin.d.ts +87 -0
- package/lib/navigation/index.d.ts +311 -0
- package/lib/navigation/index.js +1 -0
- package/lib/navigation/navigation-title.d.ts +25 -0
- package/lib/navigation/navigation.css +184 -0
- package/lib/navigation/navigation.d.ts +120 -0
- package/lib/navigation/navigation.less +210 -0
- package/lib/navigation/navigation.variable.css +304 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/index.js +1 -0
- package/lib/notify/notify.css +69 -0
- package/lib/notify/notify.less +81 -0
- package/lib/notify/notify.variable.css +189 -0
- package/lib/notify/notifyConstructor.d.ts +132 -0
- package/lib/overflow-title/components/OverflowTitle.d.ts +38 -0
- package/lib/overflow-title/directive/overflowTitle.d.ts +3 -0
- package/lib/overflow-title/index.d.ts +129 -0
- package/lib/overflow-title/index.js +1 -0
- package/lib/overflow-title/overflow.css +11 -0
- package/lib/overflow-title/overflow.less +13 -0
- package/lib/overflow-title/overflow.variable.css +11 -0
- package/lib/overflow-title/props.d.ts +16 -0
- package/lib/overflow-title/utils/getActualWidthByCanvas.d.ts +3 -0
- package/lib/overflow-title/utils/getActualWidthByDom.d.ts +3 -0
- package/lib/pagination/index.d.ts +410 -0
- package/lib/pagination/index.js +1 -0
- package/lib/pagination/pagination.css +205 -0
- package/lib/pagination/pagination.d.ts +230 -0
- package/lib/pagination/pagination.less +230 -0
- package/lib/pagination/pagination.variable.css +325 -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/plugin-popover/index.d.ts +27 -0
- package/lib/plugin-popover/index.js +1 -0
- package/lib/plugins/index.d.ts +1 -0
- package/lib/plugins/index.js +1 -0
- package/lib/popover/arrow.d.ts +2 -0
- package/lib/popover/const.d.ts +16 -0
- package/lib/popover/content.d.ts +32 -0
- package/lib/popover/index.d.ts +653 -0
- package/lib/popover/index.js +1 -0
- package/lib/popover/plugin-popover.d.ts +12 -0
- package/lib/popover/popover.css +25 -0
- package/lib/popover/popover.d.ts +277 -0
- package/lib/popover/popover.less +35 -0
- package/lib/popover/popover.variable.css +145 -0
- package/lib/popover/props.d.ts +146 -0
- package/lib/popover/reference.d.ts +2 -0
- package/lib/popover/root.d.ts +16 -0
- package/lib/popover/use-floating.d.ts +34 -0
- package/lib/popover/use-platform.d.ts +30 -0
- package/lib/popover/use-popover-init.d.ts +23 -0
- package/lib/popover/use-popper-id.d.ts +6 -0
- package/lib/popover/utils.d.ts +2 -0
- package/lib/popover2/index.d.ts +44 -0
- package/lib/popover2/index.js +1 -0
- package/lib/popover2/popover.d.ts +2 -0
- package/lib/preset.d.ts +7 -0
- 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 +151 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.less +195 -0
- package/lib/process/process.variable.css +271 -0
- package/lib/progress/circle.d.ts +6 -0
- package/lib/progress/index.d.ts +398 -0
- package/lib/progress/index.js +1 -0
- package/lib/progress/line.d.ts +6 -0
- package/lib/progress/progress.css +145 -0
- package/lib/progress/progress.d.ts +171 -0
- package/lib/progress/progress.less +90 -0
- package/lib/progress/progress.variable.css +265 -0
- package/lib/radio/common.d.ts +13 -0
- package/lib/radio/index.d.ts +288 -0
- package/lib/radio/index.js +1 -0
- package/lib/radio/radio-button.d.ts +90 -0
- package/lib/radio/radio-group.d.ts +57 -0
- package/lib/radio/radio.css +139 -0
- package/lib/radio/radio.d.ts +87 -0
- package/lib/radio/radio.less +177 -0
- package/lib/radio/radio.variable.css +259 -0
- package/lib/radio/type.d.ts +14 -0
- package/lib/rate/index.d.ts +136 -0
- package/lib/rate/index.js +1 -0
- package/lib/rate/rate.css +10 -0
- package/lib/rate/rate.d.ts +43 -0
- package/lib/rate/rate.less +11 -0
- package/lib/rate/rate.variable.css +10 -0
- package/lib/rate/star.css +24 -0
- package/lib/rate/star.d.ts +74 -0
- package/lib/rate/star.less +29 -0
- package/lib/rate/star.variable.css +24 -0
- package/lib/resize-layout/index.d.ts +336 -0
- package/lib/resize-layout/index.js +1 -0
- package/lib/resize-layout/resize-layout.css +177 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.less +217 -0
- package/lib/resize-layout/resize-layout.variable.css +297 -0
- package/lib/search-select/index.d.ts +823 -0
- package/lib/search-select/index.js +1 -0
- package/lib/search-select/input.d.ts +89 -0
- package/lib/search-select/menu.d.ts +83 -0
- package/lib/search-select/search-select.css +424 -0
- package/lib/search-select/search-select.d.ts +342 -0
- package/lib/search-select/search-select.less +380 -0
- package/lib/search-select/search-select.variable.css +544 -0
- package/lib/search-select/selected.d.ts +143 -0
- package/lib/search-select/utils.d.ts +88 -0
- package/lib/select/common.d.ts +26 -0
- package/lib/select/index.d.ts +2039 -0
- package/lib/select/index.js +1 -0
- package/lib/select/option.d.ts +37 -0
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +399 -0
- package/lib/select/select.d.ts +753 -0
- package/lib/select/select.less +443 -0
- package/lib/select/select.variable.css +519 -0
- package/lib/select/selectTagInput.d.ts +93 -0
- package/lib/select/type.d.ts +39 -0
- package/lib/shared/dom.d.ts +3 -0
- package/lib/shared/helper.d.ts +101 -0
- package/lib/shared/hooks/use-form-item.d.ts +2 -0
- package/lib/shared/hooks/use-form.d.ts +2 -0
- package/lib/shared/index.d.ts +74 -0
- package/lib/shared/index.js +1 -0
- package/lib/shared/mask-manager.d.ts +80 -0
- package/lib/shared/pop-manager.d.ts +38 -0
- package/lib/shared/popover.d.ts +131 -0
- package/lib/shared/scrollbar-width.d.ts +1 -0
- package/lib/shared/token.d.ts +4 -0
- package/lib/shared/utils.d.ts +25 -0
- package/lib/shared/vue-types.d.ts +213 -0
- package/lib/shared/z-index-manager.d.ts +93 -0
- package/lib/sideslider/index.d.ts +477 -0
- package/lib/sideslider/index.js +1 -0
- package/lib/sideslider/sideslider.css +114 -0
- package/lib/sideslider/sideslider.d.ts +203 -0
- package/lib/sideslider/sideslider.less +145 -0
- package/lib/sideslider/sideslider.variable.css +234 -0
- package/lib/slider/index.d.ts +440 -0
- package/lib/slider/index.js +1 -0
- package/lib/slider/slider-button.d.ts +81 -0
- package/lib/slider/slider.css +149 -0
- package/lib/slider/slider.d.ts +201 -0
- package/lib/slider/slider.less +179 -0
- package/lib/slider/slider.variable.css +269 -0
- package/lib/steps/index.d.ts +250 -0
- package/lib/steps/index.js +1 -0
- package/lib/steps/steps.css +300 -0
- package/lib/steps/steps.d.ts +161 -0
- package/lib/steps/steps.less +345 -0
- package/lib/steps/steps.variable.css +420 -0
- package/lib/styles/index.d.ts +53 -0
- package/lib/styles/mixins/animate.css +21 -0
- package/lib/styles/mixins/animate.less +27 -0
- package/lib/styles/mixins/animate.variable.css +21 -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/ellipsis.less +8 -0
- package/lib/styles/mixins/mixins.css +72 -0
- package/lib/styles/mixins/mixins.less +5 -0
- package/lib/styles/mixins/mixins.variable.css +72 -0
- package/lib/styles/mixins/popper.css +43 -0
- package/lib/styles/mixins/popper.less +53 -0
- package/lib/styles/mixins/popper.variable.css +163 -0
- package/lib/styles/mixins/scroll.css +17 -0
- package/lib/styles/mixins/scroll.less +22 -0
- package/lib/styles/mixins/scroll.variable.css +137 -0
- package/lib/styles/mixins/size.less +13 -0
- package/lib/styles/reset.css +309 -0
- package/lib/styles/reset.less +339 -0
- package/lib/styles/reset.variable.css +309 -0
- package/lib/styles/themes/themes.less +162 -0
- 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 +298 -0
- package/lib/switcher/index.js +1 -0
- package/lib/switcher/switcher.css +323 -0
- package/lib/switcher/switcher.d.ts +119 -0
- package/lib/switcher/switcher.less +337 -0
- package/lib/switcher/switcher.variable.css +443 -0
- package/lib/tab/index.d.ts +435 -0
- package/lib/tab/index.js +1 -0
- package/lib/tab/props.d.ts +207 -0
- package/lib/tab/tab-nav.d.ts +169 -0
- package/lib/tab/tab-panel.d.ts +68 -0
- package/lib/tab/tab.css +223 -0
- package/lib/tab/tab.d.ts +139 -0
- package/lib/tab/tab.less +285 -0
- package/lib/tab/tab.variable.css +343 -0
- package/lib/table/components/index.d.ts +3 -0
- package/lib/table/components/table-cell.d.ts +38 -0
- package/lib/table/components/table-column.d.ts +137 -0
- package/lib/table/components/table-row.d.ts +2 -0
- package/lib/table/const.d.ts +122 -0
- package/lib/table/index.d.ts +1141 -0
- package/lib/table/index.js +1 -0
- package/lib/table/plugins/body-empty.d.ts +40 -0
- package/lib/table/plugins/col-group.d.ts +38 -0
- package/lib/table/plugins/common.d.ts +6 -0
- package/lib/table/plugins/head-filter.css +84 -0
- package/lib/table/plugins/head-filter.d.ts +26 -0
- package/lib/table/plugins/head-filter.less +110 -0
- package/lib/table/plugins/head-filter.variable.css +204 -0
- package/lib/table/plugins/head-sort.css +25 -0
- package/lib/table/plugins/head-sort.d.ts +22 -0
- package/lib/table/plugins/head-sort.less +31 -0
- package/lib/table/plugins/head-sort.variable.css +145 -0
- package/lib/table/plugins/index.d.ts +5 -0
- package/lib/table/plugins/settings.css +145 -0
- package/lib/table/plugins/settings.d.ts +37 -0
- package/lib/table/plugins/settings.less +179 -0
- package/lib/table/plugins/settings.variable.css +265 -0
- package/lib/table/plugins/use-active-columns.d.ts +16 -0
- package/lib/table/plugins/use-column-resize.d.ts +15 -0
- package/lib/table/plugins/use-fixed-column.d.ts +12 -0
- package/lib/table/plugins/use-pagination.d.ts +16 -0
- package/lib/table/plugins/use-scroll-loading.d.ts +5 -0
- package/lib/table/props.d.ts +434 -0
- package/lib/table/render.d.ts +121 -0
- package/lib/table/table.css +1273 -0
- package/lib/table/table.d.ts +350 -0
- package/lib/table/table.less +365 -0
- package/lib/table/table.variable.css +1393 -0
- package/lib/table/use-column.d.ts +11 -0
- package/lib/table/use-common.d.ts +97 -0
- package/lib/table/utils.d.ts +129 -0
- package/lib/table-column/index.d.ts +325 -0
- package/lib/table-column/index.js +1 -0
- package/lib/tag/index.d.ts +229 -0
- package/lib/tag/index.js +1 -0
- package/lib/tag/tag.css +130 -0
- package/lib/tag/tag.d.ts +84 -0
- package/lib/tag/tag.less +149 -0
- package/lib/tag/tag.variable.css +250 -0
- package/lib/tag-input/common.d.ts +36 -0
- package/lib/tag-input/index.d.ts +1349 -0
- package/lib/tag-input/index.js +1 -0
- package/lib/tag-input/list-tag-render.d.ts +44 -0
- package/lib/tag-input/tag-input.css +205 -0
- package/lib/tag-input/tag-input.d.ts +631 -0
- package/lib/tag-input/tag-input.less +248 -0
- package/lib/tag-input/tag-input.variable.css +325 -0
- package/lib/tag-input/tag-props.d.ts +252 -0
- package/lib/tag-input/tag-render.d.ts +64 -0
- package/lib/time-picker/index.d.ts +904 -0
- package/lib/time-picker/index.js +1 -0
- package/lib/time-picker/time-picker.css +215 -0
- package/lib/time-picker/time-picker.less +260 -0
- package/lib/time-picker/time-picker.variable.css +335 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/index.js +1 -0
- package/lib/timeline/timeline.css +242 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.less +252 -0
- package/lib/timeline/timeline.variable.css +362 -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 +161 -0
- package/lib/transfer/transfer.d.ts +160 -0
- package/lib/transfer/transfer.less +151 -0
- package/lib/transfer/transfer.variable.css +281 -0
- package/lib/tree/constant.d.ts +62 -0
- package/lib/tree/index.d.ts +647 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/props.d.ts +213 -0
- package/lib/tree/tree.css +218 -0
- package/lib/tree/tree.d.ts +283 -0
- package/lib/tree/tree.less +114 -0
- package/lib/tree/tree.variable.css +338 -0
- 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 +68 -0
- package/lib/upload/index.d.ts +566 -0
- package/lib/upload/index.js +1 -0
- package/lib/upload/props.d.ts +111 -0
- package/lib/upload/upload-list.d.ts +47 -0
- package/lib/upload/upload-trigger.d.ts +51 -0
- package/lib/upload/upload.css +425 -0
- package/lib/upload/upload.d.ts +246 -0
- package/lib/upload/upload.less +464 -0
- package/lib/upload/upload.type.d.ts +78 -0
- package/lib/upload/upload.variable.css +545 -0
- package/lib/upload/use-ajax-upload.d.ts +3 -0
- package/lib/upload/use-file-handler.d.ts +44 -0
- package/lib/use-message.d.ts +2 -0
- package/lib/virtual-render/index.d.ts +602 -0
- package/lib/virtual-render/index.js +1 -0
- package/lib/virtual-render/props.d.ts +172 -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 +266 -0
- package/lib/virtual-render/virtual-render.less +22 -0
- package/lib/virtual-render/virtual-render.variable.css +153 -0
- package/lib/volar.components.d.ts +101 -0
- package/package.json +59 -28
- package/LICENSE.txt +0 -22
@@ -0,0 +1 @@
|
|
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:(0,e.InputBehaviorType)(),showWordLimit:e.PropTypes.bool,showControl:e.PropTypes.bool.def(!0),showClearOnlyHover:e.PropTypes.bool.def(!0),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,selectReadonly:e.PropTypes.bool.def(!1),withValidate:e.PropTypes.bool.def(!0)};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?(0,e.resolveClassName)("textarea"):(0,e.resolveClassName)("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"]),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&&!n.selectReadonly),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:L},null)}},x=G("suffix-icon"),g=(0,o.computed)((function(){var e=T[n.type];return E.value?(0,o.createVNode)(u.Unvisible,{onClick:L,class:x},null):e?(0,o.createVNode)(e,{class:x},null):null})),h=(0,o.computed)((function(){return"number"===n.type})),N=(0,o.computed)((function(){return Math.floor(n.maxlength)})),E=(0,o.ref)(!1),O=(0,o.computed)((function(){return(0,e.classes)(r({"show-clear-only-hover":n.showClearOnlyHover},"".concat(d.value,"--clear-icon"),!0),x)})),C=(0,o.computed)((function(){return(0,e.classes)({"is-disabled":n.disabled||n.modelValue>=n.max})})),S=(0,o.computed)((function(){return(0,e.classes)({"is-disabled":n.disabled||n.modelValue<=n.min})}));function I(){if(!n.disabled){var e=h.value?n.min:"";a.emit(i.UPDATE,e),a.emit(i.CHANGE,e),a.emit(i.CLEAR)}}(0,o.watch)((function(){return n.modelValue}),(function(){var e;n.withValidate&&(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 V,A,w=(V=[i.KEYUP,i.KEYDOWN,i.KEYPRESS,i.PASTE,i.CHANGE,i.INPUT].map((function(e){return function(t){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))}})),A=6,function(e){if(Array.isArray(e))return e}(V)||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}}(V,A)||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}}(V,A)||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.")}()),U=w[0],j=w[1],D=w[2],R=w[3],K=w[4],k=w[5];function M(e){var t,r=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o=parseInt(String(e),10),a=Number.isInteger(n.precision)?n.precision:0,l=parseFloat((null!==(t=n.modelValue)&&void 0!==t?t:0).toString()),i=Number.isInteger(o)?o:1,u=l+(r?i:-1*i);return Number.isInteger(n.max)&&(u=Math.min(u,n.max)),Number.isInteger(n.min)&&(u=Math.max(u,n.min)),+u.toFixed(a)}function H(){if(!n.disabled){var e=M(n.step);a.emit(i.UPDATE,e),a.emit(i.CHANGE,e)}}function Y(){if(!n.disabled){var e=M(n.step,!1);a.emit(i.UPDATE,e),a.emit(i.CHANGE,e)}}function G(e){return"".concat(d.value,"--").concat(e)}function L(){E.value=!E.value}var F=(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})})),q={onInput:k,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)}n.withValidate&&(null===(t=null==l?void 0:l.validate)||void 0===t||t.call(l,"blur"))},onPaste:R,onChange:K,onKeypress:D,onKeydown:j,onKeyup:U,onCompositionstart:function(){c.value=!0},onCompositionend:function(e){c.value=!1,k(e)}};return function(){var e,t,r,l,i,s,c;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:G("prefix-area")},[(0,o.createVNode)("span",{class:G("prefix-area--text")},[n.prefix])]),p.value?(0,o.createVNode)("textarea",(0,o.mergeProps)({ref:b,spellcheck:!1},y,q,F.value,{rows:n.rows}),null):(0,o.createVNode)("input",(0,o.mergeProps)({spellcheck:!1},y,{ref:b,class:"".concat(d.value,"--text"),type:E.value&&"password"===n.type?"text":n.type,step:n.step,max:n.max,min:n.min},q,F.value),null),!p.value&&n.clearable&&!!n.modelValue&&(0,o.createVNode)("span",{class:O.value,onClick:I},[(0,o.createVNode)(u.Close,null,null)]),g.value,"number"==typeof n.maxlength&&(n.showWordLimit||p.value)&&(0,o.createVNode)("p",{class:G("max-length")},[(null!==(l=n.modelValue)&&void 0!==l?l:"").toString().length,(0,o.createTextVNode)("/"),(0,o.createVNode)("span",null,[N.value])]),h.value&&n.showControl&&(0,o.createVNode)("div",{class:G("number-control")},[(0,o.createVNode)(u.DownSmall,{class:C.value,onClick:H},null),(0,o.createVNode)(u.DownSmall,{class:S.value,onClick:Y},null)]),null!==(c=null===(s=null===(i=a.slots)||void 0===i?void 0:i.suffix)||void 0===s?void 0:s.call(i))&&void 0!==c?c:n.suffix&&(0,o.createVNode)("div",{class:G("suffix-area")},[(0,o.createVNode)("span",{class:G("suffix-area--text")},[n.suffix])])])}}}),v=(0,e.withInstall)(f)})(),l})()));
|
@@ -0,0 +1,351 @@
|
|
1
|
+
@keyframes loading-scale-animate {
|
2
|
+
0% {
|
3
|
+
transform: scale(1);
|
4
|
+
}
|
5
|
+
100% {
|
6
|
+
transform: scale(0.6);
|
7
|
+
}
|
8
|
+
}
|
9
|
+
@keyframes fade {
|
10
|
+
100% {
|
11
|
+
background-color: transparent;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
.bk-fade-transtion .bk-fade-enter-active,
|
15
|
+
.bk-fade-transtion .bk-fade-leave-active {
|
16
|
+
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
17
|
+
}
|
18
|
+
.bk-fade-transtion .bk-fade-enter,
|
19
|
+
.bk-fade-transtion .bk-fade-leave-to {
|
20
|
+
opacity: 0;
|
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 0 0 6px 0;
|
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
|
+
}
|
143
|
+
.bk-input {
|
144
|
+
display: inline-flex;
|
145
|
+
align-items: stretch;
|
146
|
+
width: 100%;
|
147
|
+
height: 32px;
|
148
|
+
font-size: 12px;
|
149
|
+
border: 1px solid #c4c6cc;
|
150
|
+
border-radius: 2px;
|
151
|
+
transition: all 0.3s;
|
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: flex;
|
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
|
+
background-color: #f5f7fa;
|
195
|
+
border-color: transparent;
|
196
|
+
border-bottom-color: #c4c6cc;
|
197
|
+
box-shadow: none;
|
198
|
+
}
|
199
|
+
.bk-input.is-simplicity:hover:not(.is-disabled) .bk-input--text,
|
200
|
+
.bk-input.is-simplicity:hover:not(.is-disabled) .bk-input--suffix-icon {
|
201
|
+
background-color: #f5f7fa;
|
202
|
+
}
|
203
|
+
.bk-input--suffix-icon {
|
204
|
+
display: flex;
|
205
|
+
height: 100%;
|
206
|
+
padding-right: 10px;
|
207
|
+
font-size: 14px;
|
208
|
+
color: #c4c6cc;
|
209
|
+
background-color: white;
|
210
|
+
align-items: center;
|
211
|
+
align-self: center;
|
212
|
+
}
|
213
|
+
.bk-input--suffix-icon.show-clear-only-hover {
|
214
|
+
display: none;
|
215
|
+
}
|
216
|
+
.bk-input--clear-icon {
|
217
|
+
cursor: pointer;
|
218
|
+
}
|
219
|
+
.bk-input--clear-icon:hover {
|
220
|
+
color: #979ba5;
|
221
|
+
}
|
222
|
+
.bk-input--large {
|
223
|
+
height: 40px;
|
224
|
+
font-size: 14px;
|
225
|
+
}
|
226
|
+
.bk-input--large .bk-input--max-length {
|
227
|
+
font-size: 16px;
|
228
|
+
}
|
229
|
+
.bk-input--large .bk-input--number-control span:first-child {
|
230
|
+
margin-bottom: 4px;
|
231
|
+
}
|
232
|
+
.bk-input--small {
|
233
|
+
height: 26px;
|
234
|
+
font-size: 12px;
|
235
|
+
}
|
236
|
+
.bk-input--small .bk-input--max-length {
|
237
|
+
font-size: 12px;
|
238
|
+
}
|
239
|
+
.bk-input--default {
|
240
|
+
font-size: 12px;
|
241
|
+
}
|
242
|
+
.bk-input--default .bk-input--max-length {
|
243
|
+
font-size: 12px;
|
244
|
+
}
|
245
|
+
.bk-input.is-focused:not(.is-readonly) {
|
246
|
+
border-color: #3a84ff;
|
247
|
+
outline: 0;
|
248
|
+
box-shadow: 0px 0px 3px 0px #a3c5fd;
|
249
|
+
}
|
250
|
+
.bk-input.is-focused:not(.is-readonly).is-simplicity {
|
251
|
+
border-color: transparent;
|
252
|
+
border-bottom-color: #3a84ff;
|
253
|
+
box-shadow: none;
|
254
|
+
}
|
255
|
+
.bk-input.is-focused:not(.is-readonly).is-simplicity .bk-input--text,
|
256
|
+
.bk-input.is-focused:not(.is-readonly).is-simplicity .bk-input--suffix-icon {
|
257
|
+
background-color: #f5f7fa;
|
258
|
+
}
|
259
|
+
.bk-input--prefix-area,
|
260
|
+
.bk-input--suffix-area {
|
261
|
+
display: flex;
|
262
|
+
padding: 0 10px;
|
263
|
+
color: #63656e;
|
264
|
+
background-color: #f5f7fa;
|
265
|
+
border-right: 1px solid #c4c6cc;
|
266
|
+
align-items: center;
|
267
|
+
}
|
268
|
+
.bk-input--suffix-area {
|
269
|
+
border: 0;
|
270
|
+
border-left: 1px solid #c4c6cc;
|
271
|
+
}
|
272
|
+
.bk-input--max-length {
|
273
|
+
align-self: center;
|
274
|
+
padding-right: 10px;
|
275
|
+
font-size: 12px;
|
276
|
+
transform: scale(0.8);
|
277
|
+
}
|
278
|
+
.bk-input--max-length span {
|
279
|
+
color: #979ba5;
|
280
|
+
}
|
281
|
+
.bk-input--text {
|
282
|
+
width: 100%;
|
283
|
+
padding: 0 10px;
|
284
|
+
line-height: 1;
|
285
|
+
color: #63656e;
|
286
|
+
background-color: white;
|
287
|
+
background-image: none;
|
288
|
+
border: none;
|
289
|
+
outline: none;
|
290
|
+
box-sizing: border-box;
|
291
|
+
transition: all 0.3s;
|
292
|
+
flex: 1;
|
293
|
+
}
|
294
|
+
.bk-input--text[type='search']::-webkit-search-decoration,
|
295
|
+
.bk-input--text[type='search']::-webkit-search-cancel-button,
|
296
|
+
.bk-input--text[type='search']::-webkit-search-results-button,
|
297
|
+
.bk-input--text[type='search']::-webkit-search-results-decoration {
|
298
|
+
appearance: none;
|
299
|
+
}
|
300
|
+
.bk-input--text [type='search']::-ms-clear {
|
301
|
+
display: none;
|
302
|
+
width: 0;
|
303
|
+
height: 0;
|
304
|
+
}
|
305
|
+
.bk-input--text [type='search']::-ms-reveal {
|
306
|
+
display: none;
|
307
|
+
width: 0;
|
308
|
+
height: 0;
|
309
|
+
}
|
310
|
+
.bk-input--text[type='number']::-webkit-inner-spin-button,
|
311
|
+
.bk-input--text[type='number']::-webkit-outer-spin-button {
|
312
|
+
margin: 0;
|
313
|
+
appearance: none;
|
314
|
+
}
|
315
|
+
.bk-input--text::placeholder {
|
316
|
+
color: #c4c6cc;
|
317
|
+
}
|
318
|
+
.bk-input--number-control {
|
319
|
+
display: flex;
|
320
|
+
width: 26px;
|
321
|
+
height: 100%;
|
322
|
+
padding: 4px 0;
|
323
|
+
font-size: 0;
|
324
|
+
user-select: none;
|
325
|
+
flex-direction: column;
|
326
|
+
align-items: center;
|
327
|
+
}
|
328
|
+
.bk-input--number-control span {
|
329
|
+
display: flex;
|
330
|
+
overflow: hidden;
|
331
|
+
line-height: 1;
|
332
|
+
color: #979ba5;
|
333
|
+
text-align: center;
|
334
|
+
cursor: pointer;
|
335
|
+
background-color: #f5f7fa;
|
336
|
+
flex: 1;
|
337
|
+
align-items: center;
|
338
|
+
}
|
339
|
+
.bk-input--number-control span.is-disabled {
|
340
|
+
color: #c4c6cc;
|
341
|
+
cursor: not-allowed;
|
342
|
+
}
|
343
|
+
.bk-input--number-control svg {
|
344
|
+
font-size: 14px;
|
345
|
+
}
|
346
|
+
.bk-input--number-control span:first-child {
|
347
|
+
transform: rotate(180deg);
|
348
|
+
}
|
349
|
+
.bk-input--number-control span:not(.is-disabled):hover {
|
350
|
+
background-color: #eaebf0;
|
351
|
+
}
|
@@ -0,0 +1,337 @@
|
|
1
|
+
import { ExtractPropTypes } from 'vue';
|
2
|
+
export declare const inputType: {
|
3
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
4
|
+
default: string;
|
5
|
+
} & {
|
6
|
+
default: string;
|
7
|
+
};
|
8
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
9
|
+
default: boolean;
|
10
|
+
};
|
11
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
12
|
+
default: boolean;
|
13
|
+
};
|
14
|
+
readonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
15
|
+
default: boolean;
|
16
|
+
};
|
17
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
18
|
+
default: string;
|
19
|
+
} & {
|
20
|
+
default: string;
|
21
|
+
};
|
22
|
+
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
23
|
+
default: string;
|
24
|
+
};
|
25
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
26
|
+
default: string;
|
27
|
+
};
|
28
|
+
suffix: import("vue-types").VueTypeValidableDef<string> & {
|
29
|
+
default: string;
|
30
|
+
};
|
31
|
+
prefix: import("vue-types").VueTypeValidableDef<string> & {
|
32
|
+
default: string;
|
33
|
+
};
|
34
|
+
step: import("vue-types").VueTypeDef<number> & {
|
35
|
+
default: number;
|
36
|
+
};
|
37
|
+
max: import("vue-types").VueTypeDef<number> & {
|
38
|
+
default: number;
|
39
|
+
};
|
40
|
+
min: import("vue-types").VueTypeDef<number> & {
|
41
|
+
default: number;
|
42
|
+
};
|
43
|
+
maxlength: import("vue-types").VueTypeDef<number> & {
|
44
|
+
default: number;
|
45
|
+
};
|
46
|
+
behavior: import("vue-types").VueTypeDef<"simplicity" | "normal"> & {
|
47
|
+
default: "simplicity" | "normal";
|
48
|
+
};
|
49
|
+
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
50
|
+
default: boolean;
|
51
|
+
};
|
52
|
+
showControl: import("vue-types").VueTypeValidableDef<boolean> & {
|
53
|
+
default: boolean;
|
54
|
+
} & {
|
55
|
+
default: boolean;
|
56
|
+
};
|
57
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
58
|
+
default: boolean;
|
59
|
+
} & {
|
60
|
+
default: boolean;
|
61
|
+
};
|
62
|
+
precision: import("vue-types").VueTypeValidableDef<number> & {
|
63
|
+
default: number;
|
64
|
+
} & {
|
65
|
+
default: number;
|
66
|
+
} & {
|
67
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
68
|
+
};
|
69
|
+
modelValue: import("vue-types").VueTypeDef<string | number>;
|
70
|
+
size: import("vue-types").VueTypeDef<"small" | "default" | "large">;
|
71
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
72
|
+
default: number;
|
73
|
+
};
|
74
|
+
selectReadonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
75
|
+
default: boolean;
|
76
|
+
} & {
|
77
|
+
default: boolean;
|
78
|
+
};
|
79
|
+
withValidate: import("vue-types").VueTypeValidableDef<boolean> & {
|
80
|
+
default: boolean;
|
81
|
+
} & {
|
82
|
+
default: boolean;
|
83
|
+
};
|
84
|
+
};
|
85
|
+
export declare const enum EVENTS {
|
86
|
+
UPDATE = "update:modelValue",
|
87
|
+
FOCUS = "focus",
|
88
|
+
BLUR = "blur",
|
89
|
+
CHANGE = "change",
|
90
|
+
CLEAR = "clear",
|
91
|
+
INPUT = "input",
|
92
|
+
KEYPRESS = "keypress",
|
93
|
+
KEYDOWN = "keydown",
|
94
|
+
KEYUP = "keyup",
|
95
|
+
ENTER = "enter",
|
96
|
+
PASTE = "paste",
|
97
|
+
COMPOSITIONSTART = "compositionstart",
|
98
|
+
COMPOSITIONUPDATE = "compositionupdate",
|
99
|
+
COMPOSITIONEND = "compositionend"
|
100
|
+
}
|
101
|
+
declare function EventFunction(_value: any, _evt?: KeyboardEvent | Event): boolean;
|
102
|
+
declare function CompositionEventFunction(evt: CompositionEvent): CompositionEvent;
|
103
|
+
export declare const inputEmitEventsType: {
|
104
|
+
"update:modelValue": typeof EventFunction;
|
105
|
+
focus: (evt: FocusEvent) => FocusEvent;
|
106
|
+
blur: (evt: FocusEvent) => FocusEvent;
|
107
|
+
change: typeof EventFunction;
|
108
|
+
clear: () => boolean;
|
109
|
+
input: typeof EventFunction;
|
110
|
+
keypress: typeof EventFunction;
|
111
|
+
keydown: typeof EventFunction;
|
112
|
+
keyup: typeof EventFunction;
|
113
|
+
enter: typeof EventFunction;
|
114
|
+
paste: typeof EventFunction;
|
115
|
+
compositionstart: typeof CompositionEventFunction;
|
116
|
+
compositionupdate: typeof CompositionEventFunction;
|
117
|
+
compositionend: typeof CompositionEventFunction;
|
118
|
+
};
|
119
|
+
export declare type InputType = ExtractPropTypes<typeof inputType>;
|
120
|
+
declare const _default: import("vue").DefineComponent<{
|
121
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
122
|
+
default: string;
|
123
|
+
} & {
|
124
|
+
default: string;
|
125
|
+
};
|
126
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
127
|
+
default: boolean;
|
128
|
+
};
|
129
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
130
|
+
default: boolean;
|
131
|
+
};
|
132
|
+
readonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
133
|
+
default: boolean;
|
134
|
+
};
|
135
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
136
|
+
default: string;
|
137
|
+
} & {
|
138
|
+
default: string;
|
139
|
+
};
|
140
|
+
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
141
|
+
default: string;
|
142
|
+
};
|
143
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
144
|
+
default: string;
|
145
|
+
};
|
146
|
+
suffix: import("vue-types").VueTypeValidableDef<string> & {
|
147
|
+
default: string;
|
148
|
+
};
|
149
|
+
prefix: import("vue-types").VueTypeValidableDef<string> & {
|
150
|
+
default: string;
|
151
|
+
};
|
152
|
+
step: import("vue-types").VueTypeDef<number> & {
|
153
|
+
default: number;
|
154
|
+
};
|
155
|
+
max: import("vue-types").VueTypeDef<number> & {
|
156
|
+
default: number;
|
157
|
+
};
|
158
|
+
min: import("vue-types").VueTypeDef<number> & {
|
159
|
+
default: number;
|
160
|
+
};
|
161
|
+
maxlength: import("vue-types").VueTypeDef<number> & {
|
162
|
+
default: number;
|
163
|
+
};
|
164
|
+
behavior: import("vue-types").VueTypeDef<"simplicity" | "normal"> & {
|
165
|
+
default: "simplicity" | "normal";
|
166
|
+
};
|
167
|
+
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
168
|
+
default: boolean;
|
169
|
+
};
|
170
|
+
showControl: import("vue-types").VueTypeValidableDef<boolean> & {
|
171
|
+
default: boolean;
|
172
|
+
} & {
|
173
|
+
default: boolean;
|
174
|
+
};
|
175
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
176
|
+
default: boolean;
|
177
|
+
} & {
|
178
|
+
default: boolean;
|
179
|
+
};
|
180
|
+
precision: import("vue-types").VueTypeValidableDef<number> & {
|
181
|
+
default: number;
|
182
|
+
} & {
|
183
|
+
default: number;
|
184
|
+
} & {
|
185
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
186
|
+
};
|
187
|
+
modelValue: import("vue-types").VueTypeDef<string | number>;
|
188
|
+
size: import("vue-types").VueTypeDef<"small" | "default" | "large">;
|
189
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
190
|
+
default: number;
|
191
|
+
};
|
192
|
+
selectReadonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
193
|
+
default: boolean;
|
194
|
+
} & {
|
195
|
+
default: boolean;
|
196
|
+
};
|
197
|
+
withValidate: import("vue-types").VueTypeValidableDef<boolean> & {
|
198
|
+
default: boolean;
|
199
|
+
} & {
|
200
|
+
default: boolean;
|
201
|
+
};
|
202
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
203
|
+
"update:modelValue": typeof EventFunction;
|
204
|
+
focus: (evt: FocusEvent) => FocusEvent;
|
205
|
+
blur: (evt: FocusEvent) => FocusEvent;
|
206
|
+
change: typeof EventFunction;
|
207
|
+
clear: () => boolean;
|
208
|
+
input: typeof EventFunction;
|
209
|
+
keypress: typeof EventFunction;
|
210
|
+
keydown: typeof EventFunction;
|
211
|
+
keyup: typeof EventFunction;
|
212
|
+
enter: typeof EventFunction;
|
213
|
+
paste: typeof EventFunction;
|
214
|
+
compositionstart: typeof CompositionEventFunction;
|
215
|
+
compositionupdate: typeof CompositionEventFunction;
|
216
|
+
compositionend: typeof CompositionEventFunction;
|
217
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
218
|
+
type: import("vue-types").VueTypeValidableDef<string> & {
|
219
|
+
default: string;
|
220
|
+
} & {
|
221
|
+
default: string;
|
222
|
+
};
|
223
|
+
clearable: import("vue-types").VueTypeValidableDef<boolean> & {
|
224
|
+
default: boolean;
|
225
|
+
};
|
226
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
227
|
+
default: boolean;
|
228
|
+
};
|
229
|
+
readonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
230
|
+
default: boolean;
|
231
|
+
};
|
232
|
+
placeholder: import("vue-types").VueTypeValidableDef<string> & {
|
233
|
+
default: string;
|
234
|
+
} & {
|
235
|
+
default: string;
|
236
|
+
};
|
237
|
+
prefixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
238
|
+
default: string;
|
239
|
+
};
|
240
|
+
suffixIcon: import("vue-types").VueTypeValidableDef<string> & {
|
241
|
+
default: string;
|
242
|
+
};
|
243
|
+
suffix: import("vue-types").VueTypeValidableDef<string> & {
|
244
|
+
default: string;
|
245
|
+
};
|
246
|
+
prefix: import("vue-types").VueTypeValidableDef<string> & {
|
247
|
+
default: string;
|
248
|
+
};
|
249
|
+
step: import("vue-types").VueTypeDef<number> & {
|
250
|
+
default: number;
|
251
|
+
};
|
252
|
+
max: import("vue-types").VueTypeDef<number> & {
|
253
|
+
default: number;
|
254
|
+
};
|
255
|
+
min: import("vue-types").VueTypeDef<number> & {
|
256
|
+
default: number;
|
257
|
+
};
|
258
|
+
maxlength: import("vue-types").VueTypeDef<number> & {
|
259
|
+
default: number;
|
260
|
+
};
|
261
|
+
behavior: import("vue-types").VueTypeDef<"simplicity" | "normal"> & {
|
262
|
+
default: "simplicity" | "normal";
|
263
|
+
};
|
264
|
+
showWordLimit: import("vue-types").VueTypeValidableDef<boolean> & {
|
265
|
+
default: boolean;
|
266
|
+
};
|
267
|
+
showControl: import("vue-types").VueTypeValidableDef<boolean> & {
|
268
|
+
default: boolean;
|
269
|
+
} & {
|
270
|
+
default: boolean;
|
271
|
+
};
|
272
|
+
showClearOnlyHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
273
|
+
default: boolean;
|
274
|
+
} & {
|
275
|
+
default: boolean;
|
276
|
+
};
|
277
|
+
precision: import("vue-types").VueTypeValidableDef<number> & {
|
278
|
+
default: number;
|
279
|
+
} & {
|
280
|
+
default: number;
|
281
|
+
} & {
|
282
|
+
validator: import("vue-types/dist/types").ValidatorFunction<unknown>;
|
283
|
+
};
|
284
|
+
modelValue: import("vue-types").VueTypeDef<string | number>;
|
285
|
+
size: import("vue-types").VueTypeDef<"small" | "default" | "large">;
|
286
|
+
rows: import("vue-types").VueTypeValidableDef<number> & {
|
287
|
+
default: number;
|
288
|
+
};
|
289
|
+
selectReadonly: import("vue-types").VueTypeValidableDef<boolean> & {
|
290
|
+
default: boolean;
|
291
|
+
} & {
|
292
|
+
default: boolean;
|
293
|
+
};
|
294
|
+
withValidate: import("vue-types").VueTypeValidableDef<boolean> & {
|
295
|
+
default: boolean;
|
296
|
+
} & {
|
297
|
+
default: boolean;
|
298
|
+
};
|
299
|
+
}>> & {
|
300
|
+
onPaste?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
301
|
+
onCompositionend?: (evt: CompositionEvent) => any;
|
302
|
+
onCompositionstart?: (evt: CompositionEvent) => any;
|
303
|
+
onCompositionupdate?: (evt: CompositionEvent) => any;
|
304
|
+
onFocus?: (evt: FocusEvent) => any;
|
305
|
+
onBlur?: (evt: FocusEvent) => any;
|
306
|
+
onChange?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
307
|
+
onInput?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
308
|
+
onKeydown?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
309
|
+
onKeypress?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
310
|
+
onKeyup?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
311
|
+
onEnter?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
312
|
+
"onUpdate:modelValue"?: (_value: any, _evt?: Event | KeyboardEvent) => any;
|
313
|
+
onClear?: () => any;
|
314
|
+
}, {
|
315
|
+
behavior: "simplicity" | "normal";
|
316
|
+
type: string;
|
317
|
+
disabled: boolean;
|
318
|
+
step: number;
|
319
|
+
placeholder: string;
|
320
|
+
prefix: string;
|
321
|
+
max: number;
|
322
|
+
min: number;
|
323
|
+
maxlength: number;
|
324
|
+
clearable: boolean;
|
325
|
+
readonly: boolean;
|
326
|
+
prefixIcon: string;
|
327
|
+
suffixIcon: string;
|
328
|
+
suffix: string;
|
329
|
+
showWordLimit: boolean;
|
330
|
+
showControl: boolean;
|
331
|
+
showClearOnlyHover: boolean;
|
332
|
+
precision: number;
|
333
|
+
rows: number;
|
334
|
+
selectReadonly: boolean;
|
335
|
+
withValidate: boolean;
|
336
|
+
}>;
|
337
|
+
export default _default;
|