super-page-runtime 2.3.38-sit1 → 2.3.38-sit3

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.
@@ -1,5 +1,6 @@
1
1
  import { default as SuperPageNew } from './views/super-page.vue';
2
2
  import { default as SuperPageDialogNew } from './views/super-page-dialog.vue';
3
3
  import { default as HomeChart } from './views/home-chart.vue';
4
+ import { default as HomeChartConditionRender } from './views/assemblys/chart/common/home-chart-condition-render.vue';
4
5
 
5
- export { SuperPageNew, SuperPageDialogNew, HomeChart };
6
+ export { SuperPageNew, SuperPageDialogNew, HomeChart, HomeChartConditionRender };
@@ -0,0 +1,36 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ chartUuid: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ conditionValues: {
7
+ type: StringConstructor;
8
+ default: any;
9
+ };
10
+ backendUrl: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ "save-conditions": (...args: any[]) => void;
16
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
+ chartUuid: {
18
+ type: StringConstructor;
19
+ default: string;
20
+ };
21
+ conditionValues: {
22
+ type: StringConstructor;
23
+ default: any;
24
+ };
25
+ backendUrl: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ }>> & Readonly<{
30
+ "onSave-conditions"?: (...args: any[]) => any;
31
+ }>, {
32
+ backendUrl: string;
33
+ chartUuid: string;
34
+ conditionValues: string;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
+ export default _default;
@@ -0,0 +1,94 @@
1
+ import { defineComponent as e, ref as t, markRaw as i, onUnmounted as n, resolveComponent as a, resolveDirective as l, withDirectives as o, createElementBlock as u, openBlock as r, createElementVNode as s, createBlock as p, createCommentVNode as c, withCtx as v, createVNode as f, Fragment as g, renderList as m, unref as d, createTextVNode as h, resolveDynamicComponent as y } from "vue";
2
+ import { deepCopy as C } from "../../../../utils/common-util.js";
3
+ import b from "agilebuilder-ui/src/utils/request";
4
+ import { updateOptionDatasources as k, updateChartDatasources as x, setValueForVariableName as S, setVariableValue as j, getFormPropName as O, getValueFromVariable as w } from "../../../../utils/page-helper-util.js";
5
+ import { initPageEvents as _, isShowComponent as J } from "../../../../utils/events/event-util.js";
6
+ import N from "../../object-render.vue.js";
7
+ import U from "../../error-render.vue.js";
8
+ import { getRuntimeComponentByName as H } from "../../../../utils/assemblys-config.js";
9
+ import { addComponentRef as V, addComponentRefByCode as A } from "../../../../utils/global-refs.js";
10
+ import { getDefaultValue as E, controlObjectRenderState as P } from "../../../../utils/page-init-util.js";
11
+ import { ElLoading as D } from "element-plus";
12
+ const $ = { "element-loading-text": "加载中..." }, q = { style: { overflow: "auto" }, ref: "dialogBody" }, T = e({ name: "HomeChartConditionRender", inheritAttrs: false, __name: "home-chart-condition-render", props: { chartUuid: { type: String, default: "" }, conditionValues: { type: String, default: null }, backendUrl: { type: String, default: "" } }, emits: ["save-conditions"], setup(e2, { emit: T2 }) {
13
+ const W = e2, z = t([]), B = t(true), I = t(false), L = t(null);
14
+ let R = t(null);
15
+ const F = t(null), G = t(false), K = t(0), M = t({}), Q = T2, X = t({});
16
+ function Y(e3) {
17
+ if (F.value = e3, e3 && !e3.getConfigure && (e3.getConfigure = function() {
18
+ return L.value;
19
+ }), L.value.uuid && V(R.value, L.value.uuid, F), L.value.code) A(R.value, L.value.code, F);
20
+ else if (L.value.props && L.value.props.base) {
21
+ const e4 = L.value.props.base;
22
+ if (e4.prop) {
23
+ let t3 = e4.prop;
24
+ t3.startsWith("${") && (t3 = t3.substring(2, t3.length - 1)), t3.includes(".") && (t3 = t3.substring(t3.indexOf(".") + 1)), A(R.value, t3, F);
25
+ }
26
+ }
27
+ const t2 = L.value.props ? L.value.props.base : null;
28
+ if (t2 && t2.prop) {
29
+ let e4 = t2.prop;
30
+ e4 = O(e4), P(R.value, e4);
31
+ }
32
+ }
33
+ function Z(e3, t2 = false) {
34
+ let i2 = true;
35
+ if (W.conditionValues && !t2) {
36
+ const t3 = JSON.parse(W.conditionValues);
37
+ if (Object.keys(t3).length > 0) {
38
+ i2 = false;
39
+ for (const i3 in t3) null !== t3[i3] && void 0 !== t3[i3] && S(e3.entity, i3, t3[i3]);
40
+ }
41
+ }
42
+ if (i2 && L.value.pushHomepage.initConfig) {
43
+ for (const t3 of L.value.pushHomepage.initConfig) if (t3.prop && t3.value) {
44
+ const i3 = E(e3, t3.value, "input-text", false), n2 = t3.prop.substring(2, t3.prop.length - 1).split(".");
45
+ null != i3 && j(e3.entity, n2, i3);
46
+ }
47
+ }
48
+ }
49
+ function ee() {
50
+ const e3 = D.service({ lock: true, text: "Loading", background: "rgba(0, 0, 0, 0.7)" });
51
+ x(R.value, R.value.initChartServiceConfigs, null, false).then(() => {
52
+ }).finally(() => {
53
+ e3.close();
54
+ });
55
+ }
56
+ function te() {
57
+ Z(R.value, true), K.value++;
58
+ }
59
+ function ie() {
60
+ const e3 = {};
61
+ R.value.variables.forEach((t2) => {
62
+ const i2 = "${page." + t2.name + "}";
63
+ e3[i2] = w(R.value.entity, i2, null);
64
+ }), Q("save-conditions", e3);
65
+ }
66
+ return W.chartUuid && b.get(window.$vueApp.config.globalProperties.baseAPI + "/component/home-chart-layout/" + W.chartUuid).then((e3) => {
67
+ var _a;
68
+ if (e3 && e3.designJson) {
69
+ L.value = {};
70
+ const n2 = JSON.parse(e3.designJson), a2 = window.frameElement;
71
+ L.value = n2.chartJson, a2 && (L.value.runtime.common.style.pc_style.height = a2.clientHeight + "px");
72
+ const l2 = { isTest: true, showHomepageSearch: false, name: e3.pageName, code: e3.pageCode, label: "", dimensions: "", version: 1, isWorkflowEntity: false, variables: n2.variables, systemCode: e3.systemCode, uuid: e3.uuid, allChartUuids: [], backendUrl: e3.backendUrl, rules: {}, pageType: "chart", beanName: n2.beanName, initChartServiceConfigs: [n2.initChartServiceConfigs], entity: { data: {}, task: {}, request: {}, page: {}, context: e3.contextParam, system: e3.systemParam } };
73
+ if (z.value = ((_a = L.value.pushHomepage) == null ? void 0 : _a.searchConditions) || [], n2.variables) {
74
+ const e4 = l2.entity.page;
75
+ for (const t2 of n2.variables) t2.name && (t2.isArrayElement ? e4[t2.name] = [] : t2.defaultValue ? e4[t2.name] = t2.defaultValue : e4[t2.name] = void 0);
76
+ }
77
+ n2.initOptionConfigs && n2.initOptionConfigs.length > 0 && k(l2, n2.initOptionConfigs, void 0), Z(l2), M.value = i(H(L.value.name));
78
+ const o2 = t(true);
79
+ null == M.value && (M.value = U, o2.value = false), _(n2, l2), R.value = l2, G.value = true, X.value = JSON.parse(JSON.stringify(R.value.entity)), function(e4, t2) {
80
+ if (!t2 || 0 == t2.length) return;
81
+ e4.initChartData = {}, e4.initChartData.data = C(e4.entity.data), e4.initChartData.page = C(e4.entity.page), t2 && t2.length > 0 && x(e4, t2, null, true);
82
+ }(R.value, [n2.initChartServiceConfigs]);
83
+ } else I.value = true, B.value = false;
84
+ }).finally(() => {
85
+ B.value = false;
86
+ }), n(() => {
87
+ }), (e3, t2) => {
88
+ const i2 = a("el-empty"), n2 = a("el-button"), C2 = a("el-col"), b2 = a("el-form"), k2 = l("loading");
89
+ return o((r(), u("div", $, [s("div", q, [z.value && 0 !== z.value.length ? c("", true) : (r(), p(i2, { key: 0, description: "未设置筛选条件", "image-size": 50 })), (r(), p(b2, { key: K.value }, { default: v(() => [(r(true), u(g, null, m(z.value, (e4) => (r(), p(N, { key: e4.uuid, configure: e4, pageContext: d(R) }, null, 8, ["configure", "pageContext"]))), 128)), f(C2, { span: 24, style: { "text-align": "right", margin: "10px 0" } }, { default: v(() => [f(n2, { type: "primary", onClick: ee }, { default: v(() => t2[0] || (t2[0] = [h("查询")])), _: 1 }), f(n2, { type: "default", onClick: te }, { default: v(() => t2[1] || (t2[1] = [h("重置")])), _: 1 }), f(n2, { type: "primary", onClick: ie }, { default: v(() => t2[2] || (t2[2] = [h("保存为默认条件")])), _: 1 })]), _: 1 })]), _: 1 })), G.value && d(J)(L.value) ? (r(), p(y(M.value), { key: 1, ref: Y, style: { width: "100%", height: "300px" }, configure: L.value, pageContext: d(R) }, null, 8, ["configure", "pageContext"])) : c("", true)], 512)])), [[k2, B.value]]);
90
+ };
91
+ } });
92
+ export {
93
+ T as default
94
+ };
@@ -0,0 +1,4 @@
1
+ import e from "./home-chart-condition-render.vue.js";
2
+ export {
3
+ e as default
4
+ };
@@ -1,7 +1,7 @@
1
1
  import e from "./super-page.vue2.js";
2
2
  /* empty css */
3
3
  import p from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = p(e, [["__scopeId", "data-v-f6d885b6"]]);
4
+ const r = p(e, [["__scopeId", "data-v-9ac149f1"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1,7 +1,7 @@
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
3
  import { updateOptionDatasources as j, updateChartDatasources as k } from "../utils/page-helper-util.js";
4
- import { queryPageDesignWhenPreview as $, queryPageDesignByCode as x, convertToPageContext as S, packageAdditionalMapWithLocationSearch as D, packageAdditionalMapWithRoute as N, packageAdditionalMapWithPageRequest as w } from "../utils/page-init-util.js";
4
+ import { queryPageDesignWhenPreview as x, queryPageDesignByCode as $, convertToPageContext as w, packageAdditionalMapWithLocationSearch as S, packageAdditionalMapWithRoute as D, 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 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 J, getRemoveSigner as U, getRemoveTransactor as L, getFormData as H, 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";
12
+ import { doFileTaskFunc as B, getTaskInformitions as J, getRemoveSigner as U, 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";
@@ -27,21 +27,24 @@ import Pe from "agilebuilder-ui/src/store";
27
27
  import be from "./assemblys/common/save-chart-condition-dialog.vue.js";
28
28
  import je from "../utils/ai-chat-util.js";
29
29
  import ke from "./assemblys/page-bottom.vue.js";
30
- import $e from "./assemblys/common/event-call-component.vue.js";
31
- import { scrollIntoViewWithContainer as xe } from "../utils/anchor-util.js";
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: De }) {
33
- const Ne = Ce(), { t: we } = ie(), qe = e2, Te = a(false), Re = a(""), _e = { list: "list-page-container", form: "form-page-container" }, Oe = a(null), Fe = a([]), Ie = a(""), Me = a({}), Ae = a(null), Ee = a(null), Ve = a(false), We = a(false), Be = a(false), Je = a(false), Ue = a(false), Le = a(false), He = 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);
30
+ import xe from "./assemblys/common/event-call-component.vue.js";
31
+ import { scrollIntoViewWithContainer as $e } from "../utils/anchor-util.js";
32
+ const we = 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: we2, emit: Se }) {
33
+ const De = Ce(), { t: Ne } = ie(), qe = e2, Te = a(false), Re = a(""), _e = { list: "list-page-container", form: "form-page-container" }, Oe = a(null), Fe = a([]), Ie = a(""), Me = a({}), Ae = a(null), Ee = a(null), Ve = a(false), We = a(false), Be = a(false), Je = a(false), Ue = 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;
37
37
  const ga = a(false), fa = a(null), da = a(false), ya = a(null);
38
- function ha(e3) {
39
- const a2 = S(e3);
40
- return a2.isTest = qe.isTest, a2.isTest && qe.dimensions && (a2.dimensions = qe.dimensions), qe.isDialog || (D(a2.entity.request), N(ra, a2.entity.request)), w(qe.pageRequest, a2.entity.request), a2;
38
+ let ha = "";
39
+ ha = navigator.userAgent.indexOf("Html5Plus") > 0 ? "app" : "browser";
40
+ const Ca = !(!pa || !ha || "app" !== ha), Pa = a(false);
41
+ function ba(e3) {
42
+ const a2 = w(e3);
43
+ return a2.isTest = qe.isTest, a2.isTest && qe.dimensions && (a2.dimensions = qe.dimensions), qe.isDialog || (S(a2.entity.request), D(ra, a2.entity.request)), N(qe.pageRequest, a2.entity.request), a2;
41
44
  }
42
- function Ca(e3) {
45
+ function ja(e3) {
43
46
  var _a2;
44
- const a2 = ha(e3);
47
+ const a2 = ba(e3);
45
48
  if (na.value = a2, null == na.value) return;
46
49
  na.value.isDialog = true === qe.isDialog, Re.value = _e[na.value.pageType] ?? "", ma = setTimeout(() => {
47
50
  !function(e4, a3) {
@@ -61,40 +64,40 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
61
64
  const t2 = na.value.runtime ? na.value.runtime : {};
62
65
  Ie.value = t2.class, Me.value = t2.style, F(e3, na.value), re(na.value.rules), O(null, na.value, e3, "beforeload");
63
66
  const l2 = na.value.code;
64
- return Ne.setPageContext(na.value), He.value = l2 + "_", W.$on(He.value + "export-form-report", (e4) => {
67
+ return De.setPageContext(na.value), Le.value = l2 + "_", W.$on(Le.value + "export-form-report", (e4) => {
65
68
  Ee.value = e4, ia.value = e4.configureObj, sa.value = e4.pageContext, da.value = false, Ve.value = true;
66
- }), W.$on(He.value + "export-pdf-report", (e4) => {
69
+ }), W.$on(Le.value + "export-pdf-report", (e4) => {
67
70
  Ee.value = e4, ia.value = e4.configureObj, sa.value = e4.pageContext, da.value = true, Ve.value = true;
68
- }), W.$on(He.value + "import-file", (e4) => {
69
- Ee.value = e4, xa.value.click();
70
- }), W.$on(He.value + "assign-task", (e4) => {
71
- Ee.value = e4, Ue.value = true, Le.value = false;
72
- }), W.$on(He.value + "copy-task", (e4) => {
73
- Ee.value = e4, Je.value = true, Le.value = true;
74
- }), W.$on(He.value + "add-signer", (e4) => {
75
- Ee.value = e4, We.value = true, Le.value = true;
76
- }), W.$on(He.value + "choose-return-node", (e4) => {
71
+ }), W.$on(Le.value + "import-file", (e4) => {
72
+ Ee.value = e4, Da.value.click();
73
+ }), W.$on(Le.value + "assign-task", (e4) => {
74
+ Ee.value = e4, Ue.value = true, He.value = false;
75
+ }), W.$on(Le.value + "copy-task", (e4) => {
76
+ Ee.value = e4, Je.value = true, He.value = true;
77
+ }), W.$on(Le.value + "add-signer", (e4) => {
78
+ Ee.value = e4, We.value = true, He.value = true;
79
+ }), W.$on(Le.value + "choose-return-node", (e4) => {
77
80
  Ee.value = e4, J(e4).then((e5) => {
78
81
  Qe.value = e5, ze.value = true;
79
82
  }).catch((e5) => {
80
83
  ze.value = false;
81
84
  });
82
- }), W.$on(He.value + "remove-signer", (e4) => {
85
+ }), W.$on(Le.value + "remove-signer", (e4) => {
83
86
  Ee.value = e4, U(e4).then((a3) => {
84
87
  Ze.value = e4.pageContext.completeTaskParam.taskId, Ge.value = a3, Xe.value = true;
85
88
  }).catch((e5) => {
86
89
  Xe.value = false;
87
90
  });
88
- }), W.$on(He.value + "add-transactor", (e4) => {
89
- Ee.value = e4, Be.value = true, Le.value = true;
90
- }), W.$on(He.value + "remove-transactor", (e4) => {
91
- Ee.value = e4, L(e4).then((a3) => {
91
+ }), W.$on(Le.value + "add-transactor", (e4) => {
92
+ Ee.value = e4, Be.value = true, He.value = true;
93
+ }), W.$on(Le.value + "remove-transactor", (e4) => {
94
+ Ee.value = e4, H(e4).then((a3) => {
92
95
  Ze.value = e4.pageContext.completeTaskParam.taskId, Ke.value = a3, Ye.value = true;
93
96
  }).catch((e5) => {
94
97
  Ye.value = false;
95
98
  });
96
- }), W.$on(He.value + "prohibit-edit", (e4) => {
97
- }), W.$on(He.value + "open-dialog", (e4) => {
99
+ }), W.$on(Le.value + "prohibit-edit", (e4) => {
100
+ }), W.$on(Le.value + "open-dialog", (e4) => {
98
101
  var a3, t3, l3;
99
102
  la.value = e4.pageContext, oa.value = e4.configureObj, ua.value = e4.eventParams, a3 = oa.value, t3 = ua.value, l3 = e4.jumpPageSetting, function(e5, a4, t4) {
100
103
  return new Promise((l4, o2) => {
@@ -137,34 +140,39 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
137
140
  }).catch(() => {
138
141
  l5(true);
139
142
  });
140
- } else ne({ showClose: true, type: "error", message: we("superPageRuntimeMessage.popMsg") }), l5(false);
143
+ } else ne({ showClose: true, type: "error", message: Ne("superPageRuntimeMessage.popMsg") }), l5(false);
141
144
  else l5(true);
142
145
  });
143
146
  })(u2, o2).then((a4) => {
144
- a4 && (pa && (la.value.systemCode !== u2.customSystem || e6 && "url" === e6) ? (u2._isIframe = true, "refresh" === o2 && (u2.dialogType = "drawer", u2.jumpPageWidth = "100%"), ta.value = u2, aa.value = true) : (u2._isIframe = false, "popup" === o2 ? (ta.value = u2, aa.value = true) : "refresh" === o2 && qa.push({ path: "/dsc/page", query: u2 })));
145
- }), W.$on(He.value + "close-dialog", (e7) => {
147
+ if (a4) if (pa && (la.value.systemCode !== u2.customSystem || e6 && "url" === e6)) if (Ca) {
148
+ Pa.value = true;
149
+ const e7 = u2._path;
150
+ location.href = e7;
151
+ } else u2._isIframe = true, "refresh" === o2 && (u2.dialogType = "drawer", u2.jumpPageWidth = "100%"), ta.value = u2, aa.value = true;
152
+ else u2._isIframe = false, "popup" === o2 ? (ta.value = u2, aa.value = true) : "refresh" === o2 && _a.push({ path: "/dsc/page", query: u2 });
153
+ }), W.$on(Le.value + "close-dialog", (e7) => {
146
154
  !function(e8) {
147
155
  const a4 = e8.jumpMode;
148
- a4 && "popup" === a4 ? Ta(e8) : (pa && W.$off(He.value + "close-dialog"), qa.go(-1));
156
+ a4 && "popup" === a4 ? Oa(e8) : (pa && W.$off(Le.value + "close-dialog"), _a.go(-1));
149
157
  }(e7);
150
158
  });
151
159
  }
152
160
  }
153
161
  });
154
- }), W.$on(He.value + "save-chart-condition", (e4) => {
162
+ }), W.$on(Le.value + "save-chart-condition", (e4) => {
155
163
  ga.value = true;
156
164
  }), W.$on("pageLoaded", () => {
157
165
  const e4 = { runtime: { events: na.value.events }, systemCode: "", systemVersion: 0, code: "", version: 0, workflowCode: "", workflowVersion: 0, name: "", uuid: "", label: "" };
158
- O(null, na.value, e4, "load"), xe(Ne.getAutoAnchorComponentConditions(), na.value);
159
- }), W.$on(He.value + "event-call-component", (e4) => {
166
+ O(null, na.value, e4, "load"), $e(De.getAutoAnchorComponentConditions(), na.value);
167
+ }), W.$on(Le.value + "event-call-component", (e4) => {
160
168
  var _a3;
161
169
  (_a3 = ya.value) == null ? void 0 : _a3.renderComponent(e4.componentName, e4.componentProps);
162
170
  }), P(() => na.value.isRefresh, (e4) => {
163
171
  e4 && (va.value++, na.value.isRefresh = false);
164
- }), H(na.value, null, (_a2 = qe.pageRequest) == null ? void 0 : _a2.isNeedId);
172
+ }), L(na.value, null, (_a2 = qe.pageRequest) == null ? void 0 : _a2.isNeedId);
165
173
  }
166
- const Pa = t();
167
- function ba() {
174
+ const ka = t();
175
+ function xa() {
168
176
  u(() => {
169
177
  var _a2, _b;
170
178
  const e3 = Oe.value.parentNode ? Oe.value.parentNode : Oe.value;
@@ -176,40 +184,40 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
176
184
  }
177
185
  });
178
186
  }
179
- function ja() {
187
+ function $a() {
180
188
  const e3 = na.value.entity.data, a2 = null == e3.ID ? e3.id : e3.ID;
181
189
  ra && ra.query && ra.query._t_ && a2 && ge(ra.query._t_ + "_id", a2);
182
190
  }
183
- function ka() {
191
+ function wa() {
184
192
  Ve.value = false, Ee.value = null;
185
193
  }
186
- function $a(e3, a2) {
194
+ function Sa(e3, a2) {
187
195
  z(Ee.value.pageContext, Ee.value.configureObj, a2, da.value);
188
196
  }
189
197
  l(() => {
190
198
  !function() {
191
- if (Ne.resetComponentCounters(), Ne.resetAutoAnchorComponentConditions(), qe.isPreview && qe.pageDesign) {
199
+ if (De.resetComponentCounters(), De.resetAutoAnchorComponentConditions(), qe.isPreview && qe.pageDesign) {
192
200
  Te.value = true;
193
201
  let e3 = qe.pageDesign;
194
- const a2 = ha(e3);
195
- $(e3, a2).then((a3) => {
196
- e3.contextParam = a3.contextParam, e3.branchFieldAuth = a3.branchFieldAuth, e3.systemParam = a3.systemParam, e3.isWorkflowEntity = a3.isWorkflowEntity, e3.dataTypeMaps = a3.dataTypeMaps, Ae.value = e3, Ca(e3).then(() => {
197
- ja(), ea.value = true, pa || B(na.value), ba();
202
+ const a2 = ba(e3);
203
+ x(e3, a2).then((a3) => {
204
+ e3.contextParam = a3.contextParam, e3.branchFieldAuth = a3.branchFieldAuth, e3.systemParam = a3.systemParam, e3.isWorkflowEntity = a3.isWorkflowEntity, e3.dataTypeMaps = a3.dataTypeMaps, Ae.value = e3, ja(e3).then(() => {
205
+ $a(), ea.value = true, pa || B(na.value), xa();
198
206
  });
199
207
  }).finally(() => {
200
208
  Te.value = false;
201
209
  });
202
- } else qe.pageCode && (Te.value = true, x(qe.pageCode).then((e3) => {
210
+ } else qe.pageCode && (Te.value = true, $(qe.pageCode).then((e3) => {
203
211
  if (e3 && e3.designJson) {
204
212
  const a2 = e3.designJson, t2 = JSON.parse(a2);
205
- t2.contextParam = e3.contextParam, t2.branchFieldAuth = e3.branchFieldAuth, t2.systemParam = e3.systemParam, t2.isWorkflowEntity = e3.isWorkflowEntity, t2.dataTypeMaps = e3.dataTypeMaps, Ae.value = t2, Ca(t2).then(() => {
206
- ja(), ea.value = true, pa || B(na.value), ba();
213
+ t2.contextParam = e3.contextParam, t2.branchFieldAuth = e3.branchFieldAuth, t2.systemParam = e3.systemParam, t2.isWorkflowEntity = e3.isWorkflowEntity, t2.dataTypeMaps = e3.dataTypeMaps, Ae.value = t2, ja(t2).then(() => {
214
+ $a(), ea.value = true, pa || B(na.value), xa();
207
215
  });
208
216
  }
209
217
  }).catch((e3) => {
210
218
  Te.value = false;
211
219
  }).finally(() => {
212
- Te.value = false, "form" === na.value.pageType && je.setPageToChatStore(Pa, na.value);
220
+ Te.value = false, "form" === na.value.pageType && je.setPageToChatStore(ka, na.value);
213
221
  }));
214
222
  }();
215
223
  }), o(() => {
@@ -217,24 +225,25 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
217
225
  na.value && Oe.value && q(na.value, "-1", Oe);
218
226
  });
219
227
  }), n(() => {
220
- T(na.value), Ae.value && _(Ae.value), W.$off(He.value + "export-form-report"), W.$off(He.value + "export-pdf-report"), W.$off(He.value + "import-file"), W.$off(He.value + "assign-task"), W.$off(He.value + "copy-task"), W.$off(He.value + "add-signer"), W.$off(He.value + "choose-return-node"), W.$off(He.value + "remove-signer"), W.$off(He.value + "prohibit-edit"), W.$off(He.value + "open-dialog"), W.$off(He.value + "save-chart-condition"), W.$off("pageLoaded"), na.value && O(null, na.value, na.value, "onUnmounted"), ma && clearTimeout(ma), ca && clearTimeout(ca);
228
+ T(na.value), Ae.value && _(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 && O(null, na.value, na.value, "onUnmounted"), ma && clearTimeout(ma), ca && clearTimeout(ca);
221
229
  });
222
- const xa = a(null);
223
- function Sa(e3) {
230
+ const Da = a(null);
231
+ function Na(e3) {
224
232
  true === We.value && (We.value = false, G(Ee.value, e3)), true === Je.value && (Je.value = false, K(Ee.value, e3)), true === Ue.value && (Ue.value = false, X(Ee.value, e3)), true === Be.value && (Be.value = false, Y(Ee.value, e3));
225
233
  }
226
- function Da(e3) {
234
+ function qa(e3) {
227
235
  Qe.value = [], ze.value = false, Z(Ee.value, e3);
228
236
  }
229
- function Na(e3) {
237
+ function Ta(e3) {
230
238
  Ge.value = [], Xe.value = false, ee(Ee.value, e3);
231
239
  }
232
- function wa(e3) {
240
+ function Ra(e3) {
233
241
  Ke.value = [], Ye.value = false, ae(Ee.value, e3);
234
242
  }
235
- const qa = me();
236
- function Ta(e3) {
243
+ const _a = me();
244
+ function Oa(e3) {
237
245
  var _a2, _b;
246
+ if (Pa.value) return Pa.value = false, void window.history.go(-1);
238
247
  const a2 = ta.value.closeEvent, t2 = ta.value.isRefreshWhenClosePopup;
239
248
  let l2, o2;
240
249
  const u2 = la.value.tableName;
@@ -260,19 +269,19 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
260
269
  l3 && l3.apply(l3, [{ pageContext: na.value, parentPageContext: la.value, parentConfigureObj: t3, jumpPageSetting: ta.value, columnProp: a3 }]);
261
270
  }
262
271
  }(a2, i2, n2);
263
- le(la.value, oa.value, t2, void 0 !== t2 && false === t2 ? "noOperation" : null), la.value = null, oa.value = null, ua.value = null, W.$off(He.value + "close-dialog"), aa.value = false;
272
+ 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;
264
273
  }
265
- function Ra(e3) {
274
+ function Fa(e3) {
266
275
  oe(na.value, e3).then((e4) => {
267
- ne({ showClose: true, type: "success", message: we("superPageRuntimeMessage.successfulSave") }), fa.value.refreshConditionList();
276
+ ne({ showClose: true, type: "success", message: Ne("superPageRuntimeMessage.successfulSave") }), fa.value.refreshConditionList();
268
277
  });
269
278
  }
270
- function _a(e3) {
279
+ function Ia(e3) {
271
280
  const a2 = e3.queryCondition;
272
281
  let t2 = {};
273
282
  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;
274
283
  }
275
- return Se2({ pickFileDone: function(e3) {
284
+ return we2({ pickFileDone: function(e3) {
276
285
  let a2 = e3.componentId, t2 = e3.listCode;
277
286
  (a2 || t2) && (t2 ? W.$emit(t2 + "-pickFileDone", e3) : W.$emit(a2 + "-pickFileDone", e3));
278
287
  }, uploadFileDone: function(e3) {
@@ -286,16 +295,16 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
286
295
  } }), (e3, a2) => {
287
296
  var _a2;
288
297
  const t2 = i("loading");
289
- return s((v(), r("div", { class: m(["app-container runtime-page-container", [Re.value]]), style: p((_a2 = c(na)) == null ? void 0 : _a2.pageRuntimeStyle), "element-loading-text": "拼命加载中" }, [ea.value ? (v(), r("div", { ref_key: "thisRef", ref: Oe, key: va.value, class: m(["runtime-page-container-view", Ie.value]), style: p(Me.value) }, [(v(true), r(h, null, C(Fe.value, (e4, a3) => (v(), d(b, { key: e4.uuid, configure: e4, pageContext: c(na) }, null, 8, ["configure", "pageContext"]))), 128)), f(ke, { pageContext: c(na) }, null, 8, ["pageContext"]), Ve.value ? (v(), d(M, { key: 0, configure: ia.value, pageContext: sa.value, onClose: ka, onExport: $a }, null, 8, ["configure", "pageContext"])) : g("", true), y("input", { ref_key: "_selectFile_", ref: xa, type: "file", name: "_selectFile_", style: { display: "none" }, onChange: a2[0] || (a2[0] = (e4) => function() {
298
+ return s((v(), r("div", { class: m(["app-container runtime-page-container", [Re.value]]), style: p((_a2 = c(na)) == null ? void 0 : _a2.pageRuntimeStyle), "element-loading-text": "拼命加载中" }, [ea.value ? (v(), r("div", { ref_key: "thisRef", ref: Oe, key: va.value, class: m(["runtime-page-container-view", Ie.value]), style: p(Me.value) }, [(v(true), r(h, null, C(Fe.value, (e4, a3) => (v(), d(b, { key: e4.uuid, configure: e4, pageContext: c(na) }, null, 8, ["configure", "pageContext"]))), 128)), f(ke, { pageContext: c(na) }, null, 8, ["pageContext"]), Ve.value ? (v(), d(M, { key: 0, configure: ia.value, pageContext: sa.value, onClose: wa, onExport: Sa }, null, 8, ["configure", "pageContext"])) : g("", true), y("input", { ref_key: "_selectFile_", ref: Da, type: "file", name: "_selectFile_", style: { display: "none" }, onChange: a2[0] || (a2[0] = (e4) => function() {
290
299
  if (Ee.value) {
291
- if (!xa.value) return;
292
- if ("" === xa.value.value || null === xa.value.value) return;
293
- const e5 = xa.value.files[0];
294
- e5 ? (xa.value.value = null, Q(Ee.value, e5)) : ne({ showClose: true, type: "warning", message: we("superPageRuntimeMessage.noFileSelected") });
300
+ if (!Da.value) return;
301
+ if ("" === Da.value.value || null === Da.value.value) return;
302
+ const e5 = Da.value.files[0];
303
+ e5 ? (Da.value.value = null, Q(Ee.value, e5)) : ne({ showClose: true, type: "warning", message: Ne("superPageRuntimeMessage.noFileSelected") });
295
304
  }
296
- }()) }, null, 544), We.value || Je.value || Ue.value || Be.value ? (v(), d(c(se), { key: 1, width: "60%", multiple: Le.value, onClose: Sa }, 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: Da }, 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: Na }, 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: wa }, 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) => Ta()) }, 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: Ra, onConfirm: _a }, null, 8, ["pageContext"])) : g("", true), f($e, { ref_key: "eventCallComponentRef", ref: ya }, null, 512)], 6)) : g("", true)], 6)), [[t2, Te.value]]);
305
+ }()) }, null, 544), We.value || Je.value || Ue.value || Be.value ? (v(), d(c(se), { key: 1, width: "60%", multiple: He.value, onClose: Na }, 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: qa }, 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: Ta }, 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: Ra }, 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) => Oa()) }, 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: Fa, onConfirm: Ia }, null, 8, ["pageContext"])) : g("", true), f(xe, { ref_key: "eventCallComponentRef", ref: ya }, null, 512)], 6)) : g("", true)], 6)), [[t2, Te.value]]);
297
306
  };
298
307
  } });
299
308
  export {
300
- Se as default
309
+ we as default
301
310
  };
@@ -1,4 +1,4 @@
1
- import { SuperPageNew, SuperPageDialogNew, HomeChart } from './components/runtime';
1
+ import { SuperPageNew, SuperPageDialogNew, HomeChart, HomeChartConditionRender } from './components/runtime';
2
2
  import { getComponentOptionConfigs, getComponentOptionConfigsBase } from './components/runtime/utils/page-helper-util';
3
3
  import { getStandPermissionInfo, getFunctionInfo, FuncType } from './components/runtime/utils/page-permission-util';
4
4
  import { getCustomTheme, getCustomThemeOptions, getNumFormatter } from './components/runtime/utils/charts/chart-util';
@@ -8,7 +8,7 @@ import { getDateShortCuts } from './components/runtime/utils/form/date-shortcuts
8
8
  import { getListCode } from './components/runtime/utils/common-util';
9
9
  import { default as YxAffix } from './components/runtime/views/assemblys/container/fixed/YxAffix.vue';
10
10
 
11
- export { SuperPageNew, SuperPageDialogNew, getComponentOptionConfigs, getComponentOptionConfigsBase, HomeChart, YxAffix };
11
+ export { SuperPageNew, SuperPageDialogNew, getComponentOptionConfigs, getComponentOptionConfigsBase, HomeChart, HomeChartConditionRender, YxAffix };
12
12
  export { getStandPermissionInfo, getFunctionInfo, FuncType };
13
13
  export { getCustomTheme, getCustomThemeOptions, getNumFormatter as getNumFormatterForChart };
14
14
  export { getDateShortCuts };
package/dist/es/index.js CHANGED
@@ -2,22 +2,24 @@ import { default as default2 } from "./components/runtime/views/super-page.vue.j
2
2
  import { default as default3 } from "./components/runtime/views/super-page-dialog.vue.js";
3
3
  /* empty css */
4
4
  import { default as default4 } from "./components/runtime/views/home-chart.vue.js";
5
+ import { default as default5 } from "./components/runtime/views/assemblys/chart/common/home-chart-condition-render.vue.js";
5
6
  import { getComponentOptionConfigs, getComponentOptionConfigsBase } from "./components/runtime/utils/page-helper-util.js";
6
7
  import { FuncType, getFunctionInfo, getStandPermissionInfo } from "./components/runtime/utils/page-permission-util.js";
7
8
  import { getCustomTheme, getCustomThemeOptions, getNumFormatter } from "./components/runtime/utils/charts/chart-util.js";
8
- import { default as default5 } from "./i18n/langs/cn.js";
9
- import { default as default6 } from "./i18n/langs/en.js";
9
+ import { default as default6 } from "./i18n/langs/cn.js";
10
+ import { default as default7 } from "./i18n/langs/en.js";
10
11
  import { getDateShortCuts } from "./components/runtime/utils/form/date-shortcuts.js";
11
12
  import { getListCode } from "./components/runtime/utils/common-util.js";
12
- import { default as default7 } from "./components/runtime/views/assemblys/container/fixed/YxAffix.vue.js";
13
+ import { default as default8 } from "./components/runtime/views/assemblys/container/fixed/YxAffix.vue.js";
13
14
  export {
14
15
  FuncType,
15
16
  default4 as HomeChart,
17
+ default5 as HomeChartConditionRender,
16
18
  default3 as SuperPageDialogNew,
17
19
  default2 as SuperPageNew,
18
- default7 as YxAffix,
19
- default5 as cn,
20
- default6 as en,
20
+ default8 as YxAffix,
21
+ default6 as cn,
22
+ default7 as en,
21
23
  getComponentOptionConfigs,
22
24
  getComponentOptionConfigsBase,
23
25
  getCustomTheme,
package/dist/es/style.css CHANGED
@@ -108,7 +108,7 @@
108
108
  min-height: 60px;
109
109
  resize: vertical;
110
110
  }
111
- .runtime-page-container[data-v-f6d885b6] {
111
+ .runtime-page-container[data-v-9ac149f1] {
112
112
  overflow: hidden;
113
113
  max-height: 100vh;
114
114
  padding: var(--app-main-padding, 15px);
@@ -116,269 +116,269 @@
116
116
  height: calc(100vh - var(--dec-page-main-padding, 15px) * 2);
117
117
  }
118
118
  @media (max-width: 768px) {
119
- .runtime-page-container[data-v-f6d885b6] .el-col-1 {
119
+ .runtime-page-container[data-v-9ac149f1] .el-col-1 {
120
120
  flex: 0 0 100%;
121
121
  max-width: 100%;
122
122
  }
123
123
  }
124
- .runtime-page-container[data-v-f6d885b6] .el-col-1 > .el-form-item:only-child {
124
+ .runtime-page-container[data-v-9ac149f1] .el-col-1 > .el-form-item:only-child {
125
125
  margin-bottom: 0;
126
126
  }
127
- .runtime-page-container[data-v-f6d885b6] .el-col-2 {
127
+ .runtime-page-container[data-v-9ac149f1] .el-col-2 {
128
128
  flex: 0 0 calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
129
129
  max-width: calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
130
130
  }
131
131
  @media (max-width: 768px) {
132
- .runtime-page-container[data-v-f6d885b6] .el-col-2 {
132
+ .runtime-page-container[data-v-9ac149f1] .el-col-2 {
133
133
  flex: 0 0 100%;
134
134
  max-width: 100%;
135
135
  }
136
136
  }
137
- .runtime-page-container[data-v-f6d885b6] .el-col-2 > .el-form-item:only-child {
137
+ .runtime-page-container[data-v-9ac149f1] .el-col-2 > .el-form-item:only-child {
138
138
  margin-bottom: 0;
139
139
  }
140
140
  @media (max-width: 768px) {
141
- .runtime-page-container[data-v-f6d885b6] .el-col-3 {
141
+ .runtime-page-container[data-v-9ac149f1] .el-col-3 {
142
142
  flex: 0 0 100%;
143
143
  max-width: 100%;
144
144
  }
145
145
  }
146
- .runtime-page-container[data-v-f6d885b6] .el-col-3 > .el-form-item:only-child {
146
+ .runtime-page-container[data-v-9ac149f1] .el-col-3 > .el-form-item:only-child {
147
147
  margin-bottom: 0;
148
148
  }
149
- .runtime-page-container[data-v-f6d885b6] .el-col-4 {
149
+ .runtime-page-container[data-v-9ac149f1] .el-col-4 {
150
150
  flex: 0 0 calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
151
151
  max-width: calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
152
152
  }
153
153
  @media (max-width: 768px) {
154
- .runtime-page-container[data-v-f6d885b6] .el-col-4 {
154
+ .runtime-page-container[data-v-9ac149f1] .el-col-4 {
155
155
  flex: 0 0 100%;
156
156
  max-width: 100%;
157
157
  }
158
158
  }
159
- .runtime-page-container[data-v-f6d885b6] .el-col-4 > .el-form-item:only-child {
159
+ .runtime-page-container[data-v-9ac149f1] .el-col-4 > .el-form-item:only-child {
160
160
  margin-bottom: 0;
161
161
  }
162
162
  @media (max-width: 768px) {
163
- .runtime-page-container[data-v-f6d885b6] .el-col-5 {
163
+ .runtime-page-container[data-v-9ac149f1] .el-col-5 {
164
164
  flex: 0 0 100%;
165
165
  max-width: 100%;
166
166
  }
167
167
  }
168
- .runtime-page-container[data-v-f6d885b6] .el-col-5 > .el-form-item:only-child {
168
+ .runtime-page-container[data-v-9ac149f1] .el-col-5 > .el-form-item:only-child {
169
169
  margin-bottom: 0;
170
170
  }
171
- .runtime-page-container[data-v-f6d885b6] .el-col-6 {
171
+ .runtime-page-container[data-v-9ac149f1] .el-col-6 {
172
172
  flex: 0 0 calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
173
173
  max-width: calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
174
174
  }
175
175
  @media (max-width: 768px) {
176
- .runtime-page-container[data-v-f6d885b6] .el-col-6 {
176
+ .runtime-page-container[data-v-9ac149f1] .el-col-6 {
177
177
  flex: 0 0 100%;
178
178
  max-width: 100%;
179
179
  }
180
180
  }
181
- .runtime-page-container[data-v-f6d885b6] .el-col-6 > .el-form-item:only-child {
181
+ .runtime-page-container[data-v-9ac149f1] .el-col-6 > .el-form-item:only-child {
182
182
  margin-bottom: 0;
183
183
  }
184
184
  @media (max-width: 768px) {
185
- .runtime-page-container[data-v-f6d885b6] .el-col-7 {
185
+ .runtime-page-container[data-v-9ac149f1] .el-col-7 {
186
186
  flex: 0 0 100%;
187
187
  max-width: 100%;
188
188
  }
189
189
  }
190
- .runtime-page-container[data-v-f6d885b6] .el-col-7 > .el-form-item:only-child {
190
+ .runtime-page-container[data-v-9ac149f1] .el-col-7 > .el-form-item:only-child {
191
191
  margin-bottom: 0;
192
192
  }
193
- .runtime-page-container[data-v-f6d885b6] .el-col-8 {
193
+ .runtime-page-container[data-v-9ac149f1] .el-col-8 {
194
194
  flex: 0 0 calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
195
195
  max-width: calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
196
196
  }
197
197
  @media (max-width: 768px) {
198
- .runtime-page-container[data-v-f6d885b6] .el-col-8 {
198
+ .runtime-page-container[data-v-9ac149f1] .el-col-8 {
199
199
  flex: 0 0 100%;
200
200
  max-width: 100%;
201
201
  }
202
202
  }
203
- .runtime-page-container[data-v-f6d885b6] .el-col-8 > .el-form-item:only-child {
203
+ .runtime-page-container[data-v-9ac149f1] .el-col-8 > .el-form-item:only-child {
204
204
  margin-bottom: 0;
205
205
  }
206
206
  @media (max-width: 768px) {
207
- .runtime-page-container[data-v-f6d885b6] .el-col-9 {
207
+ .runtime-page-container[data-v-9ac149f1] .el-col-9 {
208
208
  flex: 0 0 100%;
209
209
  max-width: 100%;
210
210
  }
211
211
  }
212
- .runtime-page-container[data-v-f6d885b6] .el-col-9 > .el-form-item:only-child {
212
+ .runtime-page-container[data-v-9ac149f1] .el-col-9 > .el-form-item:only-child {
213
213
  margin-bottom: 0;
214
214
  }
215
- .runtime-page-container[data-v-f6d885b6] .el-col-10 {
215
+ .runtime-page-container[data-v-9ac149f1] .el-col-10 {
216
216
  flex: 0 0 calc(10 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
217
217
  max-width: calc(10 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
218
218
  }
219
219
  @media (max-width: 768px) {
220
- .runtime-page-container[data-v-f6d885b6] .el-col-10 {
220
+ .runtime-page-container[data-v-9ac149f1] .el-col-10 {
221
221
  flex: 0 0 100%;
222
222
  max-width: 100%;
223
223
  }
224
224
  }
225
- .runtime-page-container[data-v-f6d885b6] .el-col-10 > .el-form-item:only-child {
225
+ .runtime-page-container[data-v-9ac149f1] .el-col-10 > .el-form-item:only-child {
226
226
  margin-bottom: 0;
227
227
  }
228
228
  @media (max-width: 768px) {
229
- .runtime-page-container[data-v-f6d885b6] .el-col-11 {
229
+ .runtime-page-container[data-v-9ac149f1] .el-col-11 {
230
230
  flex: 0 0 100%;
231
231
  max-width: 100%;
232
232
  }
233
233
  }
234
- .runtime-page-container[data-v-f6d885b6] .el-col-11 > .el-form-item:only-child {
234
+ .runtime-page-container[data-v-9ac149f1] .el-col-11 > .el-form-item:only-child {
235
235
  margin-bottom: 0;
236
236
  }
237
- .runtime-page-container[data-v-f6d885b6] .el-col-12 {
237
+ .runtime-page-container[data-v-9ac149f1] .el-col-12 {
238
238
  flex: 0 0 calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
239
239
  max-width: calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
240
240
  }
241
241
  @media (max-width: 768px) {
242
- .runtime-page-container[data-v-f6d885b6] .el-col-12 {
242
+ .runtime-page-container[data-v-9ac149f1] .el-col-12 {
243
243
  flex: 0 0 100%;
244
244
  max-width: 100%;
245
245
  }
246
246
  }
247
- .runtime-page-container[data-v-f6d885b6] .el-col-12 > .el-form-item:only-child {
247
+ .runtime-page-container[data-v-9ac149f1] .el-col-12 > .el-form-item:only-child {
248
248
  margin-bottom: 0;
249
249
  }
250
250
  @media (max-width: 768px) {
251
- .runtime-page-container[data-v-f6d885b6] .el-col-13 {
251
+ .runtime-page-container[data-v-9ac149f1] .el-col-13 {
252
252
  flex: 0 0 100%;
253
253
  max-width: 100%;
254
254
  }
255
255
  }
256
- .runtime-page-container[data-v-f6d885b6] .el-col-13 > .el-form-item:only-child {
256
+ .runtime-page-container[data-v-9ac149f1] .el-col-13 > .el-form-item:only-child {
257
257
  margin-bottom: 0;
258
258
  }
259
- .runtime-page-container[data-v-f6d885b6] .el-col-14 {
259
+ .runtime-page-container[data-v-9ac149f1] .el-col-14 {
260
260
  flex: 0 0 calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
261
261
  max-width: calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
262
262
  }
263
263
  @media (max-width: 768px) {
264
- .runtime-page-container[data-v-f6d885b6] .el-col-14 {
264
+ .runtime-page-container[data-v-9ac149f1] .el-col-14 {
265
265
  flex: 0 0 100%;
266
266
  max-width: 100%;
267
267
  }
268
268
  }
269
- .runtime-page-container[data-v-f6d885b6] .el-col-14 > .el-form-item:only-child {
269
+ .runtime-page-container[data-v-9ac149f1] .el-col-14 > .el-form-item:only-child {
270
270
  margin-bottom: 0;
271
271
  }
272
272
  @media (max-width: 768px) {
273
- .runtime-page-container[data-v-f6d885b6] .el-col-15 {
273
+ .runtime-page-container[data-v-9ac149f1] .el-col-15 {
274
274
  flex: 0 0 100%;
275
275
  max-width: 100%;
276
276
  }
277
277
  }
278
- .runtime-page-container[data-v-f6d885b6] .el-col-15 > .el-form-item:only-child {
278
+ .runtime-page-container[data-v-9ac149f1] .el-col-15 > .el-form-item:only-child {
279
279
  margin-bottom: 0;
280
280
  }
281
- .runtime-page-container[data-v-f6d885b6] .el-col-16 {
281
+ .runtime-page-container[data-v-9ac149f1] .el-col-16 {
282
282
  flex: 0 0 calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
283
283
  max-width: calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
284
284
  }
285
285
  @media (max-width: 768px) {
286
- .runtime-page-container[data-v-f6d885b6] .el-col-16 {
286
+ .runtime-page-container[data-v-9ac149f1] .el-col-16 {
287
287
  flex: 0 0 100%;
288
288
  max-width: 100%;
289
289
  }
290
290
  }
291
- .runtime-page-container[data-v-f6d885b6] .el-col-16 > .el-form-item:only-child {
291
+ .runtime-page-container[data-v-9ac149f1] .el-col-16 > .el-form-item:only-child {
292
292
  margin-bottom: 0;
293
293
  }
294
294
  @media (max-width: 768px) {
295
- .runtime-page-container[data-v-f6d885b6] .el-col-17 {
295
+ .runtime-page-container[data-v-9ac149f1] .el-col-17 {
296
296
  flex: 0 0 100%;
297
297
  max-width: 100%;
298
298
  }
299
299
  }
300
- .runtime-page-container[data-v-f6d885b6] .el-col-17 > .el-form-item:only-child {
300
+ .runtime-page-container[data-v-9ac149f1] .el-col-17 > .el-form-item:only-child {
301
301
  margin-bottom: 0;
302
302
  }
303
- .runtime-page-container[data-v-f6d885b6] .el-col-18 {
303
+ .runtime-page-container[data-v-9ac149f1] .el-col-18 {
304
304
  flex: 0 0 calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
305
305
  max-width: calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
306
306
  }
307
307
  @media (max-width: 768px) {
308
- .runtime-page-container[data-v-f6d885b6] .el-col-18 {
308
+ .runtime-page-container[data-v-9ac149f1] .el-col-18 {
309
309
  flex: 0 0 100%;
310
310
  max-width: 100%;
311
311
  }
312
312
  }
313
- .runtime-page-container[data-v-f6d885b6] .el-col-18 > .el-form-item:only-child {
313
+ .runtime-page-container[data-v-9ac149f1] .el-col-18 > .el-form-item:only-child {
314
314
  margin-bottom: 0;
315
315
  }
316
316
  @media (max-width: 768px) {
317
- .runtime-page-container[data-v-f6d885b6] .el-col-19 {
317
+ .runtime-page-container[data-v-9ac149f1] .el-col-19 {
318
318
  flex: 0 0 100%;
319
319
  max-width: 100%;
320
320
  }
321
321
  }
322
- .runtime-page-container[data-v-f6d885b6] .el-col-19 > .el-form-item:only-child {
322
+ .runtime-page-container[data-v-9ac149f1] .el-col-19 > .el-form-item:only-child {
323
323
  margin-bottom: 0;
324
324
  }
325
- .runtime-page-container[data-v-f6d885b6] .el-col-20 {
325
+ .runtime-page-container[data-v-9ac149f1] .el-col-20 {
326
326
  flex: 0 0 calc(20 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
327
327
  max-width: calc(20 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
328
328
  }
329
329
  @media (max-width: 768px) {
330
- .runtime-page-container[data-v-f6d885b6] .el-col-20 {
330
+ .runtime-page-container[data-v-9ac149f1] .el-col-20 {
331
331
  flex: 0 0 100%;
332
332
  max-width: 100%;
333
333
  }
334
334
  }
335
- .runtime-page-container[data-v-f6d885b6] .el-col-20 > .el-form-item:only-child {
335
+ .runtime-page-container[data-v-9ac149f1] .el-col-20 > .el-form-item:only-child {
336
336
  margin-bottom: 0;
337
337
  }
338
338
  @media (max-width: 768px) {
339
- .runtime-page-container[data-v-f6d885b6] .el-col-21 {
339
+ .runtime-page-container[data-v-9ac149f1] .el-col-21 {
340
340
  flex: 0 0 100%;
341
341
  max-width: 100%;
342
342
  }
343
343
  }
344
- .runtime-page-container[data-v-f6d885b6] .el-col-21 > .el-form-item:only-child {
344
+ .runtime-page-container[data-v-9ac149f1] .el-col-21 > .el-form-item:only-child {
345
345
  margin-bottom: 0;
346
346
  }
347
- .runtime-page-container[data-v-f6d885b6] .el-col-22 {
347
+ .runtime-page-container[data-v-9ac149f1] .el-col-22 {
348
348
  flex: 0 0 calc(22 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
349
349
  max-width: calc(22 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
350
350
  }
351
351
  @media (max-width: 768px) {
352
- .runtime-page-container[data-v-f6d885b6] .el-col-22 {
352
+ .runtime-page-container[data-v-9ac149f1] .el-col-22 {
353
353
  flex: 0 0 100%;
354
354
  max-width: 100%;
355
355
  }
356
356
  }
357
- .runtime-page-container[data-v-f6d885b6] .el-col-22 > .el-form-item:only-child {
357
+ .runtime-page-container[data-v-9ac149f1] .el-col-22 > .el-form-item:only-child {
358
358
  margin-bottom: 0;
359
359
  }
360
360
  @media (max-width: 768px) {
361
- .runtime-page-container[data-v-f6d885b6] .el-col-23 {
361
+ .runtime-page-container[data-v-9ac149f1] .el-col-23 {
362
362
  flex: 0 0 100%;
363
363
  max-width: 100%;
364
364
  }
365
365
  }
366
- .runtime-page-container[data-v-f6d885b6] .el-col-23 > .el-form-item:only-child {
366
+ .runtime-page-container[data-v-9ac149f1] .el-col-23 > .el-form-item:only-child {
367
367
  margin-bottom: 0;
368
368
  }
369
369
  @media (max-width: 768px) {
370
- .runtime-page-container[data-v-f6d885b6] .el-col-24 {
370
+ .runtime-page-container[data-v-9ac149f1] .el-col-24 {
371
371
  flex: 0 0 100%;
372
372
  max-width: 100%;
373
373
  }
374
374
  }
375
- .runtime-page-container[data-v-f6d885b6] .el-col-24 > .el-form-item:only-child {
375
+ .runtime-page-container[data-v-9ac149f1] .el-col-24 > .el-form-item:only-child {
376
376
  margin-bottom: 0;
377
377
  }
378
- .runtime-page-container[data-v-f6d885b6] .el-input-group > .el-input-group__append > .el-button + .el-button {
378
+ .runtime-page-container[data-v-9ac149f1] .el-input-group > .el-input-group__append > .el-button + .el-button {
379
379
  margin-left: 12px;
380
380
  }
381
- .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view, .runtime-page-container[data-v-f6d885b6] .el-container > .el-main, .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside {
381
+ .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view, .runtime-page-container[data-v-9ac149f1] .el-container > .el-main, .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside {
382
382
  display: flex;
383
383
  flex-direction: row;
384
384
  align-items: flex-start;
@@ -389,49 +389,49 @@
389
389
  height: calc(100vh - var(--dec-page-main-padding, 15px) * 2);
390
390
  overflow: auto;
391
391
  }
392
- .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view[style*="padding: 10px"], .runtime-page-container[data-v-f6d885b6] .el-container > [style*="padding: 10px"].el-main, .runtime-page-container[data-v-f6d885b6] .el-container > [style*="padding: 10px"].el-aside {
392
+ .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view[style*="padding: 10px"], .runtime-page-container[data-v-9ac149f1] .el-container > [style*="padding: 10px"].el-main, .runtime-page-container[data-v-9ac149f1] .el-container > [style*="padding: 10px"].el-aside {
393
393
  padding: 0 !important;
394
394
  }
395
- .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view .el-form, .runtime-page-container[data-v-f6d885b6] .el-container > .el-main .el-form, .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside .el-form {
395
+ .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view .el-form, .runtime-page-container[data-v-9ac149f1] .el-container > .el-main .el-form, .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside .el-form {
396
396
  width: 100%;
397
397
  display: flex;
398
398
  flex-wrap: wrap;
399
399
  gap: var(--runtime-page-container-view-gap, 15px);
400
400
  }
401
- .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view .el-form > div, .runtime-page-container[data-v-f6d885b6] .el-container > .el-main .el-form > div, .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside .el-form > div {
401
+ .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view .el-form > div, .runtime-page-container[data-v-9ac149f1] .el-container > .el-main .el-form > div, .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside .el-form > div {
402
402
  width: 100%;
403
403
  }
404
- .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-f6d885b6] .el-container > .el-main .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside .el-form > div[style*="display: inline-block"] {
404
+ .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-9ac149f1] .el-container > .el-main .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside .el-form > div[style*="display: inline-block"] {
405
405
  width: auto;
406
406
  }
407
- .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view > div, .runtime-page-container[data-v-f6d885b6] .el-container > .el-main > div, .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside > div {
407
+ .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view > div, .runtime-page-container[data-v-9ac149f1] .el-container > .el-main > div, .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside > div {
408
408
  width: 100%;
409
409
  }
410
- .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view > div[style*="display: inline-block"], .runtime-page-container[data-v-f6d885b6] .el-container > .el-main > div[style*="display: inline-block"], .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside > div[style*="display: inline-block"] {
410
+ .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view > div[style*="display: inline-block"], .runtime-page-container[data-v-9ac149f1] .el-container > .el-main > div[style*="display: inline-block"], .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside > div[style*="display: inline-block"] {
411
411
  width: auto;
412
412
  }
413
- .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view > div[class*=el-col-], .runtime-page-container[data-v-f6d885b6] .el-container > .el-main > div[class*=el-col-], .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside > div[class*=el-col-], .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view > div[style="flex:"], .runtime-page-container[data-v-f6d885b6] .el-container > .el-main > div[style="flex:"], .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside > div[style="flex:"] {
413
+ .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view > div[class*=el-col-], .runtime-page-container[data-v-9ac149f1] .el-container > .el-main > div[class*=el-col-], .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside > div[class*=el-col-], .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view > div[style="flex:"], .runtime-page-container[data-v-9ac149f1] .el-container > .el-main > div[style="flex:"], .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside > div[style="flex:"] {
414
414
  flex: none !important;
415
415
  }
416
- .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view > [style*="display: inline-block"], .runtime-page-container[data-v-f6d885b6] .el-container > .el-main > [style*="display: inline-block"], .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside > [style*="display: inline-block"] {
416
+ .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view > [style*="display: inline-block"], .runtime-page-container[data-v-9ac149f1] .el-container > .el-main > [style*="display: inline-block"], .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside > [style*="display: inline-block"] {
417
417
  width: auto;
418
418
  }
419
- .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view > .el-row[class*=el-col-], .runtime-page-container[data-v-f6d885b6] .el-container > .el-main > .el-row[class*=el-col-], .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside > .el-row[class*=el-col-] {
419
+ .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view > .el-row[class*=el-col-], .runtime-page-container[data-v-9ac149f1] .el-container > .el-main > .el-row[class*=el-col-], .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside > .el-row[class*=el-col-] {
420
420
  flex: none;
421
421
  }
422
- .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view .el-row, .runtime-page-container[data-v-f6d885b6] .el-container > .el-main .el-row, .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside .el-row {
422
+ .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view .el-row, .runtime-page-container[data-v-9ac149f1] .el-container > .el-main .el-row, .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside .el-row {
423
423
  gap: var(--layout-form-flex-gap, 15px);
424
424
  }
425
- .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view .el-row > div, .runtime-page-container[data-v-f6d885b6] .el-container > .el-main .el-row > div, .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside .el-row > div {
425
+ .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view .el-row > div, .runtime-page-container[data-v-9ac149f1] .el-container > .el-main .el-row > div, .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside .el-row > div {
426
426
  width: 100%;
427
427
  }
428
- .runtime-page-container[data-v-f6d885b6] .runtime-page-container-view .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-f6d885b6] .el-container > .el-main .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside .el-row > div[style*="display: inline-block"] {
428
+ .runtime-page-container[data-v-9ac149f1] .runtime-page-container-view .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-9ac149f1] .el-container > .el-main .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside .el-row > div[style*="display: inline-block"] {
429
429
  width: auto;
430
430
  }
431
- .runtime-page-container[data-v-f6d885b6] .el-container {
431
+ .runtime-page-container[data-v-9ac149f1] .el-container {
432
432
  gap: var(--runtime-page-container-view-gap, 15px);
433
433
  }
434
- .runtime-page-container[data-v-f6d885b6] .el-container > .el-main, .runtime-page-container[data-v-f6d885b6] .el-container > .el-aside {
434
+ .runtime-page-container[data-v-9ac149f1] .el-container > .el-main, .runtime-page-container[data-v-9ac149f1] .el-container > .el-aside {
435
435
  padding: 0;
436
436
  }.yx-affix[data-v-a994b02d]:empty {
437
437
  display: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-runtime",
3
- "version": "2.3.38-sit1",
3
+ "version": "2.3.38-sit3",
4
4
  "description": "AgileBuilder super page runtime",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",
@@ -49,7 +49,7 @@
49
49
  "@vitejs/plugin-vue-jsx": "^3.1.0",
50
50
  "@vue/eslint-config-prettier": "^8.0.0",
51
51
  "@vue/test-utils": "^2.4.4",
52
- "agilebuilder-ui": "1.1.94-sit1",
52
+ "agilebuilder-ui": "1.1.94-sit3",
53
53
  "axios": "^1.6.8",
54
54
  "cypress": "^13.6.6",
55
55
  "element-plus": "^2.6.1",