super-page-designer 2.3.23-design1 → 2.3.23-design2

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.
@@ -172,7 +172,7 @@ function b(e2) {
172
172
  } else if ("input-text" === e2.name) {
173
173
  const r2 = !!((_a = e2.props.scan) == null ? void 0 : _a.enable), a2 = (_b = e2.props.scan) == null ? void 0 : _b.ruleList;
174
174
  t2.scanEnable = r2, t2.scanRuleList = a2;
175
- } else "custom" === e2.name ? t2.customParams = e2.props.parameter : "datePicker" === e2.name ? (t2.format = e2.props.base.format, t2.valueFormat = e2.props.base.valueFormat) : "dept-tree" === e2.name && (t2.limitFilterColumn = e2.props.base.limitFilterColumn, t2.deptScope = e2.props.base.deptScope, t2.deptScopeField = e2.props.base.deptScopeField, t2.deptScopeCodes = e2.props.base.deptScopeDepts);
175
+ } else "custom" === e2.name ? t2.customParams = e2.props.parameter : "datePicker" === e2.name ? (t2.format = e2.props.base.format, t2.valueFormat = e2.props.base.valueFormat) : "dept-tree" === e2.name && (t2.limitFilterColumn = e2.props.base.limitFilterColumn, t2.deptScope = e2.props.base.deptScope, t2.deptScopeField = e2.props.base.deptScopeField, t2.deptScopeCodes = e2.props.base.deptScopeDepts, "textarea" === e2.props.base.inputShowWay && (t2.inputShowWay = e2.props.base.inputShowWay, t2.autosize = { minRows: e2.props.base.textareaMinRow, maxRows: e2.props.base.textareaMaxRow }));
176
176
  return ((_c = e2.style) == null ? void 0 : _c.cellStyle) && (t2.cellStyle = e2.style.cellStyle), ((_d = e2.style) == null ? void 0 : _d.titleStyle) && (t2.titleStyle = e2.style.titleStyle), ((_f = (_e = e2.props) == null ? void 0 : _e.base) == null ? void 0 : _f.editConditions) && e2.props.base.editConditions.length > 0 && (t2.editConditions = e2.props.base.editConditions), ((_g = e2.props) == null ? void 0 : _g.querySettings) && (t2.querySettings = e2.props.querySettings), t2 ? JSON.stringify(t2) : null;
177
177
  }
178
178
  function y(e2) {
@@ -275,7 +275,7 @@ function w(e2) {
275
275
  t2.push({ value: e3.dbColumnName, label: e3.alias, alias: e3.alias, dataType: e3.dataType });
276
276
  }), t2;
277
277
  }
278
- function V(e2, t2, r2) {
278
+ function x(e2, t2, r2) {
279
279
  var _a;
280
280
  const a2 = e2 ? e2.pageType : null;
281
281
  let o2, n2;
@@ -284,7 +284,7 @@ function V(e2, t2, r2) {
284
284
  export {
285
285
  v as changeFeieldToMap,
286
286
  w as getModelOptionsByFields,
287
- V as getTableConfigByTableUuid,
287
+ x as getTableConfigByTableUuid,
288
288
  N as getTableNameByTableUuid,
289
289
  p as querySublist,
290
290
  s as queryTableFields,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-designer",
3
- "version": "2.3.23-design1",
3
+ "version": "2.3.23-design2",
4
4
  "description": "AgileBuilder super page designer",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",
@@ -29,7 +29,7 @@
29
29
  "@vitejs/plugin-vue": "^5.0.4",
30
30
  "@vueuse/core": "^10.9.0",
31
31
  "agilebuilder-private-libs": "1.0.26",
32
- "agilebuilder-ui": "1.1.70",
32
+ "agilebuilder-ui": "1.1.71",
33
33
  "echarts": "^5.5.0",
34
34
  "element-plus": "^2.6.1",
35
35
  "font-awesome": "^4.7.0",