super-page-runtime 2.3.4 → 2.3.5

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.
Files changed (44) hide show
  1. package/dist/es/components/runtime/utils/barcode-util.js +5 -5
  2. package/dist/es/components/runtime/utils/charts/chart-pie-util.js +45 -46
  3. package/dist/es/components/runtime/utils/charts/chart-scatter-util.js +14 -16
  4. package/dist/es/components/runtime/utils/charts/chart-util.js +24 -26
  5. package/dist/es/components/runtime/utils/events/event-util.js +116 -116
  6. package/dist/es/components/runtime/utils/events/print-label.js +0 -1
  7. package/dist/es/components/runtime/utils/events/standard-event.js +463 -475
  8. package/dist/es/components/runtime/utils/events/validator-util.js +1 -1
  9. package/dist/es/components/runtime/utils/form/scan-util.js +3 -4
  10. package/dist/es/components/runtime/utils/page-helper-util.js +275 -275
  11. package/dist/es/components/runtime/utils/page-init-util.js +44 -47
  12. package/dist/es/components/runtime/utils/page-store.js +10 -10
  13. package/dist/es/components/runtime/utils/table-utils.js +30 -30
  14. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +12 -16
  15. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +3 -3
  16. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +6 -6
  17. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +14 -15
  18. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +11 -12
  19. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +17 -18
  20. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +18 -19
  21. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +18 -19
  22. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +19 -21
  23. package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +1 -1
  24. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +63 -63
  25. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +35 -37
  26. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +120 -123
  27. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +57 -58
  28. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +0 -1
  29. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +29 -29
  30. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +17 -17
  31. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +30 -27
  32. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +6 -6
  33. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +10 -10
  34. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +0 -1
  35. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +8 -8
  36. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +2 -2
  37. package/dist/es/components/runtime/views/assemblys/object-render.vue.js +15 -15
  38. package/dist/es/components/runtime/views/home-chart.vue.js +4 -4
  39. package/dist/es/components/runtime/views/super-page-dialog.vue.js +6 -6
  40. package/dist/es/components/runtime/views/super-page.vue.js +1 -1
  41. package/dist/es/components/runtime/views/super-page.vue2.js +138 -140
  42. package/dist/es/style.css +76 -76
  43. package/dist/es.zip +0 -0
  44. 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, getVariableValue as o, setVariableValue as n, formatVariableValue as r } from "./page-helper-util.js";
4
+ import { getFormPropName as i, getVariableValue as n, setVariableValue as o, 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 c } from "agilebuilder-ui/src/utils/common-util";
10
- function m(t2) {
9
+ import { isMobileBrowser as m } from "agilebuilder-ui/src/utils/common-util";
10
+ function f(t2) {
11
11
  return e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/runtime/" + t2);
12
12
  }
13
- function f(e2) {
13
+ function c(e2) {
14
14
  var _a, _b, _c;
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: void 0 !== ((_b = e2.props) == null ? void 0 : _b.activeWorkflow) ? (_c = e2.props) == null ? void 0 : _c.activeWorkflow : e2.isWorkflowEntity, allChartUuids: e2.allChartUuids, entity: { data: {}, task: {}, request: {}, page: {}, context: e2.contextParam, system: e2.systemParam } };
@@ -23,7 +23,7 @@ function f(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 (c()) {
26
+ if (m()) {
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");
@@ -57,17 +57,14 @@ function b(e2) {
57
57
  }
58
58
  function y(e2, t2) {
59
59
  if (e2) {
60
- console.log("packageAdditionalMapWithPageRequest----pageRequest=", e2), Object.assign(t2, e2);
61
- v(e2.paramStoreId, t2), delete e2.paramStoreId, console.log("packageAdditionalMapWithPageRequest----requestObj=", t2), e2.jumpMode && (t2.jumpMode = e2.jumpMode);
60
+ Object.assign(t2, e2);
61
+ v(e2.paramStoreId, t2), delete e2.paramStoreId, e2.jumpMode && (t2.jumpMode = e2.jumpMode);
62
62
  }
63
63
  }
64
64
  function h(e2, t2) {
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
- v(e2.query.paramStoreId, t2);
69
- }
70
- console.log("packageAdditionalMapWithRoute----requestObj=", t2);
65
+ if (e2 && (e2.params && Object.assign(t2, e2.params), e2.query, e2.query)) {
66
+ Object.assign(t2, e2.query);
67
+ v(e2.query.paramStoreId, t2);
71
68
  }
72
69
  }
73
70
  function v(e2, t2) {
@@ -75,52 +72,52 @@ function v(e2, t2) {
75
72
  const s2 = l(e2);
76
73
  if (s2) {
77
74
  const e3 = JSON.parse(s2);
78
- Object.assign(t2, e3), console.log("已获取到附加参数", e3);
75
+ Object.assign(t2, e3);
79
76
  }
80
77
  }
81
78
  }
82
79
  function E(e2, t2) {
83
80
  let s2, i2 = t2;
84
81
  t2 || (s2 = e2.props.base ? e2.props.base : {}, i2 = s2.prop);
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"];
82
+ let n2 = null;
83
+ return t2 && !t2.startsWith("${") ? n2 = ["data", t2] : !e2 || i2 && i2.startsWith("${") ? i2.startsWith("${") ? (i2 = i2.substring(2, i2.length - 1), n2 = i2.split("."), e2 && n2.length < 2 && (n2 = [e2.uuid])) : e2 && (n2 = ["page", e2.uuid]) : n2 = ["page", e2.uuid], n2 || e2 ? n2 : ["temp"];
87
84
  }
88
- function M(e2, t2, s2) {
85
+ function w(e2, t2, s2) {
89
86
  const i2 = E(t2, s2), r2 = e2.entity;
90
87
  if (null == r2.data.ID && null == r2.data.id) {
91
88
  let s3, l2, a2 = false;
92
89
  t2 && (s3 = t2.props.base ? t2.props.base : {}, l2 = t2.name, a2 = s3.multiple);
93
- const p2 = o(r2, i2);
90
+ const p2 = n(r2, i2);
94
91
  if (null == p2) {
95
92
  const t3 = s3 ? s3.defaultValue : null;
96
93
  if (t3) {
97
- const s4 = w(e2, t3, l2, a2);
98
- null != s4 && n(r2, i2, s4);
94
+ const s4 = P(e2, t3, l2, a2);
95
+ null != s4 && o(r2, i2, s4);
99
96
  }
100
97
  }
101
98
  }
102
99
  return i2;
103
100
  }
104
- function w(e2, t2, s2, i2) {
105
- let o2;
106
- if (t2 && (o2 = r(e2, t2), null != o2 && null != o2 && s2)) {
101
+ function P(e2, t2, s2, i2) {
102
+ let n2;
103
+ if (t2 && (n2 = r(e2, t2), null != n2 && null != n2 && s2)) {
107
104
  let e3 = false;
108
- "checkbox" == s2 ? e3 = true : "select" == s2 && (e3 = i2), e3 && (o2 = (o2 + "").split(","));
105
+ "checkbox" == s2 ? e3 = true : "select" == s2 && (e3 = i2), e3 && (n2 = (n2 + "").split(","));
109
106
  }
110
- return o2;
107
+ return n2;
111
108
  }
112
- function P(e2, t2) {
109
+ function M(e2, t2) {
113
110
  const s2 = [];
114
111
  if (e2.autoPermissions) for (const i2 of e2.autoPermissions) s2.push(t2.code + "." + i2.simpleCode);
115
112
  if (e2.functionCodes) {
116
- const i2 = e2.sourceTypes ? e2.sourceTypes : [], o2 = e2.functionCodes;
117
- for (let e3 = 0; e3 < o2.length; e3++) {
118
- const n2 = o2[e3], r2 = e3 < i2.length ? i2[e3] : "";
113
+ const i2 = e2.sourceTypes ? e2.sourceTypes : [], n2 = e2.functionCodes;
114
+ for (let e3 = 0; e3 < n2.length; e3++) {
115
+ const o2 = n2[e3], r2 = e3 < i2.length ? i2[e3] : "";
119
116
  let l2 = "";
120
- if ("service" == r2) l2 = n2;
121
- else if ("standard" === r2) l2 = t2.code + "." + n2;
117
+ if ("service" == r2) l2 = o2;
118
+ else if ("standard" === r2) l2 = t2.code + "." + o2;
122
119
  else {
123
- l2 = "custom" === j(n2, t2).type ? n2 : t2.code + "." + n2;
120
+ l2 = "custom" === j(o2, t2).type ? o2 : t2.code + "." + o2;
124
121
  }
125
122
  s2.includes(l2) || s2.push(l2);
126
123
  }
@@ -134,33 +131,33 @@ function j(e2, t2) {
134
131
  }
135
132
  return null;
136
133
  }
137
- function C(s2, i2, o2) {
138
- const n2 = s2.tableRuntimes, r2 = t(i2);
134
+ function C(s2, i2, n2) {
135
+ const o2 = s2.tableRuntimes, r2 = t(i2);
139
136
  let l2;
140
137
  const a2 = i2.code;
141
- 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 });
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: o2, additionalParamMapJson: l2, pageCode: a2, publishVersion: n2, pageType: s2.pageType });
142
139
  }
143
140
  const I = ["button-detail", "print-label"];
144
141
  function O(e2, t2) {
145
142
  var _a, _b;
146
- const s2 = t2.props && t2.props.base ? t2.props.base.prop : null, o2 = p(e2);
147
- let n2 = false;
148
- if (o2 && I.indexOf(t2.name) < 0 && e2.fieldPermissionMap) {
143
+ const s2 = t2.props && t2.props.base ? t2.props.base.prop : null, n2 = p(e2);
144
+ let o2 = false;
145
+ if (n2 && I.indexOf(t2.name) < 0 && e2.fieldPermissionMap) {
149
146
  const s3 = e2.fieldPermissionMap.get("all_fields");
150
- false === (s3 == null ? void 0 : s3.canEdit) && ((_a = t2.runtime) == null ? void 0 : _a.props) && (t2.runtime.props.state = "disabled", n2 = true);
147
+ false === (s3 == null ? void 0 : s3.canEdit) && ((_a = t2.runtime) == null ? void 0 : _a.props) && (t2.runtime.props.state = "disabled", o2 = true);
151
148
  }
152
149
  if (s2) {
153
150
  const r2 = i(s2);
154
151
  if (e2.rules || (e2.rules = {}), t2.props.rules && t2.props.rules.length > 0 && (e2.rules[r2] || (e2.rules[r2] = []), t2.props.rules.forEach((e3) => {
155
152
  d(e3);
156
- }), e2.rules[r2] = t2.props.rules), o2 && !n2 && "button-detail" !== t2.name && e2.fieldPermissionMap) {
153
+ }), e2.rules[r2] = t2.props.rules), n2 && !o2 && "button-detail" !== t2.name && e2.fieldPermissionMap) {
157
154
  const s3 = e2.fieldPermissionMap.get(r2);
158
155
  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 = "";
159
156
  }
160
157
  ((_b = t2.props) == null ? void 0 : _b.customRuleEvents) && (e2.customRuleEvents || (e2.customRuleEvents = []), e2.customRuleEvents.push({ prop: r2, events: t2.props.customRuleEvents }));
161
158
  }
162
159
  }
163
- function k(e2, t2) {
160
+ function _(e2, t2) {
164
161
  if (e2.initInfo) {
165
162
  ["dynamicControlFormEdit", "disableElement", "enableElement", "hideElement", "showElement"].forEach((s2) => {
166
163
  const i2 = e2.initInfo[s2];
@@ -176,16 +173,16 @@ function k(e2, t2) {
176
173
  }
177
174
  }
178
175
  export {
179
- k as controlObjectRenderState,
180
- f as convertToPageContext,
181
- w as getDefaultValue,
182
- M as getFormModelFields,
176
+ _ as controlObjectRenderState,
177
+ c as convertToPageContext,
178
+ P as getDefaultValue,
179
+ w as getFormModelFields,
183
180
  E as getModelFields,
184
- P as getPermissionCodes,
181
+ M as getPermissionCodes,
185
182
  b as packageAdditionalMapWithLocationSearch,
186
183
  y as packageAdditionalMapWithPageRequest,
187
184
  h as packageAdditionalMapWithRoute,
188
185
  O as packageFormRules,
189
- m as queryPageDesignByCode,
186
+ f as queryPageDesignByCode,
190
187
  C as queryPageSuperGrids
191
188
  };
@@ -1,18 +1,18 @@
1
1
  import { ref as e } from "vue";
2
- import { defineStore as o } from "pinia";
3
- import a from "./eventBus.js";
4
- const t = o("pageContextUtil", () => {
5
- const o2 = e({ systemCode: "", systemVersion: -1 }), t2 = e(false), n = e(false), u = e(false), l = e(0), d = e(0);
6
- return { pageContext: o2, setPageContext: function(e2) {
7
- o2.value = e2;
2
+ import { defineStore as a } from "pinia";
3
+ import o from "./eventBus.js";
4
+ const t = a("pageContextUtil", () => {
5
+ const a2 = e({ systemCode: "", systemVersion: -1 }), t2 = e(false), n = e(false), u = e(false), l = e(0), v = e(0);
6
+ return { pageContext: a2, setPageContext: function(e2) {
7
+ a2.value = e2;
8
8
  }, countComponentsTotalNmber: function() {
9
9
  l.value++, t2.value = false, u.value = false;
10
10
  }, countComponentsLoadedNumber: function() {
11
- d.value++, u.value = false;
12
- }, componentsTotalNmber: l, componentsLoadedNumber: d, setPageComponentsLoaded: function(e2) {
13
- t2.value = e2, t2.value && n.value && (a.$emit("pageLoaded"), u.value = true);
11
+ v.value++, u.value = false;
12
+ }, componentsTotalNmber: l, componentsLoadedNumber: v, setPageComponentsLoaded: function(e2) {
13
+ t2.value = e2, t2.value && n.value && (o.$emit("pageLoaded"), u.value = true);
14
14
  }, setFormPageDataLoadState: function(e2) {
15
- n.value = e2, t2.value && n.value && (console.log("setpageLoaded+++++++++++++++++++", t2.value, n.value), u.value = true);
15
+ n.value = e2, t2.value && n.value && (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() {
@@ -1,49 +1,49 @@
1
1
  import "agilebuilder-ui/src/utils/common-util";
2
2
  import "agilebuilder-ui/src/utils/util";
3
3
  import "agilebuilder-ui/src/utils/request";
4
- import e from "./eventBus.js";
5
- import { getPermissionCodes as t } from "./page-init-util.js";
6
- import { getCustomFunc as o } from "./events/event-util.js";
7
- import { $t as i } from "./i18n-util.js";
4
+ import t from "./eventBus.js";
5
+ import { getPermissionCodes as e } from "./page-init-util.js";
6
+ import { getCustomFunc as i } from "./events/event-util.js";
7
+ import { $t as o } from "./i18n-util.js";
8
8
  import { ExpressionEvaluator as s } from "../views/assemblys/chart/table/chart-table-util.js";
9
- function n(t2) {
10
- const o2 = t2.pageContext && t2.pageContext.code;
11
- console.log("弹框显示页面--popupToPage====params=", t2), e.$emit(o2 + "_open-dialog", t2);
9
+ function n(e2) {
10
+ const i2 = e2.pageContext && e2.pageContext.code;
11
+ t.$emit(i2 + "_open-dialog", e2);
12
12
  }
13
- function r(e2, t2) {
14
- const o2 = e2.tableName;
15
- if (!t2 && o2) return o2;
16
- let i2;
17
- return e2.tableRuntimes && t2 && e2.tableRuntimes[t2] && (i2 = JSON.parse(e2.tableRuntimes[t2].configure)), i2 && i2.props && i2.props.dataOrigin ? i2.props.dataOrigin.tableName : null;
13
+ function r(t2, e2) {
14
+ const i2 = t2.tableName;
15
+ if (!e2 && i2) return i2;
16
+ let o2;
17
+ return t2.tableRuntimes && e2 && t2.tableRuntimes[e2] && (o2 = JSON.parse(t2.tableRuntimes[e2].configure)), o2 && o2.props && o2.props.dataOrigin ? o2.props.dataOrigin.tableName : null;
18
18
  }
19
- function u(e2, 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 = t(o3, e2);
25
- i2 && (u3.permission = i2);
19
+ function u(t2, i2, s2, n2) {
20
+ const r2 = !(!i2.props || !i2.props.base) && i2.props.base.showOperation, u2 = i2.btnList;
21
+ i2.btnList, r2 && u2 && u2.forEach((i3) => {
22
+ const r3 = {}, u3 = Object.assign({}, i3.props.base);
23
+ if ("custom" === i3.name ? u3.customControl = u3.name : u3.elementType = "el-button", void 0 === i3.isPermission || i3.isPermission + "" == "true") {
24
+ const o2 = e(i3, t2);
25
+ o2 && (u3.permission = o2);
26
26
  }
27
- if (u3.label = i(u3.title), u3.sourceButton = { uuid: o3.uuid }, r3.props = u3, void 0 !== n2) {
28
- const e3 = n2(o3);
29
- r3.onClick = (e3 == null ? void 0 : e3.onClick) ?? e3, r3.eventName = e3 == null ? void 0 : e3.eventName;
27
+ if (u3.label = o(u3.title), u3.sourceButton = { uuid: i3.uuid }, r3.props = u3, void 0 !== n2) {
28
+ const t3 = n2(i3);
29
+ r3.onClick = (t3 == null ? void 0 : t3.onClick) ?? t3, r3.eventName = t3 == null ? void 0 : t3.eventName;
30
30
  }
31
31
  s2.push(r3);
32
32
  });
33
33
  }
34
- function l(e2, t2, i2, n2) {
34
+ function l(t2, e2, o2, n2) {
35
35
  let r2;
36
- const u2 = i2 == null ? void 0 : i2.some((i3) => {
36
+ const u2 = o2 == null ? void 0 : o2.some((o3) => {
37
37
  let u3 = false;
38
- if (i3.scopeFunc) {
39
- const s2 = o(e2, i3.scopeFunc);
38
+ if (o3.scopeFunc) {
39
+ const s2 = i(t2, o3.scopeFunc);
40
40
  if (s2) {
41
- s2.apply(s2, [{ pageContext: e2, configureObj: t2, row: n2 }]) && (u3 = true);
41
+ s2.apply(s2, [{ pageContext: t2, configureObj: e2, row: n2 }]) && (u3 = true);
42
42
  }
43
- } else if (i3.showCondition && i3.showCondition.length > 0) {
44
- s.evaluate(e2, i3.showCondition, n2) && (u3 = true);
43
+ } else if (o3.showCondition && o3.showCondition.length > 0) {
44
+ s.evaluate(t2, o3.showCondition, n2) && (u3 = true);
45
45
  } else u3 = true;
46
- if (u3) return r2 = i3, true;
46
+ if (u3) return r2 = o3, true;
47
47
  });
48
48
  return { show: u2, toPage: r2 };
49
49
  }
@@ -1,8 +1,8 @@
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 s, withDirectives as u, createVNode as c, vShow as p } from "vue";
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 u, unref as s, withDirectives as l, 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 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";
3
+ import { getChartDatasFromPage as x, updateChartDatasources as v, monitorFieldChange as C } from "../../../../utils/page-helper-util.js";
4
+ import { updateChartOption as I } from "../../../../utils/charts/chart-columnline-util.js";
5
+ import { doClickJumpPageEvent as k } from "../../../../utils/events/event-util.js";
6
6
  import y from "../common/common-chart-header.vue.js";
7
7
  import { use as R } from "echarts/core";
8
8
  import { CanvasRenderer as j } from "echarts/renderers";
@@ -18,24 +18,21 @@ const A = e({ __name: "column-line-runtime", props: { pageContext: {}, configure
18
18
  "clearDrill" == F ? U.value && U.value.closeDrill && U.value.closeDrill(0) : "clickEvent" === F && Z(e3);
19
19
  }
20
20
  function Z(e3) {
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;
21
+ if (e3.seriesIndex >= Q.series.length) return;
22
+ const r2 = Q.series[e3.seriesIndex].uuid, o2 = B[r2];
23
+ if (!o2) return;
27
24
  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 };
28
- I(H.pageContext, o2, t2);
25
+ k(H.pageContext, o2, t2);
29
26
  }
30
27
  g(H.configure, Q), o(() => {
31
- const e3 = v(H.pageContext, H.configure);
28
+ const e3 = x(H.pageContext, H.configure);
32
29
  e3 && oe(e3), S.value && (z || Object.keys(B).length > 0) && S.value.chart.on("click", function(e4) {
33
30
  z ? U.value && U.value.drill && U.value.drill(e4, H.configure.cacheDatas) : Z(e4);
34
31
  }), !z && H.configure.clickSet && S.value && m(H.pageContext, H.configure, S.value.chart);
35
32
  });
36
33
  let $ = M.groupValue;
37
34
  function ee(e3) {
38
- L ? (true !== e3 && (L.autoRefresh = true), x(H.pageContext, [L], M.drillParams)) : console.log("无数据源配置,不需要查询!");
35
+ L && (true !== e3 && (L.autoRefresh = true), v(H.pageContext, [L], M.drillParams));
39
36
  }
40
37
  t(M, () => {
41
38
  $ != M.groupValue && ($ = M.groupValue, L && (L.services[0].groupValue = M.groupValue), ee(false));
@@ -43,14 +40,13 @@ const A = e({ __name: "column-line-runtime", props: { pageContext: {}, configure
43
40
  const re = M.monitorFields;
44
41
  function oe(e3) {
45
42
  var _a;
46
- if (e3 || (e3 = []), Array.isArray(e3) && (e3 = e3.length > 0 ? e3[0] : {}), e3 || (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 && z || h(H.pageContext, H.configure, (_a = S.value) == null ? void 0 : _a.chart), L.autoRefresh = false, k(H.pageContext, H.configure, Q, e3);
43
+ e3 || (e3 = []), Array.isArray(e3) && (e3 = e3.length > 0 ? e3[0] : {}), e3 || (e3 = {}), e3.hasRender ? e3.hasRender = true : (e3.hasRender = true, L.autoRefresh || ($ = e3.groupValue, $ && "checkbox" !== M.groupComponent && ($ = $.join(",")), M.groupValue = $), L.autoRefresh && z || h(H.pageContext, H.configure, (_a = S.value) == null ? void 0 : _a.chart), L.autoRefresh = false, I(H.pageContext, H.configure, Q, e3));
48
44
  }
49
45
  return C(H.pageContext, re, () => {
50
46
  ee(true);
51
47
  }), A2({ updateChartDatas: oe, exportChart: function() {
52
48
  return d(S.value);
53
- }, chartOption: Q }), (e3, r2) => (i(), n("div", { style: l(s(J)), class: a([s(K), "amb-widget-chart amb-widget-flex"]), ref_key: "thisRef", ref: N }, [u(c(y, { ref_key: "headerRef", ref: U, headerInfo: s(M), configure: e3.configure, pageContext: e3.pageContext, onDrillEnd: Y }, null, 8, ["headerInfo", "configure", "pageContext"]), [[p, s(M).showHeader || e3.pageContext.showHomepageSearch]]), c(s(O), { ref_key: "chartRef", ref: S, theme: s(X), option: s(Q), autoresize: "" }, null, 8, ["theme", "option"])], 6));
49
+ }, chartOption: Q }), (e3, r2) => (a(), n("div", { style: u(s(J)), class: i([s(K), "amb-widget-chart amb-widget-flex"]), ref_key: "thisRef", ref: N }, [l(c(y, { ref_key: "headerRef", ref: U, headerInfo: s(M), configure: e3.configure, pageContext: e3.pageContext, onDrillEnd: Y }, null, 8, ["headerInfo", "configure", "pageContext"]), [[p, s(M).showHeader || e3.pageContext.showHomepageSearch]]), c(s(O), { ref_key: "chartRef", ref: S, theme: s(X), option: s(Q), autoresize: "" }, null, 8, ["theme", "option"])], 6));
54
50
  } });
55
51
  export {
56
52
  A as default
@@ -2,10 +2,10 @@ import { defineComponent as e, watch as l, resolveComponent as o, createBlock as
2
2
  const t = e({ __name: "common-chart-header-group", props: { headerInfo: { type: Object, required: true } }, setup(e2) {
3
3
  const t2 = e2;
4
4
  return l(t2.headerInfo, () => {
5
- console.log("props.headerInfo", t2.headerInfo);
5
+ t2.headerInfo;
6
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"]));
7
+ const h = o("el-checkbox"), f = o("el-checkbox-group"), m = o("el-radio"), V = o("el-radio-button"), b = 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(b, { 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(V, { label: e3.label, value: e3.value }, null, 8, ["label", "value"]))), 256))]), _: 1 }, 8, ["modelValue"]));
9
9
  };
10
10
  } });
11
11
  export {
@@ -1,5 +1,5 @@
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";
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 u } from "vue";
2
+ import { Search as p } 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";
@@ -8,7 +8,7 @@ const w = { class: "amb-widget-chart-header" }, x = { class: "amb-widget-chart-h
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 (e3 >= o2) console.log("无效的取消操作,", e3, N.headerInfo.drillOptions);
11
+ if (e3 >= o2) N.headerInfo.drillOptions;
12
12
  else {
13
13
  for (let r2 = o2 - 1; r2 >= e3; r2--) N.headerInfo.drillOptions.splice(r2, 1);
14
14
  q(e3);
@@ -45,14 +45,14 @@ const w = { class: "amb-widget-chart-header" }, x = { class: "amb-widget-chart-h
45
45
  return P2({ drill: function(e3, o2) {
46
46
  const r2 = N.headerInfo.drillOptions.length;
47
47
  if (r2 + 1 >= N.headerInfo.options.length) {
48
- return F(o2 && e3.dataIndex < o2.length ? o2[e3.dataIndex] : void 0), console.log("钻取到最底层了!"), void R("drill-end", e3);
48
+ return F(o2 && e3.dataIndex < o2.length ? o2[e3.dataIndex] : void 0), void R("drill-end", e3);
49
49
  }
50
- console.log("props.headerInfo.options", r2, N.headerInfo.options);
50
+ N.headerInfo.options;
51
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 };
52
52
  N.headerInfo.drillOptions.push(a2), q(r2 + 1);
53
53
  }, closeDrill: S }), (o2, v2) => {
54
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)]);
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(u(p))]), _: 1 })]), _: 1 }), c(b, { ref_key: "commonHomepageSearchRef", ref: A, configure: e2.configure, pageContext: e2.pageContext }, null, 8, ["configure", "pageContext"])])) : l("", true)]);
56
56
  };
57
57
  } });
58
58
  export {
@@ -1,35 +1,34 @@
1
- import { defineComponent as e, ref as r, onMounted as o, 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";
1
+ import { defineComponent as e, ref as r, onMounted as t, watch as o, createElementBlock as a, openBlock as n, normalizeClass as u, normalizeStyle as i, unref as s, withDirectives as p, createVNode as c, vShow as f } from "vue";
2
+ import { getCustomTheme as m, initChartOption as g, exportCommonChart as h } from "../../../../utils/charts/chart-util.js";
3
+ import { getChartDatasFromPage as l, 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
- import v from "../common/common-chart-header.vue.js";
6
- import { use as y } from "echarts/core";
5
+ import y from "../common/common-chart-header.vue.js";
6
+ import { use as v } from "echarts/core";
7
7
  import { CanvasRenderer as R } from "echarts/renderers";
8
8
  import { GaugeChart as V } from "echarts/charts";
9
9
  import { GridComponent as _, TitleComponent as j, TooltipComponent as w, ToolboxComponent as I } from "echarts/components";
10
10
  import k from "vue-echarts";
11
11
  const b = e({ __name: "gauge-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: b2 }) {
12
- y([R, V, _, j, w, I]);
13
- const A = e2, D = r(null), H = r(null), O = r(null), z = A.configure.runtime ? A.configure.runtime : {}, F = z.style, P = z.class, S = z.dataConfig, T = z.headerInfo ? z.headerInfo : {}, q = z.chartOption, B = A.configure.props ? A.configure.props : {}, E = f(B.customTheme);
14
- g(A.configure, q), o(() => {
15
- const e3 = h(A.pageContext, A.configure);
12
+ v([R, V, _, j, w, I]);
13
+ const A = e2, H = r(null), z = r(null), D = r(null), F = A.configure.runtime ? A.configure.runtime : {}, O = F.style, P = F.class, S = F.dataConfig, T = F.headerInfo ? F.headerInfo : {}, q = F.chartOption, B = A.configure.props ? A.configure.props : {}, E = m(B.customTheme);
14
+ g(A.configure, q), t(() => {
15
+ const e3 = l(A.pageContext, A.configure);
16
16
  e3 && L(e3);
17
17
  });
18
18
  let G = T.groupValue;
19
19
  function J() {
20
- S ? d(A.pageContext, [S], T.drillParams) : console.log("无数据源配置,不需要查询!");
20
+ S && d(A.pageContext, [S], T.drillParams);
21
21
  }
22
- t(T, () => {
22
+ o(T, () => {
23
23
  G != T.groupValue && (G = T.groupValue, S && (S.services[0].groupValue = T.groupValue), J());
24
24
  });
25
25
  const K = T.monitorFields;
26
26
  function L(e3) {
27
- if (e3 || (e3 = []), Array.isArray(e3) && (e3 = e3.length > 0 ? e3[0] : {}), e3 || (e3 = {}), e3.hasRender) return e3.hasRender = true, void console.log("重复更新!", e3);
28
- e3.hasRender = true, console.log("gauge resultData", e3), C(A.pageContext, A.configure, q, e3), console.log("chartOption", q);
27
+ e3 || (e3 = []), Array.isArray(e3) && (e3 = e3.length > 0 ? e3[0] : {}), e3 || (e3 = {}), e3.hasRender ? e3.hasRender = true : (e3.hasRender = true, C(A.pageContext, A.configure, q, e3));
29
28
  }
30
29
  return x(A.pageContext, K, J), b2({ updateChartDatas: L, exportChart: function() {
31
- return m(H.value);
32
- } }), (e3, r2) => (n(), a("div", { style: s(i(F)), class: u([i(P), "amb-widget-chart amb-widget-flex"]), ref_key: "thisRef", ref: D }, [c(l(v, { ref_key: "headerRef", ref: O, headerInfo: i(T), configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["headerInfo", "configure", "pageContext"]), [[p, i(T).showHeader || e3.pageContext.showHomepageSearch]]), l(i(k), { ref_key: "chartRef", ref: H, theme: i(E), option: i(q), autoresize: "" }, null, 8, ["theme", "option"])], 6));
30
+ return h(z.value);
31
+ } }), (e3, r2) => (n(), a("div", { style: i(s(O)), class: u([s(P), "amb-widget-chart amb-widget-flex"]), ref_key: "thisRef", ref: H }, [p(c(y, { ref_key: "headerRef", ref: D, headerInfo: s(T), configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["headerInfo", "configure", "pageContext"]), [[f, s(T).showHeader || e3.pageContext.showHomepageSearch]]), c(s(k), { ref_key: "chartRef", ref: z, theme: s(E), option: s(q), autoresize: "" }, null, 8, ["theme", "option"])], 6));
33
32
  } });
34
33
  export {
35
34
  b as default
@@ -1,4 +1,4 @@
1
- import { defineComponent as e, ref as r, onMounted as o, watch as t, createElementBlock as n, openBlock as a, normalizeClass as u, normalizeStyle as l, unref as i, withDirectives as c, createVNode as p, vShow as s } from "vue";
1
+ import { defineComponent as e, ref as r, onMounted as o, watch as t, createElementBlock as n, openBlock as a, normalizeClass as u, normalizeStyle as i, unref as l, withDirectives as c, createVNode as p, vShow as s } from "vue";
2
2
  import { getCustomTheme as f, initChartOption as g, monitorChartClickToVariable as h, clearChartSelected as m, exportCommonChart as d } from "../../../../utils/charts/chart-util.js";
3
3
  import { updateChartOption as v } from "../../../../utils/charts/chart-pie-util.js";
4
4
  import { doClickJumpPageEvent as x } from "../../../../utils/events/event-util.js";
@@ -11,36 +11,35 @@ import { GridComponent as _, LegendComponent as b, TitleComponent as w, TooltipC
11
11
  import E from "vue-echarts";
12
12
  const A = e({ __name: "pie-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: A2 }) {
13
13
  y([D, V, _, b, w, I, P]);
14
- const H = e2, O = r(null), S = r(null), T = r(null), U = H.configure.props ? H.configure.props.enableDrill : null, z = H.configure.props ? H.configure.props.drillEndTrigger : null, F = H.configure.props ? H.configure.props.linkPage : null, q = H.configure.runtime ? H.configure.runtime : {}, B = q.style, G = q.class, J = q.dataConfig, K = q.headerInfo ? q.headerInfo : {}, L = q.chartOption, M = H.configure.props ? H.configure.props : {}, N = f(M.customTheme);
14
+ const H = e2, S = r(null), T = r(null), U = r(null), z = H.configure.props ? H.configure.props.enableDrill : null, F = H.configure.props ? H.configure.props.drillEndTrigger : null, O = H.configure.props ? H.configure.props.linkPage : null, q = H.configure.runtime ? H.configure.runtime : {}, B = q.style, G = q.class, J = q.dataConfig, K = q.headerInfo ? q.headerInfo : {}, L = q.chartOption, M = H.configure.props ? H.configure.props : {}, N = f(M.customTheme);
15
15
  function Q(e3) {
16
- "clearDrill" == z ? T.value && T.value.closeDrill && T.value.closeDrill(0) : "clickEvent" == z && W();
16
+ "clearDrill" == F ? U.value && U.value.closeDrill && U.value.closeDrill(0) : "clickEvent" == F && W();
17
17
  }
18
18
  function W() {
19
- F && F.jumpPageUrl && x(H.pageContext, H.configure, void 0);
19
+ O && O.jumpPageUrl && x(H.pageContext, H.configure, void 0);
20
20
  }
21
21
  g(H.configure, L), o(() => {
22
22
  const e3 = C(H.pageContext, H.configure);
23
- e3 && $(e3), S.value && (U || F && F.jumpPageUrl) && S.value.chart.on("click", function(e4) {
24
- U ? T.value && T.value.drill && T.value.drill(e4, H.configure.cacheDatas) : W();
25
- }), !U && H.configure.clickSet && S.value && h(H.pageContext, H.configure, S.value.chart);
23
+ e3 && $(e3), T.value && (z || O && O.jumpPageUrl) && T.value.chart.on("click", function(e4) {
24
+ z ? U.value && U.value.drill && U.value.drill(e4, H.configure.cacheDatas) : W();
25
+ }), !z && H.configure.clickSet && T.value && h(H.pageContext, H.configure, T.value.chart);
26
26
  });
27
27
  let X = K.groupValue;
28
28
  function Y(e3) {
29
- J ? (true !== e3 && (J.autoRefresh = true), R(H.pageContext, [J], K.drillParams)) : console.log("无数据源配置,不需要查询!");
29
+ J && (true !== e3 && (J.autoRefresh = true), R(H.pageContext, [J], K.drillParams));
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
- if (e3 || (e3 = []), Array.isArray(e3) && (e3 = e3.length > 0 ? e3[0] : {}), e3 || (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 && U || m(H.pageContext, H.configure, S.value.chart), J.autoRefresh = false, v(H.pageContext, H.configure, L, e3), console.log("chartOption--pie", L);
36
+ e3 || (e3 = []), Array.isArray(e3) && (e3 = e3.length > 0 ? e3[0] : {}), e3 || (e3 = {}), e3.hasRender ? e3.hasRender = true : (e3.hasRender = true, J.autoRefresh || (X = e3.groupValue, X && "checkbox" !== K.groupComponent && (X = X.join(",")), K.groupValue = X), J.autoRefresh && z || m(H.pageContext, H.configure, T.value.chart), J.autoRefresh = false, v(H.pageContext, H.configure, L, e3));
38
37
  }
39
38
  return j(H.pageContext, Z, () => {
40
39
  Y(true);
41
40
  }), A2({ updateChartDatas: $, exportChart: function() {
42
- return d(S.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: O }, [c(p(k, { ref_key: "headerRef", ref: T, 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: S, theme: i(N), option: i(L), autoresize: "" }, null, 8, ["theme", "option"])], 6));
41
+ return d(T.value);
42
+ } }), (e3, r2) => (a(), n("div", { style: i(l(B)), class: u([l(G), "amb-widget-chart amb-widget-flex"]), ref_key: "thisRef", ref: S }, [c(p(k, { ref_key: "headerRef", ref: U, headerInfo: l(K), configure: e3.configure, pageContext: e3.pageContext, onDrillEnd: Q }, null, 8, ["headerInfo", "configure", "pageContext"]), [[s, l(K).showHeader || e3.pageContext.showHomepageSearch]]), p(l(E), { ref_key: "chartRef", ref: T, theme: l(N), option: l(L), autoresize: "" }, null, 8, ["theme", "option"])], 6));
44
43
  } });
45
44
  export {
46
45
  A as default
@@ -1,36 +1,35 @@
1
- import { defineComponent as e, ref as r, onMounted as o, watch as t, createElementBlock as a, openBlock as n, 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";
1
+ import { defineComponent as e, ref as r, onMounted as t, watch as o, createElementBlock as a, openBlock as n, normalizeClass as u, normalizeStyle as i, unref as s, withDirectives as p, createVNode as c, vShow as f } from "vue";
2
+ import { getCustomTheme as m, initChartOption as h, exportCommonChart as l } 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
- import v from "../common/common-chart-header.vue.js";
6
- import { use as y } from "echarts/core";
5
+ import y from "../common/common-chart-header.vue.js";
6
+ import { use as v } from "echarts/core";
7
7
  import { CanvasRenderer as R } 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 O from "vue-echarts";
11
- const b = e({ __name: "radar-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: b2 }) {
12
- y([R, V, _, j, w, I, k]);
13
- const A = e2, H = r(null), z = r(null), D = r(null), F = A.configure.runtime ? A.configure.runtime : {}, P = F.style, S = F.class, T = F.dataConfig, q = F.headerInfo ? F.headerInfo : {}, B = F.chartOption, E = A.configure.props ? A.configure.props : {}, G = f(E.customTheme);
14
- m(A.configure, B), console.log("chartOption", B), o(() => {
15
- const e3 = g(A.pageContext, A.configure);
10
+ import b from "vue-echarts";
11
+ const A = e({ __name: "radar-runtime", props: { pageContext: {}, configure: {} }, setup(e2, { expose: A2 }) {
12
+ v([R, V, _, j, w, I, k]);
13
+ const H = e2, z = r(null), D = r(null), F = r(null), O = H.configure.runtime ? H.configure.runtime : {}, P = O.style, S = O.class, T = O.dataConfig, q = O.headerInfo ? O.headerInfo : {}, B = O.chartOption, E = H.configure.props ? H.configure.props : {}, G = m(E.customTheme);
14
+ h(H.configure, B), t(() => {
15
+ const e3 = g(H.pageContext, H.configure);
16
16
  e3 && M(e3);
17
17
  });
18
18
  let J = q.groupValue;
19
19
  function K() {
20
- T ? d(A.pageContext, [T], q.drillParams) : console.log("无数据源配置,不需要查询!");
20
+ T && d(H.pageContext, [T], q.drillParams);
21
21
  }
22
- t(q, () => {
22
+ o(q, () => {
23
23
  J != q.groupValue && (J = q.groupValue, T && (T.services[0].groupValue = q.groupValue), K());
24
24
  });
25
25
  const L = q.monitorFields;
26
26
  function M(e3) {
27
- if (e3 || (e3 = []), Array.isArray(e3) && (e3 = e3.length > 0 ? e3[0] : {}), e3 || (e3 = {}), e3.hasRender) return e3.hasRender = true, void console.log("重复更新!", e3);
28
- e3.hasRender = true, C(A.pageContext, A.configure, B, e3), console.log("chartOption", B);
27
+ e3 || (e3 = []), Array.isArray(e3) && (e3 = e3.length > 0 ? e3[0] : {}), e3 || (e3 = {}), e3.hasRender ? e3.hasRender = true : (e3.hasRender = true, C(H.pageContext, H.configure, B, e3));
29
28
  }
30
- return x(A.pageContext, L, K), b2({ updateChartDatas: M, exportChart: function() {
31
- return h(z.value);
32
- } }), (e3, r2) => (n(), a("div", { style: s(u(P)), class: i([u(S), "amb-widget-chart amb-widget-flex"]), ref_key: "thisRef", ref: H }, [c(p(v, { ref_key: "headerRef", ref: D, headerInfo: u(q), configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["headerInfo", "configure", "pageContext"]), [[l, u(q).showHeader || e3.pageContext.showHomepageSearch]]), p(u(O), { ref_key: "chartRef", ref: z, theme: u(G), option: u(B), autoresize: "" }, null, 8, ["theme", "option"])], 6));
29
+ return x(H.pageContext, L, K), A2({ updateChartDatas: M, exportChart: function() {
30
+ return l(D.value);
31
+ } }), (e3, r2) => (n(), a("div", { style: i(s(P)), class: u([s(S), "amb-widget-chart amb-widget-flex"]), ref_key: "thisRef", ref: z }, [p(c(y, { ref_key: "headerRef", ref: F, headerInfo: s(q), configure: e3.configure, pageContext: e3.pageContext }, null, 8, ["headerInfo", "configure", "pageContext"]), [[f, s(q).showHeader || e3.pageContext.showHomepageSearch]]), c(s(b), { ref_key: "chartRef", ref: D, theme: s(G), option: s(B), autoresize: "" }, null, 8, ["theme", "option"])], 6));
33
32
  } });
34
33
  export {
35
- b as default
34
+ A as default
36
35
  };