super-page-runtime 2.3.38-sit2 → 2.3.38-sit4
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/index.d.ts +2 -1
- package/dist/es/components/runtime/utils/events/event-util.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/common/home-chart-condition-render.vue.d.ts +36 -0
- package/dist/es/components/runtime/views/assemblys/chart/common/home-chart-condition-render.vue.js +94 -0
- package/dist/es/components/runtime/views/assemblys/chart/common/home-chart-condition-render.vue2.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +27 -27
- package/dist/es/components/runtime/views/assemblys/form/image-upload/imageupload-runtime.vue2.js +41 -41
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +80 -71
- package/dist/es/index.d.ts +2 -2
- package/dist/es/index.js +8 -6
- package/dist/es/style.css +76 -76
- package/package.json +2 -2
|
@@ -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 };
|
|
@@ -353,7 +353,7 @@ function ne(e2, n2, t2) {
|
|
|
353
353
|
return h(null, e2, n2, "header-click", t2);
|
|
354
354
|
}
|
|
355
355
|
function te(e2) {
|
|
356
|
-
return
|
|
356
|
+
return h(null, e2.pageContext, e2.configureObj, "before-upload", e2);
|
|
357
357
|
}
|
|
358
358
|
function ie(e2, n2, t2) {
|
|
359
359
|
return h(null, e2, n2, "uploaded", t2);
|
package/dist/es/components/runtime/views/assemblys/chart/common/home-chart-condition-render.vue.d.ts
ADDED
|
@@ -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;
|
package/dist/es/components/runtime/views/assemblys/chart/common/home-chart-condition-render.vue.js
ADDED
|
@@ -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
|
+
};
|
package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { defineComponent as e, ref as l, watch as t, onMounted as o, nextTick as i, onUnmounted as a, resolveComponent as n, createBlock as u, createCommentVNode as r, openBlock as s, normalizeStyle as p, normalizeClass as
|
|
1
|
+
import { defineComponent as e, ref as l, watch as t, onMounted as o, nextTick as i, onUnmounted as a, resolveComponent as n, createBlock as u, createCommentVNode as r, openBlock as s, normalizeStyle as p, normalizeClass as f, unref as d, createSlots as m, withCtx as v, createElementVNode as c, toDisplayString as g } from "vue";
|
|
2
2
|
import { getVariableValue as h, setVariableValue as y } from "../../../../utils/page-helper-util.js";
|
|
3
|
-
import { handleAfterInitEvent as C, fileUploadBeforeUpload as w,
|
|
3
|
+
import { handleAfterInitEvent as C, fileUploadBeforeUpload as w, fileUploadBeforeDelete as b, fileUploadUploaded as x, fileUploadDeleted as k } from "../../../../utils/events/event-util.js";
|
|
4
4
|
import I from "agilebuilder-ui/src/utils/request";
|
|
5
5
|
import { FsUploadNew as P } from "agilebuilder-ui";
|
|
6
6
|
import S from "../../../../utils/eventBus.js";
|
|
7
|
-
import { $t as
|
|
8
|
-
import { addRequiredClassUtil as
|
|
9
|
-
import { getRelativeBaseUrl as
|
|
10
|
-
const
|
|
7
|
+
import { $t as j } from "../../../../utils/i18n-util.js";
|
|
8
|
+
import { addRequiredClassUtil as N } from "../../../../utils/common-util.js";
|
|
9
|
+
import { getRelativeBaseUrl as T } from "agilebuilder-ui/src/utils/common-util";
|
|
10
|
+
const _ = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: _2 }) {
|
|
11
11
|
var _a, _b, _c, _d, _e, _f, _g;
|
|
12
|
-
const z = e2, R = l(null), F = z.configure.runtime ? z.configure.runtime : {},
|
|
12
|
+
const z = e2, R = l(null), F = z.configure.runtime ? z.configure.runtime : {}, O = l(F.props ? F.props : {}), D = F.style, q = F.class, W = F.headerStyle, $ = F.titleExceedStyle, A = z.pageContext.entity ? z.pageContext.entity : {}, E = z.configure.props.base ? z.configure.props.base : {}, U = Y(E.prop), B = Y(E.propName);
|
|
13
13
|
let G = l({});
|
|
14
14
|
G.value.isShowWatermark = void 0 === ((_b = (_a = z.configure.props) == null ? void 0 : _a.watermark) == null ? void 0 : _b.isShowWatermark) ? "true" : ((_c = z.configure.props) == null ? void 0 : _c.watermark.isShowWatermark) + "", G.value.content = ((_e = (_d = z.configure.props) == null ? void 0 : _d.watermark) == null ? void 0 : _e.content) ? (_g = (_f = z.configure.props) == null ? void 0 : _f.watermark) == null ? void 0 : _g.content : "", U && U.length > 1 && t(() => z.pageContext.entity[U[0]][U[1]], (e3) => {
|
|
15
15
|
X(h(A, U));
|
|
@@ -19,7 +19,7 @@ const j = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure:
|
|
|
19
19
|
if (e3) {
|
|
20
20
|
const l2 = e3.split(",");
|
|
21
21
|
if (l2.length > 0) {
|
|
22
|
-
const e4 =
|
|
22
|
+
const e4 = T(window.$vueApp.config.globalProperties.baseAPI) + "/component/fs-upload/search-file-metadata";
|
|
23
23
|
I.post(e4, l2).then((e5) => {
|
|
24
24
|
Q.value = [];
|
|
25
25
|
const t2 = [], o2 = {};
|
|
@@ -30,7 +30,7 @@ const j = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure:
|
|
|
30
30
|
const i2 = l2[e6];
|
|
31
31
|
t2.push(o2[i2].fileName), Q.value.push({ showName: o2[i2].fileName, serverPath: i2, fileSize: o2[i2].fileSize });
|
|
32
32
|
}
|
|
33
|
-
"input" ===
|
|
33
|
+
"input" === O.value.displayType && (V.value.showName = t2.join(","), V.value.serverPath = l2.join(","));
|
|
34
34
|
}).finally(() => {
|
|
35
35
|
M.value = true;
|
|
36
36
|
});
|
|
@@ -42,7 +42,7 @@ const j = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure:
|
|
|
42
42
|
}
|
|
43
43
|
function Z(e3) {
|
|
44
44
|
z.pageContext.fileuploadInfo || (z.pageContext.fileuploadInfo = []);
|
|
45
|
-
return -1 === z.pageContext.fileuploadInfo.findIndex((e4) => e4.uuid === z.configure.uuid) && z.pageContext.fileuploadInfo.push({ uuid: z.configure.uuid, label:
|
|
45
|
+
return -1 === z.pageContext.fileuploadInfo.findIndex((e4) => e4.uuid === z.configure.uuid) && z.pageContext.fileuploadInfo.push({ uuid: z.configure.uuid, label: j(O.value.title) }), e3.pageContext || (e3.pageContext = z.pageContext), e3.configure || (e3.configureObj = z.configure), w(e3);
|
|
46
46
|
}
|
|
47
47
|
function ee() {
|
|
48
48
|
if (z.pageContext.fileuploadInfo && z.configure.uuid) {
|
|
@@ -53,41 +53,41 @@ const j = e({ __name: "fileupload-runtime", props: { pageContext: {}, configure:
|
|
|
53
53
|
function le(e3) {
|
|
54
54
|
ee();
|
|
55
55
|
}
|
|
56
|
+
function te(e3) {
|
|
57
|
+
return b(z.pageContext, z.configure, e3);
|
|
58
|
+
}
|
|
56
59
|
X(K);
|
|
57
|
-
const
|
|
60
|
+
const oe = (e3, l2, t2) => {
|
|
58
61
|
var o2;
|
|
59
|
-
ee(),
|
|
60
|
-
},
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
k(z.pageContext, z.configure, e4);
|
|
65
|
-
}({ file: e3 }));
|
|
66
|
-
}, ie = () => {
|
|
62
|
+
ee(), ae(), o2 = { response: e3, uploadFile: l2, uploadFiles: t2 }, x(z.pageContext, z.configure, o2);
|
|
63
|
+
}, ie = (e3) => {
|
|
64
|
+
var l2;
|
|
65
|
+
ae(), l2 = { file: e3 }, k(z.pageContext, z.configure, l2);
|
|
66
|
+
}, ae = () => {
|
|
67
67
|
const e3 = [], l2 = [];
|
|
68
|
-
if (
|
|
69
|
-
const e4 = Q.value.length -
|
|
68
|
+
if (O.value.limit && Q.value.length > O.value.limit) {
|
|
69
|
+
const e4 = Q.value.length - O.value.limit;
|
|
70
70
|
for (let l3 = 0; l3 < e4; l3++) Q.value.shift();
|
|
71
71
|
}
|
|
72
72
|
for (let t2 = 0; t2 < Q.value.length; t2++) e3.push(Q.value[t2].showName), l2.push(Q.value[t2].serverPath);
|
|
73
73
|
y(z.pageContext.entity, U, l2.join(",")), y(z.pageContext.entity, B, e3.join(",")), l2.length > 0 && (R.value = "");
|
|
74
|
-
},
|
|
74
|
+
}, ne = l(null), ue = l(null);
|
|
75
75
|
return o(() => {
|
|
76
76
|
S.$on(J.value + "-pickFileDone", (e3) => {
|
|
77
77
|
L.value.pickFileDone(e3);
|
|
78
78
|
}), i(() => {
|
|
79
79
|
const e3 = h(A, U), l2 = { showName: h(A, B), serverPath: e3 };
|
|
80
|
-
C(l2, z.pageContext, z.configure, { formItemRef:
|
|
80
|
+
C(l2, z.pageContext, z.configure, { formItemRef: ne.value, componentRef: L.value, titleRef: ue.value, value: l2, entity: z.pageContext.entity.data, pageData: z.pageContext.entity.page });
|
|
81
81
|
});
|
|
82
82
|
}), a(() => {
|
|
83
83
|
S.$off(J.value + "-pickFileDone");
|
|
84
|
-
}),
|
|
85
|
-
R.value =
|
|
84
|
+
}), _2({ addRequiredClass: function() {
|
|
85
|
+
R.value = N();
|
|
86
86
|
} }), (e3, l2) => {
|
|
87
87
|
const t2 = n("el-form-item");
|
|
88
|
-
return
|
|
88
|
+
return O.value.tittleShow ? (s(), u(t2, { key: 0, ref_key: "formItemRef", ref: ne, required: O.value.required, class: f(d(q) + (R.value ? " " + R.value : "")), "label-width": O.value.labelWidth, style: p(d(D)) }, m({ default: v(() => [M.value ? (s(), u(d(P), { key: 0, ref_key: "fileUploadRef", ref: L, style: { width: "100%" }, disabled: "disabled" === O.value.state, displayType: O.value.displayType, accept: O.value.accept, multiple: O.value.multiple, placeholder: O.value.placeholder, limit: O.value.limit, "limit-file-size": O.value.limitFileSize, "disabled-no-preview": O.value.disabledNoPreview, "disabled-no-download": O.value.disabledNoDownload, openCameraOrChoosePhoto: O.value.openCameraOrChoosePhoto, "sort-type": O.value.sortType, "file-info": V.value, "file-list": Q.value, "system-code": e3.pageContext.systemCode, componentId: J.value, watermark: d(G), "on-success": oe, "on-remove": ie, "before-upload": Z, "on-error": le, "before-remove": te, pageContext: e3.pageContext, "file-show-type": O.value.fileShowType }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "disabled-no-preview", "disabled-no-download", "openCameraOrChoosePhoto", "sort-type", "file-info", "file-list", "system-code", "componentId", "watermark", "pageContext", "file-show-type"])) : r("", true)]), _: 2 }, [O.value.tittleShow ? { name: "label", fn: v(() => [c("div", { ref_key: "titleRef", ref: ue, style: p({ ...d(W), ...d($) }), class: "amb-form-item-label" }, g(d(j)(O.value.title)), 5)]), key: "0" } : void 0]), 1032, ["required", "class", "label-width", "style"])) : M.value ? (s(), u(d(P), { key: 1, ref_key: "fileUploadRef", ref: L, style: { width: "100%" }, disabled: "disabled" === O.value.state, displayType: O.value.displayType, accept: O.value.accept, multiple: O.value.multiple, placeholder: O.value.placeholder, limit: O.value.limit, "limit-file-size": O.value.limitFileSize, "disabled-no-preview": O.value.disabledNoPreview, "disabled-no-download": O.value.disabledNoDownload, openCameraOrChoosePhoto: O.value.openCameraOrChoosePhoto, "sort-type": O.value.sortType, "file-info": V.value, "file-list": Q.value, "system-code": e3.pageContext.systemCode, componentId: J.value, watermark: d(G), "on-success": oe, "on-remove": ie, "before-upload": Z, "on-error": le, "before-remove": te, pageContext: e3.pageContext, "file-show-type": O.value.fileShowType }, null, 8, ["disabled", "displayType", "accept", "multiple", "placeholder", "limit", "limit-file-size", "disabled-no-preview", "disabled-no-download", "openCameraOrChoosePhoto", "sort-type", "file-info", "file-list", "system-code", "componentId", "watermark", "pageContext", "file-show-type"])) : r("", true);
|
|
89
89
|
};
|
|
90
90
|
} });
|
|
91
91
|
export {
|
|
92
|
-
|
|
92
|
+
_ as default
|
|
93
93
|
};
|
package/dist/es/components/runtime/views/assemblys/form/image-upload/imageupload-runtime.vue2.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { defineComponent as e, ref as
|
|
1
|
+
import { defineComponent as e, ref as t, onMounted as l, nextTick as o, onUnmounted as a, resolveComponent as i, createBlock as n, createCommentVNode as u, openBlock as r, normalizeStyle as p, normalizeClass as s, unref as f, createSlots as d, withCtx as c, createElementVNode as m, toDisplayString as v } from "vue";
|
|
2
2
|
import { getVariableValue as g, setVariableValue as h } from "../../../../utils/page-helper-util.js";
|
|
3
|
-
import { handleAfterInitEvent as y, fileUploadBeforeUpload as C,
|
|
3
|
+
import { handleAfterInitEvent as y, fileUploadBeforeUpload as C, fileUploadBeforeDelete as x, fileUploadUploaded as w, fileUploadDeleted as b } from "../../../../utils/events/event-util.js";
|
|
4
4
|
import k from "agilebuilder-ui/src/utils/request";
|
|
5
5
|
import { FsImageUpload as I } from "agilebuilder-ui";
|
|
6
|
-
import
|
|
7
|
-
import { $t as
|
|
8
|
-
import { addRequiredClassUtil as
|
|
6
|
+
import j from "../../../../utils/eventBus.js";
|
|
7
|
+
import { $t as S } from "../../../../utils/i18n-util.js";
|
|
8
|
+
import { addRequiredClassUtil as P } from "../../../../utils/common-util.js";
|
|
9
9
|
import { getRelativeBaseUrl as T } from "agilebuilder-ui/src/utils/common-util";
|
|
10
10
|
const _ = e({ __name: "imageupload-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: _2 }) {
|
|
11
11
|
var _a, _b, _c, _d, _e, _f, _g;
|
|
12
|
-
const N = e2,
|
|
13
|
-
let B =
|
|
12
|
+
const N = e2, O = t(null), z = N.configure.runtime ? N.configure.runtime : {}, R = t(z.props ? z.props : {}), D = z.style, F = z.class, q = z.headerStyle, W = z.titleExceedStyle, $ = N.pageContext.entity ? N.pageContext.entity : {}, A = N.configure.props.base ? N.configure.props.base : {}, E = V(A.prop), U = V(A.propName);
|
|
13
|
+
let B = t({});
|
|
14
14
|
B.value.isShowWatermark = void 0 === ((_b = (_a = N.configure.props) == null ? void 0 : _a.watermark) == null ? void 0 : _b.isShowWatermark) ? "true" : ((_c = N.configure.props) == null ? void 0 : _c.watermark.isShowWatermark) + "", B.value.content = ((_e = (_d = N.configure.props) == null ? void 0 : _d.watermark) == null ? void 0 : _e.content) ? (_g = (_f = N.configure.props) == null ? void 0 : _f.watermark) == null ? void 0 : _g.content : "";
|
|
15
|
-
const G = N.pageContext.code, H =
|
|
15
|
+
const G = N.pageContext.code, H = t(E ? G + "__" + E.join("__") : null), J = g($, E), K = t(null), L = t(false), M = t([]), Q = t({});
|
|
16
16
|
function V(e3) {
|
|
17
17
|
return e3 ? (e3.startsWith("${") && (e3 = e3.substring(2, e3.length - 1)), e3.split(".")) : [];
|
|
18
18
|
}
|
|
19
19
|
function X(e3) {
|
|
20
20
|
N.pageContext.fileuploadInfo || (N.pageContext.fileuploadInfo = []);
|
|
21
|
-
return -1 === N.pageContext.fileuploadInfo.findIndex((e4) => e4.uuid === N.configure.uuid) && N.pageContext.fileuploadInfo.push({ uuid: N.configure.uuid, label:
|
|
21
|
+
return -1 === N.pageContext.fileuploadInfo.findIndex((e4) => e4.uuid === N.configure.uuid) && N.pageContext.fileuploadInfo.push({ uuid: N.configure.uuid, label: S(R.value.title) }), e3.pageContext || (e3.pageContext = N.pageContext), e3.configure || (e3.configureObj = N.configure), C(e3);
|
|
22
22
|
}
|
|
23
23
|
function Y() {
|
|
24
24
|
if (N.pageContext.fileuploadInfo && N.configure.uuid) {
|
|
@@ -29,60 +29,60 @@ const _ = e({ __name: "imageupload-runtime", props: { pageContext: {}, configure
|
|
|
29
29
|
function Z(e3) {
|
|
30
30
|
Y();
|
|
31
31
|
}
|
|
32
|
+
function ee(e3) {
|
|
33
|
+
return e3.pageContext || (e3.pageContext = N.pageContext), e3.configure || (e3.configureObj = N.configure), x(N.pageContext, N.configure, e3);
|
|
34
|
+
}
|
|
32
35
|
!function(e3) {
|
|
33
36
|
if (e3) {
|
|
34
|
-
const
|
|
35
|
-
if (
|
|
37
|
+
const t2 = e3.split(",");
|
|
38
|
+
if (t2.length > 0) {
|
|
36
39
|
const e4 = T(window.$vueApp.config.globalProperties.baseAPI) + "/component/fs-upload/search-file-metadata";
|
|
37
|
-
k.post(e4,
|
|
40
|
+
k.post(e4, t2).then((e5) => {
|
|
38
41
|
M.value = [];
|
|
39
|
-
const
|
|
42
|
+
const l2 = [], o2 = {};
|
|
40
43
|
e5.forEach((e6) => {
|
|
41
44
|
o2[e6.uuid] = e6;
|
|
42
45
|
});
|
|
43
|
-
for (let e6 = 0; e6 <
|
|
44
|
-
const a2 =
|
|
45
|
-
|
|
46
|
+
for (let e6 = 0; e6 < t2.length; e6++) {
|
|
47
|
+
const a2 = t2[e6];
|
|
48
|
+
l2.push(o2[a2].fileName), M.value.push({ showName: o2[a2].fileName, serverPath: a2, fileSize: o2[a2].fileSize });
|
|
46
49
|
}
|
|
47
|
-
"input" ===
|
|
50
|
+
"input" === R.value.displayType && (Q.value.showName = l2.join(","), Q.value.serverPath = t2.join(","));
|
|
48
51
|
}).finally(() => {
|
|
49
52
|
L.value = true;
|
|
50
53
|
});
|
|
51
54
|
} else L.value = true;
|
|
52
55
|
} else M.value = [], Q.value = {}, L.value = true;
|
|
53
56
|
}(J);
|
|
54
|
-
const
|
|
55
|
-
var
|
|
56
|
-
Y(),
|
|
57
|
+
const te = (e3, t2) => {
|
|
58
|
+
var l2;
|
|
59
|
+
Y(), oe(), l2 = { response: e3, uploadFile: t2 }, w(N.pageContext, N.configure, l2);
|
|
57
60
|
}, le = (e3) => {
|
|
58
|
-
const l2 = (t2 = { file: e3 }, x(N.pageContext, N.configure, t2));
|
|
59
61
|
var t2;
|
|
60
|
-
(
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
const e4 = M.value.length - F.value.limit;
|
|
67
|
-
for (let l3 = 0; l3 < e4; l3++) M.value.shift();
|
|
62
|
+
oe(), t2 = { file: e3 }, b(N.pageContext, N.configure, t2);
|
|
63
|
+
}, oe = () => {
|
|
64
|
+
const e3 = [], t2 = [];
|
|
65
|
+
if (R.value.limit && M.value.length > R.value.limit) {
|
|
66
|
+
const e4 = M.value.length - R.value.limit;
|
|
67
|
+
for (let t3 = 0; t3 < e4; t3++) M.value.shift();
|
|
68
68
|
}
|
|
69
|
-
for (let
|
|
70
|
-
h(N.pageContext.entity, E,
|
|
71
|
-
},
|
|
72
|
-
return
|
|
73
|
-
|
|
69
|
+
for (let l2 = 0; l2 < M.value.length; l2++) e3.push(M.value[l2].showName), t2.push(M.value[l2].serverPath);
|
|
70
|
+
h(N.pageContext.entity, E, t2.join(",")), h(N.pageContext.entity, U, e3.join(",")), t2.length > 0 && (O.value = "");
|
|
71
|
+
}, ae = t(null), ie = t(null);
|
|
72
|
+
return l(() => {
|
|
73
|
+
j.$on(H.value + "-pickFileDone", (e3) => {
|
|
74
74
|
K.value.pickFileDone(e3);
|
|
75
75
|
}), o(() => {
|
|
76
|
-
const e3 = g($, E),
|
|
77
|
-
y(
|
|
76
|
+
const e3 = g($, E), t2 = { showName: g($, U), serverPath: e3 };
|
|
77
|
+
y(t2, N.pageContext, N.configure, { formItemRef: ae.value, componentRef: K.value, titleRef: ie.value, value: t2, entity: N.pageContext.entity.data, pageData: N.pageContext.entity.page });
|
|
78
78
|
});
|
|
79
79
|
}), a(() => {
|
|
80
|
-
|
|
80
|
+
j.$off(H.value + "-pickFileDone");
|
|
81
81
|
}), _2({ addRequiredClass: function() {
|
|
82
|
-
|
|
83
|
-
} }), (e3,
|
|
84
|
-
const
|
|
85
|
-
return
|
|
82
|
+
O.value = P();
|
|
83
|
+
} }), (e3, t2) => {
|
|
84
|
+
const l2 = i("el-form-item");
|
|
85
|
+
return R.value.tittleShow ? (r(), n(l2, { key: 0, ref_key: "formItemRef", ref: ae, required: R.value.required, class: s(f(F) + (O.value ? " " + O.value : "")), "label-width": R.value.labelWidth, style: p(f(D)) }, d({ default: c(() => [L.value ? (r(), n(f(I), { key: 0, ref_key: "fileUploadRef", ref: K, style: { width: "100%" }, accept: R.value.accept && Object.keys(R.value.accept).length > 0 ? R.value.accept : "image/*", disabled: "disabled" === R.value.state, displayType: R.value.displayType, multiple: R.value.multiple, placeholder: R.value.placeholder, limit: R.value.limit, "limit-file-size": R.value.limitFileSize, "disabled-no-download": R.value.disabledNoDownload, openCameraOrChoosePhoto: R.value.openCameraOrChoosePhoto, "sort-type": R.value.sortType, "file-info": Q.value, "file-list": M.value, "system-code": e3.pageContext.systemCode, componentId: H.value, watermark: f(B), "on-success": te, "on-remove": le, "before-upload": X, "before-remove": ee, "on-error": Z, pageContext: e3.pageContext, "file-show-type": R.value.fileShowType }, null, 8, ["accept", "disabled", "displayType", "multiple", "placeholder", "limit", "limit-file-size", "disabled-no-download", "openCameraOrChoosePhoto", "sort-type", "file-info", "file-list", "system-code", "componentId", "watermark", "pageContext", "file-show-type"])) : u("", true)]), _: 2 }, [R.value.tittleShow ? { name: "label", fn: c(() => [m("div", { ref_key: "titleRef", ref: ie, style: p({ ...f(q), ...f(W) }), class: "amb-form-item-label" }, v(f(S)(R.value.title)), 5)]), key: "0" } : void 0]), 1032, ["required", "class", "label-width", "style"])) : L.value ? (r(), n(f(I), { key: 1, ref_key: "fileUploadRef", ref: K, style: { width: "100%" }, accept: R.value.accept, disabled: "disabled" === R.value.state, displayType: R.value.displayType, multiple: R.value.multiple, placeholder: R.value.placeholder, limit: R.value.limit, "limit-file-size": R.value.limitFileSize, "disabled-no-download": R.value.disabledNoDownload, openCameraOrChoosePhoto: R.value.openCameraOrChoosePhoto, "sort-type": R.value.sortType, "file-info": Q.value, "file-list": M.value, "system-code": e3.pageContext.systemCode, componentId: H.value, watermark: f(B), "on-success": te, "on-remove": le, "before-upload": X, "before-remove": ee, "on-error": Z, pageContext: e3.pageContext, "file-show-type": R.value.fileShowType }, null, 8, ["accept", "disabled", "displayType", "multiple", "placeholder", "limit", "limit-file-size", "disabled-no-download", "openCameraOrChoosePhoto", "sort-type", "file-info", "file-list", "system-code", "componentId", "watermark", "pageContext", "file-show-type"])) : u("", true);
|
|
86
86
|
};
|
|
87
87
|
} });
|
|
88
88
|
export {
|
|
@@ -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
|
|
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
|
|
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
|
|
31
|
-
import { scrollIntoViewWithContainer as
|
|
32
|
-
const
|
|
33
|
-
const
|
|
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
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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
|
|
45
|
+
function ja(e3) {
|
|
43
46
|
var _a2;
|
|
44
|
-
const a2 =
|
|
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
|
|
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(
|
|
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(
|
|
69
|
-
Ee.value = e4,
|
|
70
|
-
}), W.$on(
|
|
71
|
-
Ee.value = e4, Ue.value = true,
|
|
72
|
-
}), W.$on(
|
|
73
|
-
Ee.value = e4, Je.value = true,
|
|
74
|
-
}), W.$on(
|
|
75
|
-
Ee.value = e4, We.value = true,
|
|
76
|
-
}), W.$on(
|
|
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(
|
|
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(
|
|
89
|
-
Ee.value = e4, Be.value = true,
|
|
90
|
-
}), W.$on(
|
|
91
|
-
Ee.value = e4,
|
|
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(
|
|
97
|
-
}), W.$on(
|
|
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:
|
|
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
|
|
145
|
-
|
|
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 ?
|
|
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(
|
|
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"),
|
|
159
|
-
}), W.$on(
|
|
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
|
-
}),
|
|
172
|
+
}), L(na.value, null, (_a2 = qe.pageRequest) == null ? void 0 : _a2.isNeedId);
|
|
165
173
|
}
|
|
166
|
-
const
|
|
167
|
-
function
|
|
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
|
|
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
|
|
191
|
+
function wa() {
|
|
184
192
|
Ve.value = false, Ee.value = null;
|
|
185
193
|
}
|
|
186
|
-
function
|
|
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 (
|
|
199
|
+
if (De.resetComponentCounters(), De.resetAutoAnchorComponentConditions(), qe.isPreview && qe.pageDesign) {
|
|
192
200
|
Te.value = true;
|
|
193
201
|
let e3 = qe.pageDesign;
|
|
194
|
-
const a2 =
|
|
195
|
-
|
|
196
|
-
e3.contextParam = a3.contextParam, e3.branchFieldAuth = a3.branchFieldAuth, e3.systemParam = a3.systemParam, e3.isWorkflowEntity = a3.isWorkflowEntity, e3.dataTypeMaps = a3.dataTypeMaps, Ae.value = e3,
|
|
197
|
-
|
|
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,
|
|
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,
|
|
206
|
-
|
|
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(
|
|
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(
|
|
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
|
|
223
|
-
function
|
|
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
|
|
234
|
+
function qa(e3) {
|
|
227
235
|
Qe.value = [], ze.value = false, Z(Ee.value, e3);
|
|
228
236
|
}
|
|
229
|
-
function
|
|
237
|
+
function Ta(e3) {
|
|
230
238
|
Ge.value = [], Xe.value = false, ee(Ee.value, e3);
|
|
231
239
|
}
|
|
232
|
-
function
|
|
240
|
+
function Ra(e3) {
|
|
233
241
|
Ke.value = [], Ye.value = false, ae(Ee.value, e3);
|
|
234
242
|
}
|
|
235
|
-
const
|
|
236
|
-
function
|
|
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(
|
|
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
|
|
274
|
+
function Fa(e3) {
|
|
266
275
|
oe(na.value, e3).then((e4) => {
|
|
267
|
-
ne({ showClose: true, type: "success", message:
|
|
276
|
+
ne({ showClose: true, type: "success", message: Ne("superPageRuntimeMessage.successfulSave") }), fa.value.refreshConditionList();
|
|
268
277
|
});
|
|
269
278
|
}
|
|
270
|
-
function
|
|
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
|
|
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:
|
|
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 (!
|
|
292
|
-
if ("" ===
|
|
293
|
-
const e5 =
|
|
294
|
-
e5 ? (
|
|
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:
|
|
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
|
-
|
|
309
|
+
we as default
|
|
301
310
|
};
|
package/dist/es/index.d.ts
CHANGED
|
@@ -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
|
|
9
|
-
import { default as
|
|
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
|
|
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
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
3
|
+
"version": "2.3.38-sit4",
|
|
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-
|
|
52
|
+
"agilebuilder-ui": "1.1.94-sit4",
|
|
53
53
|
"axios": "^1.6.8",
|
|
54
54
|
"cypress": "^13.6.6",
|
|
55
55
|
"element-plus": "^2.6.1",
|