@web-utils/component 2.30.1 → 2.40.0
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/address-input/index.mjs +9 -9
- package/address-input/style.css +1 -1
- package/affix/index.mjs +1 -1
- package/affix/style.css +1 -1
- package/aside-menu/index.mjs +20 -20
- package/aside-menu/style.css +1 -1
- package/avatar/index.mjs +1 -1
- package/avatar/style.css +1 -1
- package/awesome-button/index.mjs +1 -1
- package/base.css +1 -1
- package/capsule-tab/index.mjs +10 -10
- package/capsule-tab/style.css +1 -1
- package/card/index.mjs +23 -23
- package/card/style.css +1 -1
- package/carousel/index.mjs +5 -5
- package/carousel/style.css +1 -1
- package/chat/index.mjs +5 -3
- package/chat/style.css +1 -1
- package/chunk-file-uploader/index.mjs +3 -3
- package/chunk-file-uploader/style.css +1 -1
- package/chunks/{FormTemp.FX8xmbVB.mjs → FormTemp.7f91629d.mjs} +4 -4
- package/chunks/{confirmable-mixin.rTUMhoRH.mjs → confirmable-mixin.817b542f.mjs} +16 -6
- package/chunks/{dataformat.X_61lMA7.mjs → dataformat.f995e2f9.mjs} +1 -1
- package/chunks/{dic.6tk91Dmq.mjs → dic.eaac0823.mjs} +8 -10
- package/chunks/{event.NHA7rYFE.mjs → event.b5d855dd.mjs} +3 -3
- package/chunks/{form-input-mixin.IKogWBfn.mjs → form-input-mixin.4632ad36.mjs} +2 -2
- package/chunks/{form-item-mixin.BilKDUlK.mjs → form-item-mixin.ad148e7b.mjs} +1 -1
- package/chunks/{init.Ac4dKUJB.mjs → init.47f219b4.mjs} +3 -3
- package/chunks/{util.C2Bhx22L.mjs → util.ae730cde.mjs} +24 -18
- package/code-mirror-editor/index.mjs +404 -175
- package/code-mirror-editor/style.css +1 -1
- package/color-picker/index.mjs +1 -1
- package/comment/index.mjs +18 -18
- package/comment/style.css +1 -1
- package/confirm-button/index.mjs +2 -2
- package/confirmable/index.mjs +2 -2
- package/context-menu/index.mjs +9 -9
- package/context-menu/style.css +1 -1
- package/count-up/index.mjs +6 -10
- package/custom-scrollbar/index.mjs +5 -9
- package/data-box/index.mjs +8 -8
- package/data-box/style.css +1 -1
- package/data-card/index.mjs +19 -19
- package/data-card/style.css +1 -1
- package/data-cardtext/index.mjs +22 -22
- package/data-cardtext/style.css +1 -1
- package/data-display/index.mjs +24 -24
- package/data-display/style.css +1 -1
- package/data-icons/index.mjs +13 -13
- package/data-icons/style.css +1 -1
- package/data-imgtext/index.mjs +18 -18
- package/data-imgtext/style.css +1 -1
- package/data-operatext/index.mjs +28 -28
- package/data-operatext/style.css +1 -1
- package/data-panel/index.mjs +15 -15
- package/data-panel/style.css +1 -1
- package/data-pay/index.mjs +7 -7
- package/data-pay/style.css +1 -1
- package/data-price/index.mjs +5 -5
- package/data-price/style.css +1 -1
- package/data-progress/index.mjs +16 -16
- package/data-progress/style.css +1 -1
- package/data-rotate/index.mjs +7 -7
- package/data-rotate/style.css +1 -1
- package/data-table-picker/index.mjs +2 -2
- package/data-tabs/index.mjs +6 -6
- package/data-tabs/style.css +1 -1
- package/dialog-form/index.mjs +47 -47
- package/dialog-form/style.css +1 -1
- package/dynamic-table/index.mjs +15 -15
- package/dynamic-table/style.css +1 -1
- package/e-charts/index.mjs +7 -7
- package/e-charts/style.css +1 -1
- package/easy-popup/index.mjs +15 -15
- package/easy-popup/style.css +1 -1
- package/editable-progress/index.mjs +1 -1
- package/editable-progress/style.css +1 -1
- package/editable-tree/index.mjs +5 -5
- package/editable-tree/style.css +1 -1
- package/egd-collapse/index.mjs +1 -1
- package/egd-collapse-item/index.mjs +1 -1
- package/element-dialog/index.mjs +13 -9
- package/element-dialog/style.css +1 -1
- package/empty-view/index.mjs +9 -9
- package/empty-view/style.css +1 -1
- package/error-view/index.mjs +13 -13
- package/error-view/style.css +1 -1
- package/flex-column/index.mjs +2 -2
- package/flex-item/index.mjs +12 -6
- package/flex-row/index.mjs +2 -2
- package/flex-scroller/index.mjs +5 -5
- package/flex-scroller/style.css +1 -1
- package/flow/index.mjs +23 -9
- package/flow/style.css +1 -1
- package/flow-designer/index.mjs +156 -63
- package/flow-designer/style.css +1 -1
- package/flow-node/index.mjs +2 -2
- package/flow-viewer/index.mjs +20 -11
- package/flow-viewer/style.css +1 -1
- package/form-block/index.mjs +23 -20
- package/form-block/style.css +1 -1
- package/form-button/index.mjs +1 -1
- package/form-cascader/index.mjs +7 -5
- package/form-checkbox-group/index.mjs +9 -7
- package/form-checkbox-group/style.css +1 -1
- package/form-date-picker/index.mjs +41 -12
- package/form-holder/index.mjs +6 -3
- package/form-input/index.mjs +6 -4
- package/form-input-email/index.mjs +12 -8
- package/form-input-id-card/index.mjs +12 -8
- package/form-input-number/index.mjs +10 -8
- package/form-input-number/style.css +1 -1
- package/form-input-phone-number/index.mjs +12 -8
- package/form-input-tag/index.mjs +3 -3
- package/form-input-time/index.mjs +6 -4
- package/form-item/index.mjs +43 -37
- package/form-item/style.css +1 -1
- package/form-item-config-provider/index.mjs +1 -1
- package/form-item-group/index.mjs +15 -12
- package/form-item-group/style.css +1 -1
- package/form-radio-group/index.mjs +40 -38
- package/form-radio-group/style.css +1 -1
- package/form-select/index.mjs +7 -5
- package/form-switch/index.mjs +6 -4
- package/form-textarea/index.mjs +6 -4
- package/form-view/index.mjs +32 -10
- package/form-view/style.css +1 -1
- package/fy-array/index.mjs +9 -9
- package/fy-array/style.css +1 -1
- package/fy-article/index.mjs +7 -7
- package/fy-article/style.css +1 -1
- package/fy-cascader/index.mjs +2 -2
- package/fy-checkbox/index.mjs +6 -6
- package/fy-checkbox/style.css +1 -1
- package/fy-code/index.mjs +2 -2
- package/fy-curd/index.mjs +117 -99
- package/fy-curd/style.css +1 -1
- package/fy-date/index.mjs +8 -8
- package/fy-date/style.css +1 -1
- package/fy-draggable/index.mjs +3 -3
- package/fy-draggable/style.css +1 -1
- package/fy-dynamic/index.mjs +51 -43
- package/fy-dynamic/style.css +1 -1
- package/fy-empty/index.mjs +10 -10
- package/fy-empty/style.css +1 -1
- package/fy-form/index.mjs +42 -42
- package/fy-form/style.css +1 -1
- package/fy-form-design/index.mjs +539 -421
- package/fy-form-design/style.css +1 -1
- package/fy-input/index.mjs +2 -2
- package/fy-input-color/index.mjs +2 -2
- package/fy-input-icon/index.mjs +5 -5
- package/fy-input-icon/style.css +1 -1
- package/fy-input-map/index.mjs +21 -15
- package/fy-input-map/style.css +1 -1
- package/fy-input-number/index.mjs +2 -2
- package/fy-input-table/index.mjs +13 -10
- package/fy-input-table/style.css +1 -1
- package/fy-input-tree/index.mjs +6 -6
- package/fy-input-tree/style.css +1 -1
- package/fy-progress/index.mjs +1 -1
- package/fy-radio/index.mjs +6 -6
- package/fy-radio/style.css +1 -1
- package/fy-rate/index.mjs +4 -4
- package/fy-rate/style.css +1 -1
- package/fy-select/index.mjs +27 -27
- package/fy-select/style.css +1 -1
- package/fy-slider/index.mjs +3 -3
- package/fy-switch/index.mjs +2 -2
- package/fy-tabs/index.mjs +1 -1
- package/fy-time/index.mjs +2 -2
- package/fy-title/index.mjs +14 -14
- package/fy-title/style.css +1 -1
- package/fy-tree/index.mjs +6 -9
- package/fy-tree/style.css +1 -1
- package/fy-u-editor/index.mjs +34 -32
- package/fy-u-editor/style.css +1 -1
- package/fy-upload/index.mjs +27 -27
- package/fy-upload/style.css +1 -1
- package/guide-steps/index.mjs +12 -12
- package/guide-steps/style.css +1 -1
- package/highlight-j-s/index.mjs +1 -1
- package/highlight-j-s/style.css +1 -1
- package/icon-card/index.mjs +9 -9
- package/icon-card/style.css +1 -1
- package/icon-temp/index.mjs +16 -16
- package/icon-temp/style.css +1 -1
- package/iframe-window/index.mjs +5 -5
- package/iframe-window/style.css +1 -1
- package/image-cropper/index.mjs +10 -10
- package/image-cropper/style.css +1 -1
- package/image-preview/index.mjs +7 -7
- package/image-preview/style.css +1 -1
- package/image-viewer/index.mjs +5 -5
- package/image-viewer/style.css +1 -1
- package/input-number/index.mjs +2 -2
- package/input-number/style.css +1 -1
- package/input-number-range/index.mjs +7 -7
- package/input-number-range/style.css +1 -1
- package/keep-view-alive/index.mjs +6 -2
- package/keyboard/index.mjs +21 -20
- package/keyboard/style.css +1 -1
- package/license/index.mjs +2 -2
- package/loading-view/index.mjs +5 -5
- package/loading-view/style.css +1 -1
- package/login/index.mjs +4 -4
- package/login/style.css +1 -1
- package/monaco-editor/index.mjs +2 -2
- package/name-avatar/index.mjs +6 -6
- package/name-avatar/style.css +1 -1
- package/nav-bar/index.mjs +8 -8
- package/nav-bar/style.css +1 -1
- package/not-implement/index.mjs +15 -15
- package/not-implement/style.css +1 -1
- package/notice/index.mjs +5 -5
- package/notice/style.css +1 -1
- package/package.json +1 -1
- package/page/index.mjs +8 -8
- package/page/style.css +1 -1
- package/page-header/index.mjs +6 -6
- package/page-header/style.css +1 -1
- package/page-index/index.mjs +19 -19
- package/page-index/style.css +1 -1
- package/page-index-top/index.mjs +1 -1
- package/page-skeleton/index.mjs +21 -21
- package/page-skeleton/style.css +1 -1
- package/page-skeleton-new/index.mjs +3 -3
- package/page-skeleton-new/style.css +1 -1
- package/pageable-table/index.mjs +21 -26
- package/pageable-table/style.css +1 -1
- package/pageable-view/index.mjs +37 -42
- package/pageable-view/style.css +1 -1
- package/photo-swipe/index.mjs +4 -2
- package/present-view/index.mjs +31 -9
- package/present-view/style.css +1 -1
- package/queue/index.mjs +4 -4
- package/queue/style.css +1 -1
- package/record-video/index.mjs +14 -14
- package/record-video/style.css +1 -1
- package/resize-observer/index.mjs +6 -6
- package/resize-observer/style.css +1 -1
- package/search/index.mjs +7 -7
- package/search/style.css +1 -1
- package/search-popover/index.mjs +6 -6
- package/search-popover/style.css +1 -1
- package/sign/index.mjs +31 -31
- package/sign/style.css +1 -1
- package/sign-panel/index.mjs +8 -8
- package/sign-panel/style.css +1 -1
- package/skeleton/index.mjs +10 -10
- package/skeleton/style.css +1 -1
- package/split-pane/index.mjs +19 -22
- package/split-pane/style.css +1 -1
- package/stateful/index.mjs +12 -12
- package/stateful/style.css +1 -1
- package/static-pageable-table/index.mjs +9 -9
- package/static-pageable-table/style.css +1 -1
- package/swiper/index.mjs +7 -7
- package/swiper/style.css +1 -1
- package/tab/index.mjs +2 -2
- package/tab/style.css +1 -1
- package/tab-item/index.mjs +2 -2
- package/table-column/index.mjs +10 -6
- package/table-view/index.mjs +28 -8
- package/table-view/style.css +1 -1
- package/tag-render/index.mjs +29 -29
- package/tag-render/style.css +1 -1
- package/text-ellipsis/index.mjs +9 -12
- package/text-ellipsis/style.css +1 -1
- package/tinymce-editor/index.mjs +77 -77
- package/tinymce-editor/style.css +1 -1
- package/toolbar/index.mjs +1 -1
- package/toolbar/style.css +1 -1
- package/toolbar-button/index.mjs +6 -6
- package/toolbar-button/style.css +1 -1
- package/verify/index.mjs +10 -10
- package/verify/style.css +1 -1
- package/vue-cron/index.mjs +1 -1
- package/vue-cron/style.css +1 -1
- package/vue-qr-code/index.mjs +1 -1
- package/vue-quill-editor/index.mjs +3 -3
- package/vue-quill-editor/style.css +1 -1
- package/vue-tags-input/index.mjs +1 -1
- package/vue-tags-input/style.css +1 -1
- package/vue-tree-select/index.mjs +25 -22
- package/vue-tree-select/style.css +1 -1
- package/vue-video-player/index.mjs +32 -29
- package/vue-video-player/style.css +1 -1
- package/watermark/index.mjs +11 -11
- package/watermark/style.css +1 -1
- package/web-types.json +31 -31
- package/x-input-tag/index.mjs +13 -13
- package/x-input-tag/style.css +1 -1
- /package/chunks/{form-pick-mixin.y-qhZJi6.mjs → form-pick-mixin.61ad06b2.mjs} +0 -0
- /package/chunks/{index.LGsb2aDq.mjs → index.57f871af.mjs} +0 -0
- /package/chunks/{input-number-mixin.GE2zr_3s.mjs → input-number-mixin.41a066be.mjs} +0 -0
- /package/chunks/{json-beautifier.fUZFSW5j.mjs → json-beautifier.21cfffea.mjs} +0 -0
- /package/chunks/{packages.v6r2Hr7E.mjs → packages.1fc9ccba.mjs} +0 -0
- /package/chunks/{permission.E9kZbW48.mjs → permission.ce5d2121.mjs} +0 -0
- /package/chunks/{slot.j1uMmBnG.mjs → slot.4b391395.mjs} +0 -0
- /package/chunks/{tab-mixin.tM9jcRT8.mjs → tab-mixin.e2b9c6a4.mjs} +0 -0
- /package/chunks/{vueComponentNormalizer.JwmUNtgn.mjs → vueComponentNormalizer.446f5dc4.mjs} +0 -0
package/fy-form-design/index.mjs
CHANGED
|
@@ -28,416 +28,483 @@ var y = (e, l, t) => new Promise((a, i) => {
|
|
|
28
28
|
import { isBlank as C } from "@web-utils/core";
|
|
29
29
|
import b from "@web-utils/component/monaco-editor";
|
|
30
30
|
import v from "vuedraggable";
|
|
31
|
-
import { c as _ } from "../chunks/json-beautifier.
|
|
32
|
-
import { d as m, z as h } from "../chunks/util.
|
|
31
|
+
import { c as _ } from "../chunks/json-beautifier.21cfffea.mjs";
|
|
32
|
+
import { d as m, z as h } from "../chunks/util.ae730cde.mjs";
|
|
33
33
|
import { cloneDeep as g } from "@web-utils/integrations/lodash";
|
|
34
34
|
import "@web-utils/component/fy-u-editor/style.css";
|
|
35
|
-
import { n as c } from "../chunks/vueComponentNormalizer.
|
|
35
|
+
import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
36
36
|
const E = [
|
|
37
37
|
{
|
|
38
38
|
title: "布局字段",
|
|
39
|
-
list: [
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
39
|
+
list: [
|
|
40
|
+
{
|
|
41
|
+
type: "group",
|
|
42
|
+
label: "分组",
|
|
43
|
+
icon: "icon-group",
|
|
44
|
+
display: !0,
|
|
45
|
+
arrow: !1,
|
|
46
|
+
collapse: !0,
|
|
47
|
+
children: {
|
|
48
|
+
column: []
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
type: "dynamic",
|
|
53
|
+
label: "子表单",
|
|
54
|
+
icon: "icon-table",
|
|
55
|
+
span: 24,
|
|
56
|
+
display: !0,
|
|
57
|
+
children: {
|
|
58
|
+
align: "center",
|
|
59
|
+
headerAlign: "center",
|
|
60
|
+
index: !1,
|
|
61
|
+
addBtn: !0,
|
|
62
|
+
delBtn: !0,
|
|
63
|
+
column: []
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
type: "title",
|
|
68
|
+
icon: "icon-title",
|
|
69
|
+
span: 24,
|
|
70
|
+
display: !0,
|
|
71
|
+
styles: {
|
|
72
|
+
fontSize: "18px",
|
|
73
|
+
color: "#000"
|
|
74
|
+
},
|
|
75
|
+
label: "标题",
|
|
76
|
+
labelWidth: "0px",
|
|
77
|
+
value: "标题"
|
|
62
78
|
}
|
|
63
|
-
|
|
64
|
-
type: "title",
|
|
65
|
-
icon: "icon-title",
|
|
66
|
-
span: 24,
|
|
67
|
-
display: !0,
|
|
68
|
-
styles: {
|
|
69
|
-
fontSize: "18px",
|
|
70
|
-
color: "#000"
|
|
71
|
-
},
|
|
72
|
-
label: "标题",
|
|
73
|
-
labelWidth: "0px",
|
|
74
|
-
value: "标题"
|
|
75
|
-
}]
|
|
79
|
+
]
|
|
76
80
|
},
|
|
77
81
|
{
|
|
78
82
|
title: "输入字段",
|
|
79
|
-
list: [
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
83
|
+
list: [
|
|
84
|
+
{
|
|
85
|
+
type: "input",
|
|
86
|
+
label: "单行文本",
|
|
87
|
+
icon: "icon-input",
|
|
88
|
+
span: 24,
|
|
89
|
+
display: !0
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
type: "password",
|
|
93
|
+
label: "密码",
|
|
94
|
+
icon: "icon-password",
|
|
95
|
+
span: 24,
|
|
96
|
+
display: !0
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
type: "textarea",
|
|
100
|
+
label: "多行文本",
|
|
101
|
+
icon: "icon-textarea",
|
|
102
|
+
span: 24,
|
|
103
|
+
display: !0
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
type: "number",
|
|
107
|
+
label: "计数器",
|
|
108
|
+
icon: "icon-number",
|
|
109
|
+
controls: !0,
|
|
110
|
+
span: 24,
|
|
111
|
+
display: !0
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: "url",
|
|
115
|
+
label: "超链接",
|
|
116
|
+
icon: "icon-url",
|
|
117
|
+
span: 24,
|
|
118
|
+
display: !0
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: "array",
|
|
122
|
+
label: "数组",
|
|
123
|
+
icon: "icon-array",
|
|
124
|
+
span: 24,
|
|
125
|
+
display: !0
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: "img",
|
|
129
|
+
label: "图片",
|
|
130
|
+
icon: "icon-img",
|
|
131
|
+
span: 24,
|
|
132
|
+
display: !0
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
type: "map",
|
|
136
|
+
component: "fy-input-map",
|
|
137
|
+
label: "地图选择器",
|
|
138
|
+
icon: "icon-map",
|
|
139
|
+
span: 24,
|
|
140
|
+
display: !0
|
|
141
|
+
}
|
|
142
|
+
]
|
|
130
143
|
},
|
|
131
144
|
{
|
|
132
145
|
title: "选择字段",
|
|
133
|
-
list: [
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
value: "value"
|
|
164
|
-
}
|
|
165
|
-
}, {
|
|
166
|
-
type: "select",
|
|
167
|
-
label: "下拉选择器",
|
|
168
|
-
icon: "icon-select",
|
|
169
|
-
dicData: [
|
|
170
|
-
{ label: "选项一", value: "0" },
|
|
171
|
-
{ label: "选项二", value: "1" },
|
|
172
|
-
{ label: "选项三", value: "2" }
|
|
173
|
-
],
|
|
174
|
-
// 用于做级联配置
|
|
175
|
-
cascaderItem: [],
|
|
176
|
-
span: 24,
|
|
177
|
-
display: !0,
|
|
178
|
-
dicOption: "static",
|
|
179
|
-
props: {
|
|
180
|
-
label: "label",
|
|
181
|
-
value: "value",
|
|
182
|
-
desc: "desc"
|
|
183
|
-
}
|
|
184
|
-
}, {
|
|
185
|
-
type: "cascader",
|
|
186
|
-
label: "级联选择器",
|
|
187
|
-
icon: "icon-link",
|
|
188
|
-
span: 24,
|
|
189
|
-
display: !0,
|
|
190
|
-
dicData: [
|
|
191
|
-
{
|
|
192
|
-
label: "选项一",
|
|
193
|
-
value: 0,
|
|
194
|
-
children: [{
|
|
195
|
-
label: "选项1-1",
|
|
196
|
-
value: 11
|
|
197
|
-
}, {
|
|
198
|
-
label: "选项1-2",
|
|
199
|
-
value: 12
|
|
200
|
-
}]
|
|
201
|
-
},
|
|
202
|
-
{ label: "选项二", value: "1" },
|
|
203
|
-
{ label: "选项三", value: "2" }
|
|
204
|
-
],
|
|
205
|
-
cascaderIndex: 1,
|
|
206
|
-
// 用于做级联配置
|
|
207
|
-
cascaderItem: [],
|
|
208
|
-
showAllLevels: !0,
|
|
209
|
-
dicOption: "static",
|
|
210
|
-
separator: "/",
|
|
211
|
-
props: {
|
|
212
|
-
label: "label",
|
|
213
|
-
value: "value",
|
|
214
|
-
desc: "desc"
|
|
215
|
-
}
|
|
216
|
-
}, {
|
|
217
|
-
type: "tree",
|
|
218
|
-
label: "树形选择器",
|
|
219
|
-
icon: "icon-tree",
|
|
220
|
-
span: 24,
|
|
221
|
-
display: !0,
|
|
222
|
-
dicOption: "static",
|
|
223
|
-
dicData: [
|
|
224
|
-
{
|
|
225
|
-
label: "选项一",
|
|
226
|
-
value: 0,
|
|
227
|
-
children: [{
|
|
228
|
-
label: "选项1-1",
|
|
229
|
-
value: "11"
|
|
230
|
-
}, {
|
|
231
|
-
label: "选项1-2",
|
|
232
|
-
value: "12"
|
|
233
|
-
}]
|
|
234
|
-
},
|
|
235
|
-
{ label: "选项二", value: "1" },
|
|
236
|
-
{ label: "选项三", value: "2" }
|
|
237
|
-
],
|
|
238
|
-
parent: !0,
|
|
239
|
-
// 用于做级联配置
|
|
240
|
-
cascaderItem: [],
|
|
241
|
-
props: {
|
|
242
|
-
label: "label",
|
|
243
|
-
value: "value",
|
|
244
|
-
desc: "desc"
|
|
245
|
-
}
|
|
246
|
-
}, {
|
|
247
|
-
type: "table",
|
|
248
|
-
label: "表格选择器",
|
|
249
|
-
icon: "icon-table",
|
|
250
|
-
display: !0,
|
|
251
|
-
span: 24,
|
|
252
|
-
children: {
|
|
253
|
-
border: !0,
|
|
254
|
-
searchMenuSpan: 6,
|
|
255
|
-
searchIcon: !0,
|
|
256
|
-
column: [],
|
|
146
|
+
list: [
|
|
147
|
+
{
|
|
148
|
+
type: "radio",
|
|
149
|
+
label: "单选框组",
|
|
150
|
+
icon: "icon-radio",
|
|
151
|
+
dicData: [
|
|
152
|
+
{ label: "选项一", value: "0" },
|
|
153
|
+
{ label: "选项二", value: "1" },
|
|
154
|
+
{ label: "选项三", value: "2" }
|
|
155
|
+
],
|
|
156
|
+
span: 24,
|
|
157
|
+
display: !0,
|
|
158
|
+
dicOption: "static",
|
|
159
|
+
props: {
|
|
160
|
+
label: "label",
|
|
161
|
+
value: "value"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
type: "checkbox",
|
|
166
|
+
label: "多选框组",
|
|
167
|
+
icon: "icon-checkbox",
|
|
168
|
+
dicData: [
|
|
169
|
+
{ label: "选项一", value: "0" },
|
|
170
|
+
{ label: "选项二", value: "1" },
|
|
171
|
+
{ label: "选项三", value: "2" }
|
|
172
|
+
],
|
|
173
|
+
span: 24,
|
|
174
|
+
display: !0,
|
|
175
|
+
dicOption: "static",
|
|
257
176
|
props: {
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
rowKey: "id",
|
|
261
|
-
needPage: !0,
|
|
262
|
-
currentPageKey: "current",
|
|
263
|
-
pageSizeKey: "size",
|
|
264
|
-
totalKey: "total",
|
|
265
|
-
recordsKey: "records",
|
|
266
|
-
resKey: "data.data",
|
|
267
|
-
auto: !0
|
|
177
|
+
label: "label",
|
|
178
|
+
value: "value"
|
|
268
179
|
}
|
|
269
180
|
},
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
label: "
|
|
273
|
-
|
|
181
|
+
{
|
|
182
|
+
type: "select",
|
|
183
|
+
label: "下拉选择器",
|
|
184
|
+
icon: "icon-select",
|
|
185
|
+
dicData: [
|
|
186
|
+
{ label: "选项一", value: "0" },
|
|
187
|
+
{ label: "选项二", value: "1" },
|
|
188
|
+
{ label: "选项三", value: "2" }
|
|
189
|
+
],
|
|
190
|
+
// 用于做级联配置
|
|
191
|
+
cascaderItem: [],
|
|
192
|
+
span: 24,
|
|
193
|
+
display: !0,
|
|
194
|
+
dicOption: "static",
|
|
195
|
+
props: {
|
|
196
|
+
label: "label",
|
|
197
|
+
value: "value",
|
|
198
|
+
desc: "desc"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
type: "cascader",
|
|
203
|
+
label: "级联选择器",
|
|
204
|
+
icon: "icon-link",
|
|
205
|
+
span: 24,
|
|
206
|
+
display: !0,
|
|
207
|
+
dicData: [
|
|
208
|
+
{
|
|
209
|
+
label: "选项一",
|
|
210
|
+
value: 0,
|
|
211
|
+
children: [
|
|
212
|
+
{
|
|
213
|
+
label: "选项1-1",
|
|
214
|
+
value: 11
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
label: "选项1-2",
|
|
218
|
+
value: 12
|
|
219
|
+
}
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
{ label: "选项二", value: "1" },
|
|
223
|
+
{ label: "选项三", value: "2" }
|
|
224
|
+
],
|
|
225
|
+
cascaderIndex: 1,
|
|
226
|
+
// 用于做级联配置
|
|
227
|
+
cascaderItem: [],
|
|
228
|
+
showAllLevels: !0,
|
|
229
|
+
dicOption: "static",
|
|
230
|
+
separator: "/",
|
|
231
|
+
props: {
|
|
232
|
+
label: "label",
|
|
233
|
+
value: "value",
|
|
234
|
+
desc: "desc"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
type: "tree",
|
|
239
|
+
label: "树形选择器",
|
|
240
|
+
icon: "icon-tree",
|
|
241
|
+
span: 24,
|
|
242
|
+
display: !0,
|
|
243
|
+
dicOption: "static",
|
|
244
|
+
dicData: [
|
|
245
|
+
{
|
|
246
|
+
label: "选项一",
|
|
247
|
+
value: 0,
|
|
248
|
+
children: [
|
|
249
|
+
{
|
|
250
|
+
label: "选项1-1",
|
|
251
|
+
value: "11"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
label: "选项1-2",
|
|
255
|
+
value: "12"
|
|
256
|
+
}
|
|
257
|
+
]
|
|
258
|
+
},
|
|
259
|
+
{ label: "选项二", value: "1" },
|
|
260
|
+
{ label: "选项三", value: "2" }
|
|
261
|
+
],
|
|
262
|
+
parent: !0,
|
|
263
|
+
// 用于做级联配置
|
|
264
|
+
cascaderItem: [],
|
|
265
|
+
props: {
|
|
266
|
+
label: "label",
|
|
267
|
+
value: "value",
|
|
268
|
+
desc: "desc"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
type: "table",
|
|
273
|
+
label: "表格选择器",
|
|
274
|
+
icon: "icon-table",
|
|
275
|
+
display: !0,
|
|
276
|
+
span: 24,
|
|
277
|
+
children: {
|
|
278
|
+
border: !0,
|
|
279
|
+
searchMenuSpan: 6,
|
|
280
|
+
searchIcon: !0,
|
|
281
|
+
column: [],
|
|
282
|
+
props: {
|
|
283
|
+
url: "",
|
|
284
|
+
method: "get",
|
|
285
|
+
rowKey: "id",
|
|
286
|
+
needPage: !0,
|
|
287
|
+
currentPageKey: "current",
|
|
288
|
+
pageSizeKey: "size",
|
|
289
|
+
totalKey: "total",
|
|
290
|
+
recordsKey: "records",
|
|
291
|
+
resKey: "data.data",
|
|
292
|
+
auto: !0
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
formatter: (e) => e.name,
|
|
296
|
+
props: {
|
|
297
|
+
label: "name",
|
|
298
|
+
value: "id"
|
|
299
|
+
}
|
|
274
300
|
}
|
|
275
|
-
|
|
301
|
+
]
|
|
276
302
|
},
|
|
277
303
|
{
|
|
278
304
|
title: "上传字段",
|
|
279
|
-
list: [
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
305
|
+
list: [
|
|
306
|
+
{
|
|
307
|
+
type: "upload",
|
|
308
|
+
label: "上传",
|
|
309
|
+
icon: "icon-upload",
|
|
310
|
+
span: 24,
|
|
311
|
+
display: !0,
|
|
312
|
+
showFileList: !0,
|
|
313
|
+
multiple: !0,
|
|
314
|
+
limit: 10,
|
|
315
|
+
// props: {},
|
|
316
|
+
propsHttp: {},
|
|
317
|
+
headersConfig: [],
|
|
318
|
+
dataConfig: []
|
|
319
|
+
}
|
|
320
|
+
]
|
|
293
321
|
},
|
|
294
322
|
{
|
|
295
323
|
title: "日期时间字段",
|
|
296
|
-
list: [
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
324
|
+
list: [
|
|
325
|
+
{
|
|
326
|
+
type: "year",
|
|
327
|
+
label: "年",
|
|
328
|
+
icon: "icon-year",
|
|
329
|
+
span: 24,
|
|
330
|
+
display: !0,
|
|
331
|
+
format: "yyyy",
|
|
332
|
+
valueFormat: "yyyy"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
type: "month",
|
|
336
|
+
label: "月",
|
|
337
|
+
icon: "icon-month",
|
|
338
|
+
span: 24,
|
|
339
|
+
display: !0,
|
|
340
|
+
format: "MM",
|
|
341
|
+
valueFormat: "MM"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
type: "week",
|
|
345
|
+
label: "周",
|
|
346
|
+
icon: "icon-week",
|
|
347
|
+
span: 24,
|
|
348
|
+
display: !0,
|
|
349
|
+
format: "yyyy 第 WW 周"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
type: "date",
|
|
353
|
+
label: "日期",
|
|
354
|
+
icon: "icon-date",
|
|
355
|
+
span: 24,
|
|
356
|
+
display: !0,
|
|
357
|
+
format: "yyyy-MM-dd",
|
|
358
|
+
valueFormat: "yyyy-MM-dd"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
type: "time",
|
|
362
|
+
label: "时间",
|
|
363
|
+
icon: "icon-time",
|
|
364
|
+
span: 24,
|
|
365
|
+
display: !0,
|
|
366
|
+
format: "HH:mm:ss",
|
|
367
|
+
valueFormat: "HH:mm:ss"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
type: "datetime",
|
|
371
|
+
label: "日期时间",
|
|
372
|
+
icon: "icon-datetime",
|
|
373
|
+
span: 24,
|
|
374
|
+
display: !0,
|
|
375
|
+
format: "yyyy-MM-dd HH:mm:ss",
|
|
376
|
+
valueFormat: "yyyy-MM-dd HH:mm:ss"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
type: "daterange",
|
|
380
|
+
label: "日期范围",
|
|
381
|
+
icon: "icon-date-range",
|
|
382
|
+
span: 24,
|
|
383
|
+
display: !0,
|
|
384
|
+
format: "yyyy-MM-dd",
|
|
385
|
+
valueFormat: "yyyy-MM-dd"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
type: "timerange",
|
|
389
|
+
label: "时间范围",
|
|
390
|
+
icon: "icon-time-range",
|
|
391
|
+
span: 24,
|
|
392
|
+
display: !0,
|
|
393
|
+
format: "HH:mm:ss",
|
|
394
|
+
valueFormat: "HH:mm:ss"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
type: "datetimerange",
|
|
398
|
+
label: "日期时间范围",
|
|
399
|
+
icon: "icon-datetime-range",
|
|
400
|
+
span: 24,
|
|
401
|
+
display: !0,
|
|
402
|
+
format: "yyyy-MM-dd HH:mm:ss",
|
|
403
|
+
valueFormat: "yyyy-MM-dd HH:mm:ss"
|
|
404
|
+
}
|
|
405
|
+
]
|
|
368
406
|
},
|
|
369
407
|
{
|
|
370
408
|
title: "插件字段(需单独引入依赖)",
|
|
371
|
-
list: [
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
409
|
+
list: [
|
|
410
|
+
{
|
|
411
|
+
type: "u-editor",
|
|
412
|
+
component: "fy-u-editor",
|
|
413
|
+
label: "富文本",
|
|
414
|
+
icon: "icon-richtext",
|
|
415
|
+
span: 24,
|
|
416
|
+
display: !0,
|
|
417
|
+
options: {
|
|
418
|
+
action: "",
|
|
419
|
+
oss: "",
|
|
420
|
+
props: {},
|
|
421
|
+
ali: {},
|
|
422
|
+
qiniu: {}
|
|
423
|
+
}
|
|
384
424
|
}
|
|
385
|
-
|
|
425
|
+
]
|
|
386
426
|
},
|
|
387
427
|
{
|
|
388
428
|
title: "其他字段",
|
|
389
|
-
list: [
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
429
|
+
list: [
|
|
430
|
+
{
|
|
431
|
+
type: "icon",
|
|
432
|
+
label: "图标",
|
|
433
|
+
component: "fy-input-icon",
|
|
434
|
+
icon: "icon-icon",
|
|
435
|
+
span: 24,
|
|
436
|
+
display: !0,
|
|
437
|
+
params: {
|
|
438
|
+
iconList: [
|
|
439
|
+
{
|
|
440
|
+
label: "基本图标",
|
|
441
|
+
list: [
|
|
442
|
+
"el-icon-info",
|
|
443
|
+
"el-icon-error",
|
|
444
|
+
"el-icon-error",
|
|
445
|
+
"el-icon-success",
|
|
446
|
+
"el-icon-warning",
|
|
447
|
+
"el-icon-question"
|
|
448
|
+
]
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
label: "方向图标",
|
|
452
|
+
list: [
|
|
453
|
+
"el-icon-info",
|
|
454
|
+
"el-icon-back",
|
|
455
|
+
"el-icon-arrow-left",
|
|
456
|
+
"el-icon-arrow-down",
|
|
457
|
+
"el-icon-arrow-right",
|
|
458
|
+
"el-icon-arrow-up"
|
|
459
|
+
]
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
label: "符号图标",
|
|
463
|
+
list: ["el-icon-plus", "el-icon-minus", "el-icon-close", "el-icon-check"]
|
|
464
|
+
}
|
|
465
|
+
]
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
type: "switch",
|
|
470
|
+
label: "开关",
|
|
471
|
+
icon: "icon-switch",
|
|
472
|
+
span: 24,
|
|
473
|
+
display: !0,
|
|
474
|
+
value: "0",
|
|
475
|
+
dicData: [
|
|
476
|
+
{ label: "", value: "0" },
|
|
477
|
+
{ label: "", value: "1" }
|
|
478
|
+
]
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
type: "rate",
|
|
482
|
+
label: "评价",
|
|
483
|
+
icon: "icon-star",
|
|
484
|
+
span: 24,
|
|
485
|
+
display: !0,
|
|
486
|
+
max: 5,
|
|
487
|
+
value: 0,
|
|
488
|
+
texts: ["极差", "失望", "一般", "满意", "惊喜"],
|
|
489
|
+
colors: ["#99A9BF", "#F7BA2A", "#FF9900"]
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
type: "slider",
|
|
493
|
+
label: "滑块",
|
|
494
|
+
icon: "icon-slider",
|
|
495
|
+
span: 24,
|
|
496
|
+
display: !0,
|
|
497
|
+
min: 0,
|
|
498
|
+
max: 10
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
type: "color",
|
|
502
|
+
label: "颜色选择器",
|
|
503
|
+
icon: "icon-color",
|
|
504
|
+
span: 24,
|
|
505
|
+
display: !0
|
|
407
506
|
}
|
|
408
|
-
|
|
409
|
-
type: "switch",
|
|
410
|
-
label: "开关",
|
|
411
|
-
icon: "icon-switch",
|
|
412
|
-
span: 24,
|
|
413
|
-
display: !0,
|
|
414
|
-
value: "0",
|
|
415
|
-
dicData: [{ label: "", value: "0" }, { label: "", value: "1" }]
|
|
416
|
-
}, {
|
|
417
|
-
type: "rate",
|
|
418
|
-
label: "评价",
|
|
419
|
-
icon: "icon-star",
|
|
420
|
-
span: 24,
|
|
421
|
-
display: !0,
|
|
422
|
-
max: 5,
|
|
423
|
-
value: 0,
|
|
424
|
-
texts: ["极差", "失望", "一般", "满意", "惊喜"],
|
|
425
|
-
colors: ["#99A9BF", "#F7BA2A", "#FF9900"]
|
|
426
|
-
}, {
|
|
427
|
-
type: "slider",
|
|
428
|
-
label: "滑块",
|
|
429
|
-
icon: "icon-slider",
|
|
430
|
-
span: 24,
|
|
431
|
-
display: !0,
|
|
432
|
-
min: 0,
|
|
433
|
-
max: 10
|
|
434
|
-
}, {
|
|
435
|
-
type: "color",
|
|
436
|
-
label: "颜色选择器",
|
|
437
|
-
icon: "icon-color",
|
|
438
|
-
span: 24,
|
|
439
|
-
display: !0
|
|
440
|
-
}]
|
|
507
|
+
]
|
|
441
508
|
}
|
|
442
509
|
], se = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUMAAADXCAYAAACAszPmAAAAAXNSR0IArs4c6QAADXRJREFUeAHt3cuLZGcZB+BvLk2PM0ZxFMdJXEQCYRIialrUmPgXuM0qkI3GnVl4ScBtUEFFXOhCEBQ3oiDi36BGkWQ0gpgIZgK59EhIxhBn0nMfz+nqwq6e6upT019933vqPAVxuuty3vc8b/fPU3UufWB9ff1GciNAgMDABQ6363/y5MmBM8y3+mfPnmU2H5lnEwgt0P5OHwzdoeYIECBQSEAYFoJWhgCB2ALCMPZ8dEeAQCEBYVgIWhkCBGILCMPY89EdAQKFBIRhIWhlCBCILbB5aE3sFnVHgEAtgfaQk0Xddh7St6haO+vstj4zw/DPr26knz/3dnrr4vXN199/cjV9/cHjm19/9w/n0nP/vjSx3I9/aDU9+VA/Hv/e0+fSX89O9v/J21fTVz876n9ixeb4ZlEDnaOFqU/t+gMx9cXuJDAAgZlvk3/6l/8HYWtx9frynKxy/vIo4LfP+Nn1S+nbv3tz+12+JkBgIAIH2tPxdttqeOTXo03kb306pZUmNg/NjM5+ibW5/s7VyZ6feiala839v3h49hk57dbfbma2DCdNfddvgUX+PO/8HVpUrZ11pk2krT3zbfL4RW0ILlMQtut18EBK714Zr6F/CRAYusDMMPxE8xnhlWZTaeXg5aE7WX8CBJZcYGYYPrG1s2RRm69Lbmv1CBDokcDMMOzRemRp9f7bj6RrS7STKAuKhRAYiMDMMGwPn2lvj941DI2vPPC+YayotSRA4CaBmfuH2+MIdx5LeNMS3EGAAIElEJi5ZbgE6zfXKoy3hMcHjs/14q0nd9mNfyvL9RoCBBYrIAy3+doK3obhSwIDE5j5NnlgFlaXAIEBC8zcMmzPNR7dJs/hjer13Bsp/fZMSv+9Murw3mZ/yBfvHX39k3+k9MJ/Jju/p3n8sW2Pjx8dn3kz+1zrs2n24ynr49POpX7gw0fS45+x02c8N//mFyj5sU/JWtOkZobh+LOzvhxn+JsXU7qw7RS79tS6Zbmdv3TzudR/evViOv/7N9M3Pvf+ZVlN60GgmsDMc5PHXfUlDL/29Kjjpz6V0pFDy3UK4bRzqb/5bEpXmozc61zq8Rz9S4DAdIE9z03+TnOc4eHmU8VHPjJ9AVHvPdScd+xc6qjT0ReBmAIzd6D8rT3OcMc1/2Kuxqir9jPCu97TbBXOfPMfeQ30RoBALYGlio3xzpJamOoSINBfgZlh+MFjh9LrF66lJ/84WsGPNXuX+3Cl6758xrnfH5v2XOrLy7SXaL8gXk9gHwIzw/Cx+9+bfvzsW+ncxmhPZvTfuxfPXUntWSRDOZf6oZXmOKLmmowvvPB6uuOOOzZ/DF577bV04cKFiR+JY8eOeZzPIH4+XnnllbSxsTHx87+2tjbx/W7fzAzD+06sph99/sTU144Pu5n6YHNnjcfb4wPbs0iGEoa72bufwFAFVlZW0tWro+PrrlzZOuC4I0anQ2s6Lqv608YHS3//weqtFGngZ/9sjh9qbo+vvatIPUUI9EngpZdeSm0gdtky3PPQmj6t+BB7/fsb14a42taZQCeBo0ePpsuXu1+lf+bb5HHFoeyQGK+vfwkQ6L/AiRPTP+Lbbc06heFuL452/ymn6UYbiX4I9EZgqcLwS1sXXeiNvkYJEFiYQHtkRXs7depUpxpLFYad1niJnnTfBw6l5sxDNwIEpgjsPMRsylMm7lqqMGwv09XehrKFaC/yaN7+l0AOgaUKw53XK8wBZBkECAxDYOaFGoZB0N+1/MEzG6n9z40Agf0LLNWW4fHmwtznmotyP7F1LnV7Jesv3DNC6nKl651blvu9kvVHm8/0vrx1QPQPT2+knccFzvP4r56/lJ5/c9uVa5vVOtucN378iE8N9/9rYAnLKNCehjrPbanC8OHm7zv/8l8pvb11nGXtc6kvXrzYzCLP2SHr56834Td56e4TRw+kR+87Ms+8PZfAYATG5+t3XeFOp+MN5aDrrn+DofXY67mnT5/enMHdd9/ddRaeR4DAAgRuu+22PZfa/k77zHBPJk8gQKCPAu1xhuNjDbv0v1Rvk7ussOcQIDAMgXmPM7RlOIyfC2tJgMAeArYM9wC61Yfn3ZN1q3W8jgCBPALCMI/jTUuZd0/WTQtwBwECRQWEYVFuxQgQKCUw77szYbigyYz3YtlCXBCwxRLYQ2De3z1huAforT48756sW63jdQQI5BHoFIZ7HWCcpxVLIUCAQD6B8bsz1zPMZ2pJBAj0UGDed2eOM+zhkLVMgEB+gU5vk/OXXf4lzrsna/lFrCGB2ALCcEHzmXdP1oLasFgCBDoKCMOOUJ5GgEC/BOZ9d9YpDF3Ca/4fgjNnzqTV1dXNS30dPOij2fkFvYLA/gTmfXfWKQz319IwX339+vXU7s16+eWX05133rmJ0O7q37mHq/1/r/HQPM7Hz8eFicCY5/djfX39pt+vGzdupLW1tYll7vaNMNxNJtP9KysrmZZkMQQIzBJog6/9b/vt8OHuEedK19vkuh5c3uVK19sW60sCBIILuNJ18AFpjwCBcgI+2S9nrRIBAoEFhGHg4WiNAIFyAsKwnLVKBAgEFhCGgYejNQIEygkIw3LWKhEgEFhAGAYejtYIECgnIAzLWatEgEBgAWEYeDhaI0CgnIAwLGetEgECgQWEYeDhaI0AgXICnc5i7nrObrm2VSJAgEBeAVuGeT0tjQCBngoIw54OTtsECOQVEIZ5PS2NAIGeCgjDng5O2wQI5BXotAPF30DJi25pBAjEE7BlGG8mOiJAoIKAMKyAriQBAvEEhGG8meiIAIEKAsKwArqSBAjEExCG8WaiIwIEKggIwwroShIgEE9AGMabiY4IEKggIAwroCtJgEA8AWEYbyY6IkCggoAwrICuJAEC8QSEYbyZ6IgAgQoCwrACupIECMQTEIbxZqIjAgQqCAjDCuhKEiAQT0AYxpuJjggQqCAgDCugK0mAQDyBThd39dfx4g1ORwQI5BWwZZjX09IIEOipgDDs6eC0TYBAXgFhmNfT0ggQ6KmAMOzp4LRNgEBegU47UPx1vLzolkaAQDwBW4bxZqIjAgQqCAjDCuhKEiAQT0AYxpuJjggQqCAgDCugK0mAQDwBYRhvJjoiQKCCgDCsgK4kAQLxBIRhvJnoiACBCgLCsAK6kgQIxBMQhvFmoiMCBCoICMMK6EoSIBBPQBjGm4mOCBCoICAMK6ArSYBAPAFhGG8mOiJAoIKAMKyAriQBAvEEhGG8meiIAIEKAsKwArqSBAjEE+h0cVd/HS/e4HREgEBeAVuGeT0tjQCBngoIw54OTtsECOQVEIZ5PS2NAIGeCgjDng5O2wQI5BXotAPFX8fLi25pBAjEE7BlGG8mOiJAoIKAMKyAriQBAvEEhGG8meiIAIEKAsKwArqSBAjEExCG8WaiIwIEKggIwwroShIgEE9AGMabiY4IEKggIAwroCtJgEA8AWEYbyY6IkCggoAwrICuJAEC8QSEYbyZ6IgAgQoCwrACupIECMQTEIbxZqIjAgQqCAjDCuhKEiAQT0AYxpuJjggQqCDQ6XqG/iBUhckoSYBAUQFbhkW5FSNAIKqAMIw6GX0RIFBUQBgW5VaMAIGoAsIw6mT0RYBAUQFhWJRbMQIEogp02pvsr+NFHZ++CBDIJWDLMJek5RAg0GsBYdjr8WmeAIFcAsIwl6TlECDQawFh2OvxaZ4AgVwCwjCXpOUQINBrAWHY6/FpngCBXALCMJek5RAg0GsBYdjr8WmeAIFcAsIwl6TlECDQawFh2OvxaZ4AgVwCwjCXpOUQINBrAWHY6/FpngCBXALCMJek5RAg0GsBYdjr8WmeAIFcAp0u4eUPQuXithwCBKIK2DKMOhl9ESBQVEAYFuVWjACBqALCMOpk9EWAQFEBYViUWzECBKIKCMOok9EXAQJFBYRhUW7FCBCIKiAMo05GXwQIFBUQhkW5FSNAIKqAMIw6GX0RIFBUQBgW5VaMAIGoAsIw6mT0RYBAUQFhWJRbMQIEogoIw6iT0RcBAkUFhGFRbsUIEIgqIAyjTkZfBAgUFRCGRbkVI0AgqoAwjDoZfREgUFRAGBblVowAgagCwjDqZPRFgEBRAWFYlFsxAgSiCgjDqJPRFwECRQWEYVFuxQgQiCogDKNORl8ECBQVEIZFuRUjQCCqgDCMOhl9ESBQVEAYFuVWjACBqALCMOpk9EWAQFEBYViUWzECBKIKCMOok9EXAQJFBYRhUW7FCBCIKiAMo05GXwQIFBUQhkW5FSNAIKqAMIw6GX0RIFBUQBgW5VaMAIGoAsIw6mT0RYBAUQFhWJRbMQIEogoIw6iT0RcBAkUFhGFRbsUIEIgqIAyjTkZfBAgUFRCGRbkVI0AgqoAwjDoZfREgUFRAGBblVowAgagCwjDqZPRFgEBRAWFYlFsxAgSiCgjDqJPRFwECRQWEYVFuxQgQiCogDKNORl8ECBQVEIZFuRUjQCCqgDCMOhl9ESBQVEAYFuVWjACBqALCMOpk9EWAQFEBYViUWzECBKIKCMOok9EXAQJFBYRhUW7FCBCIKiAMo05GXwQIFBUQhkW5FSNAIKqAMIw6GX0RIFBU4H8RUTV123y9kQAAAABJRU5ErkJggg==", oe = (e) => new Function(`return ${e}`)(), ne = {
|
|
443
510
|
data() {
|
|
@@ -543,7 +610,23 @@ const de = {
|
|
|
543
610
|
},
|
|
544
611
|
getPlaceholder(e) {
|
|
545
612
|
const l = e.label;
|
|
546
|
-
return [
|
|
613
|
+
return [
|
|
614
|
+
"select",
|
|
615
|
+
"checkbox",
|
|
616
|
+
"radio",
|
|
617
|
+
"tree",
|
|
618
|
+
"color",
|
|
619
|
+
"dates",
|
|
620
|
+
"date",
|
|
621
|
+
"datetime",
|
|
622
|
+
"datetimerange",
|
|
623
|
+
"daterange",
|
|
624
|
+
"week",
|
|
625
|
+
"month",
|
|
626
|
+
"year",
|
|
627
|
+
"map",
|
|
628
|
+
"icon"
|
|
629
|
+
].includes(e.type) ? `请选择 ${l}` : `请输入 ${l}`;
|
|
547
630
|
}
|
|
548
631
|
}
|
|
549
632
|
}, w = {};
|
|
@@ -2204,7 +2287,10 @@ const ht = {
|
|
|
2204
2287
|
},
|
|
2205
2288
|
methods: {
|
|
2206
2289
|
handleDicClear() {
|
|
2207
|
-
this.data.dicData = [
|
|
2290
|
+
this.data.dicData = [
|
|
2291
|
+
{ label: "", value: "0" },
|
|
2292
|
+
{ label: "", value: "1" }
|
|
2293
|
+
];
|
|
2208
2294
|
}
|
|
2209
2295
|
}
|
|
2210
2296
|
}, z = {};
|
|
@@ -2214,7 +2300,7 @@ var ft = /* @__PURE__ */ c(
|
|
|
2214
2300
|
mt,
|
|
2215
2301
|
!1,
|
|
2216
2302
|
bt,
|
|
2217
|
-
"
|
|
2303
|
+
"63affb6e",
|
|
2218
2304
|
null,
|
|
2219
2305
|
null
|
|
2220
2306
|
);
|
|
@@ -2398,7 +2484,7 @@ var Et = /* @__PURE__ */ c(
|
|
|
2398
2484
|
_t,
|
|
2399
2485
|
!1,
|
|
2400
2486
|
xt,
|
|
2401
|
-
"
|
|
2487
|
+
"46dd2f58",
|
|
2402
2488
|
null,
|
|
2403
2489
|
null
|
|
2404
2490
|
);
|
|
@@ -3063,15 +3149,18 @@ const Pt = {
|
|
|
3063
3149
|
data() {
|
|
3064
3150
|
return {
|
|
3065
3151
|
option: {
|
|
3066
|
-
column: [
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3152
|
+
column: [
|
|
3153
|
+
{
|
|
3154
|
+
type: "input",
|
|
3155
|
+
prop: "key",
|
|
3156
|
+
label: "key"
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
type: "input",
|
|
3160
|
+
prop: "value",
|
|
3161
|
+
label: "value"
|
|
3162
|
+
}
|
|
3163
|
+
]
|
|
3075
3164
|
},
|
|
3076
3165
|
options: {
|
|
3077
3166
|
fullScreen: !0,
|
|
@@ -3621,15 +3710,18 @@ const qt = {
|
|
|
3621
3710
|
selectData: void 0,
|
|
3622
3711
|
dialogInputType: "text",
|
|
3623
3712
|
option: {
|
|
3624
|
-
column: [
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3713
|
+
column: [
|
|
3714
|
+
{
|
|
3715
|
+
type: "input",
|
|
3716
|
+
prop: "key",
|
|
3717
|
+
label: "key"
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
type: "input",
|
|
3721
|
+
prop: "value",
|
|
3722
|
+
label: "value"
|
|
3723
|
+
}
|
|
3724
|
+
]
|
|
3633
3725
|
},
|
|
3634
3726
|
options: {
|
|
3635
3727
|
fullScreen: !0,
|
|
@@ -3707,7 +3799,7 @@ var Vt = /* @__PURE__ */ c(
|
|
|
3707
3799
|
Nt,
|
|
3708
3800
|
!1,
|
|
3709
3801
|
Lt,
|
|
3710
|
-
"
|
|
3802
|
+
"003c4e97",
|
|
3711
3803
|
null,
|
|
3712
3804
|
null
|
|
3713
3805
|
);
|
|
@@ -4321,15 +4413,18 @@ const aa = {
|
|
|
4321
4413
|
data() {
|
|
4322
4414
|
return {
|
|
4323
4415
|
option: {
|
|
4324
|
-
column: [
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4416
|
+
column: [
|
|
4417
|
+
{
|
|
4418
|
+
type: "input",
|
|
4419
|
+
prop: "key",
|
|
4420
|
+
label: "key"
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
type: "input",
|
|
4424
|
+
prop: "value",
|
|
4425
|
+
label: "value"
|
|
4426
|
+
}
|
|
4427
|
+
]
|
|
4333
4428
|
}
|
|
4334
4429
|
};
|
|
4335
4430
|
},
|
|
@@ -4638,7 +4733,7 @@ var ua = function() {
|
|
|
4638
4733
|
}
|
|
4639
4734
|
}, [t("a", {
|
|
4640
4735
|
staticStyle: {
|
|
4641
|
-
color: "#
|
|
4736
|
+
color: "#409eff"
|
|
4642
4737
|
},
|
|
4643
4738
|
attrs: {
|
|
4644
4739
|
href: "https://avuejs.com/form/form-input-map.html",
|
|
@@ -4731,10 +4826,12 @@ const ya = {
|
|
|
4731
4826
|
},
|
|
4732
4827
|
data() {
|
|
4733
4828
|
return {
|
|
4734
|
-
iconList: [
|
|
4735
|
-
|
|
4736
|
-
|
|
4737
|
-
|
|
4829
|
+
iconList: [
|
|
4830
|
+
{
|
|
4831
|
+
label: "element-ui",
|
|
4832
|
+
list: ["el-icon-info", "el-icon-error", "el-icon-success", "el-icon-warning", "el-icon-question"]
|
|
4833
|
+
}
|
|
4834
|
+
]
|
|
4738
4835
|
};
|
|
4739
4836
|
}
|
|
4740
4837
|
}, L = {};
|
|
@@ -4915,7 +5012,25 @@ const Ba = {
|
|
|
4915
5012
|
},
|
|
4916
5013
|
data() {
|
|
4917
5014
|
return {
|
|
4918
|
-
options: [
|
|
5015
|
+
options: [
|
|
5016
|
+
"100",
|
|
5017
|
+
"200",
|
|
5018
|
+
"300",
|
|
5019
|
+
"400",
|
|
5020
|
+
"500",
|
|
5021
|
+
"600",
|
|
5022
|
+
"700",
|
|
5023
|
+
"800",
|
|
5024
|
+
"900",
|
|
5025
|
+
"blod",
|
|
5026
|
+
"bloder",
|
|
5027
|
+
"inherit",
|
|
5028
|
+
"initial",
|
|
5029
|
+
"lighter",
|
|
5030
|
+
"normal",
|
|
5031
|
+
"revert",
|
|
5032
|
+
"unset"
|
|
5033
|
+
]
|
|
4919
5034
|
};
|
|
4920
5035
|
}
|
|
4921
5036
|
}, H = {};
|
|
@@ -7222,9 +7337,12 @@ const dl = {
|
|
|
7222
7337
|
// 生成JSON - 弹窗 - 确定
|
|
7223
7338
|
handleGenerate() {
|
|
7224
7339
|
this.transformToAvueOptions(this.widgetForm).then((e) => {
|
|
7225
|
-
this.configOption.generateType && this.configOption.generateType === "string" ? this.$emit(
|
|
7226
|
-
|
|
7227
|
-
|
|
7340
|
+
this.configOption.generateType && this.configOption.generateType === "string" ? this.$emit(
|
|
7341
|
+
"submit",
|
|
7342
|
+
_(e, p({
|
|
7343
|
+
minify: !0
|
|
7344
|
+
}, this.configOption))
|
|
7345
|
+
) : this.$emit("submit", e);
|
|
7228
7346
|
});
|
|
7229
7347
|
},
|
|
7230
7348
|
// 生成JSON - 弹窗 - 拷贝
|