super-page-runtime 2.3.44 → 2.3.45-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 (73) hide show
  1. package/dist/es/components/runtime/utils/api/page-expose-util.js +136 -136
  2. package/dist/es/components/runtime/utils/events/event-util.js +122 -122
  3. package/dist/es/components/runtime/utils/events/print-label.js +33 -34
  4. package/dist/es/components/runtime/utils/events/standard-event.js +21 -21
  5. package/dist/es/components/runtime/utils/events/validator-util.js +81 -84
  6. package/dist/es/components/runtime/utils/page-helper-util.js +1 -1
  7. package/dist/es/components/runtime/utils/page-init-util.d.ts +7 -1
  8. package/dist/es/components/runtime/utils/page-init-util.js +76 -60
  9. package/dist/es/components/runtime/utils/table-utils.js +1 -1
  10. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +3 -3
  11. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +3 -3
  12. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
  13. package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +1 -1
  14. package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +3 -3
  15. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
  16. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +6 -10
  17. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +6 -8
  18. package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +1 -1
  19. package/dist/es/components/runtime/views/assemblys/chart/common/home-chart-condition-render.vue.js +8 -8
  20. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +1 -1
  21. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
  22. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
  23. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
  24. package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +99 -104
  25. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +2 -3
  26. package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.js +13 -13
  27. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +9 -11
  28. package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +1 -1
  29. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +3 -3
  30. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +3 -3
  31. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +3 -3
  32. package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +0 -2
  33. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +3 -3
  34. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +3 -3
  35. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +5 -5
  36. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
  37. package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +9 -11
  38. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +1 -1
  39. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +5 -3
  40. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +1 -1
  41. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +16 -16
  42. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +3 -3
  43. package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +3 -3
  44. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +6 -6
  45. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +22 -22
  46. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +3 -3
  47. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +3 -3
  48. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +59 -56
  49. package/dist/es/components/runtime/views/assemblys/form/image-upload/imageupload-runtime.vue2.js +5 -6
  50. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +3 -3
  51. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +47 -48
  52. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +4 -6
  53. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +7 -9
  54. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +3 -3
  55. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +2 -2
  56. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +8 -9
  57. package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +1 -1
  58. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +3 -3
  59. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +11 -11
  60. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +3 -3
  61. package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +3 -3
  62. package/dist/es/components/runtime/views/assemblys/object-render.vue.js +9 -11
  63. package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +2 -2
  64. package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.js +3 -3
  65. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.js +1 -1
  66. package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +1 -1
  67. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
  68. package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
  69. package/dist/es/components/runtime/views/super-page-dialog.vue.js +19 -17
  70. package/dist/es/components/runtime/views/super-page.vue.js +1 -1
  71. package/dist/es/components/runtime/views/super-page.vue2.js +169 -170
  72. package/dist/es/style.css +76 -76
  73. package/package.json +2 -2
@@ -11,7 +11,7 @@ import { setStoreInfo as v } from "../store-util.js";
11
11
  import { getPermissionCodes as I, getDefaultValue as S, getModelFields as R } from "../page-init-util.js";
12
12
  import { caculateShowCondition as M, updateChartDatasources as x, getVariableValue as N, setVariableValue as O } from "../page-helper-util.js";
13
13
  import A from "./print-label.js";
14
- import { getTableNameByTableUuid as U, getCurrentUserFileTasks as E, setFileTaskRead as _ } from "../table-utils.js";
14
+ import { getTableNameByTableUuid as E, getCurrentUserFileTasks as U, setFileTaskRead as _ } from "../table-utils.js";
15
15
  import { getWorkflowRules as j, packageCustomRules as D } from "./validator-util.js";
16
16
  import { functions as W } from "../api/page-expose-util.js";
17
17
  import { usePageContextStore as L } from "../page-store.js";
@@ -51,7 +51,7 @@ const Y = { save: function(e2) {
51
51
  if (!a2 || 0 === a2.length) return u({ showClose: true, type: "warning", message: l().t("superPageRuntimeMessage.pleaseSelectRecord") }), void s2(true);
52
52
  p.confirm(l().t("superPageRuntimeMessage.whetherToConfirmDeletion"), l().t("superPageRuntimeMessage.tips"), { confirmButtonText: l().t("superPageRuntimeMessage.sure"), cancelButtonText: l().t("superPageRuntimeMessage.cancel"), type: "warning" }).then(() => {
53
53
  var _a, _b, _c;
54
- const r2 = e3.pageContext, l2 = e3.configureObj, u2 = l2.props.base, p2 = r2.systemCode, d2 = r2.backendUrl, m2 = l2.props.base.tableUuid ? l2.props.base.tableUuid : e3.tableUuid, f2 = U(r2, m2);
54
+ const r2 = e3.pageContext, l2 = e3.configureObj, u2 = l2.props.base, p2 = r2.systemCode, d2 = r2.backendUrl, m2 = l2.props.base.tableUuid ? l2.props.base.tableUuid : e3.tableUuid, f2 = E(r2, m2);
55
55
  let g2 = t(d2, r2.isTest) + "/dsc/commons/" + f2;
56
56
  g2 = n(g2, p2, d2, r2.isTest);
57
57
  const C2 = void 0 === u2.isPermission || "true" === u2.isPermission || u2.isPermission, b2 = o(r2), T2 = I(l2, r2), k2 = { ids: a2, functionCode: T2, isPermission: C2 + "", systemCode: p2, isWorkflowEntity: b2, listCodesMap: r2.listCodesMap, pageCode: r2.code, pageVersion: r2.version };
@@ -286,8 +286,7 @@ const Y = { save: function(e2) {
286
286
  let t2 = null;
287
287
  try {
288
288
  if (t2 = e3.menuItem ? e3.menuItem.templateUuid : e3.configureObj.props.base.template[0].templateUuid, !t2) throw new Error("未找到模板");
289
- } catch (t3) {
290
- console.error("打印标签失败,未在配置中找到找到模板", t3, e3);
289
+ } catch (e4) {
291
290
  }
292
291
  A.printLabel(e3, t2);
293
292
  }(e2);
@@ -480,10 +479,11 @@ function se(t2, n2, o2, s2, i2) {
480
479
  let i3 = n3.props.base.successOperation;
481
480
  const a3 = n3.props.base.isNeedValueMapping, r2 = y(t3, n3);
482
481
  i3 || le.includes(n3.name) || (i3 = "refresh");
483
- if ("refresh" === i3) if (r2) {
484
- w(t3, r2).refresh();
485
- } else console.error("tableUuid is empty");
486
- else if ("closeWindow" === i3 || "closeWindowAndRefresh" === i3) {
482
+ if ("refresh" === i3) {
483
+ if (r2) {
484
+ w(t3, r2).refresh();
485
+ }
486
+ } else if ("closeWindow" === i3 || "closeWindowAndRefresh" === i3) {
487
487
  const s4 = e(t3.entity.page);
488
488
  let i4 = o3;
489
489
  i4 || (i4 = {}), Object.assign(s4, i4), re(t3, n3, s4, a3);
@@ -555,7 +555,7 @@ function ue(e2, t2, n2, o2) {
555
555
  const n3 = y(e2, t2);
556
556
  if (n3) {
557
557
  w(e2, n3).refresh();
558
- } else console.error("tableUuid is empty");
558
+ }
559
559
  } else if (i2 && "form" === i2) {
560
560
  const t3 = e2.entity.data;
561
561
  _e(e2, t3.ID ? t3.ID : t3.id);
@@ -572,7 +572,7 @@ function pe(e2, o2, s2, i2) {
572
572
  let T2 = d2.tableName;
573
573
  if (o2) {
574
574
  const t2 = m2.props.base.tableUuid ? m2.props.base.tableUuid : e2.tableUuid;
575
- T2 = U(d2, t2);
575
+ T2 = E(d2, t2);
576
576
  } else $(d2.code, d2.entity.data);
577
577
  const k2 = function(e3, o3, s3, i3, r3, u3, d3, m3, f3) {
578
578
  return new Promise((g3, C3) => {
@@ -600,7 +600,7 @@ function pe(e2, o2, s2, i2) {
600
600
  }
601
601
  function de(e2, s2) {
602
602
  var _a, _b, _c, _d;
603
- const i2 = e2.pageContext, a2 = e2.configureObj, r2 = e2.tableConfigure, p2 = a2.props.base, d2 = a2.props.base.tableUuid ? a2.props.base.tableUuid : e2.tableUuid, m2 = U(i2, d2), f2 = new FormData();
603
+ const i2 = e2.pageContext, a2 = e2.configureObj, r2 = e2.tableConfigure, p2 = a2.props.base, d2 = a2.props.base.tableUuid ? a2.props.base.tableUuid : e2.tableUuid, m2 = E(i2, d2), f2 = new FormData();
604
604
  f2.append("multipartFile", s2), m2 && f2.append("tableName", m2);
605
605
  const g2 = (_b = (_a = a2.runtime) == null ? void 0 : _a.props) == null ? void 0 : _b.title;
606
606
  g2 && f2.append("currentOperation", g2), f2.append("isMobile", B()), i2.importBeanName && f2.append("importBeanName", i2.importBeanName), i2.beanName && f2.append("beanName", i2.beanName);
@@ -662,7 +662,7 @@ function fe(e2) {
662
662
  const p2 = (_a = n2.props.base) == null ? void 0 : _a.logSetting;
663
663
  p2 && (c2.logSettingText = p2.join("")), c2.systemCode || (c2.systemCode = i2);
664
664
  const d2 = he(t2);
665
- c2.additionalParamMap = d2, d2.ids && d2.ids.length > 0 && ("string" == typeof d2.ids ? c2.ids = d2.ids.split(",") : Array.isArray(d2.ids) ? c2.ids = d2.ids : "number" == typeof ids ? c2.ids = [d2.ids] : console.error("ids参数类型错误"));
665
+ c2.additionalParamMap = d2, d2.ids && d2.ids.length > 0 && ("string" == typeof d2.ids ? c2.ids = d2.ids.split(",") : Array.isArray(d2.ids) ? c2.ids = d2.ids : "number" == typeof ids && (c2.ids = [d2.ids]));
666
666
  const m2 = n2.props.base.successOperation;
667
667
  m2 && "noOperation" === m2 && (c2.unControlVersion = true), c2.isWorkflowEntity = true;
668
668
  const f2 = (_c = (_b = n2.runtime) == null ? void 0 : _b.props) == null ? void 0 : _c.title;
@@ -925,7 +925,7 @@ function Ae(e2) {
925
925
  });
926
926
  });
927
927
  }
928
- function Ue(e2, t2, n2, o2, s2, i2) {
928
+ function Ee(e2, t2, n2, o2, s2, i2) {
929
929
  var _a, _b, _c, _d, _e2, _f, _g, _h;
930
930
  let a2 = false;
931
931
  if (o2 && o2.archival) return a2;
@@ -994,7 +994,7 @@ function Ue(e2, t2, n2, o2, s2, i2) {
994
994
  const o3 = m(), s3 = o3 ? o3.loginName : null;
995
995
  if ("EXTRACT" === (e3 == null ? void 0 : e3.processState) && n3 && (n3.creator === s3 || n3.CREATOR === s3)) return true;
996
996
  return false;
997
- }(n2, 0, i2) : "approveExtractWorkflow" === t2 || "refuseExtractWorkflow" === t2 ? a2 = Ee(n2) : "addTransactor" === t2 || "removeTransactor" === t2 ? a2 = function(e3) {
997
+ }(n2, 0, i2) : "approveExtractWorkflow" === t2 || "refuseExtractWorkflow" === t2 ? a2 = Ue(n2) : "addTransactor" === t2 || "removeTransactor" === t2 ? a2 = function(e3) {
998
998
  if (e3.processState && "SUBMIT" === e3.processState && ("WAIT_TRANSACT" === e3.active || "DRAW_WAIT" === e3.active) && "COUNTERSIGN" !== e3.processingMode) return true;
999
999
  return false;
1000
1000
  }(n2) : function(e3, t3) {
@@ -1023,9 +1023,9 @@ function Ue(e2, t2, n2, o2, s2, i2) {
1023
1023
  e2.workflowOpinion.isRequired = t3, t3 && (e2.workflowOpinion.showOpinionBox = true);
1024
1024
  }
1025
1025
  }
1026
- return e2.workflowOpinion, a2;
1026
+ return a2;
1027
1027
  }
1028
- function Ee(e2, t2, n2) {
1028
+ function Ue(e2, t2, n2) {
1029
1029
  return !(!e2.processState || "EXTRACT" !== e2.processState || "WAIT_TRANSACT" !== e2.active);
1030
1030
  }
1031
1031
  function _e(e2, t2) {
@@ -1044,7 +1044,7 @@ function je(e2, n2, s2) {
1044
1044
  let d2 = n3 || null, m2 = n3 ? [n3] : null;
1045
1045
  void 0 === o2 || o2 ? (d2 || (d2 = p2 && p2.id ? p2.id : null), m2 || (m2 = p2 ? p2.ids : null)) : (d2 = null, m2 = null, p2._id = p2.id, p2.id = null);
1046
1046
  const f2 = p2 ? p2.taskId : null, C2 = l2, b2 = { pageCode: l2, pageVersion: u2, tableName: e3.tableName, formNoRuleCode: e3.formNoRuleCode, isWorkflowEntity: true, systemCode: a2, functionCode: C2 + ".workflowGets", listCodesMap: e3.listCodesMap, listCodesInitSearchForm: e3.listCodesInitSearchForm };
1047
- if (e3.listCodesMap, (!e3.listCodesMap || 0 === Object.keys(e3.listCodesMap).length) && e3.tableUuids) {
1047
+ if ((!e3.listCodesMap || 0 === Object.keys(e3.listCodesMap).length) && e3.tableUuids) {
1048
1048
  const t2 = {};
1049
1049
  e3.tableUuids.forEach((e4) => {
1050
1050
  const n4 = r(l2, u2, e4);
@@ -1101,7 +1101,7 @@ function je(e2, n2, s2) {
1101
1101
  let d2 = n3 || null, m2 = n3 ? [n3] : null;
1102
1102
  void 0 === o2 || o2 ? (d2 || (d2 = p2 && p2.id ? p2.id : null), m2 || (m2 = p2 ? p2.ids : null)) : (d2 = null, m2 = null, p2._id = p2.id, p2.id = null);
1103
1103
  const f2 = p2 ? p2.taskId : null, C2 = l2, b2 = t(e3.backendUrl, e3.isTest), w2 = { pageCode: l2, pageVersion: u2, tableName: e3.tableName, formNoRuleCode: e3.formNoRuleCode, id: d2, systemCode: a2, functionCode: C2 + ".gets", listCodesMap: e3.listCodesMap, listCodesInitSearchForm: e3.listCodesInitSearchForm };
1104
- if (!w2.id && p2 && p2._t_ && g(p2._t_ + "_id") && (w2.id = g(p2._t_ + "_id")), m2 && (w2.ids = We(m2)), e3.notIdInitializationList && (w2.noIdAndTaskIdInitSetting = JSON.stringify(e3.notIdInitializationList)), p2 && (w2.additionalParamMap = p2), e3.beanName && (w2.beanName = e3.beanName), f2 && (w2.taskId = f2), ((_a = e3.props) == null ? void 0 : _a.enableFormDataPermission) && (w2.withDataPermission = true), e3.listCodesMap, (!e3.listCodesMap || 0 === Object.keys(e3.listCodesMap).length) && e3.tableUuids) {
1104
+ if (!w2.id && p2 && p2._t_ && g(p2._t_ + "_id") && (w2.id = g(p2._t_ + "_id")), m2 && (w2.ids = We(m2)), e3.notIdInitializationList && (w2.noIdAndTaskIdInitSetting = JSON.stringify(e3.notIdInitializationList)), p2 && (w2.additionalParamMap = p2), e3.beanName && (w2.beanName = e3.beanName), f2 && (w2.taskId = f2), ((_a = e3.props) == null ? void 0 : _a.enableFormDataPermission) && (w2.withDataPermission = true), (!e3.listCodesMap || 0 === Object.keys(e3.listCodesMap).length) && e3.tableUuids) {
1105
1105
  const t2 = {};
1106
1106
  e3.tableUuids.forEach((e4) => {
1107
1107
  const n4 = r(l2, u2, e4);
@@ -1162,7 +1162,7 @@ function $e(e2) {
1162
1162
  function qe(e2, n2, o2) {
1163
1163
  e2.lastFileTask && !e2.noticeComponent ? e2.noticeComponent = d({ title: l().t("superPageRuntimeMessage.logTip"), duration: 0, position: "top-right", type: "success", onClose() {
1164
1164
  "Success" === e2.lastFileTask.taskState || "Fail" === e2.lastFileTask.taskState || "PartSuccess" === e2.lastFileTask.taskState ? Je(n2, o2, e2.lastFileTask.id, e2) : (e2.noticeComponent = null, null == e2.noticeInterval && He(e2, n2, o2));
1165
- }, message: () => F(V, { isShow: true, backendUrl: n2, lastFileTask: e2.lastFileTask, onClickMsg(s2) {
1165
+ }, message: F(V, { isShow: true, backendUrl: n2, lastFileTask: e2.lastFileTask, onClickMsg(s2) {
1166
1166
  s2.serverPath ? function(e3, n3, o3, s3, i2, a2) {
1167
1167
  Je(i2, a2, o3, s3);
1168
1168
  const r2 = f(), c2 = t(i2), l2 = c2 + "/common/super-form/downloads?jwt=" + r2 + "&showName=" + encodeURI(e3) + "&serverPath=" + n3;
@@ -1180,7 +1180,7 @@ function He(e2, t2, n2) {
1180
1180
  }, 3e3));
1181
1181
  }
1182
1182
  function Ge(e2, t2) {
1183
- return E(e2, t2);
1183
+ return U(e2, t2);
1184
1184
  }
1185
1185
  function Je(e2, t2, n2, o2) {
1186
1186
  _(e2, n2).then(() => {
@@ -1214,7 +1214,7 @@ export {
1214
1214
  ne as getSaveFormRequest,
1215
1215
  te as getSaveFormRequestWithRow,
1216
1216
  Se as getTaskInformitions,
1217
- Ue as isVisibleWorkflowButton,
1217
+ Ee as isVisibleWorkflowButton,
1218
1218
  me as judgeDataNumber,
1219
1219
  Fe as listChartConditions,
1220
1220
  ue as refreshFormOrListPage,
@@ -1,12 +1,12 @@
1
1
  import e from "async-validator";
2
2
  import { ElMessage as t } from "element-plus";
3
3
  import { getComponentRefByCode as s, getComponentRef as n, getAllComponentRefs as r } from "../global-refs.js";
4
- import { getI18n as o } from "agilebuilder-ui/src/utils/util";
5
- import { getAdditionalParamMap as i } from "./standard-event.js";
4
+ import { getI18n as i } from "agilebuilder-ui/src/utils/util";
5
+ import { getAdditionalParamMap as o } from "./standard-event.js";
6
6
  import { isPromise as l } from "agilebuilder-ui/src/utils/common-util";
7
7
  import { parseSubTablePermissionCondition as a } from "agilebuilder-ui/src/utils/calculator/calculator-util";
8
- import { isWorkflowPage as u, getListCode as c } from "../common-util.js";
9
- import { scrollIntoComponentWithCode as f, scrollIntoComponentWithUuid as d } from "../anchor-util.js";
8
+ import { isWorkflowPage as u, getListCode as f } from "../common-util.js";
9
+ import { scrollIntoComponentWithCode as c, scrollIntoComponentWithUuid as d } from "../anchor-util.js";
10
10
  const m = ["downloadTemplate", "back", "exportForm", "exportPDF", "lineEditCreate", "workflowSave"];
11
11
  function p(e2, t2 = /* @__PURE__ */ new WeakMap()) {
12
12
  if ("function" == typeof structuredClone) try {
@@ -45,32 +45,32 @@ function g(e2, t2, s2) {
45
45
  const n2 = {};
46
46
  t2 || (t2 = {});
47
47
  let r2 = 0;
48
- const o2 = e2.split(".");
49
- return o2.forEach((e3) => {
50
- let i2;
51
- if (r2 === o2.length - 1) i2 = function(e4, t3, s3) {
48
+ const i2 = e2.split(".");
49
+ return i2.forEach((e3) => {
50
+ let o2;
51
+ if (r2 === i2.length - 1) o2 = function(e4, t3, s3) {
52
52
  let n3;
53
53
  for (let r3 = 0; r3 < t3.length; r3++) if (n3 = 0 === r3 ? e4[t3[r3]] : n3.fields[t3[r3]], r3 !== t3.length - 1) {
54
54
  if (t3[r3 + 1] === s3) break;
55
55
  }
56
56
  return n3;
57
- }(n2, o2, e3), i2.fields[e3] = s2;
57
+ }(n2, i2, e3), o2.fields[e3] = s2;
58
58
  else {
59
59
  let s3;
60
- 0 === r2 ? i2 = t2 : (s3 = function(e4, t3, s4) {
60
+ 0 === r2 ? o2 = t2 : (s3 = function(e4, t3, s4) {
61
61
  let n3;
62
62
  for (let r3 = 0; r3 < t3.length; r3++) {
63
- const o3 = t3[r3];
64
- if (n3 = 0 === r3 ? e4[o3] : n3.fields[t3[r3]], o3 === s4) break;
63
+ const i3 = t3[r3];
64
+ if (n3 = 0 === r3 ? e4[i3] : n3.fields[t3[r3]], i3 === s4) break;
65
65
  }
66
66
  return n3;
67
- }(n2, o2, o2[r2 - 1]), i2 = s3.fields), i2[e3] || (i2[e3] = { type: "object", required: true, fields: {} }), 0 === r2 ? n2[e3] = i2[e3] : s3.fields[e3] = i2[e3];
67
+ }(n2, i2, i2[r2 - 1]), o2 = s3.fields), o2[e3] || (o2[e3] = { type: "object", required: true, fields: {} }), 0 === r2 ? n2[e3] = o2[e3] : s3.fields[e3] = o2[e3];
68
68
  }
69
69
  r2++;
70
70
  }), n2;
71
71
  }
72
- function h(e2, t2, s2, n2, r2, o2) {
73
- return y(e2, t2, s2, n2, true, r2, o2);
72
+ function h(e2, t2, s2, n2, r2, i2) {
73
+ return y(e2, t2, s2, n2, true, r2, i2);
74
74
  }
75
75
  function b(e2) {
76
76
  if (e2) return Object.keys(e2).forEach((t2) => {
@@ -80,11 +80,11 @@ function b(e2) {
80
80
  }
81
81
  }), e2;
82
82
  }
83
- function y(n2, r2, i2, l2, a2, u2, c2) {
83
+ function y(n2, r2, o2, l2, a2, u2, f2) {
84
84
  var _a;
85
85
  let d2 = b(r2);
86
- if (r2 && null !== r2 || !i2 || (d2 = {}), !d2 || 0 === Object.keys(d2).length) return n2.validateErrorField = "", true;
87
- const m2 = ((_a = c2.props) == null ? void 0 : _a.highlightAllRequiredField) || false;
86
+ if (r2 && null !== r2 || !o2 || (d2 = {}), !d2 || 0 === Object.keys(d2).length) return n2.validateErrorField = "", true;
87
+ const m2 = ((_a = f2.props) == null ? void 0 : _a.highlightAllRequiredField) || false;
88
88
  let p2;
89
89
  return new e(d2).validate(n2, { first: !m2 }, (e2, g2) => {
90
90
  if (m2) {
@@ -94,28 +94,27 @@ function y(n2, r2, i2, l2, a2, u2, c2) {
94
94
  const s2 = JSON.parse(JSON.stringify(n2));
95
95
  t2.forEach((t3) => {
96
96
  e3.test(t3) && void 0 !== n2[t3.toLowerCase()] && (s2[t3.toUpperCase()] = n2[t3.toLowerCase()], delete s2[t3.toLowerCase()]);
97
- }), p2 = y(s2, r2, i2, l2, false, u2, c2);
97
+ }), p2 = y(s2, r2, o2, l2, false, u2, f2);
98
98
  }
99
99
  }
100
- true !== p2 && t({ showClose: true, message: o().t("superPageRuntimeMessage.pleaseInputRequiredInfo"), type: "warning" });
100
+ true !== p2 && t({ showClose: true, message: i().t("superPageRuntimeMessage.pleaseInputRequiredInfo"), type: "warning" });
101
101
  } else {
102
- let o2;
102
+ let i2;
103
103
  if (e2) {
104
- p2 = e2[0].message, o2 = e2[0].field, t({ message: p2, showClose: true, type: "warning", duration: 3e3 });
105
- const n3 = s(c2, o2);
104
+ p2 = e2[0].message, i2 = e2[0].field, t({ message: p2, showClose: true, type: "warning", duration: 3e3 });
105
+ const n3 = s(f2, i2);
106
106
  if (n3 && n3.addRequiredClass) {
107
107
  n3.addRequiredClass();
108
108
  try {
109
- f(c2, o2);
109
+ c(f2, i2);
110
110
  } catch (e3) {
111
- console.error("滚动失败", e3);
112
111
  }
113
112
  }
114
113
  } else p2 = true;
115
- if (o2 && true === a2) {
116
- if (/[A-Z]+/.test(o2) && void 0 !== n2[o2.toLowerCase()]) {
114
+ if (i2 && true === a2) {
115
+ if (/[A-Z]+/.test(i2) && void 0 !== n2[i2.toLowerCase()]) {
117
116
  const e3 = JSON.parse(JSON.stringify(n2));
118
- e3[o2.toUpperCase()] = n2[o2.toLowerCase()], delete e3[o2.toLowerCase()], p2 = y(e3, r2, i2, l2, false, u2, c2);
117
+ e3[i2.toUpperCase()] = n2[i2.toLowerCase()], delete e3[i2.toLowerCase()], p2 = y(e3, r2, o2, l2, false, u2, f2);
119
118
  }
120
119
  }
121
120
  }
@@ -127,16 +126,16 @@ function w(e2, n2, r2, l2) {
127
126
  e3(true);
128
127
  });
129
128
  }
130
- const c2 = e2.entity.data, f2 = { ...e2.entity.page, ...c2 }, d2 = e2.rules, m2 = n2.props.base ? n2.props.base.isEnableRequired : null;
129
+ const f2 = e2.entity.data, c2 = { ...e2.entity.page, ...f2 }, d2 = e2.rules, m2 = n2.props.base ? n2.props.base.isEnableRequired : null;
131
130
  return null != m2 && (l2 = m2), null == l2 && (l2 = false), function(e3, n3, r3, l3) {
132
131
  if (e3) {
133
132
  return u(l3) ? function(e4, n4, r4) {
134
133
  return new Promise((l4, u2) => {
135
134
  var _a;
136
- const c3 = i(n4), f3 = n4.entity.context, d3 = n4.entity.task, m3 = true, g2 = n4.subTablePageInfo, h2 = ((_a = n4.props) == null ? void 0 : _a.highlightAllRequiredField) || false;
135
+ const f3 = o(n4), c3 = n4.entity.context, d3 = n4.entity.task, m3 = true, g2 = n4.subTablePageInfo, h2 = ((_a = n4.props) == null ? void 0 : _a.highlightAllRequiredField) || false;
137
136
  x(e4, n4, r4).then((r5) => {
138
137
  if (r5) {
139
- let i2 = r5;
138
+ let o2 = r5;
140
139
  const u3 = n4.workflowRules;
141
140
  let b2 = null, y2 = null;
142
141
  if (u3) {
@@ -144,19 +143,19 @@ function w(e2, n2, r2, l2) {
144
143
  var _a2, _b, _c, _d;
145
144
  if (!e5.actionPermissions) return true;
146
145
  const r7 = Object.keys(e5.actionPermissions);
147
- for (let i3 = 0; i3 < r7.length; i3++) {
148
- const l5 = r7[i3], u4 = e5.actionPermissions[l5];
146
+ for (let o3 = 0; o3 < r7.length; o3++) {
147
+ const l5 = r7[o3], u4 = e5.actionPermissions[l5];
149
148
  if (u4 && u4.notEmpty) {
150
149
  if ((_a2 = e5.hiddenNotValidatorCodes) == null ? void 0 : _a2.has(l5)) continue;
151
150
  let r8 = false;
152
151
  if (n5[l5] ? Array.isArray(n5[l5]) && 0 === n5[l5].length && (r8 = true) : r8 = true, r8) {
153
152
  const r9 = s(e5, l5);
154
153
  if (!r9) return true;
155
- const i4 = r9.getConfigure();
154
+ const o4 = r9.getConfigure();
156
155
  if ((_b = u4.notEmptyCondition) == null ? void 0 : _b.parentCondition) {
157
156
  if (false === a(u4.notEmptyCondition.parentCondition.replaceAll("${field[", "${parent["), e5.dataTypeMaps, n5, {}, (_c = e5.entity) == null ? void 0 : _c.request, (_d = e5.entity) == null ? void 0 : _d.task, e5.contextParam)) return true;
158
157
  }
159
- return t({ showClose: true, message: o().t("superPageRuntimeMessage.xxxNotEmpty", { label: i4.title ? i4.title : l5 }), type: "warning" }), false;
158
+ return t({ showClose: true, message: i().t("superPageRuntimeMessage.xxxNotEmpty", { label: o4.title ? o4.title : l5 }), type: "warning" }), false;
160
159
  }
161
160
  }
162
161
  }
@@ -170,10 +169,10 @@ function w(e2, n2, r2, l2) {
170
169
  });
171
170
  s2.subRules && (Object.keys(s2.subRules).length > 0 ? s2.totalSubRules || (s2.totalSubRules = {}) : delete s2.subRules);
172
171
  return s2;
173
- }(u3, n4.hiddenNotValidatorCodes), y2 = window.$vueApp.config.globalProperties.$formValidator(e4, b2, m3, c3, d3, f3, g2, r6, { returnAllErrors: h2 }), i2 = y2 && Array.isArray(y2) ? 1 === y2.length && y2[0].message ? y2[0].message : 0 === y2.length || o().t("superPageRuntimeMessage.pleaseInputRequiredInfo") : !y2 || y2.msg;
174
- } else i2 = true;
175
- true !== i2 ? (console.error("流程表单验证失败", b2, e4), t({ showClose: true, message: i2 + "", type: "warning" }), y2 && Array.isArray(y2) && y2.length > 0 ? (C(n4, y2), k(n4, P(n4, y2))) : y2.listCode ? (R(n4, y2), E(n4, y2)) : (R(n4, y2), v(n4, y2.field)), l4(false)) : (Object.keys(e4).indexOf("validateErrorField") >= 0 && delete e4.validateErrorField, l4(e4));
176
- } else u2(new Error(o().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
172
+ }(u3, n4.hiddenNotValidatorCodes), y2 = window.$vueApp.config.globalProperties.$formValidator(e4, b2, m3, f3, d3, c3, g2, r6, { returnAllErrors: h2 }), o2 = y2 && Array.isArray(y2) ? 1 === y2.length && y2[0].message ? y2[0].message : 0 === y2.length || i().t("superPageRuntimeMessage.pleaseInputRequiredInfo") : !y2 || y2.msg;
173
+ } else o2 = true;
174
+ true !== o2 ? (t({ showClose: true, message: o2 + "", type: "warning" }), y2 && Array.isArray(y2) && y2.length > 0 ? (C(n4, y2), k(n4, P(n4, y2))) : y2.listCode ? (R(n4, y2), E(n4, y2)) : (R(n4, y2), v(n4, y2.field)), l4(false)) : (Object.keys(e4).indexOf("validateErrorField") >= 0 && delete e4.validateErrorField, l4(e4));
175
+ } else u2(new Error(i().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
177
176
  }).catch((e5) => {
178
177
  u2(e5);
179
178
  });
@@ -194,7 +193,7 @@ function w(e2, n2, r2, l2) {
194
193
  return new Promise((e4, t2) => {
195
194
  e4(true);
196
195
  });
197
- }(l2, f2, d2, e2);
196
+ }(l2, c2, d2, e2);
198
197
  }
199
198
  function R(e2, t2) {
200
199
  if (t2.listCode) {
@@ -210,26 +209,24 @@ function C(e2, t2) {
210
209
  }
211
210
  function E(e2, t2) {
212
211
  try {
213
- f(e2, t2.listCode);
212
+ c(e2, t2.listCode);
214
213
  const n2 = s(e2, t2.listCode);
215
214
  (n2 == null ? void 0 : n2.scrollToCell) && n2.scrollToCell({ fieldName: t2.field, rowIndex: t2.rowIndex, pageNum: t2.pageNum });
216
215
  } catch (e3) {
217
- console.error("滚动到验证失败的子表字段失败,可能是表格组件版本较低没有scrollToCell方法", e3);
218
216
  }
219
217
  }
220
218
  function v(e2, t2) {
221
219
  try {
222
- f(e2, t2);
220
+ c(e2, t2);
223
221
  } catch (e3) {
224
- console.error("滚动失败", e3);
225
222
  }
226
223
  }
227
224
  function P(e2, t2) {
228
225
  let n2 = null, r2 = 1 / 0;
229
226
  return t2.forEach((t3) => {
230
- const o2 = t3.listCode || t3.field;
231
- if (!o2) return;
232
- const i2 = s(e2, o2), l2 = (i2 == null ? void 0 : i2.$el) || i2;
227
+ const i2 = t3.listCode || t3.field;
228
+ if (!i2) return;
229
+ const o2 = s(e2, i2), l2 = (o2 == null ? void 0 : o2.$el) || o2;
233
230
  if (l2 == null ? void 0 : l2.getBoundingClientRect) {
234
231
  const e3 = l2.getBoundingClientRect();
235
232
  e3.top < r2 && (r2 = e3.top, n2 = t3);
@@ -241,8 +238,8 @@ function k(e2, t2) {
241
238
  }
242
239
  function O(e2) {
243
240
  return new Promise((t2, s2) => {
244
- const r2 = [], o2 = e2.customValidatorUuids;
245
- o2 && o2.forEach((t3) => {
241
+ const r2 = [], i2 = e2.customValidatorUuids;
242
+ i2 && i2.forEach((t3) => {
246
243
  const s3 = n(e2, t3);
247
244
  s3 && s3.validator && r2.push(s3.validator());
248
245
  }), r2 && r2.length > 0 ? Promise.all(r2).then((e3) => {
@@ -253,13 +250,13 @@ function O(e2) {
253
250
  function x(e2, t2, s2) {
254
251
  return new Promise((n2, r2) => {
255
252
  var _a;
256
- const i2 = JSON.parse(JSON.stringify(e2)), a2 = p(s2), u2 = t2.hiddenNotValidatorCodes;
253
+ const o2 = JSON.parse(JSON.stringify(e2)), a2 = p(s2), u2 = t2.hiddenNotValidatorCodes;
257
254
  if (a2 && u2 && u2.size > 0 && u2.forEach((e3) => {
258
255
  delete a2[e3];
259
256
  }), a2 && 0 !== Object.keys(a2).length) {
260
- const e3 = h(i2, a2, null, null, true, t2);
257
+ const e3 = h(o2, a2, null, null, true, t2);
261
258
  if (((_a = t2.props) == null ? void 0 : _a.highlightAllRequiredField) && e3 && Array.isArray(e3) && e3.length > 0 && (C(t2, e3), k(t2, P(t2, e3)), n2(false)), true === e3) {
262
- if (true === M(t2)) {
259
+ if (true === T(t2)) {
263
260
  const e4 = q(t2);
264
261
  e4 && l(e4) ? e4.then((e5) => {
265
262
  e5 ? O(t2).then((e6) => {
@@ -268,10 +265,10 @@ function x(e2, t2, s2) {
268
265
  }) : O(t2).then((e5) => {
269
266
  n2(e5);
270
267
  });
271
- } else r2(new Error(o().t("superPageRuntimeMessage.tableListSubTableDataVerificationFailed")).message);
272
- } else r2(new Error(o().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
268
+ } else r2(new Error(i().t("superPageRuntimeMessage.tableListSubTableDataVerificationFailed")).message);
269
+ } else r2(new Error(i().t("superPageRuntimeMessage.formDataVerificationFailed")).message);
273
270
  } else {
274
- if (true === M(t2)) {
271
+ if (true === T(t2)) {
275
272
  const e3 = q(t2);
276
273
  e3 && l(e3) ? e3.then((e4) => {
277
274
  e4 ? O(t2).then((e5) => {
@@ -280,33 +277,33 @@ function x(e2, t2, s2) {
280
277
  }) : O(t2).then((e4) => {
281
278
  n2(e4);
282
279
  });
283
- } else r2(new Error(o().t("superPageRuntimeMessage.tableListSubTableDataVerificationFailed")).message);
280
+ } else r2(new Error(i().t("superPageRuntimeMessage.tableListSubTableDataVerificationFailed")).message);
284
281
  }
285
282
  });
286
283
  }
287
- function T(e2, t2, s2) {
284
+ function M(e2, t2, s2) {
288
285
  if (!t2) return s2;
289
286
  s2 || (s2 = {});
290
- const n2 = u(e2), r2 = Object.keys(t2), o2 = t2;
287
+ const n2 = u(e2), r2 = Object.keys(t2), i2 = t2;
291
288
  return r2.forEach((e3) => {
292
289
  if ("__subRules" === e3) {
293
- const e4 = o2.__subRules;
290
+ const e4 = i2.__subRules;
294
291
  Object.keys(e4).forEach((t3) => {
295
292
  s2.subRules || (s2.subRules = {}), s2.subRules[t3] ? Object.assign(s2.subRules[t3], e4[t3]) : s2.subRules[t3] = e4[t3];
296
293
  });
297
- } else _(o2[e3]), n2 ? (s2.rules[e3] = o2[e3], s2[e3] && (s2[e3] = o2[e3])) : s2[e3] = o2[e3];
294
+ } else _(i2[e3]), n2 ? (s2.rules[e3] = i2[e3], s2[e3] && (s2[e3] = i2[e3])) : s2[e3] = i2[e3];
298
295
  }), b(s2);
299
296
  }
300
- function M(e2) {
297
+ function T(e2) {
301
298
  var _a;
302
299
  if (!e2) return true;
303
300
  if (u(e2)) return true;
304
301
  const s2 = e2.tableUuids;
305
302
  if (!s2) return true;
306
303
  for (let r2 = 0; r2 < s2.length; r2++) {
307
- const i2 = s2[r2], l2 = e2.hiddenNotValidatorCodes;
308
- if (l2 && l2.size > 0 && l2.has(i2)) continue;
309
- const a2 = n(e2, i2);
304
+ const o2 = s2[r2], l2 = e2.hiddenNotValidatorCodes;
305
+ if (l2 && l2.size > 0 && l2.has(o2)) continue;
306
+ const a2 = n(e2, o2);
310
307
  if (a2) {
311
308
  if (a2.getConfigure()) {
312
309
  const s3 = a2.getConfigure();
@@ -314,16 +311,16 @@ function M(e2) {
314
311
  const n2 = a2.getTableData();
315
312
  if (!n2 || !Array.isArray(n2) || 0 === n2.length) {
316
313
  try {
317
- d(e2, i2);
314
+ d(e2, o2);
318
315
  } catch (e3) {
319
316
  }
320
- return t({ showClose: true, message: o().t("superPageRuntimeMessage.xxxNotEmpty", { label: s3.title ? s3.title : s3.code }), type: "warning" }), false;
317
+ return t({ showClose: true, message: i().t("superPageRuntimeMessage.xxxNotEmpty", { label: s3.title ? s3.title : s3.code }), type: "warning" }), false;
321
318
  }
322
319
  }
323
320
  }
324
321
  if (false === a2.validatorSunTableListData()) {
325
322
  try {
326
- d(e2, i2);
323
+ d(e2, o2);
327
324
  } catch (e3) {
328
325
  }
329
326
  return false;
@@ -336,26 +333,26 @@ function j(e2) {
336
333
  if (!e2 || 0 === Object.keys(e2).length) return;
337
334
  const t2 = {}, s2 = Object.keys(e2);
338
335
  for (let n2 = 0; n2 < s2.length; n2++) {
339
- const r2 = s2[n2], o2 = e2[r2];
340
- N(o2), r2.indexOf(".") > 0 ? g(r2, t2, o2) : o2 && o2.length > 0 && (t2[r2] = [...o2]);
336
+ const r2 = s2[n2], i2 = e2[r2];
337
+ N(i2), r2.indexOf(".") > 0 ? g(r2, t2, i2) : i2 && i2.length > 0 && (t2[r2] = [...i2]);
341
338
  }
342
339
  return t2;
343
340
  }
344
341
  function N(e2, t2) {
345
342
  e2.forEach((e3) => {
346
343
  e3.message;
347
- const t3 = e3.label, s2 = o().t(t3);
348
- e3.required && (e3.message = o().t("superPageRuntimeMessage.required", { label: s2 })), e3.myType && (e3.message = o().t("superPageRuntimeMessage.formatMismatch", { label: s2 })), e3.patternType && (e3.message = o().t("superPageRuntimeMessage.formatMismatch", { label: s2 })), void 0 !== e3.max && null !== e3.max && (e3.message = o().t("superPageRuntimeMessage.overMaxLength", { label: s2, value: e3.max })), void 0 !== e3.min && null !== e3.min && (e3.message = o().t("superPageRuntimeMessage.limitMinLength", { label: s2, value: e3.min }));
344
+ const t3 = e3.label, s2 = i().t(t3);
345
+ e3.required && (e3.message = i().t("superPageRuntimeMessage.required", { label: s2 })), e3.myType && (e3.message = i().t("superPageRuntimeMessage.formatMismatch", { label: s2 })), e3.patternType && (e3.message = i().t("superPageRuntimeMessage.formatMismatch", { label: s2 })), void 0 !== e3.max && null !== e3.max && (e3.message = i().t("superPageRuntimeMessage.overMaxLength", { label: s2, value: e3.max })), void 0 !== e3.min && null !== e3.min && (e3.message = i().t("superPageRuntimeMessage.limitMinLength", { label: s2, value: e3.min }));
349
346
  });
350
347
  }
351
348
  function A(e2) {
352
- const t2 = e2.entity.data, s2 = { ...e2.entity.page, ...t2 }, n2 = i(e2), r2 = e2.entity.context, o2 = e2.entity.task;
349
+ const t2 = e2.entity.data, s2 = { ...e2.entity.page, ...t2 }, n2 = o(e2), r2 = e2.entity.context, i2 = e2.entity.task;
353
350
  e2.formPropTiltleMap && Object.keys(e2.formPropTiltleMap).length > 0 && e2.completeTaskParam.fieldPermissions && e2.completeTaskParam.fieldPermissions.length > 0 && e2.completeTaskParam.fieldPermissions.forEach((t3) => {
354
351
  t3.name && e2.formPropTiltleMap[t3.name] && (t3.label = e2.formPropTiltleMap[t3.name]);
355
352
  });
356
- let l2 = window.$vueApp.config.globalProperties.$getValidator(e2.completeTaskParam.fieldPermissions, s2, true, n2, o2, r2);
353
+ let l2 = window.$vueApp.config.globalProperties.$getValidator(e2.completeTaskParam.fieldPermissions, s2, true, n2, i2, r2);
357
354
  const a2 = e2.customRules;
358
- return l2 = T(e2, a2, l2), l2 && (l2.rules || (l2.rules = {}), l2.subRules || (l2.subRules = {})), l2;
355
+ return l2 = M(e2, a2, l2), l2 && (l2.rules || (l2.rules = {}), l2.subRules || (l2.subRules = {})), l2;
359
356
  }
360
357
  function q(e2) {
361
358
  const t2 = [];
@@ -371,7 +368,7 @@ function q(e2) {
371
368
  }), r2.includes(false) && e3(false), n2.length > 0 ? Promise.all(n2).then((t3) => {
372
369
  t3.includes(false) ? e3(false) : e3(true);
373
370
  }).catch((t3) => {
374
- console.error(t3), e3(false);
371
+ e3(false);
375
372
  }) : e3(true);
376
373
  }) : null;
377
374
  }
@@ -383,10 +380,10 @@ function S(e2, t2) {
383
380
  s2 ? n2[t3] = s2 : false === e3.required && (n2[t3] = []);
384
381
  }), u(e2)) {
385
382
  let t3 = e2.workflowRules ? e2.workflowRules : { rules: {}, subRules: {} };
386
- t3 = T(e2, n2, t3), e2.workflowRules = t3;
383
+ t3 = M(e2, n2, t3), e2.workflowRules = t3;
387
384
  } else {
388
385
  let t3 = e2.rules ? e2.rules : {};
389
- t3 = T(e2, n2, t3), e2.rules = t3;
386
+ t3 = M(e2, n2, t3), e2.rules = t3;
390
387
  }
391
388
  const r2 = t2.filter((e3) => "_all_fields" === e3.name);
392
389
  r2 && r2.length > 0 && L(e2, r2[0]), t2.forEach((t3) => {
@@ -408,16 +405,16 @@ function L(e2, t2) {
408
405
  }
409
406
  function V(e2, t2, r2) {
410
407
  var _a;
411
- let o2, i2;
412
- if (r2 ? (o2 = s(e2, r2), i2 = o2 ? o2.getTableUuid() : null) : (i2 = e2.tableUuids && e2.tableUuids.length > 0 ? e2.tableUuids[0] : null, o2 = i2 ? n(e2, i2) : null), !o2) return;
413
- const l2 = e2.code, a2 = e2.version, u2 = c(l2, a2, i2);
408
+ let i2, o2;
409
+ if (r2 ? (i2 = s(e2, r2), o2 = i2 ? i2.getTableUuid() : null) : (o2 = e2.tableUuids && e2.tableUuids.length > 0 ? e2.tableUuids[0] : null, i2 = o2 ? n(e2, o2) : null), !i2) return;
410
+ const l2 = e2.code, a2 = e2.version, u2 = f(l2, a2, o2);
414
411
  if (e2.workflowRules || (e2.workflowRules = { rules: {}, subRules: {} }), e2.workflowRules.subRules || (e2.workflowRules.subRules = {}), e2.workflowRules.subRules[r2] || (e2.workflowRules.subRules[r2] = {}), ((_a = e2.workflowRules) == null ? void 0 : _a.subRules) && e2.workflowRules.subRules[r2]) {
415
412
  const s2 = e2.workflowRules.subRules[r2];
416
413
  t2.forEach((e3) => {
417
414
  s2[e3.name] = e3;
418
415
  });
419
416
  }
420
- o2.dynamicControlTableEdit(e2, t2, u2);
417
+ i2.dynamicControlTableEdit(e2, t2, u2);
421
418
  }
422
419
  function D(e2, t2, s2) {
423
420
  var _a, _b, _c;
@@ -425,8 +422,8 @@ function D(e2, t2, s2) {
425
422
  const n2 = t2.getConfigure();
426
423
  if (void 0 !== s2.show && (s2.show ? t2.show() : t2.hide()), void 0 !== s2.required && ((_a = n2 == null ? void 0 : n2.runtime) == null ? void 0 : _a.props) && (n2.runtime.props.required = s2.required), void 0 !== s2.readonly && ((_b = n2 == null ? void 0 : n2.runtime) == null ? void 0 : _b.props) && (s2.readonly ? n2.runtime.props.state = "readonly" : n2.runtime.props.state = "enabled"), void 0 !== s2.disabled && n2 && (((_c = n2 == null ? void 0 : n2.runtime) == null ? void 0 : _c.props) && (s2.disabled ? n2.runtime.props.state = "disabled" : n2.runtime.props.state = "enabled"), "table" === n2.name)) {
427
424
  t2.changeOperationAddState(false);
428
- const s3 = t2 ? t2.getTableUuid() : null, n3 = e2.code, r2 = e2.version, o2 = c(n3, r2, s3), i2 = [{ name: "_all_fields", disabled: true }];
429
- t2.dynamicControlTableEdit(e2, i2, o2);
425
+ const s3 = t2 ? t2.getTableUuid() : null, n3 = e2.code, r2 = e2.version, i2 = f(n3, r2, s3), o2 = [{ name: "_all_fields", disabled: true }];
426
+ t2.dynamicControlTableEdit(e2, o2, i2);
430
427
  }
431
428
  }
432
429
  }
@@ -454,7 +451,7 @@ export {
454
451
  N as i18nValidatePropRulesMessage,
455
452
  j as i18nValidateRulesMessage,
456
453
  J as isNotNeedValidateRequired,
457
- T as packageCustomRules,
454
+ M as packageCustomRules,
458
455
  _ as packageCustomValidator,
459
456
  g as setObjectPropRule,
460
457
  S as updateFormItemEditState,
@@ -190,7 +190,7 @@ function setVariableValue(t, e, o) {
190
190
  let n = t;
191
191
  for (let t2 = 0; t2 < e.length; t2++) {
192
192
  const a = e[t2];
193
- t2 + 1 === e.length ? n[a] = void 0 === o ? null : o : (void 0 === n[a] && (n[a] = {}), n = n[a]);
193
+ t2 + 1 === e.length ? void 0 === o ? n[a] = null : Array.isArray(n[a]) && Array.isArray(o) ? n[a].splice(0, n[a].length, ...o) : n[a] = o : (void 0 === n[a] && (n[a] = {}), n = n[a]);
194
194
  }
195
195
  }
196
196
  function setVariableValueWithProp(t, e, o) {
@@ -22,8 +22,14 @@ export declare function convertToPageContext(pageDesign: PageDesign): PageContex
22
22
  * 获取请求对象的值
23
23
  */
24
24
  export declare function packageAdditionalMapWithLocationSearch(requestObj: any): any;
25
- export declare function packageAdditionalMapWithPageRequest(pageRequest: object, requestObj: any): void;
25
+ export declare function packageAdditionalMapWithPageRequest(pageRequest: any, requestObj: any, isDialog: boolean): void;
26
26
  export declare function packageAdditionalMapWithRoute(route: any, requestObj: any): void;
27
+ /**
28
+ * 维护paramStoreId注册表。
29
+ * 登记paramStoreId键名并设置上限数量,防止 sessionStorage 无限增长。
30
+ * @param paramStoreId 当前页面自身的 paramStoreId
31
+ */
32
+ export declare function registerParamStoreId(paramStoreId: string | null | undefined): void;
27
33
  export declare function getModelFields(formItemConfigure: any, prop?: string): string[];
28
34
  /**
29
35
  * 获取表单元素模型名称