super-page-designer 2.2.92-sit3 → 2.2.92-sit8

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.
@@ -3,15 +3,16 @@ import { getFormPropName as t } from "./page-helper-util.js";
3
3
  import { getDesignEvents as r } from "./assemblys-config.js";
4
4
  import { addI18nKey as a } from "./page-i18n-util.js";
5
5
  import { findDesignItemByUuid as i } from "./common-util.js";
6
- function s(t2, r2, a2) {
6
+ import { getComponentOptionConfigsBase as s } from "super-page-runtime";
7
+ function o(t2, r2, a2) {
7
8
  let i2 = window.$vueApp.config.globalProperties.baseAPI + "/mms/data-tables/table-columns";
8
9
  return i2 += "?systemCode=" + (t2 || ""), i2 += "&publishVersion=" + (r2 || ""), i2 += "&tableName=" + (a2 || ""), e.get(i2);
9
10
  }
10
- function o(t2, r2, a2) {
11
+ function n(t2, r2, a2) {
11
12
  const i2 = { systemCode: t2, formVersion: r2, publishVersion: a2 };
12
13
  return e.get(window.$vueApp.config.globalProperties.baseAPI + "/mms/list-view-children/forms", i2);
13
14
  }
14
- function n(e2, r2) {
15
+ function p(e2, r2) {
15
16
  const i2 = JSON.stringify(e2), s2 = JSON.parse(i2);
16
17
  r2.tableRuntimes || (r2.tableRuntimes = {}), r2.tableRuntimes[s2.uuid] = function(e3, r3, i3) {
17
18
  var _a;
@@ -20,8 +21,8 @@ function n(e2, r2) {
20
21
  var _a2;
21
22
  const i4 = [];
22
23
  return (_a2 = e4.items) == null ? void 0 : _a2.forEach((e5) => {
23
- const s4 = { controlName: u(e5) };
24
- let o4 = { headerName: e5.props.base.name, prop: t(e5.props.base.prop), width: e5.props.base.columnWidth, listColumnSort: e5.props.base.sortable, filterable: e5.props.base.filterable, visible: e5.props.base.visible, exportable: e5.props.base.exportable, total: e5.props.base.total, listColumnFixed: e5.props.base.listColumnFixed, format: f(e5), valueSet: p(e5), querySettingName: e5.props.base.querySettingName ? e5.props.base.querySettingName : "no", queryMatching: e5.props.base.queryMatching, querySetting: e5.props.querySetting ? JSON.stringify(e5.props.querySetting) : null, editable: e5.props.editLine.editable, defaultValue: e5.props.base.defaultValue, controlName: s4.controlName, controlConfig: d(e5), eventType: g(e5), displayOrder: e5.props.base.displayOrder, fileSet: c(e5), orgTreeSet: m(e5), dynamicColumnJson: y(e5), valueSetOptions: l(e5), required: e5.props.verification.required, pattern: e5.props.verification.verifyRegex, checkType: S(e5.props.verification.type), contAlign: e5.props.base ? e5.props.base.alignContent : null, titleAlign: e5.props.base ? e5.props.base.alignTitle : null, i18nKey: e5.props.base.name };
24
+ const s4 = { controlName: c(e5) };
25
+ let o4 = { headerName: e5.props.base.name, prop: t(e5.props.base.prop), width: e5.props.base.columnWidth, listColumnSort: e5.props.base.sortable, filterable: e5.props.base.filterable, visible: e5.props.base.visible, exportable: e5.props.base.exportable, total: e5.props.base.total, listColumnFixed: e5.props.base.listColumnFixed, format: g(e5), valueSet: l(e5), querySettingName: e5.props.base.querySettingName ? e5.props.base.querySettingName : "no", queryMatching: e5.props.base.queryMatching, querySetting: e5.props.querySetting ? JSON.stringify(e5.props.querySetting) : null, editable: e5.props.editLine.editable, defaultValue: e5.props.base.defaultValue, controlName: s4.controlName, controlConfig: b(e5), eventType: S(e5), displayOrder: e5.props.base.displayOrder, fileSet: f(e5), orgTreeSet: d(e5), dynamicColumnJson: C(e5), valueSetOptions: u(e5, r4.systemCode, r4.systemVersion), required: e5.props.verification.required, pattern: e5.props.verification.verifyRegex, checkType: h(e5.props.verification.type), contAlign: e5.props.base ? e5.props.base.alignContent : null, titleAlign: e5.props.base ? e5.props.base.alignTitle : null, i18nKey: e5.props.base.name };
25
26
  r4.i18nKeys && a(e5.props.base.name, r4), i4.push(o4);
26
27
  }), i4;
27
28
  }(e3, r3), o3.groupHeaders = function(e4) {
@@ -39,7 +40,7 @@ function n(e2, r2) {
39
40
  e2.runtime = { events: t2, common: r3 };
40
41
  } else delete e2.runtime;
41
42
  }
42
- function p(e2, t2) {
43
+ function l(e2, t2) {
43
44
  const r2 = e2.props;
44
45
  if ("inputNumber" === e2.name) return null;
45
46
  if (r2.dataOrigin && r2.dataOrigin.optionValueSetType && "none" !== r2.dataOrigin.optionValueSetType) {
@@ -53,25 +54,30 @@ function p(e2, t2) {
53
54
  if ("service" === e3) return `${e3}:${r2.dataOrigin.serveName}`;
54
55
  }
55
56
  }
56
- function l(e2) {
57
- const t2 = e2.props;
57
+ function u(e2, t2, r2) {
58
+ const a2 = e2.props;
58
59
  if ("inputNumber" === e2.name) {
59
- const e3 = { step: t2.base.step, precision: t2.base.precision };
60
- return e3.min = t2.base.min || 0 === t2.base.min ? t2.base.min : null, e3.max = t2.base.max || 0 === t2.base.max ? t2.base.max : null, JSON.stringify(e3);
60
+ const e3 = { step: a2.base.step, precision: a2.base.precision };
61
+ return e3.min = a2.base.min || 0 === a2.base.min ? a2.base.min : null, e3.max = a2.base.max || 0 === a2.base.max ? a2.base.max : null, JSON.stringify(e3);
61
62
  }
62
- if ("switch" === e2.name) return JSON.stringify({ activeText: t2.base.activeText, activeValue: t2.base.activeValue, inactiveText: t2.base.inactiveText, inactiveValue: t2.base.inactiveValue, offColor: t2.base.offColor, onColor: t2.base.onColor });
63
- if (t2.dataOrigin && t2.dataOrigin.optionValueSetType) {
64
- if ("dynamicData" === t2.dataOrigin.optionValueSetType) {
65
- const e3 = [];
66
- return t2.dataOrigin.autoSets.forEach((t3) => {
67
- const r2 = b(t3.target);
68
- e3.push({ columnName: b(t3.source), valueField: r2, valueColumn: { name: r2, dbColumnName: r2.toUpperCase() } });
69
- }), JSON.stringify({ dynamicDataSourceCode: t2.dataOrigin.dynamicDataSourceCode, valueSetOptions: e3 });
63
+ if ("switch" === e2.name) return JSON.stringify({ activeText: a2.base.activeText, activeValue: a2.base.activeValue, inactiveText: a2.base.inactiveText, inactiveValue: a2.base.inactiveValue, offColor: a2.base.offColor, onColor: a2.base.onColor });
64
+ if (a2.dataOrigin && a2.dataOrigin.optionValueSetType) {
65
+ const i2 = a2.dataOrigin.optionValueSetType, o2 = a2.dataOrigin;
66
+ if ("dynamicData" === i2) return JSON.stringify({ type: "dynamicData", dynamicDataSourceCode: o2.dynamicDataSourceCode, filterType: o2.filterType, valueSetOptions: m(o2), valueLabelSwitch: !!o2.valueLabelSwitch });
67
+ {
68
+ const a3 = s(e2, t2, r2);
69
+ return a3 ? (a3.valueSetOptions = m(o2), JSON.stringify(a3)) : null;
70
70
  }
71
- return null;
72
71
  }
73
72
  }
74
- function u(e2) {
73
+ function m(e2) {
74
+ const t2 = [];
75
+ return e2.autoSets.forEach((e3) => {
76
+ const r2 = y(e3.target);
77
+ t2.push({ columnName: y(e3.source), valueField: r2, valueColumn: { name: r2, dbColumnName: r2.toUpperCase() } });
78
+ }), t2;
79
+ }
80
+ function c(e2) {
75
81
  if (!e2.name) return null;
76
82
  switch (e2.name) {
77
83
  case "input-text":
@@ -138,24 +144,24 @@ function u(e2) {
138
144
  return "custom:" + e2.props.base.customComponent;
139
145
  }
140
146
  }
141
- function m(e2) {
147
+ function d(e2) {
142
148
  if ("dept-tree" === e2.name) {
143
149
  const t2 = [];
144
150
  return e2.props.base.otherFieldSets && e2.props.base.otherFieldSets.length > 0 && e2.props.base.otherFieldSets.forEach((e3) => {
145
- t2.push({ type: e3.source, model: b(e3.target) });
151
+ t2.push({ type: e3.source, model: y(e3.target) });
146
152
  }), JSON.stringify({ orgTreeSetArr: t2 });
147
153
  }
148
154
  return null;
149
155
  }
150
- function c(e2) {
156
+ function f(e2) {
151
157
  if ("file-upload" === e2.name) {
152
- const t2 = b(e2.props.base.prop), r2 = b(e2.props.format ? e2.props.format.fileUuid : null);
158
+ const t2 = y(e2.props.base.prop), r2 = y(e2.props.format ? e2.props.format.fileUuid : null);
153
159
  let a2 = {};
154
160
  return t2 && (a2.showNameData = { name: t2, dbName: t2.toUpperCase() }), r2 && (a2.serverNameData = { name: r2, dbName: r2.toUpperCase() }), e2.props.uploadConfig && (e2.props.uploadConfig.multiple ? a2.multiple = true : a2.multiple = false, e2.props.uploadConfig.accept ? a2.accept = e2.props.uploadConfig.accept : a2.accept = null, e2.props.uploadConfig.limitFileSize ? a2.limitFileSize = e2.props.uploadConfig.limitFileSize : a2.limitFileSize = null, e2.props.uploadConfig.openCameraOrChoosePhoto ? a2.openCameraOrChoosePhoto = e2.props.uploadConfig.openCameraOrChoosePhoto : a2.openCameraOrChoosePhoto = null), JSON.stringify(a2);
155
161
  }
156
162
  return null;
157
163
  }
158
- function d(e2) {
164
+ function b(e2) {
159
165
  var _a, _b, _c, _d, _e, _f;
160
166
  let t2 = {};
161
167
  if ("select" === e2.name) {
@@ -168,7 +174,7 @@ function d(e2) {
168
174
  } else "custom" === e2.name ? t2.parameter = e2.props.parameter : "datePicker" === e2.name && (t2 = { format: e2.props.base.format, valueFormat: e2.props.base.valueFormat });
169
175
  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), t2 ? JSON.stringify(t2) : null;
170
176
  }
171
- function f(e2) {
177
+ function g(e2) {
172
178
  var _a, _b, _c;
173
179
  if (e2.props.format) {
174
180
  if ("hyperlinks" === e2.props.format.type && ((_a = e2.props.linkPage) == null ? void 0 : _a.length) > 0) {
@@ -191,23 +197,23 @@ function f(e2) {
191
197
  }
192
198
  return null;
193
199
  }
194
- function b(e2) {
200
+ function y(e2) {
195
201
  if (e2) {
196
202
  const t2 = e2.match(/\${(.*?)\.(.*?)}/);
197
203
  if (t2) return t2[2];
198
204
  }
199
205
  return e2;
200
206
  }
201
- function g(e2, t2) {
207
+ function S(e2, t2) {
202
208
  let r2 = null;
203
209
  return e2.events && (e2.events.forEach((e3) => {
204
210
  e3.jsContent && e3.jsContent.trim() && (r2 || (r2 = {}), r2[e3.name] = e3.componentUuid + "_" + e3.name);
205
211
  }), r2) ? JSON.stringify(r2) : r2;
206
212
  }
207
- function y(e2) {
213
+ function C(e2) {
208
214
  return e2.props.base.prop && "dynamicColumnSelect" === e2.props.base.prop ? JSON.stringify(e2.props.dynamicColumnData) : null;
209
215
  }
210
- function S(e2) {
216
+ function h(e2) {
211
217
  if (Array.isArray(e2) && e2.length > 0) {
212
218
  const t2 = [];
213
219
  return e2.forEach((e3) => {
@@ -216,38 +222,38 @@ function S(e2) {
216
222
  }
217
223
  return Array.isArray(e2) && 0 === e2.length ? null : e2;
218
224
  }
219
- function C(e2, t2) {
225
+ function O(e2, t2) {
220
226
  let a2 = { uuid: e2.uuid, base: e2.props.base, dataOrigin: e2.props.dataOrigin, dynamicColumnData: e2.props.dynamicColumnData, editLine: e2.props.editLine, format: e2.props.format, verification: e2.props.verification, definition: e2.props.definition, size: e2.props.size };
221
227
  e2.props = {}, e2.uuid = a2.uuid, e2.props.base = a2.base, e2.props.dataOrigin = a2.dataOrigin, e2.props.dynamicColumnData = a2.dynamicColumnData, e2.props.editLine = a2.editLine, e2.props.format = a2.format, e2.props.verification = a2.verification, e2.props.definition = a2.definition, e2.props.size = a2.size, e2.events = r(t2), e2.name = t2;
222
228
  }
223
- function O(e2, t2) {
229
+ function T(e2, t2) {
224
230
  return e2 = {}, t2.forEach((t3) => {
225
231
  e2[t3.dbColumnName] = t3;
226
232
  }), e2;
227
233
  }
228
- function h(e2, t2) {
234
+ function N(e2, t2) {
229
235
  let r2, a2 = e2.tableName;
230
236
  return a2 || (e2.tableRuntimes && t2 && e2.tableRuntimes[t2] && e2.pageType && "list" === e2.pageType && (r2 = JSON.parse(e2.tableRuntimes[t2].configure)), r2 && r2.props && r2.props.dataOrigin ? r2.props.dataOrigin.tableName : null);
231
237
  }
232
- function T(e2) {
238
+ function v(e2) {
233
239
  let t2 = [];
234
240
  return e2 && e2.forEach((e3) => {
235
241
  t2.push({ value: e3.dbColumnName, label: e3.alias, alias: e3.alias, dataType: e3.dataType });
236
242
  }), t2;
237
243
  }
238
- function N(e2, t2, r2) {
244
+ function D(e2, t2, r2) {
239
245
  var _a;
240
246
  const a2 = e2 ? e2.pageType : null;
241
247
  let s2, o2;
242
248
  return r2 ? s2 = r2 : (t2 == null ? void 0 : t2.props.base.tableUuid) ? (o2 = t2.props.base.tableUuid, s2 = i(e2, o2)) : a2 && "list" === a2 && ((_a = e2 == null ? void 0 : e2.tableUuids) == null ? void 0 : _a.length) > 0 ? (o2 = e2 == null ? void 0 : e2.tableUuids[0], s2 = i(e2, o2)) : (e2 == null ? void 0 : e2.currentTableConfig) && (s2 = e2.currentTableConfig), s2;
243
249
  }
244
250
  export {
245
- O as changeFeieldToMap,
246
- T as getModelOptionsByFields,
247
- N as getTableConfigByTableUuid,
248
- h as getTableNameByTableUuid,
249
- o as querySublist,
250
- s as queryTableFields,
251
- n as setTableRuntimesFromConfigure,
252
- C as tableResetConfigIndo
251
+ T as changeFeieldToMap,
252
+ v as getModelOptionsByFields,
253
+ D as getTableConfigByTableUuid,
254
+ N as getTableNameByTableUuid,
255
+ n as querySublist,
256
+ o as queryTableFields,
257
+ p as setTableRuntimesFromConfigure,
258
+ O as tableResetConfigIndo
253
259
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./data-origin.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const t = r(o, [["__scopeId", "data-v-30496704"]]);
4
+ const t = r(o, [["__scopeId", "data-v-307b2416"]]);
5
5
  export {
6
6
  t as default
7
7
  };
@@ -9,13 +9,13 @@ import { Search as C, Close as h } from "@element-plus/icons";
9
9
  import F from "agilebuilder-ui/src/utils/request";
10
10
  import { usePageContextStore as k } from "../../../../../../stores/page-store.js";
11
11
  import w from "../../common/page-permission-select.vue.js";
12
- const N = { style: { padding: "8px 0px 0px 0px" } }, x = ["onClick"], D = e({ __name: "data-origin", props: { tableConfigure: { type: Object, default: () => ({ props: {} }) }, configure: { type: Object, default: {} }, remote: { type: Boolean, default: true }, isTable: { type: Boolean, default: false } }, setup(e2) {
13
- const D2 = e2, U = k(), j = U.pageContext;
14
- D2.configure.props.dataOrigin || (D2.configure.props.dataOrigin = {});
15
- const A = D2.configure.props.dataOrigin;
16
- A.service || (A.service = {}), A.filterList || (A.filterList = []);
17
- const L = a(null), q = a(null), G = a(""), P = a(null);
18
- D2.configure.props.dataOrigin.optionValueSetType && 0 !== D2.configure.props.dataOrigin.optionValueSetType.length || (D2.configure.props.dataOrigin.optionValueSetType = "none");
12
+ const N = { style: { padding: "8px 0px 0px 0px" } }, U = ["onClick"], x = e({ __name: "data-origin", props: { tableConfigure: { type: Object, default: () => ({ props: {} }) }, configure: { type: Object, default: {} }, remote: { type: Boolean, default: true }, isTable: { type: Boolean, default: false } }, setup(e2) {
13
+ const x2 = e2, D = k(), j = D.pageContext;
14
+ x2.configure.props.dataOrigin || (x2.configure.props.dataOrigin = {});
15
+ const L = x2.configure.props.dataOrigin;
16
+ L.service || (L.service = {}), L.filterList || (L.filterList = []);
17
+ const A = a(null), q = a(null), G = a(""), P = a(null);
18
+ x2.configure.props.dataOrigin.optionValueSetType && 0 !== x2.configure.props.dataOrigin.optionValueSetType.length || (x2.configure.props.dataOrigin.optionValueSetType = "none");
19
19
  const $ = a(false), I = a([]);
20
20
  function R(e3) {
21
21
  $.value = true;
@@ -40,51 +40,51 @@ const N = { style: { padding: "8px 0px 0px 0px" } }, x = ["onClick"], D = e({ __
40
40
  const a2 = B.value.find((a3) => a3.code === e3);
41
41
  if (a2) {
42
42
  let e4 = JSON.parse(a2.selectedField);
43
- A.dynamicDataSourceFields = e4;
44
- } else A.dynamicDataSourceFields = [];
43
+ L.dynamicDataSourceFields = e4;
44
+ } else L.dynamicDataSourceFields = [];
45
45
  E();
46
46
  }
47
47
  function E() {
48
- const e3 = A.optionValueSetType;
49
- P.value && ("dynamicData" == e3 ? P.value.updateSourceFields(A.dynamicDataSourceFields) : "dataTable" == e3 && (P.value.updateSourceFields(W.value), L.value.changeTableFields(W.value)));
48
+ const e3 = L.optionValueSetType;
49
+ P.value && ("dynamicData" == e3 ? P.value.updateSourceFields(L.dynamicDataSourceFields) : "dataTable" == e3 && (P.value.updateSourceFields(W.value), A.value.changeTableFields(W.value)));
50
50
  }
51
51
  function H() {
52
52
  q.value.openDialog();
53
53
  }
54
54
  function K() {
55
- A.tableName = "", A.tableAlias = "", A.tableSysCode = null, A.tableSysVersion = null, W.value = [];
55
+ L.tableName = "", L.tableAlias = "", L.tableSysCode = null, L.tableSysVersion = null, W.value = [];
56
56
  }
57
57
  function M(e3) {
58
- let a2 = A.tableSysCode ? A.tableSysCode : "";
59
- a2 += "_", a2 += A.tableSysVersion ? A.tableSysVersion : "", a2 += "_", a2 += A.tableName ? A.tableName : "";
58
+ let a2 = L.tableSysCode ? L.tableSysCode : "";
59
+ a2 += "_", a2 += L.tableSysVersion ? L.tableSysVersion : "", a2 += "_", a2 += L.tableName ? L.tableName : "";
60
60
  let l2 = e3.systemCode ? e3.systemCode : "";
61
- l2 += "_", l2 += e3.systemVersion ? e3.systemVersion : "", l2 += "_", l2 += e3.name ? e3.name : "", l2 != a2 && (A.tableSysCode = e3.systemCode, A.tableSysVersion = e3.systemVersion, A.tableName = e3.name, A.tableAlias = e3.alias, X());
61
+ l2 += "_", l2 += e3.systemVersion ? e3.systemVersion : "", l2 += "_", l2 += e3.name ? e3.name : "", l2 != a2 && (L.tableSysCode = e3.systemCode, L.tableSysVersion = e3.systemVersion, L.tableName = e3.name, L.tableAlias = e3.alias, X());
62
62
  }
63
63
  let W = a([]);
64
64
  function X() {
65
- const e3 = A.tableSysCode ? A.tableSysCode : U.pageContext.systemCode, a2 = A.tableSysVersion ? A.tableSysVersion : U.pageContext.systemVersion, l2 = A.tableName;
65
+ const e3 = L.tableSysCode ? L.tableSysCode : D.pageContext.systemCode, a2 = L.tableSysVersion ? L.tableSysVersion : D.pageContext.systemVersion, l2 = L.tableName;
66
66
  l2 && T(e3, a2, l2).then((e4) => {
67
67
  W.value = e4, E();
68
68
  }).catch((e4) => {
69
69
  });
70
70
  }
71
71
  function Y() {
72
- A.sortFields || (A.sortFields = []), A.sortFields.push({ name: "", type: "" }), G.value = "";
72
+ L.sortFields || (L.sortFields = []), L.sortFields.push({ name: "", type: "" }), G.value = "";
73
73
  }
74
74
  function Z() {
75
- A.sortFields.length > 0 && A.sortFields.splice(A.sortFields.length - 1, 1);
75
+ L.sortFields.length > 0 && L.sortFields.splice(L.sortFields.length - 1, 1);
76
76
  }
77
77
  return l(() => {
78
78
  E(), X();
79
79
  }), (a2, l2) => {
80
- const T2 = t("el-radio"), F2 = t("el-radio-group"), k2 = t("el-form-item"), D3 = t("el-radio-button"), U2 = t("el-option"), X2 = t("el-select"), ee = t("el-button"), ae = t("el-input"), le = t("el-collapse-item");
81
- return i(), o(le, { title: "数据源", name: "dataOrigin", class: "amb-design-attr-group-header" }, { default: n(() => [r("div", N, [u(k2, { label: "数据来源", class: "amb-design-attr-item" }, { default: n(() => [u(F2, { modelValue: e2.configure.props.dataOrigin.optionValueSetType, "onUpdate:modelValue": l2[0] || (l2[0] = (a3) => e2.configure.props.dataOrigin.optionValueSetType = a3), onChange: E }, { default: n(() => [u(T2, { value: "none" }, { default: n(() => l2[12] || (l2[12] = [p("无")])), _: 1 }), u(T2, { value: "static" }, { default: n(() => l2[13] || (l2[13] = [p("静态数据")])), _: 1 }), u(T2, { value: "optionGroup" }, { default: n(() => l2[14] || (l2[14] = [p("选项组")])), _: 1 }), u(T2, { value: "dynamicData" }, { default: n(() => l2[15] || (l2[15] = [p("动态数据源")])), _: 1 }), u(T2, { value: "dataTable" }, { default: n(() => l2[16] || (l2[16] = [p("数据表/视图")])), _: 1 }), u(T2, { value: "service" }, { default: n(() => l2[17] || (l2[17] = [p("服务")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), d(u(k2, { label: "可搜索", class: "amb-design-attr-item" }, { default: n(() => [u(F2, { modelValue: e2.configure.props.dataOrigin.filterType, "onUpdate:modelValue": l2[1] || (l2[1] = (a3) => e2.configure.props.dataOrigin.filterType = a3), class: "ml-4" }, { default: n(() => [u(D3, { value: "normal" }, { default: n(() => l2[18] || (l2[18] = [p("普通")])), _: 1 }), d(u(D3, { value: "remote" }, { default: n(() => l2[19] || (l2[19] = [p("远程")])), _: 1 }, 512), [[c, "dataTable" == e2.configure.props.dataOrigin.optionValueSetType || "dynamicData" == e2.configure.props.dataOrigin.optionValueSetType || "service" == e2.configure.props.dataOrigin.optionValueSetType]]), u(D3, { value: "none" }, { default: n(() => l2[20] || (l2[20] = [p("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[c, "select" == e2.configure.name]]), e2.configure.props.dataOrigin.optionValueSetType && "static" !== e2.configure.props.dataOrigin.optionValueSetType ? s("", true) : (i(), o(V, { key: 0, style: { "margin-bottom": "10px", "border-top": "1px solid var(--el-border-color-lighter)" }, dataOrigin: m(A), type: "select", leftTittle: "编码", rightTittle: "显示名称" }, null, 8, ["dataOrigin"])), d(u(k2, { label: "选项组名", class: "amb-design-attr-item" }, { default: n(() => [u(X2, { modelValue: e2.configure.props.dataOrigin.optionGroup, "onUpdate:modelValue": l2[2] || (l2[2] = (a3) => e2.configure.props.dataOrigin.optionGroup = a3), filterable: "", remote: "", "reserve-keyword": "", clearable: "", placeholder: "请选择", "remote-show-suffix": "", "remote-method": R, loading: $.value }, { default: n(() => [(i(true), g(f, null, b(I.value, (e3) => (i(), o(U2, { key: e3.code, label: e3.name + "(" + e3.code + ")", value: e3.code }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue", "loading"])]), _: 1 }, 512), [[c, "optionGroup" === e2.configure.props.dataOrigin.optionValueSetType]]), "dynamicData" === e2.configure.props.dataOrigin.optionValueSetType ? (i(), o(k2, { key: 1, label: "动态数据源", class: "amb-design-attr-item" }, { default: n(() => [u(X2, { modelValue: e2.configure.props.dataOrigin.dynamicDataSourceCode, "onUpdate:modelValue": l2[3] || (l2[3] = (a3) => e2.configure.props.dataOrigin.dynamicDataSourceCode = a3), filterable: "", remote: "", "reserve-keyword": "", clearable: "", placeholder: "请选择", "remote-show-suffix": "", "remote-method": Q, loading: z.value, onChange: J }, { default: n(() => [(i(true), g(f, null, b(B.value, (e3) => (i(), o(U2, { key: e3.code, label: e3.name + "(" + e3.code + ")", value: e3.code }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue", "loading"])]), _: 1 })) : s("", true), d(u(k2, { label: "数据表视图", class: "amb-design-attr-item" }, { default: n(() => [u(ae, { modelValue: e2.configure.props.dataOrigin.tableName, "onUpdate:modelValue": l2[4] || (l2[4] = (a3) => e2.configure.props.dataOrigin.tableName = a3), title: e2.configure.props.dataOrigin.tableName, clearable: "", readonly: "true" }, { append: n(() => [u(ee, { type: "default", icon: m(C), onClick: H, size: "small" }, null, 8, ["icon"]), u(ee, { type: "default", icon: m(h), onClick: K, title: "Clear", size: "small" }, null, 8, ["icon"])]), _: 1 }, 8, ["modelValue", "title"])]), _: 1 }, 512), [[c, "dataTable" === e2.configure.props.dataOrigin.optionValueSetType]]), d(u(k2, { label: "选项值字段", class: "amb-design-attr-item" }, { default: n(() => [u(X2, { modelValue: e2.configure.props.dataOrigin.tableValueField, "onUpdate:modelValue": l2[5] || (l2[5] = (a3) => e2.configure.props.dataOrigin.tableValueField = a3), "allow-create": "", filterable: "", "reserve-keyword": "", clearable: "", placeholder: "请选择", "remote-show-suffix": "" }, { default: n(() => [(i(true), g(f, null, b(m(W), (e3) => (i(), o(U2, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: "${obj." + e3.dbColumnName + "}" }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[c, "dataTable" === e2.configure.props.dataOrigin.optionValueSetType]]), d(u(k2, { label: "选项名字段", class: "amb-design-attr-item" }, { default: n(() => [u(X2, { modelValue: e2.configure.props.dataOrigin.tableLableField, "onUpdate:modelValue": l2[6] || (l2[6] = (a3) => e2.configure.props.dataOrigin.tableLableField = a3), "allow-create": "", filterable: "", "reserve-keyword": "", clearable: "", placeholder: "请选择", "remote-show-suffix": "" }, { default: n(() => [(i(true), g(f, null, b(m(W), (e3) => (i(), o(U2, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: "${obj." + e3.dbColumnName + "}" }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[c, "dataTable" === e2.configure.props.dataOrigin.optionValueSetType]]), "dataTable" === e2.configure.props.dataOrigin.optionValueSetType ? (i(), o(k2, { key: 2, label: "排序", class: "amb-design-attr-item" }, { default: n(() => [u(ee, { type: "primary", onClick: Y }, { default: n(() => l2[21] || (l2[21] = [p("添加")])), _: 1 }), u(ee, { type: "default", onClick: Z }, { default: n(() => l2[22] || (l2[22] = [p("删除")])), _: 1 }), (i(true), g(f, null, b(m(A).sortFields, (e3, a3) => (i(), g("div", { key: a3, onClick: (e4) => function(e5) {
80
+ const T2 = t("el-radio"), F2 = t("el-radio-group"), k2 = t("el-form-item"), x3 = t("el-radio-button"), D2 = t("el-switch"), X2 = t("el-option"), ee = t("el-select"), ae = t("el-button"), le = t("el-input"), te = t("el-collapse-item");
81
+ return i(), o(te, { title: "数据源", name: "dataOrigin", class: "amb-design-attr-group-header" }, { default: n(() => [r("div", N, [u(k2, { label: "数据来源", class: "amb-design-attr-item" }, { default: n(() => [u(F2, { modelValue: e2.configure.props.dataOrigin.optionValueSetType, "onUpdate:modelValue": l2[0] || (l2[0] = (a3) => e2.configure.props.dataOrigin.optionValueSetType = a3), onChange: E }, { default: n(() => [u(T2, { value: "none" }, { default: n(() => l2[13] || (l2[13] = [p("无")])), _: 1 }), u(T2, { value: "static" }, { default: n(() => l2[14] || (l2[14] = [p("静态数据")])), _: 1 }), u(T2, { value: "optionGroup" }, { default: n(() => l2[15] || (l2[15] = [p("选项组")])), _: 1 }), u(T2, { value: "dynamicData" }, { default: n(() => l2[16] || (l2[16] = [p("动态数据源")])), _: 1 }), u(T2, { value: "dataTable" }, { default: n(() => l2[17] || (l2[17] = [p("数据表/视图")])), _: 1 }), u(T2, { value: "service" }, { default: n(() => l2[18] || (l2[18] = [p("服务")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }), d(u(k2, { label: "可搜索", class: "amb-design-attr-item" }, { default: n(() => [u(F2, { modelValue: e2.configure.props.dataOrigin.filterType, "onUpdate:modelValue": l2[1] || (l2[1] = (a3) => e2.configure.props.dataOrigin.filterType = a3), class: "ml-4" }, { default: n(() => [u(x3, { value: "normal" }, { default: n(() => l2[19] || (l2[19] = [p("普通")])), _: 1 }), d(u(x3, { value: "remote" }, { default: n(() => l2[20] || (l2[20] = [p("远程")])), _: 1 }, 512), [[c, "dataTable" == e2.configure.props.dataOrigin.optionValueSetType || "dynamicData" == e2.configure.props.dataOrigin.optionValueSetType || "service" == e2.configure.props.dataOrigin.optionValueSetType]]), u(x3, { value: "none" }, { default: n(() => l2[21] || (l2[21] = [p("否")])), _: 1 })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[c, "select" == e2.configure.name]]), e2.isTable ? (i(), o(k2, { key: 0, label: "value-label自动转换", class: "amb-design-attr-item" }, { default: n(() => [u(D2, { modelValue: e2.configure.props.dataOrigin.valueLabelSwitch, "onUpdate:modelValue": l2[2] || (l2[2] = (a3) => e2.configure.props.dataOrigin.valueLabelSwitch = a3) }, null, 8, ["modelValue"])]), _: 1 })) : s("", true), e2.configure.props.dataOrigin.optionValueSetType && "static" !== e2.configure.props.dataOrigin.optionValueSetType ? s("", true) : (i(), o(V, { key: 1, style: { "margin-bottom": "10px", "border-top": "1px solid var(--el-border-color-lighter)" }, dataOrigin: m(L), type: "select", leftTittle: "编码", rightTittle: "显示名称" }, null, 8, ["dataOrigin"])), d(u(k2, { label: "选项组名", class: "amb-design-attr-item" }, { default: n(() => [u(ee, { modelValue: e2.configure.props.dataOrigin.optionGroup, "onUpdate:modelValue": l2[3] || (l2[3] = (a3) => e2.configure.props.dataOrigin.optionGroup = a3), filterable: "", remote: "", "reserve-keyword": "", clearable: "", placeholder: "请选择", "remote-show-suffix": "", "remote-method": R, loading: $.value }, { default: n(() => [(i(true), g(f, null, b(I.value, (e3) => (i(), o(X2, { key: e3.code, label: e3.name + "(" + e3.code + ")", value: e3.code }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue", "loading"])]), _: 1 }, 512), [[c, "optionGroup" === e2.configure.props.dataOrigin.optionValueSetType]]), "dynamicData" === e2.configure.props.dataOrigin.optionValueSetType ? (i(), o(k2, { key: 2, label: "动态数据源", class: "amb-design-attr-item" }, { default: n(() => [u(ee, { modelValue: e2.configure.props.dataOrigin.dynamicDataSourceCode, "onUpdate:modelValue": l2[4] || (l2[4] = (a3) => e2.configure.props.dataOrigin.dynamicDataSourceCode = a3), filterable: "", remote: "", "reserve-keyword": "", clearable: "", placeholder: "请选择", "remote-show-suffix": "", "remote-method": Q, loading: z.value, onChange: J }, { default: n(() => [(i(true), g(f, null, b(B.value, (e3) => (i(), o(X2, { key: e3.code, label: e3.name + "(" + e3.code + ")", value: e3.code }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue", "loading"])]), _: 1 })) : s("", true), d(u(k2, { label: "数据表视图", class: "amb-design-attr-item" }, { default: n(() => [u(le, { modelValue: e2.configure.props.dataOrigin.tableName, "onUpdate:modelValue": l2[5] || (l2[5] = (a3) => e2.configure.props.dataOrigin.tableName = a3), title: e2.configure.props.dataOrigin.tableName, clearable: "", readonly: "true" }, { append: n(() => [u(ae, { type: "default", icon: m(C), onClick: H, size: "small" }, null, 8, ["icon"]), u(ae, { type: "default", icon: m(h), onClick: K, title: "Clear", size: "small" }, null, 8, ["icon"])]), _: 1 }, 8, ["modelValue", "title"])]), _: 1 }, 512), [[c, "dataTable" === e2.configure.props.dataOrigin.optionValueSetType]]), d(u(k2, { label: "选项值字段", class: "amb-design-attr-item" }, { default: n(() => [u(ee, { modelValue: e2.configure.props.dataOrigin.tableValueField, "onUpdate:modelValue": l2[6] || (l2[6] = (a3) => e2.configure.props.dataOrigin.tableValueField = a3), "allow-create": "", filterable: "", "reserve-keyword": "", clearable: "", placeholder: "请选择", "remote-show-suffix": "" }, { default: n(() => [(i(true), g(f, null, b(m(W), (e3) => (i(), o(X2, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: "${obj." + e3.dbColumnName + "}" }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[c, "dataTable" === e2.configure.props.dataOrigin.optionValueSetType]]), d(u(k2, { label: "选项名字段", class: "amb-design-attr-item" }, { default: n(() => [u(ee, { modelValue: e2.configure.props.dataOrigin.tableLableField, "onUpdate:modelValue": l2[7] || (l2[7] = (a3) => e2.configure.props.dataOrigin.tableLableField = a3), "allow-create": "", filterable: "", "reserve-keyword": "", clearable: "", placeholder: "请选择", "remote-show-suffix": "" }, { default: n(() => [(i(true), g(f, null, b(m(W), (e3) => (i(), o(X2, { key: e3.dbColumnName, label: e3.alias + "(" + e3.dbColumnName + ")", value: "${obj." + e3.dbColumnName + "}" }, null, 8, ["label", "value"]))), 128))]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[c, "dataTable" === e2.configure.props.dataOrigin.optionValueSetType]]), "dataTable" === e2.configure.props.dataOrigin.optionValueSetType ? (i(), o(k2, { key: 3, label: "排序", class: "amb-design-attr-item" }, { default: n(() => [u(ae, { type: "primary", onClick: Y }, { default: n(() => l2[22] || (l2[22] = [p("添加")])), _: 1 }), u(ae, { type: "default", onClick: Z }, { default: n(() => l2[23] || (l2[23] = [p("删除")])), _: 1 }), (i(true), g(f, null, b(m(L).sortFields, (e3, a3) => (i(), g("div", { key: a3, onClick: (e4) => function(e5) {
82
82
  G.value = e5;
83
- }(a3), style: { "margin-top": "6px" }, class: y(G.value === a3 ? "amb-design-attr-item-inline seleteSort" : "amb-design-attr-item-inline") }, [u(X2, { modelValue: e3.name, "onUpdate:modelValue": (a4) => e3.name = a4, filterable: "", clearable: "", placeholder: "请选择" }, { default: n(() => [(i(true), g(f, null, b(m(W), (e4, a4) => (i(), o(U2, { key: a4, label: e4.alias + "(" + e4.dbColumnName + ")", value: e4.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]), u(X2, { modelValue: e3.type, "onUpdate:modelValue": (a4) => e3.type = a4, style: { "margin-left": "10px" }, placeholder: "请选择" }, { default: n(() => [u(U2, { label: "升序", value: "asc" }), u(U2, { label: "降序", value: "desc" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])], 10, x))), 128))]), _: 1 })) : s("", true), d(u(k2, { label: "显示数量", class: "amb-design-attr-item" }, { default: n(() => [u(ae, { modelValue: e2.configure.props.dataOrigin.displayQuantity, "onUpdate:modelValue": l2[7] || (l2[7] = (a3) => e2.configure.props.dataOrigin.displayQuantity = a3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[c, "dataTable" === e2.configure.props.dataOrigin.optionValueSetType]]), d(u(k2, { label: "过滤条件", class: "amb-design-attr-item" }, { default: n(() => [u(v, { title: "过滤条件", list: e2.configure.props.dataOrigin.filterList, ref_key: "conditionRef", ref: L }, null, 8, ["list"])]), _: 1 }, 512), [[c, "dataTable" === e2.configure.props.dataOrigin.optionValueSetType]]), d(u(k2, { label: "服务名", class: "amb-design-attr-item" }, { default: n(() => [u(w, { pageDesign: m(j), rowObj: m(A).service, onlyService: "", "onUpdate:modelValue": l2[8] || (l2[8] = (e3, a3, l3) => function(e4, a4, l4) {
84
- A.service.simpleCode = a4, A.service.name = l4;
85
- }(0, a3, l3)) }, null, 8, ["pageDesign", "rowObj"])]), _: 1 }, 512), [[c, "service" === e2.configure.props.dataOrigin.optionValueSetType]]), d(u(k2, { label: "数据集字段", class: "amb-design-attr-item" }, { default: n(() => [u(X2, { modelValue: m(A).serviceDataSetField, "onUpdate:modelValue": l2[9] || (l2[9] = (e3) => m(A).serviceDataSetField = e3), placeholder: "请选择" }, { default: n(() => [u(U2, { label: "1", value: "1" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[c, "service" == m(A).optionValueSetType]]), d(u(k2, { label: "选项值字段", class: "amb-design-attr-item" }, { default: n(() => [u(X2, { modelValue: m(A).serviceValueField, "onUpdate:modelValue": l2[10] || (l2[10] = (e3) => m(A).serviceValueField = e3), placeholder: "请选择" }, { default: n(() => [u(U2, { label: "1", value: "1" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[c, "service" == m(A).optionValueSetType]]), d(u(k2, { label: "选项名字段", class: "amb-design-attr-item" }, { default: n(() => [u(X2, { modelValue: m(A).serviceLabelField, "onUpdate:modelValue": l2[11] || (l2[11] = (e3) => m(A).serviceLabelField = e3), placeholder: "请选择" }, { default: n(() => [u(U2, { label: "1", value: "1" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[c, "service" == m(A).optionValueSetType]]), d(u(S, { ref: "dataOriginServiceInRef", dataOrigin: m(A) }, null, 8, ["dataOrigin"]), [[c, "service" == e2.configure.props.dataOrigin.optionValueSetType]]), d(u(O, { ref_key: "dataOriginAutosetRef", ref: P, dataOrigin: m(A), isTable: e2.isTable }, null, 8, ["dataOrigin", "isTable"]), [[c, "dataTable" == e2.configure.props.dataOrigin.optionValueSetType || "dynamicData" == e2.configure.props.dataOrigin.optionValueSetType || "service" == e2.configure.props.dataOrigin.optionValueSetType]])]), u(_, { ref_key: "selectTableDialog", ref: q, onSelectTable: M, systemCode: e2.configure.systemCode, systemVersion: e2.configure.systemVersion }, null, 8, ["systemCode", "systemVersion"])]), _: 1 });
83
+ }(a3), style: { "margin-top": "6px" }, class: y(G.value === a3 ? "amb-design-attr-item-inline seleteSort" : "amb-design-attr-item-inline") }, [u(ee, { modelValue: e3.name, "onUpdate:modelValue": (a4) => e3.name = a4, filterable: "", clearable: "", placeholder: "请选择" }, { default: n(() => [(i(true), g(f, null, b(m(W), (e4, a4) => (i(), o(X2, { key: a4, label: e4.alias + "(" + e4.dbColumnName + ")", value: e4.dbColumnName }, null, 8, ["label", "value"]))), 128))]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"]), u(ee, { modelValue: e3.type, "onUpdate:modelValue": (a4) => e3.type = a4, style: { "margin-left": "10px" }, placeholder: "请选择" }, { default: n(() => [u(X2, { label: "升序", value: "asc" }), u(X2, { label: "降序", value: "desc" })]), _: 2 }, 1032, ["modelValue", "onUpdate:modelValue"])], 10, U))), 128))]), _: 1 })) : s("", true), d(u(k2, { label: "显示数量", class: "amb-design-attr-item" }, { default: n(() => [u(le, { modelValue: e2.configure.props.dataOrigin.displayQuantity, "onUpdate:modelValue": l2[8] || (l2[8] = (a3) => e2.configure.props.dataOrigin.displayQuantity = a3), placeholder: "请输入" }, null, 8, ["modelValue"])]), _: 1 }, 512), [[c, "dataTable" === e2.configure.props.dataOrigin.optionValueSetType]]), d(u(k2, { label: "过滤条件", class: "amb-design-attr-item" }, { default: n(() => [u(v, { title: "过滤条件", list: e2.configure.props.dataOrigin.filterList, ref_key: "conditionRef", ref: A }, null, 8, ["list"])]), _: 1 }, 512), [[c, "dataTable" === e2.configure.props.dataOrigin.optionValueSetType]]), d(u(k2, { label: "服务名", class: "amb-design-attr-item" }, { default: n(() => [u(w, { pageDesign: m(j), rowObj: m(L).service, onlyService: "", "onUpdate:modelValue": l2[9] || (l2[9] = (e3, a3, l3) => function(e4, a4, l4) {
84
+ L.service.simpleCode = a4, L.service.name = l4;
85
+ }(0, a3, l3)) }, null, 8, ["pageDesign", "rowObj"])]), _: 1 }, 512), [[c, "service" === e2.configure.props.dataOrigin.optionValueSetType]]), d(u(k2, { label: "数据集字段", class: "amb-design-attr-item" }, { default: n(() => [u(ee, { modelValue: m(L).serviceDataSetField, "onUpdate:modelValue": l2[10] || (l2[10] = (e3) => m(L).serviceDataSetField = e3), placeholder: "请选择" }, { default: n(() => [u(X2, { label: "1", value: "1" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[c, "service" == m(L).optionValueSetType]]), d(u(k2, { label: "选项值字段", class: "amb-design-attr-item" }, { default: n(() => [u(ee, { modelValue: m(L).serviceValueField, "onUpdate:modelValue": l2[11] || (l2[11] = (e3) => m(L).serviceValueField = e3), placeholder: "请选择" }, { default: n(() => [u(X2, { label: "1", value: "1" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[c, "service" == m(L).optionValueSetType]]), d(u(k2, { label: "选项名字段", class: "amb-design-attr-item" }, { default: n(() => [u(ee, { modelValue: m(L).serviceLabelField, "onUpdate:modelValue": l2[12] || (l2[12] = (e3) => m(L).serviceLabelField = e3), placeholder: "请选择" }, { default: n(() => [u(X2, { label: "1", value: "1" })]), _: 1 }, 8, ["modelValue"])]), _: 1 }, 512), [[c, "service" == m(L).optionValueSetType]]), d(u(S, { ref: "dataOriginServiceInRef", dataOrigin: m(L) }, null, 8, ["dataOrigin"]), [[c, "service" == e2.configure.props.dataOrigin.optionValueSetType]]), d(u(O, { ref_key: "dataOriginAutosetRef", ref: P, dataOrigin: m(L), isTable: e2.isTable }, null, 8, ["dataOrigin", "isTable"]), [[c, "dataTable" == e2.configure.props.dataOrigin.optionValueSetType || "dynamicData" == e2.configure.props.dataOrigin.optionValueSetType || "service" == e2.configure.props.dataOrigin.optionValueSetType]])]), u(_, { ref_key: "selectTableDialog", ref: q, onSelectTable: M, systemCode: e2.configure.systemCode, systemVersion: e2.configure.systemVersion }, null, 8, ["systemCode", "systemVersion"])]), _: 1 });
86
86
  };
87
87
  } });
88
88
  export {
89
- D as default
89
+ x as default
90
90
  };
@@ -1,4 +1,4 @@
1
- import o from "./config.vue2.js";
1
+ import o from "./config.vue3.js";
2
2
  /* empty css */
3
3
  import e from "../../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const r = e(o, [["__scopeId", "data-v-8dba0ddd"]]);
package/dist/es/style.css CHANGED
@@ -1778,7 +1778,7 @@ fieldset.amb-design-item-selected {
1778
1778
  cursor: default;
1779
1779
  }
1780
1780
 
1781
- .seleteSort[data-v-30496704] {
1781
+ .seleteSort[data-v-307b2416] {
1782
1782
  border-radius: 5px;
1783
1783
  border: 1px solid rgba(88, 147, 239);
1784
1784
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-designer",
3
- "version": "2.2.92-sit3",
3
+ "version": "2.2.92-sit8",
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.35-sit1",
32
+ "agilebuilder-ui": "1.1.35-sit2",
33
33
  "echarts": "^5.5.0",
34
34
  "element-plus": "^2.6.1",
35
35
  "font-awesome": "^4.7.0",
@@ -40,8 +40,8 @@
40
40
  "pinia": "^2.1.7",
41
41
  "qrcode": "^1.5.3",
42
42
  "quill": "^2.0.1",
43
- "service-flow-designer": "2.2.92-sit2",
44
- "super-page-runtime": "2.2.92-sit1",
43
+ "service-flow-designer": "2.2.92-sit5",
44
+ "super-page-runtime": "2.2.92-sit7",
45
45
  "uuid": "^9.0.1",
46
46
  "vite": "^5.1.6",
47
47
  "vite-plugin-node-stdlib-browser": "^0.2.1",