@kp-ui/lowcode 1.0.81 → 1.0.83
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/_virtual/virtual_svg-icons-register.js +3 -3
- package/index.js +0 -2
- package/package.json +1 -2
- package/src/components/CustomRender/components/AttachmentRender.vue2.js +13 -8
- package/src/components/TpfCollapse/TpfCollapseTitle.vue2.js +4 -3
- package/src/components/code-editor/code-modal-editor.vue.js +1 -1
- package/src/components/code-editor/index.vue2.js +4 -3
- package/src/components/form-designer/form-widget/container-widget/container-wrapper.vue.js +28 -17
- package/src/components/form-designer/form-widget/container-widget/data-table-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/container-widget/grid-col-widget.vue.js +22 -14
- package/src/components/form-designer/form-widget/container-widget/grid-sub-form-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/container-widget/sub-form-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/container-widget/tab-widget.vue.js +4 -4
- package/src/components/form-designer/form-widget/container-widget/table-cell-widget.vue.js +18 -12
- package/src/components/form-designer/form-widget/container-widget/table-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/container-widget/vf-box-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/container-widget/vf-collapse-widget.vue.js +8 -4
- package/src/components/form-designer/form-widget/container-widget/vf-dialog-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/container-widget/vf-drawer-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/field-widget/attachment-render-widget.vue.js +7 -5
- package/src/components/form-designer/form-widget/field-widget/bpmn-editor-widget.vue.js +5 -4
- package/src/components/form-designer/form-widget/field-widget/cascader-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/field-widget/checkbox-widget.vue.js +5 -4
- package/src/components/form-designer/form-widget/field-widget/color-widget.vue.js +5 -4
- package/src/components/form-designer/form-widget/field-widget/date-range-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/field-widget/date-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/field-widget/diy-compontent-widget.vue.js +6 -4
- package/src/components/form-designer/form-widget/field-widget/dropdown-widget.vue.js +4 -3
- package/src/components/form-designer/form-widget/field-widget/file-upload-widget.vue.js +13 -8
- package/src/components/form-designer/form-widget/field-widget/form-item-wrapper.vue.js +39 -24
- package/src/components/form-designer/form-widget/field-widget/html-text-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/field-widget/input-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/field-widget/number-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/field-widget/picture-upload-widget.vue.js +9 -6
- package/src/components/form-designer/form-widget/field-widget/radio-widget.vue.js +5 -4
- package/src/components/form-designer/form-widget/field-widget/select-widget.vue.js +4 -2
- package/src/components/form-designer/form-widget/field-widget/slider-widget.vue.js +5 -4
- package/src/components/form-designer/form-widget/field-widget/slot-widget.vue.js +6 -4
- package/src/components/form-designer/form-widget/field-widget/static-content-wrapper.vue.js +22 -14
- package/src/components/form-designer/form-widget/field-widget/textarea-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/field-widget/time-range-widget.vue.js +5 -4
- package/src/components/form-designer/form-widget/field-widget/time-widget.vue.js +5 -4
- package/src/components/form-designer/form-widget/field-widget/treeSelect-widget.vue.js +2 -1
- package/src/components/form-designer/form-widget/index.vue.js +9 -6
- package/src/components/form-designer/index.vue.js +2 -1
- package/src/components/form-designer/setting-panel/form-crud-setting.vue.js +4 -2
- package/src/components/form-designer/setting-panel/form-setting.vue.js +23 -17
- package/src/components/form-designer/setting-panel/option-items-setting.vue.js +34 -23
- package/src/components/form-designer/setting-panel/property-editor/button-list-editor.vue2.js +4 -3
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-pagination-editor.vue.js +4 -3
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-selections-editor.vue.js +4 -3
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-showButtonsColumn-editor.vue.js +10 -7
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-tableColumns-editor.vue2.js +25 -18
- package/src/components/form-designer/setting-panel/property-editor/container-grid/gutter-editor.vue.js +8 -5
- package/src/components/form-designer/setting-panel/property-editor/container-tab/tab-customClass-editor.vue.js +7 -5
- package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/bodyStyle-editor.vue.js +6 -4
- package/src/components/form-designer/setting-panel/property-editor/container-vf-drawer/vf-drawer-direction-editor.vue.js +16 -12
- package/src/components/form-designer/setting-panel/property-editor/disabled-editor.vue.js +4 -3
- package/src/components/form-designer/setting-panel/property-editor/field-button/shape-editor.vue.js +12 -9
- package/src/components/form-designer/setting-panel/property-editor/field-button/type-editor.vue.js +24 -18
- package/src/components/form-designer/setting-panel/property-editor/field-cascader/cascader-defaultValue-editor.vue.js +2 -1
- package/src/components/form-designer/setting-panel/property-editor/field-checkbox/checkbox-defaultValue-editor.vue.js +2 -1
- package/src/components/form-designer/setting-panel/property-editor/field-date/date-format-editor.vue.js +16 -12
- package/src/components/form-designer/setting-panel/property-editor/field-date/date-type-editor.vue.js +20 -15
- package/src/components/form-designer/setting-panel/property-editor/field-date/date-valueFormat-editor.vue.js +16 -12
- package/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-format-editor.vue.js +20 -15
- package/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-type-editor.vue.js +12 -9
- package/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-valueFormat-editor.vue.js +16 -12
- package/src/components/form-designer/setting-panel/property-editor/field-divider/contentPosition-editor.vue.js +12 -9
- package/src/components/form-designer/setting-panel/property-editor/field-divider/divider-direction-editor.vue.js +8 -6
- package/src/components/form-designer/setting-panel/property-editor/field-number/controlsPosition-editor.vue.js +8 -6
- package/src/components/form-designer/setting-panel/property-editor/field-radio/radio-defaultValue-editor.vue.js +2 -1
- package/src/components/form-designer/setting-panel/property-editor/field-select/select-defaultValue-editor.vue.js +2 -1
- package/src/components/form-designer/setting-panel/property-editor/field-time/time-format-editor.vue.js +8 -6
- package/src/components/form-designer/setting-panel/property-editor/field-time-range/time-range-format-editor.vue.js +8 -6
- package/src/components/form-designer/setting-panel/property-editor/hidden-editor.vue.js +4 -3
- package/src/components/form-designer/setting-panel/property-editor/type-editor.vue.js +8 -6
- package/src/components/form-designer/toolbar-panel/index.vue2.js +22 -13
- package/src/components/form-designer/toolbar-panel/widgetList.js +1 -777
- package/src/components/form-designer/widget-panel/index.vue.js +12 -6
- package/src/components/form-render/container-item/grid-col-item.vue.js +4 -2
- package/src/components/form-render/container-item/grid-sub-form-item.vue.js +8 -4
- package/src/components/form-render/container-item/sub-form-item.vue.js +38 -25
- package/src/components/form-render/container-item/table-cell-item.vue.js +2 -1
- package/src/components/form-render/container-item/vf-collapse-item.vue.js +4 -2
- package/src/components/form-render/dynamic-dialog.vue.js +2 -1
- package/src/components/form-render/dynamic-drawer.vue.js +2 -1
- package/src/components/http-editor/index.vue.js +32 -24
- package/src/components/public/ActionButtonListDialog.vue.js +46 -34
- package/src/components/public/QuillEditor/index.vue.js +2 -1
- package/src/components/public/methoad-item.vue.js +14 -62
- package/src/components/svg-icon/index.vue.js +4 -2
- package/stats.html +1 -1
- package/styles/style.css +1 -1
- package/types/install.d.ts.map +1 -1
- package/types/src/components/form-designer/toolbar-panel/widgetList.d.ts +1 -555
- package/types/src/components/form-designer/toolbar-panel/widgetList.d.ts.map +1 -1
- package/src/utils/el-icons.js +0 -24
|
@@ -1,780 +1,4 @@
|
|
|
1
|
-
const widgetList = [
|
|
2
|
-
{
|
|
3
|
-
type: "static-text",
|
|
4
|
-
icon: "static-text",
|
|
5
|
-
formItemFlag: false,
|
|
6
|
-
options: {
|
|
7
|
-
name: "statictext111193",
|
|
8
|
-
columnWidth: "200px",
|
|
9
|
-
hidden: false,
|
|
10
|
-
textContent: "多列表单",
|
|
11
|
-
customClass: [],
|
|
12
|
-
onCreated: "",
|
|
13
|
-
onMounted: "",
|
|
14
|
-
label: "static-text"
|
|
15
|
-
},
|
|
16
|
-
id: "statictext111193"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
type: "divider",
|
|
20
|
-
icon: "divider",
|
|
21
|
-
formItemFlag: false,
|
|
22
|
-
options: {
|
|
23
|
-
name: "divider102346",
|
|
24
|
-
label: "",
|
|
25
|
-
columnWidth: "200px",
|
|
26
|
-
direction: "horizontal",
|
|
27
|
-
contentPosition: "center",
|
|
28
|
-
hidden: false,
|
|
29
|
-
customClass: [],
|
|
30
|
-
onCreated: "",
|
|
31
|
-
onMounted: ""
|
|
32
|
-
},
|
|
33
|
-
id: "divider102346"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
type: "grid",
|
|
37
|
-
category: "container",
|
|
38
|
-
icon: "grid",
|
|
39
|
-
cols: [
|
|
40
|
-
{
|
|
41
|
-
type: "grid-col",
|
|
42
|
-
category: "container",
|
|
43
|
-
icon: "grid-col",
|
|
44
|
-
internal: true,
|
|
45
|
-
widgetList: [
|
|
46
|
-
{
|
|
47
|
-
type: "input",
|
|
48
|
-
icon: "text-field",
|
|
49
|
-
formItemFlag: true,
|
|
50
|
-
options: {
|
|
51
|
-
name: "input12931",
|
|
52
|
-
label: "发件人姓名",
|
|
53
|
-
labelAlign: "",
|
|
54
|
-
type: "text",
|
|
55
|
-
defaultValue: "",
|
|
56
|
-
placeholder: "",
|
|
57
|
-
columnWidth: "200px",
|
|
58
|
-
size: "",
|
|
59
|
-
labelWidth: null,
|
|
60
|
-
labelHidden: false,
|
|
61
|
-
readonly: false,
|
|
62
|
-
disabled: false,
|
|
63
|
-
hidden: false,
|
|
64
|
-
allowClear: true,
|
|
65
|
-
showPassword: false,
|
|
66
|
-
required: true,
|
|
67
|
-
validation: "",
|
|
68
|
-
validationHint: "",
|
|
69
|
-
customClass: [],
|
|
70
|
-
labelIconClass: null,
|
|
71
|
-
labelIconPosition: "rear",
|
|
72
|
-
labelTooltip: null,
|
|
73
|
-
minLength: null,
|
|
74
|
-
maxLength: null,
|
|
75
|
-
showCount: false,
|
|
76
|
-
addonBefore: "",
|
|
77
|
-
addonAfter: "",
|
|
78
|
-
appendButton: false,
|
|
79
|
-
appendButtonDisabled: false,
|
|
80
|
-
buttonIcon: "el-icon-search",
|
|
81
|
-
onCreated: "",
|
|
82
|
-
onMounted: "",
|
|
83
|
-
onInput: "",
|
|
84
|
-
onChange: "",
|
|
85
|
-
onFocus: "",
|
|
86
|
-
onBlur: "",
|
|
87
|
-
onValidate: ""
|
|
88
|
-
},
|
|
89
|
-
id: "input12931"
|
|
90
|
-
}
|
|
91
|
-
],
|
|
92
|
-
options: {
|
|
93
|
-
name: "gridCol25469",
|
|
94
|
-
hidden: false,
|
|
95
|
-
span: 12,
|
|
96
|
-
offset: 0,
|
|
97
|
-
push: 0,
|
|
98
|
-
pull: 0,
|
|
99
|
-
responsive: false,
|
|
100
|
-
md: 12,
|
|
101
|
-
sm: 12,
|
|
102
|
-
xs: 12,
|
|
103
|
-
customClass: []
|
|
104
|
-
},
|
|
105
|
-
id: "grid-col-25469"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
type: "grid-col",
|
|
109
|
-
category: "container",
|
|
110
|
-
icon: "grid-col",
|
|
111
|
-
internal: true,
|
|
112
|
-
widgetList: [
|
|
113
|
-
{
|
|
114
|
-
type: "input",
|
|
115
|
-
icon: "text-field",
|
|
116
|
-
formItemFlag: true,
|
|
117
|
-
options: {
|
|
118
|
-
name: "input23031",
|
|
119
|
-
label: "发件人号码",
|
|
120
|
-
labelAlign: "",
|
|
121
|
-
type: "text",
|
|
122
|
-
defaultValue: "",
|
|
123
|
-
placeholder: "",
|
|
124
|
-
columnWidth: "200px",
|
|
125
|
-
size: "",
|
|
126
|
-
labelWidth: null,
|
|
127
|
-
labelHidden: false,
|
|
128
|
-
readonly: false,
|
|
129
|
-
disabled: false,
|
|
130
|
-
hidden: false,
|
|
131
|
-
allowClear: true,
|
|
132
|
-
showPassword: false,
|
|
133
|
-
required: true,
|
|
134
|
-
validation: "",
|
|
135
|
-
validationHint: "",
|
|
136
|
-
customClass: [],
|
|
137
|
-
labelIconClass: null,
|
|
138
|
-
labelIconPosition: "rear",
|
|
139
|
-
labelTooltip: null,
|
|
140
|
-
minLength: null,
|
|
141
|
-
maxLength: null,
|
|
142
|
-
showCount: false,
|
|
143
|
-
addonBefore: "",
|
|
144
|
-
addonAfter: "",
|
|
145
|
-
appendButton: false,
|
|
146
|
-
appendButtonDisabled: false,
|
|
147
|
-
buttonIcon: "el-icon-search",
|
|
148
|
-
onCreated: "",
|
|
149
|
-
onMounted: "",
|
|
150
|
-
onInput: "",
|
|
151
|
-
onChange: "",
|
|
152
|
-
onFocus: "",
|
|
153
|
-
onBlur: "",
|
|
154
|
-
onValidate: ""
|
|
155
|
-
},
|
|
156
|
-
id: "input23031"
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
options: {
|
|
160
|
-
name: "gridCol25125",
|
|
161
|
-
hidden: false,
|
|
162
|
-
span: 12,
|
|
163
|
-
offset: 0,
|
|
164
|
-
push: 0,
|
|
165
|
-
pull: 0,
|
|
166
|
-
responsive: false,
|
|
167
|
-
md: 12,
|
|
168
|
-
sm: 12,
|
|
169
|
-
xs: 12,
|
|
170
|
-
customClass: []
|
|
171
|
-
},
|
|
172
|
-
id: "grid-col-25125"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
type: "grid-col",
|
|
176
|
-
category: "container",
|
|
177
|
-
icon: "grid-col",
|
|
178
|
-
internal: true,
|
|
179
|
-
widgetList: [
|
|
180
|
-
{
|
|
181
|
-
type: "switch",
|
|
182
|
-
icon: "switch-field",
|
|
183
|
-
formItemFlag: true,
|
|
184
|
-
options: {
|
|
185
|
-
name: "switch96070",
|
|
186
|
-
label: "是否保密",
|
|
187
|
-
labelAlign: "",
|
|
188
|
-
defaultValue: true,
|
|
189
|
-
columnWidth: "200px",
|
|
190
|
-
labelWidth: null,
|
|
191
|
-
labelHidden: false,
|
|
192
|
-
disabled: false,
|
|
193
|
-
hidden: false,
|
|
194
|
-
customClass: [],
|
|
195
|
-
labelIconClass: null,
|
|
196
|
-
labelIconPosition: "rear",
|
|
197
|
-
labelTooltip: null,
|
|
198
|
-
switchWidth: 40,
|
|
199
|
-
checkedValue: "",
|
|
200
|
-
unCheckedValue: "",
|
|
201
|
-
activeColor: null,
|
|
202
|
-
inactiveColor: null,
|
|
203
|
-
onCreated: "",
|
|
204
|
-
onMounted: "",
|
|
205
|
-
onChange: "",
|
|
206
|
-
onValidate: ""
|
|
207
|
-
},
|
|
208
|
-
id: "switch96070"
|
|
209
|
-
}
|
|
210
|
-
],
|
|
211
|
-
options: {
|
|
212
|
-
name: "gridCol44470",
|
|
213
|
-
hidden: false,
|
|
214
|
-
span: 24,
|
|
215
|
-
offset: 0,
|
|
216
|
-
push: 0,
|
|
217
|
-
pull: 0,
|
|
218
|
-
responsive: false,
|
|
219
|
-
md: 12,
|
|
220
|
-
sm: 12,
|
|
221
|
-
xs: 12,
|
|
222
|
-
customClass: []
|
|
223
|
-
},
|
|
224
|
-
id: "grid-col-44470"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
type: "grid-col",
|
|
228
|
-
category: "container",
|
|
229
|
-
icon: "grid-col",
|
|
230
|
-
internal: true,
|
|
231
|
-
widgetList: [
|
|
232
|
-
{
|
|
233
|
-
type: "textarea",
|
|
234
|
-
icon: "textarea-field",
|
|
235
|
-
formItemFlag: true,
|
|
236
|
-
options: {
|
|
237
|
-
name: "textarea21654",
|
|
238
|
-
label: "发件人地址",
|
|
239
|
-
labelAlign: "",
|
|
240
|
-
rows: 3,
|
|
241
|
-
defaultValue: "",
|
|
242
|
-
placeholder: "",
|
|
243
|
-
columnWidth: "200px",
|
|
244
|
-
size: "",
|
|
245
|
-
labelWidth: null,
|
|
246
|
-
labelHidden: false,
|
|
247
|
-
readonly: false,
|
|
248
|
-
disabled: false,
|
|
249
|
-
hidden: false,
|
|
250
|
-
required: true,
|
|
251
|
-
validation: "",
|
|
252
|
-
validationHint: "",
|
|
253
|
-
customClass: [],
|
|
254
|
-
labelIconClass: null,
|
|
255
|
-
labelIconPosition: "rear",
|
|
256
|
-
labelTooltip: null,
|
|
257
|
-
minLength: null,
|
|
258
|
-
maxLength: null,
|
|
259
|
-
showCount: false,
|
|
260
|
-
onCreated: "",
|
|
261
|
-
onMounted: "",
|
|
262
|
-
onInput: "",
|
|
263
|
-
onChange: "",
|
|
264
|
-
onFocus: "",
|
|
265
|
-
onBlur: "",
|
|
266
|
-
onValidate: ""
|
|
267
|
-
},
|
|
268
|
-
id: "textarea21654"
|
|
269
|
-
}
|
|
270
|
-
],
|
|
271
|
-
options: {
|
|
272
|
-
name: "gridCol98223",
|
|
273
|
-
hidden: false,
|
|
274
|
-
span: 24,
|
|
275
|
-
offset: 0,
|
|
276
|
-
push: 0,
|
|
277
|
-
pull: 0,
|
|
278
|
-
responsive: false,
|
|
279
|
-
md: 12,
|
|
280
|
-
sm: 12,
|
|
281
|
-
xs: 12,
|
|
282
|
-
customClass: []
|
|
283
|
-
},
|
|
284
|
-
id: "grid-col-98223"
|
|
285
|
-
}
|
|
286
|
-
],
|
|
287
|
-
options: { name: "grid35834", hidden: false, gutter: 12, customClass: [] },
|
|
288
|
-
id: "grid35834"
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
type: "divider",
|
|
292
|
-
icon: "divider",
|
|
293
|
-
formItemFlag: false,
|
|
294
|
-
options: {
|
|
295
|
-
name: "divider69240",
|
|
296
|
-
label: "",
|
|
297
|
-
columnWidth: "200px",
|
|
298
|
-
direction: "horizontal",
|
|
299
|
-
contentPosition: "center",
|
|
300
|
-
hidden: false,
|
|
301
|
-
customClass: [],
|
|
302
|
-
onCreated: "",
|
|
303
|
-
onMounted: ""
|
|
304
|
-
},
|
|
305
|
-
id: "divider69240"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
type: "grid",
|
|
309
|
-
category: "container",
|
|
310
|
-
icon: "grid",
|
|
311
|
-
cols: [
|
|
312
|
-
{
|
|
313
|
-
type: "grid-col",
|
|
314
|
-
category: "container",
|
|
315
|
-
icon: "grid-col",
|
|
316
|
-
internal: true,
|
|
317
|
-
widgetList: [
|
|
318
|
-
{
|
|
319
|
-
type: "input",
|
|
320
|
-
icon: "text-field",
|
|
321
|
-
formItemFlag: true,
|
|
322
|
-
options: {
|
|
323
|
-
name: "input113152",
|
|
324
|
-
label: "收件人姓名111",
|
|
325
|
-
labelAlign: "",
|
|
326
|
-
type: "text",
|
|
327
|
-
defaultValue: "",
|
|
328
|
-
placeholder: "",
|
|
329
|
-
columnWidth: "200px",
|
|
330
|
-
size: "",
|
|
331
|
-
labelWidth: null,
|
|
332
|
-
labelHidden: false,
|
|
333
|
-
readonly: false,
|
|
334
|
-
disabled: false,
|
|
335
|
-
hidden: false,
|
|
336
|
-
allowClear: true,
|
|
337
|
-
showPassword: false,
|
|
338
|
-
required: true,
|
|
339
|
-
validation: "",
|
|
340
|
-
validationHint: "",
|
|
341
|
-
customClass: [],
|
|
342
|
-
labelIconClass: null,
|
|
343
|
-
labelIconPosition: "rear",
|
|
344
|
-
labelTooltip: null,
|
|
345
|
-
minLength: null,
|
|
346
|
-
maxLength: null,
|
|
347
|
-
showCount: false,
|
|
348
|
-
addonBefore: "",
|
|
349
|
-
addonAfter: "",
|
|
350
|
-
appendButton: false,
|
|
351
|
-
appendButtonDisabled: false,
|
|
352
|
-
buttonIcon: "el-icon-search",
|
|
353
|
-
onCreated: "",
|
|
354
|
-
onMounted: "",
|
|
355
|
-
onInput: "",
|
|
356
|
-
onChange: "",
|
|
357
|
-
onFocus: "",
|
|
358
|
-
onBlur: "",
|
|
359
|
-
onValidate: ""
|
|
360
|
-
},
|
|
361
|
-
id: "input113152"
|
|
362
|
-
}
|
|
363
|
-
],
|
|
364
|
-
options: {
|
|
365
|
-
name: "gridCol47242",
|
|
366
|
-
hidden: false,
|
|
367
|
-
span: 12,
|
|
368
|
-
offset: 0,
|
|
369
|
-
push: 0,
|
|
370
|
-
pull: 0,
|
|
371
|
-
responsive: false,
|
|
372
|
-
md: 12,
|
|
373
|
-
sm: 12,
|
|
374
|
-
xs: 12,
|
|
375
|
-
customClass: []
|
|
376
|
-
},
|
|
377
|
-
id: "grid-col-47242"
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
type: "grid-col",
|
|
381
|
-
category: "container",
|
|
382
|
-
icon: "grid-col",
|
|
383
|
-
internal: true,
|
|
384
|
-
widgetList: [
|
|
385
|
-
{
|
|
386
|
-
type: "input",
|
|
387
|
-
icon: "text-field",
|
|
388
|
-
formItemFlag: true,
|
|
389
|
-
options: {
|
|
390
|
-
name: "input40240",
|
|
391
|
-
label: "收件人号码",
|
|
392
|
-
labelAlign: "",
|
|
393
|
-
type: "text",
|
|
394
|
-
defaultValue: "",
|
|
395
|
-
placeholder: "",
|
|
396
|
-
columnWidth: "200px",
|
|
397
|
-
size: "",
|
|
398
|
-
labelWidth: null,
|
|
399
|
-
labelHidden: false,
|
|
400
|
-
readonly: false,
|
|
401
|
-
disabled: false,
|
|
402
|
-
hidden: false,
|
|
403
|
-
allowClear: true,
|
|
404
|
-
showPassword: false,
|
|
405
|
-
required: true,
|
|
406
|
-
validation: "",
|
|
407
|
-
validationHint: "",
|
|
408
|
-
customClass: [],
|
|
409
|
-
labelIconClass: null,
|
|
410
|
-
labelIconPosition: "rear",
|
|
411
|
-
labelTooltip: null,
|
|
412
|
-
minLength: null,
|
|
413
|
-
maxLength: null,
|
|
414
|
-
showCount: false,
|
|
415
|
-
addonBefore: "",
|
|
416
|
-
addonAfter: "",
|
|
417
|
-
appendButton: false,
|
|
418
|
-
appendButtonDisabled: false,
|
|
419
|
-
buttonIcon: "el-icon-search",
|
|
420
|
-
onCreated: "",
|
|
421
|
-
onMounted: "",
|
|
422
|
-
onInput: "",
|
|
423
|
-
onChange: "",
|
|
424
|
-
onFocus: "",
|
|
425
|
-
onBlur: "",
|
|
426
|
-
onValidate: ""
|
|
427
|
-
},
|
|
428
|
-
id: "input40240"
|
|
429
|
-
}
|
|
430
|
-
],
|
|
431
|
-
options: {
|
|
432
|
-
name: "gridCol27970",
|
|
433
|
-
hidden: false,
|
|
434
|
-
span: 12,
|
|
435
|
-
offset: 0,
|
|
436
|
-
push: 0,
|
|
437
|
-
pull: 0,
|
|
438
|
-
responsive: false,
|
|
439
|
-
md: 12,
|
|
440
|
-
sm: 12,
|
|
441
|
-
xs: 12,
|
|
442
|
-
customClass: []
|
|
443
|
-
},
|
|
444
|
-
id: "grid-col-27970"
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
type: "grid-col",
|
|
448
|
-
category: "container",
|
|
449
|
-
icon: "grid-col",
|
|
450
|
-
internal: true,
|
|
451
|
-
widgetList: [
|
|
452
|
-
{
|
|
453
|
-
type: "checkbox",
|
|
454
|
-
icon: "checkbox-field",
|
|
455
|
-
formItemFlag: true,
|
|
456
|
-
options: {
|
|
457
|
-
name: "checkbox63174",
|
|
458
|
-
label: "接收时间段",
|
|
459
|
-
labelAlign: "",
|
|
460
|
-
defaultValue: [],
|
|
461
|
-
columnWidth: "200px",
|
|
462
|
-
size: "",
|
|
463
|
-
displayStyle: "inline",
|
|
464
|
-
buttonStyle: false,
|
|
465
|
-
border: false,
|
|
466
|
-
labelWidth: null,
|
|
467
|
-
labelHidden: false,
|
|
468
|
-
disabled: false,
|
|
469
|
-
hidden: false,
|
|
470
|
-
optionItems: [
|
|
471
|
-
{ label: "上午9:00 - 11:30", value: 1 },
|
|
472
|
-
{ label: "下午12:30 - 18:00", value: 2 },
|
|
473
|
-
{ label: "晚上18:00 - 21:00", value: 3 }
|
|
474
|
-
],
|
|
475
|
-
required: true,
|
|
476
|
-
validation: "",
|
|
477
|
-
validationHint: "",
|
|
478
|
-
customClass: [],
|
|
479
|
-
labelIconClass: null,
|
|
480
|
-
labelIconPosition: "rear",
|
|
481
|
-
labelTooltip: null,
|
|
482
|
-
onCreated: "",
|
|
483
|
-
onMounted: "",
|
|
484
|
-
onChange: "",
|
|
485
|
-
onValidate: ""
|
|
486
|
-
},
|
|
487
|
-
id: "checkbox63174"
|
|
488
|
-
}
|
|
489
|
-
],
|
|
490
|
-
options: {
|
|
491
|
-
name: "gridCol74653",
|
|
492
|
-
hidden: false,
|
|
493
|
-
span: 24,
|
|
494
|
-
offset: 0,
|
|
495
|
-
push: 0,
|
|
496
|
-
pull: 0,
|
|
497
|
-
responsive: false,
|
|
498
|
-
md: 12,
|
|
499
|
-
sm: 12,
|
|
500
|
-
xs: 12,
|
|
501
|
-
customClass: []
|
|
502
|
-
},
|
|
503
|
-
id: "grid-col-74653"
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
type: "grid-col",
|
|
507
|
-
category: "container",
|
|
508
|
-
icon: "grid-col",
|
|
509
|
-
internal: true,
|
|
510
|
-
widgetList: [
|
|
511
|
-
{
|
|
512
|
-
type: "input",
|
|
513
|
-
icon: "text-field",
|
|
514
|
-
formItemFlag: true,
|
|
515
|
-
options: {
|
|
516
|
-
name: "input78584",
|
|
517
|
-
label: "收件人地址",
|
|
518
|
-
labelAlign: "",
|
|
519
|
-
type: "text",
|
|
520
|
-
defaultValue: "",
|
|
521
|
-
placeholder: "",
|
|
522
|
-
columnWidth: "200px",
|
|
523
|
-
size: "",
|
|
524
|
-
labelWidth: null,
|
|
525
|
-
labelHidden: false,
|
|
526
|
-
readonly: false,
|
|
527
|
-
disabled: false,
|
|
528
|
-
hidden: false,
|
|
529
|
-
allowClear: true,
|
|
530
|
-
showPassword: false,
|
|
531
|
-
required: true,
|
|
532
|
-
validation: "",
|
|
533
|
-
validationHint: "",
|
|
534
|
-
customClass: [],
|
|
535
|
-
labelIconClass: null,
|
|
536
|
-
labelIconPosition: "rear",
|
|
537
|
-
labelTooltip: null,
|
|
538
|
-
minLength: null,
|
|
539
|
-
maxLength: null,
|
|
540
|
-
showCount: false,
|
|
541
|
-
addonBefore: "",
|
|
542
|
-
addonAfter: "",
|
|
543
|
-
appendButton: false,
|
|
544
|
-
appendButtonDisabled: false,
|
|
545
|
-
buttonIcon: "el-icon-search",
|
|
546
|
-
onCreated: "",
|
|
547
|
-
onMounted: "",
|
|
548
|
-
onInput: "",
|
|
549
|
-
onChange: "",
|
|
550
|
-
onFocus: "",
|
|
551
|
-
onBlur: "",
|
|
552
|
-
onValidate: ""
|
|
553
|
-
},
|
|
554
|
-
id: "input78584"
|
|
555
|
-
}
|
|
556
|
-
],
|
|
557
|
-
options: {
|
|
558
|
-
name: "gridCol63781",
|
|
559
|
-
hidden: false,
|
|
560
|
-
span: 24,
|
|
561
|
-
offset: 0,
|
|
562
|
-
push: 0,
|
|
563
|
-
pull: 0,
|
|
564
|
-
responsive: false,
|
|
565
|
-
md: 12,
|
|
566
|
-
sm: 12,
|
|
567
|
-
xs: 12,
|
|
568
|
-
customClass: []
|
|
569
|
-
},
|
|
570
|
-
id: "grid-col-63781"
|
|
571
|
-
}
|
|
572
|
-
],
|
|
573
|
-
options: { name: "grid114672", hidden: false, gutter: 12, customClass: [] },
|
|
574
|
-
id: "grid114672"
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
type: "divider",
|
|
578
|
-
icon: "divider",
|
|
579
|
-
formItemFlag: false,
|
|
580
|
-
options: {
|
|
581
|
-
name: "divider75887",
|
|
582
|
-
label: "",
|
|
583
|
-
columnWidth: "200px",
|
|
584
|
-
direction: "horizontal",
|
|
585
|
-
contentPosition: "center",
|
|
586
|
-
hidden: false,
|
|
587
|
-
customClass: [],
|
|
588
|
-
onCreated: "",
|
|
589
|
-
onMounted: ""
|
|
590
|
-
},
|
|
591
|
-
id: "divider75887"
|
|
592
|
-
},
|
|
593
|
-
{
|
|
594
|
-
type: "grid",
|
|
595
|
-
category: "container",
|
|
596
|
-
icon: "grid",
|
|
597
|
-
cols: [
|
|
598
|
-
{
|
|
599
|
-
type: "grid-col",
|
|
600
|
-
category: "container",
|
|
601
|
-
icon: "grid-col",
|
|
602
|
-
internal: true,
|
|
603
|
-
widgetList: [
|
|
604
|
-
{
|
|
605
|
-
type: "time-range",
|
|
606
|
-
icon: "time-range-field",
|
|
607
|
-
formItemFlag: true,
|
|
608
|
-
options: {
|
|
609
|
-
name: "timerange47503",
|
|
610
|
-
label: "送货时间",
|
|
611
|
-
labelAlign: "",
|
|
612
|
-
defaultValue: null,
|
|
613
|
-
startPlaceholder: "",
|
|
614
|
-
endPlaceholder: "",
|
|
615
|
-
columnWidth: "200px",
|
|
616
|
-
size: "",
|
|
617
|
-
labelWidth: null,
|
|
618
|
-
labelHidden: false,
|
|
619
|
-
readonly: false,
|
|
620
|
-
disabled: false,
|
|
621
|
-
hidden: false,
|
|
622
|
-
allowClear: true,
|
|
623
|
-
editable: false,
|
|
624
|
-
format: "HH:mm:ss",
|
|
625
|
-
required: true,
|
|
626
|
-
validation: "",
|
|
627
|
-
validationHint: "",
|
|
628
|
-
customClass: [],
|
|
629
|
-
labelIconClass: null,
|
|
630
|
-
labelIconPosition: "rear",
|
|
631
|
-
labelTooltip: null,
|
|
632
|
-
onCreated: "",
|
|
633
|
-
onMounted: "",
|
|
634
|
-
onChange: "",
|
|
635
|
-
onFocus: "",
|
|
636
|
-
onBlur: "",
|
|
637
|
-
onValidate: ""
|
|
638
|
-
},
|
|
639
|
-
id: "timerange47503"
|
|
640
|
-
}
|
|
641
|
-
],
|
|
642
|
-
options: {
|
|
643
|
-
name: "gridCol109912",
|
|
644
|
-
hidden: false,
|
|
645
|
-
span: 24,
|
|
646
|
-
offset: 0,
|
|
647
|
-
push: 0,
|
|
648
|
-
pull: 0,
|
|
649
|
-
responsive: false,
|
|
650
|
-
md: 12,
|
|
651
|
-
sm: 12,
|
|
652
|
-
xs: 12,
|
|
653
|
-
customClass: []
|
|
654
|
-
},
|
|
655
|
-
id: "grid-col-109912"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
type: "grid-col",
|
|
659
|
-
category: "container",
|
|
660
|
-
icon: "grid-col",
|
|
661
|
-
internal: true,
|
|
662
|
-
widgetList: [
|
|
663
|
-
{
|
|
664
|
-
type: "slider",
|
|
665
|
-
icon: "slider-field",
|
|
666
|
-
formItemFlag: true,
|
|
667
|
-
options: {
|
|
668
|
-
name: "slider54714",
|
|
669
|
-
label: "价格保护",
|
|
670
|
-
labelAlign: "",
|
|
671
|
-
columnWidth: "200px",
|
|
672
|
-
size: "",
|
|
673
|
-
labelWidth: null,
|
|
674
|
-
labelHidden: false,
|
|
675
|
-
disabled: false,
|
|
676
|
-
hidden: false,
|
|
677
|
-
required: false,
|
|
678
|
-
validation: "",
|
|
679
|
-
validationHint: "",
|
|
680
|
-
customClass: [],
|
|
681
|
-
labelIconClass: null,
|
|
682
|
-
labelIconPosition: "rear",
|
|
683
|
-
labelTooltip: null,
|
|
684
|
-
min: 0,
|
|
685
|
-
max: 100,
|
|
686
|
-
step: 10,
|
|
687
|
-
range: false,
|
|
688
|
-
height: null,
|
|
689
|
-
onCreated: "",
|
|
690
|
-
onMounted: "",
|
|
691
|
-
onChange: "",
|
|
692
|
-
onValidate: ""
|
|
693
|
-
// showStops: true
|
|
694
|
-
},
|
|
695
|
-
id: "slider54714"
|
|
696
|
-
}
|
|
697
|
-
],
|
|
698
|
-
options: {
|
|
699
|
-
name: "gridCol114653",
|
|
700
|
-
hidden: false,
|
|
701
|
-
span: 24,
|
|
702
|
-
offset: 0,
|
|
703
|
-
push: 0,
|
|
704
|
-
pull: 0,
|
|
705
|
-
responsive: false,
|
|
706
|
-
md: 12,
|
|
707
|
-
sm: 12,
|
|
708
|
-
xs: 12,
|
|
709
|
-
customClass: []
|
|
710
|
-
},
|
|
711
|
-
id: "grid-col-114653"
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
type: "grid-col",
|
|
715
|
-
category: "container",
|
|
716
|
-
icon: "grid-col",
|
|
717
|
-
internal: true,
|
|
718
|
-
widgetList: [
|
|
719
|
-
{
|
|
720
|
-
type: "textarea",
|
|
721
|
-
icon: "textarea-field",
|
|
722
|
-
formItemFlag: true,
|
|
723
|
-
options: {
|
|
724
|
-
name: "textarea64794",
|
|
725
|
-
label: "其他信息",
|
|
726
|
-
labelAlign: "",
|
|
727
|
-
rows: 3,
|
|
728
|
-
defaultValue: "",
|
|
729
|
-
placeholder: "",
|
|
730
|
-
columnWidth: "200px",
|
|
731
|
-
size: "",
|
|
732
|
-
labelWidth: null,
|
|
733
|
-
labelHidden: false,
|
|
734
|
-
readonly: false,
|
|
735
|
-
disabled: false,
|
|
736
|
-
hidden: false,
|
|
737
|
-
required: false,
|
|
738
|
-
validation: "",
|
|
739
|
-
validationHint: "",
|
|
740
|
-
customClass: [],
|
|
741
|
-
labelIconClass: null,
|
|
742
|
-
labelIconPosition: "rear",
|
|
743
|
-
labelTooltip: null,
|
|
744
|
-
minLength: null,
|
|
745
|
-
maxLength: null,
|
|
746
|
-
showCount: false,
|
|
747
|
-
onCreated: "",
|
|
748
|
-
onMounted: "",
|
|
749
|
-
onInput: "",
|
|
750
|
-
onChange: "",
|
|
751
|
-
onFocus: "",
|
|
752
|
-
onBlur: "",
|
|
753
|
-
onValidate: ""
|
|
754
|
-
},
|
|
755
|
-
id: "textarea64794"
|
|
756
|
-
}
|
|
757
|
-
],
|
|
758
|
-
options: {
|
|
759
|
-
name: "gridCol80867",
|
|
760
|
-
hidden: false,
|
|
761
|
-
span: 24,
|
|
762
|
-
offset: 0,
|
|
763
|
-
push: 0,
|
|
764
|
-
pull: 0,
|
|
765
|
-
responsive: false,
|
|
766
|
-
md: 12,
|
|
767
|
-
sm: 12,
|
|
768
|
-
xs: 12,
|
|
769
|
-
customClass: []
|
|
770
|
-
},
|
|
771
|
-
id: "grid-col-80867"
|
|
772
|
-
}
|
|
773
|
-
],
|
|
774
|
-
options: { name: "grid28709", hidden: false, gutter: 12, customClass: [] },
|
|
775
|
-
id: "grid28709"
|
|
776
|
-
}
|
|
777
|
-
];
|
|
1
|
+
const widgetList = [];
|
|
778
2
|
export {
|
|
779
3
|
widgetList
|
|
780
4
|
};
|