super-page-runtime 2.3.2-sit1 → 2.3.3-sit1
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/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +34 -34
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +26 -26
- package/dist/es/components/runtime/views/home-chart.vue.d.ts +3 -3
- package/dist/es/components/runtime/views/home-chart.vue.js +24 -22
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +26 -26
- package/dist/es/i18n/langs/cn.js +1 -1
- package/dist/es/i18n/langs/en.js +1 -1
- package/dist/es/style.css +87 -87
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from "./tabs-runtime.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const r = e
|
|
3
|
+
import t from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const r = t(e, [["__scopeId", "data-v-df9efce2"]]);
|
|
5
5
|
export {
|
|
6
6
|
r as default
|
|
7
7
|
};
|
|
@@ -1,96 +1,96 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, watch as n, onMounted as o, nextTick as a, resolveComponent as i, createBlock as c, openBlock as
|
|
1
|
+
import { defineComponent as e, ref as t, watch as n, onMounted as o, nextTick as a, resolveComponent as i, createBlock as c, openBlock as u, unref as l, normalizeClass as r, normalizeStyle as s, withCtx as p, createElementBlock as f, createCommentVNode as g, Fragment as d, renderList as m, createElementVNode as b, toDisplayString as y, withModifiers as v, createTextVNode as h } from "vue";
|
|
2
2
|
import { ElTabs as x, ElTabPane as C } from "element-plus";
|
|
3
3
|
import T from "../../object-render.vue.js";
|
|
4
4
|
import { SuperIcon as E } from "agilebuilder-ui";
|
|
5
5
|
import { handleAfterInitEvent as k, handleEvent as N } from "../../../../utils/events/event-util.js";
|
|
6
6
|
import { $t as V } from "../../../../utils/i18n-util.js";
|
|
7
7
|
import { isPromise as _ } from "../../../../utils/page-helper-util.js";
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
|
|
8
|
+
const A = e({ __name: "tabs-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: A2 }) {
|
|
9
|
+
const P = e2, j = t(""), w = t([]);
|
|
10
|
+
P.configure.items.forEach((e3) => {
|
|
11
11
|
e3.code || (e3.code = e3.index);
|
|
12
|
-
}),
|
|
13
|
-
const O = t(null), R =
|
|
12
|
+
}), j.value = P.configure.props.defaultOpen ? P.configure.props.defaultOpen : 1;
|
|
13
|
+
const O = t(null), R = P.configure.runtime ? P.configure.runtime : {}, B = R.style, z = R.class, I = R.headerStyle;
|
|
14
14
|
function S(e3, t2) {
|
|
15
|
-
return N(e3,
|
|
15
|
+
return N(e3, P.pageContext, P.configure, "before-leave", { activeName: e3, oldActiveName: t2 }) ?? true;
|
|
16
16
|
}
|
|
17
17
|
function D(e3, t2) {
|
|
18
18
|
const n2 = { pane: e3, ev: t2 }, o2 = e3.paneName;
|
|
19
|
-
return
|
|
19
|
+
return P.pageContext.activeTab = o2, P.pageContext.activeLabel = n2.label, N(o2, P.pageContext, P.configure, "tab-click", n2);
|
|
20
20
|
}
|
|
21
21
|
function F(e3) {
|
|
22
22
|
const t2 = { paneName: e3 };
|
|
23
|
-
return
|
|
23
|
+
return P.pageContext.activeTab = e3, N(e3, P.pageContext, P.configure, "tab-change", t2);
|
|
24
24
|
}
|
|
25
25
|
function L(e3) {
|
|
26
|
-
const t2 = { paneName: e3 }, n2 = N(e3,
|
|
26
|
+
const t2 = { paneName: e3 }, n2 = N(e3, P.pageContext, P.configure, "tab-remove", t2);
|
|
27
27
|
_(n2) ? n2.then((t3) => {
|
|
28
28
|
false !== t3 && U(e3);
|
|
29
29
|
}) : false !== n2 && U(e3);
|
|
30
30
|
}
|
|
31
31
|
function U(e3) {
|
|
32
|
-
|
|
32
|
+
j.value === e3 && P.configure.items.forEach((t2, n2) => {
|
|
33
33
|
if (t2.code === e3) {
|
|
34
|
-
const e4 =
|
|
35
|
-
e4 && void 0 !== e4.code && (
|
|
34
|
+
const e4 = P.configure.items[n2 + 1] || P.configure.items[n2 - 1];
|
|
35
|
+
e4 && void 0 !== e4.code && (j.value = e4.code);
|
|
36
36
|
}
|
|
37
|
-
}),
|
|
37
|
+
}), w.value.includes(e3) || w.value.push(e3);
|
|
38
38
|
}
|
|
39
39
|
function q() {
|
|
40
|
-
return N(null,
|
|
40
|
+
return N(null, P.pageContext, P.configure, "tab-add");
|
|
41
41
|
}
|
|
42
42
|
function G(e3, t2) {
|
|
43
43
|
const n2 = { paneName: e3, action: t2 };
|
|
44
|
-
return N(e3,
|
|
44
|
+
return N(e3, P.pageContext, P.configure, "edit", n2);
|
|
45
45
|
}
|
|
46
46
|
function H() {
|
|
47
|
-
const e3 = N(
|
|
47
|
+
const e3 = N(P.configure.items, P.pageContext, P.configure, "tab-reset");
|
|
48
48
|
_(e3) ? e3.then((e4) => {
|
|
49
|
-
|
|
50
|
-
}) : false !== e3 && (
|
|
49
|
+
w.value = [];
|
|
50
|
+
}) : false !== e3 && (w.value = []);
|
|
51
51
|
}
|
|
52
|
-
return n(
|
|
52
|
+
return n(w, (e3) => {
|
|
53
53
|
e3 && e3.length > 0 ? e3.forEach((e4) => {
|
|
54
54
|
const t2 = document.getElementById("tab-" + e4);
|
|
55
55
|
t2 && (t2.style.display = "none");
|
|
56
|
-
}) :
|
|
56
|
+
}) : P.configure.items.forEach((e4) => {
|
|
57
57
|
const t2 = document.getElementById("tab-" + e4.code);
|
|
58
58
|
t2 && (t2.style.display = "");
|
|
59
59
|
});
|
|
60
60
|
}, { deep: true }), o(() => {
|
|
61
61
|
a(() => {
|
|
62
62
|
let e3 = [];
|
|
63
|
-
|
|
63
|
+
P.configure.items.forEach((t2) => {
|
|
64
64
|
t2.code && e3.push(document.getElementById("tab-" + t2.code));
|
|
65
|
-
}), k(null,
|
|
65
|
+
}), k(null, P.pageContext, P.configure, { componentRef: O.value, tabsDom: e3, entity: P.pageContext.entity.data, pageData: P.pageContext.entity.page });
|
|
66
66
|
});
|
|
67
|
-
}),
|
|
67
|
+
}), A2({ thisRef: O, activeName: j, hiddenPanes: w, resetTab: H, hiddenTabPanes: function(e3) {
|
|
68
68
|
if (Array.isArray(e3)) {
|
|
69
69
|
const t2 = [];
|
|
70
70
|
e3.forEach((e4) => {
|
|
71
|
-
|
|
72
|
-
}), t2.length > 0 &&
|
|
71
|
+
w.value.includes(e4) || t2.push(e4);
|
|
72
|
+
}), t2.length > 0 && w.value.push(...t2);
|
|
73
73
|
}
|
|
74
74
|
}, showTabPanes: function(e3) {
|
|
75
75
|
Array.isArray(e3) && e3.forEach((e4) => {
|
|
76
|
-
const t2 =
|
|
77
|
-
t2 > -1 &&
|
|
76
|
+
const t2 = w.value.indexOf(e4);
|
|
77
|
+
t2 > -1 && w.value.splice(t2, 1);
|
|
78
78
|
});
|
|
79
79
|
}, showTabPanesOnly: function(e3) {
|
|
80
80
|
const t2 = [];
|
|
81
|
-
|
|
81
|
+
P.configure.items.forEach((n2) => {
|
|
82
82
|
e3.includes(n2.code) || t2.push(n2.code);
|
|
83
|
-
}),
|
|
83
|
+
}), w.value = [...new Set(t2)];
|
|
84
84
|
}, hiddenTabPanesOnly: function(e3) {
|
|
85
85
|
const t2 = [];
|
|
86
|
-
|
|
86
|
+
P.configure.items.forEach((n2) => {
|
|
87
87
|
e3.includes(n2.code) && t2.push(n2.code);
|
|
88
|
-
}),
|
|
88
|
+
}), w.value = [...new Set(t2)];
|
|
89
89
|
} }), (e3, t2) => {
|
|
90
90
|
const n2 = i("el-button");
|
|
91
|
-
return
|
|
91
|
+
return u(), c(l(x), { ref_key: "thisRef", ref: O, modelValue: j.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => j.value = e4), type: e3.configure.props.cardType, "tab-position": e3.configure.props.tabPosition, style: s(l(B)), class: r([l(z), "runtime-page-container-tabs-view"]), closable: e3.configure.props.closable, "before-leave": S, onTabClick: D, onTabChange: F, onTabRemove: L, onTabAdd: q, onEdit: G }, { default: p(() => [(u(true), f(d, null, m(P.configure.items, (t3, n3) => (u(), c(l(C), { key: n3, label: t3.label, name: t3.code, lazy: !!e3.configure.props.lazy }, { label: p(() => [t3.iconType && t3.iconValue ? (u(), c(l(E), { key: 0, iconType: t3.iconType, iconValue: t3.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : g("", true), b("span", { style: s(l(I)) }, y(l(V)(t3.label)), 5)]), default: p(() => [(e3.configure.props.isFullyRendered ?? 1) || t3.code === j.value ? (u(true), f(d, { key: 0 }, m(t3.items, (t4) => (u(), c(T, { key: t4.uuid, pageContext: e3.pageContext, configure: t4 }, null, 8, ["pageContext", "configure"]))), 128)) : g("", true)]), _: 2 }, 1032, ["label", "name", "lazy"]))), 128)), e3.configure.props.resetable ? (u(), c(l(C), { key: 0, disabled: "", name: "-1" }, { label: p(() => [e3.configure.props.resetable ? (u(), c(n2, { key: 0, type: "text", circle: "", onClick: v(H, ["stop"]) }, { default: p(() => [h(y(e3.configure.props.resetButtonName || "重置"), 1)]), _: 1 })) : g("", true)]), _: 1 })) : g("", true)]), _: 1 }, 8, ["modelValue", "type", "tab-position", "style", "class", "closable"]);
|
|
92
92
|
};
|
|
93
93
|
} });
|
|
94
94
|
export {
|
|
95
|
-
|
|
95
|
+
A as default
|
|
96
96
|
};
|
package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { defineComponent as e, ref as l, watch as t, onMounted as
|
|
1
|
+
import { defineComponent as e, ref as l, watch as t, onMounted as a, nextTick as o, onUnmounted as i, resolveComponent as u, createBlock as s, createCommentVNode as n, openBlock as p, normalizeStyle as r, normalizeClass as v, unref as m, withCtx as d, createElementBlock as f, toDisplayString as c } from "vue";
|
|
2
2
|
import { getVariableValue as h, setVariableValue as y } from "../../../../utils/page-helper-util.js";
|
|
3
|
-
import { handleAfterInitEvent as g, fileUploadBeforeUpload as
|
|
4
|
-
import
|
|
5
|
-
import { FsUploadNew as
|
|
6
|
-
import
|
|
7
|
-
import { $t as
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
A(h(
|
|
3
|
+
import { handleAfterInitEvent as g, fileUploadBeforeUpload as b } from "../../../../utils/events/event-util.js";
|
|
4
|
+
import C from "agilebuilder-ui/src/utils/request";
|
|
5
|
+
import { FsUploadNew as w } from "agilebuilder-ui";
|
|
6
|
+
import x from "../../../../utils/eventBus.js";
|
|
7
|
+
import { $t as k } from "../../../../utils/i18n-util.js";
|
|
8
|
+
const P = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
|
|
9
|
+
const P2 = e2, _ = P2.configure.runtime ? P2.configure.runtime : {}, j = l(_.props ? _.props : {}), R = _.style, T = _.class, z = _.headerStyle, D = _.titleExceedStyle, I = P2.pageContext.entity ? P2.pageContext.entity : {}, O = P2.configure.props.base ? P2.configure.props.base : {}, S = G(O.prop), F = G(O.propName);
|
|
10
|
+
S && S.length > 1 && t(() => P2.pageContext.entity[S[0]][S[1]], (e3) => {
|
|
11
|
+
A(h(I, S));
|
|
12
12
|
});
|
|
13
|
-
const
|
|
13
|
+
const N = P2.pageContext.code, q = l(S ? N + "__" + S.join("__") : null), U = h(I, S), $ = l(null), W = l(false), B = l([]), E = l({});
|
|
14
14
|
function A(e3) {
|
|
15
15
|
if (e3) {
|
|
16
16
|
const l2 = e3.split(",");
|
|
17
17
|
if (l2.length > 0) {
|
|
18
|
-
const e4 =
|
|
19
|
-
|
|
18
|
+
const e4 = P2.pageContext.backendUrl;
|
|
19
|
+
C.post(e4 + "/common/fs-upload/search-file-names", l2).then((e5) => {
|
|
20
20
|
B.value = [];
|
|
21
21
|
const t2 = [];
|
|
22
|
-
for (let
|
|
23
|
-
const o2 = l2[
|
|
22
|
+
for (let a2 = 0; a2 < l2.length; a2++) {
|
|
23
|
+
const o2 = l2[a2];
|
|
24
24
|
t2.push(e5[o2]), B.value.push({ showName: e5[o2], serverPath: o2 });
|
|
25
25
|
}
|
|
26
26
|
"input" === j.value.displayType && (E.value.showName = t2.join(","), E.value.serverPath = l2.join(","));
|
|
@@ -34,7 +34,7 @@ const w = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure:
|
|
|
34
34
|
return e3 ? (e3.startsWith("${") && (e3 = e3.substring(2, e3.length - 1)), e3.split(".")) : [];
|
|
35
35
|
}
|
|
36
36
|
function H(e3) {
|
|
37
|
-
return
|
|
37
|
+
return b(e3);
|
|
38
38
|
}
|
|
39
39
|
A(U);
|
|
40
40
|
const J = (e3, l2, t2) => {
|
|
@@ -48,22 +48,22 @@ const w = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure:
|
|
|
48
48
|
for (let l3 = 0; l3 < e4; l3++) B.value.shift();
|
|
49
49
|
}
|
|
50
50
|
for (let t2 = 0; t2 < B.value.length; t2++) e3.push(B.value[t2].showName), l2.push(B.value[t2].serverPath);
|
|
51
|
-
y(
|
|
51
|
+
y(P2.pageContext.entity, S, l2.join(",")), y(P2.pageContext.entity, F, e3.join(","));
|
|
52
52
|
}, M = l(null), Q = l(null);
|
|
53
|
-
return
|
|
54
|
-
|
|
53
|
+
return a(() => {
|
|
54
|
+
x.$on(q.value + "-pickFileDone", (e3) => {
|
|
55
55
|
$.value.pickFileDone(e3);
|
|
56
56
|
}), o(() => {
|
|
57
|
-
const e3 = h(
|
|
58
|
-
g(l2,
|
|
57
|
+
const e3 = h(I, S), l2 = { showName: h(I, F), serverPath: e3 };
|
|
58
|
+
g(l2, P2.pageContext, P2.configure, { formItemRef: M.value, componentRef: $.value, titleRef: Q.value, value: l2, entity: P2.pageContext.entity.data, pageData: P2.pageContext.entity.page });
|
|
59
59
|
});
|
|
60
|
-
}),
|
|
61
|
-
|
|
60
|
+
}), i(() => {
|
|
61
|
+
x.$off(q.value + "-pickFileDone");
|
|
62
62
|
}), (e3, l2) => {
|
|
63
|
-
const t2 =
|
|
64
|
-
return j.value.tittleShow ? (p(),
|
|
63
|
+
const t2 = u("el-form-item");
|
|
64
|
+
return j.value.tittleShow ? (p(), s(t2, { key: 0, ref_key: "formItemRef", ref: M, required: j.value.required, class: v(m(T)), "label-width": j.value.labelWidth, style: r(m(R)) }, { label: d(() => [j.value.tittleShow ? (p(), f("div", { key: 0, ref_key: "titleRef", ref: Q, style: r({ ...m(z), ...m(D) }) }, c(m(k)(j.value.title)), 5)) : n("", true)]), default: d(() => [W.value ? (p(), s(m(w), { key: 0, ref_key: "fileUploadRef", ref: $, style: { width: "100%" }, disabled: "disabled" === j.value.state, displayType: j.value.displayType, accept: j.value.accept, multiple: j.value.multiple, placeholder: j.value.placeholder, limit: j.value.limit, "limit-file-size": j.value.limitFileSize, "absolute-preview": j.value.absolutePreview, "absolute-downloadable": j.value.absoluteDownloadable, openCameraOrChoosePhoto: j.value.openCameraOrChoosePhoto, "file-info": E.value, "file-list": B.value, "system-code": e3.pageContext.systemCode, componentId: q.value, "on-success": J, "on-remove": K, "before-upload": H, pageContext: e3.pageContext }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "absolute-preview", "absolute-downloadable", "openCameraOrChoosePhoto", "file-info", "file-list", "system-code", "componentId", "pageContext"])) : n("", true)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : W.value ? (p(), s(m(w), { key: 1, ref_key: "fileUploadRef", ref: $, style: { width: "100%" }, disabled: "disabled" === j.value.state, displayType: j.value.displayType, accept: j.value.accept, multiple: j.value.multiple, placeholder: j.value.placeholder, limit: j.value.limit, "limit-file-size": j.value.limitFileSize, "absolute-preview": j.value.absolutePreview, "absolute-downloadable": j.value.absoluteDownloadable, openCameraOrChoosePhoto: j.value.openCameraOrChoosePhoto, "file-info": E.value, "file-list": B.value, "system-code": e3.pageContext.systemCode, componentId: q.value, "on-success": J, "on-remove": K, "before-upload": H, pageContext: e3.pageContext }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "absolute-preview", "absolute-downloadable", "openCameraOrChoosePhoto", "file-info", "file-list", "system-code", "componentId", "pageContext"])) : n("", true);
|
|
65
65
|
};
|
|
66
66
|
} });
|
|
67
67
|
export {
|
|
68
|
-
|
|
68
|
+
P as default
|
|
69
69
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
|
|
2
|
+
chartUuid: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
@@ -8,7 +8,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8
8
|
default: number;
|
|
9
9
|
};
|
|
10
10
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
-
|
|
11
|
+
chartUuid: {
|
|
12
12
|
type: StringConstructor;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
@@ -17,7 +17,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17
17
|
default: number;
|
|
18
18
|
};
|
|
19
19
|
}>> & Readonly<{}>, {
|
|
20
|
-
|
|
20
|
+
chartUuid: string;
|
|
21
21
|
homeChartSettingUserId: number;
|
|
22
22
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
23
23
|
export default _default;
|
|
@@ -1,45 +1,47 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onUnmounted as a, resolveDirective as i, withDirectives as n, createElementBlock as r, openBlock as o, createBlock as s, createCommentVNode as l, unref as m } from "vue";
|
|
2
|
-
import { deepCopy as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { updateOptionDatasources as
|
|
6
|
-
import { initPageEvents as
|
|
7
|
-
import { setHomeChartInitConfigValue as
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { defineComponent as e, ref as t, onUnmounted as a, resolveDirective as i, withDirectives as n, createElementBlock as r, openBlock as o, createBlock as s, createCommentVNode as l, unref as u, toDisplayString as m } from "vue";
|
|
2
|
+
import { deepCopy as h } from "../utils/common-util.js";
|
|
3
|
+
import g from "./assemblys/home-chart-render.vue.js";
|
|
4
|
+
import c from "agilebuilder-ui/src/utils/request";
|
|
5
|
+
import { updateOptionDatasources as d, updateChartDatasources as p } from "../utils/page-helper-util.js";
|
|
6
|
+
import { initPageEvents as f } from "../utils/events/event-util.js";
|
|
7
|
+
import { setHomeChartInitConfigValue as v } from "../utils/charts/chart-util.js";
|
|
8
|
+
import { useI18n as C } from "vue-i18n";
|
|
9
|
+
const y = { "element-loading-text": "加载中..." }, S = { key: 1 }, b = e({ name: "HomeChart", inheritAttrs: false, __name: "home-chart", props: { chartUuid: { type: String, default: "" }, homeChartSettingUserId: { type: Number, default: 0 } }, setup(e2) {
|
|
10
|
+
const { t: b2 } = C(), I = e2, U = t(true), w = t(false), H = t(null);
|
|
11
|
+
let x, A = t(null);
|
|
12
|
+
return I.chartUuid && c.get(window.$vueApp.config.globalProperties.baseAPI + "/component/home-chart-layout/" + I.chartUuid).then((e3) => {
|
|
12
13
|
var _a, _b;
|
|
13
14
|
if (e3 && e3.designJson) {
|
|
15
|
+
H.value = {};
|
|
14
16
|
const t2 = JSON.parse(e3.designJson);
|
|
15
17
|
let a2 = window.localStorage.getItem("HOME_MY_CHARTS_ALIAS");
|
|
16
18
|
if (a2) {
|
|
17
19
|
const e4 = JSON.parse(a2);
|
|
18
|
-
e4[
|
|
20
|
+
e4[I.homeChartSettingUserId] && (t2.chartJson.runtime.headerInfo ? t2.chartJson.runtime.headerInfo.title = e4[I.homeChartSettingUserId] : t2.chartJson.runtime.headerInfo = { textAlign: "center", title: e4[I.homeChartSettingUserId] });
|
|
19
21
|
}
|
|
20
22
|
const i2 = window.frameElement;
|
|
21
|
-
|
|
23
|
+
H.value = t2.chartJson, H.value.homeChartSettingUserId = I.homeChartSettingUserId, i2 && (H.value.runtime.common.style.pc_style.height = i2.clientHeight + "px");
|
|
22
24
|
const n2 = { showHomepageSearch: false, name: e3.pageName, code: e3.pageCode, label: "", dimensions: "", version: 1, isWorkflowEntity: false, variables: t2.variables, systemCode: e3.systemCode, uuid: e3.uuid, allChartUuids: [], backendUrl: e3.backendUrl, rules: {}, pageType: "chart", beanName: t2.beanName, initChartServiceConfigs: [t2.initChartServiceConfigs], entity: { data: {}, task: {}, request: {}, page: {}, context: e3.contextParam, system: e3.systemParam } };
|
|
23
|
-
if (((_a =
|
|
25
|
+
if (((_a = H.value.pushHomepage) == null ? void 0 : _a.searchConditions) && ((_b = H.value.pushHomepage) == null ? void 0 : _b.searchConditions.length) > 0 && (n2.showHomepageSearch = true), t2.variables) {
|
|
24
26
|
const e4 = n2.entity.page;
|
|
25
27
|
for (const a3 of t2.variables) a3.name && (a3.isArrayElement ? e4[a3.name] = [] : a3.defaultValue ? e4[a3.name] = a3.defaultValue : e4[a3.name] = void 0);
|
|
26
28
|
}
|
|
27
|
-
t2.initOptionConfigs && t2.initOptionConfigs.length > 0 &&
|
|
29
|
+
t2.initOptionConfigs && t2.initOptionConfigs.length > 0 && d(n2, t2.initOptionConfigs, void 0), v(H.value.pushHomepage.initConfig, n2, I.homeChartSettingUserId), f(t2, n2), A.value = n2, x = setTimeout(() => {
|
|
28
30
|
!function(e4, t3) {
|
|
29
31
|
if (!t3 || 0 == t3.length) return;
|
|
30
|
-
e4.initChartData = {}, e4.initChartData.data =
|
|
31
|
-
}(
|
|
32
|
+
e4.initChartData = {}, e4.initChartData.data = h(e4.entity.data), e4.initChartData.page = h(e4.entity.page), t3 && t3.length > 0 && p(e4, t3, null, true);
|
|
33
|
+
}(A.value, [t2.initChartServiceConfigs]);
|
|
32
34
|
}, 200);
|
|
33
|
-
} else
|
|
35
|
+
} else w.value = true, U.value = false;
|
|
34
36
|
}).finally(() => {
|
|
35
|
-
|
|
37
|
+
U.value = false;
|
|
36
38
|
}), a(() => {
|
|
37
|
-
|
|
39
|
+
x && clearTimeout(x);
|
|
38
40
|
}), (e3, t2) => {
|
|
39
41
|
const a2 = i("loading");
|
|
40
|
-
return n((o(), r("div",
|
|
42
|
+
return n((o(), r("div", y, [!U.value && H.value ? (o(), s(g, { key: 0, configure: H.value, pageContext: u(A) }, null, 8, ["configure", "pageContext"])) : U.value || H.value ? l("", true) : (o(), r("div", S, m(u(b2)("superPageRuntimeMessage.noChartSetting")), 1))])), [[a2, U.value]]);
|
|
41
43
|
};
|
|
42
44
|
} });
|
|
43
45
|
export {
|
|
44
|
-
|
|
46
|
+
b as default
|
|
45
47
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent as e, ref as l, onMounted as a, onUpdated as t, nextTick as u, onUnmounted as n, createElementBlock as o, openBlock as i, createCommentVNode as s, normalizeStyle as r, normalizeClass as v, createBlock as p, createElementVNode as m, Fragment as g, renderList as c, unref as f, watch as d } from "vue";
|
|
2
2
|
import y from "./assemblys/object-render.vue.js";
|
|
3
3
|
import { updateOptionDatasources as h, updateChartDatasources as C } from "../utils/page-helper-util.js";
|
|
4
|
-
import { queryPageSuperGrids as b, queryPageDesignByCode as j, convertToPageContext as
|
|
5
|
-
import { addComponentRef as D, removePageAllRef as
|
|
6
|
-
import { removeCustomFuncFromWindow as q, handleEvent as w, initPageEvents as O, getCustomFunc as
|
|
7
|
-
import
|
|
4
|
+
import { queryPageSuperGrids as b, queryPageDesignByCode as j, convertToPageContext as P, packageAdditionalMapWithLocationSearch as k, packageAdditionalMapWithRoute as $, packageAdditionalMapWithPageRequest as x } from "../utils/page-init-util.js";
|
|
5
|
+
import { addComponentRef as D, removePageAllRef as S, initComponentRefState as N } from "../utils/global-refs.js";
|
|
6
|
+
import { removeCustomFuncFromWindow as q, handleEvent as w, initPageEvents as O, getCustomFunc as R } from "../utils/events/event-util.js";
|
|
7
|
+
import T from "./assemblys/common/export-form-report-dialog.vue.js";
|
|
8
8
|
import _ from "./assemblys/common/task-informition-dialog.vue.js";
|
|
9
9
|
import I from "./assemblys/common/remove-signer-dialog.vue.js";
|
|
10
10
|
import M from "../utils/eventBus.js";
|
|
@@ -25,15 +25,15 @@ import { usePageContextStore as ve } from "../utils/page-store.js";
|
|
|
25
25
|
import pe from "agilebuilder-ui/src/store";
|
|
26
26
|
import me from "./assemblys/common/save-chart-condition-dialog.vue.js";
|
|
27
27
|
const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "super-page", props: { pageCode: { type: String, required: false }, pageVersion: { type: Number, required: false }, pageId: { type: Number, required: false }, dataId: { type: Number, required: false }, pageDesign: { type: Object, required: false }, isTest: { type: Boolean, required: false }, dimensions: { type: String, required: false }, publishVersion: { type: Number, required: false }, taskId: { type: Number, required: false }, pageRequest: { type: Object, required: false }, contentHeight: { type: [String, Number], default: null }, isDialog: { type: Boolean, required: false } }, emits: ["open", "opened", "close", "closed"], setup(e2, { expose: ce2, emit: fe }) {
|
|
28
|
-
const de = ve(), { t: ye } = Y(), he = e2, Ce = l(null), be = l([]), je = l(""),
|
|
28
|
+
const de = ve(), { t: ye } = Y(), he = e2, Ce = l(null), be = l([]), je = l(""), Pe = l({}), ke = l(null), $e = l(null), xe = l(false), De = l(false), Se = l(false), Ne = l(false), qe = l(false), we = l(null), Oe = l(false), Re = l([]), Te = l([]), _e = l(false), Ie = l(null), Me = l(false), Fe = l(false), Ve = l(null), Ee = l(null), Be = l(null), Je = l(null);
|
|
29
29
|
let We = l(null);
|
|
30
30
|
const Le = l(null), Ue = l(null), Ge = ae(), He = l(0), ze = re();
|
|
31
31
|
let Ae, Ke, Qe;
|
|
32
32
|
const Xe = l(false), Ye = l(null);
|
|
33
33
|
function Ze(e3) {
|
|
34
34
|
var _a;
|
|
35
|
-
const l2 =
|
|
36
|
-
if (l2.isTest = he.isTest, l2.isTest && he.dimensions && (l2.dimensions = he.dimensions), he.isDialog || (
|
|
35
|
+
const l2 = P(e3);
|
|
36
|
+
if (l2.isTest = he.isTest, l2.isTest && he.dimensions && (l2.dimensions = he.dimensions), he.isDialog || (k(l2.entity.request), $(Ge, l2.entity.request)), x(he.pageRequest, l2.entity.request), We.value = l2, null == We.value) return;
|
|
37
37
|
Ae = setTimeout(() => {
|
|
38
38
|
!function(e4, l3) {
|
|
39
39
|
if (!l3 || 0 == l3.length) return;
|
|
@@ -45,9 +45,9 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
45
45
|
if (!l3 || 0 == l3.length) return;
|
|
46
46
|
e4.initChartData = {}, e4.initChartData.data = ie(e4.entity.data), e4.initChartData.page = ie(e4.entity.page), l3 && l3.length > 0 && C(e4, l3, null, true);
|
|
47
47
|
}(We.value, e3.initChartServiceConfigs);
|
|
48
|
-
}, 200), We.value.initDataSources = [],
|
|
48
|
+
}, 200), We.value.initDataSources = [], N(We.value), be.value = We.value.items ? We.value.items : [];
|
|
49
49
|
const a2 = We.value.runtime ? We.value.runtime : {};
|
|
50
|
-
je.value = a2.class,
|
|
50
|
+
je.value = a2.class, Pe.value = a2.style, O(e3, We.value), ee(We.value.rules), w(null, We.value, e3, "beforeload");
|
|
51
51
|
const t2 = We.value.code;
|
|
52
52
|
return de.setPageContext(We.value), we.value = t2 + "_", M.$on(we.value + "export-form-report", (e4) => {
|
|
53
53
|
$e.value = e4, Le.value = e4.configureObj, Ue.value = e4.pageContext, xe.value = true;
|
|
@@ -56,20 +56,20 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
56
56
|
}), M.$on(we.value + "import-file", (e4) => {
|
|
57
57
|
$e.value = e4, ul.value.click();
|
|
58
58
|
}), M.$on(we.value + "assign-task", (e4) => {
|
|
59
|
-
$e.value = e4,
|
|
59
|
+
$e.value = e4, Ne.value = true, qe.value = false;
|
|
60
60
|
}), M.$on(we.value + "copy-task", (e4) => {
|
|
61
|
-
$e.value = e4,
|
|
61
|
+
$e.value = e4, Se.value = true, qe.value = true;
|
|
62
62
|
}), M.$on(we.value + "add-signer", (e4) => {
|
|
63
63
|
$e.value = e4, De.value = true, qe.value = true;
|
|
64
64
|
}), M.$on(we.value + "choose-return-node", (e4) => {
|
|
65
65
|
$e.value = e4, F(e4).then((e5) => {
|
|
66
|
-
|
|
66
|
+
Re.value = e5, Oe.value = true;
|
|
67
67
|
}).catch((e5) => {
|
|
68
68
|
Oe.value = false;
|
|
69
69
|
});
|
|
70
70
|
}), M.$on(we.value + "remove-signer", (e4) => {
|
|
71
71
|
$e.value = e4, V(e4).then((l3) => {
|
|
72
|
-
Ie.value = e4.pageContext.completeTaskParam.taskId,
|
|
72
|
+
Ie.value = e4.pageContext.completeTaskParam.taskId, Te.value = l3, _e.value = true;
|
|
73
73
|
}).catch((e5) => {
|
|
74
74
|
_e.value = false;
|
|
75
75
|
});
|
|
@@ -110,18 +110,18 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
110
110
|
const a5 = oe();
|
|
111
111
|
return new Promise((t5, u3) => {
|
|
112
112
|
if (a5) if ("popup" !== l4 && !ze || Ee.value.systemCode === e7.customSystem) t5(true);
|
|
113
|
-
else {
|
|
113
|
+
else if (e7.customSystem) {
|
|
114
114
|
const l5 = e7.customSystem;
|
|
115
115
|
pe.dispatch("getCurrentUserPermissions", { loginName: a5, systemCode: l5 }).then(() => {
|
|
116
116
|
t5(true);
|
|
117
117
|
}).catch(() => {
|
|
118
118
|
t5(true);
|
|
119
119
|
});
|
|
120
|
-
}
|
|
120
|
+
} else X({ showClose: true, type: "error", message: ye("superPageRuntimeMessage.popMsg") }), t5(false);
|
|
121
121
|
else t5(true);
|
|
122
122
|
});
|
|
123
|
-
})(n2, u2).then(() => {
|
|
124
|
-
ze && (Ee.value.systemCode !== n2.customSystem || e6 && "url" === e6) ? (n2._isIframe = true, "refresh" === u2 && (n2.dialogType = "drawer", n2.jumpPageWidth = "100%"), Ve.value = n2, Fe.value = true) : (n2._isIframe = false, "popup" === u2 ? (Ve.value = n2, Fe.value = true) : "refresh" === u2 && sl.push({ path: "/dsc/page", query: n2 }));
|
|
123
|
+
})(n2, u2).then((l4) => {
|
|
124
|
+
l4 && (ze && (Ee.value.systemCode !== n2.customSystem || e6 && "url" === e6) ? (n2._isIframe = true, "refresh" === u2 && (n2.dialogType = "drawer", n2.jumpPageWidth = "100%"), Ve.value = n2, Fe.value = true) : (n2._isIframe = false, "popup" === u2 ? (Ve.value = n2, Fe.value = true) : "refresh" === u2 && sl.push({ path: "/dsc/page", query: n2 })));
|
|
125
125
|
}), M.$on(we.value + "close-dialog", (e7) => {
|
|
126
126
|
!function(e8) {
|
|
127
127
|
const l4 = e8.jumpMode;
|
|
@@ -159,7 +159,7 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
159
159
|
"export-pdf" === e3.name && (a2 = true), B($e.value.pageContext, $e.value.configureObj, l2, a2);
|
|
160
160
|
}
|
|
161
161
|
a(() => {
|
|
162
|
-
null != he.pageDesign ? (
|
|
162
|
+
null != he.pageDesign ? (ke.value = he.pageDesign, Qe = setTimeout(() => {
|
|
163
163
|
Ze(he.pageDesign).then(() => {
|
|
164
164
|
he.pageDesign.tableRuntimes && Object.keys(he.pageDesign.tableRuntimes).length > 0 ? b(he.pageDesign, We.value, he.publishVersion).then((e3) => {
|
|
165
165
|
We.value.isWorkflowEntity = e3.isWorkflowEntity, We.value.dataTypeMaps = e3.dataTypeMaps, We.value.superGridItems = e3.superGrids;
|
|
@@ -171,7 +171,7 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
171
171
|
}, 0)) : he.pageCode && j(he.pageCode).then((e3) => {
|
|
172
172
|
if (e3 && e3.designJson) {
|
|
173
173
|
const l2 = e3.designJson, a2 = JSON.parse(l2);
|
|
174
|
-
|
|
174
|
+
ke.value = a2, Ze(a2).then(() => {
|
|
175
175
|
ll(), Me.value = true, el();
|
|
176
176
|
});
|
|
177
177
|
}
|
|
@@ -181,17 +181,17 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
181
181
|
We.value && Ce.value && D(We.value, "-1", Ce);
|
|
182
182
|
});
|
|
183
183
|
}), n(() => {
|
|
184
|
-
|
|
184
|
+
S(We.value), ke.value && q(ke.value), M.$off(we.value + "export-form-report"), M.$off(we.value + "export-pdf-report"), M.$off(we.value + "import-file"), M.$off(we.value + "assign-task"), M.$off(we.value + "copy-task"), M.$off(we.value + "add-signer"), M.$off(we.value + "choose-return-node"), M.$off(we.value + "remove-signer"), M.$off(we.value + "prohibit-edit"), M.$off(we.value + "open-dialog"), M.$off(we.value + "save-chart-condition"), M.$off("pageLoaded"), We.value && w(null, We.value, We.value, "onUnmounted"), Ae && clearTimeout(Ae), Ke && clearTimeout(Ke), Qe && clearTimeout(Qe);
|
|
185
185
|
});
|
|
186
186
|
const ul = l(null);
|
|
187
187
|
function nl(e3) {
|
|
188
|
-
true === De.value && (De.value = false, W($e.value, e3)), true ===
|
|
188
|
+
true === De.value && (De.value = false, W($e.value, e3)), true === Se.value && (Se.value = false, L($e.value, e3)), true === Ne.value && (Ne.value = false, U($e.value, e3));
|
|
189
189
|
}
|
|
190
190
|
function ol(e3) {
|
|
191
|
-
|
|
191
|
+
Re.value = [], Oe.value = false, G($e.value, e3);
|
|
192
192
|
}
|
|
193
193
|
function il(e3) {
|
|
194
|
-
|
|
194
|
+
Te.value = [], _e.value = false, H($e.value, e3);
|
|
195
195
|
}
|
|
196
196
|
const sl = te();
|
|
197
197
|
function rl(e3) {
|
|
@@ -214,7 +214,7 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
214
214
|
}
|
|
215
215
|
w(null, Ee.value, o2, "closePopup", { sourceModel: t2, sourceTableName: u2, jumpPageSetting: Ve.value, entity: Ee.value.entity.data, targetTableName: n2, pageContext: We.value, parentPageContext: Ee.value, parentConfigureObj: o2, columnProp: i2 }), function(e4, l3, a3) {
|
|
216
216
|
if (e4) {
|
|
217
|
-
const t3 =
|
|
217
|
+
const t3 = R(Ee.value, e4);
|
|
218
218
|
t3 && t3.apply(t3, [{ pageContext: We.value, parentPageContext: Ee.value, parentConfigureObj: a3, jumpPageSetting: Ve.value, columnProp: l3 }]);
|
|
219
219
|
}
|
|
220
220
|
}(l2, i2, o2), A(Ee.value, Be.value, a2, void 0 !== a2 && false === a2 ? "noOperation" : null), Ee.value = null, Be.value = null, Je.value = null, M.$off(we.value + "close-dialog"), Fe.value = false;
|
|
@@ -238,14 +238,14 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
238
238
|
}, scanDone: function(e3) {
|
|
239
239
|
let l2 = e3.componentId, a2 = e3.listCode;
|
|
240
240
|
(l2 || a2) && (a2 ? M.$emit(a2 + "-scanDone", e3) : M.$emit(l2 + "-scanDone", e3));
|
|
241
|
-
} }), (e3, l2) => (i(), o("div", ge, [Me.value ? (i(), o("div", { ref_key: "thisRef", ref: Ce, key: He.value, class: v(["runtime-page-container-view", je.value]), style: r(
|
|
241
|
+
} }), (e3, l2) => (i(), o("div", ge, [Me.value ? (i(), o("div", { ref_key: "thisRef", ref: Ce, key: He.value, class: v(["runtime-page-container-view", je.value]), style: r(Pe.value) }, [(i(true), o(g, null, c(be.value, (e4, l3) => (i(), p(y, { key: e4.uuid, configure: e4, pageContext: f(We) }, null, 8, ["configure", "pageContext"]))), 128)), xe.value ? (i(), p(T, { key: 0, configure: Le.value, pageContext: Ue.value, onClose: al, onExport: tl }, null, 8, ["configure", "pageContext"])) : s("", true), m("input", { ref_key: "_selectFile_", ref: ul, type: "file", name: "_selectFile_", style: { display: "none" }, onChange: l2[0] || (l2[0] = (e4) => function() {
|
|
242
242
|
if ($e.value) {
|
|
243
243
|
if (!ul.value) return;
|
|
244
244
|
if ("" === ul.value.value || null === ul.value.value) return;
|
|
245
245
|
const e5 = ul.value.files[0];
|
|
246
246
|
e5 ? (ul.value.value = null, J($e.value, e5)) : X({ showClose: true, type: "warning", message: ye("superPageRuntimeMessage.noFileSelected") });
|
|
247
247
|
}
|
|
248
|
-
}()) }, null, 544), De.value ||
|
|
248
|
+
}()) }, null, 544), De.value || Se.value || Ne.value ? (i(), p(f(Z), { key: 1, width: "60%", multiple: qe.value, onClose: nl }, null, 8, ["multiple"])) : s("", true), Oe.value ? (i(), p(_, { key: 2, "task-informitions": Re.value, onClose: l2[1] || (l2[1] = (e4) => Oe.value = false), onResult: ol }, null, 8, ["task-informitions"])) : s("", true), _e.value ? (i(), p(I, { key: 3, "task-id": Ie.value, "active-tasks": Te.value, onClose: l2[2] || (l2[2] = (e4) => _e.value = false), onResult: il }, null, 8, ["task-id", "active-tasks"])) : s("", true), Fe.value ? (i(), p(le, { key: 4, parentPageContext: Ee.value, parentPageEventParams: Je.value, jumpPageSetting: Ve.value, onClose: l2[3] || (l2[3] = (e4) => rl()) }, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) : s("", true), Xe.value ? (i(), p(me, { key: 5, ref_key: "chartCondtionRef", ref: Ye, pageContext: f(We), onClose: l2[4] || (l2[4] = (e4) => Xe.value = false), onSave: vl, onConfirm: pl }, null, 8, ["pageContext"])) : s("", true)], 6)) : s("", true)]));
|
|
249
249
|
} });
|
|
250
250
|
export {
|
|
251
251
|
ce as default
|
package/dist/es/i18n/langs/cn.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = { superPageRuntimeMessage: { successfulSave: "保存成功", recordLine: "第 {row} 行记录", tableListSubTableDataVerificationFailed: "表单子表数据校验失败", formDataVerificationFailed: "表单数据校验失败", successfulOperation: "操作成功", selectTemplate: "选择模板", temlpate: "模板", operating: "操作", export: "导出", tips: "提示", sure: "确定", cancel: "取消", whetherToConfirmSubmit: "确定{name}吗?", whetherToConfirmAgree: "确定{name}吗?", whetherToConfirmDisagree: "确定{name}吗?", pleaseSelectRecord: "请选择记录", whetherToConfirmDeletion: "确定删除吗?", successfulDelete: "删除成功", noFileSelected: "请选择一个文件", asyncImport: "正在异步导入,请等待消息通知!", successfulImport: "导入成功", thePreconditionOfTheButtonTo: "该按钮前置条件为[{message}]", onlyOneRecordCanBeselected: "只能选择一条记录", selectAtLeastOneRecord: "请至少选择一条记录", requestPathEmpty: "后台请求路径为空", successfulSubmit: "提交成功", successfulCompleteTask: "任务办理成功", successfulAssign: "指派任务成功", successfulRetrieve: "取回任务成功", successfulDrawTask: "领取任务成功", successfulAbandonReceive: "放弃任务成功", successfulReturnToPreviousTask: "退回上一环节成功", successfulEndInstance: "强制结束流程成功", selectNode: "选择环节", nodeName: "环节名称", nodeId: "环节编码", pleaseSelectNode: "请选择环节", successfulReturnTaskTo: "退回成功", selectRemoveUsers: "选择减签任务", transactorName: "办理人姓名", transactor: "办理人登录名", trustorName: "委托人姓名", pleaseSelectRemoverUsers: "请选择减签用户", required: "{label}必填", formatMismatch: "{label}格式不匹配", overMaxLength: "{label}最多只能输入{value}字符", limitMinLength: "{label}至少输入{value}字符", flowNotStart: "流程未提交", pleaseInputOpinion: "请输入意见", opinion: "意见", pleaseInputRemark: "请输入备注", remark: "备注", pleaseSelectCondition: "请选择条件", pleaseInputConditionName: "请输入条件名称", conditionName: "名称", save: "保存", saveCondition: "保存条件" } };
|
|
1
|
+
const e = { superPageRuntimeMessage: { successfulSave: "保存成功", recordLine: "第 {row} 行记录", tableListSubTableDataVerificationFailed: "表单子表数据校验失败", formDataVerificationFailed: "表单数据校验失败", successfulOperation: "操作成功", selectTemplate: "选择模板", temlpate: "模板", operating: "操作", export: "导出", tips: "提示", sure: "确定", cancel: "取消", whetherToConfirmSubmit: "确定{name}吗?", whetherToConfirmAgree: "确定{name}吗?", whetherToConfirmDisagree: "确定{name}吗?", pleaseSelectRecord: "请选择记录", whetherToConfirmDeletion: "确定删除吗?", successfulDelete: "删除成功", noFileSelected: "请选择一个文件", asyncImport: "正在异步导入,请等待消息通知!", successfulImport: "导入成功", thePreconditionOfTheButtonTo: "该按钮前置条件为[{message}]", onlyOneRecordCanBeselected: "只能选择一条记录", selectAtLeastOneRecord: "请至少选择一条记录", requestPathEmpty: "后台请求路径为空", successfulSubmit: "提交成功", successfulCompleteTask: "任务办理成功", successfulAssign: "指派任务成功", successfulRetrieve: "取回任务成功", successfulDrawTask: "领取任务成功", successfulAbandonReceive: "放弃任务成功", successfulReturnToPreviousTask: "退回上一环节成功", successfulEndInstance: "强制结束流程成功", selectNode: "选择环节", nodeName: "环节名称", nodeId: "环节编码", pleaseSelectNode: "请选择环节", successfulReturnTaskTo: "退回成功", selectRemoveUsers: "选择减签任务", transactorName: "办理人姓名", transactor: "办理人登录名", trustorName: "委托人姓名", pleaseSelectRemoverUsers: "请选择减签用户", required: "{label}必填", formatMismatch: "{label}格式不匹配", overMaxLength: "{label}最多只能输入{value}字符", limitMinLength: "{label}至少输入{value}字符", flowNotStart: "流程未提交", pleaseInputOpinion: "请输入意见", opinion: "意见", pleaseInputRemark: "请输入备注", remark: "备注", pleaseSelectCondition: "请选择条件", pleaseInputConditionName: "请输入条件名称", conditionName: "名称", save: "保存", saveCondition: "保存条件", popMsg: "弹框参数缺少customSystem参数", noChartSetting: "未查询到图表定义" } };
|
|
2
2
|
export {
|
|
3
3
|
e as default
|
|
4
4
|
};
|
package/dist/es/i18n/langs/en.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = { superPageRuntimeMessage: { successfulSave: "Save succeeded", recordLine: "Record line {row}", tableListSubTableDataVerificationFailed: "Table List Sub Table Data Verification Failed", formDataVerificationFailed: "Form Data Verification Failed", successfulOperation: "Operation successful", selectTemplate: "Select Template", temlpate: "Template", operating: "Operate", export: "Export", tips: "Tip", sure: "Sure", cancel: "Cancel", whetherToConfirmSubmit: "Are you sure to {name}?", whetherToConfirmAgree: "Are you sure to {name}?", whetherToConfirmDisagree: "Are you sure to {name}?", pleaseSelectRecord: "Please select the record", whetherToConfirmDeletion: "Are you sure to delete?", successfulDelete: "Delete succeeded", noFileSelected: "Please select a file", asyncImport: "Asynchronous import, please wait for message notification!", successfulImport: "Import succeeded", thePreconditionOfTheButtonTo: "The Precondition Of The Button To [{message}]", onlyOneRecordCanBeselected: "Only One Record Can Be Selected", selectAtLeastOneRecord: "Please Select At Least One Record", requestPathEmpty: "Backend request path is empty", successfulSubmit: "Submit succeeded", successfulCompleteTask: "Task handled successfully", successfulAssign: "Task assigned successfully", successfulRetrieve: "Retrieve task succeeded", successfulDrawTask: "Task received successfully", successfulAbandonReceive: "The task was abandoned successfully", successfulReturnToPreviousTask: "Successfully returned to the previous phase", successfulEndInstance: "Forced to end the process successfully", selectNode: "Select Node", nodeName: "Node Name", nodeId: "Node Code", pleaseSelectNode: "Please Select Node", successfulReturnTaskTo: "Returned successfully", selectRemoveUsers: "Select Remove Task", transactorName: "Transactor Name", transactor: "Transactor Loginname", trustorName: "Trustor Name", pleaseSelectRemoverUsers: "Please select remove task", required: "{label} is required", formatMismatch: "{label} Format mismatch", overMaxLength: "{label} can only input a maximum of {value} characters", limitMinLength: "Enter at least {value} characters for {label}", flowNotStart: "Workflow Not Started", pleaseInputOpinion: "Please input opinion", opinion: "Opinion", pleaseInputRemark: "Please input remark", remark: "Remark", pleaseSelectCondition: "Please select condition", pleaseInputConditionName: "Please input condition name", conditionName: "Name", save: "Save", saveCondition: "Save Condition" } };
|
|
1
|
+
const e = { superPageRuntimeMessage: { successfulSave: "Save succeeded", recordLine: "Record line {row}", tableListSubTableDataVerificationFailed: "Table List Sub Table Data Verification Failed", formDataVerificationFailed: "Form Data Verification Failed", successfulOperation: "Operation successful", selectTemplate: "Select Template", temlpate: "Template", operating: "Operate", export: "Export", tips: "Tip", sure: "Sure", cancel: "Cancel", whetherToConfirmSubmit: "Are you sure to {name}?", whetherToConfirmAgree: "Are you sure to {name}?", whetherToConfirmDisagree: "Are you sure to {name}?", pleaseSelectRecord: "Please select the record", whetherToConfirmDeletion: "Are you sure to delete?", successfulDelete: "Delete succeeded", noFileSelected: "Please select a file", asyncImport: "Asynchronous import, please wait for message notification!", successfulImport: "Import succeeded", thePreconditionOfTheButtonTo: "The Precondition Of The Button To [{message}]", onlyOneRecordCanBeselected: "Only One Record Can Be Selected", selectAtLeastOneRecord: "Please Select At Least One Record", requestPathEmpty: "Backend request path is empty", successfulSubmit: "Submit succeeded", successfulCompleteTask: "Task handled successfully", successfulAssign: "Task assigned successfully", successfulRetrieve: "Retrieve task succeeded", successfulDrawTask: "Task received successfully", successfulAbandonReceive: "The task was abandoned successfully", successfulReturnToPreviousTask: "Successfully returned to the previous phase", successfulEndInstance: "Forced to end the process successfully", selectNode: "Select Node", nodeName: "Node Name", nodeId: "Node Code", pleaseSelectNode: "Please Select Node", successfulReturnTaskTo: "Returned successfully", selectRemoveUsers: "Select Remove Task", transactorName: "Transactor Name", transactor: "Transactor Loginname", trustorName: "Trustor Name", pleaseSelectRemoverUsers: "Please select remove task", required: "{label} is required", formatMismatch: "{label} Format mismatch", overMaxLength: "{label} can only input a maximum of {value} characters", limitMinLength: "Enter at least {value} characters for {label}", flowNotStart: "Workflow Not Started", pleaseInputOpinion: "Please input opinion", opinion: "Opinion", pleaseInputRemark: "Please input remark", remark: "Remark", pleaseSelectCondition: "Please select condition", pleaseInputConditionName: "Please input condition name", conditionName: "Name", save: "Save", saveCondition: "Save Condition", popMsg: "Pop dialog lost the parameter of customSystem", noChartSetting: "No chart setting found" } };
|
|
2
2
|
export {
|
|
3
3
|
e as default
|
|
4
4
|
};
|
package/dist/es/style.css
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
.amb-super-page-runtime-drawer-view .el-drawer__body .runtime-page-container {
|
|
54
54
|
max-height: calc(100vh - 40px - var(--el-drawer-padding-primary, 16px) * 2);
|
|
55
|
-
}.runtime-page-container[data-v-
|
|
55
|
+
}.runtime-page-container[data-v-56a4a1b8] {
|
|
56
56
|
overflow: auto;
|
|
57
57
|
max-height: 100vh;
|
|
58
58
|
padding: var(--app-main-padding, 15px);
|
|
@@ -60,269 +60,269 @@
|
|
|
60
60
|
height: calc(100vh - var(--dec-page-main-padding, 15px) * 2);
|
|
61
61
|
}
|
|
62
62
|
@media (max-width: 768px) {
|
|
63
|
-
.runtime-page-container[data-v-
|
|
63
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-1 {
|
|
64
64
|
flex: 0 0 100%;
|
|
65
65
|
max-width: 100%;
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
.runtime-page-container[data-v-
|
|
68
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-1 > .el-form-item:only-child {
|
|
69
69
|
margin-bottom: 0;
|
|
70
70
|
}
|
|
71
|
-
.runtime-page-container[data-v-
|
|
71
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-2 {
|
|
72
72
|
flex: 0 0 calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
73
73
|
max-width: calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
74
74
|
}
|
|
75
75
|
@media (max-width: 768px) {
|
|
76
|
-
.runtime-page-container[data-v-
|
|
76
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-2 {
|
|
77
77
|
flex: 0 0 100%;
|
|
78
78
|
max-width: 100%;
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
.runtime-page-container[data-v-
|
|
81
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-2 > .el-form-item:only-child {
|
|
82
82
|
margin-bottom: 0;
|
|
83
83
|
}
|
|
84
84
|
@media (max-width: 768px) {
|
|
85
|
-
.runtime-page-container[data-v-
|
|
85
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-3 {
|
|
86
86
|
flex: 0 0 100%;
|
|
87
87
|
max-width: 100%;
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
.runtime-page-container[data-v-
|
|
90
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-3 > .el-form-item:only-child {
|
|
91
91
|
margin-bottom: 0;
|
|
92
92
|
}
|
|
93
|
-
.runtime-page-container[data-v-
|
|
93
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-4 {
|
|
94
94
|
flex: 0 0 calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
95
95
|
max-width: calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
96
96
|
}
|
|
97
97
|
@media (max-width: 768px) {
|
|
98
|
-
.runtime-page-container[data-v-
|
|
98
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-4 {
|
|
99
99
|
flex: 0 0 100%;
|
|
100
100
|
max-width: 100%;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
|
-
.runtime-page-container[data-v-
|
|
103
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-4 > .el-form-item:only-child {
|
|
104
104
|
margin-bottom: 0;
|
|
105
105
|
}
|
|
106
106
|
@media (max-width: 768px) {
|
|
107
|
-
.runtime-page-container[data-v-
|
|
107
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-5 {
|
|
108
108
|
flex: 0 0 100%;
|
|
109
109
|
max-width: 100%;
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
|
-
.runtime-page-container[data-v-
|
|
112
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-5 > .el-form-item:only-child {
|
|
113
113
|
margin-bottom: 0;
|
|
114
114
|
}
|
|
115
|
-
.runtime-page-container[data-v-
|
|
115
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-6 {
|
|
116
116
|
flex: 0 0 calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
117
117
|
max-width: calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
118
118
|
}
|
|
119
119
|
@media (max-width: 768px) {
|
|
120
|
-
.runtime-page-container[data-v-
|
|
120
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-6 {
|
|
121
121
|
flex: 0 0 100%;
|
|
122
122
|
max-width: 100%;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
.runtime-page-container[data-v-
|
|
125
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-6 > .el-form-item:only-child {
|
|
126
126
|
margin-bottom: 0;
|
|
127
127
|
}
|
|
128
128
|
@media (max-width: 768px) {
|
|
129
|
-
.runtime-page-container[data-v-
|
|
129
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-7 {
|
|
130
130
|
flex: 0 0 100%;
|
|
131
131
|
max-width: 100%;
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
|
-
.runtime-page-container[data-v-
|
|
134
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-7 > .el-form-item:only-child {
|
|
135
135
|
margin-bottom: 0;
|
|
136
136
|
}
|
|
137
|
-
.runtime-page-container[data-v-
|
|
137
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-8 {
|
|
138
138
|
flex: 0 0 calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
139
139
|
max-width: calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
140
140
|
}
|
|
141
141
|
@media (max-width: 768px) {
|
|
142
|
-
.runtime-page-container[data-v-
|
|
142
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-8 {
|
|
143
143
|
flex: 0 0 100%;
|
|
144
144
|
max-width: 100%;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
|
-
.runtime-page-container[data-v-
|
|
147
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-8 > .el-form-item:only-child {
|
|
148
148
|
margin-bottom: 0;
|
|
149
149
|
}
|
|
150
150
|
@media (max-width: 768px) {
|
|
151
|
-
.runtime-page-container[data-v-
|
|
151
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-9 {
|
|
152
152
|
flex: 0 0 100%;
|
|
153
153
|
max-width: 100%;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
.runtime-page-container[data-v-
|
|
156
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-9 > .el-form-item:only-child {
|
|
157
157
|
margin-bottom: 0;
|
|
158
158
|
}
|
|
159
|
-
.runtime-page-container[data-v-
|
|
159
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-10 {
|
|
160
160
|
flex: 0 0 calc(10 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
161
161
|
max-width: calc(10 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
162
162
|
}
|
|
163
163
|
@media (max-width: 768px) {
|
|
164
|
-
.runtime-page-container[data-v-
|
|
164
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-10 {
|
|
165
165
|
flex: 0 0 100%;
|
|
166
166
|
max-width: 100%;
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
|
-
.runtime-page-container[data-v-
|
|
169
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-10 > .el-form-item:only-child {
|
|
170
170
|
margin-bottom: 0;
|
|
171
171
|
}
|
|
172
172
|
@media (max-width: 768px) {
|
|
173
|
-
.runtime-page-container[data-v-
|
|
173
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-11 {
|
|
174
174
|
flex: 0 0 100%;
|
|
175
175
|
max-width: 100%;
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
|
-
.runtime-page-container[data-v-
|
|
178
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-11 > .el-form-item:only-child {
|
|
179
179
|
margin-bottom: 0;
|
|
180
180
|
}
|
|
181
|
-
.runtime-page-container[data-v-
|
|
181
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-12 {
|
|
182
182
|
flex: 0 0 calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
183
183
|
max-width: calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
184
184
|
}
|
|
185
185
|
@media (max-width: 768px) {
|
|
186
|
-
.runtime-page-container[data-v-
|
|
186
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-12 {
|
|
187
187
|
flex: 0 0 100%;
|
|
188
188
|
max-width: 100%;
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
|
-
.runtime-page-container[data-v-
|
|
191
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-12 > .el-form-item:only-child {
|
|
192
192
|
margin-bottom: 0;
|
|
193
193
|
}
|
|
194
194
|
@media (max-width: 768px) {
|
|
195
|
-
.runtime-page-container[data-v-
|
|
195
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-13 {
|
|
196
196
|
flex: 0 0 100%;
|
|
197
197
|
max-width: 100%;
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
|
-
.runtime-page-container[data-v-
|
|
200
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-13 > .el-form-item:only-child {
|
|
201
201
|
margin-bottom: 0;
|
|
202
202
|
}
|
|
203
|
-
.runtime-page-container[data-v-
|
|
203
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-14 {
|
|
204
204
|
flex: 0 0 calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
205
205
|
max-width: calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
206
206
|
}
|
|
207
207
|
@media (max-width: 768px) {
|
|
208
|
-
.runtime-page-container[data-v-
|
|
208
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-14 {
|
|
209
209
|
flex: 0 0 100%;
|
|
210
210
|
max-width: 100%;
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
|
-
.runtime-page-container[data-v-
|
|
213
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-14 > .el-form-item:only-child {
|
|
214
214
|
margin-bottom: 0;
|
|
215
215
|
}
|
|
216
216
|
@media (max-width: 768px) {
|
|
217
|
-
.runtime-page-container[data-v-
|
|
217
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-15 {
|
|
218
218
|
flex: 0 0 100%;
|
|
219
219
|
max-width: 100%;
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
.runtime-page-container[data-v-
|
|
222
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-15 > .el-form-item:only-child {
|
|
223
223
|
margin-bottom: 0;
|
|
224
224
|
}
|
|
225
|
-
.runtime-page-container[data-v-
|
|
225
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-16 {
|
|
226
226
|
flex: 0 0 calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
227
227
|
max-width: calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
228
228
|
}
|
|
229
229
|
@media (max-width: 768px) {
|
|
230
|
-
.runtime-page-container[data-v-
|
|
230
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-16 {
|
|
231
231
|
flex: 0 0 100%;
|
|
232
232
|
max-width: 100%;
|
|
233
233
|
}
|
|
234
234
|
}
|
|
235
|
-
.runtime-page-container[data-v-
|
|
235
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-16 > .el-form-item:only-child {
|
|
236
236
|
margin-bottom: 0;
|
|
237
237
|
}
|
|
238
238
|
@media (max-width: 768px) {
|
|
239
|
-
.runtime-page-container[data-v-
|
|
239
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-17 {
|
|
240
240
|
flex: 0 0 100%;
|
|
241
241
|
max-width: 100%;
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
|
-
.runtime-page-container[data-v-
|
|
244
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-17 > .el-form-item:only-child {
|
|
245
245
|
margin-bottom: 0;
|
|
246
246
|
}
|
|
247
|
-
.runtime-page-container[data-v-
|
|
247
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-18 {
|
|
248
248
|
flex: 0 0 calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
249
249
|
max-width: calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
250
250
|
}
|
|
251
251
|
@media (max-width: 768px) {
|
|
252
|
-
.runtime-page-container[data-v-
|
|
252
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-18 {
|
|
253
253
|
flex: 0 0 100%;
|
|
254
254
|
max-width: 100%;
|
|
255
255
|
}
|
|
256
256
|
}
|
|
257
|
-
.runtime-page-container[data-v-
|
|
257
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-18 > .el-form-item:only-child {
|
|
258
258
|
margin-bottom: 0;
|
|
259
259
|
}
|
|
260
260
|
@media (max-width: 768px) {
|
|
261
|
-
.runtime-page-container[data-v-
|
|
261
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-19 {
|
|
262
262
|
flex: 0 0 100%;
|
|
263
263
|
max-width: 100%;
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
|
-
.runtime-page-container[data-v-
|
|
266
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-19 > .el-form-item:only-child {
|
|
267
267
|
margin-bottom: 0;
|
|
268
268
|
}
|
|
269
|
-
.runtime-page-container[data-v-
|
|
269
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-20 {
|
|
270
270
|
flex: 0 0 calc(20 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
271
271
|
max-width: calc(20 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
272
272
|
}
|
|
273
273
|
@media (max-width: 768px) {
|
|
274
|
-
.runtime-page-container[data-v-
|
|
274
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-20 {
|
|
275
275
|
flex: 0 0 100%;
|
|
276
276
|
max-width: 100%;
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
|
-
.runtime-page-container[data-v-
|
|
279
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-20 > .el-form-item:only-child {
|
|
280
280
|
margin-bottom: 0;
|
|
281
281
|
}
|
|
282
282
|
@media (max-width: 768px) {
|
|
283
|
-
.runtime-page-container[data-v-
|
|
283
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-21 {
|
|
284
284
|
flex: 0 0 100%;
|
|
285
285
|
max-width: 100%;
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
|
-
.runtime-page-container[data-v-
|
|
288
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-21 > .el-form-item:only-child {
|
|
289
289
|
margin-bottom: 0;
|
|
290
290
|
}
|
|
291
|
-
.runtime-page-container[data-v-
|
|
291
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-22 {
|
|
292
292
|
flex: 0 0 calc(22 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
293
293
|
max-width: calc(22 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
294
294
|
}
|
|
295
295
|
@media (max-width: 768px) {
|
|
296
|
-
.runtime-page-container[data-v-
|
|
296
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-22 {
|
|
297
297
|
flex: 0 0 100%;
|
|
298
298
|
max-width: 100%;
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
|
-
.runtime-page-container[data-v-
|
|
301
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-22 > .el-form-item:only-child {
|
|
302
302
|
margin-bottom: 0;
|
|
303
303
|
}
|
|
304
304
|
@media (max-width: 768px) {
|
|
305
|
-
.runtime-page-container[data-v-
|
|
305
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-23 {
|
|
306
306
|
flex: 0 0 100%;
|
|
307
307
|
max-width: 100%;
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
|
-
.runtime-page-container[data-v-
|
|
310
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-23 > .el-form-item:only-child {
|
|
311
311
|
margin-bottom: 0;
|
|
312
312
|
}
|
|
313
313
|
@media (max-width: 768px) {
|
|
314
|
-
.runtime-page-container[data-v-
|
|
314
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-24 {
|
|
315
315
|
flex: 0 0 100%;
|
|
316
316
|
max-width: 100%;
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
|
-
.runtime-page-container[data-v-
|
|
319
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-24 > .el-form-item:only-child {
|
|
320
320
|
margin-bottom: 0;
|
|
321
321
|
}
|
|
322
|
-
.runtime-page-container[data-v-
|
|
322
|
+
.runtime-page-container[data-v-56a4a1b8] .el-input-group > .el-input-group__append > .el-button + .el-button {
|
|
323
323
|
margin-left: 12px;
|
|
324
324
|
}
|
|
325
|
-
.runtime-page-container[data-v-
|
|
325
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside {
|
|
326
326
|
display: flex;
|
|
327
327
|
flex-direction: row;
|
|
328
328
|
align-items: flex-start;
|
|
@@ -332,49 +332,49 @@
|
|
|
332
332
|
min-height: 100%;
|
|
333
333
|
height: auto;
|
|
334
334
|
}
|
|
335
|
-
.runtime-page-container[data-v-
|
|
335
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view[style*="padding: 10px"], .runtime-page-container[data-v-56a4a1b8] .el-container > [style*="padding: 10px"].el-main, .runtime-page-container[data-v-56a4a1b8] .el-container > [style*="padding: 10px"].el-aside {
|
|
336
336
|
padding: 0 !important;
|
|
337
337
|
}
|
|
338
|
-
.runtime-page-container[data-v-
|
|
338
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view .el-form, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main .el-form, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside .el-form {
|
|
339
339
|
width: 100%;
|
|
340
340
|
display: flex;
|
|
341
341
|
flex-wrap: wrap;
|
|
342
342
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
343
343
|
}
|
|
344
|
-
.runtime-page-container[data-v-
|
|
344
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view .el-form > div, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main .el-form > div, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside .el-form > div {
|
|
345
345
|
width: 100%;
|
|
346
346
|
}
|
|
347
|
-
.runtime-page-container[data-v-
|
|
347
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside .el-form > div[style*="display: inline-block"] {
|
|
348
348
|
width: auto;
|
|
349
349
|
}
|
|
350
|
-
.runtime-page-container[data-v-
|
|
350
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view > div, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main > div, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside > div {
|
|
351
351
|
width: 100%;
|
|
352
352
|
}
|
|
353
|
-
.runtime-page-container[data-v-
|
|
353
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view > div[style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main > div[style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside > div[style*="display: inline-block"] {
|
|
354
354
|
width: auto;
|
|
355
355
|
}
|
|
356
|
-
.runtime-page-container[data-v-
|
|
356
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view > div[class*=el-col-], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main > div[class*=el-col-], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside > div[class*=el-col-], .runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view > div[style="flex:"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main > div[style="flex:"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside > div[style="flex:"] {
|
|
357
357
|
flex: none !important;
|
|
358
358
|
}
|
|
359
|
-
.runtime-page-container[data-v-
|
|
359
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view > [style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main > [style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside > [style*="display: inline-block"] {
|
|
360
360
|
width: auto;
|
|
361
361
|
}
|
|
362
|
-
.runtime-page-container[data-v-
|
|
362
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view > .el-row[class*=el-col-], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main > .el-row[class*=el-col-], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside > .el-row[class*=el-col-] {
|
|
363
363
|
flex: none;
|
|
364
364
|
}
|
|
365
|
-
.runtime-page-container[data-v-
|
|
365
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view .el-row, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main .el-row, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside .el-row {
|
|
366
366
|
gap: var(--layout-form-flex-gap, 15px);
|
|
367
367
|
}
|
|
368
|
-
.runtime-page-container[data-v-
|
|
368
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view .el-row > div, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main .el-row > div, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside .el-row > div {
|
|
369
369
|
width: 100%;
|
|
370
370
|
}
|
|
371
|
-
.runtime-page-container[data-v-
|
|
371
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside .el-row > div[style*="display: inline-block"] {
|
|
372
372
|
width: auto;
|
|
373
373
|
}
|
|
374
|
-
.runtime-page-container[data-v-
|
|
374
|
+
.runtime-page-container[data-v-56a4a1b8] .el-container {
|
|
375
375
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
376
376
|
}
|
|
377
|
-
.runtime-page-container[data-v-
|
|
377
|
+
.runtime-page-container[data-v-56a4a1b8] .el-container > .el-main, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside {
|
|
378
378
|
padding: 0;
|
|
379
379
|
}.yx-affix[data-v-a994b02d]:empty {
|
|
380
380
|
display: none;
|
|
@@ -442,13 +442,13 @@
|
|
|
442
442
|
max-width: none;
|
|
443
443
|
flex: auto;
|
|
444
444
|
}
|
|
445
|
-
}.runtime-page-container-tabs-view[data-v-
|
|
445
|
+
}.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__header > .el-tabs__new-tab {
|
|
446
446
|
border: 0px !important;
|
|
447
447
|
}
|
|
448
|
-
.runtime-page-container-tabs-view[data-v-
|
|
448
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__header .el-tabs__item:has(.tab-hidden) {
|
|
449
449
|
display: none !important;
|
|
450
450
|
}
|
|
451
|
-
.runtime-page-container-tabs-view[data-v-
|
|
451
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane {
|
|
452
452
|
display: flex;
|
|
453
453
|
flex-direction: row;
|
|
454
454
|
align-items: flex-start;
|
|
@@ -456,16 +456,16 @@
|
|
|
456
456
|
flex-wrap: wrap;
|
|
457
457
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
458
458
|
}
|
|
459
|
-
.runtime-page-container-tabs-view[data-v-
|
|
459
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > div {
|
|
460
460
|
width: 100%;
|
|
461
461
|
}
|
|
462
|
-
.runtime-page-container-tabs-view[data-v-
|
|
462
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > div[style*="display: inline-block"] {
|
|
463
463
|
width: auto;
|
|
464
464
|
}
|
|
465
|
-
.runtime-page-container-tabs-view[data-v-
|
|
465
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > [style*="display: inline-block"] {
|
|
466
466
|
width: auto;
|
|
467
467
|
}
|
|
468
|
-
.runtime-page-container-tabs-view[data-v-
|
|
468
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > .amb-design-item-default {
|
|
469
469
|
display: flex;
|
|
470
470
|
flex-direction: row;
|
|
471
471
|
align-items: flex-start;
|
|
@@ -473,16 +473,16 @@
|
|
|
473
473
|
flex-wrap: wrap;
|
|
474
474
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
475
475
|
}
|
|
476
|
-
.runtime-page-container-tabs-view[data-v-
|
|
476
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div {
|
|
477
477
|
width: 100%;
|
|
478
478
|
}
|
|
479
|
-
.runtime-page-container-tabs-view[data-v-
|
|
479
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div[style*="display: inline-block"] {
|
|
480
480
|
width: auto;
|
|
481
481
|
}
|
|
482
|
-
.runtime-page-container-tabs-view[data-v-
|
|
482
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > [style*="display: inline-block"] {
|
|
483
483
|
width: auto;
|
|
484
484
|
}
|
|
485
|
-
.tab-hidden[data-v-
|
|
485
|
+
.tab-hidden[data-v-df9efce2] {
|
|
486
486
|
display: none !important;
|
|
487
487
|
}.yx-fixed-box-main[data-v-9b488f43]:has(.yx-fixed-box-container:empty) {
|
|
488
488
|
display: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-runtime",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3-sit1",
|
|
4
4
|
"description": "AgileBuilder super page runtime",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
49
49
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
50
50
|
"@vue/test-utils": "^2.4.4",
|
|
51
|
-
"agilebuilder-ui": "1.1.
|
|
51
|
+
"agilebuilder-ui": "1.1.38-sit1",
|
|
52
52
|
"axios": "^1.6.8",
|
|
53
53
|
"cypress": "^13.6.6",
|
|
54
54
|
"element-plus": "^2.6.1",
|