super-page-designer 2.0.20 → 2.0.26
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/assets/fonts/iconfont.css.js +1 -0
- package/dist/es/components/design/utils/assemblys-config.js +99 -91
- package/dist/es/components/design/utils/data-table-util.js +4 -4
- package/dist/es/components/design/utils/form-design-util.js +11 -0
- package/dist/es/components/design/utils/page-helper-util.d.ts +1 -0
- package/dist/es/components/design/utils/page-helper-util.js +8 -0
- package/dist/es/components/design/utils/page-permission-util.js +6 -0
- package/dist/es/components/design/utils/page-service-util.js +1 -1
- package/dist/es/components/design/utils/page-table-util.js +9 -7
- package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +14 -8
- package/dist/es/components/design/views/assemblys/button/button-group/buttongroup-design.vue2.js +16 -8
- package/dist/es/components/design/views/assemblys/button/dropdown/dropdown-attr-base.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/chart/column-line/column-line-design.vue2.js +1 -0
- package/dist/es/components/design/views/assemblys/common/common-icon-bind.vue.js +16 -12
- package/dist/es/components/design/views/assemblys/common/common-select-page.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/common/common-select-table.vue.js +10 -7
- package/dist/es/components/design/views/assemblys/common/common-style-background.vue.js +31 -9
- package/dist/es/components/design/views/assemblys/common/common-variable-bind-option.js +6 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.d.ts +1 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +5 -5
- package/dist/es/components/design/views/assemblys/common/page-permission-select.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/container/container/container-design.vue2.js +17 -7
- package/dist/es/components/design/views/assemblys/container/flex/flex-design.vue2.js +17 -7
- package/dist/es/components/design/views/assemblys/container/form/form-design.vue2.js +18 -8
- package/dist/es/components/design/views/assemblys/container/tools/tools-design.vue2.js +14 -8
- package/dist/es/components/design/views/assemblys/data/bar-code/barcode-attr-base.vue.js +118 -23
- package/dist/es/components/design/views/assemblys/data/bar-code/barcode-design.vue2.js +22 -9
- package/dist/es/components/design/views/assemblys/data/component/attr-style.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/column-config.vue.js +37 -34
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +112 -13
- package/dist/es/components/design/views/assemblys/data/component/querySetting.vue.js +0 -5
- package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +18 -9
- package/dist/es/components/design/views/assemblys/data/table/table-attr-advanced.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +31 -8
- package/dist/es/components/design/views/assemblys/data/table/table-attr.vue2.js +10 -9
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue2.js +13 -8
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +66 -77
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-event.vue.js +0 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-style.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr-base.vue.js +45 -38
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr-style.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-base.vue.js +22 -13
- package/dist/es/components/design/views/assemblys/form/common/attr-event.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/attr-event.vue2.js +4 -3
- package/dist/es/components/design/views/assemblys/form/common/bar-code-rule.vue.js +414 -150
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +4 -3
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue2.js +4 -1
- package/dist/es/components/design/views/assemblys/form/common/dimension-input.vue.js +1 -75
- package/dist/es/components/design/views/assemblys/form/common/dimension-input.vue2.js +75 -1
- package/dist/es/components/design/views/assemblys/form/common/dimension-input.vue3.js +2 -2
- package/dist/es/components/design/views/assemblys/form/common/linkpage-page-callback.vue.js +3 -42
- package/dist/es/components/design/views/assemblys/form/common/parameter-table.vue.js +19 -13
- package/dist/es/components/design/views/assemblys/form/common/pre-suffix.vue.js +5 -68
- package/dist/es/components/design/views/assemblys/form/common/suffixmodule.vue.js +24 -14
- package/dist/es/components/design/views/assemblys/form/custom/custom-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +16 -9
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +21 -11
- package/dist/es/components/design/views/assemblys/form/divider/divider-attr-base.vue.js +6 -4
- package/dist/es/components/design/views/assemblys/form/divider/divider-attr-event.vue.js +5 -5
- package/dist/es/components/design/views/assemblys/form/divider/divider-attr-style.vue.js +6 -0
- package/dist/es/components/design/views/assemblys/form/divider/divider-design.vue2.js +17 -16
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +16 -9
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +24 -9
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-design.vue2.js +1 -0
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +21 -12
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-design.vue2.js +21 -14
- package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +20 -10
- package/dist/es/components/design/views/assemblys/form/link/link-attr-base.vue.js +16 -9
- package/dist/es/components/design/views/assemblys/form/placeholder/placeholder-attr-base.vue.js +3 -2
- package/dist/es/components/design/views/assemblys/form/placeholder/placeholder-attr-style.vue.js +6 -0
- package/dist/es/components/design/views/assemblys/form/placeholder/placeholder-design.vue2.js +8 -13
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +22 -13
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +16 -9
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-design.vue2.js +2 -2
- package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +25 -15
- package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr-base.vue.js +10 -5
- package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr-style.vue.js +4 -1
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +16 -9
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +13 -7
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +16 -9
- package/dist/es/components/design/views/assemblys/object-design.vue.js +12 -8
- package/dist/es/components/design/views/assemblys/page/component/setting-form-rule-base-input.vue.d.ts +2 -2
- package/dist/es/components/design/views/assemblys/page/component/setting-form-rule-base-input.vue.js +3 -3
- package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.d.ts +1 -1
- package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.js +28 -16
- package/dist/es/components/design/views/assemblys/workflow/picture-flow/pictureflow-attr-base.vue.js +21 -6
- package/dist/es/components/design/views/assemblys/workflow/text-history/texthistory-attr-base.vue.js +10 -8
- package/dist/es/components/design/views/design/page-design.vue.js +165 -138
- package/dist/es/components/design/views/design/page-event/config.vue.d.ts +12 -1
- package/dist/es/components/design/views/design/page-event/config.vue.js +3 -3
- package/dist/es/components/design/views/design/page-event/config.vue2.js +1 -325
- package/dist/es/components/design/views/design/page-event/config.vue3.js +336 -1
- package/dist/es/components/design/views/design/page-event/page-event-container.vue.d.ts +1 -8
- package/dist/es/components/design/views/design/page-event/page-event-container.vue.js +226 -569
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.d.ts +11 -5
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/page-event/page-event-content.vue2.js +510 -366
- package/dist/es/components/design/views/design/page-event/page-event-view.vue.d.ts +8 -0
- package/dist/es/components/design/views/design/page-event/page-event-view.vue.js +48 -0
- package/dist/es/components/design/views/design/page-event/page-event-view.vue2.js +4 -0
- package/dist/es/components/design/views/design/view/assemblys-container.vue.d.ts +0 -6
- package/dist/es/components/design/views/design/view/assemblys-container.vue.js +14 -58
- package/dist/es/components/design/views/design/view/attr-container.vue.js +1 -0
- package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue.d.ts +18 -0
- package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue.js +678 -0
- package/dist/es/components/design/views/design/view/components/quick-add-dialog.vue2.js +4 -0
- package/dist/es/components/design/views/design/view/components/quick-add-fields.vue.d.ts +16 -0
- package/dist/es/components/design/views/design/view/components/quick-add-fields.vue.js +602 -0
- package/dist/es/components/design/views/design/view/components/quick-add-fields.vue2.js +4 -0
- package/dist/es/components/design/views/design/view/page-switch.vue.js +1 -1
- package/dist/es/components/design/views/design/view/page-switch.vue2.js +3 -2
- package/dist/es/components/design/views/design/view/view-design-display.vue.d.ts +6 -2
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +99 -63
- package/dist/es/components/design/views/design/view/view-design-preview.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design.vue.d.ts +13 -1
- package/dist/es/components/design/views/design/view/view-design.vue.js +13 -3
- package/dist/es/index.d.ts +1 -1
- package/dist/es/index.js +1 -0
- package/dist/es/stores/event-undo-redo-store.d.ts +22 -0
- package/dist/es/stores/event-undo-redo-store.js +56 -0
- package/dist/es/stores/page-store.js +1 -1
- package/dist/es/stores/undo-redo-store.d.ts +13 -0
- package/dist/es/stores/undo-redo-store.js +44 -0
- package/dist/es/style.css +409 -161
- package/package.json +4 -4
- package/dist/es/components/design/views/assemblys/data/component/formatting.vue.js +0 -539
- package/dist/es/components/design/views/assemblys/data/component/formatting.vue2.js +0 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./data-origin.vue2.js";
|
|
2
2
|
import "./data-origin.vue3.js";
|
|
3
3
|
import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const DataOrigin = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const DataOrigin = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fc4b8f88"]]);
|
|
5
5
|
export {
|
|
6
6
|
DataOrigin as default
|
|
7
7
|
};
|
|
@@ -46,6 +46,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
46
46
|
function seleteSort(index) {
|
|
47
47
|
atPresentSortIndex.value = index;
|
|
48
48
|
}
|
|
49
|
+
if (!props.configure.props.dataOrigin.optionValueSetType || props.configure.props.dataOrigin.optionValueSetType.length === 0) {
|
|
50
|
+
props.configure.props.dataOrigin.optionValueSetType = "static";
|
|
51
|
+
}
|
|
49
52
|
const queryOptionGroupLoading = ref(false);
|
|
50
53
|
const optionGroups = ref([]);
|
|
51
54
|
function queryOptionGroups(query) {
|
|
@@ -54,7 +57,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
54
57
|
const param = {
|
|
55
58
|
query
|
|
56
59
|
};
|
|
57
|
-
http.post("/component/option-groups/query", param).then((result) => {
|
|
60
|
+
http.post(window.$vueApp.config.globalProperties.baseAPI + "/component/option-groups/query", param).then((result) => {
|
|
58
61
|
queryOptionGroupLoading.value = false;
|
|
59
62
|
optionGroups.value = result;
|
|
60
63
|
}).catch((error) => {
|
|
@@ -1,75 +1 @@
|
|
|
1
|
-
|
|
2
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
3
|
-
__name: "dimension-input",
|
|
4
|
-
props: {
|
|
5
|
-
modelValue: {
|
|
6
|
-
type: [Number],
|
|
7
|
-
default: null
|
|
8
|
-
},
|
|
9
|
-
selectedUnit: {
|
|
10
|
-
type: String,
|
|
11
|
-
default: "px"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
emits: ["update:modelValue", "update:selectedUnit"],
|
|
15
|
-
setup(__props, { emit: __emit }) {
|
|
16
|
-
const props = __props;
|
|
17
|
-
const emit = __emit;
|
|
18
|
-
const inputValue = ref(props.modelValue);
|
|
19
|
-
const unit = ref(props.selectedUnit);
|
|
20
|
-
const units = [
|
|
21
|
-
{ label: "px", value: "px" },
|
|
22
|
-
{ label: "em", value: "em" },
|
|
23
|
-
{ label: "ex", value: "ex" },
|
|
24
|
-
{ label: "cm", value: "cm" },
|
|
25
|
-
{ label: "vh", value: "vh" }
|
|
26
|
-
];
|
|
27
|
-
function onInput(val) {
|
|
28
|
-
emit("update:modelValue", val);
|
|
29
|
-
emit("update:selectedUnit", unit);
|
|
30
|
-
}
|
|
31
|
-
function onChange(newUnit) {
|
|
32
|
-
unit.value = newUnit;
|
|
33
|
-
emit("update:selectedUnit", newUnit);
|
|
34
|
-
}
|
|
35
|
-
return (_ctx, _cache) => {
|
|
36
|
-
const _component_el_option = resolveComponent("el-option");
|
|
37
|
-
const _component_el_select = resolveComponent("el-select");
|
|
38
|
-
const _component_el_input = resolveComponent("el-input");
|
|
39
|
-
return openBlock(), createBlock(_component_el_input, {
|
|
40
|
-
modelValue: inputValue.value,
|
|
41
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => inputValue.value = $event),
|
|
42
|
-
modelModifiers: { number: true },
|
|
43
|
-
placeholder: "",
|
|
44
|
-
class: "input-with-select",
|
|
45
|
-
onInput
|
|
46
|
-
}, {
|
|
47
|
-
append: withCtx(() => [
|
|
48
|
-
createVNode(_component_el_select, {
|
|
49
|
-
ref: "select",
|
|
50
|
-
modelValue: unit.value,
|
|
51
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unit.value = $event),
|
|
52
|
-
style: { width: "60px" },
|
|
53
|
-
placeholder: "",
|
|
54
|
-
onChange
|
|
55
|
-
}, {
|
|
56
|
-
default: withCtx(() => [
|
|
57
|
-
(openBlock(), createElementBlock(Fragment, null, renderList(units, (unit2) => {
|
|
58
|
-
return createVNode(_component_el_option, {
|
|
59
|
-
key: unit2.value,
|
|
60
|
-
label: unit2.label,
|
|
61
|
-
value: unit2.value
|
|
62
|
-
}, null, 8, ["label", "value"]);
|
|
63
|
-
}), 64))
|
|
64
|
-
]),
|
|
65
|
-
_: 1
|
|
66
|
-
}, 8, ["modelValue"])
|
|
67
|
-
]),
|
|
68
|
-
_: 1
|
|
69
|
-
}, 8, ["modelValue"]);
|
|
70
|
-
};
|
|
71
|
-
}
|
|
72
|
-
});
|
|
73
|
-
export {
|
|
74
|
-
_sfc_main as default
|
|
75
|
-
};
|
|
1
|
+
|
|
@@ -1 +1,75 @@
|
|
|
1
|
-
|
|
1
|
+
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementBlock, Fragment, renderList } from "vue";
|
|
2
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
3
|
+
__name: "dimension-input",
|
|
4
|
+
props: {
|
|
5
|
+
modelValue: {
|
|
6
|
+
type: [Number],
|
|
7
|
+
default: null
|
|
8
|
+
},
|
|
9
|
+
selectedUnit: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: "px"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
emits: ["update:modelValue", "update:selectedUnit"],
|
|
15
|
+
setup(__props, { emit: __emit }) {
|
|
16
|
+
const props = __props;
|
|
17
|
+
const emit = __emit;
|
|
18
|
+
const inputValue = ref(props.modelValue);
|
|
19
|
+
const unit = ref(props.selectedUnit);
|
|
20
|
+
const units = [
|
|
21
|
+
{ label: "px", value: "px" },
|
|
22
|
+
{ label: "em", value: "em" },
|
|
23
|
+
{ label: "ex", value: "ex" },
|
|
24
|
+
{ label: "cm", value: "cm" },
|
|
25
|
+
{ label: "vh", value: "vh" }
|
|
26
|
+
];
|
|
27
|
+
function onInput(val) {
|
|
28
|
+
emit("update:modelValue", val);
|
|
29
|
+
emit("update:selectedUnit", unit);
|
|
30
|
+
}
|
|
31
|
+
function onChange(newUnit) {
|
|
32
|
+
unit.value = newUnit;
|
|
33
|
+
emit("update:selectedUnit", newUnit);
|
|
34
|
+
}
|
|
35
|
+
return (_ctx, _cache) => {
|
|
36
|
+
const _component_el_option = resolveComponent("el-option");
|
|
37
|
+
const _component_el_select = resolveComponent("el-select");
|
|
38
|
+
const _component_el_input = resolveComponent("el-input");
|
|
39
|
+
return openBlock(), createBlock(_component_el_input, {
|
|
40
|
+
modelValue: inputValue.value,
|
|
41
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => inputValue.value = $event),
|
|
42
|
+
modelModifiers: { number: true },
|
|
43
|
+
placeholder: "",
|
|
44
|
+
class: "input-with-select",
|
|
45
|
+
onInput
|
|
46
|
+
}, {
|
|
47
|
+
append: withCtx(() => [
|
|
48
|
+
createVNode(_component_el_select, {
|
|
49
|
+
ref: "select",
|
|
50
|
+
modelValue: unit.value,
|
|
51
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unit.value = $event),
|
|
52
|
+
style: { width: "60px" },
|
|
53
|
+
placeholder: "",
|
|
54
|
+
onChange
|
|
55
|
+
}, {
|
|
56
|
+
default: withCtx(() => [
|
|
57
|
+
(openBlock(), createElementBlock(Fragment, null, renderList(units, (unit2) => {
|
|
58
|
+
return createVNode(_component_el_option, {
|
|
59
|
+
key: unit2.value,
|
|
60
|
+
label: unit2.label,
|
|
61
|
+
value: unit2.value
|
|
62
|
+
}, null, 8, ["label", "value"]);
|
|
63
|
+
}), 64))
|
|
64
|
+
]),
|
|
65
|
+
_: 1
|
|
66
|
+
}, 8, ["modelValue"])
|
|
67
|
+
]),
|
|
68
|
+
_: 1
|
|
69
|
+
}, 8, ["modelValue"]);
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
export {
|
|
74
|
+
_sfc_main as default
|
|
75
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createTextVNode,
|
|
2
|
-
import {
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createTextVNode, withDirectives, unref, vShow } from "vue";
|
|
2
|
+
import { Plus, Delete } from "@element-plus/icons-vue";
|
|
3
3
|
import { getUuidv4 } from "../../../../utils/common-util.js";
|
|
4
4
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -57,8 +57,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
57
57
|
return (_ctx, _cache) => {
|
|
58
58
|
const _component_el_divider = resolveComponent("el-divider");
|
|
59
59
|
const _component_el_checkbox = resolveComponent("el-checkbox");
|
|
60
|
-
const _component_el_button = resolveComponent("el-button");
|
|
61
|
-
const _component_el_input = resolveComponent("el-input");
|
|
62
60
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
63
61
|
const _component_el_checkbox_group = resolveComponent("el-checkbox-group");
|
|
64
62
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
@@ -73,46 +71,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
73
71
|
}),
|
|
74
72
|
createVNode(_component_el_checkbox_group, {
|
|
75
73
|
modelValue: _ctx.linkPage.callbackTypes,
|
|
76
|
-
"onUpdate:modelValue": _cache[
|
|
74
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.linkPage.callbackTypes = $event)
|
|
77
75
|
}, {
|
|
78
76
|
default: withCtx(() => [
|
|
79
|
-
createVNode(_component_el_form_item, { class: "amb-design-attr-item" }, {
|
|
80
|
-
label: withCtx(() => [
|
|
81
|
-
createVNode(_component_el_checkbox, { value: "event" }, {
|
|
82
|
-
default: withCtx(() => [
|
|
83
|
-
createTextVNode("回调事件")
|
|
84
|
-
]),
|
|
85
|
-
_: 1
|
|
86
|
-
})
|
|
87
|
-
]),
|
|
88
|
-
default: withCtx(() => [
|
|
89
|
-
createVNode(_component_el_input, {
|
|
90
|
-
disabled: !_ctx.linkPage.callbackTypes || !_ctx.linkPage.callbackTypes.includes("event"),
|
|
91
|
-
modelValue: _ctx.linkPage.callbackEventName,
|
|
92
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.linkPage.callbackEventName = $event),
|
|
93
|
-
title: _ctx.linkPage.callbackEvent,
|
|
94
|
-
readonly: "true"
|
|
95
|
-
}, {
|
|
96
|
-
append: withCtx(() => [
|
|
97
|
-
createVNode(_component_el_button, {
|
|
98
|
-
disabled: _ctx.linkPage.callbackType != "event",
|
|
99
|
-
icon: unref(Search),
|
|
100
|
-
onClick: _ctx.selectEvent,
|
|
101
|
-
size: "small"
|
|
102
|
-
}, null, 8, ["disabled", "icon", "onClick"]),
|
|
103
|
-
createVNode(_component_el_button, {
|
|
104
|
-
disabled: _ctx.linkPage.callbackType != "event",
|
|
105
|
-
icon: unref(Close),
|
|
106
|
-
onClick: _ctx.clearEvent,
|
|
107
|
-
title: "Clear",
|
|
108
|
-
size: "small"
|
|
109
|
-
}, null, 8, ["disabled", "icon", "onClick"])
|
|
110
|
-
]),
|
|
111
|
-
_: 1
|
|
112
|
-
}, 8, ["disabled", "modelValue", "title"])
|
|
113
|
-
]),
|
|
114
|
-
_: 1
|
|
115
|
-
}),
|
|
116
77
|
createVNode(_component_el_form_item, { class: "amb-design-attr-item" }, {
|
|
117
78
|
label: withCtx(() => [
|
|
118
79
|
createVNode(_component_el_checkbox, { value: "paramSet" }, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode } from "vue";
|
|
1
|
+
import { defineComponent, ref, watch, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode } from "vue";
|
|
2
2
|
import { getUuidv4 } from "../../../../utils/common-util.js";
|
|
3
3
|
import BindVariable from "../../common/common-variable-bind.vue.js";
|
|
4
4
|
const _hoisted_1 = { style: { "text-align": "center", "margin": "0px -8px", "padding-top": "4px", "padding-left": "2px" } };
|
|
@@ -10,15 +10,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
10
10
|
default: () => []
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
|
-
|
|
13
|
+
emits: ["dataChange"],
|
|
14
|
+
setup(__props, { emit: __emit }) {
|
|
14
15
|
const props = __props;
|
|
16
|
+
const emit = __emit;
|
|
15
17
|
const tableData = ref([]);
|
|
16
18
|
tableData.value = props.data;
|
|
17
19
|
if (!tableData.value || tableData.value.length == 0) {
|
|
18
20
|
tableData.value.push({
|
|
19
21
|
uuid: getUuidv4(),
|
|
20
|
-
|
|
21
|
-
|
|
22
|
+
paramValue: "",
|
|
23
|
+
paramName: ""
|
|
22
24
|
});
|
|
23
25
|
}
|
|
24
26
|
function moveTop(rowItem) {
|
|
@@ -40,6 +42,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
40
42
|
}
|
|
41
43
|
return sortIndex;
|
|
42
44
|
}
|
|
45
|
+
watch(() => tableData.value, (newVal) => {
|
|
46
|
+
if (newVal[0].paramName !== "") {
|
|
47
|
+
emit("dataChange", tableData.value);
|
|
48
|
+
}
|
|
49
|
+
}, { deep: true });
|
|
43
50
|
function moveToBottom(rowItem) {
|
|
44
51
|
let sortIndex = queryIndex(rowItem);
|
|
45
52
|
if (sortIndex == -1 || tableData.value.length == sortIndex + 1) {
|
|
@@ -55,14 +62,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
55
62
|
}
|
|
56
63
|
tableData.value.splice(sortIndex + 1, 0, {
|
|
57
64
|
uuid: getUuidv4(),
|
|
58
|
-
|
|
59
|
-
|
|
65
|
+
paramValue: "",
|
|
66
|
+
paramName: ""
|
|
60
67
|
});
|
|
61
68
|
}
|
|
62
69
|
function deleteData(rowItem) {
|
|
63
70
|
if (tableData.value.length == 1) {
|
|
64
|
-
rowItem.
|
|
65
|
-
rowItem.
|
|
71
|
+
rowItem.paramValue = "";
|
|
72
|
+
rowItem.paramName = "";
|
|
66
73
|
return;
|
|
67
74
|
}
|
|
68
75
|
let delIdnex = queryIndex(rowItem);
|
|
@@ -72,7 +79,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
72
79
|
}
|
|
73
80
|
function afterBindLabelVariable(newValue, rowObj) {
|
|
74
81
|
if (rowObj) {
|
|
75
|
-
rowObj.
|
|
82
|
+
rowObj.paramValue = newValue;
|
|
76
83
|
}
|
|
77
84
|
}
|
|
78
85
|
return (_ctx, _cache) => {
|
|
@@ -121,14 +128,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
121
128
|
_: 1
|
|
122
129
|
}),
|
|
123
130
|
createVNode(_component_el_table_column, {
|
|
124
|
-
prop: "name",
|
|
125
131
|
label: "参数名称",
|
|
126
132
|
width: "90"
|
|
127
133
|
}, {
|
|
128
134
|
default: withCtx((scope) => [
|
|
129
135
|
createVNode(_component_el_input, {
|
|
130
|
-
modelValue: scope.row.
|
|
131
|
-
"onUpdate:modelValue": ($event) => scope.row.
|
|
136
|
+
modelValue: scope.row.paramName,
|
|
137
|
+
"onUpdate:modelValue": ($event) => scope.row.paramName = $event,
|
|
132
138
|
size: "small"
|
|
133
139
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
134
140
|
]),
|
|
@@ -141,7 +147,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
141
147
|
}, {
|
|
142
148
|
default: withCtx((scope) => [
|
|
143
149
|
createVNode(BindVariable, {
|
|
144
|
-
modelValue: scope.row.
|
|
150
|
+
modelValue: scope.row.paramValue,
|
|
145
151
|
"onUpdate:modelValue": (val) => afterBindLabelVariable(val, scope.row)
|
|
146
152
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
147
153
|
]),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, withDirectives,
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, withDirectives, createTextVNode, vShow } from "vue";
|
|
2
2
|
import _sfc_main$1 from "../../common/common-icon-bind.vue.js";
|
|
3
|
-
import
|
|
3
|
+
import "@element-plus/icons";
|
|
4
4
|
const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "pre-suffix",
|
|
@@ -21,7 +21,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
21
21
|
return (_ctx, _cache) => {
|
|
22
22
|
const _component_el_form_item = resolveComponent("el-form-item");
|
|
23
23
|
const _component_el_input = resolveComponent("el-input");
|
|
24
|
-
const _component_el_button = resolveComponent("el-button");
|
|
25
24
|
const _component_el_radio = resolveComponent("el-radio");
|
|
26
25
|
const _component_el_radio_group = resolveComponent("el-radio-group");
|
|
27
26
|
const _component_el_collapse_item = resolveComponent("el-collapse-item");
|
|
@@ -58,37 +57,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
58
57
|
]),
|
|
59
58
|
_: 1
|
|
60
59
|
}),
|
|
61
|
-
withDirectives(createVNode(_component_el_form_item, {
|
|
62
|
-
label: "前缀点击",
|
|
63
|
-
class: "amb-design-attr-item"
|
|
64
|
-
}, {
|
|
65
|
-
default: withCtx(() => [
|
|
66
|
-
createVNode(_component_el_input, {
|
|
67
|
-
modelValue: __props.preSuffix.preEventName,
|
|
68
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => __props.preSuffix.preEventName = $event),
|
|
69
|
-
title: __props.preSuffix.preEventUuid,
|
|
70
|
-
readonly: "true"
|
|
71
|
-
}, {
|
|
72
|
-
append: withCtx(() => [
|
|
73
|
-
createVNode(_component_el_button, {
|
|
74
|
-
icon: unref(Search),
|
|
75
|
-
onClick: _ctx.selectEvent,
|
|
76
|
-
size: "small"
|
|
77
|
-
}, null, 8, ["icon", "onClick"]),
|
|
78
|
-
createVNode(_component_el_button, {
|
|
79
|
-
icon: unref(Close),
|
|
80
|
-
onClick: _ctx.clearEvent,
|
|
81
|
-
title: "Clear",
|
|
82
|
-
size: "small"
|
|
83
|
-
}, null, 8, ["icon", "onClick"])
|
|
84
|
-
]),
|
|
85
|
-
_: 1
|
|
86
|
-
}, 8, ["modelValue", "title"])
|
|
87
|
-
]),
|
|
88
|
-
_: 1
|
|
89
|
-
}, 512), [
|
|
90
|
-
[vShow, __props.preSuffix.preIconValue || __props.preSuffix.preText]
|
|
91
|
-
]),
|
|
92
60
|
createVNode(_component_el_form_item, {
|
|
93
61
|
label: "后缀图标",
|
|
94
62
|
class: "amb-design-attr-item"
|
|
@@ -97,7 +65,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
97
65
|
createVNode(_sfc_main$1, {
|
|
98
66
|
iconType: __props.preSuffix.sufIconType,
|
|
99
67
|
iconValue: __props.preSuffix.sufIconValue,
|
|
100
|
-
"onUpdate:modelValue": _cache[
|
|
68
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = (iconType, iconValue) => afterBindIcon(iconType, iconValue, "suf"))
|
|
101
69
|
}, null, 8, ["iconType", "iconValue"])
|
|
102
70
|
]),
|
|
103
71
|
_: 1
|
|
@@ -109,43 +77,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
109
77
|
default: withCtx(() => [
|
|
110
78
|
createVNode(_component_el_input, {
|
|
111
79
|
modelValue: __props.preSuffix.sufText,
|
|
112
|
-
"onUpdate:modelValue": _cache[
|
|
80
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.preSuffix.sufText = $event),
|
|
113
81
|
placeholder: "请输入"
|
|
114
82
|
}, null, 8, ["modelValue"])
|
|
115
83
|
]),
|
|
116
84
|
_: 1
|
|
117
85
|
}),
|
|
118
|
-
withDirectives(createVNode(_component_el_form_item, {
|
|
119
|
-
label: "后缀点击",
|
|
120
|
-
class: "amb-design-attr-item"
|
|
121
|
-
}, {
|
|
122
|
-
default: withCtx(() => [
|
|
123
|
-
createVNode(_component_el_input, {
|
|
124
|
-
modelValue: __props.preSuffix.sufEventName,
|
|
125
|
-
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.preSuffix.sufEventName = $event),
|
|
126
|
-
title: __props.preSuffix.sufEventUuid,
|
|
127
|
-
readonly: "true"
|
|
128
|
-
}, {
|
|
129
|
-
append: withCtx(() => [
|
|
130
|
-
createVNode(_component_el_button, {
|
|
131
|
-
icon: unref(Search),
|
|
132
|
-
onClick: _ctx.selectEvent,
|
|
133
|
-
size: "small"
|
|
134
|
-
}, null, 8, ["icon", "onClick"]),
|
|
135
|
-
createVNode(_component_el_button, {
|
|
136
|
-
icon: unref(Close),
|
|
137
|
-
onClick: _ctx.clearEvent,
|
|
138
|
-
title: "Clear",
|
|
139
|
-
size: "small"
|
|
140
|
-
}, null, 8, ["icon", "onClick"])
|
|
141
|
-
]),
|
|
142
|
-
_: 1
|
|
143
|
-
}, 8, ["modelValue", "title"])
|
|
144
|
-
]),
|
|
145
|
-
_: 1
|
|
146
|
-
}, 512), [
|
|
147
|
-
[vShow, __props.preSuffix.sufIconValue || __props.preSuffix.sufText]
|
|
148
|
-
]),
|
|
149
86
|
withDirectives(createVNode(_component_el_form_item, {
|
|
150
87
|
label: "附加方式",
|
|
151
88
|
class: "amb-design-attr-item"
|
|
@@ -153,7 +90,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
153
90
|
default: withCtx(() => [
|
|
154
91
|
createVNode(_component_el_radio_group, {
|
|
155
92
|
modelValue: __props.preSuffix.position,
|
|
156
|
-
"onUpdate:modelValue": _cache[
|
|
93
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.preSuffix.position = $event),
|
|
157
94
|
class: "ml-4"
|
|
158
95
|
}, {
|
|
159
96
|
default: withCtx(() => [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, resolveComponent, openBlock, createElementBlock, Fragment, createVNode, unref, withCtx, createTextVNode, renderList, withDirectives, vShow } from "vue";
|
|
1
|
+
import { defineComponent, ref, watch, resolveComponent, openBlock, createElementBlock, Fragment, createVNode, unref, withCtx, createTextVNode, renderList, withDirectives, vShow } from "vue";
|
|
2
2
|
import { Search, Close } from "@element-plus/icons";
|
|
3
3
|
import _sfc_main$2 from "./linkpage-page-callback.vue.js";
|
|
4
4
|
import _sfc_main$3 from "../../common/common-select-page.vue.js";
|
|
@@ -23,10 +23,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
23
23
|
linkPage.isNewPage = true;
|
|
24
24
|
}
|
|
25
25
|
const wayList = [
|
|
26
|
-
{ label: "弹窗", value: "
|
|
26
|
+
{ label: "弹窗", value: "popup" },
|
|
27
27
|
{ label: "新页签", value: "newTab" },
|
|
28
28
|
{ label: "局部刷新", value: "refresh" }
|
|
29
29
|
];
|
|
30
|
+
watch(() => linkPage.jumpAddress, (newVal) => {
|
|
31
|
+
linkPage.jumpPageUrl = linkPage.jumpAddress;
|
|
32
|
+
});
|
|
33
|
+
watch(() => linkPage.jumpPageName, (newVal) => {
|
|
34
|
+
linkPage.jumpPageUrl = linkPage.linkType + ":" + linkPage.jumpPageCode;
|
|
35
|
+
});
|
|
30
36
|
function selectPage() {
|
|
31
37
|
selectPageDialog.value.openDialog();
|
|
32
38
|
}
|
|
@@ -34,6 +40,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
34
40
|
linkPage.jumpPageCode = "";
|
|
35
41
|
linkPage.jumpPageName = "";
|
|
36
42
|
}
|
|
43
|
+
function ParameterDataChange(tableVal) {
|
|
44
|
+
linkPage.jumpPageAdditional = tableVal;
|
|
45
|
+
}
|
|
37
46
|
function onSelectPage(pageInfo) {
|
|
38
47
|
linkPage.jumpPageName = pageInfo.name;
|
|
39
48
|
linkPage.jumpPageCode = pageInfo.code;
|
|
@@ -104,8 +113,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
104
113
|
default: withCtx(() => [
|
|
105
114
|
createVNode(_component_el_input, {
|
|
106
115
|
disabled: unref(linkPage).linkType != "url",
|
|
107
|
-
modelValue: unref(linkPage).
|
|
108
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(linkPage).
|
|
116
|
+
modelValue: unref(linkPage).jumpAddress,
|
|
117
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => unref(linkPage).jumpAddress = $event),
|
|
109
118
|
clearable: ""
|
|
110
119
|
}, null, 8, ["disabled", "modelValue"])
|
|
111
120
|
]),
|
|
@@ -120,8 +129,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
120
129
|
}, {
|
|
121
130
|
default: withCtx(() => [
|
|
122
131
|
createVNode(_component_el_select, {
|
|
123
|
-
modelValue: unref(linkPage).
|
|
124
|
-
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => unref(linkPage).
|
|
132
|
+
modelValue: unref(linkPage).jumpPageOpenMode,
|
|
133
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => unref(linkPage).jumpPageOpenMode = $event),
|
|
125
134
|
clearable: "",
|
|
126
135
|
placeholder: "请选择"
|
|
127
136
|
}, {
|
|
@@ -145,8 +154,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
145
154
|
}, {
|
|
146
155
|
default: withCtx(() => [
|
|
147
156
|
createVNode(_component_el_select, {
|
|
148
|
-
modelValue: unref(linkPage).
|
|
149
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => unref(linkPage).
|
|
157
|
+
modelValue: unref(linkPage).jumpPageMobileOpenMode,
|
|
158
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => unref(linkPage).jumpPageMobileOpenMode = $event),
|
|
150
159
|
clearable: "",
|
|
151
160
|
placeholder: "请选择"
|
|
152
161
|
}, {
|
|
@@ -177,7 +186,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
177
186
|
]),
|
|
178
187
|
_: 1
|
|
179
188
|
}, 512), [
|
|
180
|
-
[vShow, unref(linkPage).
|
|
189
|
+
[vShow, unref(linkPage).jumpPageOpenMode == "window" || unref(linkPage).jumpPageMobileOpenMode == "window"]
|
|
181
190
|
]),
|
|
182
191
|
withDirectives(createVNode(_component_el_form_item, {
|
|
183
192
|
label: "弹窗宽度",
|
|
@@ -192,7 +201,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
192
201
|
]),
|
|
193
202
|
_: 1
|
|
194
203
|
}, 512), [
|
|
195
|
-
[vShow, unref(linkPage).
|
|
204
|
+
[vShow, unref(linkPage).jumpPageOpenMode == "window" || unref(linkPage).jumpPageMobileOpenMode == "window"]
|
|
196
205
|
]),
|
|
197
206
|
withDirectives(createVNode(_component_el_form_item, {
|
|
198
207
|
label: "弹窗高度",
|
|
@@ -207,7 +216,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
207
216
|
]),
|
|
208
217
|
_: 1
|
|
209
218
|
}, 512), [
|
|
210
|
-
[vShow, unref(linkPage).
|
|
219
|
+
[vShow, unref(linkPage).jumpPageOpenMode == "window" || unref(linkPage).jumpPageMobileOpenMode == "window"]
|
|
211
220
|
]),
|
|
212
221
|
withDirectives(createVNode(_component_el_form_item, {
|
|
213
222
|
label: "关闭事件",
|
|
@@ -222,7 +231,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
222
231
|
]),
|
|
223
232
|
_: 1
|
|
224
233
|
}, 512), [
|
|
225
|
-
[vShow, unref(linkPage).
|
|
234
|
+
[vShow, unref(linkPage).jumpPageOpenMode == "window" || unref(linkPage).jumpPageMobileOpenMode == "window"]
|
|
226
235
|
]),
|
|
227
236
|
withDirectives(createVNode(_component_el_form_item, {
|
|
228
237
|
label: "关闭后刷新",
|
|
@@ -236,7 +245,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
236
245
|
]),
|
|
237
246
|
_: 1
|
|
238
247
|
}, 512), [
|
|
239
|
-
[vShow, unref(linkPage).
|
|
248
|
+
[vShow, unref(linkPage).jumpPageOpenMode == "window" || unref(linkPage).jumpPageMobileOpenMode == "window"]
|
|
240
249
|
]),
|
|
241
250
|
createVNode(_component_el_divider, null, {
|
|
242
251
|
default: withCtx(() => [
|
|
@@ -257,7 +266,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
257
266
|
_: 1
|
|
258
267
|
}),
|
|
259
268
|
createVNode(_sfc_main$1, {
|
|
260
|
-
data: unref(linkPage).
|
|
269
|
+
data: unref(linkPage).jumpPageAdditional,
|
|
270
|
+
onDataChange: ParameterDataChange
|
|
261
271
|
}, null, 8, ["data"]),
|
|
262
272
|
createVNode(_sfc_main$2, { linkPage: unref(linkPage) }, null, 8, ["linkPage"]),
|
|
263
273
|
createVNode(_sfc_main$3, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveComponent, openBlock, createBlock, withCtx, createVNode, createElementVNode, createElementBlock, Fragment, renderList, unref, createTextVNode } from "vue";
|
|
2
2
|
import { getFormComponentOptions } from "../../../../utils/assemblys-config.js";
|
|
3
3
|
import _sfc_main$2 from "../../common/common-attr-size.vue.js";
|
|
4
|
-
import "../common/dimension-input.
|
|
4
|
+
import "../common/dimension-input.vue.js";
|
|
5
5
|
import "@element-plus/icons-vue";
|
|
6
6
|
import "uuid";
|
|
7
7
|
import _sfc_main$1 from "../common/parameter-table.vue.js";
|
package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js
CHANGED
|
@@ -98,11 +98,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
98
98
|
class: "amb-design-attr-item"
|
|
99
99
|
}, {
|
|
100
100
|
default: withCtx(() => [
|
|
101
|
-
|
|
101
|
+
(openBlock(), createBlock(BindVariable, {
|
|
102
|
+
key: __props.configure.uuid,
|
|
102
103
|
modelValue: __props.configure.props.base.prop,
|
|
103
104
|
paramTypes: ["data", "page"],
|
|
104
105
|
"onUpdate:modelValue": afterBindVariable
|
|
105
|
-
}, null, 8, ["modelValue"])
|
|
106
|
+
}, null, 8, ["modelValue"]))
|
|
106
107
|
]),
|
|
107
108
|
_: 1
|
|
108
109
|
}),
|
|
@@ -111,10 +112,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
111
112
|
class: "amb-design-attr-item"
|
|
112
113
|
}, {
|
|
113
114
|
default: withCtx(() => [
|
|
114
|
-
|
|
115
|
+
(openBlock(), createBlock(BindVariable, {
|
|
116
|
+
key: __props.configure.uuid,
|
|
115
117
|
modelValue: __props.configure.props.base.defaultValue,
|
|
116
118
|
"onUpdate:modelValue": afterBindDefaultValue
|
|
117
|
-
}, null, 8, ["modelValue"])
|
|
119
|
+
}, null, 8, ["modelValue"]))
|
|
118
120
|
]),
|
|
119
121
|
_: 1
|
|
120
122
|
}),
|
|
@@ -123,7 +125,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
123
125
|
class: "amb-design-attr-item"
|
|
124
126
|
}, {
|
|
125
127
|
default: withCtx(() => [
|
|
126
|
-
|
|
128
|
+
(openBlock(), createBlock(_sfc_main$1, {
|
|
129
|
+
key: __props.configure.uuid,
|
|
130
|
+
configure: __props.configure
|
|
131
|
+
}, null, 8, ["configure"]))
|
|
127
132
|
]),
|
|
128
133
|
_: 1
|
|
129
134
|
}),
|
|
@@ -524,9 +529,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
524
529
|
]),
|
|
525
530
|
_: 1
|
|
526
531
|
}),
|
|
527
|
-
|
|
532
|
+
(openBlock(), createBlock(_component_el_collapse_item, {
|
|
528
533
|
title: "校验",
|
|
529
534
|
name: "verification",
|
|
535
|
+
key: __props.configure.uuid,
|
|
530
536
|
class: "amb-design-attr-group-header"
|
|
531
537
|
}, {
|
|
532
538
|
default: withCtx(() => [
|
|
@@ -579,10 +585,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
579
585
|
])
|
|
580
586
|
]),
|
|
581
587
|
_: 1
|
|
582
|
-
}),
|
|
583
|
-
|
|
588
|
+
})),
|
|
589
|
+
(openBlock(), createBlock(_sfc_main$2, {
|
|
590
|
+
key: __props.configure.uuid,
|
|
584
591
|
size: __props.configure.props.size
|
|
585
|
-
}, null, 8, ["size"])
|
|
592
|
+
}, null, 8, ["size"]))
|
|
586
593
|
]),
|
|
587
594
|
_: 1
|
|
588
595
|
}, 8, ["modelValue"])
|