super-page-runtime 2.3.19-sit1 → 2.3.19-sit2
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/assets/chart-themes/bar-theme.d.ts +6 -0
- package/dist/es/assets/chart-themes/bar-theme.js +4 -0
- package/dist/es/assets/chart-themes/gauge-theme.d.ts +6 -0
- package/dist/es/assets/chart-themes/gauge-theme.js +4 -0
- package/dist/es/assets/chart-themes/pie-theme.d.ts +6 -0
- package/dist/es/assets/chart-themes/pie-theme.js +4 -0
- package/dist/es/assets/chart-themes/radar-theme.d.ts +6 -0
- package/dist/es/assets/chart-themes/radar-theme.js +4 -0
- package/dist/es/assets/chart-themes/scatter-theme.d.ts +6 -0
- package/dist/es/assets/chart-themes/scatter-theme.js +4 -0
- package/dist/es/components/runtime/utils/charts/chart-util.d.ts +1 -1
- package/dist/es/components/runtime/utils/charts/chart-util.js +118 -117
- package/dist/es/components/runtime/utils/events/data-backfill-util.d.ts +27 -0
- package/dist/es/components/runtime/utils/events/data-backfill-util.js +39 -0
- package/dist/es/components/runtime/utils/events/standard-event.js +406 -378
- package/dist/es/components/runtime/utils/page-init-util.d.ts +2 -1
- package/dist/es/components/runtime/utils/page-init-util.js +86 -65
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +9 -9
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +47 -46
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +42 -25
- package/dist/es/components/runtime/views/super-page.vue.d.ts +9 -0
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +128 -120
- package/dist/es/i18n/langs/cn.js +1 -1
- package/dist/es/i18n/langs/en.js +1 -1
- package/dist/es/style.css +82 -82
- package/package.json +2 -2
- package/dist/es/assets/chart-themes/theme1.d.ts +0 -4
- package/dist/es/assets/chart-themes/theme1.js +0 -4
- package/dist/es/assets/chart-themes/theme2.d.ts +0 -4
- package/dist/es/assets/chart-themes/theme2.js +0 -4
- package/dist/es/assets/chart-themes/theme3.d.ts +0 -4
- package/dist/es/assets/chart-themes/theme3.js +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, computed as l, watch as o, onUnmounted as a, onMounted as
|
|
1
|
+
import { defineComponent as e, ref as t, computed as l, watch as o, onUnmounted as a, onMounted as u, nextTick as n, resolveComponent as r, createBlock as i, openBlock as s, normalizeStyle as p, normalizeClass as f, unref as c, withCtx as v, createVNode as g, createElementVNode as m, withKeys as d, withModifiers as h, createElementBlock as y, Fragment as b, renderList as x, createCommentVNode as C, toDisplayString as w, createTextVNode as _ } from "vue";
|
|
2
2
|
import { setVariableValue as S, getOptionDatasFromPage as k, queryOptionDatasources as T, autoSetAfterSelect as j, getVariableValue as A } from "../../../../utils/page-helper-util.js";
|
|
3
3
|
import { getFormModelFields as R } from "../../../../utils/page-init-util.js";
|
|
4
4
|
import { handleFormEvent as V, handleAfterInitEvent as I } from "../../../../utils/events/event-util.js";
|
|
@@ -27,16 +27,16 @@ const W = { style: { "padding-left": "5px" } }, B = { style: { width: "100%" } }
|
|
|
27
27
|
l2 = !!ee.value.arrayValue ? Array.isArray(e3) ? e3 : e3 ? String(e3).split(",") : [] : Array.isArray(e3) ? e3.length > 0 ? e3.join(",") : "" : e3 ?? "";
|
|
28
28
|
}
|
|
29
29
|
S(J, L, l2), null != l2 && (H.value = "");
|
|
30
|
-
} }),
|
|
31
|
-
|
|
30
|
+
} }), ue = t(ee.value.options ? ee.value.options : []), ne = k(G.pageContext, G.configure);
|
|
31
|
+
ne.length > 0 && (ue.value = ne);
|
|
32
32
|
const re = t(false), ie = G.configure.props && G.configure.props.dataOrigin ? G.configure.props.dataOrigin : {}, se = ie.optionValueSetType;
|
|
33
33
|
let pe = [];
|
|
34
|
-
const
|
|
34
|
+
const fe = ee.value.optionconfigInfo ? ee.value.optionconfigInfo : {};
|
|
35
35
|
if ("dynamicData" == se || "dataTable" == se || "service" == se) {
|
|
36
36
|
if ("remote" == ie.filterType) {
|
|
37
37
|
let e3;
|
|
38
38
|
ee.value.filterable = true, ee.value.remote = true, ee.value.remoteShowSuffix = true, ee.value.remoteMethod = function(t2) {
|
|
39
|
-
e3 !== t2 && (e3 = t2, re.value = true, T(G.pageContext,
|
|
39
|
+
e3 !== t2 && (e3 = t2, re.value = true, T(G.pageContext, fe, t2).then((e4) => {
|
|
40
40
|
re.value = false;
|
|
41
41
|
}).then((e4) => {
|
|
42
42
|
re.value = false;
|
|
@@ -47,17 +47,17 @@ const W = { style: { "padding-left": "5px" } }, B = { style: { width: "100%" } }
|
|
|
47
47
|
}
|
|
48
48
|
G.configure && G.configure.props && G.configure.props.base && G.configure.props.base.optionProp && pe.push({ source: "label", target: G.configure.props.base.optionProp }), ee.value.changeMethod = function(e3) {
|
|
49
49
|
let t2, l2 = null;
|
|
50
|
-
|
|
50
|
+
ue.value && null != e3 && null != e3 && (l2 = ue.value.filter((t3) => Array.isArray(e3) ? e3.includes(t3.value) : e3 === t3.value));
|
|
51
51
|
pe.length > 0 && j(G.configure, G.pageContext, pe, l2, [ee.value.prop]);
|
|
52
52
|
l2 && l2.length > 0 && (t2 = l2[0]);
|
|
53
53
|
let o2 = {};
|
|
54
54
|
t2 && (o2.extendParams = t2);
|
|
55
|
-
o2.options =
|
|
55
|
+
o2.options = ue.value, o2.oldValue = te, V(e3, G.pageContext, G.configure, "change", o2);
|
|
56
56
|
};
|
|
57
|
-
const
|
|
58
|
-
if (
|
|
57
|
+
const ce = ee.value.monitorFields, ve = [];
|
|
58
|
+
if (ce) {
|
|
59
59
|
const e3 = [];
|
|
60
|
-
for (let t2 of
|
|
60
|
+
for (let t2 of ce) if (t2.startsWith("${")) {
|
|
61
61
|
t2 = t2.substring(2, t2.length - 1);
|
|
62
62
|
const l2 = t2.split(".");
|
|
63
63
|
"page" !== l2[0] && "task" !== l2[0] && "data" !== l2[0] || (ve.push(l2), e3.includes(l2[0]) || e3.push(l2[0]));
|
|
@@ -74,7 +74,7 @@ const W = { style: { "padding-left": "5px" } }, B = { style: { width: "100%" } }
|
|
|
74
74
|
for (let t2 of ve) e4.push(A(J, t2));
|
|
75
75
|
return e4.join(",");
|
|
76
76
|
}();
|
|
77
|
-
e3 != ge && (ge = e3,
|
|
77
|
+
e3 != ge && (ge = e3, fe.watchAttrValue = e3, T(G.pageContext, fe, void 0).then((e4) => {
|
|
78
78
|
re.value = false;
|
|
79
79
|
}));
|
|
80
80
|
}, 200);
|
|
@@ -82,41 +82,58 @@ const W = { style: { "padding-left": "5px" } }, B = { style: { width: "100%" } }
|
|
|
82
82
|
a(() => {
|
|
83
83
|
me && clearTimeout(me);
|
|
84
84
|
});
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
let he = false;
|
|
86
|
+
const ye = t(null), be = t(null), xe = t(null);
|
|
87
|
+
function Ce() {
|
|
87
88
|
const e3 = oe();
|
|
88
89
|
if (null != e3 && "" !== e3 && e3.length > 0) {
|
|
89
90
|
let t2 = "";
|
|
90
|
-
return "string" == typeof e3 ?
|
|
91
|
+
return "string" == typeof e3 ? ue.value.length > 0 ? ue.value.forEach((l2) => {
|
|
91
92
|
l2.value === e3 && (t2 = l2.label);
|
|
92
|
-
}) : t2 = e3 :
|
|
93
|
+
}) : t2 = e3 : ue.value.length > 0 ? (ue.value.forEach((l2) => {
|
|
93
94
|
e3.forEach((e4) => {
|
|
94
95
|
l2.value === e4 && (t2 = t2 + l2.label + ",");
|
|
95
96
|
});
|
|
96
97
|
}), t2 = t2.slice(0, t2.length - 1)) : t2 = e3.join(","), t2;
|
|
97
98
|
}
|
|
98
99
|
}
|
|
99
|
-
return
|
|
100
|
+
return u(() => {
|
|
100
101
|
const e3 = new O("#" + le, { text: function() {
|
|
101
|
-
return
|
|
102
|
+
return Ce();
|
|
102
103
|
} });
|
|
103
104
|
e3.on("success", () => {
|
|
104
105
|
P({ showClose: true, type: "success", message: $("superPageRuntimeMessage.copySuccess") });
|
|
105
106
|
}), e3.on("error", (e4) => {
|
|
106
|
-
}),
|
|
107
|
+
}), n(() => {
|
|
107
108
|
const e4 = ae.value;
|
|
108
|
-
I(e4, G.pageContext, G.configure, { formItemRef:
|
|
109
|
+
I(e4, G.pageContext, G.configure, { formItemRef: ye.value, componentRef: be.value, titleRef: xe.value, value: e4, entity: G.pageContext.entity.data, pageData: G.pageContext.entity.page });
|
|
109
110
|
});
|
|
110
111
|
}), U2({ updateOptions: function(e3) {
|
|
111
|
-
|
|
112
|
+
if (ue.value = e3 || [], !he) {
|
|
113
|
+
const e4 = oe();
|
|
114
|
+
if (null != e4 && "" !== e4 && ue.value.length > 0) {
|
|
115
|
+
let t2 = false;
|
|
116
|
+
for (let l2 of ue.value) if (l2.value == e4) {
|
|
117
|
+
t2 = true;
|
|
118
|
+
break;
|
|
119
|
+
}
|
|
120
|
+
if (!t2) {
|
|
121
|
+
for (let t3 of ue.value) if (t3.label == e4) {
|
|
122
|
+
ae.value = t3.value;
|
|
123
|
+
break;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
he = true;
|
|
112
129
|
}, addRequiredClass: function() {
|
|
113
130
|
H.value = z();
|
|
114
|
-
}, getSelectItemsTitle:
|
|
115
|
-
return
|
|
131
|
+
}, getSelectItemsTitle: Ce, getOptions: function() {
|
|
132
|
+
return ue.value;
|
|
116
133
|
} }), (e3, t2) => {
|
|
117
|
-
const l2 = r("el-icon"), o2 = r("el-option"), a2 = r("el-select"),
|
|
118
|
-
return s(), i(
|
|
119
|
-
}, ["stop"]), ["space"])), onChange: ee.value.changeMethod, modelValue: ae.value, "onUpdate:modelValue": t2[1] || (t2[1] = (e4) => ae.value = e4) }, { default: v(() => [(s(true), y(
|
|
134
|
+
const l2 = r("el-icon"), o2 = r("el-option"), a2 = r("el-select"), u2 = r("el-popover"), n2 = r("el-form-item");
|
|
135
|
+
return s(), i(n2, { ref_key: "formItemRef", ref: ye, required: !!ee.value.required, class: f(c(X) + (H.value ? " " + H.value : "")), "label-width": ee.value.labelWidth, style: p(c(Q)) }, { label: v(() => [ee.value.tittleShow ? (s(), y("div", { key: 0, ref_key: "titleRef", ref: xe, style: p({ ...c(Y), ...c(Z) }) }, [ee.value.prefixType ? (s(), i(M, { key: 0, pageContext: e3.pageContext, property: ee.value }, null, 8, ["pageContext", "property"])) : (s(), y(b, { key: 1 }, [_(w(c(q)(ee.value.title)), 1)], 64))], 4)) : C("", true)]), default: v(() => [g(u2, { placement: "top", trigger: "hover" }, { reference: v(() => [m("div", B, [g(a2, { ref_key: "componentRef", ref: be, style: { width: "100%" }, disabled: "disabled" === ee.value.state, size: ee.value.size, clearable: ee.value.clearable, multiple: ee.value.multiple, "collapse-tags": ee.value.collapseTags, "collapse-tags-tooltip": ee.value.collapseTagsTooltip, filterable: ee.value.filterable, "allow-create": ee.value.allowCreate, placeholder: ee.value.placeholder, "remote-show-suffix": ee.value.remoteShowSuffix, remote: ee.value.remote, "remote-method": ee.value.remoteMethod, loading: re.value, onKeydown: t2[0] || (t2[0] = d(h(() => {
|
|
136
|
+
}, ["stop"]), ["space"])), onChange: ee.value.changeMethod, modelValue: ae.value, "onUpdate:modelValue": t2[1] || (t2[1] = (e4) => ae.value = e4) }, { default: v(() => [(s(true), y(b, null, x(ue.value, (t3) => (s(), i(o2, { key: t3.value, label: t3.label, value: t3.value, onClick: (l3) => c(V)(t3.value, e3.pageContext, e3.configure, "click", { values: ae.value }) }, { default: v(() => [t3._description_ ? (s(), y(b, { key: 0 }, [m("span", F, w(t3.label), 1), m("span", K, w(t3._description_), 1)], 64)) : C("", 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"])])]), default: v(() => [m("span", W, [g(l2, { id: le }, { default: v(() => [g(c(E))]), _: 1 })])]), _: 1 })]), _: 1 }, 8, ["required", "class", "label-width", "style"]);
|
|
120
137
|
};
|
|
121
138
|
} });
|
|
122
139
|
export {
|
|
@@ -54,6 +54,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
type: BooleanConstructor;
|
|
55
55
|
required: false;
|
|
56
56
|
};
|
|
57
|
+
isPreview: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
required: false;
|
|
60
|
+
};
|
|
57
61
|
}>, {
|
|
58
62
|
pickFileDone: typeof pickFileDone;
|
|
59
63
|
uploadFileDone: typeof uploadFileDone;
|
|
@@ -113,6 +117,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
113
117
|
type: BooleanConstructor;
|
|
114
118
|
required: false;
|
|
115
119
|
};
|
|
120
|
+
isPreview: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
required: false;
|
|
123
|
+
};
|
|
116
124
|
}>> & Readonly<{
|
|
117
125
|
onClose?: (...args: any[]) => any;
|
|
118
126
|
onOpen?: (...args: any[]) => any;
|
|
@@ -122,5 +130,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
122
130
|
isTest: boolean;
|
|
123
131
|
contentHeight: string | number;
|
|
124
132
|
isDialog: boolean;
|
|
133
|
+
isPreview: boolean;
|
|
125
134
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
126
135
|
export default _default;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { defineComponent as e, ref as a, getCurrentInstance as l, onMounted as t, onUpdated as u, nextTick as o, onUnmounted as n, resolveDirective as i, withDirectives as s, createElementBlock as r, openBlock as v,
|
|
2
|
-
import
|
|
3
|
-
import { updateOptionDatasources as
|
|
4
|
-
import {
|
|
5
|
-
import { addComponentRef as q, removePageAllRef as
|
|
6
|
-
import { removeCustomFuncFromWindow as
|
|
1
|
+
import { defineComponent as e, ref as a, getCurrentInstance as l, onMounted as t, onUpdated as u, nextTick as o, onUnmounted as n, resolveDirective as i, withDirectives as s, createElementBlock as r, openBlock as v, normalizeClass as p, createCommentVNode as m, normalizeStyle as c, createVNode as g, createBlock as f, createElementVNode as d, Fragment as y, renderList as h, unref as C, watch as P } from "vue";
|
|
2
|
+
import b from "./assemblys/object-render.vue.js";
|
|
3
|
+
import { updateOptionDatasources as k, updateChartDatasources as j } from "../utils/page-helper-util.js";
|
|
4
|
+
import { queryPageDesignWhenPreview as $, queryPageDesignByCode as x, convertToPageContext as D, packageAdditionalMapWithLocationSearch as S, packageAdditionalMapWithRoute as w, packageAdditionalMapWithPageRequest as N } from "../utils/page-init-util.js";
|
|
5
|
+
import { addComponentRef as q, removePageAllRef as T, initComponentRefState as R } from "../utils/global-refs.js";
|
|
6
|
+
import { removeCustomFuncFromWindow as _, handleEvent as O, initPageEvents as F, getCustomFunc as I } from "../utils/events/event-util.js";
|
|
7
7
|
import M from "./assemblys/common/export-form-report-dialog.vue.js";
|
|
8
8
|
import E from "./assemblys/common/task-informition-dialog.vue.js";
|
|
9
9
|
import V from "./assemblys/common/remove-signer-dialog.vue.js";
|
|
10
10
|
import W from "./assemblys/common/remove-transactor-dialog.vue.js";
|
|
11
11
|
import B from "../utils/eventBus.js";
|
|
12
|
-
import { getTaskInformitions as
|
|
12
|
+
import { getTaskInformitions as A, getRemoveSigner as J, getRemoveTransactor as U, getFormData as L, exportFormReport as H, doImportFinally as z, doAddSigner as Q, doCreateCopyTask as G, doAssign as K, doAddTransactor as X, doReturnTaskTo as Y, doRemoveSigners as Z, doRemoveTransactors as ee, updateValuesWhenCloseDialog as ae, refreshFormOrListPage as le, saveChartConditionBase as te, getAdditionalParamMap as ue } from "../utils/events/standard-event.js";
|
|
13
13
|
import "../utils/api/api-util.js";
|
|
14
14
|
import { ElMessage as oe } from "element-plus";
|
|
15
15
|
import { useI18n as ne } from "vue-i18n";
|
|
@@ -24,74 +24,78 @@ import { deepCopy as fe, refreshMobileDialogType as de } from "../utils/common-u
|
|
|
24
24
|
import { isMobileBrowser as ye } from "agilebuilder-ui/src/utils/common-util";
|
|
25
25
|
import { usePageContextStore as he } from "../utils/page-store.js";
|
|
26
26
|
import Ce from "agilebuilder-ui/src/store";
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
27
|
+
import Pe from "./assemblys/common/save-chart-condition-dialog.vue.js";
|
|
28
|
+
import be from "../utils/ai-chat-util.js";
|
|
29
|
+
import ke from "./assemblys/page-bottom.vue.js";
|
|
30
30
|
import je from "./assemblys/common/event-call-component.vue.js";
|
|
31
|
-
const $e =
|
|
32
|
-
const
|
|
33
|
-
let
|
|
34
|
-
const
|
|
35
|
-
let
|
|
31
|
+
const $e = 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: $e2, emit: xe }) {
|
|
32
|
+
const De = he(), { t: Se } = ne(), we = e2, Ne = a(false), qe = a(""), Te = { list: "list-page-container", form: "form-page-container" }, Re = a(null), _e = a([]), Oe = a(""), Fe = a({}), Ie = a(null), Me = a(null), Ee = a(false), Ve = a(false), We = a(false), Be = a(false), Ae = a(false), Je = a(false), Ue = a(null), Le = a(false), He = a([]), ze = a([]), Qe = a([]), Ge = a(false), Ke = a(false), Xe = a(null), Ye = a(false), Ze = a(false), ea = a(null), aa = a(null), la = a(null), ta = a(null);
|
|
33
|
+
let ua = a(null);
|
|
34
|
+
const oa = a(null), na = a(null), ia = ve(), sa = a(0), ra = ye();
|
|
35
|
+
let va, pa;
|
|
36
36
|
const ma = a(false), ca = a(null), ga = a(false), fa = a(null);
|
|
37
37
|
function da(e3) {
|
|
38
|
-
var _a;
|
|
39
38
|
const a2 = D(e3);
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
return a2.isTest = we.isTest, a2.isTest && we.dimensions && (a2.dimensions = we.dimensions), we.isDialog || (S(a2.entity.request), w(ia, a2.entity.request)), N(we.pageRequest, a2.entity.request), a2;
|
|
40
|
+
}
|
|
41
|
+
function ya(e3) {
|
|
42
|
+
var _a;
|
|
43
|
+
const a2 = da(e3);
|
|
44
|
+
if (ua.value = a2, null == ua.value) return;
|
|
45
|
+
ua.value.isDialog = true === we.isDialog, qe.value = Te[ua.value.pageType] ?? "", va = setTimeout(() => {
|
|
42
46
|
!function(e4, a3) {
|
|
43
47
|
if (!a3 || 0 == a3.length) return;
|
|
44
48
|
const l3 = a3.filter((e5) => "remote" != e5.filterType);
|
|
45
|
-
l3 && l3.length > 0 &&
|
|
46
|
-
}(
|
|
47
|
-
}, 0),
|
|
49
|
+
l3 && l3.length > 0 && k(e4, l3, void 0);
|
|
50
|
+
}(ua.value, e3.initOptionConfigs);
|
|
51
|
+
}, 0), pa = setTimeout(() => {
|
|
48
52
|
!function(e4, a3) {
|
|
49
53
|
if (!a3 || 0 == a3.length) return;
|
|
50
54
|
if (e4.initChartData = {}, e4.initChartData.data = fe(e4.entity.data), e4.initChartData.page = fe(e4.entity.page), a3 && a3.length > 0) {
|
|
51
55
|
const l3 = a3.filter((e5) => false !== e5.initializationQuery);
|
|
52
56
|
j(e4, l3, null, true);
|
|
53
57
|
}
|
|
54
|
-
}(
|
|
55
|
-
}, 200),
|
|
56
|
-
const l2 =
|
|
57
|
-
Oe.value = l2.class,
|
|
58
|
-
const t2 =
|
|
59
|
-
return
|
|
60
|
-
|
|
58
|
+
}(ua.value, e3.initChartServiceConfigs);
|
|
59
|
+
}, 200), ua.value.initDataSources = [], R(ua.value), _e.value = ua.value.items ? ua.value.items : [];
|
|
60
|
+
const l2 = ua.value.runtime ? ua.value.runtime : {};
|
|
61
|
+
Oe.value = l2.class, Fe.value = l2.style, F(e3, ua.value), se(ua.value.rules), O(null, ua.value, e3, "beforeload");
|
|
62
|
+
const t2 = ua.value.code;
|
|
63
|
+
return De.setPageContext(ua.value), Ue.value = t2 + "_", B.$on(Ue.value + "export-form-report", (e4) => {
|
|
64
|
+
Me.value = e4, oa.value = e4.configureObj, na.value = e4.pageContext, ga.value = false, Ee.value = true;
|
|
61
65
|
}), B.$on(Ue.value + "export-pdf-report", (e4) => {
|
|
62
|
-
|
|
66
|
+
Me.value = e4, oa.value = e4.configureObj, na.value = e4.pageContext, ga.value = true, Ee.value = true;
|
|
63
67
|
}), B.$on(Ue.value + "import-file", (e4) => {
|
|
64
|
-
|
|
68
|
+
Me.value = e4, ja.value.click();
|
|
65
69
|
}), B.$on(Ue.value + "assign-task", (e4) => {
|
|
66
|
-
|
|
70
|
+
Me.value = e4, Ae.value = true, Je.value = false;
|
|
67
71
|
}), B.$on(Ue.value + "copy-task", (e4) => {
|
|
68
|
-
|
|
72
|
+
Me.value = e4, Be.value = true, Je.value = true;
|
|
69
73
|
}), B.$on(Ue.value + "add-signer", (e4) => {
|
|
70
|
-
|
|
74
|
+
Me.value = e4, Ve.value = true, Je.value = true;
|
|
71
75
|
}), B.$on(Ue.value + "choose-return-node", (e4) => {
|
|
72
|
-
|
|
73
|
-
|
|
76
|
+
Me.value = e4, A(e4).then((e5) => {
|
|
77
|
+
He.value = e5, Le.value = true;
|
|
74
78
|
}).catch((e5) => {
|
|
75
79
|
Le.value = false;
|
|
76
80
|
});
|
|
77
81
|
}), B.$on(Ue.value + "remove-signer", (e4) => {
|
|
78
|
-
|
|
79
|
-
|
|
82
|
+
Me.value = e4, J(e4).then((a3) => {
|
|
83
|
+
Xe.value = e4.pageContext.completeTaskParam.taskId, ze.value = a3, Ge.value = true;
|
|
80
84
|
}).catch((e5) => {
|
|
81
|
-
|
|
85
|
+
Ge.value = false;
|
|
82
86
|
});
|
|
83
87
|
}), B.$on(Ue.value + "add-transactor", (e4) => {
|
|
84
|
-
|
|
88
|
+
Me.value = e4, We.value = true, Je.value = true;
|
|
85
89
|
}), B.$on(Ue.value + "remove-transactor", (e4) => {
|
|
86
|
-
|
|
87
|
-
|
|
90
|
+
Me.value = e4, U(e4).then((a3) => {
|
|
91
|
+
Xe.value = e4.pageContext.completeTaskParam.taskId, Qe.value = a3, Ke.value = true;
|
|
88
92
|
}).catch((e5) => {
|
|
89
|
-
|
|
93
|
+
Ke.value = false;
|
|
90
94
|
});
|
|
91
95
|
}), B.$on(Ue.value + "prohibit-edit", (e4) => {
|
|
92
96
|
}), B.$on(Ue.value + "open-dialog", (e4) => {
|
|
93
97
|
var a3, l3, t3;
|
|
94
|
-
|
|
98
|
+
aa.value = e4.pageContext, la.value = e4.configureObj, ta.value = e4.eventParams, a3 = la.value, l3 = ta.value, t3 = e4.jumpPageSetting, function(e5, a4, l4) {
|
|
95
99
|
return new Promise((t4, u2) => {
|
|
96
100
|
var _a2;
|
|
97
101
|
if (l4) t4(l4);
|
|
@@ -99,14 +103,14 @@ const $e = { class: "app-container runtime-page-container", "element-loading-tex
|
|
|
99
103
|
const l5 = e5 && e5.props && e5.props.linkPage ? e5.props.linkPage : null;
|
|
100
104
|
if (l5 && l5.jumpPageUrl) {
|
|
101
105
|
false !== l5.isNewPage && true !== l5.isNewPage && (l5.isNewPage = true);
|
|
102
|
-
const e6 = ue(
|
|
106
|
+
const e6 = ue(ua), u3 = !!((_a2 = la.value.props.linkPage) == null ? void 0 : _a2.isNeedId);
|
|
103
107
|
let o2 = u3 && a4 ? a4.id : null, n2 = u3 && a4 ? a4.ids : null, i2 = a4 ? a4.selections : [], s2 = a4 ? a4.row : null;
|
|
104
108
|
if (!s2) if (s2 = {}, i2 && i2.length > 0) s2 = i2[0];
|
|
105
109
|
else {
|
|
106
|
-
const e7 =
|
|
110
|
+
const e7 = aa.value.entity.data, a5 = aa.value.entity.page;
|
|
107
111
|
a5 && Object.assign(s2, a5), e7 && Object.assign(s2, e7);
|
|
108
112
|
}
|
|
109
|
-
const r2 = fe(
|
|
113
|
+
const r2 = fe(aa.value.entity.page);
|
|
110
114
|
l5._pageData = r2, me(l5, null, o2, s2, e6, n2).then((e7) => {
|
|
111
115
|
e7.isNeedId = u3, t4(e7);
|
|
112
116
|
});
|
|
@@ -117,14 +121,14 @@ const $e = { class: "app-container runtime-page-container", "element-loading-tex
|
|
|
117
121
|
if (e5) {
|
|
118
122
|
let l4 = {};
|
|
119
123
|
const t4 = a3 && a3.props && a3.props.linkPage ? a3.props.linkPage : null;
|
|
120
|
-
t4 && Object.assign(l4, fe(t4)), Object.assign(l4, e5), de(l4,
|
|
124
|
+
t4 && Object.assign(l4, fe(t4)), Object.assign(l4, e5), de(l4, ra);
|
|
121
125
|
const u2 = l4.jumpMode, o2 = l4;
|
|
122
|
-
if (
|
|
126
|
+
if (ta.value || (ta.value = {}), ta.value.paramStoreId = l4.paramStoreId, o2.parentPageCode = aa.value.code, o2.parentPageVersion = aa.value.version, o2.isNewPage = true, "popup" === u2 || "refresh" === u2) {
|
|
123
127
|
const e6 = o2.linkType;
|
|
124
128
|
(function(e7, a4) {
|
|
125
129
|
const l5 = ge();
|
|
126
130
|
return new Promise((t5, u3) => {
|
|
127
|
-
if (l5) if ("popup" !== a4 && !
|
|
131
|
+
if (l5) if ("popup" !== a4 && !ra || aa.value.systemCode === e7.customSystem) t5(true);
|
|
128
132
|
else if (e7.customSystem) {
|
|
129
133
|
const a5 = e7.customSystem;
|
|
130
134
|
Ce.dispatch("getCurrentUserPermissions", { loginName: l5, systemCode: a5 }).then(() => {
|
|
@@ -132,15 +136,15 @@ const $e = { class: "app-container runtime-page-container", "element-loading-tex
|
|
|
132
136
|
}).catch(() => {
|
|
133
137
|
t5(true);
|
|
134
138
|
});
|
|
135
|
-
} else oe({ showClose: true, type: "error", message:
|
|
139
|
+
} else oe({ showClose: true, type: "error", message: Se("superPageRuntimeMessage.popMsg") }), t5(false);
|
|
136
140
|
else t5(true);
|
|
137
141
|
});
|
|
138
142
|
})(o2, u2).then((a4) => {
|
|
139
|
-
a4 && (
|
|
143
|
+
a4 && (ra && (aa.value.systemCode !== o2.customSystem || e6 && "url" === e6) ? (o2._isIframe = true, "refresh" === u2 && (o2.dialogType = "drawer", o2.jumpPageWidth = "100%"), ea.value = o2, Ze.value = true) : (o2._isIframe = false, "popup" === u2 ? (ea.value = o2, Ze.value = true) : "refresh" === u2 && wa.push({ path: "/dsc/page", query: o2 })));
|
|
140
144
|
}), B.$on(Ue.value + "close-dialog", (e7) => {
|
|
141
145
|
!function(e8) {
|
|
142
146
|
const a4 = e8.jumpMode;
|
|
143
|
-
a4 && "popup" === a4 ? Na(e8) :
|
|
147
|
+
a4 && "popup" === a4 ? Na(e8) : wa.go(-1);
|
|
144
148
|
}(e7);
|
|
145
149
|
});
|
|
146
150
|
}
|
|
@@ -149,112 +153,116 @@ const $e = { class: "app-container runtime-page-container", "element-loading-tex
|
|
|
149
153
|
}), B.$on(Ue.value + "save-chart-condition", (e4) => {
|
|
150
154
|
ma.value = true;
|
|
151
155
|
}), B.$on("pageLoaded", () => {
|
|
152
|
-
const e4 = { runtime: { events:
|
|
153
|
-
|
|
156
|
+
const e4 = { runtime: { events: ua.value.events }, systemCode: "", systemVersion: 0, code: "", version: 0, workflowCode: "", workflowVersion: 0, name: "", uuid: "", label: "" };
|
|
157
|
+
O(null, ua.value, e4, "load");
|
|
154
158
|
}), B.$on(Ue.value + "event-call-component", (e4) => {
|
|
155
159
|
var _a2;
|
|
156
160
|
(_a2 = fa.value) == null ? void 0 : _a2.renderComponent(e4.componentName, e4.componentProps);
|
|
157
|
-
}),
|
|
158
|
-
e4 && (
|
|
159
|
-
}),
|
|
161
|
+
}), P(() => ua.value.isRefresh, (e4) => {
|
|
162
|
+
e4 && (sa.value++, ua.value.isRefresh = false);
|
|
163
|
+
}), L(ua.value, null, (_a = we.pageRequest) == null ? void 0 : _a.isNeedId);
|
|
160
164
|
}
|
|
161
|
-
const
|
|
162
|
-
function
|
|
165
|
+
const ha = l();
|
|
166
|
+
function Ca() {
|
|
163
167
|
o(() => {
|
|
164
168
|
var _a, _b;
|
|
165
|
-
const e3 =
|
|
166
|
-
|
|
169
|
+
const e3 = Re.value.parentNode ? Re.value.parentNode : Re.value;
|
|
170
|
+
ua.value && (ua.value.pageRuntimeStyle || (ua.value.pageRuntimeStyle = {}), ua.value.pageRuntimeStyle.height = we.contentHeight ?? ((_b = (_a = e3 == null ? void 0 : e3.getBoundingClientRect) == null ? void 0 : _a.call(e3)) == null ? void 0 : _b.height) ?? 0);
|
|
167
171
|
});
|
|
168
172
|
}
|
|
169
|
-
function
|
|
170
|
-
const e3 =
|
|
171
|
-
|
|
173
|
+
function Pa() {
|
|
174
|
+
const e3 = ua.value.entity.data, a2 = null == e3.ID ? e3.id : e3.ID;
|
|
175
|
+
ia.query && ia.query._t_ && a2 && ce(ia.query._t_ + "_id", a2);
|
|
172
176
|
}
|
|
173
177
|
function ba() {
|
|
174
|
-
|
|
178
|
+
Ee.value = false, Me.value = null;
|
|
175
179
|
}
|
|
176
180
|
function ka(e3, a2) {
|
|
177
|
-
|
|
181
|
+
H(Me.value.pageContext, Me.value.configureObj, a2, ga.value);
|
|
178
182
|
}
|
|
179
183
|
t(() => {
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
184
|
+
!function() {
|
|
185
|
+
if (we.isPreview && we.pageDesign) {
|
|
186
|
+
Ne.value = true;
|
|
187
|
+
let e3 = we.pageDesign;
|
|
188
|
+
const a2 = da(e3);
|
|
189
|
+
$(e3, a2).then((a3) => {
|
|
190
|
+
e3.contextParam = a3.contextParam, e3.branchFieldAuth = a3.branchFieldAuth, e3.systemParam = a3.systemParam, e3.isWorkflowEntity = a3.isWorkflowEntity, e3.dataTypeMaps = a3.dataTypeMaps, Ie.value = e3, ya(e3).then(() => {
|
|
191
|
+
Pa(), Ye.value = true, Ca();
|
|
192
|
+
});
|
|
185
193
|
}).finally(() => {
|
|
186
|
-
|
|
187
|
-
}) : (Xe.value = true, ha()), Ca();
|
|
188
|
-
});
|
|
189
|
-
}, 0)) : Te.pageCode && (qe.value = true, x(Te.pageCode).then((e3) => {
|
|
190
|
-
if (e3 && e3.designJson) {
|
|
191
|
-
const a2 = e3.designJson, l2 = JSON.parse(a2);
|
|
192
|
-
l2.contextParam = e3.contextParam, l2.branchFieldAuth = e3.branchFieldAuth, l2.systemParam = e3.systemParam, l2.isWorkflowEntity = e3.isWorkflowEntity, l2.dataTypeMaps = e3.dataTypeMaps, Ie.value = l2, da(l2).then(() => {
|
|
193
|
-
Ca(), Xe.value = true, ha();
|
|
194
|
+
Ne.value = false;
|
|
194
195
|
});
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
196
|
+
} else we.pageCode && (Ne.value = true, x(we.pageCode).then((e3) => {
|
|
197
|
+
if (e3 && e3.designJson) {
|
|
198
|
+
const a2 = e3.designJson, l2 = JSON.parse(a2);
|
|
199
|
+
l2.contextParam = e3.contextParam, l2.branchFieldAuth = e3.branchFieldAuth, l2.systemParam = e3.systemParam, l2.isWorkflowEntity = e3.isWorkflowEntity, l2.dataTypeMaps = e3.dataTypeMaps, Ie.value = l2, ya(l2).then(() => {
|
|
200
|
+
Pa(), Ye.value = true, Ca();
|
|
201
|
+
});
|
|
202
|
+
}
|
|
203
|
+
}).catch((e3) => {
|
|
204
|
+
Ne.value = false;
|
|
205
|
+
}).finally(() => {
|
|
206
|
+
Ne.value = false, "form" === ua.value.pageType && be.setPageToChatStore(ha, ua.value);
|
|
207
|
+
}));
|
|
208
|
+
}();
|
|
201
209
|
}), u(() => {
|
|
202
210
|
o(() => {
|
|
203
|
-
|
|
211
|
+
ua.value && Re.value && q(ua.value, "-1", Re);
|
|
204
212
|
});
|
|
205
213
|
}), n(() => {
|
|
206
|
-
|
|
214
|
+
T(ua.value), Ie.value && _(Ie.value), B.$off(Ue.value + "export-form-report"), B.$off(Ue.value + "export-pdf-report"), B.$off(Ue.value + "import-file"), B.$off(Ue.value + "assign-task"), B.$off(Ue.value + "copy-task"), B.$off(Ue.value + "add-signer"), B.$off(Ue.value + "choose-return-node"), B.$off(Ue.value + "remove-signer"), B.$off(Ue.value + "prohibit-edit"), B.$off(Ue.value + "open-dialog"), B.$off(Ue.value + "save-chart-condition"), B.$off("pageLoaded"), ua.value && O(null, ua.value, ua.value, "onUnmounted"), va && clearTimeout(va), pa && clearTimeout(pa);
|
|
207
215
|
});
|
|
208
|
-
const
|
|
209
|
-
function ja(e3) {
|
|
210
|
-
true === Ee.value && (Ee.value = false, z(Fe.value, e3)), true === We.value && (We.value = false, Q(Fe.value, e3)), true === Be.value && (Be.value = false, K(Fe.value, e3)), true === Ve.value && (Ve.value = false, X(Fe.value, e3));
|
|
211
|
-
}
|
|
216
|
+
const ja = a(null);
|
|
212
217
|
function $a(e3) {
|
|
213
|
-
Ae.value =
|
|
218
|
+
true === Ve.value && (Ve.value = false, Q(Me.value, e3)), true === Be.value && (Be.value = false, G(Me.value, e3)), true === Ae.value && (Ae.value = false, K(Me.value, e3)), true === We.value && (We.value = false, X(Me.value, e3));
|
|
214
219
|
}
|
|
215
220
|
function xa(e3) {
|
|
216
|
-
|
|
221
|
+
He.value = [], Le.value = false, Y(Me.value, e3);
|
|
217
222
|
}
|
|
218
223
|
function Da(e3) {
|
|
219
|
-
|
|
224
|
+
ze.value = [], Ge.value = false, Z(Me.value, e3);
|
|
220
225
|
}
|
|
221
|
-
|
|
226
|
+
function Sa(e3) {
|
|
227
|
+
Qe.value = [], Ke.value = false, ee(Me.value, e3);
|
|
228
|
+
}
|
|
229
|
+
const wa = pe();
|
|
222
230
|
function Na(e3) {
|
|
223
231
|
var _a, _b;
|
|
224
|
-
const a2 =
|
|
232
|
+
const a2 = ea.value.closeEvent, l2 = ea.value.isRefreshWhenClosePopup;
|
|
225
233
|
let t2, u2;
|
|
226
|
-
const o2 =
|
|
234
|
+
const o2 = aa.value.tableName;
|
|
227
235
|
let n2;
|
|
228
|
-
const i2 =
|
|
236
|
+
const i2 = ta.value.columnProp ? ta.value.columnProp : null;
|
|
229
237
|
if (i2) {
|
|
230
|
-
const e4 = (_b = (_a =
|
|
238
|
+
const e4 = (_b = (_a = la.value) == null ? void 0 : _a.items) == null ? void 0 : _b.filter((e5) => {
|
|
231
239
|
var _a2, _b2, _c, _d;
|
|
232
240
|
return ((_b2 = (_a2 = e5.props) == null ? void 0 : _a2.base) == null ? void 0 : _b2.prop) && ((_d = (_c = e5.props) == null ? void 0 : _c.base) == null ? void 0 : _d.prop) === i2;
|
|
233
241
|
});
|
|
234
242
|
n2 = e4 && e4.length > 0 ? e4[0] : null;
|
|
235
|
-
} else n2 =
|
|
243
|
+
} else n2 = la.value;
|
|
236
244
|
if (e3) {
|
|
237
245
|
const a3 = e3.isNeedValueMapping;
|
|
238
|
-
t2 = e3.dataModel, u2 = e3.sourceTableName, a3 && ae(
|
|
246
|
+
t2 = e3.dataModel, u2 = e3.sourceTableName, a3 && ae(aa.value, n2, t2, u2, ea.value ? ea.value.valueMappings : null);
|
|
239
247
|
}
|
|
240
|
-
|
|
248
|
+
O(null, aa.value, n2, "closePopup", { sourceModel: t2, sourceTableName: u2, jumpPageSetting: ea.value, entity: aa.value.entity.data, targetTableName: o2, pageContext: ua.value, parentPageContext: aa.value, parentConfigureObj: n2, columnProp: i2 }), function(e4, a3, l3) {
|
|
241
249
|
if (e4) {
|
|
242
|
-
const t3 =
|
|
243
|
-
t3 && t3.apply(t3, [{ pageContext:
|
|
250
|
+
const t3 = I(aa.value, e4);
|
|
251
|
+
t3 && t3.apply(t3, [{ pageContext: ua.value, parentPageContext: aa.value, parentConfigureObj: l3, jumpPageSetting: ea.value, columnProp: a3 }]);
|
|
244
252
|
}
|
|
245
|
-
}(a2, i2, n2), le(
|
|
253
|
+
}(a2, i2, n2), le(aa.value, la.value, l2, void 0 !== l2 && false === l2 ? "noOperation" : null), aa.value = null, la.value = null, ta.value = null, B.$off(Ue.value + "close-dialog"), Ze.value = false;
|
|
246
254
|
}
|
|
247
|
-
function
|
|
248
|
-
te(
|
|
249
|
-
oe({ showClose: true, type: "success", message:
|
|
255
|
+
function qa(e3) {
|
|
256
|
+
te(ua.value, e3).then((e4) => {
|
|
257
|
+
oe({ showClose: true, type: "success", message: Se("superPageRuntimeMessage.successfulSave") }), ca.value.refreshConditionList();
|
|
250
258
|
});
|
|
251
259
|
}
|
|
252
|
-
function
|
|
260
|
+
function Ta(e3) {
|
|
253
261
|
const a2 = e3.queryCondition;
|
|
254
262
|
let l2 = {};
|
|
255
|
-
a2 && (l2 = JSON.parse(a2)), l2 && l2.data && Object.assign(
|
|
263
|
+
a2 && (l2 = JSON.parse(a2)), l2 && l2.data && Object.assign(ua.value.entity.data, l2.data), l2 && l2.page && Object.assign(ua.value.entity.page, l2.page), ma.value = false;
|
|
256
264
|
}
|
|
257
|
-
return
|
|
265
|
+
return $e2({ pickFileDone: function(e3) {
|
|
258
266
|
let a2 = e3.componentId, l2 = e3.listCode;
|
|
259
267
|
(a2 || l2) && (l2 ? B.$emit(l2 + "-pickFileDone", e3) : B.$emit(a2 + "-pickFileDone", e3));
|
|
260
268
|
}, uploadFileDone: function(e3) {
|
|
@@ -264,19 +272,19 @@ const $e = { class: "app-container runtime-page-container", "element-loading-tex
|
|
|
264
272
|
let a2 = e3.componentId, l2 = e3.listCode;
|
|
265
273
|
(a2 || l2) && (l2 ? B.$emit(l2 + "-scanDone", e3) : B.$emit(a2 + "-scanDone", e3));
|
|
266
274
|
}, getFormFormatData: function() {
|
|
267
|
-
return
|
|
275
|
+
return be.getFormFormatDataUtil(ua.value);
|
|
268
276
|
} }), (e3, a2) => {
|
|
269
277
|
const l2 = i("loading");
|
|
270
|
-
return s((v(), r("div",
|
|
271
|
-
if (
|
|
272
|
-
if (!
|
|
273
|
-
if ("" ===
|
|
274
|
-
const e5 =
|
|
275
|
-
e5 ? (
|
|
278
|
+
return s((v(), r("div", { class: p(["app-container runtime-page-container", [qe.value]]), "element-loading-text": "拼命加载中" }, [Ye.value ? (v(), r("div", { ref_key: "thisRef", ref: Re, key: sa.value, class: p(["runtime-page-container-view", Oe.value]), style: c(Fe.value) }, [(v(true), r(y, null, h(_e.value, (e4, a3) => (v(), f(b, { key: e4.uuid, configure: e4, pageContext: C(ua) }, null, 8, ["configure", "pageContext"]))), 128)), g(ke, { pageContext: C(ua) }, null, 8, ["pageContext"]), Ee.value ? (v(), f(M, { key: 0, configure: oa.value, pageContext: na.value, onClose: ba, onExport: ka }, null, 8, ["configure", "pageContext"])) : m("", true), d("input", { ref_key: "_selectFile_", ref: ja, type: "file", name: "_selectFile_", style: { display: "none" }, onChange: a2[0] || (a2[0] = (e4) => function() {
|
|
279
|
+
if (Me.value) {
|
|
280
|
+
if (!ja.value) return;
|
|
281
|
+
if ("" === ja.value.value || null === ja.value.value) return;
|
|
282
|
+
const e5 = ja.value.files[0];
|
|
283
|
+
e5 ? (ja.value.value = null, z(Me.value, e5)) : oe({ showClose: true, type: "warning", message: Se("superPageRuntimeMessage.noFileSelected") });
|
|
276
284
|
}
|
|
277
|
-
}()) }, null, 544),
|
|
285
|
+
}()) }, null, 544), Ve.value || Be.value || Ae.value || We.value ? (v(), f(C(ie), { key: 1, width: "60%", multiple: Je.value, onClose: $a }, null, 8, ["multiple"])) : m("", true), Le.value ? (v(), f(E, { key: 2, "task-informitions": He.value, onClose: a2[1] || (a2[1] = (e4) => Le.value = false), onResult: xa }, null, 8, ["task-informitions"])) : m("", true), Ge.value ? (v(), f(V, { key: 3, "task-id": Xe.value, "active-tasks": ze.value, onClose: a2[2] || (a2[2] = (e4) => Ge.value = false), onResult: Da }, null, 8, ["task-id", "active-tasks"])) : m("", true), Ke.value ? (v(), f(W, { key: 4, "task-id": Xe.value, "transactor-info": Qe.value, onClose: a2[3] || (a2[3] = (e4) => Ke.value = false), onResult: Sa }, null, 8, ["task-id", "transactor-info"])) : m("", true), Ze.value ? (v(), f(re, { key: 5, parentPageContext: aa.value, parentPageEventParams: ta.value, jumpPageSetting: ea.value, onClose: a2[4] || (a2[4] = (e4) => Na()) }, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) : m("", true), ma.value ? (v(), f(Pe, { key: 6, ref_key: "chartCondtionRef", ref: ca, pageContext: C(ua), onClose: a2[5] || (a2[5] = (e4) => ma.value = false), onSave: qa, onConfirm: Ta }, null, 8, ["pageContext"])) : m("", true), g(je, { ref_key: "eventCallComponentRef", ref: fa }, null, 512)], 6)) : m("", true)], 2)), [[l2, Ne.value]]);
|
|
278
286
|
};
|
|
279
287
|
} });
|
|
280
288
|
export {
|
|
281
|
-
|
|
289
|
+
$e as default
|
|
282
290
|
};
|