super-page-designer 2.1.13 → 2.1.18
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/interfaces/page-design-types.d.ts +1 -0
- package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +17 -4
- package/dist/es/components/design/views/assemblys/button/dropdown/dropdown-attr-base.vue.js +24 -3
- package/dist/es/components/design/views/assemblys/button/dropdown/dropdown-attr.vue2.js +9 -1
- package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr-base.vue.js +15 -2
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue.js +17 -4
- package/dist/es/components/design/views/assemblys/common/common-i18n-setting.vue.js +38 -0
- package/dist/es/components/design/views/assemblys/common/common-i18n-setting.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +1 -725
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +725 -1
- package/dist/es/components/design/views/assemblys/container/card/card-design.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/container/collapse/collapse-attr-base.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/container/collapse/collapse-design.vue2.js +3 -1
- package/dist/es/components/design/views/assemblys/container/container/container-design.vue2.js +8 -2
- package/dist/es/components/design/views/assemblys/container/flex/flex-design.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/container/form/form-design.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/container/tabs/tabs-design.vue2.js +2 -0
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr-advanced.vue.js +22 -2
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +1 -1
- 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 +25 -12
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-base.vue.js +19 -6
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +152 -1
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +1 -152
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +22 -6
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +26 -6
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/divider/divider-attr-base.vue.js +20 -2
- package/dist/es/components/design/views/assemblys/form/divider/divider-attr.vue2.js +10 -1
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +22 -4
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +22 -4
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +25 -12
- package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +24 -6
- package/dist/es/components/design/views/assemblys/form/label/label-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/link/link-attr-base.vue.js +19 -6
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +19 -6
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +20 -2
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +21 -8
- package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr-base.vue.js +31 -10
- package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr.vue2.js +10 -1
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +20 -2
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr.vue2.js +10 -1
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +20 -2
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +19 -6
- package/dist/es/components/design/views/assemblys/object-design.vue.js +3 -0
- package/dist/es/components/design/views/design/page-event/config.vue.js +2 -2
- package/dist/es/components/design/views/design/page-event/config.vue2.js +336 -1
- package/dist/es/components/design/views/design/page-event/config.vue3.js +1 -336
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/style.css +141 -168
- package/package.json +5 -4
package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, unref, createCommentVNode, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
2
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
3
3
|
import { componentNameChange } from "../../../../utils/form-design-util.js";
|
|
4
|
-
import _sfc_main$
|
|
5
|
-
import _sfc_main$
|
|
6
|
-
import _sfc_main$
|
|
7
|
-
import _sfc_main$
|
|
4
|
+
import _sfc_main$6 from "../common/verification.vue.js";
|
|
5
|
+
import _sfc_main$7 from "../../common/common-attr-size.vue.js";
|
|
6
|
+
import _sfc_main$4 from "../common/pre-suffix.vue.js";
|
|
7
|
+
import _sfc_main$8 from "../common/bar-code-rule.vue.js";
|
|
8
8
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
9
9
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
10
|
-
import _sfc_main$
|
|
11
|
-
import _sfc_main$
|
|
10
|
+
import _sfc_main$5 from "../common/suffixmodule.vue.js";
|
|
11
|
+
import _sfc_main$3 from "../common/title-suffix.vue.js";
|
|
12
|
+
import _sfc_main$2 from "../../common/common-i18n-setting.vue.js";
|
|
12
13
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
13
14
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
14
15
|
const _hoisted_3 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
@@ -225,6 +226,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
225
226
|
}, 512), [
|
|
226
227
|
[vShow, __props.configure.props.base.tittleShow]
|
|
227
228
|
]),
|
|
229
|
+
createVNode(_component_el_form_item, {
|
|
230
|
+
label: "国际化标题",
|
|
231
|
+
class: "amb-design-attr-item"
|
|
232
|
+
}, {
|
|
233
|
+
default: withCtx(() => [
|
|
234
|
+
createVNode(_sfc_main$2, {
|
|
235
|
+
configure: __props.configure,
|
|
236
|
+
systemCode: __props.pageDesign.systemCode
|
|
237
|
+
}, null, 8, ["configure", "systemCode"])
|
|
238
|
+
]),
|
|
239
|
+
_: 1
|
|
240
|
+
}),
|
|
228
241
|
withDirectives(createVNode(_component_el_form_item, {
|
|
229
242
|
label: "标题宽度",
|
|
230
243
|
class: "amb-design-attr-item"
|
|
@@ -434,10 +447,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
434
447
|
]),
|
|
435
448
|
_: 1
|
|
436
449
|
}),
|
|
437
|
-
withDirectives(createVNode(_sfc_main$
|
|
450
|
+
withDirectives(createVNode(_sfc_main$3, { configure: __props.configure }, null, 8, ["configure"]), [
|
|
438
451
|
[vShow, __props.configure.props.base.tittleShow]
|
|
439
452
|
]),
|
|
440
|
-
(openBlock(), createBlock(_sfc_main$
|
|
453
|
+
(openBlock(), createBlock(_sfc_main$4, {
|
|
441
454
|
key: __props.configure.uuid,
|
|
442
455
|
preSuffix: __props.configure.props.preSuffix
|
|
443
456
|
}, null, 8, ["preSuffix"])),
|
|
@@ -448,7 +461,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
448
461
|
}, {
|
|
449
462
|
default: withCtx(() => [
|
|
450
463
|
createElementVNode("div", _hoisted_3, [
|
|
451
|
-
createVNode(_sfc_main$
|
|
464
|
+
createVNode(_sfc_main$5, {
|
|
452
465
|
configure: __props.configure,
|
|
453
466
|
pageDesign: __props.pageDesign
|
|
454
467
|
}, null, 8, ["configure", "pageDesign"])
|
|
@@ -458,16 +471,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
458
471
|
}, 512), [
|
|
459
472
|
[vShow, __props.configure.props.preSuffix && __props.configure.props.preSuffix.sufIconType]
|
|
460
473
|
]),
|
|
461
|
-
(openBlock(), createBlock(_sfc_main$
|
|
474
|
+
(openBlock(), createBlock(_sfc_main$6, {
|
|
462
475
|
key: __props.configure.uuid,
|
|
463
476
|
pageDesign: __props.pageDesign,
|
|
464
477
|
verification: __props.configure.props.verification
|
|
465
478
|
}, null, 8, ["pageDesign", "verification"])),
|
|
466
|
-
!isTable.value ? (openBlock(), createBlock(_sfc_main$
|
|
479
|
+
!isTable.value ? (openBlock(), createBlock(_sfc_main$7, {
|
|
467
480
|
key: __props.configure.uuid,
|
|
468
481
|
size: __props.configure.props.size
|
|
469
482
|
}, null, 8, ["size"])) : createCommentVNode("", true),
|
|
470
|
-
BarCodeRuleOff.value ? (openBlock(), createBlock(_sfc_main$
|
|
483
|
+
BarCodeRuleOff.value ? (openBlock(), createBlock(_sfc_main$8, {
|
|
471
484
|
key: 1,
|
|
472
485
|
ruleList: __props.configure.props.scan.ruleList,
|
|
473
486
|
onRemove: barCodeRuleRemove,
|
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, unref, createCommentVNode, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
2
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
3
3
|
import { componentNameChange } from "../../../../utils/form-design-util.js";
|
|
4
|
-
import _sfc_main$
|
|
5
|
-
import _sfc_main$
|
|
4
|
+
import _sfc_main$5 from "../../common/common-attr-size.vue.js";
|
|
5
|
+
import _sfc_main$4 from "../common/pre-suffix.vue.js";
|
|
6
6
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
7
|
-
import _sfc_main$
|
|
7
|
+
import _sfc_main$3 from "../common/data-format.vue.js";
|
|
8
8
|
import _sfc_main$1 from "../../common/common-function-code.vue.js";
|
|
9
|
+
import _sfc_main$2 from "../../common/common-i18n-setting.vue.js";
|
|
9
10
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
10
11
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
11
12
|
__name: "label-attr-base",
|
|
12
13
|
props: {
|
|
13
14
|
configure: Object,
|
|
15
|
+
pageDesign: {
|
|
16
|
+
type: Object,
|
|
17
|
+
default: () => {
|
|
18
|
+
}
|
|
19
|
+
},
|
|
14
20
|
default: () => ({ props: {} })
|
|
15
21
|
},
|
|
16
22
|
emits: ["changeAssembly"],
|
|
@@ -195,6 +201,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
195
201
|
}, 512), [
|
|
196
202
|
[vShow, __props.configure.props.base.tittleShow]
|
|
197
203
|
]),
|
|
204
|
+
createVNode(_component_el_form_item, {
|
|
205
|
+
label: "国际化标题",
|
|
206
|
+
class: "amb-design-attr-item"
|
|
207
|
+
}, {
|
|
208
|
+
default: withCtx(() => [
|
|
209
|
+
createVNode(_sfc_main$2, {
|
|
210
|
+
configure: __props.configure,
|
|
211
|
+
systemCode: __props.pageDesign.systemCode
|
|
212
|
+
}, null, 8, ["configure", "systemCode"])
|
|
213
|
+
]),
|
|
214
|
+
_: 1
|
|
215
|
+
}),
|
|
198
216
|
withDirectives(createVNode(_component_el_form_item, {
|
|
199
217
|
label: "标题宽度",
|
|
200
218
|
class: "amb-design-attr-item"
|
|
@@ -217,15 +235,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
217
235
|
]),
|
|
218
236
|
_: 1
|
|
219
237
|
}),
|
|
220
|
-
(openBlock(), createBlock(_sfc_main$
|
|
238
|
+
(openBlock(), createBlock(_sfc_main$3, {
|
|
221
239
|
key: __props.configure.uuid,
|
|
222
240
|
configure: __props.configure
|
|
223
241
|
}, null, 8, ["configure"])),
|
|
224
|
-
(openBlock(), createBlock(_sfc_main$
|
|
242
|
+
(openBlock(), createBlock(_sfc_main$4, {
|
|
225
243
|
key: __props.configure.uuid,
|
|
226
244
|
preSuffix: __props.configure.props.preSuffix
|
|
227
245
|
}, null, 8, ["preSuffix"])),
|
|
228
|
-
!isTable.value ? (openBlock(), createBlock(_sfc_main$
|
|
246
|
+
!isTable.value ? (openBlock(), createBlock(_sfc_main$5, {
|
|
229
247
|
key: __props.configure.uuid,
|
|
230
248
|
size: __props.configure.props.size
|
|
231
249
|
}, null, 8, ["size"])) : createCommentVNode("", true)
|
|
@@ -13,6 +13,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
13
13
|
type: Object,
|
|
14
14
|
default: () => ({ title: "Text", props: { type: "input-text" } })
|
|
15
15
|
// 设置默认值
|
|
16
|
+
},
|
|
17
|
+
// 页面设计对象
|
|
18
|
+
pageDesign: {
|
|
19
|
+
type: Object,
|
|
20
|
+
default: () => {
|
|
21
|
+
}
|
|
16
22
|
}
|
|
17
23
|
},
|
|
18
24
|
setup(__props) {
|
|
@@ -26,8 +32,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
26
32
|
createElementVNode("div", _hoisted_2, [
|
|
27
33
|
withDirectives(createVNode(_sfc_main$1, {
|
|
28
34
|
configure: __props.configure,
|
|
35
|
+
pageDesign: __props.pageDesign,
|
|
29
36
|
onChangeAssembly: _cache[1] || (_cache[1] = (val) => _ctx.$emit("changeAssembly", val))
|
|
30
|
-
}, null, 8, ["configure"]), [
|
|
37
|
+
}, null, 8, ["configure", "pageDesign"]), [
|
|
31
38
|
[vShow, unref(currentConfigType) === "base"]
|
|
32
39
|
]),
|
|
33
40
|
withDirectives(createVNode(_sfc_main$2, { configure: __props.configure }, null, 8, ["configure"]), [
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, unref, createCommentVNode, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
|
-
import _sfc_main$
|
|
2
|
+
import _sfc_main$4 from "../common/suffixmodule.vue.js";
|
|
3
3
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
4
4
|
import { componentNameChange } from "../../../../utils/form-design-util.js";
|
|
5
5
|
import IconSetDialog from "../common/icon-set-dialog.vue.js";
|
|
6
|
-
import _sfc_main$
|
|
6
|
+
import _sfc_main$5 from "../../common/common-attr-size.vue.js";
|
|
7
7
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
8
|
-
import _sfc_main$
|
|
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-i18n-setting.vue.js";
|
|
10
11
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
11
12
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
12
13
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -249,6 +250,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
249
250
|
}, 512), [
|
|
250
251
|
[vShow, _ctx.configure.props.base.tittleShow]
|
|
251
252
|
]),
|
|
253
|
+
createVNode(_component_el_form_item, {
|
|
254
|
+
label: "国际化标题",
|
|
255
|
+
class: "amb-design-attr-item"
|
|
256
|
+
}, {
|
|
257
|
+
default: withCtx(() => [
|
|
258
|
+
createVNode(_sfc_main$2, {
|
|
259
|
+
configure: _ctx.configure,
|
|
260
|
+
systemCode: _ctx.pageDesign.systemCode
|
|
261
|
+
}, null, 8, ["configure", "systemCode"])
|
|
262
|
+
]),
|
|
263
|
+
_: 1
|
|
264
|
+
}),
|
|
252
265
|
withDirectives(createVNode(_component_el_form_item, {
|
|
253
266
|
label: "标题宽度",
|
|
254
267
|
class: "amb-design-attr-item"
|
|
@@ -360,7 +373,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
360
373
|
class: "amb-design-attr-item"
|
|
361
374
|
}, {
|
|
362
375
|
default: withCtx(() => [
|
|
363
|
-
createVNode(_sfc_main$
|
|
376
|
+
createVNode(_sfc_main$3, {
|
|
364
377
|
list: _ctx.configure.props.buttonDisplayConditionsList,
|
|
365
378
|
title: "显示条件"
|
|
366
379
|
}, null, 8, ["list"])
|
|
@@ -407,7 +420,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
407
420
|
}, {
|
|
408
421
|
default: withCtx(() => [
|
|
409
422
|
createElementVNode("div", _hoisted_2, [
|
|
410
|
-
(openBlock(), createBlock(_sfc_main$
|
|
423
|
+
(openBlock(), createBlock(_sfc_main$4, {
|
|
411
424
|
key: _ctx.configure.uuid,
|
|
412
425
|
configure: _ctx.configure,
|
|
413
426
|
pageDesign: _ctx.pageDesign
|
|
@@ -416,7 +429,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
416
429
|
]),
|
|
417
430
|
_: 1
|
|
418
431
|
}),
|
|
419
|
-
!isTable.value ? (openBlock(), createBlock(_sfc_main$
|
|
432
|
+
!isTable.value ? (openBlock(), createBlock(_sfc_main$5, {
|
|
420
433
|
key: _ctx.configure.uuid,
|
|
421
434
|
size: _ctx.configure.props.size
|
|
422
435
|
}, null, 8, ["size"])) : createCommentVNode("", true)
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, unref, createCommentVNode, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
2
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
3
3
|
import { componentNameChange } from "../../../../utils/form-design-util.js";
|
|
4
|
-
import _sfc_main$
|
|
4
|
+
import _sfc_main$5 from "../../common/common-attr-size.vue.js";
|
|
5
5
|
import DataOrigin from "../common/data-origin.vue.js";
|
|
6
|
-
import _sfc_main$
|
|
6
|
+
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
|
-
import _sfc_main$
|
|
9
|
+
import _sfc_main$4 from "../common/verification-custom.vue.js";
|
|
10
|
+
import _sfc_main$2 from "../../common/common-i18n-setting.vue.js";
|
|
10
11
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
11
12
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
12
13
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -198,6 +199,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
198
199
|
}, 512), [
|
|
199
200
|
[vShow, __props.configure.props.base.tittleShow]
|
|
200
201
|
]),
|
|
202
|
+
createVNode(_component_el_form_item, {
|
|
203
|
+
label: "国际化标题",
|
|
204
|
+
class: "amb-design-attr-item"
|
|
205
|
+
}, {
|
|
206
|
+
default: withCtx(() => [
|
|
207
|
+
createVNode(_sfc_main$2, {
|
|
208
|
+
configure: __props.configure,
|
|
209
|
+
systemCode: __props.pageDesign.systemCode
|
|
210
|
+
}, null, 8, ["configure", "systemCode"])
|
|
211
|
+
]),
|
|
212
|
+
_: 1
|
|
213
|
+
}),
|
|
201
214
|
withDirectives(createVNode(_component_el_form_item, {
|
|
202
215
|
label: "标题宽度",
|
|
203
216
|
class: "amb-design-attr-item"
|
|
@@ -295,7 +308,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
295
308
|
configure: __props.configure,
|
|
296
309
|
remote: true
|
|
297
310
|
}, null, 8, ["configure"])) : createCommentVNode("", true),
|
|
298
|
-
(openBlock(), createBlock(_sfc_main$
|
|
311
|
+
(openBlock(), createBlock(_sfc_main$3, {
|
|
299
312
|
key: __props.configure.uuid,
|
|
300
313
|
configureProps: __props.configure.props
|
|
301
314
|
}, null, 8, ["configureProps"])),
|
|
@@ -325,7 +338,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
325
338
|
"label-width": "0"
|
|
326
339
|
}, {
|
|
327
340
|
default: withCtx(() => [
|
|
328
|
-
createVNode(_sfc_main$
|
|
341
|
+
createVNode(_sfc_main$4, {
|
|
329
342
|
pageDesign: __props.pageDesign,
|
|
330
343
|
verification: __props.configure.props.verification
|
|
331
344
|
}, null, 8, ["pageDesign", "verification"])
|
|
@@ -336,7 +349,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
336
349
|
]),
|
|
337
350
|
_: 1
|
|
338
351
|
})),
|
|
339
|
-
!isTable.value ? (openBlock(), createBlock(_sfc_main$
|
|
352
|
+
!isTable.value ? (openBlock(), createBlock(_sfc_main$5, {
|
|
340
353
|
key: __props.configure.uuid,
|
|
341
354
|
size: __props.configure.props.size
|
|
342
355
|
}, null, 8, ["size"])) : createCommentVNode("", true)
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, unref, createCommentVNode, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
2
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
3
3
|
import { componentNameChange } from "../../../../utils/form-design-util.js";
|
|
4
|
-
import _sfc_main$
|
|
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-i18n-setting.vue.js";
|
|
7
8
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
8
9
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
9
10
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -13,6 +14,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
13
14
|
type: Object,
|
|
14
15
|
required: true
|
|
15
16
|
},
|
|
17
|
+
pageDesign: {
|
|
18
|
+
type: Object,
|
|
19
|
+
default: () => {
|
|
20
|
+
}
|
|
21
|
+
},
|
|
16
22
|
default: () => ({ props: {} })
|
|
17
23
|
},
|
|
18
24
|
emits: ["changeAssembly"],
|
|
@@ -195,6 +201,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
195
201
|
}, 512), [
|
|
196
202
|
[vShow, __props.configure.props.base.tittleShow]
|
|
197
203
|
]),
|
|
204
|
+
createVNode(_component_el_form_item, {
|
|
205
|
+
label: "国际化标题",
|
|
206
|
+
class: "amb-design-attr-item"
|
|
207
|
+
}, {
|
|
208
|
+
default: withCtx(() => [
|
|
209
|
+
createVNode(_sfc_main$2, {
|
|
210
|
+
configure: __props.configure,
|
|
211
|
+
systemCode: __props.pageDesign.systemCode
|
|
212
|
+
}, null, 8, ["configure", "systemCode"])
|
|
213
|
+
]),
|
|
214
|
+
_: 1
|
|
215
|
+
}),
|
|
198
216
|
withDirectives(createVNode(_component_el_form_item, {
|
|
199
217
|
label: "标题宽度",
|
|
200
218
|
class: "amb-design-attr-item"
|
|
@@ -316,7 +334,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
316
334
|
]),
|
|
317
335
|
_: 1
|
|
318
336
|
})),
|
|
319
|
-
!isTable.value ? (openBlock(), createBlock(_sfc_main$
|
|
337
|
+
!isTable.value ? (openBlock(), createBlock(_sfc_main$3, {
|
|
320
338
|
key: __props.configure.uuid,
|
|
321
339
|
size: __props.configure.props.size
|
|
322
340
|
}, null, 8, ["size"])) : createCommentVNode("", true)
|
|
@@ -13,6 +13,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
13
13
|
type: Object,
|
|
14
14
|
default: () => ({ title: "Text", props: { type: "input-text" } })
|
|
15
15
|
// 设置默认值
|
|
16
|
+
},
|
|
17
|
+
// 页面设计对象
|
|
18
|
+
pageDesign: {
|
|
19
|
+
type: Object,
|
|
20
|
+
default: () => {
|
|
21
|
+
}
|
|
16
22
|
}
|
|
17
23
|
},
|
|
18
24
|
setup(__props) {
|
|
@@ -26,8 +32,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
26
32
|
createElementVNode("div", _hoisted_2, [
|
|
27
33
|
withDirectives(createVNode(_sfc_main$1, {
|
|
28
34
|
configure: __props.configure,
|
|
35
|
+
pageDesign: __props.pageDesign,
|
|
29
36
|
onChangeAssembly: _cache[1] || (_cache[1] = (val) => _ctx.$emit("changeAssembly", val))
|
|
30
|
-
}, null, 8, ["configure"]), [
|
|
37
|
+
}, null, 8, ["configure", "pageDesign"]), [
|
|
31
38
|
[vShow, unref(currentConfigType) === "base"]
|
|
32
39
|
]),
|
|
33
40
|
withDirectives(createVNode(_sfc_main$2, { configure: __props.configure }, null, 8, ["configure"]), [
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, unref, createCommentVNode, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
2
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
3
3
|
import { componentNameChange } from "../../../../utils/form-design-util.js";
|
|
4
|
-
import _sfc_main$
|
|
4
|
+
import _sfc_main$6 from "../../common/common-attr-size.vue.js";
|
|
5
5
|
import DataOrigin from "../common/data-origin.vue.js";
|
|
6
|
-
import _sfc_main$
|
|
6
|
+
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
|
-
import _sfc_main$
|
|
10
|
-
import _sfc_main$
|
|
9
|
+
import _sfc_main$4 from "../common/title-suffix.vue.js";
|
|
10
|
+
import _sfc_main$5 from "../common/verification-custom.vue.js";
|
|
11
|
+
import _sfc_main$2 from "../../common/common-i18n-setting.vue.js";
|
|
11
12
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
12
13
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
13
14
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -220,6 +221,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
220
221
|
}, 512), [
|
|
221
222
|
[vShow, __props.configure.props.base.tittleShow]
|
|
222
223
|
]),
|
|
224
|
+
createVNode(_component_el_form_item, {
|
|
225
|
+
label: "国际化标题",
|
|
226
|
+
class: "amb-design-attr-item"
|
|
227
|
+
}, {
|
|
228
|
+
default: withCtx(() => [
|
|
229
|
+
createVNode(_sfc_main$2, {
|
|
230
|
+
configure: __props.configure,
|
|
231
|
+
systemCode: __props.pageDesign.systemCode
|
|
232
|
+
}, null, 8, ["configure", "systemCode"])
|
|
233
|
+
]),
|
|
234
|
+
_: 1
|
|
235
|
+
}),
|
|
223
236
|
withDirectives(createVNode(_component_el_form_item, {
|
|
224
237
|
label: "标题宽度",
|
|
225
238
|
class: "amb-design-attr-item"
|
|
@@ -471,11 +484,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
471
484
|
configure: __props.configure,
|
|
472
485
|
remote: true
|
|
473
486
|
}, null, 8, ["configure"])) : createCommentVNode("", true),
|
|
474
|
-
(openBlock(), createBlock(_sfc_main$
|
|
487
|
+
(openBlock(), createBlock(_sfc_main$3, {
|
|
475
488
|
key: __props.configure.uuid,
|
|
476
489
|
configureProps: __props.configure.props
|
|
477
490
|
}, null, 8, ["configureProps"])),
|
|
478
|
-
withDirectives(createVNode(_sfc_main$
|
|
491
|
+
withDirectives(createVNode(_sfc_main$4, { configure: __props.configure }, null, 8, ["configure"]), [
|
|
479
492
|
[vShow, __props.configure.props.base.tittleShow]
|
|
480
493
|
]),
|
|
481
494
|
(openBlock(), createBlock(_component_el_collapse_item, {
|
|
@@ -504,7 +517,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
504
517
|
"label-width": "0"
|
|
505
518
|
}, {
|
|
506
519
|
default: withCtx(() => [
|
|
507
|
-
createVNode(_sfc_main$
|
|
520
|
+
createVNode(_sfc_main$5, {
|
|
508
521
|
pageDesign: __props.pageDesign,
|
|
509
522
|
verification: __props.configure.props.verification
|
|
510
523
|
}, null, 8, ["pageDesign", "verification"])
|
|
@@ -515,7 +528,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
515
528
|
]),
|
|
516
529
|
_: 1
|
|
517
530
|
})),
|
|
518
|
-
!isTable.value ? (openBlock(), createBlock(_sfc_main$
|
|
531
|
+
!isTable.value ? (openBlock(), createBlock(_sfc_main$6, {
|
|
519
532
|
key: __props.configure.uuid,
|
|
520
533
|
size: __props.configure.props.size
|
|
521
534
|
}, null, 8, ["size"])) : createCommentVNode("", true)
|
package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr-base.vue.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createTextVNode, toDisplayString, createCommentVNode } from "vue";
|
|
2
|
-
import _sfc_main$
|
|
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
|
-
import _sfc_main$
|
|
4
|
+
import _sfc_main$3 from "../../common/common-icon-bind.vue.js";
|
|
5
|
+
import _sfc_main$2 from "../../common/common-i18n-setting.vue.js";
|
|
5
6
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
6
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
8
|
__name: "separatelabel-attr-base",
|
|
@@ -9,6 +10,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
9
10
|
configure: {
|
|
10
11
|
type: Object,
|
|
11
12
|
default: {}
|
|
13
|
+
},
|
|
14
|
+
pageDesign: {
|
|
15
|
+
type: Object,
|
|
16
|
+
default: () => {
|
|
17
|
+
}
|
|
12
18
|
}
|
|
13
19
|
},
|
|
14
20
|
setup(__props) {
|
|
@@ -47,7 +53,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
47
53
|
}, {
|
|
48
54
|
default: withCtx(() => [
|
|
49
55
|
createElementVNode("div", _hoisted_1, [
|
|
50
|
-
createVNode(_component_el_form_item, {
|
|
56
|
+
createVNode(_component_el_form_item, {
|
|
57
|
+
label: "组件类型",
|
|
58
|
+
class: "amb-design-attr-item"
|
|
59
|
+
}, {
|
|
51
60
|
default: withCtx(() => [
|
|
52
61
|
createVNode(_component_el_text, null, {
|
|
53
62
|
default: withCtx(() => [
|
|
@@ -60,7 +69,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
60
69
|
}),
|
|
61
70
|
createVNode(_component_el_form_item, {
|
|
62
71
|
label: "唯一编码",
|
|
63
|
-
|
|
72
|
+
class: "amb-design-attr-item"
|
|
64
73
|
}, {
|
|
65
74
|
default: withCtx(() => [
|
|
66
75
|
createVNode(_component_el_input, {
|
|
@@ -74,7 +83,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
74
83
|
}),
|
|
75
84
|
createVNode(_component_el_form_item, {
|
|
76
85
|
label: "自定义编码",
|
|
77
|
-
|
|
86
|
+
class: "amb-design-attr-item"
|
|
78
87
|
}, {
|
|
79
88
|
default: withCtx(() => [
|
|
80
89
|
createVNode(_component_el_input, {
|
|
@@ -88,7 +97,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
88
97
|
!isTable.value ? (openBlock(), createBlock(_component_el_form_item, {
|
|
89
98
|
key: 0,
|
|
90
99
|
label: "绑定权限",
|
|
91
|
-
|
|
100
|
+
class: "amb-design-attr-item"
|
|
92
101
|
}, {
|
|
93
102
|
default: withCtx(() => [
|
|
94
103
|
(openBlock(), createBlock(_sfc_main$1, {
|
|
@@ -101,7 +110,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
101
110
|
!isTable.value ? (openBlock(), createBlock(_component_el_form_item, {
|
|
102
111
|
key: 1,
|
|
103
112
|
label: "标题",
|
|
104
|
-
|
|
113
|
+
class: "amb-design-attr-item"
|
|
105
114
|
}, {
|
|
106
115
|
default: withCtx(() => [
|
|
107
116
|
createVNode(_component_el_input, {
|
|
@@ -112,13 +121,25 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
112
121
|
]),
|
|
113
122
|
_: 1
|
|
114
123
|
})) : createCommentVNode("", true),
|
|
124
|
+
createVNode(_component_el_form_item, {
|
|
125
|
+
label: "国际化标题",
|
|
126
|
+
class: "amb-design-attr-item"
|
|
127
|
+
}, {
|
|
128
|
+
default: withCtx(() => [
|
|
129
|
+
createVNode(_sfc_main$2, {
|
|
130
|
+
configure: __props.configure,
|
|
131
|
+
systemCode: __props.pageDesign.systemCode
|
|
132
|
+
}, null, 8, ["configure", "systemCode"])
|
|
133
|
+
]),
|
|
134
|
+
_: 1
|
|
135
|
+
}),
|
|
115
136
|
!isTable.value ? (openBlock(), createBlock(_component_el_form_item, {
|
|
116
137
|
key: 2,
|
|
117
138
|
label: "标题图标",
|
|
118
|
-
|
|
139
|
+
class: "amb-design-attr-item"
|
|
119
140
|
}, {
|
|
120
141
|
default: withCtx(() => [
|
|
121
|
-
(openBlock(), createBlock(_sfc_main$
|
|
142
|
+
(openBlock(), createBlock(_sfc_main$3, {
|
|
122
143
|
key: __props.configure.uuid,
|
|
123
144
|
iconType: __props.configure.props.iconType,
|
|
124
145
|
iconValue: __props.configure.props.iconValue,
|
|
@@ -131,7 +152,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
131
152
|
]),
|
|
132
153
|
_: 1
|
|
133
154
|
}),
|
|
134
|
-
!isTable.value ? (openBlock(), createBlock(_sfc_main$
|
|
155
|
+
!isTable.value ? (openBlock(), createBlock(_sfc_main$4, {
|
|
135
156
|
key: __props.configure.uuid,
|
|
136
157
|
size: __props.configure.props.size
|
|
137
158
|
}, null, 8, ["size"])) : createCommentVNode("", true)
|
package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr.vue2.js
CHANGED
|
@@ -13,6 +13,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
13
13
|
configure: {
|
|
14
14
|
type: Object,
|
|
15
15
|
default: {}
|
|
16
|
+
},
|
|
17
|
+
// 页面设计对象
|
|
18
|
+
pageDesign: {
|
|
19
|
+
type: Object,
|
|
20
|
+
default: () => {
|
|
21
|
+
}
|
|
16
22
|
}
|
|
17
23
|
},
|
|
18
24
|
emits: [],
|
|
@@ -71,7 +77,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
71
77
|
])
|
|
72
78
|
]),
|
|
73
79
|
createElementVNode("div", _hoisted_4, [
|
|
74
|
-
withDirectives(createVNode(_sfc_main$1, {
|
|
80
|
+
withDirectives(createVNode(_sfc_main$1, {
|
|
81
|
+
configure: __props.configure,
|
|
82
|
+
pageDesign: __props.pageDesign
|
|
83
|
+
}, null, 8, ["configure", "pageDesign"]), [
|
|
75
84
|
[vShow, unref(selAsselbyType) == "base"]
|
|
76
85
|
]),
|
|
77
86
|
withDirectives(createVNode(_sfc_main$2, { configure: __props.configure }, null, 8, ["configure"]), [
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, unref, createCommentVNode, createTextVNode, withDirectives, vShow } from "vue";
|
|
2
2
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
3
3
|
import { componentNameChange } from "../../../../utils/form-design-util.js";
|
|
4
|
-
import _sfc_main$
|
|
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-i18n-setting.vue.js";
|
|
7
8
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
8
9
|
const _hoisted_2 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
9
10
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -13,6 +14,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
13
14
|
type: Object,
|
|
14
15
|
required: true
|
|
15
16
|
},
|
|
17
|
+
pageDesign: {
|
|
18
|
+
type: Object,
|
|
19
|
+
default: () => {
|
|
20
|
+
}
|
|
21
|
+
},
|
|
16
22
|
default: () => ({ props: {} })
|
|
17
23
|
},
|
|
18
24
|
emits: ["changeAssembly"],
|
|
@@ -196,6 +202,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
196
202
|
}, 512), [
|
|
197
203
|
[vShow, __props.configure.props.base.tittleShow]
|
|
198
204
|
]),
|
|
205
|
+
createVNode(_component_el_form_item, {
|
|
206
|
+
label: "国际化标题",
|
|
207
|
+
class: "amb-design-attr-item"
|
|
208
|
+
}, {
|
|
209
|
+
default: withCtx(() => [
|
|
210
|
+
createVNode(_sfc_main$2, {
|
|
211
|
+
configure: __props.configure,
|
|
212
|
+
systemCode: __props.pageDesign.systemCode
|
|
213
|
+
}, null, 8, ["configure", "systemCode"])
|
|
214
|
+
]),
|
|
215
|
+
_: 1
|
|
216
|
+
}),
|
|
199
217
|
withDirectives(createVNode(_component_el_form_item, {
|
|
200
218
|
label: "标题宽度",
|
|
201
219
|
class: "amb-design-attr-item"
|
|
@@ -431,7 +449,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
431
449
|
]),
|
|
432
450
|
_: 1
|
|
433
451
|
})),
|
|
434
|
-
!isTable.value ? (openBlock(), createBlock(_sfc_main$
|
|
452
|
+
!isTable.value ? (openBlock(), createBlock(_sfc_main$3, {
|
|
435
453
|
key: __props.configure.uuid,
|
|
436
454
|
size: __props.configure.props.size
|
|
437
455
|
}, null, 8, ["size"])) : createCommentVNode("", true)
|
|
@@ -13,6 +13,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
13
13
|
type: Object,
|
|
14
14
|
default: () => ({ title: "Text", props: { type: "input-text" } })
|
|
15
15
|
// 设置默认值
|
|
16
|
+
},
|
|
17
|
+
// 页面设计对象
|
|
18
|
+
pageDesign: {
|
|
19
|
+
type: Object,
|
|
20
|
+
default: () => {
|
|
21
|
+
}
|
|
16
22
|
}
|
|
17
23
|
},
|
|
18
24
|
setup(__props) {
|
|
@@ -30,7 +36,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
30
36
|
}, null, 8, ["configure"]), [
|
|
31
37
|
[vShow, unref(currentConfigType) === "base"]
|
|
32
38
|
]),
|
|
33
|
-
withDirectives(createVNode(_sfc_main$2, {
|
|
39
|
+
withDirectives(createVNode(_sfc_main$2, {
|
|
40
|
+
configure: __props.configure,
|
|
41
|
+
pageDesign: __props.pageDesign
|
|
42
|
+
}, null, 8, ["configure", "pageDesign"]), [
|
|
34
43
|
[vShow, unref(currentConfigType) === "style"]
|
|
35
44
|
]),
|
|
36
45
|
withDirectives(createVNode(_sfc_main$3, { configure: __props.configure }, null, 8, ["configure"]), [
|