super-page-runtime 2.3.31-sit2 → 2.3.32-cdn1
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 +131 -131
- package/dist/es/components/runtime/utils/charts/chart-columnline-util.js +134 -119
- package/dist/es/components/runtime/utils/events/event-util.js +3 -3
- package/dist/es/components/runtime/utils/events/print-label.js +26 -25
- package/dist/es/components/runtime/utils/events/standard-event.js +162 -161
- package/dist/es/components/runtime/utils/events/validator-util.js +1 -1
- package/dist/es/components/runtime/utils/page-init-util.js +41 -39
- package/dist/es/components/runtime/utils/table-utils.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +10 -6
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +8 -6
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +98 -93
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +3 -2
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.js +13 -13
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +11 -9
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +2 -0
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +5 -5
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +12 -10
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +16 -16
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +35 -35
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +37 -34
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +38 -37
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +7 -5
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +4 -3
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +48 -47
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +11 -11
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +16 -14
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.js +4 -4
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +1 -0
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +32 -31
- package/dist/es/i18n/langs/cn.js +1 -1
- package/dist/es/i18n/langs/en.js +1 -1
- package/dist/es/style.css +76 -76
- package/package.json +2 -2
|
@@ -1,190 +1,190 @@
|
|
|
1
|
-
import { getOptionDatasSourceMap as
|
|
1
|
+
import { getOptionDatasSourceMap as e, getComponentOptionDatasFromPage as t, getVariableValue as n, setVariableValue as o, setValueForVariableName as i } 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
|
-
import { getFormData as c, getAdditionalParamMap as u, refreshPage as
|
|
6
|
-
import { dynamicControlTableEdit as
|
|
5
|
+
import { getFormData as c, getAdditionalParamMap as u, refreshPage as f } from "../events/standard-event.js";
|
|
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 { replacePrefix as b, isMobileBrowser as h } from "agilebuilder-ui/src/utils/common-util";
|
|
9
9
|
import { getFormModelFields as E, getModelFields as C } from "../page-init-util.js";
|
|
10
10
|
import { getCustomFunc as P } from "../events/event-util.js";
|
|
11
11
|
import { isHasFieldPermissionAuth as T } from "../table-utils.js";
|
|
12
|
-
import { scrollIntoComponentWithCode as k, scrollIntoComponentWithUuid as
|
|
13
|
-
const
|
|
14
|
-
n2 ?
|
|
15
|
-
const n3 = r(
|
|
16
|
-
n3
|
|
12
|
+
import { scrollIntoComponentWithCode as k, scrollIntoComponentWithUuid as $ } from "../anchor-util.js";
|
|
13
|
+
const v = { showElement: function(e2, t2, n2) {
|
|
14
|
+
n2 ? D(e2, "showElement", t2) : t2.forEach((t3) => {
|
|
15
|
+
const n3 = r(e2, t3);
|
|
16
|
+
n3 ? n3.show() : console.error(`未找到code为${t3}的组件`);
|
|
17
17
|
});
|
|
18
|
-
}, hideElement: function(
|
|
19
|
-
n2 ?
|
|
20
|
-
const n3 = r(
|
|
21
|
-
n3
|
|
18
|
+
}, hideElement: function(e2, t2, n2) {
|
|
19
|
+
n2 ? D(e2, "hideElement", t2) : t2.forEach((t3) => {
|
|
20
|
+
const n3 = r(e2, t3);
|
|
21
|
+
n3 ? n3.hide() : console.error(`未找到code为${t3}的组件`);
|
|
22
22
|
});
|
|
23
|
-
}, enableElement: function(
|
|
24
|
-
n2 ?
|
|
25
|
-
const n3 = r(
|
|
23
|
+
}, enableElement: function(e2, t2, n2) {
|
|
24
|
+
n2 ? D(e2, "enableElement", t2) : t2.forEach((t3) => {
|
|
25
|
+
const n3 = r(e2, t3);
|
|
26
26
|
if (n3) {
|
|
27
|
-
const
|
|
28
|
-
|
|
29
|
-
}
|
|
27
|
+
const e3 = n3.getConfigure();
|
|
28
|
+
e3 && e3.runtime.props && (e3.runtime.props.state = "enabled");
|
|
29
|
+
} else console.error(`未找到code为${t3}的组件`);
|
|
30
30
|
});
|
|
31
|
-
}, disableElement: function(
|
|
32
|
-
n2 ?
|
|
33
|
-
const n3 = r(
|
|
31
|
+
}, disableElement: function(e2, t2, n2) {
|
|
32
|
+
n2 ? D(e2, "disableElement", t2) : t2.forEach((t3) => {
|
|
33
|
+
const n3 = r(e2, t3);
|
|
34
34
|
if (n3) {
|
|
35
|
-
const
|
|
36
|
-
|
|
37
|
-
}
|
|
35
|
+
const e3 = n3.getConfigure();
|
|
36
|
+
e3 && e3.runtime.props && (e3.runtime.props.state = "disabled");
|
|
37
|
+
} else console.error(`未找到code为${t3}的组件`);
|
|
38
38
|
});
|
|
39
|
-
}, setEntityDataValue: function(
|
|
40
|
-
Object.keys(
|
|
41
|
-
|
|
39
|
+
}, setEntityDataValue: function(e2, t2) {
|
|
40
|
+
Object.keys(t2).forEach((n2) => {
|
|
41
|
+
i(e2.entity, n2.startsWith("${") ? n2 : "${data." + n2 + "}", t2[n2]);
|
|
42
42
|
});
|
|
43
|
-
}, setEntityPageValue: function(
|
|
44
|
-
Object.keys(
|
|
45
|
-
|
|
43
|
+
}, setEntityPageValue: function(e2, t2) {
|
|
44
|
+
Object.keys(t2).forEach((n2) => {
|
|
45
|
+
i(e2.entity, n2.startsWith("${") ? n2 : "${page." + n2 + "}", t2[n2]);
|
|
46
46
|
});
|
|
47
|
-
}, setEntityValueByType: function(
|
|
48
|
-
Object.keys(n2).forEach((
|
|
49
|
-
|
|
47
|
+
}, setEntityValueByType: function(e2, t2, n2) {
|
|
48
|
+
Object.keys(n2).forEach((o2) => {
|
|
49
|
+
i(e2.entity, o2.startsWith("${") ? o2 : "${" + t2 + "." + o2 + "}", n2[o2]);
|
|
50
50
|
});
|
|
51
|
-
}, dynamicControlFormEdit: function(
|
|
52
|
-
n2 ?
|
|
53
|
-
}, disabledAllFields(
|
|
54
|
-
p(
|
|
55
|
-
}, dynamicControlTableEdit(
|
|
56
|
-
|
|
57
|
-
}, executeServiceFlow: function(
|
|
58
|
-
const
|
|
59
|
-
n2 || (n2 = { entity:
|
|
60
|
-
const
|
|
61
|
-
return l.post(`${a2}/dsc/service-flow/execute/${
|
|
62
|
-
}, openPage: function(
|
|
63
|
-
s.$emit(
|
|
64
|
-
}, refreshPage: function(
|
|
65
|
-
|
|
66
|
-
}, refreshSubTableHandle: function(
|
|
51
|
+
}, dynamicControlFormEdit: function(e2, t2, n2) {
|
|
52
|
+
n2 ? D(e2, "dynamicControlFormEdit", t2) : d(e2, t2);
|
|
53
|
+
}, disabledAllFields(e2) {
|
|
54
|
+
p(e2);
|
|
55
|
+
}, dynamicControlTableEdit(e2, t2, n2) {
|
|
56
|
+
m(e2, t2, n2);
|
|
57
|
+
}, executeServiceFlow: function(e2, t2, n2) {
|
|
58
|
+
const o2 = e2.code;
|
|
59
|
+
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);
|
|
60
|
+
const i2 = e2.backendUrl, a2 = y(i2, e2.isTest);
|
|
61
|
+
return l.post(`${a2}/dsc/service-flow/execute/${o2}/${t2}`, n2);
|
|
62
|
+
}, openPage: function(e2, t2) {
|
|
63
|
+
s.$emit(e2.code + "_open-dialog", { pageContext: e2, eventParams: t2.eventParams, configureObj: { props: { linkPage: t2 } } });
|
|
64
|
+
}, refreshPage: function(e2, t2) {
|
|
65
|
+
f(e2, t2);
|
|
66
|
+
}, refreshSubTableHandle: function(e2, t2) {
|
|
67
67
|
let n2;
|
|
68
|
-
const
|
|
69
|
-
if (i2) {
|
|
70
|
-
const t3 = i2.getConfigure();
|
|
71
|
-
t3 && t3.uuid && t3.name && "table" === t3.name && (n2 = t3.uuid);
|
|
72
|
-
}
|
|
73
|
-
n2 && s.$emit("_refreshSubTableHandle_" + n2);
|
|
74
|
-
}, refreshChildData(t2, e2, n2) {
|
|
75
|
-
let i2;
|
|
76
|
-
const o2 = r(t2, e2);
|
|
68
|
+
const o2 = r(e2, t2);
|
|
77
69
|
if (o2) {
|
|
78
|
-
const
|
|
79
|
-
|
|
70
|
+
const e3 = o2.getConfigure();
|
|
71
|
+
e3 && e3.uuid && e3.name && "table" === e3.name && (n2 = e3.uuid);
|
|
72
|
+
}
|
|
73
|
+
n2 ? s.$emit("_refreshSubTableHandle_" + n2) : console.error("tableUUid is undefined");
|
|
74
|
+
}, refreshChildData(e2, t2, n2) {
|
|
75
|
+
let o2;
|
|
76
|
+
const i2 = r(e2, t2);
|
|
77
|
+
if (i2) {
|
|
78
|
+
const e3 = i2.getConfigure();
|
|
79
|
+
e3 && e3.uuid && e3.name && "table" === e3.name && (o2 = e3.uuid);
|
|
80
80
|
}
|
|
81
|
-
|
|
82
|
-
}, getServerConfigValue: (
|
|
83
|
-
const n2 = u(
|
|
84
|
-
return n2 ? n2[
|
|
85
|
-
}, isMobile: () => h(), getComponentRefByProp: (
|
|
81
|
+
o2 ? s.$emit("_refreshChildData_" + o2, n2) : console.error("tableUUid is undefined");
|
|
82
|
+
}, 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, getTaskDataValue: (e2, t2) => e2.entity.task ? e2.entity.task[t2] : null, getValueByType: (e2, t2, n2) => e2.entity[t2] ? e2.entity[t2][n2] : null, getAdditionalParams: (e2) => u(e2), getAdditionalParamValue(e2, t2) {
|
|
83
|
+
const n2 = u(e2);
|
|
84
|
+
return n2 ? n2[t2] : null;
|
|
85
|
+
}, isMobile: () => h(), getComponentRefByProp: (e2, t2) => r(e2, t2), getComponentRefByCode: (e2, t2) => a(e2, t2), getFormViewData(i2) {
|
|
86
86
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
|
|
87
|
-
const r2 =
|
|
88
|
-
for (const
|
|
89
|
-
const r3 =
|
|
87
|
+
const r2 = i2.entity ? i2.entity : {}, s2 = g(r2), l2 = e(i2);
|
|
88
|
+
for (const e2 in l2) {
|
|
89
|
+
const r3 = t(i2, e2), l3 = a(i2, e2);
|
|
90
90
|
if (l3) {
|
|
91
|
-
const
|
|
92
|
-
if (
|
|
93
|
-
if ("dynamicData" === ((_h = (_g =
|
|
94
|
-
const
|
|
95
|
-
|
|
91
|
+
const e3 = l3.getConfigure();
|
|
92
|
+
if (e3) if (!((_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)) {
|
|
93
|
+
if ("dynamicData" === ((_h = (_g = e3 == null ? void 0 : e3.props) == null ? void 0 : _g.dataOrigin) == null ? void 0 : _h.optionValueSetType) && ("select" === (e3 == null ? void 0 : e3.name) || "checkbox" === (e3 == null ? void 0 : e3.name) || "radio" === (e3 == null ? void 0 : e3.name))) {
|
|
94
|
+
const t2 = E(i2, e3), a2 = l3.getSelectItemsTitle(), r4 = a2 && a2.length > 0 ? a2 : n(s2, t2);
|
|
95
|
+
o(s2, t2, r4);
|
|
96
96
|
}
|
|
97
|
-
} else if (
|
|
98
|
-
const
|
|
97
|
+
} else if (e3.name && ("select" === e3.name && ((_j = (_i = e3.props) == null ? void 0 : _i.base) == null ? void 0 : _j.multiple) || "checkbox" === e3.name)) {
|
|
98
|
+
const t2 = E(i2, e3), a2 = n(s2, t2);
|
|
99
99
|
if (a2) {
|
|
100
|
-
const
|
|
101
|
-
|
|
100
|
+
const e4 = j(a2.split(","), r3);
|
|
101
|
+
o(s2, t2, e4);
|
|
102
102
|
}
|
|
103
103
|
} else {
|
|
104
|
-
const
|
|
105
|
-
|
|
104
|
+
const t2 = E(i2, e3), a2 = j(n(s2, t2), r3);
|
|
105
|
+
o(s2, t2, a2);
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
|
-
const c2 =
|
|
110
|
-
for (const
|
|
111
|
-
let
|
|
112
|
-
if (
|
|
113
|
-
const
|
|
114
|
-
if (
|
|
115
|
-
const
|
|
116
|
-
c3 && c3.length > 0 && c3.forEach((
|
|
117
|
-
"DATE" !==
|
|
118
|
-
}), u2.formatDateColumns =
|
|
109
|
+
const c2 = i2.listCodesMap;
|
|
110
|
+
for (const e2 in c2) {
|
|
111
|
+
let t2;
|
|
112
|
+
if (e2.indexOf("__") > 0 && (t2 = e2.substring(e2.lastIndexOf("__") + 2)), t2) {
|
|
113
|
+
const o2 = a(i2, t2);
|
|
114
|
+
if (o2) {
|
|
115
|
+
const t3 = o2.getConfigure(), i3 = t3.code ? t3.code : e2, a2 = C(t3, i3), r3 = n(s2, a2), l3 = o2.getTableSelectOptions(e2), c3 = o2.getColumns(), u2 = {}, f2 = {};
|
|
116
|
+
c3 && c3.length > 0 && c3.forEach((e3) => {
|
|
117
|
+
"DATE" !== e3.dataType && "TIME" !== e3.dataType || (f2[e3.prop] = e3);
|
|
118
|
+
}), u2.formatDateColumns = f2, V(l3, r3, u2, o2);
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
return s2.data;
|
|
123
|
-
}, getFormData: (
|
|
123
|
+
}, getFormData: (e2, t2) => c(e2, t2), getCustomFunc: (e2, t2) => P(e2, t2), replaceUrlPrefix: (e2) => b(e2), isHasFieldAuthPermission: (e2) => {
|
|
124
124
|
var _a, _b, _c, _d;
|
|
125
|
-
return !(void 0 !== ((_b = (_a =
|
|
126
|
-
}, isHasFieldAuth(
|
|
127
|
-
T(
|
|
128
|
-
}, isHasFieldAuthWithTable(
|
|
129
|
-
T(
|
|
130
|
-
}, scrollIntoComponentWithUuid(
|
|
131
|
-
|
|
132
|
-
}, scrollIntoComponentWithCode(
|
|
133
|
-
k(
|
|
134
|
-
}, isSignerTaskTransactor(
|
|
135
|
-
if (!
|
|
136
|
-
const n2 =
|
|
125
|
+
return !(void 0 !== ((_b = (_a = e2 == null ? void 0 : e2.props) == null ? void 0 : _a.base) == null ? void 0 : _b.isHasFieldAuthPermission) && !((_d = (_c = e2 == null ? void 0 : e2.props) == null ? void 0 : _c.base) == null ? void 0 : _d.isHasFieldAuthPermission));
|
|
126
|
+
}, isHasFieldAuth(e2, t2) {
|
|
127
|
+
T(e2, null, t2);
|
|
128
|
+
}, isHasFieldAuthWithTable(e2, t2, n2) {
|
|
129
|
+
T(e2, t2, n2);
|
|
130
|
+
}, scrollIntoComponentWithUuid(e2, t2) {
|
|
131
|
+
$(e2, t2);
|
|
132
|
+
}, scrollIntoComponentWithCode(e2, t2) {
|
|
133
|
+
k(e2, t2);
|
|
134
|
+
}, isSignerTaskTransactor(e2, t2) {
|
|
135
|
+
if (!t2) return true;
|
|
136
|
+
const n2 = e2.entity.task;
|
|
137
137
|
if (n2) {
|
|
138
|
-
if (n2.sourceTrustor) return
|
|
139
|
-
if (n2.sourceAssigner) return
|
|
140
|
-
if (n2.transactor &&
|
|
138
|
+
if (n2.sourceTrustor) return t2 === n2.sourceTrustor;
|
|
139
|
+
if (n2.sourceAssigner) return t2 === n2.sourceAssigner || !(!n2.transactor || t2 !== n2.transactor);
|
|
140
|
+
if (n2.transactor && t2 === n2.transactor) return true;
|
|
141
141
|
}
|
|
142
142
|
return false;
|
|
143
143
|
} };
|
|
144
|
-
function
|
|
145
|
-
if (
|
|
146
|
-
const
|
|
147
|
-
|
|
144
|
+
function V(e2, t2, n2, o2) {
|
|
145
|
+
if (e2 && t2) {
|
|
146
|
+
const i2 = o2.getSuperGridRef();
|
|
147
|
+
t2.forEach((t3) => {
|
|
148
148
|
if (n2 == null ? void 0 : n2.formatDateColumns) {
|
|
149
|
-
const
|
|
150
|
-
Object.keys(
|
|
151
|
-
const
|
|
152
|
-
|
|
149
|
+
const e3 = n2.formatDateColumns;
|
|
150
|
+
Object.keys(e3).forEach((n3) => {
|
|
151
|
+
const o3 = e3[n3];
|
|
152
|
+
t3[n3] && (t3[n3] = i2.rowDoFormat(o3, t3[n3]));
|
|
153
153
|
});
|
|
154
154
|
}
|
|
155
|
-
Object.keys(
|
|
156
|
-
const
|
|
155
|
+
Object.keys(e2).forEach((n3) => {
|
|
156
|
+
const o3 = t3[n3], i3 = e2[n3], a2 = i3.options, r2 = i3.column;
|
|
157
157
|
let s2;
|
|
158
158
|
if (r2 && r2.componentType && ("multiselect" === r2.componentType || "checkbox" === r2.componentType)) {
|
|
159
|
-
if (
|
|
160
|
-
s2 =
|
|
159
|
+
if (o3) {
|
|
160
|
+
s2 = j(o3.split(","), a2);
|
|
161
161
|
}
|
|
162
|
-
} else s2 =
|
|
163
|
-
|
|
162
|
+
} else s2 = j(o3, a2);
|
|
163
|
+
t3[n3] = s2;
|
|
164
164
|
});
|
|
165
165
|
});
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
|
-
function
|
|
168
|
+
function j(e2, t2) {
|
|
169
169
|
let n2;
|
|
170
|
-
return null !=
|
|
171
|
-
n2 = n2 +
|
|
172
|
-
}), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 =
|
|
170
|
+
return null != e2 && t2 && (Array.isArray(e2) ? (n2 = "", e2.forEach((o2) => {
|
|
171
|
+
n2 = n2 + A(e2, t2) + ",";
|
|
172
|
+
}), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 = A(e2, t2))), n2;
|
|
173
173
|
}
|
|
174
|
-
function
|
|
175
|
-
let n2 =
|
|
176
|
-
if (null !=
|
|
177
|
-
const
|
|
178
|
-
if (
|
|
174
|
+
function A(e2, t2) {
|
|
175
|
+
let n2 = e2;
|
|
176
|
+
if (null != e2 && t2) for (let o2 = 0; o2 < t2.length; o2++) {
|
|
177
|
+
const i2 = t2[o2].value, a2 = t2[o2].label ? t2[o2].label : t2[o2].name;
|
|
178
|
+
if (e2 + "" == i2 + "" && null != a2) {
|
|
179
179
|
n2 = a2;
|
|
180
180
|
break;
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
return n2;
|
|
184
184
|
}
|
|
185
|
-
function
|
|
186
|
-
|
|
185
|
+
function D(e2, t2, n2) {
|
|
186
|
+
e2.initInfo || (e2.initInfo = {}), e2.initInfo[t2] = n2;
|
|
187
187
|
}
|
|
188
188
|
export {
|
|
189
|
-
|
|
189
|
+
v as functions
|
|
190
190
|
};
|
|
@@ -1,151 +1,166 @@
|
|
|
1
|
-
import { getValueFromSource as
|
|
2
|
-
import { deepCopy as
|
|
3
|
-
import { setDefaultGrid as s, CommonName as a, caculateFormulaValue as l, executeChartFormula as
|
|
4
|
-
import { handleChartEvent as
|
|
5
|
-
function
|
|
6
|
-
if (!
|
|
7
|
-
s(
|
|
8
|
-
const
|
|
9
|
-
let v =
|
|
10
|
-
const
|
|
11
|
-
let
|
|
12
|
-
|
|
13
|
-
let
|
|
14
|
-
if (
|
|
1
|
+
import { getValueFromSource as t, formatVariableValue as e, setValueForVariableName as o } from "../page-helper-util.js";
|
|
2
|
+
import { deepCopy as i } from "../common-util.js";
|
|
3
|
+
import { setDefaultGrid as s, CommonName as a, caculateFormulaValue as l, executeChartFormula as r, sortDatas as n, limitDatas as u, formatToolboxI18n as f } from "./chart-util.js";
|
|
4
|
+
import { handleChartEvent as d } from "../events/event-util.js";
|
|
5
|
+
function c(c2, m, h, y) {
|
|
6
|
+
if (!y || !y.result) return;
|
|
7
|
+
s(h), h.tooltip || (h.tooltip = {}), d(c2, m, "beforeUpdateChart", h, { resultData: y });
|
|
8
|
+
const g = y && y.result ? y.result : {};
|
|
9
|
+
let v = y && y.groupValue ? y.groupValue : void 0;
|
|
10
|
+
const F = m.serviceDataField;
|
|
11
|
+
let S = null;
|
|
12
|
+
F ? S = g[F] : g && (S = Array.isArray(g) ? g : [g]), S || (S = []), m.runtime.dataConfig.runtimeData = S;
|
|
13
|
+
let D = m.props ? m.props.groups : null;
|
|
14
|
+
if (D || (D = []), !v || 0 === v.length) {
|
|
15
15
|
v = [];
|
|
16
|
-
for (const
|
|
16
|
+
for (const t2 of D) v.push(t2.group);
|
|
17
17
|
}
|
|
18
|
-
const
|
|
19
|
-
for (const
|
|
20
|
-
let
|
|
21
|
-
|
|
22
|
-
for (const
|
|
23
|
-
if (!
|
|
24
|
-
const
|
|
25
|
-
for (const
|
|
26
|
-
const s2 =
|
|
27
|
-
a2 &&
|
|
18
|
+
const _ = {}, x = [], A = [];
|
|
19
|
+
for (const t2 of D) _[t2.group] = t2.target, t2.target && !x.includes(t2.target) && (x.push(t2.target), v.includes(t2.group) && A.push(t2.target));
|
|
20
|
+
let N = m.props ? m.props.mulGroupShow : "";
|
|
21
|
+
N = "break" == N ? "\r\n" : " ";
|
|
22
|
+
for (const e2 of S) {
|
|
23
|
+
if (!e2) continue;
|
|
24
|
+
const o2 = [];
|
|
25
|
+
for (const i3 of v) {
|
|
26
|
+
const s2 = _[i3], a2 = t(e2, s2, void 0);
|
|
27
|
+
a2 && o2.push(a2);
|
|
28
28
|
}
|
|
29
|
-
const
|
|
30
|
-
|
|
29
|
+
const i2 = o2.join(N);
|
|
30
|
+
e2[a.X_FIELD_NAME] = i2;
|
|
31
31
|
}
|
|
32
|
-
const E =
|
|
33
|
-
for (const
|
|
34
|
-
for (const
|
|
35
|
-
const
|
|
32
|
+
const E = m.items ? m.items : [], C = [], b = {}, w = [], I = {}, X = [], L = [], M = /* @__PURE__ */ new Set(), j = l(E, S, M);
|
|
33
|
+
for (const t2 of M) X.push(t2);
|
|
34
|
+
for (const t2 of E) {
|
|
35
|
+
const e2 = t2.props ? t2.props : {}, o2 = e2.yaxisSource, i2 = e2.yaxisField, s2 = e2.isCumulative;
|
|
36
36
|
let a2 = null;
|
|
37
|
-
if (!
|
|
38
|
-
let
|
|
39
|
-
for (const
|
|
40
|
-
a2 = { uuid:
|
|
41
|
-
} else a2 = { uuid:
|
|
42
|
-
else a2 = { uuid:
|
|
43
|
-
null != a2 && (
|
|
37
|
+
if (!i2 || o2 && "variable" != o2) if ("formula" == o2) {
|
|
38
|
+
let o3 = e2.formula ? e2.formula : "";
|
|
39
|
+
for (const t3 in j) o3 = o3.replace(new RegExp(t3.replace("$", "\\$"), "g"), j[t3]);
|
|
40
|
+
a2 = { uuid: t2.uuid, type: "formula", formula: o3, isFormulaCalculateAfterSort: e2.isFormulaCalculateAfterSort, data: [], dynamicDatas: [] };
|
|
41
|
+
} else a2 = { uuid: t2.uuid, type: "fixed", field: e2.yaxisFix, data: [], dynamicDatas: [] };
|
|
42
|
+
else a2 = { uuid: t2.uuid, type: "variable", field: i2, isCumulative: s2, data: [], dynamicDatas: [] }, i2 && !X.includes(i2) && X.push(i2), i2 && !L.includes(i2) && L.push(i2), s2 && !M.has(i2) && M.add(i2);
|
|
43
|
+
null != a2 && (C.push(a2), b[t2.uuid] = a2), e2.dynamicSeriesField && !w.includes(e2.dynamicSeriesField) && a2 && (a2.dynamicField = e2.dynamicSeriesField, a2.dynamicSeriesTitle = e2.dynamicSeriesTitle, a2.dynamicShowStack = e2.dynamicShowStack, w.push(e2.dynamicSeriesField), I[e2.dynamicSeriesField] = i2);
|
|
44
44
|
}
|
|
45
|
-
const
|
|
45
|
+
const k = {};
|
|
46
46
|
if (w.length > 0) {
|
|
47
|
-
const
|
|
48
|
-
for (const
|
|
49
|
-
const l2 =
|
|
50
|
-
let
|
|
51
|
-
if (!
|
|
52
|
-
|
|
53
|
-
for (const
|
|
54
|
-
|
|
47
|
+
const e2 = [], o2 = {};
|
|
48
|
+
for (const i2 of S) if (i2) for (const s2 of X) {
|
|
49
|
+
const l2 = i2[a.X_FIELD_NAME];
|
|
50
|
+
let r2 = o2[l2];
|
|
51
|
+
if (!r2) {
|
|
52
|
+
r2 = {};
|
|
53
|
+
for (const t2 of x) r2[t2] = i2[t2];
|
|
54
|
+
r2[a.X_FIELD_NAME] = i2[a.X_FIELD_NAME], o2[l2] = r2, e2.push(r2);
|
|
55
55
|
}
|
|
56
|
-
let
|
|
57
|
-
if (!isNaN(
|
|
58
|
-
const
|
|
59
|
-
isNaN || (
|
|
56
|
+
let n2 = t(i2, s2, void 0);
|
|
57
|
+
if (!isNaN(n2)) {
|
|
58
|
+
const t2 = r2[s2];
|
|
59
|
+
isNaN || (n2 += t2), r2[s2] = n2;
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
|
-
for (const
|
|
63
|
-
const
|
|
64
|
-
for (const s2 of
|
|
62
|
+
for (const e3 of w) {
|
|
63
|
+
const i2 = [];
|
|
64
|
+
for (const s2 of S) {
|
|
65
65
|
if (!s2) continue;
|
|
66
|
-
const l2 =
|
|
66
|
+
const l2 = o2[s2[a.X_FIELD_NAME]];
|
|
67
67
|
if (!l2) continue;
|
|
68
|
-
let
|
|
69
|
-
|
|
70
|
-
const
|
|
71
|
-
if (void 0 !==
|
|
72
|
-
const
|
|
73
|
-
let
|
|
74
|
-
void 0 ===
|
|
68
|
+
let r2 = t(s2, e3, void 0);
|
|
69
|
+
r2 = null == r2 || null == r2 ? "" : r2, i2.includes(r2) || (i2.push(r2), L.push(r2), M.add(r2));
|
|
70
|
+
const n2 = I[e3];
|
|
71
|
+
if (void 0 !== n2) {
|
|
72
|
+
const e4 = t(s2, n2, void 0);
|
|
73
|
+
let o3 = l2[r2];
|
|
74
|
+
void 0 === o3 ? o3 = e4 : isNaN(e4) || (o3 += e4), l2[r2] = o3;
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
|
-
|
|
77
|
+
k[e3] = i2;
|
|
78
78
|
}
|
|
79
|
-
|
|
79
|
+
S = e2;
|
|
80
80
|
}
|
|
81
|
-
let
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
81
|
+
let T = {};
|
|
82
|
+
const V = /* @__PURE__ */ new Set(), $ = m.props ? m.props.orderByTarget : "";
|
|
83
|
+
for (const t2 of C) "formula" === t2.type && t2.isFormulaCalculateAfterSort && $ !== t2.uuid && V.add(t2.uuid + "_field");
|
|
84
|
+
for (const t2 of S) if (t2) {
|
|
85
|
+
p(t2, M, T);
|
|
86
|
+
for (const e2 of C) if ("formula" === e2.type && !e2.isFormulaCalculateAfterSort) {
|
|
87
|
+
const o2 = r(e2.formula, T, t2, c2);
|
|
88
|
+
t2[e2.uuid + "_field"] = o2;
|
|
87
89
|
}
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
90
|
+
}
|
|
91
|
+
if (n(c2, m, S), V.size > 0) {
|
|
92
|
+
const t2 = {};
|
|
93
|
+
for (const e2 of S) {
|
|
94
|
+
p(e2, M, t2);
|
|
95
|
+
for (const o2 of C) if ("formula" === o2.type && V.has(o2.uuid + "_field")) {
|
|
96
|
+
const i2 = r(o2.formula, t2, e2, c2);
|
|
97
|
+
e2[o2.uuid + "_field"] = i2;
|
|
98
|
+
}
|
|
91
99
|
}
|
|
92
100
|
}
|
|
93
|
-
|
|
94
|
-
const
|
|
95
|
-
|
|
96
|
-
for (const
|
|
97
|
-
for (const
|
|
98
|
-
const
|
|
99
|
-
let s2 =
|
|
100
|
-
void 0 ===
|
|
101
|
+
S = u(c2, m, S, x, L);
|
|
102
|
+
const B = [];
|
|
103
|
+
T = {};
|
|
104
|
+
for (const e2 of S) if (e2) {
|
|
105
|
+
for (const o2 of M) {
|
|
106
|
+
const i2 = t(e2, o2, void 0);
|
|
107
|
+
let s2 = T[o2];
|
|
108
|
+
void 0 === i2 || isNaN(i2) || (void 0 === s2 ? s2 = i2 : s2 += i2), T[o2] = s2;
|
|
101
109
|
}
|
|
102
|
-
|
|
103
|
-
for (const
|
|
104
|
-
let
|
|
105
|
-
const s2 =
|
|
106
|
-
if (
|
|
107
|
-
let a2 =
|
|
110
|
+
B.push(e2[a.X_FIELD_NAME]);
|
|
111
|
+
for (const o2 of C) {
|
|
112
|
+
let i2 = o2.data;
|
|
113
|
+
const s2 = o2.dynamicDatas;
|
|
114
|
+
if (o2.dynamicField) {
|
|
115
|
+
let a2 = k[o2.dynamicField];
|
|
108
116
|
a2 = a2 || [];
|
|
109
117
|
for (let l2 = 0; l2 < a2.length; l2++) {
|
|
110
|
-
l2 >= s2.length && s2.push([]),
|
|
111
|
-
const
|
|
112
|
-
let
|
|
113
|
-
|
|
118
|
+
l2 >= s2.length && s2.push([]), i2 = s2[l2];
|
|
119
|
+
const r2 = a2[l2];
|
|
120
|
+
let n2 = t(e2, r2, void 0);
|
|
121
|
+
o2.isCumulative && (n2 = T[r2]), i2.push(n2);
|
|
114
122
|
}
|
|
115
|
-
} else if ("fixed" ===
|
|
116
|
-
else if ("variable" ===
|
|
117
|
-
let s3 =
|
|
118
|
-
|
|
119
|
-
} else "formula" ===
|
|
123
|
+
} else if ("fixed" === o2.type) i2.push(o2.field);
|
|
124
|
+
else if ("variable" === o2.type) {
|
|
125
|
+
let s3 = t(e2, o2.field, void 0);
|
|
126
|
+
o2.isCumulative && (s3 = T[o2.field]), i2.push(s3);
|
|
127
|
+
} else "formula" === o2.type ? i2.push(e2[o2.uuid + "_field"]) : i2.push(void 0);
|
|
120
128
|
}
|
|
121
129
|
}
|
|
122
|
-
const
|
|
123
|
-
for (const
|
|
124
|
-
const
|
|
125
|
-
if (
|
|
126
|
-
let s2 =
|
|
130
|
+
const G = m.defaultSeries, R = i(null == G ? [] : G), U = [];
|
|
131
|
+
for (const t2 of R) {
|
|
132
|
+
const o2 = b[t2.uuid];
|
|
133
|
+
if (o2.dynamicField) {
|
|
134
|
+
let s2 = k[o2.dynamicField];
|
|
127
135
|
s2 = s2 || [];
|
|
128
|
-
const a2 =
|
|
136
|
+
const a2 = o2.dynamicDatas ? o2.dynamicDatas : [];
|
|
129
137
|
for (let l2 = 0; l2 < s2.length; l2++) {
|
|
130
|
-
const
|
|
131
|
-
if (
|
|
132
|
-
const
|
|
133
|
-
|
|
134
|
-
} else
|
|
135
|
-
|
|
138
|
+
const r2 = s2[l2], n2 = i(t2);
|
|
139
|
+
if (o2.dynamicSeriesTitle) {
|
|
140
|
+
const t3 = o2.dynamicSeriesTitle.replace("${name}", r2);
|
|
141
|
+
n2.name = e(c2, t3);
|
|
142
|
+
} else n2.name = r2;
|
|
143
|
+
n2.data = l2 < a2.length ? a2[l2] : [], "bar" == t2.type && o2.dynamicShowStack && (n2.stack = t2.uuid), U.push(n2);
|
|
136
144
|
}
|
|
137
|
-
} else
|
|
145
|
+
} else t2.data = o2 ? o2.data : [], U.push(t2);
|
|
146
|
+
}
|
|
147
|
+
h.series = U;
|
|
148
|
+
const z = m.defaultXaxis, Y = m.defaultYaxis;
|
|
149
|
+
if (h.isBar) {
|
|
150
|
+
if (Y) for (const t2 of Y) t2.data = B;
|
|
151
|
+
h.xAxis = z, h.yAxis = Y;
|
|
152
|
+
} else z && z.length > 0 && (z[0].data = B), h.xAxis = z, h.yAxis = Y;
|
|
153
|
+
f(h);
|
|
154
|
+
const q = m.props ? m.props.selGroupVariable : null;
|
|
155
|
+
!(m.props ? m.props.enableDrill : null) && q && (m.highlightInfos = [], o(c2.entity, q, null)), d(c2, m, "afterUpdateChart", h, { resultData: y }), m.groupFields = A, m.cacheDatas = S, m.rawResult = y;
|
|
156
|
+
}
|
|
157
|
+
function p(e2, o2, i2) {
|
|
158
|
+
for (const s2 of o2) {
|
|
159
|
+
const o3 = t(e2, s2, void 0);
|
|
160
|
+
let a2 = i2[s2];
|
|
161
|
+
void 0 === o3 || isNaN(o3) || (void 0 === a2 ? a2 = o3 : a2 += o3), i2[s2] = a2;
|
|
138
162
|
}
|
|
139
|
-
m.series = G;
|
|
140
|
-
const R = p.defaultXaxis, U = p.defaultYaxis;
|
|
141
|
-
if (m.isBar) {
|
|
142
|
-
if (U) for (const e2 of U) e2.data = T;
|
|
143
|
-
m.xAxis = R, m.yAxis = U;
|
|
144
|
-
} else R && R.length > 0 && (R[0].data = T), m.xAxis = R, m.yAxis = U;
|
|
145
|
-
d(m);
|
|
146
|
-
const B = p.props ? p.props.selGroupVariable : null;
|
|
147
|
-
!(p.props ? p.props.enableDrill : null) && B && (p.highlightInfos = [], t(f2.entity, B, null)), c(f2, p, "afterUpdateChart", m, { resultData: h }), p.groupFields = N, p.cacheDatas = F, p.rawResult = h;
|
|
148
163
|
}
|
|
149
164
|
export {
|
|
150
|
-
|
|
165
|
+
c as updateChartOption
|
|
151
166
|
};
|