super-page-runtime 2.3.3-tmp2 → 2.3.4
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/views/assemblys/container/tabs/tabs-runtime.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +28 -28
- package/dist/es/components/runtime/views/home-chart.vue.d.ts +3 -3
- package/dist/es/components/runtime/views/home-chart.vue.js +24 -22
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +9 -9
- package/dist/es/i18n/langs/cn.js +1 -1
- package/dist/es/i18n/langs/en.js +1 -1
- package/dist/es/style.css +87 -87
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from "./tabs-runtime.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const r = e
|
|
3
|
+
import t from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const r = t(e, [["__scopeId", "data-v-df9efce2"]]);
|
|
5
5
|
export {
|
|
6
6
|
r as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as n, watch as t, onMounted as o, nextTick as a, resolveComponent as i, createBlock as c, openBlock as l, unref as u, normalizeClass as r, normalizeStyle as s, withCtx as p, createElementBlock as f, createCommentVNode as d, Fragment as g, renderList as m, createElementVNode as b, toDisplayString as y, withModifiers as
|
|
1
|
+
import { defineComponent as e, ref as n, watch as t, onMounted as o, nextTick as a, resolveComponent as i, createBlock as c, openBlock as l, unref as u, normalizeClass as r, normalizeStyle as s, withCtx as p, createElementBlock as f, createCommentVNode as d, Fragment as g, renderList as m, createElementVNode as b, toDisplayString as y, withModifiers as v, createTextVNode as h } from "vue";
|
|
2
2
|
import { ElTabs as x, ElTabPane as C } from "element-plus";
|
|
3
3
|
import T from "../../object-render.vue.js";
|
|
4
4
|
import { SuperIcon as E } from "agilebuilder-ui";
|
|
@@ -88,7 +88,7 @@ const _ = e({ __name: "tabs-runtime", props: { pageContext: {}, configure: {} },
|
|
|
88
88
|
}), j.value = [...new Set(n2)];
|
|
89
89
|
} }), (e3, n2) => {
|
|
90
90
|
const t2 = i("el-button");
|
|
91
|
-
return l(), c(u(x), { ref_key: "thisRef", ref: O, modelValue: P.value, "onUpdate:modelValue": n2[0] || (n2[0] = (e4) => P.value = e4), type: e3.configure.props.cardType, "tab-position": e3.configure.props.tabPosition, style: s(u(B)), class: r([u(z), "runtime-page-container-tabs-view"]), closable: e3.configure.props.closable, "before-leave": S, onTabClick: D, onTabChange: F, onTabRemove: L, onTabAdd: q, onEdit: G }, { default: p(() => [(l(true), f(g, null, m(A.configure.items, (n3, t3) => (l(), c(u(C), { key: t3, label: n3.label, name: n3.code,
|
|
91
|
+
return l(), c(u(x), { ref_key: "thisRef", ref: O, modelValue: P.value, "onUpdate:modelValue": n2[0] || (n2[0] = (e4) => P.value = e4), type: e3.configure.props.cardType, "tab-position": e3.configure.props.tabPosition, style: s(u(B)), class: r([u(z), "runtime-page-container-tabs-view"]), closable: e3.configure.props.closable, "before-leave": S, onTabClick: D, onTabChange: F, onTabRemove: L, onTabAdd: q, onEdit: G }, { default: p(() => [(l(true), f(g, null, m(A.configure.items, (n3, t3) => (l(), c(u(C), { key: t3, label: n3.label, name: n3.code, lazy: !!e3.configure.props.lazy }, { label: p(() => [n3.iconType && n3.iconValue ? (l(), c(u(E), { key: 0, iconType: n3.iconType, iconValue: n3.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : d("", true), b("span", { style: s(u(I)) }, y(u(N)(n3.label)), 5)]), default: p(() => [(e3.configure.props.isFullyRendered ?? 1) || n3.code === P.value ? (l(true), f(g, { key: 0 }, m(n3.items, (n4) => (l(), c(T, { key: n4.uuid, pageContext: e3.pageContext, configure: n4 }, null, 8, ["pageContext", "configure"]))), 128)) : d("", true)]), _: 2 }, 1032, ["label", "name", "lazy"]))), 128)), e3.configure.props.resetable ? (l(), c(u(C), { key: 0, disabled: "", name: "-1" }, { label: p(() => [e3.configure.props.resetable ? (l(), c(t2, { key: 0, type: "text", circle: "", onClick: v(H, ["stop"]) }, { default: p(() => [h(y(e3.configure.props.resetButtonName || "重置"), 1)]), _: 1 })) : d("", true)]), _: 1 })) : d("", true)]), _: 1 }, 8, ["modelValue", "type", "tab-position", "style", "class", "closable"]);
|
|
92
92
|
};
|
|
93
93
|
} });
|
|
94
94
|
export {
|
package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { defineComponent as e, ref as l, watch as t, onMounted as
|
|
1
|
+
import { defineComponent as e, ref as l, watch as t, onMounted as a, nextTick as o, onUnmounted as i, resolveComponent as u, createBlock as s, createCommentVNode as n, openBlock as p, normalizeStyle as r, normalizeClass as v, unref as m, withCtx as d, createElementBlock as f, toDisplayString as c } from "vue";
|
|
2
2
|
import { getVariableValue as h, setVariableValue as y } from "../../../../utils/page-helper-util.js";
|
|
3
|
-
import { handleAfterInitEvent as g, fileUploadBeforeUpload as
|
|
4
|
-
import
|
|
5
|
-
import { FsUploadNew as
|
|
6
|
-
import
|
|
7
|
-
import { $t as
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
A(h(
|
|
3
|
+
import { handleAfterInitEvent as g, fileUploadBeforeUpload as b } from "../../../../utils/events/event-util.js";
|
|
4
|
+
import C from "agilebuilder-ui/src/utils/request";
|
|
5
|
+
import { FsUploadNew as w } from "agilebuilder-ui";
|
|
6
|
+
import x from "../../../../utils/eventBus.js";
|
|
7
|
+
import { $t as k } from "../../../../utils/i18n-util.js";
|
|
8
|
+
const P = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
|
|
9
|
+
const P2 = e2, _ = P2.configure.runtime ? P2.configure.runtime : {}, j = l(_.props ? _.props : {}), D = _.style, I = _.class, R = _.headerStyle, T = _.titleExceedStyle, z = P2.pageContext.entity ? P2.pageContext.entity : {}, F = P2.configure.props.base ? P2.configure.props.base : {}, O = G(F.prop), S = G(F.propName);
|
|
10
|
+
O && O.length > 1 && t(() => P2.pageContext.entity[O[0]][O[1]], (e3) => {
|
|
11
|
+
A(h(z, O));
|
|
12
12
|
});
|
|
13
|
-
const N =
|
|
13
|
+
const N = P2.pageContext.code, q = l(O ? N + "__" + O.join("__") : null), U = h(z, O), $ = l(null), W = l(false), B = l([]), E = l({});
|
|
14
14
|
function A(e3) {
|
|
15
15
|
if (e3) {
|
|
16
16
|
const l2 = e3.split(",");
|
|
17
17
|
if (l2.length > 0) {
|
|
18
|
-
const e4 =
|
|
19
|
-
|
|
18
|
+
const e4 = P2.pageContext.backendUrl;
|
|
19
|
+
C.post(e4 + "/common/fs-upload/search-file-names", l2).then((e5) => {
|
|
20
20
|
B.value = [];
|
|
21
21
|
const t2 = [];
|
|
22
|
-
for (let
|
|
23
|
-
const
|
|
24
|
-
t2.push(e5[
|
|
22
|
+
for (let a2 = 0; a2 < l2.length; a2++) {
|
|
23
|
+
const o2 = l2[a2];
|
|
24
|
+
t2.push(e5[o2]), B.value.push({ showName: e5[o2], serverPath: o2 });
|
|
25
25
|
}
|
|
26
26
|
"input" === j.value.displayType && (E.value.showName = t2.join(","), E.value.serverPath = l2.join(","));
|
|
27
27
|
}).finally(() => {
|
|
@@ -34,7 +34,7 @@ const _ = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure:
|
|
|
34
34
|
return e3 ? (e3.startsWith("${") && (e3 = e3.substring(2, e3.length - 1)), e3.split(".")) : [];
|
|
35
35
|
}
|
|
36
36
|
function H(e3) {
|
|
37
|
-
return
|
|
37
|
+
return b(e3);
|
|
38
38
|
}
|
|
39
39
|
A(U);
|
|
40
40
|
const J = (e3, l2, t2) => {
|
|
@@ -48,22 +48,22 @@ const _ = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure:
|
|
|
48
48
|
for (let l3 = 0; l3 < e4; l3++) B.value.shift();
|
|
49
49
|
}
|
|
50
50
|
for (let t2 = 0; t2 < B.value.length; t2++) e3.push(B.value[t2].showName), l2.push(B.value[t2].serverPath);
|
|
51
|
-
y(
|
|
51
|
+
y(P2.pageContext.entity, O, l2.join(",")), y(P2.pageContext.entity, S, e3.join(","));
|
|
52
52
|
}, M = l(null), Q = l(null);
|
|
53
|
-
return
|
|
54
|
-
|
|
53
|
+
return a(() => {
|
|
54
|
+
x.$on(q.value + "-pickFileDone", (e3) => {
|
|
55
55
|
console.log("superPage4444---pickFileDone--componentId.value=", q.value, "data=", e3), $.value.pickFileDone(e3);
|
|
56
|
-
}),
|
|
57
|
-
const e3 = h(
|
|
58
|
-
g(l2,
|
|
56
|
+
}), o(() => {
|
|
57
|
+
const e3 = h(z, O), l2 = { showName: h(z, S), serverPath: e3 };
|
|
58
|
+
g(l2, P2.pageContext, P2.configure, { formItemRef: M.value, componentRef: $.value, titleRef: Q.value, value: l2, entity: P2.pageContext.entity.data, pageData: P2.pageContext.entity.page });
|
|
59
59
|
});
|
|
60
|
-
}),
|
|
61
|
-
|
|
60
|
+
}), i(() => {
|
|
61
|
+
x.$off(q.value + "-pickFileDone");
|
|
62
62
|
}), (e3, l2) => {
|
|
63
|
-
const t2 =
|
|
64
|
-
return j.value.tittleShow ? (p(), s(t2, { key: 0, ref_key: "formItemRef", ref: M, required: j.value.required, class: m(
|
|
63
|
+
const t2 = u("el-form-item");
|
|
64
|
+
return j.value.tittleShow ? (p(), s(t2, { key: 0, ref_key: "formItemRef", ref: M, required: j.value.required, class: v(m(I)), "label-width": j.value.labelWidth, style: r(m(D)) }, { label: d(() => [j.value.tittleShow ? (p(), f("div", { key: 0, ref_key: "titleRef", ref: Q, style: r({ ...m(R), ...m(T) }) }, c(m(k)(j.value.title)), 5)) : n("", true)]), default: d(() => [W.value ? (p(), s(m(w), { key: 0, ref_key: "fileUploadRef", ref: $, style: { width: "100%" }, disabled: "disabled" === j.value.state, displayType: j.value.displayType, accept: j.value.accept, multiple: j.value.multiple, placeholder: j.value.placeholder, limit: j.value.limit, "limit-file-size": j.value.limitFileSize, "absolute-preview": j.value.absolutePreview, "absolute-downloadable": j.value.absoluteDownloadable, openCameraOrChoosePhoto: j.value.openCameraOrChoosePhoto, "file-info": E.value, "file-list": B.value, "system-code": e3.pageContext.systemCode, componentId: q.value, "on-success": J, "on-remove": K, "before-upload": H, pageContext: e3.pageContext }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "absolute-preview", "absolute-downloadable", "openCameraOrChoosePhoto", "file-info", "file-list", "system-code", "componentId", "pageContext"])) : n("", true)]), _: 1 }, 8, ["required", "class", "label-width", "style"])) : W.value ? (p(), s(m(w), { key: 1, ref_key: "fileUploadRef", ref: $, style: { width: "100%" }, disabled: "disabled" === j.value.state, displayType: j.value.displayType, accept: j.value.accept, multiple: j.value.multiple, placeholder: j.value.placeholder, limit: j.value.limit, "limit-file-size": j.value.limitFileSize, "absolute-preview": j.value.absolutePreview, "absolute-downloadable": j.value.absoluteDownloadable, openCameraOrChoosePhoto: j.value.openCameraOrChoosePhoto, "file-info": E.value, "file-list": B.value, "system-code": e3.pageContext.systemCode, componentId: q.value, "on-success": J, "on-remove": K, "before-upload": H, pageContext: e3.pageContext }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "absolute-preview", "absolute-downloadable", "openCameraOrChoosePhoto", "file-info", "file-list", "system-code", "componentId", "pageContext"])) : n("", true);
|
|
65
65
|
};
|
|
66
66
|
} });
|
|
67
67
|
export {
|
|
68
|
-
|
|
68
|
+
P as default
|
|
69
69
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
|
|
2
|
+
chartUuid: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
@@ -8,7 +8,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8
8
|
default: number;
|
|
9
9
|
};
|
|
10
10
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
-
|
|
11
|
+
chartUuid: {
|
|
12
12
|
type: StringConstructor;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
@@ -17,7 +17,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17
17
|
default: number;
|
|
18
18
|
};
|
|
19
19
|
}>> & Readonly<{}>, {
|
|
20
|
-
|
|
20
|
+
chartUuid: string;
|
|
21
21
|
homeChartSettingUserId: number;
|
|
22
22
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
23
23
|
export default _default;
|
|
@@ -1,45 +1,47 @@
|
|
|
1
|
-
import { defineComponent as e, ref as t, onUnmounted as a, resolveDirective as i, withDirectives as n, createElementBlock as o, openBlock as r, createBlock as s, createCommentVNode as l, unref as m } from "vue";
|
|
2
|
-
import { deepCopy as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { updateOptionDatasources as
|
|
6
|
-
import { initPageEvents as
|
|
7
|
-
import { setHomeChartInitConfigValue as
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { defineComponent as e, ref as t, onUnmounted as a, resolveDirective as i, withDirectives as n, createElementBlock as o, openBlock as r, createBlock as s, createCommentVNode as l, unref as u, toDisplayString as m } from "vue";
|
|
2
|
+
import { deepCopy as h } from "../utils/common-util.js";
|
|
3
|
+
import g from "./assemblys/home-chart-render.vue.js";
|
|
4
|
+
import c from "agilebuilder-ui/src/utils/request";
|
|
5
|
+
import { updateOptionDatasources as d, updateChartDatasources as p } from "../utils/page-helper-util.js";
|
|
6
|
+
import { initPageEvents as f } from "../utils/events/event-util.js";
|
|
7
|
+
import { setHomeChartInitConfigValue as v } from "../utils/charts/chart-util.js";
|
|
8
|
+
import { useI18n as C } from "vue-i18n";
|
|
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), H = t(false), w = t(null);
|
|
11
|
+
let x, A = t(null);
|
|
12
|
+
return I.chartUuid && c.get(window.$vueApp.config.globalProperties.baseAPI + "/component/home-chart-layout/" + I.chartUuid).then((e3) => {
|
|
12
13
|
var _a, _b;
|
|
13
14
|
if (e3 && e3.designJson) {
|
|
15
|
+
w.value = {};
|
|
14
16
|
const t2 = JSON.parse(e3.designJson);
|
|
15
17
|
let a2 = window.localStorage.getItem("HOME_MY_CHARTS_ALIAS");
|
|
16
18
|
if (a2) {
|
|
17
19
|
const e4 = JSON.parse(a2);
|
|
18
|
-
e4[
|
|
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] });
|
|
19
21
|
}
|
|
20
22
|
const i2 = window.frameElement;
|
|
21
|
-
|
|
23
|
+
w.value = t2.chartJson, w.value.homeChartSettingUserId = I.homeChartSettingUserId, i2 && (console.log(i2.clientHeight + "iframeElement.clientHeight"), w.value.runtime.common.style.pc_style.height = i2.clientHeight + "px");
|
|
22
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 } };
|
|
23
|
-
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) {
|
|
24
26
|
const e4 = n2.entity.page;
|
|
25
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);
|
|
26
28
|
}
|
|
27
|
-
t2.initOptionConfigs && t2.initOptionConfigs.length > 0 &&
|
|
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(() => {
|
|
28
30
|
!function(e4, t3) {
|
|
29
31
|
if (!t3 || 0 == t3.length) return void console.log("无需要初始化时统计的统计图数据");
|
|
30
|
-
e4.initChartData = {}, e4.initChartData.data =
|
|
31
|
-
}(
|
|
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
|
+
}(A.value, [t2.initChartServiceConfigs]);
|
|
32
34
|
}, 200);
|
|
33
|
-
} else
|
|
35
|
+
} else H.value = true, U.value = false;
|
|
34
36
|
}).finally(() => {
|
|
35
|
-
|
|
37
|
+
U.value = false;
|
|
36
38
|
}), a(() => {
|
|
37
|
-
|
|
39
|
+
x && clearTimeout(x);
|
|
38
40
|
}), (e3, t2) => {
|
|
39
41
|
const a2 = i("loading");
|
|
40
|
-
return n((r(), o("div",
|
|
42
|
+
return n((r(), o("div", y, [!U.value && w.value ? (r(), s(g, { key: 0, configure: w.value, pageContext: u(A) }, null, 8, ["configure", "pageContext"])) : U.value || w.value ? l("", true) : (r(), o("div", S, m(u(b2)("superPageRuntimeMessage.noChartSetting")), 1))])), [[a2, U.value]]);
|
|
41
43
|
};
|
|
42
44
|
} });
|
|
43
45
|
export {
|
|
44
|
-
|
|
46
|
+
b as default
|
|
45
47
|
};
|
|
@@ -4,8 +4,8 @@ import { updateOptionDatasources as C, updateChartDatasources as h } from "../ut
|
|
|
4
4
|
import { queryPageSuperGrids as P, queryPageDesignByCode as b, convertToPageContext as j, packageAdditionalMapWithLocationSearch as k, packageAdditionalMapWithRoute as D, packageAdditionalMapWithPageRequest as $ } from "../utils/page-init-util.js";
|
|
5
5
|
import { addComponentRef as S, removePageAllRef as x, initComponentRefState as I } from "../utils/global-refs.js";
|
|
6
6
|
import { removeCustomFuncFromWindow as N, handleEvent as q, initPageEvents as O, getCustomFunc as w } from "../utils/events/event-util.js";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
7
|
+
import R from "./assemblys/common/export-form-report-dialog.vue.js";
|
|
8
|
+
import T from "./assemblys/common/task-informition-dialog.vue.js";
|
|
9
9
|
import _ from "./assemblys/common/remove-signer-dialog.vue.js";
|
|
10
10
|
import F from "../utils/eventBus.js";
|
|
11
11
|
import { getTaskInformitions as M, getRemoveSigner as V, getFormData as E, exportFormReport as B, doImportFinally as J, doAddSigner as W, doCreateCopyTask as G, doAssign as L, doReturnTaskTo as U, doRemoveSigners as H, updateValuesWhenCloseDialog as z, refreshFormOrListPage as A, saveChartConditionBase as K, getAdditionalParamMap as Q } from "../utils/events/standard-event.js";
|
|
@@ -25,7 +25,7 @@ import { usePageContextStore as pe } from "../utils/page-store.js";
|
|
|
25
25
|
import ve from "agilebuilder-ui/src/store";
|
|
26
26
|
import ge from "./assemblys/common/save-chart-condition-dialog.vue.js";
|
|
27
27
|
const ce = { class: "app-container runtime-page-container" }, me = e({ __name: "super-page", props: { pageCode: { type: String, required: false }, pageVersion: { type: Number, required: false }, pageId: { type: Number, required: false }, dataId: { type: Number, required: false }, pageDesign: { type: Object, required: false }, isTest: { type: Boolean, required: false }, dimensions: { type: String, required: false }, publishVersion: { type: Number, required: false }, taskId: { type: Number, required: false }, pageRequest: { type: Object, required: false }, contentHeight: { type: [String, Number], default: null }, isDialog: { type: Boolean, required: false } }, emits: ["open", "opened", "close", "closed"], setup(e2, { expose: me2, emit: de }) {
|
|
28
|
-
const fe = pe(), { t: ye } = Y(), Ce = e2, he = l(null), Pe = l([]), be = l(""), je = l({}), ke = l(null), De = l(null), $e = l(false), Se = l(false), xe = l(false), Ie = l(false), Ne = l(false), qe = l(null), Oe = l(false), we = l([]),
|
|
28
|
+
const fe = pe(), { t: ye } = Y(), Ce = e2, he = l(null), Pe = l([]), be = l(""), je = l({}), ke = l(null), De = l(null), $e = l(false), Se = l(false), xe = l(false), Ie = l(false), Ne = l(false), qe = l(null), Oe = l(false), we = l([]), Re = l([]), Te = l(false), _e = l(null), Fe = l(false), Me = l(false), Ve = l(null), Ee = l(null), Be = l(null), Je = l(null);
|
|
29
29
|
let We = l(null);
|
|
30
30
|
const Ge = l(null), Le = l(null), Ue = ae(), He = l(0), ze = re();
|
|
31
31
|
let Ae, Ke, Qe;
|
|
@@ -69,9 +69,9 @@ const ce = { class: "app-container runtime-page-container" }, me = e({ __name: "
|
|
|
69
69
|
});
|
|
70
70
|
}), F.$on(qe.value + "remove-signer", (e4) => {
|
|
71
71
|
De.value = e4, V(e4).then((l3) => {
|
|
72
|
-
_e.value = e4.pageContext.completeTaskParam.taskId,
|
|
72
|
+
_e.value = e4.pageContext.completeTaskParam.taskId, Re.value = l3, Te.value = true;
|
|
73
73
|
}).catch((e5) => {
|
|
74
|
-
console.log("显示可减签的环节集合异常", e5),
|
|
74
|
+
console.log("显示可减签的环节集合异常", e5), Te.value = false;
|
|
75
75
|
});
|
|
76
76
|
}), F.$on(qe.value + "prohibit-edit", (e4) => {
|
|
77
77
|
}), F.$on(qe.value + "open-dialog", (e4) => {
|
|
@@ -118,7 +118,7 @@ const ce = { class: "app-container runtime-page-container" }, me = e({ __name: "
|
|
|
118
118
|
}).catch(() => {
|
|
119
119
|
console.log("获得用户权限失败"), o5(true);
|
|
120
120
|
});
|
|
121
|
-
} else X({ showClose: true, type: "error", message: "
|
|
121
|
+
} else X({ showClose: true, type: "error", message: ye("superPageRuntimeMessage.popMsg") }), console.error("弹框参数缺少customSystem参数,parentPageContext.value.systemCode={}", Ee.value.systemCode), o5(false);
|
|
122
122
|
else o5(true);
|
|
123
123
|
});
|
|
124
124
|
})(n2, t2).then((l4) => {
|
|
@@ -193,7 +193,7 @@ const ce = { class: "app-container runtime-page-container" }, me = e({ __name: "
|
|
|
193
193
|
we.value = [], Oe.value = false, U(De.value, e3);
|
|
194
194
|
}
|
|
195
195
|
function il(e3) {
|
|
196
|
-
|
|
196
|
+
Re.value = [], Te.value = false, H(De.value, e3);
|
|
197
197
|
}
|
|
198
198
|
const sl = oe();
|
|
199
199
|
function rl(e3) {
|
|
@@ -240,14 +240,14 @@ const ce = { class: "app-container runtime-page-container" }, me = e({ __name: "
|
|
|
240
240
|
}, scanDone: function(e3) {
|
|
241
241
|
let l2 = e3.componentId, a2 = e3.listCode;
|
|
242
242
|
console.log("superPage1111---scanDone--componentId=", l2, "data=", e3), l2 || a2 ? (console.log("superPage3333---scanDone--componentId=", l2, "data=", e3), a2 ? F.$emit(a2 + "-scanDone", e3) : F.$emit(l2 + "-scanDone", e3)) : console.log("superPage2222---scanDone--componentId=", l2, "data=", e3);
|
|
243
|
-
} }), (e3, l2) => (i(), u("div", ce, [Fe.value ? (i(), u("div", { ref_key: "thisRef", ref: he, key: He.value, class: p(["runtime-page-container-view", be.value]), style: r(je.value) }, [(i(true), u(c, null, m(Pe.value, (e4, l3) => (i(), v(y, { key: e4.uuid, configure: e4, pageContext: d(We) }, null, 8, ["configure", "pageContext"]))), 128)), $e.value ? (i(), v(
|
|
243
|
+
} }), (e3, l2) => (i(), u("div", ce, [Fe.value ? (i(), u("div", { ref_key: "thisRef", ref: he, key: He.value, class: p(["runtime-page-container-view", be.value]), style: r(je.value) }, [(i(true), u(c, null, m(Pe.value, (e4, l3) => (i(), v(y, { key: e4.uuid, configure: e4, pageContext: d(We) }, null, 8, ["configure", "pageContext"]))), 128)), $e.value ? (i(), v(R, { key: 0, configure: Ge.value, pageContext: Le.value, onClose: al, onExport: ol }, null, 8, ["configure", "pageContext"])) : s("", true), g("input", { ref_key: "_selectFile_", ref: tl, type: "file", name: "_selectFile_", style: { display: "none" }, onChange: l2[0] || (l2[0] = (e4) => function() {
|
|
244
244
|
if (De.value) {
|
|
245
245
|
if (!tl.value) return;
|
|
246
246
|
if ("" === tl.value.value || null === tl.value.value) return;
|
|
247
247
|
const e5 = tl.value.files[0];
|
|
248
248
|
e5 ? (tl.value.value = null, J(De.value, e5)) : X({ showClose: true, type: "warning", message: ye("superPageRuntimeMessage.noFileSelected") });
|
|
249
249
|
}
|
|
250
|
-
}()) }, null, 544), Se.value || xe.value || Ie.value ? (i(), v(d(Z), { key: 1, width: "60%", multiple: Ne.value, onClose: nl }, null, 8, ["multiple"])) : s("", true), Oe.value ? (i(), v(
|
|
250
|
+
}()) }, null, 544), Se.value || xe.value || Ie.value ? (i(), v(d(Z), { key: 1, width: "60%", multiple: Ne.value, onClose: nl }, null, 8, ["multiple"])) : s("", true), Oe.value ? (i(), v(T, { key: 2, "task-informitions": we.value, onClose: l2[1] || (l2[1] = (e4) => Oe.value = false), onResult: ul }, null, 8, ["task-informitions"])) : s("", true), Te.value ? (i(), v(_, { key: 3, "task-id": _e.value, "active-tasks": Re.value, onClose: l2[2] || (l2[2] = (e4) => Te.value = false), onResult: il }, null, 8, ["task-id", "active-tasks"])) : s("", true), Me.value ? (i(), v(le, { key: 4, parentPageContext: Ee.value, parentPageEventParams: Je.value, jumpPageSetting: Ve.value, onClose: l2[3] || (l2[3] = (e4) => rl()) }, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) : s("", true), Xe.value ? (i(), v(ge, { key: 5, ref_key: "chartCondtionRef", ref: Ye, pageContext: d(We), onClose: l2[4] || (l2[4] = (e4) => Xe.value = false), onSave: pl, onConfirm: vl }, null, 8, ["pageContext"])) : s("", true)], 6)) : s("", true)]));
|
|
251
251
|
} });
|
|
252
252
|
export {
|
|
253
253
|
me as default
|
package/dist/es/i18n/langs/cn.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = { superPageRuntimeMessage: { successfulSave: "保存成功", recordLine: "第 {row} 行记录", tableListSubTableDataVerificationFailed: "表单子表数据校验失败", formDataVerificationFailed: "表单数据校验失败", successfulOperation: "操作成功", selectTemplate: "选择模板", temlpate: "模板", operating: "操作", export: "导出", tips: "提示", sure: "确定", cancel: "取消", whetherToConfirmSubmit: "确定{name}吗?", whetherToConfirmAgree: "确定{name}吗?", whetherToConfirmDisagree: "确定{name}吗?", pleaseSelectRecord: "请选择记录", whetherToConfirmDeletion: "确定删除吗?", successfulDelete: "删除成功", noFileSelected: "请选择一个文件", asyncImport: "正在异步导入,请等待消息通知!", successfulImport: "导入成功", thePreconditionOfTheButtonTo: "该按钮前置条件为[{message}]", onlyOneRecordCanBeselected: "只能选择一条记录", selectAtLeastOneRecord: "请至少选择一条记录", requestPathEmpty: "后台请求路径为空", successfulSubmit: "提交成功", successfulCompleteTask: "任务办理成功", successfulAssign: "指派任务成功", successfulRetrieve: "取回任务成功", successfulDrawTask: "领取任务成功", successfulAbandonReceive: "放弃任务成功", successfulReturnToPreviousTask: "退回上一环节成功", successfulEndInstance: "强制结束流程成功", selectNode: "选择环节", nodeName: "环节名称", nodeId: "环节编码", pleaseSelectNode: "请选择环节", successfulReturnTaskTo: "退回成功", selectRemoveUsers: "选择减签任务", transactorName: "办理人姓名", transactor: "办理人登录名", trustorName: "委托人姓名", pleaseSelectRemoverUsers: "请选择减签用户", required: "{label}必填", formatMismatch: "{label}格式不匹配", overMaxLength: "{label}最多只能输入{value}字符", limitMinLength: "{label}至少输入{value}字符", flowNotStart: "流程未提交", pleaseInputOpinion: "请输入意见", opinion: "意见", pleaseInputRemark: "请输入备注", remark: "备注", pleaseSelectCondition: "请选择条件", pleaseInputConditionName: "请输入条件名称", conditionName: "名称", save: "保存", saveCondition: "保存条件" } };
|
|
1
|
+
const e = { superPageRuntimeMessage: { successfulSave: "保存成功", recordLine: "第 {row} 行记录", tableListSubTableDataVerificationFailed: "表单子表数据校验失败", formDataVerificationFailed: "表单数据校验失败", successfulOperation: "操作成功", selectTemplate: "选择模板", temlpate: "模板", operating: "操作", export: "导出", tips: "提示", sure: "确定", cancel: "取消", whetherToConfirmSubmit: "确定{name}吗?", whetherToConfirmAgree: "确定{name}吗?", whetherToConfirmDisagree: "确定{name}吗?", pleaseSelectRecord: "请选择记录", whetherToConfirmDeletion: "确定删除吗?", successfulDelete: "删除成功", noFileSelected: "请选择一个文件", asyncImport: "正在异步导入,请等待消息通知!", successfulImport: "导入成功", thePreconditionOfTheButtonTo: "该按钮前置条件为[{message}]", onlyOneRecordCanBeselected: "只能选择一条记录", selectAtLeastOneRecord: "请至少选择一条记录", requestPathEmpty: "后台请求路径为空", successfulSubmit: "提交成功", successfulCompleteTask: "任务办理成功", successfulAssign: "指派任务成功", successfulRetrieve: "取回任务成功", successfulDrawTask: "领取任务成功", successfulAbandonReceive: "放弃任务成功", successfulReturnToPreviousTask: "退回上一环节成功", successfulEndInstance: "强制结束流程成功", selectNode: "选择环节", nodeName: "环节名称", nodeId: "环节编码", pleaseSelectNode: "请选择环节", successfulReturnTaskTo: "退回成功", selectRemoveUsers: "选择减签任务", transactorName: "办理人姓名", transactor: "办理人登录名", trustorName: "委托人姓名", pleaseSelectRemoverUsers: "请选择减签用户", required: "{label}必填", formatMismatch: "{label}格式不匹配", overMaxLength: "{label}最多只能输入{value}字符", limitMinLength: "{label}至少输入{value}字符", flowNotStart: "流程未提交", pleaseInputOpinion: "请输入意见", opinion: "意见", pleaseInputRemark: "请输入备注", remark: "备注", pleaseSelectCondition: "请选择条件", pleaseInputConditionName: "请输入条件名称", conditionName: "名称", save: "保存", saveCondition: "保存条件", popMsg: "弹框参数缺少customSystem参数", noChartSetting: "未查询到图表定义" } };
|
|
2
2
|
export {
|
|
3
3
|
e as default
|
|
4
4
|
};
|
package/dist/es/i18n/langs/en.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = { superPageRuntimeMessage: { successfulSave: "Save succeeded", recordLine: "Record line {row}", tableListSubTableDataVerificationFailed: "Table List Sub Table Data Verification Failed", formDataVerificationFailed: "Form Data Verification Failed", successfulOperation: "Operation successful", selectTemplate: "Select Template", temlpate: "Template", operating: "Operate", export: "Export", tips: "Tip", sure: "Sure", cancel: "Cancel", whetherToConfirmSubmit: "Are you sure to {name}?", whetherToConfirmAgree: "Are you sure to {name}?", whetherToConfirmDisagree: "Are you sure to {name}?", pleaseSelectRecord: "Please select the record", whetherToConfirmDeletion: "Are you sure to delete?", successfulDelete: "Delete succeeded", noFileSelected: "Please select a file", asyncImport: "Asynchronous import, please wait for message notification!", successfulImport: "Import succeeded", thePreconditionOfTheButtonTo: "The Precondition Of The Button To [{message}]", onlyOneRecordCanBeselected: "Only One Record Can Be Selected", selectAtLeastOneRecord: "Please Select At Least One Record", requestPathEmpty: "Backend request path is empty", successfulSubmit: "Submit succeeded", successfulCompleteTask: "Task handled successfully", successfulAssign: "Task assigned successfully", successfulRetrieve: "Retrieve task succeeded", successfulDrawTask: "Task received successfully", successfulAbandonReceive: "The task was abandoned successfully", successfulReturnToPreviousTask: "Successfully returned to the previous phase", successfulEndInstance: "Forced to end the process successfully", selectNode: "Select Node", nodeName: "Node Name", nodeId: "Node Code", pleaseSelectNode: "Please Select Node", successfulReturnTaskTo: "Returned successfully", selectRemoveUsers: "Select Remove Task", transactorName: "Transactor Name", transactor: "Transactor Loginname", trustorName: "Trustor Name", pleaseSelectRemoverUsers: "Please select remove task", required: "{label} is required", formatMismatch: "{label} Format mismatch", overMaxLength: "{label} can only input a maximum of {value} characters", limitMinLength: "Enter at least {value} characters for {label}", flowNotStart: "Workflow Not Started", pleaseInputOpinion: "Please input opinion", opinion: "Opinion", pleaseInputRemark: "Please input remark", remark: "Remark", pleaseSelectCondition: "Please select condition", pleaseInputConditionName: "Please input condition name", conditionName: "Name", save: "Save", saveCondition: "Save Condition" } };
|
|
1
|
+
const e = { superPageRuntimeMessage: { successfulSave: "Save succeeded", recordLine: "Record line {row}", tableListSubTableDataVerificationFailed: "Table List Sub Table Data Verification Failed", formDataVerificationFailed: "Form Data Verification Failed", successfulOperation: "Operation successful", selectTemplate: "Select Template", temlpate: "Template", operating: "Operate", export: "Export", tips: "Tip", sure: "Sure", cancel: "Cancel", whetherToConfirmSubmit: "Are you sure to {name}?", whetherToConfirmAgree: "Are you sure to {name}?", whetherToConfirmDisagree: "Are you sure to {name}?", pleaseSelectRecord: "Please select the record", whetherToConfirmDeletion: "Are you sure to delete?", successfulDelete: "Delete succeeded", noFileSelected: "Please select a file", asyncImport: "Asynchronous import, please wait for message notification!", successfulImport: "Import succeeded", thePreconditionOfTheButtonTo: "The Precondition Of The Button To [{message}]", onlyOneRecordCanBeselected: "Only One Record Can Be Selected", selectAtLeastOneRecord: "Please Select At Least One Record", requestPathEmpty: "Backend request path is empty", successfulSubmit: "Submit succeeded", successfulCompleteTask: "Task handled successfully", successfulAssign: "Task assigned successfully", successfulRetrieve: "Retrieve task succeeded", successfulDrawTask: "Task received successfully", successfulAbandonReceive: "The task was abandoned successfully", successfulReturnToPreviousTask: "Successfully returned to the previous phase", successfulEndInstance: "Forced to end the process successfully", selectNode: "Select Node", nodeName: "Node Name", nodeId: "Node Code", pleaseSelectNode: "Please Select Node", successfulReturnTaskTo: "Returned successfully", selectRemoveUsers: "Select Remove Task", transactorName: "Transactor Name", transactor: "Transactor Loginname", trustorName: "Trustor Name", pleaseSelectRemoverUsers: "Please select remove task", required: "{label} is required", formatMismatch: "{label} Format mismatch", overMaxLength: "{label} can only input a maximum of {value} characters", limitMinLength: "Enter at least {value} characters for {label}", flowNotStart: "Workflow Not Started", pleaseInputOpinion: "Please input opinion", opinion: "Opinion", pleaseInputRemark: "Please input remark", remark: "Remark", pleaseSelectCondition: "Please select condition", pleaseInputConditionName: "Please input condition name", conditionName: "Name", save: "Save", saveCondition: "Save Condition", popMsg: "Pop dialog lost the parameter of customSystem", noChartSetting: "No chart setting found" } };
|
|
2
2
|
export {
|
|
3
3
|
e as default
|
|
4
4
|
};
|
package/dist/es/style.css
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
.amb-super-page-runtime-drawer-view .el-drawer__body .runtime-page-container {
|
|
54
54
|
max-height: calc(100vh - 40px - var(--el-drawer-padding-primary, 16px) * 2);
|
|
55
|
-
}.runtime-page-container[data-v-
|
|
55
|
+
}.runtime-page-container[data-v-56a4a1b8] {
|
|
56
56
|
overflow: auto;
|
|
57
57
|
max-height: 100vh;
|
|
58
58
|
padding: var(--app-main-padding, 15px);
|
|
@@ -60,269 +60,269 @@
|
|
|
60
60
|
height: calc(100vh - var(--dec-page-main-padding, 15px) * 2);
|
|
61
61
|
}
|
|
62
62
|
@media (max-width: 768px) {
|
|
63
|
-
.runtime-page-container[data-v-
|
|
63
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-1 {
|
|
64
64
|
flex: 0 0 100%;
|
|
65
65
|
max-width: 100%;
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
.runtime-page-container[data-v-
|
|
68
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-1 > .el-form-item:only-child {
|
|
69
69
|
margin-bottom: 0;
|
|
70
70
|
}
|
|
71
|
-
.runtime-page-container[data-v-
|
|
71
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-2 {
|
|
72
72
|
flex: 0 0 calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
73
73
|
max-width: calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
74
74
|
}
|
|
75
75
|
@media (max-width: 768px) {
|
|
76
|
-
.runtime-page-container[data-v-
|
|
76
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-2 {
|
|
77
77
|
flex: 0 0 100%;
|
|
78
78
|
max-width: 100%;
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
.runtime-page-container[data-v-
|
|
81
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-2 > .el-form-item:only-child {
|
|
82
82
|
margin-bottom: 0;
|
|
83
83
|
}
|
|
84
84
|
@media (max-width: 768px) {
|
|
85
|
-
.runtime-page-container[data-v-
|
|
85
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-3 {
|
|
86
86
|
flex: 0 0 100%;
|
|
87
87
|
max-width: 100%;
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
.runtime-page-container[data-v-
|
|
90
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-3 > .el-form-item:only-child {
|
|
91
91
|
margin-bottom: 0;
|
|
92
92
|
}
|
|
93
|
-
.runtime-page-container[data-v-
|
|
93
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-4 {
|
|
94
94
|
flex: 0 0 calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
95
95
|
max-width: calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
96
96
|
}
|
|
97
97
|
@media (max-width: 768px) {
|
|
98
|
-
.runtime-page-container[data-v-
|
|
98
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-4 {
|
|
99
99
|
flex: 0 0 100%;
|
|
100
100
|
max-width: 100%;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
|
-
.runtime-page-container[data-v-
|
|
103
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-4 > .el-form-item:only-child {
|
|
104
104
|
margin-bottom: 0;
|
|
105
105
|
}
|
|
106
106
|
@media (max-width: 768px) {
|
|
107
|
-
.runtime-page-container[data-v-
|
|
107
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-5 {
|
|
108
108
|
flex: 0 0 100%;
|
|
109
109
|
max-width: 100%;
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
|
-
.runtime-page-container[data-v-
|
|
112
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-5 > .el-form-item:only-child {
|
|
113
113
|
margin-bottom: 0;
|
|
114
114
|
}
|
|
115
|
-
.runtime-page-container[data-v-
|
|
115
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-6 {
|
|
116
116
|
flex: 0 0 calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
117
117
|
max-width: calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
118
118
|
}
|
|
119
119
|
@media (max-width: 768px) {
|
|
120
|
-
.runtime-page-container[data-v-
|
|
120
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-6 {
|
|
121
121
|
flex: 0 0 100%;
|
|
122
122
|
max-width: 100%;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
|
-
.runtime-page-container[data-v-
|
|
125
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-6 > .el-form-item:only-child {
|
|
126
126
|
margin-bottom: 0;
|
|
127
127
|
}
|
|
128
128
|
@media (max-width: 768px) {
|
|
129
|
-
.runtime-page-container[data-v-
|
|
129
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-7 {
|
|
130
130
|
flex: 0 0 100%;
|
|
131
131
|
max-width: 100%;
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
|
-
.runtime-page-container[data-v-
|
|
134
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-7 > .el-form-item:only-child {
|
|
135
135
|
margin-bottom: 0;
|
|
136
136
|
}
|
|
137
|
-
.runtime-page-container[data-v-
|
|
137
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-8 {
|
|
138
138
|
flex: 0 0 calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
139
139
|
max-width: calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
140
140
|
}
|
|
141
141
|
@media (max-width: 768px) {
|
|
142
|
-
.runtime-page-container[data-v-
|
|
142
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-8 {
|
|
143
143
|
flex: 0 0 100%;
|
|
144
144
|
max-width: 100%;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
|
-
.runtime-page-container[data-v-
|
|
147
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-8 > .el-form-item:only-child {
|
|
148
148
|
margin-bottom: 0;
|
|
149
149
|
}
|
|
150
150
|
@media (max-width: 768px) {
|
|
151
|
-
.runtime-page-container[data-v-
|
|
151
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-9 {
|
|
152
152
|
flex: 0 0 100%;
|
|
153
153
|
max-width: 100%;
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
.runtime-page-container[data-v-
|
|
156
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-9 > .el-form-item:only-child {
|
|
157
157
|
margin-bottom: 0;
|
|
158
158
|
}
|
|
159
|
-
.runtime-page-container[data-v-
|
|
159
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-10 {
|
|
160
160
|
flex: 0 0 calc(10 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
161
161
|
max-width: calc(10 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
162
162
|
}
|
|
163
163
|
@media (max-width: 768px) {
|
|
164
|
-
.runtime-page-container[data-v-
|
|
164
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-10 {
|
|
165
165
|
flex: 0 0 100%;
|
|
166
166
|
max-width: 100%;
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
|
-
.runtime-page-container[data-v-
|
|
169
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-10 > .el-form-item:only-child {
|
|
170
170
|
margin-bottom: 0;
|
|
171
171
|
}
|
|
172
172
|
@media (max-width: 768px) {
|
|
173
|
-
.runtime-page-container[data-v-
|
|
173
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-11 {
|
|
174
174
|
flex: 0 0 100%;
|
|
175
175
|
max-width: 100%;
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
|
-
.runtime-page-container[data-v-
|
|
178
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-11 > .el-form-item:only-child {
|
|
179
179
|
margin-bottom: 0;
|
|
180
180
|
}
|
|
181
|
-
.runtime-page-container[data-v-
|
|
181
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-12 {
|
|
182
182
|
flex: 0 0 calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
183
183
|
max-width: calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
|
|
184
184
|
}
|
|
185
185
|
@media (max-width: 768px) {
|
|
186
|
-
.runtime-page-container[data-v-
|
|
186
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-12 {
|
|
187
187
|
flex: 0 0 100%;
|
|
188
188
|
max-width: 100%;
|
|
189
189
|
}
|
|
190
190
|
}
|
|
191
|
-
.runtime-page-container[data-v-
|
|
191
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-12 > .el-form-item:only-child {
|
|
192
192
|
margin-bottom: 0;
|
|
193
193
|
}
|
|
194
194
|
@media (max-width: 768px) {
|
|
195
|
-
.runtime-page-container[data-v-
|
|
195
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-13 {
|
|
196
196
|
flex: 0 0 100%;
|
|
197
197
|
max-width: 100%;
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
|
-
.runtime-page-container[data-v-
|
|
200
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-13 > .el-form-item:only-child {
|
|
201
201
|
margin-bottom: 0;
|
|
202
202
|
}
|
|
203
|
-
.runtime-page-container[data-v-
|
|
203
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-14 {
|
|
204
204
|
flex: 0 0 calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
205
205
|
max-width: calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
206
206
|
}
|
|
207
207
|
@media (max-width: 768px) {
|
|
208
|
-
.runtime-page-container[data-v-
|
|
208
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-14 {
|
|
209
209
|
flex: 0 0 100%;
|
|
210
210
|
max-width: 100%;
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
|
-
.runtime-page-container[data-v-
|
|
213
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-14 > .el-form-item:only-child {
|
|
214
214
|
margin-bottom: 0;
|
|
215
215
|
}
|
|
216
216
|
@media (max-width: 768px) {
|
|
217
|
-
.runtime-page-container[data-v-
|
|
217
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-15 {
|
|
218
218
|
flex: 0 0 100%;
|
|
219
219
|
max-width: 100%;
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
|
-
.runtime-page-container[data-v-
|
|
222
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-15 > .el-form-item:only-child {
|
|
223
223
|
margin-bottom: 0;
|
|
224
224
|
}
|
|
225
|
-
.runtime-page-container[data-v-
|
|
225
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-16 {
|
|
226
226
|
flex: 0 0 calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
227
227
|
max-width: calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
228
228
|
}
|
|
229
229
|
@media (max-width: 768px) {
|
|
230
|
-
.runtime-page-container[data-v-
|
|
230
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-16 {
|
|
231
231
|
flex: 0 0 100%;
|
|
232
232
|
max-width: 100%;
|
|
233
233
|
}
|
|
234
234
|
}
|
|
235
|
-
.runtime-page-container[data-v-
|
|
235
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-16 > .el-form-item:only-child {
|
|
236
236
|
margin-bottom: 0;
|
|
237
237
|
}
|
|
238
238
|
@media (max-width: 768px) {
|
|
239
|
-
.runtime-page-container[data-v-
|
|
239
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-17 {
|
|
240
240
|
flex: 0 0 100%;
|
|
241
241
|
max-width: 100%;
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
|
-
.runtime-page-container[data-v-
|
|
244
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-17 > .el-form-item:only-child {
|
|
245
245
|
margin-bottom: 0;
|
|
246
246
|
}
|
|
247
|
-
.runtime-page-container[data-v-
|
|
247
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-18 {
|
|
248
248
|
flex: 0 0 calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
249
249
|
max-width: calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
250
250
|
}
|
|
251
251
|
@media (max-width: 768px) {
|
|
252
|
-
.runtime-page-container[data-v-
|
|
252
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-18 {
|
|
253
253
|
flex: 0 0 100%;
|
|
254
254
|
max-width: 100%;
|
|
255
255
|
}
|
|
256
256
|
}
|
|
257
|
-
.runtime-page-container[data-v-
|
|
257
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-18 > .el-form-item:only-child {
|
|
258
258
|
margin-bottom: 0;
|
|
259
259
|
}
|
|
260
260
|
@media (max-width: 768px) {
|
|
261
|
-
.runtime-page-container[data-v-
|
|
261
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-19 {
|
|
262
262
|
flex: 0 0 100%;
|
|
263
263
|
max-width: 100%;
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
|
-
.runtime-page-container[data-v-
|
|
266
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-19 > .el-form-item:only-child {
|
|
267
267
|
margin-bottom: 0;
|
|
268
268
|
}
|
|
269
|
-
.runtime-page-container[data-v-
|
|
269
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-20 {
|
|
270
270
|
flex: 0 0 calc(20 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
271
271
|
max-width: calc(20 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
272
272
|
}
|
|
273
273
|
@media (max-width: 768px) {
|
|
274
|
-
.runtime-page-container[data-v-
|
|
274
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-20 {
|
|
275
275
|
flex: 0 0 100%;
|
|
276
276
|
max-width: 100%;
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
|
-
.runtime-page-container[data-v-
|
|
279
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-20 > .el-form-item:only-child {
|
|
280
280
|
margin-bottom: 0;
|
|
281
281
|
}
|
|
282
282
|
@media (max-width: 768px) {
|
|
283
|
-
.runtime-page-container[data-v-
|
|
283
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-21 {
|
|
284
284
|
flex: 0 0 100%;
|
|
285
285
|
max-width: 100%;
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
|
-
.runtime-page-container[data-v-
|
|
288
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-21 > .el-form-item:only-child {
|
|
289
289
|
margin-bottom: 0;
|
|
290
290
|
}
|
|
291
|
-
.runtime-page-container[data-v-
|
|
291
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-22 {
|
|
292
292
|
flex: 0 0 calc(22 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
293
293
|
max-width: calc(22 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
|
|
294
294
|
}
|
|
295
295
|
@media (max-width: 768px) {
|
|
296
|
-
.runtime-page-container[data-v-
|
|
296
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-22 {
|
|
297
297
|
flex: 0 0 100%;
|
|
298
298
|
max-width: 100%;
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
|
-
.runtime-page-container[data-v-
|
|
301
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-22 > .el-form-item:only-child {
|
|
302
302
|
margin-bottom: 0;
|
|
303
303
|
}
|
|
304
304
|
@media (max-width: 768px) {
|
|
305
|
-
.runtime-page-container[data-v-
|
|
305
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-23 {
|
|
306
306
|
flex: 0 0 100%;
|
|
307
307
|
max-width: 100%;
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
|
-
.runtime-page-container[data-v-
|
|
310
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-23 > .el-form-item:only-child {
|
|
311
311
|
margin-bottom: 0;
|
|
312
312
|
}
|
|
313
313
|
@media (max-width: 768px) {
|
|
314
|
-
.runtime-page-container[data-v-
|
|
314
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-24 {
|
|
315
315
|
flex: 0 0 100%;
|
|
316
316
|
max-width: 100%;
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
|
-
.runtime-page-container[data-v-
|
|
319
|
+
.runtime-page-container[data-v-56a4a1b8] .el-col-24 > .el-form-item:only-child {
|
|
320
320
|
margin-bottom: 0;
|
|
321
321
|
}
|
|
322
|
-
.runtime-page-container[data-v-
|
|
322
|
+
.runtime-page-container[data-v-56a4a1b8] .el-input-group > .el-input-group__append > .el-button + .el-button {
|
|
323
323
|
margin-left: 12px;
|
|
324
324
|
}
|
|
325
|
-
.runtime-page-container[data-v-
|
|
325
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside {
|
|
326
326
|
display: flex;
|
|
327
327
|
flex-direction: row;
|
|
328
328
|
align-items: flex-start;
|
|
@@ -332,49 +332,49 @@
|
|
|
332
332
|
min-height: 100%;
|
|
333
333
|
height: auto;
|
|
334
334
|
}
|
|
335
|
-
.runtime-page-container[data-v-
|
|
335
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view[style*="padding: 10px"], .runtime-page-container[data-v-56a4a1b8] .el-container > [style*="padding: 10px"].el-main, .runtime-page-container[data-v-56a4a1b8] .el-container > [style*="padding: 10px"].el-aside {
|
|
336
336
|
padding: 0 !important;
|
|
337
337
|
}
|
|
338
|
-
.runtime-page-container[data-v-
|
|
338
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view .el-form, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main .el-form, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside .el-form {
|
|
339
339
|
width: 100%;
|
|
340
340
|
display: flex;
|
|
341
341
|
flex-wrap: wrap;
|
|
342
342
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
343
343
|
}
|
|
344
|
-
.runtime-page-container[data-v-
|
|
344
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view .el-form > div, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main .el-form > div, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside .el-form > div {
|
|
345
345
|
width: 100%;
|
|
346
346
|
}
|
|
347
|
-
.runtime-page-container[data-v-
|
|
347
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main .el-form > div[style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside .el-form > div[style*="display: inline-block"] {
|
|
348
348
|
width: auto;
|
|
349
349
|
}
|
|
350
|
-
.runtime-page-container[data-v-
|
|
350
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view > div, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main > div, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside > div {
|
|
351
351
|
width: 100%;
|
|
352
352
|
}
|
|
353
|
-
.runtime-page-container[data-v-
|
|
353
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view > div[style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main > div[style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside > div[style*="display: inline-block"] {
|
|
354
354
|
width: auto;
|
|
355
355
|
}
|
|
356
|
-
.runtime-page-container[data-v-
|
|
356
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view > div[class*=el-col-], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main > div[class*=el-col-], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside > div[class*=el-col-], .runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view > div[style="flex:"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main > div[style="flex:"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside > div[style="flex:"] {
|
|
357
357
|
flex: none !important;
|
|
358
358
|
}
|
|
359
|
-
.runtime-page-container[data-v-
|
|
359
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view > [style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main > [style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside > [style*="display: inline-block"] {
|
|
360
360
|
width: auto;
|
|
361
361
|
}
|
|
362
|
-
.runtime-page-container[data-v-
|
|
362
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view > .el-row[class*=el-col-], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main > .el-row[class*=el-col-], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside > .el-row[class*=el-col-] {
|
|
363
363
|
flex: none;
|
|
364
364
|
}
|
|
365
|
-
.runtime-page-container[data-v-
|
|
365
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view .el-row, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main .el-row, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside .el-row {
|
|
366
366
|
gap: var(--layout-form-flex-gap, 15px);
|
|
367
367
|
}
|
|
368
|
-
.runtime-page-container[data-v-
|
|
368
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view .el-row > div, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main .el-row > div, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside .el-row > div {
|
|
369
369
|
width: 100%;
|
|
370
370
|
}
|
|
371
|
-
.runtime-page-container[data-v-
|
|
371
|
+
.runtime-page-container[data-v-56a4a1b8] .runtime-page-container-view .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-main .el-row > div[style*="display: inline-block"], .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside .el-row > div[style*="display: inline-block"] {
|
|
372
372
|
width: auto;
|
|
373
373
|
}
|
|
374
|
-
.runtime-page-container[data-v-
|
|
374
|
+
.runtime-page-container[data-v-56a4a1b8] .el-container {
|
|
375
375
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
376
376
|
}
|
|
377
|
-
.runtime-page-container[data-v-
|
|
377
|
+
.runtime-page-container[data-v-56a4a1b8] .el-container > .el-main, .runtime-page-container[data-v-56a4a1b8] .el-container > .el-aside {
|
|
378
378
|
padding: 0;
|
|
379
379
|
}.yx-affix[data-v-a994b02d]:empty {
|
|
380
380
|
display: none;
|
|
@@ -442,13 +442,13 @@
|
|
|
442
442
|
max-width: none;
|
|
443
443
|
flex: auto;
|
|
444
444
|
}
|
|
445
|
-
}.runtime-page-container-tabs-view[data-v-
|
|
445
|
+
}.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__header > .el-tabs__new-tab {
|
|
446
446
|
border: 0px !important;
|
|
447
447
|
}
|
|
448
|
-
.runtime-page-container-tabs-view[data-v-
|
|
448
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__header .el-tabs__item:has(.tab-hidden) {
|
|
449
449
|
display: none !important;
|
|
450
450
|
}
|
|
451
|
-
.runtime-page-container-tabs-view[data-v-
|
|
451
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane {
|
|
452
452
|
display: flex;
|
|
453
453
|
flex-direction: row;
|
|
454
454
|
align-items: flex-start;
|
|
@@ -456,16 +456,16 @@
|
|
|
456
456
|
flex-wrap: wrap;
|
|
457
457
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
458
458
|
}
|
|
459
|
-
.runtime-page-container-tabs-view[data-v-
|
|
459
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > div {
|
|
460
460
|
width: 100%;
|
|
461
461
|
}
|
|
462
|
-
.runtime-page-container-tabs-view[data-v-
|
|
462
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > div[style*="display: inline-block"] {
|
|
463
463
|
width: auto;
|
|
464
464
|
}
|
|
465
|
-
.runtime-page-container-tabs-view[data-v-
|
|
465
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > [style*="display: inline-block"] {
|
|
466
466
|
width: auto;
|
|
467
467
|
}
|
|
468
|
-
.runtime-page-container-tabs-view[data-v-
|
|
468
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > .amb-design-item-default {
|
|
469
469
|
display: flex;
|
|
470
470
|
flex-direction: row;
|
|
471
471
|
align-items: flex-start;
|
|
@@ -473,16 +473,16 @@
|
|
|
473
473
|
flex-wrap: wrap;
|
|
474
474
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
475
475
|
}
|
|
476
|
-
.runtime-page-container-tabs-view[data-v-
|
|
476
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div {
|
|
477
477
|
width: 100%;
|
|
478
478
|
}
|
|
479
|
-
.runtime-page-container-tabs-view[data-v-
|
|
479
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div[style*="display: inline-block"] {
|
|
480
480
|
width: auto;
|
|
481
481
|
}
|
|
482
|
-
.runtime-page-container-tabs-view[data-v-
|
|
482
|
+
.runtime-page-container-tabs-view[data-v-df9efce2] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > [style*="display: inline-block"] {
|
|
483
483
|
width: auto;
|
|
484
484
|
}
|
|
485
|
-
.tab-hidden[data-v-
|
|
485
|
+
.tab-hidden[data-v-df9efce2] {
|
|
486
486
|
display: none !important;
|
|
487
487
|
}.yx-fixed-box-main[data-v-9b488f43]:has(.yx-fixed-box-container:empty) {
|
|
488
488
|
display: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-runtime",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
4
4
|
"description": "AgileBuilder super page runtime",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
49
49
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
50
50
|
"@vue/test-utils": "^2.4.4",
|
|
51
|
-
"agilebuilder-ui": "1.1.
|
|
51
|
+
"agilebuilder-ui": "1.1.39",
|
|
52
52
|
"axios": "^1.6.8",
|
|
53
53
|
"cypress": "^13.6.6",
|
|
54
54
|
"element-plus": "^2.6.1",
|