@web-utils/component 2.7.29 → 2.7.31
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/chunks/{config.7dec2bf2.js → config.75161c38.js} +29 -29
- package/dist/chunks/confirmable-mixin.851d6299.js +137 -0
- package/dist/chunks/dataformat.b8c8c01a.js +237 -0
- package/dist/chunks/detail.6135ade5.js +55 -0
- package/dist/chunks/dic.e57b75f2.js +215 -0
- package/dist/chunks/{event.fc358074.js → event.812c361c.js} +54 -23
- package/dist/chunks/{form-input-mixin.760cd65d.js → form-input-mixin.3e63b57f.js} +4 -4
- package/dist/chunks/{form-item-mixin.fa314b67.js → form-item-mixin.a56c101a.js} +44 -17
- package/dist/chunks/{form-pick-mixin.c4e0391b.js → form-pick-mixin.822300f3.js} +1 -1
- package/dist/chunks/{init.e0133910.js → init.38cbb3a2.js} +41 -21
- package/dist/chunks/{input-number-mixin.6849fa63.js → input-number-mixin.44b78389.js} +4 -4
- package/dist/chunks/{mixins.6a394a6c.js → mixins.e1939731.js} +3 -2
- package/dist/chunks/{packages.419bde01.js → packages.c4ea639d.js} +12 -6
- package/dist/chunks/{permission.07c49abf.js → permission.9c766972.js} +6 -1
- package/dist/chunks/slot.55598d0f.js +35 -0
- package/dist/chunks/{tab-mixin.9d568df9.js → tab-mixin.9d848bf6.js} +29 -11
- package/dist/chunks/util.b0d0b0ad.js +478 -0
- package/dist/chunks/{utils.d7f73f8d.js → utils.2a3ffac9.js} +89 -24
- package/dist/chunks/{utils.f44207f4.js → utils.a8891d2c.js} +9 -5
- package/dist/chunks/vueComponentNormalizer.9c6b8b3d.js +59 -0
- package/dist/components/address-input/index.js +30 -17
- package/dist/components/address-input/style.css +15 -1
- package/dist/components/affix/index.js +78 -28
- package/dist/components/affix/style.css +5 -1
- package/dist/components/aside-menu/index.js +14 -8
- package/dist/components/aside-menu/style.css +9 -1
- package/dist/components/avatar/index.js +33 -15
- package/dist/components/avatar/style.css +57 -1
- package/dist/components/awesome-button/index.js +45 -31
- package/dist/components/base.css +410 -1
- package/dist/components/capsule-tab/index.js +13 -7
- package/dist/components/capsule-tab/style.css +32 -1
- package/dist/components/card/index.js +33 -20
- package/dist/components/card/style.css +90 -1
- package/dist/components/carousel/index.js +18 -12
- package/dist/components/carousel/style.css +41 -1
- package/dist/components/chat/index.js +245 -139
- package/dist/components/chat/style.css +279 -1
- package/dist/components/chunk-file-uploader/index.js +63 -29
- package/dist/components/chunk-file-uploader/style.css +4 -1
- package/dist/components/chunk-file-uploader-button/index.js +15 -9
- package/dist/components/chunk-file-uploader-button/style.css +17 -1
- package/dist/components/chunk-file-uploader-drop/index.js +45 -27
- package/dist/components/chunk-file-uploader-drop/style.css +12 -1
- package/dist/components/chunk-file-uploader-file/index.js +150 -73
- package/dist/components/chunk-file-uploader-file/style.css +125 -1
- package/dist/components/chunk-file-uploader-files/index.js +15 -9
- package/dist/components/chunk-file-uploader-files/style.css +9 -1
- package/dist/components/chunk-file-uploader-list/index.js +16 -10
- package/dist/components/chunk-file-uploader-list/style.css +9 -1
- package/dist/components/chunk-file-uploader-un-support/index.js +18 -10
- package/dist/components/chunk-file-uploader-un-support/style.css +6 -1
- package/dist/components/code-mirror-editor/index.js +75 -47
- package/dist/components/code-mirror-editor/style.css +17 -1
- package/dist/components/color-picker/index.js +62 -39
- package/dist/components/column/index.js +54 -29
- package/dist/components/column-default/index.js +47 -33
- package/dist/components/column-dynamic/index.js +26 -19
- package/dist/components/column-menu/index.js +98 -86
- package/dist/components/column-slot/index.js +135 -75
- package/dist/components/comment/index.js +28 -15
- package/dist/components/comment/style.css +92 -1
- package/dist/components/confirm-button/index.js +7 -5
- package/dist/components/confirmable/index.js +5 -4
- package/dist/components/context-menu/index.js +54 -32
- package/dist/components/context-menu/style.css +88 -1
- package/dist/components/count-up/index.js +55 -38
- package/dist/components/custom-scrollbar/index.js +45 -21
- package/dist/components/data-box/index.js +22 -16
- package/dist/components/data-box/style.css +58 -1
- package/dist/components/data-card/index.js +21 -15
- package/dist/components/data-card/style.css +46 -1
- package/dist/components/data-cardtext/index.js +19 -13
- package/dist/components/data-cardtext/style.css +36 -1
- package/dist/components/data-display/index.js +22 -16
- package/dist/components/data-display/style.css +37 -1
- package/dist/components/data-icons/index.js +23 -17
- package/dist/components/data-icons/style.css +53 -1
- package/dist/components/data-imgtext/index.js +26 -20
- package/dist/components/data-imgtext/style.css +70 -1
- package/dist/components/data-operatext/index.js +20 -14
- package/dist/components/data-operatext/style.css +81 -1
- package/dist/components/data-panel/index.js +21 -15
- package/dist/components/data-panel/style.css +37 -1
- package/dist/components/data-pay/index.js +29 -23
- package/dist/components/data-pay/style.css +102 -1
- package/dist/components/data-price/index.js +19 -13
- package/dist/components/data-price/style.css +81 -1
- package/dist/components/data-progress/index.js +26 -20
- package/dist/components/data-progress/style.css +30 -1
- package/dist/components/data-rotate/index.js +21 -15
- package/dist/components/data-rotate/style.css +50 -1
- package/dist/components/data-table-picker/index.js +47 -28
- package/dist/components/data-tabs/index.js +22 -16
- package/dist/components/data-tabs/style.css +70 -1
- package/dist/components/dialog-column/index.js +46 -33
- package/dist/components/dialog-excel/index.js +102 -53
- package/dist/components/dialog-filter/index.js +64 -51
- package/dist/components/dialog-form/index.js +56 -115
- package/dist/components/dialog-form/style.css +10 -1
- package/dist/components/dynamic-table/index.js +66 -42
- package/dist/components/dynamic-table/style.css +30 -1
- package/dist/components/e-charts/index.js +127 -46
- package/dist/components/e-charts/style.css +10 -1
- package/dist/components/easy-popup/index.js +32 -14
- package/dist/components/easy-popup/style.css +18 -1
- package/dist/components/editable-progress/index.js +64 -31
- package/dist/components/editable-progress/style.css +37 -1
- package/dist/components/editable-tree/index.js +513 -287
- package/dist/components/editable-tree/style.css +82 -1
- package/dist/components/egd-collapse/index.js +25 -12
- package/dist/components/egd-collapse-item/index.js +41 -25
- package/dist/components/element-dialog/index.js +101 -48
- package/dist/components/element-dialog/style.css +88 -1
- package/dist/components/empty-view/index.js +13 -7
- package/dist/components/empty-view/style.css +17 -1
- package/dist/components/error-view/index.js +12 -6
- package/dist/components/error-view/style.css +17 -1
- package/dist/components/flex-column/index.js +39 -17
- package/dist/components/flex-item/index.js +59 -24
- package/dist/components/flex-row/index.js +39 -17
- package/dist/components/flex-scroller/index.js +13 -7
- package/dist/components/flex-scroller/style.css +20 -1
- package/dist/components/flow/index.js +116 -64
- package/dist/components/flow/style.css +44 -1
- package/dist/components/flow-node/index.js +29 -21
- package/dist/components/flow-viewer/index.js +97 -52
- package/dist/components/flow-viewer/style.css +19 -1
- package/dist/components/form-button/index.js +12 -8
- package/dist/components/form-cascader/index.js +55 -40
- package/dist/components/form-checkbox-group/index.js +90 -60
- package/dist/components/form-checkbox-group/style.css +51 -1
- package/dist/components/form-date-picker/index.js +113 -44
- package/dist/components/form-group/index.js +23 -17
- package/dist/components/form-group/style.css +76 -1
- package/dist/components/form-holder/index.js +41 -30
- package/dist/components/form-input/index.js +42 -31
- package/dist/components/form-input-email/index.js +47 -30
- package/dist/components/form-input-id-card/index.js +40 -29
- package/dist/components/form-input-number/index.js +50 -38
- package/dist/components/form-input-number/style.css +12 -1
- package/dist/components/form-input-phone-number/index.js +40 -29
- package/dist/components/form-input-time/index.js +40 -29
- package/dist/components/form-item/index.js +99 -47
- package/dist/components/form-item/style.css +11 -1
- package/dist/components/form-item-config-provider/index.js +9 -8
- package/dist/components/form-item-group/index.js +69 -43
- package/dist/components/form-item-group/style.css +30 -1
- package/dist/components/form-radio-group/index.js +77 -53
- package/dist/components/form-radio-group/style.css +53 -1
- package/dist/components/form-select/index.js +71 -51
- package/dist/components/form-switch/index.js +41 -30
- package/dist/components/form-temp/index.js +49 -29
- package/dist/components/form-textarea/index.js +45 -34
- package/dist/components/form-view/index.js +152 -81
- package/dist/components/form-view/style.css +158 -1
- package/dist/components/fy-array/index.js +51 -43
- package/dist/components/fy-array/style.css +18 -1
- package/dist/components/fy-article/index.js +24 -13
- package/dist/components/fy-article/style.css +40 -1
- package/dist/components/fy-cascader/index.js +39 -29
- package/dist/components/fy-checkbox/index.js +38 -27
- package/dist/components/fy-checkbox/style.css +15 -1
- package/dist/components/fy-code/index.js +19 -12
- package/dist/components/fy-curd/index.js +290 -152
- package/dist/components/fy-curd/style.css +239 -1
- package/dist/components/fy-date/index.js +24 -18
- package/dist/components/fy-date/style.css +21 -1
- package/dist/components/fy-dialog-form/index.js +127 -54
- package/dist/components/fy-draggable/index.js +196 -73
- package/dist/components/fy-draggable/style.css +136 -1
- package/dist/components/fy-dynamic/index.js +116 -73
- package/dist/components/fy-dynamic/style.css +35 -1
- package/dist/components/fy-empty/index.js +15 -9
- package/dist/components/fy-empty/style.css +24 -1
- package/dist/components/fy-form/index.js +399 -221
- package/dist/components/fy-form/style.css +79 -1
- package/dist/components/fy-form-design/index.js +2267 -1630
- package/dist/components/fy-form-design/style.css +578 -1
- package/dist/components/fy-form-menu/index.js +43 -35
- package/dist/components/fy-input/index.js +46 -35
- package/dist/components/fy-input-color/index.js +40 -33
- package/dist/components/fy-input-icon/index.js +58 -37
- package/dist/components/fy-input-icon/style.css +39 -1
- package/dist/components/fy-input-map/index.js +113 -68
- package/dist/components/fy-input-map/style.css +50 -1
- package/dist/components/fy-input-number/index.js +29 -24
- package/dist/components/fy-input-table/index.js +82 -48
- package/dist/components/fy-input-table/style.css +10 -1
- package/dist/components/fy-input-tree/index.js +104 -60
- package/dist/components/fy-input-tree/style.css +25 -1
- package/dist/components/fy-progress/index.js +15 -10
- package/dist/components/fy-radio/index.js +20 -14
- package/dist/components/fy-radio/style.css +12 -1
- package/dist/components/fy-rate/index.js +21 -15
- package/dist/components/fy-rate/style.css +9 -1
- package/dist/components/fy-select/index.js +73 -55
- package/dist/components/fy-select/style.css +25 -1
- package/dist/components/fy-slider/index.js +22 -17
- package/dist/components/fy-switch/index.js +17 -12
- package/dist/components/fy-tabs/index.js +20 -12
- package/dist/components/fy-tabs/style.css +6 -0
- package/dist/components/fy-time/index.js +29 -18
- package/dist/components/fy-title/index.js +16 -8
- package/dist/components/fy-title/style.css +11 -1
- package/dist/components/fy-tree/index.js +135 -72
- package/dist/components/fy-tree/style.css +46 -1
- package/dist/components/fy-u-editor/index.js +172 -67
- package/dist/components/fy-u-editor/style.css +15 -1
- package/dist/components/fy-upload/index.js +317 -148
- package/dist/components/fy-upload/style.css +60 -1
- package/dist/components/guide-steps/index.js +31 -17
- package/dist/components/guide-steps/style.css +34 -1
- package/dist/components/header-menu/index.js +86 -66
- package/dist/components/header-search/index.js +92 -60
- package/dist/components/highlight-j-s/index.js +28 -15
- package/dist/components/highlight-j-s/style.css +21 -1
- package/dist/components/icon-card/index.js +13 -7
- package/dist/components/icon-card/style.css +56 -1
- package/dist/components/icon-temp/index.js +12 -6
- package/dist/components/icon-temp/style.css +21 -1
- package/dist/components/iframe-window/index.js +20 -14
- package/dist/components/iframe-window/style.css +20 -1
- package/dist/components/image-cropper/index.js +71 -162
- package/dist/components/image-cropper/style.css +34 -1
- package/dist/components/image-preview/index.js +78 -170
- package/dist/components/image-preview/style.css +72 -1
- package/dist/components/image-viewer/index.js +40 -22
- package/dist/components/image-viewer/style.css +21 -1
- package/dist/components/input-number/index.js +122 -56
- package/dist/components/input-number/style.css +15 -1
- package/dist/components/input-number-range/index.js +32 -20
- package/dist/components/input-number-range/style.css +12 -1
- package/dist/components/keep-view-alive/index.js +68 -21
- package/dist/components/keyboard/index.js +217 -132
- package/dist/components/keyboard/style.css +547 -1
- package/dist/components/license/index.js +81 -35
- package/dist/components/loading-view/index.js +12 -6
- package/dist/components/loading-view/style.css +17 -1
- package/dist/components/login/index.js +91 -62
- package/dist/components/login/style.css +25 -1
- package/dist/components/name-avatar/index.js +32 -10
- package/dist/components/name-avatar/style.css +35 -1
- package/dist/components/nav-bar/index.js +21 -11
- package/dist/components/nav-bar/style.css +17 -1
- package/dist/components/not-implement/index.js +16 -8
- package/dist/components/not-implement/style.css +15 -1
- package/dist/components/notice/index.js +40 -27
- package/dist/components/notice/style.css +54 -1
- package/dist/components/page/index.js +13 -7
- package/dist/components/page/style.css +12 -1
- package/dist/components/page-header/index.js +15 -9
- package/dist/components/page-header/style.css +14 -1
- package/dist/components/page-index/index.js +62 -37
- package/dist/components/page-index/style.css +23 -1
- package/dist/components/page-index-top/index.js +53 -34
- package/dist/components/page-skeleton/index.js +15 -9
- package/dist/components/page-skeleton/style.css +23 -1
- package/dist/components/page-skeleton-new/index.js +15 -9
- package/dist/components/page-skeleton-new/style.css +42 -1
- package/dist/components/pageable-table/index.js +187 -106
- package/dist/components/pageable-table/style.css +72 -1
- package/dist/components/pageable-view/index.js +164 -80
- package/dist/components/pageable-view/style.css +69 -1
- package/dist/components/photo-swipe/index.js +92 -46
- package/dist/components/process-designer/index.js +961 -772
- package/dist/components/process-designer/style.css +1186 -1
- package/dist/components/properties-panel/index.js +1488 -1044
- package/dist/components/properties-panel/style.css +122 -1
- package/dist/components/queue/index.js +24 -12
- package/dist/components/record-video/index.js +53 -27
- package/dist/components/record-video/style.css +53 -1
- package/dist/components/resize-observer/index.js +52 -18
- package/dist/components/resize-observer/style.css +31 -1
- package/dist/components/search/index.js +41 -22
- package/dist/components/search/style.css +57 -1
- package/dist/components/search-popover/index.js +153 -91
- package/dist/components/search-popover/style.css +93 -1
- package/dist/components/sign/index.js +138 -35
- package/dist/components/sign/style.css +12 -1
- package/dist/components/sign-panel/index.js +96 -46
- package/dist/components/sign-panel/style.css +97 -1
- package/dist/components/skeleton/index.js +22 -12
- package/dist/components/skeleton/style.css +61 -1
- package/dist/components/split-pane/index.js +125 -60
- package/dist/components/split-pane/style.css +100 -1
- package/dist/components/stateful/index.js +8 -5
- package/dist/components/stateful/style.css +33 -1
- package/dist/components/static-pageable-table/index.js +22 -15
- package/dist/components/static-pageable-table/style.css +9 -1
- package/dist/components/swiper/index.js +127 -58
- package/dist/components/swiper/style.css +43 -1
- package/dist/components/tab/index.js +34 -16
- package/dist/components/tab/style.css +122 -1
- package/dist/components/tab-item/index.js +14 -9
- package/dist/components/table-column/index.js +26 -17
- package/dist/components/table-page/index.js +42 -23
- package/dist/components/table-view/index.js +162 -87
- package/dist/components/table-view/style.css +95 -1
- package/dist/components/tag-render/index.js +41 -22
- package/dist/components/tag-render/style.css +33 -1
- package/dist/components/text-ellipsis/index.js +48 -26
- package/dist/components/text-ellipsis/style.css +9 -1
- package/dist/components/tinymce-editor/index.js +80 -60
- package/dist/components/tinymce-editor/style.css +43 -1
- package/dist/components/tinymce-wrapper/index.js +77 -41
- package/dist/components/tinymce-wrapper/style.css +36 -1
- package/dist/components/toolbar/index.js +46 -25
- package/dist/components/toolbar/style.css +39 -1
- package/dist/components/toolbar-button/index.js +46 -35
- package/dist/components/toolbar-button/style.css +21 -1
- package/dist/components/trigger/index.js +15 -8
- package/dist/components/verify/index.js +15 -8
- package/dist/components/verify/style.css +15 -1
- package/dist/components/vue-tags-input/index.js +233 -113
- package/dist/components/vue-tags-input/style.css +688 -1
- package/dist/components/watermark/index.js +33 -14
- package/dist/components/watermark/style.css +11 -1
- package/dist/index.css +2434 -1750
- package/dist/index.es.js +15982 -9409
- package/package.json +4 -4
- package/web-types.json +1 -1
- package/dist/chunks/confirmable-mixin.35bd1934.js +0 -104
- package/dist/chunks/dataformat.9cc4428a.js +0 -158
- package/dist/chunks/detail.544c52b0.js +0 -29
- package/dist/chunks/dic.9de2fe5a.js +0 -135
- package/dist/chunks/slot.a7387ecc.js +0 -27
- package/dist/chunks/util.89913643.js +0 -261
- package/dist/chunks/vueComponentNormalizer.77ec6792.js +0 -32
|
@@ -1,52 +1,59 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
3
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty
|
|
4
|
-
var
|
|
3
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
4
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __spreadValues = (a, b) => {
|
|
5
7
|
for (var prop in b || (b = {}))
|
|
6
|
-
__hasOwnProp.call(b, prop)
|
|
8
|
+
if (__hasOwnProp.call(b, prop))
|
|
9
|
+
__defNormalProp(a, prop, b[prop]);
|
|
7
10
|
if (__getOwnPropSymbols)
|
|
8
|
-
for (var prop of __getOwnPropSymbols(b))
|
|
9
|
-
__propIsEnum.call(b, prop)
|
|
11
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
+
if (__propIsEnum.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
}
|
|
10
15
|
return a;
|
|
11
16
|
};
|
|
12
|
-
import { f as formInputMixin } from "../../chunks/form-input-mixin.
|
|
13
|
-
import { f as formPickMixin } from "../../chunks/form-pick-mixin.
|
|
14
|
-
import
|
|
15
|
-
import { d as filterProperties, n as normalizeProps } from "../../chunks/utils.
|
|
16
|
-
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.
|
|
17
|
+
import { f as formInputMixin } from "../../chunks/form-input-mixin.3e63b57f.js";
|
|
18
|
+
import { f as formPickMixin } from "../../chunks/form-pick-mixin.822300f3.js";
|
|
19
|
+
import Select from "element-ui/lib/select";
|
|
20
|
+
import { d as filterProperties, n as normalizeProps } from "../../chunks/utils.2a3ffac9.js";
|
|
21
|
+
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
|
|
17
22
|
var render = function() {
|
|
18
|
-
var _vm = this
|
|
23
|
+
var _vm = this;
|
|
24
|
+
var _h = _vm.$createElement;
|
|
25
|
+
var _c = _vm._self._c || _h;
|
|
19
26
|
return _c("FormItem", _vm._b({
|
|
20
27
|
attrs: {
|
|
21
|
-
rules: _vm.computeRules,
|
|
22
|
-
disabled: _vm.inputDisabled
|
|
28
|
+
"rules": _vm.computeRules,
|
|
29
|
+
"disabled": _vm.inputDisabled
|
|
23
30
|
},
|
|
24
31
|
scopedSlots: _vm._u([{
|
|
25
32
|
key: "default",
|
|
26
33
|
fn: function() {
|
|
27
34
|
return [_c("ElSelect", _vm._g(_vm._b({
|
|
28
35
|
attrs: {
|
|
29
|
-
value: _vm.value,
|
|
30
|
-
filterable: _vm.filterable,
|
|
31
|
-
placeholder: _vm.inputDisabled ? "--" : _vm.computePlaceholder,
|
|
32
|
-
disabled: _vm.inputDisabled
|
|
36
|
+
"value": _vm.value,
|
|
37
|
+
"filterable": _vm.filterable,
|
|
38
|
+
"placeholder": _vm.inputDisabled ? "--" : _vm.computePlaceholder,
|
|
39
|
+
"disabled": _vm.inputDisabled
|
|
33
40
|
},
|
|
34
41
|
on: {
|
|
35
|
-
input: _vm.emitInput
|
|
42
|
+
"input": _vm.emitInput
|
|
36
43
|
}
|
|
37
|
-
}, "ElSelect", _vm.inputProps,
|
|
44
|
+
}, "ElSelect", _vm.inputProps, false), _vm.listeners), _vm._l(_vm.innerOptions, function(item) {
|
|
38
45
|
return _c("ElOption", {
|
|
39
46
|
key: item[_vm.valueKey],
|
|
40
47
|
attrs: {
|
|
41
|
-
value: item[_vm.valueKey],
|
|
42
|
-
label: item[_vm.labelKey]
|
|
48
|
+
"value": item[_vm.valueKey],
|
|
49
|
+
"label": item[_vm.labelKey]
|
|
43
50
|
}
|
|
44
51
|
});
|
|
45
52
|
}), 1), _vm.$slots.warn ? _c("div", {
|
|
46
53
|
staticClass: "el-form-item__warn"
|
|
47
54
|
}, [_vm._t("warn")], 2) : _vm._e()];
|
|
48
55
|
},
|
|
49
|
-
proxy:
|
|
56
|
+
proxy: true
|
|
50
57
|
}, {
|
|
51
58
|
key: "error",
|
|
52
59
|
fn: function(_ref) {
|
|
@@ -56,7 +63,7 @@ var render = function() {
|
|
|
56
63
|
}, [_vm._t("error", function() {
|
|
57
64
|
return [_vm._v(" " + _vm._s(error) + " ")];
|
|
58
65
|
}, {
|
|
59
|
-
error
|
|
66
|
+
"error": error
|
|
60
67
|
})], 2) : _vm._e()];
|
|
61
68
|
}
|
|
62
69
|
}, {
|
|
@@ -64,17 +71,19 @@ var render = function() {
|
|
|
64
71
|
fn: function() {
|
|
65
72
|
return [_vm._t("label")];
|
|
66
73
|
},
|
|
67
|
-
proxy:
|
|
74
|
+
proxy: true
|
|
68
75
|
}, {
|
|
69
76
|
key: "below",
|
|
70
77
|
fn: function() {
|
|
71
78
|
return [_vm._t("below")];
|
|
72
79
|
},
|
|
73
|
-
proxy:
|
|
74
|
-
}], null,
|
|
75
|
-
}, "FormItem", _vm.formItemProps,
|
|
76
|
-
}
|
|
77
|
-
|
|
80
|
+
proxy: true
|
|
81
|
+
}], null, true)
|
|
82
|
+
}, "FormItem", _vm.formItemProps, false));
|
|
83
|
+
};
|
|
84
|
+
var staticRenderFns = [];
|
|
85
|
+
const autoBindKeys = Object.keys(Select.props).filter((key) => !["value", "placeholder", "disabled"].includes(key));
|
|
86
|
+
const __vue2_script = {
|
|
78
87
|
name: "FormSelect",
|
|
79
88
|
mixins: [formInputMixin, formPickMixin],
|
|
80
89
|
props: {
|
|
@@ -116,25 +125,34 @@ const autoBindKeys = Object.keys(Select.props).filter((key) => !["value", "place
|
|
|
116
125
|
return filterProperties(__spreadValues(__spreadValues({}, normalizeProps(this.$attrs)), this.$props), autoBindKeys);
|
|
117
126
|
},
|
|
118
127
|
innerOptions() {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
128
|
+
if (this.gender) {
|
|
129
|
+
return [
|
|
130
|
+
{
|
|
131
|
+
[this.labelKey]: "男",
|
|
132
|
+
[this.valueKey]: this.chinese ? "男" : this.typing ? 1 : "1"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
[this.labelKey]: "女",
|
|
136
|
+
[this.valueKey]: this.chinese ? "女" : this.typing ? 2 : "2"
|
|
137
|
+
}
|
|
138
|
+
];
|
|
139
|
+
}
|
|
140
|
+
if (this.confirm) {
|
|
141
|
+
return [
|
|
142
|
+
{
|
|
143
|
+
[this.labelKey]: "是",
|
|
144
|
+
[this.valueKey]: this.chinese ? "是" : this.english ? "Y" : this.typing ? 1 : "1"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
[this.labelKey]: "否",
|
|
148
|
+
[this.valueKey]: this.chinese ? "否" : this.english ? "N" : this.typing ? 0 : "0"
|
|
149
|
+
}
|
|
150
|
+
];
|
|
151
|
+
}
|
|
152
|
+
if (this.all) {
|
|
153
|
+
return [{ [this.valueKey]: "", [this.labelKey]: "全部" }, ...this.options];
|
|
154
|
+
}
|
|
155
|
+
return this.options;
|
|
138
156
|
}
|
|
139
157
|
},
|
|
140
158
|
methods: {
|
|
@@ -142,20 +160,22 @@ const autoBindKeys = Object.keys(Select.props).filter((key) => !["value", "place
|
|
|
142
160
|
this.$emit("input", val);
|
|
143
161
|
}
|
|
144
162
|
}
|
|
145
|
-
}
|
|
163
|
+
};
|
|
164
|
+
const __cssModules = {};
|
|
146
165
|
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
147
166
|
__vue2_script,
|
|
148
167
|
render,
|
|
149
168
|
staticRenderFns,
|
|
150
|
-
|
|
169
|
+
false,
|
|
151
170
|
__vue2_injectStyles,
|
|
152
171
|
null,
|
|
153
172
|
null,
|
|
154
173
|
null
|
|
155
174
|
);
|
|
156
175
|
function __vue2_injectStyles(context) {
|
|
157
|
-
for (let o in __cssModules)
|
|
176
|
+
for (let o in __cssModules) {
|
|
158
177
|
this[o] = __cssModules[o];
|
|
178
|
+
}
|
|
159
179
|
}
|
|
160
180
|
const FormSelect = /* @__PURE__ */ function() {
|
|
161
181
|
return __component__.exports;
|
|
@@ -1,24 +1,31 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
3
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty
|
|
4
|
-
var
|
|
3
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
4
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __spreadValues = (a, b) => {
|
|
5
7
|
for (var prop in b || (b = {}))
|
|
6
|
-
__hasOwnProp.call(b, prop)
|
|
8
|
+
if (__hasOwnProp.call(b, prop))
|
|
9
|
+
__defNormalProp(a, prop, b[prop]);
|
|
7
10
|
if (__getOwnPropSymbols)
|
|
8
|
-
for (var prop of __getOwnPropSymbols(b))
|
|
9
|
-
__propIsEnum.call(b, prop)
|
|
11
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
+
if (__propIsEnum.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
}
|
|
10
15
|
return a;
|
|
11
16
|
};
|
|
12
|
-
import { f as formInputMixin } from "../../chunks/form-input-mixin.
|
|
13
|
-
import
|
|
14
|
-
import { d as filterProperties, n as normalizeProps } from "../../chunks/utils.
|
|
15
|
-
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.
|
|
17
|
+
import { f as formInputMixin } from "../../chunks/form-input-mixin.3e63b57f.js";
|
|
18
|
+
import Switch from "element-ui/lib/switch";
|
|
19
|
+
import { d as filterProperties, n as normalizeProps } from "../../chunks/utils.2a3ffac9.js";
|
|
20
|
+
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
|
|
16
21
|
var render = function() {
|
|
17
|
-
var _vm = this
|
|
22
|
+
var _vm = this;
|
|
23
|
+
var _h = _vm.$createElement;
|
|
24
|
+
var _c = _vm._self._c || _h;
|
|
18
25
|
return _c("FormItem", _vm._b({
|
|
19
26
|
attrs: {
|
|
20
|
-
rules: _vm.computeRules,
|
|
21
|
-
disabled: _vm.inputDisabled
|
|
27
|
+
"rules": _vm.computeRules,
|
|
28
|
+
"disabled": _vm.inputDisabled
|
|
22
29
|
},
|
|
23
30
|
scopedSlots: _vm._u([{
|
|
24
31
|
key: "default",
|
|
@@ -31,31 +38,31 @@ var render = function() {
|
|
|
31
38
|
attrs: {
|
|
32
39
|
"active-value": "Y",
|
|
33
40
|
"inactive-value": "N",
|
|
34
|
-
value: _vm.value,
|
|
35
|
-
readonly: _vm.readonly,
|
|
36
|
-
disabled: _vm.inputDisabled,
|
|
37
|
-
placeholder: _vm.computePlaceholder
|
|
41
|
+
"value": _vm.value,
|
|
42
|
+
"readonly": _vm.readonly,
|
|
43
|
+
"disabled": _vm.inputDisabled,
|
|
44
|
+
"placeholder": _vm.computePlaceholder
|
|
38
45
|
},
|
|
39
46
|
on: {
|
|
40
|
-
input: _vm.emitInput
|
|
47
|
+
"input": _vm.emitInput
|
|
41
48
|
},
|
|
42
49
|
scopedSlots: _vm._u([{
|
|
43
50
|
key: "append",
|
|
44
51
|
fn: function() {
|
|
45
52
|
return [_vm._t("append")];
|
|
46
53
|
},
|
|
47
|
-
proxy:
|
|
48
|
-
}], null,
|
|
49
|
-
}, "ElSwitch", _vm.inputProps,
|
|
54
|
+
proxy: true
|
|
55
|
+
}], null, true)
|
|
56
|
+
}, "ElSwitch", _vm.inputProps, false), _vm.listeners))];
|
|
50
57
|
})];
|
|
51
58
|
},
|
|
52
|
-
proxy:
|
|
59
|
+
proxy: true
|
|
53
60
|
}, {
|
|
54
61
|
key: "error",
|
|
55
62
|
fn: function(_ref) {
|
|
56
63
|
var error = _ref.error;
|
|
57
64
|
return [_vm._t("error", null, {
|
|
58
|
-
error
|
|
65
|
+
"error": error
|
|
59
66
|
})];
|
|
60
67
|
}
|
|
61
68
|
}, {
|
|
@@ -63,11 +70,13 @@ var render = function() {
|
|
|
63
70
|
fn: function() {
|
|
64
71
|
return [_vm._t("label")];
|
|
65
72
|
},
|
|
66
|
-
proxy:
|
|
67
|
-
}], null,
|
|
68
|
-
}, "FormItem", _vm.formItemProps,
|
|
69
|
-
}
|
|
70
|
-
|
|
73
|
+
proxy: true
|
|
74
|
+
}], null, true)
|
|
75
|
+
}, "FormItem", _vm.formItemProps, false));
|
|
76
|
+
};
|
|
77
|
+
var staticRenderFns = [];
|
|
78
|
+
const autoBindKeys = Object.keys(Switch.props).filter((key) => !["value", "placeholder", "disabled"].includes(key));
|
|
79
|
+
const __vue2_script = {
|
|
71
80
|
name: "FormSwitch",
|
|
72
81
|
mixins: [formInputMixin],
|
|
73
82
|
props: {
|
|
@@ -85,20 +94,22 @@ const autoBindKeys = Object.keys(Switch.props).filter((key) => !["value", "place
|
|
|
85
94
|
this.$emit("input", val);
|
|
86
95
|
}
|
|
87
96
|
}
|
|
88
|
-
}
|
|
97
|
+
};
|
|
98
|
+
const __cssModules = {};
|
|
89
99
|
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
90
100
|
__vue2_script,
|
|
91
101
|
render,
|
|
92
102
|
staticRenderFns,
|
|
93
|
-
|
|
103
|
+
false,
|
|
94
104
|
__vue2_injectStyles,
|
|
95
105
|
null,
|
|
96
106
|
null,
|
|
97
107
|
null
|
|
98
108
|
);
|
|
99
109
|
function __vue2_injectStyles(context) {
|
|
100
|
-
for (let o in __cssModules)
|
|
110
|
+
for (let o in __cssModules) {
|
|
101
111
|
this[o] = __cssModules[o];
|
|
112
|
+
}
|
|
102
113
|
}
|
|
103
114
|
const FormSwitch = /* @__PURE__ */ function() {
|
|
104
115
|
return __component__.exports;
|
|
@@ -1,28 +1,32 @@
|
|
|
1
|
-
import { g as getComponent, a as getPlaceholder } from "../../chunks/dataformat.
|
|
2
|
-
import { s as slot } from "../../chunks/slot.
|
|
3
|
-
import { u as uploadFun } from "../../chunks/util.
|
|
4
|
-
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.
|
|
1
|
+
import { g as getComponent, a as getPlaceholder } from "../../chunks/dataformat.b8c8c01a.js";
|
|
2
|
+
import { s as slot } from "../../chunks/slot.55598d0f.js";
|
|
3
|
+
import { u as uploadFun } from "../../chunks/util.b0d0b0ad.js";
|
|
4
|
+
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
|
|
5
5
|
var render = function() {
|
|
6
|
-
var _vm = this
|
|
6
|
+
var _vm = this;
|
|
7
|
+
var _h = _vm.$createElement;
|
|
8
|
+
var _c = _vm._self._c || _h;
|
|
7
9
|
return _c(_vm.getComponent(_vm.column.type, _vm.column.component), _vm._g(_vm._b({
|
|
8
10
|
ref: "temp",
|
|
9
11
|
tag: "Component",
|
|
10
12
|
attrs: {
|
|
11
|
-
column: Object.assign(_vm.column, _vm.params),
|
|
12
|
-
dic: _vm.dic,
|
|
13
|
-
disabled: _vm.column.disabled || _vm.disabled,
|
|
14
|
-
readonly: _vm.column.readonly || _vm.readonly,
|
|
15
|
-
placeholder: _vm.getPlaceholder(_vm.column),
|
|
16
|
-
props: _vm.column.props || _vm.props,
|
|
13
|
+
"column": Object.assign(_vm.column, _vm.params),
|
|
14
|
+
"dic": _vm.dic,
|
|
15
|
+
"disabled": _vm.column.disabled || _vm.disabled,
|
|
16
|
+
"readonly": _vm.column.readonly || _vm.readonly,
|
|
17
|
+
"placeholder": _vm.getPlaceholder(_vm.column),
|
|
18
|
+
"props": _vm.column.props || _vm.props,
|
|
17
19
|
"props-http": _vm.column.propsHttp || _vm.propsHttp,
|
|
18
|
-
size: _vm.column.size || _vm.size,
|
|
20
|
+
"size": _vm.column.size || _vm.size,
|
|
19
21
|
"table-data": _vm.tableData,
|
|
20
|
-
type: _vm.type || _vm.column.type,
|
|
22
|
+
"type": _vm.type || _vm.column.type,
|
|
21
23
|
"column-slot": _vm.columnSlot
|
|
22
24
|
},
|
|
23
25
|
nativeOn: {
|
|
24
|
-
keyup: function($event) {
|
|
25
|
-
|
|
26
|
+
"keyup": function($event) {
|
|
27
|
+
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter"))
|
|
28
|
+
return null;
|
|
29
|
+
return _vm.enterChange.apply(null, arguments);
|
|
26
30
|
}
|
|
27
31
|
},
|
|
28
32
|
scopedSlots: _vm._u([_vm._l(_vm.columnSlot, function(item) {
|
|
@@ -32,7 +36,7 @@ var render = function() {
|
|
|
32
36
|
return [_vm._t(item, null, null, scope)];
|
|
33
37
|
}
|
|
34
38
|
};
|
|
35
|
-
})], null,
|
|
39
|
+
})], null, true),
|
|
36
40
|
model: {
|
|
37
41
|
value: _vm.text,
|
|
38
42
|
callback: function($$v) {
|
|
@@ -40,12 +44,13 @@ var render = function() {
|
|
|
40
44
|
},
|
|
41
45
|
expression: "text"
|
|
42
46
|
}
|
|
43
|
-
}, "Component", Object.assign(_vm.column, _vm.uploadFun(_vm.column)),
|
|
47
|
+
}, "Component", Object.assign(_vm.column, _vm.uploadFun(_vm.column)), false), _vm.event), [_vm.params.html ? _c("span", {
|
|
44
48
|
domProps: {
|
|
45
|
-
innerHTML: _vm._s(_vm.params.html)
|
|
49
|
+
"innerHTML": _vm._s(_vm.params.html)
|
|
46
50
|
}
|
|
47
51
|
}) : _vm._e()]);
|
|
48
|
-
}
|
|
52
|
+
};
|
|
53
|
+
var staticRenderFns = [];
|
|
49
54
|
const __vue2_script = {
|
|
50
55
|
name: "FormTemp",
|
|
51
56
|
mixins: [slot],
|
|
@@ -59,25 +64,31 @@ const __vue2_script = {
|
|
|
59
64
|
uploadExceed: Function,
|
|
60
65
|
columnSlot: {
|
|
61
66
|
type: Array,
|
|
62
|
-
default: () =>
|
|
67
|
+
default: () => {
|
|
68
|
+
return [];
|
|
69
|
+
}
|
|
63
70
|
},
|
|
64
71
|
tableData: {
|
|
65
72
|
type: Object,
|
|
66
|
-
default: () =>
|
|
73
|
+
default: () => {
|
|
74
|
+
return {};
|
|
75
|
+
}
|
|
67
76
|
},
|
|
68
77
|
clearable: {
|
|
69
78
|
type: Boolean
|
|
70
79
|
},
|
|
71
80
|
enter: {
|
|
72
81
|
type: Boolean,
|
|
73
|
-
default:
|
|
82
|
+
default: false
|
|
74
83
|
},
|
|
75
84
|
type: {
|
|
76
85
|
type: String
|
|
77
86
|
},
|
|
78
87
|
propsHttp: {
|
|
79
88
|
type: Object,
|
|
80
|
-
default: () =>
|
|
89
|
+
default: () => {
|
|
90
|
+
return {};
|
|
91
|
+
}
|
|
81
92
|
},
|
|
82
93
|
props: {
|
|
83
94
|
type: Object
|
|
@@ -99,7 +110,9 @@ const __vue2_script = {
|
|
|
99
110
|
},
|
|
100
111
|
column: {
|
|
101
112
|
type: Object,
|
|
102
|
-
default: () =>
|
|
113
|
+
default: () => {
|
|
114
|
+
return {};
|
|
115
|
+
}
|
|
103
116
|
}
|
|
104
117
|
},
|
|
105
118
|
computed: {
|
|
@@ -114,7 +127,8 @@ const __vue2_script = {
|
|
|
114
127
|
return this.value;
|
|
115
128
|
},
|
|
116
129
|
set(val) {
|
|
117
|
-
this.$emit("input", val)
|
|
130
|
+
this.$emit("input", val);
|
|
131
|
+
this.$emit("change", val);
|
|
118
132
|
}
|
|
119
133
|
}
|
|
120
134
|
},
|
|
@@ -123,23 +137,29 @@ const __vue2_script = {
|
|
|
123
137
|
getComponent,
|
|
124
138
|
getPlaceholder,
|
|
125
139
|
enterChange() {
|
|
126
|
-
typeof this.column.enter
|
|
140
|
+
if (typeof this.column.enter === "function") {
|
|
141
|
+
this.column.enter({ value: this.text, column: this.column });
|
|
142
|
+
} else if (this.enter) {
|
|
143
|
+
this.$emit("enter");
|
|
144
|
+
}
|
|
127
145
|
}
|
|
128
146
|
}
|
|
129
|
-
}
|
|
147
|
+
};
|
|
148
|
+
const __cssModules = {};
|
|
130
149
|
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
131
150
|
__vue2_script,
|
|
132
151
|
render,
|
|
133
152
|
staticRenderFns,
|
|
134
|
-
|
|
153
|
+
false,
|
|
135
154
|
__vue2_injectStyles,
|
|
136
155
|
null,
|
|
137
156
|
null,
|
|
138
157
|
null
|
|
139
158
|
);
|
|
140
159
|
function __vue2_injectStyles(context) {
|
|
141
|
-
for (let o in __cssModules)
|
|
160
|
+
for (let o in __cssModules) {
|
|
142
161
|
this[o] = __cssModules[o];
|
|
162
|
+
}
|
|
143
163
|
}
|
|
144
164
|
const FormTemp = /* @__PURE__ */ function() {
|
|
145
165
|
return __component__.exports;
|
|
@@ -1,54 +1,61 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
3
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty
|
|
4
|
-
var
|
|
3
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
4
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
+
var __spreadValues = (a, b) => {
|
|
5
7
|
for (var prop in b || (b = {}))
|
|
6
|
-
__hasOwnProp.call(b, prop)
|
|
8
|
+
if (__hasOwnProp.call(b, prop))
|
|
9
|
+
__defNormalProp(a, prop, b[prop]);
|
|
7
10
|
if (__getOwnPropSymbols)
|
|
8
|
-
for (var prop of __getOwnPropSymbols(b))
|
|
9
|
-
__propIsEnum.call(b, prop)
|
|
11
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
+
if (__propIsEnum.call(b, prop))
|
|
13
|
+
__defNormalProp(a, prop, b[prop]);
|
|
14
|
+
}
|
|
10
15
|
return a;
|
|
11
16
|
};
|
|
12
|
-
import { f as formInputMixin } from "../../chunks/form-input-mixin.
|
|
13
|
-
import { d as filterProperties, n as normalizeProps } from "../../chunks/utils.
|
|
14
|
-
import
|
|
15
|
-
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.
|
|
17
|
+
import { f as formInputMixin } from "../../chunks/form-input-mixin.3e63b57f.js";
|
|
18
|
+
import { d as filterProperties, n as normalizeProps } from "../../chunks/utils.2a3ffac9.js";
|
|
19
|
+
import Input from "element-ui/lib/input";
|
|
20
|
+
import { n as normalizeComponent } from "../../chunks/vueComponentNormalizer.9c6b8b3d.js";
|
|
16
21
|
var render = function() {
|
|
17
|
-
var _vm = this
|
|
22
|
+
var _vm = this;
|
|
23
|
+
var _h = _vm.$createElement;
|
|
24
|
+
var _c = _vm._self._c || _h;
|
|
18
25
|
return _c("FormItem", _vm._b({
|
|
19
26
|
attrs: {
|
|
20
|
-
block: _vm.block,
|
|
21
|
-
rules: _vm.computeRules,
|
|
22
|
-
disabled: _vm.inputDisabled
|
|
27
|
+
"block": _vm.block,
|
|
28
|
+
"rules": _vm.computeRules,
|
|
29
|
+
"disabled": _vm.inputDisabled
|
|
23
30
|
},
|
|
24
31
|
scopedSlots: _vm._u([{
|
|
25
32
|
key: "default",
|
|
26
33
|
fn: function() {
|
|
27
34
|
return [_c("ElInput", _vm._g(_vm._b({
|
|
28
35
|
attrs: {
|
|
29
|
-
value: _vm.value,
|
|
30
|
-
type: "textarea",
|
|
31
|
-
rows: _vm.rows,
|
|
32
|
-
resize: _vm.resize ? null : "none",
|
|
36
|
+
"value": _vm.value,
|
|
37
|
+
"type": "textarea",
|
|
38
|
+
"rows": _vm.rows,
|
|
39
|
+
"resize": _vm.resize ? null : "none",
|
|
33
40
|
"show-word-limit": _vm.showWordLimit,
|
|
34
|
-
disabled: _vm.inputDisabled,
|
|
35
|
-
maxlength: _vm.maxLength,
|
|
36
|
-
placeholder: _vm.computePlaceholder
|
|
41
|
+
"disabled": _vm.inputDisabled,
|
|
42
|
+
"maxlength": _vm.maxLength,
|
|
43
|
+
"placeholder": _vm.computePlaceholder
|
|
37
44
|
},
|
|
38
45
|
on: {
|
|
39
|
-
input: function(val) {
|
|
46
|
+
"input": function(val) {
|
|
40
47
|
return _vm.$emit("input", val);
|
|
41
48
|
}
|
|
42
49
|
}
|
|
43
|
-
}, "ElInput", _vm.inputProps,
|
|
50
|
+
}, "ElInput", _vm.inputProps, false), _vm.listeners))];
|
|
44
51
|
},
|
|
45
|
-
proxy:
|
|
52
|
+
proxy: true
|
|
46
53
|
}, {
|
|
47
54
|
key: "error",
|
|
48
55
|
fn: function(_ref) {
|
|
49
56
|
var error = _ref.error;
|
|
50
57
|
return [_vm._t("error", null, {
|
|
51
|
-
error
|
|
58
|
+
"error": error
|
|
52
59
|
})];
|
|
53
60
|
}
|
|
54
61
|
}, {
|
|
@@ -56,11 +63,13 @@ var render = function() {
|
|
|
56
63
|
fn: function() {
|
|
57
64
|
return [_vm._t("label")];
|
|
58
65
|
},
|
|
59
|
-
proxy:
|
|
60
|
-
}], null,
|
|
61
|
-
}, "FormItem", _vm.formItemProps,
|
|
62
|
-
}
|
|
63
|
-
|
|
66
|
+
proxy: true
|
|
67
|
+
}], null, true)
|
|
68
|
+
}, "FormItem", _vm.formItemProps, false));
|
|
69
|
+
};
|
|
70
|
+
var staticRenderFns = [];
|
|
71
|
+
const autoBindKeys = Object.keys(Input.props).filter((key) => !["value", "placeholder", "type", "rows", "resize", "showWordLimit", "maxLength", "maxlength"].includes(key));
|
|
72
|
+
const __vue2_script = {
|
|
64
73
|
name: "FormTextarea",
|
|
65
74
|
mixins: [formInputMixin],
|
|
66
75
|
props: {
|
|
@@ -74,7 +83,7 @@ const autoBindKeys = Object.keys(Input.props).filter((key) => !["value", "placeh
|
|
|
74
83
|
resize: Boolean,
|
|
75
84
|
showWordLimit: {
|
|
76
85
|
type: Boolean,
|
|
77
|
-
default:
|
|
86
|
+
default: true
|
|
78
87
|
},
|
|
79
88
|
maxLength: {
|
|
80
89
|
type: String,
|
|
@@ -82,7 +91,7 @@ const autoBindKeys = Object.keys(Input.props).filter((key) => !["value", "placeh
|
|
|
82
91
|
},
|
|
83
92
|
block: {
|
|
84
93
|
type: Boolean,
|
|
85
|
-
default:
|
|
94
|
+
default: true
|
|
86
95
|
}
|
|
87
96
|
},
|
|
88
97
|
computed: {
|
|
@@ -90,20 +99,22 @@ const autoBindKeys = Object.keys(Input.props).filter((key) => !["value", "placeh
|
|
|
90
99
|
return filterProperties(__spreadValues(__spreadValues({}, normalizeProps(this.$attrs)), this.$props), autoBindKeys);
|
|
91
100
|
}
|
|
92
101
|
}
|
|
93
|
-
}
|
|
102
|
+
};
|
|
103
|
+
const __cssModules = {};
|
|
94
104
|
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
95
105
|
__vue2_script,
|
|
96
106
|
render,
|
|
97
107
|
staticRenderFns,
|
|
98
|
-
|
|
108
|
+
false,
|
|
99
109
|
__vue2_injectStyles,
|
|
100
110
|
null,
|
|
101
111
|
null,
|
|
102
112
|
null
|
|
103
113
|
);
|
|
104
114
|
function __vue2_injectStyles(context) {
|
|
105
|
-
for (let o in __cssModules)
|
|
115
|
+
for (let o in __cssModules) {
|
|
106
116
|
this[o] = __cssModules[o];
|
|
117
|
+
}
|
|
107
118
|
}
|
|
108
119
|
const FormTextarea = /* @__PURE__ */ function() {
|
|
109
120
|
return __component__.exports;
|