@farris/ui-vue 1.7.2-beta.1 → 1.7.2-beta.2

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 (128) hide show
  1. package/components/avatar/index.esm.js +155 -148
  2. package/components/avatar/index.umd.cjs +1 -1
  3. package/components/button-edit/index.esm.js +1 -1
  4. package/components/button-edit/index.umd.cjs +1 -1
  5. package/components/calendar/index.esm.js +226 -224
  6. package/components/calendar/index.umd.cjs +3 -3
  7. package/components/collection-property-editor/index.esm.js +225 -223
  8. package/components/collection-property-editor/index.umd.cjs +2 -2
  9. package/components/combo-list/index.esm.js +76 -71
  10. package/components/combo-list/index.umd.cjs +1 -1
  11. package/components/comment/index.esm.js +169 -167
  12. package/components/comment/index.umd.cjs +6 -6
  13. package/components/component/index.esm.js +3691 -3043
  14. package/components/component/index.umd.cjs +2 -2
  15. package/components/condition/index.esm.js +2015 -1352
  16. package/components/condition/index.umd.cjs +2 -2
  17. package/components/data-grid/index.esm.js +407 -430
  18. package/components/data-grid/index.umd.cjs +1 -1
  19. package/components/data-view/index.esm.js +3082 -3196
  20. package/components/data-view/index.umd.cjs +1 -1
  21. package/components/designer-canvas/index.esm.js +3364 -2713
  22. package/components/designer-canvas/index.umd.cjs +1 -1
  23. package/components/drawer/index.esm.js +66 -64
  24. package/components/drawer/index.umd.cjs +2 -2
  25. package/components/dynamic-form/index.esm.js +1176 -524
  26. package/components/dynamic-form/index.umd.cjs +1 -1
  27. package/components/dynamic-resolver/index.esm.js +182 -180
  28. package/components/dynamic-resolver/index.umd.cjs +2 -2
  29. package/components/dynamic-view/index.esm.js +531 -455
  30. package/components/dynamic-view/index.umd.cjs +1 -1
  31. package/components/events-editor/index.esm.js +2352 -1700
  32. package/components/events-editor/index.umd.cjs +3 -3
  33. package/components/expression-editor/index.esm.js +8 -3
  34. package/components/expression-editor/index.umd.cjs +2 -2
  35. package/components/filter-bar/index.esm.js +422 -413
  36. package/components/filter-bar/index.umd.cjs +2 -2
  37. package/components/filter-condition-editor/index.esm.js +8 -3
  38. package/components/filter-condition-editor/index.umd.cjs +1 -1
  39. package/components/image/index.esm.js +363 -354
  40. package/components/image/index.umd.cjs +2 -2
  41. package/components/language-textbox/index.esm.js +189 -187
  42. package/components/language-textbox/index.umd.cjs +2 -2
  43. package/components/list-view/index.esm.js +388 -389
  44. package/components/list-view/index.umd.cjs +5 -5
  45. package/components/mapping-editor/index.esm.js +1465 -1488
  46. package/components/mapping-editor/index.umd.cjs +1 -1
  47. package/components/number-range/index.esm.js +180 -173
  48. package/components/number-range/index.umd.cjs +1 -1
  49. package/components/order/index.esm.js +815 -811
  50. package/components/order/index.umd.cjs +5 -5
  51. package/components/property-panel/index.esm.js +429 -420
  52. package/components/property-panel/index.umd.cjs +3 -3
  53. package/components/query-solution/index.esm.js +4746 -4085
  54. package/components/query-solution/index.umd.cjs +7 -7
  55. package/components/schema-selector/index.esm.js +1401 -1402
  56. package/components/schema-selector/index.umd.cjs +5 -5
  57. package/components/section/index.esm.js +102 -100
  58. package/components/section/index.umd.cjs +2 -2
  59. package/components/sort-condition-editor/index.esm.js +8 -3
  60. package/components/sort-condition-editor/index.umd.cjs +1 -1
  61. package/components/transfer/index.esm.js +537 -538
  62. package/components/transfer/index.umd.cjs +5 -5
  63. package/components/tree-grid/index.esm.js +280 -283
  64. package/components/tree-grid/index.umd.cjs +1 -1
  65. package/components/tree-view/index.esm.js +200 -202
  66. package/components/tree-view/index.umd.cjs +1 -1
  67. package/components/uploader/index.esm.js +533 -519
  68. package/components/uploader/index.umd.cjs +2 -2
  69. package/designer/data-grid/index.esm.js +3806 -3905
  70. package/designer/data-grid/index.umd.cjs +9 -9
  71. package/designer/drawer/index.esm.js +188 -186
  72. package/designer/drawer/index.umd.cjs +2 -2
  73. package/designer/dynamic-form/index.esm.js +1562 -1073
  74. package/designer/dynamic-form/index.umd.cjs +2 -2
  75. package/designer/farris-designer.all.esm.js +9793 -8613
  76. package/designer/farris-designer.all.umd.cjs +8 -8
  77. package/designer/list-view/index.esm.js +564 -564
  78. package/designer/list-view/index.umd.cjs +6 -6
  79. package/designer/radio-group/index.esm.js +236 -229
  80. package/designer/radio-group/index.umd.cjs +1 -1
  81. package/designer/response-layout-editor/index.esm.js +178 -171
  82. package/designer/response-layout-editor/index.umd.cjs +1 -1
  83. package/designer/tabs/index.esm.js +3154 -2508
  84. package/designer/tabs/index.umd.cjs +2 -2
  85. package/designer/time-picker/index.esm.js +193 -186
  86. package/designer/time-picker/index.umd.cjs +1 -1
  87. package/designer/tree-grid/index.esm.js +444 -447
  88. package/designer/tree-grid/index.umd.cjs +1 -1
  89. package/farris.all.esm.js +60126 -59649
  90. package/farris.all.umd.cjs +30 -30
  91. package/index.css +1 -1
  92. package/package.json +1 -1
  93. package/types/components.d.ts +1 -1
  94. package/types/condition/src/composition/condition-value/dropdown-value.d.ts +4 -0
  95. package/types/data-grid/index.d.ts +2 -5
  96. package/types/data-grid/src/data-grid.component.d.ts +1 -2
  97. package/types/data-view/components/row/hierarchy-row.component.d.ts +2 -2
  98. package/types/data-view/composition/appearance/use-cell-position.d.ts +1 -1
  99. package/types/data-view/composition/types.d.ts +0 -4
  100. package/types/data-view/composition/visualization/use-virtual-scroll.d.ts +2 -2
  101. package/types/data-view/composition/visualization/use-visual-data-bound.d.ts +2 -3
  102. package/types/data-view/composition/visualization/use-visual-data-row.d.ts +1 -2
  103. package/types/designer-canvas/src/composition/dg-control.d.ts +24 -0
  104. package/types/dynamic-form/designer.d.ts +0 -1
  105. package/types/dynamic-form/index.d.ts +4 -3
  106. package/types/dynamic-form/src/designer/dynamic-form.design.component.d.ts +8 -0
  107. package/types/dynamic-form/src/designer/response-form.design.props.d.ts +14 -0
  108. package/types/dynamic-form/src/designer/use-dynamic-form-rules.d.ts +2 -0
  109. package/types/dynamic-form/src/dynamic-form.component.d.ts +8 -0
  110. package/types/dynamic-form/src/response-form.props.d.ts +13 -1
  111. package/types/dynamic-form/src/schema/response-form-schema-resolver.d.ts +1 -0
  112. package/types/dynamic-form/src/types.d.ts +1 -0
  113. package/types/dynamic-resolver/src/types.d.ts +1 -0
  114. package/types/dynamic-view/index.d.ts +43 -3
  115. package/types/dynamic-view/src/components/maps.d.ts +6 -6
  116. package/types/dynamic-view/src/composition/index.d.ts +5 -0
  117. package/types/dynamic-view/src/composition/use-utils.d.ts +12 -0
  118. package/types/dynamic-view/src/dynamic-view.component.d.ts +6 -6
  119. package/types/language-textbox/index.d.ts +3 -3
  120. package/types/language-textbox/src/components/language-contents.component.d.ts +1 -1
  121. package/types/language-textbox/src/language-textbox.component.d.ts +1 -1
  122. package/types/lookup/src/components/favorite/lookup-favorite.component.d.ts +1 -1
  123. package/types/lookup/src/components/popup-container.component.d.ts +3 -3
  124. package/types/property-panel/src/property-panel.component.d.ts +3 -3
  125. package/types/tree-grid/src/components/data/data-area.component.d.ts +2 -2
  126. package/types/tree-grid/src/tree-grid.props.d.ts +0 -1
  127. package/types/tree-view/src/components/data/tree-area.component.d.ts +1 -1
  128. package/types/tree-view/src/tree-view.props.d.ts +0 -1
@@ -1,24 +1,24 @@
1
- import { isPlainObject as A, cloneDeep as L } from "lodash-es";
2
- import { ref as ie, computed as se } from "vue";
1
+ import { isPlainObject as A, cloneDeep as H } from "lodash-es";
2
+ import { ref as ie, computed as ae } from "vue";
3
3
  function G(e, t) {
4
4
  let n;
5
5
  function r(o) {
6
- const { properties: u, title: g, ignore: i } = o, s = i && Array.isArray(i), f = Object.keys(u).reduce((b, C) => ((!s || !i.find((F) => F === C)) && (b[C] = u[C].type === "object" && u[C].properties ? r(u[C]) : L(u[C].default)), b), {});
7
- if (g && (!s || !i.find((b) => b === "id"))) {
6
+ const { properties: u, title: g, ignore: i } = o, a = i && Array.isArray(i), f = Object.keys(u).reduce((b, T) => ((!a || !i.find((F) => F === T)) && (b[T] = u[T].type === "object" && u[T].properties ? r(u[T]) : H(u[T].default)), b), {});
7
+ if (g && (!a || !i.find((b) => b === "id"))) {
8
8
  const b = g.toLowerCase().replace(/-/g, "_");
9
9
  f.id = `${b}_${Math.random().toString().slice(2, 6)}`;
10
10
  }
11
11
  return f;
12
12
  }
13
- function c(o) {
13
+ function s(o) {
14
14
  const { properties: u, title: g, required: i } = o;
15
15
  if (i && Array.isArray(i)) {
16
- const s = i.reduce((f, b) => (f[b] = u[b].type === "object" && u[b].properties ? r(u[b]) : L(u[b].default), f), {});
16
+ const a = i.reduce((f, b) => (f[b] = u[b].type === "object" && u[b].properties ? r(u[b]) : H(u[b].default), f), {});
17
17
  if (g && i.find((f) => f === "id")) {
18
18
  const f = g.toLowerCase().replace(/-/g, "_");
19
- s.id = `${f}_${Math.random().toString().slice(2, 6)}`;
19
+ a.id = `${f}_${Math.random().toString().slice(2, 6)}`;
20
20
  }
21
- return s;
21
+ return a;
22
22
  }
23
23
  return {
24
24
  type: g
@@ -27,33 +27,33 @@ function G(e, t) {
27
27
  function m(o, u = {}, g) {
28
28
  const i = e[o];
29
29
  if (i) {
30
- let s = c(i);
30
+ let a = s(i);
31
31
  const f = t[o];
32
- return s = f ? f({ getSchemaByType: m }, s, u, g) : s, n != null && n.appendIdentifyForNewControl && n.appendIdentifyForNewControl(s), s;
32
+ return a = f ? f({ getSchemaByType: m }, a, u, g) : a, n != null && n.appendIdentifyForNewControl && n.appendIdentifyForNewControl(a), a;
33
33
  }
34
34
  return null;
35
35
  }
36
- function a(o, u) {
36
+ function c(o, u) {
37
37
  const g = r(u);
38
- return Object.keys(g).reduce((i, s) => (Object.prototype.hasOwnProperty.call(o, s) && (i[s] && A(i[s]) && A(o[s] || !o[s]) ? Object.assign(i[s], o[s] || {}) : i[s] = o[s]), i), g), g;
38
+ return Object.keys(g).reduce((i, a) => (Object.prototype.hasOwnProperty.call(o, a) && (i[a] && A(i[a]) && A(o[a] || !o[a]) ? Object.assign(i[a], o[a] || {}) : i[a] = o[a]), i), g), g;
39
39
  }
40
40
  function d(o, u) {
41
- return Object.keys(o).filter((i) => o[i] != null).reduce((i, s) => {
42
- if (u.has(s)) {
43
- const f = u.get(s);
41
+ return Object.keys(o).filter((i) => o[i] != null).reduce((i, a) => {
42
+ if (u.has(a)) {
43
+ const f = u.get(a);
44
44
  if (typeof f == "string")
45
- i[f] = o[s];
45
+ i[f] = o[a];
46
46
  else {
47
- const b = f(s, o[s], o);
47
+ const b = f(a, o[a], o);
48
48
  Object.assign(i, b);
49
49
  }
50
50
  } else
51
- i[s] = o[s];
51
+ i[a] = o[a];
52
52
  return i;
53
53
  }, {});
54
54
  }
55
55
  function y(o, u, g = /* @__PURE__ */ new Map()) {
56
- const i = a(o, u);
56
+ const i = c(o, u);
57
57
  return d(i, g);
58
58
  }
59
59
  function l(o) {
@@ -63,12 +63,12 @@ function G(e, t) {
63
63
  const i = e[u];
64
64
  if (!i)
65
65
  return o;
66
- const s = a(o, i), f = ((g = o.editor) == null ? void 0 : g.type) || "";
66
+ const a = c(o, i), f = ((g = o.editor) == null ? void 0 : g.type) || "";
67
67
  if (f) {
68
- const b = e[f], C = a(o.editor, b);
69
- s.editor = C;
68
+ const b = e[f], T = c(o.editor, b);
69
+ a.editor = T;
70
70
  }
71
- return s;
71
+ return a;
72
72
  }
73
73
  return o;
74
74
  }
@@ -77,8 +77,8 @@ function G(e, t) {
77
77
  }
78
78
  return { getSchemaByType: m, resolveSchemaWithDefaultValue: l, resolveSchemaToProps: y, mappingSchemaToProps: d, setDesignerContext: p };
79
79
  }
80
- const U = {}, q = {}, { getSchemaByType: He, resolveSchemaWithDefaultValue: ce, resolveSchemaToProps: W, mappingSchemaToProps: _, setDesignerContext: ze } = G(U, q);
81
- function ae(e = {}) {
80
+ const U = {}, W = {}, { getSchemaByType: Ie, resolveSchemaWithDefaultValue: se, resolveSchemaToProps: q, mappingSchemaToProps: _, setDesignerContext: Le } = G(U, W);
81
+ function ce(e = {}) {
82
82
  function t(l, p, o, u) {
83
83
  if (typeof o == "number")
84
84
  return u[l].length === o;
@@ -101,7 +101,7 @@ function ae(e = {}) {
101
101
  ["getProperty", n]
102
102
  ]);
103
103
  Object.keys(e).reduce((l, p) => (l.set(p, e[p]), l), r);
104
- function c(l, p) {
104
+ function s(l, p) {
105
105
  const o = l;
106
106
  return typeof p == "number" ? [{ target: o, operator: "length", param: null, value: Number(p) }] : typeof p == "boolean" ? [{ target: o, operator: "getProperty", param: l, value: !!p }] : typeof p == "object" ? Object.keys(p).map((u) => {
107
107
  if (u === "length")
@@ -112,11 +112,11 @@ function ae(e = {}) {
112
112
  }
113
113
  function m(l) {
114
114
  return Object.keys(l).reduce((o, u) => {
115
- const g = c(u, l[u]);
115
+ const g = s(u, l[u]);
116
116
  return o.push(...g), o;
117
117
  }, []);
118
118
  }
119
- function a(l, p) {
119
+ function c(l, p) {
120
120
  if (r.has(l.operator)) {
121
121
  const o = r.get(l.operator);
122
122
  return o && o(l.target, l.param, l.value, p) || !1;
@@ -124,7 +124,7 @@ function ae(e = {}) {
124
124
  return !1;
125
125
  }
126
126
  function d(l, p) {
127
- return m(l).reduce((g, i) => g && a(i, p), !0);
127
+ return m(l).reduce((g, i) => g && c(i, p), !0);
128
128
  }
129
129
  function y(l, p) {
130
130
  const o = Object.keys(l), u = o.includes("allOf"), g = o.includes("anyOf"), i = u || g, b = (i ? l[i ? u ? "allOf" : "anyOf" : "allOf"] : [l]).map((F) => d(F, p));
@@ -198,12 +198,17 @@ const ue = {
198
198
  "discussion-list": { type: "discussion-list", name: "评论列表" },
199
199
  comment: { type: "comment", name: "评论区" },
200
200
  "rich-text-editor": { type: "rich-text-editor", name: "富文本", icon: "rich-text-box" },
201
- calendar: { type: "calendar", name: "日历", icon: "date-picker" }
201
+ calendar: { type: "calendar", name: "日历", icon: "date-picker" },
202
+ wizard: { type: "wizard", name: "向导", icon: "wizard" },
203
+ "wizard-page": { type: "wizard-page", name: "向导页", icon: "wizard" },
204
+ "wizard-page-detail": { type: "wizard-page-detail", name: "向导详情", icon: "wizard" },
205
+ step: { type: "step", name: "步骤条", icon: "step" },
206
+ "dynamic-form": { type: "dynamic-form", name: "动态表单" }
202
207
  }, me = {
203
208
  convertFrom: (e, t, n) => {
204
- var c;
209
+ var s;
205
210
  const r = e.editor && e.editor[t] ? e.editor[t] : e[t];
206
- return ((c = de[r]) == null ? void 0 : c.name) || r;
211
+ return ((s = de[r]) == null ? void 0 : s.name) || r;
207
212
  }
208
213
  }, pe = {
209
214
  convertTo: (e, t, n, r) => {
@@ -238,6 +243,8 @@ const ue = {
238
243
  return e.formatter.customFormat;
239
244
  if (t === "type")
240
245
  return e.formatter.type || "none";
246
+ if (t === "customFormat")
247
+ return e.formmater.customFormat;
241
248
  }
242
249
  return "none";
243
250
  }
@@ -259,38 +266,26 @@ const ue = {
259
266
  ]), t === "enableType" && n === "custom" && (e.command.enable = !0, e.command.commands = [
260
267
  {
261
268
  value: "add",
262
- text: {
263
- en: "add",
264
- "zh-CHS": "增加",
265
- "zh-CHT": "增加"
266
- },
269
+ text: "增加",
267
270
  type: "link"
268
271
  },
269
272
  {
270
273
  value: "edit",
271
- text: {
272
- en: "edit",
273
- "zh-CHS": "编辑",
274
- "zh-CHT": "編輯"
275
- },
274
+ text: "编辑",
276
275
  type: "danger"
277
276
  },
278
277
  {
279
278
  value: "remove",
280
- text: {
281
- en: "remove",
282
- "zh-CHS": "删除",
283
- "zh-CHT": "刪除"
284
- },
279
+ text: "删除",
285
280
  type: "remove"
286
281
  }
287
282
  ]), t === "enableType" && n === "unable" && (e.command.enable = !1);
288
283
  },
289
284
  convertFrom: (e, t, n) => {
290
- var r, c;
285
+ var r, s;
291
286
  if (e.command) {
292
287
  if (t === "enableType") {
293
- const m = (c = (r = e.command) == null ? void 0 : r.commands) == null ? void 0 : c.find((a) => a.command === "edit" && a.type === "primary");
288
+ const m = (s = (r = e.command) == null ? void 0 : r.commands) == null ? void 0 : s.find((c) => c.command === "edit" && c.type === "primary");
294
289
  return e.command.enable ? m ? "default" : "custom" : "unable";
295
290
  }
296
291
  if (t === "commands")
@@ -299,6 +294,8 @@ const ue = {
299
294
  return e.command.formatter;
300
295
  if (t === "count")
301
296
  return e.command.count;
297
+ if (t === "columnWidth")
298
+ return e.command.columnWidth || 150;
302
299
  }
303
300
  return "";
304
301
  }
@@ -326,8 +323,11 @@ const ue = {
326
323
  groupFields: []
327
324
  });
328
325
  },
329
- convertFrom: (e, t, n) => e.summary && t === "enable" ? e.summary.enable : e.type === "data-grid-column" ? e.enableSummary === void 0 ? !1 : e.enableSummary : ""
330
- }, Ce = {
326
+ convertFrom: (e, t, n) => {
327
+ var r;
328
+ return t === "customSummaryStyle" ? e.summary.customSummaryStyle : t === "position" ? ((r = e.summary) == null ? void 0 : r[t]) || "bottom" : e.summary && t === "enable" ? e.summary.enable : e.type === "data-grid-column" ? e.enableSummary === void 0 ? !1 : e.enableSummary : "";
329
+ }
330
+ }, Te = {
331
331
  convertTo: (e, t, n, r) => {
332
332
  e.group ? e.group[t] = n : e.group = {
333
333
  [t]: n
@@ -345,7 +345,7 @@ const ue = {
345
345
  return e.group.showSummary;
346
346
  }
347
347
  }
348
- }, Te = {
348
+ }, Ce = {
349
349
  convertFrom: (e, t) => e.binding ? e.binding.path : "",
350
350
  convertTo: (e, t, n) => {
351
351
  if (n && n.length > 0) {
@@ -355,25 +355,25 @@ const ue = {
355
355
  }
356
356
  }, Se = {
357
357
  convertTo: (e, t, n, r) => {
358
- e.pagination || (e.pagination = {}), e.pagination[t] = n;
358
+ e.pagination || (e.pagination = {}), t === "sizeLimits" ? e.pagination.sizeLimits = n.split(",") : e.pagination[t] = n;
359
359
  },
360
- convertFrom: (e, t, n) => e.pagination ? e.pagination[t] : e[t]
360
+ convertFrom: (e, t, n) => e.pagination ? t === "sizeLimits" ? e.pagination.sizeLimits.join(",") : e.pagination[t] : e[t]
361
361
  }, Fe = {
362
362
  convertTo: (e, t, n, r) => {
363
363
  e.rowNumber || (e.rowNumber = {}), e.rowNumber[t] = n;
364
364
  },
365
365
  convertFrom: (e, t, n) => e.rowNumber ? e.rowNumber[t] : e[t]
366
- }, Pe = {
366
+ }, we = {
367
367
  convertTo: (e, t, n, r) => {
368
368
  e.selection || (e.selection = {}), e.selection[t] = n;
369
369
  },
370
370
  convertFrom: (e, t, n) => {
371
- var r, c;
372
- return t === "showCheckbox" ? (r = e.selection) != null && r.multiSelect ? !0 : (c = e.selection) == null ? void 0 : c.showCheckbox : e.selection ? e.selection[t] : e[t];
371
+ var r, s;
372
+ return t === "showCheckbox" ? (r = e.selection) != null && r.multiSelect ? !0 : (s = e.selection) == null ? void 0 : s.showCheckbox : e.selection ? e.selection[t] : e[t];
373
373
  }
374
- }, ke = {
374
+ }, Pe = {
375
375
  convertFrom: (e, t, n) => e[t] && e[t].length ? `共 ${e[t].length} 项` : ""
376
- }, we = {
376
+ }, ke = {
377
377
  convertFrom: (e, t) => e[t] || "",
378
378
  convertTo: (e, t, n) => {
379
379
  e[t] = n;
@@ -385,19 +385,19 @@ const ue = {
385
385
  convertFrom: (e, t, n) => e.size ? e.size[t] : e[t]
386
386
  }, De = {
387
387
  convertFrom: (e, t, n) => {
388
- var r, c;
389
- return (r = e.formatter) != null && r.data && t === "formatterEnumData" && !e.formatterEnumData ? (c = e.formatter) == null ? void 0 : c.data : e.formatterEnumData;
388
+ var r, s;
389
+ return (r = e.formatter) != null && r.data && t === "formatterEnumData" && !e.formatterEnumData ? (s = e.formatter) == null ? void 0 : s.data : e.formatterEnumData;
390
390
  }
391
391
  }, Ee = {
392
392
  convertTo: (e, t, n, r) => {
393
393
  e.sort || (e.sort = {}), e.sort[t] = n;
394
394
  },
395
395
  convertFrom: (e, t, n) => {
396
- var r, c;
396
+ var r, s;
397
397
  if (t === "mode")
398
398
  return ((r = e.sort) == null ? void 0 : r.mode) || "client";
399
399
  if (t === "multiSort")
400
- return !!((c = e.sort) != null && c.multiSort);
400
+ return !!((s = e.sort) != null && s.multiSort);
401
401
  }
402
402
  }, Re = {
403
403
  convertTo: (e, t, n, r) => {
@@ -420,6 +420,8 @@ const ue = {
420
420
  return e.rowOption.customRowStyle;
421
421
  if (t === "customCellStyle")
422
422
  return e.rowOption.customCellStyle;
423
+ if (t === "height")
424
+ return e.rowOption.height;
423
425
  }
424
426
  return "";
425
427
  }
@@ -436,31 +438,31 @@ const ue = {
436
438
  },
437
439
  convertFrom: (e, t, n) => t === "columnTemplate" ? e.columnTemplate : t === "columnTemplateType" ? e.columnTemplateType ? e.columnTemplateType || "default" : e.columnTemplate && !e.onClickLinkCommand ? "custom" : e.columnTemplate && e.onClickLinkCommand ? "hyperlink" : "default" : ""
438
440
  };
439
- function V(e, t, n) {
441
+ function j(e, t, n) {
440
442
  const r = /* @__PURE__ */ new Map([
441
443
  ["/converter/appearance.converter", ue],
442
444
  ["/converter/buttons.converter", le],
443
445
  ["/converter/property-editor.converter", fe],
444
- ["/converter/items-count.converter", ke],
446
+ ["/converter/items-count.converter", Pe],
445
447
  ["/converter/type.converter", me],
446
448
  ["/converter/change-editor.converter", pe],
447
449
  ["/converter/change-formatter.converter", ve],
448
450
  ["/converter/column-command.converter", ge],
449
451
  ["/converter/column-option.converter", be],
450
452
  ["/converter/summary.converter", ye],
451
- ["/converter/group.converter", Ce],
452
- ["/converter/form-group-label.converter", we],
453
- ["/converter/field-selector.converter", Te],
453
+ ["/converter/group.converter", Te],
454
+ ["/converter/form-group-label.converter", ke],
455
+ ["/converter/field-selector.converter", Ce],
454
456
  ["/converter/pagination.converter", Se],
455
457
  ["/converter/row-number.converter", Fe],
456
- ["/converter/grid-selection.converter", Pe],
458
+ ["/converter/grid-selection.converter", we],
457
459
  ["/converter/size.converter", xe],
458
460
  ["/converter/change-formatter-enum.converter", De],
459
461
  ["/converter/grid-sort.converter", Ee],
460
462
  ["/converter/grid-filter.converter", Re],
461
463
  ["/converter/row-option.converter", Me],
462
464
  ["/converter/change-formatter-type.converter", $e]
463
- ]), c = /* @__PURE__ */ new Map([
465
+ ]), s = /* @__PURE__ */ new Map([
464
466
  ["string", { type: "input-group", enableClear: !1 }],
465
467
  ["boolean", {
466
468
  type: "combo-list",
@@ -484,76 +486,76 @@ function V(e, t, n) {
484
486
  ["array", { type: "button-edit" }],
485
487
  ["number", { type: "number-spinner", placeholder: "" }],
486
488
  ["events-editor", { type: "events-editor", hide: !0 }]
487
- ]), m = ae();
488
- function a(i, s) {
489
- return () => m.parseValueSchema(i, s);
489
+ ]), m = ce();
490
+ function c(i, a) {
491
+ return () => m.parseValueSchema(i, a);
490
492
  }
491
- function d(i, s, f) {
492
- return i.includes("visible") && s.visible !== void 0 ? typeof s.visible == "boolean" ? () => !!s.visible : s.visible === void 0 ? !0 : a(s.visible, f) : () => !0;
493
+ function d(i, a, f) {
494
+ return i.includes("visible") && a.visible !== void 0 ? typeof a.visible == "boolean" ? () => !!a.visible : a.visible === void 0 ? !0 : c(a.visible, f) : () => !0;
493
495
  }
494
- function y(i, s, f) {
495
- return i.includes("readonly") && s.readonly !== void 0 ? typeof s.readonly == "boolean" ? () => !!s.readonly : a(s.readonly, f) : () => !1;
496
+ function y(i, a, f) {
497
+ return i.includes("readonly") && a.readonly !== void 0 ? typeof a.readonly == "boolean" ? () => !!a.readonly : c(a.readonly, f) : () => !1;
496
498
  }
497
- function l(i, s) {
498
- const f = i.$converter || s;
499
+ function l(i, a) {
500
+ const f = i.$converter || a;
499
501
  return typeof f == "string" && f && r.has(f) ? r.get(f) || null : f || null;
500
502
  }
501
- function p(i, s, f, b, C, F = "", k = "") {
503
+ function p(i, a, f, b, T, F = "", P = "") {
502
504
  return Object.keys(i).map((S) => {
503
- const R = ie(1), w = S, T = i[S], v = Object.keys(T), B = T.title, M = T.type, $ = c.get(M) || { type: "input-group", enableClear: !1 }, E = T.editor ? Object.assign({}, $, T.editor) : Object.assign({}, $), O = d(v, T, s), h = y(v, T, s);
504
- E.readonly = E.readonly === void 0 ? h() : E.readonly;
505
- const H = T.type === "cascade" ? p(T.properties, s, f, b, C, F, k) : [], z = !0;
506
- let x = l(T, k);
507
- const K = se({
505
+ const R = ie(1), k = S, C = i[S], v = Object.keys(C), B = C.title, M = C.type, $ = s.get(M) || { type: "input-group", enableClear: !1 }, E = C.editor ? Object.assign({}, $, C.editor) : Object.assign({}, $), O = d(v, C, a), z = y(v, C, a);
506
+ E.readonly = E.readonly === void 0 ? z() : E.readonly;
507
+ const I = C.type === "cascade" ? p(C.properties, a, f, b, T, F, P) : [], L = !0;
508
+ let x = l(C, P);
509
+ const K = ae({
508
510
  get() {
509
511
  if (R.value) {
510
- if (["class", "style"].find((oe) => oe === w) && !x && (x = r.get("/converter/appearance.converter") || null), x && x.convertFrom)
511
- return x.convertFrom(f, S, C, F);
512
+ if (["class", "style"].find((oe) => oe === k) && !x && (x = r.get("/converter/appearance.converter") || null), x && x.convertFrom)
513
+ return x.convertFrom(f, S, T, F);
512
514
  const D = f[S];
513
- return Object.prototype.hasOwnProperty.call(T, "defaultValue") && (D === void 0 || typeof D == "string" && D === "") ? T.type === "boolean" ? T.defaultValue : T.defaultValue || "" : D;
515
+ return Object.prototype.hasOwnProperty.call(C, "defaultValue") && (D === void 0 || typeof D == "string" && D === "") ? C.type === "boolean" ? C.defaultValue : C.defaultValue || "" : D;
514
516
  }
515
517
  return null;
516
518
  },
517
519
  set(D) {
518
- R.value += 1, x && x.convertTo ? (x.convertTo(b, S, D, C, F), x.convertTo(f, S, D, C, F)) : (b[S] = D, f[S] = D);
520
+ R.value += 1, x && x.convertTo ? (x.convertTo(b, S, D, T, F), x.convertTo(f, S, D, T, F)) : (b[S] = D, f[S] = D);
519
521
  }
520
- }), { refreshPanelAfterChanged: ee, description: te, isExpand: ne, parentPropertyID: re } = T, I = { propertyID: w, propertyName: B, propertyType: M, propertyValue: K, editor: E, visible: O, readonly: h, cascadeConfig: H, hideCascadeTitle: z, refreshPanelAfterChanged: ee, description: te, isExpand: ne, parentPropertyID: re };
521
- return s[w] = I, I;
522
+ }), { refreshPanelAfterChanged: ee, description: te, isExpand: ne, parentPropertyID: re } = C, h = { propertyID: k, propertyName: B, propertyType: M, propertyValue: K, editor: E, visible: O, readonly: z, cascadeConfig: I, hideCascadeTitle: L, refreshPanelAfterChanged: ee, description: te, isExpand: ne, parentPropertyID: re };
523
+ return a[k] = h, h;
522
524
  });
523
525
  }
524
- function o(i, s, f = {}) {
525
- const b = {}, C = e[i];
526
- return C && C.categories ? Object.keys(C.categories).map((k) => {
527
- const P = C.categories[k], S = P == null ? void 0 : P.title, R = p(P.properties || {}, b, {}, f, s);
528
- return { categoryId: k, categoryName: S, properties: R };
526
+ function o(i, a, f = {}) {
527
+ const b = {}, T = e[i];
528
+ return T && T.categories ? Object.keys(T.categories).map((P) => {
529
+ const w = T.categories[P], S = w == null ? void 0 : w.title, R = p(w.properties || {}, b, {}, f, a);
530
+ return { categoryId: P, categoryName: S, properties: R };
529
531
  }) : [];
530
532
  }
531
- function u(i, s, f, b, C = "") {
532
- const F = s.$ref.schema, k = s.$ref.converter, P = f[F], S = P.type, R = n(P), w = {}, T = e[S];
533
- if (T && T.categories) {
534
- const v = T.categories[i], B = v == null ? void 0 : v.title;
535
- k && Object.keys(v.properties).forEach((E) => {
536
- v.properties[E].$converter = k;
533
+ function u(i, a, f, b, T = "") {
534
+ const F = a.$ref.schema, P = a.$ref.converter, w = f[F], S = w.type, R = n(w), k = {}, C = e[S];
535
+ if (C && C.categories) {
536
+ const v = C.categories[i], B = v == null ? void 0 : v.title;
537
+ P && Object.keys(v.properties).forEach((E) => {
538
+ v.properties[E].$converter = P;
537
539
  });
538
- const M = (v == null ? void 0 : v.properties) || {}, $ = p(M, w, R, P, b, C);
540
+ const M = (v == null ? void 0 : v.properties) || {}, $ = p(M, k, R, w, b, T);
539
541
  return { categoryId: i, categoryName: B, properties: $ };
540
542
  }
541
543
  return { categoryId: i, categoryName: "", properties: [] };
542
544
  }
543
- function g(i, s, f, b, C) {
544
- const F = i.type, k = n(i), P = {};
545
- let S = C || e[F];
545
+ function g(i, a, f, b, T) {
546
+ const F = i.type, P = n(i), w = {};
547
+ let S = T || e[F];
546
548
  if (!(S && Object.keys(S).length > 0) && f && f.getPropConfig && (S = f.getPropConfig(b)), S && S.categories) {
547
- const w = [];
548
- return Object.keys(S.categories).map((T) => {
549
- const v = S.categories[T];
549
+ const k = [];
550
+ return Object.keys(S.categories).map((C) => {
551
+ const v = S.categories[C];
550
552
  if (v.$ref) {
551
- w.push(u(T, v, i, s, b));
553
+ k.push(u(C, v, i, a, b));
552
554
  return;
553
555
  }
554
- const B = v == null ? void 0 : v.title, M = v == null ? void 0 : v.tabId, $ = v == null ? void 0 : v.tabName, E = v == null ? void 0 : v.hide, O = v == null ? void 0 : v.hideTitle, h = p(v.properties || {}, P, k, i, s, b, v.$converter), { setPropertyRelates: H } = v, z = v == null ? void 0 : v.parentPropertyID;
555
- w.push({ categoryId: T, categoryName: B, tabId: M, tabName: $, hide: E, properties: h, hideTitle: O, setPropertyRelates: H, parentPropertyID: z });
556
- }), w;
556
+ const B = v == null ? void 0 : v.title, M = v == null ? void 0 : v.tabId, $ = v == null ? void 0 : v.tabName, E = v == null ? void 0 : v.hide, O = v == null ? void 0 : v.hideTitle, z = p(v.properties || {}, w, P, i, a, b, v.$converter), { setPropertyRelates: I } = v, L = v == null ? void 0 : v.parentPropertyID;
557
+ k.push({ categoryId: C, categoryName: B, tabId: M, tabName: $, hide: E, properties: z, hideTitle: O, setPropertyRelates: I, parentPropertyID: L });
558
+ }), k;
557
559
  }
558
560
  return [];
559
561
  }
@@ -563,58 +565,58 @@ function V(e, t, n) {
563
565
  propertyConverterMap: r
564
566
  };
565
567
  }
566
- const j = {}, J = {};
567
- V(j, J, ce);
568
- const Q = {}, X = {}, { getSchemaByType: Ie, resolveSchemaWithDefaultValue: Be, resolveSchemaToProps: Ae, mappingSchemaToProps: Le, setDesignerContext: Ge } = G(Q, X), Y = {}, Z = {};
569
- V(Y, Z, Be);
570
- function Ue(e, t, n = /* @__PURE__ */ new Map(), r = (a, d, y, l) => d, c = {}, m = (a) => a) {
571
- return U[t.title] = t, q[t.title] = r, j[t.title] = c, J[t.title] = m, Q[t.title] = t, X[t.title] = r, Y[t.title] = c, Z[t.title] = m, (a = {}, d = !0) => {
568
+ const V = {}, J = {};
569
+ j(V, J, se);
570
+ const Q = {}, X = {}, { getSchemaByType: he, resolveSchemaWithDefaultValue: Be, resolveSchemaToProps: Ae, mappingSchemaToProps: He, setDesignerContext: Ge } = G(Q, X), Y = {}, Z = {};
571
+ j(Y, Z, Be);
572
+ function Ue(e, t, n = /* @__PURE__ */ new Map(), r = (c, d, y, l) => d, s = {}, m = (c) => c) {
573
+ return U[t.title] = t, W[t.title] = r, V[t.title] = s, J[t.title] = m, Q[t.title] = t, X[t.title] = r, Y[t.title] = s, Z[t.title] = m, (c = {}, d = !0) => {
572
574
  if (!d)
573
- return _(a, n);
574
- const y = W(a, t, n), l = Object.keys(e).reduce((p, o) => (p[o] = e[o].default, p), {});
575
+ return _(c, n);
576
+ const y = q(c, t, n), l = Object.keys(e).reduce((p, o) => (p[o] = e[o].default, p), {});
575
577
  return Object.assign(l, y);
576
578
  };
577
579
  }
578
- function Ne(e, t, n, r, c) {
579
- const { schemaMap: m, schemaResolverMap: a, propertyConfigSchemaMap: d, propertyEffectMap: y } = c;
580
- m[e.title] = e, a[e.title] = t, d[e.title] = n, y[e.title] = r;
580
+ function Ne(e, t, n, r, s) {
581
+ const { schemaMap: m, schemaResolverMap: c, propertyConfigSchemaMap: d, propertyEffectMap: y } = s;
582
+ m[e.title] = e, c[e.title] = t, d[e.title] = n, y[e.title] = r;
581
583
  }
582
- function qe(e, t, n = /* @__PURE__ */ new Map(), r = (a, d, y, l) => d, c = {}, m = (a) => a) {
583
- return (a) => (Ne(t, r, c, m, a), (d = {}, y = !0) => {
584
+ function We(e, t, n = /* @__PURE__ */ new Map(), r = (c, d, y, l) => d, s = {}, m = (c) => c) {
585
+ return (c) => (Ne(t, r, s, m, c), (d = {}, y = !0) => {
584
586
  if (!y)
585
587
  return _(d, n);
586
- const l = W(d, t, n), p = Object.keys(e).reduce((o, u) => (o[u] = e[u].default, o), {});
588
+ const l = q(d, t, n), p = Object.keys(e).reduce((o, u) => (o[u] = e[u].default, o), {});
587
589
  return Object.assign(p, l);
588
590
  });
589
591
  }
590
- function We(e, t) {
592
+ function qe(e, t) {
591
593
  return { customClass: t.class, customStyle: t.style };
592
594
  }
593
595
  function _e(e, t) {
594
- var r, c;
596
+ var r, s;
595
597
  const n = {};
596
598
  if (t != null && t.buttons) {
597
599
  const m = [];
598
- (r = t == null ? void 0 : t.buttons) == null || r.map((a) => {
600
+ (r = t == null ? void 0 : t.buttons) == null || r.map((c) => {
599
601
  const d = {};
600
- Object.keys(a).map((y) => {
602
+ Object.keys(c).map((y) => {
601
603
  var l;
602
- y === "appearance" ? d.class = ((l = a[y]) == null ? void 0 : l.class) || "" : d[y] = a[y];
604
+ y === "appearance" ? d.class = ((l = c[y]) == null ? void 0 : l.class) || "" : d[y] = c[y];
603
605
  }), m.push(d);
604
606
  }), n.buttons = m;
605
607
  }
606
- return (c = t == null ? void 0 : t.appearance) != null && c.class && (n.buttonClass = t.appearance.class || "col-6"), t != null && t.id && (n.toolbarId = t.id), t && Object.prototype.hasOwnProperty.call(t, "visible") && (n.buttonsVisible = t.visible), n;
608
+ return (s = t == null ? void 0 : t.appearance) != null && s.class && (n.buttonClass = t.appearance.class || "col-6"), t != null && t.id && (n.toolbarId = t.id), t && Object.prototype.hasOwnProperty.call(t, "visible") && (n.buttonsVisible = t.visible), n;
607
609
  }
608
- function Ve() {
610
+ function je() {
609
611
  function e(t, n) {
610
612
  const { id: r } = t || {};
611
613
  if (t.binding === void 0 || typeof t.binding != "object")
612
614
  return {};
613
- const { field: c } = t.binding || {};
615
+ const { field: s } = t.binding || {};
614
616
  return {
615
617
  modelValue: n.getValue(r),
616
618
  "onUpdate:modelValue": (m) => {
617
- n.setValue(r, c, m);
619
+ n.setValue(r, s, m);
618
620
  }
619
621
  };
620
622
  }
@@ -622,10 +624,10 @@ function Ve() {
622
624
  resolve: e
623
625
  };
624
626
  }
625
- function je() {
627
+ function Ve() {
626
628
  function e(t, n) {
627
- const { id: r } = t || {}, { dataSource: c } = t || {};
628
- return c === void 0 ? {} : {
629
+ const { id: r } = t || {}, { dataSource: s } = t || {};
630
+ return s === void 0 ? {} : {
629
631
  data: n.getValue(r),
630
632
  "onUpdate:data": (...m) => {
631
633
  }
@@ -637,8 +639,8 @@ function je() {
637
639
  }
638
640
  function Je() {
639
641
  function e(t, n) {
640
- const { id: r } = t || {}, { dataSource: c } = t || {};
641
- return c === void 0 ? {} : {};
642
+ const { id: r } = t || {}, { dataSource: s } = t || {};
643
+ return s === void 0 ? {} : {};
642
644
  }
643
645
  return {
644
646
  resolve: e
@@ -648,7 +650,7 @@ function Qe() {
648
650
  function e(t, n) {
649
651
  const { path: r } = t.binding || {};
650
652
  return r ? {
651
- "onUpdate:dataMapping": (...c) => {
653
+ "onUpdate:dataMapping": (...s) => {
652
654
  }
653
655
  } : {};
654
656
  }
@@ -658,8 +660,8 @@ function Qe() {
658
660
  }
659
661
  function Xe() {
660
662
  function e(t, n) {
661
- const { id: r } = t || {}, { dataSource: c } = t || {};
662
- return c === void 0 ? {} : {
663
+ const { id: r } = t || {}, { dataSource: s } = t || {};
664
+ return s === void 0 ? {} : {
663
665
  events: n.getValue(r)
664
666
  };
665
667
  }
@@ -669,12 +671,12 @@ function Xe() {
669
671
  }
670
672
  function Ye() {
671
673
  return (e, t, n) => {
672
- const r = t.id, { type: c } = t, m = e.emits;
673
- return m ? m.filter((a) => a !== "update:modelValue").reduce((a, d) => {
674
+ const r = t.id, { type: s } = t, m = e.emits;
675
+ return m ? m.filter((c) => c !== "update:modelValue").reduce((c, d) => {
674
676
  const y = `on${d.charAt(0).toUpperCase()}${d.slice(1)}`;
675
- return a[y] = (...l) => {
676
- n.dispatch(r, d, c, l);
677
- }, a;
677
+ return c[y] = (...l) => {
678
+ n.dispatch(r, d, s, l);
679
+ }, c;
678
680
  }, {}) : {};
679
681
  };
680
682
  }
@@ -717,7 +719,7 @@ function N(e, t) {
717
719
  if (n.id === t)
718
720
  return n;
719
721
  if (n.children) {
720
- const r = n.children.find((c) => c.id === t);
722
+ const r = n.children.find((s) => s.id === t);
721
723
  if (r)
722
724
  return r;
723
725
  }
@@ -739,8 +741,8 @@ function rt() {
739
741
  const r = (d = t.toolbar) == null ? void 0 : d.buttons;
740
742
  if (!r || r.length < 1)
741
743
  return null;
742
- const [c, m] = n.payloads, a = N(r, m);
743
- return a ? a.onClick || a.click : null;
744
+ const [s, m] = n.payloads, c = N(r, m);
745
+ return c ? c.onClick || c.click : null;
744
746
  }
745
747
  return {
746
748
  resolve: e
@@ -748,13 +750,13 @@ function rt() {
748
750
  }
749
751
  function ot() {
750
752
  function e(t, n) {
751
- const { name: r } = n, [c, m] = n.payloads;
753
+ const { name: r } = n, [s, m] = n.payloads;
752
754
  if (r === "tabChange" || r === "tabRemove")
753
755
  return t[`on${r.charAt(0).toUpperCase()}${r.slice(1)}`];
754
- const a = t.contents;
755
- if (!a || a.length < 1)
756
+ const c = t.contents;
757
+ if (!c || c.length < 1)
756
758
  return null;
757
- const d = a.reduce((l, p) => {
759
+ const d = c.reduce((l, p) => {
758
760
  const o = p.toolbar && p.toolbar.buttons || [];
759
761
  return l.push(...o), l;
760
762
  }, []);
@@ -772,39 +774,39 @@ function it() {
772
774
  const r = t.buttons;
773
775
  if (!r || r.length < 1)
774
776
  return null;
775
- const [c, m] = n.payloads, a = N(r, m);
776
- return a ? a.onClick || a.click : null;
777
+ const [s, m] = n.payloads, c = N(r, m);
778
+ return c ? c.onClick || c.click : null;
777
779
  }
778
780
  return {
779
781
  resolve: e
780
782
  };
781
783
  }
782
- function st() {
784
+ function at() {
783
785
  function e(t, n) {
784
786
  var d;
785
787
  const r = (d = t.toolbar) == null ? void 0 : d.buttons;
786
788
  if (!r || r.length < 1)
787
789
  return null;
788
- const [c, m] = n.payloads, a = N(r, m);
789
- return a ? a.onClick || a.click : null;
790
+ const [s, m] = n.payloads, c = N(r, m);
791
+ return c ? c.onClick || c.click : null;
790
792
  }
791
793
  return {
792
794
  resolve: e
793
795
  };
794
796
  }
795
- function ct() {
797
+ function st() {
796
798
  function e(t, n) {
797
- const { footerToolbar: r, headerToolbar: c } = t, m = ((r == null ? void 0 : r.buttons) || []).concat((c == null ? void 0 : c.buttons) || []);
799
+ const { footerToolbar: r, headerToolbar: s } = t, m = ((r == null ? void 0 : r.buttons) || []).concat((s == null ? void 0 : s.buttons) || []);
798
800
  if (!m || m.length < 1)
799
801
  return null;
800
- const [a, d] = n.payloads, y = N(m, d);
802
+ const [c, d] = n.payloads, y = N(m, d);
801
803
  return y ? y.onClick || y.click : null;
802
804
  }
803
805
  return {
804
806
  resolve: e
805
807
  };
806
808
  }
807
- function at() {
809
+ function ct() {
808
810
  function e(t, n) {
809
811
  const { columns: r } = n;
810
812
  return t.updateColumns(r);
@@ -815,42 +817,42 @@ function at() {
815
817
  }
816
818
  export {
817
819
  Xe as createCalendarBindingResolver,
818
- je as createCollectionBindingResolver,
820
+ Ve as createCollectionBindingResolver,
819
821
  Ze as createDataGridSelectionItemResolver,
820
822
  Qe as createDataMappingBindingResolver,
821
- at as createDataViewUpdateColumnsResolver,
822
- ct as createDrawerEventHandlerResolver,
823
+ ct as createDataViewUpdateColumnsResolver,
824
+ st as createDrawerEventHandlerResolver,
823
825
  nt as createEventHandlerResolver,
824
826
  Ye as createEventsResolver,
825
- Ve as createFormBindingResolver,
827
+ je as createFormBindingResolver,
826
828
  et as createFormGroupEditorResolver,
827
829
  rt as createPageHeaderEventHandlerResolver,
828
830
  Ue as createPropsResolver,
829
831
  it as createResponseToolbarEventHandlerResolver,
830
- st as createSectionEventHandlerResolver,
832
+ at as createSectionEventHandlerResolver,
831
833
  ot as createTabsEventHandlerResolver,
832
834
  Je as createTreeGridBindingResolver,
833
835
  Ke as createTreeGridSelectionItemResolver,
834
836
  tt as createVisiblePropResolver,
835
- qe as getPropsResolverGenerator,
836
- He as getSchemaByType,
837
- Ie as getSchemaByTypeForDesigner,
837
+ We as getPropsResolverGenerator,
838
+ Ie as getSchemaByType,
839
+ he as getSchemaByTypeForDesigner,
838
840
  _ as mappingSchemaToProps,
839
- Le as mappingSchemaToPropsForDesigner,
840
- j as propertyConfigSchemaMap,
841
+ He as mappingSchemaToPropsForDesigner,
842
+ V as propertyConfigSchemaMap,
841
843
  Y as propertyConfigSchemaMapForDesigner,
842
844
  J as propertyEffectMap,
843
845
  Z as propertyEffectMapForDesigner,
844
- We as resolveAppearance,
845
- W as resolveSchemaToProps,
846
+ qe as resolveAppearance,
847
+ q as resolveSchemaToProps,
846
848
  Ae as resolveSchemaToPropsForDesigner,
847
- ce as resolveSchemaWithDefaultValue,
849
+ se as resolveSchemaWithDefaultValue,
848
850
  Be as resolveSchemaWithDefaultValueForDesigner,
849
851
  _e as resolveToolbar,
850
852
  U as schemaMap,
851
853
  Q as schemaMapForDesigner,
852
- q as schemaResolverMap,
854
+ W as schemaResolverMap,
853
855
  X as schemaResolverMapForDesigner,
854
- ze as setDesignerContext,
856
+ Le as setDesignerContext,
855
857
  Ge as setDesignerContextForDesigner
856
858
  };