super-page-runtime 2.3.33 → 2.3.34-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 +131 -131
- package/dist/es/components/runtime/utils/barcode-util.js +5 -5
- package/dist/es/components/runtime/utils/charts/chart-pie-util.js +46 -47
- package/dist/es/components/runtime/utils/charts/chart-scatter-util.js +1 -3
- package/dist/es/components/runtime/utils/charts/chart-util.js +44 -46
- package/dist/es/components/runtime/utils/events/event-util.js +120 -120
- package/dist/es/components/runtime/utils/events/print-label.js +25 -27
- package/dist/es/components/runtime/utils/events/standard-event.js +726 -738
- package/dist/es/components/runtime/utils/events/validator-util.js +2 -2
- package/dist/es/components/runtime/utils/form/scan-util.js +3 -4
- package/dist/es/components/runtime/utils/page-helper-util.js +219 -219
- package/dist/es/components/runtime/utils/page-init-util.js +126 -131
- package/dist/es/components/runtime/utils/page-store.js +21 -21
- package/dist/es/components/runtime/utils/table-utils.js +4 -4
- 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 +10 -14
- 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.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 +14 -15
- 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 +15 -16
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +93 -98
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +68 -69
- 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 +23 -27
- 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 +1 -3
- 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 +63 -63
- 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 +20 -22
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +117 -120
- 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 +45 -46
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +3 -4
- 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 +28 -28
- 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 +9 -9
- 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 +59 -60
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +10 -12
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +11 -12
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +3 -4
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +15 -15
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +18 -19
- 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 -18
- 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 +9 -9
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +4 -5
- package/dist/es/components/runtime/views/super-page.vue.js +1 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +185 -186
- 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 t, getComponentOptionDatasFromPage as e, 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
|
-
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
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 v } from "../anchor-util.js";
|
|
13
|
+
const V = { showElement: function(t2, e2, n2) {
|
|
14
|
+
n2 ? O(t2, "showElement", e2) : e2.forEach((e3) => {
|
|
15
|
+
const n3 = r(t2, e3);
|
|
16
|
+
n3 && n3.show();
|
|
17
17
|
});
|
|
18
|
-
}, hideElement: function(
|
|
19
|
-
n2 ?
|
|
20
|
-
const n3 = r(
|
|
21
|
-
n3
|
|
18
|
+
}, hideElement: function(t2, e2, n2) {
|
|
19
|
+
n2 ? O(t2, "hideElement", e2) : e2.forEach((e3) => {
|
|
20
|
+
const n3 = r(t2, e3);
|
|
21
|
+
n3 && n3.hide();
|
|
22
22
|
});
|
|
23
|
-
}, enableElement: function(
|
|
24
|
-
n2 ?
|
|
25
|
-
const n3 = r(
|
|
23
|
+
}, enableElement: function(t2, e2, n2) {
|
|
24
|
+
n2 ? O(t2, "enableElement", e2) : e2.forEach((e3) => {
|
|
25
|
+
const n3 = r(t2, e3);
|
|
26
26
|
if (n3) {
|
|
27
|
-
const
|
|
28
|
-
|
|
29
|
-
}
|
|
27
|
+
const t3 = n3.getConfigure();
|
|
28
|
+
t3 && t3.runtime.props && (t3.runtime.props.state = "enabled");
|
|
29
|
+
}
|
|
30
30
|
});
|
|
31
|
-
}, disableElement: function(
|
|
32
|
-
n2 ?
|
|
33
|
-
const n3 = r(
|
|
31
|
+
}, disableElement: function(t2, e2, n2) {
|
|
32
|
+
n2 ? O(t2, "disableElement", e2) : e2.forEach((e3) => {
|
|
33
|
+
const n3 = r(t2, e3);
|
|
34
34
|
if (n3) {
|
|
35
|
-
const
|
|
36
|
-
|
|
37
|
-
}
|
|
35
|
+
const t3 = n3.getConfigure();
|
|
36
|
+
t3 && t3.runtime.props && (t3.runtime.props.state = "disabled");
|
|
37
|
+
}
|
|
38
38
|
});
|
|
39
|
-
}, setEntityDataValue: function(
|
|
40
|
-
Object.keys(
|
|
41
|
-
|
|
39
|
+
}, setEntityDataValue: function(t2, e2) {
|
|
40
|
+
Object.keys(e2).forEach((n2) => {
|
|
41
|
+
o(t2.entity, n2.startsWith("${") ? n2 : "${data." + n2 + "}", e2[n2]);
|
|
42
42
|
});
|
|
43
|
-
}, setEntityPageValue: function(
|
|
44
|
-
Object.keys(
|
|
45
|
-
|
|
43
|
+
}, setEntityPageValue: function(t2, e2) {
|
|
44
|
+
Object.keys(e2).forEach((n2) => {
|
|
45
|
+
o(t2.entity, n2.startsWith("${") ? n2 : "${page." + n2 + "}", e2[n2]);
|
|
46
46
|
});
|
|
47
|
-
}, setEntityValueByType: function(
|
|
48
|
-
Object.keys(n2).forEach((
|
|
49
|
-
|
|
47
|
+
}, setEntityValueByType: function(t2, e2, n2) {
|
|
48
|
+
Object.keys(n2).forEach((i2) => {
|
|
49
|
+
o(t2.entity, i2.startsWith("${") ? i2 : "${" + e2 + "." + i2 + "}", n2[i2]);
|
|
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(t2, e2, n2) {
|
|
52
|
+
n2 ? O(t2, "dynamicControlFormEdit", e2) : d(t2, e2);
|
|
53
|
+
}, disabledAllFields(t2) {
|
|
54
|
+
p(t2);
|
|
55
|
+
}, dynamicControlTableEdit(t2, e2, n2) {
|
|
56
|
+
f(t2, e2, n2);
|
|
57
|
+
}, executeServiceFlow: function(t2, e2, n2) {
|
|
58
|
+
const i2 = t2.code;
|
|
59
|
+
n2 || (n2 = { entity: t2.entity.data, serviceVariables: {}, requestParams: u(t2), taskParamMap: t2.entity.task, dynamicDimensionValue: [], dynamicSortValue: "" }), n2.entity || (n2.entity = t2.entity.data), n2.requestParams || (n2.requestParams = u(t2)), n2.taskParamMap || (n2.taskParamMap = t2.entity.task);
|
|
60
|
+
const o2 = t2.backendUrl, a2 = y(o2, t2.isTest);
|
|
61
|
+
return l.post(`${a2}/dsc/service-flow/execute/${i2}/${e2}`, n2);
|
|
62
|
+
}, openPage: function(t2, e2) {
|
|
63
|
+
s.$emit(t2.code + "_open-dialog", { pageContext: t2, eventParams: e2.eventParams, configureObj: { props: { linkPage: e2 } } });
|
|
64
|
+
}, refreshPage: function(t2, e2) {
|
|
65
|
+
m(t2, e2);
|
|
66
|
+
}, refreshSubTableHandle: function(t2, e2) {
|
|
67
67
|
let n2;
|
|
68
|
-
const
|
|
69
|
-
if (o2) {
|
|
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);
|
|
68
|
+
const i2 = r(t2, e2);
|
|
77
69
|
if (i2) {
|
|
78
|
-
const
|
|
79
|
-
|
|
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);
|
|
77
|
+
if (o2) {
|
|
78
|
+
const t3 = o2.getConfigure();
|
|
79
|
+
t3 && t3.uuid && t3.name && "table" === t3.name && (i2 = t3.uuid);
|
|
80
80
|
}
|
|
81
|
-
|
|
82
|
-
}, getServerConfigValue: (
|
|
83
|
-
const n2 = u(
|
|
84
|
-
return n2 ? n2[
|
|
85
|
-
}, isMobile: () => h(), getComponentRefByProp: (
|
|
81
|
+
i2 && s.$emit("_refreshChildData_" + i2, n2);
|
|
82
|
+
}, getServerConfigValue: (t2) => window.$vueApp.config.globalProperties[t2], getBackendUrl: (t2) => y(t2.backendUrl, false), getPlateBackendUrl: () => window.$vueApp.config.globalProperties.baseAPI, getEntity: (t2) => t2.entity.data, getEntityValue: (t2, e2) => t2.entity.data ? t2.entity.data[e2] : null, getPageData: (t2) => t2.entity.page, getPageDataValue: (t2, e2) => t2.entity.page ? t2.entity.page[e2] : null, getTaskDataValue: (t2, e2) => t2.entity.task ? t2.entity.task[e2] : null, getValueByType: (t2, e2, n2) => t2.entity[e2] ? t2.entity[e2][n2] : null, getAdditionalParams: (t2) => u(t2), getAdditionalParamValue(t2, e2) {
|
|
83
|
+
const n2 = u(t2);
|
|
84
|
+
return n2 ? n2[e2] : null;
|
|
85
|
+
}, isMobile: () => h(), getComponentRefByProp: (t2, e2) => r(t2, e2), getComponentRefByCode: (t2, e2) => a(t2, e2), getFormViewData(o2) {
|
|
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 = o2.entity ? o2.entity : {}, s2 = g(r2), l2 = t(o2);
|
|
88
|
+
for (const t2 in l2) {
|
|
89
|
+
const r3 = e(o2, t2), l3 = a(o2, t2);
|
|
90
90
|
if (l3) {
|
|
91
|
-
const
|
|
92
|
-
if (
|
|
93
|
-
if ("dynamicData" === ((_h = (_g =
|
|
94
|
-
const
|
|
95
|
-
|
|
91
|
+
const t3 = l3.getConfigure();
|
|
92
|
+
if (t3) if (!((_b = (_a = t3.props) == null ? void 0 : _a.dataOrigin) == null ? void 0 : _b.optionValueSetType) || "static" !== ((_d = (_c = t3.props) == null ? void 0 : _c.dataOrigin) == null ? void 0 : _d.optionValueSetType) && "optionGroup" !== ((_f = (_e = t3.props) == null ? void 0 : _e.dataOrigin) == null ? void 0 : _f.optionValueSetType)) {
|
|
93
|
+
if ("dynamicData" === ((_h = (_g = t3 == null ? void 0 : t3.props) == null ? void 0 : _g.dataOrigin) == null ? void 0 : _h.optionValueSetType) && ("select" === (t3 == null ? void 0 : t3.name) || "checkbox" === (t3 == null ? void 0 : t3.name) || "radio" === (t3 == null ? void 0 : t3.name))) {
|
|
94
|
+
const e2 = E(o2, t3), a2 = l3.getSelectItemsTitle(), r4 = a2 && a2.length > 0 ? a2 : n(s2, e2);
|
|
95
|
+
i(s2, e2, r4);
|
|
96
96
|
}
|
|
97
|
-
} else if (
|
|
98
|
-
const
|
|
97
|
+
} else if (t3.name && ("select" === t3.name && ((_j = (_i = t3.props) == null ? void 0 : _i.base) == null ? void 0 : _j.multiple) || "checkbox" === t3.name)) {
|
|
98
|
+
const e2 = E(o2, t3), a2 = n(s2, e2);
|
|
99
99
|
if (a2) {
|
|
100
|
-
const
|
|
101
|
-
|
|
100
|
+
const t4 = A(a2.split(","), r3);
|
|
101
|
+
i(s2, e2, t4);
|
|
102
102
|
}
|
|
103
103
|
} else {
|
|
104
|
-
const
|
|
105
|
-
|
|
104
|
+
const e2 = E(o2, t3), a2 = A(n(s2, e2), r3);
|
|
105
|
+
i(s2, e2, 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 = o2.listCodesMap;
|
|
110
|
+
for (const t2 in c2) {
|
|
111
|
+
let e2;
|
|
112
|
+
if (t2.indexOf("__") > 0 && (e2 = t2.substring(t2.lastIndexOf("__") + 2)), e2) {
|
|
113
|
+
const i2 = a(o2, e2);
|
|
114
|
+
if (i2) {
|
|
115
|
+
const e3 = i2.getConfigure(), o3 = e3.code ? e3.code : t2, a2 = C(e3, o3), r3 = n(s2, a2), l3 = i2.getTableSelectOptions(t2), c3 = i2.getColumns(), u2 = {}, m2 = {};
|
|
116
|
+
c3 && c3.length > 0 && c3.forEach((t3) => {
|
|
117
|
+
"DATE" !== t3.dataType && "TIME" !== t3.dataType || (m2[t3.prop] = t3);
|
|
118
|
+
}), u2.formatDateColumns = m2, j(l3, r3, u2, i2);
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
return s2.data;
|
|
123
|
-
}, getFormData: (
|
|
123
|
+
}, getFormData: (t2, e2) => c(t2, e2), getCustomFunc: (t2, e2) => P(t2, e2), replaceUrlPrefix: (t2) => b(t2), isHasFieldAuthPermission: (t2) => {
|
|
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 = t2 == null ? void 0 : t2.props) == null ? void 0 : _a.base) == null ? void 0 : _b.isHasFieldAuthPermission) && !((_d = (_c = t2 == null ? void 0 : t2.props) == null ? void 0 : _c.base) == null ? void 0 : _d.isHasFieldAuthPermission));
|
|
126
|
+
}, isHasFieldAuth(t2, e2) {
|
|
127
|
+
T(t2, null, e2);
|
|
128
|
+
}, isHasFieldAuthWithTable(t2, e2, n2) {
|
|
129
|
+
T(t2, e2, n2);
|
|
130
|
+
}, scrollIntoComponentWithUuid(t2, e2) {
|
|
131
|
+
v(t2, e2);
|
|
132
|
+
}, scrollIntoComponentWithCode(t2, e2) {
|
|
133
|
+
k(t2, e2);
|
|
134
|
+
}, isSignerTaskTransactor(t2, e2) {
|
|
135
|
+
if (!e2) return true;
|
|
136
|
+
const n2 = t2.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 e2 === n2.sourceTrustor;
|
|
139
|
+
if (n2.sourceAssigner) return e2 === n2.sourceAssigner || !(!n2.transactor || e2 !== n2.transactor);
|
|
140
|
+
if (n2.transactor && e2 === n2.transactor) return true;
|
|
141
141
|
}
|
|
142
142
|
return false;
|
|
143
143
|
} };
|
|
144
|
-
function
|
|
145
|
-
if (
|
|
146
|
-
const
|
|
147
|
-
|
|
144
|
+
function j(t2, e2, n2, i2) {
|
|
145
|
+
if (t2 && e2) {
|
|
146
|
+
const o2 = i2.getSuperGridRef();
|
|
147
|
+
e2.forEach((e3) => {
|
|
148
148
|
if (n2 == null ? void 0 : n2.formatDateColumns) {
|
|
149
|
-
const
|
|
150
|
-
Object.keys(
|
|
151
|
-
const
|
|
152
|
-
|
|
149
|
+
const t3 = n2.formatDateColumns;
|
|
150
|
+
Object.keys(t3).forEach((n3) => {
|
|
151
|
+
const i3 = t3[n3];
|
|
152
|
+
e3[n3] && (e3[n3] = o2.rowDoFormat(i3, e3[n3]));
|
|
153
153
|
});
|
|
154
154
|
}
|
|
155
|
-
Object.keys(
|
|
156
|
-
const
|
|
155
|
+
Object.keys(t2).forEach((n3) => {
|
|
156
|
+
const i3 = e3[n3], o3 = t2[n3], a2 = o3.options, r2 = o3.column;
|
|
157
157
|
let s2;
|
|
158
158
|
if (r2 && r2.componentType && ("multiselect" === r2.componentType || "checkbox" === r2.componentType)) {
|
|
159
|
-
if (
|
|
160
|
-
s2 =
|
|
159
|
+
if (i3) {
|
|
160
|
+
s2 = A(i3.split(","), a2);
|
|
161
161
|
}
|
|
162
|
-
} else s2 =
|
|
163
|
-
|
|
162
|
+
} else s2 = A(i3, a2);
|
|
163
|
+
e3[n3] = s2;
|
|
164
164
|
});
|
|
165
165
|
});
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
|
-
function
|
|
168
|
+
function A(t2, e2) {
|
|
169
169
|
let n2;
|
|
170
|
-
return null !=
|
|
171
|
-
n2 = n2 +
|
|
172
|
-
}), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 =
|
|
170
|
+
return null != t2 && e2 && (Array.isArray(t2) ? (n2 = "", t2.forEach((i2) => {
|
|
171
|
+
n2 = n2 + D(t2, e2) + ",";
|
|
172
|
+
}), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = t2, n2 = D(t2, e2))), n2;
|
|
173
173
|
}
|
|
174
|
-
function
|
|
175
|
-
let n2 =
|
|
176
|
-
if (null !=
|
|
177
|
-
const
|
|
178
|
-
if (
|
|
174
|
+
function D(t2, e2) {
|
|
175
|
+
let n2 = t2;
|
|
176
|
+
if (null != t2 && e2) for (let i2 = 0; i2 < e2.length; i2++) {
|
|
177
|
+
const o2 = e2[i2].value, a2 = e2[i2].label ? e2[i2].label : e2[i2].name;
|
|
178
|
+
if (t2 + "" == o2 + "" && null != a2) {
|
|
179
179
|
n2 = a2;
|
|
180
180
|
break;
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
return n2;
|
|
184
184
|
}
|
|
185
|
-
function
|
|
186
|
-
|
|
185
|
+
function O(t2, e2, n2) {
|
|
186
|
+
t2.initInfo || (t2.initInfo = {}), t2.initInfo[e2] = n2;
|
|
187
187
|
}
|
|
188
188
|
export {
|
|
189
|
-
|
|
189
|
+
V as functions
|
|
190
190
|
};
|
|
@@ -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,82 +1,81 @@
|
|
|
1
|
-
import { getValueFromSource as o, setValueForVariableName as
|
|
2
|
-
import { deepCopy as
|
|
3
|
-
import { setDefaultGrid as r, CommonName as s, caculateFormulaValue as l, executeChartFormula as n, sortDatas as p, limitDatas as i, formatToolboxI18n as
|
|
4
|
-
import { handleChartEvent as
|
|
1
|
+
import { getValueFromSource as o, setValueForVariableName as t } from "../page-helper-util.js";
|
|
2
|
+
import { deepCopy as e } from "../common-util.js";
|
|
3
|
+
import { setDefaultGrid as r, CommonName as s, caculateFormulaValue as l, executeChartFormula as n, sortDatas as p, limitDatas as i, formatToolboxI18n as a } from "./chart-util.js";
|
|
4
|
+
import { handleChartEvent as u } from "../events/event-util.js";
|
|
5
5
|
function c(c2, f, g, m) {
|
|
6
6
|
if (!m || !m.result) return;
|
|
7
|
-
|
|
7
|
+
u(c2, f, "beforeUpdateChart", g, { resultData: m }), r(g);
|
|
8
8
|
const h = m && m.result ? m.result : {};
|
|
9
9
|
let d = m && m.groupValue ? m.groupValue : void 0;
|
|
10
|
-
const
|
|
11
|
-
let
|
|
12
|
-
|
|
10
|
+
const y = f.serviceDataField;
|
|
11
|
+
let v = null;
|
|
12
|
+
y ? v = h[y] : h && (v = Array.isArray(h) ? h : [h]), v || (v = []);
|
|
13
13
|
let x = f.props ? f.props.groups : null;
|
|
14
14
|
if (x || (x = []), !d || 0 === d.length) {
|
|
15
15
|
d = [];
|
|
16
16
|
for (const o2 of x) d.push(o2.group);
|
|
17
17
|
}
|
|
18
|
-
const
|
|
19
|
-
for (const o2 of x)
|
|
18
|
+
const D = {}, E = [], F = [];
|
|
19
|
+
for (const o2 of x) D[o2.group] = o2.target, o2.target && !E.includes(o2.target) && (E.push(o2.target), d.includes(o2.group) && F.push(o2.target));
|
|
20
20
|
let S = f.props ? f.props.mulGroupShow : "";
|
|
21
|
-
S = "break" == S ? "\r\n" : " "
|
|
22
|
-
for (const
|
|
23
|
-
if (!
|
|
24
|
-
const
|
|
21
|
+
S = "break" == S ? "\r\n" : " ";
|
|
22
|
+
for (const t2 of v) {
|
|
23
|
+
if (!t2) continue;
|
|
24
|
+
const e2 = [];
|
|
25
25
|
for (const r3 of d) {
|
|
26
|
-
const s2 =
|
|
27
|
-
l2 &&
|
|
26
|
+
const s2 = D[r3], l2 = o(t2, s2, void 0);
|
|
27
|
+
l2 && e2.push(l2);
|
|
28
28
|
}
|
|
29
|
-
const r2 =
|
|
30
|
-
|
|
29
|
+
const r2 = e2.join(S);
|
|
30
|
+
t2[s.X_FIELD_NAME] = r2;
|
|
31
31
|
}
|
|
32
32
|
const _ = f.items ? f.items : [];
|
|
33
|
-
if (0 == _.length) return
|
|
33
|
+
if (0 == _.length) return;
|
|
34
34
|
const j = f.props ? f.props : {};
|
|
35
35
|
let A = j.yaxisField;
|
|
36
|
-
if (
|
|
37
|
-
const
|
|
36
|
+
if (_[0].props.yaxisField = A, _[0].props.yaxisSource = j.yaxisSource, _[0].props.formula = j.formula, "formula" === j.yaxisSource) {
|
|
37
|
+
const t2 = [], e2 = l(_, v, t2);
|
|
38
38
|
let r2 = j.formula ? j.formula : "";
|
|
39
|
-
for (const o2 in
|
|
39
|
+
for (const o2 in e2) r2 = r2.replace(new RegExp(o2.replace("$", "\\$"), "g"), e2[o2]);
|
|
40
40
|
A = s.Y_TEMP_NAME;
|
|
41
41
|
const p2 = {};
|
|
42
|
-
for (const
|
|
43
|
-
if (!
|
|
44
|
-
for (const r3 of
|
|
45
|
-
const
|
|
42
|
+
for (const e3 of v) {
|
|
43
|
+
if (!e3) continue;
|
|
44
|
+
for (const r3 of t2) {
|
|
45
|
+
const t3 = o(e3, r3, void 0);
|
|
46
46
|
let s3 = p2[r3];
|
|
47
|
-
void 0 ===
|
|
47
|
+
void 0 === t3 || isNaN(t3) || (void 0 === s3 ? s3 = t3 : s3 += t3), p2[r3] = s3;
|
|
48
48
|
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
console.log("formula-result", s2), t3[A] = s2;
|
|
49
|
+
const s2 = n(r2, p2, e3, c2);
|
|
50
|
+
e3[A] = s2;
|
|
52
51
|
}
|
|
53
52
|
}
|
|
54
|
-
_[0].props.yaxisField = A, _[0].props.yaxisSource = "", p(c2, f,
|
|
53
|
+
_[0].props.yaxisField = A, _[0].props.yaxisSource = "", p(c2, f, v), v = i(c2, f, v, E, [A]);
|
|
55
54
|
const M = [], N = [];
|
|
56
|
-
for (const
|
|
57
|
-
if (!
|
|
58
|
-
M.push(
|
|
59
|
-
const
|
|
60
|
-
N.push(
|
|
55
|
+
for (const t2 of v) {
|
|
56
|
+
if (!t2) continue;
|
|
57
|
+
M.push(t2[s.X_FIELD_NAME]);
|
|
58
|
+
const e2 = o(t2, A, void 0);
|
|
59
|
+
N.push(e2);
|
|
61
60
|
}
|
|
62
61
|
const b = f.defaultSeries;
|
|
63
62
|
let C = b[0].pieColors;
|
|
64
63
|
C = C || [];
|
|
65
|
-
let
|
|
66
|
-
|
|
67
|
-
const
|
|
64
|
+
let w = b[0].pieColorMap;
|
|
65
|
+
w = w || {};
|
|
66
|
+
const I = [];
|
|
68
67
|
for (let o2 = 0; o2 < M.length && o2 < N.length; o2++) {
|
|
69
|
-
const
|
|
70
|
-
if (o2 < C.length ||
|
|
71
|
-
let
|
|
72
|
-
|
|
68
|
+
const t2 = { value: N[o2], name: M[o2] };
|
|
69
|
+
if (o2 < C.length || w[t2.name]) {
|
|
70
|
+
let e2 = w[t2.name];
|
|
71
|
+
e2 || (e2 = C[o2]), e2 && (t2.itemStyle = { color: e2 });
|
|
73
72
|
}
|
|
74
|
-
|
|
73
|
+
I.push(t2);
|
|
75
74
|
}
|
|
76
|
-
const
|
|
77
|
-
|
|
75
|
+
const V = e(b);
|
|
76
|
+
V[0].data = I, g.series = [V[0]], a(g);
|
|
78
77
|
const G = f.props ? f.props.selGroupVariable : null;
|
|
79
|
-
!(f.props ? f.props.enableDrill : null) && G && (f.highlightInfos = [],
|
|
78
|
+
!(f.props ? f.props.enableDrill : null) && G && (f.highlightInfos = [], t(c2.entity, G, null)), u(c2, f, "afterUpdateChart", g, { resultData: m }), f.groupFields = F, f.cacheDatas = v, f.rawResult = m;
|
|
80
79
|
}
|
|
81
80
|
export {
|
|
82
81
|
c as updateChartOption
|
|
@@ -35,9 +35,7 @@ function l(l2, u, f, c) {
|
|
|
35
35
|
e2.sizeField ? r2.push(o(s2, e2.xaxisField, void 0)) : r2.push(e2.symbolSize), i2.push(r2);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
|
-
const S = u.defaultSeries;
|
|
39
|
-
console.log("defaultSeries", S);
|
|
40
|
-
const z = s(S);
|
|
38
|
+
const S = u.defaultSeries, z = s(S);
|
|
41
39
|
for (const o2 of z) {
|
|
42
40
|
const s2 = y[o2.uuid];
|
|
43
41
|
o2.data = s2.data;
|