super-page-designer 2.2.68 → 2.2.71
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/common/common-variable-bind.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +13 -13
- 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 +26 -2
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +2 -26
- package/dist/es/style.css +55 -27
- package/package.json +3 -3
- /package/dist/es/components/design/views/assemblys/common/{common-variable-bind.vue2.js → common-variable-bind.vue3.js} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as e, ref as a, computed as l, resolveComponent as i, createBlock as o, openBlock as t, withCtx as n, createElementVNode as r, createVNode as s, createCommentVNode as u, withDirectives as d, renderSlot as p, createTextVNode as c, unref as g, vShow as m, createElementBlock as f, Fragment as v, renderList as b, normalizeClass as y, toDisplayString as V } from "vue";
|
|
2
|
-
import O from "../../form/common/dataorigin-input-table.
|
|
2
|
+
import O from "../../form/common/dataorigin-input-table.vue.js";
|
|
3
3
|
import { Codemirror as _ } from "vue-codemirror";
|
|
4
4
|
import C from "../../workflow/component/combination.vue.js";
|
|
5
5
|
import S from "./return-set-table.vue.js";
|
package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js
CHANGED
|
@@ -11,21 +11,21 @@ const v = ["onClick", "onMouseout", "onMouseover"], M = { key: 2 }, S = e({ __na
|
|
|
11
11
|
} }, designProperty: { type: Object, default: () => {
|
|
12
12
|
} }, configure: { type: Object, default: () => {
|
|
13
13
|
} }, pageDesign: { type: Object, default: () => {
|
|
14
|
-
} } }, emits: ["selectColumn", "onSelectWidget", "setClickColumn", "setColumnData", "closeMenuVisible"], setup(e2, { emit:
|
|
15
|
-
const
|
|
14
|
+
} } }, emits: ["selectColumn", "onSelectWidget", "setClickColumn", "setColumnData", "closeMenuVisible"], setup(e2, { emit: w }) {
|
|
15
|
+
const B = e2, T = w;
|
|
16
16
|
function L(e3, n2) {
|
|
17
17
|
if (!e3.props.base) return W.warning("组合表头顶级菜单不能进行列配置");
|
|
18
18
|
{
|
|
19
19
|
$(e3);
|
|
20
|
-
let n3 = { columnData: e3, tableConfigure:
|
|
21
|
-
|
|
20
|
+
let n3 = { columnData: e3, tableConfigure: B.configure };
|
|
21
|
+
T("closeMenuVisible"), x.$emit("selectColumn", n3), P(e3);
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
function $(e3) {
|
|
25
|
-
|
|
25
|
+
T("setColumnData", e3);
|
|
26
26
|
}
|
|
27
27
|
function P(e3) {
|
|
28
|
-
|
|
28
|
+
T("setClickColumn", e3);
|
|
29
29
|
}
|
|
30
30
|
function V(e3) {
|
|
31
31
|
let n2 = "";
|
|
@@ -39,21 +39,21 @@ const v = ["onClick", "onMouseout", "onMouseover"], M = { key: 2 }, S = e({ __na
|
|
|
39
39
|
}
|
|
40
40
|
const F = n(false);
|
|
41
41
|
function N(e3, n2, s2) {
|
|
42
|
-
|
|
42
|
+
B.pageDesign.currentTableConfig = B.configure, F.value || T("onSelectWidget", e3, n2, s2), s2 && s2.uuid && P(s2);
|
|
43
43
|
}
|
|
44
44
|
function z(e3) {
|
|
45
|
-
const n2 =
|
|
45
|
+
const n2 = B.configure.btnList.indexOf(e3);
|
|
46
46
|
if (-1 == n2) return void alert("无可复制对象!");
|
|
47
47
|
const s2 = b(O(e3));
|
|
48
|
-
s2.uuid = k(),
|
|
48
|
+
s2.uuid = k(), B.configure.btnList.splice(n2, 0, s2);
|
|
49
49
|
}
|
|
50
50
|
function U(e3) {
|
|
51
51
|
e3.items && e3.items.length > 0 ? D.confirm("还有子元素,确定要删除吗?", "删除", { confirmButtonText: "确认", cancelButtonText: "取消", type: "warning" }).then(() => {
|
|
52
|
-
const n2 =
|
|
52
|
+
const n2 = B.configure.btnList, s2 = n2.indexOf(e3);
|
|
53
53
|
s2 > -1 && n2.splice(s2, 1);
|
|
54
54
|
}).catch((e4) => {
|
|
55
|
-
}) :
|
|
56
|
-
const n2 =
|
|
55
|
+
}) : B.listColumns && B.listColumns.props && B.listColumns.props.base && "operation" === B.listColumns.props.base.prop && D.confirm(`确定要删除${e3.label}吗?`, "删除", { confirmButtonText: "确认", cancelButtonText: "取消", type: "warning" }).then(() => {
|
|
56
|
+
const n2 = B.configure.btnList, s2 = n2.indexOf(e3);
|
|
57
57
|
s2 > -1 && n2.splice(s2, 1);
|
|
58
58
|
}).catch((e4) => {
|
|
59
59
|
});
|
|
@@ -64,7 +64,7 @@ const v = ["onClick", "onMouseout", "onMouseover"], M = { key: 2 }, S = e({ __na
|
|
|
64
64
|
x.$off("hadleDragging");
|
|
65
65
|
}), (n2, s2) => {
|
|
66
66
|
const b2 = l("el-checkbox"), x2 = l("el-table-column");
|
|
67
|
-
return t(), o(x2, { fixed: !(!e2.listColumns.props || !e2.listColumns.props.base || "false" === e2.listColumns.props.base.listColumnFixed) && e2.listColumns.props.base.listColumnFixed, "column-key": e2.listColumns.uuid, width: e2.listColumns.props && e2.listColumns.props.base && e2.listColumns.props.base.columnWidth ? e2.listColumns.props.base.columnWidth : 200, label: V(e2.listColumns), align: e2.listColumns.props && e2.listColumns.props.base && e2.listColumns.props.base.alignContent ? e2.listColumns.props.base.alignContent : e2.designProperty.alignContent, "header-align": e2.listColumns.props && e2.listColumns.props.base && e2.listColumns.props.base.alignTitle ? e2.listColumns.props.base.alignTitle : e2.designProperty.alignTitle, resizable: "" }, i({ default: u(() => [e2.listColumns.children && e2.listColumns.children.length > 0 ? (t(true), r(a, { key: 0 }, m(e2.listColumns.children, (n3, s3) => (t(), o(S, { key: s3, listColumns: n3, designProperty: e2.designProperty, configure: e2.configure, pageDesign: e2.pageDesign, indexObj: e2.indexObj, onSetClickColumn: P, onOnSelectWidget: N, onSetColumnData: $, selectWidget: e2.selectWidget }, null, 8, ["listColumns", "designProperty", "configure", "pageDesign", "indexObj", "selectWidget"]))), 128)) : p("", true)]), _: 2 }, [e2.listColumns.children && 0 != e2.listColumns.children.length ? void 0 : { name: "header", fn: u((n3) => [e2.listColumns.props && e2.listColumns.props.base && "$selection" === e2.listColumns.props.base.prop ? (t(), o(b2, { key: 0, style: g(d(y)(e2.listColumns)), class: c(d(f)(e2.listColumns)), onClick: (s3) => L(e2.listColumns, n3.column), onMouseout: (e3) => _(0, n3.column), onMouseover: (e3) => E(0, n3.column) }, null, 8, ["style", "class", "onClick", "onMouseout", "onMouseover"])) : (t(), r("div", { key: 1, style: g(d(y)(e2.listColumns)), class: c(d(f)(e2.listColumns)), onClick: (s3) => L(e2.listColumns, n3.column), onMouseout: (e3) => _(0, n3.column), onMouseover: (e3) => E(0, n3.column) }, C(V(e2.listColumns)), 47, v))]), key: "0" }, e2.listColumns.children && 0 != e2.listColumns.children.length ? void 0 : { name: "default", fn: u((n3) => [e2.listColumns.props && e2.listColumns.props.base && "operation" === e2.listColumns.props.base.prop ? (t(), o(d(h), { key: 0, modelValue:
|
|
67
|
+
return t(), o(x2, { fixed: !(!e2.listColumns.props || !e2.listColumns.props.base || "false" === e2.listColumns.props.base.listColumnFixed) && e2.listColumns.props.base.listColumnFixed, "column-key": e2.listColumns.uuid, width: e2.listColumns.props && e2.listColumns.props.base && e2.listColumns.props.base.columnWidth ? e2.listColumns.props.base.columnWidth : 200, label: V(e2.listColumns), align: e2.listColumns.props && e2.listColumns.props.base && e2.listColumns.props.base.alignContent ? e2.listColumns.props.base.alignContent : e2.designProperty.alignContent, "header-align": e2.listColumns.props && e2.listColumns.props.base && e2.listColumns.props.base.alignTitle ? e2.listColumns.props.base.alignTitle : e2.designProperty.alignTitle, resizable: "" }, i({ default: u(() => [e2.listColumns.children && e2.listColumns.children.length > 0 ? (t(true), r(a, { key: 0 }, m(e2.listColumns.children, (n3, s3) => (t(), o(S, { key: s3, listColumns: n3, designProperty: e2.designProperty, configure: e2.configure, pageDesign: e2.pageDesign, indexObj: e2.indexObj, onSetClickColumn: P, onOnSelectWidget: N, onSetColumnData: $, selectWidget: e2.selectWidget }, null, 8, ["listColumns", "designProperty", "configure", "pageDesign", "indexObj", "selectWidget"]))), 128)) : p("", true)]), _: 2 }, [e2.listColumns.children && 0 != e2.listColumns.children.length ? void 0 : { name: "header", fn: u((n3) => [e2.listColumns.props && e2.listColumns.props.base && "$selection" === e2.listColumns.props.base.prop ? (t(), o(b2, { key: 0, style: g(d(y)(e2.listColumns)), class: c(d(f)(e2.listColumns)), onClick: (s3) => L(e2.listColumns, n3.column), onMouseout: (e3) => _(0, n3.column), onMouseover: (e3) => E(0, n3.column) }, null, 8, ["style", "class", "onClick", "onMouseout", "onMouseover"])) : (t(), r("div", { key: 1, style: g(d(y)(e2.listColumns)), class: c(d(f)(e2.listColumns)), onClick: (s3) => L(e2.listColumns, n3.column), onMouseout: (e3) => _(0, n3.column), onMouseover: (e3) => E(0, n3.column) }, C(V(e2.listColumns)), 47, v))]), key: "0" }, e2.listColumns.children && 0 != e2.listColumns.children.length ? void 0 : { name: "default", fn: u((n3) => [e2.listColumns.props && e2.listColumns.props.base && "operation" === e2.listColumns.props.base.prop ? (t(), o(d(h), { key: 0, modelValue: B.configure.btnList, "onUpdate:modelValue": s2[0] || (s2[0] = (e3) => B.configure.btnList = e3), animation: 300, style: { width: "100%", height: "100%", display: "inline-flex", "flex-wrap": "wrap" }, group: "amb-assembly-item", ghostClass: "amb-item-ghost" }, { default: u(() => [(t(true), r(a, null, m(B.configure.btnList, (s3) => (t(), o(j, { key: s3, pageDesign: e2.pageDesign, configure: s3, selectWidget: e2.selectWidget, indexObj: e2.indexObj, errorBlank: true, onOnSelectWidget: (e3, s4) => N(e3, s4, n3.column), onOnCopy: z, onOnDelete: U }, null, 8, ["pageDesign", "configure", "selectWidget", "indexObj", "onOnSelectWidget"]))), 128))]), _: 2 }, 1032, ["modelValue"])) : e2.listColumns.props && e2.listColumns.props.base && "$selection" === e2.listColumns.props.base.prop ? (t(), o(b2, { key: 1 })) : e2.listColumns.props && e2.listColumns.props.base && "$index" === e2.listColumns.props.base.prop ? (t(), r("span", M, "1")) : (t(), o(j, { key: 3, configure: e2.listColumns, pageDesign: e2.pageDesign, errorBlank: true, selectWidget: e2.selectWidget, indexObj: e2.indexObj, onOnSelectWidget: (e3, s3) => N(e3, s3, n3.column), showSelectedClass: false }, null, 8, ["configure", "pageDesign", "selectWidget", "indexObj", "onOnSelectWidget"]))]), key: "1" }]), 1032, ["fixed", "column-key", "width", "label", "align", "header-align"]);
|
|
68
68
|
};
|
|
69
69
|
} });
|
|
70
70
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as e, ref as l, onMounted as a, resolveComponent as t, createBlock as o, openBlock as u, withCtx as i, createElementVNode as n, createVNode as s, createCommentVNode as d, withDirectives as r, unref as m, createElementBlock as p, Fragment as c, renderList as b, createTextVNode as f, vShow as v, normalizeClass as y } from "vue";
|
|
2
|
-
import V from "./dataorigin-input-table.
|
|
2
|
+
import V from "./dataorigin-input-table.vue.js";
|
|
3
3
|
import g from "./condition.vue.js";
|
|
4
4
|
import S from "./row-ul-li.vue.js";
|
|
5
5
|
import "uuid";
|
|
@@ -1,4 +1,28 @@
|
|
|
1
|
-
import t from "
|
|
1
|
+
import { defineComponent as e, ref as l, watch as a, resolveComponent as t, createElementBlock as o, openBlock as d, Fragment as u, createVNode as n, withCtx as i, unref as s, createElementVNode as m, createTextVNode as r } from "vue";
|
|
2
|
+
import { Search as p } from "@element-plus/icons-vue";
|
|
3
|
+
const v = { class: "dialog-footer" }, c = e({ __name: "dataorigin-input-table", props: { modelValue: { type: String, default: "" } }, emits: ["update:modelValue"], setup(e2, { emit: c2 }) {
|
|
4
|
+
const f = e2, g = l(f.modelValue), V = c2, h = [{ id: 1, date: "2016-05-03", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 2, date: "2016-05-02", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 3, date: "2016-05-04", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 4, date: "2016-05-01", name: "Tom", address: "No. 189, Grove St, Los Angeles" }], b = l(false), _ = l([]);
|
|
5
|
+
function S() {
|
|
6
|
+
if (_.value.length > 0) {
|
|
7
|
+
let e3 = "";
|
|
8
|
+
_.value.forEach((l2) => {
|
|
9
|
+
e3 = e3 + l2.name + ",";
|
|
10
|
+
}), e3 = e3.substring(0, e3.length - 1), V("update:modelValue", e3), b.value = false;
|
|
11
|
+
} else b.value = false;
|
|
12
|
+
}
|
|
13
|
+
function w(e3) {
|
|
14
|
+
_.value = e3;
|
|
15
|
+
}
|
|
16
|
+
function y() {
|
|
17
|
+
b.value = true;
|
|
18
|
+
}
|
|
19
|
+
return a(() => f.modelValue, (e3) => {
|
|
20
|
+
g.value = e3;
|
|
21
|
+
}), (e3, l2) => {
|
|
22
|
+
const a2 = t("el-icon"), c3 = t("el-input"), f2 = t("el-table-column"), V2 = t("el-table"), _2 = t("el-button"), A = t("el-dialog");
|
|
23
|
+
return d(), o(u, null, [n(c3, { modelValue: g.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e4) => g.value = e4), placeholder: "请选择", onClick: y }, { suffix: i(() => [n(a2, { onClick: y }, { default: i(() => [n(s(p))]), _: 1 })]), _: 1 }, 8, ["modelValue"]), n(A, { modelValue: b.value, "onUpdate:modelValue": l2[2] || (l2[2] = (e4) => b.value = e4), title: "Tips", width: "500" }, { footer: i(() => [m("div", v, [n(_2, { onClick: l2[1] || (l2[1] = (e4) => b.value = false) }, { default: i(() => l2[3] || (l2[3] = [r("取消")])), _: 1 }), n(_2, { type: "primary", onClick: S }, { default: i(() => l2[4] || (l2[4] = [r(" 确定 ")])), _: 1 })])]), default: i(() => [n(V2, { data: h, style: { width: "100%" }, onSelectionChange: w }, { default: i(() => [n(f2, { type: "selection", width: "55" }), n(f2, { prop: "date", label: "Date", width: "180" }), n(f2, { prop: "name", label: "Name", width: "180" }), n(f2, { prop: "address", label: "Address" })]), _: 1 })]), _: 1 }, 8, ["modelValue"])], 64);
|
|
24
|
+
};
|
|
25
|
+
} });
|
|
2
26
|
export {
|
|
3
|
-
|
|
27
|
+
c as default
|
|
4
28
|
};
|
package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js
CHANGED
|
@@ -1,28 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { Search as p } from "@element-plus/icons-vue";
|
|
3
|
-
const v = { class: "dialog-footer" }, c = e({ __name: "dataorigin-input-table", props: { modelValue: { type: String, default: "" } }, emits: ["update:modelValue"], setup(e2, { emit: c2 }) {
|
|
4
|
-
const f = e2, g = l(f.modelValue), V = c2, h = [{ id: 1, date: "2016-05-03", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 2, date: "2016-05-02", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 3, date: "2016-05-04", name: "Tom", address: "No. 189, Grove St, Los Angeles" }, { id: 4, date: "2016-05-01", name: "Tom", address: "No. 189, Grove St, Los Angeles" }], b = l(false), _ = l([]);
|
|
5
|
-
function S() {
|
|
6
|
-
if (_.value.length > 0) {
|
|
7
|
-
let e3 = "";
|
|
8
|
-
_.value.forEach((l2) => {
|
|
9
|
-
e3 = e3 + l2.name + ",";
|
|
10
|
-
}), e3 = e3.substring(0, e3.length - 1), V("update:modelValue", e3), b.value = false;
|
|
11
|
-
} else b.value = false;
|
|
12
|
-
}
|
|
13
|
-
function w(e3) {
|
|
14
|
-
_.value = e3;
|
|
15
|
-
}
|
|
16
|
-
function y() {
|
|
17
|
-
b.value = true;
|
|
18
|
-
}
|
|
19
|
-
return a(() => f.modelValue, (e3) => {
|
|
20
|
-
g.value = e3;
|
|
21
|
-
}), (e3, l2) => {
|
|
22
|
-
const a2 = t("el-icon"), c3 = t("el-input"), f2 = t("el-table-column"), V2 = t("el-table"), _2 = t("el-button"), A = t("el-dialog");
|
|
23
|
-
return d(), o(u, null, [n(c3, { modelValue: g.value, "onUpdate:modelValue": l2[0] || (l2[0] = (e4) => g.value = e4), placeholder: "请选择", onClick: y }, { suffix: i(() => [n(a2, { onClick: y }, { default: i(() => [n(s(p))]), _: 1 })]), _: 1 }, 8, ["modelValue"]), n(A, { modelValue: b.value, "onUpdate:modelValue": l2[2] || (l2[2] = (e4) => b.value = e4), title: "Tips", width: "500" }, { footer: i(() => [m("div", v, [n(_2, { onClick: l2[1] || (l2[1] = (e4) => b.value = false) }, { default: i(() => l2[3] || (l2[3] = [r("取消")])), _: 1 }), n(_2, { type: "primary", onClick: S }, { default: i(() => l2[4] || (l2[4] = [r(" 确定 ")])), _: 1 })])]), default: i(() => [n(V2, { data: h, style: { width: "100%" }, onSelectionChange: w }, { default: i(() => [n(f2, { type: "selection", width: "55" }), n(f2, { prop: "date", label: "Date", width: "180" }), n(f2, { prop: "name", label: "Name", width: "180" }), n(f2, { prop: "address", label: "Address" })]), _: 1 })]), _: 1 }, 8, ["modelValue"])], 64);
|
|
24
|
-
};
|
|
25
|
-
} });
|
|
1
|
+
import t from "./dataorigin-input-table.vue.js";
|
|
26
2
|
export {
|
|
27
|
-
|
|
3
|
+
t as default
|
|
28
4
|
};
|
package/dist/es/style.css
CHANGED
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
padding: 0px !important;
|
|
56
56
|
user-select: none;
|
|
57
57
|
overflow: hidden;
|
|
58
|
+
background-color: #f5f7fa;
|
|
58
59
|
}
|
|
59
60
|
.amb-container-main::-webkit-scrollbar {
|
|
60
61
|
width: 1px;
|
|
@@ -805,7 +806,8 @@ fieldset.amb-design-item-selected {
|
|
|
805
806
|
.amb-container-main {
|
|
806
807
|
padding: 0px !important;
|
|
807
808
|
user-select: none;
|
|
808
|
-
overflow: hidden;
|
|
809
|
+
overflow: hidden;
|
|
810
|
+
background-color: #f5f7fa;
|
|
809
811
|
}
|
|
810
812
|
.amb-container-main::-webkit-scrollbar {
|
|
811
813
|
width: 1px;
|
|
@@ -1411,7 +1413,8 @@ fieldset.amb-design-item-selected {
|
|
|
1411
1413
|
.amb-container-main {
|
|
1412
1414
|
padding: 0px !important;
|
|
1413
1415
|
user-select: none;
|
|
1414
|
-
overflow: hidden;
|
|
1416
|
+
overflow: hidden;
|
|
1417
|
+
background-color: #f5f7fa;
|
|
1415
1418
|
}
|
|
1416
1419
|
.amb-container-main::-webkit-scrollbar {
|
|
1417
1420
|
width: 1px;
|
|
@@ -2008,7 +2011,8 @@ fieldset.amb-design-item-selected {
|
|
|
2008
2011
|
.amb-container-main {
|
|
2009
2012
|
padding: 0px !important;
|
|
2010
2013
|
user-select: none;
|
|
2011
|
-
overflow: hidden;
|
|
2014
|
+
overflow: hidden;
|
|
2015
|
+
background-color: #f5f7fa;
|
|
2012
2016
|
}
|
|
2013
2017
|
.amb-container-main::-webkit-scrollbar {
|
|
2014
2018
|
width: 1px;
|
|
@@ -2605,7 +2609,8 @@ fieldset.amb-design-item-selected {
|
|
|
2605
2609
|
.amb-container-main {
|
|
2606
2610
|
padding: 0px !important;
|
|
2607
2611
|
user-select: none;
|
|
2608
|
-
overflow: hidden;
|
|
2612
|
+
overflow: hidden;
|
|
2613
|
+
background-color: #f5f7fa;
|
|
2609
2614
|
}
|
|
2610
2615
|
.amb-container-main::-webkit-scrollbar {
|
|
2611
2616
|
width: 1px;
|
|
@@ -3202,7 +3207,8 @@ fieldset.amb-design-item-selected {
|
|
|
3202
3207
|
.amb-container-main {
|
|
3203
3208
|
padding: 0px !important;
|
|
3204
3209
|
user-select: none;
|
|
3205
|
-
overflow: hidden;
|
|
3210
|
+
overflow: hidden;
|
|
3211
|
+
background-color: #f5f7fa;
|
|
3206
3212
|
}
|
|
3207
3213
|
.amb-container-main::-webkit-scrollbar {
|
|
3208
3214
|
width: 1px;
|
|
@@ -3799,7 +3805,8 @@ fieldset.amb-design-item-selected {
|
|
|
3799
3805
|
.amb-container-main {
|
|
3800
3806
|
padding: 0px !important;
|
|
3801
3807
|
user-select: none;
|
|
3802
|
-
overflow: hidden;
|
|
3808
|
+
overflow: hidden;
|
|
3809
|
+
background-color: #f5f7fa;
|
|
3803
3810
|
}
|
|
3804
3811
|
.amb-container-main::-webkit-scrollbar {
|
|
3805
3812
|
width: 1px;
|
|
@@ -4396,7 +4403,8 @@ fieldset.amb-design-item-selected {
|
|
|
4396
4403
|
.amb-container-main {
|
|
4397
4404
|
padding: 0px !important;
|
|
4398
4405
|
user-select: none;
|
|
4399
|
-
overflow: hidden;
|
|
4406
|
+
overflow: hidden;
|
|
4407
|
+
background-color: #f5f7fa;
|
|
4400
4408
|
}
|
|
4401
4409
|
.amb-container-main::-webkit-scrollbar {
|
|
4402
4410
|
width: 1px;
|
|
@@ -4997,7 +5005,8 @@ fieldset.amb-design-item-selected {
|
|
|
4997
5005
|
.amb-container-main {
|
|
4998
5006
|
padding: 0px !important;
|
|
4999
5007
|
user-select: none;
|
|
5000
|
-
overflow: hidden;
|
|
5008
|
+
overflow: hidden;
|
|
5009
|
+
background-color: #f5f7fa;
|
|
5001
5010
|
}
|
|
5002
5011
|
.amb-container-main::-webkit-scrollbar {
|
|
5003
5012
|
width: 1px;
|
|
@@ -5594,7 +5603,8 @@ fieldset.amb-design-item-selected {
|
|
|
5594
5603
|
.amb-container-main {
|
|
5595
5604
|
padding: 0px !important;
|
|
5596
5605
|
user-select: none;
|
|
5597
|
-
overflow: hidden;
|
|
5606
|
+
overflow: hidden;
|
|
5607
|
+
background-color: #f5f7fa;
|
|
5598
5608
|
}
|
|
5599
5609
|
.amb-container-main::-webkit-scrollbar {
|
|
5600
5610
|
width: 1px;
|
|
@@ -6191,7 +6201,8 @@ fieldset.amb-design-item-selected {
|
|
|
6191
6201
|
.amb-container-main {
|
|
6192
6202
|
padding: 0px !important;
|
|
6193
6203
|
user-select: none;
|
|
6194
|
-
overflow: hidden;
|
|
6204
|
+
overflow: hidden;
|
|
6205
|
+
background-color: #f5f7fa;
|
|
6195
6206
|
}
|
|
6196
6207
|
.amb-container-main::-webkit-scrollbar {
|
|
6197
6208
|
width: 1px;
|
|
@@ -6788,7 +6799,8 @@ fieldset.amb-design-item-selected {
|
|
|
6788
6799
|
.amb-container-main {
|
|
6789
6800
|
padding: 0px !important;
|
|
6790
6801
|
user-select: none;
|
|
6791
|
-
overflow: hidden;
|
|
6802
|
+
overflow: hidden;
|
|
6803
|
+
background-color: #f5f7fa;
|
|
6792
6804
|
}
|
|
6793
6805
|
.amb-container-main::-webkit-scrollbar {
|
|
6794
6806
|
width: 1px;
|
|
@@ -7385,7 +7397,8 @@ fieldset.amb-design-item-selected {
|
|
|
7385
7397
|
.amb-container-main {
|
|
7386
7398
|
padding: 0px !important;
|
|
7387
7399
|
user-select: none;
|
|
7388
|
-
overflow: hidden;
|
|
7400
|
+
overflow: hidden;
|
|
7401
|
+
background-color: #f5f7fa;
|
|
7389
7402
|
}
|
|
7390
7403
|
.amb-container-main::-webkit-scrollbar {
|
|
7391
7404
|
width: 1px;
|
|
@@ -7982,7 +7995,8 @@ fieldset.amb-design-item-selected {
|
|
|
7982
7995
|
.amb-container-main {
|
|
7983
7996
|
padding: 0px !important;
|
|
7984
7997
|
user-select: none;
|
|
7985
|
-
overflow: hidden;
|
|
7998
|
+
overflow: hidden;
|
|
7999
|
+
background-color: #f5f7fa;
|
|
7986
8000
|
}
|
|
7987
8001
|
.amb-container-main::-webkit-scrollbar {
|
|
7988
8002
|
width: 1px;
|
|
@@ -8616,7 +8630,8 @@ fieldset.amb-design-item-selected {
|
|
|
8616
8630
|
.amb-container-main {
|
|
8617
8631
|
padding: 0px !important;
|
|
8618
8632
|
user-select: none;
|
|
8619
|
-
overflow: hidden;
|
|
8633
|
+
overflow: hidden;
|
|
8634
|
+
background-color: #f5f7fa;
|
|
8620
8635
|
}
|
|
8621
8636
|
.amb-container-main::-webkit-scrollbar {
|
|
8622
8637
|
width: 1px;
|
|
@@ -9327,7 +9342,8 @@ li[data-v-dbd1c08b] {
|
|
|
9327
9342
|
.amb-container-main {
|
|
9328
9343
|
padding: 0px !important;
|
|
9329
9344
|
user-select: none;
|
|
9330
|
-
overflow: hidden;
|
|
9345
|
+
overflow: hidden;
|
|
9346
|
+
background-color: #f5f7fa;
|
|
9331
9347
|
}
|
|
9332
9348
|
.amb-container-main::-webkit-scrollbar {
|
|
9333
9349
|
width: 1px;
|
|
@@ -9932,7 +9948,8 @@ fieldset.amb-design-item-selected {
|
|
|
9932
9948
|
.amb-container-main {
|
|
9933
9949
|
padding: 0px !important;
|
|
9934
9950
|
user-select: none;
|
|
9935
|
-
overflow: hidden;
|
|
9951
|
+
overflow: hidden;
|
|
9952
|
+
background-color: #f5f7fa;
|
|
9936
9953
|
}
|
|
9937
9954
|
.amb-container-main::-webkit-scrollbar {
|
|
9938
9955
|
width: 1px;
|
|
@@ -10529,7 +10546,8 @@ fieldset.amb-design-item-selected {
|
|
|
10529
10546
|
.amb-container-main {
|
|
10530
10547
|
padding: 0px !important;
|
|
10531
10548
|
user-select: none;
|
|
10532
|
-
overflow: hidden;
|
|
10549
|
+
overflow: hidden;
|
|
10550
|
+
background-color: #f5f7fa;
|
|
10533
10551
|
}
|
|
10534
10552
|
.amb-container-main::-webkit-scrollbar {
|
|
10535
10553
|
width: 1px;
|
|
@@ -11134,7 +11152,8 @@ fieldset.amb-design-item-selected {
|
|
|
11134
11152
|
.amb-container-main {
|
|
11135
11153
|
padding: 0px !important;
|
|
11136
11154
|
user-select: none;
|
|
11137
|
-
overflow: hidden;
|
|
11155
|
+
overflow: hidden;
|
|
11156
|
+
background-color: #f5f7fa;
|
|
11138
11157
|
}
|
|
11139
11158
|
.amb-container-main::-webkit-scrollbar {
|
|
11140
11159
|
width: 1px;
|
|
@@ -11731,7 +11750,8 @@ fieldset.amb-design-item-selected {
|
|
|
11731
11750
|
.amb-container-main {
|
|
11732
11751
|
padding: 0px !important;
|
|
11733
11752
|
user-select: none;
|
|
11734
|
-
overflow: hidden;
|
|
11753
|
+
overflow: hidden;
|
|
11754
|
+
background-color: #f5f7fa;
|
|
11735
11755
|
}
|
|
11736
11756
|
.amb-container-main::-webkit-scrollbar {
|
|
11737
11757
|
width: 1px;
|
|
@@ -12328,7 +12348,8 @@ fieldset.amb-design-item-selected {
|
|
|
12328
12348
|
.amb-container-main {
|
|
12329
12349
|
padding: 0px !important;
|
|
12330
12350
|
user-select: none;
|
|
12331
|
-
overflow: hidden;
|
|
12351
|
+
overflow: hidden;
|
|
12352
|
+
background-color: #f5f7fa;
|
|
12332
12353
|
}
|
|
12333
12354
|
.amb-container-main::-webkit-scrollbar {
|
|
12334
12355
|
width: 1px;
|
|
@@ -12925,7 +12946,8 @@ fieldset.amb-design-item-selected {
|
|
|
12925
12946
|
.amb-container-main {
|
|
12926
12947
|
padding: 0px !important;
|
|
12927
12948
|
user-select: none;
|
|
12928
|
-
overflow: hidden;
|
|
12949
|
+
overflow: hidden;
|
|
12950
|
+
background-color: #f5f7fa;
|
|
12929
12951
|
}
|
|
12930
12952
|
.amb-container-main::-webkit-scrollbar {
|
|
12931
12953
|
width: 1px;
|
|
@@ -13522,7 +13544,8 @@ fieldset.amb-design-item-selected {
|
|
|
13522
13544
|
.amb-container-main {
|
|
13523
13545
|
padding: 0px !important;
|
|
13524
13546
|
user-select: none;
|
|
13525
|
-
overflow: hidden;
|
|
13547
|
+
overflow: hidden;
|
|
13548
|
+
background-color: #f5f7fa;
|
|
13526
13549
|
}
|
|
13527
13550
|
.amb-container-main::-webkit-scrollbar {
|
|
13528
13551
|
width: 1px;
|
|
@@ -14119,7 +14142,8 @@ fieldset.amb-design-item-selected {
|
|
|
14119
14142
|
.amb-container-main {
|
|
14120
14143
|
padding: 0px !important;
|
|
14121
14144
|
user-select: none;
|
|
14122
|
-
overflow: hidden;
|
|
14145
|
+
overflow: hidden;
|
|
14146
|
+
background-color: #f5f7fa;
|
|
14123
14147
|
}
|
|
14124
14148
|
.amb-container-main::-webkit-scrollbar {
|
|
14125
14149
|
width: 1px;
|
|
@@ -14716,7 +14740,8 @@ fieldset.amb-design-item-selected {
|
|
|
14716
14740
|
.amb-container-main {
|
|
14717
14741
|
padding: 0px !important;
|
|
14718
14742
|
user-select: none;
|
|
14719
|
-
overflow: hidden;
|
|
14743
|
+
overflow: hidden;
|
|
14744
|
+
background-color: #f5f7fa;
|
|
14720
14745
|
}
|
|
14721
14746
|
.amb-container-main::-webkit-scrollbar {
|
|
14722
14747
|
width: 1px;
|
|
@@ -15313,7 +15338,8 @@ fieldset.amb-design-item-selected {
|
|
|
15313
15338
|
.amb-container-main {
|
|
15314
15339
|
padding: 0px !important;
|
|
15315
15340
|
user-select: none;
|
|
15316
|
-
overflow: hidden;
|
|
15341
|
+
overflow: hidden;
|
|
15342
|
+
background-color: #f5f7fa;
|
|
15317
15343
|
}
|
|
15318
15344
|
.amb-container-main::-webkit-scrollbar {
|
|
15319
15345
|
width: 1px;
|
|
@@ -15975,7 +16001,8 @@ li[data-v-21af26bc] {
|
|
|
15975
16001
|
.amb-container-main {
|
|
15976
16002
|
padding: 0px !important;
|
|
15977
16003
|
user-select: none;
|
|
15978
|
-
overflow: hidden;
|
|
16004
|
+
overflow: hidden;
|
|
16005
|
+
background-color: #f5f7fa;
|
|
15979
16006
|
}
|
|
15980
16007
|
.amb-container-main::-webkit-scrollbar {
|
|
15981
16008
|
width: 1px;
|
|
@@ -16576,7 +16603,8 @@ fieldset.amb-design-item-selected {
|
|
|
16576
16603
|
.amb-container-main {
|
|
16577
16604
|
padding: 0px !important;
|
|
16578
16605
|
user-select: none;
|
|
16579
|
-
overflow: hidden;
|
|
16606
|
+
overflow: hidden;
|
|
16607
|
+
background-color: #f5f7fa;
|
|
16580
16608
|
}
|
|
16581
16609
|
.amb-container-main::-webkit-scrollbar {
|
|
16582
16610
|
width: 1px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.71",
|
|
4
4
|
"description": "AgileBuilder super page designer",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"pinia": "^2.1.7",
|
|
41
41
|
"qrcode": "^1.5.3",
|
|
42
42
|
"quill": "^2.0.1",
|
|
43
|
-
"service-flow-designer": "2.2.
|
|
44
|
-
"super-page-runtime": "2.2.
|
|
43
|
+
"service-flow-designer": "2.2.70",
|
|
44
|
+
"super-page-runtime": "2.2.69",
|
|
45
45
|
"uuid": "^9.0.1",
|
|
46
46
|
"vite": "^5.1.6",
|
|
47
47
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|