super-page-runtime 2.2.77 → 2.2.78
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-pie-util.js +46 -45
- package/dist/es/components/runtime/utils/charts/chart-scatter-util.js +16 -14
- package/dist/es/components/runtime/utils/charts/chart-util.js +4 -2
- package/dist/es/components/runtime/utils/events/event-util.js +113 -113
- package/dist/es/components/runtime/utils/events/print-label.js +38 -37
- package/dist/es/components/runtime/utils/events/standard-event.js +473 -461
- package/dist/es/components/runtime/utils/events/validator-util.js +30 -30
- package/dist/es/components/runtime/utils/form/scan-util.js +4 -3
- package/dist/es/components/runtime/utils/page-helper-util.js +210 -210
- package/dist/es/components/runtime/utils/page-init-util.js +45 -41
- 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/chart/column-line/column-line-runtime.vue2.js +16 -12
- 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 +11 -9
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +13 -12
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +14 -13
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +15 -14
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +17 -16
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +12 -7
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +16 -15
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +26 -22
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +12 -10
- 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 +94 -91
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +139 -136
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +34 -33
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +1 -0
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +29 -29
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +40 -38
- 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 +44 -43
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +8 -6
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +10 -9
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +1 -0
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +1 -0
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +8 -8
- package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +13 -12
- package/dist/es/components/runtime/views/super-page.vue2.js +125 -123
- package/package.json +2 -2
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import e from "agilebuilder-ui/src/utils/request";
|
|
2
2
|
import { getAdditionalParamMap as t } from "./events/standard-event.js";
|
|
3
3
|
import { PageDimensions as s } from "./interfaces/page-design-types.js";
|
|
4
|
-
import { getFormPropName as i, getValueFromVariable as
|
|
4
|
+
import { getFormPropName as i, getValueFromVariable as o, setVariableValue as n, formatVariableValue as r } from "./page-helper-util.js";
|
|
5
5
|
import { getSessionCache as l } from "agilebuilder-ui/src/utils/auth";
|
|
6
6
|
import { functions as a } from "./api/page-expose-util.js";
|
|
7
7
|
import { isWorkflowPage as p, deepCopy as u } from "./common-util.js";
|
|
8
8
|
import { packageCustomValidator as d } from "./events/validator-util.js";
|
|
9
|
-
import { isMobileBrowser as
|
|
10
|
-
function
|
|
9
|
+
import { isMobileBrowser as c } from "agilebuilder-ui/src/utils/common-util";
|
|
10
|
+
function m(t2) {
|
|
11
11
|
return e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/runtime/" + t2);
|
|
12
12
|
}
|
|
13
|
-
function
|
|
13
|
+
function f(e2) {
|
|
14
14
|
var _a;
|
|
15
15
|
if (null == e2) return null;
|
|
16
16
|
const t2 = { uuid: e2.uuid, name: e2.name, label: e2.label, code: e2.code, version: e2.version, dimensions: e2.dimensions, systemCode: e2.systemCode, systemVersion: e2.systemVersion, backendUrl: e2.backendUrl, rules: {}, tableUuids: e2.tableUuids, listCodesMap: e2.listCodesMap, formNoRuleCode: e2.props ? e2.props.formNoRuleCode : null, judgeHeavyList: g(e2), pageType: e2.pageType, beanName: e2.props ? e2.props.beanName : null, importBeanName: e2.props ? e2.props.importBeanName : null, subTablePageInfo: e2.subTablePageInfo, workflowCode: e2.workflowCode, workflowVersion: e2.workflowVersion, refercePropMap: (_a = e2.runtime) == null ? void 0 : _a.refercePropMap, subTableWatchProps: e2.subTableWatchProps, dataTypeMaps: e2.dataTypeMaps, isWorkflowEntity: e2.isWorkflowEntity, allChartUuids: e2.allChartUuids, entity: { data: {}, task: {}, request: {}, page: {}, context: e2.contextParam, system: e2.systemParam } };
|
|
@@ -23,7 +23,7 @@ function c(e2) {
|
|
|
23
23
|
for (const t3 of e2.variables) t3.name && (t3.isArrayElement ? s2[t3.name] = [] : t3.defaultValue ? s2[t3.name] = t3.defaultValue : s2[t3.name] = void 0);
|
|
24
24
|
}
|
|
25
25
|
return function(e3) {
|
|
26
|
-
if (
|
|
26
|
+
if (c()) {
|
|
27
27
|
e3.entity.page._isMobile = "true";
|
|
28
28
|
const t3 = navigator ? navigator.userAgent : null;
|
|
29
29
|
t3 ? t3.indexOf(" uni-app ") > 0 ? (e3.entity.page._isMobileApp = "true", e3.entity.page._isMobileBrowser = "false") : (e3.entity.page._isMobileApp = "false", e3.entity.page._isMobileBrowser = "true") : (e3.entity.page._isMobileApp = "false", e3.entity.page._isMobileBrowser = "false");
|
|
@@ -40,6 +40,7 @@ function g(e2) {
|
|
|
40
40
|
e3.duplicateFieldList && e3.duplicateFieldList.length > 0 && (e3.duplicateFieldList = e3.duplicateFieldList.map((e4) => "string" == typeof e4 ? { propDbName: e4 } : e4));
|
|
41
41
|
}), e2.props.judgeHeavyList) : null;
|
|
42
42
|
} catch (e3) {
|
|
43
|
+
console.error("getJudgeHeavyList error:", e3);
|
|
43
44
|
}
|
|
44
45
|
}
|
|
45
46
|
function b(e2) {
|
|
@@ -56,14 +57,17 @@ function b(e2) {
|
|
|
56
57
|
}
|
|
57
58
|
function y(e2, t2) {
|
|
58
59
|
if (e2) {
|
|
59
|
-
Object.assign(t2, e2);
|
|
60
|
-
E(e2.paramStoreId, t2), delete e2.paramStoreId, e2.jumpMode && (t2.jumpMode = e2.jumpMode);
|
|
60
|
+
console.log("packageAdditionalMapWithPageRequest----pageRequest=", e2), Object.assign(t2, e2);
|
|
61
|
+
E(e2.paramStoreId, t2), delete e2.paramStoreId, console.log("packageAdditionalMapWithPageRequest----requestObj=", t2), e2.jumpMode && (t2.jumpMode = e2.jumpMode);
|
|
61
62
|
}
|
|
62
63
|
}
|
|
63
64
|
function h(e2, t2) {
|
|
64
|
-
if (
|
|
65
|
-
Object.assign(t2, e2.query)
|
|
66
|
-
|
|
65
|
+
if (console.log("packageAdditionalMapWithRoute----route=", e2), e2) {
|
|
66
|
+
if (e2.params && Object.assign(t2, e2.params), console.log("packageAdditionalMapWithRoute----route.query=", e2.query), e2.query) {
|
|
67
|
+
Object.assign(t2, e2.query);
|
|
68
|
+
E(e2.query.paramStoreId, t2);
|
|
69
|
+
}
|
|
70
|
+
console.log("packageAdditionalMapWithRoute----requestObj=", t2);
|
|
67
71
|
}
|
|
68
72
|
}
|
|
69
73
|
function E(e2, t2) {
|
|
@@ -71,49 +75,49 @@ function E(e2, t2) {
|
|
|
71
75
|
const s2 = l(e2);
|
|
72
76
|
if (s2) {
|
|
73
77
|
const e3 = JSON.parse(s2);
|
|
74
|
-
Object.assign(t2, e3);
|
|
78
|
+
Object.assign(t2, e3), console.log("已获取到附加参数", e3);
|
|
75
79
|
}
|
|
76
80
|
}
|
|
77
81
|
}
|
|
78
82
|
function v(e2, t2) {
|
|
79
83
|
let s2, i2 = t2;
|
|
80
84
|
t2 || (s2 = e2.props.base ? e2.props.base : {}, i2 = s2.prop);
|
|
81
|
-
let
|
|
82
|
-
return t2 && !t2.startsWith("${") ?
|
|
85
|
+
let o2 = null;
|
|
86
|
+
return t2 && !t2.startsWith("${") ? o2 = ["data", t2] : !e2 || i2 && i2.startsWith("${") ? i2.startsWith("${") ? (i2 = i2.substring(2, i2.length - 1), o2 = i2.split("."), e2 && o2.length < 2 && (o2 = [e2.uuid])) : e2 && (o2 = ["page", e2.uuid]) : o2 = ["page", e2.uuid], o2 || e2 ? o2 : ["temp"];
|
|
83
87
|
}
|
|
84
|
-
function
|
|
88
|
+
function M(e2, t2, s2) {
|
|
85
89
|
const i2 = v(t2, s2), r2 = e2.entity;
|
|
86
90
|
if (null == r2.data.ID && null == r2.data.id) {
|
|
87
91
|
let l2, a2, p2 = false;
|
|
88
92
|
t2 && (l2 = t2.props.base ? t2.props.base : {}, a2 = t2.name, p2 = l2.multiple);
|
|
89
|
-
const u2 =
|
|
93
|
+
const u2 = o(r2, s2, null);
|
|
90
94
|
if (null == u2) {
|
|
91
95
|
const t3 = P(e2, l2 ? l2.defaultValue : null, a2, p2);
|
|
92
|
-
null != t3 &&
|
|
96
|
+
null != t3 && n(r2, i2, t3);
|
|
93
97
|
}
|
|
94
98
|
}
|
|
95
99
|
return i2;
|
|
96
100
|
}
|
|
97
101
|
function P(e2, t2, s2, i2) {
|
|
98
|
-
let
|
|
99
|
-
if (t2 && (
|
|
102
|
+
let o2;
|
|
103
|
+
if (t2 && (o2 = r(e2, t2), null != o2 && null != o2 && s2)) {
|
|
100
104
|
let e3 = false;
|
|
101
|
-
"checkbox" == s2 ? e3 = true : "select" == s2 && (e3 = i2), e3 && (
|
|
105
|
+
"checkbox" == s2 ? e3 = true : "select" == s2 && (e3 = i2), e3 && (o2 = (o2 + "").split(","));
|
|
102
106
|
}
|
|
103
|
-
return
|
|
107
|
+
return o2;
|
|
104
108
|
}
|
|
105
|
-
function
|
|
109
|
+
function w(e2, t2) {
|
|
106
110
|
const s2 = [];
|
|
107
111
|
if (e2.autoPermissions) for (const i2 of e2.autoPermissions) s2.push(t2.code + "." + i2.simpleCode);
|
|
108
112
|
if (e2.functionCodes) {
|
|
109
|
-
const i2 = e2.sourceTypes ? e2.sourceTypes : [],
|
|
110
|
-
for (let e3 = 0; e3 <
|
|
111
|
-
const
|
|
113
|
+
const i2 = e2.sourceTypes ? e2.sourceTypes : [], o2 = e2.functionCodes;
|
|
114
|
+
for (let e3 = 0; e3 < o2.length; e3++) {
|
|
115
|
+
const n2 = o2[e3], r2 = e3 < i2.length ? i2[e3] : "";
|
|
112
116
|
let l2 = "";
|
|
113
|
-
if ("service" == r2) l2 =
|
|
114
|
-
else if ("standard" === r2) l2 = t2.code + "." +
|
|
117
|
+
if ("service" == r2) l2 = n2;
|
|
118
|
+
else if ("standard" === r2) l2 = t2.code + "." + n2;
|
|
115
119
|
else {
|
|
116
|
-
l2 = "custom" === j(
|
|
120
|
+
l2 = "custom" === j(n2, t2).type ? n2 : t2.code + "." + n2;
|
|
117
121
|
}
|
|
118
122
|
s2.includes(l2) || s2.push(l2);
|
|
119
123
|
}
|
|
@@ -127,29 +131,29 @@ function j(e2, t2) {
|
|
|
127
131
|
}
|
|
128
132
|
return null;
|
|
129
133
|
}
|
|
130
|
-
function C(s2, i2,
|
|
131
|
-
const
|
|
134
|
+
function C(s2, i2, o2) {
|
|
135
|
+
const n2 = s2.tableRuntimes, r2 = t(i2);
|
|
132
136
|
let l2;
|
|
133
137
|
const a2 = i2.code;
|
|
134
|
-
return r2 && Object.keys(r2) > 0 && (l2 = JSON.stringify(r2)), e.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/super-grids", { tableRuntimes:
|
|
138
|
+
return r2 && Object.keys(r2) > 0 && (l2 = JSON.stringify(r2)), e.post(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/super-grids", { tableRuntimes: n2, additionalParamMapJson: l2, pageCode: a2, publishVersion: o2, pageType: s2.pageType });
|
|
135
139
|
}
|
|
136
140
|
function I(e2, t2) {
|
|
137
141
|
var _a, _b;
|
|
138
142
|
const s2 = t2.props && t2.props.base ? t2.props.base.prop : null;
|
|
139
|
-
let
|
|
143
|
+
let o2 = false;
|
|
140
144
|
if (p(e2) && "button-detail" !== t2.name && e2.fieldPermissionMap) {
|
|
141
145
|
const s3 = e2.fieldPermissionMap.get("all_fields");
|
|
142
|
-
false === (s3 == null ? void 0 : s3.canEdit) && ((_a = t2.runtime) == null ? void 0 : _a.props) && (t2.runtime.props.state = "disabled",
|
|
146
|
+
false === (s3 == null ? void 0 : s3.canEdit) && ((_a = t2.runtime) == null ? void 0 : _a.props) && (t2.runtime.props.state = "disabled", o2 = true);
|
|
143
147
|
}
|
|
144
148
|
if (s2) {
|
|
145
|
-
const
|
|
146
|
-
if (e2.rules || (e2.rules = {}), t2.props.rules && t2.props.rules.length > 0 && (e2.rules[
|
|
149
|
+
const n2 = i(s2);
|
|
150
|
+
if (e2.rules || (e2.rules = {}), t2.props.rules && t2.props.rules.length > 0 && (e2.rules[n2] || (e2.rules[n2] = []), t2.props.rules.forEach((e3) => {
|
|
147
151
|
d(e3);
|
|
148
|
-
}), e2.rules[
|
|
149
|
-
const s3 = e2.fieldPermissionMap.get(
|
|
152
|
+
}), e2.rules[n2] = t2.props.rules), !o2 && "button-detail" !== t2.name && e2.fieldPermissionMap) {
|
|
153
|
+
const s3 = e2.fieldPermissionMap.get(n2);
|
|
150
154
|
t2.runtime.props || (t2.runtime.props = {}), s3 ? false === s3.canEdit ? t2.runtime.props.state = "disabled" : s3.canEdit && (t2.runtime.props.state = "", t2.runtime.props.required = true) : t2.runtime.props.state = "";
|
|
151
155
|
}
|
|
152
|
-
((_b = t2.props) == null ? void 0 : _b.customRuleEvents) && (e2.customRuleEvents || (e2.customRuleEvents = []), e2.customRuleEvents.push({ prop:
|
|
156
|
+
((_b = t2.props) == null ? void 0 : _b.customRuleEvents) && (e2.customRuleEvents || (e2.customRuleEvents = []), e2.customRuleEvents.push({ prop: n2, events: t2.props.customRuleEvents }));
|
|
153
157
|
}
|
|
154
158
|
}
|
|
155
159
|
function O(e2, t2) {
|
|
@@ -169,15 +173,15 @@ function O(e2, t2) {
|
|
|
169
173
|
}
|
|
170
174
|
export {
|
|
171
175
|
O as controlObjectRenderState,
|
|
172
|
-
|
|
176
|
+
f as convertToPageContext,
|
|
173
177
|
P as getDefaultValue,
|
|
174
|
-
|
|
178
|
+
M as getFormModelFields,
|
|
175
179
|
v as getModelFields,
|
|
176
|
-
|
|
180
|
+
w as getPermissionCodes,
|
|
177
181
|
b as packageAdditionalMapWithLocationSearch,
|
|
178
182
|
y as packageAdditionalMapWithPageRequest,
|
|
179
183
|
h as packageAdditionalMapWithRoute,
|
|
180
184
|
I as packageFormRules,
|
|
181
|
-
|
|
185
|
+
m as queryPageDesignByCode,
|
|
182
186
|
C as queryPageSuperGrids
|
|
183
187
|
};
|
|
@@ -12,7 +12,7 @@ const t = o("pageContextUtil", () => {
|
|
|
12
12
|
}, componentsTotalNmber: l, componentsLoadedNumber: d, setPageComponentsLoaded: function(e2) {
|
|
13
13
|
t2.value = e2, t2.value && n.value && (a.$emit("pageLoaded"), u.value = true);
|
|
14
14
|
}, setFormPageDataLoadState: function(e2) {
|
|
15
|
-
n.value = e2, t2.value && n.value && (u.value = true);
|
|
15
|
+
n.value = e2, t2.value && n.value && (console.log("setpageLoaded+++++++++++++++++++", t2.value, n.value), u.value = true);
|
|
16
16
|
}, formPageDataLoaded: n, pageComponentsLoaded: t2, restorePageLoadState: function() {
|
|
17
17
|
t2.value = false, n.value = false, u.value = false;
|
|
18
18
|
}, pageLoaded: u, getPageLoaded: function() {
|
|
@@ -3,43 +3,43 @@ import "agilebuilder-ui/src/utils/util";
|
|
|
3
3
|
import "agilebuilder-ui/src/utils/request";
|
|
4
4
|
import t from "./eventBus.js";
|
|
5
5
|
import { getPermissionCodes as e } from "./page-init-util.js";
|
|
6
|
-
import { getCustomFunc as
|
|
7
|
-
import { $t as
|
|
6
|
+
import { getCustomFunc as o } from "./events/event-util.js";
|
|
7
|
+
import { $t as i } from "./i18n-util.js";
|
|
8
8
|
import { ExpressionEvaluator as s } from "../views/assemblys/chart/table/chart-table-util.js";
|
|
9
9
|
function n(e2) {
|
|
10
|
-
const
|
|
11
|
-
t.$emit(
|
|
10
|
+
const o2 = e2.pageContext && e2.pageContext.code;
|
|
11
|
+
console.log("弹框显示页面--popupToPage====params=", e2), t.$emit(o2 + "_open-dialog", e2);
|
|
12
12
|
}
|
|
13
13
|
function r(t2, e2) {
|
|
14
|
-
const
|
|
15
|
-
if (!e2 &&
|
|
16
|
-
let
|
|
17
|
-
return t2.tableRuntimes && e2 && t2.tableRuntimes[e2] && (
|
|
14
|
+
const o2 = t2.tableName;
|
|
15
|
+
if (!e2 && o2) return o2;
|
|
16
|
+
let i2;
|
|
17
|
+
return t2.tableRuntimes && e2 && t2.tableRuntimes[e2] && (i2 = JSON.parse(t2.tableRuntimes[e2].configure)), i2 && i2.props && i2.props.dataOrigin ? i2.props.dataOrigin.tableName : null;
|
|
18
18
|
}
|
|
19
|
-
function u(t2,
|
|
20
|
-
const r2 = !(!
|
|
21
|
-
r2 && u2 && u2.forEach((
|
|
22
|
-
const r3 = {}, u3 = Object.assign({},
|
|
23
|
-
if ("custom" ===
|
|
24
|
-
const
|
|
25
|
-
|
|
19
|
+
function u(t2, o2, s2, n2) {
|
|
20
|
+
const r2 = !(!o2.props || !o2.props.base) && o2.props.base.showOperation, u2 = o2.btnList;
|
|
21
|
+
console.log("configure.btnList===", o2.btnList, "configure====", o2), r2 && u2 && u2.forEach((o3) => {
|
|
22
|
+
const r3 = {}, u3 = Object.assign({}, o3.props.base);
|
|
23
|
+
if ("custom" === o3.name ? u3.customControl = u3.name : u3.elementType = "el-button", void 0 === o3.isPermission || o3.isPermission + "" == "true") {
|
|
24
|
+
const i2 = e(o3, t2);
|
|
25
|
+
i2 && (u3.permission = i2);
|
|
26
26
|
}
|
|
27
|
-
u3.label =
|
|
27
|
+
u3.label = i(u3.title), u3.sourceButton = { uuid: o3.uuid }, r3.props = u3, void 0 !== n2 && (r3.onClick = n2(o3)), s2.push(r3);
|
|
28
28
|
});
|
|
29
29
|
}
|
|
30
|
-
function l(t2, e2,
|
|
30
|
+
function l(t2, e2, i2, n2) {
|
|
31
31
|
let r2;
|
|
32
|
-
const u2 =
|
|
32
|
+
const u2 = i2 == null ? void 0 : i2.some((i3) => {
|
|
33
33
|
let u3 = false;
|
|
34
|
-
if (
|
|
35
|
-
const s2 =
|
|
34
|
+
if (i3.scopeFunc) {
|
|
35
|
+
const s2 = o(t2, i3.scopeFunc);
|
|
36
36
|
if (s2) {
|
|
37
37
|
s2.apply(s2, [{ pageContext: t2, configureObj: e2, row: n2 }]) && (u3 = true);
|
|
38
38
|
}
|
|
39
|
-
} else if (
|
|
40
|
-
s.evaluate(t2,
|
|
39
|
+
} else if (i3.showCondition && i3.showCondition.length > 0) {
|
|
40
|
+
s.evaluate(t2, i3.showCondition, n2) && (u3 = true);
|
|
41
41
|
} else u3 = true;
|
|
42
|
-
if (u3) return r2 =
|
|
42
|
+
if (u3) return r2 = i3, true;
|
|
43
43
|
});
|
|
44
44
|
return { show: u2, toPage: r2 };
|
|
45
45
|
}
|
package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as e, ref as r, onMounted as o, watch as t, createElementBlock as n, openBlock as
|
|
1
|
+
import { defineComponent as e, ref as r, onMounted as o, watch as t, createElementBlock as n, openBlock as i, normalizeClass as a, normalizeStyle as l, unref as u, withDirectives as s, createVNode as c, vShow as p } from "vue";
|
|
2
2
|
import { getCustomTheme as f, initChartOption as g, monitorChartClickToVariable as m, clearChartSelected as h, exportCommonChart as d } from "../../../../utils/charts/chart-util.js";
|
|
3
|
-
import { getChartDatasFromPage as
|
|
4
|
-
import { updateChartOption as
|
|
5
|
-
import { doClickJumpPageEvent as
|
|
3
|
+
import { getChartDatasFromPage as v, updateChartDatasources as x, monitorFieldChange as C } from "../../../../utils/page-helper-util.js";
|
|
4
|
+
import { updateChartOption as k } from "../../../../utils/charts/chart-columnline-util.js";
|
|
5
|
+
import { doClickJumpPageEvent as I } from "../../../../utils/events/event-util.js";
|
|
6
6
|
import R from "../common/common-chart-header.vue.js";
|
|
7
7
|
import { use as j } from "echarts/core";
|
|
8
8
|
import { CanvasRenderer as y } from "echarts/renderers";
|
|
@@ -18,21 +18,24 @@ const H = e({ __name: "column-line-runtime", props: { pageContext: {}, configure
|
|
|
18
18
|
"clearDrill" == q ? z.value && z.value.closeDrill && z.value.closeDrill(0) : "clickEvent" === q && Z(e3);
|
|
19
19
|
}
|
|
20
20
|
function Z(e3) {
|
|
21
|
-
if (e3.seriesIndex >= Q.series.length) return;
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
if (console.log("clik0", e3), e3.seriesIndex >= Q.series.length) return;
|
|
22
|
+
console.log("clik1", e3);
|
|
23
|
+
const r2 = Q.series[e3.seriesIndex].uuid;
|
|
24
|
+
console.log("clik2", r2);
|
|
25
|
+
const o2 = B[r2];
|
|
26
|
+
if (console.log("clik3", o2), !o2) return;
|
|
24
27
|
const t2 = { data: e3.data, dataIndex: e3.dataIndex, name: e3.name, seriesId: e3.seriesId, seriesIndex: e3.seriesIndex, seriesName: e3.seriesName, seriesType: e3.seriesType, value: e3.value };
|
|
25
|
-
|
|
28
|
+
I(N.pageContext, o2, t2);
|
|
26
29
|
}
|
|
27
30
|
g(N.configure, Q), o(() => {
|
|
28
|
-
const e3 =
|
|
31
|
+
const e3 = v(N.pageContext, N.configure);
|
|
29
32
|
e3 && oe(e3), U.value && (F || Object.keys(B).length > 0) && U.value.chart.on("click", function(e4) {
|
|
30
33
|
F ? z.value && z.value.drill && z.value.drill(e4, N.configure.cacheDatas) : Z(e4);
|
|
31
34
|
}), !F && N.configure.clickSet && U.value && m(N.pageContext, N.configure, U.value.chart);
|
|
32
35
|
});
|
|
33
36
|
let $ = M.groupValue;
|
|
34
37
|
function ee(e3) {
|
|
35
|
-
L
|
|
38
|
+
L ? (true !== e3 && (L.autoRefresh = true), x(N.pageContext, [L], M.drillParams)) : console.log("无数据源配置,不需要查询!");
|
|
36
39
|
}
|
|
37
40
|
t(M, () => {
|
|
38
41
|
$ != M.groupValue && ($ = M.groupValue, L && (L.services[0].groupValue = M.groupValue), ee(false));
|
|
@@ -40,13 +43,14 @@ const H = e({ __name: "column-line-runtime", props: { pageContext: {}, configure
|
|
|
40
43
|
const re = M.monitorFields;
|
|
41
44
|
function oe(e3) {
|
|
42
45
|
var _a;
|
|
43
|
-
e3 || (e3 = []), (e3 = e3.length > 0 ? e3[0] : {}) || (e3 = {}), e3.hasRender
|
|
46
|
+
if (e3 || (e3 = []), (e3 = e3.length > 0 ? e3[0] : {}) || (e3 = {}), e3.hasRender) return e3.hasRender = true, void console.log("重复更新!", e3);
|
|
47
|
+
e3.hasRender = true, L.autoRefresh || ($ = e3.groupValue, $ && "checkbox" !== M.groupComponent && ($ = $.join(",")), M.groupValue = $), L.autoRefresh && F || h(N.pageContext, N.configure, (_a = U.value) == null ? void 0 : _a.chart), L.autoRefresh = false, k(N.pageContext, N.configure, Q, e3);
|
|
44
48
|
}
|
|
45
49
|
return C(N.pageContext, re, () => {
|
|
46
50
|
ee(true);
|
|
47
51
|
}), H2({ updateChartDatas: oe, exportChart: function() {
|
|
48
52
|
return d(U.value);
|
|
49
|
-
}, chartOption: Q }), (e3, r2) => (
|
|
53
|
+
}, chartOption: Q }), (e3, r2) => (i(), n("div", { style: l(u(J)), class: a([u(K), "amb-widget-chart amb-widget-flex"]), ref_key: "thisRef", ref: S }, [s(c(R, { ref_key: "headerRef", ref: z, headerInfo: u(M), configure: e3.configure, pageContext: e3.pageContext, onDrillEnd: Y }, null, 8, ["headerInfo", "configure", "pageContext"]), [[p, u(M).showHeader || e3.pageContext.showHomepageSearch]]), c(u(O), { ref_key: "chartRef", ref: U, theme: u(X), option: u(Q), autoresize: "" }, null, 8, ["theme", "option"])], 6));
|
|
50
54
|
} });
|
|
51
55
|
export {
|
|
52
56
|
H as default
|
package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
|
-
import { defineComponent as e, watch as l, resolveComponent as o, createBlock as a, createElementBlock as u, openBlock as r, withCtx as
|
|
2
|
-
const t = e({ __name: "common-chart-header-group", props: { headerInfo: { type: Object, required: true } }, setup
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
})
|
|
1
|
+
import { defineComponent as e, watch as l, resolveComponent as o, createBlock as a, createElementBlock as u, openBlock as r, withCtx as n, Fragment as d, renderList as p } from "vue";
|
|
2
|
+
const t = e({ __name: "common-chart-header-group", props: { headerInfo: { type: Object, required: true } }, setup(e2) {
|
|
3
|
+
const t2 = e2;
|
|
4
|
+
return l(t2.headerInfo, () => {
|
|
5
|
+
console.log("props.headerInfo", t2.headerInfo);
|
|
6
|
+
}), (l2, t3) => {
|
|
7
|
+
const h = o("el-checkbox"), f = o("el-checkbox-group"), m = o("el-radio"), I = o("el-radio-button"), V = o("el-radio-group");
|
|
8
|
+
return "checkbox" == e2.headerInfo.groupComponent ? (r(), a(f, { key: 0, modelValue: e2.headerInfo.groupValue, "onUpdate:modelValue": t3[0] || (t3[0] = (l3) => e2.headerInfo.groupValue = l3) }, { default: n(() => [(r(true), u(d, null, p(e2.headerInfo.options, (e3) => (r(), a(h, { label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 256))]), _: 1 }, 8, ["modelValue"])) : "radio" == e2.headerInfo.groupComponent ? (r(true), u(d, { key: 1 }, p(e2.headerInfo.options, (l3) => (r(), a(m, { modelValue: e2.headerInfo.groupValue, "onUpdate:modelValue": t3[1] || (t3[1] = (l4) => e2.headerInfo.groupValue = l4), value: l3.value, label: l3.label }, null, 8, ["modelValue", "value", "label"]))), 256)) : (r(), a(V, { key: 2, modelValue: e2.headerInfo.groupValue, "onUpdate:modelValue": t3[2] || (t3[2] = (l3) => e2.headerInfo.groupValue = l3) }, { default: n(() => [(r(true), u(d, null, p(e2.headerInfo.options, (e3) => (r(), a(I, { label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 256))]), _: 1 }, 8, ["modelValue"]));
|
|
9
|
+
};
|
|
10
|
+
} });
|
|
7
11
|
export {
|
|
8
12
|
t as default
|
|
9
13
|
};
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { defineComponent as e, ref as o, resolveComponent as r, createElementBlock as n, openBlock as t, createElementVNode as a, createCommentVNode as l, withDirectives as i, createBlock as d, normalizeStyle as f, toDisplayString as h, vShow as s, createVNode as c, withCtx as I, unref as
|
|
2
|
-
import { Search as
|
|
1
|
+
import { defineComponent as e, ref as o, resolveComponent as r, createElementBlock as n, openBlock as t, createElementVNode as a, createCommentVNode as l, withDirectives as i, createBlock as d, normalizeStyle as f, toDisplayString as h, vShow as s, createVNode as c, withCtx as I, unref as p } from "vue";
|
|
2
|
+
import { Search as u } from "@element-plus/icons-vue";
|
|
3
3
|
import g from "./common-chart-header-group.vue.js";
|
|
4
4
|
import m from "./common-chart-header-breadcrumb.vue.js";
|
|
5
5
|
import b from "./common-homepage-search.vue.js";
|
|
6
|
-
import { setVariableValueWithProp as v, getValueFromSource as y, setValueForVariableName as
|
|
7
|
-
const
|
|
6
|
+
import { setVariableValueWithProp as v, getValueFromSource as y, setValueForVariableName as O } from "../../../../utils/page-helper-util.js";
|
|
7
|
+
const w = { class: "amb-widget-chart-header" }, x = { class: "amb-widget-chart-header-item" }, k = { class: "amb-widget-chart-header-item amb-widget-chart-header-center" }, j = { class: "amb-widget-chart-header-item" }, C = { key: 0, class: "amb-widget-chart-header-item" }, P = e({ __name: "common-chart-header", props: { headerInfo: { type: Object, required: true }, configure: { type: Object, required: true }, pageContext: { type: Object, required: true } }, emits: ["drill-end"], setup(e2, { expose: P2, emit: _ }) {
|
|
8
8
|
const N = e2, D = o(null), A = o(), R = _;
|
|
9
9
|
function S(e3) {
|
|
10
10
|
const o2 = N.headerInfo.drillOptions.length;
|
|
11
|
-
if (
|
|
11
|
+
if (e3 >= o2) console.log("无效的取消操作,", e3, N.headerInfo.drillOptions);
|
|
12
|
+
else {
|
|
12
13
|
for (let r2 = o2 - 1; r2 >= e3; r2--) N.headerInfo.drillOptions.splice(r2, 1);
|
|
13
14
|
q(e3);
|
|
14
15
|
}
|
|
@@ -34,7 +35,7 @@ const x = { class: "amb-widget-chart-header" }, O = { class: "amb-widget-chart-h
|
|
|
34
35
|
for (let e4 of o2.variables) {
|
|
35
36
|
if (!e4.fieldName || !e4.variable) continue;
|
|
36
37
|
const o3 = y(r2, e4.fieldName, void 0);
|
|
37
|
-
|
|
38
|
+
O(N.pageContext.entity, e4.variable, o3);
|
|
38
39
|
}
|
|
39
40
|
}
|
|
40
41
|
N.headerInfo.drillOptions || (N.headerInfo.drillOptions = []);
|
|
@@ -44,13 +45,14 @@ const x = { class: "amb-widget-chart-header" }, O = { class: "amb-widget-chart-h
|
|
|
44
45
|
return P2({ drill: function(e3, o2) {
|
|
45
46
|
const r2 = N.headerInfo.drillOptions.length;
|
|
46
47
|
if (r2 + 1 >= N.headerInfo.options.length) {
|
|
47
|
-
return F(o2 && e3.dataIndex < o2.length ? o2[e3.dataIndex] : void 0), void R("drill-end", e3);
|
|
48
|
+
return F(o2 && e3.dataIndex < o2.length ? o2[e3.dataIndex] : void 0), console.log("钻取到最底层了!"), void R("drill-end", e3);
|
|
48
49
|
}
|
|
50
|
+
console.log("props.headerInfo.options", r2, N.headerInfo.options);
|
|
49
51
|
const n2 = N.headerInfo.options[r2], t2 = o2 && e3.dataIndex < o2.length ? o2[e3.dataIndex] : null, a2 = { fieldName: n2.target ? n2.target.replace(".", "_") : "", rawFieldName: n2.target ? n2.target : "", label: e3.name, value: e3.name, data: t2 };
|
|
50
52
|
N.headerInfo.drillOptions.push(a2), q(r2 + 1);
|
|
51
53
|
}, closeDrill: S }), (o2, v2) => {
|
|
52
|
-
const y2 = r("el-icon"),
|
|
53
|
-
return t(), n("div",
|
|
54
|
+
const y2 = r("el-icon"), O2 = r("el-tooltip");
|
|
55
|
+
return t(), n("div", w, [a("div", x, [i(a("label", { style: f(e2.headerInfo.style) }, h(e2.headerInfo.title) + " ", 5), [[s, e2.headerInfo.title && (!e2.headerInfo.textAlign || "left" == e2.headerInfo.textAlign)]]), !e2.headerInfo.showDrill || e2.headerInfo.groupPosition && "left" != e2.headerInfo.groupPosition ? l("", true) : (t(), d(m, { key: 0, ref_key: "drillObjRef", ref: D, headerInfo: e2.headerInfo, onCloseDrill: S }, null, 8, ["headerInfo"])), !e2.headerInfo.showGroup || e2.headerInfo.groupPosition && "left" != e2.headerInfo.groupPosition ? l("", true) : (t(), d(g, { key: 1, headerInfo: e2.headerInfo }, null, 8, ["headerInfo"]))]), a("div", k, [i(a("label", { style: f(e2.headerInfo.style) }, h(e2.headerInfo.title) + " ", 5), [[s, e2.headerInfo.title && "center" == e2.headerInfo.textAlign]]), e2.headerInfo.showDrill && "center" == e2.headerInfo.groupPosition ? (t(), d(m, { key: 0, headerInfo: e2.headerInfo, onCloseDrill: S, ref_key: "drillObjRef", ref: D }, null, 8, ["headerInfo"])) : l("", true), e2.headerInfo.showGroup && "center" == e2.headerInfo.groupPosition ? (t(), d(g, { key: 1, headerInfo: e2.headerInfo }, null, 8, ["headerInfo"])) : l("", true)]), a("div", j, [i(a("label", { style: f(e2.headerInfo.style) }, h(e2.headerInfo.title) + " ", 5), [[s, e2.headerInfo.title && "right" == e2.headerInfo.textAlign]]), e2.headerInfo.showDrill && "right" == e2.headerInfo.groupPosition ? (t(), d(m, { key: 0, headerInfo: e2.headerInfo, onCloseDrill: S, ref_key: "drillObjRef", ref: D }, null, 8, ["headerInfo"])) : l("", true), e2.headerInfo.showGroup && "right" == e2.headerInfo.groupPosition ? (t(), d(g, { key: 1, headerInfo: e2.headerInfo }, null, 8, ["headerInfo"])) : l("", true)]), e2.pageContext.showHomepageSearch ? (t(), n("div", C, [c(O2, { content: "打开查询弹窗", effect: "light" }, { default: I(() => [c(y2, { onClick: G }, { default: I(() => [c(p(u))]), _: 1 })]), _: 1 }), c(b, { ref_key: "commonHomepageSearchRef", ref: A, configure: e2.configure, pageContext: e2.pageContext }, null, 8, ["configure", "pageContext"])])) : l("", true)]);
|
|
54
56
|
};
|
|
55
57
|
} });
|
|
56
58
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as e, ref as
|
|
2
|
-
import { getCustomTheme as
|
|
3
|
-
import { getChartDatasFromPage as
|
|
1
|
+
import { defineComponent as e, ref as o, onMounted as r, watch as t, createElementBlock as a, openBlock as n, normalizeClass as u, normalizeStyle as s, unref as i, withDirectives as c, createVNode as l, vShow as p } from "vue";
|
|
2
|
+
import { getCustomTheme as f, initChartOption as g, exportCommonChart as m } from "../../../../utils/charts/chart-util.js";
|
|
3
|
+
import { getChartDatasFromPage as h, updateChartDatasources as d, monitorFieldChange as x } from "../../../../utils/page-helper-util.js";
|
|
4
4
|
import { updateChartOption as C } from "../../../../utils/charts/chart-gauge-util.js";
|
|
5
5
|
import v from "../common/common-chart-header.vue.js";
|
|
6
6
|
import { use as R } from "echarts/core";
|
|
@@ -10,25 +10,26 @@ import { GridComponent as _, TitleComponent as j, TooltipComponent as w, Toolbox
|
|
|
10
10
|
import k from "vue-echarts";
|
|
11
11
|
const b = e({ __name: "gauge-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: b2 }) {
|
|
12
12
|
R([y, V, _, j, w, I]);
|
|
13
|
-
const
|
|
14
|
-
g(
|
|
15
|
-
const e3 =
|
|
13
|
+
const D = e2, H = o(null), O = o(null), z = o(null), F = D.configure.runtime ? D.configure.runtime : {}, P = F.style, S = F.class, T = F.dataConfig, q = F.headerInfo ? F.headerInfo : {}, A = F.chartOption, B = D.configure.props ? D.configure.props : {}, E = f(B.customTheme);
|
|
14
|
+
g(D.configure, A), r(() => {
|
|
15
|
+
const e3 = h(D.pageContext, D.configure);
|
|
16
16
|
e3 && L(e3);
|
|
17
17
|
});
|
|
18
18
|
let G = q.groupValue;
|
|
19
19
|
function J() {
|
|
20
|
-
T
|
|
20
|
+
T ? d(D.pageContext, [T], q.drillParams) : console.log("无数据源配置,不需要查询!");
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
t(q, () => {
|
|
23
23
|
G != q.groupValue && (G = q.groupValue, T && (T.services[0].groupValue = q.groupValue), J());
|
|
24
24
|
});
|
|
25
25
|
const K = q.monitorFields;
|
|
26
26
|
function L(e3) {
|
|
27
|
-
e3 || (e3 = []), (e3 = e3.length > 0 ? e3[0] : {}) || (e3 = {}), e3.hasRender
|
|
27
|
+
if (e3 || (e3 = []), (e3 = e3.length > 0 ? e3[0] : {}) || (e3 = {}), e3.hasRender) return e3.hasRender = true, void console.log("重复更新!", e3);
|
|
28
|
+
e3.hasRender = true, console.log("gauge resultData", e3), C(D.pageContext, D.configure, A, e3), console.log("chartOption", A);
|
|
28
29
|
}
|
|
29
|
-
return x(
|
|
30
|
-
return
|
|
31
|
-
} }), (e3,
|
|
30
|
+
return x(D.pageContext, K, J), b2({ updateChartDatas: L, exportChart: function() {
|
|
31
|
+
return m(O.value);
|
|
32
|
+
} }), (e3, o2) => (n(), a("div", { style: s(i(P)), class: u([i(S), "amb-widget-chart amb-widget-flex"]), ref_key: "thisRef", ref: H }, [c(l(v, { ref_key: "headerRef", ref: z, headerInfo: i(q), configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["headerInfo", "configure", "pageContext"]), [[p, i(q).showHeader || e3.pageContext.showHomepageSearch]]), l(i(k), { ref_key: "chartRef", ref: O, theme: i(E), option: i(A), autoresize: "" }, null, 8, ["theme", "option"])], 6));
|
|
32
33
|
} });
|
|
33
34
|
export {
|
|
34
35
|
b as default
|
|
@@ -11,35 +11,36 @@ import { GridComponent as _, LegendComponent as b, TitleComponent as w, TooltipC
|
|
|
11
11
|
import E from "vue-echarts";
|
|
12
12
|
const H = e({ __name: "pie-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: H2 }) {
|
|
13
13
|
D([V, y, _, b, w, I, P]);
|
|
14
|
-
const
|
|
14
|
+
const O = e2, S = r(null), T = r(null), U = r(null), z = O.configure.props ? O.configure.props.enableDrill : null, F = O.configure.props ? O.configure.props.drillEndTrigger : null, q = O.configure.props ? O.configure.props.linkPage : null, A = O.configure.runtime ? O.configure.runtime : {}, B = A.style, G = A.class, J = A.dataConfig, K = A.headerInfo ? A.headerInfo : {}, L = A.chartOption, M = O.configure.props ? O.configure.props : {}, N = f(M.customTheme);
|
|
15
15
|
function Q(e3) {
|
|
16
|
-
"clearDrill" ==
|
|
16
|
+
"clearDrill" == F ? U.value && U.value.closeDrill && U.value.closeDrill(0) : "clickEvent" == F && W();
|
|
17
17
|
}
|
|
18
18
|
function W() {
|
|
19
|
-
q && q.jumpPageUrl && x(
|
|
19
|
+
q && q.jumpPageUrl && x(O.pageContext, O.configure, void 0);
|
|
20
20
|
}
|
|
21
|
-
g(
|
|
22
|
-
const e3 = C(
|
|
23
|
-
e3 && $(e3),
|
|
24
|
-
|
|
25
|
-
}), !
|
|
21
|
+
g(O.configure, L), o(() => {
|
|
22
|
+
const e3 = C(O.pageContext, O.configure);
|
|
23
|
+
e3 && $(e3), T.value && (z || q && q.jumpPageUrl) && T.value.chart.on("click", function(e4) {
|
|
24
|
+
z ? U.value && U.value.drill && U.value.drill(e4, O.configure.cacheDatas) : W();
|
|
25
|
+
}), !z && O.configure.clickSet && T.value && h(O.pageContext, O.configure, T.value.chart);
|
|
26
26
|
});
|
|
27
27
|
let X = K.groupValue;
|
|
28
28
|
function Y(e3) {
|
|
29
|
-
J
|
|
29
|
+
J ? (true !== e3 && (J.autoRefresh = true), R(O.pageContext, [J], K.drillParams)) : console.log("无数据源配置,不需要查询!");
|
|
30
30
|
}
|
|
31
31
|
t(K, () => {
|
|
32
32
|
X != K.groupValue && (X = K.groupValue, J && (J.services[0].groupValue = K.groupValue), Y(false));
|
|
33
33
|
});
|
|
34
34
|
const Z = K.monitorFields;
|
|
35
35
|
function $(e3) {
|
|
36
|
-
e3 || (e3 = []), (e3 = e3.length > 0 ? e3[0] : {}) || (e3 = {}), e3.hasRender
|
|
36
|
+
if (e3 || (e3 = []), (e3 = e3.length > 0 ? e3[0] : {}) || (e3 = {}), e3.hasRender) return e3.hasRender = true, void console.log("重复更新!", e3);
|
|
37
|
+
e3.hasRender = true, J.autoRefresh || (X = e3.groupValue, X && "checkbox" !== K.groupComponent && (X = X.join(",")), K.groupValue = X), J.autoRefresh && z || m(O.pageContext, O.configure, T.value.chart), J.autoRefresh = false, v(O.pageContext, O.configure, L, e3), console.log("chartOption--pie", L);
|
|
37
38
|
}
|
|
38
|
-
return j(
|
|
39
|
+
return j(O.pageContext, Z, () => {
|
|
39
40
|
Y(true);
|
|
40
41
|
}), H2({ updateChartDatas: $, exportChart: function() {
|
|
41
|
-
return d(
|
|
42
|
-
} }), (e3, r2) => (a(), n("div", { style: l(i(B)), class: u([i(G), "amb-widget-chart amb-widget-flex"]), ref_key: "thisRef", ref:
|
|
42
|
+
return d(T.value);
|
|
43
|
+
} }), (e3, r2) => (a(), n("div", { style: l(i(B)), class: u([i(G), "amb-widget-chart amb-widget-flex"]), ref_key: "thisRef", ref: S }, [c(p(k, { ref_key: "headerRef", ref: U, headerInfo: i(K), configure: e3.configure, pageContext: e3.pageContext, onDrillEnd: Q }, null, 8, ["headerInfo", "configure", "pageContext"]), [[s, i(K).showHeader || e3.pageContext.showHomepageSearch]]), p(i(E), { ref_key: "chartRef", ref: T, theme: i(N), option: i(L), autoresize: "" }, null, 8, ["theme", "option"])], 6));
|
|
43
44
|
} });
|
|
44
45
|
export {
|
|
45
46
|
H as default
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as e, ref as r, onMounted as
|
|
2
|
-
import { getCustomTheme as
|
|
1
|
+
import { defineComponent as e, ref as r, onMounted as o, watch as t, createElementBlock as n, openBlock as a, normalizeClass as i, normalizeStyle as s, unref as u, withDirectives as c, createVNode as p, vShow as l } from "vue";
|
|
2
|
+
import { getCustomTheme as f, initChartOption as m, exportCommonChart as h } from "../../../../utils/charts/chart-util.js";
|
|
3
3
|
import { getChartDatasFromPage as g, updateChartDatasources as d, monitorFieldChange as x } from "../../../../utils/page-helper-util.js";
|
|
4
4
|
import { updateChartOption as C } from "../../../../utils/charts/chart-radar-util.js";
|
|
5
5
|
import v from "../common/common-chart-header.vue.js";
|
|
@@ -7,29 +7,30 @@ import { use as R } from "echarts/core";
|
|
|
7
7
|
import { CanvasRenderer as y } from "echarts/renderers";
|
|
8
8
|
import { RadarChart as V } from "echarts/charts";
|
|
9
9
|
import { GridComponent as _, TitleComponent as j, TooltipComponent as w, ToolboxComponent as I, LegendComponent as k } from "echarts/components";
|
|
10
|
-
import
|
|
11
|
-
const
|
|
10
|
+
import O from "vue-echarts";
|
|
11
|
+
const b = e({ __name: "radar-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: b2 }) {
|
|
12
12
|
R([y, V, _, j, w, I, k]);
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
const e3 = g(
|
|
13
|
+
const H = e2, z = r(null), D = r(null), F = r(null), P = H.configure.runtime ? H.configure.runtime : {}, S = P.style, T = P.class, q = P.dataConfig, A = P.headerInfo ? P.headerInfo : {}, B = P.chartOption, E = H.configure.props ? H.configure.props : {}, G = f(E.customTheme);
|
|
14
|
+
m(H.configure, B), console.log("chartOption", B), o(() => {
|
|
15
|
+
const e3 = g(H.pageContext, H.configure);
|
|
16
16
|
e3 && M(e3);
|
|
17
17
|
});
|
|
18
18
|
let J = A.groupValue;
|
|
19
19
|
function K() {
|
|
20
|
-
q
|
|
20
|
+
q ? d(H.pageContext, [q], A.drillParams) : console.log("无数据源配置,不需要查询!");
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
t(A, () => {
|
|
23
23
|
J != A.groupValue && (J = A.groupValue, q && (q.services[0].groupValue = A.groupValue), K());
|
|
24
24
|
});
|
|
25
25
|
const L = A.monitorFields;
|
|
26
26
|
function M(e3) {
|
|
27
|
-
e3 || (e3 = []), (e3 = e3.length > 0 ? e3[0] : {}) || (e3 = {}), e3.hasRender
|
|
27
|
+
if (e3 || (e3 = []), (e3 = e3.length > 0 ? e3[0] : {}) || (e3 = {}), e3.hasRender) return e3.hasRender = true, void console.log("重复更新!", e3);
|
|
28
|
+
e3.hasRender = true, C(H.pageContext, H.configure, B, e3), console.log("chartOption", B);
|
|
28
29
|
}
|
|
29
|
-
return x(
|
|
30
|
-
return
|
|
31
|
-
} }), (e3, r2) => (
|
|
30
|
+
return x(H.pageContext, L, K), b2({ updateChartDatas: M, exportChart: function() {
|
|
31
|
+
return h(D.value);
|
|
32
|
+
} }), (e3, r2) => (a(), n("div", { style: s(u(S)), class: i([u(T), "amb-widget-chart amb-widget-flex"]), ref_key: "thisRef", ref: z }, [c(p(v, { ref_key: "headerRef", ref: F, headerInfo: u(A), configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["headerInfo", "configure", "pageContext"]), [[l, u(A).showHeader || e3.pageContext.showHomepageSearch]]), p(u(O), { ref_key: "chartRef", ref: D, theme: u(G), option: u(B), autoresize: "" }, null, 8, ["theme", "option"])], 6));
|
|
32
33
|
} });
|
|
33
34
|
export {
|
|
34
|
-
|
|
35
|
+
b as default
|
|
35
36
|
};
|