@farris/ui-vue 1.6.5-beta.8 → 1.6.5

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 (121) hide show
  1. package/components/avatar/index.esm.js +334 -334
  2. package/components/avatar/index.umd.cjs +1 -1
  3. package/components/button-edit/index.esm.js +4 -4
  4. package/components/button-edit/index.umd.cjs +1 -1
  5. package/components/combo-list/index.esm.js +136 -133
  6. package/components/combo-list/index.umd.cjs +1 -1
  7. package/components/component/index.esm.js +300 -300
  8. package/components/component/index.umd.cjs +1 -1
  9. package/components/condition/index.esm.js +4 -4
  10. package/components/condition/index.umd.cjs +1 -1
  11. package/components/content-container/index.esm.js +295 -295
  12. package/components/content-container/index.umd.cjs +1 -1
  13. package/components/data-grid/index.esm.js +99 -99
  14. package/components/data-grid/index.umd.cjs +1 -1
  15. package/components/data-view/index.esm.js +3416 -3350
  16. package/components/data-view/index.umd.cjs +1 -1
  17. package/components/designer-canvas/index.esm.js +4 -4
  18. package/components/designer-canvas/index.umd.cjs +1 -1
  19. package/components/dynamic-form/index.esm.js +170 -170
  20. package/components/dynamic-form/index.umd.cjs +1 -1
  21. package/components/events-editor/index.esm.js +637 -637
  22. package/components/events-editor/index.umd.cjs +3 -3
  23. package/components/expression-editor/index.esm.js +699 -696
  24. package/components/expression-editor/index.umd.cjs +4 -4
  25. package/components/filter-bar/index.esm.js +446 -446
  26. package/components/filter-bar/index.umd.cjs +1 -1
  27. package/components/filter-condition-editor/index.esm.js +377 -374
  28. package/components/filter-condition-editor/index.umd.cjs +2 -2
  29. package/components/flow-canvas/index.esm.js +204 -204
  30. package/components/flow-canvas/index.umd.cjs +1 -1
  31. package/components/list-view/index.esm.js +42 -40
  32. package/components/list-view/index.umd.cjs +2 -2
  33. package/components/mapping-editor/index.esm.js +427 -427
  34. package/components/mapping-editor/index.umd.cjs +1 -1
  35. package/components/message-box/index.esm.js +212 -212
  36. package/components/message-box/index.umd.cjs +1 -1
  37. package/components/modal/index.esm.js +276 -276
  38. package/components/modal/index.umd.cjs +1 -1
  39. package/components/number-range/index.esm.js +160 -160
  40. package/components/number-range/index.umd.cjs +1 -1
  41. package/components/number-spinner/index.esm.js +314 -314
  42. package/components/number-spinner/index.umd.cjs +1 -1
  43. package/components/order/index.esm.js +468 -463
  44. package/components/order/index.umd.cjs +2 -2
  45. package/components/popover/index.esm.js +58 -56
  46. package/components/popover/index.umd.cjs +1 -1
  47. package/components/property-panel/index.esm.js +215 -215
  48. package/components/property-panel/index.umd.cjs +2 -2
  49. package/components/query-solution/index.esm.js +4 -4
  50. package/components/query-solution/index.umd.cjs +1 -1
  51. package/components/response-layout/index.esm.js +282 -282
  52. package/components/response-layout/index.umd.cjs +1 -1
  53. package/components/response-layout-editor/index.esm.js +944 -941
  54. package/components/response-layout-editor/index.umd.cjs +1 -1
  55. package/components/schema-selector/index.esm.js +498 -492
  56. package/components/schema-selector/index.umd.cjs +6 -6
  57. package/components/search-box/index.esm.js +76 -72
  58. package/components/search-box/index.umd.cjs +1 -1
  59. package/components/section/index.esm.js +211 -211
  60. package/components/section/index.umd.cjs +1 -1
  61. package/components/sort-condition-editor/index.esm.js +377 -374
  62. package/components/sort-condition-editor/index.umd.cjs +2 -2
  63. package/components/switch/index.esm.js +78 -77
  64. package/components/switch/index.umd.cjs +1 -1
  65. package/components/tabs/index.esm.js +579 -579
  66. package/components/tabs/index.umd.cjs +2 -2
  67. package/components/textarea/index.esm.js +362 -362
  68. package/components/textarea/index.umd.cjs +2 -2
  69. package/components/time-picker/index.css +1 -0
  70. package/components/time-picker/index.esm.js +9799 -0
  71. package/components/time-picker/index.umd.cjs +1 -0
  72. package/components/time-picker/package.json +8 -0
  73. package/components/time-picker/style.js +6 -0
  74. package/components/transfer/index.esm.js +81 -79
  75. package/components/transfer/index.umd.cjs +2 -2
  76. package/components/tree-grid/index.esm.js +100 -100
  77. package/components/tree-grid/index.umd.cjs +1 -1
  78. package/components/tree-view/index.esm.js +2361 -2279
  79. package/components/tree-view/index.umd.cjs +1 -1
  80. package/components/video/index.esm.js +219 -219
  81. package/components/video/index.umd.cjs +1 -1
  82. package/designer/button-edit/index.css +1 -0
  83. package/designer/button-edit/index.esm.js +4856 -0
  84. package/designer/button-edit/index.umd.cjs +1 -0
  85. package/designer/checkbox/index.esm.js +254 -0
  86. package/designer/checkbox/index.umd.cjs +1 -0
  87. package/designer/checkbox-group/index.esm.js +382 -0
  88. package/designer/checkbox-group/index.umd.cjs +1 -0
  89. package/designer/data-grid/index.css +1 -0
  90. package/designer/data-grid/index.esm.js +15439 -0
  91. package/designer/data-grid/index.umd.cjs +23 -0
  92. package/designer/data-view/index.esm.js +854 -0
  93. package/designer/data-view/index.umd.cjs +38 -0
  94. package/designer/drawer/index.css +1 -0
  95. package/designer/drawer/index.esm.js +525 -0
  96. package/designer/drawer/index.umd.cjs +1 -0
  97. package/designer/farris-designer.all.esm.js +22330 -0
  98. package/designer/farris-designer.all.umd.cjs +34 -0
  99. package/designer/index.css +1 -0
  100. package/designer/input-group/index.esm.js +1098 -0
  101. package/designer/input-group/index.umd.cjs +1 -0
  102. package/designer/list-view/index.css +1 -0
  103. package/designer/list-view/index.esm.js +4689 -0
  104. package/designer/list-view/index.umd.cjs +40 -0
  105. package/designer/radio-group/index.css +1 -0
  106. package/designer/radio-group/index.esm.js +6985 -0
  107. package/designer/radio-group/index.umd.cjs +1 -0
  108. package/designer/tree-grid/index.esm.js +1099 -0
  109. package/designer/tree-grid/index.umd.cjs +1 -0
  110. package/farris.all.esm.js +9619 -9535
  111. package/farris.all.umd.cjs +24 -24
  112. package/locales/data-grid/ui/en.json +2 -2
  113. package/locales/designer/en.json +7 -6
  114. package/locales/designer/zh-CHS.json +2 -1
  115. package/locales/designer/zh-CHT.json +2 -1
  116. package/locales/ui/en.json +7 -6
  117. package/locales/ui/zh-CHS.json +2 -1
  118. package/locales/ui/zh-CHT.json +2 -1
  119. package/package.json +1 -1
  120. package/types/combo-list/src/property-config/combo-list.property-config.d.ts +0 -6
  121. package/types/data-view/composition/types.d.ts +10 -4
@@ -474,14 +474,14 @@ function ln(e, n, t) {
474
474
  }
475
475
  function m(f, v, y, T, E, A = "", k = "") {
476
476
  return Object.keys(f).map((C) => {
477
- const x = h(1), w = C, M = f[C], O = Object.keys(M), F = M.title, J = M.type, G = i.get(J) || { type: "input-group", enableClear: !1 }, q = M.editor ? Object.assign({}, G, M.editor) : Object.assign({}, G), Q = d(O, M, v), ie = s(O, M, v);
477
+ const w = h(1), S = C, M = f[C], O = Object.keys(M), F = M.title, J = M.type, G = i.get(J) || { type: "input-group", enableClear: !1 }, q = M.editor ? Object.assign({}, G, M.editor) : Object.assign({}, G), Q = d(O, M, v), ie = s(O, M, v);
478
478
  q.readonly = q.readonly === void 0 ? ie() : q.readonly;
479
479
  const fe = M.type === "cascade" ? m(M.properties, v, y, T, E, A, k) : [], N = !0;
480
480
  let B = u(M, k);
481
481
  const ee = H({
482
482
  get() {
483
- if (x.value) {
484
- if (["class", "style"].find((ve) => ve === w) && !B && (B = o.get("/converter/appearance.converter") || null), B && B.convertFrom)
483
+ if (w.value) {
484
+ if (["class", "style"].find((ve) => ve === S) && !B && (B = o.get("/converter/appearance.converter") || null), B && B.convertFrom)
485
485
  return B.convertFrom(y, C, E, A);
486
486
  const pe = y[C];
487
487
  return Object.prototype.hasOwnProperty.call(M, "defaultValue") && (pe === void 0 || typeof pe == "string" && pe === "") ? M.type === "boolean" ? M.defaultValue : M.defaultValue || "" : pe;
@@ -489,45 +489,45 @@ function ln(e, n, t) {
489
489
  return null;
490
490
  },
491
491
  set(pe) {
492
- x.value += 1, B && B.convertTo ? (B.convertTo(T, C, pe, E, A), B.convertTo(y, C, pe, E, A)) : (T[C] = pe, y[C] = pe);
492
+ w.value += 1, B && B.convertTo ? (B.convertTo(T, C, pe, E, A), B.convertTo(y, C, pe, E, A)) : (T[C] = pe, y[C] = pe);
493
493
  }
494
- }), { refreshPanelAfterChanged: U, description: ae, isExpand: Ce, parentPropertyID: me } = M, te = { propertyID: w, propertyName: F, propertyType: J, propertyValue: ee, editor: q, visible: Q, readonly: ie, cascadeConfig: fe, hideCascadeTitle: N, refreshPanelAfterChanged: U, description: ae, isExpand: Ce, parentPropertyID: me };
495
- return v[w] = te, te;
494
+ }), { refreshPanelAfterChanged: U, description: ae, isExpand: Ce, parentPropertyID: me } = M, te = { propertyID: S, propertyName: F, propertyType: J, propertyValue: ee, editor: q, visible: Q, readonly: ie, cascadeConfig: fe, hideCascadeTitle: N, refreshPanelAfterChanged: U, description: ae, isExpand: Ce, parentPropertyID: me };
495
+ return v[S] = te, te;
496
496
  });
497
497
  }
498
498
  function l(f, v, y = {}) {
499
499
  const T = {}, E = e[f];
500
500
  return E && E.categories ? Object.keys(E.categories).map((k) => {
501
- const S = E.categories[k], C = S == null ? void 0 : S.title, x = m(S.properties || {}, T, {}, y, v);
502
- return { categoryId: k, categoryName: C, properties: x };
501
+ const x = E.categories[k], C = x == null ? void 0 : x.title, w = m(x.properties || {}, T, {}, y, v);
502
+ return { categoryId: k, categoryName: C, properties: w };
503
503
  }) : [];
504
504
  }
505
505
  function p(f, v, y, T, E = "") {
506
- const A = v.$ref.schema, k = v.$ref.converter, S = y[A], C = S.type, x = t(S), w = {}, M = e[C];
506
+ const A = v.$ref.schema, k = v.$ref.converter, x = y[A], C = x.type, w = t(x), S = {}, M = e[C];
507
507
  if (M && M.categories) {
508
508
  const O = M.categories[f], F = O == null ? void 0 : O.title;
509
509
  k && Object.keys(O.properties).forEach((q) => {
510
510
  O.properties[q].$converter = k;
511
511
  });
512
- const J = (O == null ? void 0 : O.properties) || {}, G = m(J, w, x, S, T, E);
512
+ const J = (O == null ? void 0 : O.properties) || {}, G = m(J, S, w, x, T, E);
513
513
  return { categoryId: f, categoryName: F, properties: G };
514
514
  }
515
515
  return { categoryId: f, categoryName: "", properties: [] };
516
516
  }
517
517
  function c(f, v, y, T, E) {
518
- const A = f.type, k = t(f), S = {};
518
+ const A = f.type, k = t(f), x = {};
519
519
  let C = E || e[A];
520
520
  if (C && Object.keys(C).length === 0 && y && y.getPropConfig && (C = y.getPropConfig(T)), C && C.categories) {
521
- const x = [];
522
- return Object.keys(C.categories).map((w) => {
523
- const M = C.categories[w];
521
+ const w = [];
522
+ return Object.keys(C.categories).map((S) => {
523
+ const M = C.categories[S];
524
524
  if (M.$ref) {
525
- x.push(p(w, M, f, v, T));
525
+ w.push(p(S, M, f, v, T));
526
526
  return;
527
527
  }
528
- const O = M == null ? void 0 : M.title, F = M == null ? void 0 : M.tabId, J = M == null ? void 0 : M.tabName, G = M == null ? void 0 : M.hide, q = M == null ? void 0 : M.hideTitle, Q = m(M.properties || {}, S, k, f, v, T, M.$converter), { setPropertyRelates: ie } = M, fe = M == null ? void 0 : M.parentPropertyID;
529
- x.push({ categoryId: w, categoryName: O, tabId: F, tabName: J, hide: G, properties: Q, hideTitle: q, setPropertyRelates: ie, parentPropertyID: fe });
530
- }), x;
528
+ const O = M == null ? void 0 : M.title, F = M == null ? void 0 : M.tabId, J = M == null ? void 0 : M.tabName, G = M == null ? void 0 : M.hide, q = M == null ? void 0 : M.hideTitle, Q = m(M.properties || {}, x, k, f, v, T, M.$converter), { setPropertyRelates: ie } = M, fe = M == null ? void 0 : M.parentPropertyID;
529
+ w.push({ categoryId: S, categoryName: O, tabId: F, tabName: J, hide: G, properties: Q, hideTitle: q, setPropertyRelates: ie, parentPropertyID: fe });
530
+ }), w;
531
531
  }
532
532
  return [];
533
533
  }
@@ -950,8 +950,8 @@ const Hr = {
950
950
  props: Cn,
951
951
  emits: ["change", "update:modelValue"],
952
952
  setup(e, n) {
953
- var x;
954
- const t = h(e.id), o = h(e.customClass), i = h(e.editor), r = h(e.label), a = h(e.modelValue), d = h(e.readonly), s = h(((x = e.editor) == null ? void 0 : x.required) || e.required), u = h(e.showLabel), m = h(e.visible);
953
+ var w;
954
+ const t = h(e.id), o = h(e.customClass), i = h(e.editor), r = h(e.label), a = h(e.modelValue), d = h(e.readonly), s = h(((w = e.editor) == null ? void 0 : w.required) || e.required), u = h(e.showLabel), m = h(e.visible);
955
955
  h(e.type);
956
956
  const l = h(), p = h(e.errors), c = H(() => u.value ? e.showLabelType : "none"), {
957
957
  resolveEditorProps: f,
@@ -964,9 +964,9 @@ const Hr = {
964
964
  "common-group": !0,
965
965
  "q-state-readonly": d.value
966
966
  }));
967
- function A(w, M, O) {
968
- a.value = M !== void 0 ? M : w, n.emit("update:modelValue", a.value), n.emit("change", a.value, {
969
- newValue: w,
967
+ function A(S, M, O) {
968
+ a.value = M !== void 0 ? M : S, n.emit("update:modelValue", a.value), n.emit("change", a.value, {
969
+ newValue: S,
970
970
  newModelValue: M,
971
971
  parameters: O
972
972
  });
@@ -974,9 +974,9 @@ const Hr = {
974
974
  function k() {
975
975
  n.emit("update:modelValue", "");
976
976
  }
977
- const S = H(() => {
978
- const w = i.value.type || "input-group", M = v(w), O = f(w, i.value), F = y(w), J = T(i.value.type);
979
- return J && (O[J] = k), O[F] = A, (O.id == null || O.id === "") && (O.id = t.value), w === "number-range" && i.value.onBeginValueChange && typeof i.value.onBeginValueChange == "function" ? (i.value.onBeginValueChange && typeof i.value.onBeginValueChange == "function" && (O.onBeginValueChange = i.value.onBeginValueChange), i.value.onEndValueChange && typeof i.value.onEndValueChange == "function" && (O.onEndValueChange = i.value.onEndValueChange)) : w === "lookup" && i.value["onUpdate:idValue"] && typeof i.value["onUpdate:idValue"] == "function" ? (O["onUpdate:idValue"] = i.value["onUpdate:idValue"], O.id = t.value) : w === "collection-property-editor" && i.value.onSelectionChange && typeof i.value.onSelectionChange == "function" ? O.onSelectionChange = i.value.onSelectionChange : w === "property-editor" && (O.onBeforeOpenVariables = i.value.onBeforeOpenVariables), () => g(M, xt({
977
+ const x = H(() => {
978
+ const S = i.value.type || "input-group", M = v(S), O = f(S, i.value), F = y(S), J = T(i.value.type);
979
+ return J && (O[J] = k), O[F] = A, (O.id == null || O.id === "") && (O.id = t.value), S === "number-range" && i.value.onBeginValueChange && typeof i.value.onBeginValueChange == "function" ? (i.value.onBeginValueChange && typeof i.value.onBeginValueChange == "function" && (O.onBeginValueChange = i.value.onBeginValueChange), i.value.onEndValueChange && typeof i.value.onEndValueChange == "function" && (O.onEndValueChange = i.value.onEndValueChange)) : S === "lookup" && i.value["onUpdate:idValue"] && typeof i.value["onUpdate:idValue"] == "function" ? (O["onUpdate:idValue"] = i.value["onUpdate:idValue"], O.id = t.value) : S === "collection-property-editor" && i.value.onSelectionChange && typeof i.value.onSelectionChange == "function" ? O.onSelectionChange = i.value.onSelectionChange : S === "property-editor" && (O.onBeforeOpenVariables = i.value.onBeforeOpenVariables), () => g(M, xt({
980
980
  ref: l
981
981
  }, O, {
982
982
  modelValue: a.value,
@@ -989,9 +989,9 @@ const Hr = {
989
989
  errors: p.value
990
990
  }, null);
991
991
  }
992
- return ye([() => e.id, () => e.customClass, () => e.editor, () => e.label, () => e.modelValue, () => e.readonly, () => e.required, () => e.showLabel, () => e.visible, () => e.errors], ([w, M, O, F, J, G, q, Q, ie, fe]) => {
992
+ return ye([() => e.id, () => e.customClass, () => e.editor, () => e.label, () => e.modelValue, () => e.readonly, () => e.required, () => e.showLabel, () => e.visible, () => e.errors], ([S, M, O, F, J, G, q, Q, ie, fe]) => {
993
993
  var N;
994
- t.value = w, o.value = M, i.value = O, r.value = F, a.value = J, d.value = G, s.value = ((N = i.value) == null ? void 0 : N.required) || q, u.value = Q, m.value = ie, p.value = fe;
994
+ t.value = S, o.value = M, i.value = O, r.value = F, a.value = J, d.value = G, s.value = ((N = i.value) == null ? void 0 : N.required) || q, u.value = Q, m.value = ie, p.value = fe;
995
995
  }), n.expose({
996
996
  editorRef: l
997
997
  }), () => m.value && g("div", {
@@ -1010,7 +1010,7 @@ const Hr = {
1010
1010
  title: r.value
1011
1011
  }, null), g("div", {
1012
1012
  class: "farris-input-wrap"
1013
- }, [S.value(), C()])])])]);
1013
+ }, [x.value(), C()])])])]);
1014
1014
  }
1015
1015
  }), Ur = /* @__PURE__ */ Re({
1016
1016
  name: "FPropertyPanelItem",
@@ -1182,10 +1182,10 @@ const Hr = {
1182
1182
  const t = h(e.width), o = h(e.isWidePanel), i = h(e.enableSearch), r = h(e.mode), a = h(e.isPersitOpenState), d = h(e.isShowPanel), s = h(), u = h(), m = h(e.showCloseBtn), l = h(e.selectedTabId), p = h(!0), c = h(e.isWhiteTheme);
1183
1183
  let f = [], v = [];
1184
1184
  const y = h(""), T = h(), E = h(), A = Xt("SchemaService");
1185
- let k = [], S = null, C = "";
1186
- const x = h(), w = h(0), M = H(() => f.map((X) => !X.hide).length === 1), O = Xt("designerContext");
1185
+ let k = [], x = null, C = "";
1186
+ const w = h(), S = h(0), M = H(() => f.map((X) => !X.hide).length === 1), O = Xt("designerContext");
1187
1187
  function F() {
1188
- v = [], x.value && x.value.categoryList && Array.isArray(x.value.categoryList) && x.value.categoryList.length > 0 && x.value.categoryList.forEach((Y) => {
1188
+ v = [], w.value && w.value.categoryList && Array.isArray(w.value.categoryList) && w.value.categoryList.length > 0 && w.value.categoryList.forEach((Y) => {
1189
1189
  if (Y.properties && Array.isArray(Y.properties) && Y.properties.length > 0) {
1190
1190
  const W = Y.properties.map((re) => (re.category = Y, re.propertyType === "cascade" && re.cascadeConfig && re.cascadeConfig.map((de) => {
1191
1191
  de.category = Y, de.cascadeParent = re, v = v.concat(de);
@@ -1275,7 +1275,7 @@ const Hr = {
1275
1275
  tabId: "default",
1276
1276
  tabName: "属性",
1277
1277
  categoryList: []
1278
- }], x.value = null;
1278
+ }], w.value = null;
1279
1279
  return;
1280
1280
  }
1281
1281
  if ((X = s == null ? void 0 : s.value) == null || X.forEach((W) => {
@@ -1297,21 +1297,21 @@ const Hr = {
1297
1297
  }
1298
1298
  }), l.value) {
1299
1299
  const W = f == null ? void 0 : f.find((re) => re.tabId === l.value && !re.hide);
1300
- x.value = W || f[0];
1300
+ w.value = W || f[0];
1301
1301
  } else
1302
- x.value = f[0];
1303
- l.value = (Y = x.value) == null ? void 0 : Y.tabId;
1302
+ w.value = f[0];
1303
+ l.value = (Y = w.value) == null ? void 0 : Y.tabId;
1304
1304
  }
1305
1305
  ye(() => [e.schema, e.isShowPanel], () => {
1306
- u.value = e.schema, !e.schema || !e.schema.type ? s.value = [] : (s.value = jt(u.value, A, S, C), O.filterPropertyEntity && (s.value = O.filterPropertyEntity(s.value, u.value))), me(), ae(y.value), w.value++;
1306
+ u.value = e.schema, !e.schema || !e.schema.type ? s.value = [] : (s.value = jt(u.value, A, x, C), O.filterPropertyEntity && (s.value = O.filterPropertyEntity(s.value, u.value))), me(), ae(y.value), S.value++;
1307
1307
  }), rt(() => {
1308
1308
  me();
1309
1309
  });
1310
1310
  function te(X, Y, W = !0) {
1311
- (!u.value || Y) && (u.value = Y || e.schema), s.value = jt(u.value, A, S, C, X), O.filterPropertyEntity && (s.value = O.filterPropertyEntity(s.value, u.value)), me(), i.value && ae(y.value), W && w.value++;
1311
+ (!u.value || Y) && (u.value = Y || e.schema), s.value = jt(u.value, A, x, C, X), O.filterPropertyEntity && (s.value = O.filterPropertyEntity(s.value, u.value)), me(), i.value && ae(y.value), W && S.value++;
1312
1312
  }
1313
1313
  function pe(X, Y) {
1314
- S = X, C = Y;
1314
+ x = X, C = Y;
1315
1315
  }
1316
1316
  function ve() {
1317
1317
  r.value = r.value === "panel" ? "sidebar" : "panel", r.value === "panel" ? (setTimeout(() => {
@@ -1337,11 +1337,11 @@ const Hr = {
1337
1337
  }, null)])])])])]);
1338
1338
  }
1339
1339
  function _() {
1340
- s.value = jt(u.value, A, S, C), O.filterPropertyEntity && (s.value = O.filterPropertyEntity(s.value, u.value)), me();
1340
+ s.value = jt(u.value, A, x, C), O.filterPropertyEntity && (s.value = O.filterPropertyEntity(s.value, u.value)), me();
1341
1341
  }
1342
1342
  function ce() {
1343
1343
  var X;
1344
- if (i.value && ((X = x.value) == null ? void 0 : X.tabId) !== "commands")
1344
+ if (i.value && ((X = w.value) == null ? void 0 : X.tabId) !== "commands")
1345
1345
  return g("div", {
1346
1346
  class: "search"
1347
1347
  }, [g("div", {
@@ -1377,12 +1377,12 @@ const Hr = {
1377
1377
  function Le(X) {
1378
1378
  n.emit("propertyChanged", {
1379
1379
  ...X,
1380
- designerItem: S
1380
+ designerItem: x
1381
1381
  });
1382
1382
  }
1383
1383
  function Oe() {
1384
1384
  var X, Y;
1385
- if (x.value)
1385
+ if (w.value)
1386
1386
  return g("div", {
1387
1387
  class: "panel-body",
1388
1388
  ref: E
@@ -1390,7 +1390,7 @@ const Hr = {
1390
1390
  class: ["property-grid", {
1391
1391
  "wide-panel": o.value
1392
1392
  }]
1393
- }, [(Y = (X = x.value) == null ? void 0 : X.categoryList) == null ? void 0 : Y.map((W) => !W.hide && g("li", {
1393
+ }, [(Y = (X = w.value) == null ? void 0 : X.categoryList) == null ? void 0 : Y.map((W) => !W.hide && g("li", {
1394
1394
  key: ze(W),
1395
1395
  "data-category-id": W == null ? void 0 : W.categoryId
1396
1396
  }, [!W.hideTitle && g("span", {
@@ -1405,7 +1405,7 @@ const Hr = {
1405
1405
  }, null), W.categoryName]), g("div", {
1406
1406
  hidden: W.status === "closed"
1407
1407
  }, [g(qr, {
1408
- key: `${W == null ? void 0 : W.categoryId}-${w.value}`,
1408
+ key: `${W == null ? void 0 : W.categoryId}-${S.value}`,
1409
1409
  category: W,
1410
1410
  propertyData: u.value,
1411
1411
  onTriggerRefreshPanel: _,
@@ -1439,12 +1439,12 @@ const Hr = {
1439
1439
  }, null)]);
1440
1440
  }
1441
1441
  function ge(X) {
1442
- x.value && x.value.tabId === X.tabId || (x.value = X, l.value = x.value.tabId, y.value = "");
1442
+ w.value && w.value.tabId === X.tabId || (w.value = X, l.value = w.value.tabId, y.value = "");
1443
1443
  }
1444
1444
  function Qe() {
1445
1445
  return f.map((X) => g("div", {
1446
1446
  class: ["title-label", {
1447
- active: x.value && x.value.tabId === X.tabId
1447
+ active: w.value && w.value.tabId === X.tabId
1448
1448
  }, {
1449
1449
  "d-none": X.hide
1450
1450
  }],
@@ -1457,7 +1457,7 @@ const Hr = {
1457
1457
  a.value && (p.value = d.value), me(), fe(y.value);
1458
1458
  });
1459
1459
  function $e() {
1460
- w.value++;
1460
+ S.value++;
1461
1461
  }
1462
1462
  function De() {
1463
1463
  _();
@@ -2250,11 +2250,11 @@ function Qr(e) {
2250
2250
  var E;
2251
2251
  const y = o.get(v.id), T = y.appearance && y.appearance.class;
2252
2252
  if (T) {
2253
- const k = T.split(" ").filter((O) => !O.startsWith("col-")), S = "col-" + v.columnInSM, C = "col-md-" + v.columnInMD, x = "col-xl-" + v.columnInLG, w = "col-el-" + v.columnInEL, M = [S, C, x, w].concat(k);
2253
+ const k = T.split(" ").filter((O) => !O.startsWith("col-")), x = "col-" + v.columnInSM, C = "col-md-" + v.columnInMD, w = "col-xl-" + v.columnInLG, S = "col-el-" + v.columnInEL, M = [x, C, w, S].concat(k);
2254
2254
  y.appearance.class = M.join(" ");
2255
2255
  }
2256
2256
  if (v.fieldSetId) {
2257
- const A = c.contents.find((S) => S.id === v.fieldSetId), k = f.find((S) => S.id === v.fieldSetId);
2257
+ const A = c.contents.find((x) => x.id === v.fieldSetId), k = f.find((x) => x.id === v.fieldSetId);
2258
2258
  k ? (E = k.contents) == null || E.push(y) : (f.push(A), A.contents = [y]);
2259
2259
  } else
2260
2260
  f.push(y);
@@ -2385,12 +2385,12 @@ var Zr = { exports: {} };
2385
2385
  }
2386
2386
  function $e(b) {
2387
2387
  if (!(ce.dragging && q) && !ze(b)) {
2388
- for (var P = b; S(b) && ze(S(b)) === !1; )
2389
- if (_.invalid(b, P) || (b = S(b), !b))
2388
+ for (var P = b; x(b) && ze(x(b)) === !1; )
2389
+ if (_.invalid(b, P) || (b = x(b), !b))
2390
2390
  return;
2391
- var j = S(b);
2391
+ var j = x(b);
2392
2392
  if (j && !_.invalid(b, P)) {
2393
- var Z = _.moves(b, j, P, w(b));
2393
+ var Z = _.moves(b, j, P, S(b));
2394
2394
  if (Z)
2395
2395
  return {
2396
2396
  item: b,
@@ -2407,7 +2407,7 @@ var Zr = { exports: {} };
2407
2407
  P && Y(P);
2408
2408
  }
2409
2409
  function Y(b) {
2410
- $t(b.item, b.source) && (U = b.item.cloneNode(!0), ce.emit("cloned", U, b.item, "copy")), Q = b.source, ie = b.item, B = ee = w(b.item), ce.dragging = !0, ce.emit("drag", ie, Q);
2410
+ $t(b.item, b.source) && (U = b.item.cloneNode(!0), ce.emit("cloned", U, b.item, "copy")), Q = b.source, ie = b.item, B = ee = S(b.item), ce.dragging = !0, ce.emit("drag", ie, Q);
2411
2411
  }
2412
2412
  function W() {
2413
2413
  return !1;
@@ -2415,7 +2415,7 @@ var Zr = { exports: {} };
2415
2415
  function re() {
2416
2416
  if (ce.dragging) {
2417
2417
  var b = U || ie;
2418
- Te(b, S(b));
2418
+ Te(b, x(b));
2419
2419
  }
2420
2420
  }
2421
2421
  function de() {
@@ -2428,18 +2428,18 @@ var Zr = { exports: {} };
2428
2428
  }
2429
2429
  }
2430
2430
  function Te(b, P) {
2431
- var j = S(b);
2431
+ var j = x(b);
2432
2432
  U && _.copySortSource && P === Q && j.removeChild(ie), be(P) ? ce.emit("cancel", b, Q) : ce.emit("drop", b, P, Q, ee), ne();
2433
2433
  }
2434
2434
  function Xe() {
2435
2435
  if (ce.dragging) {
2436
- var b = U || ie, P = S(b);
2436
+ var b = U || ie, P = x(b);
2437
2437
  P && P.removeChild(b), ce.emit(U ? "cancel" : "remove", b, P, Q), ne();
2438
2438
  }
2439
2439
  }
2440
2440
  function I(b) {
2441
2441
  if (ce.dragging) {
2442
- var P = arguments.length > 0 ? b : _.revertOnSpill, j = U || ie, Z = S(j), se = be(Z);
2442
+ var P = arguments.length > 0 ? b : _.revertOnSpill, j = U || ie, Z = x(j), se = be(Z);
2443
2443
  se === !1 && P && (U ? Z && Z.removeChild(U) : Q.insertBefore(j, B)), se || P ? ce.emit("cancel", j, Q, Q) : ce.emit("drop", j, Z, Q, ee), ne();
2444
2444
  }
2445
2445
  }
@@ -2449,11 +2449,11 @@ var Zr = { exports: {} };
2449
2449
  }
2450
2450
  function be(b, P) {
2451
2451
  var j;
2452
- return P !== void 0 ? j = P : q ? j = ee : j = w(U || ie), b === Q && j === B;
2452
+ return P !== void 0 ? j = P : q ? j = ee : j = S(U || ie), b === Q && j === B;
2453
2453
  }
2454
2454
  function we(b, P, j) {
2455
2455
  for (var Z = b; Z && !se(); )
2456
- Z = S(Z);
2456
+ Z = x(Z);
2457
2457
  return Z;
2458
2458
  function se() {
2459
2459
  var ue = ze(Z);
@@ -2471,7 +2471,7 @@ var Zr = { exports: {} };
2471
2471
  q.style.left = P - 2 + "px", q.style.top = j - 2 + "px";
2472
2472
  var Z = U || ie, se = y(q, P, j), ue = we(se, P, j), Ne = ue !== null && ue !== Ce;
2473
2473
  (Ne || ue === null) && (Pe(), Ce = ue, He()), Lt(se, j);
2474
- var Me = S(Z);
2474
+ var Me = x(Z);
2475
2475
  if (ue === Q && U && !_.copySortSource) {
2476
2476
  Me && Me.removeChild(Z);
2477
2477
  return;
@@ -2497,7 +2497,7 @@ var Zr = { exports: {} };
2497
2497
  }
2498
2498
  }
2499
2499
  function Et(b, P, j) {
2500
- (b === P || b === w(P)) && (ee = w(P)), (b === null && j || b !== P && b !== w(P)) && (ee = b);
2500
+ (b === P || b === S(P)) && (ee = S(P)), (b === null && j || b !== P && b !== S(P)) && (ee = b);
2501
2501
  }
2502
2502
  function It(b) {
2503
2503
  s.rm(b, "gu-hide");
@@ -2516,14 +2516,14 @@ var Zr = { exports: {} };
2516
2516
  pe = !1, _.mirrorContainer.appendChild(te);
2517
2517
  }
2518
2518
  function Pt() {
2519
- q && (s.rm(_.mirrorContainer, "gu-unselectable"), f(m, "remove", "mousemove", qe), S(q).removeChild(q), q = null);
2519
+ q && (s.rm(_.mirrorContainer, "gu-unselectable"), f(m, "remove", "mousemove", qe), x(q).removeChild(q), q = null);
2520
2520
  }
2521
2521
  function Vt() {
2522
- te && (S(te).removeChild(te), te = null);
2522
+ te && (x(te).removeChild(te), te = null);
2523
2523
  }
2524
2524
  function dt(b, P) {
2525
- for (var j = P; j !== b && S(j) !== b; )
2526
- j = S(j);
2525
+ for (var j = P; j !== b && x(j) !== b; )
2526
+ j = x(j);
2527
2527
  return j === m ? null : j;
2528
2528
  }
2529
2529
  function at(b, P) {
@@ -2616,7 +2616,7 @@ var Zr = { exports: {} };
2616
2616
  return je(se ? j > xe.left + A(xe) / 2 : Z > xe.top + k(xe) / 2);
2617
2617
  }
2618
2618
  function je(xe) {
2619
- return xe ? w(P) : P;
2619
+ return xe ? S(P) : P;
2620
2620
  }
2621
2621
  }
2622
2622
  function $t(b, P) {
@@ -2686,16 +2686,16 @@ var Zr = { exports: {} };
2686
2686
  function k(F) {
2687
2687
  return F.height || F.bottom - F.top;
2688
2688
  }
2689
- function S(F) {
2689
+ function x(F) {
2690
2690
  return F.parentNode === u ? null : F.parentNode;
2691
2691
  }
2692
2692
  function C(F) {
2693
- return F.tagName === "INPUT" || F.tagName === "TEXTAREA" || F.tagName === "SELECT" || x(F);
2694
- }
2695
- function x(F) {
2696
- return !F || F.contentEditable === "false" ? !1 : F.contentEditable === "true" ? !0 : x(S(F));
2693
+ return F.tagName === "INPUT" || F.tagName === "TEXTAREA" || F.tagName === "SELECT" || w(F);
2697
2694
  }
2698
2695
  function w(F) {
2696
+ return !F || F.contentEditable === "false" ? !1 : F.contentEditable === "true" ? !0 : w(x(F));
2697
+ }
2698
+ function S(F) {
2699
2699
  return F.nextElementSibling || J();
2700
2700
  function J() {
2701
2701
  var G = F;
@@ -2778,62 +2778,62 @@ var Zr = { exports: {} };
2778
2778
  remove: m,
2779
2779
  fabricate: y
2780
2780
  };
2781
- function p(S, C, x, w) {
2782
- return S.addEventListener(C, x, w);
2781
+ function p(x, C, w, S) {
2782
+ return x.addEventListener(C, w, S);
2783
2783
  }
2784
- function c(S, C, x) {
2785
- return S.attachEvent("on" + C, E(S, C, x));
2784
+ function c(x, C, w) {
2785
+ return x.attachEvent("on" + C, E(x, C, w));
2786
2786
  }
2787
- function f(S, C, x, w) {
2788
- return S.removeEventListener(C, x, w);
2787
+ function f(x, C, w, S) {
2788
+ return x.removeEventListener(C, w, S);
2789
2789
  }
2790
- function v(S, C, x) {
2791
- var w = A(S, C, x);
2792
- if (w)
2793
- return S.detachEvent("on" + C, w);
2790
+ function v(x, C, w) {
2791
+ var S = A(x, C, w);
2792
+ if (S)
2793
+ return x.detachEvent("on" + C, S);
2794
2794
  }
2795
- function y(S, C, x) {
2796
- var w = d.indexOf(C) === -1 ? O() : M();
2797
- S.dispatchEvent ? S.dispatchEvent(w) : S.fireEvent("on" + C, w);
2795
+ function y(x, C, w) {
2796
+ var S = d.indexOf(C) === -1 ? O() : M();
2797
+ x.dispatchEvent ? x.dispatchEvent(S) : x.fireEvent("on" + C, S);
2798
2798
  function M() {
2799
2799
  var F;
2800
2800
  return s.createEvent ? (F = s.createEvent("Event"), F.initEvent(C, !0, !0)) : s.createEventObject && (F = s.createEventObject()), F;
2801
2801
  }
2802
2802
  function O() {
2803
- return new a(C, { detail: x });
2803
+ return new a(C, { detail: w });
2804
2804
  }
2805
2805
  }
2806
- function T(S, C, x) {
2806
+ function T(x, C, w) {
2807
2807
  return function(M) {
2808
2808
  var O = M || r.event;
2809
2809
  O.target = O.target || O.srcElement, O.preventDefault = O.preventDefault || function() {
2810
2810
  O.returnValue = !1;
2811
2811
  }, O.stopPropagation = O.stopPropagation || function() {
2812
2812
  O.cancelBubble = !0;
2813
- }, O.which = O.which || O.keyCode, x.call(S, O);
2813
+ }, O.which = O.which || O.keyCode, w.call(x, O);
2814
2814
  };
2815
2815
  }
2816
- function E(S, C, x) {
2817
- var w = A(S, C, x) || T(S, C, x);
2816
+ function E(x, C, w) {
2817
+ var S = A(x, C, w) || T(x, C, w);
2818
2818
  return l.push({
2819
- wrapper: w,
2820
- element: S,
2819
+ wrapper: S,
2820
+ element: x,
2821
2821
  type: C,
2822
- fn: x
2823
- }), w;
2822
+ fn: w
2823
+ }), S;
2824
2824
  }
2825
- function A(S, C, x) {
2826
- var w = k(S, C, x);
2827
- if (w) {
2828
- var M = l[w].wrapper;
2829
- return l.splice(w, 1), M;
2825
+ function A(x, C, w) {
2826
+ var S = k(x, C, w);
2827
+ if (S) {
2828
+ var M = l[S].wrapper;
2829
+ return l.splice(S, 1), M;
2830
2830
  }
2831
2831
  }
2832
- function k(S, C, x) {
2833
- var w, M;
2834
- for (w = 0; w < l.length; w++)
2835
- if (M = l[w], M.element === S && M.type === C && M.fn === x)
2836
- return w;
2832
+ function k(x, C, w) {
2833
+ var S, M;
2834
+ for (S = 0; S < l.length; S++)
2835
+ if (M = l[S], M.element === x && M.type === C && M.fn === w)
2836
+ return S;
2837
2837
  }
2838
2838
  }).call(this, typeof Je < "u" ? Je : typeof self < "u" ? self : typeof window < "u" ? window : {});
2839
2839
  }, { "./eventmap": 7, "custom-event": 8 }],
@@ -2929,23 +2929,23 @@ var Zr = { exports: {} };
2929
2929
  if (!c) {
2930
2930
  var k = m(y);
2931
2931
  c = !0;
2932
- for (var S = p.length; S; ) {
2933
- for (f = p, p = []; ++v < S; )
2932
+ for (var x = p.length; x; ) {
2933
+ for (f = p, p = []; ++v < x; )
2934
2934
  f && f[v].run();
2935
- v = -1, S = p.length;
2935
+ v = -1, x = p.length;
2936
2936
  }
2937
2937
  f = null, c = !1, l(k);
2938
2938
  }
2939
2939
  }
2940
2940
  r.nextTick = function(k) {
2941
- var S = new Array(arguments.length - 1);
2941
+ var x = new Array(arguments.length - 1);
2942
2942
  if (arguments.length > 1)
2943
2943
  for (var C = 1; C < arguments.length; C++)
2944
- S[C - 1] = arguments[C];
2945
- p.push(new E(k, S)), p.length === 1 && !c && m(T);
2944
+ x[C - 1] = arguments[C];
2945
+ p.push(new E(k, x)), p.length === 1 && !c && m(T);
2946
2946
  };
2947
- function E(k, S) {
2948
- this.fun = k, this.array = S;
2947
+ function E(k, x) {
2948
+ this.fun = k, this.array = x;
2949
2949
  }
2950
2950
  E.prototype.run = function() {
2951
2951
  this.fun.apply(null, this.array);
@@ -3046,10 +3046,10 @@ const Kr = {
3046
3046
  };
3047
3047
  return k[e.animate] = !1, k[r] = d.value, k["toasty-type-" + a.value.type] = !0, a.value.theme && (k[a.value.theme] = !0), k;
3048
3048
  }), l = H(() => {
3049
- const C = `f-icon-${a.value && a.value.type ? a.value.type.replace("toasty-type-", "") : "default"}`, x = {
3049
+ const C = `f-icon-${a.value && a.value.type ? a.value.type.replace("toasty-type-", "") : "default"}`, w = {
3050
3050
  "f-icon": !0
3051
3051
  };
3052
- return x[C] = !0, x;
3052
+ return w[C] = !0, w;
3053
3053
  }), p = H(() => a.value.title || a.value.message), c = H(() => e.showCloseButton), f = H(() => !!a.value.buttons || !!n.slots.default), v = H(() => t.value === "en" ? {
3054
3054
  wordBreak: "keep-all",
3055
3055
  overflowWrap: "break-word"
@@ -3059,7 +3059,7 @@ const Kr = {
3059
3059
  n.emit("close", a.value);
3060
3060
  }, 200);
3061
3061
  }
3062
- function T(k, S) {
3062
+ function T(k, x) {
3063
3063
  }
3064
3064
  function E(k) {
3065
3065
  return `f-preten-link ${k.customClass ? k.customClass : ""}`;
@@ -3071,10 +3071,10 @@ const Kr = {
3071
3071
  var k;
3072
3072
  return g(ot, null, [g("div", {
3073
3073
  class: "after-toast-msg text-right"
3074
- }, [!n.slots.default && ((k = a.value.buttons) == null ? void 0 : k.map((S) => g("span", {
3075
- class: E(S),
3074
+ }, [!n.slots.default && ((k = a.value.buttons) == null ? void 0 : k.map((x) => g("span", {
3075
+ class: E(x),
3076
3076
  onClick: (C) => void 0
3077
- }, [S.text]))), n.slots.default && n.slots.default()])]);
3077
+ }, [x.text]))), n.slots.default && n.slots.default()])]);
3078
3078
  };
3079
3079
  return () => g("div", {
3080
3080
  class: m.value,
@@ -3444,12 +3444,12 @@ function ia(e, n, t, o, i, r, a, d, s, u, m, l, p, c, f, v, y) {
3444
3444
  hasLeftFixedColumn: A,
3445
3445
  hasRightFixedColumn: k
3446
3446
  } = a, {
3447
- gridDataStyle: S,
3447
+ gridDataStyle: x,
3448
3448
  leftFixedGridDataStyle: C,
3449
- rightFixedGridDataStyle: x
3449
+ rightFixedGridDataStyle: w
3450
3450
  } = c, {
3451
- renderDataRow: w
3452
- } = vi(e, n, E, y, d, s, u, m, l, p, c, f, v), M = [w];
3451
+ renderDataRow: S
3452
+ } = vi(e, n, E, y, d, s, u, m, l, p, c, f, v), M = [S];
3453
3453
  function O(Q, ie) {
3454
3454
  const fe = T(Q);
3455
3455
  return y.value.filter((N) => N.visible !== !1).map((N, B) => M[N.type](N, fe, ie, B));
@@ -3469,7 +3469,7 @@ function ia(e, n, t, o, i, r, a, d, s, u, m, l, p, c, f, v, y) {
3469
3469
  class: "fv-grid-content-primary"
3470
3470
  }, [g("div", {
3471
3471
  class: "fv-grid-data",
3472
- style: S.value
3472
+ style: x.value
3473
3473
  }, [O(E.value.primaryColumns.filter((Q) => Q.visible), "primary")])]);
3474
3474
  }
3475
3475
  function G() {
@@ -3478,7 +3478,7 @@ function ia(e, n, t, o, i, r, a, d, s, u, m, l, p, c, f, v, y) {
3478
3478
  class: "fv-grid-content-right-fixed"
3479
3479
  }, [g("div", {
3480
3480
  class: "fv-grid-data",
3481
- style: x.value
3481
+ style: w.value
3482
3482
  }, [O(E.value.rightColumns.filter((Q) => Q.visible), "right")])]);
3483
3483
  }
3484
3484
  function q() {
@@ -3501,13 +3501,13 @@ const ra = /* @__PURE__ */ Re({
3501
3501
  collapseField: A
3502
3502
  } = E, {
3503
3503
  showLoading: k,
3504
- renderLoading: S
3504
+ renderLoading: x
3505
3505
  } = Ci(e, s), C = wi(e, /* @__PURE__ */ new Map(), T, E, a), {
3506
- dataView: x
3507
- } = C, w = xi(e, C, a, c, n), {
3506
+ dataView: w
3507
+ } = C, S = xi(e, C, a, c, n), {
3508
3508
  showSelection: M,
3509
3509
  selectedValues: O
3510
- } = w, F = Si(e, c, C, a, w, n), J = H(() => e.disabled), G = H(() => e.virtualized ? Math.min(C.dataView.value.length, i.value) : C.dataView.value.length), q = Fi(e, C), {
3510
+ } = S, F = Si(e, c, C, a, S, n), J = H(() => e.disabled), G = H(() => e.virtualized ? Math.min(C.dataView.value.length, i.value) : C.dataView.value.length), q = Fi(e, C), {
3511
3511
  shouldRenderPagination: Q
3512
3512
  } = q, {
3513
3513
  containerStyleObject: ie
@@ -3526,9 +3526,9 @@ const ra = /* @__PURE__ */ Re({
3526
3526
  updateColumnRenderContext: te
3527
3527
  } = U;
3528
3528
  Ce(C, ae);
3529
- const pe = Bi(e, me), ve = Pi(e, n, w, a), le = Vi(e, n, a, ve, c), _ = Oi(e), ce = Ni(e, le, _), ze = Ri(e, C, le, E, a, _, ce), Le = Li(e, r, C, G, 0, ze), {
3529
+ const pe = Bi(e, me), ve = Pi(e, n, S, a), le = Vi(e, n, a, ve, c), _ = Oi(e), ce = Ni(e, le, _), ze = Ri(e, C, le, E, a, _, ce), Le = Li(e, r, C, G, 0, ze), {
3530
3530
  getVisualData: Oe
3531
- } = Le, We = $i(e, me), Ue = Di(e, w), {
3531
+ } = Le, We = $i(e, me), Ue = Di(e, S), {
3532
3532
  sidebarWidth: Ge
3533
3533
  } = Ue, ge = ji(e, C, c, me, Le, G, 0, Ge), {
3534
3534
  onWheel: Qe,
@@ -3553,13 +3553,13 @@ const ra = /* @__PURE__ */ Re({
3553
3553
  "fv-grid-wrap-content": v.value
3554
3554
  })), {
3555
3555
  renderDataArea: be
3556
- } = ia(e, n, m, l, p, We, U, C, le, E, ve, w, F, ge, Le, _, c), {
3556
+ } = ia(e, n, m, l, p, We, U, C, le, E, ve, S, F, ge, Le, _, c), {
3557
3557
  renderGridHeader: we,
3558
3558
  renderGridColumnResizeOverlay: qe,
3559
3559
  shouldShowHeader: Et
3560
- } = qi(e, n, u, l, p, U, C, Xe, Te, T, ke, re, pe, w, Ue, ae, ge, X, c), {
3560
+ } = qi(e, n, u, l, p, U, C, Xe, Te, T, ke, re, pe, S, Ue, ae, ge, X, c), {
3561
3561
  renderDataGridSidebar: It
3562
- } = _i(e, ve, w, Ue, ge), {
3562
+ } = _i(e, ve, S, Ue, ge), {
3563
3563
  renderDisableMask: Mt
3564
3564
  } = Wi(), {
3565
3565
  renderHorizontalScrollbar: kt
@@ -3576,7 +3576,7 @@ const ra = /* @__PURE__ */ Re({
3576
3576
  rt(() => {
3577
3577
  u.value && (i.value = Math.max(Math.ceil(u.value.clientHeight / o), i.value), c.value = Oe(0, G.value + 0 - 1), mi(u.value, Pt), de(), ct(() => {
3578
3578
  u.value && ($e.value = u.value.clientWidth), m.value && (X.value = m.value.clientWidth, De.value = m.value.clientHeight);
3579
- })), k.value && S();
3579
+ })), k.value && x();
3580
3580
  }), St(() => {
3581
3581
  }), ye(X, () => {
3582
3582
  u.value && de();
@@ -3588,7 +3588,7 @@ const ra = /* @__PURE__ */ Re({
3588
3588
  C.expandTo(z), C.reOrderVisibleIndex(), Y();
3589
3589
  }
3590
3590
  function at() {
3591
- const z = w.getSelectionRow();
3591
+ const z = S.getSelectionRow();
3592
3592
  return z ? z.dataIndex - 1 : -1;
3593
3593
  }
3594
3594
  function Ot() {
@@ -3605,7 +3605,7 @@ const ra = /* @__PURE__ */ Re({
3605
3605
  }
3606
3606
  function Lt() {
3607
3607
  const z = at(), oe = F.getNextSelectableHierarchyItemId(z);
3608
- C.removeHierarchyDataItem(z), c.value = Oe(0, G.value + 0 - 1), oe && w.selectItemById(oe);
3608
+ C.removeHierarchyDataItem(z), c.value = Oe(0, G.value + 0 - 1), oe && F.selectItemById(oe);
3609
3609
  }
3610
3610
  function ft(z) {
3611
3611
  le.onEditingRow(z);
@@ -3626,7 +3626,7 @@ const ra = /* @__PURE__ */ Re({
3626
3626
  z && (C.load(z), C.reOrderVisibleIndex(), oe != null && oe.keepScrollPosition ? ge.scrollTo(ge.offsetY.value) : Y());
3627
3627
  }
3628
3628
  function Z(z) {
3629
- w.selectItemById(z);
3629
+ F.selectItemById(z);
3630
3630
  }
3631
3631
  function se(z) {
3632
3632
  const oe = c.value.find((Se) => Se.raw[a.idField.value] === z);
@@ -3636,28 +3636,28 @@ const ra = /* @__PURE__ */ Re({
3636
3636
  ve.activeRowById(z);
3637
3637
  }
3638
3638
  function Ne(z) {
3639
- w.selectItemByIds(z);
3639
+ F.selectItemByIds(z);
3640
3640
  }
3641
3641
  function Me() {
3642
- return w.getSelectedItems();
3642
+ return S.getSelectedItems();
3643
3643
  }
3644
3644
  function Be() {
3645
- w.clearSelection();
3645
+ S.clearSelection();
3646
3646
  }
3647
3647
  const je = H(() => !c.value || !c.value.length), {
3648
3648
  renderEmpty: xe
3649
3649
  } = Yi(e, n);
3650
3650
  function He() {
3651
- return w.getSelectionRow();
3651
+ return S.getSelectionRow();
3652
3652
  }
3653
3653
  function Pe(z) {
3654
- w.unSelectItemByIds(z);
3654
+ F.unSelectItemByIds(z);
3655
3655
  }
3656
3656
  function Ee() {
3657
- return w.currentSelectedDataId.value;
3657
+ return S.currentSelectedDataId.value;
3658
3658
  }
3659
3659
  function st(z, oe, Se) {
3660
- const Ie = x.value.find((Ve) => Ve[d.value] === z);
3660
+ const Ie = w.value.find((Ve) => Ve[d.value] === z);
3661
3661
  if (Ie) {
3662
3662
  if (Object.keys(Ie).forEach((Fe) => {
3663
3663
  Object.prototype.hasOwnProperty.call(oe, Fe) && (Ie[Fe] = oe[Fe]);
@@ -3708,7 +3708,7 @@ const ra = /* @__PURE__ */ Re({
3708
3708
  Se && ve.changeRow(Se);
3709
3709
  }
3710
3710
  function kn() {
3711
- w.keepSelectingOnPaging.value || Be(), C.updateVisibleDataSummary(c.value);
3711
+ S.keepSelectingOnPaging.value || Be(), C.updateVisibleDataSummary(c.value);
3712
3712
  }
3713
3713
  n.expose({
3714
3714
  activeRowById: ue,
@@ -3746,7 +3746,7 @@ const ra = /* @__PURE__ */ Re({
3746
3746
  ...ie.value,
3747
3747
  borderRadius: "5px"
3748
3748
  }));
3749
- Ji(e, n, C, ge, q, w);
3749
+ Ji(e, n, C, ge, q, S);
3750
3750
  const Vn = H(() => ({
3751
3751
  "d-flex": !0,
3752
3752
  "justify-content-between": Q.value && M.value,
@@ -4846,7 +4846,7 @@ function Cs(e, n) {
4846
4846
  const N = e.minHeight ? e.minHeight : 1, B = e.minWidth ? e.minWidth : 1;
4847
4847
  d.value && s.value && u.value && r.value && (d.value.height < N && (d.value.height = N, u.value.n && a.value && (s.value.y = a.value.y + (r.value.height - N))), d.value.width < B && (d.value.width = B, u.value.w && a.value && (s.value.x = a.value.x + (r.value.width - B))), e.maxHeight && d.value.height > e.maxHeight && (d.value.height = e.maxHeight, a.value && u.value.n && (s.value.y = a.value.y + (r.value.height - e.maxHeight))), e.maxWidth && d.value.width > e.maxWidth && (d.value.width = e.maxWidth, u.value.w && a.value && (s.value.x = a.value.x + (r.value.width - e.maxWidth))));
4848
4848
  }
4849
- function S() {
4849
+ function x() {
4850
4850
  if (o.value) {
4851
4851
  const N = l.value;
4852
4852
  if (s.value && d.value && u.value && r.value) {
@@ -4860,15 +4860,15 @@ function Cs(e, n) {
4860
4860
  return;
4861
4861
  N.subtract(i.value);
4862
4862
  const B = N.x, ee = N.y;
4863
- u.value.n ? (s.value.y = a.value.y + ee, d.value.height = r.value.height - ee) : u.value.s && (d.value.height = r.value.height + ee), u.value.e ? d.value.width = r.value.width + B : u.value.w && (d.value.width = r.value.width - B, s.value.x = a.value.x + B), S(), k(), A();
4863
+ u.value.n ? (s.value.y = a.value.y + ee, d.value.height = r.value.height - ee) : u.value.s && (d.value.height = r.value.height + ee), u.value.e ? d.value.width = r.value.width + B : u.value.w && (d.value.width = r.value.width - B, s.value.x = a.value.x + B), x(), k(), A();
4864
4864
  }
4865
- function x(N) {
4865
+ function w(N) {
4866
4866
  if (!m.value)
4867
4867
  return;
4868
4868
  const B = he.fromEvent(N);
4869
4869
  B && C(B);
4870
4870
  }
4871
- function w() {
4871
+ function S() {
4872
4872
  if (t.value) {
4873
4873
  const {
4874
4874
  width: N,
@@ -4891,13 +4891,13 @@ function Cs(e, n) {
4891
4891
  }
4892
4892
  function M(N) {
4893
4893
  if (t.value) {
4894
- const B = w();
4894
+ const B = S();
4895
4895
  p.value = B;
4896
4896
  }
4897
- i.value = void 0, r.value = null, a.value = null, d.value = null, s.value = null, u.value = null, m.value = null, document.removeEventListener("mousemove", x), document.removeEventListener("mouseup", M);
4897
+ i.value = void 0, r.value = null, a.value = null, d.value = null, s.value = null, u.value = null, m.value = null, document.removeEventListener("mousemove", w), document.removeEventListener("mouseup", M);
4898
4898
  }
4899
4899
  function O() {
4900
- document.addEventListener("mousemove", x), document.addEventListener("mouseup", M);
4900
+ document.addEventListener("mousemove", w), document.addEventListener("mouseup", M);
4901
4901
  }
4902
4902
  function F(N) {
4903
4903
  N instanceof MouseEvent && N.button === 2 || v.value && (document.body.click(), N.stopPropagation(), N.preventDefault(), i.value = he.fromEvent(N), m.value = N.target, E(N), O());
@@ -4940,7 +4940,7 @@ function Cs(e, n) {
4940
4940
  function G(N = !0) {
4941
4941
  document.body.click();
4942
4942
  const B = o.value || document.body, ee = tt.getCurrent(B), U = t.value;
4943
- N && U && (f.value = w(), f.value.transform = U.style.transform), ee && U && (d.value = ee, d.value.height -= 14, d.value.width -= 14, U.style.height = d.value.height + "px", U.style.width = d.value.width + "px", U.style.left = "7px", U.style.top = "7px", U.style.transform = "", p.value = {
4943
+ N && U && (f.value = S(), f.value.transform = U.style.transform), ee && U && (d.value = ee, d.value.height -= 14, d.value.width -= 14, U.style.height = d.value.height + "px", U.style.width = d.value.width + "px", U.style.left = "7px", U.style.top = "7px", U.style.transform = "", p.value = {
4944
4944
  size: d.value,
4945
4945
  position: {
4946
4946
  x: 0,
@@ -5001,77 +5001,77 @@ function Cs(e, n) {
5001
5001
  }
5002
5002
  function ws(e, n, t) {
5003
5003
  const o = h(), i = h(e.draggable), r = h(e.lockAxis), a = h(), d = h(), s = h(!1), u = h(new he(0, 0)), m = h(new he(0, 0)), l = h(new he(0, 0)), p = h(new he(0, 0));
5004
- ye(() => t.value, (x) => {
5005
- a.value.style.cursor = x ? "move" : "default";
5004
+ ye(() => t.value, (w) => {
5005
+ a.value.style.cursor = w ? "move" : "default";
5006
5006
  });
5007
- function c(x, w) {
5008
- if (w.tagName === "BUTTON")
5007
+ function c(w, S) {
5008
+ if (S.tagName === "BUTTON")
5009
5009
  return !1;
5010
- if (w === x)
5010
+ if (S === w)
5011
5011
  return !0;
5012
- for (const M in w.children)
5013
- if (Object.prototype.hasOwnProperty.call(w.children, M) && c(x, w.children[M]))
5012
+ for (const M in S.children)
5013
+ if (Object.prototype.hasOwnProperty.call(S.children, M) && c(w, S.children[M]))
5014
5014
  return !0;
5015
5015
  return !1;
5016
5016
  }
5017
5017
  function f() {
5018
5018
  var O, F;
5019
- let x = l.value.x + m.value.x, w = l.value.y + m.value.y;
5020
- r.value === "x" ? (x = ((O = u.value) == null ? void 0 : O.x) || 0, l.value.x = 0) : r.value === "y" && (w = ((F = u.value) == null ? void 0 : F.y) || 0, l.value.y = 0);
5021
- const M = `translate3d(${Math.round(x)}px, ${Math.round(w)}px, 0px)`;
5022
- o.value && (o.value.style.transform = M), p.value.x = x, p.value.y = w;
5019
+ let w = l.value.x + m.value.x, S = l.value.y + m.value.y;
5020
+ r.value === "x" ? (w = ((O = u.value) == null ? void 0 : O.x) || 0, l.value.x = 0) : r.value === "y" && (S = ((F = u.value) == null ? void 0 : F.y) || 0, l.value.y = 0);
5021
+ const M = `translate3d(${Math.round(w)}px, ${Math.round(S)}px, 0px)`;
5022
+ o.value && (o.value.style.transform = M), p.value.x = w, p.value.y = S;
5023
5023
  }
5024
5024
  function v() {
5025
5025
  if (!d.value || !o.value)
5026
5026
  return null;
5027
- const x = d.value.getBoundingClientRect(), w = o.value.getBoundingClientRect(), M = {
5028
- top: x.top < w.top,
5029
- right: x.right > w.right,
5030
- bottom: x.bottom > w.bottom,
5031
- left: x.left < w.left
5027
+ const w = d.value.getBoundingClientRect(), S = o.value.getBoundingClientRect(), M = {
5028
+ top: w.top < S.top,
5029
+ right: w.right > S.right,
5030
+ bottom: w.bottom > S.bottom,
5031
+ left: w.left < S.left
5032
5032
  };
5033
- return M.top || (l.value.y -= w.top - x.top), M.bottom || (l.value.y -= w.bottom - x.bottom), M.right || (l.value.x -= w.right - x.right), M.left || (l.value.x -= w.left - x.left), f(), M;
5033
+ return M.top || (l.value.y -= S.top - w.top), M.bottom || (l.value.y -= S.bottom - w.bottom), M.right || (l.value.x -= S.right - w.right), M.left || (l.value.x -= S.left - w.left), f(), M;
5034
5034
  }
5035
- function y(x) {
5036
- x && (u.value && x.subtract(u.value), l.value.set(x), f(), v());
5035
+ function y(w) {
5036
+ w && (u.value && w.subtract(u.value), l.value.set(w), f(), v());
5037
5037
  }
5038
- function T(x) {
5039
- s.value && i.value && (x.stopPropagation(), x.preventDefault(), y(he.fromEvent(x, a.value)));
5038
+ function T(w) {
5039
+ s.value && i.value && (w.stopPropagation(), w.preventDefault(), y(he.fromEvent(w, a.value)));
5040
5040
  }
5041
5041
  function E() {
5042
- var x;
5043
- s.value && (s.value = !1, m.value.add(l.value), l.value.reset(), (x = o.value) == null || x.classList.remove("ng-dragging"), n.emit("stopMove"), document.removeEventListener("mousemove", T), document.removeEventListener("mouseup", E));
5042
+ var w;
5043
+ s.value && (s.value = !1, m.value.add(l.value), l.value.reset(), (w = o.value) == null || w.classList.remove("ng-dragging"), n.emit("stopMove"), document.removeEventListener("mousemove", T), document.removeEventListener("mouseup", E));
5044
5044
  }
5045
5045
  function A() {
5046
5046
  !s.value && a.value && (s.value = !0, a.value.classList.add("ng-dragging"), document.addEventListener("mousemove", T), document.addEventListener("mouseup", E));
5047
5047
  }
5048
5048
  function k() {
5049
5049
  if (o.value) {
5050
- const x = he.getTransformInfo(o.value);
5051
- m.value.set(x);
5050
+ const w = he.getTransformInfo(o.value);
5051
+ m.value.set(w);
5052
5052
  return;
5053
5053
  }
5054
5054
  m.value.reset();
5055
5055
  }
5056
- function S(x) {
5057
- if (!t.value || x instanceof MouseEvent && x.button === 2)
5056
+ function x(w) {
5057
+ if (!t.value || w instanceof MouseEvent && w.button === 2)
5058
5058
  return;
5059
- const w = x.target || x.srcElement;
5060
- a.value !== void 0 && w && !c(w, a.value) || i.value !== !1 && (document.body.click(), x.stopPropagation(), x.preventDefault(), u.value = he.fromEvent(x, o.value), k(), A());
5059
+ const S = w.target || w.srcElement;
5060
+ a.value !== void 0 && S && !c(S, a.value) || i.value !== !1 && (document.body.click(), w.stopPropagation(), w.preventDefault(), u.value = he.fromEvent(w, o.value), k(), A());
5061
5061
  }
5062
- function C(x, w, M) {
5063
- if (i.value && w) {
5064
- if (x)
5065
- a.value = x;
5062
+ function C(w, S, M) {
5063
+ if (i.value && S) {
5064
+ if (w)
5065
+ a.value = w;
5066
5066
  else if (e.dragHandle) {
5067
5067
  if (e.dragHandle instanceof HTMLElement)
5068
5068
  a.value = e.dragHandle;
5069
5069
  else if (typeof e.dragHandle == "string") {
5070
- const O = w.querySelector(e.dragHandle);
5070
+ const O = S.querySelector(e.dragHandle);
5071
5071
  O && (a.value = O);
5072
5072
  }
5073
5073
  }
5074
- o.value = w, d.value = M, a.value ? (a.value.classList.add("ng-draggable"), a.value.addEventListener("mousedown", S)) : i.value = !1;
5074
+ o.value = S, d.value = M, a.value ? (a.value.classList.add("ng-draggable"), a.value.addEventListener("mousedown", x)) : i.value = !1;
5075
5075
  }
5076
5076
  }
5077
5077
  return {
@@ -5116,7 +5116,7 @@ const nt = /* @__PURE__ */ Re({
5116
5116
  t: k
5117
5117
  } = zt();
5118
5118
  T.value === "错误提示" && (T.value = k("messageBox.errorTitle"));
5119
- const S = h(!1);
5119
+ const x = h(!1);
5120
5120
  function C(I, ne) {
5121
5121
  const be = ne ? "accept" : "cancel";
5122
5122
  Promise.resolve().then(() => {
@@ -5128,7 +5128,7 @@ const nt = /* @__PURE__ */ Re({
5128
5128
  we && (i.value = !1, n.emit("update:modelValue", !1), ne != null && n.emit(ne ? "accept" : "cancel"), n.emit("closed", I));
5129
5129
  });
5130
5130
  }
5131
- const x = [{
5131
+ const w = [{
5132
5132
  name: "cancel",
5133
5133
  text: k("messageBox.cancel") || "取消",
5134
5134
  class: "btn btn-secondary",
@@ -5142,7 +5142,7 @@ const nt = /* @__PURE__ */ Re({
5142
5142
  handle: (I) => {
5143
5143
  C(I, !0);
5144
5144
  }
5145
- }], w = h(e.buttons && e.buttons.length ? e.buttons : x), M = H(() => !!u.value), O = H(() => !!y.value && !!w.value), F = h(), J = h(), G = h(!1), {
5145
+ }], S = h(e.buttons && e.buttons.length ? e.buttons : w), M = H(() => !!u.value), O = H(() => !!y.value && !!S.value), F = h(), J = h(), G = h(!1), {
5146
5146
  renderResizeBar: q,
5147
5147
  maximize: Q,
5148
5148
  restore: ie,
@@ -5166,7 +5166,7 @@ const nt = /* @__PURE__ */ Re({
5166
5166
  }), ye(() => e.modelValue, (I, ne) => {
5167
5167
  I !== ne && (i.value = I, i.value && e.draggable && ct(() => {
5168
5168
  J.value && !E.value && (E.value = J.value.parentElement, fe.value = E.value, ae(F.value, J.value, fe.value), U());
5169
- }), I || (E.value && (E.value = null), me())), i.value ? S.value = Ce() : (G.value = !1, B.value = e.draggable);
5169
+ }), I || (E.value && (E.value = null), me())), i.value ? x.value = Ce() : (G.value = !1, B.value = e.draggable);
5170
5170
  }), ye(() => e.showHeader, (I, ne) => {
5171
5171
  I !== ne && (s.value = I);
5172
5172
  }), ye(() => e.showButtons, (I, ne) => {
@@ -5209,7 +5209,7 @@ const nt = /* @__PURE__ */ Re({
5209
5209
  display: "block",
5210
5210
  zIndex: _()
5211
5211
  };
5212
- return e.mask || (I.pointerEvents = "none", I.backgroundColor = "transparent"), S.value && (I.backgroundColor = "transparent"), I;
5212
+ return e.mask || (I.pointerEvents = "none", I.backgroundColor = "transparent"), x.value && (I.backgroundColor = "transparent"), I;
5213
5213
  }), ze = H(() => ({
5214
5214
  "modal-content": !0,
5215
5215
  "modal-content-has-header": s.value
@@ -5249,11 +5249,11 @@ const nt = /* @__PURE__ */ Re({
5249
5249
  I.handle && await I.handle(ne, I) && n.emit("closed", ne);
5250
5250
  }
5251
5251
  function $e(I) {
5252
- I.width && (t.value = I.width), I.height && (o.value = I.height), I.buttons && (w.value = I.buttons), I.title && (T.value = I.title);
5252
+ I.width && (t.value = I.width), I.height && (o.value = I.height), I.buttons && (S.value = I.buttons), I.title && (T.value = I.title);
5253
5253
  }
5254
5254
  let De = null, X = null;
5255
5255
  on(() => {
5256
- S.value = Ce();
5256
+ x.value = Ce();
5257
5257
  }), rt(() => {
5258
5258
  J.value && !E.value && (E.value = J.value.parentElement, fe.value = E.value, ae(F.value, J.value, fe.value)), te.value && document.body.classList.add("modal-open"), De = xs(e, n), X = Ss(e, n);
5259
5259
  }), St(() => {
@@ -5288,7 +5288,7 @@ const nt = /* @__PURE__ */ Re({
5288
5288
  return g("div", {
5289
5289
  class: "modal-footer",
5290
5290
  style: Ge.value
5291
- }, [w.value && w.value.map((I) => {
5291
+ }, [S.value && S.value.map((I) => {
5292
5292
  const ne = h(I.disabled);
5293
5293
  return g("button", {
5294
5294
  name: I.name,
@@ -5466,27 +5466,27 @@ class Tn {
5466
5466
  showHeader: !0
5467
5467
  }, n)), i = h(!0), r = o.value.acceptCallback || (() => {
5468
5468
  }), a = o.value.rejectCallback || (() => {
5469
- }), d = o.value.closedCallback || ((S, C) => {
5470
- }), s = o.value.resizeHandle || ((S) => {
5471
- }), u = n.stopMoveHandle || ((S) => {
5469
+ }), d = o.value.closedCallback || ((x, C) => {
5470
+ }), s = o.value.resizeHandle || ((x) => {
5471
+ }), u = n.stopMoveHandle || ((x) => {
5472
5472
  });
5473
5473
  let m;
5474
- const l = Fn(o.value), p = (S) => {
5475
- var x;
5474
+ const l = Fn(o.value), p = (x) => {
5475
+ var w;
5476
5476
  i.value = !1;
5477
- const C = (x = S == null ? void 0 : S.target) == null ? void 0 : x.classList.contains("modal_close");
5478
- d(S, this.isUseEscCloseModal.value ? "esc" : C ? "icon" : "button");
5479
- }, c = (S) => {
5480
- p(S), m && ct(() => {
5477
+ const C = (w = x == null ? void 0 : x.target) == null ? void 0 : w.classList.contains("modal_close");
5478
+ d(x, this.isUseEscCloseModal.value ? "esc" : C ? "icon" : "button");
5479
+ }, c = (x) => {
5480
+ p(x), m && ct(() => {
5481
5481
  if (this.modalRefs[this.activeModalIndex.value] && delete this.modalRefs[this.activeModalIndex.value], Dt(null, t), m = null, this.modalRef.value = null, this.modalRefs) {
5482
- const C = Object.keys(this.modalRefs).map((x) => Number(x));
5482
+ const C = Object.keys(this.modalRefs).map((w) => Number(w));
5483
5483
  C.length > 0 ? this.activeModalIndex.value = Math.max(...C) : this.activeModalIndex.value = 0;
5484
5484
  }
5485
5485
  this.isUseEscCloseModal.value = !1;
5486
5486
  });
5487
- }, f = (S) => {
5487
+ }, f = (x) => {
5488
5488
  var C;
5489
- this.isUseEscCloseModal.value = !0, this.activeModalInstance && ((C = this.activeModalInstance.value) == null || C.close(S == null ? void 0 : S.event));
5489
+ this.isUseEscCloseModal.value = !0, this.activeModalInstance && ((C = this.activeModalInstance.value) == null || C.close(x == null ? void 0 : x.event));
5490
5490
  }, {
5491
5491
  width: v,
5492
5492
  height: y
@@ -5495,7 +5495,7 @@ class Tn {
5495
5495
  const E = () => g(nt, xt({
5496
5496
  ref: this.modalRef,
5497
5497
  modelValue: i.value,
5498
- "onUpdate:modelValue": (S) => i.value = S
5498
+ "onUpdate:modelValue": (x) => i.value = x
5499
5499
  }, o.value, {
5500
5500
  onAccept: r,
5501
5501
  onCancel: a,
@@ -5506,17 +5506,17 @@ class Tn {
5506
5506
  }), {
5507
5507
  default: () => [l && l(this.app)]
5508
5508
  });
5509
- return m = ((S) => {
5510
- const C = An(E, S);
5509
+ return m = ((x) => {
5510
+ const C = An(E, x);
5511
5511
  return C.appContext = this.appContext, Dt(C, t), C;
5512
5512
  })({
5513
5513
  ...o.value
5514
5514
  // 'onUpdate:modelValue': onUpdateModelValue,
5515
5515
  }), this.activeModalIndex.value++, this.modalRefs[this.activeModalIndex.value] = this.modalRef.value, {
5516
- update: (S) => {
5516
+ update: (x) => {
5517
5517
  o.value = {
5518
5518
  ...o.value,
5519
- ...S
5519
+ ...x
5520
5520
  }, m && Dt(zn(m, {
5521
5521
  ...o
5522
5522
  }), t);