@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
@@ -9,10 +9,10 @@ import { resolveField as K, useDateFormat as Wt, useResizeObserver as Re, getCus
9
9
  import Bt from "../popover/index.esm.js";
10
10
  import { LocaleService as $t } from "../locale/index.esm.js";
11
11
  import { BaseControlProperty as Rt } from "../property-panel/index.esm.js";
12
- const He = /* @__PURE__ */ new Map([
12
+ const ze = /* @__PURE__ */ new Map([
13
13
  ["appearance", Vt]
14
14
  ]), At = "root-viewmodel";
15
- function Ht(e, t) {
15
+ function zt(e, t) {
16
16
  const {
17
17
  formSchemaUtils: n,
18
18
  designViewModelUtils: o
@@ -38,8 +38,8 @@ function Ht(e, t) {
38
38
  }), a;
39
39
  }
40
40
  function p(f, a, c) {
41
- var v, d, E, s;
42
- const y = (d = (v = a == null ? void 0 : a.parentComponentInstance) == null ? void 0 : v.schema) == null ? void 0 : d.type, r = (s = (E = n.getFormSchema()) == null ? void 0 : E.module) == null ? void 0 : s.templateId;
41
+ var v, u, E, s;
42
+ const y = (u = (v = a == null ? void 0 : a.parentComponentInstance) == null ? void 0 : v.schema) == null ? void 0 : u.type, r = (s = (E = n.getFormSchema()) == null ? void 0 : E.module) == null ? void 0 : s.templateId;
43
43
  if (["double-list-template", "tree-list-template", "list-template"].includes(r))
44
44
  return f;
45
45
  const i = [ye["content-container"].type, ye["response-layout-item"].type, ye["splitter-pane"].type, ye.drawer.type];
@@ -74,10 +74,10 @@ function Ht(e, t) {
74
74
  }), [a];
75
75
  }
76
76
  function I(f) {
77
- var i, v, d;
77
+ var i, v, u;
78
78
  const a = e.getSchemaByType("component"), c = D(f);
79
79
  let y = !1;
80
- const r = (d = (v = (i = f.parentComponentInstance) == null ? void 0 : i.schema) == null ? void 0 : v.appearance) == null ? void 0 : d.class;
80
+ const r = (u = (v = (i = f.parentComponentInstance) == null ? void 0 : i.schema) == null ? void 0 : v.appearance) == null ? void 0 : u.class;
81
81
  return r && r.includes("f-page-main") && (y = !0), Object.assign(a, {
82
82
  id: `${f.componentId}-component`,
83
83
  viewModel: `${f.componentId}-component-viewmodel`,
@@ -106,12 +106,12 @@ function Ye(e, t, n, o) {
106
106
  parentComponentInstance: m,
107
107
  bindTo: ((I = n.bindingSourceContext) == null ? void 0 : I.bindTo) || "",
108
108
  dataSource: (f = (C = n.bindingSourceContext) == null ? void 0 : C.bindingEntity) == null ? void 0 : f.label
109
- }, { createComponent: y } = Ht(e, o);
109
+ }, { createComponent: y } = zt(e, o);
110
110
  return y(c);
111
111
  } else
112
112
  return t;
113
113
  }
114
- const Yt = "https://json-schema.org/draft/2020-12/schema", qt = "https://farris-design.gitee.io/calendar.schema.json", zt = "calendar", Gt = "A Farris Input Component", Ut = "object", _t = {
114
+ const Yt = "https://json-schema.org/draft/2020-12/schema", qt = "https://farris-design.gitee.io/calendar.schema.json", Ht = "calendar", Gt = "A Farris Input Component", Ut = "object", _t = {
115
115
  id: {
116
116
  description: "The unique identifier for calendar",
117
117
  type: "string"
@@ -235,7 +235,7 @@ const Yt = "https://json-schema.org/draft/2020-12/schema", qt = "https://farris-
235
235
  }, Me = {
236
236
  $schema: Yt,
237
237
  $id: qt,
238
- title: zt,
238
+ title: Ht,
239
239
  description: Gt,
240
240
  type: Ut,
241
241
  properties: _t,
@@ -263,14 +263,14 @@ const Yt = "https://json-schema.org/draft/2020-12/schema", qt = "https://farris-
263
263
  customStyle: { type: String, default: "" },
264
264
  enableWeekdayBorder: { type: Boolean, default: !1 },
265
265
  visible: { type: Boolean, default: !0 }
266
- }, ia = Nt(Ne, Me, He, Ye), qe = Ot(
266
+ }, ia = Nt(Ne, Me, ze, Ye), qe = Ot(
267
267
  Me,
268
268
  Me,
269
- He,
269
+ ze,
270
270
  Ye
271
271
  ), X = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];
272
272
  var te = /* @__PURE__ */ ((e) => (e[e.previous = 1] = "previous", e[e.current = 2] = "current", e[e.next = 3] = "next", e))(te || {});
273
- function de() {
273
+ function ue() {
274
274
  function e() {
275
275
  return { year: 0, month: 0, day: 0 };
276
276
  }
@@ -374,9 +374,9 @@ function Qt() {
374
374
  return { daysInMonth: e, daysInPreMonth: n, getNextMonth: o, getPreviousMonth: m };
375
375
  }
376
376
  function Zt() {
377
- const { getToday: e, getDayNumber: t, isWeekEnd: n } = de(), { daysInMonth: o, daysInPreMonth: m, getNextMonth: w, getPreviousMonth: p } = Qt();
378
- function D(d) {
379
- const { day: E, month: s, year: h } = d;
377
+ const { getToday: e, getDayNumber: t, isWeekEnd: n } = ue(), { daysInMonth: o, daysInPreMonth: m, getNextMonth: w, getPreviousMonth: p } = Qt();
378
+ function D(u) {
379
+ const { day: E, month: s, year: h } = u;
380
380
  if (E === void 0 || s === void 0 || h === void 0)
381
381
  throw new Error("invalided date.");
382
382
  const N = E === 1, M = N ? m(s, h) : E - 1, $ = N ? s - 1 : s, S = $ < 1, P = S ? 12 : $;
@@ -386,8 +386,8 @@ function Zt() {
386
386
  day: M
387
387
  };
388
388
  }
389
- function I(d) {
390
- const { day: E, month: s, year: h } = d;
389
+ function I(u) {
390
+ const { day: E, month: s, year: h } = u;
391
391
  if (E === void 0 || s === void 0 || h === void 0)
392
392
  throw new Error("invalided date.");
393
393
  const N = o(s, h), M = E === N, $ = M ? 1 : E + 1, S = M ? s + 1 : s, P = S > 12, x = P ? 1 : S;
@@ -397,59 +397,59 @@ function Zt() {
397
397
  day: $
398
398
  };
399
399
  }
400
- function C(d) {
401
- const E = p(d.month || 1, d.year || 1), s = o(E.month || 1, E.year || 1);
400
+ function C(u) {
401
+ const E = p(u.month || 1, u.year || 1), s = o(E.month || 1, E.year || 1);
402
402
  return {
403
- day: (d.day || 1) <= s ? d.day : s,
403
+ day: (u.day || 1) <= s ? u.day : s,
404
404
  month: E.month,
405
405
  year: E.year
406
406
  };
407
407
  }
408
- function f(d) {
409
- const E = w(d.month || 1, d.year || 1), s = o(E.month || 1, E.year || 1);
408
+ function f(u) {
409
+ const E = w(u.month || 1, u.year || 1), s = o(E.month || 1, E.year || 1);
410
410
  return {
411
- day: (d.day || 1) <= s ? d.day : s,
411
+ day: (u.day || 1) <= s ? u.day : s,
412
412
  month: E.month,
413
413
  year: E.year
414
414
  };
415
415
  }
416
- function a(d) {
416
+ function a(u) {
417
417
  return {
418
- day: d.day,
419
- month: d.month,
420
- year: (d.year || 1) + 1
418
+ day: u.day,
419
+ month: u.month,
420
+ year: (u.year || 1) + 1
421
421
  };
422
422
  }
423
- function c(d) {
423
+ function c(u) {
424
424
  return {
425
- day: d.day,
426
- month: d.month,
427
- year: (d.year || 1) - 1
425
+ day: u.day,
426
+ month: u.month,
427
+ year: (u.year || 1) - 1
428
428
  };
429
429
  }
430
- function y(d) {
431
- const s = (d.day || 1) - 7, h = s < 1, N = h ? o(d.month || 1, d.year || 1) + s : s, M = h ? p(d.month || 1, d.year || 1) : d;
430
+ function y(u) {
431
+ const s = (u.day || 1) - 7, h = s < 1, N = h ? o(u.month || 1, u.year || 1) + s : s, M = h ? p(u.month || 1, u.year || 1) : u;
432
432
  return {
433
433
  day: N,
434
434
  month: M.month,
435
435
  year: M.year
436
436
  };
437
437
  }
438
- function r(d) {
439
- const s = (d.day || 1) + 7, h = o(d.month || 1, d.year || 1), N = s > h, M = N ? s - h : s, $ = N ? w(d.month || 1, d.year || 1) : d;
438
+ function r(u) {
439
+ const s = (u.day || 1) + 7, h = o(u.month || 1, u.year || 1), N = s > h, M = N ? s - h : s, $ = N ? w(u.month || 1, u.year || 1) : u;
440
440
  return {
441
441
  day: M,
442
442
  month: $.month,
443
443
  year: $.year
444
444
  };
445
445
  }
446
- function i(d, E, s, h, N) {
447
- if (d < 1 || E < 1 || s < 1)
446
+ function i(u, E, s, h, N) {
447
+ if (u < 1 || E < 1 || s < 1)
448
448
  throw new Error("Invalid date input");
449
- const M = { day: d, month: E, year: s }, $ = X.indexOf(h);
449
+ const M = { day: u, month: E, year: s }, $ = X.indexOf(h);
450
450
  if ($ === -1)
451
451
  throw new Error("Invalid firstDayOfWeek value");
452
- const P = (t(M) - $ + 7) % 7, x = e(), g = (O) => O.day === x.day && O.month === x.month && O.year === x.year, u = [];
452
+ const P = (t(M) - $ + 7) % 7, x = e(), g = (O) => O.day === x.day && O.month === x.month && O.year === x.year, d = [];
453
453
  let T = { ...M };
454
454
  for (let O = 0; O < P; O++)
455
455
  T = D(T);
@@ -462,7 +462,7 @@ function Zt() {
462
462
  T.month === F.month && T.year === F.year ? b = te.previous : b = te.next;
463
463
  }
464
464
  const j = g(T), V = n(T);
465
- u.push({
465
+ d.push({
466
466
  date: T,
467
467
  monthTag: b,
468
468
  isCurrent: j,
@@ -470,21 +470,21 @@ function Zt() {
470
470
  }), O < 6 && (T = I(T));
471
471
  }
472
472
  return {
473
- days: u,
473
+ days: d,
474
474
  weekNumber: 0,
475
475
  year: s
476
476
  };
477
477
  }
478
- function v(d, E, s, h) {
479
- const N = [], M = { day: 1, month: d, year: E }, $ = t(M), S = X.indexOf(s);
478
+ function v(u, E, s, h) {
479
+ const N = [], M = { day: 1, month: u, year: E }, $ = t(M), S = X.indexOf(s);
480
480
  if (S === -1)
481
481
  throw new Error("Invalid firstDayOfWeek value");
482
482
  const P = ($ - S + 7) % 7;
483
483
  let x = M;
484
- for (let u = 0; u < P; u++)
484
+ for (let d = 0; d < P; d++)
485
485
  x = D(x);
486
486
  let g = x;
487
- for (let u = 0; u < 6; u++) {
487
+ for (let d = 0; d < 6; d++) {
488
488
  const T = i(g.day, g.month, g.year, s, h);
489
489
  N.push(T);
490
490
  for (let L = 0; L < 7; L++)
@@ -508,7 +508,7 @@ function Zt() {
508
508
  const oe = ["year", "month", "week", "day"];
509
509
  var ke = /* @__PURE__ */ ((e) => (e[e.Equal = 0] = "Equal", e[e.NotEqual = 1] = "NotEqual", e[e.Greater = 2] = "Greater", e[e.GreaterOrEqual = 3] = "GreaterOrEqual", e[e.Less = 4] = "Less", e[e.LessOrEqual = 5] = "LessOrEqual", e[e.Like = 6] = "Like", e[e.LikeStartWith = 7] = "LikeStartWith", e[e.LikeEndWith = 8] = "LikeEndWith", e[e.NotLike = 9] = "NotLike", e[e.NotLikeStartWith = 10] = "NotLikeStartWith", e[e.NotLikeEndWith = 11] = "NotLikeEndWith", e[e.Is = 12] = "Is", e[e.IsNot = 13] = "IsNot", e[e.In = 14] = "In", e[e.NotIn = 15] = "NotIn", e))(ke || {}), Se = /* @__PURE__ */ ((e) => (e[e.Empty = 0] = "Empty", e[e.And = 1] = "And", e[e.Or = 2] = "Or", e))(Se || {});
510
510
  function Oe() {
511
- const { getTimeInMilliseconds: e } = de();
511
+ const { getTimeInMilliseconds: e } = ue();
512
512
  function t(r) {
513
513
  return r && r.year !== 0 && r.month !== 0 && r.day !== 0;
514
514
  }
@@ -582,7 +582,7 @@ const Kt = {
582
582
  emits: ["viewChange", "previous", "next", "resetToToday"],
583
583
  setup(e, t) {
584
584
  const n = B(e.title), o = B(e.dailyViewTitle), m = B(e.weeklyViewTitle), w = B(e.monthlyViewTitle), p = B(e.yearViewTitle), D = 2, I = 62, C = B(e.activeView);
585
- Y(() => e.activeView, (v, d) => {
585
+ Y(() => e.activeView, (v, u) => {
586
586
  C.value = v;
587
587
  }), Y(() => e.title, () => {
588
588
  n.value = e.title;
@@ -592,8 +592,8 @@ const Kt = {
592
592
  left: `${C.value * (D + 1) + (C.value - 1) * (I + 1)}px`
593
593
  })), a = A(() => C.value === 4 ? o.value : C.value === 3 ? m.value : C.value === 1 ? p.value : w.value);
594
594
  function c(v) {
595
- const d = oe.indexOf(v) + 1;
596
- C.value = d, t.emit("viewChange", d);
595
+ const u = oe.indexOf(v) + 1;
596
+ C.value = u, t.emit("viewChange", u);
597
597
  }
598
598
  function y() {
599
599
  t.emit("previous", C.value);
@@ -682,8 +682,8 @@ const Kt = {
682
682
  } = le("eventsComposition"), {
683
683
  equal: f
684
684
  } = C, a = B();
685
- function c(g, u) {
686
- return e.enableCrossDay ? p(g, u) : D(g, u);
685
+ function c(g, d) {
686
+ return e.enableCrossDay ? p(g, d) : D(g, d);
687
687
  }
688
688
  const y = B(c(e.dates, w.value));
689
689
  Y(() => e.enableCrossDay, () => {
@@ -694,7 +694,7 @@ const Kt = {
694
694
  m.value = e.activeDay;
695
695
  }), Y(() => e.events, () => {
696
696
  w.value = e.events, y.value = c(e.dates, e.events);
697
- }), Y(() => e.daysInWeek, (g, u) => {
697
+ }), Y(() => e.daysInWeek, (g, d) => {
698
698
  n.value = g;
699
699
  });
700
700
  function r(g) {
@@ -704,31 +704,31 @@ const Kt = {
704
704
  day: m.value.day
705
705
  }, g);
706
706
  }
707
- const i = (g, u, T) => {
707
+ const i = (g, d, T) => {
708
708
  const O = {
709
709
  "f-datepicker-no-currmonth": g.monthTag === te.previous || g.monthTag === te.next,
710
710
  "f-calendar-weekday": g.weekEnd,
711
711
  "f-calendar-workday": !g.weekEnd,
712
712
  "f-calendar-today": g.isCurrent
713
- }, b = `d_${u}_${T}`;
713
+ }, b = `d_${d}_${T}`;
714
714
  return O[b] = !0, O;
715
715
  }, v = (g) => {
716
- const u = g.monthTag === te.current && r(g.date), T = g.isCurrent && o.value;
716
+ const d = g.monthTag === te.current && r(g.date), T = g.isCurrent && o.value;
717
717
  return {
718
718
  "f-calendar-month-view-date": !0,
719
- "f-calendar-month-view-selected": u,
719
+ "f-calendar-month-view-selected": d,
720
720
  "f-calendar-month-view-current": T
721
721
  };
722
722
  };
723
- function d(g, u) {
724
- e.disabled || u.showMore || (g.stopPropagation(), t.emit("click", {
725
- date: u.date,
723
+ function u(g, d) {
724
+ e.disabled || d.showMore || (g.stopPropagation(), t.emit("click", {
725
+ date: d.date,
726
726
  view: "month"
727
727
  }));
728
728
  }
729
- function E(g, u) {
729
+ function E(g, d) {
730
730
  e.disabled || t.emit("moreClick", {
731
- date: u.date,
731
+ date: d.date,
732
732
  view: "month"
733
733
  });
734
734
  }
@@ -739,10 +739,10 @@ const Kt = {
739
739
  const g = a.value;
740
740
  if (!g)
741
741
  return 0;
742
- const u = g.querySelector(".f-calendar--daygrid-row");
743
- if (!u)
742
+ const d = g.querySelector(".f-calendar--daygrid-row");
743
+ if (!d)
744
744
  return 0;
745
- const T = u.offsetHeight;
745
+ const T = d.offsetHeight;
746
746
  return Math.max(0, Math.floor(T / 19) - 1);
747
747
  };
748
748
  function M() {
@@ -755,18 +755,18 @@ const Kt = {
755
755
  }
756
756
  }, [n.value && n.value.map((g) => l("th", null, [g]))])]);
757
757
  }
758
- function $(g, u) {
758
+ function $(g, d) {
759
759
  return l("div", {
760
760
  class: "f-calendar--daygrid-row-header"
761
761
  }, [l("table", null, [l("tbody", null, [l("tr", null, [g.days && g.days.map((T, L) => l("td", {
762
- class: i(T, u, L),
763
- onClick: (O) => d(O, T),
762
+ class: i(T, d, L),
763
+ onClick: (O) => u(O, T),
764
764
  style: "position: relative;"
765
765
  }, null))])])])]);
766
766
  }
767
- function S(g, u) {
767
+ function S(g, d) {
768
768
  return g.days && g.days.map((T, L) => l("td", {
769
- class: i(T, u, L)
769
+ class: i(T, d, L)
770
770
  }, [l("div", {
771
771
  class: "f-calendar-month-view-title"
772
772
  }, [l("div", {
@@ -776,13 +776,13 @@ const Kt = {
776
776
  }, [T.date.day === 1 ? e.monthLabels[T.date.month || 1] : ""])])]));
777
777
  }
778
778
  function P(g) {
779
- const u = Math.max(0, h.value || N()), T = !!(g.events && g.events.length > u), L = ce([...g.events || []]), O = T ? L.slice(0, u) : L;
779
+ const d = Math.max(0, h.value || N()), T = !!(g.events && g.events.length > d), L = ce([...g.events || []]), O = T ? L.slice(0, d) : L;
780
780
  return T && O && O.length > 0 && O[O.length - 1].forEach((b) => {
781
- b.data && (b.showMore = !0, b.moreCount = g.events.length - u + 1);
781
+ b.data && (b.showMore = !0, b.moreCount = g.events.length - d + 1);
782
782
  }), O.map((b, j) => l("tr", null, [b.map((V, F) => V.showMore ? l("td", {
783
783
  colspan: 1,
784
784
  rowspan: 1,
785
- onClick: (q) => d(q, V)
785
+ onClick: (q) => u(q, V)
786
786
  }, [l("a", {
787
787
  class: "f-calendar-event p-0 m-0 pl-1 more-events ",
788
788
  onClick: (q) => E(q, g.days[F])
@@ -791,7 +791,7 @@ const Kt = {
791
791
  }, [e.moreText.replace("#count#", V.moreCount)])])]) : l("td", {
792
792
  colspan: V.colspan || 1,
793
793
  rowspan: V.rowspan || 1,
794
- onClick: (q) => d(q, g.days[F])
794
+ onClick: (q) => u(q, g.days[F])
795
795
  }, [V.data && I(V)]))]));
796
796
  }
797
797
  function x() {
@@ -799,14 +799,14 @@ const Kt = {
799
799
  class: "w-100 h-100"
800
800
  }, [l("div", {
801
801
  class: "f-calendar--daygrid"
802
- }, [y.value.map((g, u) => l("div", {
802
+ }, [y.value.map((g, d) => l("div", {
803
803
  class: "f-calendar--daygrid-row"
804
- }, [$(g, u), l("div", {
804
+ }, [$(g, d), l("div", {
805
805
  class: "f-calendar--daygrid-content"
806
- }, [l("table", null, [l("thead", null, [l("tr", null, [S(g, u)])]), l("tbody", null, [P(g)])])])]))])]);
806
+ }, [l("table", null, [l("thead", null, [l("tr", null, [S(g, d)])]), l("tbody", null, [P(g)])])])]))])]);
807
807
  }
808
- return Y(() => e.height, (g, u) => {
809
- g !== u && Ve(() => {
808
+ return Y(() => e.height, (g, d) => {
809
+ g !== d && Ve(() => {
810
810
  h.value = N(), y.value = [...y.value];
811
811
  });
812
812
  }), ie(() => {
@@ -843,7 +843,7 @@ const Kt = {
843
843
  equal: I
844
844
  } = Oe(), {
845
845
  convertDateToDateObject: C
846
- } = de();
846
+ } = ue();
847
847
  function f(s) {
848
848
  return m.value.days.map((N) => {
849
849
  const M = {
@@ -934,7 +934,7 @@ const Kt = {
934
934
  height: `${44 * ((s.ends.hour || 0) + (s.ends.minute || 0) / 60 - P) - 2 - 2 - 1 - 1}px`
935
935
  };
936
936
  }
937
- function d() {
937
+ function u() {
938
938
  return D.value.map((s) => l("div", {
939
939
  class: i(s)
940
940
  }, [s.events.map((h) => l("div", {
@@ -950,7 +950,7 @@ const Kt = {
950
950
  class: "f-calendar-content-primary"
951
951
  }, [l("div", {
952
952
  class: "f-calendar-content-data"
953
- }, [d()])]);
953
+ }, [u()])]);
954
954
  }
955
955
  return ie(() => {
956
956
  t.value && t.value.scrollTo(0, 250);
@@ -974,7 +974,7 @@ const Kt = {
974
974
  setup(e) {
975
975
  const t = B(), n = B(), o = B(e.dayInWeek), m = B(e.day), w = B(e.enableMarkCurrent), p = B(e.events), D = B([]), {
976
976
  convertDateToDateObject: I
977
- } = de(), {
977
+ } = ue(), {
978
978
  equal: C
979
979
  } = Oe();
980
980
  function f(s) {
@@ -1066,7 +1066,7 @@ const Kt = {
1066
1066
  height: `${44 * ((((O = s.ends) == null ? void 0 : O.hour) || 0) + (((b = s.ends) == null ? void 0 : b.minute) || 0) / 60 - P) - 2 - 2 - 1 - 1}px`
1067
1067
  };
1068
1068
  }
1069
- function d() {
1069
+ function u() {
1070
1070
  return D.value.map((s) => l("div", {
1071
1071
  class: i(s)
1072
1072
  }, [s.events.map((h) => l("div", {
@@ -1082,7 +1082,7 @@ const Kt = {
1082
1082
  class: "f-calendar-content-primary"
1083
1083
  }, [l("div", {
1084
1084
  class: "f-calendar-content-data"
1085
- }, [d()])]);
1085
+ }, [u()])]);
1086
1086
  }
1087
1087
  return ie(() => {
1088
1088
  t.value && t.value.scrollTo(0, 250);
@@ -1247,7 +1247,7 @@ function on() {
1247
1247
  Thu: e("calendar.dayLabels.Thu"),
1248
1248
  Fri: e("calendar.dayLabels.Fri"),
1249
1249
  Sat: e("calendar.dayLabels.Sat")
1250
- }, m = e("calendar.today"), w = e("calendar.thisYear"), p = e("calendar.yearView"), D = e("calendar.monthView"), I = e("calendar.weekView"), C = e("calendar.dayView"), f = e("calendar.titleFormat"), a = e("calendar.yearViewTitleFormat"), c = e("calendar.prevMonth"), y = e("calendar.nextMonth"), r = e("calendar.prevWeek"), i = e("calendar.nextWeek"), v = e("calendar.prevDay"), d = e("calendar.nextDay"), E = e("calendar.prevYear"), s = e("calendar.nextYear"), h = e("calendar.more", "") || "还有 #count# 项...";
1250
+ }, m = e("calendar.today"), w = e("calendar.thisYear"), p = e("calendar.yearView"), D = e("calendar.monthView"), I = e("calendar.weekView"), C = e("calendar.dayView"), f = e("calendar.titleFormat"), a = e("calendar.yearViewTitleFormat"), c = e("calendar.prevMonth"), y = e("calendar.nextMonth"), r = e("calendar.prevWeek"), i = e("calendar.nextWeek"), v = e("calendar.prevDay"), u = e("calendar.nextDay"), E = e("calendar.prevYear"), s = e("calendar.nextYear"), h = e("calendar.more", "") || "还有 #count# 项...";
1251
1251
  return {
1252
1252
  monthLabels: n,
1253
1253
  weekDayLabels: o,
@@ -1261,7 +1261,7 @@ function on() {
1261
1261
  prevWeek: r,
1262
1262
  nextWeek: i,
1263
1263
  prevDay: v,
1264
- nextDay: d,
1264
+ nextDay: u,
1265
1265
  yearViewTitle: p,
1266
1266
  yearViewTitleFormat: a,
1267
1267
  thisYear: w,
@@ -1284,7 +1284,7 @@ function cn(e) {
1284
1284
  const t = ln(e);
1285
1285
  return !isNaN(Number(t));
1286
1286
  }
1287
- function dn(e, t, n, o, m, w, p) {
1287
+ function un(e, t, n, o, m, w, p) {
1288
1288
  const {
1289
1289
  equalOrEarlier: D,
1290
1290
  sameDay: I
@@ -1295,42 +1295,42 @@ function dn(e, t, n, o, m, w, p) {
1295
1295
  formatTo: a
1296
1296
  } = n;
1297
1297
  function c(S, P) {
1298
- S.forEach((u) => {
1299
- u.days.forEach((T) => {
1298
+ S.forEach((d) => {
1299
+ d.days.forEach((T) => {
1300
1300
  T.events = [];
1301
1301
  });
1302
1302
  });
1303
- const x = /* @__PURE__ */ new Map(), g = (u) => {
1304
- if (!u)
1303
+ const x = /* @__PURE__ */ new Map(), g = (d) => {
1304
+ if (!d)
1305
1305
  return null;
1306
- if (x.has(u))
1307
- return x.get(u);
1308
- const T = f(u, "yyyy-MM-dd");
1306
+ if (x.has(d))
1307
+ return x.get(d);
1308
+ const T = f(d, "yyyy-MM-dd");
1309
1309
  if (!T)
1310
1310
  return null;
1311
1311
  const L = C(T);
1312
- return x.set(u, L), L;
1312
+ return x.set(d, L), L;
1313
1313
  };
1314
- return P.forEach((u) => {
1314
+ return P.forEach((d) => {
1315
1315
  const {
1316
1316
  eventDateField: T,
1317
1317
  startDateField: L
1318
- } = e, O = K(u, T) || K(u, L), b = g(O);
1318
+ } = e, O = K(d, T) || K(d, L), b = g(O);
1319
1319
  b && S.forEach((j) => {
1320
1320
  j.days.forEach((V) => {
1321
1321
  var F;
1322
1322
  I(V.date, b) && ((F = V.events) == null || F.push({
1323
- id: u[e.idField],
1323
+ id: d[e.idField],
1324
1324
  data: {
1325
- ...u
1325
+ ...d
1326
1326
  },
1327
1327
  eventDate: b,
1328
1328
  isSingleDay: !0
1329
1329
  }));
1330
1330
  });
1331
1331
  });
1332
- }), S.forEach((u) => {
1333
- const T = [], L = u.days.map((b, j) => b.events && b.events.length > 0 ? b.events.map((V, F) => ({
1332
+ }), S.forEach((d) => {
1333
+ const T = [], L = d.days.map((b, j) => b.events && b.events.length > 0 ? b.events.map((V, F) => ({
1334
1334
  ...V,
1335
1335
  // 在非跨天模式下,colspan为1,rowspan为1
1336
1336
  colspan: 1,
@@ -1349,57 +1349,57 @@ function dn(e, t, n, o, m, w, p) {
1349
1349
  });
1350
1350
  T.push(j);
1351
1351
  }
1352
- u.events = T;
1352
+ d.events = T;
1353
1353
  }), S;
1354
1354
  }
1355
1355
  function y(S, P) {
1356
- S.forEach((u) => {
1357
- u.events = [];
1356
+ S.forEach((d) => {
1357
+ d.events = [];
1358
1358
  });
1359
- const x = /* @__PURE__ */ new Map(), g = (u) => {
1360
- if (!u)
1359
+ const x = /* @__PURE__ */ new Map(), g = (d) => {
1360
+ if (!d)
1361
1361
  return null;
1362
- if (x.has(u))
1363
- return x.get(u);
1364
- const T = f(u, "yyyy-MM-dd");
1362
+ if (x.has(d))
1363
+ return x.get(d);
1364
+ const T = f(d, "yyyy-MM-dd");
1365
1365
  if (!T)
1366
1366
  return null;
1367
1367
  const L = C(T);
1368
- return x.set(u, L), L;
1368
+ return x.set(d, L), L;
1369
1369
  };
1370
- return P.forEach((u) => {
1370
+ return P.forEach((d) => {
1371
1371
  const {
1372
1372
  startDateField: T,
1373
1373
  endDateField: L
1374
- } = e, O = g(K(u, T)), b = g(K(u, L));
1374
+ } = e, O = g(K(d, T)), b = g(K(d, L));
1375
1375
  !O || !b || S.forEach((j) => {
1376
- var W, H, G, _;
1376
+ var W, z, G, _;
1377
1377
  const V = j.days[0].date, F = j.days[j.days.length - 1].date;
1378
1378
  if (!(D(b, V, !1) || D(F, O, !1)))
1379
1379
  if (I(O, b))
1380
1380
  (W = j.events) == null || W.push({
1381
- id: u[e.idField],
1381
+ id: d[e.idField],
1382
1382
  data: {
1383
- ...u
1383
+ ...d
1384
1384
  },
1385
1385
  eventDate: O,
1386
1386
  isSingleDay: !0
1387
1387
  });
1388
1388
  else {
1389
- const J = D(V, O, !1) ? O : V, z = D(b, F, !1) ? b : F;
1389
+ const J = D(V, O, !1) ? O : V, H = D(b, F, !1) ? b : F;
1390
1390
  let Q = -1, ae = -1;
1391
- j.days.forEach((ue, fe) => {
1392
- I(ue.date, J) && (Q = fe), I(ue.date, z) && (ae = fe);
1393
- }), Q !== -1 && ae !== -1 && ((H = j.events) == null || H.push({
1394
- id: u[e.idField],
1391
+ j.days.forEach((de, fe) => {
1392
+ I(de.date, J) && (Q = fe), I(de.date, H) && (ae = fe);
1393
+ }), Q !== -1 && ae !== -1 && ((z = j.events) == null || z.push({
1394
+ id: d[e.idField],
1395
1395
  data: {
1396
- ...u
1396
+ ...d
1397
1397
  },
1398
1398
  // 修复:eventDate 应该是事件在整个事件范围内的起始日期
1399
1399
  eventDate: O,
1400
1400
  // 添加在当前周的起始和结束日期
1401
1401
  startDate: J,
1402
- endDate: z,
1402
+ endDate: H,
1403
1403
  // 添加在当前周的起始和结束索引
1404
1404
  startIndex: Q,
1405
1405
  endIndex: ae,
@@ -1409,29 +1409,29 @@ function dn(e, t, n, o, m, w, p) {
1409
1409
  }
1410
1410
  else
1411
1411
  I(O, F) && !I(b, F) && ((G = j.events) == null || G.push({
1412
- id: `${u[e.idField]}_start`,
1412
+ id: `${d[e.idField]}_start`,
1413
1413
  data: {
1414
- ...u
1414
+ ...d
1415
1415
  },
1416
1416
  eventDate: O,
1417
1417
  isSingleDay: !0,
1418
1418
  isOverlapping: !0,
1419
- originalId: u[e.idField]
1419
+ originalId: d[e.idField]
1420
1420
  })), I(b, V) && !I(O, V) && ((_ = j.events) == null || _.push({
1421
- id: `${u[e.idField]}_end`,
1421
+ id: `${d[e.idField]}_end`,
1422
1422
  data: {
1423
- ...u
1423
+ ...d
1424
1424
  },
1425
1425
  eventDate: b,
1426
1426
  isSingleDay: !0,
1427
1427
  isOverlapping: !0,
1428
- originalId: u[e.idField]
1428
+ originalId: d[e.idField]
1429
1429
  }));
1430
1430
  });
1431
- }), S.forEach((u) => {
1432
- u.days.forEach((T, L) => {
1431
+ }), S.forEach((d) => {
1432
+ d.days.forEach((T, L) => {
1433
1433
  var V;
1434
- const O = (V = u.events) == null ? void 0 : V.filter((F) => F.isCrossDay ? L >= F.startIndex && L <= F.endIndex : F.isSingleDay ? I({
1434
+ const O = (V = d.events) == null ? void 0 : V.filter((F) => F.isCrossDay ? L >= F.startIndex && L <= F.endIndex : F.isSingleDay ? I({
1435
1435
  year: F.eventDate.year,
1436
1436
  month: F.eventDate.month,
1437
1437
  day: F.eventDate.day
@@ -1441,8 +1441,8 @@ function dn(e, t, n, o, m, w, p) {
1441
1441
  day: T.date.day
1442
1442
  }) : !1), b = O == null ? void 0 : O.find((F) => F.isCrossDay), j = (O == null ? void 0 : O.filter((F) => F.isSingleDay)) || [];
1443
1443
  b && j.length > 0 && j.forEach((F) => {
1444
- var W, H;
1445
- ((W = u.events) == null ? void 0 : W.some((G) => (G.originalId === F.id || G.id === F.id) && I({
1444
+ var W, z;
1445
+ ((W = d.events) == null ? void 0 : W.some((G) => (G.originalId === F.id || G.id === F.id) && I({
1446
1446
  year: G.eventDate.year,
1447
1447
  month: G.eventDate.month,
1448
1448
  day: G.eventDate.day
@@ -1450,7 +1450,7 @@ function dn(e, t, n, o, m, w, p) {
1450
1450
  year: T.date.year,
1451
1451
  month: T.date.month,
1452
1452
  day: T.date.day
1453
- }))) || (H = u.events) == null || H.push({
1453
+ }))) || (z = d.events) == null || z.push({
1454
1454
  id: F.id,
1455
1455
  data: {
1456
1456
  ...F.data
@@ -1462,11 +1462,11 @@ function dn(e, t, n, o, m, w, p) {
1462
1462
  });
1463
1463
  });
1464
1464
  });
1465
- }), S.forEach((u) => {
1465
+ }), S.forEach((d) => {
1466
1466
  const T = [];
1467
1467
  for (let b = 0; b < 10; b++)
1468
1468
  T[b] = Array(7).fill(null);
1469
- [...u.events].sort((b, j) => {
1469
+ [...d.events].sort((b, j) => {
1470
1470
  if (b.isCrossDay && !j.isCrossDay)
1471
1471
  return -1;
1472
1472
  if (!b.isCrossDay && j.isCrossDay)
@@ -1477,7 +1477,7 @@ function dn(e, t, n, o, m, w, p) {
1477
1477
  return V.year !== F.year ? V.year - F.year : V.month !== F.month ? V.month - F.month : V.day - F.day;
1478
1478
  }).forEach((b) => {
1479
1479
  let j = 0, V = !1, F = 0, q = 1;
1480
- for (b.isCrossDay ? (F = b.startIndex, q = b.colspan) : (F = u.days.findIndex((W) => I({
1480
+ for (b.isCrossDay ? (F = b.startIndex, q = b.colspan) : (F = d.days.findIndex((W) => I({
1481
1481
  year: b.eventDate.year,
1482
1482
  month: b.eventDate.month,
1483
1483
  day: b.eventDate.day
@@ -1487,17 +1487,17 @@ function dn(e, t, n, o, m, w, p) {
1487
1487
  day: W.date.day
1488
1488
  })), q = 1); !V && j < T.length; ) {
1489
1489
  let W = !0;
1490
- for (let H = F; H < F + q; H++)
1491
- if (T[j][H] !== null) {
1490
+ for (let z = F; z < F + q; z++)
1491
+ if (T[j][z] !== null) {
1492
1492
  W = !1;
1493
1493
  break;
1494
1494
  }
1495
1495
  if (W) {
1496
- for (let H = F; H < F + q; H++)
1497
- T[j][H] = H === F ? b : {
1496
+ for (let z = F; z < F + q; z++)
1497
+ T[j][z] = z === F ? b : {
1498
1498
  ...b,
1499
1499
  isPlaceholder: !0,
1500
- colspan: H === F ? q : 0
1500
+ colspan: z === F ? q : 0
1501
1501
  };
1502
1502
  V = !0;
1503
1503
  } else
@@ -1518,16 +1518,16 @@ function dn(e, t, n, o, m, w, p) {
1518
1518
  }
1519
1519
  O.push(j);
1520
1520
  }
1521
- }), u.events = O;
1521
+ }), d.events = O;
1522
1522
  }), S;
1523
1523
  }
1524
1524
  function r(S, P) {
1525
1525
  const x = {};
1526
1526
  return P.forEach((g) => {
1527
1527
  const {
1528
- eventDateField: u,
1528
+ eventDateField: d,
1529
1529
  startDateField: T
1530
- } = e, L = K(g, u) || K(g, T);
1530
+ } = e, L = K(g, d) || K(g, T);
1531
1531
  if (!L)
1532
1532
  return;
1533
1533
  const O = C(f(L, "yyyy-MM-dd"));
@@ -1551,7 +1551,7 @@ function dn(e, t, n, o, m, w, p) {
1551
1551
  view: i()
1552
1552
  });
1553
1553
  }
1554
- const d = (S, P, x) => {
1554
+ const u = (S, P, x) => {
1555
1555
  const g = K(S, P);
1556
1556
  return typeof g == "string" ? g : g !== null && typeof g == "object" && !Array.isArray(g) && x ? g[x] || "" : g || "";
1557
1557
  };
@@ -1559,13 +1559,13 @@ function dn(e, t, n, o, m, w, p) {
1559
1559
  return Te(e.eventItemFormatter) ? e.eventItemFormatter(S.data, {
1560
1560
  parseToDate: f,
1561
1561
  formatTo: a,
1562
- getValue: d,
1562
+ getValue: u,
1563
1563
  view: i(),
1564
1564
  locale: p
1565
1565
  }) : K(S.data, e.textField || "title");
1566
1566
  }
1567
1567
  function s(S) {
1568
- return Te(e.eventItemFormatter) ? "" : d(S.data, e.textField || "title", p);
1568
+ return Te(e.eventItemFormatter) ? "" : u(S.data, e.textField || "title", p);
1569
1569
  }
1570
1570
  const h = (S) => {
1571
1571
  if (!S || !S.data)
@@ -1579,7 +1579,7 @@ function dn(e, t, n, o, m, w, p) {
1579
1579
  const P = e.customEventStyles(S.data, {
1580
1580
  parseToDate: f,
1581
1581
  formatTo: a,
1582
- getValue: d,
1582
+ getValue: u,
1583
1583
  view: i(),
1584
1584
  locale: p
1585
1585
  });
@@ -1655,47 +1655,47 @@ const ne = /* @__PURE__ */ ee({
1655
1655
  nextDay: r,
1656
1656
  yearViewTitle: i,
1657
1657
  yearViewTitleFormat: v,
1658
- thisYear: d,
1658
+ thisYear: u,
1659
1659
  prevYear: E,
1660
1660
  nextYear: s,
1661
1661
  moreText: h,
1662
1662
  locale: N
1663
- } = on(), M = Oe(), $ = Wt(), S = de(), {
1663
+ } = on(), M = Oe(), $ = Wt(), S = ue(), {
1664
1664
  sameDay: P
1665
1665
  } = M, {
1666
1666
  getToday: x,
1667
1667
  convertDateToDateObject: g
1668
1668
  } = S, {
1669
- parseToDate: u
1670
- } = $, T = B(e.firstDayOfTheWeek), L = B(e.events), O = B(e.enableCrossDay), b = x(), j = B(e.activeDate), V = B(0), F = B(e.visible), q = dn(e, S, $, M, t, V, N);
1669
+ parseToDate: d
1670
+ } = $, T = B(e.firstDayOfTheWeek), L = B(e.events), O = B(e.enableCrossDay), b = x(), j = B(e.activeDate), V = B(0), F = B(e.visible), q = un(e, S, $, M, t, V, N);
1671
1671
  Et("eventsComposition", q);
1672
1672
  const W = B({
1673
1673
  year: b.year || 1,
1674
1674
  month: b.month || 1,
1675
1675
  day: b.day || 1
1676
1676
  });
1677
- function H() {
1678
- typeof j.value == "string" && (j.value = u(j.value, "yyyy-MM-dd")), cn(j.value) && (W.value = g(j.value));
1677
+ function z() {
1678
+ typeof j.value == "string" && (j.value = d(j.value, "yyyy-MM-dd")), cn(j.value) && (W.value = g(j.value));
1679
1679
  }
1680
- H(), Y(() => e.activeDate, () => {
1681
- j.value = e.activeDate, H();
1680
+ z(), Y(() => e.activeDate, () => {
1681
+ j.value = e.activeDate, z();
1682
1682
  }), Y(() => e.firstDayOfTheWeek, (k, R) => {
1683
1683
  k !== R && (T.value = k);
1684
1684
  }), Y(() => e.enableCrossDay, (k, R) => {
1685
1685
  k !== R && (O.value = k);
1686
1686
  });
1687
1687
  const G = B(e.width), _ = B(e.height), J = B();
1688
- function z() {
1688
+ function H() {
1689
1689
  const k = oe.some((R) => R === e.defaultView) ? e.defaultView : "month";
1690
1690
  V.value = oe.indexOf(k) + 1;
1691
1691
  }
1692
- z(), Y(() => e.defaultView, (k, R) => {
1693
- z();
1692
+ H(), Y(() => e.defaultView, (k, R) => {
1693
+ H();
1694
1694
  });
1695
1695
  const {
1696
1696
  getMonthlyCalendar: Q,
1697
1697
  getWeeklyCalendar: ae,
1698
- getPreviousDay: ue,
1698
+ getPreviousDay: de,
1699
1699
  getNextDay: fe,
1700
1700
  getDayInPreviousWeek: Je,
1701
1701
  getDayInNextWeek: Xe,
@@ -1703,7 +1703,7 @@ const ne = /* @__PURE__ */ ee({
1703
1703
  getDayInNextMonth: Ze,
1704
1704
  getNextYear: Ke,
1705
1705
  getPreviousYear: et
1706
- } = Zt(), tt = A(() => V.value === 1 ? v.replace("yyyy", "" + W.value.year) : n.replace("yyyy", "" + W.value.year).replace("MM", "" + W.value.month)), nt = A(() => V.value === 1 ? d : o), at = A(() => {
1706
+ } = Zt(), tt = A(() => V.value === 1 ? v.replace("yyyy", "" + W.value.year) : n.replace("yyyy", "" + W.value.year).replace("MM", "" + W.value.month)), nt = A(() => V.value === 1 ? u : o), at = A(() => {
1707
1707
  const k = [], R = X.indexOf(T.value);
1708
1708
  if (R !== -1) {
1709
1709
  let U = R;
@@ -1754,15 +1754,15 @@ const ne = /* @__PURE__ */ ee({
1754
1754
  });
1755
1755
  };
1756
1756
  function lt(k) {
1757
- k === 1 && (W.value = et(W.value), be()), k === 2 && (W.value = Qe(W.value), ge()), k === 3 && (W.value = Je(W.value)), k === 4 && (W.value = ue(W.value));
1757
+ k === 1 && (W.value = et(W.value), be()), k === 2 && (W.value = Qe(W.value), ge()), k === 3 && (W.value = Je(W.value)), k === 4 && (W.value = de(W.value));
1758
1758
  }
1759
1759
  function st(k) {
1760
1760
  k === 1 && (W.value = Ke(W.value), be()), k === 2 && (W.value = Ze(W.value), ge()), k === 3 && (W.value = Xe(W.value)), k === 4 && (W.value = fe(W.value));
1761
1761
  }
1762
1762
  const We = () => {
1763
1763
  oe[V.value - 1] === "year" ? be() : ge();
1764
- }, ct = A(() => [E, m, a, y][V.value - 1]), dt = A(() => [s, w, c, r][V.value - 1]);
1765
- function ut() {
1764
+ }, ct = A(() => [E, m, a, y][V.value - 1]), ut = A(() => [s, w, c, r][V.value - 1]);
1765
+ function dt() {
1766
1766
  W.value = {
1767
1767
  year: b.year || 1,
1768
1768
  month: b.month || 1,
@@ -1856,7 +1856,7 @@ const ne = /* @__PURE__ */ ee({
1856
1856
  title: tt.value,
1857
1857
  enableMoreView: e.enableMoreView,
1858
1858
  previousText: ct.value,
1859
- nextText: dt.value,
1859
+ nextText: ut.value,
1860
1860
  monthlyViewTitle: D,
1861
1861
  weeklyViewTitle: I,
1862
1862
  dailyViewTitle: p,
@@ -1864,7 +1864,7 @@ const ne = /* @__PURE__ */ ee({
1864
1864
  onViewChange: (k) => vt(k),
1865
1865
  onPrevious: (k) => lt(k),
1866
1866
  onNext: (k) => st(k),
1867
- onResetToToday: () => ut()
1867
+ onResetToToday: () => dt()
1868
1868
  }, null), l("div", {
1869
1869
  class: "f-utils-fill"
1870
1870
  }, [V.value === 4 && l(Ie, {
@@ -1959,9 +1959,14 @@ const ne = /* @__PURE__ */ ee({
1959
1959
  "discussion-list": { type: "discussion-list", name: "评论列表" },
1960
1960
  comment: { type: "comment", name: "评论区" },
1961
1961
  "rich-text-editor": { type: "rich-text-editor", name: "富文本", icon: "rich-text-box" },
1962
- calendar: { type: "calendar", name: "日历", icon: "date-picker" }
1962
+ calendar: { type: "calendar", name: "日历", icon: "date-picker" },
1963
+ wizard: { type: "wizard", name: "向导", icon: "wizard" },
1964
+ "wizard-page": { type: "wizard-page", name: "向导页", icon: "wizard" },
1965
+ "wizard-page-detail": { type: "wizard-page-detail", name: "向导详情", icon: "wizard" },
1966
+ step: { type: "step", name: "步骤条", icon: "step" },
1967
+ "dynamic-form": { type: "dynamic-form", name: "动态表单" }
1963
1968
  };
1964
- function ze(e, t) {
1969
+ function He(e, t) {
1965
1970
  return l("h5", {
1966
1971
  style: "display: flex;justify-content: space-between;align-items: center;"
1967
1972
  }, [se("示例代码:"), l("button", {
@@ -1986,7 +1991,7 @@ context: 提供一些时间转换方法,以及获取日程数据的方法
1986
1991
  // 当前语言编码
1987
1992
  locale: string
1988
1993
  ${e ? "此方法返回一个字符串,可包括HTML代码,如:<div>...</div>" : "此方法返回一个对象,包含cls和styles两个属性,cls为事件样式类名,styles为事件样式对象"}
1989
- */`, un = (e) => {
1994
+ */`, dn = (e) => {
1990
1995
  const t = `(data, context) => {
1991
1996
  /**
1992
1997
  * const {formatTo, view, locale, getValue} = context;
@@ -2001,7 +2006,7 @@ ${e ? "此方法返回一个字符串,可包括HTML代码,如:<div>...</di
2001
2006
  styles: { fontWeight: 'bold' }
2002
2007
  }
2003
2008
  }`;
2004
- return l(Ae, null, [ze(e, t), l("pre", {
2009
+ return l(Ae, null, [He(e, t), l("pre", {
2005
2010
  style: "height: calc(100% - 35px);margin: 0;"
2006
2011
  }, [l("code", null, [se(" "), `${Ge(!1)}
2007
2012
  ${t}
@@ -2023,7 +2028,7 @@ ${t}
2023
2028
  <div style="\${styles}">\${formatTo(data.beginTime, timeFmt)}</div>
2024
2029
  </div>\`
2025
2030
  }`;
2026
- return l(Ae, null, [ze(e, t), l("pre", {
2031
+ return l(Ae, null, [He(e, t), l("pre", {
2027
2032
  style: "height: calc(100% - 35px);margin: 0;"
2028
2033
  }, [l("code", null, [se(" "), `${Ge()}
2029
2034
  ${t}
@@ -2266,7 +2271,7 @@ class mn extends Rt {
2266
2271
  editor: {
2267
2272
  type: "code-editor",
2268
2273
  language: "javascript",
2269
- leftTemplate: un
2274
+ leftTemplate: dn
2270
2275
  }
2271
2276
  }
2272
2277
  },
@@ -2345,17 +2350,17 @@ function vn(e, t) {
2345
2350
  var a, c, y, r;
2346
2351
  if (e && t) {
2347
2352
  const i = (a = e == null ? void 0 : e.componentInstance) == null ? void 0 : a.value.belongedComponentId;
2348
- let v = "", d = "";
2353
+ let v = "", u = "";
2349
2354
  const { formSchemaUtils: E } = t;
2350
2355
  if (i) {
2351
2356
  const h = E.getRootViewModelId(), N = E.getComponentByViewModelId(h), M = E.selectNode(N, ($) => $.contents && $.contents.find((S) => S.component === i));
2352
- (M == null ? void 0 : M.type) === ((c = he["tab-page"]) == null ? void 0 : c.type) && ((y = M == null ? void 0 : M.contents) != null && y.length) && (v = M.title || ""), (M == null ? void 0 : M.type) === ((r = he.section) == null ? void 0 : r.type) && (M == null ? void 0 : M.showHeader) !== !1 && (v = M.mainTitle || ""), v = v ? `${v} > ` : "", d = v ? M.id : "";
2357
+ (M == null ? void 0 : M.type) === ((c = he["tab-page"]) == null ? void 0 : c.type) && ((y = M == null ? void 0 : M.contents) != null && y.length) && (v = M.title || ""), (M == null ? void 0 : M.type) === ((r = he.section) == null ? void 0 : r.type) && (M == null ? void 0 : M.showHeader) !== !1 && (v = M.mainTitle || ""), v = v ? `${v} > ` : "", u = v ? M.id : "";
2353
2358
  }
2354
2359
  const s = he.calendar.name;
2355
2360
  t == null || t.formSchemaUtils.getControlBasicInfoMap().set(e.schema.id, {
2356
2361
  componentTitle: s,
2357
2362
  parentPathName: `${v}${s}`,
2358
- reliedComponentId: d
2363
+ reliedComponentId: u
2359
2364
  });
2360
2365
  }
2361
2366
  }
@@ -2400,17 +2405,17 @@ const yn = /* @__PURE__ */ ee({
2400
2405
  function Ue(e, t) {
2401
2406
  let n;
2402
2407
  function o(a) {
2403
- const { properties: c, title: y, ignore: r } = a, i = r && Array.isArray(r), v = Object.keys(c).reduce((d, E) => ((!i || !r.find((s) => s === E)) && (d[E] = c[E].type === "object" && c[E].properties ? o(c[E]) : ce(c[E].default)), d), {});
2404
- if (y && (!i || !r.find((d) => d === "id"))) {
2405
- const d = y.toLowerCase().replace(/-/g, "_");
2406
- v.id = `${d}_${Math.random().toString().slice(2, 6)}`;
2408
+ const { properties: c, title: y, ignore: r } = a, i = r && Array.isArray(r), v = Object.keys(c).reduce((u, E) => ((!i || !r.find((s) => s === E)) && (u[E] = c[E].type === "object" && c[E].properties ? o(c[E]) : ce(c[E].default)), u), {});
2409
+ if (y && (!i || !r.find((u) => u === "id"))) {
2410
+ const u = y.toLowerCase().replace(/-/g, "_");
2411
+ v.id = `${u}_${Math.random().toString().slice(2, 6)}`;
2407
2412
  }
2408
2413
  return v;
2409
2414
  }
2410
2415
  function m(a) {
2411
2416
  const { properties: c, title: y, required: r } = a;
2412
2417
  if (r && Array.isArray(r)) {
2413
- const i = r.reduce((v, d) => (v[d] = c[d].type === "object" && c[d].properties ? o(c[d]) : ce(c[d].default), v), {});
2418
+ const i = r.reduce((v, u) => (v[u] = c[u].type === "object" && c[u].properties ? o(c[u]) : ce(c[u].default), v), {});
2414
2419
  if (y && r.find((v) => v === "id")) {
2415
2420
  const v = y.toLowerCase().replace(/-/g, "_");
2416
2421
  i.id = `${v}_${Math.random().toString().slice(2, 6)}`;
@@ -2441,8 +2446,8 @@ function Ue(e, t) {
2441
2446
  if (typeof v == "string")
2442
2447
  r[v] = a[i];
2443
2448
  else {
2444
- const d = v(i, a[i], a);
2445
- Object.assign(r, d);
2449
+ const u = v(i, a[i], a);
2450
+ Object.assign(r, u);
2446
2451
  }
2447
2452
  } else
2448
2453
  r[i] = a[i];
@@ -2462,7 +2467,7 @@ function Ue(e, t) {
2462
2467
  return a;
2463
2468
  const i = p(a, r), v = ((y = a.editor) == null ? void 0 : y.type) || "";
2464
2469
  if (v) {
2465
- const d = e[v], E = p(a.editor, d);
2470
+ const u = e[v], E = p(a.editor, u);
2466
2471
  i.editor = E;
2467
2472
  }
2468
2473
  return i;
@@ -2524,8 +2529,8 @@ function bn(e = {}) {
2524
2529
  return w(C).reduce((y, r) => y && p(r, f), !0);
2525
2530
  }
2526
2531
  function I(C, f) {
2527
- const a = Object.keys(C), c = a.includes("allOf"), y = a.includes("anyOf"), r = c || y, d = (r ? C[r ? c ? "allOf" : "anyOf" : "allOf"] : [C]).map((s) => D(s, f));
2528
- return c ? !d.includes(!1) : d.includes(!0);
2532
+ const a = Object.keys(C), c = a.includes("allOf"), y = a.includes("anyOf"), r = c || y, u = (r ? C[r ? c ? "allOf" : "anyOf" : "allOf"] : [C]).map((s) => D(s, f));
2533
+ return c ? !u.includes(!1) : u.includes(!0);
2529
2534
  }
2530
2535
  return { parseValueSchema: I };
2531
2536
  }
@@ -2580,6 +2585,8 @@ const wn = {
2580
2585
  return e.formatter.customFormat;
2581
2586
  if (t === "type")
2582
2587
  return e.formatter.type || "none";
2588
+ if (t === "customFormat")
2589
+ return e.formmater.customFormat;
2583
2590
  }
2584
2591
  return "none";
2585
2592
  }
@@ -2601,29 +2608,17 @@ const wn = {
2601
2608
  ]), t === "enableType" && n === "custom" && (e.command.enable = !0, e.command.commands = [
2602
2609
  {
2603
2610
  value: "add",
2604
- text: {
2605
- en: "add",
2606
- "zh-CHS": "增加",
2607
- "zh-CHT": "增加"
2608
- },
2611
+ text: "增加",
2609
2612
  type: "link"
2610
2613
  },
2611
2614
  {
2612
2615
  value: "edit",
2613
- text: {
2614
- en: "edit",
2615
- "zh-CHS": "编辑",
2616
- "zh-CHT": "編輯"
2617
- },
2616
+ text: "编辑",
2618
2617
  type: "danger"
2619
2618
  },
2620
2619
  {
2621
2620
  value: "remove",
2622
- text: {
2623
- en: "remove",
2624
- "zh-CHS": "删除",
2625
- "zh-CHT": "刪除"
2626
- },
2621
+ text: "删除",
2627
2622
  type: "remove"
2628
2623
  }
2629
2624
  ]), t === "enableType" && n === "unable" && (e.command.enable = !1);
@@ -2641,6 +2636,8 @@ const wn = {
2641
2636
  return e.command.formatter;
2642
2637
  if (t === "count")
2643
2638
  return e.command.count;
2639
+ if (t === "columnWidth")
2640
+ return e.command.columnWidth || 150;
2644
2641
  }
2645
2642
  return "";
2646
2643
  }
@@ -2668,7 +2665,10 @@ const wn = {
2668
2665
  groupFields: []
2669
2666
  });
2670
2667
  },
2671
- convertFrom: (e, t, n) => e.summary && t === "enable" ? e.summary.enable : e.type === "data-grid-column" ? e.enableSummary === void 0 ? !1 : e.enableSummary : ""
2668
+ convertFrom: (e, t, n) => {
2669
+ var o;
2670
+ return t === "customSummaryStyle" ? e.summary.customSummaryStyle : t === "position" ? ((o = e.summary) == null ? void 0 : o[t]) || "bottom" : e.summary && t === "enable" ? e.summary.enable : e.type === "data-grid-column" ? e.enableSummary === void 0 ? !1 : e.enableSummary : "";
2671
+ }
2672
2672
  }, En = {
2673
2673
  convertTo: (e, t, n, o) => {
2674
2674
  e.group ? e.group[t] = n : e.group = {
@@ -2697,9 +2697,9 @@ const wn = {
2697
2697
  }
2698
2698
  }, Vn = {
2699
2699
  convertTo: (e, t, n, o) => {
2700
- e.pagination || (e.pagination = {}), e.pagination[t] = n;
2700
+ e.pagination || (e.pagination = {}), t === "sizeLimits" ? e.pagination.sizeLimits = n.split(",") : e.pagination[t] = n;
2701
2701
  },
2702
- convertFrom: (e, t, n) => e.pagination ? e.pagination[t] : e[t]
2702
+ convertFrom: (e, t, n) => e.pagination ? t === "sizeLimits" ? e.pagination.sizeLimits.join(",") : e.pagination[t] : e[t]
2703
2703
  }, Nn = {
2704
2704
  convertTo: (e, t, n, o) => {
2705
2705
  e.rowNumber || (e.rowNumber = {}), e.rowNumber[t] = n;
@@ -2762,6 +2762,8 @@ const wn = {
2762
2762
  return e.rowOption.customRowStyle;
2763
2763
  if (t === "customCellStyle")
2764
2764
  return e.rowOption.customCellStyle;
2765
+ if (t === "height")
2766
+ return e.rowOption.height;
2765
2767
  }
2766
2768
  return "";
2767
2769
  }
@@ -2840,61 +2842,61 @@ function _e(e, t, n) {
2840
2842
  const v = r.$converter || i;
2841
2843
  return typeof v == "string" && v && o.has(v) ? o.get(v) || null : v || null;
2842
2844
  }
2843
- function f(r, i, v, d, E, s = "", h = "") {
2845
+ function f(r, i, v, u, E, s = "", h = "") {
2844
2846
  return Object.keys(r).map((M) => {
2845
- const $ = B(1), S = M, P = r[M], x = Object.keys(P), g = P.title, u = P.type, T = m.get(u) || { type: "input-group", enableClear: !1 }, L = P.editor ? Object.assign({}, T, P.editor) : Object.assign({}, T), O = D(x, P, i), b = I(x, P, i);
2847
+ const $ = B(1), S = M, P = r[M], x = Object.keys(P), g = P.title, d = P.type, T = m.get(d) || { type: "input-group", enableClear: !1 }, L = P.editor ? Object.assign({}, T, P.editor) : Object.assign({}, T), O = D(x, P, i), b = I(x, P, i);
2846
2848
  L.readonly = L.readonly === void 0 ? b() : L.readonly;
2847
- const j = P.type === "cascade" ? f(P.properties, i, v, d, E, s, h) : [], V = !0;
2849
+ const j = P.type === "cascade" ? f(P.properties, i, v, u, E, s, h) : [], V = !0;
2848
2850
  let F = C(P, h);
2849
2851
  const q = A({
2850
2852
  get() {
2851
2853
  if ($.value) {
2852
2854
  if (["class", "style"].find((Q) => Q === S) && !F && (F = o.get("/converter/appearance.converter") || null), F && F.convertFrom)
2853
2855
  return F.convertFrom(v, M, E, s);
2854
- const z = v[M];
2855
- return Object.prototype.hasOwnProperty.call(P, "defaultValue") && (z === void 0 || typeof z == "string" && z === "") ? P.type === "boolean" ? P.defaultValue : P.defaultValue || "" : z;
2856
+ const H = v[M];
2857
+ return Object.prototype.hasOwnProperty.call(P, "defaultValue") && (H === void 0 || typeof H == "string" && H === "") ? P.type === "boolean" ? P.defaultValue : P.defaultValue || "" : H;
2856
2858
  }
2857
2859
  return null;
2858
2860
  },
2859
- set(z) {
2860
- $.value += 1, F && F.convertTo ? (F.convertTo(d, M, z, E, s), F.convertTo(v, M, z, E, s)) : (d[M] = z, v[M] = z);
2861
+ set(H) {
2862
+ $.value += 1, F && F.convertTo ? (F.convertTo(u, M, H, E, s), F.convertTo(v, M, H, E, s)) : (u[M] = H, v[M] = H);
2861
2863
  }
2862
- }), { refreshPanelAfterChanged: W, description: H, isExpand: G, parentPropertyID: _ } = P, J = { propertyID: S, propertyName: g, propertyType: u, propertyValue: q, editor: L, visible: O, readonly: b, cascadeConfig: j, hideCascadeTitle: V, refreshPanelAfterChanged: W, description: H, isExpand: G, parentPropertyID: _ };
2864
+ }), { refreshPanelAfterChanged: W, description: z, isExpand: G, parentPropertyID: _ } = P, J = { propertyID: S, propertyName: g, propertyType: d, propertyValue: q, editor: L, visible: O, readonly: b, cascadeConfig: j, hideCascadeTitle: V, refreshPanelAfterChanged: W, description: z, isExpand: G, parentPropertyID: _ };
2863
2865
  return i[S] = J, J;
2864
2866
  });
2865
2867
  }
2866
2868
  function a(r, i, v = {}) {
2867
- const d = {}, E = e[r];
2869
+ const u = {}, E = e[r];
2868
2870
  return E && E.categories ? Object.keys(E.categories).map((h) => {
2869
- const N = E.categories[h], M = N == null ? void 0 : N.title, $ = f(N.properties || {}, d, {}, v, i);
2871
+ const N = E.categories[h], M = N == null ? void 0 : N.title, $ = f(N.properties || {}, u, {}, v, i);
2870
2872
  return { categoryId: h, categoryName: M, properties: $ };
2871
2873
  }) : [];
2872
2874
  }
2873
- function c(r, i, v, d, E = "") {
2875
+ function c(r, i, v, u, E = "") {
2874
2876
  const s = i.$ref.schema, h = i.$ref.converter, N = v[s], M = N.type, $ = n(N), S = {}, P = e[M];
2875
2877
  if (P && P.categories) {
2876
2878
  const x = P.categories[r], g = x == null ? void 0 : x.title;
2877
2879
  h && Object.keys(x.properties).forEach((L) => {
2878
2880
  x.properties[L].$converter = h;
2879
2881
  });
2880
- const u = (x == null ? void 0 : x.properties) || {}, T = f(u, S, $, N, d, E);
2882
+ const d = (x == null ? void 0 : x.properties) || {}, T = f(d, S, $, N, u, E);
2881
2883
  return { categoryId: r, categoryName: g, properties: T };
2882
2884
  }
2883
2885
  return { categoryId: r, categoryName: "", properties: [] };
2884
2886
  }
2885
- function y(r, i, v, d, E) {
2887
+ function y(r, i, v, u, E) {
2886
2888
  const s = r.type, h = n(r), N = {};
2887
2889
  let M = E || e[s];
2888
- if (!(M && Object.keys(M).length > 0) && v && v.getPropConfig && (M = v.getPropConfig(d)), M && M.categories) {
2890
+ if (!(M && Object.keys(M).length > 0) && v && v.getPropConfig && (M = v.getPropConfig(u)), M && M.categories) {
2889
2891
  const S = [];
2890
2892
  return Object.keys(M.categories).map((P) => {
2891
2893
  const x = M.categories[P];
2892
2894
  if (x.$ref) {
2893
- S.push(c(P, x, r, i, d));
2895
+ S.push(c(P, x, r, i, u));
2894
2896
  return;
2895
2897
  }
2896
- const g = x == null ? void 0 : x.title, u = x == null ? void 0 : x.tabId, T = x == null ? void 0 : x.tabName, L = x == null ? void 0 : x.hide, O = x == null ? void 0 : x.hideTitle, b = f(x.properties || {}, N, h, r, i, d, x.$converter), { setPropertyRelates: j } = x, V = x == null ? void 0 : x.parentPropertyID;
2897
- S.push({ categoryId: P, categoryName: g, tabId: u, tabName: T, hide: L, properties: b, hideTitle: O, setPropertyRelates: j, parentPropertyID: V });
2898
+ const g = x == null ? void 0 : x.title, d = x == null ? void 0 : x.tabId, T = x == null ? void 0 : x.tabName, L = x == null ? void 0 : x.hide, O = x == null ? void 0 : x.hideTitle, b = f(x.properties || {}, N, h, r, i, u, x.$converter), { setPropertyRelates: j } = x, V = x == null ? void 0 : x.parentPropertyID;
2899
+ S.push({ categoryId: P, categoryName: g, tabId: d, tabName: T, hide: L, properties: b, hideTitle: O, setPropertyRelates: j, parentPropertyID: V });
2898
2900
  }), S;
2899
2901
  }
2900
2902
  return [];
@@ -2905,9 +2907,9 @@ function _e(e, t, n) {
2905
2907
  propertyConverterMap: o
2906
2908
  };
2907
2909
  }
2908
- const Hn = {}, Yn = {};
2909
- _e(Hn, Yn, gn);
2910
- const qn = {}, zn = {}, { resolveSchemaWithDefaultValue: Gn } = Ue(qn, zn), Un = {}, _n = {};
2910
+ const zn = {}, Yn = {};
2911
+ _e(zn, Yn, gn);
2912
+ const qn = {}, Hn = {}, { resolveSchemaWithDefaultValue: Gn } = Ue(qn, Hn), Un = {}, _n = {};
2911
2913
  _e(Un, _n, Gn);
2912
2914
  function Jn() {
2913
2915
  function e(t, n) {