super-page-runtime 2.3.39 → 2.3.40-cdn1
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 +2 -2
- package/dist/es/components/runtime/utils/events/standard-event.d.ts +8 -1
- package/dist/es/components/runtime/utils/events/standard-event.js +449 -441
- package/dist/es/components/runtime/utils/page-helper-util.d.ts +7 -0
- package/dist/es/components/runtime/utils/page-helper-util.js +4 -0
- package/dist/es/components/runtime/utils/page-store.js +9 -9
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +7 -7
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +22 -15
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +37 -35
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +47 -45
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +87 -87
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +66 -64
- package/dist/es/style.css +102 -102
- package/package.json +2 -2
|
@@ -1,156 +1,156 @@
|
|
|
1
1
|
import { defineComponent as e, ref as l, computed as t, watch as o, onUnmounted as a, onMounted as i, nextTick as n, resolveComponent as r, createBlock as u, openBlock as s, normalizeStyle as p, normalizeClass as c, unref as f, createSlots as v, withCtx as g, createVNode as m, createElementVNode as d, withKeys as y, withModifiers as h, createCommentVNode as b, createElementBlock as x, Fragment as C, renderList as _, toDisplayString as w, createTextVNode as S } from "vue";
|
|
2
|
-
import { setVariableValue as k, getOptionDatasFromPage as A, queryOptionDatasources as T,
|
|
3
|
-
import { getFormModelFields as
|
|
4
|
-
import { handleFormEvent as
|
|
5
|
-
import
|
|
6
|
-
import { $t as
|
|
7
|
-
import { addRequiredClassUtil as
|
|
8
|
-
import { CopyDocument as
|
|
9
|
-
import
|
|
10
|
-
import { ElMessage as
|
|
11
|
-
import { useI18n as
|
|
12
|
-
const
|
|
13
|
-
const { t:
|
|
14
|
-
let
|
|
15
|
-
const
|
|
16
|
-
let
|
|
17
|
-
const
|
|
18
|
-
function
|
|
19
|
-
let e3 =
|
|
20
|
-
return null != e3 && (e3 = String(e3)),
|
|
2
|
+
import { setVariableValue as k, getOptionDatasFromPage as A, queryOptionDatasources as T, putToOptionSourceMap as j, autoSetAfterSelect as R, getVariableValue as P } from "../../../../utils/page-helper-util.js";
|
|
3
|
+
import { getFormModelFields as V } from "../../../../utils/page-init-util.js";
|
|
4
|
+
import { handleFormEvent as M, handleAfterInitEvent as D } from "../../../../utils/events/event-util.js";
|
|
5
|
+
import I from "../common/title-suffix-element.vue.js";
|
|
6
|
+
import { $t as q } from "../../../../utils/i18n-util.js";
|
|
7
|
+
import { addRequiredClassUtil as z } from "../../../../utils/common-util.js";
|
|
8
|
+
import { CopyDocument as E } from "@element-plus/icons-vue";
|
|
9
|
+
import O from "clipboard";
|
|
10
|
+
import { ElMessage as W } from "element-plus";
|
|
11
|
+
import { useI18n as B } from "vue-i18n";
|
|
12
|
+
const F = { style: { "padding-left": "5px" } }, G = { style: { width: "100%", display: "flex", "align-items": "center" } }, K = { key: 0, style: { display: "flex", "flex-direction": "column" } }, L = { style: { color: "var(--el-text-color-secondary)", "font-size": "13px" } }, U = { style: { float: "left" } }, $ = { style: { float: "right", color: "var(--el-text-color-secondary)" } }, H = "__amb_select_all__", J = e({ __name: "select-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: J2 }) {
|
|
13
|
+
const { t: N } = B(), Q = e2, X = l(null), Y = l(false), Z = Q.pageContext.entity ? Q.pageContext.entity : {};
|
|
14
|
+
let ee = V(Q.pageContext, Q.configure);
|
|
15
|
+
const le = Q.configure.runtime ? Q.configure.runtime : {}, te = le.style, oe = le.class, ae = le.headerStyle, ie = le.titleExceedStyle, ne = l(le.props ? le.props : {});
|
|
16
|
+
let re = l(ne.value.optionDescriptionPosition && "default" !== ne.value.optionDescriptionPosition), ue = [];
|
|
17
|
+
const se = "copyBtn_" + Q.configure.uuid + "_" + (/* @__PURE__ */ new Date()).getTime();
|
|
18
|
+
function pe() {
|
|
19
|
+
let e3 = P(Z, ee);
|
|
20
|
+
return null != e3 && (e3 = String(e3)), ne.value.multiple && (e3 = e3 ? String(e3).split(",") : []), e3;
|
|
21
21
|
}
|
|
22
|
-
const
|
|
23
|
-
const l2 =
|
|
24
|
-
|
|
22
|
+
const ce = t({ get: () => pe(), set(e3) {
|
|
23
|
+
const l2 = pe();
|
|
24
|
+
ue = Array.isArray(l2) ? [...l2] : l2;
|
|
25
25
|
let t2 = e3;
|
|
26
|
-
if (
|
|
27
|
-
const e4 = (
|
|
26
|
+
if (ne.value.multiple && false !== ne.value.showSelectAll && Array.isArray(e3) && e3.includes(H)) {
|
|
27
|
+
const e4 = (fe.value || []).map((e5) => String(e5.value)), o2 = Array.isArray(l2) ? l2.map((e5) => String(e5)) : [];
|
|
28
28
|
t2 = e4.length > 0 && e4.every((e5) => o2.includes(e5)) ? [] : e4;
|
|
29
29
|
}
|
|
30
|
-
if (
|
|
31
|
-
t2 = !!
|
|
30
|
+
if (ne.value.multiple) {
|
|
31
|
+
t2 = !!ne.value.arrayValue ? Array.isArray(t2) ? t2 : t2 ? String(t2).split(",") : [] : Array.isArray(t2) ? t2.length > 0 ? t2.join(",") : "" : t2 ?? "";
|
|
32
32
|
}
|
|
33
|
-
void 0 === t2 && (t2 = null), k(
|
|
34
|
-
} }),
|
|
35
|
-
|
|
36
|
-
const
|
|
37
|
-
let
|
|
38
|
-
const
|
|
39
|
-
if ("dynamicData" ==
|
|
40
|
-
if ("remote" ==
|
|
33
|
+
void 0 === t2 && (t2 = null), k(Z, ee, t2), null != t2 && (X.value = "");
|
|
34
|
+
} }), fe = l(ne.value.options ? ne.value.options : []), ve = A(Q.pageContext, Q.configure);
|
|
35
|
+
ve.length > 0 && (fe.value = ve);
|
|
36
|
+
const ge = l(false), me = Q.configure.props && Q.configure.props.dataOrigin ? Q.configure.props.dataOrigin : {}, de = me.optionValueSetType;
|
|
37
|
+
let ye = [];
|
|
38
|
+
const he = ne.value.optionconfigInfo ? ne.value.optionconfigInfo : {};
|
|
39
|
+
if ("dynamicData" == de || "dataTable" == de || "service" == de) {
|
|
40
|
+
if ("remote" == me.filterType) {
|
|
41
41
|
let e3;
|
|
42
|
-
|
|
43
|
-
e3 !== l2 && (e3 = l2,
|
|
44
|
-
|
|
42
|
+
ne.value.filterable = true, ne.value.remote = true, ne.value.remoteShowSuffix = true, ne.value.remoteMethod = function(l2) {
|
|
43
|
+
e3 !== l2 && (e3 = l2, ge.value = true, T(Q.pageContext, he, l2).then((e4) => {
|
|
44
|
+
ge.value = false;
|
|
45
45
|
}).then((e4) => {
|
|
46
|
-
|
|
46
|
+
ge.value = false;
|
|
47
47
|
}));
|
|
48
48
|
};
|
|
49
49
|
}
|
|
50
|
-
if (
|
|
51
|
-
}
|
|
52
|
-
|
|
50
|
+
if (me.autoSets) for (let e3 of me.autoSets) e3.source && ye.push(e3);
|
|
51
|
+
} else "static" == de && j(Q.pageContext, Q.configure.uuid, fe.value);
|
|
52
|
+
Q.configure && Q.configure.props && Q.configure.props.base && Q.configure.props.base.optionProp && ye.push({ source: "label", target: Q.configure.props.base.optionProp }), ne.value.changeMethod = function(e3) {
|
|
53
53
|
var _a;
|
|
54
54
|
let l2, t2 = null;
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
fe.value && null != e3 && null != e3 && (((_a = ne.value) == null ? void 0 : _a.multiple) && false !== ne.value.showSelectAll && Array.isArray(e3) && e3.includes(H) && (e3 = e3.filter((e4) => e4 !== H)), t2 = fe.value.filter((l3) => Array.isArray(e3) ? e3.includes(l3.value) : e3 === l3.value));
|
|
56
|
+
ye.length > 0 && R(Q.configure, Q.pageContext, ye, t2, [ne.value.prop]);
|
|
57
57
|
t2 && t2.length > 0 && (l2 = t2[0]);
|
|
58
58
|
let o2 = {};
|
|
59
59
|
l2 && (o2.extendParams = l2);
|
|
60
|
-
o2.options =
|
|
60
|
+
o2.options = fe.value, o2.oldValue = ue, M(e3, Q.pageContext, Q.configure, "change", o2);
|
|
61
61
|
};
|
|
62
|
-
const
|
|
63
|
-
if (
|
|
62
|
+
const be = ne.value.monitorFields, xe = [];
|
|
63
|
+
if (be) {
|
|
64
64
|
const e3 = [];
|
|
65
|
-
for (let l2 of
|
|
65
|
+
for (let l2 of be) if (l2.startsWith("${")) {
|
|
66
66
|
l2 = l2.substring(2, l2.length - 1);
|
|
67
67
|
const t2 = l2.split(".");
|
|
68
|
-
"page" !== t2[0] && "task" !== t2[0] && "data" !== t2[0] || (
|
|
68
|
+
"page" !== t2[0] && "task" !== t2[0] && "data" !== t2[0] || (xe.push(t2), e3.includes(t2[0]) || e3.push(t2[0]));
|
|
69
69
|
}
|
|
70
|
-
for (let l2 of e3) o(
|
|
71
|
-
|
|
70
|
+
for (let l2 of e3) o(Z[l2], () => {
|
|
71
|
+
we();
|
|
72
72
|
});
|
|
73
73
|
}
|
|
74
|
-
let
|
|
75
|
-
function
|
|
76
|
-
|
|
74
|
+
let Ce = "", _e = false;
|
|
75
|
+
function we() {
|
|
76
|
+
_e && clearTimeout(_e), _e = setTimeout(function() {
|
|
77
77
|
const e3 = function() {
|
|
78
78
|
let e4 = [];
|
|
79
|
-
for (let l2 of
|
|
79
|
+
for (let l2 of xe) e4.push(P(Z, l2));
|
|
80
80
|
return e4.join(",");
|
|
81
81
|
}();
|
|
82
|
-
e3 !=
|
|
83
|
-
|
|
82
|
+
e3 != Ce && (Ce = e3, he.watchAttrValue = e3, T(Q.pageContext, he, void 0).then((e4) => {
|
|
83
|
+
ge.value = false;
|
|
84
84
|
}));
|
|
85
85
|
}, 200);
|
|
86
86
|
}
|
|
87
87
|
a(() => {
|
|
88
|
-
|
|
88
|
+
_e && clearTimeout(_e);
|
|
89
89
|
});
|
|
90
|
-
let
|
|
91
|
-
const
|
|
92
|
-
function
|
|
93
|
-
const e3 =
|
|
90
|
+
let Se = false;
|
|
91
|
+
const ke = l(null), Ae = l(null), Te = l(null);
|
|
92
|
+
function je() {
|
|
93
|
+
const e3 = pe();
|
|
94
94
|
if (null != e3 && "" !== e3 && e3.length > 0) {
|
|
95
95
|
let l2 = "";
|
|
96
|
-
return "string" == typeof e3 ?
|
|
96
|
+
return "string" == typeof e3 ? fe.value.length > 0 ? fe.value.forEach((t2) => {
|
|
97
97
|
t2.value === e3 && (l2 = t2.label);
|
|
98
|
-
}) : l2 = e3 :
|
|
98
|
+
}) : l2 = e3 : fe.value.length > 0 ? (fe.value.forEach((t2) => {
|
|
99
99
|
e3.forEach((e4) => {
|
|
100
100
|
t2.value === e4 && (l2 = l2 + t2.label + ",");
|
|
101
101
|
});
|
|
102
102
|
}), l2 = l2.slice(0, l2.length - 1)) : l2 = e3.join(","), l2;
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
|
-
function
|
|
106
|
-
|
|
105
|
+
function Re(e3) {
|
|
106
|
+
Y.value = e3;
|
|
107
107
|
}
|
|
108
|
-
function
|
|
109
|
-
const e3 =
|
|
108
|
+
function Pe() {
|
|
109
|
+
const e3 = je();
|
|
110
110
|
e3 && navigator.clipboard && navigator.clipboard.writeText(e3).then(() => {
|
|
111
|
-
|
|
111
|
+
W({ showClose: true, type: "success", message: N("superPageRuntimeMessage.copySuccess") });
|
|
112
112
|
});
|
|
113
113
|
}
|
|
114
114
|
return i(() => {
|
|
115
|
-
const e3 = new
|
|
116
|
-
return
|
|
115
|
+
const e3 = new O("#" + se, { text: function() {
|
|
116
|
+
return je();
|
|
117
117
|
} });
|
|
118
118
|
e3.on("success", () => {
|
|
119
|
-
|
|
119
|
+
W({ showClose: true, type: "success", message: N("superPageRuntimeMessage.copySuccess") });
|
|
120
120
|
}), e3.on("error", (e4) => {
|
|
121
121
|
console.error("复制失败", e4);
|
|
122
122
|
}), n(() => {
|
|
123
|
-
const e4 =
|
|
124
|
-
|
|
123
|
+
const e4 = ce.value;
|
|
124
|
+
D(e4, Q.pageContext, Q.configure, { formItemRef: ke.value, componentRef: Ae.value, titleRef: Te.value, value: e4, entity: Q.pageContext.entity.data, pageData: Q.pageContext.entity.page });
|
|
125
125
|
});
|
|
126
|
-
}),
|
|
127
|
-
if (
|
|
128
|
-
const e4 =
|
|
129
|
-
if (null != e4 && "" !== e4 &&
|
|
126
|
+
}), J2({ updateOptions: function(e3) {
|
|
127
|
+
if (fe.value = e3 || [], !Se) {
|
|
128
|
+
const e4 = pe();
|
|
129
|
+
if (null != e4 && "" !== e4 && fe.value.length > 0) {
|
|
130
130
|
let l2 = false;
|
|
131
|
-
for (let t2 of
|
|
131
|
+
for (let t2 of fe.value) if (t2.value == e4) {
|
|
132
132
|
l2 = true;
|
|
133
133
|
break;
|
|
134
134
|
}
|
|
135
135
|
if (!l2) {
|
|
136
|
-
for (let l3 of
|
|
137
|
-
|
|
136
|
+
for (let l3 of fe.value) if (l3.label == e4) {
|
|
137
|
+
ce.value = l3.value;
|
|
138
138
|
break;
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
|
-
|
|
143
|
+
Se = true;
|
|
144
144
|
}, addRequiredClass: function() {
|
|
145
|
-
|
|
146
|
-
}, getSelectItemsTitle:
|
|
147
|
-
return
|
|
145
|
+
X.value = z();
|
|
146
|
+
}, getSelectItemsTitle: je, getOptions: function() {
|
|
147
|
+
return fe.value;
|
|
148
148
|
} }), (l2, t2) => {
|
|
149
149
|
const o2 = r("el-icon"), a2 = r("el-option"), i2 = r("el-select"), n2 = r("el-popover"), k2 = r("el-form-item");
|
|
150
|
-
return s(), u(k2, { ref_key: "formItemRef", ref:
|
|
151
|
-
}, ["stop"]), ["space"])), onChange:
|
|
150
|
+
return s(), u(k2, { ref_key: "formItemRef", ref: ke, required: !!ne.value.required, class: c(f(oe) + (X.value ? " " + X.value : "")), "label-width": ne.value.labelWidth, style: p(f(te)) }, v({ default: g(() => [m(n2, { placement: "right", trigger: "hover", width: 50, "popper-class": "custom-sel-copy-tooltip", "popper-options": { modifiers: [{ name: "flip", options: { fallbackPlacements: ["left", "top", "bottom"] } }] } }, { reference: g(() => [d("div", G, [m(i2, { ref_key: "componentRef", ref: Ae, style: { flex: "1", "min-width": "0" }, disabled: "disabled" === ne.value.state, size: ne.value.size, clearable: ne.value.clearable, multiple: ne.value.multiple, "collapse-tags": ne.value.collapseTags, "collapse-tags-tooltip": ne.value.collapseTagsTooltip, filterable: ne.value.filterable, "allow-create": ne.value.allowCreate, placeholder: ne.value.placeholder, "remote-show-suffix": ne.value.remoteShowSuffix, remote: ne.value.remote, "remote-method": ne.value.remoteMethod, loading: ge.value, onKeydown: t2[0] || (t2[0] = y(h(() => {
|
|
151
|
+
}, ["stop"]), ["space"])), onChange: ne.value.changeMethod, onClear: ne.value.changeMethod, onVisibleChange: Re, modelValue: ce.value, "onUpdate:modelValue": t2[1] || (t2[1] = (e3) => ce.value = e3) }, { prefix: g(() => [d("span", { class: "mobile-copy-trigger", onClick: h(Pe, ["stop"]) }, [m(o2, { style: { cursor: "copy" } }, { default: g(() => [m(f(E))]), _: 1 })])]), default: g(() => [ne.value.multiple && false !== ne.value.showSelectAll ? (s(), u(a2, { key: 0, label: f(N)("superGrid.selectAll"), value: H, disabled: !(fe.value && fe.value.length > 0) }, null, 8, ["label", "disabled"])) : b("", true), (s(true), x(C, null, _(fe.value, (l3) => (s(), u(a2, { key: l3.value, label: l3.label, value: l3.value, class: c({ "option-description-newLine": f(re) }), onClick: (t3) => f(M)(l3.value, e2.pageContext, e2.configure, "click", { values: ce.value }) }, { default: g(() => [l3._description_ ? (s(), x(C, { key: 0 }, [f(re) ? (s(), x("div", K, [d("span", null, w(l3.label), 1), d("span", L, w(l3._description_), 1)])) : (s(), x(C, { key: 1 }, [d("span", U, w(l3.label), 1), d("span", $, w(l3._description_), 1)], 64))], 64)) : b("", true)]), _: 2 }, 1032, ["label", "value", "class", "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", "onClear", "modelValue"])])]), default: g(() => [d("span", F, [m(o2, { id: se, style: { cursor: "copy" } }, { default: g(() => [m(f(E))]), _: 1 })])]), _: 1 })]), _: 2 }, [ne.value.tittleShow ? { name: "label", fn: g(() => [d("div", { ref_key: "titleRef", ref: Te, style: p({ ...f(ae), ...f(ie) }), class: "amb-form-item-label" }, [ne.value.prefixType ? (s(), u(I, { key: 0, pageContext: e2.pageContext, property: ne.value }, null, 8, ["pageContext", "property"])) : (s(), x(C, { key: 1 }, [S(w(f(q)(ne.value.title)), 1)], 64))], 4)]), key: "0" } : void 0]), 1032, ["required", "class", "label-width", "style"]);
|
|
152
152
|
};
|
|
153
153
|
} });
|
|
154
154
|
export {
|
|
155
|
-
|
|
155
|
+
J as default
|
|
156
156
|
};
|
package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./workflow-opinion-box.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const p = r(o, [["__scopeId", "data-v-
|
|
4
|
+
const p = r(o, [["__scopeId", "data-v-76875392"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { defineComponent as e, ref as a, getCurrentInstance as t, onMounted as l, onUpdated as o, nextTick as u, onUnmounted as n, resolveDirective as i, withDirectives as s, createElementBlock as r, openBlock as v, normalizeStyle as p, normalizeClass as m, unref as c, createCommentVNode as g, createVNode as f, createBlock as d, createElementVNode as y, Fragment as h, renderList as C, watch as P } from "vue";
|
|
2
2
|
import b from "./assemblys/object-render.vue.js";
|
|
3
|
-
import { updateOptionDatasources as
|
|
4
|
-
import { queryPageDesignWhenPreview as x, queryPageDesignByCode as $, convertToPageContext as S, packageAdditionalMapWithLocationSearch as w, packageAdditionalMapWithRoute as
|
|
5
|
-
import { addComponentRef as
|
|
6
|
-
import { removeCustomFuncFromWindow as
|
|
7
|
-
import
|
|
3
|
+
import { updateOptionDatasources as k, updateChartDatasources as j } from "../utils/page-helper-util.js";
|
|
4
|
+
import { queryPageDesignWhenPreview as x, queryPageDesignByCode as $, convertToPageContext as S, packageAdditionalMapWithLocationSearch as w, packageAdditionalMapWithRoute as N, packageAdditionalMapWithPageRequest as D } from "../utils/page-init-util.js";
|
|
5
|
+
import { addComponentRef as T, removePageAllRef as q, initComponentRefState as O } from "../utils/global-refs.js";
|
|
6
|
+
import { removeCustomFuncFromWindow as R, handleEvent as _, initPageEvents as M, getCustomFunc as F } from "../utils/events/event-util.js";
|
|
7
|
+
import I from "./assemblys/common/export-form-report-dialog.vue.js";
|
|
8
8
|
import A from "./assemblys/common/task-informition-dialog.vue.js";
|
|
9
9
|
import E from "./assemblys/common/remove-signer-dialog.vue.js";
|
|
10
10
|
import V from "./assemblys/common/remove-transactor-dialog.vue.js";
|
|
11
11
|
import W from "../utils/eventBus.js";
|
|
12
|
-
import { doFileTaskFunc as B, getTaskInformitions as
|
|
12
|
+
import { doFileTaskFunc as B, getTaskInformitions as U, getRemoveSigner as J, getRemoveTransactor as H, getFormData as L, exportFormReport as z, doImportFinally as Q, doAddSigner as G, doCreateCopyTask as K, doAssign as X, doAddTransactor as Y, doReturnTaskTo as Z, doRemoveSigners as ee, doRemoveTransactors as ae, updateValuesWhenCloseDialog as te, refreshFormOrListPage as le, saveChartConditionBase as oe, getAdditionalParamMap as ue } from "../utils/events/standard-event.js";
|
|
13
13
|
import "../utils/api/api-util.js";
|
|
14
14
|
import { ElMessage as ne } from "element-plus";
|
|
15
15
|
import { useI18n as ie } from "vue-i18n";
|
|
@@ -25,12 +25,12 @@ import { isMobileBrowser as he } from "agilebuilder-ui/src/utils/common-util";
|
|
|
25
25
|
import { usePageContextStore as Ce } from "../utils/page-store.js";
|
|
26
26
|
import Pe from "agilebuilder-ui/src/store";
|
|
27
27
|
import be from "./assemblys/common/save-chart-condition-dialog.vue.js";
|
|
28
|
-
import
|
|
29
|
-
import
|
|
28
|
+
import ke from "../utils/ai-chat-util.js";
|
|
29
|
+
import je from "./assemblys/page-bottom.vue.js";
|
|
30
30
|
import xe from "./assemblys/common/event-call-component.vue.js";
|
|
31
31
|
import { scrollIntoViewWithContainer as $e } from "../utils/anchor-util.js";
|
|
32
32
|
const Se = 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 }, isPreview: { type: Boolean, required: false } }, emits: ["open", "opened", "close", "closed"], setup(e2, { expose: Se2, emit: we }) {
|
|
33
|
-
const
|
|
33
|
+
const Ne = Ce(), { t: De } = ie(), Te = e2, qe = a(false), Oe = a(""), Re = { list: "list-page-container", form: "form-page-container" }, _e = a(null), Me = a([]), Fe = a(""), Ie = a({}), Ae = a(null), Ee = a(null), Ve = a(false), We = a(false), Be = a(false), Ue = a(false), Je = a(false), He = a(false), Le = a(null), ze = a(false), Qe = a([]), Ge = a([]), Ke = a([]), Xe = a(false), Ye = a(false), Ze = a(null), ea = a(false), aa = a(false), ta = a(null), la = a(null), oa = a(null), ua = a(null);
|
|
34
34
|
let na = a(null);
|
|
35
35
|
const ia = a(null), sa = a(null), ra = pe(), va = a(0), pa = he();
|
|
36
36
|
let ma, ca;
|
|
@@ -40,50 +40,50 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
|
|
|
40
40
|
const Ca = !(!pa || !ha || "app" !== ha), Pa = a(false);
|
|
41
41
|
function ba(e3) {
|
|
42
42
|
const a2 = S(e3);
|
|
43
|
-
return a2.isTest =
|
|
43
|
+
return a2.isTest = Te.isTest, a2.isTest && Te.dimensions && (a2.dimensions = Te.dimensions), Te.isDialog || (w(a2.entity.request), N(ra, a2.entity.request)), D(Te.pageRequest, a2.entity.request), a2;
|
|
44
44
|
}
|
|
45
|
-
function
|
|
45
|
+
function ka(e3) {
|
|
46
46
|
var _a2;
|
|
47
47
|
const a2 = ba(e3);
|
|
48
48
|
if (na.value = a2, null == na.value) return;
|
|
49
|
-
na.value.isDialog = true ===
|
|
49
|
+
na.value.isDialog = true === Te.isDialog, Oe.value = Re[na.value.pageType] ?? "", ma = setTimeout(() => {
|
|
50
50
|
!function(e4, a3) {
|
|
51
51
|
if (!a3 || 0 == a3.length) return;
|
|
52
52
|
const t3 = a3.filter((e5) => "remote" != e5.filterType);
|
|
53
|
-
t3 && t3.length > 0 &&
|
|
53
|
+
t3 && t3.length > 0 && k(e4, t3, void 0);
|
|
54
54
|
}(na.value, e3.initOptionConfigs);
|
|
55
55
|
}, 0), ca = setTimeout(() => {
|
|
56
56
|
e3.initChartServiceConfigs, function(e4, a3) {
|
|
57
57
|
if (!a3 || 0 == a3.length) return;
|
|
58
58
|
if (e4.initChartData = {}, e4.initChartData.data = de(e4.entity.data), e4.initChartData.page = de(e4.entity.page), a3 && a3.length > 0) {
|
|
59
59
|
const t3 = a3.filter((e5) => false !== e5.initializationQuery);
|
|
60
|
-
|
|
60
|
+
j(e4, t3, null, true);
|
|
61
61
|
}
|
|
62
62
|
}(na.value, e3.initChartServiceConfigs);
|
|
63
|
-
}, 200), na.value.initDataSources = [],
|
|
63
|
+
}, 200), na.value.initDataSources = [], O(na.value), Me.value = na.value.items ? na.value.items : [];
|
|
64
64
|
const t2 = na.value.runtime ? na.value.runtime : {};
|
|
65
|
-
|
|
65
|
+
Fe.value = t2.class, Ie.value = t2.style, M(e3, na.value), re(na.value.rules), _(null, na.value, e3, "beforeload");
|
|
66
66
|
const l2 = na.value.code;
|
|
67
|
-
return
|
|
67
|
+
return Ne.setPageContext(na.value), Le.value = l2 + "_", W.$on(Le.value + "export-form-report", (e4) => {
|
|
68
68
|
Ee.value = e4, ia.value = e4.configureObj, sa.value = e4.pageContext, da.value = false, Ve.value = true;
|
|
69
69
|
}), W.$on(Le.value + "export-pdf-report", (e4) => {
|
|
70
70
|
Ee.value = e4, ia.value = e4.configureObj, sa.value = e4.pageContext, da.value = true, Ve.value = true;
|
|
71
71
|
}), W.$on(Le.value + "import-file", (e4) => {
|
|
72
|
-
Ee.value = e4,
|
|
72
|
+
Ee.value = e4, Na.value.click();
|
|
73
73
|
}), W.$on(Le.value + "assign-task", (e4) => {
|
|
74
|
-
Ee.value = e4,
|
|
74
|
+
Ee.value = e4, Je.value = true, He.value = false;
|
|
75
75
|
}), W.$on(Le.value + "copy-task", (e4) => {
|
|
76
|
-
Ee.value = e4,
|
|
76
|
+
Ee.value = e4, Ue.value = true, He.value = true;
|
|
77
77
|
}), W.$on(Le.value + "add-signer", (e4) => {
|
|
78
78
|
Ee.value = e4, We.value = true, He.value = true;
|
|
79
79
|
}), W.$on(Le.value + "choose-return-node", (e4) => {
|
|
80
|
-
Ee.value = e4,
|
|
80
|
+
Ee.value = e4, U(e4).then((e5) => {
|
|
81
81
|
Qe.value = e5, ze.value = true;
|
|
82
82
|
}).catch((e5) => {
|
|
83
83
|
ze.value = false;
|
|
84
84
|
});
|
|
85
85
|
}), W.$on(Le.value + "remove-signer", (e4) => {
|
|
86
|
-
Ee.value = e4,
|
|
86
|
+
Ee.value = e4, J(e4).then((a3) => {
|
|
87
87
|
Ze.value = e4.pageContext.completeTaskParam.taskId, Ge.value = a3, Xe.value = true;
|
|
88
88
|
}).catch((e5) => {
|
|
89
89
|
Xe.value = false;
|
|
@@ -110,7 +110,7 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
|
|
|
110
110
|
const e6 = ue(na), o3 = !!((_a3 = oa.value.props.linkPage) == null ? void 0 : _a3.isNeedId);
|
|
111
111
|
oa.value;
|
|
112
112
|
let u2 = o3 && a4 ? a4.id : null, n2 = o3 && a4 ? a4.ids : null, i2 = a4 ? a4.selections : [], s2 = a4 ? a4.row : null;
|
|
113
|
-
if (!s2) if (s2 = {}, i2 && i2.length > 0) s2 = i2[0];
|
|
113
|
+
if (!s2) if (s2 = {}, i2 && i2.length > 0) s2 = i2.length > 1 ? i2 : i2[0];
|
|
114
114
|
else {
|
|
115
115
|
const e7 = la.value.entity.data, a5 = la.value.entity.page;
|
|
116
116
|
a5 && Object.assign(s2, a5), e7 && Object.assign(s2, e7);
|
|
@@ -141,7 +141,7 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
|
|
|
141
141
|
}).catch(() => {
|
|
142
142
|
l5(true);
|
|
143
143
|
});
|
|
144
|
-
} else ne({ showClose: true, type: "error", message:
|
|
144
|
+
} else ne({ showClose: true, type: "error", message: De("superPageRuntimeMessage.popMsg") }), console.error("弹框参数缺少customSystem参数,parentPageContext.value.systemCode={}", la.value.systemCode), l5(false);
|
|
145
145
|
else l5(true);
|
|
146
146
|
});
|
|
147
147
|
})(u2, o2).then((a4) => {
|
|
@@ -150,11 +150,11 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
|
|
|
150
150
|
const e7 = u2._path;
|
|
151
151
|
location.href = e7;
|
|
152
152
|
} else u2._isIframe = true, "refresh" === o2 && (u2.dialogType = "drawer", u2.jumpPageWidth = "100%"), ta.value = u2, aa.value = true;
|
|
153
|
-
else u2._isIframe = false, "popup" === o2 ? (ta.value = u2, aa.value = true) : "refresh" === o2 &&
|
|
153
|
+
else u2._isIframe = false, "popup" === o2 ? (ta.value = u2, aa.value = true) : "refresh" === o2 && Ra.push({ path: "/dsc/page", query: u2 });
|
|
154
154
|
}), W.$on(Le.value + "close-dialog", (e7) => {
|
|
155
155
|
!function(e8) {
|
|
156
156
|
const a4 = e8.jumpMode;
|
|
157
|
-
a4 && "popup" === a4 ?
|
|
157
|
+
a4 && "popup" === a4 ? _a(e8) : (pa && W.$off(Le.value + "close-dialog"), Ra.go(-1));
|
|
158
158
|
}(e7);
|
|
159
159
|
});
|
|
160
160
|
}
|
|
@@ -164,21 +164,23 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
|
|
|
164
164
|
ga.value = true;
|
|
165
165
|
}), W.$on("pageLoaded", () => {
|
|
166
166
|
const e4 = { runtime: { events: na.value.events }, systemCode: "", systemVersion: 0, code: "", version: 0, workflowCode: "", workflowVersion: 0, name: "", uuid: "", label: "" };
|
|
167
|
-
|
|
167
|
+
na.value.canClick = true, qe.value = false, _(null, na.value, e4, "load"), $e(Ne.getAutoAnchorComponentConditions(), na.value);
|
|
168
168
|
}), W.$on(Le.value + "event-call-component", (e4) => {
|
|
169
169
|
var _a3;
|
|
170
170
|
(_a3 = ya.value) == null ? void 0 : _a3.renderComponent(e4.componentName, e4.componentProps);
|
|
171
171
|
}), P(() => na.value.isRefresh, (e4) => {
|
|
172
|
-
e4 && (
|
|
173
|
-
|
|
172
|
+
e4 && (qe.value = true, na.value.canClick = false, na.value.clickUuid = null, setTimeout(() => {
|
|
173
|
+
qe.value = false, na.value.canClick = true;
|
|
174
|
+
}, 3e3), va.value++, na.value.isRefresh = false);
|
|
175
|
+
}), L(na.value, null, (_a2 = Te.pageRequest) == null ? void 0 : _a2.isNeedId);
|
|
174
176
|
}
|
|
175
|
-
const
|
|
177
|
+
const ja = t();
|
|
176
178
|
function xa() {
|
|
177
179
|
u(() => {
|
|
178
180
|
var _a2, _b;
|
|
179
|
-
const e3 =
|
|
181
|
+
const e3 = _e.value.parentNode ? _e.value.parentNode : _e.value;
|
|
180
182
|
if (na.value && (na.value.pageRuntimeStyle || (na.value.pageRuntimeStyle = {}), !pa)) {
|
|
181
|
-
let a2 =
|
|
183
|
+
let a2 = Te.contentHeight;
|
|
182
184
|
Number(a2) && (a2 += "px");
|
|
183
185
|
const t2 = a2 ?? ((_b = (_a2 = e3 == null ? void 0 : e3.getBoundingClientRect) == null ? void 0 : _a2.call(e3)) == null ? void 0 : _b.height) ?? 0;
|
|
184
186
|
t2 && (na.value.pageRuntimeStyle.height = t2);
|
|
@@ -197,52 +199,52 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
|
|
|
197
199
|
}
|
|
198
200
|
l(() => {
|
|
199
201
|
!function() {
|
|
200
|
-
if (
|
|
201
|
-
|
|
202
|
-
let e3 =
|
|
202
|
+
if (Ne.resetComponentCounters(), Ne.resetAutoAnchorComponentConditions(), Te.isPreview && Te.pageDesign) {
|
|
203
|
+
qe.value = true;
|
|
204
|
+
let e3 = Te.pageDesign;
|
|
203
205
|
const a2 = ba(e3);
|
|
204
206
|
x(e3, a2).then((a3) => {
|
|
205
|
-
e3.contextParam = a3.contextParam, e3.branchFieldAuth = a3.branchFieldAuth, e3.systemParam = a3.systemParam, e3.isWorkflowEntity = a3.isWorkflowEntity, e3.dataTypeMaps = a3.dataTypeMaps, Ae.value = e3,
|
|
207
|
+
e3.contextParam = a3.contextParam, e3.branchFieldAuth = a3.branchFieldAuth, e3.systemParam = a3.systemParam, e3.isWorkflowEntity = a3.isWorkflowEntity, e3.dataTypeMaps = a3.dataTypeMaps, Ae.value = e3, ka(e3).then(() => {
|
|
206
208
|
$a(), ea.value = true, pa || B(na.value), xa();
|
|
207
209
|
});
|
|
208
210
|
}).finally(() => {
|
|
209
|
-
|
|
211
|
+
qe.value = false;
|
|
210
212
|
});
|
|
211
|
-
} else
|
|
213
|
+
} else Te.pageCode && (qe.value = true, $(Te.pageCode).then((e3) => {
|
|
212
214
|
if (e3 && e3.designJson) {
|
|
213
215
|
const a2 = e3.designJson, t2 = JSON.parse(a2);
|
|
214
|
-
t2.contextParam = e3.contextParam, t2.branchFieldAuth = e3.branchFieldAuth, t2.systemParam = e3.systemParam, t2.isWorkflowEntity = e3.isWorkflowEntity, t2.dataTypeMaps = e3.dataTypeMaps, Ae.value = t2,
|
|
216
|
+
t2.contextParam = e3.contextParam, t2.branchFieldAuth = e3.branchFieldAuth, t2.systemParam = e3.systemParam, t2.isWorkflowEntity = e3.isWorkflowEntity, t2.dataTypeMaps = e3.dataTypeMaps, Ae.value = t2, ka(t2).then(() => {
|
|
215
217
|
$a(), ea.value = true, pa || B(na.value), xa();
|
|
216
218
|
});
|
|
217
219
|
}
|
|
218
220
|
}).catch((e3) => {
|
|
219
|
-
|
|
221
|
+
qe.value = false;
|
|
220
222
|
}).finally(() => {
|
|
221
|
-
|
|
223
|
+
qe.value = false, "form" === na.value.pageType && ke.setPageToChatStore(ja, na.value);
|
|
222
224
|
}));
|
|
223
225
|
}();
|
|
224
226
|
}), o(() => {
|
|
225
227
|
u(() => {
|
|
226
|
-
na.value &&
|
|
228
|
+
na.value && _e.value && T(na.value, "-1", _e);
|
|
227
229
|
});
|
|
228
230
|
}), n(() => {
|
|
229
|
-
|
|
231
|
+
q(na.value), Ae.value && R(Ae.value), W.$off(Le.value + "export-form-report"), W.$off(Le.value + "export-pdf-report"), W.$off(Le.value + "import-file"), W.$off(Le.value + "assign-task"), W.$off(Le.value + "copy-task"), W.$off(Le.value + "add-signer"), W.$off(Le.value + "choose-return-node"), W.$off(Le.value + "remove-signer"), W.$off(Le.value + "prohibit-edit"), W.$off(Le.value + "open-dialog"), W.$off(Le.value + "save-chart-condition"), W.$off("pageLoaded"), na.value && _(null, na.value, na.value, "onUnmounted"), ma && clearTimeout(ma), ca && clearTimeout(ca);
|
|
230
232
|
});
|
|
231
|
-
const
|
|
232
|
-
function
|
|
233
|
-
true === We.value && (We.value = false, G(Ee.value, e3)), true ===
|
|
233
|
+
const Na = a(null);
|
|
234
|
+
function Da(e3) {
|
|
235
|
+
true === We.value && (We.value = false, G(Ee.value, e3)), true === Ue.value && (Ue.value = false, K(Ee.value, e3)), true === Je.value && (Je.value = false, X(Ee.value, e3)), true === Be.value && (Be.value = false, Y(Ee.value, e3));
|
|
234
236
|
}
|
|
235
|
-
function
|
|
237
|
+
function Ta(e3) {
|
|
236
238
|
Qe.value = [], ze.value = false, Z(Ee.value, e3);
|
|
237
239
|
}
|
|
238
|
-
function
|
|
240
|
+
function qa(e3) {
|
|
239
241
|
Ge.value = [], Xe.value = false, ee(Ee.value, e3);
|
|
240
242
|
}
|
|
241
|
-
function
|
|
243
|
+
function Oa(e3) {
|
|
242
244
|
Ke.value = [], Ye.value = false, ae(Ee.value, e3);
|
|
243
245
|
}
|
|
244
|
-
const
|
|
245
|
-
function
|
|
246
|
+
const Ra = me();
|
|
247
|
+
function _a(e3) {
|
|
246
248
|
var _a2, _b, _c, _d;
|
|
247
249
|
if (Pa.value) return Pa.value = false, void window.history.go(-1);
|
|
248
250
|
const a2 = (_a2 = ta.value) == null ? void 0 : _a2.closeEvent, t2 = (_b = ta.value) == null ? void 0 : _b.isRefreshWhenClosePopup;
|
|
@@ -259,25 +261,25 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
|
|
|
259
261
|
} else n2 = oa.value;
|
|
260
262
|
if (e3) {
|
|
261
263
|
const a3 = e3.isNeedValueMapping;
|
|
262
|
-
l2 = e3.dataModel, o2 = e3.sourceTableName, a3 && te(la.value, n2, l2, o2, ta.value ? ta.value.valueMappings : null);
|
|
264
|
+
l2 = e3.dataModel, o2 = e3.sourceTableName, a3 && te({ parentPageContext: la.value, parentEventParams: ua.value, parentConfigureObj: n2, sourceModel: l2, sourceTableName: o2, valueMappings: ta.value ? ta.value.valueMappings : null });
|
|
263
265
|
}
|
|
264
|
-
if (
|
|
266
|
+
if (_(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) {
|
|
265
267
|
const t3 = (e3 == null ? void 0 : e3.dataModel) ? [{ dataModel: e3.dataModel }] : [];
|
|
266
268
|
a2.apply(a2, t3);
|
|
267
269
|
} else !function(e4, a3, t3) {
|
|
268
270
|
if (e4) {
|
|
269
|
-
const l3 =
|
|
271
|
+
const l3 = F(la.value, e4);
|
|
270
272
|
l3 && l3.apply(l3, [{ pageContext: na.value, parentPageContext: la.value, parentConfigureObj: t3, jumpPageSetting: ta.value, columnProp: a3 }]);
|
|
271
273
|
}
|
|
272
274
|
}(a2, i2, n2);
|
|
273
275
|
le(la.value, oa.value, t2, void 0 !== t2 && false === t2 ? "noOperation" : null), la.value = null, oa.value = null, ua.value = null, W.$off(Le.value + "close-dialog"), aa.value = false;
|
|
274
276
|
}
|
|
275
|
-
function
|
|
277
|
+
function Ma(e3) {
|
|
276
278
|
oe(na.value, e3).then((e4) => {
|
|
277
|
-
ne({ showClose: true, type: "success", message:
|
|
279
|
+
ne({ showClose: true, type: "success", message: De("superPageRuntimeMessage.successfulSave") }), fa.value.refreshConditionList();
|
|
278
280
|
});
|
|
279
281
|
}
|
|
280
|
-
function
|
|
282
|
+
function Fa(e3) {
|
|
281
283
|
const a2 = e3.queryCondition;
|
|
282
284
|
let t2 = {};
|
|
283
285
|
a2 && (t2 = JSON.parse(a2)), t2 && t2.data && Object.assign(na.value.entity.data, t2.data), t2 && t2.page && Object.assign(na.value.entity.page, t2.page), ga.value = false;
|
|
@@ -292,18 +294,18 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
|
|
|
292
294
|
let a2 = e3.componentId, t2 = e3.listCode;
|
|
293
295
|
(a2 || t2) && (t2 ? W.$emit(t2 + "-scanDone", e3) : W.$emit(a2 + "-scanDone", e3));
|
|
294
296
|
}, getFormFormatData: function() {
|
|
295
|
-
return
|
|
297
|
+
return ke.getFormFormatDataUtil(na.value);
|
|
296
298
|
} }), (e3, a2) => {
|
|
297
299
|
var _a2;
|
|
298
300
|
const t2 = i("loading");
|
|
299
|
-
return s((v(), r("div", { class: m(["app-container runtime-page-container", [
|
|
301
|
+
return s((v(), r("div", { class: m(["app-container runtime-page-container", [Oe.value]]), style: p((_a2 = c(na)) == null ? void 0 : _a2.pageRuntimeStyle), "element-loading-text": "拼命加载中" }, [ea.value ? (v(), r("div", { ref_key: "thisRef", ref: _e, key: va.value, class: m(["runtime-page-container-view", Fe.value]), style: p(Ie.value) }, [(v(true), r(h, null, C(Me.value, (e4, a3) => (v(), d(b, { key: e4.uuid, configure: e4, pageContext: c(na) }, null, 8, ["configure", "pageContext"]))), 128)), f(je, { pageContext: c(na) }, null, 8, ["pageContext"]), Ve.value ? (v(), d(I, { key: 0, configure: ia.value, pageContext: sa.value, onClose: Sa, onExport: wa }, null, 8, ["configure", "pageContext"])) : g("", true), y("input", { ref_key: "_selectFile_", ref: Na, type: "file", name: "_selectFile_", style: { display: "none" }, onChange: a2[0] || (a2[0] = (e4) => function() {
|
|
300
302
|
if (Ee.value) {
|
|
301
|
-
if (!
|
|
302
|
-
if ("" ===
|
|
303
|
-
const e5 =
|
|
304
|
-
e5 ? (
|
|
303
|
+
if (!Na.value) return;
|
|
304
|
+
if ("" === Na.value.value || null === Na.value.value) return;
|
|
305
|
+
const e5 = Na.value.files[0];
|
|
306
|
+
e5 ? (Na.value.value = null, Q(Ee.value, e5)) : ne({ showClose: true, type: "warning", message: De("superPageRuntimeMessage.noFileSelected") });
|
|
305
307
|
}
|
|
306
|
-
}()) }, null, 544), We.value ||
|
|
308
|
+
}()) }, null, 544), We.value || Ue.value || Je.value || Be.value ? (v(), d(c(se), { key: 1, width: "60%", multiple: He.value, onClose: Da }, null, 8, ["multiple"])) : g("", true), ze.value ? (v(), d(A, { key: 2, "task-informitions": Qe.value, onClose: a2[1] || (a2[1] = (e4) => ze.value = false), onResult: Ta }, null, 8, ["task-informitions"])) : g("", true), Xe.value ? (v(), d(E, { key: 3, "task-id": Ze.value, "active-tasks": Ge.value, onClose: a2[2] || (a2[2] = (e4) => Xe.value = false), onResult: qa }, null, 8, ["task-id", "active-tasks"])) : g("", true), Ye.value ? (v(), d(V, { key: 4, "task-id": Ze.value, "transactor-info": Ke.value, onClose: a2[3] || (a2[3] = (e4) => Ye.value = false), onResult: Oa }, null, 8, ["task-id", "transactor-info"])) : g("", true), aa.value ? (v(), d(ve, { key: 5, parentPageContext: la.value, parentPageEventParams: ua.value, jumpPageSetting: ta.value, onClose: a2[4] || (a2[4] = (e4) => _a()) }, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) : g("", true), ga.value ? (v(), d(be, { key: 6, ref_key: "chartCondtionRef", ref: fa, pageContext: c(na), onClose: a2[5] || (a2[5] = (e4) => ga.value = false), onSave: Ma, onConfirm: Fa }, null, 8, ["pageContext"])) : g("", true), f(xe, { ref_key: "eventCallComponentRef", ref: ya }, null, 512)], 6)) : g("", true)], 6)), [[t2, qe.value]]);
|
|
307
309
|
};
|
|
308
310
|
} });
|
|
309
311
|
export {
|