super-page-designer 2.0.70 → 2.0.78
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/views/assemblys/data/component/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +13 -1
- package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +11 -3
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +3 -5
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +1 -152
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +152 -1
- package/dist/es/components/design/views/design/page-event/config.vue.js +7 -1
- package/dist/es/components/design/views/design/page-event/config.vue2.js +1 -7
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/style.css +89 -89
- package/package.json +4 -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-0f08e3d1"]]);
|
|
5
5
|
export {
|
|
6
6
|
DataOrigin as default
|
|
7
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, createTextVNode, unref, createCommentVNode, withDirectives, vShow, createElementBlock, Fragment, renderList, normalizeClass, toDisplayString, renderSlot } from "vue";
|
|
2
|
-
import _sfc_main$1 from "../../form/common/dataorigin-input-table.
|
|
2
|
+
import _sfc_main$1 from "../../form/common/dataorigin-input-table.vue2.js";
|
|
3
3
|
import { Codemirror } from "vue-codemirror";
|
|
4
4
|
import _sfc_main$6 from "../../workflow/component/combination.vue.js";
|
|
5
5
|
import _sfc_main$5 from "./return-set-table.vue.js";
|
|
@@ -152,6 +152,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
152
152
|
});
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
+
initQueryField();
|
|
156
|
+
function initQueryField() {
|
|
157
|
+
const systemCode = props.pageDesign.systemCode;
|
|
158
|
+
const systemVersion = props.pageDesign.version;
|
|
159
|
+
const myTableInfo = {
|
|
160
|
+
name: props.configure.props.dataOrigin.tableName
|
|
161
|
+
};
|
|
162
|
+
queryTableFields(systemCode, systemVersion, myTableInfo.name).then((tableFields) => {
|
|
163
|
+
modelFields.value = tableFields;
|
|
164
|
+
tableFieldStore.addFieldList(tableFields);
|
|
165
|
+
});
|
|
166
|
+
}
|
|
155
167
|
function showColumnDialog() {
|
|
156
168
|
const systemCode = props.configure.tableSysCode ? props.configure.tableSysCode : props.pageDesign.systemCode;
|
|
157
169
|
const systemVersion = props.configure.tableSysVersion ? props.configure.tableSysVersion : props.pageDesign.version;
|
package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, resolveComponent, openBlock, createBlock, createSlots, withCtx, createElementBlock, Fragment, renderList, createCommentVNode,
|
|
1
|
+
import { defineComponent, ref, resolveComponent, openBlock, createBlock, createSlots, withCtx, createElementBlock, Fragment, renderList, createCommentVNode, normalizeStyle, unref, normalizeClass, toDisplayString, reactive } from "vue";
|
|
2
2
|
import { columnTittleStyle, columnCustomTittleClass } from "../../../../utils/form-design-util.js";
|
|
3
3
|
import { VueDraggable } from "vue-draggable-plus";
|
|
4
4
|
import eventBus from "../../../../utils/eventBus.js";
|
|
@@ -172,13 +172,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
172
172
|
!__props.listColumns.children || __props.listColumns.children.length == 0 ? {
|
|
173
173
|
name: "header",
|
|
174
174
|
fn: withCtx((scope) => [
|
|
175
|
-
|
|
175
|
+
__props.listColumns.props && __props.listColumns.props.base && __props.listColumns.props.base.prop === "$selection" ? (openBlock(), createBlock(_component_el_checkbox, {
|
|
176
|
+
key: 0,
|
|
177
|
+
style: normalizeStyle(unref(columnTittleStyle)(__props.listColumns)),
|
|
178
|
+
class: normalizeClass(unref(columnCustomTittleClass)(__props.listColumns)),
|
|
179
|
+
onClick: ($event) => headerClick(__props.listColumns, scope.column),
|
|
180
|
+
onMouseout: ($event) => cellMouseLeave({}, scope.column),
|
|
181
|
+
onMouseover: ($event) => cellMouseEnter({}, scope.column)
|
|
182
|
+
}, null, 8, ["style", "class", "onClick", "onMouseout", "onMouseover"])) : (openBlock(), createElementBlock("div", {
|
|
183
|
+
key: 1,
|
|
176
184
|
style: normalizeStyle(unref(columnTittleStyle)(__props.listColumns)),
|
|
177
185
|
class: normalizeClass(unref(columnCustomTittleClass)(__props.listColumns)),
|
|
178
186
|
onClick: ($event) => headerClick(__props.listColumns, scope.column),
|
|
179
187
|
onMouseout: ($event) => cellMouseLeave({}, scope.column),
|
|
180
188
|
onMouseover: ($event) => cellMouseEnter({}, scope.column)
|
|
181
|
-
}, toDisplayString(getTableHeaderName(__props.listColumns)), 47, _hoisted_1)
|
|
189
|
+
}, toDisplayString(getTableHeaderName(__props.listColumns)), 47, _hoisted_1))
|
|
182
190
|
]),
|
|
183
191
|
key: "0"
|
|
184
192
|
} : void 0,
|
|
@@ -142,7 +142,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
142
142
|
}
|
|
143
143
|
function editChange(val) {
|
|
144
144
|
if (!val) {
|
|
145
|
-
props.configure.props.base.defaultValue = "";
|
|
146
145
|
props.configure.name = "";
|
|
147
146
|
} else {
|
|
148
147
|
props.tableConfigure.props.base.editable = true;
|
|
@@ -607,8 +606,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
607
606
|
]),
|
|
608
607
|
_: 1
|
|
609
608
|
}),
|
|
610
|
-
|
|
611
|
-
key: 0,
|
|
609
|
+
createVNode(_component_el_form_item, {
|
|
612
610
|
label: "默认值",
|
|
613
611
|
class: "amb-design-attr-item"
|
|
614
612
|
}, {
|
|
@@ -619,9 +617,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
619
617
|
}, null, 8, ["modelValue"])
|
|
620
618
|
]),
|
|
621
619
|
_: 1
|
|
622
|
-
})
|
|
620
|
+
}),
|
|
623
621
|
__props.configure.props.editLine.editable ? (openBlock(), createBlock(_component_el_form_item, {
|
|
624
|
-
key:
|
|
622
|
+
key: 0,
|
|
625
623
|
label: "组件类型",
|
|
626
624
|
class: "amb-design-attr-item"
|
|
627
625
|
}, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, resolveComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, unref, createCommentVNode, withDirectives, createTextVNode, createElementBlock, Fragment, renderList, vShow, normalizeClass } from "vue";
|
|
2
|
-
import _sfc_main$3 from "./dataorigin-input-table.
|
|
2
|
+
import _sfc_main$3 from "./dataorigin-input-table.vue2.js";
|
|
3
3
|
import _sfc_main$2 from "./condition.vue.js";
|
|
4
4
|
import _sfc_main$1 from "./row-ul-li.vue.js";
|
|
5
5
|
import "uuid";
|
|
@@ -1,155 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { Search } from "@element-plus/icons-vue";
|
|
3
|
-
const _hoisted_1 = { class: "dialog-footer" };
|
|
4
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
|
-
__name: "dataorigin-input-table",
|
|
6
|
-
props: {
|
|
7
|
-
modelValue: {
|
|
8
|
-
type: String,
|
|
9
|
-
default: ""
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
emits: ["update:modelValue"],
|
|
13
|
-
setup(__props, { emit: __emit }) {
|
|
14
|
-
const props = __props;
|
|
15
|
-
const inputValue = ref(props.modelValue);
|
|
16
|
-
const emit = __emit;
|
|
17
|
-
const tableData = [
|
|
18
|
-
{
|
|
19
|
-
id: 1,
|
|
20
|
-
date: "2016-05-03",
|
|
21
|
-
name: "Tom",
|
|
22
|
-
address: "No. 189, Grove St, Los Angeles"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
id: 2,
|
|
26
|
-
date: "2016-05-02",
|
|
27
|
-
name: "Tom",
|
|
28
|
-
address: "No. 189, Grove St, Los Angeles"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
id: 3,
|
|
32
|
-
date: "2016-05-04",
|
|
33
|
-
name: "Tom",
|
|
34
|
-
address: "No. 189, Grove St, Los Angeles"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
id: 4,
|
|
38
|
-
date: "2016-05-01",
|
|
39
|
-
name: "Tom",
|
|
40
|
-
address: "No. 189, Grove St, Los Angeles"
|
|
41
|
-
}
|
|
42
|
-
];
|
|
43
|
-
const dialogVisible = ref(false);
|
|
44
|
-
const selectData = ref([]);
|
|
45
|
-
watch(() => props.modelValue, (newVal) => {
|
|
46
|
-
inputValue.value = newVal;
|
|
47
|
-
});
|
|
48
|
-
function confirm() {
|
|
49
|
-
if (selectData.value.length > 0) {
|
|
50
|
-
let str = "";
|
|
51
|
-
selectData.value.forEach((item) => {
|
|
52
|
-
str = str + item.name + ",";
|
|
53
|
-
});
|
|
54
|
-
str = str.substring(0, str.length - 1);
|
|
55
|
-
emit("update:modelValue", str);
|
|
56
|
-
dialogVisible.value = false;
|
|
57
|
-
} else {
|
|
58
|
-
dialogVisible.value = false;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
function handleSelectionChange(selection) {
|
|
62
|
-
selectData.value = selection;
|
|
63
|
-
}
|
|
64
|
-
function inputClick() {
|
|
65
|
-
dialogVisible.value = true;
|
|
66
|
-
}
|
|
67
|
-
return (_ctx, _cache) => {
|
|
68
|
-
const _component_el_icon = resolveComponent("el-icon");
|
|
69
|
-
const _component_el_input = resolveComponent("el-input");
|
|
70
|
-
const _component_el_table_column = resolveComponent("el-table-column");
|
|
71
|
-
const _component_el_table = resolveComponent("el-table");
|
|
72
|
-
const _component_el_button = resolveComponent("el-button");
|
|
73
|
-
const _component_el_dialog = resolveComponent("el-dialog");
|
|
74
|
-
return openBlock(), createElementBlock(Fragment, null, [
|
|
75
|
-
createVNode(_component_el_input, {
|
|
76
|
-
modelValue: inputValue.value,
|
|
77
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
|
|
78
|
-
placeholder: "请选择",
|
|
79
|
-
onClick: inputClick
|
|
80
|
-
}, {
|
|
81
|
-
suffix: withCtx(() => [
|
|
82
|
-
createVNode(_component_el_icon, { onClick: inputClick }, {
|
|
83
|
-
default: withCtx(() => [
|
|
84
|
-
createVNode(unref(Search))
|
|
85
|
-
]),
|
|
86
|
-
_: 1
|
|
87
|
-
})
|
|
88
|
-
]),
|
|
89
|
-
_: 1
|
|
90
|
-
}, 8, ["modelValue"]),
|
|
91
|
-
createVNode(_component_el_dialog, {
|
|
92
|
-
modelValue: dialogVisible.value,
|
|
93
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => dialogVisible.value = $event),
|
|
94
|
-
title: "Tips",
|
|
95
|
-
width: "500"
|
|
96
|
-
}, {
|
|
97
|
-
footer: withCtx(() => [
|
|
98
|
-
createElementVNode("div", _hoisted_1, [
|
|
99
|
-
createVNode(_component_el_button, {
|
|
100
|
-
onClick: _cache[1] || (_cache[1] = ($event) => dialogVisible.value = false)
|
|
101
|
-
}, {
|
|
102
|
-
default: withCtx(() => [
|
|
103
|
-
createTextVNode("取消")
|
|
104
|
-
]),
|
|
105
|
-
_: 1
|
|
106
|
-
}),
|
|
107
|
-
createVNode(_component_el_button, {
|
|
108
|
-
type: "primary",
|
|
109
|
-
onClick: confirm
|
|
110
|
-
}, {
|
|
111
|
-
default: withCtx(() => [
|
|
112
|
-
createTextVNode(" 确定 ")
|
|
113
|
-
]),
|
|
114
|
-
_: 1
|
|
115
|
-
})
|
|
116
|
-
])
|
|
117
|
-
]),
|
|
118
|
-
default: withCtx(() => [
|
|
119
|
-
createVNode(_component_el_table, {
|
|
120
|
-
data: tableData,
|
|
121
|
-
style: { "width": "100%" },
|
|
122
|
-
onSelectionChange: handleSelectionChange
|
|
123
|
-
}, {
|
|
124
|
-
default: withCtx(() => [
|
|
125
|
-
createVNode(_component_el_table_column, {
|
|
126
|
-
type: "selection",
|
|
127
|
-
width: "55"
|
|
128
|
-
}),
|
|
129
|
-
createVNode(_component_el_table_column, {
|
|
130
|
-
prop: "date",
|
|
131
|
-
label: "Date",
|
|
132
|
-
width: "180"
|
|
133
|
-
}),
|
|
134
|
-
createVNode(_component_el_table_column, {
|
|
135
|
-
prop: "name",
|
|
136
|
-
label: "Name",
|
|
137
|
-
width: "180"
|
|
138
|
-
}),
|
|
139
|
-
createVNode(_component_el_table_column, {
|
|
140
|
-
prop: "address",
|
|
141
|
-
label: "Address"
|
|
142
|
-
})
|
|
143
|
-
]),
|
|
144
|
-
_: 1
|
|
145
|
-
})
|
|
146
|
-
]),
|
|
147
|
-
_: 1
|
|
148
|
-
}, 8, ["modelValue"])
|
|
149
|
-
], 64);
|
|
150
|
-
};
|
|
151
|
-
}
|
|
152
|
-
});
|
|
1
|
+
import _sfc_main from "./dataorigin-input-table.vue2.js";
|
|
153
2
|
export {
|
|
154
3
|
_sfc_main as default
|
|
155
4
|
};
|
package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js
CHANGED
|
@@ -1,4 +1,155 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { defineComponent, ref, watch, resolveComponent, openBlock, createElementBlock, Fragment, createVNode, withCtx, unref, createElementVNode, createTextVNode } from "vue";
|
|
2
|
+
import { Search } from "@element-plus/icons-vue";
|
|
3
|
+
const _hoisted_1 = { class: "dialog-footer" };
|
|
4
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
|
+
__name: "dataorigin-input-table",
|
|
6
|
+
props: {
|
|
7
|
+
modelValue: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: ""
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
emits: ["update:modelValue"],
|
|
13
|
+
setup(__props, { emit: __emit }) {
|
|
14
|
+
const props = __props;
|
|
15
|
+
const inputValue = ref(props.modelValue);
|
|
16
|
+
const emit = __emit;
|
|
17
|
+
const tableData = [
|
|
18
|
+
{
|
|
19
|
+
id: 1,
|
|
20
|
+
date: "2016-05-03",
|
|
21
|
+
name: "Tom",
|
|
22
|
+
address: "No. 189, Grove St, Los Angeles"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
id: 2,
|
|
26
|
+
date: "2016-05-02",
|
|
27
|
+
name: "Tom",
|
|
28
|
+
address: "No. 189, Grove St, Los Angeles"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
id: 3,
|
|
32
|
+
date: "2016-05-04",
|
|
33
|
+
name: "Tom",
|
|
34
|
+
address: "No. 189, Grove St, Los Angeles"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
id: 4,
|
|
38
|
+
date: "2016-05-01",
|
|
39
|
+
name: "Tom",
|
|
40
|
+
address: "No. 189, Grove St, Los Angeles"
|
|
41
|
+
}
|
|
42
|
+
];
|
|
43
|
+
const dialogVisible = ref(false);
|
|
44
|
+
const selectData = ref([]);
|
|
45
|
+
watch(() => props.modelValue, (newVal) => {
|
|
46
|
+
inputValue.value = newVal;
|
|
47
|
+
});
|
|
48
|
+
function confirm() {
|
|
49
|
+
if (selectData.value.length > 0) {
|
|
50
|
+
let str = "";
|
|
51
|
+
selectData.value.forEach((item) => {
|
|
52
|
+
str = str + item.name + ",";
|
|
53
|
+
});
|
|
54
|
+
str = str.substring(0, str.length - 1);
|
|
55
|
+
emit("update:modelValue", str);
|
|
56
|
+
dialogVisible.value = false;
|
|
57
|
+
} else {
|
|
58
|
+
dialogVisible.value = false;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
function handleSelectionChange(selection) {
|
|
62
|
+
selectData.value = selection;
|
|
63
|
+
}
|
|
64
|
+
function inputClick() {
|
|
65
|
+
dialogVisible.value = true;
|
|
66
|
+
}
|
|
67
|
+
return (_ctx, _cache) => {
|
|
68
|
+
const _component_el_icon = resolveComponent("el-icon");
|
|
69
|
+
const _component_el_input = resolveComponent("el-input");
|
|
70
|
+
const _component_el_table_column = resolveComponent("el-table-column");
|
|
71
|
+
const _component_el_table = resolveComponent("el-table");
|
|
72
|
+
const _component_el_button = resolveComponent("el-button");
|
|
73
|
+
const _component_el_dialog = resolveComponent("el-dialog");
|
|
74
|
+
return openBlock(), createElementBlock(Fragment, null, [
|
|
75
|
+
createVNode(_component_el_input, {
|
|
76
|
+
modelValue: inputValue.value,
|
|
77
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
|
|
78
|
+
placeholder: "请选择",
|
|
79
|
+
onClick: inputClick
|
|
80
|
+
}, {
|
|
81
|
+
suffix: withCtx(() => [
|
|
82
|
+
createVNode(_component_el_icon, { onClick: inputClick }, {
|
|
83
|
+
default: withCtx(() => [
|
|
84
|
+
createVNode(unref(Search))
|
|
85
|
+
]),
|
|
86
|
+
_: 1
|
|
87
|
+
})
|
|
88
|
+
]),
|
|
89
|
+
_: 1
|
|
90
|
+
}, 8, ["modelValue"]),
|
|
91
|
+
createVNode(_component_el_dialog, {
|
|
92
|
+
modelValue: dialogVisible.value,
|
|
93
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => dialogVisible.value = $event),
|
|
94
|
+
title: "Tips",
|
|
95
|
+
width: "500"
|
|
96
|
+
}, {
|
|
97
|
+
footer: withCtx(() => [
|
|
98
|
+
createElementVNode("div", _hoisted_1, [
|
|
99
|
+
createVNode(_component_el_button, {
|
|
100
|
+
onClick: _cache[1] || (_cache[1] = ($event) => dialogVisible.value = false)
|
|
101
|
+
}, {
|
|
102
|
+
default: withCtx(() => [
|
|
103
|
+
createTextVNode("取消")
|
|
104
|
+
]),
|
|
105
|
+
_: 1
|
|
106
|
+
}),
|
|
107
|
+
createVNode(_component_el_button, {
|
|
108
|
+
type: "primary",
|
|
109
|
+
onClick: confirm
|
|
110
|
+
}, {
|
|
111
|
+
default: withCtx(() => [
|
|
112
|
+
createTextVNode(" 确定 ")
|
|
113
|
+
]),
|
|
114
|
+
_: 1
|
|
115
|
+
})
|
|
116
|
+
])
|
|
117
|
+
]),
|
|
118
|
+
default: withCtx(() => [
|
|
119
|
+
createVNode(_component_el_table, {
|
|
120
|
+
data: tableData,
|
|
121
|
+
style: { "width": "100%" },
|
|
122
|
+
onSelectionChange: handleSelectionChange
|
|
123
|
+
}, {
|
|
124
|
+
default: withCtx(() => [
|
|
125
|
+
createVNode(_component_el_table_column, {
|
|
126
|
+
type: "selection",
|
|
127
|
+
width: "55"
|
|
128
|
+
}),
|
|
129
|
+
createVNode(_component_el_table_column, {
|
|
130
|
+
prop: "date",
|
|
131
|
+
label: "Date",
|
|
132
|
+
width: "180"
|
|
133
|
+
}),
|
|
134
|
+
createVNode(_component_el_table_column, {
|
|
135
|
+
prop: "name",
|
|
136
|
+
label: "Name",
|
|
137
|
+
width: "180"
|
|
138
|
+
}),
|
|
139
|
+
createVNode(_component_el_table_column, {
|
|
140
|
+
prop: "address",
|
|
141
|
+
label: "Address"
|
|
142
|
+
})
|
|
143
|
+
]),
|
|
144
|
+
_: 1
|
|
145
|
+
})
|
|
146
|
+
]),
|
|
147
|
+
_: 1
|
|
148
|
+
}, 8, ["modelValue"])
|
|
149
|
+
], 64);
|
|
150
|
+
};
|
|
151
|
+
}
|
|
152
|
+
});
|
|
2
153
|
export {
|
|
3
154
|
_sfc_main as default
|
|
4
155
|
};
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import _sfc_main from "./config.vue3.js";
|
|
2
|
+
import "./config.vue2.js";
|
|
3
|
+
import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-26f79956"]]);
|
|
5
|
+
export {
|
|
6
|
+
config as default
|
|
7
|
+
};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import "./config.vue.js";
|
|
3
|
-
import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-26f79956"]]);
|
|
5
|
-
export {
|
|
6
|
-
config as default
|
|
7
|
-
};
|
|
1
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, onUnmounted, watch, resolveComponent, openBlock, createElementBlock, createElementVNode, createVNode, withCtx, withDirectives, vShow, unref, createTextVNode, toDisplayString, Fragment, renderList, createBlock } from "vue";
|
|
2
2
|
import { ElMessageBox, ElMessage } from "element-plus";
|
|
3
|
-
import config from "./config.
|
|
3
|
+
import config from "./config.vue.js";
|
|
4
4
|
import { standardButtonOperations } from "../../../utils/assemblys-config.js";
|
|
5
5
|
import { getUuidv4, deepCopy } from "../../../utils/common-util.js";
|
|
6
6
|
import { usePageContextStore } from "../../../../../stores/page-store.js";
|
|
@@ -15,7 +15,7 @@ import "@codemirror/state";
|
|
|
15
15
|
import "@codemirror/autocomplete";
|
|
16
16
|
import "@codemirror/language";
|
|
17
17
|
import "@codemirror/search";
|
|
18
|
-
import "../page-event/config.
|
|
18
|
+
import "../page-event/config.vue2.js";
|
|
19
19
|
import "../../../utils/assemblys-config.js";
|
|
20
20
|
import "../../../../../stores/page-store.js";
|
|
21
21
|
import "../../../../../stores/event-undo-redo-store.js";
|
package/dist/es/style.css
CHANGED
|
@@ -3151,10 +3151,6 @@ fieldset.amb-design-item-selected {
|
|
|
3151
3151
|
padding: 10px;
|
|
3152
3152
|
font-weight: bold;
|
|
3153
3153
|
}
|
|
3154
|
-
|
|
3155
|
-
.el-select__wrapper.is-disabled{
|
|
3156
|
-
cursor: default;
|
|
3157
|
-
}
|
|
3158
3154
|
.el-tree-node__content {
|
|
3159
3155
|
height: 34px !important;
|
|
3160
3156
|
}
|
|
@@ -3774,10 +3770,6 @@ fieldset.amb-design-item-selected {
|
|
|
3774
3770
|
padding: 10px;
|
|
3775
3771
|
font-weight: bold;
|
|
3776
3772
|
}
|
|
3777
|
-
|
|
3778
|
-
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
3779
|
-
cursor: default;
|
|
3780
|
-
}
|
|
3781
3773
|
.el-tree-node__content {
|
|
3782
3774
|
height: 34px !important;
|
|
3783
3775
|
}
|
|
@@ -4397,6 +4389,10 @@ fieldset.amb-design-item-selected {
|
|
|
4397
4389
|
padding: 10px;
|
|
4398
4390
|
font-weight: bold;
|
|
4399
4391
|
}
|
|
4392
|
+
|
|
4393
|
+
.el-select__wrapper.is-disabled{
|
|
4394
|
+
cursor: default;
|
|
4395
|
+
}
|
|
4400
4396
|
.el-tree-node__content {
|
|
4401
4397
|
height: 34px !important;
|
|
4402
4398
|
}
|
|
@@ -5016,6 +5012,10 @@ fieldset.amb-design-item-selected {
|
|
|
5016
5012
|
padding: 10px;
|
|
5017
5013
|
font-weight: bold;
|
|
5018
5014
|
}
|
|
5015
|
+
|
|
5016
|
+
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
5017
|
+
cursor: default;
|
|
5018
|
+
}
|
|
5019
5019
|
.el-tree-node__content {
|
|
5020
5020
|
height: 34px !important;
|
|
5021
5021
|
}
|
|
@@ -9968,56 +9968,6 @@ fieldset.amb-design-item-selected {
|
|
|
9968
9968
|
padding: 10px;
|
|
9969
9969
|
font-weight: bold;
|
|
9970
9970
|
}
|
|
9971
|
-
|
|
9972
|
-
/*不显示列样式*/
|
|
9973
|
-
.hiddenBorder {
|
|
9974
|
-
border-right: solid 1px #ebebeb !important;
|
|
9975
|
-
border-left: solid 1px #ebebeb !important;
|
|
9976
|
-
background-color: #ebebeb !important;
|
|
9977
|
-
}
|
|
9978
|
-
/*选中列样式*/
|
|
9979
|
-
.addBorder {
|
|
9980
|
-
border-right: solid 1px #5893ef !important;
|
|
9981
|
-
border-left: solid 1px #5893ef !important;
|
|
9982
|
-
background-color: #5893ef !important;
|
|
9983
|
-
color: #ffffff;
|
|
9984
|
-
}
|
|
9985
|
-
.ghost {
|
|
9986
|
-
opacity: 0.5;
|
|
9987
|
-
background: #c8ebfb;
|
|
9988
|
-
}
|
|
9989
|
-
|
|
9990
|
-
li[data-v-fdf0b268] {
|
|
9991
|
-
color: #333;
|
|
9992
|
-
}
|
|
9993
|
-
.context-menu[data-v-fdf0b268] {
|
|
9994
|
-
position: fixed;
|
|
9995
|
-
background: #fff;
|
|
9996
|
-
z-index: 999;
|
|
9997
|
-
padding: 5px;
|
|
9998
|
-
margin: 0;
|
|
9999
|
-
margin-top: 30px;
|
|
10000
|
-
}
|
|
10001
|
-
.context-menu li[data-v-fdf0b268] {
|
|
10002
|
-
min-width: 75px;
|
|
10003
|
-
height: 28px;
|
|
10004
|
-
line-height: 28px;
|
|
10005
|
-
text-align: left;
|
|
10006
|
-
color: #1a1a1a;
|
|
10007
|
-
cursor: pointer;
|
|
10008
|
-
}
|
|
10009
|
-
.context-menu li[data-v-fdf0b268]:hover {
|
|
10010
|
-
background: #5893ef;
|
|
10011
|
-
color: #fff;
|
|
10012
|
-
}
|
|
10013
|
-
.context-menu[data-v-fdf0b268] {
|
|
10014
|
-
border: 1px solid #eee;
|
|
10015
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
10016
|
-
border-radius: 5px;
|
|
10017
|
-
}
|
|
10018
|
-
li[data-v-fdf0b268] {
|
|
10019
|
-
list-style-type: none;
|
|
10020
|
-
}
|
|
10021
9971
|
.el-tree-node__content {
|
|
10022
9972
|
height: 34px !important;
|
|
10023
9973
|
}
|
|
@@ -10637,6 +10587,56 @@ fieldset.amb-design-item-selected {
|
|
|
10637
10587
|
padding: 10px;
|
|
10638
10588
|
font-weight: bold;
|
|
10639
10589
|
}
|
|
10590
|
+
|
|
10591
|
+
/*不显示列样式*/
|
|
10592
|
+
.hiddenBorder {
|
|
10593
|
+
border-right: solid 1px #ebebeb !important;
|
|
10594
|
+
border-left: solid 1px #ebebeb !important;
|
|
10595
|
+
background-color: #ebebeb !important;
|
|
10596
|
+
}
|
|
10597
|
+
/*选中列样式*/
|
|
10598
|
+
.addBorder {
|
|
10599
|
+
border-right: solid 1px #5893ef !important;
|
|
10600
|
+
border-left: solid 1px #5893ef !important;
|
|
10601
|
+
background-color: #5893ef !important;
|
|
10602
|
+
color: #ffffff;
|
|
10603
|
+
}
|
|
10604
|
+
.ghost {
|
|
10605
|
+
opacity: 0.5;
|
|
10606
|
+
background: #c8ebfb;
|
|
10607
|
+
}
|
|
10608
|
+
|
|
10609
|
+
li[data-v-fdf0b268] {
|
|
10610
|
+
color: #333;
|
|
10611
|
+
}
|
|
10612
|
+
.context-menu[data-v-fdf0b268] {
|
|
10613
|
+
position: fixed;
|
|
10614
|
+
background: #fff;
|
|
10615
|
+
z-index: 999;
|
|
10616
|
+
padding: 5px;
|
|
10617
|
+
margin: 0;
|
|
10618
|
+
margin-top: 30px;
|
|
10619
|
+
}
|
|
10620
|
+
.context-menu li[data-v-fdf0b268] {
|
|
10621
|
+
min-width: 75px;
|
|
10622
|
+
height: 28px;
|
|
10623
|
+
line-height: 28px;
|
|
10624
|
+
text-align: left;
|
|
10625
|
+
color: #1a1a1a;
|
|
10626
|
+
cursor: pointer;
|
|
10627
|
+
}
|
|
10628
|
+
.context-menu li[data-v-fdf0b268]:hover {
|
|
10629
|
+
background: #5893ef;
|
|
10630
|
+
color: #fff;
|
|
10631
|
+
}
|
|
10632
|
+
.context-menu[data-v-fdf0b268] {
|
|
10633
|
+
border: 1px solid #eee;
|
|
10634
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
10635
|
+
border-radius: 5px;
|
|
10636
|
+
}
|
|
10637
|
+
li[data-v-fdf0b268] {
|
|
10638
|
+
list-style-type: none;
|
|
10639
|
+
}
|
|
10640
10640
|
.el-tree-node__content {
|
|
10641
10641
|
height: 34px !important;
|
|
10642
10642
|
}
|
|
@@ -16250,6 +16250,24 @@ fieldset.amb-design-item-selected {
|
|
|
16250
16250
|
min-width: 120px !important;
|
|
16251
16251
|
}
|
|
16252
16252
|
|
|
16253
|
+
.editorTool[data-v-26f79956] {
|
|
16254
|
+
margin-left: auto;
|
|
16255
|
+
}
|
|
16256
|
+
.editorOption[data-v-26f79956] {
|
|
16257
|
+
margin-right: 10px;
|
|
16258
|
+
cursor: pointer;
|
|
16259
|
+
}
|
|
16260
|
+
.pppp[data-v-26f79956] {
|
|
16261
|
+
display: flex; /* 使用Flex布局 */
|
|
16262
|
+
justify-content: flex-start;
|
|
16263
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
16264
|
+
}
|
|
16265
|
+
|
|
16266
|
+
.seleteSort[data-v-f1c21952] {
|
|
16267
|
+
border-radius: 5px;
|
|
16268
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16269
|
+
}
|
|
16270
|
+
|
|
16253
16271
|
.icon-set-center-body[data-v-4aa5ce08]{
|
|
16254
16272
|
display: grid;
|
|
16255
16273
|
grid-template-columns:repeat(5,1fr);
|
|
@@ -16287,28 +16305,6 @@ fieldset.amb-design-item-selected {
|
|
|
16287
16305
|
margin-bottom: 20px;
|
|
16288
16306
|
}
|
|
16289
16307
|
|
|
16290
|
-
.seleteSort[data-v-f1c21952] {
|
|
16291
|
-
border-radius: 5px;
|
|
16292
|
-
border: 1px solid rgba(88, 147, 239);
|
|
16293
|
-
}
|
|
16294
|
-
|
|
16295
|
-
.editorTool[data-v-26f79956] {
|
|
16296
|
-
margin-left: auto;
|
|
16297
|
-
}
|
|
16298
|
-
.editorOption[data-v-26f79956] {
|
|
16299
|
-
margin-right: 10px;
|
|
16300
|
-
cursor: pointer;
|
|
16301
|
-
}
|
|
16302
|
-
.pppp[data-v-26f79956] {
|
|
16303
|
-
display: flex; /* 使用Flex布局 */
|
|
16304
|
-
justify-content: flex-start;
|
|
16305
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
16306
|
-
}
|
|
16307
|
-
|
|
16308
|
-
.el-tag[data-v-665d3bf4]{
|
|
16309
|
-
margin-left: 10px;
|
|
16310
|
-
}
|
|
16311
|
-
|
|
16312
16308
|
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
16313
16309
|
display: flex;
|
|
16314
16310
|
justify-content: space-between;
|
|
@@ -16326,14 +16322,6 @@ fieldset.amb-design-item-selected {
|
|
|
16326
16322
|
display: inline-block;
|
|
16327
16323
|
}
|
|
16328
16324
|
|
|
16329
|
-
.stateBtn[data-v-ae2798fb]{
|
|
16330
|
-
display: flex;
|
|
16331
|
-
}
|
|
16332
|
-
.stateText[data-v-ae2798fb]{
|
|
16333
|
-
margin-left: 10px;
|
|
16334
|
-
color: #7b7b7b;
|
|
16335
|
-
}
|
|
16336
|
-
|
|
16337
16325
|
li[data-v-b436905c] {
|
|
16338
16326
|
color: #333;
|
|
16339
16327
|
}
|
|
@@ -16371,11 +16359,23 @@ li[data-v-b436905c] {
|
|
|
16371
16359
|
list-style-type: none;
|
|
16372
16360
|
}
|
|
16373
16361
|
|
|
16374
|
-
.
|
|
16362
|
+
.stateBtn[data-v-ae2798fb]{
|
|
16363
|
+
display: flex;
|
|
16364
|
+
}
|
|
16365
|
+
.stateText[data-v-ae2798fb]{
|
|
16366
|
+
margin-left: 10px;
|
|
16367
|
+
color: #7b7b7b;
|
|
16368
|
+
}
|
|
16369
|
+
|
|
16370
|
+
.seleteSort[data-v-0f08e3d1] {
|
|
16375
16371
|
border-radius: 5px;
|
|
16376
16372
|
border: 1px solid rgba(88, 147, 239);
|
|
16377
16373
|
}
|
|
16378
16374
|
|
|
16375
|
+
.el-tag[data-v-665d3bf4]{
|
|
16376
|
+
margin-left: 10px;
|
|
16377
|
+
}
|
|
16378
|
+
|
|
16379
16379
|
.input-with-select .el-input-group__append {
|
|
16380
16380
|
background-color: var(--el-fill-color-blank);
|
|
16381
16381
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.78",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@logicflow/layout": "1.2.0-alpha.16",
|
|
29
29
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
30
30
|
"@vueuse/core": "^10.9.0",
|
|
31
|
-
"agilebuilder-ui": "1.0.
|
|
31
|
+
"agilebuilder-ui": "1.0.55",
|
|
32
32
|
"echarts": "^5.5.0",
|
|
33
33
|
"element-plus": "^2.6.1",
|
|
34
34
|
"font-awesome": "^4.7.0",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"pinia": "^2.1.7",
|
|
39
39
|
"qrcode": "^1.5.3",
|
|
40
40
|
"quill": "^2.0.1",
|
|
41
|
-
"service-flow-designer": "2.0.
|
|
42
|
-
"super-page-runtime": "2.0.
|
|
41
|
+
"service-flow-designer": "2.0.77",
|
|
42
|
+
"super-page-runtime": "2.0.76",
|
|
43
43
|
"uuid": "^9.0.1",
|
|
44
44
|
"vite": "^5.1.6",
|
|
45
45
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|