super-page-runtime 2.3.5-rc1 → 2.3.5-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/utils/api/page-expose-util.js +50 -50
- package/dist/es/components/runtime/utils/events/event-util.js +3 -3
- package/dist/es/components/runtime/utils/events/print-label.js +25 -26
- package/dist/es/components/runtime/utils/events/standard-event.js +18 -18
- package/dist/es/components/runtime/utils/events/validator-util.js +1 -1
- package/dist/es/components/runtime/utils/page-init-util.js +24 -25
- package/dist/es/components/runtime/utils/page-store.js +10 -10
- package/dist/es/components/runtime/utils/table-utils.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +6 -10
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +6 -8
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +17 -17
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +7 -12
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +128 -129
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +9 -11
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +0 -2
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +10 -12
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +9 -10
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +43 -52
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +15 -15
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +4 -4
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +32 -32
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +45 -46
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +3 -5
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +60 -51
- package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +0 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +11 -12
- package/package.json +2 -2
package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js
CHANGED
|
@@ -52,7 +52,7 @@ const P = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure:
|
|
|
52
52
|
}, M = l(null), Q = l(null);
|
|
53
53
|
return o(() => {
|
|
54
54
|
x.$on(q.value + "-pickFileDone", (e3) => {
|
|
55
|
-
|
|
55
|
+
$.value.pickFileDone(e3);
|
|
56
56
|
}), a(() => {
|
|
57
57
|
const e3 = h(D, O), l2 = { showName: h(D, S), serverPath: e3 };
|
|
58
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 });
|
package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js
CHANGED
|
@@ -1,79 +1,78 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, computed as
|
|
1
|
+
import { defineComponent as e, ref as t, computed as l, onMounted as n, nextTick as o, onUnmounted as a, watch as u, resolveComponent as i, createBlock as r, openBlock as p, normalizeStyle as s, normalizeClass as c, unref as v, withCtx as f, createVNode as y, createCommentVNode as g, createSlots as m, createTextVNode as d, toDisplayString as x, createElementBlock as C, Fragment as I } from "vue";
|
|
2
2
|
import { SuperIcon as T } from "agilebuilder-ui";
|
|
3
3
|
import { getFormModelFields as k } from "../../../../utils/page-init-util.js";
|
|
4
4
|
import { getModelFieldFromPageContext as w, isNumberDataType as V, setVariableValue as h, getVariableValue as b } from "../../../../utils/page-helper-util.js";
|
|
5
5
|
import { handleFormEvent as _, handleAfterInitEvent as S, doSuffixOrPrefixClickEvent as j } from "../../../../utils/events/event-util.js";
|
|
6
|
-
import { formatScanRuleSets as
|
|
7
|
-
import
|
|
8
|
-
import { isMobileBrowser as
|
|
9
|
-
import
|
|
10
|
-
import { $t as
|
|
11
|
-
const
|
|
6
|
+
import { formatScanRuleSets as R, analysisScanValue as O, setScanAnalysisValue as D } from "../../../../utils/form/scan-util.js";
|
|
7
|
+
import M from "../common/title-suffix-element.vue.js";
|
|
8
|
+
import { isMobileBrowser as N } from "agilebuilder-ui/src/utils/common-util";
|
|
9
|
+
import P from "../../../../utils/eventBus.js";
|
|
10
|
+
import { $t as q } from "../../../../utils/i18n-util.js";
|
|
11
|
+
const z = e({ __name: "inputtext-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: z2 }) {
|
|
12
12
|
var _a, _b, _c;
|
|
13
|
-
const
|
|
14
|
-
let F = k(
|
|
15
|
-
if (
|
|
16
|
-
const e3 = w(F,
|
|
13
|
+
const J = e2, L = J.pageContext.entity ? J.pageContext.entity : {}, B = t("text");
|
|
14
|
+
let F = k(J.pageContext, J.configure);
|
|
15
|
+
if (J.pageContext.modelFieldsMap) {
|
|
16
|
+
const e3 = w(F, J.pageContext);
|
|
17
17
|
e3 && (B.value = V(e3.dataType) ? "number" : "text");
|
|
18
18
|
}
|
|
19
|
-
const $ = t(
|
|
19
|
+
const $ = t(N()), A = J.pageContext.code, E = t(F && F.length > 0 ? A + "__" + F.join("__") : null), U = l({ get: () => b(L, F), set(e3) {
|
|
20
20
|
h(L, F, e3);
|
|
21
|
-
} }), W = t(null), G = t(null), H = t(null), K =
|
|
21
|
+
} }), W = t(null), G = t(null), H = t(null), K = J.configure.runtime ? J.configure.runtime : {}, Q = t(K.props ? K.props : {}), X = t(!!((_a = Q.value.scan) == null ? void 0 : _a.enable));
|
|
22
22
|
let Y = false;
|
|
23
23
|
const Z = window.localStorage.getItem("auth_source");
|
|
24
24
|
Z && "dingtalk" === Z && (Y = true);
|
|
25
25
|
let ee = "";
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
le = e3;
|
|
26
|
+
ee = navigator.userAgent.indexOf(" uni-app ") > 0 ? "app" : "browser";
|
|
27
|
+
const te = !(!$.value || !ee || "app" !== ee), le = t(!!((te || Y) && X.value || $.value && X.value && "https:" === window.location.protocol));
|
|
28
|
+
let ne = {};
|
|
29
|
+
((_b = Q.value.scan) == null ? void 0 : _b.enable) && ((_c = Q.value.scan.ruleList) == null ? void 0 : _c.length) > 0 && (R(Q.value.scan.ruleList).then((e3) => {
|
|
30
|
+
ne = e3;
|
|
32
31
|
}), u(() => U.value, (e3) => {
|
|
33
32
|
e3 = e3.trim();
|
|
34
|
-
const t2 =
|
|
35
|
-
t2 &&
|
|
33
|
+
const t2 = O(e3, ne);
|
|
34
|
+
t2 && D(J.pageContext, t2.scanSet, t2.params);
|
|
36
35
|
}));
|
|
37
|
-
const
|
|
38
|
-
function
|
|
36
|
+
const oe = K.style, ae = K.class, ue = K.headerStyle, ie = K.titleExceedStyle;
|
|
37
|
+
function re(e3) {
|
|
39
38
|
return h(L, F, e3);
|
|
40
39
|
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}),
|
|
40
|
+
n(() => {
|
|
41
|
+
P.$on(E.value + "-scanDone", (e3) => {
|
|
42
|
+
re(e3.result), _(e3.result, J.pageContext, J.configure, "afterScanDone");
|
|
43
|
+
}), o(() => {
|
|
45
44
|
var _a2;
|
|
46
45
|
const e3 = U.value;
|
|
47
|
-
S(e3,
|
|
46
|
+
S(e3, J.pageContext, J.configure, { formItemRef: W.value, componentRef: G.value, titleRef: H.value, value: e3, entity: J.pageContext.entity.data, pageData: J.pageContext.entity.page }), le.value && ((_a2 = Q.value.scan) == null ? void 0 : _a2.autoOpen) && se();
|
|
48
47
|
});
|
|
49
48
|
}), a(() => {
|
|
50
|
-
|
|
49
|
+
P.$off(E.value + "-scanDone");
|
|
51
50
|
});
|
|
52
|
-
const
|
|
53
|
-
function
|
|
54
|
-
if (
|
|
55
|
-
const e3 = { type: "scan", componentId: E.value, systemCode:
|
|
56
|
-
Y && (e3.type = "dingTalkScan"), window.parent.parent ?
|
|
57
|
-
} else if ($.value) if ("https:" === window.location.protocol)
|
|
51
|
+
const pe = t(false);
|
|
52
|
+
function se() {
|
|
53
|
+
if (te || Y) {
|
|
54
|
+
const e3 = { type: "scan", componentId: E.value, systemCode: J.pageContext.systemCode };
|
|
55
|
+
Y && (e3.type = "dingTalkScan"), window.parent.parent ? window.parent.parent.postMessage(JSON.stringify(e3), "*") : window.parent && window.parent.postMessage(JSON.stringify(e3), "*");
|
|
56
|
+
} else if ($.value) if ("https:" === window.location.protocol) pe.value = true;
|
|
58
57
|
else {
|
|
59
|
-
const e3 = { type: "scan", componentId: E.value, systemCode:
|
|
58
|
+
const e3 = { type: "scan", componentId: E.value, systemCode: J.pageContext.systemCode };
|
|
60
59
|
window.parent.postMessage(JSON.stringify(e3), "*");
|
|
61
60
|
}
|
|
62
|
-
else
|
|
61
|
+
else pe.value = true;
|
|
63
62
|
}
|
|
64
|
-
function
|
|
65
|
-
|
|
63
|
+
function ce(e3) {
|
|
64
|
+
pe.value = false, re(e3);
|
|
66
65
|
}
|
|
67
|
-
return
|
|
66
|
+
return z2({ getValue: function() {
|
|
68
67
|
return b(L, F);
|
|
69
|
-
}, setValue:
|
|
70
|
-
const
|
|
71
|
-
return p(), r(
|
|
68
|
+
}, setValue: re, scanClick: se }), (e3, t2) => {
|
|
69
|
+
const l2 = i("el-input"), n2 = i("scan-code-input-browser"), o2 = i("el-form-item");
|
|
70
|
+
return p(), r(o2, { ref_key: "formItemRef", ref: W, required: !!Q.value.required, class: c(v(ae)), "label-width": Q.value.labelWidth, style: s(v(oe)) }, { label: f(() => [Q.value.tittleShow ? (p(), C("div", { key: 0, ref_key: "titleRef", ref: H, style: s({ ...v(ue), ...v(ie) }) }, [Q.value.prefixType ? (p(), r(M, { key: 0, pageContext: e3.pageContext, property: Q.value }, null, 8, ["pageContext", "property"])) : (p(), C(I, { key: 1 }, [d(x(v(q)(Q.value.title)), 1)], 64))], 4)) : g("", true)]), default: f(() => [y(l2, { ref_key: "componentRef", ref: G, disabled: "disabled" === Q.value.state, readonly: "readonly" === Q.value.state, size: Q.value.size, clearable: Q.value.clearable, placeholder: Q.value.placeholder, maxlength: Q.value.maxLength, "show-word-limit": Q.value.showInputNum, type: B.value, modelValue: U.value, "onUpdate:modelValue": t2[5] || (t2[5] = (e4) => U.value = e4), onInput: t2[6] || (t2[6] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "input")), onChange: t2[7] || (t2[7] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "change")), onBlur: t2[8] || (t2[8] = (e4) => function(e5) {
|
|
72
71
|
let t3 = b(L, F);
|
|
73
|
-
t3 = t3.trim(), h(L, F, t3), _(e5,
|
|
74
|
-
}(e4)), onFocus: t2[9] || (t2[9] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "focus")), onClick: t2[10] || (t2[10] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "click")), onClear: t2[11] || (t2[11] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "clear")) },
|
|
72
|
+
null != t3 && (t3 = t3.trim()), h(L, F, t3), _(e5, J.pageContext, J.configure, "blur");
|
|
73
|
+
}(e4)), onFocus: t2[9] || (t2[9] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "focus")), onClick: t2[10] || (t2[10] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "click")), onClear: t2[11] || (t2[11] = (t3) => v(_)(t3, e3.pageContext, e3.configure, "clear")) }, m({ _: 2 }, ["outer" != Q.value.iconPosition && (Q.value.preIconType && Q.value.preIconValue || Q.value.preText) ? { name: "prefix", fn: f(() => [Q.value.preIconType && Q.value.preIconValue ? (p(), r(v(T), { key: 0, style: { cursor: "pointer" }, iconType: Q.value.preIconType, iconValue: Q.value.preIconValue, onClick: t2[0] || (t2[0] = (t3) => v(j)(U.value, e3.pageContext, e3.configure, "prefixClick")) }, null, 8, ["iconType", "iconValue"])) : g("", true), d(" " + x(v(q)(Q.value.preText)), 1)]), key: "0" } : void 0, "outer" == Q.value.iconPosition && (Q.value.preIconType && Q.value.preIconValue || Q.value.preText) ? { name: "prepend", fn: f(() => [Q.value.preIconType && Q.value.preIconValue ? (p(), r(v(T), { key: 0, style: { cursor: "pointer" }, iconType: Q.value.preIconType, iconValue: Q.value.preIconValue, onClick: t2[1] || (t2[1] = (t3) => v(j)(U.value, e3.pageContext, e3.configure, "prefixClick")) }, null, 8, ["iconType", "iconValue"])) : g("", true), d(" " + x(v(q)(Q.value.preText)), 1)]), key: "1" } : void 0, "outer" != Q.value.iconPosition && (Q.value.sufIconType && Q.value.sufIconValue || Q.value.sufText) ? { name: "suffix", fn: f(() => [Q.value.sufIconType && Q.value.sufIconValue ? (p(), r(v(T), { key: 0, style: { cursor: "pointer" }, iconType: Q.value.sufIconType, iconValue: Q.value.sufIconValue, onClick: t2[2] || (t2[2] = (t3) => v(j)(U.value, e3.pageContext, e3.configure, "suffixClick")) }, null, 8, ["iconType", "iconValue"])) : g("", true), d(" " + x(v(q)(Q.value.sufText)), 1)]), key: "2" } : void 0, le.value || "outer" == Q.value.iconPosition && (Q.value.sufIconType && Q.value.sufIconValue || Q.value.sufText) ? { name: "append", fn: f(() => [le.value ? (p(), r(v(T), { key: 0, style: { cursor: "pointer" }, iconValue: "fa-barcode", onClick: t2[3] || (t2[3] = (e4) => se()) })) : g("", true), Q.value.sufIconType && Q.value.sufIconValue ? (p(), r(v(T), { key: 1, style: { cursor: "pointer" }, iconType: Q.value.sufIconType, iconValue: Q.value.sufIconValue, onClick: t2[4] || (t2[4] = (t3) => v(j)(U.value, e3.pageContext, e3.configure, "suffixClick")) }, null, 8, ["iconType", "iconValue"])) : g("", true), d(" " + x(v(q)(Q.value.sufText)), 1)]), key: "3" } : void 0]), 1032, ["disabled", "readonly", "size", "clearable", "placeholder", "maxlength", "show-word-limit", "type", "modelValue"]), pe.value ? (p(), r(n2, { key: 0, onClose: ce })) : g("", true)]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
75
74
|
};
|
|
76
75
|
} });
|
|
77
76
|
export {
|
|
78
|
-
|
|
77
|
+
z as default
|
|
79
78
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, computed as l, onMounted as u, nextTick as a, resolveComponent as n, createElementBlock as i, createBlock as o, openBlock as
|
|
1
|
+
import { defineComponent as e, ref as t, computed as l, onMounted as u, nextTick as a, resolveComponent as n, createElementBlock as i, createBlock as o, openBlock as p, normalizeStyle as s, normalizeClass as r, unref as f, createElementVNode as c, toDisplayString as v, withCtx as y, createCommentVNode as g, createTextVNode as x } from "vue";
|
|
2
2
|
import { getFormModelFields as d } from "../../../../utils/page-init-util.js";
|
|
3
3
|
import { getVariableValue as m, formatValueByType as h } from "../../../../utils/page-helper-util.js";
|
|
4
4
|
import { SuperIcon as k } from "agilebuilder-ui";
|
|
@@ -7,9 +7,7 @@ import { $t as _ } from "../../../../utils/i18n-util.js";
|
|
|
7
7
|
const I = { style: { width: "100%", "text-align": "center", "font-weight": "700", "font-size": "24px", "margin-bottom": "20px" } }, b = { style: { overflow: "hidden", "white-space": "nowrap" } }, V = ["title"], j = e({ __name: "label-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: j2 }) {
|
|
8
8
|
const R = e2, S = R.pageContext.entity ? R.pageContext.entity : {};
|
|
9
9
|
let P = d(R.pageContext, R.configure);
|
|
10
|
-
const q = R.configure.runtime ? R.configure.runtime : {}, O = q.style, z = q.class, D = q.headerStyle, E = q.appendClass, F = q.appendStyle, W = q.titleExceedStyle, A = t(q.props ? q.props : {}), B = t(A.value.options ? A.value.options : []), G = A.value.formatType
|
|
11
|
-
A.value;
|
|
12
|
-
const H = l(() => {
|
|
10
|
+
const q = R.configure.runtime ? R.configure.runtime : {}, O = q.style, z = q.class, D = q.headerStyle, E = q.appendClass, F = q.appendStyle, W = q.titleExceedStyle, A = t(q.props ? q.props : {}), B = t(A.value.options ? A.value.options : []), G = A.value.formatType, H = l(() => {
|
|
13
11
|
let e3 = m(S, P);
|
|
14
12
|
if (G) if (A.value.hasOptions) {
|
|
15
13
|
let t2 = null;
|
|
@@ -29,7 +27,7 @@ const I = { style: { width: "100%", "text-align": "center", "font-weight": "700"
|
|
|
29
27
|
B.value = e3 || [];
|
|
30
28
|
} }), (e3, t2) => {
|
|
31
29
|
const l2 = n("el-form-item");
|
|
32
|
-
return A.value.whetherTittle ? (
|
|
30
|
+
return A.value.whetherTittle ? (p(), i("div", { key: 0, ref_key: "titleRef", ref: L, class: r(f(z)), style: s(f(O)) }, [c("div", I, v(A.value.title), 1)], 6)) : A.value.tittleShow ? (p(), o(l2, { key: 1, ref_key: "formItemRef", ref: J, required: !!A.value.required, class: r(f(z)), "label-width": A.value.labelWidth, style: s(f(O)) }, { label: y(() => [A.value.tittleShow ? (p(), i("div", { key: 0, ref_key: "titleRef", ref: L, style: s({ ...f(D), ...f(W) }) }, v(f(_)(A.value.title)), 5)) : g("", true)]), default: y(() => [c("div", { style: { display: "flex", width: "100%", "justify-content": "space-between" }, ref_key: "componentRef", ref: K, onClick: t2[0] || (t2[0] = (t3) => f(C)(t3, e3.pageContext, e3.configure, "click")) }, [c("span", b, [A.value.preIconValue || A.value.preText ? (p(), i("span", { key: 0, class: r({ "el-input__suffix": "outer" != A.value.iconPosition, "el-input-group__append": "outer" == A.value.iconPosition }), style: s(f(F)) }, [A.value.preIconType && A.value.preIconValue ? (p(), o(f(k), { key: 0, iconType: A.value.preIconType, iconValue: A.value.preIconValue }, null, 8, ["iconType", "iconValue"])) : g("", true), x(" " + v(f(_)(A.value.preText)), 1)], 6)) : g("", true), x(" " + v(H.value), 1)]), A.value.sufIconValue || A.value.sufText ? (p(), i("span", { key: 0, class: r({ "el-input__suffix": "outer" != A.value.iconPosition, "el-input-group__append": "outer" == A.value.iconPosition }) }, [A.value.sufIconType && A.value.sufIconValue ? (p(), o(f(k), { key: 0, style: {}, iconType: A.value.sufIconType, iconValue: A.value.sufIconValue }, null, 8, ["iconType", "iconValue"])) : g("", true), c("span", null, " " + v(f(_)(A.value.sufText)), 1)], 2)) : g("", true)], 512)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : (p(), i("span", { key: 2, style: { display: "flex", "justify-content": "space-between" }, onClick: t2[1] || (t2[1] = (t3) => f(C)(t3, e3.pageContext, e3.configure, "click")) }, [c("span", { style: { overflow: "hidden", "white-space": "nowrap" }, title: H.value }, v(A.value.prefixIcon) + " " + v(H.value), 9, V), A.value.suffixTxt ? (p(), i("span", { key: 0, class: r(f(E)), style: s(f(F)) }, v(A.value.suffixTxt), 7)) : g("", true)]));
|
|
33
31
|
};
|
|
34
32
|
} });
|
|
35
33
|
export {
|
|
@@ -5,7 +5,6 @@ import { handleAfterInitEvent as k, handleEvent as x } from "../../../../utils/e
|
|
|
5
5
|
import { $t as C } from "../../../../utils/i18n-util.js";
|
|
6
6
|
const _ = e({ __name: "link-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
|
|
7
7
|
const _2 = e2, h = y(_2.pageContext, _2.configure), R = _2.configure.runtime ? _2.configure.runtime : {}, j = R.style, w = R.class, I = R.headerStyle, S = t(R.props ? R.props : {});
|
|
8
|
-
S.value;
|
|
9
8
|
let $ = S.value.formatting;
|
|
10
9
|
const D = _2.pageContext.entity ? _2.pageContext.entity : {}, V = l(() => {
|
|
11
10
|
let e3 = b(D, h);
|
|
@@ -1,86 +1,95 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, computed as l, watch as o, onUnmounted as a, onMounted as u, nextTick as
|
|
2
|
-
import { setVariableValue as
|
|
3
|
-
import { getFormModelFields as
|
|
4
|
-
import { handleFormEvent as
|
|
5
|
-
import
|
|
6
|
-
import { $t as
|
|
7
|
-
const
|
|
1
|
+
import { defineComponent as e, ref as t, computed as l, watch as o, onUnmounted as a, onMounted as u, nextTick as r, resolveComponent as i, createBlock as n, openBlock as s, normalizeStyle as p, normalizeClass as f, unref as c, withCtx as v, createVNode as g, createElementBlock as m, Fragment as d, renderList as h, createCommentVNode as y, createElementVNode as x, toDisplayString as b, createTextVNode as C } from "vue";
|
|
2
|
+
import { setVariableValue as S, getOptionDatasFromPage as k, queryOptionDatasources as w, autoSetAfterSelect as _, getVariableValue as T } from "../../../../utils/page-helper-util.js";
|
|
3
|
+
import { getFormModelFields as A } from "../../../../utils/page-init-util.js";
|
|
4
|
+
import { handleFormEvent as j, handleAfterInitEvent as V } from "../../../../utils/events/event-util.js";
|
|
5
|
+
import R from "../common/title-suffix-element.vue.js";
|
|
6
|
+
import { $t as z } from "../../../../utils/i18n-util.js";
|
|
7
|
+
const I = { style: { float: "left" } }, M = { style: { float: "right", color: "var(--el-text-color-secondary)", "font-size": "13px" } }, q = e({ __name: "select-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: q2 }) {
|
|
8
8
|
const O = e2, P = O.pageContext.entity ? O.pageContext.entity : {};
|
|
9
|
-
let D =
|
|
10
|
-
const W = O.configure.runtime ? O.configure.runtime : {}, E = W.style, F = W.class, U = W.headerStyle, $ = W.titleExceedStyle, B = t(W.props ? W.props : {})
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
J
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
9
|
+
let D = A(O.pageContext, O.configure);
|
|
10
|
+
const W = O.configure.runtime ? O.configure.runtime : {}, E = W.style, F = W.class, U = W.headerStyle, $ = W.titleExceedStyle, B = t(W.props ? W.props : {});
|
|
11
|
+
let G = [];
|
|
12
|
+
function H() {
|
|
13
|
+
let e3 = T(P, D);
|
|
14
|
+
return null != e3 && (e3 = String(e3)), B.value.multiple && (e3 = e3 ? String(e3).split(",") : []), e3;
|
|
15
|
+
}
|
|
16
|
+
const J = l({ get: () => H(), set(e3) {
|
|
17
|
+
const t2 = H();
|
|
18
|
+
G = Array.isArray(t2) ? [...t2] : t2;
|
|
19
|
+
let l2 = e3;
|
|
20
|
+
if (B.value.multiple) {
|
|
21
|
+
l2 = !!B.value.arrayValue ? Array.isArray(e3) ? e3 : e3 ? String(e3).split(",") : [] : Array.isArray(e3) ? e3.length > 0 ? e3.join(",") : "" : e3 ?? "";
|
|
22
|
+
}
|
|
23
|
+
S(P, D, l2);
|
|
24
|
+
} }), K = t(B.value.options ? B.value.options : []), L = k(O.pageContext, O.configure);
|
|
25
|
+
L.length > 0 && (K.value = L);
|
|
26
|
+
const N = t(false), Q = O.configure.props && O.configure.props.dataOrigin ? O.configure.props.dataOrigin : {}, X = Q.optionValueSetType;
|
|
27
|
+
let Y = [];
|
|
28
|
+
const Z = B.value.optionconfigInfo ? B.value.optionconfigInfo : {};
|
|
29
|
+
if ("dynamicData" == X || "dataTable" == X || "service" == X) {
|
|
30
|
+
if ("remote" == Q.filterType) {
|
|
22
31
|
let e3;
|
|
23
32
|
B.value.filterable = true, B.value.remote = true, B.value.remoteShowSuffix = true, B.value.remoteMethod = function(t2) {
|
|
24
|
-
e3 !== t2 && (e3 = t2,
|
|
25
|
-
|
|
33
|
+
e3 !== t2 && (e3 = t2, N.value = true, w(O.pageContext, Z, t2).then((e4) => {
|
|
34
|
+
N.value = false;
|
|
26
35
|
}).then((e4) => {
|
|
27
|
-
|
|
36
|
+
N.value = false;
|
|
28
37
|
}));
|
|
29
38
|
};
|
|
30
39
|
}
|
|
31
|
-
if (
|
|
40
|
+
if (Q.autoSets) for (let e3 of Q.autoSets) e3.source && Y.push(e3);
|
|
32
41
|
}
|
|
33
|
-
O.configure && O.configure.props && O.configure.props.base && O.configure.props.base.optionProp &&
|
|
42
|
+
O.configure && O.configure.props && O.configure.props.base && O.configure.props.base.optionProp && Y.push({ source: "label", target: O.configure.props.base.optionProp }), B.value.changeMethod = function(e3) {
|
|
34
43
|
let t2, l2 = null;
|
|
35
|
-
|
|
36
|
-
|
|
44
|
+
K.value && null != e3 && null != e3 && (l2 = K.value.filter((t3) => Array.isArray(e3) ? e3.includes(t3.value) : e3 === t3.value));
|
|
45
|
+
Y.length > 0 && _(O.configure, O.pageContext, Y, l2, [B.value.prop]);
|
|
37
46
|
l2 && l2.length > 0 && (t2 = l2[0]);
|
|
38
47
|
let o2 = {};
|
|
39
|
-
t2 && (o2 =
|
|
40
|
-
|
|
48
|
+
t2 && (o2.extendParams = t2);
|
|
49
|
+
o2.options = K.value, o2.oldValue = G, j(e3, O.pageContext, O.configure, "change", o2);
|
|
41
50
|
};
|
|
42
|
-
const
|
|
43
|
-
if (
|
|
51
|
+
const ee = B.value.monitorFields, te = [];
|
|
52
|
+
if (ee) {
|
|
44
53
|
const e3 = [];
|
|
45
|
-
for (let t2 of
|
|
54
|
+
for (let t2 of ee) if (t2.startsWith("${")) {
|
|
46
55
|
t2 = t2.substring(2, t2.length - 1);
|
|
47
56
|
const l2 = t2.split(".");
|
|
48
|
-
"page" !== l2[0] && "task" !== l2[0] && "data" !== l2[0] || (
|
|
57
|
+
"page" !== l2[0] && "task" !== l2[0] && "data" !== l2[0] || (te.push(l2), e3.includes(l2[0]) || e3.push(l2[0]));
|
|
49
58
|
}
|
|
50
59
|
for (let t2 of e3) o(P[t2], () => {
|
|
51
|
-
|
|
60
|
+
ue();
|
|
52
61
|
});
|
|
53
62
|
}
|
|
54
|
-
function
|
|
63
|
+
function le() {
|
|
55
64
|
let e3 = [];
|
|
56
|
-
for (let t2 of
|
|
65
|
+
for (let t2 of te) e3.push(T(P, t2));
|
|
57
66
|
return e3.join(",");
|
|
58
67
|
}
|
|
59
|
-
let
|
|
60
|
-
function
|
|
61
|
-
|
|
62
|
-
const e3 =
|
|
63
|
-
e3 !=
|
|
64
|
-
|
|
68
|
+
let oe = le(), ae = false;
|
|
69
|
+
function ue() {
|
|
70
|
+
ae && clearTimeout(ae), ae = setTimeout(function() {
|
|
71
|
+
const e3 = le();
|
|
72
|
+
e3 != oe && (oe = e3, Z.watchAttrValue = e3, w(O.pageContext, Z, void 0).then((e4) => {
|
|
73
|
+
N.value = false;
|
|
65
74
|
}));
|
|
66
75
|
}, 200);
|
|
67
76
|
}
|
|
68
77
|
a(() => {
|
|
69
|
-
|
|
78
|
+
ae && clearTimeout(ae);
|
|
70
79
|
});
|
|
71
|
-
const
|
|
80
|
+
const re = t(null), ie = t(null), ne = t(null);
|
|
72
81
|
return u(() => {
|
|
73
|
-
|
|
74
|
-
const e3 =
|
|
75
|
-
V(e3, O.pageContext, O.configure, { formItemRef:
|
|
82
|
+
r(() => {
|
|
83
|
+
const e3 = J.value;
|
|
84
|
+
V(e3, O.pageContext, O.configure, { formItemRef: re.value, componentRef: ie.value, titleRef: ne.value, value: e3, entity: O.pageContext.entity.data, pageData: O.pageContext.entity.page });
|
|
76
85
|
});
|
|
77
|
-
}),
|
|
78
|
-
|
|
86
|
+
}), q2({ updateOptions: function(e3) {
|
|
87
|
+
K.value = e3 || [];
|
|
79
88
|
} }), (e3, t2) => {
|
|
80
89
|
const l2 = i("el-option"), o2 = i("el-select"), a2 = i("el-form-item");
|
|
81
|
-
return s(),
|
|
90
|
+
return s(), n(a2, { ref_key: "formItemRef", ref: re, required: !!B.value.required, class: f(c(F)), "label-width": B.value.labelWidth, style: p(c(E)) }, { label: v(() => [B.value.tittleShow ? (s(), m("div", { key: 0, ref_key: "titleRef", ref: ne, style: p({ ...c(U), ...c($) }) }, [B.value.prefixType ? (s(), n(R, { key: 0, pageContext: e3.pageContext, property: B.value }, null, 8, ["pageContext", "property"])) : (s(), m(d, { key: 1 }, [C(b(c(z)(B.value.title)), 1)], 64))], 4)) : y("", true)]), default: v(() => [g(o2, { ref_key: "componentRef", ref: ie, style: { width: "100%" }, disabled: "disabled" === B.value.state, size: B.value.size, clearable: B.value.clearable, multiple: B.value.multiple, "collapse-tags": B.value.collapseTags, "collapse-tags-tooltip": B.value.collapseTagsTooltip, filterable: B.value.filterable, "allow-create": B.value.allowCreate, placeholder: B.value.placeholder, "remote-show-suffix": B.value.remoteShowSuffix, remote: B.value.remote, "remote-method": B.value.remoteMethod, loading: N.value, onChange: B.value.changeMethod, modelValue: J.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => J.value = e4) }, { default: v(() => [(s(true), m(d, null, h(K.value, (t3) => (s(), n(l2, { key: t3.value, label: t3.label, value: t3.value, onClick: (l3) => c(j)(t3.value, e3.pageContext, e3.configure, "click", { values: J.value }) }, { default: v(() => [t3._description_ ? (s(), m(d, { key: 0 }, [x("span", I, b(t3.label), 1), x("span", M, b(t3._description_), 1)], 64)) : y("", true)]), _: 2 }, 1032, ["label", "value", "onClick"]))), 128))]), _: 1 }, 8, ["disabled", "size", "clearable", "multiple", "collapse-tags", "collapse-tags-tooltip", "filterable", "allow-create", "placeholder", "remote-show-suffix", "remote", "remote-method", "loading", "onChange", "modelValue"])]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
82
91
|
};
|
|
83
92
|
} });
|
|
84
93
|
export {
|
|
85
|
-
|
|
94
|
+
q as default
|
|
86
95
|
};
|
|
@@ -7,12 +7,12 @@ import { initPageEvents as f } from "../utils/events/event-util.js";
|
|
|
7
7
|
import { setHomeChartInitConfigValue as v } from "../utils/charts/chart-util.js";
|
|
8
8
|
import { useI18n as C } from "vue-i18n";
|
|
9
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),
|
|
10
|
+
const { t: b2 } = C(), I = e2, U = t(true), w = t(false), H = t(null);
|
|
11
11
|
let x, A = t(null);
|
|
12
12
|
return I.chartUuid && c.get(window.$vueApp.config.globalProperties.baseAPI + "/component/home-chart-layout/" + I.chartUuid).then((e3) => {
|
|
13
13
|
var _a, _b;
|
|
14
14
|
if (e3 && e3.designJson) {
|
|
15
|
-
|
|
15
|
+
H.value = {};
|
|
16
16
|
const t2 = JSON.parse(e3.designJson);
|
|
17
17
|
let a2 = window.localStorage.getItem("HOME_MY_CHARTS_ALIAS");
|
|
18
18
|
if (a2) {
|
|
@@ -20,26 +20,26 @@ const y = { "element-loading-text": "加载中..." }, S = { key: 1 }, b = e({ na
|
|
|
20
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] });
|
|
21
21
|
}
|
|
22
22
|
const i2 = window.frameElement;
|
|
23
|
-
|
|
23
|
+
H.value = t2.chartJson, H.value.homeChartSettingUserId = I.homeChartSettingUserId, i2 && (H.value.runtime.common.style.pc_style.height = i2.clientHeight + "px");
|
|
24
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 } };
|
|
25
|
-
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) {
|
|
26
26
|
const e4 = n2.entity.page;
|
|
27
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);
|
|
28
28
|
}
|
|
29
|
-
t2.initOptionConfigs && t2.initOptionConfigs.length > 0 && d(n2, t2.initOptionConfigs, void 0), v(
|
|
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(() => {
|
|
30
30
|
!function(e4, t3) {
|
|
31
31
|
if (!t3 || 0 == t3.length) return;
|
|
32
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
33
|
}(A.value, [t2.initChartServiceConfigs]);
|
|
34
34
|
}, 200);
|
|
35
|
-
} else
|
|
35
|
+
} else w.value = true, U.value = false;
|
|
36
36
|
}).finally(() => {
|
|
37
37
|
U.value = false;
|
|
38
38
|
}), a(() => {
|
|
39
39
|
x && clearTimeout(x);
|
|
40
40
|
}), (e3, t2) => {
|
|
41
41
|
const a2 = i("loading");
|
|
42
|
-
return n((o(), r("div", y, [!U.value &&
|
|
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]]);
|
|
43
43
|
};
|
|
44
44
|
} });
|
|
45
45
|
export {
|
|
@@ -10,7 +10,6 @@ const s = ["src"], d = { key: 1, class: "amb-super-page-runtime-dialog-iframe",
|
|
|
10
10
|
const e4 = JSON.parse(JSON.stringify(p.parentPageEventParams));
|
|
11
11
|
e4.pageContext && delete e4.pageContext, e4.configureObj && delete e4.configureObj, Object.assign(b.value, e4);
|
|
12
12
|
} catch (e4) {
|
|
13
|
-
console.error(e4);
|
|
14
13
|
}
|
|
15
14
|
null !== w.value && void 0 !== w.value || (w.value = p.parentPageEventParams.id);
|
|
16
15
|
}
|
|
@@ -2,7 +2,7 @@ import { defineComponent as e, ref as l, onMounted as a, onUpdated as t, nextTic
|
|
|
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
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
|
|
5
|
+
import { addComponentRef as D, removePageAllRef as S, initComponentRefState as N } from "../utils/global-refs.js";
|
|
6
6
|
import { removeCustomFuncFromWindow as q, handleEvent as w, initPageEvents as O, getCustomFunc as R } from "../utils/events/event-util.js";
|
|
7
7
|
import T from "./assemblys/common/export-form-report-dialog.vue.js";
|
|
8
8
|
import _ from "./assemblys/common/task-informition-dialog.vue.js";
|
|
@@ -25,7 +25,7 @@ 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(""), Pe = l({}), ke = l(null), $e = l(null), xe = l(false),
|
|
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;
|
|
@@ -41,7 +41,7 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
41
41
|
a3 && a3.length > 0 && h(e4, a3, void 0);
|
|
42
42
|
}(We.value, e3.initOptionConfigs);
|
|
43
43
|
}, 0), Ke = setTimeout(() => {
|
|
44
|
-
|
|
44
|
+
!function(e4, l3) {
|
|
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);
|
|
@@ -58,9 +58,9 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
58
58
|
}), M.$on(we.value + "assign-task", (e4) => {
|
|
59
59
|
$e.value = e4, Ne.value = true, qe.value = false;
|
|
60
60
|
}), M.$on(we.value + "copy-task", (e4) => {
|
|
61
|
-
$e.value = e4, De.value = true, qe.value = true;
|
|
62
|
-
}), M.$on(we.value + "add-signer", (e4) => {
|
|
63
61
|
$e.value = e4, Se.value = true, qe.value = true;
|
|
62
|
+
}), M.$on(we.value + "add-signer", (e4) => {
|
|
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;
|
|
@@ -85,7 +85,6 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
85
85
|
if (a5 && a5.jumpPageUrl) {
|
|
86
86
|
false !== a5.isNewPage && true !== a5.isNewPage && (a5.isNewPage = true);
|
|
87
87
|
const e6 = Q(We), u3 = !!((_a2 = Be.value.props.linkPage) == null ? void 0 : _a2.isNeedId);
|
|
88
|
-
Be.value;
|
|
89
88
|
let n2 = u3 && l4 ? l4.id : null, o2 = u3 && l4 ? l4.ids : null, i2 = l4 ? l4.selections : [], s2 = l4 ? l4.row : null;
|
|
90
89
|
if (!s2) if (s2 = {}, i2 && i2.length > 0) s2 = i2[0];
|
|
91
90
|
else {
|
|
@@ -118,7 +117,7 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
118
117
|
}).catch(() => {
|
|
119
118
|
t5(true);
|
|
120
119
|
});
|
|
121
|
-
} else X({ showClose: true, type: "error", message: ye("superPageRuntimeMessage.popMsg") }),
|
|
120
|
+
} else X({ showClose: true, type: "error", message: ye("superPageRuntimeMessage.popMsg") }), t5(false);
|
|
122
121
|
else t5(true);
|
|
123
122
|
});
|
|
124
123
|
})(n2, u2).then((l4) => {
|
|
@@ -130,7 +129,7 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
130
129
|
}(e7);
|
|
131
130
|
});
|
|
132
131
|
}
|
|
133
|
-
}
|
|
132
|
+
}
|
|
134
133
|
});
|
|
135
134
|
}), M.$on(we.value + "save-chart-condition", (e4) => {
|
|
136
135
|
Xe.value = true;
|
|
@@ -178,14 +177,14 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
178
177
|
});
|
|
179
178
|
}), t(() => {
|
|
180
179
|
u(() => {
|
|
181
|
-
We.value && Ce.value &&
|
|
180
|
+
We.value && Ce.value && D(We.value, "-1", Ce);
|
|
182
181
|
});
|
|
183
182
|
}), n(() => {
|
|
184
|
-
|
|
183
|
+
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
184
|
});
|
|
186
185
|
const nl = l(null);
|
|
187
186
|
function ol(e3) {
|
|
188
|
-
true ===
|
|
187
|
+
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
188
|
}
|
|
190
189
|
function il(e3) {
|
|
191
190
|
Re.value = [], Oe.value = false, G($e.value, e3);
|
|
@@ -245,7 +244,7 @@ const ge = { class: "app-container runtime-page-container" }, ce = e({ __name: "
|
|
|
245
244
|
const e5 = nl.value.files[0];
|
|
246
245
|
e5 ? (nl.value.value = null, J($e.value, e5)) : X({ showClose: true, type: "warning", message: ye("superPageRuntimeMessage.noFileSelected") });
|
|
247
246
|
}
|
|
248
|
-
}()) }, null, 544),
|
|
247
|
+
}()) }, null, 544), De.value || Se.value || Ne.value ? (i(), p(f(Z), { key: 1, width: "60%", multiple: qe.value, onClose: ol }, 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: il }, 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: sl }, 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) => vl()) }, 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: pl, onConfirm: ml }, null, 8, ["pageContext"])) : s("", true)], 6)) : s("", true)]));
|
|
249
248
|
} });
|
|
250
249
|
export {
|
|
251
250
|
ce as default
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-runtime",
|
|
3
|
-
"version": "2.3.5-
|
|
3
|
+
"version": "2.3.5-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.41-
|
|
51
|
+
"agilebuilder-ui": "1.1.41-sit1",
|
|
52
52
|
"axios": "^1.6.8",
|
|
53
53
|
"cypress": "^13.6.6",
|
|
54
54
|
"element-plus": "^2.6.1",
|