bkui-vue 0.0.2-beta.9 → 0.0.2-beta.91
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/dist/index.cjs.js +143 -161
- package/dist/index.esm.js +21050 -23162
- package/dist/index.umd.js +143 -161
- package/dist/locale/en.esm.js +1 -1
- package/dist/locale/en.esm.js.map +1 -1
- package/dist/locale/en.umd.js +1 -1
- package/dist/locale/en.umd.js.map +1 -1
- package/dist/locale/zh-cn.esm.js +1 -1
- package/dist/locale/zh-cn.esm.js.map +1 -1
- package/dist/locale/zh-cn.umd.js +1 -1
- package/dist/locale/zh-cn.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.d.ts +1 -1
- package/lib/affix/index.d.ts +4 -4
- package/lib/affix/index.js +321 -1
- package/lib/alert/alert.css +7 -0
- package/lib/alert/alert.d.ts +5 -5
- package/lib/alert/alert.less +16 -6
- package/lib/alert/alert.variable.css +7 -0
- package/lib/alert/index.d.ts +10 -10
- package/lib/alert/index.js +214 -1
- package/lib/animate-number/index.d.ts +1 -1
- package/lib/animate-number/index.js +155 -1
- package/lib/backtop/backtop.css +8 -8
- package/lib/backtop/backtop.less +3 -1
- package/lib/backtop/backtop.variable.css +11 -11
- package/lib/backtop/index.d.ts +1 -1
- package/lib/backtop/index.js +188 -1
- package/lib/badge/badge.d.ts +2 -2
- package/lib/badge/index.d.ts +7 -7
- package/lib/badge/index.js +235 -1
- package/lib/breadcrumb/breadcrumb.css +4 -4
- package/lib/breadcrumb/breadcrumb.variable.css +4 -4
- package/lib/breadcrumb/index.d.ts +2 -2
- package/lib/breadcrumb/index.js +309 -1
- package/lib/button/button.css +20 -0
- package/lib/button/button.less +105 -94
- package/lib/button/button.variable.css +20 -0
- package/lib/button/index.d.ts +2 -2
- package/lib/button/index.js +321 -1
- package/lib/card/card.css +4 -4
- package/lib/card/card.d.ts +1 -1
- package/lib/card/card.variable.css +4 -4
- package/lib/card/index.d.ts +4 -4
- package/lib/card/index.js +285 -1
- package/lib/cascader/cascader.css +4 -4
- package/lib/cascader/cascader.d.ts +1 -0
- package/lib/cascader/cascader.variable.css +4 -4
- package/lib/cascader/index.d.ts +5 -2
- package/lib/cascader/index.js +2036 -2
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/checkbox-group.d.ts +6 -3
- package/lib/checkbox/checkbox.d.ts +6 -4
- package/lib/checkbox/index.d.ts +28 -19
- package/lib/checkbox/index.js +545 -1
- package/lib/code-diff/index.d.ts +1 -1
- package/lib/code-diff/index.js +5501 -1
- package/lib/collapse/index.d.ts +2 -2
- package/lib/collapse/index.js +570 -1
- package/lib/collapse-transition/index.d.ts +128 -2
- package/lib/collapse-transition/index.js +177 -1
- package/lib/color-picker/color-picker.d.ts +16 -0
- package/lib/color-picker/components/recommend-colors.d.ts +16 -0
- package/lib/color-picker/index.d.ts +19 -1
- package/lib/color-picker/index.js +2665 -1
- package/lib/components.js +530 -1
- package/lib/config-provider/config-provider.d.ts +3 -0
- package/lib/config-provider/index.d.ts +5 -1
- package/lib/config-provider/index.js +365 -1
- package/lib/config-provider/token.d.ts +1 -0
- package/lib/config-provider/use-global-config.d.ts +2 -0
- package/lib/config-provider/use-prefix.d.ts +2 -0
- package/lib/container/container.css +4 -4
- package/lib/container/container.variable.css +4 -4
- package/lib/container/index.d.ts +2 -2
- package/lib/container/index.js +391 -1
- package/lib/date-picker/date-picker.d.ts +4 -2
- package/lib/date-picker/index.d.ts +15 -8
- package/lib/date-picker/index.js +5555 -1
- package/lib/date-picker/panel/date-range.d.ts +2 -1
- package/lib/date-picker/time-picker.d.ts +1 -1
- package/lib/dialog/dialog.css +2 -0
- package/lib/dialog/dialog.variable.css +2 -0
- package/lib/dialog/index.d.ts +1 -1
- package/lib/dialog/index.js +975 -2
- package/lib/directives/index.js +1376 -2
- package/lib/directives/tooltips.d.ts +3 -2
- package/lib/dist.index.js +87 -1
- package/lib/divider/index.d.ts +1 -1
- package/lib/divider/index.js +169 -1
- package/lib/dropdown/dropdown.css +1 -0
- package/lib/dropdown/dropdown.variable.css +1 -0
- package/lib/dropdown/index.d.ts +2 -2
- package/lib/dropdown/index.js +369 -1
- package/lib/exception/index.d.ts +2 -2
- package/lib/exception/index.js +385 -1
- package/lib/fixed-navbar/index.d.ts +1 -1
- package/lib/fixed-navbar/index.js +154 -1
- package/lib/form/index.d.ts +3 -3
- package/lib/form/index.js +952 -1
- package/lib/hooks.d.ts +1 -1
- package/lib/hooks.js +73 -1
- package/lib/icon/angle-double-down-line.js +191 -1
- package/lib/icon/angle-double-left-line.js +191 -1
- package/lib/icon/angle-double-left.js +191 -1
- package/lib/icon/angle-double-right-line.js +191 -1
- package/lib/icon/angle-double-right.js +191 -1
- package/lib/icon/angle-double-up-line.js +191 -1
- package/lib/icon/angle-down-fill.js +191 -1
- package/lib/icon/angle-down-line.js +191 -1
- package/lib/icon/angle-down.js +191 -1
- package/lib/icon/angle-left.js +191 -1
- package/lib/icon/angle-right.js +191 -1
- package/lib/icon/angle-up-fill.js +191 -1
- package/lib/icon/angle-up.js +191 -1
- package/lib/icon/archive-fill.js +191 -1
- package/lib/icon/arrows-left.js +191 -1
- package/lib/icon/arrows-right.js +191 -1
- package/lib/icon/assistant.d.ts +4 -0
- package/lib/icon/assistant.js +191 -0
- package/lib/icon/audio-fill.js +191 -1
- package/lib/icon/bk.js +191 -1
- package/lib/icon/circle.js +191 -1
- package/lib/icon/close-line.js +191 -1
- package/lib/icon/close.js +191 -1
- package/lib/icon/code.js +191 -1
- package/lib/icon/cog-shape.js +191 -1
- package/lib/icon/collapse-left.js +191 -1
- package/lib/icon/copy-shape.js +191 -1
- package/lib/icon/copy.js +191 -1
- package/lib/icon/data-shape.js +191 -1
- package/lib/icon/del.js +191 -1
- package/lib/icon/doc-fill.js +191 -1
- package/lib/icon/done.js +191 -1
- package/lib/icon/down-shape.js +191 -1
- package/lib/icon/down-small.js +191 -1
- package/lib/icon/edit-line.js +191 -1
- package/lib/icon/ellipsis.js +191 -1
- package/lib/icon/enlarge-line.js +191 -1
- package/lib/icon/error.js +191 -1
- package/lib/icon/excel-fill.js +191 -1
- package/lib/icon/exclamation-circle-shape.js +191 -1
- package/lib/icon/eye.js +191 -1
- package/lib/icon/filliscreen-line.js +191 -1
- package/lib/icon/fix-line.js +191 -1
- package/lib/icon/fix-shape.js +191 -1
- package/lib/icon/folder-open.js +191 -1
- package/lib/icon/folder-shape-open.js +191 -1
- package/lib/icon/folder-shape.js +191 -1
- package/lib/icon/folder.js +191 -1
- package/lib/icon/funnel.js +191 -1
- package/lib/icon/help-document-fill.js +191 -1
- package/lib/icon/help-fill.js +191 -1
- package/lib/icon/help.js +191 -1
- package/lib/icon/image-fill.js +276 -1
- package/lib/icon/img-error.js +276 -1
- package/lib/icon/img-placehoulder.js +276 -1
- package/lib/icon/index.d.ts +1 -0
- package/lib/icon/index.js +2399 -1
- package/lib/icon/info-line.js +276 -1
- package/lib/icon/info.js +276 -1
- package/lib/icon/left-shape.js +276 -1
- package/lib/icon/left-turn-line.js +276 -1
- package/lib/icon/narrow-line.js +276 -1
- package/lib/icon/original.js +276 -1
- package/lib/icon/pdf-fill.js +276 -1
- package/lib/icon/play-shape.js +276 -1
- package/lib/icon/plus.js +276 -1
- package/lib/icon/ppt-fill.js +276 -1
- package/lib/icon/qq.js +276 -1
- package/lib/icon/right-shape.js +276 -1
- package/lib/icon/right-turn-line.js +276 -1
- package/lib/icon/search.js +276 -1
- package/lib/icon/share.js +276 -1
- package/lib/icon/spinner.js +276 -1
- package/lib/icon/success.js +276 -1
- package/lib/icon/switcher-loading.js +276 -1
- package/lib/icon/text-file.js +276 -1
- package/lib/icon/text-fill.js +276 -1
- package/lib/icon/transfer.js +276 -1
- package/lib/icon/tree-application-shape.js +276 -1
- package/lib/icon/unfull-screen.js +276 -1
- package/lib/icon/unvisible.js +276 -1
- package/lib/icon/up-shape.js +276 -1
- package/lib/icon/upload.js +276 -1
- package/lib/icon/video-fill.js +276 -1
- package/lib/icon/warn.js +276 -1
- package/lib/icon/weixin-pro.js +276 -1
- package/lib/icon/weixin.js +276 -1
- package/lib/image/index.d.ts +1 -1
- package/lib/image/index.js +641 -1
- package/lib/index.js +97 -1
- package/lib/info-box/index.js +1165 -2
- package/lib/info-box/info-box.css +2 -0
- package/lib/info-box/info-box.less +2 -1
- package/lib/info-box/info-box.variable.css +2 -0
- package/lib/input/index.d.ts +146 -50
- package/lib/input/index.js +1218 -1
- package/lib/input/input.css +38 -10
- package/lib/input/input.d.ts +100 -11
- package/lib/input/input.less +53 -14
- package/lib/input/input.variable.css +38 -10
- package/lib/input/util.d.ts +6 -0
- package/lib/link/index.d.ts +4 -4
- package/lib/link/index.js +160 -1
- package/lib/link/link.d.ts +1 -1
- package/lib/loading/index.d.ts +2 -2
- package/lib/loading/index.js +381 -1
- package/lib/loading/loading.css +4 -4
- package/lib/loading/loading.variable.css +4 -4
- package/lib/locale/index.js +465 -1
- package/lib/locale/lang/en.d.ts +1 -0
- package/lib/menu/index.d.ts +2 -2
- package/lib/menu/index.js +724 -1
- package/lib/menu/menu.css +4 -4
- package/lib/menu/menu.variable.css +4 -4
- package/lib/message/index.js +1795 -2
- package/lib/message/message.css +33 -9
- package/lib/message/message.less +78 -54
- package/lib/message/message.variable.css +33 -9
- package/lib/message/messageConstructor.d.ts +25 -4
- package/lib/modal/index.d.ts +2 -2
- package/lib/modal/index.js +396 -1
- package/lib/modal/modal.css +2 -0
- package/lib/modal/modal.variable.css +2 -0
- package/lib/navigation/index.d.ts +4 -1
- package/lib/navigation/index.js +367 -1
- package/lib/navigation/navigation.d.ts +1 -0
- package/lib/notify/index.js +397 -1
- package/lib/notify/notifyConstructor.d.ts +1 -1
- package/lib/overflow-title/components/overflow-title.d.ts +257 -1
- package/lib/overflow-title/index.d.ts +387 -2
- package/lib/overflow-title/index.js +461 -1
- package/lib/overflow-title/props.d.ts +129 -0
- package/lib/pagination/index.d.ts +2 -2
- package/lib/pagination/index.js +880 -1
- package/lib/plugin-popover/index.js +3905 -1
- package/lib/plugins/index.js +63 -1
- package/lib/pop-confirm/index.d.ts +1 -1
- package/lib/pop-confirm/index.js +273 -1
- package/lib/popover/content.d.ts +33 -0
- package/lib/popover/index.d.ts +74 -16
- package/lib/popover/index.js +3913 -1
- package/lib/popover/popover.css +1 -0
- package/lib/popover/popover.d.ts +40 -7
- package/lib/popover/popover.less +3 -2
- package/lib/popover/popover.variable.css +1 -0
- package/lib/popover/props.d.ts +25 -2
- package/lib/popover/use-floating.d.ts +1 -1
- package/lib/popover/use-popover-init.d.ts +2 -1
- package/lib/popover2/index.d.ts +1 -1
- package/lib/popover2/index.js +107 -1
- package/lib/preset.d.ts +2 -0
- package/lib/preset.js +93 -1
- package/lib/process/index.d.ts +1 -1
- package/lib/process/index.js +759 -2
- package/lib/progress/index.d.ts +1 -1
- package/lib/progress/index.js +431 -1
- package/lib/progress/progress.css +4 -4
- package/lib/progress/progress.variable.css +4 -4
- package/lib/radio/index.d.ts +23 -23
- package/lib/radio/index.js +627 -1
- package/lib/radio/radio-button.d.ts +4 -4
- package/lib/radio/radio-group.d.ts +4 -4
- package/lib/radio/radio.d.ts +4 -4
- package/lib/rate/index.d.ts +8 -4
- package/lib/rate/index.js +338 -1
- package/lib/rate/rate.d.ts +2 -1
- package/lib/resize-layout/index.d.ts +4 -4
- package/lib/resize-layout/index.js +429 -1
- package/lib/resize-layout/resize-layout.css +12 -0
- package/lib/resize-layout/resize-layout.d.ts +1 -1
- package/lib/resize-layout/resize-layout.less +12 -0
- package/lib/resize-layout/resize-layout.variable.css +12 -0
- package/lib/search-select/index.d.ts +62 -29
- package/lib/search-select/index.js +2729 -2
- package/lib/search-select/input.d.ts +5 -1
- package/lib/search-select/menu.d.ts +33 -2
- package/lib/search-select/search-select.css +38 -20
- package/lib/search-select/search-select.d.ts +23 -20
- package/lib/search-select/search-select.less +35 -14
- package/lib/search-select/search-select.variable.css +38 -20
- package/lib/search-select/selected.d.ts +5 -1
- package/lib/search-select/utils.d.ts +13 -5
- package/lib/select/common.d.ts +1 -0
- package/lib/select/index.d.ts +198 -72
- package/lib/select/index.js +2254 -2
- package/lib/select/option.d.ts +11 -0
- package/lib/select/select.css +13 -5
- package/lib/select/select.d.ts +83 -31
- package/lib/select/select.less +11 -1
- package/lib/select/select.variable.css +37 -29
- package/lib/select/selectTagInput.d.ts +8 -5
- package/lib/shared/helper.d.ts +1 -1
- package/lib/shared/index.js +2689 -1
- package/lib/shared/mask-manager.d.ts +3 -4
- package/lib/shared/pop-manager.d.ts +6 -2
- package/lib/shared/popover.d.ts +2 -2
- package/lib/shared/vue-types.d.ts +3 -2
- package/lib/sideslider/index.d.ts +1 -1
- package/lib/sideslider/index.js +714 -2
- package/lib/slider/index.d.ts +1 -1
- package/lib/slider/index.js +1291 -2
- package/lib/steps/index.d.ts +1 -1
- package/lib/steps/index.js +825 -2
- package/lib/styles/mixins/animate.css +4 -4
- package/lib/styles/mixins/animate.less +10 -6
- package/lib/styles/mixins/animate.variable.css +126 -4
- 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 +72 -0
- package/lib/styles/mixins/mixins.less +5 -0
- package/lib/styles/mixins/mixins.variable.css +72 -0
- package/lib/styles/mixins/popper.less +6 -5
- package/lib/swiper/index.d.ts +1 -1
- package/lib/swiper/index.js +336 -1
- package/lib/swiper/swiper.css +0 -6
- package/lib/swiper/swiper.less +0 -8
- package/lib/swiper/swiper.variable.css +0 -6
- package/lib/switcher/index.d.ts +30 -16
- package/lib/switcher/index.js +277 -1
- package/lib/switcher/switcher.css +4 -4
- package/lib/switcher/switcher.d.ts +74 -5
- package/lib/switcher/switcher.variable.css +4 -4
- package/lib/tab/index.d.ts +3 -3
- package/lib/tab/index.js +914 -1
- package/lib/tab/tab-nav.d.ts +12 -2
- package/lib/tab/tab-panel.d.ts +1 -1
- package/lib/table/components/table-cell.d.ts +22 -24
- package/lib/table/components/table-column.d.ts +125 -82
- package/lib/table/const.d.ts +24 -2
- package/lib/table/events.d.ts +26 -26
- package/lib/table/index.d.ts +281 -295
- package/lib/table/index.js +6243 -1
- package/lib/table/plugins/head-filter.css +3 -0
- package/lib/table/plugins/head-filter.less +3 -0
- package/lib/table/plugins/head-filter.variable.css +3 -0
- package/lib/table/plugins/settings.d.ts +7 -17
- package/lib/table/plugins/use-column-resize.d.ts +30 -10
- package/lib/table/plugins/use-fixed-column.d.ts +9 -9
- package/lib/table/plugins/use-pagination.d.ts +7 -4
- package/lib/table/props.d.ts +118 -58
- package/lib/table/render.d.ts +7 -17
- package/lib/table/table.css +83 -11
- package/lib/table/table.d.ts +95 -72
- package/lib/table/table.less +59 -21
- package/lib/table/table.variable.css +83 -11
- package/lib/table/use-attributes.d.ts +55 -0
- package/lib/table/use-column.d.ts +264 -49
- package/lib/table/use-common.d.ts +1608 -88
- package/lib/table/use-render.d.ts +11 -0
- package/lib/table/utils.d.ts +30 -29
- package/lib/table-column/index.d.ts +241 -408
- package/lib/table-column/index.js +766 -1
- package/lib/tag/index.d.ts +10 -10
- package/lib/tag/index.js +233 -1
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag-input/index.d.ts +49 -7
- package/lib/tag-input/index.js +1660 -1
- package/lib/tag-input/tag-input.css +9 -1
- package/lib/tag-input/tag-input.d.ts +32 -4
- package/lib/tag-input/tag-input.less +13 -4
- package/lib/tag-input/tag-input.variable.css +9 -1
- package/lib/tag-input/tag-props.d.ts +16 -2
- package/lib/time-picker/index.d.ts +4 -4
- package/lib/time-picker/index.js +71 -1
- package/lib/timeline/index.d.ts +1 -1
- package/lib/timeline/index.js +241 -1
- package/lib/transfer/index.d.ts +1 -1
- package/lib/transfer/index.js +673 -1
- package/lib/tree/constant.d.ts +2 -2
- package/lib/tree/index.d.ts +58 -22
- package/lib/tree/index.js +2512 -1
- package/lib/tree/props.d.ts +18 -6
- package/lib/tree/tree.d.ts +32 -11
- package/lib/tree/use-node-action.d.ts +5 -3
- package/lib/tree/use-node-attribute.d.ts +17 -8
- package/lib/tree/use-search.d.ts +2 -2
- package/lib/tree/use-tree-init.d.ts +1 -2
- package/lib/tree/util.d.ts +8 -3
- package/lib/upload/index.d.ts +1 -1
- package/lib/upload/index.js +2874 -2
- package/lib/upload/upload.css +4 -4
- package/lib/upload/upload.type.d.ts +1 -1
- package/lib/upload/upload.variable.css +4 -4
- package/lib/upload/use-file-handler.d.ts +2 -2
- package/lib/virtual-render/index.d.ts +43 -1
- package/lib/virtual-render/index.js +865 -1
- package/lib/virtual-render/props.d.ts +15 -0
- package/lib/virtual-render/v-virtual-render.d.ts +19 -1
- package/lib/virtual-render/virtual-render.d.ts +25 -0
- package/lib/volar.components.d.ts +24 -24
- package/package.json +29 -17
- package/lib/cascader/index.js.LICENSE.txt +0 -1
- package/lib/dialog/index.js.LICENSE.txt +0 -1
- package/lib/directives/index.js.LICENSE.txt +0 -14
- package/lib/info-box/index.js.LICENSE.txt +0 -1
- package/lib/message/index.js.LICENSE.txt +0 -6
- package/lib/process/index.js.LICENSE.txt +0 -1
- package/lib/search-select/index.js.LICENSE.txt +0 -1
- package/lib/select/index.js.LICENSE.txt +0 -1
- package/lib/sideslider/index.js.LICENSE.txt +0 -1
- package/lib/slider/index.js.LICENSE.txt +0 -1
- package/lib/steps/index.js.LICENSE.txt +0 -1
- package/lib/upload/index.js.LICENSE.txt +0 -1
package/lib/input/index.js
CHANGED
@@ -1 +1,1218 @@
|
|
1
|
-
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__ from "../shared";
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
|
3
|
+
import * as __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__ from "../config-provider";
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE__directives_9cc9ba10__ from "../directives";
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__ from "../icon";
|
6
|
+
/******/ var __webpack_modules__ = ({
|
7
|
+
|
8
|
+
/***/ 7609:
|
9
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
10
|
+
|
11
|
+
var _typeof = (__webpack_require__(7425)["default"]);
|
12
|
+
function _regeneratorRuntime() {
|
13
|
+
"use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
14
|
+
module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
|
15
|
+
return exports;
|
16
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
17
|
+
var exports = {},
|
18
|
+
Op = Object.prototype,
|
19
|
+
hasOwn = Op.hasOwnProperty,
|
20
|
+
defineProperty = Object.defineProperty || function (obj, key, desc) {
|
21
|
+
obj[key] = desc.value;
|
22
|
+
},
|
23
|
+
$Symbol = "function" == typeof Symbol ? Symbol : {},
|
24
|
+
iteratorSymbol = $Symbol.iterator || "@@iterator",
|
25
|
+
asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
|
26
|
+
toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
|
27
|
+
function define(obj, key, value) {
|
28
|
+
return Object.defineProperty(obj, key, {
|
29
|
+
value: value,
|
30
|
+
enumerable: !0,
|
31
|
+
configurable: !0,
|
32
|
+
writable: !0
|
33
|
+
}), obj[key];
|
34
|
+
}
|
35
|
+
try {
|
36
|
+
define({}, "");
|
37
|
+
} catch (err) {
|
38
|
+
define = function define(obj, key, value) {
|
39
|
+
return obj[key] = value;
|
40
|
+
};
|
41
|
+
}
|
42
|
+
function wrap(innerFn, outerFn, self, tryLocsList) {
|
43
|
+
var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
|
44
|
+
generator = Object.create(protoGenerator.prototype),
|
45
|
+
context = new Context(tryLocsList || []);
|
46
|
+
return defineProperty(generator, "_invoke", {
|
47
|
+
value: makeInvokeMethod(innerFn, self, context)
|
48
|
+
}), generator;
|
49
|
+
}
|
50
|
+
function tryCatch(fn, obj, arg) {
|
51
|
+
try {
|
52
|
+
return {
|
53
|
+
type: "normal",
|
54
|
+
arg: fn.call(obj, arg)
|
55
|
+
};
|
56
|
+
} catch (err) {
|
57
|
+
return {
|
58
|
+
type: "throw",
|
59
|
+
arg: err
|
60
|
+
};
|
61
|
+
}
|
62
|
+
}
|
63
|
+
exports.wrap = wrap;
|
64
|
+
var ContinueSentinel = {};
|
65
|
+
function Generator() {}
|
66
|
+
function GeneratorFunction() {}
|
67
|
+
function GeneratorFunctionPrototype() {}
|
68
|
+
var IteratorPrototype = {};
|
69
|
+
define(IteratorPrototype, iteratorSymbol, function () {
|
70
|
+
return this;
|
71
|
+
});
|
72
|
+
var getProto = Object.getPrototypeOf,
|
73
|
+
NativeIteratorPrototype = getProto && getProto(getProto(values([])));
|
74
|
+
NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
|
75
|
+
var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
|
76
|
+
function defineIteratorMethods(prototype) {
|
77
|
+
["next", "throw", "return"].forEach(function (method) {
|
78
|
+
define(prototype, method, function (arg) {
|
79
|
+
return this._invoke(method, arg);
|
80
|
+
});
|
81
|
+
});
|
82
|
+
}
|
83
|
+
function AsyncIterator(generator, PromiseImpl) {
|
84
|
+
function invoke(method, arg, resolve, reject) {
|
85
|
+
var record = tryCatch(generator[method], generator, arg);
|
86
|
+
if ("throw" !== record.type) {
|
87
|
+
var result = record.arg,
|
88
|
+
value = result.value;
|
89
|
+
return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
|
90
|
+
invoke("next", value, resolve, reject);
|
91
|
+
}, function (err) {
|
92
|
+
invoke("throw", err, resolve, reject);
|
93
|
+
}) : PromiseImpl.resolve(value).then(function (unwrapped) {
|
94
|
+
result.value = unwrapped, resolve(result);
|
95
|
+
}, function (error) {
|
96
|
+
return invoke("throw", error, resolve, reject);
|
97
|
+
});
|
98
|
+
}
|
99
|
+
reject(record.arg);
|
100
|
+
}
|
101
|
+
var previousPromise;
|
102
|
+
defineProperty(this, "_invoke", {
|
103
|
+
value: function value(method, arg) {
|
104
|
+
function callInvokeWithMethodAndArg() {
|
105
|
+
return new PromiseImpl(function (resolve, reject) {
|
106
|
+
invoke(method, arg, resolve, reject);
|
107
|
+
});
|
108
|
+
}
|
109
|
+
return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
110
|
+
}
|
111
|
+
});
|
112
|
+
}
|
113
|
+
function makeInvokeMethod(innerFn, self, context) {
|
114
|
+
var state = "suspendedStart";
|
115
|
+
return function (method, arg) {
|
116
|
+
if ("executing" === state) throw new Error("Generator is already running");
|
117
|
+
if ("completed" === state) {
|
118
|
+
if ("throw" === method) throw arg;
|
119
|
+
return doneResult();
|
120
|
+
}
|
121
|
+
for (context.method = method, context.arg = arg;;) {
|
122
|
+
var delegate = context.delegate;
|
123
|
+
if (delegate) {
|
124
|
+
var delegateResult = maybeInvokeDelegate(delegate, context);
|
125
|
+
if (delegateResult) {
|
126
|
+
if (delegateResult === ContinueSentinel) continue;
|
127
|
+
return delegateResult;
|
128
|
+
}
|
129
|
+
}
|
130
|
+
if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
|
131
|
+
if ("suspendedStart" === state) throw state = "completed", context.arg;
|
132
|
+
context.dispatchException(context.arg);
|
133
|
+
} else "return" === context.method && context.abrupt("return", context.arg);
|
134
|
+
state = "executing";
|
135
|
+
var record = tryCatch(innerFn, self, context);
|
136
|
+
if ("normal" === record.type) {
|
137
|
+
if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
|
138
|
+
return {
|
139
|
+
value: record.arg,
|
140
|
+
done: context.done
|
141
|
+
};
|
142
|
+
}
|
143
|
+
"throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
|
144
|
+
}
|
145
|
+
};
|
146
|
+
}
|
147
|
+
function maybeInvokeDelegate(delegate, context) {
|
148
|
+
var methodName = context.method,
|
149
|
+
method = delegate.iterator[methodName];
|
150
|
+
if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel;
|
151
|
+
var record = tryCatch(method, delegate.iterator, context.arg);
|
152
|
+
if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
|
153
|
+
var info = record.arg;
|
154
|
+
return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel);
|
155
|
+
}
|
156
|
+
function pushTryEntry(locs) {
|
157
|
+
var entry = {
|
158
|
+
tryLoc: locs[0]
|
159
|
+
};
|
160
|
+
1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
|
161
|
+
}
|
162
|
+
function resetTryEntry(entry) {
|
163
|
+
var record = entry.completion || {};
|
164
|
+
record.type = "normal", delete record.arg, entry.completion = record;
|
165
|
+
}
|
166
|
+
function Context(tryLocsList) {
|
167
|
+
this.tryEntries = [{
|
168
|
+
tryLoc: "root"
|
169
|
+
}], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
|
170
|
+
}
|
171
|
+
function values(iterable) {
|
172
|
+
if (iterable) {
|
173
|
+
var iteratorMethod = iterable[iteratorSymbol];
|
174
|
+
if (iteratorMethod) return iteratorMethod.call(iterable);
|
175
|
+
if ("function" == typeof iterable.next) return iterable;
|
176
|
+
if (!isNaN(iterable.length)) {
|
177
|
+
var i = -1,
|
178
|
+
next = function next() {
|
179
|
+
for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
|
180
|
+
return next.value = undefined, next.done = !0, next;
|
181
|
+
};
|
182
|
+
return next.next = next;
|
183
|
+
}
|
184
|
+
}
|
185
|
+
return {
|
186
|
+
next: doneResult
|
187
|
+
};
|
188
|
+
}
|
189
|
+
function doneResult() {
|
190
|
+
return {
|
191
|
+
value: undefined,
|
192
|
+
done: !0
|
193
|
+
};
|
194
|
+
}
|
195
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
|
196
|
+
value: GeneratorFunctionPrototype,
|
197
|
+
configurable: !0
|
198
|
+
}), defineProperty(GeneratorFunctionPrototype, "constructor", {
|
199
|
+
value: GeneratorFunction,
|
200
|
+
configurable: !0
|
201
|
+
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
|
202
|
+
var ctor = "function" == typeof genFun && genFun.constructor;
|
203
|
+
return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
|
204
|
+
}, exports.mark = function (genFun) {
|
205
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
|
206
|
+
}, exports.awrap = function (arg) {
|
207
|
+
return {
|
208
|
+
__await: arg
|
209
|
+
};
|
210
|
+
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
|
211
|
+
return this;
|
212
|
+
}), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
|
213
|
+
void 0 === PromiseImpl && (PromiseImpl = Promise);
|
214
|
+
var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
|
215
|
+
return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
|
216
|
+
return result.done ? result.value : iter.next();
|
217
|
+
});
|
218
|
+
}, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
|
219
|
+
return this;
|
220
|
+
}), define(Gp, "toString", function () {
|
221
|
+
return "[object Generator]";
|
222
|
+
}), exports.keys = function (val) {
|
223
|
+
var object = Object(val),
|
224
|
+
keys = [];
|
225
|
+
for (var key in object) keys.push(key);
|
226
|
+
return keys.reverse(), function next() {
|
227
|
+
for (; keys.length;) {
|
228
|
+
var key = keys.pop();
|
229
|
+
if (key in object) return next.value = key, next.done = !1, next;
|
230
|
+
}
|
231
|
+
return next.done = !0, next;
|
232
|
+
};
|
233
|
+
}, exports.values = values, Context.prototype = {
|
234
|
+
constructor: Context,
|
235
|
+
reset: function reset(skipTempReset) {
|
236
|
+
if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined);
|
237
|
+
},
|
238
|
+
stop: function stop() {
|
239
|
+
this.done = !0;
|
240
|
+
var rootRecord = this.tryEntries[0].completion;
|
241
|
+
if ("throw" === rootRecord.type) throw rootRecord.arg;
|
242
|
+
return this.rval;
|
243
|
+
},
|
244
|
+
dispatchException: function dispatchException(exception) {
|
245
|
+
if (this.done) throw exception;
|
246
|
+
var context = this;
|
247
|
+
function handle(loc, caught) {
|
248
|
+
return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
|
249
|
+
}
|
250
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
251
|
+
var entry = this.tryEntries[i],
|
252
|
+
record = entry.completion;
|
253
|
+
if ("root" === entry.tryLoc) return handle("end");
|
254
|
+
if (entry.tryLoc <= this.prev) {
|
255
|
+
var hasCatch = hasOwn.call(entry, "catchLoc"),
|
256
|
+
hasFinally = hasOwn.call(entry, "finallyLoc");
|
257
|
+
if (hasCatch && hasFinally) {
|
258
|
+
if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
|
259
|
+
if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
|
260
|
+
} else if (hasCatch) {
|
261
|
+
if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
|
262
|
+
} else {
|
263
|
+
if (!hasFinally) throw new Error("try statement without catch or finally");
|
264
|
+
if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
|
265
|
+
}
|
266
|
+
}
|
267
|
+
}
|
268
|
+
},
|
269
|
+
abrupt: function abrupt(type, arg) {
|
270
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
271
|
+
var entry = this.tryEntries[i];
|
272
|
+
if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
|
273
|
+
var finallyEntry = entry;
|
274
|
+
break;
|
275
|
+
}
|
276
|
+
}
|
277
|
+
finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
|
278
|
+
var record = finallyEntry ? finallyEntry.completion : {};
|
279
|
+
return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
|
280
|
+
},
|
281
|
+
complete: function complete(record, afterLoc) {
|
282
|
+
if ("throw" === record.type) throw record.arg;
|
283
|
+
return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel;
|
284
|
+
},
|
285
|
+
finish: function finish(finallyLoc) {
|
286
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
287
|
+
var entry = this.tryEntries[i];
|
288
|
+
if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
|
289
|
+
}
|
290
|
+
},
|
291
|
+
"catch": function _catch(tryLoc) {
|
292
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
293
|
+
var entry = this.tryEntries[i];
|
294
|
+
if (entry.tryLoc === tryLoc) {
|
295
|
+
var record = entry.completion;
|
296
|
+
if ("throw" === record.type) {
|
297
|
+
var thrown = record.arg;
|
298
|
+
resetTryEntry(entry);
|
299
|
+
}
|
300
|
+
return thrown;
|
301
|
+
}
|
302
|
+
}
|
303
|
+
throw new Error("illegal catch attempt");
|
304
|
+
},
|
305
|
+
delegateYield: function delegateYield(iterable, resultName, nextLoc) {
|
306
|
+
return this.delegate = {
|
307
|
+
iterator: values(iterable),
|
308
|
+
resultName: resultName,
|
309
|
+
nextLoc: nextLoc
|
310
|
+
}, "next" === this.method && (this.arg = undefined), ContinueSentinel;
|
311
|
+
}
|
312
|
+
}, exports;
|
313
|
+
}
|
314
|
+
module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
315
|
+
|
316
|
+
/***/ }),
|
317
|
+
|
318
|
+
/***/ 7425:
|
319
|
+
/***/ ((module) => {
|
320
|
+
|
321
|
+
function _typeof(obj) {
|
322
|
+
"@babel/helpers - typeof";
|
323
|
+
|
324
|
+
return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
325
|
+
return typeof obj;
|
326
|
+
} : function (obj) {
|
327
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
328
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
|
329
|
+
}
|
330
|
+
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
331
|
+
|
332
|
+
/***/ }),
|
333
|
+
|
334
|
+
/***/ 2841:
|
335
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
336
|
+
|
337
|
+
// TODO(Babel 8): Remove this file.
|
338
|
+
|
339
|
+
var runtime = __webpack_require__(7609)();
|
340
|
+
module.exports = runtime;
|
341
|
+
|
342
|
+
// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
|
343
|
+
try {
|
344
|
+
regeneratorRuntime = runtime;
|
345
|
+
} catch (accidentalStrictMode) {
|
346
|
+
if (typeof globalThis === "object") {
|
347
|
+
globalThis.regeneratorRuntime = runtime;
|
348
|
+
} else {
|
349
|
+
Function("r", "regeneratorRuntime = r")(runtime);
|
350
|
+
}
|
351
|
+
}
|
352
|
+
|
353
|
+
|
354
|
+
/***/ })
|
355
|
+
|
356
|
+
/******/ });
|
357
|
+
/************************************************************************/
|
358
|
+
/******/ // The module cache
|
359
|
+
/******/ var __webpack_module_cache__ = {};
|
360
|
+
/******/
|
361
|
+
/******/ // The require function
|
362
|
+
/******/ function __webpack_require__(moduleId) {
|
363
|
+
/******/ // Check if module is in cache
|
364
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
365
|
+
/******/ if (cachedModule !== undefined) {
|
366
|
+
/******/ return cachedModule.exports;
|
367
|
+
/******/ }
|
368
|
+
/******/ // Create a new module (and put it into the cache)
|
369
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
370
|
+
/******/ // no module.id needed
|
371
|
+
/******/ // no module.loaded needed
|
372
|
+
/******/ exports: {}
|
373
|
+
/******/ };
|
374
|
+
/******/
|
375
|
+
/******/ // Execute the module function
|
376
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
377
|
+
/******/
|
378
|
+
/******/ // Return the exports of the module
|
379
|
+
/******/ return module.exports;
|
380
|
+
/******/ }
|
381
|
+
/******/
|
382
|
+
/************************************************************************/
|
383
|
+
/******/ /* webpack/runtime/compat get default export */
|
384
|
+
/******/ (() => {
|
385
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
386
|
+
/******/ __webpack_require__.n = (module) => {
|
387
|
+
/******/ var getter = module && module.__esModule ?
|
388
|
+
/******/ () => (module['default']) :
|
389
|
+
/******/ () => (module);
|
390
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
391
|
+
/******/ return getter;
|
392
|
+
/******/ };
|
393
|
+
/******/ })();
|
394
|
+
/******/
|
395
|
+
/******/ /* webpack/runtime/define property getters */
|
396
|
+
/******/ (() => {
|
397
|
+
/******/ // define getter functions for harmony exports
|
398
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
399
|
+
/******/ for(var key in definition) {
|
400
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
401
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
402
|
+
/******/ }
|
403
|
+
/******/ }
|
404
|
+
/******/ };
|
405
|
+
/******/ })();
|
406
|
+
/******/
|
407
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
408
|
+
/******/ (() => {
|
409
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
410
|
+
/******/ })();
|
411
|
+
/******/
|
412
|
+
/************************************************************************/
|
413
|
+
var __webpack_exports__ = {};
|
414
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
415
|
+
(() => {
|
416
|
+
|
417
|
+
// EXPORTS
|
418
|
+
__webpack_require__.d(__webpack_exports__, {
|
419
|
+
Z: () => (/* binding */ src)
|
420
|
+
});
|
421
|
+
|
422
|
+
;// CONCATENATED MODULE: external "../shared"
|
423
|
+
var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
424
|
+
var y = x => () => x
|
425
|
+
const external_shared_namespaceObject = x({ ["InputBehaviorType"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.InputBehaviorType, ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.PropTypes, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.classes, ["useFormItem"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.useFormItem, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.withInstall });
|
426
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
|
427
|
+
function _arrayWithHoles(arr) {
|
428
|
+
if (Array.isArray(arr)) return arr;
|
429
|
+
}
|
430
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
|
431
|
+
function _iterableToArrayLimit(arr, i) {
|
432
|
+
var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
|
433
|
+
if (null != _i) {
|
434
|
+
var _s,
|
435
|
+
_e,
|
436
|
+
_x,
|
437
|
+
_r,
|
438
|
+
_arr = [],
|
439
|
+
_n = !0,
|
440
|
+
_d = !1;
|
441
|
+
try {
|
442
|
+
if (_x = (_i = _i.call(arr)).next, 0 === i) {
|
443
|
+
if (Object(_i) !== _i) return;
|
444
|
+
_n = !1;
|
445
|
+
} else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);
|
446
|
+
} catch (err) {
|
447
|
+
_d = !0, _e = err;
|
448
|
+
} finally {
|
449
|
+
try {
|
450
|
+
if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return;
|
451
|
+
} finally {
|
452
|
+
if (_d) throw _e;
|
453
|
+
}
|
454
|
+
}
|
455
|
+
return _arr;
|
456
|
+
}
|
457
|
+
}
|
458
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
|
459
|
+
function _arrayLikeToArray(arr, len) {
|
460
|
+
if (len == null || len > arr.length) len = arr.length;
|
461
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
462
|
+
return arr2;
|
463
|
+
}
|
464
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
|
465
|
+
|
466
|
+
function _unsupportedIterableToArray(o, minLen) {
|
467
|
+
if (!o) return;
|
468
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
469
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
470
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
471
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
472
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
473
|
+
}
|
474
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
|
475
|
+
function _nonIterableRest() {
|
476
|
+
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
477
|
+
}
|
478
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js
|
479
|
+
|
480
|
+
|
481
|
+
|
482
|
+
|
483
|
+
function _slicedToArray(arr, i) {
|
484
|
+
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
485
|
+
}
|
486
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
|
487
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
488
|
+
try {
|
489
|
+
var info = gen[key](arg);
|
490
|
+
var value = info.value;
|
491
|
+
} catch (error) {
|
492
|
+
reject(error);
|
493
|
+
return;
|
494
|
+
}
|
495
|
+
if (info.done) {
|
496
|
+
resolve(value);
|
497
|
+
} else {
|
498
|
+
Promise.resolve(value).then(_next, _throw);
|
499
|
+
}
|
500
|
+
}
|
501
|
+
function _asyncToGenerator(fn) {
|
502
|
+
return function () {
|
503
|
+
var self = this,
|
504
|
+
args = arguments;
|
505
|
+
return new Promise(function (resolve, reject) {
|
506
|
+
var gen = fn.apply(self, args);
|
507
|
+
function _next(value) {
|
508
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
|
509
|
+
}
|
510
|
+
function _throw(err) {
|
511
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
|
512
|
+
}
|
513
|
+
_next(undefined);
|
514
|
+
});
|
515
|
+
};
|
516
|
+
}
|
517
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
518
|
+
function _objectWithoutPropertiesLoose(source, excluded) {
|
519
|
+
if (source == null) return {};
|
520
|
+
var target = {};
|
521
|
+
var sourceKeys = Object.keys(source);
|
522
|
+
var key, i;
|
523
|
+
for (i = 0; i < sourceKeys.length; i++) {
|
524
|
+
key = sourceKeys[i];
|
525
|
+
if (excluded.indexOf(key) >= 0) continue;
|
526
|
+
target[key] = source[key];
|
527
|
+
}
|
528
|
+
return target;
|
529
|
+
}
|
530
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js
|
531
|
+
|
532
|
+
function _objectWithoutProperties(source, excluded) {
|
533
|
+
if (source == null) return {};
|
534
|
+
var target = _objectWithoutPropertiesLoose(source, excluded);
|
535
|
+
var key, i;
|
536
|
+
if (Object.getOwnPropertySymbols) {
|
537
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
538
|
+
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
539
|
+
key = sourceSymbolKeys[i];
|
540
|
+
if (excluded.indexOf(key) >= 0) continue;
|
541
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
542
|
+
target[key] = source[key];
|
543
|
+
}
|
544
|
+
}
|
545
|
+
return target;
|
546
|
+
}
|
547
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
|
548
|
+
function _typeof(obj) {
|
549
|
+
"@babel/helpers - typeof";
|
550
|
+
|
551
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
552
|
+
return typeof obj;
|
553
|
+
} : function (obj) {
|
554
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
555
|
+
}, _typeof(obj);
|
556
|
+
}
|
557
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
558
|
+
|
559
|
+
function _toPrimitive(input, hint) {
|
560
|
+
if (_typeof(input) !== "object" || input === null) return input;
|
561
|
+
var prim = input[Symbol.toPrimitive];
|
562
|
+
if (prim !== undefined) {
|
563
|
+
var res = prim.call(input, hint || "default");
|
564
|
+
if (_typeof(res) !== "object") return res;
|
565
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
566
|
+
}
|
567
|
+
return (hint === "string" ? String : Number)(input);
|
568
|
+
}
|
569
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
570
|
+
|
571
|
+
|
572
|
+
function _toPropertyKey(arg) {
|
573
|
+
var key = _toPrimitive(arg, "string");
|
574
|
+
return _typeof(key) === "symbol" ? key : String(key);
|
575
|
+
}
|
576
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
577
|
+
|
578
|
+
function _defineProperty(obj, key, value) {
|
579
|
+
key = _toPropertyKey(key);
|
580
|
+
if (key in obj) {
|
581
|
+
Object.defineProperty(obj, key, {
|
582
|
+
value: value,
|
583
|
+
enumerable: true,
|
584
|
+
configurable: true,
|
585
|
+
writable: true
|
586
|
+
});
|
587
|
+
} else {
|
588
|
+
obj[key] = value;
|
589
|
+
}
|
590
|
+
return obj;
|
591
|
+
}
|
592
|
+
;// CONCATENATED MODULE: external "vue"
|
593
|
+
var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
594
|
+
var external_vue_y = x => () => x
|
595
|
+
const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createTextVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
|
596
|
+
// EXTERNAL MODULE: ../../node_modules/@babel/runtime/regenerator/index.js
|
597
|
+
var regenerator = __webpack_require__(2841);
|
598
|
+
var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator);
|
599
|
+
;// CONCATENATED MODULE: external "../config-provider"
|
600
|
+
var external_config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
601
|
+
var external_config_provider_y = x => () => x
|
602
|
+
const external_config_provider_namespaceObject = external_config_provider_x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.usePrefix });
|
603
|
+
;// CONCATENATED MODULE: external "../directives"
|
604
|
+
var external_directives_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
605
|
+
var external_directives_y = x => () => x
|
606
|
+
const external_directives_namespaceObject = external_directives_x({ ["bkTooltips"]: () => __WEBPACK_EXTERNAL_MODULE__directives_9cc9ba10__.bkTooltips });
|
607
|
+
;// CONCATENATED MODULE: external "../icon"
|
608
|
+
var external_icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
609
|
+
var external_icon_y = x => () => x
|
610
|
+
const external_icon_namespaceObject = external_icon_x({ ["Close"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.Close, ["DownSmall"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.DownSmall, ["Eye"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.Eye, ["Search"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.Search, ["Unvisible"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.Unvisible });
|
611
|
+
;// CONCATENATED MODULE: ../../packages/input/src/util.ts
|
612
|
+
/*
|
613
|
+
* Tencent is pleased to support the open source community by making
|
614
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
615
|
+
*
|
616
|
+
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
|
617
|
+
*
|
618
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
619
|
+
*
|
620
|
+
* License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
|
621
|
+
*
|
622
|
+
* ---------------------------------------------------
|
623
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
624
|
+
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
625
|
+
* the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
626
|
+
* to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
627
|
+
*
|
628
|
+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of
|
629
|
+
* the Software.
|
630
|
+
*
|
631
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
632
|
+
* THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
633
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
634
|
+
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
635
|
+
* IN THE SOFTWARE.
|
636
|
+
*/
|
637
|
+
var hiddenTextarea = undefined;
|
638
|
+
// ${isFirefox() ? '' : 'overflow:hidden !important;'}
|
639
|
+
var HIDDEN_STYLE = "\n height:0 !important;\n visibility:hidden !important;\n \n position:absolute !important;\n z-index:-1000 !important;\n top:0 !important;\n right:0 !important;\n";
|
640
|
+
var CONTEXT_STYLE = ['letter-spacing', 'line-height', 'padding-top', 'padding-bottom', 'font-family', 'font-weight', 'font-size', 'text-rendering', 'text-transform', 'width', 'text-indent', 'padding-left', 'padding-right', 'border-width', 'box-sizing'];
|
641
|
+
function calculateNodeStyling(targetElement) {
|
642
|
+
var style = window.getComputedStyle(targetElement);
|
643
|
+
var boxSizing = style.getPropertyValue('box-sizing');
|
644
|
+
var paddingSize = Number.parseFloat(style.getPropertyValue('padding-bottom')) + Number.parseFloat(style.getPropertyValue('padding-top'));
|
645
|
+
var borderSize = Number.parseFloat(style.getPropertyValue('border-bottom-width')) + Number.parseFloat(style.getPropertyValue('border-top-width'));
|
646
|
+
var contextStyle = CONTEXT_STYLE.map(function (name) {
|
647
|
+
return "".concat(name, ":").concat(style.getPropertyValue(name));
|
648
|
+
}).join(';');
|
649
|
+
return {
|
650
|
+
contextStyle: contextStyle,
|
651
|
+
paddingSize: paddingSize,
|
652
|
+
borderSize: borderSize,
|
653
|
+
boxSizing: boxSizing
|
654
|
+
};
|
655
|
+
}
|
656
|
+
function calcTextareaHeight(targetElement) {
|
657
|
+
var _hiddenTextarea$paren;
|
658
|
+
var minRows = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;
|
659
|
+
var maxRows = arguments.length > 2 ? arguments[2] : undefined;
|
660
|
+
if (!hiddenTextarea) {
|
661
|
+
hiddenTextarea = document.createElement('textarea');
|
662
|
+
document.body.appendChild(hiddenTextarea);
|
663
|
+
}
|
664
|
+
var _calculateNodeStyling = calculateNodeStyling(targetElement),
|
665
|
+
paddingSize = _calculateNodeStyling.paddingSize,
|
666
|
+
borderSize = _calculateNodeStyling.borderSize,
|
667
|
+
boxSizing = _calculateNodeStyling.boxSizing,
|
668
|
+
contextStyle = _calculateNodeStyling.contextStyle;
|
669
|
+
hiddenTextarea.setAttribute('style', "".concat(contextStyle, ";").concat(HIDDEN_STYLE));
|
670
|
+
hiddenTextarea.value = targetElement.value || targetElement.placeholder || '';
|
671
|
+
var height = hiddenTextarea.scrollHeight;
|
672
|
+
var result = {};
|
673
|
+
if (boxSizing === 'border-box') {
|
674
|
+
height = height + borderSize;
|
675
|
+
} else if (boxSizing === 'content-box') {
|
676
|
+
height = height - paddingSize;
|
677
|
+
}
|
678
|
+
hiddenTextarea.value = '';
|
679
|
+
var singleRowHeight = hiddenTextarea.scrollHeight - paddingSize;
|
680
|
+
if (Number.isInteger(minRows)) {
|
681
|
+
var minHeight = singleRowHeight * minRows;
|
682
|
+
if (boxSizing === 'border-box') {
|
683
|
+
minHeight = minHeight + paddingSize + borderSize;
|
684
|
+
}
|
685
|
+
height = Math.max(minHeight, height);
|
686
|
+
result.minHeight = "".concat(minHeight, "px");
|
687
|
+
}
|
688
|
+
if (Number.isInteger(maxRows)) {
|
689
|
+
var maxHeight = singleRowHeight * maxRows;
|
690
|
+
if (boxSizing === 'border-box') {
|
691
|
+
maxHeight = maxHeight + paddingSize + borderSize;
|
692
|
+
}
|
693
|
+
height = Math.min(maxHeight, height);
|
694
|
+
}
|
695
|
+
result.height = "".concat(height, "px");
|
696
|
+
(_hiddenTextarea$paren = hiddenTextarea.parentNode) === null || _hiddenTextarea$paren === void 0 ? void 0 : _hiddenTextarea$paren.removeChild(hiddenTextarea);
|
697
|
+
hiddenTextarea = undefined;
|
698
|
+
return result;
|
699
|
+
}
|
700
|
+
;// CONCATENATED MODULE: ../../packages/input/src/input.tsx
|
701
|
+
|
702
|
+
|
703
|
+
|
704
|
+
|
705
|
+
var _excluded = ["class", "style"];
|
706
|
+
var _inputEmitEventsType;
|
707
|
+
|
708
|
+
|
709
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
710
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
711
|
+
/*
|
712
|
+
* Tencent is pleased to support the open source community by making
|
713
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
714
|
+
*
|
715
|
+
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
|
716
|
+
*
|
717
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
718
|
+
*
|
719
|
+
* License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
|
720
|
+
*
|
721
|
+
* ---------------------------------------------------
|
722
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
723
|
+
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
724
|
+
* the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
725
|
+
* to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
726
|
+
*
|
727
|
+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of
|
728
|
+
* the Software.
|
729
|
+
*
|
730
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
731
|
+
* THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
732
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
733
|
+
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
734
|
+
* IN THE SOFTWARE.
|
735
|
+
*/
|
736
|
+
|
737
|
+
|
738
|
+
|
739
|
+
|
740
|
+
|
741
|
+
|
742
|
+
var inputType = {
|
743
|
+
type: external_shared_namespaceObject.PropTypes.string.def('text'),
|
744
|
+
clearable: external_shared_namespaceObject.PropTypes.bool,
|
745
|
+
disabled: external_shared_namespaceObject.PropTypes.bool,
|
746
|
+
readonly: external_shared_namespaceObject.PropTypes.bool,
|
747
|
+
placeholder: external_shared_namespaceObject.PropTypes.string.def(''),
|
748
|
+
prefixIcon: external_shared_namespaceObject.PropTypes.string,
|
749
|
+
suffixIcon: external_shared_namespaceObject.PropTypes.string,
|
750
|
+
suffix: external_shared_namespaceObject.PropTypes.string,
|
751
|
+
prefix: external_shared_namespaceObject.PropTypes.string,
|
752
|
+
step: external_shared_namespaceObject.PropTypes.integer,
|
753
|
+
max: external_shared_namespaceObject.PropTypes.integer,
|
754
|
+
min: external_shared_namespaceObject.PropTypes.integer,
|
755
|
+
maxlength: external_shared_namespaceObject.PropTypes.integer,
|
756
|
+
maxcharacter: external_shared_namespaceObject.PropTypes.integer,
|
757
|
+
behavior: (0,external_shared_namespaceObject.InputBehaviorType)(),
|
758
|
+
showWordLimit: external_shared_namespaceObject.PropTypes.bool,
|
759
|
+
showControl: external_shared_namespaceObject.PropTypes.bool.def(true),
|
760
|
+
showClearOnlyHover: external_shared_namespaceObject.PropTypes.bool.def(true),
|
761
|
+
precision: external_shared_namespaceObject.PropTypes.number.def(0).validate(function (val) {
|
762
|
+
return val >= 0 && val < 20;
|
763
|
+
}),
|
764
|
+
modelValue: external_shared_namespaceObject.PropTypes.oneOfType([external_shared_namespaceObject.PropTypes.string, external_shared_namespaceObject.PropTypes.number]),
|
765
|
+
size: external_shared_namespaceObject.PropTypes.size(),
|
766
|
+
rows: external_shared_namespaceObject.PropTypes.number,
|
767
|
+
selectReadonly: external_shared_namespaceObject.PropTypes.bool.def(false),
|
768
|
+
withValidate: external_shared_namespaceObject.PropTypes.bool.def(true),
|
769
|
+
overMaxLengthLimit: external_shared_namespaceObject.PropTypes.bool.def(false),
|
770
|
+
showOverflowTooltips: external_shared_namespaceObject.PropTypes.bool.def(true),
|
771
|
+
resize: external_shared_namespaceObject.PropTypes.bool.def(true),
|
772
|
+
autosize: external_shared_namespaceObject.PropTypes.oneOfType([Boolean, Object]).def(false),
|
773
|
+
stopPropagation: external_shared_namespaceObject.PropTypes.bool.def(true)
|
774
|
+
};
|
775
|
+
var EVENTS;
|
776
|
+
(function (EVENTS) {
|
777
|
+
EVENTS["UPDATE"] = "update:modelValue";
|
778
|
+
EVENTS["FOCUS"] = "focus";
|
779
|
+
EVENTS["BLUR"] = "blur";
|
780
|
+
EVENTS["CHANGE"] = "change";
|
781
|
+
EVENTS["CLEAR"] = "clear";
|
782
|
+
EVENTS["INPUT"] = "input";
|
783
|
+
EVENTS["KEYPRESS"] = "keypress";
|
784
|
+
EVENTS["KEYDOWN"] = "keydown";
|
785
|
+
EVENTS["KEYUP"] = "keyup";
|
786
|
+
EVENTS["ENTER"] = "enter";
|
787
|
+
EVENTS["PASTE"] = "paste";
|
788
|
+
EVENTS["COMPOSITIONSTART"] = "compositionstart";
|
789
|
+
EVENTS["COMPOSITIONUPDATE"] = "compositionupdate";
|
790
|
+
EVENTS["COMPOSITIONEND"] = "compositionend";
|
791
|
+
})(EVENTS || (EVENTS = {}));
|
792
|
+
function EventFunction(_value, _evt) {
|
793
|
+
return true;
|
794
|
+
}
|
795
|
+
function PastEventFunction(_value, _e) {
|
796
|
+
return true;
|
797
|
+
}
|
798
|
+
function CompositionEventFunction(evt) {
|
799
|
+
return evt;
|
800
|
+
}
|
801
|
+
var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_inputEmitEventsType, EVENTS.UPDATE, EventFunction), _defineProperty(_inputEmitEventsType, EVENTS.FOCUS, function (evt) {
|
802
|
+
return evt;
|
803
|
+
}), _defineProperty(_inputEmitEventsType, EVENTS.BLUR, function (evt) {
|
804
|
+
return evt;
|
805
|
+
}), _defineProperty(_inputEmitEventsType, EVENTS.CHANGE, EventFunction), _defineProperty(_inputEmitEventsType, EVENTS.CLEAR, function () {
|
806
|
+
return true;
|
807
|
+
}), _defineProperty(_inputEmitEventsType, EVENTS.INPUT, EventFunction), _defineProperty(_inputEmitEventsType, EVENTS.KEYPRESS, EventFunction), _defineProperty(_inputEmitEventsType, EVENTS.KEYDOWN, EventFunction), _defineProperty(_inputEmitEventsType, EVENTS.KEYUP, EventFunction), _defineProperty(_inputEmitEventsType, EVENTS.ENTER, EventFunction), _defineProperty(_inputEmitEventsType, EVENTS.PASTE, PastEventFunction), _defineProperty(_inputEmitEventsType, EVENTS.COMPOSITIONSTART, CompositionEventFunction), _defineProperty(_inputEmitEventsType, EVENTS.COMPOSITIONUPDATE, CompositionEventFunction), _defineProperty(_inputEmitEventsType, EVENTS.COMPOSITIONEND, CompositionEventFunction), _inputEmitEventsType);
|
808
|
+
/* harmony default export */ const input = ((0,external_vue_namespaceObject.defineComponent)({
|
809
|
+
// eslint-disable-next-line vue/no-reserved-component-names
|
810
|
+
name: 'Input',
|
811
|
+
directives: {
|
812
|
+
bkTooltips: external_directives_namespaceObject.bkTooltips
|
813
|
+
},
|
814
|
+
inheritAttrs: false,
|
815
|
+
props: inputType,
|
816
|
+
emits: inputEmitEventsType,
|
817
|
+
setup: function setup(props, ctx) {
|
818
|
+
var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
|
819
|
+
resolveClassName = _usePrefix.resolveClassName;
|
820
|
+
var formItem = (0,external_shared_namespaceObject.useFormItem)();
|
821
|
+
var t = (0,external_config_provider_namespaceObject.useLocale)('input');
|
822
|
+
var isFocused = (0,external_vue_namespaceObject.ref)(false);
|
823
|
+
var isCNInput = (0,external_vue_namespaceObject.ref)(false);
|
824
|
+
var isTextArea = (0,external_vue_namespaceObject.computed)(function () {
|
825
|
+
return props.type === 'textarea';
|
826
|
+
});
|
827
|
+
var inputClsPrefix = (0,external_vue_namespaceObject.computed)(function () {
|
828
|
+
return isTextArea.value ? resolveClassName('textarea') : resolveClassName('input');
|
829
|
+
});
|
830
|
+
var _ctx$attrs = ctx.attrs,
|
831
|
+
cls = _ctx$attrs["class"],
|
832
|
+
style = _ctx$attrs.style,
|
833
|
+
inputAttrs = _objectWithoutProperties(_ctx$attrs, _excluded);
|
834
|
+
var inputRef = (0,external_vue_namespaceObject.ref)();
|
835
|
+
var innerInputValue = (0,external_vue_namespaceObject.ref)(typeof props.modelValue === 'undefined' || props.modelValue === null ? {} : {
|
836
|
+
value: props.modelValue
|
837
|
+
});
|
838
|
+
var inputCls = (0,external_vue_namespaceObject.computed)(function () {
|
839
|
+
var _classes;
|
840
|
+
return (0,external_shared_namespaceObject.classes)((_classes = {}, _defineProperty(_classes, "".concat(inputClsPrefix.value, "--").concat(props.size), !!props.size), _defineProperty(_classes, "resizable", props.resize), _defineProperty(_classes, 'is-focused', isFocused.value), _defineProperty(_classes, 'is-readonly', props.readonly && !props.selectReadonly), _defineProperty(_classes, 'is-disabled', props.disabled), _defineProperty(_classes, 'is-simplicity', props.behavior === 'simplicity'), _defineProperty(_classes, "".concat(ctx.attrs["class"]), !!ctx.attrs["class"]), _classes), inputClsPrefix.value);
|
841
|
+
});
|
842
|
+
var isOverflow = (0,external_vue_namespaceObject.ref)(false);
|
843
|
+
var textareaCalcStyle = (0,external_vue_namespaceObject.ref)({});
|
844
|
+
var resizeTextarea = function resizeTextarea() {
|
845
|
+
if (!isTextArea.value) return;
|
846
|
+
if (props.autosize) {
|
847
|
+
var _props$autosize, _props$autosize2;
|
848
|
+
var minRows = (_props$autosize = props.autosize) === null || _props$autosize === void 0 ? void 0 : _props$autosize.minRows;
|
849
|
+
var maxRows = (_props$autosize2 = props.autosize) === null || _props$autosize2 === void 0 ? void 0 : _props$autosize2.maxRows;
|
850
|
+
var textareaStyle = calcTextareaHeight(inputRef.value, minRows, maxRows);
|
851
|
+
textareaCalcStyle.value = _objectSpread({
|
852
|
+
overflowY: 'hidden'
|
853
|
+
}, textareaStyle);
|
854
|
+
(0,external_vue_namespaceObject.nextTick)(function () {
|
855
|
+
textareaCalcStyle.value = textareaStyle;
|
856
|
+
});
|
857
|
+
} else {
|
858
|
+
textareaCalcStyle.value = {
|
859
|
+
minHeight: calcTextareaHeight(inputRef.value).minHeight
|
860
|
+
};
|
861
|
+
}
|
862
|
+
};
|
863
|
+
var createOnceInitResize = function createOnceInitResize(resizeTextarea) {
|
864
|
+
var isInit = false;
|
865
|
+
return function () {
|
866
|
+
var _inputRef$value;
|
867
|
+
if (isInit || !props.autosize) return;
|
868
|
+
var isElHidden = ((_inputRef$value = inputRef.value) === null || _inputRef$value === void 0 ? void 0 : _inputRef$value.offsetParent) === null;
|
869
|
+
if (!isElHidden) {
|
870
|
+
resizeTextarea();
|
871
|
+
isInit = true;
|
872
|
+
}
|
873
|
+
};
|
874
|
+
};
|
875
|
+
var onceInitSizeTextarea = createOnceInitResize(resizeTextarea);
|
876
|
+
var suffixCls = getCls('suffix-icon');
|
877
|
+
var suffixIconMap = {
|
878
|
+
search: function search() {
|
879
|
+
return (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.Search, null, null);
|
880
|
+
},
|
881
|
+
password: function password() {
|
882
|
+
return (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.Unvisible, {
|
883
|
+
"onClick": handleVisibleChange,
|
884
|
+
"class": suffixCls
|
885
|
+
}, null);
|
886
|
+
}
|
887
|
+
};
|
888
|
+
var suffixIcon = (0,external_vue_namespaceObject.computed)(function () {
|
889
|
+
var icon = suffixIconMap[props.type];
|
890
|
+
if (pwdVisible.value) {
|
891
|
+
return (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.Eye, {
|
892
|
+
"class": suffixCls,
|
893
|
+
"onClick": handleVisibleChange
|
894
|
+
}, null);
|
895
|
+
}
|
896
|
+
return icon ? (0,external_vue_namespaceObject.createVNode)(icon, {
|
897
|
+
"class": suffixCls
|
898
|
+
}, null) : null;
|
899
|
+
});
|
900
|
+
var isNumberInput = (0,external_vue_namespaceObject.computed)(function () {
|
901
|
+
return props.type === 'number';
|
902
|
+
});
|
903
|
+
var ceilMaxLength = (0,external_vue_namespaceObject.computed)(function () {
|
904
|
+
var _ref, _props$maxlength;
|
905
|
+
return Math.floor((_ref = (_props$maxlength = props.maxlength) !== null && _props$maxlength !== void 0 ? _props$maxlength : props.maxcharacter) !== null && _ref !== void 0 ? _ref : 0);
|
906
|
+
});
|
907
|
+
var pwdVisible = (0,external_vue_namespaceObject.ref)(false);
|
908
|
+
var clearCls = (0,external_vue_namespaceObject.computed)(function () {
|
909
|
+
return (0,external_shared_namespaceObject.classes)(_defineProperty({
|
910
|
+
'show-clear-only-hover': props.showClearOnlyHover
|
911
|
+
}, "".concat(inputClsPrefix.value, "--clear-icon"), true), suffixCls);
|
912
|
+
});
|
913
|
+
var maxLengthCls = (0,external_vue_namespaceObject.computed)(function () {
|
914
|
+
var _classes3;
|
915
|
+
return (0,external_shared_namespaceObject.classes)((_classes3 = {}, _defineProperty(_classes3, getCls('max-length'), true), _defineProperty(_classes3, 'is-over-limit', ceilMaxLength.value - modelValueLength.value < 0), _classes3));
|
916
|
+
});
|
917
|
+
var getValueLimits = function getValueLimits(val) {
|
918
|
+
if (typeof props.maxcharacter === 'number') {
|
919
|
+
return val.split('').reduce(function (limit, _char, index) {
|
920
|
+
limit.len += _char.charCodeAt(0) > 255 ? 2 : 1;
|
921
|
+
if (limit.len > props.maxcharacter && limit.pos === -1) {
|
922
|
+
limit.pos = index;
|
923
|
+
}
|
924
|
+
return limit;
|
925
|
+
}, {
|
926
|
+
len: 0,
|
927
|
+
pos: -1
|
928
|
+
});
|
929
|
+
}
|
930
|
+
return {
|
931
|
+
len: val.length,
|
932
|
+
pos: -1
|
933
|
+
};
|
934
|
+
};
|
935
|
+
var modelValueLength = (0,external_vue_namespaceObject.computed)(function () {
|
936
|
+
var _props$modelValue;
|
937
|
+
var modelValue = (_props$modelValue = props.modelValue) !== null && _props$modelValue !== void 0 ? _props$modelValue : '';
|
938
|
+
return getValueLimits(modelValue).len;
|
939
|
+
});
|
940
|
+
var incControlCls = (0,external_vue_namespaceObject.computed)(function () {
|
941
|
+
return (0,external_shared_namespaceObject.classes)({
|
942
|
+
'is-disabled': props.disabled || props.modelValue >= props.max
|
943
|
+
});
|
944
|
+
});
|
945
|
+
var decControlCls = (0,external_vue_namespaceObject.computed)(function () {
|
946
|
+
return (0,external_shared_namespaceObject.classes)({
|
947
|
+
'is-disabled': props.disabled || props.modelValue <= props.min
|
948
|
+
});
|
949
|
+
});
|
950
|
+
var tooltips = (0,external_vue_namespaceObject.computed)(function () {
|
951
|
+
return props.showOverflowTooltips && isOverflow.value && props.modelValue ? {
|
952
|
+
content: props.modelValue,
|
953
|
+
sameWidth: true
|
954
|
+
} : {
|
955
|
+
disabled: true
|
956
|
+
};
|
957
|
+
});
|
958
|
+
var showMaxLimit = (0,external_vue_namespaceObject.computed)(function () {
|
959
|
+
return typeof props.maxlength === 'number' || typeof props.maxcharacter === 'number';
|
960
|
+
});
|
961
|
+
var resizeObserver = new ResizeObserver(function () {
|
962
|
+
onceInitSizeTextarea();
|
963
|
+
});
|
964
|
+
(0,external_vue_namespaceObject.watch)(function () {
|
965
|
+
return props.type;
|
966
|
+
}, /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/regenerator_default().mark(function _callee() {
|
967
|
+
return regenerator_default().wrap(function _callee$(_context) {
|
968
|
+
while (1) switch (_context.prev = _context.next) {
|
969
|
+
case 0:
|
970
|
+
_context.next = 2;
|
971
|
+
return (0,external_vue_namespaceObject.nextTick)();
|
972
|
+
case 2:
|
973
|
+
resizeTextarea();
|
974
|
+
case 3:
|
975
|
+
case "end":
|
976
|
+
return _context.stop();
|
977
|
+
}
|
978
|
+
}, _callee);
|
979
|
+
})));
|
980
|
+
(0,external_vue_namespaceObject.watch)(function () {
|
981
|
+
return props.modelValue;
|
982
|
+
}, function (val) {
|
983
|
+
if (props.withValidate) {
|
984
|
+
var _formItem$validate;
|
985
|
+
formItem === null || formItem === void 0 || (_formItem$validate = formItem.validate) === null || _formItem$validate === void 0 ? void 0 : _formItem$validate.call(formItem, 'change');
|
986
|
+
}
|
987
|
+
innerInputValue.value = {
|
988
|
+
value: val
|
989
|
+
};
|
990
|
+
(0,external_vue_namespaceObject.nextTick)(function () {
|
991
|
+
return resizeTextarea();
|
992
|
+
});
|
993
|
+
// TODO: 值变化时实时检测是否溢出
|
994
|
+
// isOverflow.value = detectOverflow();
|
995
|
+
});
|
996
|
+
|
997
|
+
(0,external_vue_namespaceObject.onMounted)(function () {
|
998
|
+
isOverflow.value = detectOverflow();
|
999
|
+
resizeObserver.observe(inputRef.value);
|
1000
|
+
(0,external_vue_namespaceObject.nextTick)(function () {
|
1001
|
+
return resizeTextarea();
|
1002
|
+
});
|
1003
|
+
});
|
1004
|
+
(0,external_vue_namespaceObject.onBeforeUnmount)(function () {
|
1005
|
+
resizeObserver.disconnect();
|
1006
|
+
});
|
1007
|
+
ctx.expose({
|
1008
|
+
focus: function focus() {
|
1009
|
+
inputRef.value.focus();
|
1010
|
+
},
|
1011
|
+
clear: clear
|
1012
|
+
});
|
1013
|
+
function detectOverflow() {
|
1014
|
+
var _inputRef$value2, _inputRef$value3;
|
1015
|
+
return ((_inputRef$value2 = inputRef.value) === null || _inputRef$value2 === void 0 ? void 0 : _inputRef$value2.scrollWidth) > ((_inputRef$value3 = inputRef.value) === null || _inputRef$value3 === void 0 ? void 0 : _inputRef$value3.clientWidth) + 2;
|
1016
|
+
}
|
1017
|
+
function clear() {
|
1018
|
+
if (props.disabled) return;
|
1019
|
+
var resetVal = isNumberInput.value ? props.min : '';
|
1020
|
+
ctx.emit(EVENTS.UPDATE, resetVal, null);
|
1021
|
+
ctx.emit(EVENTS.CHANGE, resetVal, null);
|
1022
|
+
ctx.emit(EVENTS.CLEAR);
|
1023
|
+
}
|
1024
|
+
function handleFocus(e) {
|
1025
|
+
isFocused.value = true;
|
1026
|
+
ctx.emit(EVENTS.FOCUS, e);
|
1027
|
+
}
|
1028
|
+
function handleBlur(e) {
|
1029
|
+
isFocused.value = false;
|
1030
|
+
isOverflow.value = detectOverflow();
|
1031
|
+
ctx.emit(EVENTS.BLUR, e);
|
1032
|
+
if (props.withValidate) {
|
1033
|
+
var _formItem$validate2;
|
1034
|
+
formItem === null || formItem === void 0 || (_formItem$validate2 = formItem.validate) === null || _formItem$validate2 === void 0 ? void 0 : _formItem$validate2.call(formItem, 'blur');
|
1035
|
+
}
|
1036
|
+
}
|
1037
|
+
// 事件句柄生成器
|
1038
|
+
function eventHandler(eventName) {
|
1039
|
+
return function (e) {
|
1040
|
+
props.stopPropagation && e.stopPropagation();
|
1041
|
+
if (showMaxLimit.value && !props.overMaxLengthLimit) {
|
1042
|
+
var limit = getValueLimits(e.target.value);
|
1043
|
+
if (limit.len >= ceilMaxLength.value && (eventName === EVENTS.KEYDOWN || eventName === EVENTS.INPUT) && !isCNInput.value) {
|
1044
|
+
var val = limit.pos > 0 ? e.target.value.slice(0, limit.pos) : e.target.value;
|
1045
|
+
innerInputValue.value = {
|
1046
|
+
value: val
|
1047
|
+
};
|
1048
|
+
ctx.emit(EVENTS.UPDATE, val, e);
|
1049
|
+
ctx.emit(EVENTS.INPUT, val, e);
|
1050
|
+
return;
|
1051
|
+
}
|
1052
|
+
}
|
1053
|
+
if (eventName === EVENTS.KEYDOWN && (e.code === 'Enter' || e.key === 'Enter' || e.keyCode === 13)) {
|
1054
|
+
ctx.emit(EVENTS.ENTER, e.target.value, e);
|
1055
|
+
}
|
1056
|
+
if (isCNInput.value && [EVENTS.INPUT, EVENTS.CHANGE, EVENTS.KEYDOWN].some(function (e) {
|
1057
|
+
return eventName === e;
|
1058
|
+
})) return;
|
1059
|
+
if (eventName === EVENTS.INPUT) {
|
1060
|
+
ctx.emit(EVENTS.UPDATE, e.target.value, e);
|
1061
|
+
} else if (eventName === EVENTS.CHANGE && isNumberInput.value && e.target.value !== '') {
|
1062
|
+
var _val = handleNumber(e.target.value, 0);
|
1063
|
+
ctx.emit(EVENTS.UPDATE, _val, e);
|
1064
|
+
ctx.emit(eventName, _val, e);
|
1065
|
+
return;
|
1066
|
+
}
|
1067
|
+
ctx.emit(eventName, e.target.value, e);
|
1068
|
+
};
|
1069
|
+
}
|
1070
|
+
var _map = [EVENTS.KEYUP, EVENTS.KEYDOWN, EVENTS.KEYPRESS, EVENTS.PASTE, EVENTS.CHANGE, EVENTS.INPUT].map(eventHandler),
|
1071
|
+
_map2 = _slicedToArray(_map, 6),
|
1072
|
+
handleKeyup = _map2[0],
|
1073
|
+
handleKeydown = _map2[1],
|
1074
|
+
handleKeyPress = _map2[2],
|
1075
|
+
handlePaste = _map2[3],
|
1076
|
+
handleChange = _map2[4],
|
1077
|
+
handleInput = _map2[5];
|
1078
|
+
// 输入法启用时
|
1079
|
+
function handleCompositionStart() {
|
1080
|
+
isCNInput.value = true;
|
1081
|
+
}
|
1082
|
+
// 输入法输入结束时
|
1083
|
+
function handleCompositionEnd(e) {
|
1084
|
+
isCNInput.value = false;
|
1085
|
+
handleInput(e);
|
1086
|
+
}
|
1087
|
+
function handleNumber(modelValue, step) {
|
1088
|
+
var INC = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
|
1089
|
+
var numStep = Number(step);
|
1090
|
+
var precision = Number.isInteger(props.precision) ? props.precision : 0;
|
1091
|
+
var val = Number(modelValue);
|
1092
|
+
var factor = Number.isInteger(numStep) ? numStep : 1;
|
1093
|
+
var newVal = val + (INC ? factor : -1 * factor);
|
1094
|
+
if (Number.isInteger(props.max)) {
|
1095
|
+
newVal = Math.min(newVal, props.max);
|
1096
|
+
}
|
1097
|
+
if (Number.isInteger(props.min)) {
|
1098
|
+
newVal = Math.max(newVal, props.min);
|
1099
|
+
}
|
1100
|
+
return +newVal.toFixed(precision);
|
1101
|
+
}
|
1102
|
+
function handleInc(e) {
|
1103
|
+
if (props.disabled) return;
|
1104
|
+
var newVal = handleNumber(props.modelValue, props.step);
|
1105
|
+
ctx.emit(EVENTS.UPDATE, newVal, e);
|
1106
|
+
ctx.emit(EVENTS.CHANGE, newVal, e);
|
1107
|
+
}
|
1108
|
+
function handleDec(e) {
|
1109
|
+
if (props.disabled) return;
|
1110
|
+
var newVal = handleNumber(props.modelValue, props.step, false);
|
1111
|
+
ctx.emit(EVENTS.UPDATE, newVal, e);
|
1112
|
+
ctx.emit(EVENTS.CHANGE, newVal, e);
|
1113
|
+
}
|
1114
|
+
function getCls(name) {
|
1115
|
+
return "".concat(inputClsPrefix.value, "--").concat(name);
|
1116
|
+
}
|
1117
|
+
function handleVisibleChange() {
|
1118
|
+
pwdVisible.value = !pwdVisible.value;
|
1119
|
+
}
|
1120
|
+
var bindProps = (0,external_vue_namespaceObject.computed)(function () {
|
1121
|
+
return {
|
1122
|
+
maxlength: !props.overMaxLengthLimit && props.maxlength,
|
1123
|
+
placeholder: props.placeholder || t.value.placeholder,
|
1124
|
+
readonly: props.readonly,
|
1125
|
+
disabled: props.disabled
|
1126
|
+
};
|
1127
|
+
});
|
1128
|
+
var eventListener = {
|
1129
|
+
onInput: handleInput,
|
1130
|
+
onFocus: handleFocus,
|
1131
|
+
onBlur: handleBlur,
|
1132
|
+
onPaste: handlePaste,
|
1133
|
+
onChange: handleChange,
|
1134
|
+
onKeypress: handleKeyPress,
|
1135
|
+
onKeydown: handleKeydown,
|
1136
|
+
onKeyup: handleKeyup,
|
1137
|
+
onCompositionstart: handleCompositionStart,
|
1138
|
+
onCompositionend: handleCompositionEnd
|
1139
|
+
};
|
1140
|
+
return function () {
|
1141
|
+
var _ctx$slots$prefix, _ctx$slots, _ctx$slots$prefix2, _ctx$slots$suffix, _ctx$slots2, _ctx$slots2$suffix;
|
1142
|
+
return (0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)("div", {
|
1143
|
+
"class": inputCls.value,
|
1144
|
+
"style": style
|
1145
|
+
}, [(_ctx$slots$prefix = (_ctx$slots = ctx.slots) === null || _ctx$slots === void 0 || (_ctx$slots$prefix2 = _ctx$slots.prefix) === null || _ctx$slots$prefix2 === void 0 ? void 0 : _ctx$slots$prefix2.call(_ctx$slots)) !== null && _ctx$slots$prefix !== void 0 ? _ctx$slots$prefix : props.prefix && (0,external_vue_namespaceObject.createVNode)("div", {
|
1146
|
+
"class": getCls('prefix-area')
|
1147
|
+
}, [(0,external_vue_namespaceObject.createVNode)("span", {
|
1148
|
+
"class": getCls('prefix-area--text')
|
1149
|
+
}, [props.prefix])]), isTextArea.value ? (0,external_vue_namespaceObject.createVNode)("textarea", (0,external_vue_namespaceObject.mergeProps)({
|
1150
|
+
"ref": inputRef,
|
1151
|
+
"spellcheck": false
|
1152
|
+
}, inputAttrs, eventListener, bindProps.value, {
|
1153
|
+
"rows": props.rows,
|
1154
|
+
"style": textareaCalcStyle.value
|
1155
|
+
}, innerInputValue.value), null) : (0,external_vue_namespaceObject.createVNode)("input", (0,external_vue_namespaceObject.mergeProps)({
|
1156
|
+
"spellcheck": false
|
1157
|
+
}, inputAttrs, {
|
1158
|
+
"ref": inputRef,
|
1159
|
+
"class": "".concat(inputClsPrefix.value, "--text"),
|
1160
|
+
"type": pwdVisible.value && props.type === 'password' ? 'text' : props.type,
|
1161
|
+
"step": props.step,
|
1162
|
+
"max": props.max,
|
1163
|
+
"min": props.min
|
1164
|
+
}, eventListener, bindProps.value, innerInputValue.value), null), !isTextArea.value && props.clearable && !!props.modelValue && (0,external_vue_namespaceObject.createVNode)("span", {
|
1165
|
+
"class": clearCls.value,
|
1166
|
+
"onClick": clear
|
1167
|
+
}, [(0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.Close, null, null)]), suffixIcon.value, showMaxLimit.value && (props.showWordLimit || isTextArea.value) && (0,external_vue_namespaceObject.createVNode)("p", {
|
1168
|
+
"class": maxLengthCls.value
|
1169
|
+
}, [props.overMaxLengthLimit ? ceilMaxLength.value - modelValueLength.value : (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Fragment, null, [modelValueLength.value, (0,external_vue_namespaceObject.createTextVNode)(" / "), (0,external_vue_namespaceObject.createVNode)("span", null, [ceilMaxLength.value])])]), isNumberInput.value && props.showControl && (0,external_vue_namespaceObject.createVNode)("div", {
|
1170
|
+
"class": getCls('number-control')
|
1171
|
+
}, [(0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.DownSmall, {
|
1172
|
+
"class": incControlCls.value,
|
1173
|
+
"onClick": handleInc
|
1174
|
+
}, null), (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.DownSmall, {
|
1175
|
+
"class": decControlCls.value,
|
1176
|
+
"onClick": handleDec
|
1177
|
+
}, null)]), (_ctx$slots$suffix = (_ctx$slots2 = ctx.slots) === null || _ctx$slots2 === void 0 || (_ctx$slots2$suffix = _ctx$slots2.suffix) === null || _ctx$slots2$suffix === void 0 ? void 0 : _ctx$slots2$suffix.call(_ctx$slots2)) !== null && _ctx$slots$suffix !== void 0 ? _ctx$slots$suffix : props.suffix && (0,external_vue_namespaceObject.createVNode)("div", {
|
1178
|
+
"class": getCls('suffix-area')
|
1179
|
+
}, [(0,external_vue_namespaceObject.createVNode)("span", {
|
1180
|
+
"class": getCls('suffix-area--text')
|
1181
|
+
}, [props.suffix])])]), [[(0,external_vue_namespaceObject.resolveDirective)("bk-tooltips"), tooltips.value]]);
|
1182
|
+
};
|
1183
|
+
}
|
1184
|
+
}));
|
1185
|
+
;// CONCATENATED MODULE: ../../packages/input/src/index.ts
|
1186
|
+
/*
|
1187
|
+
* Tencent is pleased to support the open source community by making
|
1188
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
1189
|
+
*
|
1190
|
+
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
|
1191
|
+
*
|
1192
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
1193
|
+
*
|
1194
|
+
* License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
|
1195
|
+
*
|
1196
|
+
* ---------------------------------------------------
|
1197
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
1198
|
+
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
1199
|
+
* the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
1200
|
+
* to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
1201
|
+
*
|
1202
|
+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of
|
1203
|
+
* the Software.
|
1204
|
+
*
|
1205
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
1206
|
+
* THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1207
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
1208
|
+
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
1209
|
+
* IN THE SOFTWARE.
|
1210
|
+
*/
|
1211
|
+
|
1212
|
+
|
1213
|
+
var BkInput = (0,external_shared_namespaceObject.withInstall)(input);
|
1214
|
+
/* harmony default export */ const src = (BkInput);
|
1215
|
+
})();
|
1216
|
+
|
1217
|
+
var __webpack_exports__default = __webpack_exports__.Z;
|
1218
|
+
export { __webpack_exports__default as default };
|