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