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