super-page-runtime 2.3.19 → 2.3.20-sit2

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 (87) hide show
  1. package/dist/es/components/runtime/utils/anchor-util.d.ts +13 -0
  2. package/dist/es/components/runtime/utils/anchor-util.js +69 -0
  3. package/dist/es/components/runtime/utils/api/page-expose-util.js +135 -122
  4. package/dist/es/components/runtime/utils/events/data-backfill-util.d.ts +27 -0
  5. package/dist/es/components/runtime/utils/events/data-backfill-util.js +39 -0
  6. package/dist/es/components/runtime/utils/events/event-util.js +3 -3
  7. package/dist/es/components/runtime/utils/events/print-label.js +25 -26
  8. package/dist/es/components/runtime/utils/events/standard-event.d.ts +1 -0
  9. package/dist/es/components/runtime/utils/events/standard-event.js +605 -549
  10. package/dist/es/components/runtime/utils/events/validator-util.js +1 -1
  11. package/dist/es/components/runtime/utils/page-init-util.js +9 -11
  12. package/dist/es/components/runtime/utils/page-store.d.ts +13 -1
  13. package/dist/es/components/runtime/utils/page-store.js +46 -19
  14. package/dist/es/components/runtime/utils/table-utils.d.ts +2 -0
  15. package/dist/es/components/runtime/utils/table-utils.js +64 -55
  16. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +20 -18
  17. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +3 -3
  18. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
  19. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +1 -1
  20. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +3 -3
  21. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
  22. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +6 -10
  23. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +6 -8
  24. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +10 -11
  25. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +1 -1
  26. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
  27. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
  28. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
  29. package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +93 -98
  30. package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue.js +3 -2
  31. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +2 -3
  32. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.js +13 -13
  33. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +9 -11
  34. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue.d.ts +27 -0
  35. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue.js +35 -0
  36. package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue2.js +4 -0
  37. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.d.ts +59 -0
  38. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.js +32 -0
  39. package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue2.js +4 -0
  40. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +1 -1
  41. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +3 -3
  42. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +3 -3
  43. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +3 -3
  44. package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +0 -2
  45. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +3 -3
  46. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +3 -3
  47. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +1 -1
  48. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
  49. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +10 -12
  50. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +8 -8
  51. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +176 -156
  52. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +1 -1
  53. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +16 -16
  54. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +3 -3
  55. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +3 -3
  56. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +6 -6
  57. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +40 -40
  58. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +3 -3
  59. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +3 -3
  60. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +4 -4
  61. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +3 -3
  62. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +37 -38
  63. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +5 -7
  64. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +3 -4
  65. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +3 -3
  66. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +2 -2
  67. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +4 -5
  68. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +1 -1
  69. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +3 -3
  70. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +11 -11
  71. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +3 -3
  72. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +3 -3
  73. package/dist/es/components/runtime/views/assemblys/object-render.vue.js +37 -41
  74. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +1 -1
  75. package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.js +4 -4
  76. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.js +1 -1
  77. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +1 -1
  78. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
  79. package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +22 -13
  80. package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
  81. package/dist/es/components/runtime/views/super-page-dialog.vue.js +0 -1
  82. package/dist/es/components/runtime/views/super-page.vue.js +1 -1
  83. package/dist/es/components/runtime/views/super-page.vue2.js +173 -173
  84. package/dist/es/i18n/langs/cn.js +1 -1
  85. package/dist/es/i18n/langs/en.js +1 -1
  86. package/dist/es/style.css +79 -78
  87. package/package.json +2 -2
@@ -0,0 +1,13 @@
1
+ /**
2
+ * 滚动到指定 UUID 的组件
3
+ * @param uuid 组件 UUID
4
+ * @param pageContext 页面上下文
5
+ */
6
+ export declare function scrollIntoComponentWithUuid(pageContext: any, uuid: string): void;
7
+ /**
8
+ * 滚动到指定 code 的组件
9
+ * @param pageContext 页面上下文
10
+ * @param code 组件 code
11
+ */
12
+ export declare function scrollIntoComponentWithCode(pageContext: any, code: string): void;
13
+ export declare function scrollIntoViewWithContainer(anchorConditions: any[], pageContext: any): void;
@@ -0,0 +1,69 @@
1
+ import { caculateShowCondition as t } from "./page-helper-util.js";
2
+ import { getComponentRefByCode as o, getComponentRef as e } from "./global-refs.js";
3
+ import { nextTick as n } from "vue";
4
+ function l(t2, o2) {
5
+ const l2 = e(t2, o2);
6
+ l2 && n(() => {
7
+ s(l2);
8
+ });
9
+ }
10
+ function i(t2, e2) {
11
+ const l2 = o(t2, e2);
12
+ l2 && n(() => {
13
+ s(l2);
14
+ });
15
+ }
16
+ function c(o2, n2) {
17
+ if (o2 && 0 !== o2.length) for (let l2 = 0; l2 < o2.length; l2++) {
18
+ const { uuid: i2, conditions: c2 } = o2[l2];
19
+ if (t(n2, c2)) {
20
+ r(() => {
21
+ const t2 = e(n2, i2);
22
+ t2 && s(t2);
23
+ });
24
+ break;
25
+ }
26
+ }
27
+ }
28
+ function r(t2, o2 = {}) {
29
+ const { checkInterval: e2 = 50, stableCount: l2 = 2, maxWaitTime: i2 = 3e3 } = o2;
30
+ let c2 = -1, r2 = 0, s2 = 0;
31
+ const u = () => {
32
+ const o3 = document.documentElement.scrollHeight || document.body.scrollHeight;
33
+ if (o3 === c2) {
34
+ if (r2++, r2 >= l2) return void n(() => {
35
+ t2();
36
+ });
37
+ } else c2 = o3, r2 = 0;
38
+ s2 += e2, s2 >= i2 ? n(() => {
39
+ t2();
40
+ }) : setTimeout(u, e2);
41
+ };
42
+ n(() => {
43
+ u();
44
+ });
45
+ }
46
+ function s(t2) {
47
+ let o2 = null;
48
+ if (t2 && t2.$el ? o2 = t2.$el : t2 instanceof HTMLElement && (o2 = t2), o2) {
49
+ o2.scrollIntoView({ behavior: "smooth", block: "start", inline: "nearest" });
50
+ const t3 = function(t4) {
51
+ let o3 = t4.parentElement;
52
+ for (; o3; ) {
53
+ const t5 = window.getComputedStyle(o3).overflowY;
54
+ if ("auto" === t5 || "scroll" === t5) return o3;
55
+ o3 = o3.parentElement;
56
+ }
57
+ return document.documentElement || document.body;
58
+ }(o2);
59
+ if (t3) {
60
+ const e2 = o2.offsetTop;
61
+ t3.scrollTo({ top: e2 - 20, behavior: "smooth" });
62
+ }
63
+ }
64
+ }
65
+ export {
66
+ i as scrollIntoComponentWithCode,
67
+ l as scrollIntoComponentWithUuid,
68
+ c as scrollIntoViewWithContainer
69
+ };
@@ -1,4 +1,4 @@
1
- import { getOptionDatasSourceMap as e, getComponentOptionDatasFromPage as t, getVariableValue as n, setVariableValue as o, setValueForVariableName as i } from "../page-helper-util.js";
1
+ import { getOptionDatasSourceMap as t, getComponentOptionDatasFromPage as e, getVariableValue as n, setVariableValue as i, setValueForVariableName as o } from "../page-helper-util.js";
2
2
  import { getComponentRef as a, getComponentRefByCode as r } from "../global-refs.js";
3
3
  import s from "../eventBus.js";
4
4
  import l from "agilebuilder-ui/src/utils/request";
@@ -6,172 +6,185 @@ import { getFormData as c, getAdditionalParamMap as u, refreshPage as m } from "
6
6
  import { dynamicControlTableEdit as f, disabledAllFields as p, updateFormItemEditState as d } from "../events/validator-util.js";
7
7
  import { deepCopy as g, getBaseUrl as y } from "../common-util.js";
8
8
  import { replacePrefix as b, isMobileBrowser as h } from "agilebuilder-ui/src/utils/common-util";
9
- import { getFormModelFields as E, getModelFields as P } from "../page-init-util.js";
10
- import { getCustomFunc as C } from "../events/event-util.js";
11
- import { isHasFieldPermissionAuth as k } from "../table-utils.js";
12
- import "dayjs";
13
- const T = { showElement: function(e2, t2, n2) {
14
- n2 ? O(e2, "showElement", t2) : t2.forEach((t3) => {
15
- const n3 = r(e2, t3);
16
- n3 ? n3.show() : console.error(`未找到code为${t3}的组件`);
9
+ import { getFormModelFields as E, getModelFields as C } from "../page-init-util.js";
10
+ import { getCustomFunc as P } from "../events/event-util.js";
11
+ import { isHasFieldPermissionAuth as T } from "../table-utils.js";
12
+ import { scrollIntoComponentWithCode as k, scrollIntoComponentWithUuid as v } from "../anchor-util.js";
13
+ const V = { showElement: function(t2, e2, n2) {
14
+ n2 ? O(t2, "showElement", e2) : e2.forEach((e3) => {
15
+ const n3 = r(t2, e3);
16
+ n3 && n3.show();
17
17
  });
18
- }, hideElement: function(e2, t2, n2) {
19
- n2 ? O(e2, "hideElement", t2) : t2.forEach((t3) => {
20
- const n3 = r(e2, t3);
21
- n3 ? n3.hide() : console.error(`未找到code为${t3}的组件`);
18
+ }, hideElement: function(t2, e2, n2) {
19
+ n2 ? O(t2, "hideElement", e2) : e2.forEach((e3) => {
20
+ const n3 = r(t2, e3);
21
+ n3 && n3.hide();
22
22
  });
23
- }, enableElement: function(e2, t2, n2) {
24
- n2 ? O(e2, "enableElement", t2) : t2.forEach((t3) => {
25
- const n3 = r(e2, t3);
23
+ }, enableElement: function(t2, e2, n2) {
24
+ n2 ? O(t2, "enableElement", e2) : e2.forEach((e3) => {
25
+ const n3 = r(t2, e3);
26
26
  if (n3) {
27
- const 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 ? O(e2, "disableElement", t2) : t2.forEach((t3) => {
33
- const n3 = r(e2, t3);
31
+ }, disableElement: function(t2, e2, n2) {
32
+ n2 ? O(t2, "disableElement", e2) : e2.forEach((e3) => {
33
+ const n3 = r(t2, e3);
34
34
  if (n3) {
35
- const 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
+ o(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
+ o(t2.entity, n2.startsWith("${") ? n2 : "${page." + n2 + "}", e2[n2]);
46
46
  });
47
- }, setEntityValueByType: function(e2, t2, n2) {
48
- Object.keys(n2).forEach((o2) => {
49
- i(e2.entity, o2.startsWith("${") ? o2 : "${" + t2 + "." + o2 + "}", n2[o2]);
47
+ }, setEntityValueByType: function(t2, e2, n2) {
48
+ Object.keys(n2).forEach((i2) => {
49
+ o(t2.entity, i2.startsWith("${") ? i2 : "${" + e2 + "." + i2 + "}", n2[i2]);
50
50
  });
51
- }, dynamicControlFormEdit: function(e2, t2, n2) {
52
- n2 ? O(e2, "dynamicControlFormEdit", t2) : d(e2, t2);
53
- }, disabledAllFields(e2) {
54
- p(e2);
55
- }, dynamicControlTableEdit(e2, t2, n2) {
56
- f(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, a2 = y(i2, e2.isTest);
61
- return l.post(`${a2}/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
- m(e2, t2);
66
- }, refreshSubTableHandle: function(e2, t2) {
51
+ }, dynamicControlFormEdit: function(t2, e2, n2) {
52
+ n2 ? O(t2, "dynamicControlFormEdit", e2) : d(t2, e2);
53
+ }, disabledAllFields(t2) {
54
+ p(t2);
55
+ }, dynamicControlTableEdit(t2, e2, n2) {
56
+ f(t2, e2, n2);
57
+ }, executeServiceFlow: function(t2, e2, n2) {
58
+ const i2 = t2.code;
59
+ n2 || (n2 = { entity: t2.entity.data, serviceVariables: {}, requestParams: u(t2), taskParamMap: t2.entity.task, dynamicDimensionValue: [], dynamicSortValue: "" }), n2.entity || (n2.entity = t2.entity.data), n2.requestParams || (n2.requestParams = u(t2)), n2.taskParamMap || (n2.taskParamMap = t2.entity.task);
60
+ const o2 = t2.backendUrl, a2 = y(o2, t2.isTest);
61
+ return l.post(`${a2}/dsc/service-flow/execute/${i2}/${e2}`, n2);
62
+ }, openPage: function(t2, e2) {
63
+ s.$emit(t2.code + "_open-dialog", { pageContext: t2, eventParams: e2.eventParams, configureObj: { props: { linkPage: e2 } } });
64
+ }, refreshPage: function(t2, e2) {
65
+ m(t2, e2);
66
+ }, refreshSubTableHandle: function(t2, e2) {
67
67
  let n2;
68
- const o2 = r(e2, t2);
69
- if (o2) {
70
- const e3 = o2.getConfigure();
71
- e3 && e3.uuid && e3.name && "table" === e3.name && (n2 = e3.uuid);
72
- }
73
- n2 ? s.$emit("_refreshSubTableHandle_" + n2) : console.error("tableUUid is undefined");
74
- }, refreshChildData(e2, t2, n2) {
75
- let o2;
76
- const i2 = r(e2, t2);
68
+ const i2 = r(t2, e2);
77
69
  if (i2) {
78
- const e3 = i2.getConfigure();
79
- e3 && e3.uuid && e3.name && "table" === e3.name && (o2 = e3.uuid);
70
+ const t3 = i2.getConfigure();
71
+ t3 && t3.uuid && t3.name && "table" === t3.name && (n2 = t3.uuid);
80
72
  }
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, getAdditionalParams: (e2) => u(e2), getAdditionalParamValue(e2, t2) {
83
- const n2 = u(e2);
84
- return n2 ? n2[t2] : null;
85
- }, isMobile: () => h(), getComponentRefByProp: (e2, t2) => r(e2, t2), getComponentRefByCode: (e2, t2) => a(e2, t2), getFormViewData(i2) {
73
+ n2 && s.$emit("_refreshSubTableHandle_" + n2);
74
+ }, refreshChildData(t2, e2, n2) {
75
+ let i2;
76
+ const o2 = r(t2, e2);
77
+ if (o2) {
78
+ const t3 = o2.getConfigure();
79
+ t3 && t3.uuid && t3.name && "table" === t3.name && (i2 = t3.uuid);
80
+ }
81
+ i2 && s.$emit("_refreshChildData_" + i2, n2);
82
+ }, getServerConfigValue: (t2) => window.$vueApp.config.globalProperties[t2], getBackendUrl: (t2) => y(t2.backendUrl, false), getPlateBackendUrl: () => window.$vueApp.config.globalProperties.baseAPI, getEntity: (t2) => t2.entity.data, getEntityValue: (t2, e2) => t2.entity.data ? t2.entity.data[e2] : null, getPageData: (t2) => t2.entity.page, getPageDataValue: (t2, e2) => t2.entity.page ? t2.entity.page[e2] : null, getTaskDataValue: (t2, e2) => t2.entity.task ? t2.entity.task[e2] : null, getValueByType: (t2, e2, n2) => t2.entity[e2] ? t2.entity[e2][n2] : null, getAdditionalParams: (t2) => u(t2), getAdditionalParamValue(t2, e2) {
83
+ const n2 = u(t2);
84
+ return n2 ? n2[e2] : null;
85
+ }, isMobile: () => h(), getComponentRefByProp: (t2, e2) => r(t2, e2), getComponentRefByCode: (t2, e2) => a(t2, e2), getFormViewData(o2) {
86
86
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j;
87
- const r2 = i2.entity ? i2.entity : {}, s2 = g(r2), l2 = e(i2);
88
- for (const e2 in l2) {
89
- const r3 = t(i2, e2), l3 = a(i2, e2);
87
+ const r2 = o2.entity ? o2.entity : {}, s2 = g(r2), l2 = t(o2);
88
+ for (const t2 in l2) {
89
+ const r3 = e(o2, t2), l3 = a(o2, t2);
90
90
  if (l3) {
91
- const 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), a2 = l3.getSelectItemsTitle(), r4 = a2 && a2.length > 0 ? a2 : n(s2, t2);
95
- o(s2, t2, r4);
91
+ const t3 = l3.getConfigure();
92
+ if (t3) if (!((_b = (_a = t3.props) == null ? void 0 : _a.dataOrigin) == null ? void 0 : _b.optionValueSetType) || "static" !== ((_d = (_c = t3.props) == null ? void 0 : _c.dataOrigin) == null ? void 0 : _d.optionValueSetType) && "optionGroup" !== ((_f = (_e = t3.props) == null ? void 0 : _e.dataOrigin) == null ? void 0 : _f.optionValueSetType)) {
93
+ if ("dynamicData" === ((_h = (_g = t3 == null ? void 0 : t3.props) == null ? void 0 : _g.dataOrigin) == null ? void 0 : _h.optionValueSetType) && ("select" === (t3 == null ? void 0 : t3.name) || "checkbox" === (t3 == null ? void 0 : t3.name) || "radio" === (t3 == null ? void 0 : t3.name))) {
94
+ const e2 = E(o2, t3), a2 = l3.getSelectItemsTitle(), r4 = a2 && a2.length > 0 ? a2 : n(s2, e2);
95
+ i(s2, e2, r4);
96
96
  }
97
- } else if (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), a2 = n(s2, t2);
97
+ } else if (t3.name && ("select" === t3.name && ((_j = (_i = t3.props) == null ? void 0 : _i.base) == null ? void 0 : _j.multiple) || "checkbox" === t3.name)) {
98
+ const e2 = E(o2, t3), a2 = n(s2, e2);
99
99
  if (a2) {
100
- const e4 = v(a2.split(","), r3);
101
- o(s2, t2, e4);
100
+ const t4 = A(a2.split(","), r3);
101
+ i(s2, e2, t4);
102
102
  }
103
103
  } else {
104
- const t2 = E(i2, e3), a2 = v(n(s2, t2), r3);
105
- o(s2, t2, a2);
104
+ const e2 = E(o2, t3), a2 = A(n(s2, e2), r3);
105
+ i(s2, e2, a2);
106
106
  }
107
107
  }
108
108
  }
109
- const c2 = 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 = a(i2, t2);
114
- if (o2) {
115
- const t3 = o2.getConfigure(), i3 = t3.code ? t3.code : e2, a2 = P(t3, i3), r3 = n(s2, a2), l3 = o2.getTableSelectOptions(e2), c3 = o2.getColumns(), u2 = {}, m2 = {};
116
- c3 && c3.length > 0 && c3.forEach((e3) => {
117
- "DATE" !== e3.dataType && "TIME" !== e3.dataType || (m2[e3.prop] = e3);
118
- }), u2.formatDateColumns = m2, $(l3, r3, u2, o2);
109
+ const c2 = o2.listCodesMap;
110
+ for (const t2 in c2) {
111
+ let e2;
112
+ if (t2.indexOf("__") > 0 && (e2 = t2.substring(t2.lastIndexOf("__") + 2)), e2) {
113
+ const i2 = a(o2, e2);
114
+ if (i2) {
115
+ const e3 = i2.getConfigure(), o3 = e3.code ? e3.code : t2, a2 = C(e3, o3), r3 = n(s2, a2), l3 = i2.getTableSelectOptions(t2), c3 = i2.getColumns(), u2 = {}, m2 = {};
116
+ c3 && c3.length > 0 && c3.forEach((t3) => {
117
+ "DATE" !== t3.dataType && "TIME" !== t3.dataType || (m2[t3.prop] = t3);
118
+ }), u2.formatDateColumns = m2, j(l3, r3, u2, i2);
119
119
  }
120
120
  }
121
121
  }
122
122
  return s2.data;
123
- }, getFormData: (e2, t2) => c(e2, t2), getCustomFunc: (e2, t2) => C(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
- k(e2, null, t2);
128
- }, isHasFieldAuthWithTable(e2, t2, n2) {
129
- k(e2, t2, n2);
125
+ return !(void 0 !== ((_b = (_a = t2 == null ? void 0 : t2.props) == null ? void 0 : _a.base) == null ? void 0 : _b.isHasFieldAuthPermission) && !((_d = (_c = t2 == null ? void 0 : t2.props) == null ? void 0 : _c.base) == null ? void 0 : _d.isHasFieldAuthPermission));
126
+ }, isHasFieldAuth(t2, e2) {
127
+ T(t2, null, e2);
128
+ }, isHasFieldAuthWithTable(t2, e2, n2) {
129
+ T(t2, e2, n2);
130
+ }, scrollIntoComponentWithUuid(t2, e2) {
131
+ v(t2, e2);
132
+ }, scrollIntoComponentWithCode(t2, e2) {
133
+ k(t2, e2);
134
+ }, isSignerTaskTransactor(t2, e2) {
135
+ if (!e2) return true;
136
+ const n2 = t2.entity.task;
137
+ if (n2) {
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
+ }
142
+ return false;
130
143
  } };
131
- function $(e2, t2, n2, o2) {
132
- if (e2 && t2) {
133
- const i2 = o2.getSuperGridRef();
134
- t2.forEach((t3) => {
144
+ function j(t2, e2, n2, i2) {
145
+ if (t2 && e2) {
146
+ const o2 = i2.getSuperGridRef();
147
+ e2.forEach((e3) => {
135
148
  if (n2 == null ? void 0 : n2.formatDateColumns) {
136
- const e3 = n2.formatDateColumns;
137
- Object.keys(e3).forEach((n3) => {
138
- const o3 = e3[n3];
139
- t3[n3] && (t3[n3] = i2.rowDoFormat(o3, t3[n3]));
149
+ const t3 = n2.formatDateColumns;
150
+ Object.keys(t3).forEach((n3) => {
151
+ const i3 = t3[n3];
152
+ e3[n3] && (e3[n3] = o2.rowDoFormat(i3, e3[n3]));
140
153
  });
141
154
  }
142
- Object.keys(e2).forEach((n3) => {
143
- const o3 = t3[n3], i3 = e2[n3], a2 = i3.options, r2 = i3.column;
155
+ Object.keys(t2).forEach((n3) => {
156
+ const i3 = e3[n3], o3 = t2[n3], a2 = o3.options, r2 = o3.column;
144
157
  let s2;
145
158
  if (r2 && r2.componentType && ("multiselect" === r2.componentType || "checkbox" === r2.componentType)) {
146
- if (o3) {
147
- s2 = v(o3.split(","), a2);
159
+ if (i3) {
160
+ s2 = A(i3.split(","), a2);
148
161
  }
149
- } else s2 = v(o3, a2);
150
- t3[n3] = s2;
162
+ } else s2 = A(i3, a2);
163
+ e3[n3] = s2;
151
164
  });
152
165
  });
153
166
  }
154
167
  }
155
- function v(e2, t2) {
168
+ function A(t2, e2) {
156
169
  let n2;
157
- return null != e2 && t2 && (Array.isArray(e2) ? (n2 = "", e2.forEach((o2) => {
158
- n2 = n2 + j(e2, t2) + ",";
159
- }), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = e2, n2 = j(e2, t2))), n2;
170
+ return null != t2 && e2 && (Array.isArray(t2) ? (n2 = "", t2.forEach((i2) => {
171
+ n2 = n2 + D(t2, e2) + ",";
172
+ }), n2.indexOf(",") > 0 && (n2 = n2.substring(0, n2.lastIndexOf(",")))) : (n2 = t2, n2 = D(t2, e2))), n2;
160
173
  }
161
- function j(e2, t2) {
162
- let n2 = e2;
163
- if (null != e2 && t2) for (let o2 = 0; o2 < t2.length; o2++) {
164
- const i2 = t2[o2].value, a2 = t2[o2].label ? t2[o2].label : t2[o2].name;
165
- if (e2 + "" == i2 + "" && null != a2) {
174
+ function D(t2, e2) {
175
+ let n2 = t2;
176
+ if (null != t2 && e2) for (let i2 = 0; i2 < e2.length; i2++) {
177
+ const o2 = e2[i2].value, a2 = e2[i2].label ? e2[i2].label : e2[i2].name;
178
+ if (t2 + "" == o2 + "" && null != a2) {
166
179
  n2 = a2;
167
180
  break;
168
181
  }
169
182
  }
170
183
  return n2;
171
184
  }
172
- function O(e2, t2, n2) {
173
- e2.initInfo || (e2.initInfo = {}), e2.initInfo[t2] = n2;
185
+ function O(t2, e2, n2) {
186
+ t2.initInfo || (t2.initInfo = {}), t2.initInfo[e2] = n2;
174
187
  }
175
188
  export {
176
- T as functions
189
+ V as functions
177
190
  };
@@ -0,0 +1,27 @@
1
+ export declare function getBackFillDataKey(pageCode: string, dataId: string): string;
2
+ /**
3
+ * 缓存回填数据
4
+ * @param pageCode 页面编码
5
+ * @param data 数据
6
+ */
7
+ export declare function cacheBackfillData(pageCode: string, data: any): void;
8
+ /**
9
+ * 删除缓存回填数据
10
+ * @param pageCode 页面编码
11
+ * @param data 数据
12
+ */
13
+ export declare function removeCacheFillData(pageCode: string, data: any): void;
14
+ /**
15
+ * 删除缓存回填数据
16
+ * @param pageCode 页面编码
17
+ * @param dataId 数据ID
18
+ */
19
+ export declare function removeCacheFillDataById(pageCode: string, dataId: any): void;
20
+ /**
21
+ * sessionStorage中是否存在回填数据
22
+ * @param pageCode 页面编码
23
+ * @param dataId 数据ID
24
+ * @returns boolean
25
+ */
26
+ export declare function hasBackfillData(pageCode: string, dataId: any): boolean;
27
+ export declare function getRealFillData(pageCode: string, dataId: any, dbData: any): any;
@@ -0,0 +1,39 @@
1
+ import "agilebuilder-ui/src/utils/auth";
2
+ function e(e2, n2) {
3
+ let i2 = "new";
4
+ return n2.id ? i2 = n2.id : n2.ID && (i2 = n2.ID), t(e2, i2);
5
+ }
6
+ function t(e2, t2) {
7
+ return t2 ? `backfill_data_${e2}_${t2}` : `backfill_data_${e2}_new`;
8
+ }
9
+ function n(t2, n2) {
10
+ sessionStorage.setItem(e(t2, n2), JSON.stringify(n2));
11
+ }
12
+ function i(t2, n2) {
13
+ sessionStorage.removeItem(e(t2, n2));
14
+ }
15
+ function o(e2, n2) {
16
+ sessionStorage.removeItem(t(e2, n2));
17
+ }
18
+ function r(e2, n2) {
19
+ return null !== sessionStorage.getItem(t(e2, n2));
20
+ }
21
+ function s(e2, n2, i2) {
22
+ const o2 = sessionStorage.getItem(t(e2, n2));
23
+ if (o2) {
24
+ const e3 = JSON.parse(o2);
25
+ let t2 = null;
26
+ e3.version ? t2 = e3.version : e3.VERSION && (t2 = e3.VERSION);
27
+ let n3 = null;
28
+ if (i2.version ? n3 = i2.version : i2.VERSION && (n3 = i2.VERSION), t2 == n3) return e3;
29
+ }
30
+ return i2;
31
+ }
32
+ export {
33
+ n as cacheBackfillData,
34
+ t as getBackFillDataKey,
35
+ s as getRealFillData,
36
+ r as hasBackfillData,
37
+ i as removeCacheFillData,
38
+ o as removeCacheFillDataById
39
+ };
@@ -146,10 +146,10 @@ function T(e2, t2, i2) {
146
146
  r3 ? n(r3) ? r3.then((n2) => {
147
147
  n2 ? A(e2, t2, c2, i2) : e2.canClick = true;
148
148
  }).catch((n2) => {
149
- console.error(n2), e2.canClick = true;
149
+ e2.canClick = true;
150
150
  }) : A(e2, t2, c2, i2) : e2.canClick = true;
151
151
  }).catch((n2) => {
152
- console.error(n2), e2.canClick = true;
152
+ e2.canClick = true;
153
153
  });
154
154
  }
155
155
  function F(e2, n2, t2, i2, o2) {
@@ -214,7 +214,7 @@ function A(e2, t2, i2, o2) {
214
214
  n(a2) ? a2.then((n2) => {
215
215
  n2 ? q(e3, t3, o3, c2, n2, u3) : e3.canClick = true;
216
216
  }).catch((n2) => {
217
- console.error(n2), e3.canClick = true;
217
+ e3.canClick = true;
218
218
  }) : q(e3, t3, o3, c2, a2, u3);
219
219
  } else q(e3, t3, o3, false, null, u3);
220
220
  }(e2, t2, i2, o2);
@@ -3,27 +3,26 @@ import { hiprint as t, disAutoConnect as n } from "vue-plugin-hiprint";
3
3
  import { generateCodeByRule as o } from "../barcode-util.js";
4
4
  function a(n2, a2) {
5
5
  e.post(window.$vueApp.config.globalProperties.baseAPI + "/dc/print-models/by-codes", [a2]).then((e2) => {
6
- const a3 = JSON.parse(e2[0].template), r2 = [];
6
+ const a3 = JSON.parse(e2[0].template), i2 = [];
7
7
  a3.panels.forEach((e3) => {
8
8
  e3.printElements.forEach((e4) => {
9
- "barcode" !== e4.options.textType && "qrcode" !== e4.options.textType || r2.push(e4.options);
9
+ "barcode" !== e4.options.textType && "qrcode" !== e4.options.textType || i2.push(e4.options);
10
10
  });
11
11
  });
12
- const i = new t.PrintTemplate({ template: a3 }), l = { callback: () => {
12
+ const l = new t.PrintTemplate({ template: a3 }), r = { callback: () => {
13
13
  }, styleHandler: () => "" }, c = { leftOffset: -1, topOffset: -1 }, f = {};
14
14
  a3.panels[0].printElements.forEach((e3) => {
15
15
  if ("datetime" === e3.options.dataType && e3.options.field) {
16
16
  const t2 = e3.options.field.substring(6);
17
17
  f[t2] = e3.options.dateFormat;
18
18
  }
19
- }), n2.pageContext.pageType ? "list" === n2.pageContext.pageType ? function(e3, t2, n3, a4, s2, r3) {
20
- const i2 = JSON.parse(JSON.stringify(e3.selections));
21
- if (i2.forEach((e4) => {
19
+ }), n2.pageContext.pageType ? "list" === n2.pageContext.pageType ? function(e3, t2, n3, a4, s2, i3) {
20
+ const l2 = JSON.parse(JSON.stringify(e3.selections));
21
+ if (l2.forEach((e4) => {
22
22
  Object.keys(t2).forEach((t3) => {
23
23
  if (e4[t3] && "number" == typeof e4[t3] && !isNaN(e4[t3])) try {
24
24
  e4[t3] = new Date(e4[t3]);
25
25
  } catch (e5) {
26
- console.error(`日期格式化失败: ${e5}`);
27
26
  }
28
27
  });
29
28
  }), n3.length > 0) {
@@ -31,51 +30,51 @@ function a(n2, a2) {
31
30
  n3.forEach((t3) => {
32
31
  e4.push(function(e5, t4) {
33
32
  return new Promise((n4, a5) => {
34
- const s3 = e5.field.split("."), r4 = [];
33
+ const s3 = e5.field.split("."), i4 = [];
35
34
  s3.length < 2 && n4([]);
36
35
  try {
37
36
  p(s3[1]).then((e6) => {
38
37
  t4.forEach((t5, n5) => {
39
38
  const a6 = { type: s3[0], name: s3[1], value: null, index: n5 };
40
- a6.value = o(JSON.parse(e6.barcodeModelItems), t5), r4.push(a6);
41
- }), n4(r4);
39
+ a6.value = o(JSON.parse(e6.barcodeModelItems), t5), i4.push(a6);
40
+ }), n4(i4);
42
41
  });
43
42
  } catch (e6) {
44
- console.error("获取条码规则失败:", e6), n4([]);
43
+ n4([]);
45
44
  }
46
45
  });
47
- }(t3, i2));
46
+ }(t3, l2));
48
47
  }), Promise.all(e4).then((e5) => {
49
48
  e5.forEach((e6) => {
50
49
  e6.forEach((e7) => {
51
- const t3 = e7.index, n4 = i2[t3];
50
+ const t3 = e7.index, n4 = l2[t3];
52
51
  n4[e7.type] || (n4[e7.type] = {}), n4[e7.type][e7.name] = e7.value;
53
52
  });
54
- }), a4.print(i2, s2, r3);
53
+ }), a4.print(l2, s2, i3);
55
54
  });
56
- } else a4.print(i2, s2, r3);
57
- }(n2, f, r2, i, c, l) : "form" === n2.pageContext.pageType && s(n2, r2, i, c, l) : s(n2, r2, i, c, l);
55
+ } else a4.print(l2, s2, i3);
56
+ }(n2, f, i2, l, c, r) : "form" === n2.pageContext.pageType && s(n2, i2, l, c, r) : s(n2, i2, l, c, r);
58
57
  });
59
58
  }
60
59
  function s(e2, t2, n2, a2, s2) {
61
60
  if (t2.length > 0) {
62
- const r2 = [];
61
+ const i2 = [];
63
62
  t2.forEach((t3) => {
64
- r2.push(function(e3, t4) {
63
+ i2.push(function(e3, t4) {
65
64
  return new Promise((n3, a3) => {
66
- const s3 = t4.field.split("."), r3 = { type: null, name: null, value: null };
67
- s3.length < 2 && n3(r3), r3.type = s3[0], r3.name = s3[1];
65
+ const s3 = t4.field.split("."), i3 = { type: null, name: null, value: null };
66
+ s3.length < 2 && n3(i3), i3.type = s3[0], i3.name = s3[1];
68
67
  try {
69
- p(r3.name).then((t5) => {
68
+ p(i3.name).then((t5) => {
70
69
  const a4 = JSON.parse(t5.barcodeModelItems);
71
- r3.value = o(a4, e3.entity.data), n3(r3);
70
+ i3.value = o(a4, e3.entity.data), n3(i3);
72
71
  });
73
72
  } catch (e4) {
74
- console.error("获取条码规则失败:", e4), n3(r3);
73
+ n3(i3);
75
74
  }
76
75
  });
77
76
  }(e2.pageContext, t3));
78
- }), Promise.all(r2).then((t3) => {
77
+ }), Promise.all(i2).then((t3) => {
79
78
  const o2 = {};
80
79
  t3.forEach((e3) => {
81
80
  e3.type && e3.name && e3.value && (o2[e3.type] || (o2[e3.type] = {}), o2[e3.type][e3.name] = e3.value);
@@ -93,8 +92,8 @@ function p(t2) {
93
92
  return e.get(window.$vueApp.config.globalProperties.baseAPI + `/dc/setting-barcode-models/by-name?name=${n2}`);
94
93
  }
95
94
  n();
96
- const r = { printLabel: a };
95
+ const i = { printLabel: a };
97
96
  export {
98
- r as default,
97
+ i as default,
99
98
  a as printLabel
100
99
  };
@@ -96,3 +96,4 @@ export declare function getFormData(pageContext: PageContext, id?: any, isNeedId
96
96
  export declare function saveChartConditionBase(pageContext: any, conditionName: string): any;
97
97
  export declare function listChartConditions(pageContext: any): any;
98
98
  export declare function deleteChartCondition(conditionId: any): any;
99
+ export declare function doFileTaskFunc(pageContext: any): void;