super-page-runtime 2.2.83 → 2.2.89-sit1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/components/runtime/utils/api/page-expose-util.js +56 -56
- package/dist/es/components/runtime/utils/barcode-util.js +5 -5
- package/dist/es/components/runtime/utils/charts/chart-columnline-util.js +74 -74
- package/dist/es/components/runtime/utils/charts/chart-pie-util.js +45 -46
- package/dist/es/components/runtime/utils/charts/chart-scatter-util.js +14 -16
- package/dist/es/components/runtime/utils/charts/chart-util.d.ts +1 -1
- package/dist/es/components/runtime/utils/charts/chart-util.js +7 -9
- package/dist/es/components/runtime/utils/events/event-util.js +113 -113
- package/dist/es/components/runtime/utils/events/print-label.js +37 -38
- package/dist/es/components/runtime/utils/events/standard-event.js +535 -540
- package/dist/es/components/runtime/utils/events/validator-util.js +72 -62
- package/dist/es/components/runtime/utils/form/scan-util.js +3 -4
- package/dist/es/components/runtime/utils/page-helper-util.js +210 -210
- package/dist/es/components/runtime/utils/page-init-util.js +47 -50
- package/dist/es/components/runtime/utils/page-permission-util.js +16 -16
- package/dist/es/components/runtime/utils/page-store.js +1 -1
- package/dist/es/components/runtime/utils/table-utils.js +23 -23
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +16 -13
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue.js +4 -1
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +15 -11
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +12 -16
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +6 -10
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +9 -11
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +12 -13
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +13 -14
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +14 -15
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +16 -17
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +131 -122
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +90 -57
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +22 -26
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +4 -4
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +39 -36
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +11 -8
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +10 -12
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +92 -94
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +123 -124
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +16 -14
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +80 -77
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +34 -29
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +39 -41
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +22 -22
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +50 -51
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +6 -8
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +9 -10
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +0 -1
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +8 -8
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +5 -4
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue.js +4 -1
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +7 -7
- package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +9 -10
- package/dist/es/components/runtime/views/{super-page-dialog.vue2.js → super-page-dialog.vue3.js} +1 -0
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +126 -126
- package/dist/es/index.js +1 -0
- package/dist/es/style.css +234 -99
- package/package.json +2 -2
|
@@ -1,149 +1,149 @@
|
|
|
1
|
-
import { getOptionDatasSourceMap as e, getComponentOptionDatasFromPage as t, getVariableValue as n, setVariableValue as
|
|
1
|
+
import { getOptionDatasSourceMap as e, getComponentOptionDatasFromPage as t, getVariableValue as n, setVariableValue as i, setValueForVariableName as o } from "../page-helper-util.js";
|
|
2
2
|
import { getComponentRef as a, getComponentRefByCode as r } from "../global-refs.js";
|
|
3
3
|
import s from "../eventBus.js";
|
|
4
4
|
import l from "agilebuilder-ui/src/utils/request";
|
|
5
5
|
import { getFormData as c, getAdditionalParamMap as u, refreshPage as f } from "../events/standard-event.js";
|
|
6
|
-
import { dynamicControlTableEdit as m, disabledAllFields as
|
|
6
|
+
import { dynamicControlTableEdit as m, disabledAllFields as p, updateFormItemEditState as d } from "../events/validator-util.js";
|
|
7
7
|
import { deepCopy as g, getBaseUrl as y } from "../common-util.js";
|
|
8
8
|
import { isMobileBrowser as b } from "agilebuilder-ui/src/utils/common-util";
|
|
9
9
|
import { getFormModelFields as h, getModelFields as E } from "../page-init-util.js";
|
|
10
10
|
import { getCustomFunc as P } from "../events/event-util.js";
|
|
11
11
|
const C = { showElement: function(e2, t2, n2) {
|
|
12
|
-
n2 ?
|
|
12
|
+
n2 ? $(e2, "showElement", t2) : t2.forEach((t3) => {
|
|
13
13
|
const n3 = r(e2, t3);
|
|
14
|
-
n3
|
|
14
|
+
n3 && n3.show();
|
|
15
15
|
});
|
|
16
16
|
}, hideElement: function(e2, t2, n2) {
|
|
17
|
-
n2 ?
|
|
17
|
+
n2 ? $(e2, "hideElement", t2) : t2.forEach((t3) => {
|
|
18
18
|
const n3 = r(e2, t3);
|
|
19
|
-
n3
|
|
19
|
+
n3 && n3.hide();
|
|
20
20
|
});
|
|
21
21
|
}, enableElement: function(e2, t2, n2) {
|
|
22
|
-
n2 ?
|
|
22
|
+
n2 ? $(e2, "enableElement", t2) : t2.forEach((t3) => {
|
|
23
23
|
const n3 = r(e2, t3);
|
|
24
24
|
if (n3) {
|
|
25
25
|
const e3 = n3.getConfigure();
|
|
26
26
|
e3 && e3.runtime.props && (e3.runtime.props.state = "enabled");
|
|
27
|
-
}
|
|
27
|
+
}
|
|
28
28
|
});
|
|
29
29
|
}, disableElement: function(e2, t2, n2) {
|
|
30
|
-
n2 ?
|
|
30
|
+
n2 ? $(e2, "disableElement", t2) : t2.forEach((t3) => {
|
|
31
31
|
const n3 = r(e2, t3);
|
|
32
32
|
if (n3) {
|
|
33
33
|
const e3 = n3.getConfigure();
|
|
34
34
|
e3 && e3.runtime.props && (e3.runtime.props.state = "disabled");
|
|
35
|
-
}
|
|
35
|
+
}
|
|
36
36
|
});
|
|
37
37
|
}, setEntityDataValue: function(e2, t2) {
|
|
38
38
|
Object.keys(t2).forEach((n2) => {
|
|
39
|
-
|
|
39
|
+
o(e2.entity, n2.startsWith("${") ? n2 : "${data." + n2 + "}", t2[n2]);
|
|
40
40
|
});
|
|
41
41
|
}, setEntityPageValue: function(e2, t2) {
|
|
42
42
|
Object.keys(t2).forEach((n2) => {
|
|
43
|
-
|
|
43
|
+
o(e2.entity, n2.startsWith("${") ? n2 : "${page." + n2 + "}", t2[n2]);
|
|
44
44
|
});
|
|
45
45
|
}, setEntityValueByType: function(e2, t2, n2) {
|
|
46
|
-
Object.keys(n2).forEach((
|
|
47
|
-
|
|
46
|
+
Object.keys(n2).forEach((i2) => {
|
|
47
|
+
o(e2.entity, i2.startsWith("${") ? i2 : "${" + t2 + "." + i2 + "}", n2[i2]);
|
|
48
48
|
});
|
|
49
49
|
}, dynamicControlFormEdit: function(e2, t2, n2) {
|
|
50
|
-
n2 ?
|
|
50
|
+
n2 ? $(e2, "dynamicControlFormEdit", t2) : d(e2, t2);
|
|
51
51
|
}, disabledAllFields(e2) {
|
|
52
|
-
|
|
52
|
+
p(e2);
|
|
53
53
|
}, dynamicControlTableEdit(e2, t2, n2) {
|
|
54
54
|
m(e2, t2, n2);
|
|
55
55
|
}, executeServiceFlow: function(e2, t2, n2) {
|
|
56
|
-
const
|
|
56
|
+
const i2 = e2.code;
|
|
57
57
|
n2 || (n2 = { entity: e2.entity.data, serviceVariables: {}, requestParams: u(e2), taskParamMap: e2.entity.task, dynamicDimensionValue: [], dynamicSortValue: "" }), n2.entity || (n2.entity = e2.entity.data), n2.requestParams || (n2.requestParams = u(e2)), n2.taskParamMap || (n2.taskParamMap = e2.entity.task);
|
|
58
|
-
const
|
|
59
|
-
return l.post(`${a2}/dsc/service-flow/execute/${
|
|
58
|
+
const o2 = e2.backendUrl, a2 = y(o2, e2.isTest);
|
|
59
|
+
return l.post(`${a2}/dsc/service-flow/execute/${i2}/${t2}`, n2);
|
|
60
60
|
}, openPage: function(e2, t2) {
|
|
61
61
|
s.$emit(e2.code + "_open-dialog", { pageContext: e2, eventParams: t2.eventParams, configureObj: { props: { linkPage: t2 } } });
|
|
62
62
|
}, refreshPage: function(e2, t2) {
|
|
63
63
|
f(e2, t2);
|
|
64
64
|
}, refreshSubTableHandle: function(e2, t2) {
|
|
65
65
|
let n2;
|
|
66
|
-
const o2 = r(e2, t2);
|
|
67
|
-
if (o2) {
|
|
68
|
-
const e3 = o2.getConfigure();
|
|
69
|
-
e3 && e3.uuid && e3.name && "table" === e3.name && (n2 = e3.uuid);
|
|
70
|
-
}
|
|
71
|
-
n2 ? s.$emit("_refreshSubTableHandle_" + n2) : console.error("tableUUid is undefined");
|
|
72
|
-
}, refreshChildData(e2, t2, n2) {
|
|
73
|
-
let o2;
|
|
74
66
|
const i2 = r(e2, t2);
|
|
75
67
|
if (i2) {
|
|
76
68
|
const e3 = i2.getConfigure();
|
|
77
|
-
e3 && e3.uuid && e3.name && "table" === e3.name && (
|
|
69
|
+
e3 && e3.uuid && e3.name && "table" === e3.name && (n2 = e3.uuid);
|
|
78
70
|
}
|
|
79
|
-
|
|
71
|
+
n2 && s.$emit("_refreshSubTableHandle_" + n2);
|
|
72
|
+
}, refreshChildData(e2, t2, n2) {
|
|
73
|
+
let i2;
|
|
74
|
+
const o2 = r(e2, t2);
|
|
75
|
+
if (o2) {
|
|
76
|
+
const e3 = o2.getConfigure();
|
|
77
|
+
e3 && e3.uuid && e3.name && "table" === e3.name && (i2 = e3.uuid);
|
|
78
|
+
}
|
|
79
|
+
i2 && s.$emit("_refreshChildData_" + i2, n2);
|
|
80
80
|
}, getServerConfigValue: (e2) => window.$vueApp.config.globalProperties[e2], getBackendUrl: (e2) => y(e2.backendUrl, false), getPlateBackendUrl: () => window.$vueApp.config.globalProperties.baseAPI, getEntity: (e2) => e2.entity.data, getEntityValue: (e2, t2) => e2.entity.data ? e2.entity.data[t2] : null, getPageData: (e2) => e2.entity.page, getPageDataValue: (e2, t2) => e2.entity.page ? e2.entity.page[t2] : null, getAdditionalParams: (e2) => u(e2), getAdditionalParamValue(e2, t2) {
|
|
81
81
|
const n2 = u(e2);
|
|
82
82
|
return n2 ? n2[t2] : null;
|
|
83
|
-
}, isMobile: () => b(), getComponentRefByProp: (e2, t2) => r(e2, t2), getComponentRefByCode: (e2, t2) => a(e2, t2), getFormViewData(
|
|
83
|
+
}, isMobile: () => b(), getComponentRefByProp: (e2, t2) => r(e2, t2), getComponentRefByCode: (e2, t2) => a(e2, t2), getFormViewData(o2) {
|
|
84
84
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
85
|
-
const r2 =
|
|
85
|
+
const r2 = o2.entity ? o2.entity : {}, s2 = g(r2), l2 = e(o2);
|
|
86
86
|
for (const e2 in l2) {
|
|
87
|
-
const r3 = t(
|
|
87
|
+
const r3 = t(o2, e2), l3 = a(o2, e2);
|
|
88
88
|
if (l3) {
|
|
89
89
|
const e3 = l3.getConfigure();
|
|
90
90
|
if (e3 && ((_b = (_a = e3.props) == null ? void 0 : _a.dataOrigin) == null ? void 0 : _b.optionValueSetType) && ("static" === ((_d = (_c = e3.props) == null ? void 0 : _c.dataOrigin) == null ? void 0 : _d.optionValueSetType) || "optionGroup" === ((_f = (_e = e3.props) == null ? void 0 : _e.dataOrigin) == null ? void 0 : _f.optionValueSetType))) if (e3.name && ("select" === e3.name && ((_h = (_g = e3.props) == null ? void 0 : _g.base) == null ? void 0 : _h.multiple) || "checkbox" === e3.name)) {
|
|
91
|
-
const t2 = h(
|
|
91
|
+
const t2 = h(o2, e3), a2 = n(s2, t2);
|
|
92
92
|
if (a2) {
|
|
93
|
-
const e4 =
|
|
94
|
-
|
|
93
|
+
const e4 = v(a2.split(","), r3);
|
|
94
|
+
i(s2, t2, e4);
|
|
95
95
|
}
|
|
96
96
|
} else {
|
|
97
|
-
const t2 = h(
|
|
98
|
-
|
|
97
|
+
const t2 = h(o2, e3), a2 = v(n(s2, t2), r3);
|
|
98
|
+
i(s2, t2, a2);
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
const c2 =
|
|
102
|
+
const c2 = o2.listCodesMap;
|
|
103
103
|
for (const e2 in c2) {
|
|
104
104
|
let t2;
|
|
105
105
|
if (e2.indexOf("__") > 0 && (t2 = e2.substring(e2.lastIndexOf("__") + 2)), t2) {
|
|
106
|
-
const
|
|
107
|
-
if (
|
|
108
|
-
const t3 =
|
|
109
|
-
|
|
106
|
+
const i2 = a(o2, t2);
|
|
107
|
+
if (i2) {
|
|
108
|
+
const t3 = i2.getConfigure(), o3 = t3.code ? t3.code : e2, a2 = E(t3, o3), r3 = n(s2, a2);
|
|
109
|
+
k(i2.getTableSelectOptions(e2), r3);
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
return s2.data;
|
|
114
114
|
}, getFormData: (e2, t2) => c(e2, t2), getCustomFunc: (e2, t2) => P(e2, t2) };
|
|
115
|
-
function
|
|
115
|
+
function k(e2, t2) {
|
|
116
116
|
e2 && t2 && t2.forEach((t3) => {
|
|
117
117
|
Object.keys(e2).forEach((n2) => {
|
|
118
|
-
const
|
|
118
|
+
const i2 = t3[n2], o2 = e2[n2], a2 = o2.options, r2 = o2.column;
|
|
119
119
|
let s2;
|
|
120
120
|
if (r2 && r2.componentType && ("multiselect" === r2.componentType || "checkbox" === r2.componentType)) {
|
|
121
|
-
if (
|
|
122
|
-
s2 =
|
|
121
|
+
if (i2) {
|
|
122
|
+
s2 = v(i2.split(","), a2);
|
|
123
123
|
}
|
|
124
|
-
} else s2 =
|
|
124
|
+
} else s2 = v(i2, a2);
|
|
125
125
|
t3[n2] = s2;
|
|
126
126
|
});
|
|
127
127
|
});
|
|
128
128
|
}
|
|
129
|
-
function
|
|
129
|
+
function v(e2, t2) {
|
|
130
130
|
let n2;
|
|
131
|
-
return null != e2 && t2 && (Array.isArray(e2) ? (n2 = "", e2.forEach((
|
|
132
|
-
n2 = n2 +
|
|
133
|
-
}), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 =
|
|
131
|
+
return null != e2 && t2 && (Array.isArray(e2) ? (n2 = "", e2.forEach((i2) => {
|
|
132
|
+
n2 = n2 + V(e2, t2) + ",";
|
|
133
|
+
}), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 = V(e2, t2))), n2;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
135
|
+
function V(e2, t2) {
|
|
136
136
|
let n2 = e2;
|
|
137
|
-
if (null != e2 && t2) for (let
|
|
138
|
-
const
|
|
139
|
-
if (e2 + "" ==
|
|
137
|
+
if (null != e2 && t2) for (let i2 = 0; i2 < t2.length; i2++) {
|
|
138
|
+
const o2 = t2[i2].value, a2 = t2[i2].label ? t2[i2].label : t2[i2].name;
|
|
139
|
+
if (e2 + "" == o2 + "" && null != a2) {
|
|
140
140
|
n2 = a2;
|
|
141
141
|
break;
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
return n2;
|
|
145
145
|
}
|
|
146
|
-
function
|
|
146
|
+
function $(e2, t2, n2) {
|
|
147
147
|
e2.initInfo || (e2.initInfo = {}), e2.initInfo[t2] = n2;
|
|
148
148
|
}
|
|
149
149
|
export {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
function e(e2,
|
|
2
|
-
let
|
|
1
|
+
function e(e2, t) {
|
|
2
|
+
let n = true, r = "";
|
|
3
3
|
return e2.forEach((e3) => {
|
|
4
4
|
if ("-1" !== e3.propDbName && -1 !== e3.propDbName) {
|
|
5
|
-
const a =
|
|
6
|
-
e3.supplementaryCharacters && e3.length ? a ? a.length > e3.length ? r += a.substring(0, e3.length) : r += a.padEnd(e3.length, e3.supplementaryCharacters) : r += "".padEnd(e3.length, e3.supplementaryCharacters) : a ? r += a :
|
|
5
|
+
const a = t[e3.propDbName];
|
|
6
|
+
e3.supplementaryCharacters && e3.length ? a ? a.length > e3.length ? r += a.substring(0, e3.length) : r += a.padEnd(e3.length, e3.supplementaryCharacters) : r += "".padEnd(e3.length, e3.supplementaryCharacters) : a ? r += a : n = false;
|
|
7
7
|
} else r += e3.fixedValue;
|
|
8
|
-
}),
|
|
8
|
+
}), n ? r : null;
|
|
9
9
|
}
|
|
10
10
|
export {
|
|
11
11
|
e as generateCodeByRule
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { getValueFromSource as e, formatVariableValue as
|
|
1
|
+
import { getValueFromSource as e, formatVariableValue as t, setValueForVariableName as i } from "../page-helper-util.js";
|
|
2
2
|
import { deepCopy as s } from "../common-util.js";
|
|
3
|
-
import { CommonName as o, caculateFormulaValue as a, sortDatas as l, limitDatas as n, executeChartFormula as
|
|
4
|
-
import { handleChartEvent as
|
|
3
|
+
import { CommonName as o, caculateFormulaValue as a, sortDatas as l, limitDatas as n, executeChartFormula as r } from "./chart-util.js";
|
|
4
|
+
import { handleChartEvent as u } from "../events/event-util.js";
|
|
5
5
|
function c(c2, d, f, p) {
|
|
6
6
|
if (!p || !p.result) return;
|
|
7
|
-
|
|
7
|
+
u(c2, d, "beforeUpdateChart", f, { resultData: p });
|
|
8
8
|
const m = p && p.result ? p.result : {};
|
|
9
9
|
let h = p && p.groupValue ? p.groupValue : void 0;
|
|
10
10
|
const y = d.serviceDataField;
|
|
@@ -15,116 +15,116 @@ function c(c2, d, f, p) {
|
|
|
15
15
|
h = [];
|
|
16
16
|
for (const e2 of v) h.push(e2.group);
|
|
17
17
|
}
|
|
18
|
-
const F = {},
|
|
19
|
-
for (const e2 of v) F[e2.group] = e2.target, e2.target && !
|
|
18
|
+
const F = {}, S = [], D = [];
|
|
19
|
+
for (const e2 of v) F[e2.group] = e2.target, e2.target && !S.includes(e2.target) && (S.push(e2.target), h.includes(e2.group) && D.push(e2.target));
|
|
20
20
|
let x = d.props ? d.props.mulGroupShow : "";
|
|
21
21
|
x = "break" == x ? "\r\n" : " ";
|
|
22
|
-
for (const
|
|
23
|
-
if (!
|
|
24
|
-
const
|
|
22
|
+
for (const t2 of g) {
|
|
23
|
+
if (!t2) continue;
|
|
24
|
+
const i2 = [];
|
|
25
25
|
for (const s3 of h) {
|
|
26
|
-
const o2 = F[s3], a2 = e(
|
|
27
|
-
a2 &&
|
|
26
|
+
const o2 = F[s3], a2 = e(t2, o2, void 0);
|
|
27
|
+
a2 && i2.push(a2);
|
|
28
28
|
}
|
|
29
|
-
const s2 =
|
|
30
|
-
|
|
29
|
+
const s2 = i2.join(x);
|
|
30
|
+
t2[o.X_FIELD_NAME] = s2;
|
|
31
31
|
}
|
|
32
|
-
const N = d.items ? d.items : [], E = [], A = {}, _ = [], b = {},
|
|
33
|
-
for (const e2 of
|
|
32
|
+
const N = d.items ? d.items : [], E = [], A = {}, _ = [], b = {}, w = [], C = [], I = /* @__PURE__ */ new Set(), X = a(N, g, I);
|
|
33
|
+
for (const e2 of I) w.push(e2);
|
|
34
34
|
for (const e2 of N) {
|
|
35
|
-
const
|
|
35
|
+
const t2 = e2.props ? e2.props : {}, i2 = t2.yaxisSource, s2 = t2.yaxisField, o2 = t2.isCumulative;
|
|
36
36
|
let a2 = null;
|
|
37
|
-
if (!s2 ||
|
|
38
|
-
let
|
|
39
|
-
for (const e3 in
|
|
40
|
-
a2 = { uuid: e2.uuid, type: "formula", formula:
|
|
41
|
-
} else a2 = { uuid: e2.uuid, type: "fixed", field:
|
|
42
|
-
else a2 = { uuid: e2.uuid, type: "variable", field: s2, isCumulative: o2, data: [], dynamicDatas: [] }, s2 && !
|
|
43
|
-
null != a2 && (E.push(a2), A[e2.uuid] = a2),
|
|
37
|
+
if (!s2 || i2 && "variable" != i2) if ("formula" == i2) {
|
|
38
|
+
let i3 = t2.formula ? t2.formula : "";
|
|
39
|
+
for (const e3 in X) i3 = i3.replace(new RegExp(e3.replace("$", "\\$"), "g"), X[e3]);
|
|
40
|
+
a2 = { uuid: e2.uuid, type: "formula", formula: i3, data: [], dynamicDatas: [] };
|
|
41
|
+
} else a2 = { uuid: e2.uuid, type: "fixed", field: t2.yaxisFix, data: [], dynamicDatas: [] };
|
|
42
|
+
else a2 = { uuid: e2.uuid, type: "variable", field: s2, isCumulative: o2, data: [], dynamicDatas: [] }, s2 && !w.includes(s2) && (w.push(s2), C.push(s2)), o2 && !I.has(s2) && I.add(s2);
|
|
43
|
+
null != a2 && (E.push(a2), A[e2.uuid] = a2), t2.dynamicSeriesField && !_.includes(t2.dynamicSeriesField) && a2 && (a2.dynamicField = t2.dynamicSeriesField, a2.dynamicSeriesTitle = t2.dynamicSeriesTitle, a2.dynamicShowStack = t2.dynamicShowStack, _.push(t2.dynamicSeriesField), b[t2.dynamicSeriesField] = s2);
|
|
44
44
|
}
|
|
45
45
|
const L = {};
|
|
46
46
|
if (_.length > 0) {
|
|
47
|
-
const
|
|
48
|
-
for (const s2 of g) if (s2) for (const a2 of
|
|
47
|
+
const t2 = [], i2 = {};
|
|
48
|
+
for (const s2 of g) if (s2) for (const a2 of w) {
|
|
49
49
|
const l2 = s2[o.X_FIELD_NAME];
|
|
50
|
-
let n2 =
|
|
50
|
+
let n2 = i2[l2];
|
|
51
51
|
if (!n2) {
|
|
52
52
|
n2 = {};
|
|
53
|
-
for (const e2 of
|
|
54
|
-
n2[o.X_FIELD_NAME] = s2[o.X_FIELD_NAME],
|
|
53
|
+
for (const e2 of S) n2[e2] = s2[e2];
|
|
54
|
+
n2[o.X_FIELD_NAME] = s2[o.X_FIELD_NAME], i2[l2] = n2, t2.push(n2);
|
|
55
55
|
}
|
|
56
|
-
let
|
|
57
|
-
if (!isNaN(
|
|
56
|
+
let r2 = e(s2, a2, void 0);
|
|
57
|
+
if (!isNaN(r2)) {
|
|
58
58
|
const e2 = n2[a2];
|
|
59
|
-
isNaN || (
|
|
59
|
+
isNaN || (r2 += e2), n2[a2] = r2;
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
for (const
|
|
62
|
+
for (const t3 of _) {
|
|
63
63
|
const s2 = [];
|
|
64
64
|
for (const a2 of g) {
|
|
65
65
|
if (!a2) continue;
|
|
66
|
-
const l2 =
|
|
66
|
+
const l2 = i2[a2[o.X_FIELD_NAME]];
|
|
67
67
|
if (!l2) continue;
|
|
68
|
-
let n2 = e(a2,
|
|
69
|
-
n2 = null == n2 || null == n2 ? "" : n2, s2.includes(n2) || (s2.push(n2),
|
|
70
|
-
const
|
|
71
|
-
if (void 0 !==
|
|
72
|
-
const
|
|
73
|
-
let
|
|
74
|
-
void 0 ===
|
|
68
|
+
let n2 = e(a2, t3, void 0);
|
|
69
|
+
n2 = null == n2 || null == n2 ? "" : n2, s2.includes(n2) || (s2.push(n2), C.push(n2), I.add(n2));
|
|
70
|
+
const r2 = b[t3];
|
|
71
|
+
if (void 0 !== r2) {
|
|
72
|
+
const t4 = e(a2, r2, void 0);
|
|
73
|
+
let i3 = l2[n2];
|
|
74
|
+
void 0 === i3 ? i3 = t4 : isNaN(t4) || (i3 += t4), l2[n2] = i3;
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
L[
|
|
77
|
+
L[t3] = s2;
|
|
78
78
|
}
|
|
79
|
-
g =
|
|
79
|
+
g = t2;
|
|
80
80
|
}
|
|
81
|
-
l(c2, d, g), g = n(c2, d, g,
|
|
81
|
+
l(c2, d, g), g = n(c2, d, g, S, C);
|
|
82
82
|
const M = [], j = {};
|
|
83
|
-
for (const
|
|
84
|
-
for (const
|
|
85
|
-
const s2 = e(
|
|
86
|
-
let o2 = j[
|
|
87
|
-
void 0 === s2 || isNaN(s2) || (void 0 === o2 ? o2 = s2 : o2 += s2), j[
|
|
83
|
+
for (const t2 of g) if (t2) {
|
|
84
|
+
for (const i2 of I) {
|
|
85
|
+
const s2 = e(t2, i2, void 0);
|
|
86
|
+
let o2 = j[i2];
|
|
87
|
+
void 0 === s2 || isNaN(s2) || (void 0 === o2 ? o2 = s2 : o2 += s2), j[i2] = o2;
|
|
88
88
|
}
|
|
89
|
-
M.push(
|
|
90
|
-
for (const
|
|
91
|
-
let s2 =
|
|
92
|
-
const o2 =
|
|
93
|
-
if (
|
|
94
|
-
let a2 = L[
|
|
89
|
+
M.push(t2[o.X_FIELD_NAME]);
|
|
90
|
+
for (const i2 of E) {
|
|
91
|
+
let s2 = i2.data;
|
|
92
|
+
const o2 = i2.dynamicDatas;
|
|
93
|
+
if (i2.dynamicField) {
|
|
94
|
+
let a2 = L[i2.dynamicField];
|
|
95
95
|
a2 = a2 || [];
|
|
96
96
|
for (let l2 = 0; l2 < a2.length; l2++) {
|
|
97
97
|
l2 >= o2.length && o2.push([]), s2 = o2[l2];
|
|
98
98
|
const n2 = a2[l2];
|
|
99
|
-
let
|
|
100
|
-
|
|
99
|
+
let r2 = e(t2, n2, void 0);
|
|
100
|
+
i2.isCumulative && (r2 = j[n2]), s2.push(r2);
|
|
101
101
|
}
|
|
102
|
-
} else if ("fixed" ===
|
|
103
|
-
else if ("variable" ===
|
|
104
|
-
let o3 = e(
|
|
105
|
-
|
|
106
|
-
} else if ("formula" ===
|
|
107
|
-
const e2 =
|
|
102
|
+
} else if ("fixed" === i2.type) s2.push(i2.field);
|
|
103
|
+
else if ("variable" === i2.type) {
|
|
104
|
+
let o3 = e(t2, i2.field, void 0);
|
|
105
|
+
i2.isCumulative && (o3 = j[i2.field]), s2.push(o3);
|
|
106
|
+
} else if ("formula" === i2.type) {
|
|
107
|
+
const e2 = r(i2.formula, j, t2, c2);
|
|
108
108
|
s2.push(e2);
|
|
109
109
|
} else s2.push(void 0);
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
const k = d.defaultSeries, T = s(null == k ? [] : k), V = [];
|
|
113
113
|
for (const e2 of T) {
|
|
114
|
-
const
|
|
115
|
-
if (
|
|
116
|
-
let o2 = L[
|
|
114
|
+
const i2 = A[e2.uuid];
|
|
115
|
+
if (i2.dynamicField) {
|
|
116
|
+
let o2 = L[i2.dynamicField];
|
|
117
117
|
o2 = o2 || [];
|
|
118
|
-
const a2 =
|
|
118
|
+
const a2 = i2.dynamicDatas ? i2.dynamicDatas : [];
|
|
119
119
|
for (let l2 = 0; l2 < o2.length; l2++) {
|
|
120
|
-
const n2 = o2[l2],
|
|
121
|
-
if (
|
|
122
|
-
const e3 =
|
|
123
|
-
|
|
124
|
-
} else
|
|
125
|
-
|
|
120
|
+
const n2 = o2[l2], r2 = s(e2);
|
|
121
|
+
if (i2.dynamicSeriesTitle) {
|
|
122
|
+
const e3 = i2.dynamicSeriesTitle.replace("${name}", n2);
|
|
123
|
+
r2.name = t(c2, e3);
|
|
124
|
+
} else r2.name = n2;
|
|
125
|
+
r2.data = l2 < a2.length ? a2[l2] : [], "bar" == e2.type && i2.dynamicShowStack && (r2.stack = e2.uuid), V.push(r2);
|
|
126
126
|
}
|
|
127
|
-
} else e2.data =
|
|
127
|
+
} else e2.data = i2 ? i2.data : [], V.push(e2);
|
|
128
128
|
}
|
|
129
129
|
f.series = V;
|
|
130
130
|
const $ = d.defaultXaxis, G = d.defaultYaxis;
|
|
@@ -133,7 +133,7 @@ function c(c2, d, f, p) {
|
|
|
133
133
|
f.xAxis = $, f.yAxis = G;
|
|
134
134
|
} else $ && $.length > 0 && ($[0].data = M), f.xAxis = $, f.yAxis = G;
|
|
135
135
|
const R = d.props ? d.props.selGroupVariable : null;
|
|
136
|
-
!(d.props ? d.props.enableDrill : null) && R && (d.highlightInfos = [],
|
|
136
|
+
!(d.props ? d.props.enableDrill : null) && R && (d.highlightInfos = [], i(c2.entity, R, null)), u(c2, d, "afterUpdateChart", f, { resultData: p }), d.groupFields = D, d.cacheDatas = g, d.rawResult = p;
|
|
137
137
|
}
|
|
138
138
|
export {
|
|
139
139
|
c as updateChartOption
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getValueFromSource as o, setValueForVariableName as
|
|
2
|
-
import { deepCopy as
|
|
3
|
-
import { CommonName as
|
|
1
|
+
import { getValueFromSource as o, setValueForVariableName as t } from "../page-helper-util.js";
|
|
2
|
+
import { deepCopy as r } from "../common-util.js";
|
|
3
|
+
import { CommonName as s, caculateFormulaValue as e, executeChartFormula as l, sortDatas as n, limitDatas as p } from "./chart-util.js";
|
|
4
4
|
function i(i2, u, c, a) {
|
|
5
5
|
if (!a || !a.result) return;
|
|
6
6
|
const f = a && a.result ? a.result : {};
|
|
@@ -13,68 +13,67 @@ function i(i2, u, c, a) {
|
|
|
13
13
|
g = [];
|
|
14
14
|
for (const o2 of d) g.push(o2.group);
|
|
15
15
|
}
|
|
16
|
-
const y = {},
|
|
17
|
-
for (const o2 of d) y[o2.group] = o2.target, o2.target && !
|
|
18
|
-
let
|
|
19
|
-
|
|
20
|
-
for (const
|
|
21
|
-
if (!
|
|
22
|
-
const
|
|
23
|
-
for (const
|
|
24
|
-
const
|
|
25
|
-
l2 &&
|
|
16
|
+
const y = {}, x = [], v = [];
|
|
17
|
+
for (const o2 of d) y[o2.group] = o2.target, o2.target && !x.includes(o2.target) && (x.push(o2.target), g.includes(o2.group) && v.push(o2.target));
|
|
18
|
+
let E = u.props ? u.props.mulGroupShow : "";
|
|
19
|
+
E = "break" == E ? "\r\n" : " ";
|
|
20
|
+
for (const t2 of h) {
|
|
21
|
+
if (!t2) continue;
|
|
22
|
+
const r2 = [];
|
|
23
|
+
for (const s2 of g) {
|
|
24
|
+
const e3 = y[s2], l2 = o(t2, e3, void 0);
|
|
25
|
+
l2 && r2.push(l2);
|
|
26
26
|
}
|
|
27
|
-
const
|
|
28
|
-
|
|
27
|
+
const e2 = r2.join(E);
|
|
28
|
+
t2[s.X_FIELD_NAME] = e2;
|
|
29
29
|
}
|
|
30
|
-
const
|
|
31
|
-
if (0 ==
|
|
30
|
+
const F = u.items ? u.items : [];
|
|
31
|
+
if (0 == F.length) return;
|
|
32
32
|
const S = u.props ? u.props : {};
|
|
33
33
|
let _ = S.yaxisField;
|
|
34
|
-
if (
|
|
35
|
-
const
|
|
34
|
+
if (F[0].props.yaxisField = _, F[0].props.yaxisSource = S.yaxisSource, F[0].props.formula = S.formula, "formula" === S.yaxisSource) {
|
|
35
|
+
const t2 = [], r2 = e(F, h, t2);
|
|
36
36
|
let n2 = S.formula ? S.formula : "";
|
|
37
|
-
for (const o2 in
|
|
38
|
-
_ =
|
|
37
|
+
for (const o2 in r2) n2 = n2.replace(new RegExp(o2.replace("$", "\\$"), "g"), r2[o2]);
|
|
38
|
+
_ = s.Y_TEMP_NAME;
|
|
39
39
|
const p2 = {};
|
|
40
|
-
for (const
|
|
41
|
-
if (!
|
|
42
|
-
for (const
|
|
43
|
-
const
|
|
44
|
-
let
|
|
45
|
-
void 0 ===
|
|
40
|
+
for (const r3 of h) {
|
|
41
|
+
if (!r3) continue;
|
|
42
|
+
for (const s3 of t2) {
|
|
43
|
+
const t3 = o(r3, s3, void 0);
|
|
44
|
+
let e2 = p2[s3];
|
|
45
|
+
void 0 === t3 || isNaN(t3) || (void 0 === e2 ? e2 = t3 : e2 += t3), p2[s3] = e2;
|
|
46
46
|
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
console.log("formula-result", r2), s3[_] = r2;
|
|
47
|
+
const s2 = l(n2, p2, r3, i2);
|
|
48
|
+
r3[_] = s2;
|
|
50
49
|
}
|
|
51
50
|
}
|
|
52
|
-
|
|
51
|
+
F[0].props.yaxisField = _, F[0].props.yaxisSource = "", n(i2, u, h), h = p(i2, u, h, x, [_]);
|
|
53
52
|
const A = [], D = [];
|
|
54
|
-
for (const
|
|
55
|
-
if (!
|
|
56
|
-
A.push(
|
|
57
|
-
const
|
|
58
|
-
D.push(
|
|
53
|
+
for (const t2 of h) {
|
|
54
|
+
if (!t2) continue;
|
|
55
|
+
A.push(t2[s.X_FIELD_NAME]);
|
|
56
|
+
const r2 = o(t2, _, void 0);
|
|
57
|
+
D.push(r2);
|
|
59
58
|
}
|
|
60
59
|
const M = u.defaultSeries;
|
|
61
60
|
let N = M[0].pieColors;
|
|
62
61
|
N = N || [];
|
|
63
62
|
let j = M[0].pieColorMap;
|
|
64
63
|
j = j || {};
|
|
65
|
-
const
|
|
64
|
+
const b = [];
|
|
66
65
|
for (let o2 = 0; o2 < A.length && o2 < D.length; o2++) {
|
|
67
|
-
const
|
|
68
|
-
if (o2 < N.length || j[
|
|
69
|
-
let
|
|
70
|
-
|
|
66
|
+
const t2 = { value: D[o2], name: A[o2] };
|
|
67
|
+
if (o2 < N.length || j[t2.name]) {
|
|
68
|
+
let r2 = j[t2.name];
|
|
69
|
+
r2 || (r2 = N[o2]), r2 && (t2.itemStyle = { color: r2 });
|
|
71
70
|
}
|
|
72
|
-
|
|
71
|
+
b.push(t2);
|
|
73
72
|
}
|
|
74
|
-
const
|
|
75
|
-
|
|
76
|
-
const
|
|
77
|
-
!(u.props ? u.props.enableDrill : null) &&
|
|
73
|
+
const w = r(M);
|
|
74
|
+
w[0].data = b, c.series = [w[0]];
|
|
75
|
+
const I = u.props ? u.props.selGroupVariable : null;
|
|
76
|
+
!(u.props ? u.props.enableDrill : null) && I && (u.highlightInfos = [], t(i2.entity, I, null)), u.groupFields = v, u.cacheDatas = h, u.rawResult = a;
|
|
78
77
|
}
|
|
79
78
|
export {
|
|
80
79
|
i as updateChartOption
|
|
@@ -1,46 +1,44 @@
|
|
|
1
1
|
import { getValueFromSource as o } from "../page-helper-util.js";
|
|
2
2
|
import { deepCopy as s } from "../common-util.js";
|
|
3
3
|
import { caculateFormulaValue as i, executeChartFormula as e } from "./chart-util.js";
|
|
4
|
-
function r(r2, t,
|
|
5
|
-
if (!
|
|
6
|
-
const u =
|
|
7
|
-
let
|
|
8
|
-
|
|
4
|
+
function r(r2, t, a, l) {
|
|
5
|
+
if (!l || !l.result) return;
|
|
6
|
+
const u = l && l.result ? l.result : {}, f = t.serviceDataField;
|
|
7
|
+
let c = null;
|
|
8
|
+
f ? c = u[f] : u && (c = Array.isArray(u) ? u : [u]), c || (c = []);
|
|
9
9
|
const d = t.items ? t.items : [], n = [], p = {};
|
|
10
10
|
for (const o2 of d) {
|
|
11
11
|
const s2 = o2.props ? o2.props : {}, i2 = o2.props ? o2.style : {}, e2 = s2.xaxisField, r3 = s2.sizeField, t2 = { uuid: o2.uuid, xaxisField: e2, yaxisField: s2.yaxisField, yaxisSource: s2.yaxisSource, formula: s2.formula, sizeField: r3, symbolSize: i2.symbolSize, data: [] };
|
|
12
12
|
n.push(t2), p[t2.uuid] = t2;
|
|
13
13
|
}
|
|
14
|
-
const m = [], x = i(d,
|
|
14
|
+
const m = [], x = i(d, c, m);
|
|
15
15
|
for (const o2 of n) if ("formula" === o2.yaxisSource) {
|
|
16
16
|
let s2 = o2.formula ? o2.formula : "";
|
|
17
17
|
for (const o3 in x) s2 = s2.replace(new RegExp(o3.replace("$", "\\$"), "g"), x[o3]);
|
|
18
18
|
o2.formula = s2;
|
|
19
19
|
}
|
|
20
20
|
const y = {};
|
|
21
|
-
for (const s2 of
|
|
21
|
+
for (const s2 of c) if (s2) {
|
|
22
22
|
for (const i2 of m) {
|
|
23
23
|
const e2 = o(s2, i2, void 0);
|
|
24
24
|
let r3 = y[i2];
|
|
25
25
|
void 0 === e2 || isNaN(e2) || (void 0 === r3 ? r3 = e2 : r3 += e2), y[i2] = r3;
|
|
26
26
|
}
|
|
27
27
|
for (const i2 of n) {
|
|
28
|
-
const t2 = i2.data,
|
|
29
|
-
if (
|
|
28
|
+
const t2 = i2.data, a2 = [];
|
|
29
|
+
if (a2.push(o(s2, i2.xaxisField, void 0)), "formula" === i2.yaxisSource) {
|
|
30
30
|
const o2 = e(i2.formula, y, s2, r2);
|
|
31
|
-
|
|
32
|
-
} else
|
|
33
|
-
i2.sizeField ?
|
|
31
|
+
a2.push(o2);
|
|
32
|
+
} else a2.push(o(s2, i2.yaxisField, void 0));
|
|
33
|
+
i2.sizeField ? a2.push(o(s2, i2.xaxisField, void 0)) : a2.push(i2.symbolSize), t2.push(a2);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
const F = t.defaultSeries;
|
|
37
|
-
console.log("defaultSeries", F);
|
|
38
|
-
const h = s(F);
|
|
36
|
+
const F = t.defaultSeries, h = s(F);
|
|
39
37
|
for (const o2 of h) {
|
|
40
38
|
const s2 = p[o2.uuid];
|
|
41
39
|
o2.data = s2.data;
|
|
42
40
|
}
|
|
43
|
-
|
|
41
|
+
a.series = h, t.cacheDatas = c, t.rawResult = l;
|
|
44
42
|
}
|
|
45
43
|
export {
|
|
46
44
|
r as updateChartOption
|
|
@@ -66,7 +66,7 @@ export declare function limitDatas(pageContext: PageContext, configure: Componen
|
|
|
66
66
|
* @param accumulateFields 累计计算的字段
|
|
67
67
|
* @returns
|
|
68
68
|
*/
|
|
69
|
-
export declare function caculateFormulaValue(itemConfs: any, datas: any, accumulateFields:
|
|
69
|
+
export declare function caculateFormulaValue(itemConfs: any, datas: any, accumulateFields: Set<string>): any;
|
|
70
70
|
/**
|
|
71
71
|
* 获取数据源中的最小值
|
|
72
72
|
* @param datas 数据源
|