super-page-runtime 2.2.91-sti9 → 2.2.92

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.
@@ -11,9 +11,9 @@ function f(t2) {
11
11
  return e.get(window.$vueApp.config.globalProperties.baseAPI + "/component/super-page-design/runtime/" + t2);
12
12
  }
13
13
  function c(e2) {
14
- var _a, _b;
14
+ var _a, _b, _c;
15
15
  if (null == e2) return null;
16
- const t2 = { uuid: e2.uuid, name: e2.name, label: e2.label, code: e2.code, version: e2.version, dimensions: e2.dimensions, systemCode: e2.systemCode, systemVersion: e2.systemVersion, backendUrl: e2.backendUrl, rules: {}, tableUuids: e2.tableUuids, listCodesMap: e2.listCodesMap, formNoRuleCode: e2.props ? e2.props.formNoRuleCode : null, judgeHeavyList: g(e2), pageType: e2.pageType, beanName: e2.props ? e2.props.beanName : null, importBeanName: e2.props ? e2.props.importBeanName : null, subTablePageInfo: e2.subTablePageInfo, workflowCode: e2.workflowCode, workflowVersion: e2.workflowVersion, refercePropMap: (_a = e2.runtime) == null ? void 0 : _a.refercePropMap, subTableWatchProps: e2.subTableWatchProps, dataTypeMaps: e2.dataTypeMaps, isWorkflowEntity: !!((_b = e2.props) == null ? void 0 : _b.activeWorkflow) || e2.isWorkflowEntity, allChartUuids: e2.allChartUuids, entity: { data: {}, task: {}, request: {}, page: {}, context: e2.contextParam, system: e2.systemParam } };
16
+ const t2 = { uuid: e2.uuid, name: e2.name, label: e2.label, code: e2.code, version: e2.version, dimensions: e2.dimensions, systemCode: e2.systemCode, systemVersion: e2.systemVersion, backendUrl: e2.backendUrl, rules: {}, tableUuids: e2.tableUuids, listCodesMap: e2.listCodesMap, formNoRuleCode: e2.props ? e2.props.formNoRuleCode : null, judgeHeavyList: g(e2), pageType: e2.pageType, beanName: e2.props ? e2.props.beanName : null, importBeanName: e2.props ? e2.props.importBeanName : null, subTablePageInfo: e2.subTablePageInfo, workflowCode: e2.workflowCode, workflowVersion: e2.workflowVersion, refercePropMap: (_a = e2.runtime) == null ? void 0 : _a.refercePropMap, subTableWatchProps: e2.subTableWatchProps, dataTypeMaps: e2.dataTypeMaps, isWorkflowEntity: void 0 !== ((_b = e2.props) == null ? void 0 : _b.activeWorkflow) ? (_c = e2.props) == null ? void 0 : _c.activeWorkflow : e2.isWorkflowEntity, allChartUuids: e2.allChartUuids, entity: { data: {}, task: {}, request: {}, page: {}, context: e2.contextParam, system: e2.systemParam } };
17
17
  if (e2.props && e2.props.notIdInitializationList) {
18
18
  let s2 = e2.props.notIdInitializationList;
19
19
  "string" == typeof s2 && (s2 = JSON.parse(s2)), s2.length > 0 && (t2.notIdInitializationList = s2);
@@ -57,16 +57,16 @@ function b(e2) {
57
57
  function y(e2, t2) {
58
58
  if (e2) {
59
59
  Object.assign(t2, e2);
60
- E(e2.paramStoreId, t2), delete e2.paramStoreId, e2.jumpMode && (t2.jumpMode = e2.jumpMode);
60
+ v(e2.paramStoreId, t2), delete e2.paramStoreId, e2.jumpMode && (t2.jumpMode = e2.jumpMode);
61
61
  }
62
62
  }
63
63
  function h(e2, t2) {
64
64
  if (e2 && (e2.params && Object.assign(t2, e2.params), e2.query)) {
65
65
  Object.assign(t2, e2.query);
66
- E(e2.query.paramStoreId, t2);
66
+ v(e2.query.paramStoreId, t2);
67
67
  }
68
68
  }
69
- function E(e2, t2) {
69
+ function v(e2, t2) {
70
70
  if (e2) {
71
71
  const s2 = l(e2);
72
72
  if (s2) {
@@ -75,14 +75,14 @@ function E(e2, t2) {
75
75
  }
76
76
  }
77
77
  }
78
- function v(e2, t2) {
78
+ function E(e2, t2) {
79
79
  let s2, i2 = t2;
80
80
  t2 || (s2 = e2.props.base ? e2.props.base : {}, i2 = s2.prop);
81
81
  let n2 = null;
82
82
  return t2 && !t2.startsWith("${") ? n2 = ["data", t2] : !e2 || i2 && i2.startsWith("${") ? i2.startsWith("${") ? (i2 = i2.substring(2, i2.length - 1), n2 = i2.split("."), e2 && n2.length < 2 && (n2 = [e2.uuid])) : e2 && (n2 = ["page", e2.uuid]) : n2 = ["page", e2.uuid], n2 || e2 ? n2 : ["temp"];
83
83
  }
84
84
  function w(e2, t2, s2) {
85
- const i2 = v(t2, s2), r2 = e2.entity;
85
+ const i2 = E(t2, s2), r2 = e2.entity;
86
86
  if (null == r2.data.ID && null == r2.data.id) {
87
87
  let l2, a2, p2 = false;
88
88
  t2 && (l2 = t2.props.base ? t2.props.base : {}, a2 = t2.name, p2 = l2.multiple);
@@ -173,7 +173,7 @@ export {
173
173
  c as convertToPageContext,
174
174
  P as getDefaultValue,
175
175
  w as getFormModelFields,
176
- v as getModelFields,
176
+ E as getModelFields,
177
177
  M as getPermissionCodes,
178
178
  b as packageAdditionalMapWithLocationSearch,
179
179
  y as packageAdditionalMapWithPageRequest,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-runtime",
3
- "version": "2.2.91-sti9",
3
+ "version": "2.2.92",
4
4
  "description": "AgileBuilder super page runtime",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",
@@ -48,7 +48,7 @@
48
48
  "@vitejs/plugin-vue-jsx": "^3.1.0",
49
49
  "@vue/eslint-config-prettier": "^8.0.0",
50
50
  "@vue/test-utils": "^2.4.4",
51
- "agilebuilder-ui": "1.1.33-sit2",
51
+ "agilebuilder-ui": "1.1.35",
52
52
  "axios": "^1.6.8",
53
53
  "cypress": "^13.6.6",
54
54
  "element-plus": "^2.6.1",