super-page-designer 2.1.21 → 2.1.25
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/es/components/design/utils/assemblys-config.js +18 -0
- package/dist/es/components/design/utils/data-table-util.js +5 -5
- package/dist/es/components/design/utils/page-explore-util.js +1 -1
- package/dist/es/components/design/utils/page-table-util.js +11 -0
- package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +21 -34
- package/dist/es/components/design/views/assemblys/button/component/combination.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/button/component/set-dialog.vue.js +4 -2
- package/dist/es/components/design/views/assemblys/button/dropdown/dropdown-attr-base.vue.js +10 -23
- package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr-base.vue.js +15 -28
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue.js +19 -32
- package/dist/es/components/design/views/assemblys/chart/common/common-attr-data.vue.js +28 -3
- package/dist/es/components/design/views/assemblys/common/{common-i18n-setting.vue.js → common-title-setting.vue.js} +7 -8
- package/dist/es/components/design/views/assemblys/common/common-title-setting.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-base.vue.js +9 -22
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +21 -34
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js +23 -31
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +11 -23
- package/dist/es/components/design/views/assemblys/form/divider/divider-attr-base.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +9 -22
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +15 -28
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +13 -26
- package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +6 -19
- package/dist/es/components/design/views/assemblys/form/link/link-attr-base.vue.js +10 -23
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +9 -22
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +9 -22
- package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +15 -28
- package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr-base.vue.js +4 -17
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +16 -29
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +9 -22
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +19 -32
- package/dist/es/components/design/views/design/page-event/page-event-container.vue.js +1 -1
- package/dist/es/components/design/views/design/view/assemblys-container-list.vue.js +10 -2
- package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue.js +2 -0
- package/dist/es/style.css +74 -74
- package/package.json +4 -4
- package/dist/es/components/design/views/assemblys/common/common-i18n-setting.vue2.js +0 -4
|
@@ -7,7 +7,7 @@ import _sfc_main$5 from "../../common/common-attr-size.vue.js";
|
|
|
7
7
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
8
8
|
import _sfc_main$3 from "../common/condition.vue.js";
|
|
9
9
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
10
|
-
import _sfc_main$2 from "../../common/common-
|
|
10
|
+
import _sfc_main$2 from "../../common/common-title-setting.vue.js";
|
|
11
11
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
12
12
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
13
13
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -63,7 +63,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
63
63
|
default: withCtx(() => [
|
|
64
64
|
createVNode(_component_el_collapse, {
|
|
65
65
|
modelValue: openCollapseItems.value,
|
|
66
|
-
"onUpdate:modelValue": _cache[
|
|
66
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => openCollapseItems.value = $event),
|
|
67
67
|
style: { "margin-top": "6px" }
|
|
68
68
|
}, {
|
|
69
69
|
default: withCtx(() => [
|
|
@@ -238,21 +238,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
238
238
|
withDirectives(createVNode(_component_el_form_item, {
|
|
239
239
|
label: "标题",
|
|
240
240
|
class: "amb-design-attr-item"
|
|
241
|
-
}, {
|
|
242
|
-
default: withCtx(() => [
|
|
243
|
-
createVNode(_component_el_input, {
|
|
244
|
-
modelValue: _ctx.configure.props.base.title,
|
|
245
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => _ctx.configure.props.base.title = $event),
|
|
246
|
-
placeholder: "请输入"
|
|
247
|
-
}, null, 8, ["modelValue"])
|
|
248
|
-
]),
|
|
249
|
-
_: 1
|
|
250
|
-
}, 512), [
|
|
251
|
-
[vShow, _ctx.configure.props.base.tittleShow]
|
|
252
|
-
]),
|
|
253
|
-
createVNode(_component_el_form_item, {
|
|
254
|
-
label: "国际化标题",
|
|
255
|
-
class: "amb-design-attr-item"
|
|
256
241
|
}, {
|
|
257
242
|
default: withCtx(() => [
|
|
258
243
|
createVNode(_sfc_main$2, {
|
|
@@ -261,7 +246,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
261
246
|
}, null, 8, ["configure", "systemCode"])
|
|
262
247
|
]),
|
|
263
248
|
_: 1
|
|
264
|
-
}),
|
|
249
|
+
}, 512), [
|
|
250
|
+
[vShow, _ctx.configure.props.base.tittleShow]
|
|
251
|
+
]),
|
|
265
252
|
withDirectives(createVNode(_component_el_form_item, {
|
|
266
253
|
label: "标题宽度",
|
|
267
254
|
class: "amb-design-attr-item"
|
|
@@ -269,7 +256,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
269
256
|
default: withCtx(() => [
|
|
270
257
|
createVNode(_component_el_input_number, {
|
|
271
258
|
modelValue: _ctx.configure.props.base.titleWidth,
|
|
272
|
-
"onUpdate:modelValue": _cache[
|
|
259
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => _ctx.configure.props.base.titleWidth = $event),
|
|
273
260
|
style: { "width": "100%" },
|
|
274
261
|
min: 0,
|
|
275
262
|
max: 200,
|
|
@@ -287,7 +274,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
287
274
|
default: withCtx(() => [
|
|
288
275
|
createVNode(_component_el_radio_group, {
|
|
289
276
|
modelValue: _ctx.configure.props.base.type,
|
|
290
|
-
"onUpdate:modelValue": _cache[
|
|
277
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => _ctx.configure.props.base.type = $event),
|
|
291
278
|
class: "ml-4"
|
|
292
279
|
}, {
|
|
293
280
|
default: withCtx(() => [
|
|
@@ -334,7 +321,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
334
321
|
default: withCtx(() => [
|
|
335
322
|
createVNode(IconSetDialog, {
|
|
336
323
|
modelValue: _ctx.configure.props.base.showIcon,
|
|
337
|
-
"onUpdate:modelValue": _cache[
|
|
324
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => _ctx.configure.props.base.showIcon = $event)
|
|
338
325
|
}, null, 8, ["modelValue"])
|
|
339
326
|
]),
|
|
340
327
|
_: 1
|
|
@@ -346,7 +333,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
346
333
|
default: withCtx(() => [
|
|
347
334
|
createVNode(_component_el_radio_group, {
|
|
348
335
|
modelValue: _ctx.configure.props.base.underline,
|
|
349
|
-
"onUpdate:modelValue": _cache[
|
|
336
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => _ctx.configure.props.base.underline = $event),
|
|
350
337
|
class: "ml-4"
|
|
351
338
|
}, {
|
|
352
339
|
default: withCtx(() => [
|
|
@@ -387,7 +374,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
387
374
|
default: withCtx(() => [
|
|
388
375
|
createVNode(_component_el_radio_group, {
|
|
389
376
|
modelValue: _ctx.configure.props.base.state,
|
|
390
|
-
"onUpdate:modelValue": _cache[
|
|
377
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => _ctx.configure.props.base.state = $event),
|
|
391
378
|
class: "ml-4"
|
|
392
379
|
}, {
|
|
393
380
|
default: withCtx(() => [
|
|
@@ -7,7 +7,7 @@ import _sfc_main$3 from "../common/data-linkage.vue.js";
|
|
|
7
7
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
8
8
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
9
9
|
import _sfc_main$4 from "../common/verification-custom.vue.js";
|
|
10
|
-
import _sfc_main$2 from "../../common/common-
|
|
10
|
+
import _sfc_main$2 from "../../common/common-title-setting.vue.js";
|
|
11
11
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
12
12
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
13
13
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -62,7 +62,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
62
62
|
default: withCtx(() => [
|
|
63
63
|
createVNode(_component_el_collapse, {
|
|
64
64
|
modelValue: openCollapseItems.value,
|
|
65
|
-
"onUpdate:modelValue": _cache[
|
|
65
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => openCollapseItems.value = $event),
|
|
66
66
|
style: { "margin-top": "6px" }
|
|
67
67
|
}, {
|
|
68
68
|
default: withCtx(() => [
|
|
@@ -187,21 +187,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
187
187
|
withDirectives(createVNode(_component_el_form_item, {
|
|
188
188
|
label: "标题",
|
|
189
189
|
class: "amb-design-attr-item"
|
|
190
|
-
}, {
|
|
191
|
-
default: withCtx(() => [
|
|
192
|
-
createVNode(_component_el_input, {
|
|
193
|
-
modelValue: __props.configure.props.base.title,
|
|
194
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.props.base.title = $event),
|
|
195
|
-
placeholder: "请输入"
|
|
196
|
-
}, null, 8, ["modelValue"])
|
|
197
|
-
]),
|
|
198
|
-
_: 1
|
|
199
|
-
}, 512), [
|
|
200
|
-
[vShow, __props.configure.props.base.tittleShow]
|
|
201
|
-
]),
|
|
202
|
-
createVNode(_component_el_form_item, {
|
|
203
|
-
label: "国际化标题",
|
|
204
|
-
class: "amb-design-attr-item"
|
|
205
190
|
}, {
|
|
206
191
|
default: withCtx(() => [
|
|
207
192
|
createVNode(_sfc_main$2, {
|
|
@@ -210,7 +195,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
210
195
|
}, null, 8, ["configure", "systemCode"])
|
|
211
196
|
]),
|
|
212
197
|
_: 1
|
|
213
|
-
}),
|
|
198
|
+
}, 512), [
|
|
199
|
+
[vShow, __props.configure.props.base.tittleShow]
|
|
200
|
+
]),
|
|
214
201
|
withDirectives(createVNode(_component_el_form_item, {
|
|
215
202
|
label: "标题宽度",
|
|
216
203
|
class: "amb-design-attr-item"
|
|
@@ -218,7 +205,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
218
205
|
default: withCtx(() => [
|
|
219
206
|
createVNode(_component_el_input_number, {
|
|
220
207
|
modelValue: __props.configure.props.base.titleWidth,
|
|
221
|
-
"onUpdate:modelValue": _cache[
|
|
208
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.props.base.titleWidth = $event),
|
|
222
209
|
style: { "width": "100%" },
|
|
223
210
|
min: 0,
|
|
224
211
|
max: 200,
|
|
@@ -236,7 +223,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
236
223
|
default: withCtx(() => [
|
|
237
224
|
createVNode(_component_el_radio_group, {
|
|
238
225
|
modelValue: __props.configure.props.base.size,
|
|
239
|
-
"onUpdate:modelValue": _cache[
|
|
226
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.configure.props.base.size = $event),
|
|
240
227
|
class: "ml-4"
|
|
241
228
|
}, {
|
|
242
229
|
default: withCtx(() => [
|
|
@@ -271,7 +258,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
271
258
|
default: withCtx(() => [
|
|
272
259
|
createVNode(_component_el_radio_group, {
|
|
273
260
|
modelValue: __props.configure.props.base.state,
|
|
274
|
-
"onUpdate:modelValue": _cache[
|
|
261
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.configure.props.base.state = $event),
|
|
275
262
|
class: "ml-4"
|
|
276
263
|
}, {
|
|
277
264
|
default: withCtx(() => [
|
|
@@ -327,7 +314,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
327
314
|
default: withCtx(() => [
|
|
328
315
|
createVNode(_component_el_checkbox, {
|
|
329
316
|
modelValue: __props.configure.props.verification.required,
|
|
330
|
-
"onUpdate:modelValue": _cache[
|
|
317
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => __props.configure.props.verification.required = $event),
|
|
331
318
|
label: "必填"
|
|
332
319
|
}, null, 8, ["modelValue"])
|
|
333
320
|
]),
|
|
@@ -4,7 +4,7 @@ import { componentNameChange } from "../../../../utils/form-design-util.js";
|
|
|
4
4
|
import _sfc_main$3 from "../../common/common-attr-size.vue.js";
|
|
5
5
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
6
6
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
7
|
-
import _sfc_main$2 from "../../common/common-
|
|
7
|
+
import _sfc_main$2 from "../../common/common-title-setting.vue.js";
|
|
8
8
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
9
9
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
10
10
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -64,7 +64,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
64
64
|
default: withCtx(() => [
|
|
65
65
|
createVNode(_component_el_collapse, {
|
|
66
66
|
modelValue: openCollapseItems.value,
|
|
67
|
-
"onUpdate:modelValue": _cache[
|
|
67
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => openCollapseItems.value = $event),
|
|
68
68
|
style: { "margin-top": "6px" }
|
|
69
69
|
}, {
|
|
70
70
|
default: withCtx(() => [
|
|
@@ -189,21 +189,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
189
189
|
withDirectives(createVNode(_component_el_form_item, {
|
|
190
190
|
label: "标题",
|
|
191
191
|
class: "amb-design-attr-item"
|
|
192
|
-
}, {
|
|
193
|
-
default: withCtx(() => [
|
|
194
|
-
createVNode(_component_el_input, {
|
|
195
|
-
modelValue: __props.configure.props.base.title,
|
|
196
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.props.base.title = $event),
|
|
197
|
-
placeholder: "请输入"
|
|
198
|
-
}, null, 8, ["modelValue"])
|
|
199
|
-
]),
|
|
200
|
-
_: 1
|
|
201
|
-
}, 512), [
|
|
202
|
-
[vShow, __props.configure.props.base.tittleShow]
|
|
203
|
-
]),
|
|
204
|
-
createVNode(_component_el_form_item, {
|
|
205
|
-
label: "国际化标题",
|
|
206
|
-
class: "amb-design-attr-item"
|
|
207
192
|
}, {
|
|
208
193
|
default: withCtx(() => [
|
|
209
194
|
createVNode(_sfc_main$2, {
|
|
@@ -212,7 +197,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
212
197
|
}, null, 8, ["configure", "systemCode"])
|
|
213
198
|
]),
|
|
214
199
|
_: 1
|
|
215
|
-
}),
|
|
200
|
+
}, 512), [
|
|
201
|
+
[vShow, __props.configure.props.base.tittleShow]
|
|
202
|
+
]),
|
|
216
203
|
withDirectives(createVNode(_component_el_form_item, {
|
|
217
204
|
label: "标题宽度",
|
|
218
205
|
class: "amb-design-attr-item"
|
|
@@ -220,7 +207,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
220
207
|
default: withCtx(() => [
|
|
221
208
|
createVNode(_component_el_input_number, {
|
|
222
209
|
modelValue: __props.configure.props.base.titleWidth,
|
|
223
|
-
"onUpdate:modelValue": _cache[
|
|
210
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.props.base.titleWidth = $event),
|
|
224
211
|
style: { "width": "100%" },
|
|
225
212
|
min: 0,
|
|
226
213
|
max: 200,
|
|
@@ -238,7 +225,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
238
225
|
default: withCtx(() => [
|
|
239
226
|
createVNode(_component_el_input, {
|
|
240
227
|
modelValue: __props.configure.props.base.placeholder,
|
|
241
|
-
"onUpdate:modelValue": _cache[
|
|
228
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.configure.props.base.placeholder = $event),
|
|
242
229
|
placeholder: "请输入"
|
|
243
230
|
}, null, 8, ["modelValue"])
|
|
244
231
|
]),
|
|
@@ -251,7 +238,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
251
238
|
default: withCtx(() => [
|
|
252
239
|
createVNode(_component_el_radio_group, {
|
|
253
240
|
modelValue: __props.configure.props.base.state,
|
|
254
|
-
"onUpdate:modelValue": _cache[
|
|
241
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.configure.props.base.state = $event),
|
|
255
242
|
class: "ml-4"
|
|
256
243
|
}, {
|
|
257
244
|
default: withCtx(() => [
|
|
@@ -292,7 +279,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
292
279
|
default: withCtx(() => [
|
|
293
280
|
createVNode(_component_el_checkbox, {
|
|
294
281
|
modelValue: __props.configure.props.verification.required,
|
|
295
|
-
"onUpdate:modelValue": _cache[
|
|
282
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => __props.configure.props.verification.required = $event),
|
|
296
283
|
label: "必填"
|
|
297
284
|
}, null, 8, ["modelValue"])
|
|
298
285
|
]),
|
|
@@ -8,7 +8,7 @@ import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
|
8
8
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
9
9
|
import _sfc_main$4 from "../common/title-suffix.vue.js";
|
|
10
10
|
import _sfc_main$5 from "../common/verification-custom.vue.js";
|
|
11
|
-
import _sfc_main$2 from "../../common/common-
|
|
11
|
+
import _sfc_main$2 from "../../common/common-title-setting.vue.js";
|
|
12
12
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
13
13
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
14
14
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -69,7 +69,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
69
69
|
default: withCtx(() => [
|
|
70
70
|
createVNode(_component_el_collapse, {
|
|
71
71
|
modelValue: openCollapseItems.value,
|
|
72
|
-
"onUpdate:modelValue": _cache[
|
|
72
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => openCollapseItems.value = $event),
|
|
73
73
|
style: { "margin-top": "6px" }
|
|
74
74
|
}, {
|
|
75
75
|
default: withCtx(() => [
|
|
@@ -209,21 +209,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
209
209
|
withDirectives(createVNode(_component_el_form_item, {
|
|
210
210
|
label: "标题",
|
|
211
211
|
class: "amb-design-attr-item"
|
|
212
|
-
}, {
|
|
213
|
-
default: withCtx(() => [
|
|
214
|
-
createVNode(_component_el_input, {
|
|
215
|
-
modelValue: __props.configure.props.base.title,
|
|
216
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.props.base.title = $event),
|
|
217
|
-
placeholder: "请输入"
|
|
218
|
-
}, null, 8, ["modelValue"])
|
|
219
|
-
]),
|
|
220
|
-
_: 1
|
|
221
|
-
}, 512), [
|
|
222
|
-
[vShow, __props.configure.props.base.tittleShow]
|
|
223
|
-
]),
|
|
224
|
-
createVNode(_component_el_form_item, {
|
|
225
|
-
label: "国际化标题",
|
|
226
|
-
class: "amb-design-attr-item"
|
|
227
212
|
}, {
|
|
228
213
|
default: withCtx(() => [
|
|
229
214
|
createVNode(_sfc_main$2, {
|
|
@@ -232,7 +217,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
232
217
|
}, null, 8, ["configure", "systemCode"])
|
|
233
218
|
]),
|
|
234
219
|
_: 1
|
|
235
|
-
}),
|
|
220
|
+
}, 512), [
|
|
221
|
+
[vShow, __props.configure.props.base.tittleShow]
|
|
222
|
+
]),
|
|
236
223
|
withDirectives(createVNode(_component_el_form_item, {
|
|
237
224
|
label: "标题宽度",
|
|
238
225
|
class: "amb-design-attr-item"
|
|
@@ -240,7 +227,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
240
227
|
default: withCtx(() => [
|
|
241
228
|
createVNode(_component_el_input_number, {
|
|
242
229
|
modelValue: __props.configure.props.base.titleWidth,
|
|
243
|
-
"onUpdate:modelValue": _cache[
|
|
230
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.props.base.titleWidth = $event),
|
|
244
231
|
style: { "width": "100%" },
|
|
245
232
|
min: 0,
|
|
246
233
|
max: 200,
|
|
@@ -258,7 +245,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
258
245
|
default: withCtx(() => [
|
|
259
246
|
createVNode(_component_el_input, {
|
|
260
247
|
modelValue: __props.configure.props.base.placeholder,
|
|
261
|
-
"onUpdate:modelValue": _cache[
|
|
248
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.configure.props.base.placeholder = $event),
|
|
262
249
|
placeholder: "请输入"
|
|
263
250
|
}, null, 8, ["modelValue"])
|
|
264
251
|
]),
|
|
@@ -271,7 +258,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
271
258
|
default: withCtx(() => [
|
|
272
259
|
createVNode(_component_el_radio_group, {
|
|
273
260
|
modelValue: __props.configure.props.base.multiple,
|
|
274
|
-
"onUpdate:modelValue": _cache[
|
|
261
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.configure.props.base.multiple = $event),
|
|
275
262
|
class: "ml-4"
|
|
276
263
|
}, {
|
|
277
264
|
default: withCtx(() => [
|
|
@@ -300,7 +287,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
300
287
|
default: withCtx(() => [
|
|
301
288
|
createVNode(_component_el_radio_group, {
|
|
302
289
|
modelValue: __props.configure.props.base.multipleMerge,
|
|
303
|
-
"onUpdate:modelValue": _cache[
|
|
290
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => __props.configure.props.base.multipleMerge = $event),
|
|
304
291
|
class: "ml-4"
|
|
305
292
|
}, {
|
|
306
293
|
default: withCtx(() => [
|
|
@@ -331,7 +318,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
331
318
|
default: withCtx(() => [
|
|
332
319
|
createVNode(_component_el_radio_group, {
|
|
333
320
|
modelValue: __props.configure.props.base.allowCreate,
|
|
334
|
-
"onUpdate:modelValue": _cache[
|
|
321
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => __props.configure.props.base.allowCreate = $event),
|
|
335
322
|
class: "ml-4"
|
|
336
323
|
}, {
|
|
337
324
|
default: withCtx(() => [
|
|
@@ -360,7 +347,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
360
347
|
default: withCtx(() => [
|
|
361
348
|
createVNode(_component_el_radio_group, {
|
|
362
349
|
modelValue: __props.configure.props.base.frequently,
|
|
363
|
-
"onUpdate:modelValue": _cache[
|
|
350
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => __props.configure.props.base.frequently = $event),
|
|
364
351
|
class: "ml-4"
|
|
365
352
|
}, {
|
|
366
353
|
default: withCtx(() => [
|
|
@@ -389,7 +376,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
389
376
|
default: withCtx(() => [
|
|
390
377
|
createVNode(_component_el_radio_group, {
|
|
391
378
|
modelValue: __props.configure.props.base.clearable,
|
|
392
|
-
"onUpdate:modelValue": _cache[
|
|
379
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => __props.configure.props.base.clearable = $event),
|
|
393
380
|
class: "ml-4"
|
|
394
381
|
}, {
|
|
395
382
|
default: withCtx(() => [
|
|
@@ -418,7 +405,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
418
405
|
default: withCtx(() => [
|
|
419
406
|
createVNode(_component_el_radio_group, {
|
|
420
407
|
modelValue: __props.configure.props.base.size,
|
|
421
|
-
"onUpdate:modelValue": _cache[
|
|
408
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => __props.configure.props.base.size = $event),
|
|
422
409
|
class: "ml-4"
|
|
423
410
|
}, {
|
|
424
411
|
default: withCtx(() => [
|
|
@@ -453,7 +440,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
453
440
|
default: withCtx(() => [
|
|
454
441
|
createVNode(_component_el_radio_group, {
|
|
455
442
|
modelValue: __props.configure.props.base.state,
|
|
456
|
-
"onUpdate:modelValue": _cache[
|
|
443
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => __props.configure.props.base.state = $event),
|
|
457
444
|
class: "ml-4"
|
|
458
445
|
}, {
|
|
459
446
|
default: withCtx(() => [
|
|
@@ -506,7 +493,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
506
493
|
default: withCtx(() => [
|
|
507
494
|
createVNode(_component_el_checkbox, {
|
|
508
495
|
modelValue: __props.configure.props.verification.required,
|
|
509
|
-
"onUpdate:modelValue": _cache[
|
|
496
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.verification.required = $event),
|
|
510
497
|
label: "必填"
|
|
511
498
|
}, null, 8, ["modelValue"])
|
|
512
499
|
]),
|
package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr-base.vue.js
CHANGED
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx
|
|
|
2
2
|
import _sfc_main$4 from "../../common/common-attr-size.vue.js";
|
|
3
3
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
4
4
|
import _sfc_main$3 from "../../common/common-icon-bind.vue.js";
|
|
5
|
-
import _sfc_main$2 from "../../common/common-
|
|
5
|
+
import _sfc_main$2 from "../../common/common-title-setting.vue.js";
|
|
6
6
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
7
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
8
8
|
__name: "separatelabel-attr-base",
|
|
@@ -42,7 +42,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
42
42
|
default: withCtx(() => [
|
|
43
43
|
createVNode(_component_el_collapse, {
|
|
44
44
|
modelValue: openCollapseItems.value,
|
|
45
|
-
"onUpdate:modelValue": _cache[
|
|
45
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => openCollapseItems.value = $event),
|
|
46
46
|
style: { "margin-top": "6px" }
|
|
47
47
|
}, {
|
|
48
48
|
default: withCtx(() => [
|
|
@@ -111,19 +111,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
111
111
|
key: 1,
|
|
112
112
|
label: "标题",
|
|
113
113
|
class: "amb-design-attr-item"
|
|
114
|
-
}, {
|
|
115
|
-
default: withCtx(() => [
|
|
116
|
-
createVNode(_component_el_input, {
|
|
117
|
-
modelValue: __props.configure.props.base.title,
|
|
118
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => __props.configure.props.base.title = $event),
|
|
119
|
-
placeholder: "请输入"
|
|
120
|
-
}, null, 8, ["modelValue"])
|
|
121
|
-
]),
|
|
122
|
-
_: 1
|
|
123
|
-
})) : createCommentVNode("", true),
|
|
124
|
-
createVNode(_component_el_form_item, {
|
|
125
|
-
label: "国际化标题",
|
|
126
|
-
class: "amb-design-attr-item"
|
|
127
114
|
}, {
|
|
128
115
|
default: withCtx(() => [
|
|
129
116
|
createVNode(_sfc_main$2, {
|
|
@@ -132,7 +119,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
132
119
|
}, null, 8, ["configure", "systemCode"])
|
|
133
120
|
]),
|
|
134
121
|
_: 1
|
|
135
|
-
}),
|
|
122
|
+
})) : createCommentVNode("", true),
|
|
136
123
|
!isTable.value ? (openBlock(), createBlock(_component_el_form_item, {
|
|
137
124
|
key: 2,
|
|
138
125
|
label: "标题图标",
|
|
@@ -143,7 +130,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
143
130
|
key: __props.configure.uuid,
|
|
144
131
|
iconType: __props.configure.props.iconType,
|
|
145
132
|
iconValue: __props.configure.props.iconValue,
|
|
146
|
-
"onUpdate:modelValue": _cache[
|
|
133
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = (iconType, iconValue) => afterBindIcon(iconType, iconValue))
|
|
147
134
|
}, null, 8, ["iconType", "iconValue"]))
|
|
148
135
|
]),
|
|
149
136
|
_: 1
|
|
@@ -4,7 +4,7 @@ import { componentNameChange } from "../../../../utils/form-design-util.js";
|
|
|
4
4
|
import _sfc_main$3 from "../../common/common-attr-size.vue.js";
|
|
5
5
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
6
6
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
7
|
-
import _sfc_main$2 from "../../common/common-
|
|
7
|
+
import _sfc_main$2 from "../../common/common-title-setting.vue.js";
|
|
8
8
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
9
9
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
10
10
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -65,7 +65,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
65
65
|
default: withCtx(() => [
|
|
66
66
|
createVNode(_component_el_collapse, {
|
|
67
67
|
modelValue: openCollapseItems.value,
|
|
68
|
-
"onUpdate:modelValue": _cache[
|
|
68
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => openCollapseItems.value = $event),
|
|
69
69
|
style: { "margin-top": "6px" }
|
|
70
70
|
}, {
|
|
71
71
|
default: withCtx(() => [
|
|
@@ -190,21 +190,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
190
190
|
withDirectives(createVNode(_component_el_form_item, {
|
|
191
191
|
label: "标题",
|
|
192
192
|
class: "amb-design-attr-item"
|
|
193
|
-
}, {
|
|
194
|
-
default: withCtx(() => [
|
|
195
|
-
createVNode(_component_el_input, {
|
|
196
|
-
modelValue: __props.configure.props.base.title,
|
|
197
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.props.base.title = $event),
|
|
198
|
-
placeholder: "请输入"
|
|
199
|
-
}, null, 8, ["modelValue"])
|
|
200
|
-
]),
|
|
201
|
-
_: 1
|
|
202
|
-
}, 512), [
|
|
203
|
-
[vShow, __props.configure.props.base.tittleShow]
|
|
204
|
-
]),
|
|
205
|
-
createVNode(_component_el_form_item, {
|
|
206
|
-
label: "国际化标题",
|
|
207
|
-
class: "amb-design-attr-item"
|
|
208
193
|
}, {
|
|
209
194
|
default: withCtx(() => [
|
|
210
195
|
createVNode(_sfc_main$2, {
|
|
@@ -213,7 +198,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
213
198
|
}, null, 8, ["configure", "systemCode"])
|
|
214
199
|
]),
|
|
215
200
|
_: 1
|
|
216
|
-
}),
|
|
201
|
+
}, 512), [
|
|
202
|
+
[vShow, __props.configure.props.base.tittleShow]
|
|
203
|
+
]),
|
|
217
204
|
withDirectives(createVNode(_component_el_form_item, {
|
|
218
205
|
label: "标题宽度",
|
|
219
206
|
class: "amb-design-attr-item"
|
|
@@ -221,7 +208,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
221
208
|
default: withCtx(() => [
|
|
222
209
|
createVNode(_component_el_input_number, {
|
|
223
210
|
modelValue: __props.configure.props.base.titleWidth,
|
|
224
|
-
"onUpdate:modelValue": _cache[
|
|
211
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.configure.props.base.titleWidth = $event),
|
|
225
212
|
style: { "width": "100%" },
|
|
226
213
|
min: 0,
|
|
227
214
|
max: 200,
|
|
@@ -239,7 +226,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
239
226
|
default: withCtx(() => [
|
|
240
227
|
createVNode(_component_el_input_number, {
|
|
241
228
|
modelValue: __props.configure.props.base.offOnWidth,
|
|
242
|
-
"onUpdate:modelValue": _cache[
|
|
229
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.configure.props.base.offOnWidth = $event),
|
|
243
230
|
style: { "width": "100%" },
|
|
244
231
|
min: 0,
|
|
245
232
|
max: 200,
|
|
@@ -255,7 +242,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
255
242
|
default: withCtx(() => [
|
|
256
243
|
createVNode(_component_el_input, {
|
|
257
244
|
modelValue: __props.configure.props.base.activeValue,
|
|
258
|
-
"onUpdate:modelValue": _cache[
|
|
245
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.configure.props.base.activeValue = $event),
|
|
259
246
|
placeholder: "请输入"
|
|
260
247
|
}, null, 8, ["modelValue"])
|
|
261
248
|
]),
|
|
@@ -268,7 +255,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
268
255
|
default: withCtx(() => [
|
|
269
256
|
createVNode(_component_el_color_picker, {
|
|
270
257
|
modelValue: __props.configure.props.base.onColor,
|
|
271
|
-
"onUpdate:modelValue": _cache[
|
|
258
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => __props.configure.props.base.onColor = $event)
|
|
272
259
|
}, null, 8, ["modelValue"])
|
|
273
260
|
]),
|
|
274
261
|
_: 1
|
|
@@ -280,7 +267,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
280
267
|
default: withCtx(() => [
|
|
281
268
|
createVNode(_component_el_input, {
|
|
282
269
|
modelValue: __props.configure.props.base.activeText,
|
|
283
|
-
"onUpdate:modelValue": _cache[
|
|
270
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => __props.configure.props.base.activeText = $event),
|
|
284
271
|
placeholder: "请输入"
|
|
285
272
|
}, null, 8, ["modelValue"])
|
|
286
273
|
]),
|
|
@@ -293,7 +280,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
293
280
|
default: withCtx(() => [
|
|
294
281
|
createVNode(_component_el_input, {
|
|
295
282
|
modelValue: __props.configure.props.base.inactiveValue,
|
|
296
|
-
"onUpdate:modelValue": _cache[
|
|
283
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => __props.configure.props.base.inactiveValue = $event),
|
|
297
284
|
placeholder: "请输入"
|
|
298
285
|
}, null, 8, ["modelValue"])
|
|
299
286
|
]),
|
|
@@ -306,7 +293,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
306
293
|
default: withCtx(() => [
|
|
307
294
|
createVNode(_component_el_color_picker, {
|
|
308
295
|
modelValue: __props.configure.props.base.offColor,
|
|
309
|
-
"onUpdate:modelValue": _cache[
|
|
296
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => __props.configure.props.base.offColor = $event)
|
|
310
297
|
}, null, 8, ["modelValue"])
|
|
311
298
|
]),
|
|
312
299
|
_: 1
|
|
@@ -318,7 +305,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
318
305
|
default: withCtx(() => [
|
|
319
306
|
createVNode(_component_el_input, {
|
|
320
307
|
modelValue: __props.configure.props.base.inactiveText,
|
|
321
|
-
"onUpdate:modelValue": _cache[
|
|
308
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => __props.configure.props.base.inactiveText = $event),
|
|
322
309
|
placeholder: "请输入"
|
|
323
310
|
}, null, 8, ["modelValue"])
|
|
324
311
|
]),
|
|
@@ -331,7 +318,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
331
318
|
default: withCtx(() => [
|
|
332
319
|
createVNode(_component_el_radio_group, {
|
|
333
320
|
modelValue: __props.configure.props.base.size,
|
|
334
|
-
"onUpdate:modelValue": _cache[
|
|
321
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => __props.configure.props.base.size = $event),
|
|
335
322
|
class: "ml-4"
|
|
336
323
|
}, {
|
|
337
324
|
default: withCtx(() => [
|
|
@@ -366,7 +353,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
366
353
|
default: withCtx(() => [
|
|
367
354
|
createVNode(_component_el_radio_group, {
|
|
368
355
|
modelValue: __props.configure.props.base.state,
|
|
369
|
-
"onUpdate:modelValue": _cache[
|
|
356
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => __props.configure.props.base.state = $event),
|
|
370
357
|
class: "ml-4"
|
|
371
358
|
}, {
|
|
372
359
|
default: withCtx(() => [
|
|
@@ -407,7 +394,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
407
394
|
default: withCtx(() => [
|
|
408
395
|
createVNode(_component_el_checkbox, {
|
|
409
396
|
modelValue: __props.configure.props.verification.required,
|
|
410
|
-
"onUpdate:modelValue": _cache[
|
|
397
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => __props.configure.props.verification.required = $event),
|
|
411
398
|
label: "必填"
|
|
412
399
|
}, null, 8, ["modelValue"])
|
|
413
400
|
]),
|