super-page-runtime 2.3.31 → 2.3.32
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/utils/charts/chart-columnline-util.js +134 -119
- package/dist/es/components/runtime/utils/events/standard-event.js +32 -31
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +36 -33
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +1 -1
- package/dist/es/style.css +76 -76
- package/package.json +2 -2
|
@@ -1,151 +1,166 @@
|
|
|
1
|
-
import { getValueFromSource as
|
|
2
|
-
import { deepCopy as
|
|
3
|
-
import { setDefaultGrid as s, CommonName as a, caculateFormulaValue as l, executeChartFormula as
|
|
4
|
-
import { handleChartEvent as
|
|
5
|
-
function
|
|
6
|
-
if (!
|
|
7
|
-
s(
|
|
8
|
-
const
|
|
9
|
-
let v =
|
|
10
|
-
const
|
|
11
|
-
let
|
|
12
|
-
|
|
13
|
-
let
|
|
14
|
-
if (
|
|
1
|
+
import { getValueFromSource as t, formatVariableValue as e, setValueForVariableName as o } from "../page-helper-util.js";
|
|
2
|
+
import { deepCopy as i } from "../common-util.js";
|
|
3
|
+
import { setDefaultGrid as s, CommonName as a, caculateFormulaValue as l, executeChartFormula as r, sortDatas as n, limitDatas as u, formatToolboxI18n as f } from "./chart-util.js";
|
|
4
|
+
import { handleChartEvent as d } from "../events/event-util.js";
|
|
5
|
+
function c(c2, m, h, y) {
|
|
6
|
+
if (!y || !y.result) return;
|
|
7
|
+
s(h), h.tooltip || (h.tooltip = {}), d(c2, m, "beforeUpdateChart", h, { resultData: y });
|
|
8
|
+
const g = y && y.result ? y.result : {};
|
|
9
|
+
let v = y && y.groupValue ? y.groupValue : void 0;
|
|
10
|
+
const F = m.serviceDataField;
|
|
11
|
+
let S = null;
|
|
12
|
+
F ? S = g[F] : g && (S = Array.isArray(g) ? g : [g]), S || (S = []), m.runtime.dataConfig.runtimeData = S;
|
|
13
|
+
let D = m.props ? m.props.groups : null;
|
|
14
|
+
if (D || (D = []), !v || 0 === v.length) {
|
|
15
15
|
v = [];
|
|
16
|
-
for (const
|
|
16
|
+
for (const t2 of D) v.push(t2.group);
|
|
17
17
|
}
|
|
18
|
-
const
|
|
19
|
-
for (const
|
|
20
|
-
let
|
|
21
|
-
|
|
22
|
-
for (const
|
|
23
|
-
if (!
|
|
24
|
-
const
|
|
25
|
-
for (const
|
|
26
|
-
const s2 =
|
|
27
|
-
a2 &&
|
|
18
|
+
const _ = {}, x = [], A = [];
|
|
19
|
+
for (const t2 of D) _[t2.group] = t2.target, t2.target && !x.includes(t2.target) && (x.push(t2.target), v.includes(t2.group) && A.push(t2.target));
|
|
20
|
+
let N = m.props ? m.props.mulGroupShow : "";
|
|
21
|
+
N = "break" == N ? "\r\n" : " ";
|
|
22
|
+
for (const e2 of S) {
|
|
23
|
+
if (!e2) continue;
|
|
24
|
+
const o2 = [];
|
|
25
|
+
for (const i3 of v) {
|
|
26
|
+
const s2 = _[i3], a2 = t(e2, s2, void 0);
|
|
27
|
+
a2 && o2.push(a2);
|
|
28
28
|
}
|
|
29
|
-
const
|
|
30
|
-
|
|
29
|
+
const i2 = o2.join(N);
|
|
30
|
+
e2[a.X_FIELD_NAME] = i2;
|
|
31
31
|
}
|
|
32
|
-
const E =
|
|
33
|
-
for (const
|
|
34
|
-
for (const
|
|
35
|
-
const
|
|
32
|
+
const E = m.items ? m.items : [], C = [], b = {}, w = [], I = {}, X = [], L = [], M = /* @__PURE__ */ new Set(), j = l(E, S, M);
|
|
33
|
+
for (const t2 of M) X.push(t2);
|
|
34
|
+
for (const t2 of E) {
|
|
35
|
+
const e2 = t2.props ? t2.props : {}, o2 = e2.yaxisSource, i2 = e2.yaxisField, s2 = e2.isCumulative;
|
|
36
36
|
let a2 = null;
|
|
37
|
-
if (!
|
|
38
|
-
let
|
|
39
|
-
for (const
|
|
40
|
-
a2 = { uuid:
|
|
41
|
-
} else a2 = { uuid:
|
|
42
|
-
else a2 = { uuid:
|
|
43
|
-
null != a2 && (
|
|
37
|
+
if (!i2 || o2 && "variable" != o2) if ("formula" == o2) {
|
|
38
|
+
let o3 = e2.formula ? e2.formula : "";
|
|
39
|
+
for (const t3 in j) o3 = o3.replace(new RegExp(t3.replace("$", "\\$"), "g"), j[t3]);
|
|
40
|
+
a2 = { uuid: t2.uuid, type: "formula", formula: o3, isFormulaCalculateAfterSort: e2.isFormulaCalculateAfterSort, data: [], dynamicDatas: [] };
|
|
41
|
+
} else a2 = { uuid: t2.uuid, type: "fixed", field: e2.yaxisFix, data: [], dynamicDatas: [] };
|
|
42
|
+
else a2 = { uuid: t2.uuid, type: "variable", field: i2, isCumulative: s2, data: [], dynamicDatas: [] }, i2 && !X.includes(i2) && X.push(i2), i2 && !L.includes(i2) && L.push(i2), s2 && !M.has(i2) && M.add(i2);
|
|
43
|
+
null != a2 && (C.push(a2), b[t2.uuid] = a2), e2.dynamicSeriesField && !w.includes(e2.dynamicSeriesField) && a2 && (a2.dynamicField = e2.dynamicSeriesField, a2.dynamicSeriesTitle = e2.dynamicSeriesTitle, a2.dynamicShowStack = e2.dynamicShowStack, w.push(e2.dynamicSeriesField), I[e2.dynamicSeriesField] = i2);
|
|
44
44
|
}
|
|
45
|
-
const
|
|
45
|
+
const k = {};
|
|
46
46
|
if (w.length > 0) {
|
|
47
|
-
const
|
|
48
|
-
for (const
|
|
49
|
-
const l2 =
|
|
50
|
-
let
|
|
51
|
-
if (!
|
|
52
|
-
|
|
53
|
-
for (const
|
|
54
|
-
|
|
47
|
+
const e2 = [], o2 = {};
|
|
48
|
+
for (const i2 of S) if (i2) for (const s2 of X) {
|
|
49
|
+
const l2 = i2[a.X_FIELD_NAME];
|
|
50
|
+
let r2 = o2[l2];
|
|
51
|
+
if (!r2) {
|
|
52
|
+
r2 = {};
|
|
53
|
+
for (const t2 of x) r2[t2] = i2[t2];
|
|
54
|
+
r2[a.X_FIELD_NAME] = i2[a.X_FIELD_NAME], o2[l2] = r2, e2.push(r2);
|
|
55
55
|
}
|
|
56
|
-
let
|
|
57
|
-
if (!isNaN(
|
|
58
|
-
const
|
|
59
|
-
isNaN || (
|
|
56
|
+
let n2 = t(i2, s2, void 0);
|
|
57
|
+
if (!isNaN(n2)) {
|
|
58
|
+
const t2 = r2[s2];
|
|
59
|
+
isNaN || (n2 += t2), r2[s2] = n2;
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
for (const
|
|
63
|
-
const
|
|
64
|
-
for (const s2 of
|
|
62
|
+
for (const e3 of w) {
|
|
63
|
+
const i2 = [];
|
|
64
|
+
for (const s2 of S) {
|
|
65
65
|
if (!s2) continue;
|
|
66
|
-
const l2 =
|
|
66
|
+
const l2 = o2[s2[a.X_FIELD_NAME]];
|
|
67
67
|
if (!l2) continue;
|
|
68
|
-
let
|
|
69
|
-
|
|
70
|
-
const
|
|
71
|
-
if (void 0 !==
|
|
72
|
-
const
|
|
73
|
-
let
|
|
74
|
-
void 0 ===
|
|
68
|
+
let r2 = t(s2, e3, void 0);
|
|
69
|
+
r2 = null == r2 || null == r2 ? "" : r2, i2.includes(r2) || (i2.push(r2), L.push(r2), M.add(r2));
|
|
70
|
+
const n2 = I[e3];
|
|
71
|
+
if (void 0 !== n2) {
|
|
72
|
+
const e4 = t(s2, n2, void 0);
|
|
73
|
+
let o3 = l2[r2];
|
|
74
|
+
void 0 === o3 ? o3 = e4 : isNaN(e4) || (o3 += e4), l2[r2] = o3;
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
|
|
77
|
+
k[e3] = i2;
|
|
78
78
|
}
|
|
79
|
-
|
|
79
|
+
S = e2;
|
|
80
80
|
}
|
|
81
|
-
let
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
81
|
+
let T = {};
|
|
82
|
+
const V = /* @__PURE__ */ new Set(), $ = m.props ? m.props.orderByTarget : "";
|
|
83
|
+
for (const t2 of C) "formula" === t2.type && t2.isFormulaCalculateAfterSort && $ !== t2.uuid && V.add(t2.uuid + "_field");
|
|
84
|
+
for (const t2 of S) if (t2) {
|
|
85
|
+
p(t2, M, T);
|
|
86
|
+
for (const e2 of C) if ("formula" === e2.type && !e2.isFormulaCalculateAfterSort) {
|
|
87
|
+
const o2 = r(e2.formula, T, t2, c2);
|
|
88
|
+
t2[e2.uuid + "_field"] = o2;
|
|
87
89
|
}
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
90
|
+
}
|
|
91
|
+
if (n(c2, m, S), V.size > 0) {
|
|
92
|
+
const t2 = {};
|
|
93
|
+
for (const e2 of S) {
|
|
94
|
+
p(e2, M, t2);
|
|
95
|
+
for (const o2 of C) if ("formula" === o2.type && V.has(o2.uuid + "_field")) {
|
|
96
|
+
const i2 = r(o2.formula, t2, e2, c2);
|
|
97
|
+
e2[o2.uuid + "_field"] = i2;
|
|
98
|
+
}
|
|
91
99
|
}
|
|
92
100
|
}
|
|
93
|
-
|
|
94
|
-
const
|
|
95
|
-
|
|
96
|
-
for (const
|
|
97
|
-
for (const
|
|
98
|
-
const
|
|
99
|
-
let s2 =
|
|
100
|
-
void 0 ===
|
|
101
|
+
S = u(c2, m, S, x, L);
|
|
102
|
+
const B = [];
|
|
103
|
+
T = {};
|
|
104
|
+
for (const e2 of S) if (e2) {
|
|
105
|
+
for (const o2 of M) {
|
|
106
|
+
const i2 = t(e2, o2, void 0);
|
|
107
|
+
let s2 = T[o2];
|
|
108
|
+
void 0 === i2 || isNaN(i2) || (void 0 === s2 ? s2 = i2 : s2 += i2), T[o2] = s2;
|
|
101
109
|
}
|
|
102
|
-
|
|
103
|
-
for (const
|
|
104
|
-
let
|
|
105
|
-
const s2 =
|
|
106
|
-
if (
|
|
107
|
-
let a2 =
|
|
110
|
+
B.push(e2[a.X_FIELD_NAME]);
|
|
111
|
+
for (const o2 of C) {
|
|
112
|
+
let i2 = o2.data;
|
|
113
|
+
const s2 = o2.dynamicDatas;
|
|
114
|
+
if (o2.dynamicField) {
|
|
115
|
+
let a2 = k[o2.dynamicField];
|
|
108
116
|
a2 = a2 || [];
|
|
109
117
|
for (let l2 = 0; l2 < a2.length; l2++) {
|
|
110
|
-
l2 >= s2.length && s2.push([]),
|
|
111
|
-
const
|
|
112
|
-
let
|
|
113
|
-
|
|
118
|
+
l2 >= s2.length && s2.push([]), i2 = s2[l2];
|
|
119
|
+
const r2 = a2[l2];
|
|
120
|
+
let n2 = t(e2, r2, void 0);
|
|
121
|
+
o2.isCumulative && (n2 = T[r2]), i2.push(n2);
|
|
114
122
|
}
|
|
115
|
-
} else if ("fixed" ===
|
|
116
|
-
else if ("variable" ===
|
|
117
|
-
let s3 =
|
|
118
|
-
|
|
119
|
-
} else "formula" ===
|
|
123
|
+
} else if ("fixed" === o2.type) i2.push(o2.field);
|
|
124
|
+
else if ("variable" === o2.type) {
|
|
125
|
+
let s3 = t(e2, o2.field, void 0);
|
|
126
|
+
o2.isCumulative && (s3 = T[o2.field]), i2.push(s3);
|
|
127
|
+
} else "formula" === o2.type ? i2.push(e2[o2.uuid + "_field"]) : i2.push(void 0);
|
|
120
128
|
}
|
|
121
129
|
}
|
|
122
|
-
const
|
|
123
|
-
for (const
|
|
124
|
-
const
|
|
125
|
-
if (
|
|
126
|
-
let s2 =
|
|
130
|
+
const G = m.defaultSeries, R = i(null == G ? [] : G), U = [];
|
|
131
|
+
for (const t2 of R) {
|
|
132
|
+
const o2 = b[t2.uuid];
|
|
133
|
+
if (o2.dynamicField) {
|
|
134
|
+
let s2 = k[o2.dynamicField];
|
|
127
135
|
s2 = s2 || [];
|
|
128
|
-
const a2 =
|
|
136
|
+
const a2 = o2.dynamicDatas ? o2.dynamicDatas : [];
|
|
129
137
|
for (let l2 = 0; l2 < s2.length; l2++) {
|
|
130
|
-
const
|
|
131
|
-
if (
|
|
132
|
-
const
|
|
133
|
-
|
|
134
|
-
} else
|
|
135
|
-
|
|
138
|
+
const r2 = s2[l2], n2 = i(t2);
|
|
139
|
+
if (o2.dynamicSeriesTitle) {
|
|
140
|
+
const t3 = o2.dynamicSeriesTitle.replace("${name}", r2);
|
|
141
|
+
n2.name = e(c2, t3);
|
|
142
|
+
} else n2.name = r2;
|
|
143
|
+
n2.data = l2 < a2.length ? a2[l2] : [], "bar" == t2.type && o2.dynamicShowStack && (n2.stack = t2.uuid), U.push(n2);
|
|
136
144
|
}
|
|
137
|
-
} else
|
|
145
|
+
} else t2.data = o2 ? o2.data : [], U.push(t2);
|
|
146
|
+
}
|
|
147
|
+
h.series = U;
|
|
148
|
+
const z = m.defaultXaxis, Y = m.defaultYaxis;
|
|
149
|
+
if (h.isBar) {
|
|
150
|
+
if (Y) for (const t2 of Y) t2.data = B;
|
|
151
|
+
h.xAxis = z, h.yAxis = Y;
|
|
152
|
+
} else z && z.length > 0 && (z[0].data = B), h.xAxis = z, h.yAxis = Y;
|
|
153
|
+
f(h);
|
|
154
|
+
const q = m.props ? m.props.selGroupVariable : null;
|
|
155
|
+
!(m.props ? m.props.enableDrill : null) && q && (m.highlightInfos = [], o(c2.entity, q, null)), d(c2, m, "afterUpdateChart", h, { resultData: y }), m.groupFields = A, m.cacheDatas = S, m.rawResult = y;
|
|
156
|
+
}
|
|
157
|
+
function p(e2, o2, i2) {
|
|
158
|
+
for (const s2 of o2) {
|
|
159
|
+
const o3 = t(e2, s2, void 0);
|
|
160
|
+
let a2 = i2[s2];
|
|
161
|
+
void 0 === o3 || isNaN(o3) || (void 0 === a2 ? a2 = o3 : a2 += o3), i2[s2] = a2;
|
|
138
162
|
}
|
|
139
|
-
m.series = G;
|
|
140
|
-
const R = p.defaultXaxis, U = p.defaultYaxis;
|
|
141
|
-
if (m.isBar) {
|
|
142
|
-
if (U) for (const e2 of U) e2.data = T;
|
|
143
|
-
m.xAxis = R, m.yAxis = U;
|
|
144
|
-
} else R && R.length > 0 && (R[0].data = T), m.xAxis = R, m.yAxis = U;
|
|
145
|
-
d(m);
|
|
146
|
-
const B = p.props ? p.props.selGroupVariable : null;
|
|
147
|
-
!(p.props ? p.props.enableDrill : null) && B && (p.highlightInfos = [], t(f2.entity, B, null)), c(f2, p, "afterUpdateChart", m, { resultData: h }), p.groupFields = N, p.cacheDatas = F, p.rawResult = h;
|
|
148
163
|
}
|
|
149
164
|
export {
|
|
150
|
-
|
|
165
|
+
c as updateChartOption
|
|
151
166
|
};
|
|
@@ -6,7 +6,7 @@ import { getCurrentUser as m, getToken as f, getSessionCache as g, setSessionCac
|
|
|
6
6
|
import { getComponentRef as b } from "../global-refs.js";
|
|
7
7
|
import T from "../eventBus.js";
|
|
8
8
|
import k from "axios";
|
|
9
|
-
import { handleEvent as
|
|
9
|
+
import { handleEvent as y, getTableUuid as h, doAfterClickEvent as P } from "./event-util.js";
|
|
10
10
|
import { setStoreInfo as v } from "../store-util.js";
|
|
11
11
|
import { getPermissionCodes as S, getDefaultValue as I, getModelFields as R } from "../page-init-util.js";
|
|
12
12
|
import { caculateShowCondition as M, updateChartDatasources as N, getVariableValue as x, setVariableValue as O } from "../page-helper-util.js";
|
|
@@ -56,10 +56,10 @@ const Y = { save: function(e2) {
|
|
|
56
56
|
g2 = n(g2, p2, d2, r2.isTest);
|
|
57
57
|
const C2 = void 0 === u2.isPermission || "true" === u2.isPermission || u2.isPermission, w2 = o(r2), T2 = S(l2, r2), k2 = { ids: a2, functionCode: T2, isPermission: C2 + "", systemCode: p2, isWorkflowEntity: w2, listCodesMap: r2.listCodesMap, pageCode: r2.code, pageVersion: r2.version };
|
|
58
58
|
r2.beanName && (k2.beanName = r2.beanName);
|
|
59
|
-
const
|
|
60
|
-
|
|
61
|
-
const
|
|
62
|
-
|
|
59
|
+
const y2 = l2.props.deleteLogicSetting;
|
|
60
|
+
y2 && ("object" == typeof y2 ? k2.deleteLogicSetting = JSON.stringify(y2) : "string" == typeof y2 && (k2.deleteLogicSetting = y2));
|
|
61
|
+
const h2 = (_a = l2.props.base) == null ? void 0 : _a.logSetting;
|
|
62
|
+
h2 && (k2.logSettingText = h2.join(""));
|
|
63
63
|
const P2 = l2.props.base.isSafeDelete;
|
|
64
64
|
P2 && (k2.isSafeDelete = P2);
|
|
65
65
|
const v2 = (_c = (_b = l2.runtime) == null ? void 0 : _b.props) == null ? void 0 : _c.title;
|
|
@@ -99,13 +99,13 @@ const Y = { save: function(e2) {
|
|
|
99
99
|
const T2 = (_c = (_b = o2.runtime) == null ? void 0 : _b.props) == null ? void 0 : _c.title;
|
|
100
100
|
T2 && (d2 += "¤tOperation=" + encodeURI(T2));
|
|
101
101
|
d2 += "&isMobile=" + L();
|
|
102
|
-
const k2 = "_RUN_CURRENT_ROLE",
|
|
103
|
-
|
|
102
|
+
const k2 = "_RUN_CURRENT_ROLE", y2 = g(k2);
|
|
103
|
+
y2 && (d2 += "&" + k2 + "=" + y2);
|
|
104
104
|
if (s2) {
|
|
105
105
|
d2 += "&isPermission=" + (void 0 === s2.isPermission || "true" === s2.isPermission || s2.isPermission);
|
|
106
106
|
}
|
|
107
|
-
const
|
|
108
|
-
window.open(
|
|
107
|
+
const h2 = t(u2, n2.isTest);
|
|
108
|
+
window.open(h2 + "/dsc/commons/download-files" + d2);
|
|
109
109
|
}(e2);
|
|
110
110
|
}, import: function(e2) {
|
|
111
111
|
const t2 = e2.pageContext.code + "_";
|
|
@@ -362,8 +362,8 @@ function K(e2, n2, s2, i2) {
|
|
|
362
362
|
const b2 = (_c = (_b = n2.runtime) == null ? void 0 : _b.props) == null ? void 0 : _c.title;
|
|
363
363
|
b2 && (w2.currentOperation = b2), w2.isMobile = L();
|
|
364
364
|
const T2 = Te(e2);
|
|
365
|
-
let
|
|
366
|
-
w2.additionalParamMap = T2, w2.isShowWatermark = void 0 === ((_e2 = (_d = n2.props) == null ? void 0 : _d.watermark) == null ? void 0 : _e2.isShowWatermark) ? "true" : ((_g = (_f = n2.props) == null ? void 0 : _f.watermark) == null ? void 0 : _g.isShowWatermark) + "", w2.watermark = ((_i = (_h = n2.props) == null ? void 0 : _h.watermark) == null ? void 0 : _i.content) && ((_k = (_j = n2.props) == null ? void 0 : _j.watermark) == null ? void 0 : _k.content.length) > 0 ? (_m = (_l = n2.props) == null ? void 0 : _l.watermark) == null ? void 0 : _m.content.join("-~") : "",
|
|
365
|
+
let y2;
|
|
366
|
+
w2.additionalParamMap = T2, w2.isShowWatermark = void 0 === ((_e2 = (_d = n2.props) == null ? void 0 : _d.watermark) == null ? void 0 : _e2.isShowWatermark) ? "true" : ((_g = (_f = n2.props) == null ? void 0 : _f.watermark) == null ? void 0 : _g.isShowWatermark) + "", w2.watermark = ((_i = (_h = n2.props) == null ? void 0 : _h.watermark) == null ? void 0 : _i.content) && ((_k = (_j = n2.props) == null ? void 0 : _j.watermark) == null ? void 0 : _k.content.length) > 0 ? (_m = (_l = n2.props) == null ? void 0 : _l.watermark) == null ? void 0 : _m.content.join("-~") : "", y2 = i2 ? function(e3, n3, o2, s3) {
|
|
367
367
|
return new Promise((i3, a3) => {
|
|
368
368
|
const r3 = t(n3, s3) + "/dsc/commons/export-pdf";
|
|
369
369
|
X();
|
|
@@ -389,7 +389,7 @@ function K(e2, n2, s2, i2) {
|
|
|
389
389
|
a3(e4);
|
|
390
390
|
});
|
|
391
391
|
});
|
|
392
|
-
}(r2, f2, w2, e2.isTest),
|
|
392
|
+
}(r2, f2, w2, e2.isTest), y2 && y2.then(() => {
|
|
393
393
|
P(e2, n2);
|
|
394
394
|
}).catch((t2) => {
|
|
395
395
|
window.$message.error("导出失败..."), P(e2, n2);
|
|
@@ -452,7 +452,7 @@ function ne(t2, n2, o2, s2, i2) {
|
|
|
452
452
|
const a2 = oe(t2, n2, i2);
|
|
453
453
|
if (a2 && "list" === a2) !function(t3, n3, o3, s3) {
|
|
454
454
|
let i3 = n3.props.base.successOperation;
|
|
455
|
-
const a3 = n3.props.base.isNeedValueMapping, r2 =
|
|
455
|
+
const a3 = n3.props.base.isNeedValueMapping, r2 = h(t3, n3);
|
|
456
456
|
i3 || re.includes(n3.name) || (i3 = "refresh");
|
|
457
457
|
if ("refresh" === i3) if (r2) {
|
|
458
458
|
b(t3, r2).refresh();
|
|
@@ -515,7 +515,7 @@ function ae(e2, t2, n2, o2, s2) {
|
|
|
515
515
|
O(n3.entity, r2, i3);
|
|
516
516
|
});
|
|
517
517
|
}
|
|
518
|
-
}(n2, s2, e2),
|
|
518
|
+
}(n2, s2, e2), y(null, e2, t2, "setValue", { sourceModel: n2, sourceTableName: o2, entity: e2.entity.data, targetTableName: i2 });
|
|
519
519
|
}
|
|
520
520
|
const re = ["dropdown"];
|
|
521
521
|
function ce(e2, t2, n2, o2) {
|
|
@@ -526,7 +526,7 @@ function ce(e2, t2, n2, o2) {
|
|
|
526
526
|
const i2 = oe(e2, t2);
|
|
527
527
|
if (i2 && "list" === i2 && !s2 && (s2 = "refresh"), "refresh" === s2) {
|
|
528
528
|
if (i2 && "list" === i2) {
|
|
529
|
-
const n3 =
|
|
529
|
+
const n3 = h(e2, t2);
|
|
530
530
|
if (n3) {
|
|
531
531
|
b(e2, n3).refresh();
|
|
532
532
|
} else console.error("tableUuid is empty");
|
|
@@ -586,10 +586,10 @@ function ue(e2, s2) {
|
|
|
586
586
|
T2 && f2.append("formNoRuleCode", T2);
|
|
587
587
|
const k2 = e2.listCode;
|
|
588
588
|
k2 && f2.append("listCode", k2);
|
|
589
|
-
let
|
|
590
|
-
|
|
591
|
-
const
|
|
592
|
-
null !=
|
|
589
|
+
let y2 = false;
|
|
590
|
+
y2 = void 0 !== p2.isAsync && null !== p2.isAsync && p2.isAsync, f2.append("isAsync", y2 + ""), f2.append("pageCode", i2.code);
|
|
591
|
+
const h2 = o(i2);
|
|
592
|
+
null != h2 && f2.append("isWorkflowEntity", h2 + "");
|
|
593
593
|
const v2 = S(a2, i2);
|
|
594
594
|
v2 && f2.append("functionCode", v2);
|
|
595
595
|
const I2 = Te(i2);
|
|
@@ -601,7 +601,7 @@ function ue(e2, s2) {
|
|
|
601
601
|
const N2 = i2.backendUrl;
|
|
602
602
|
let x2 = t(N2, i2.isTest) + "/dsc/commons/import-data";
|
|
603
603
|
x2 = n(x2, M2, N2, i2.isTest), c.post(x2, f2).then((e3) => {
|
|
604
|
-
if (
|
|
604
|
+
if (y2) u({ showClose: true, type: "success", message: l().t("superPageRuntimeMessage.asyncImport") }), Fe(i2);
|
|
605
605
|
else {
|
|
606
606
|
let t2 = false;
|
|
607
607
|
e3 ? (t2 = false, u({ dangerouslyUseHTMLString: true, showClose: true, type: "warning", message: e3 })) : (u({ showClose: true, type: "success", message: l().t("superPageRuntimeMessage.successfulImport") }), t2 = true), ne(i2, a2, e3, null, true), i2.result = t2, P(i2, a2);
|
|
@@ -751,7 +751,7 @@ function ke(e2, o2) {
|
|
|
751
751
|
});
|
|
752
752
|
}
|
|
753
753
|
}
|
|
754
|
-
function
|
|
754
|
+
function ye(e2, o2) {
|
|
755
755
|
if (o2) {
|
|
756
756
|
const s2 = e2.pageContext, i2 = e2.configureObj, a2 = s2.systemCode, r2 = s2.backendUrl;
|
|
757
757
|
let p2 = t(r2, s2.isTest) + "/dsc/workflow-commons/add-transactors";
|
|
@@ -764,7 +764,7 @@ function he(e2, o2) {
|
|
|
764
764
|
});
|
|
765
765
|
}
|
|
766
766
|
}
|
|
767
|
-
async function
|
|
767
|
+
async function he(e2, o2) {
|
|
768
768
|
if (o2) {
|
|
769
769
|
const s2 = await function(e3) {
|
|
770
770
|
return new Promise((t2, n2) => {
|
|
@@ -793,7 +793,8 @@ async function ye(e2, o2) {
|
|
|
793
793
|
m2.completeTaskParam.transactors = o2.loginNames.join(",").split(","), true !== s2 && (m2.completeTaskParam.remark = s2);
|
|
794
794
|
const f2 = c.post(d2, m2);
|
|
795
795
|
f2 && f2.then((e3) => {
|
|
796
|
-
|
|
796
|
+
var _a;
|
|
797
|
+
u({ showClose: true, type: "success", message: l().t("superPageRuntimeMessage.successfulOperation") }), ne(i2, a2, { entity: (_a = i2.entity) == null ? void 0 : _a.data }, null), P(i2, a2);
|
|
797
798
|
});
|
|
798
799
|
}
|
|
799
800
|
}
|
|
@@ -1019,7 +1020,7 @@ function Ue(e2, n2, s2) {
|
|
|
1019
1020
|
}
|
|
1020
1021
|
m2 && (w2.ids = je(m2)), f2 ? w2.taskId = f2 : d2 ? w2.id = d2 : (p2 && p2._t_ && g(p2._t_ + "_id") && (w2.id = g(p2._t_ + "_id")), e3.notIdInitializationList && (w2.noIdAndTaskIdInitSetting = JSON.stringify(e3.notIdInitializationList))), p2 && (w2.additionalParamMap = p2), e3.beanName && (w2.beanName = e3.beanName), e3.refercePropMap && (w2.refercePropMap = e3.refercePropMap);
|
|
1021
1022
|
const b2 = t(e3.backendUrl, e3.isTest) + "/dsc/workflow-commons/gets", T2 = B();
|
|
1022
|
-
T2.restorePageLoadState(),
|
|
1023
|
+
T2.restorePageLoadState(), y(null, e3, e3, "beforeFormLoadData");
|
|
1023
1024
|
const k2 = H(e3.code, w2.id);
|
|
1024
1025
|
c.post(b2, w2).then(async (t2) => {
|
|
1025
1026
|
k2 && await _e(e3, w2.id, t2), e3.workflowOpinion = { showOpinionBox: false }, e3.definitionId = t2.definitionId, e3.entity.task = t2.taskParamMap, e3.dataTypeMaps = t2.dataTypeMap, me(t2, true, e3), e3.workflowRules = j(e3);
|
|
@@ -1055,7 +1056,7 @@ function Ue(e2, n2, s2) {
|
|
|
1055
1056
|
}
|
|
1056
1057
|
e5.actionPermissionMap = n5;
|
|
1057
1058
|
}(e4);
|
|
1058
|
-
}(e3), e3.canClick = true,
|
|
1059
|
+
}(e3), e3.canClick = true, y(null, e3, e3, "afterFormLoadData"), T2.setFormPageDataLoadState(true), s3(t2);
|
|
1059
1060
|
}).catch((t2) => {
|
|
1060
1061
|
e3.canClick = true, i3(t2);
|
|
1061
1062
|
});
|
|
@@ -1075,12 +1076,12 @@ function Ue(e2, n2, s2) {
|
|
|
1075
1076
|
}
|
|
1076
1077
|
e3.refercePropMap && (b2.refercePropMap = e3.refercePropMap);
|
|
1077
1078
|
const T2 = w2 + "/dsc/commons/gets", k2 = B();
|
|
1078
|
-
k2.restorePageLoadState(),
|
|
1079
|
-
const
|
|
1079
|
+
k2.restorePageLoadState(), y(null, e3, e3, "beforeFormLoadData");
|
|
1080
|
+
const h2 = H(e3.code, b2.id);
|
|
1080
1081
|
c.post(T2, b2).then(async (t2) => {
|
|
1081
|
-
t2 && (
|
|
1082
|
+
t2 && (h2 && await _e(e3, b2.id, t2), e3.entity.data = t2.entity, e3.initFormNo = t2.formNo);
|
|
1082
1083
|
const n4 = e3.customRules, o3 = e3.rules, i4 = D(e3, n4, o3);
|
|
1083
|
-
e3.rules = i4, e3.canClick = true,
|
|
1084
|
+
e3.rules = i4, e3.canClick = true, y(null, e3, e3, "afterFormLoadData"), k2.setFormPageDataLoadState(true), s3(t2);
|
|
1084
1085
|
}).catch((t2) => {
|
|
1085
1086
|
e3.canClick = true, i3(t2);
|
|
1086
1087
|
});
|
|
@@ -1161,9 +1162,9 @@ export {
|
|
|
1161
1162
|
me as dealCompleteTaskParam,
|
|
1162
1163
|
Le as deleteChartCondition,
|
|
1163
1164
|
ke as doAddSigner,
|
|
1164
|
-
|
|
1165
|
+
ye as doAddTransactor,
|
|
1165
1166
|
Ce as doAssign,
|
|
1166
|
-
|
|
1167
|
+
he as doCreateCopyTask,
|
|
1167
1168
|
Fe as doFileTaskFunc,
|
|
1168
1169
|
ue as doImportFinally,
|
|
1169
1170
|
Re as doRemoveSigners,
|
package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js
CHANGED
|
@@ -1,33 +1,36 @@
|
|
|
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 o, nextTick as a, onUnmounted as i, resolveComponent as s, createBlock as r, createCommentVNode as u, openBlock as n, normalizeStyle as p, normalizeClass as d, unref as m, withCtx as v, 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
|
|
3
|
+
import { handleAfterInitEvent as g, fileUploadBeforeUpload as w } from "../../../../utils/events/event-util.js";
|
|
4
|
+
import C from "agilebuilder-ui/src/utils/request";
|
|
5
5
|
import { FsUploadNew as b } from "agilebuilder-ui";
|
|
6
6
|
import k from "../../../../utils/eventBus.js";
|
|
7
7
|
import { $t as x } from "../../../../utils/i18n-util.js";
|
|
8
8
|
import { addRequiredClassUtil as P } from "../../../../utils/common-util.js";
|
|
9
|
-
import { getRelativeBaseUrl as
|
|
10
|
-
const
|
|
9
|
+
import { getRelativeBaseUrl as S } from "agilebuilder-ui/src/utils/common-util";
|
|
10
|
+
const N = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: N2 }) {
|
|
11
11
|
var _a, _b, _c, _d, _e, _f, _g;
|
|
12
|
-
const
|
|
13
|
-
let
|
|
14
|
-
|
|
12
|
+
const T = e2, _ = l(null), j = T.configure.runtime ? T.configure.runtime : {}, z = l(j.props ? j.props : {}), R = j.style, I = j.class, D = j.headerStyle, O = j.titleExceedStyle, q = T.pageContext.entity ? T.pageContext.entity : {}, F = T.configure.props.base ? T.configure.props.base : {}, W = M(F.prop), $ = M(F.propName);
|
|
13
|
+
let A = l({});
|
|
14
|
+
A.value.isShowWatermark = void 0 === ((_b = (_a = T.configure.props) == null ? void 0 : _a.watermark) == null ? void 0 : _b.isShowWatermark) ? "true" : ((_c = T.configure.props) == null ? void 0 : _c.watermark.isShowWatermark) + "", A.value.content = ((_e = (_d = T.configure.props) == null ? void 0 : _d.watermark) == null ? void 0 : _e.content) ? (_g = (_f = T.configure.props) == null ? void 0 : _f.watermark) == null ? void 0 : _g.content : "", W && W.length > 1 && t(() => T.pageContext.entity[W[0]][W[1]], (e3) => {
|
|
15
15
|
L(h(q, W));
|
|
16
16
|
});
|
|
17
|
-
const
|
|
17
|
+
const E = T.pageContext.code, U = l(W ? E + "__" + W.join("__") : null), B = h(q, W), G = l(null), H = l(false), J = l([]), K = l({});
|
|
18
18
|
function L(e3) {
|
|
19
19
|
if (e3) {
|
|
20
20
|
const l2 = e3.split(",");
|
|
21
21
|
if (l2.length > 0) {
|
|
22
|
-
const e4 =
|
|
23
|
-
|
|
22
|
+
const e4 = S(window.$vueApp.config.globalProperties.baseAPI) + "/component/fs-upload/search-file-metadata";
|
|
23
|
+
C.post(e4, l2).then((e5) => {
|
|
24
24
|
J.value = [];
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
const t2 = [], o2 = {};
|
|
26
|
+
e5.forEach((e6) => {
|
|
27
|
+
o2[e6.uuid] = e6;
|
|
28
|
+
});
|
|
29
|
+
for (let e6 = 0; e6 < l2.length; e6++) {
|
|
30
|
+
const a2 = l2[e6];
|
|
31
|
+
t2.push(o2[a2].fileName), J.value.push({ showName: o2[a2].fileName, serverPath: a2, fileSize: o2[a2].fileSize });
|
|
29
32
|
}
|
|
30
|
-
"input" ===
|
|
33
|
+
"input" === z.value.displayType && (K.value.showName = t2.join(","), K.value.serverPath = l2.join(","));
|
|
31
34
|
}).finally(() => {
|
|
32
35
|
H.value = true;
|
|
33
36
|
});
|
|
@@ -38,38 +41,38 @@ const j = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure:
|
|
|
38
41
|
return e3 ? (e3.startsWith("${") && (e3 = e3.substring(2, e3.length - 1)), e3.split(".")) : [];
|
|
39
42
|
}
|
|
40
43
|
function Q(e3) {
|
|
41
|
-
return
|
|
44
|
+
return w(e3);
|
|
42
45
|
}
|
|
43
|
-
L(
|
|
46
|
+
L(B);
|
|
44
47
|
const V = (e3, l2, t2) => {
|
|
45
48
|
Y();
|
|
46
49
|
}, X = (e3) => {
|
|
47
50
|
Y();
|
|
48
51
|
}, Y = () => {
|
|
49
52
|
const e3 = [], l2 = [];
|
|
50
|
-
if (
|
|
51
|
-
const e4 = J.value.length -
|
|
53
|
+
if (z.value.limit && J.value.length > z.value.limit) {
|
|
54
|
+
const e4 = J.value.length - z.value.limit;
|
|
52
55
|
for (let l3 = 0; l3 < e4; l3++) J.value.shift();
|
|
53
56
|
}
|
|
54
57
|
for (let t2 = 0; t2 < J.value.length; t2++) e3.push(J.value[t2].showName), l2.push(J.value[t2].serverPath);
|
|
55
|
-
y(
|
|
58
|
+
y(T.pageContext.entity, W, l2.join(",")), y(T.pageContext.entity, $, e3.join(",")), l2.length > 0 && (_.value = "");
|
|
56
59
|
}, Z = l(null), ee = l(null);
|
|
57
|
-
return
|
|
58
|
-
k.$on(
|
|
59
|
-
|
|
60
|
-
}),
|
|
61
|
-
const e3 = h(q, W), l2 = { showName: h(q,
|
|
62
|
-
g(l2,
|
|
60
|
+
return o(() => {
|
|
61
|
+
k.$on(U.value + "-pickFileDone", (e3) => {
|
|
62
|
+
U.value, G.value.pickFileDone(e3);
|
|
63
|
+
}), a(() => {
|
|
64
|
+
const e3 = h(q, W), l2 = { showName: h(q, $), serverPath: e3 };
|
|
65
|
+
g(l2, T.pageContext, T.configure, { formItemRef: Z.value, componentRef: G.value, titleRef: ee.value, value: l2, entity: T.pageContext.entity.data, pageData: T.pageContext.entity.page });
|
|
63
66
|
});
|
|
64
67
|
}), i(() => {
|
|
65
|
-
k.$off(
|
|
66
|
-
}),
|
|
67
|
-
|
|
68
|
+
k.$off(U.value + "-pickFileDone");
|
|
69
|
+
}), N2({ addRequiredClass: function() {
|
|
70
|
+
_.value = P();
|
|
68
71
|
} }), (l2, t2) => {
|
|
69
|
-
const
|
|
70
|
-
return
|
|
72
|
+
const o2 = s("el-form-item");
|
|
73
|
+
return z.value.tittleShow ? (n(), r(o2, { key: 0, ref_key: "formItemRef", ref: Z, required: z.value.required, class: d(m(I) + (_.value ? " " + _.value : "")), "label-width": z.value.labelWidth, style: p(m(R)) }, { label: v(() => [z.value.tittleShow ? (n(), f("div", { key: 0, ref_key: "titleRef", ref: ee, style: p({ ...m(D), ...m(O) }) }, c(m(x)(z.value.title)), 5)) : u("", true)]), default: v(() => [H.value ? (n(), r(m(b), { key: 0, ref_key: "fileUploadRef", ref: G, style: { width: "100%" }, disabled: "disabled" === z.value.state, displayType: z.value.displayType, accept: z.value.accept, multiple: z.value.multiple, placeholder: z.value.placeholder, limit: z.value.limit, "limit-file-size": z.value.limitFileSize, "disabled-no-preview": z.value.disabledNoPreview, "disabled-no-download": z.value.disabledNoDownload, openCameraOrChoosePhoto: z.value.openCameraOrChoosePhoto, "sort-type": z.value.sortType, "file-info": K.value, "file-list": J.value, "system-code": e2.pageContext.systemCode, componentId: U.value, watermark: m(A), "on-success": V, "on-remove": X, "before-upload": Q, pageContext: e2.pageContext, "file-show-type": z.value.fileShowType }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "disabled-no-preview", "disabled-no-download", "openCameraOrChoosePhoto", "sort-type", "file-info", "file-list", "system-code", "componentId", "watermark", "pageContext", "file-show-type"])) : u("", true)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : H.value ? (n(), r(m(b), { key: 1, ref_key: "fileUploadRef", ref: G, style: { width: "100%" }, disabled: "disabled" === z.value.state, displayType: z.value.displayType, accept: z.value.accept, multiple: z.value.multiple, placeholder: z.value.placeholder, limit: z.value.limit, "limit-file-size": z.value.limitFileSize, "disabled-no-preview": z.value.disabledNoPreview, "disabled-no-download": z.value.disabledNoDownload, openCameraOrChoosePhoto: z.value.openCameraOrChoosePhoto, "sort-type": z.value.sortType, "file-info": K.value, "file-list": J.value, "system-code": e2.pageContext.systemCode, componentId: U.value, watermark: m(A), "on-success": V, "on-remove": X, "before-upload": Q, pageContext: e2.pageContext, "file-show-type": z.value.fileShowType }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "disabled-no-preview", "disabled-no-download", "openCameraOrChoosePhoto", "sort-type", "file-info", "file-list", "system-code", "componentId", "watermark", "pageContext", "file-show-type"])) : u("", true);
|
|
71
74
|
};
|
|
72
75
|
} });
|
|
73
76
|
export {
|
|
74
|
-
|
|
77
|
+
N as default
|
|
75
78
|
};
|
|
@@ -250,7 +250,7 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
|
|
|
250
250
|
const a3 = e3.isNeedValueMapping;
|
|
251
251
|
l2 = e3.dataModel, o2 = e3.sourceTableName, a3 && te(la.value, n2, l2, o2, ta.value ? ta.value.valueMappings : null);
|
|
252
252
|
}
|
|
253
|
-
O(null, la.value, n2, "closePopup", { sourceModel: l2, sourceTableName: o2, jumpPageSetting: ta.value, entity: la.value.entity.data, targetTableName: u2, pageContext: na.value, parentPageContext: la.value, parentConfigureObj: n2, columnProp: i2 }), function(e4, a3, t3) {
|
|
253
|
+
O(null, la.value, n2, "closePopup", { sourceModel: l2, sourceTableName: o2, jumpPageSetting: ta.value, entity: la.value.entity.data, targetTableName: u2, pageContext: na.value, parentPageContext: la.value, parentConfigureObj: n2, columnProp: i2 }), "function" == typeof a2 ? a2.apply(a2, [{ dataModel: e3.dataModel }]) : function(e4, a3, t3) {
|
|
254
254
|
if (e4) {
|
|
255
255
|
const l3 = I(la.value, e4);
|
|
256
256
|
l3 && l3.apply(l3, [{ pageContext: na.value, parentPageContext: la.value, parentConfigureObj: t3, jumpPageSetting: ta.value, columnProp: a3 }]);
|
package/dist/es/style.css
CHANGED
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
min-height: 60px;
|
|
101
101
|
resize: vertical;
|
|
102
102
|
}
|
|
103
|
-
.runtime-page-container[data-v-
|
|
103
|
+
.runtime-page-container[data-v-5ceba9a1] {
|
|
104
104
|
overflow: hidden;
|
|
105
105
|
max-height: 100vh;
|
|
106
106
|
padding: var(--app-main-padding, 15px);
|
|
@@ -108,269 +108,269 @@
|
|
|
108
108
|
height: calc(100vh - var(--dec-page-main-padding, 15px) * 2);
|
|
109
109
|
}
|
|
110
110
|
@media (max-width: 768px) {
|
|
111
|
-
.runtime-page-container[data-v-
|
|
111
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-1 {
|
|
112
112
|
flex: 0 0 100%;
|
|
113
113
|
max-width: 100%;
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
-
.runtime-page-container[data-v-
|
|
116
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-1 > .el-form-item:only-child {
|
|
117
117
|
margin-bottom: 0;
|
|
118
118
|
}
|
|
119
|
-
.runtime-page-container[data-v-
|
|
119
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-2 {
|
|
120
120
|
flex: 0 0 calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
121
121
|
max-width: calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
122
122
|
}
|
|
123
123
|
@media (max-width: 768px) {
|
|
124
|
-
.runtime-page-container[data-v-
|
|
124
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-2 {
|
|
125
125
|
flex: 0 0 100%;
|
|
126
126
|
max-width: 100%;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
.runtime-page-container[data-v-
|
|
129
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-2 > .el-form-item:only-child {
|
|
130
130
|
margin-bottom: 0;
|
|
131
131
|
}
|
|
132
132
|
@media (max-width: 768px) {
|
|
133
|
-
.runtime-page-container[data-v-
|
|
133
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-3 {
|
|
134
134
|
flex: 0 0 100%;
|
|
135
135
|
max-width: 100%;
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
|
-
.runtime-page-container[data-v-
|
|
138
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-3 > .el-form-item:only-child {
|
|
139
139
|
margin-bottom: 0;
|
|
140
140
|
}
|
|
141
|
-
.runtime-page-container[data-v-
|
|
141
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-4 {
|
|
142
142
|
flex: 0 0 calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
143
143
|
max-width: calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
144
144
|
}
|
|
145
145
|
@media (max-width: 768px) {
|
|
146
|
-
.runtime-page-container[data-v-
|
|
146
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-4 {
|
|
147
147
|
flex: 0 0 100%;
|
|
148
148
|
max-width: 100%;
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
|
-
.runtime-page-container[data-v-
|
|
151
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-4 > .el-form-item:only-child {
|
|
152
152
|
margin-bottom: 0;
|
|
153
153
|
}
|
|
154
154
|
@media (max-width: 768px) {
|
|
155
|
-
.runtime-page-container[data-v-
|
|
155
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-5 {
|
|
156
156
|
flex: 0 0 100%;
|
|
157
157
|
max-width: 100%;
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
.runtime-page-container[data-v-
|
|
160
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-5 > .el-form-item:only-child {
|
|
161
161
|
margin-bottom: 0;
|
|
162
162
|
}
|
|
163
|
-
.runtime-page-container[data-v-
|
|
163
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-6 {
|
|
164
164
|
flex: 0 0 calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
165
165
|
max-width: calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
166
166
|
}
|
|
167
167
|
@media (max-width: 768px) {
|
|
168
|
-
.runtime-page-container[data-v-
|
|
168
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-6 {
|
|
169
169
|
flex: 0 0 100%;
|
|
170
170
|
max-width: 100%;
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
|
-
.runtime-page-container[data-v-
|
|
173
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-6 > .el-form-item:only-child {
|
|
174
174
|
margin-bottom: 0;
|
|
175
175
|
}
|
|
176
176
|
@media (max-width: 768px) {
|
|
177
|
-
.runtime-page-container[data-v-
|
|
177
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-7 {
|
|
178
178
|
flex: 0 0 100%;
|
|
179
179
|
max-width: 100%;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
|
-
.runtime-page-container[data-v-
|
|
182
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-7 > .el-form-item:only-child {
|
|
183
183
|
margin-bottom: 0;
|
|
184
184
|
}
|
|
185
|
-
.runtime-page-container[data-v-
|
|
185
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-8 {
|
|
186
186
|
flex: 0 0 calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
187
187
|
max-width: calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
188
188
|
}
|
|
189
189
|
@media (max-width: 768px) {
|
|
190
|
-
.runtime-page-container[data-v-
|
|
190
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-8 {
|
|
191
191
|
flex: 0 0 100%;
|
|
192
192
|
max-width: 100%;
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
|
-
.runtime-page-container[data-v-
|
|
195
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-8 > .el-form-item:only-child {
|
|
196
196
|
margin-bottom: 0;
|
|
197
197
|
}
|
|
198
198
|
@media (max-width: 768px) {
|
|
199
|
-
.runtime-page-container[data-v-
|
|
199
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-9 {
|
|
200
200
|
flex: 0 0 100%;
|
|
201
201
|
max-width: 100%;
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
|
-
.runtime-page-container[data-v-
|
|
204
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-9 > .el-form-item:only-child {
|
|
205
205
|
margin-bottom: 0;
|
|
206
206
|
}
|
|
207
|
-
.runtime-page-container[data-v-
|
|
207
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-10 {
|
|
208
208
|
flex: 0 0 calc(10 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
209
209
|
max-width: calc(10 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
210
210
|
}
|
|
211
211
|
@media (max-width: 768px) {
|
|
212
|
-
.runtime-page-container[data-v-
|
|
212
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-10 {
|
|
213
213
|
flex: 0 0 100%;
|
|
214
214
|
max-width: 100%;
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
|
-
.runtime-page-container[data-v-
|
|
217
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-10 > .el-form-item:only-child {
|
|
218
218
|
margin-bottom: 0;
|
|
219
219
|
}
|
|
220
220
|
@media (max-width: 768px) {
|
|
221
|
-
.runtime-page-container[data-v-
|
|
221
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-11 {
|
|
222
222
|
flex: 0 0 100%;
|
|
223
223
|
max-width: 100%;
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
|
-
.runtime-page-container[data-v-
|
|
226
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-11 > .el-form-item:only-child {
|
|
227
227
|
margin-bottom: 0;
|
|
228
228
|
}
|
|
229
|
-
.runtime-page-container[data-v-
|
|
229
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-12 {
|
|
230
230
|
flex: 0 0 calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
231
231
|
max-width: calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
232
232
|
}
|
|
233
233
|
@media (max-width: 768px) {
|
|
234
|
-
.runtime-page-container[data-v-
|
|
234
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-12 {
|
|
235
235
|
flex: 0 0 100%;
|
|
236
236
|
max-width: 100%;
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
|
-
.runtime-page-container[data-v-
|
|
239
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-12 > .el-form-item:only-child {
|
|
240
240
|
margin-bottom: 0;
|
|
241
241
|
}
|
|
242
242
|
@media (max-width: 768px) {
|
|
243
|
-
.runtime-page-container[data-v-
|
|
243
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-13 {
|
|
244
244
|
flex: 0 0 100%;
|
|
245
245
|
max-width: 100%;
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
|
-
.runtime-page-container[data-v-
|
|
248
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-13 > .el-form-item:only-child {
|
|
249
249
|
margin-bottom: 0;
|
|
250
250
|
}
|
|
251
|
-
.runtime-page-container[data-v-
|
|
251
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-14 {
|
|
252
252
|
flex: 0 0 calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
253
253
|
max-width: calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
254
254
|
}
|
|
255
255
|
@media (max-width: 768px) {
|
|
256
|
-
.runtime-page-container[data-v-
|
|
256
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-14 {
|
|
257
257
|
flex: 0 0 100%;
|
|
258
258
|
max-width: 100%;
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
|
-
.runtime-page-container[data-v-
|
|
261
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-14 > .el-form-item:only-child {
|
|
262
262
|
margin-bottom: 0;
|
|
263
263
|
}
|
|
264
264
|
@media (max-width: 768px) {
|
|
265
|
-
.runtime-page-container[data-v-
|
|
265
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-15 {
|
|
266
266
|
flex: 0 0 100%;
|
|
267
267
|
max-width: 100%;
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
|
-
.runtime-page-container[data-v-
|
|
270
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-15 > .el-form-item:only-child {
|
|
271
271
|
margin-bottom: 0;
|
|
272
272
|
}
|
|
273
|
-
.runtime-page-container[data-v-
|
|
273
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-16 {
|
|
274
274
|
flex: 0 0 calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
275
275
|
max-width: calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
276
276
|
}
|
|
277
277
|
@media (max-width: 768px) {
|
|
278
|
-
.runtime-page-container[data-v-
|
|
278
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-16 {
|
|
279
279
|
flex: 0 0 100%;
|
|
280
280
|
max-width: 100%;
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
|
-
.runtime-page-container[data-v-
|
|
283
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-16 > .el-form-item:only-child {
|
|
284
284
|
margin-bottom: 0;
|
|
285
285
|
}
|
|
286
286
|
@media (max-width: 768px) {
|
|
287
|
-
.runtime-page-container[data-v-
|
|
287
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-17 {
|
|
288
288
|
flex: 0 0 100%;
|
|
289
289
|
max-width: 100%;
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
|
-
.runtime-page-container[data-v-
|
|
292
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-17 > .el-form-item:only-child {
|
|
293
293
|
margin-bottom: 0;
|
|
294
294
|
}
|
|
295
|
-
.runtime-page-container[data-v-
|
|
295
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-18 {
|
|
296
296
|
flex: 0 0 calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
297
297
|
max-width: calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
298
298
|
}
|
|
299
299
|
@media (max-width: 768px) {
|
|
300
|
-
.runtime-page-container[data-v-
|
|
300
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-18 {
|
|
301
301
|
flex: 0 0 100%;
|
|
302
302
|
max-width: 100%;
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
.runtime-page-container[data-v-
|
|
305
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-18 > .el-form-item:only-child {
|
|
306
306
|
margin-bottom: 0;
|
|
307
307
|
}
|
|
308
308
|
@media (max-width: 768px) {
|
|
309
|
-
.runtime-page-container[data-v-
|
|
309
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-19 {
|
|
310
310
|
flex: 0 0 100%;
|
|
311
311
|
max-width: 100%;
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
|
-
.runtime-page-container[data-v-
|
|
314
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-19 > .el-form-item:only-child {
|
|
315
315
|
margin-bottom: 0;
|
|
316
316
|
}
|
|
317
|
-
.runtime-page-container[data-v-
|
|
317
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-20 {
|
|
318
318
|
flex: 0 0 calc(20 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
319
319
|
max-width: calc(20 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
320
320
|
}
|
|
321
321
|
@media (max-width: 768px) {
|
|
322
|
-
.runtime-page-container[data-v-
|
|
322
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-20 {
|
|
323
323
|
flex: 0 0 100%;
|
|
324
324
|
max-width: 100%;
|
|
325
325
|
}
|
|
326
326
|
}
|
|
327
|
-
.runtime-page-container[data-v-
|
|
327
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-20 > .el-form-item:only-child {
|
|
328
328
|
margin-bottom: 0;
|
|
329
329
|
}
|
|
330
330
|
@media (max-width: 768px) {
|
|
331
|
-
.runtime-page-container[data-v-
|
|
331
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-21 {
|
|
332
332
|
flex: 0 0 100%;
|
|
333
333
|
max-width: 100%;
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
|
-
.runtime-page-container[data-v-
|
|
336
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-21 > .el-form-item:only-child {
|
|
337
337
|
margin-bottom: 0;
|
|
338
338
|
}
|
|
339
|
-
.runtime-page-container[data-v-
|
|
339
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-22 {
|
|
340
340
|
flex: 0 0 calc(22 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
341
341
|
max-width: calc(22 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
342
342
|
}
|
|
343
343
|
@media (max-width: 768px) {
|
|
344
|
-
.runtime-page-container[data-v-
|
|
344
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-22 {
|
|
345
345
|
flex: 0 0 100%;
|
|
346
346
|
max-width: 100%;
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
|
-
.runtime-page-container[data-v-
|
|
349
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-22 > .el-form-item:only-child {
|
|
350
350
|
margin-bottom: 0;
|
|
351
351
|
}
|
|
352
352
|
@media (max-width: 768px) {
|
|
353
|
-
.runtime-page-container[data-v-
|
|
353
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-23 {
|
|
354
354
|
flex: 0 0 100%;
|
|
355
355
|
max-width: 100%;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
.runtime-page-container[data-v-
|
|
358
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-23 > .el-form-item:only-child {
|
|
359
359
|
margin-bottom: 0;
|
|
360
360
|
}
|
|
361
361
|
@media (max-width: 768px) {
|
|
362
|
-
.runtime-page-container[data-v-
|
|
362
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-24 {
|
|
363
363
|
flex: 0 0 100%;
|
|
364
364
|
max-width: 100%;
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
|
-
.runtime-page-container[data-v-
|
|
367
|
+
.runtime-page-container[data-v-5ceba9a1] .el-col-24 > .el-form-item:only-child {
|
|
368
368
|
margin-bottom: 0;
|
|
369
369
|
}
|
|
370
|
-
.runtime-page-container[data-v-
|
|
370
|
+
.runtime-page-container[data-v-5ceba9a1] .el-input-group > .el-input-group__append > .el-button + .el-button {
|
|
371
371
|
margin-left: 12px;
|
|
372
372
|
}
|
|
373
|
-
.runtime-page-container[data-v-
|
|
373
|
+
.runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view, .runtime-page-container[data-v-5ceba9a1] .el-container > .el-main, .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside {
|
|
374
374
|
display: flex;
|
|
375
375
|
flex-direction: row;
|
|
376
376
|
align-items: flex-start;
|
|
@@ -381,49 +381,49 @@
|
|
|
381
381
|
height: calc(100vh - var(--dec-page-main-padding, 15px) * 2);
|
|
382
382
|
overflow: auto;
|
|
383
383
|
}
|
|
384
|
-
.runtime-page-container[data-v-
|
|
384
|
+
.runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view[style*="padding: 10px"], .runtime-page-container[data-v-5ceba9a1] .el-container > [style*="padding: 10px"].el-main, .runtime-page-container[data-v-5ceba9a1] .el-container > [style*="padding: 10px"].el-aside {
|
|
385
385
|
padding: 0 !important;
|
|
386
386
|
}
|
|
387
|
-
.runtime-page-container[data-v-
|
|
387
|
+
.runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view .el-form, .runtime-page-container[data-v-5ceba9a1] .el-container > .el-main .el-form, .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside .el-form {
|
|
388
388
|
width: 100%;
|
|
389
389
|
display: flex;
|
|
390
390
|
flex-wrap: wrap;
|
|
391
391
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
392
392
|
}
|
|
393
|
-
.runtime-page-container[data-v-
|
|
393
|
+
.runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view .el-form > div, .runtime-page-container[data-v-5ceba9a1] .el-container > .el-main .el-form > div, .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside .el-form > div {
|
|
394
394
|
width: 100%;
|
|
395
395
|
}
|
|
396
|
-
.runtime-page-container[data-v-
|
|
396
|
+
.runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-main .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside .el-form > div[style*="display: inline-block"] {
|
|
397
397
|
width: auto;
|
|
398
398
|
}
|
|
399
|
-
.runtime-page-container[data-v-
|
|
399
|
+
.runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view > div, .runtime-page-container[data-v-5ceba9a1] .el-container > .el-main > div, .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside > div {
|
|
400
400
|
width: 100%;
|
|
401
401
|
}
|
|
402
|
-
.runtime-page-container[data-v-
|
|
402
|
+
.runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view > div[style*="display: inline-block"], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-main > div[style*="display: inline-block"], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside > div[style*="display: inline-block"] {
|
|
403
403
|
width: auto;
|
|
404
404
|
}
|
|
405
|
-
.runtime-page-container[data-v-
|
|
405
|
+
.runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view > div[class*=el-col-], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-main > div[class*=el-col-], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside > div[class*=el-col-], .runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view > div[style="flex:"], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-main > div[style="flex:"], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside > div[style="flex:"] {
|
|
406
406
|
flex: none !important;
|
|
407
407
|
}
|
|
408
|
-
.runtime-page-container[data-v-
|
|
408
|
+
.runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view > [style*="display: inline-block"], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-main > [style*="display: inline-block"], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside > [style*="display: inline-block"] {
|
|
409
409
|
width: auto;
|
|
410
410
|
}
|
|
411
|
-
.runtime-page-container[data-v-
|
|
411
|
+
.runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view > .el-row[class*=el-col-], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-main > .el-row[class*=el-col-], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside > .el-row[class*=el-col-] {
|
|
412
412
|
flex: none;
|
|
413
413
|
}
|
|
414
|
-
.runtime-page-container[data-v-
|
|
414
|
+
.runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view .el-row, .runtime-page-container[data-v-5ceba9a1] .el-container > .el-main .el-row, .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside .el-row {
|
|
415
415
|
gap: var(--layout-form-flex-gap, 15px);
|
|
416
416
|
}
|
|
417
|
-
.runtime-page-container[data-v-
|
|
417
|
+
.runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view .el-row > div, .runtime-page-container[data-v-5ceba9a1] .el-container > .el-main .el-row > div, .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside .el-row > div {
|
|
418
418
|
width: 100%;
|
|
419
419
|
}
|
|
420
|
-
.runtime-page-container[data-v-
|
|
420
|
+
.runtime-page-container[data-v-5ceba9a1] .runtime-page-container-view .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-main .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside .el-row > div[style*="display: inline-block"] {
|
|
421
421
|
width: auto;
|
|
422
422
|
}
|
|
423
|
-
.runtime-page-container[data-v-
|
|
423
|
+
.runtime-page-container[data-v-5ceba9a1] .el-container {
|
|
424
424
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
425
425
|
}
|
|
426
|
-
.runtime-page-container[data-v-
|
|
426
|
+
.runtime-page-container[data-v-5ceba9a1] .el-container > .el-main, .runtime-page-container[data-v-5ceba9a1] .el-container > .el-aside {
|
|
427
427
|
padding: 0;
|
|
428
428
|
}.yx-affix[data-v-a994b02d]:empty {
|
|
429
429
|
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.32",
|
|
4
4
|
"description": "AgileBuilder super page runtime",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
50
50
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
51
51
|
"@vue/test-utils": "^2.4.4",
|
|
52
|
-
"agilebuilder-ui": "1.1.
|
|
52
|
+
"agilebuilder-ui": "1.1.84",
|
|
53
53
|
"axios": "^1.6.8",
|
|
54
54
|
"cypress": "^13.6.6",
|
|
55
55
|
"element-plus": "^2.6.1",
|