super-page-runtime 2.3.19-sit3 → 2.3.19
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 +70 -70
- package/dist/es/components/runtime/utils/events/event-util.js +3 -3
- package/dist/es/components/runtime/utils/events/print-label.js +26 -25
- package/dist/es/components/runtime/utils/events/standard-event.js +375 -403
- package/dist/es/components/runtime/utils/events/validator-util.js +1 -1
- package/dist/es/components/runtime/utils/page-init-util.js +11 -9
- 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/button/button/button-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +10 -6
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +8 -6
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +98 -93
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +3 -2
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.js +13 -13
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +11 -9
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +2 -0
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +12 -10
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +8 -8
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +16 -16
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +34 -34
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +4 -4
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +38 -37
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +7 -5
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +4 -3
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +5 -4
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +11 -11
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +13 -11
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.js +4 -4
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +13 -22
- package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +1 -0
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +165 -164
- package/dist/es/i18n/langs/cn.js +1 -1
- package/dist/es/i18n/langs/en.js +1 -1
- package/dist/es/style.css +76 -76
- package/package.json +2 -2
- package/dist/es/components/runtime/utils/events/data-backfill-util.d.ts +0 -27
- package/dist/es/components/runtime/utils/events/data-backfill-util.js +0 -39
|
@@ -1,27 +1,18 @@
|
|
|
1
|
-
import { defineComponent as t, ref as e, onMounted as
|
|
1
|
+
import { defineComponent as t, ref as e, onMounted as n, createElementBlock as a, createCommentVNode as o, openBlock as p, normalizeClass as i, unref as r, createElementVNode as u, normalizeStyle as s, toDisplayString as l } from "vue";
|
|
2
2
|
import { getFormModelFields as g } from "../../../../utils/page-init-util.js";
|
|
3
|
-
import { getVariableValue as
|
|
4
|
-
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
else {
|
|
13
|
-
let t3 = x.pageContext.entity.data.CURRENT_ACTIVITY_NAME || x.pageContext.entity.data.current_activity_name;
|
|
14
|
-
T && T.trustorName && (t3 = t3 + "(" + _("superPageRuntimeMessage.nodeTrustorName") + T.trustorName + ")"), k.value = t3;
|
|
15
|
-
}
|
|
16
|
-
y.value = !!x.pageContext.entity.data.WORKFLOW_ID;
|
|
17
|
-
}
|
|
18
|
-
return a(() => {
|
|
19
|
-
}), f2({ getValue: function() {
|
|
20
|
-
return m(d, v);
|
|
3
|
+
import { getVariableValue as C, setVariableValue as c } from "../../../../utils/page-helper-util.js";
|
|
4
|
+
const x = t({ __name: "workflownode-runtime", props: { pageContext: {}, configure: {} }, setup(t2, { expose: x2 }) {
|
|
5
|
+
const y = t2, f = e(false), m = y.pageContext.entity ? y.pageContext.entity : {};
|
|
6
|
+
let T = g(y.pageContext, y.configure);
|
|
7
|
+
const d = y.configure.runtime ? y.configure.runtime : {}, _ = e(d.props ? d.props : {}), v = d.class, E = d.headerStyle;
|
|
8
|
+
let R = e("");
|
|
9
|
+
return "form" === y.pageContext.pageType && y.pageContext.entity && y.pageContext.entity.data && ("EXTRACT" === y.pageContext.entity.data.PROCESS_STATE || "EXTRACT" === y.pageContext.entity.data.process_state ? R.value = "抽单办理中" : R.value = y.pageContext.entity.data.CURRENT_ACTIVITY_NAME || y.pageContext.entity.data.current_activity_name, f.value = !!y.pageContext.entity.data.WORKFLOW_ID), n(() => {
|
|
10
|
+
}), x2({ getValue: function() {
|
|
11
|
+
return C(m, T);
|
|
21
12
|
}, setValue: function(t3) {
|
|
22
|
-
return
|
|
23
|
-
} }), (t3, e2) =>
|
|
13
|
+
return c(m, T, t3);
|
|
14
|
+
} }), (t3, e2) => f.value ? (p(), a("span", { key: 0, class: i(r(v)) }, [u("span", { style: s(r(E)) }, [u("span", null, l(_.value.title), 1), u("span", null, l(r(R)), 1)], 4)], 2)) : o("", true);
|
|
24
15
|
} });
|
|
25
16
|
export {
|
|
26
|
-
|
|
17
|
+
x as default
|
|
27
18
|
};
|
|
@@ -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), H = t(false), w = 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
|
+
w.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
|
+
w.value = t2.chartJson, w.value.homeChartSettingUserId = I.homeChartSettingUserId, i2 && (i2.clientHeight, w.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 = w.value.pushHomepage) == null ? void 0 : _a.searchConditions) && ((_b = w.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(w.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 H.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 && w.value ? (o(), s(g, { key: 0, configure: w.value, pageContext: u(A) }, null, 8, ["configure", "pageContext"])) : U.value || w.value ? l("", true) : (o(), r("div", S, m(u(b2)("superPageRuntimeMessage.noChartSetting")), 1))])), [[a2, U.value]]);
|
|
43
43
|
};
|
|
44
44
|
} });
|
|
45
45
|
export {
|
|
@@ -10,6 +10,7 @@ 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);
|
|
13
14
|
}
|
|
14
15
|
null !== w.value && void 0 !== w.value || (w.value = p.parentPageEventParams.id);
|
|
15
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as e, ref as a, getCurrentInstance as
|
|
1
|
+
import { defineComponent as e, ref as a, getCurrentInstance as t, onMounted as l, onUpdated as u, nextTick as o, onUnmounted as n, resolveDirective as i, withDirectives as s, createElementBlock as r, openBlock as v, createCommentVNode as p, normalizeStyle as m, normalizeClass 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
2
|
import b from "./assemblys/object-render.vue.js";
|
|
3
3
|
import { updateOptionDatasources as k, updateChartDatasources as j } from "../utils/page-helper-util.js";
|
|
4
|
-
import { queryPageDesignWhenPreview as
|
|
4
|
+
import { queryPageDesignWhenPreview as x, queryPageDesignByCode as $, convertToPageContext as S, packageAdditionalMapWithLocationSearch as D, packageAdditionalMapWithRoute as w, packageAdditionalMapWithPageRequest as N } from "../utils/page-init-util.js";
|
|
5
5
|
import { addComponentRef as q, removePageAllRef as T, initComponentRefState as R } from "../utils/global-refs.js";
|
|
6
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";
|
|
@@ -9,7 +9,7 @@ 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 A, getRemoveSigner as J, getRemoveTransactor as U, getFormData as
|
|
12
|
+
import { getTaskInformitions as A, getRemoveSigner as J, getRemoveTransactor as U, getFormData as H, exportFormReport as L, 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 te, saveChartConditionBase as le, 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";
|
|
@@ -28,261 +28,262 @@ import Pe from "./assemblys/common/save-chart-condition-dialog.vue.js";
|
|
|
28
28
|
import be from "../utils/ai-chat-util.js";
|
|
29
29
|
import ke from "./assemblys/page-bottom.vue.js";
|
|
30
30
|
import je from "./assemblys/common/event-call-component.vue.js";
|
|
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:
|
|
32
|
-
const De = he(), { t:
|
|
33
|
-
let
|
|
34
|
-
const
|
|
35
|
-
let
|
|
36
|
-
const
|
|
37
|
-
function
|
|
38
|
-
const a2 =
|
|
39
|
-
return a2.isTest =
|
|
31
|
+
const xe = { class: "app-container runtime-page-container", "element-loading-text": "拼命加载中" }, $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: Se }) {
|
|
32
|
+
const De = he(), { t: we } = ne(), Ne = e2, qe = a(false), Te = a(null), Re = a([]), _e = a(""), Oe = a({}), Fe = a(null), Ie = a(null), Me = a(false), Ee = a(false), Ve = a(false), We = a(false), Be = a(false), Ae = a(false), Je = a(null), Ue = a(false), He = a([]), Le = a([]), ze = a([]), Qe = a(false), Ge = a(false), Ke = a(null), Xe = a(false), Ye = a(false), Ze = a(null), ea = a(null), aa = a(null), ta = a(null);
|
|
33
|
+
let la = a(null);
|
|
34
|
+
const ua = a(null), oa = a(null), na = ve(), ia = a(0), sa = ye();
|
|
35
|
+
let ra, va;
|
|
36
|
+
const pa = a(false), ma = a(null), ca = a(false), ga = a(null);
|
|
37
|
+
function fa(e3) {
|
|
38
|
+
const a2 = S(e3);
|
|
39
|
+
return a2.isTest = Ne.isTest, a2.isTest && Ne.dimensions && (a2.dimensions = Ne.dimensions), Ne.isDialog || (D(a2.entity.request), w(na, a2.entity.request)), N(Ne.pageRequest, a2.entity.request), a2;
|
|
40
40
|
}
|
|
41
|
-
function
|
|
41
|
+
function da(e3) {
|
|
42
42
|
var _a;
|
|
43
|
-
const a2 =
|
|
44
|
-
if (
|
|
45
|
-
|
|
43
|
+
const a2 = fa(e3);
|
|
44
|
+
if (la.value = a2, null == la.value) return;
|
|
45
|
+
la.value.isDialog = true === Ne.isDialog, ra = setTimeout(() => {
|
|
46
46
|
!function(e4, a3) {
|
|
47
47
|
if (!a3 || 0 == a3.length) return;
|
|
48
|
-
const
|
|
49
|
-
|
|
50
|
-
}(
|
|
51
|
-
}, 0),
|
|
52
|
-
|
|
48
|
+
const t3 = a3.filter((e5) => "remote" != e5.filterType);
|
|
49
|
+
t3 && t3.length > 0 && k(e4, t3, void 0);
|
|
50
|
+
}(la.value, e3.initOptionConfigs);
|
|
51
|
+
}, 0), va = setTimeout(() => {
|
|
52
|
+
e3.initChartServiceConfigs, function(e4, a3) {
|
|
53
53
|
if (!a3 || 0 == a3.length) return;
|
|
54
54
|
if (e4.initChartData = {}, e4.initChartData.data = fe(e4.entity.data), e4.initChartData.page = fe(e4.entity.page), a3 && a3.length > 0) {
|
|
55
|
-
const
|
|
56
|
-
j(e4,
|
|
55
|
+
const t3 = a3.filter((e5) => false !== e5.initializationQuery);
|
|
56
|
+
j(e4, t3, null, true);
|
|
57
57
|
}
|
|
58
|
-
}(
|
|
59
|
-
}, 200),
|
|
60
|
-
const
|
|
61
|
-
|
|
62
|
-
const
|
|
63
|
-
return De.setPageContext(
|
|
64
|
-
|
|
65
|
-
}), B.$on(
|
|
66
|
-
|
|
67
|
-
}), B.$on(
|
|
68
|
-
|
|
69
|
-
}), B.$on(
|
|
70
|
-
|
|
71
|
-
}), B.$on(
|
|
72
|
-
|
|
73
|
-
}), B.$on(
|
|
74
|
-
|
|
75
|
-
}), B.$on(
|
|
76
|
-
|
|
77
|
-
He.value = e5,
|
|
58
|
+
}(la.value, e3.initChartServiceConfigs);
|
|
59
|
+
}, 200), la.value.initDataSources = [], R(la.value), Re.value = la.value.items ? la.value.items : [];
|
|
60
|
+
const t2 = la.value.runtime ? la.value.runtime : {};
|
|
61
|
+
_e.value = t2.class, Oe.value = t2.style, F(e3, la.value), se(la.value.rules), O(null, la.value, e3, "beforeload");
|
|
62
|
+
const l2 = la.value.code;
|
|
63
|
+
return De.setPageContext(la.value), Je.value = l2 + "_", B.$on(Je.value + "export-form-report", (e4) => {
|
|
64
|
+
Ie.value = e4, ua.value = e4.configureObj, oa.value = e4.pageContext, ca.value = false, Me.value = true;
|
|
65
|
+
}), B.$on(Je.value + "export-pdf-report", (e4) => {
|
|
66
|
+
Ie.value = e4, ua.value = e4.configureObj, oa.value = e4.pageContext, ca.value = true, Me.value = true;
|
|
67
|
+
}), B.$on(Je.value + "import-file", (e4) => {
|
|
68
|
+
Ie.value = e4, ka.value.click();
|
|
69
|
+
}), B.$on(Je.value + "assign-task", (e4) => {
|
|
70
|
+
Ie.value = e4, Be.value = true, Ae.value = false;
|
|
71
|
+
}), B.$on(Je.value + "copy-task", (e4) => {
|
|
72
|
+
Ie.value = e4, We.value = true, Ae.value = true;
|
|
73
|
+
}), B.$on(Je.value + "add-signer", (e4) => {
|
|
74
|
+
Ie.value = e4, Ee.value = true, Ae.value = true;
|
|
75
|
+
}), B.$on(Je.value + "choose-return-node", (e4) => {
|
|
76
|
+
Ie.value = e4, A(e4).then((e5) => {
|
|
77
|
+
He.value = e5, Ue.value = true;
|
|
78
78
|
}).catch((e5) => {
|
|
79
|
-
|
|
79
|
+
Ue.value = false;
|
|
80
80
|
});
|
|
81
|
-
}), B.$on(
|
|
82
|
-
|
|
83
|
-
|
|
81
|
+
}), B.$on(Je.value + "remove-signer", (e4) => {
|
|
82
|
+
Ie.value = e4, J(e4).then((a3) => {
|
|
83
|
+
Ke.value = e4.pageContext.completeTaskParam.taskId, Le.value = a3, Qe.value = true;
|
|
84
84
|
}).catch((e5) => {
|
|
85
|
-
|
|
85
|
+
Qe.value = false;
|
|
86
86
|
});
|
|
87
|
-
}), B.$on(
|
|
88
|
-
|
|
89
|
-
}), B.$on(
|
|
90
|
-
|
|
91
|
-
|
|
87
|
+
}), B.$on(Je.value + "add-transactor", (e4) => {
|
|
88
|
+
Ie.value = e4, Ve.value = true, Ae.value = true;
|
|
89
|
+
}), B.$on(Je.value + "remove-transactor", (e4) => {
|
|
90
|
+
Ie.value = e4, U(e4).then((a3) => {
|
|
91
|
+
Ke.value = e4.pageContext.completeTaskParam.taskId, ze.value = a3, Ge.value = true;
|
|
92
92
|
}).catch((e5) => {
|
|
93
|
-
|
|
93
|
+
Ge.value = false;
|
|
94
94
|
});
|
|
95
|
-
}), B.$on(
|
|
96
|
-
}), B.$on(
|
|
97
|
-
var a3,
|
|
98
|
-
|
|
99
|
-
return new Promise((
|
|
95
|
+
}), B.$on(Je.value + "prohibit-edit", (e4) => {
|
|
96
|
+
}), B.$on(Je.value + "open-dialog", (e4) => {
|
|
97
|
+
var a3, t3, l3;
|
|
98
|
+
ea.value = e4.pageContext, aa.value = e4.configureObj, ta.value = e4.eventParams, a3 = aa.value, t3 = ta.value, l3 = e4.jumpPageSetting, function(e5, a4, t4) {
|
|
99
|
+
return new Promise((l4, u2) => {
|
|
100
100
|
var _a2;
|
|
101
|
-
if (
|
|
101
|
+
if (t4) l4(t4);
|
|
102
102
|
else {
|
|
103
|
-
const
|
|
104
|
-
if (
|
|
105
|
-
false !==
|
|
106
|
-
const e6 = ue(
|
|
103
|
+
const t5 = e5 && e5.props && e5.props.linkPage ? e5.props.linkPage : null;
|
|
104
|
+
if (t5 && t5.jumpPageUrl) {
|
|
105
|
+
false !== t5.isNewPage && true !== t5.isNewPage && (t5.isNewPage = true);
|
|
106
|
+
const e6 = ue(la), u3 = !!((_a2 = aa.value.props.linkPage) == null ? void 0 : _a2.isNeedId);
|
|
107
|
+
aa.value;
|
|
107
108
|
let o2 = u3 && a4 ? a4.id : null, n2 = u3 && a4 ? a4.ids : null, i2 = a4 ? a4.selections : [], s2 = a4 ? a4.row : null;
|
|
108
109
|
if (!s2) if (s2 = {}, i2 && i2.length > 0) s2 = i2[0];
|
|
109
110
|
else {
|
|
110
|
-
const e7 =
|
|
111
|
+
const e7 = ea.value.entity.data, a5 = ea.value.entity.page;
|
|
111
112
|
a5 && Object.assign(s2, a5), e7 && Object.assign(s2, e7);
|
|
112
113
|
}
|
|
113
|
-
const r2 = fe(
|
|
114
|
-
|
|
115
|
-
e7.isNeedId = u3,
|
|
114
|
+
const r2 = fe(ea.value.entity.page);
|
|
115
|
+
t5._pageData = r2, me(t5, null, o2, s2, e6, n2).then((e7) => {
|
|
116
|
+
e7.isNeedId = u3, l4(e7);
|
|
116
117
|
});
|
|
117
|
-
} else
|
|
118
|
+
} else l4(false);
|
|
118
119
|
}
|
|
119
120
|
});
|
|
120
|
-
}(a3,
|
|
121
|
+
}(a3, t3, l3).then((e5) => {
|
|
121
122
|
if (e5) {
|
|
122
|
-
let
|
|
123
|
-
const
|
|
124
|
-
|
|
125
|
-
const u2 =
|
|
126
|
-
if (ta.value || (ta.value = {}), ta.value.paramStoreId =
|
|
123
|
+
let t4 = {};
|
|
124
|
+
const l4 = a3 && a3.props && a3.props.linkPage ? a3.props.linkPage : null;
|
|
125
|
+
l4 && Object.assign(t4, fe(l4)), Object.assign(t4, e5), de(t4, sa);
|
|
126
|
+
const u2 = t4.jumpMode, o2 = t4;
|
|
127
|
+
if (ta.value || (ta.value = {}), ta.value.paramStoreId = t4.paramStoreId, o2.parentPageCode = ea.value.code, o2.parentPageVersion = ea.value.version, o2.isNewPage = true, "popup" === u2 || "refresh" === u2) {
|
|
127
128
|
const e6 = o2.linkType;
|
|
128
129
|
(function(e7, a4) {
|
|
129
|
-
const
|
|
130
|
-
return new Promise((
|
|
131
|
-
if (
|
|
130
|
+
const t5 = ge();
|
|
131
|
+
return new Promise((l5, u3) => {
|
|
132
|
+
if (t5) if ("popup" !== a4 && !sa || ea.value.systemCode === e7.customSystem) l5(true);
|
|
132
133
|
else if (e7.customSystem) {
|
|
133
134
|
const a5 = e7.customSystem;
|
|
134
|
-
Ce.dispatch("getCurrentUserPermissions", { loginName:
|
|
135
|
-
|
|
135
|
+
Ce.dispatch("getCurrentUserPermissions", { loginName: t5, systemCode: a5 }).then(() => {
|
|
136
|
+
l5(true);
|
|
136
137
|
}).catch(() => {
|
|
137
|
-
|
|
138
|
+
l5(true);
|
|
138
139
|
});
|
|
139
|
-
} else oe({ showClose: true, type: "error", message:
|
|
140
|
-
else
|
|
140
|
+
} else oe({ showClose: true, type: "error", message: we("superPageRuntimeMessage.popMsg") }), console.error("弹框参数缺少customSystem参数,parentPageContext.value.systemCode={}", ea.value.systemCode), l5(false);
|
|
141
|
+
else l5(true);
|
|
141
142
|
});
|
|
142
143
|
})(o2, u2).then((a4) => {
|
|
143
|
-
a4 && (
|
|
144
|
-
}), B.$on(
|
|
144
|
+
a4 && (sa && (ea.value.systemCode !== o2.customSystem || e6 && "url" === e6) ? (o2._isIframe = true, "refresh" === u2 && (o2.dialogType = "drawer", o2.jumpPageWidth = "100%"), Ze.value = o2, Ye.value = true) : (o2._isIframe = false, "popup" === u2 ? (Ze.value = o2, Ye.value = true) : "refresh" === u2 && Da.push({ path: "/dsc/page", query: o2 })));
|
|
145
|
+
}), B.$on(Je.value + "close-dialog", (e7) => {
|
|
145
146
|
!function(e8) {
|
|
146
147
|
const a4 = e8.jumpMode;
|
|
147
|
-
a4 && "popup" === a4 ?
|
|
148
|
+
a4 && "popup" === a4 ? wa(e8) : Da.go(-1);
|
|
148
149
|
}(e7);
|
|
149
150
|
});
|
|
150
151
|
}
|
|
151
|
-
}
|
|
152
|
+
} else console.error("页面配置信息不存在");
|
|
152
153
|
});
|
|
153
|
-
}), B.$on(
|
|
154
|
-
|
|
154
|
+
}), B.$on(Je.value + "save-chart-condition", (e4) => {
|
|
155
|
+
pa.value = true;
|
|
155
156
|
}), B.$on("pageLoaded", () => {
|
|
156
|
-
const e4 = { runtime: { events:
|
|
157
|
-
O(null,
|
|
158
|
-
}), B.$on(
|
|
157
|
+
const e4 = { runtime: { events: la.value.events }, systemCode: "", systemVersion: 0, code: "", version: 0, workflowCode: "", workflowVersion: 0, name: "", uuid: "", label: "" };
|
|
158
|
+
O(null, la.value, e4, "load");
|
|
159
|
+
}), B.$on(Je.value + "event-call-component", (e4) => {
|
|
159
160
|
var _a2;
|
|
160
|
-
(_a2 =
|
|
161
|
-
}), P(() =>
|
|
162
|
-
e4 && (
|
|
163
|
-
}),
|
|
161
|
+
(_a2 = ga.value) == null ? void 0 : _a2.renderComponent(e4.componentName, e4.componentProps);
|
|
162
|
+
}), P(() => la.value.isRefresh, (e4) => {
|
|
163
|
+
e4 && (ia.value++, la.value.isRefresh = false);
|
|
164
|
+
}), H(la.value, null, (_a = Ne.pageRequest) == null ? void 0 : _a.isNeedId);
|
|
164
165
|
}
|
|
165
|
-
const
|
|
166
|
-
function
|
|
166
|
+
const ya = t();
|
|
167
|
+
function ha() {
|
|
167
168
|
o(() => {
|
|
168
169
|
var _a, _b;
|
|
169
|
-
const e3 =
|
|
170
|
-
|
|
170
|
+
const e3 = Te.value.parentNode ? Te.value.parentNode : Te.value;
|
|
171
|
+
la.value && (la.value.pageRuntimeStyle || (la.value.pageRuntimeStyle = {}), Ne.contentHeight, la.value.pageRuntimeStyle.height = Ne.contentHeight ?? ((_b = (_a = e3 == null ? void 0 : e3.getBoundingClientRect) == null ? void 0 : _a.call(e3)) == null ? void 0 : _b.height) ?? 0);
|
|
171
172
|
});
|
|
172
173
|
}
|
|
173
|
-
function
|
|
174
|
-
const e3 =
|
|
175
|
-
|
|
174
|
+
function Ca() {
|
|
175
|
+
const e3 = la.value.entity.data, a2 = null == e3.ID ? e3.id : e3.ID;
|
|
176
|
+
na.query && na.query._t_ && a2 && ce(na.query._t_ + "_id", a2);
|
|
176
177
|
}
|
|
177
|
-
function
|
|
178
|
-
|
|
178
|
+
function Pa() {
|
|
179
|
+
Me.value = false, Ie.value = null;
|
|
179
180
|
}
|
|
180
|
-
function
|
|
181
|
-
|
|
181
|
+
function ba(e3, a2) {
|
|
182
|
+
L(Ie.value.pageContext, Ie.value.configureObj, a2, ca.value);
|
|
182
183
|
}
|
|
183
|
-
|
|
184
|
+
l(() => {
|
|
184
185
|
!function() {
|
|
185
|
-
if (
|
|
186
|
-
|
|
187
|
-
let e3 =
|
|
188
|
-
const a2 =
|
|
189
|
-
|
|
190
|
-
e3.contextParam = a3.contextParam, e3.branchFieldAuth = a3.branchFieldAuth, e3.systemParam = a3.systemParam, e3.isWorkflowEntity = a3.isWorkflowEntity, e3.dataTypeMaps = a3.dataTypeMaps,
|
|
191
|
-
|
|
186
|
+
if (Ne.isPreview && Ne.pageDesign) {
|
|
187
|
+
qe.value = true;
|
|
188
|
+
let e3 = Ne.pageDesign;
|
|
189
|
+
const a2 = fa(e3);
|
|
190
|
+
x(e3, a2).then((a3) => {
|
|
191
|
+
e3.contextParam = a3.contextParam, e3.branchFieldAuth = a3.branchFieldAuth, e3.systemParam = a3.systemParam, e3.isWorkflowEntity = a3.isWorkflowEntity, e3.dataTypeMaps = a3.dataTypeMaps, Fe.value = e3, da(e3).then(() => {
|
|
192
|
+
Ca(), Xe.value = true, ha();
|
|
192
193
|
});
|
|
193
194
|
}).finally(() => {
|
|
194
|
-
|
|
195
|
+
qe.value = false;
|
|
195
196
|
});
|
|
196
|
-
} else
|
|
197
|
+
} else Ne.pageCode && (qe.value = true, $(Ne.pageCode).then((e3) => {
|
|
197
198
|
if (e3 && e3.designJson) {
|
|
198
|
-
const a2 = e3.designJson,
|
|
199
|
-
|
|
200
|
-
|
|
199
|
+
const a2 = e3.designJson, t2 = JSON.parse(a2);
|
|
200
|
+
t2.contextParam = e3.contextParam, t2.branchFieldAuth = e3.branchFieldAuth, t2.systemParam = e3.systemParam, t2.isWorkflowEntity = e3.isWorkflowEntity, t2.dataTypeMaps = e3.dataTypeMaps, Fe.value = t2, da(t2).then(() => {
|
|
201
|
+
Ca(), Xe.value = true, ha();
|
|
201
202
|
});
|
|
202
203
|
}
|
|
203
204
|
}).catch((e3) => {
|
|
204
|
-
|
|
205
|
+
qe.value = false;
|
|
205
206
|
}).finally(() => {
|
|
206
|
-
|
|
207
|
+
qe.value = false, "form" === la.value.pageType && be.setPageToChatStore(ya, la.value);
|
|
207
208
|
}));
|
|
208
209
|
}();
|
|
209
210
|
}), u(() => {
|
|
210
211
|
o(() => {
|
|
211
|
-
|
|
212
|
+
la.value && Te.value && q(la.value, "-1", Te);
|
|
212
213
|
});
|
|
213
214
|
}), n(() => {
|
|
214
|
-
T(
|
|
215
|
+
T(la.value), Fe.value && _(Fe.value), B.$off(Je.value + "export-form-report"), B.$off(Je.value + "export-pdf-report"), B.$off(Je.value + "import-file"), B.$off(Je.value + "assign-task"), B.$off(Je.value + "copy-task"), B.$off(Je.value + "add-signer"), B.$off(Je.value + "choose-return-node"), B.$off(Je.value + "remove-signer"), B.$off(Je.value + "prohibit-edit"), B.$off(Je.value + "open-dialog"), B.$off(Je.value + "save-chart-condition"), B.$off("pageLoaded"), la.value && O(null, la.value, la.value, "onUnmounted"), ra && clearTimeout(ra), va && clearTimeout(va);
|
|
215
216
|
});
|
|
216
|
-
const
|
|
217
|
-
function
|
|
218
|
-
true ===
|
|
217
|
+
const ka = a(null);
|
|
218
|
+
function ja(e3) {
|
|
219
|
+
true === Ee.value && (Ee.value = false, Q(Ie.value, e3)), true === We.value && (We.value = false, G(Ie.value, e3)), true === Be.value && (Be.value = false, K(Ie.value, e3)), true === Ve.value && (Ve.value = false, X(Ie.value, e3));
|
|
219
220
|
}
|
|
220
221
|
function xa(e3) {
|
|
221
|
-
He.value = [],
|
|
222
|
+
He.value = [], Ue.value = false, Y(Ie.value, e3);
|
|
222
223
|
}
|
|
223
|
-
function
|
|
224
|
-
|
|
224
|
+
function $a(e3) {
|
|
225
|
+
Le.value = [], Qe.value = false, Z(Ie.value, e3);
|
|
225
226
|
}
|
|
226
227
|
function Sa(e3) {
|
|
227
|
-
|
|
228
|
+
ze.value = [], Ge.value = false, ee(Ie.value, e3);
|
|
228
229
|
}
|
|
229
|
-
const
|
|
230
|
-
function
|
|
230
|
+
const Da = pe();
|
|
231
|
+
function wa(e3) {
|
|
231
232
|
var _a, _b;
|
|
232
|
-
const a2 =
|
|
233
|
-
let
|
|
234
|
-
const o2 =
|
|
233
|
+
const a2 = Ze.value.closeEvent, t2 = Ze.value.isRefreshWhenClosePopup;
|
|
234
|
+
let l2, u2;
|
|
235
|
+
const o2 = ea.value.tableName;
|
|
235
236
|
let n2;
|
|
236
237
|
const i2 = ta.value.columnProp ? ta.value.columnProp : null;
|
|
237
238
|
if (i2) {
|
|
238
|
-
const e4 = (_b = (_a =
|
|
239
|
+
const e4 = (_b = (_a = aa.value) == null ? void 0 : _a.items) == null ? void 0 : _b.filter((e5) => {
|
|
239
240
|
var _a2, _b2, _c, _d;
|
|
240
241
|
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;
|
|
241
242
|
});
|
|
242
243
|
n2 = e4 && e4.length > 0 ? e4[0] : null;
|
|
243
|
-
} else n2 =
|
|
244
|
+
} else n2 = aa.value;
|
|
244
245
|
if (e3) {
|
|
245
246
|
const a3 = e3.isNeedValueMapping;
|
|
246
|
-
|
|
247
|
+
l2 = e3.dataModel, u2 = e3.sourceTableName, a3 && ae(ea.value, n2, l2, u2, Ze.value ? Ze.value.valueMappings : null);
|
|
247
248
|
}
|
|
248
|
-
O(null,
|
|
249
|
+
O(null, ea.value, n2, "closePopup", { sourceModel: l2, sourceTableName: u2, jumpPageSetting: Ze.value, entity: ea.value.entity.data, targetTableName: o2, pageContext: la.value, parentPageContext: ea.value, parentConfigureObj: n2, columnProp: i2 }), function(e4, a3, t3) {
|
|
249
250
|
if (e4) {
|
|
250
|
-
const
|
|
251
|
-
|
|
251
|
+
const l3 = I(ea.value, e4);
|
|
252
|
+
l3 && l3.apply(l3, [{ pageContext: la.value, parentPageContext: ea.value, parentConfigureObj: t3, jumpPageSetting: Ze.value, columnProp: a3 }]);
|
|
252
253
|
}
|
|
253
|
-
}(a2, i2, n2),
|
|
254
|
+
}(a2, i2, n2), te(ea.value, aa.value, t2, void 0 !== t2 && false === t2 ? "noOperation" : null), ea.value = null, aa.value = null, ta.value = null, B.$off(Je.value + "close-dialog"), Ye.value = false;
|
|
254
255
|
}
|
|
255
|
-
function
|
|
256
|
-
|
|
257
|
-
oe({ showClose: true, type: "success", message:
|
|
256
|
+
function Na(e3) {
|
|
257
|
+
le(la.value, e3).then((e4) => {
|
|
258
|
+
oe({ showClose: true, type: "success", message: we("superPageRuntimeMessage.successfulSave") }), ma.value.refreshConditionList();
|
|
258
259
|
});
|
|
259
260
|
}
|
|
260
|
-
function
|
|
261
|
+
function qa(e3) {
|
|
261
262
|
const a2 = e3.queryCondition;
|
|
262
|
-
let
|
|
263
|
-
a2 && (
|
|
263
|
+
let t2 = {};
|
|
264
|
+
a2 && (t2 = JSON.parse(a2)), t2 && t2.data && Object.assign(la.value.entity.data, t2.data), t2 && t2.page && Object.assign(la.value.entity.page, t2.page), pa.value = false;
|
|
264
265
|
}
|
|
265
266
|
return $e2({ pickFileDone: function(e3) {
|
|
266
|
-
let a2 = e3.componentId,
|
|
267
|
-
(a2 ||
|
|
267
|
+
let a2 = e3.componentId, t2 = e3.listCode;
|
|
268
|
+
(a2 || t2) && (t2 ? B.$emit(t2 + "-pickFileDone", e3) : B.$emit(a2 + "-pickFileDone", e3));
|
|
268
269
|
}, uploadFileDone: function(e3) {
|
|
269
|
-
let a2 = e3.componentId,
|
|
270
|
-
(a2 ||
|
|
270
|
+
let a2 = e3.componentId, t2 = e3.listCode;
|
|
271
|
+
(a2 || t2) && (t2 ? B.$emit(t2 + "-uploadFileDone", e3) : B.$emit(a2 + "-uploadFileDone", e3));
|
|
271
272
|
}, scanDone: function(e3) {
|
|
272
|
-
let a2 = e3.componentId,
|
|
273
|
-
(a2 ||
|
|
273
|
+
let a2 = e3.componentId, t2 = e3.listCode;
|
|
274
|
+
(a2 || t2) && (t2 ? B.$emit(t2 + "-scanDone", e3) : B.$emit(a2 + "-scanDone", e3));
|
|
274
275
|
}, getFormFormatData: function() {
|
|
275
|
-
return be.getFormFormatDataUtil(
|
|
276
|
+
return be.getFormFormatDataUtil(la.value);
|
|
276
277
|
} }), (e3, a2) => {
|
|
277
|
-
const
|
|
278
|
-
return s((v(), r("div",
|
|
279
|
-
if (
|
|
280
|
-
if (!
|
|
281
|
-
if ("" ===
|
|
282
|
-
const e5 =
|
|
283
|
-
e5 ? (
|
|
278
|
+
const t2 = i("loading");
|
|
279
|
+
return s((v(), r("div", xe, [Xe.value ? (v(), r("div", { ref_key: "thisRef", ref: Te, key: ia.value, class: c(["runtime-page-container-view", _e.value]), style: m(Oe.value) }, [(v(true), r(y, null, h(Re.value, (e4, a3) => (v(), f(b, { key: e4.uuid, configure: e4, pageContext: C(la) }, null, 8, ["configure", "pageContext"]))), 128)), g(ke, { pageContext: C(la) }, null, 8, ["pageContext"]), Me.value ? (v(), f(M, { key: 0, configure: ua.value, pageContext: oa.value, onClose: Pa, onExport: ba }, null, 8, ["configure", "pageContext"])) : p("", true), d("input", { ref_key: "_selectFile_", ref: ka, type: "file", name: "_selectFile_", style: { display: "none" }, onChange: a2[0] || (a2[0] = (e4) => function() {
|
|
280
|
+
if (Ie.value) {
|
|
281
|
+
if (!ka.value) return;
|
|
282
|
+
if ("" === ka.value.value || null === ka.value.value) return;
|
|
283
|
+
const e5 = ka.value.files[0];
|
|
284
|
+
e5 ? (ka.value.value = null, z(Ie.value, e5)) : oe({ showClose: true, type: "warning", message: we("superPageRuntimeMessage.noFileSelected") });
|
|
284
285
|
}
|
|
285
|
-
}()) }, null, 544),
|
|
286
|
+
}()) }, null, 544), Ee.value || We.value || Be.value || Ve.value ? (v(), f(C(ie), { key: 1, width: "60%", multiple: Ae.value, onClose: ja }, null, 8, ["multiple"])) : p("", true), Ue.value ? (v(), f(E, { key: 2, "task-informitions": He.value, onClose: a2[1] || (a2[1] = (e4) => Ue.value = false), onResult: xa }, null, 8, ["task-informitions"])) : p("", true), Qe.value ? (v(), f(V, { key: 3, "task-id": Ke.value, "active-tasks": Le.value, onClose: a2[2] || (a2[2] = (e4) => Qe.value = false), onResult: $a }, null, 8, ["task-id", "active-tasks"])) : p("", true), Ge.value ? (v(), f(W, { key: 4, "task-id": Ke.value, "transactor-info": ze.value, onClose: a2[3] || (a2[3] = (e4) => Ge.value = false), onResult: Sa }, null, 8, ["task-id", "transactor-info"])) : p("", true), Ye.value ? (v(), f(re, { key: 5, parentPageContext: ea.value, parentPageEventParams: ta.value, jumpPageSetting: Ze.value, onClose: a2[4] || (a2[4] = (e4) => wa()) }, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) : p("", true), pa.value ? (v(), f(Pe, { key: 6, ref_key: "chartCondtionRef", ref: ma, pageContext: C(la), onClose: a2[5] || (a2[5] = (e4) => pa.value = false), onSave: Na, onConfirm: qa }, null, 8, ["pageContext"])) : p("", true), g(je, { ref_key: "eventCallComponentRef", ref: ga }, null, 512)], 6)) : p("", true)])), [[t2, qe.value]]);
|
|
286
287
|
};
|
|
287
288
|
} });
|
|
288
289
|
export {
|