@farris/ui-vue 1.6.0-beta.5 → 1.6.0-beta.7

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 (116) hide show
  1. package/components/avatar/index.esm.js +2 -1
  2. package/components/avatar/index.umd.cjs +1 -1
  3. package/components/button-edit/index.esm.js +2 -1
  4. package/components/button-edit/index.umd.cjs +1 -1
  5. package/components/component/index.esm.js +2 -1
  6. package/components/component/index.umd.cjs +1 -1
  7. package/components/condition/index.esm.js +2 -1
  8. package/components/condition/index.umd.cjs +1 -1
  9. package/components/content-container/index.esm.js +2 -1
  10. package/components/content-container/index.umd.cjs +1 -1
  11. package/components/data-view/index.esm.js +2591 -2570
  12. package/components/data-view/index.umd.cjs +1 -1
  13. package/components/designer-canvas/index.esm.js +2 -1
  14. package/components/designer-canvas/index.umd.cjs +1 -1
  15. package/components/discussion-editor/index.esm.js +1 -1
  16. package/components/discussion-editor/index.umd.cjs +1 -1
  17. package/components/drawer/index.esm.js +1 -1
  18. package/components/drawer/index.umd.cjs +1 -1
  19. package/components/dynamic-form/index.esm.js +63 -62
  20. package/components/dynamic-form/index.umd.cjs +1 -1
  21. package/components/events-editor/index.esm.js +2 -1
  22. package/components/events-editor/index.umd.cjs +1 -1
  23. package/components/expression-editor/index.esm.js +2 -1
  24. package/components/expression-editor/index.umd.cjs +1 -1
  25. package/components/filter-bar/index.esm.js +2 -1
  26. package/components/filter-bar/index.umd.cjs +1 -1
  27. package/components/filter-condition-editor/index.esm.js +2 -1
  28. package/components/filter-condition-editor/index.umd.cjs +1 -1
  29. package/components/flow-canvas/index.esm.js +2 -1
  30. package/components/flow-canvas/index.umd.cjs +1 -1
  31. package/components/locale/index.esm.js +1 -1
  32. package/components/locale/index.umd.cjs +1 -1
  33. package/components/mapping-editor/index.esm.js +106 -105
  34. package/components/mapping-editor/index.umd.cjs +1 -1
  35. package/components/message-box/index.esm.js +2 -1
  36. package/components/message-box/index.umd.cjs +1 -1
  37. package/components/modal/index.esm.js +2 -1
  38. package/components/modal/index.umd.cjs +1 -1
  39. package/components/number-range/index.esm.js +2 -1
  40. package/components/number-range/index.umd.cjs +1 -1
  41. package/components/number-spinner/index.esm.js +2 -1
  42. package/components/number-spinner/index.umd.cjs +1 -1
  43. package/components/pagination/index.esm.js +276 -282
  44. package/components/pagination/index.umd.cjs +1 -1
  45. package/components/property-panel/index.esm.js +103 -102
  46. package/components/property-panel/index.umd.cjs +2 -2
  47. package/components/query-solution/index.esm.js +2 -1
  48. package/components/query-solution/index.umd.cjs +1 -1
  49. package/components/response-layout-editor/index.esm.js +2 -1
  50. package/components/response-layout-editor/index.umd.cjs +1 -1
  51. package/components/schema-selector/index.esm.js +203 -208
  52. package/components/schema-selector/index.umd.cjs +2 -2
  53. package/components/section/index.esm.js +2 -1
  54. package/components/section/index.umd.cjs +1 -1
  55. package/components/sort-condition-editor/index.esm.js +2 -1
  56. package/components/sort-condition-editor/index.umd.cjs +1 -1
  57. package/components/tabs/index.esm.js +2 -1
  58. package/components/tabs/index.umd.cjs +1 -1
  59. package/components/textarea/index.esm.js +2 -1
  60. package/components/textarea/index.umd.cjs +1 -1
  61. package/components/time-picker/index.esm.js +103 -102
  62. package/components/time-picker/index.umd.cjs +1 -1
  63. package/components/transfer/index.esm.js +265 -261
  64. package/components/transfer/index.umd.cjs +3 -3
  65. package/components/tree-grid/index.esm.js +2 -1
  66. package/components/tree-grid/index.umd.cjs +1 -1
  67. package/components/tree-view/index.esm.js +1146 -1134
  68. package/components/tree-view/index.umd.cjs +1 -1
  69. package/components/video/index.esm.js +2 -1
  70. package/components/video/index.umd.cjs +1 -1
  71. package/farris.all.esm.js +12256 -10746
  72. package/farris.all.umd.cjs +21 -21
  73. package/package.json +1 -1
  74. package/types/calendar/src/components/header/header.component.d.ts +2 -2
  75. package/types/chs.d.ts +494 -0
  76. package/types/cht.d.ts +490 -0
  77. package/types/data-view/composition/types.d.ts +2 -0
  78. package/types/en.d.ts +494 -0
  79. package/types/filter-bar/index.d.ts +3 -3
  80. package/types/filter-bar/src/components/filter-item-condition/filter-item-condition.component.d.ts +1 -1
  81. package/types/filter-bar/src/designer/filter-bar.design.component.d.ts +2 -2
  82. package/types/filter-bar/src/filter-bar.component.d.ts +1 -1
  83. package/types/index.d.ts +1479 -1
  84. package/types/order/src/designer/order.design.component.d.ts +3 -3
  85. package/types/order/src/order.component.d.ts +3 -3
  86. package/types/schema-selector/src/schema-selector.component.d.ts +1 -1
  87. package/components/list-view/index.css +0 -1
  88. package/components/list-view/index.esm.js +0 -11592
  89. package/components/list-view/index.umd.cjs +0 -20
  90. package/components/list-view/package.json +0 -8
  91. package/components/list-view/style.js +0 -2
  92. package/components/response-layout/index.css +0 -1
  93. package/components/response-layout/index.esm.js +0 -11550
  94. package/components/response-layout/index.umd.cjs +0 -1
  95. package/components/response-layout/package.json +0 -8
  96. package/designer/button-edit/index.css +0 -1
  97. package/designer/button-edit/index.esm.js +0 -11121
  98. package/designer/button-edit/index.umd.cjs +0 -1
  99. package/designer/checkbox/index.esm.js +0 -250
  100. package/designer/checkbox/index.umd.cjs +0 -1
  101. package/designer/checkbox-group/index.esm.js +0 -377
  102. package/designer/checkbox-group/index.umd.cjs +0 -1
  103. package/designer/data-grid/index.css +0 -1
  104. package/designer/data-grid/index.esm.js +0 -17844
  105. package/designer/data-grid/index.umd.cjs +0 -23
  106. package/designer/drawer/index.css +0 -1
  107. package/designer/drawer/index.esm.js +0 -2228
  108. package/designer/drawer/index.umd.cjs +0 -6
  109. package/designer/farris-designer.all.esm.js +0 -26348
  110. package/designer/farris-designer.all.umd.cjs +0 -32
  111. package/designer/index.css +0 -1
  112. package/designer/input-group/index.esm.js +0 -1035
  113. package/designer/input-group/index.umd.cjs +0 -1
  114. package/designer/radio-group/index.css +0 -1
  115. package/designer/radio-group/index.esm.js +0 -12471
  116. package/designer/radio-group/index.umd.cjs +0 -1
@@ -962,7 +962,7 @@ const Dt = /* @__PURE__ */ ot({
962
962
  isMaximized: N.value
963
963
  });
964
964
  });
965
- const J = D(() => (a.value && document.body.classList.add("modal-open"), a.value)), me = D(() => {
965
+ const J = D(() => (a.value && document.body.classList.add("modal-open"), a.value)), pe = D(() => {
966
966
  var We;
967
967
  const ee = {
968
968
  modal: !0,
@@ -1142,7 +1142,7 @@ const Dt = /* @__PURE__ */ ot({
1142
1142
  }, {
1143
1143
  default: () => [k("div", {
1144
1144
  ref: g,
1145
- class: me.value,
1145
+ class: pe.value,
1146
1146
  style: H.value,
1147
1147
  onClick: je
1148
1148
  }, [ze()])]
@@ -1613,13 +1613,13 @@ function Co(e, t, n) {
1613
1613
  if (v.value) {
1614
1614
  if (["class", "style"].find((Y) => Y === O) && !W && (W = o.get("/converter/appearance.converter") || null), W && W.convertFrom)
1615
1615
  return W.convertFrom(C, _, y, g);
1616
- const me = C[_];
1617
- return Object.prototype.hasOwnProperty.call(F, "defaultValue") && (me === void 0 || typeof me == "string" && me === "") ? F.type === "boolean" ? F.defaultValue : F.defaultValue || "" : me;
1616
+ const pe = C[_];
1617
+ return Object.prototype.hasOwnProperty.call(F, "defaultValue") && (pe === void 0 || typeof pe == "string" && pe === "") ? F.type === "boolean" ? F.defaultValue : F.defaultValue || "" : pe;
1618
1618
  }
1619
1619
  return null;
1620
1620
  },
1621
- set(me) {
1622
- v.value += 1, W && W.convertTo ? (W.convertTo(b, _, me, y, g), W.convertTo(C, _, me, y, g)) : (b[_] = me, C[_] = me);
1621
+ set(pe) {
1622
+ v.value += 1, W && W.convertTo ? (W.convertTo(b, _, pe, y, g), W.convertTo(C, _, pe, y, g)) : (b[_] = pe, C[_] = pe);
1623
1623
  }
1624
1624
  }), { refreshPanelAfterChanged: V, description: j, isExpand: L, parentPropertyID: Q } = F, J = { propertyID: O, propertyName: h, propertyType: B, propertyValue: $, editor: E, visible: M, readonly: z, cascadeConfig: A, hideCascadeTitle: R, refreshPanelAfterChanged: V, description: j, isExpand: L, parentPropertyID: Q };
1625
1625
  return w[O] = J, J;
@@ -2934,7 +2934,7 @@ var bl = { exports: {} };
2934
2934
  function s(h, B) {
2935
2935
  var N = arguments.length;
2936
2936
  N === 1 && Array.isArray(h) === !1 && (B = h, h = []);
2937
- var E, M, z, A, R, W, $, V, j, L = null, Q, J, me = !1, Y = 0, G, H = B || {};
2937
+ var E, M, z, A, R, W, $, V, j, L = null, Q, J, pe = !1, Y = 0, G, H = B || {};
2938
2938
  H.moves === void 0 && (H.moves = y), H.accepts === void 0 && (H.accepts = y), H.invalid === void 0 && (H.invalid = oe), H.containers === void 0 && (H.containers = h || []), H.isContainer === void 0 && (H.isContainer = b), H.copy === void 0 && (H.copy = !1), H.copySortSource === void 0 && (H.copySortSource = !1), H.revertOnSpill === void 0 && (H.revertOnSpill = !1), H.removeOnSpill === void 0 && (H.removeOnSpill = !1), H.direction === void 0 && (H.direction = "vertical"), H.ignoreInputTextSelection === void 0 && (H.ignoreInputTextSelection = !0), H.mirrorContainer === void 0 && (H.mirrorContainer = f.body);
2939
2939
  var K = r({
2940
2940
  containers: H.containers,
@@ -2972,8 +2972,8 @@ var bl = { exports: {} };
2972
2972
  A = P.clientX, R = P.clientY;
2973
2973
  var U = w(P) !== 1 || P.metaKey || P.ctrlKey;
2974
2974
  if (!U) {
2975
- var te = P.target, pe = Ee(te);
2976
- pe && (Q = pe, Fe(), P.type === "mousedown" && (_(te) ? te.focus() : P.preventDefault()));
2975
+ var te = P.target, me = Ee(te);
2976
+ me && (Q = me, Fe(), P.type === "mousedown" && (_(te) ? te.focus() : P.preventDefault()));
2977
2977
  }
2978
2978
  }
2979
2979
  function se(P) {
@@ -2984,8 +2984,8 @@ var bl = { exports: {} };
2984
2984
  }
2985
2985
  if (!(P.clientX !== void 0 && Math.abs(P.clientX - A) <= (H.slideFactorX || 0) && P.clientY !== void 0 && Math.abs(P.clientY - R) <= (H.slideFactorY || 0))) {
2986
2986
  if (H.ignoreInputTextSelection) {
2987
- var U = I("clientX", P) || 0, te = I("clientY", P) || 0, pe = f.elementFromPoint(U, te);
2988
- if (_(pe))
2987
+ var U = I("clientX", P) || 0, te = I("clientY", P) || 0, me = f.elementFromPoint(U, te);
2988
+ if (_(me))
2989
2989
  return;
2990
2990
  }
2991
2991
  var Oe = Q;
@@ -3000,8 +3000,8 @@ var bl = { exports: {} };
3000
3000
  return;
3001
3001
  var te = x(P);
3002
3002
  if (te && !H.invalid(P, U)) {
3003
- var pe = H.moves(P, te, U, O(P));
3004
- if (pe)
3003
+ var me = H.moves(P, te, U, O(P));
3004
+ if (me)
3005
3005
  return {
3006
3006
  item: P,
3007
3007
  source: te
@@ -3033,7 +3033,7 @@ var bl = { exports: {} };
3033
3033
  }
3034
3034
  function ze(P) {
3035
3035
  if (je(), !!K.dragging) {
3036
- var U = V || z, te = I("clientX", P) || 0, pe = I("clientY", P) || 0, Oe = C(E, te, pe), Me = rt(Oe, te, pe);
3036
+ var U = V || z, te = I("clientX", P) || 0, me = I("clientY", P) || 0, Oe = C(E, te, me), Me = rt(Oe, te, me);
3037
3037
  Me && (V && H.copySortSource || !V || Me !== M) ? $e(U, Me) : H.removeOnSpill ? ee() : xe();
3038
3038
  }
3039
3039
  }
@@ -3049,8 +3049,8 @@ var bl = { exports: {} };
3049
3049
  }
3050
3050
  function xe(P) {
3051
3051
  if (K.dragging) {
3052
- var U = arguments.length > 0 ? P : H.revertOnSpill, te = V || z, pe = x(te), Oe = Re(pe);
3053
- Oe === !1 && U && (V ? pe && pe.removeChild(V) : M.insertBefore(te, W)), Oe || U ? K.emit("cancel", te, M, M) : K.emit("drop", te, pe, M, $), We();
3052
+ var U = arguments.length > 0 ? P : H.revertOnSpill, te = V || z, me = x(te), Oe = Re(me);
3053
+ Oe === !1 && U && (V ? me && me.removeChild(V) : M.insertBefore(te, W)), Oe || U ? K.emit("cancel", te, M, M) : K.emit("drop", te, me, M, $), We();
3054
3054
  }
3055
3055
  }
3056
3056
  function We() {
@@ -3062,15 +3062,15 @@ var bl = { exports: {} };
3062
3062
  return U !== void 0 ? te = U : E ? te = $ : te = O(V || z), P === M && te === W;
3063
3063
  }
3064
3064
  function rt(P, U, te) {
3065
- for (var pe = P; pe && !Oe(); )
3066
- pe = x(pe);
3067
- return pe;
3065
+ for (var me = P; me && !Oe(); )
3066
+ me = x(me);
3067
+ return me;
3068
3068
  function Oe() {
3069
- var Me = le(pe);
3069
+ var Me = le(me);
3070
3070
  if (Me === !1)
3071
3071
  return !1;
3072
- var Ie = we(pe, P), Le = ft(pe, Ie, U, te), De = Re(pe, Le);
3073
- return De ? !0 : H.accepts(z, pe, M, Le);
3072
+ var Ie = we(me, P), Le = ft(me, Ie, U, te), De = Re(me, Le);
3073
+ return De ? !0 : H.accepts(z, me, M, Le);
3074
3074
  }
3075
3075
  }
3076
3076
  function ct(P) {
@@ -3079,25 +3079,25 @@ var bl = { exports: {} };
3079
3079
  P.preventDefault();
3080
3080
  var U = I("clientX", P) || 0, te = I("clientY", P) || 0;
3081
3081
  E.style.left = U - 2 + "px", E.style.top = te - 2 + "px";
3082
- var pe = V || z, Oe = C(E, U, te), Me = rt(Oe, U, te), Ie = Me !== null && Me !== L;
3082
+ var me = V || z, Oe = C(E, U, te), Me = rt(Oe, U, te), Ie = Me !== null && Me !== L;
3083
3083
  (Ie || Me === null) && (tt(), L = Me, Ye()), pt(Oe, te);
3084
- var Le = x(pe);
3084
+ var Le = x(me);
3085
3085
  if (Me === M && V && !H.copySortSource) {
3086
- Le && Le.removeChild(pe);
3086
+ Le && Le.removeChild(me);
3087
3087
  return;
3088
3088
  }
3089
3089
  var De, He = we(Me, Oe);
3090
- if (me = Ae(He, Me), He !== null)
3090
+ if (pe = Ae(He, Me), He !== null)
3091
3091
  De = ft(Me, He, U, te);
3092
3092
  else if (H.revertOnSpill === !0 && !V)
3093
3093
  De = W, Me = M;
3094
3094
  else {
3095
- V && Le && Le.removeChild(pe), V && J && (J.style.display = "none");
3095
+ V && Le && Le.removeChild(me), V && J && (J.style.display = "none");
3096
3096
  return;
3097
3097
  }
3098
- J.style.display = "block", q(De, pe, Ie), De ? et(He, De) : it(Me);
3098
+ J.style.display = "block", q(De, me, Ie), De ? et(He, De) : it(Me);
3099
3099
  function Ne(Ke) {
3100
- K.emit(Ke, pe, L, M);
3100
+ K.emit(Ke, me, L, M);
3101
3101
  }
3102
3102
  function Ye() {
3103
3103
  Ie && Ne("over");
@@ -3123,7 +3123,7 @@ var bl = { exports: {} };
3123
3123
  var P = z.getBoundingClientRect();
3124
3124
  J.style.left = P.left + "px", J.style.top = P.top + "px";
3125
3125
  }
3126
- me = !1, H.mirrorContainer.appendChild(J);
3126
+ pe = !1, H.mirrorContainer.appendChild(J);
3127
3127
  }
3128
3128
  function ae() {
3129
3129
  E && (l.rm(H.mirrorContainer, "gu-unselectable"), c(p, "remove", "mousemove", ct), x(E).removeChild(E), E = null);
@@ -3138,11 +3138,11 @@ var bl = { exports: {} };
3138
3138
  }
3139
3139
  function Ae(P, U) {
3140
3140
  if (!U)
3141
- return me;
3141
+ return pe;
3142
3142
  var te = P || U && U.lastElementChild;
3143
3143
  if (!te)
3144
3144
  return !0;
3145
- var pe = getComputedStyle(P), Oe = /^inline/.test(pe.getPropertyValue("display")) || /^(left|right)$/.test(pe.getPropertyValue("float"));
3145
+ var me = getComputedStyle(P), Oe = /^inline/.test(me.getPropertyValue("display")) || /^(left|right)$/.test(me.getPropertyValue("float"));
3146
3146
  if (Oe)
3147
3147
  return !0;
3148
3148
  if (U) {
@@ -3160,10 +3160,10 @@ var bl = { exports: {} };
3160
3160
  if (!P.children || !P.children.length)
3161
3161
  return !1;
3162
3162
  for (const U of Array.from(P.children)) {
3163
- const pe = (U.className && U.className.split(" ") || []).filter((Oe) => /^col(-md|-xl|-el){0,1}-([1-9]|10|11|12)$/.test(Oe));
3164
- if (!pe.length)
3163
+ const me = (U.className && U.className.split(" ") || []).filter((Oe) => /^col(-md|-xl|-el){0,1}-([1-9]|10|11|12)$/.test(Oe));
3164
+ if (!me.length)
3165
3165
  return !1;
3166
- for (const Oe of pe) {
3166
+ for (const Oe of me) {
3167
3167
  const Me = Oe.slice(Oe.lastIndexOf("-") + 1);
3168
3168
  if (parseInt(Me, 10) !== 12)
3169
3169
  return !1;
@@ -3173,14 +3173,14 @@ var bl = { exports: {} };
3173
3173
  }
3174
3174
  function et(P, U) {
3175
3175
  const te = U.getBoundingClientRect();
3176
- if (J.style.left = te.left + "px", J.style.top = te.top + "px", me) {
3176
+ if (J.style.left = te.left + "px", J.style.top = te.top + "px", pe) {
3177
3177
  if (J.style.height = te.height + "px", J.style.width = "4px", P) {
3178
- const pe = P.getBoundingClientRect();
3179
- pe.top !== te.top && (J.style.left = pe.right + "px", J.style.top = pe.top + "px", J.style.height = pe.height + "px");
3178
+ const me = P.getBoundingClientRect();
3179
+ me.top !== te.top && (J.style.left = me.right + "px", J.style.top = me.top + "px", J.style.height = me.height + "px");
3180
3180
  }
3181
3181
  } else if (J.style.height = "4px", J.style.width = te.width + "px", G) {
3182
- const pe = G.getBoundingClientRect();
3183
- te.top < pe.top && (J.style.display = "none");
3182
+ const me = G.getBoundingClientRect();
3183
+ te.top < me.top && (J.style.display = "none");
3184
3184
  }
3185
3185
  U === z && z && (J.style.display = "none");
3186
3186
  }
@@ -3189,41 +3189,41 @@ var bl = { exports: {} };
3189
3189
  var U = P.lastElementChild;
3190
3190
  if (U) {
3191
3191
  var te = U.getBoundingClientRect();
3192
- me ? (J.style.left = te.right + "px", J.style.top = te.top + "px", J.style.height = te.height + "px", J.style.width = "4px") : (J.style.left = te.left + "px", J.style.top = te.bottom + "px", J.style.height = "4px", J.style.width = te.width + "px"), U === z && z && (J.style.display = "none");
3192
+ pe ? (J.style.left = te.right + "px", J.style.top = te.top + "px", J.style.height = te.height + "px", J.style.width = "4px") : (J.style.left = te.left + "px", J.style.top = te.bottom + "px", J.style.height = "4px", J.style.width = te.width + "px"), U === z && z && (J.style.display = "none");
3193
3193
  } else
3194
3194
  J.style.display = "none";
3195
3195
  }
3196
3196
  function pt(P, U) {
3197
3197
  if (!H.mirrorContainer.contains(P) || !window.scrollContainerList || !Array.from(window.scrollContainerList).length || (G = d(P), !G || !G.contains(P)))
3198
3198
  return;
3199
- const te = document.querySelector(".dgComponentSelected"), pe = G.getBoundingClientRect();
3200
- if (U - 30 < pe.top && G.scrollTop > 0) {
3199
+ const te = document.querySelector(".dgComponentSelected"), me = G.getBoundingClientRect();
3200
+ if (U - 30 < me.top && G.scrollTop > 0) {
3201
3201
  let Oe = G.scrollTop < 10 ? G.scrollTop : 10;
3202
3202
  G.scrollBy(0, -1 * Oe), te && G.contains(te) && (Y = Y + -1 * Oe);
3203
3203
  }
3204
- if (U + 30 > pe.bottom && G.scrollTop < G.scrollHeight - G.clientHeight) {
3204
+ if (U + 30 > me.bottom && G.scrollTop < G.scrollHeight - G.clientHeight) {
3205
3205
  const Oe = G.scrollHeight - G.clientHeight - G.scrollTop;
3206
3206
  let Me = Oe < 10 ? Oe : 10;
3207
3207
  G.scrollBy(0, Me), te && G.contains(te) && (Y = Y + Me);
3208
3208
  }
3209
3209
  }
3210
- function ft(P, U, te, pe) {
3210
+ function ft(P, U, te, me) {
3211
3211
  var Oe = H.direction === "horizontal", Me = H.direction === "mixed", Ie = U !== P ? De() : Le();
3212
3212
  return Ie;
3213
3213
  function Le() {
3214
3214
  var Ne = P.children.length, Ye, tt, Ke;
3215
3215
  for (Ye = 0; Ye < Ne; Ye++)
3216
- if (tt = P.children[Ye], Ke = tt.getBoundingClientRect(), Oe && Ke.left + Ke.width / 2 > te || !Me && !Oe && Ke.top + Ke.height / 2 > pe || Me && Ke.left + Ke.width > te && Ke.top + Ke.height > pe)
3216
+ if (tt = P.children[Ye], Ke = tt.getBoundingClientRect(), Oe && Ke.left + Ke.width / 2 > te || !Me && !Oe && Ke.top + Ke.height / 2 > me || Me && Ke.left + Ke.width > te && Ke.top + Ke.height > me)
3217
3217
  return tt;
3218
3218
  return null;
3219
3219
  }
3220
3220
  function De() {
3221
3221
  var Ne = U.getBoundingClientRect();
3222
3222
  if (Me) {
3223
- var Ye = pe - Ne.top, tt = te - Ne.left, Ke = Ne.bottom - pe, kt = Ne.right - te, Ot = Math.min(tt, kt, Ye, Ke), ge;
3224
- return me ? ge = kt < tt : ge = Ke === Ot || kt === Ot || tt === Ot, He(ge);
3223
+ var Ye = me - Ne.top, tt = te - Ne.left, Ke = Ne.bottom - me, kt = Ne.right - te, Ot = Math.min(tt, kt, Ye, Ke), ge;
3224
+ return pe ? ge = kt < tt : ge = Ke === Ot || kt === Ot || tt === Ot, He(ge);
3225
3225
  }
3226
- return He(Oe ? te > Ne.left + g(Ne) / 2 : pe > Ne.top + S(Ne) / 2);
3226
+ return He(Oe ? te > Ne.left + g(Ne) / 2 : me > Ne.top + S(Ne) / 2);
3227
3227
  }
3228
3228
  function He(Ne) {
3229
3229
  return Ne ? O(U) : U;
@@ -5063,8 +5063,8 @@ function Al(e, t, n, o, a, i, r, u, l, f, p, s, d) {
5063
5063
  function J(oe) {
5064
5064
  return oe.collapse && e.loadData ? e.loadData(oe) : Promise.resolve();
5065
5065
  }
5066
- function me(oe) {
5067
- return (oe || []).some((ve) => pn(ve) ? !(ve.type === Comment || ve.type === Ft && !me(ve.children)) : !0) ? oe : null;
5066
+ function pe(oe) {
5067
+ return (oe || []).some((ve) => pn(ve) ? !(ve.type === Comment || ve.type === Ft && !pe(ve.children)) : !0) ? oe : null;
5068
5068
  }
5069
5069
  function Y(oe, ve) {
5070
5070
  oe.stopPropagation(), J(ve).then(() => {
@@ -5135,7 +5135,7 @@ function Al(e, t, n, o, a, i, r, u, l, f, p, s, d) {
5135
5135
  return oe.getEditor(oe);
5136
5136
  }
5137
5137
  function re(oe, ve) {
5138
- return t.slots.cellTemplate && me(t.slots.cellTemplate({
5138
+ return t.slots.cellTemplate && pe(t.slots.cellTemplate({
5139
5139
  cell: ve,
5140
5140
  row: oe
5141
5141
  })) ? Fe(ve, oe) : ve.mode === dt.editing ? X(ve) : ve.formatter ? Ce(ve, oe) : be(ve);
@@ -5688,7 +5688,7 @@ function Jl(e, t, n, o) {
5688
5688
  }), H.value.splice(Ce, 0, ...be);
5689
5689
  }
5690
5690
  }
5691
- function me(Y, G) {
5691
+ function pe(Y, G) {
5692
5692
  const H = Y[r.value], K = p.get(H), le = Array.from(K.descendant.keys());
5693
5693
  le.unshift(H);
5694
5694
  const ke = p.get(K.parentId);
@@ -5710,7 +5710,7 @@ function Jl(e, t, n, o) {
5710
5710
  isVisibleInTree: N,
5711
5711
  shouldStratifyData: i,
5712
5712
  toggleChildrenVisibiltyByCollapseStatus: A,
5713
- trimmedOriginalData: me
5713
+ trimmedOriginalData: pe
5714
5714
  };
5715
5715
  }
5716
5716
  function Ql(e, t, n, o, a) {
@@ -5737,21 +5737,21 @@ function Ql(e, t, n, o, a) {
5737
5737
  return (Z == null ? void 0 : Z.groupFields) || [];
5738
5738
  });
5739
5739
  let Q = /* @__PURE__ */ new Map();
5740
- const J = T(R.value.length), me = T(e.pagination);
5740
+ const J = T(R.value.length), pe = T(e.pagination);
5741
5741
  function Y() {
5742
- return me.value && me.value.enable && me.value.size > 0 ? me.value.size : R.value.length;
5742
+ return pe.value && pe.value.enable && pe.value.size > 0 ? pe.value.size : R.value.length;
5743
5743
  }
5744
- const G = T(1), H = D(() => me.value && me.value.enable && me.value.mode !== "server"), K = D(() => me.value && me.value.enable && me.value.mode === "server"), le = new Vo();
5744
+ const G = T(1), H = D(() => pe.value && pe.value.enable && pe.value.mode !== "server"), K = D(() => pe.value && pe.value.enable && pe.value.mode === "server"), le = new Vo();
5745
5745
  function ke(Z, P) {
5746
5746
  const U = Math.ceil(Z.length / P);
5747
5747
  let te = 0;
5748
- const pe = [], Oe = [], Me = [];
5748
+ const me = [], Oe = [], Me = [];
5749
5749
  for (; te < U; ) {
5750
5750
  const Ie = Z.slice(te * P, (te + 1) * P), Le = c(w.value, Ie, t);
5751
- Oe[te] = Le.filter((De) => De.__fv_data_grid_group_row__).length, pe.push(...Le), te++;
5751
+ Oe[te] = Le.filter((De) => De.__fv_data_grid_group_row__).length, me.push(...Le), te++;
5752
5752
  }
5753
5753
  return Oe.reduce((Ie, Le, De) => (Ie = Ie + Le, Me.push(Ie), Ie), 0), {
5754
- groupData: pe,
5754
+ groupData: me,
5755
5755
  groupRowSizeList: Oe,
5756
5756
  accumulateGroupRowSize: Me
5757
5757
  };
@@ -5760,19 +5760,19 @@ function Ql(e, t, n, o, a) {
5760
5760
  var Le;
5761
5761
  R.value = b.value, H.value && (J.value = R.value.length), C.value && !H.value && (R.value = c(w.value, b.value, t)), Q = L.value.reduce((De, He) => (De.set(He, 0), De), Q);
5762
5762
  const Z = 0, P = Y(), U = (G.value - 1) * P;
5763
- let pe = U > R.value.length - 1 || K.value ? Z : U, Oe = K.value ? R.value.length : Math.min(pe + P, R.value.length);
5763
+ let me = U > R.value.length - 1 || K.value ? Z : U, Oe = K.value ? R.value.length : Math.min(me + P, R.value.length);
5764
5764
  if (C.value && H.value) {
5765
5765
  const { accumulateGroupRowSize: De, groupData: He, groupRowSizeList: Ne } = ke(b.value, P);
5766
5766
  R.value = He;
5767
5767
  const Ye = Ne[G.value - 1];
5768
- pe += G.value - 2 < 0 ? 0 : De[G.value - 2], Oe = pe + P + Ye;
5768
+ me += G.value - 2 < 0 ? 0 : De[G.value - 2], Oe = me + P + Ye;
5769
5769
  }
5770
5770
  let Me = 0;
5771
5771
  const Ie = [];
5772
5772
  if (R.value.length) {
5773
5773
  z(R.value);
5774
5774
  const De = M.value !== e.idField;
5775
- for (let He = pe; He < Oe; He++) {
5775
+ for (let He = me; He < Oe; He++) {
5776
5776
  const Ne = R.value[He];
5777
5777
  Ne.__fv_data_grid_group_row__ ? (Me = 0, Ne.__fv_data_index__ = "") : Ne.__fv_data_grid_group_summary__ ? Ne.__fv_data_index__ = "" : (Me++, Ne.__fv_data_index__ = Me + (G.value - 1) * P), Ne.__fv_index__ = He, Ne.__fv_visible_index__ = He, e.rowOption && e.rowOption.disabledField && (Ne.__fv_disabled__ = Ne[(Le = e.rowOption) == null ? void 0 : Le.disabledField]), De && (Ne[M.value] = He), L.value.forEach((Ye) => {
5778
5778
  const tt = Q.get(Ye) || 0;
@@ -5790,7 +5790,7 @@ function Ql(e, t, n, o, a) {
5790
5790
  be.value.forEach((Z, P) => (Z.__fv_visible_index__ = P, Z));
5791
5791
  }
5792
5792
  function re(Z, P, U = !1) {
5793
- const pe = (U ? Fe() : [...W.value]).filter((Ie) => n.apply(Ie)), Oe = Z && Z.length ? pe.filter((Ie) => Z.reduce((Le, De) => Le && De.filter(Ie), !0)) : pe, Me = P && P.length ? Oe.sort((Ie, Le) => {
5793
+ const me = (U ? Fe() : [...W.value]).filter((Ie) => n.apply(Ie)), Oe = Z && Z.length ? me.filter((Ie) => Z.reduce((Le, De) => Le && De.filter(Ie), !0)) : me, Me = P && P.length ? Oe.sort((Ie, Le) => {
5794
5794
  const De = [...P], He = De.shift();
5795
5795
  let Ne = He.compare(Ie[He.field], Le[He.field]);
5796
5796
  for (; Ne === 0 && De.length !== 0; ) {
@@ -5828,7 +5828,7 @@ function Ql(e, t, n, o, a) {
5828
5828
  function ve(Z, P) {
5829
5829
  const U = `group_of_${Z}_${P}`;
5830
5830
  r.set(U, !0);
5831
- const te = (pe) => pe[Z] !== P;
5831
+ const te = (me) => me[Z] !== P;
5832
5832
  return l.set(`collapse_${Z}_${P}`, {
5833
5833
  field: Z,
5834
5834
  fieldName: Z,
@@ -5873,7 +5873,7 @@ function Ql(e, t, n, o, a) {
5873
5873
  b.value = U, Re();
5874
5874
  }
5875
5875
  function ct(Z, P, U) {
5876
- return (Z && Z.length ? Ce.value.filter((pe, Oe) => Z.reduce((Me, Ie) => Me && Ie.filter(pe), !0)) : Ce.value).slice(P, U);
5876
+ return (Z && Z.length ? Ce.value.filter((me, Oe) => Z.reduce((Me, Ie) => Me && Ie.filter(me), !0)) : Ce.value).slice(P, U);
5877
5877
  }
5878
5878
  function q(Z) {
5879
5879
  const P = Y(), U = Math.ceil(J.value / P);
@@ -5919,10 +5919,10 @@ function Ql(e, t, n, o, a) {
5919
5919
  return re(Z, Array.from(p.values()));
5920
5920
  }
5921
5921
  function Ue(Z) {
5922
- me.value.size = Z;
5922
+ pe.value.size = Z;
5923
5923
  }
5924
5924
  function et(Z) {
5925
- me.value && (Ue(Z), Re());
5925
+ pe.value && (Ue(Z), Re());
5926
5926
  }
5927
5927
  function it(Z, P) {
5928
5928
  const U = b.value[Number(Z) - 1];
@@ -5935,7 +5935,7 @@ function Ql(e, t, n, o, a) {
5935
5935
  }
5936
5936
  function pt(Z) {
5937
5937
  return Z.map((U) => {
5938
- const te = W.value.findIndex((pe) => "" + pe[M.value] == "" + U);
5938
+ const te = W.value.findIndex((me) => "" + me[M.value] == "" + U);
5939
5939
  return te > -1 ? W.value[te] : null;
5940
5940
  }).filter((U) => U != null);
5941
5941
  }
@@ -5994,7 +5994,8 @@ function Ql(e, t, n, o, a) {
5994
5994
  unFold: We,
5995
5995
  updateDataView: Re,
5996
5996
  visibleDataItems: be,
5997
- shouldGroupingData: C
5997
+ shouldGroupingData: C,
5998
+ pagination: pe
5998
5999
  };
5999
6000
  }
6000
6001
  const Lo = {
@@ -8262,7 +8263,7 @@ function ru(e, t, n, o, a, i, r, u, l) {
8262
8263
  function J() {
8263
8264
  F.value && (S = W(Math.abs(y.value)), x = S + i.value - 1, (S < m.value || x > d.value - r / 2) && V());
8264
8265
  }
8265
- function me(ae) {
8266
+ function pe(ae) {
8266
8267
  let he = y.value + ae;
8267
8268
  he > z && (he = z);
8268
8269
  const we = N();
@@ -8289,7 +8290,7 @@ function ru(e, t, n, o, a, i, r, u, l) {
8289
8290
  Be([O, c], () => {
8290
8291
  Y(0);
8291
8292
  }), Be(v, (ae, he) => {
8292
- ae !== he && ae >= f.value.length * b && me(0);
8293
+ ae !== he && ae >= f.value.length * b && pe(0);
8293
8294
  });
8294
8295
  function le(ae) {
8295
8296
  let { deltaX: he } = ae, we = -1 * ae.deltaY;
@@ -8300,7 +8301,7 @@ function ru(e, t, n, o, a, i, r, u, l) {
8300
8301
  return;
8301
8302
  ae.preventDefault(), ae.stopPropagation();
8302
8303
  const { deltaX: he, deltaY: we } = le(ae);
8303
- me(we), Y(he);
8304
+ pe(we), Y(he);
8304
8305
  }
8305
8306
  const Fe = D(() => ({
8306
8307
  height: `${f.value.length * b}px`,
@@ -8358,7 +8359,7 @@ function ru(e, t, n, o, a, i, r, u, l) {
8358
8359
  const he = ee.value - ae.pageY, we = N(), Ae = we - E.value;
8359
8360
  if (Math.abs(he) <= Ae) {
8360
8361
  const Ue = he / (v.value - E.value) * (we - v.value);
8361
- me(Ue), ee.value = ae.pageY;
8362
+ pe(Ue), ee.value = ae.pageY;
8362
8363
  }
8363
8364
  }
8364
8365
  }
@@ -8376,13 +8377,13 @@ function ru(e, t, n, o, a, i, r, u, l) {
8376
8377
  function _e(ae) {
8377
8378
  const he = f.value.length * b - v.value;
8378
8379
  let we = ae * b;
8379
- we >= he && (we = he), me(-we - y.value);
8380
+ we >= he && (we = he), pe(-we - y.value);
8380
8381
  }
8381
8382
  function Pe() {
8382
8383
  _e(f.value.length);
8383
8384
  }
8384
8385
  function ye(ae) {
8385
- me(ae - y.value);
8386
+ pe(ae - y.value);
8386
8387
  }
8387
8388
  return {
8388
8389
  dataGridWidth: _,
@@ -8668,17 +8669,17 @@ function mu(e, t, n, o, a, i, r) {
8668
8669
  checked: R,
8669
8670
  disabled: $,
8670
8671
  indeterminate: W,
8671
- setRef: (me) => {
8672
- j.ref = me;
8672
+ setRef: (pe) => {
8673
+ j.ref = pe;
8673
8674
  },
8674
8675
  visible: A && V || A && !e.hierarchy,
8675
8676
  status: xt.initial,
8676
- updateCell: (me, Y) => {
8677
- c(me, v, j, Y), t.updateSummary();
8677
+ updateCell: (pe, Y) => {
8678
+ c(pe, v, j, Y), t.updateSummary();
8678
8679
  },
8679
- updateCells: (me, Y) => {
8680
+ updateCells: (pe, Y) => {
8680
8681
  Y.forEach((G) => {
8681
- c(me, v, j, G);
8682
+ c(pe, v, j, G);
8682
8683
  });
8683
8684
  }
8684
8685
  };
@@ -8829,10 +8830,10 @@ function vu(e, t, n, o, a) {
8829
8830
  selectOnCreated: e.selectOnEditingCell,
8830
8831
  editor: J,
8831
8832
  modelValue: V.editingData,
8832
- "onUpdate:modelValue": (me) => V.editingData = me,
8833
+ "onUpdate:modelValue": (pe) => V.editingData = pe,
8833
8834
  id: j.id,
8834
- onMousedown: (me) => I(me),
8835
- onMouseup: (me) => h(me)
8835
+ onMousedown: (pe) => I(pe),
8836
+ onMouseup: (pe) => h(pe)
8836
8837
  }, null)) : V.data;
8837
8838
  }
8838
8839
  function R() {
@@ -9095,7 +9096,7 @@ function yu(e, t, n, o, a) {
9095
9096
  function J(X) {
9096
9097
  X.__fv_checked__ = !1, X.__fv_indeterminate__ = !0, c.value = c.value.filter((re) => re !== X[i.value]);
9097
9098
  }
9098
- function me(X) {
9099
+ function pe(X) {
9099
9100
  const re = X.raw;
9100
9101
  re.__fv_checked__ = !1, re.__fv_indeterminate__ = !0, c.value = c.value.filter((se) => se !== re[i.value]), X.checked = !1, X.indeterminate = !0;
9101
9102
  }
@@ -9166,7 +9167,7 @@ function yu(e, t, n, o, a) {
9166
9167
  findIndexInSelectedItems: A,
9167
9168
  getSelectedItems: y,
9168
9169
  getSelectionRow: be,
9169
- indeterminate: me,
9170
+ indeterminate: pe,
9170
9171
  indeterminateDataItem: J,
9171
9172
  isSelectingHirarchyItem: v,
9172
9173
  multiSelectMode: s,
@@ -9353,11 +9354,11 @@ const Zt = /* @__PURE__ */ ot({
9353
9354
  updateColumnRenderContext: W
9354
9355
  } = M;
9355
9356
  A(_, z);
9356
- const $ = Xn(e, R), V = Jn(e, t, O, r), j = Qn(e, t, r, V, m), L = Zn(e), Q = Kn(e, j, L), J = eo(e, _, j, y, r, L, Q), me = to(e, i, _, h, 0, J), {
9357
+ const $ = Xn(e, R), V = Jn(e, t, O, r), j = Qn(e, t, r, V, m), L = Zn(e), Q = Kn(e, j, L), J = eo(e, _, j, y, r, L, Q), pe = to(e, i, _, h, 0, J), {
9357
9358
  getVisualData: Y
9358
- } = me, G = no(e, R), H = oo(e, O), {
9359
+ } = pe, G = no(e, R), H = oo(e, O), {
9359
9360
  sidebarWidth: K
9360
- } = H, le = ro(e, _, m, R, me, h, 0, K), {
9361
+ } = H, le = ro(e, _, m, R, pe, h, 0, K), {
9361
9362
  onWheel: ke,
9362
9363
  dataGridWidth: Fe,
9363
9364
  viewPortHeight: Ce,
@@ -9377,7 +9378,7 @@ const Zt = /* @__PURE__ */ ot({
9377
9378
  "fv-grid-wrap-content": w.value
9378
9379
  })), {
9379
9380
  renderDataArea: je
9380
- } = Fu(e, t, p, s, d, G, M, _, j, y, V, O, F, le, me, L, m), {
9381
+ } = Fu(e, t, p, s, d, G, M, _, j, y, V, O, F, le, pe, L, m), {
9381
9382
  renderGridHeader: ze,
9382
9383
  renderGridColumnResizeOverlay: $e,
9383
9384
  shouldShowHeader: ee
@@ -9468,7 +9469,7 @@ const Zt = /* @__PURE__ */ ot({
9468
9469
  function te() {
9469
9470
  O.clearSelection();
9470
9471
  }
9471
- const pe = D(() => !m.value || !m.value.length), {
9472
+ const me = D(() => !m.value || !m.value.length), {
9472
9473
  renderEmpty: Oe
9473
9474
  } = vo(t);
9474
9475
  function Me() {
@@ -9565,7 +9566,7 @@ const Zt = /* @__PURE__ */ ot({
9565
9566
  onMouseover: () => c.value = !0,
9566
9567
  onMouseleave: () => c.value = !1,
9567
9568
  style: tt.value
9568
- }, [f.value && xe(m), f.value && je(), f.value && pe.value && Oe(), f.value && Re(), f.value && rt()]), $e(), I.value && We()]);
9569
+ }, [f.value && xe(m), f.value && je(), f.value && me.value && Oe(), f.value && Re(), f.value && rt()]), $e(), I.value && We()]);
9569
9570
  }
9570
9571
  }), Tu = {
9571
9572
  id: { type: String, default: "" },
@@ -9662,14 +9663,14 @@ const cn = /* @__PURE__ */ ot({
9662
9663
  }, $), $;
9663
9664
  });
9664
9665
  function _($, V) {
9665
- var Q, J, me;
9666
+ var Q, J, pe;
9666
9667
  if ($ && ($.preventDefault(), $.stopPropagation()), (Q = y == null ? void 0 : y.designerContext) != null && Q.checkCanDeleteControl && !y.designerContext.checkCanDeleteControl(V))
9667
9668
  return;
9668
9669
  if (m.value.triggerBelongedComponentToDeleteWhenDeleted) {
9669
9670
  const Y = m.value.getBelongedComponentInstance(m);
9670
9671
  if (Y && Y.parent) {
9671
9672
  const G = T(Y == null ? void 0 : Y.parent), H = G.value.contents.findIndex((K) => K.id === Y.schema.id);
9672
- (me = (J = G.value) == null ? void 0 : J.contents) == null || me.splice(H, 1), Yt.value++;
9673
+ (pe = (J = G.value) == null ? void 0 : J.contents) == null || pe.splice(H, 1), Yt.value++;
9673
9674
  }
9674
9675
  return;
9675
9676
  }
@@ -9733,7 +9734,7 @@ const cn = /* @__PURE__ */ ot({
9733
9734
  let V;
9734
9735
  const j = $.type, L = hs[j], Q = gs[j], J = Q ? Q($) : {};
9735
9736
  J.customClass = e.ignore ? J.customClass : "", J.componentId = u.value, J.id = $.id;
9736
- const me = $.contents && $.contents.length === 0;
9737
+ const pe = $.contents && $.contents.length === 0;
9737
9738
  return $.contents && !!$.contents.length && L ? k(L, It({
9738
9739
  ref: m
9739
9740
  }, J), Ou(V = $.contents.map((G) => k(cn, {
@@ -9745,7 +9746,7 @@ const cn = /* @__PURE__ */ ot({
9745
9746
  onDragEnd: B
9746
9747
  }, null))) ? V : {
9747
9748
  default: () => [V]
9748
- }) : L ? me ? k(L, It({
9749
+ }) : L ? pe ? k(L, It({
9749
9750
  ref: m
9750
9751
  }, J), {
9751
9752
  default: () => [k(ku, null, null)]
@@ -10443,7 +10444,7 @@ const Du = /* @__PURE__ */ ot({
10443
10444
  p.value = V(0, x.value + o - 1);
10444
10445
  const Q = ru(e, g, p, h, $, x, o, L), {
10445
10446
  onWheel: J,
10446
- dataGridWidth: me,
10447
+ dataGridWidth: pe,
10447
10448
  viewPortHeight: Y,
10448
10449
  viewPortWidth: G,
10449
10450
  updateVisibleRowsOnLatestVisibleScope: H
@@ -10466,11 +10467,11 @@ const Du = /* @__PURE__ */ ot({
10466
10467
  function X() {
10467
10468
  var qe, Xe;
10468
10469
  const Te = Math.ceil(l.value.clientHeight / a);
10469
- Te > i.value && (i.value = Te, H()), Y.value = ((qe = f.value) == null ? void 0 : qe.clientHeight) || 0, me.value = ((Xe = l.value) == null ? void 0 : Xe.clientWidth) || 0, le();
10470
+ Te > i.value && (i.value = Te, H()), Y.value = ((qe = f.value) == null ? void 0 : qe.clientHeight) || 0, pe.value = ((Xe = l.value) == null ? void 0 : Xe.clientWidth) || 0, le();
10470
10471
  }
10471
10472
  Et(() => {
10472
10473
  n.value.componentInstance = C, l.value && (i.value = Math.max(Math.ceil(l.value.clientHeight / a), i.value), p.value = V(0, x.value + o - 1), gn(l.value, X), le(), Mt(() => {
10473
- l.value && (me.value = l.value.clientWidth), f.value && (G.value = f.value.clientWidth, Y.value = f.value.clientHeight);
10474
+ l.value && (pe.value = l.value.clientWidth), f.value && (G.value = f.value.clientWidth, Y.value = f.value.clientHeight);
10474
10475
  }));
10475
10476
  });
10476
10477
  function re(Te) {
@@ -11276,7 +11277,7 @@ function uc(e, t, n, o, a, i, r, u, l, f, p, s, d, m, c, w) {
11276
11277
  hasLeftFixedColumn: Q,
11277
11278
  hasRightFixedColumn: J
11278
11279
  } = u, {
11279
- navigateOnKeyUp: me,
11280
+ navigateOnKeyUp: pe,
11280
11281
  navigateOnKeyDown: Y
11281
11282
  } = p, G = (q) => (q || []).some((_e) => pn(_e) ? !(_e.type === hr || _e.type === Ft && !G(_e.children)) : !0) ? q : null, H = (q) => {
11282
11283
  var _e, Pe, ye;
@@ -11410,7 +11411,7 @@ function uc(e, t, n, o, a, i, r, u, l, f, p, s, d, m, c, w) {
11410
11411
  class: z(ye),
11411
11412
  style: _(ye, _e),
11412
11413
  onClick: (we) => V(we, ye, q, ye.column),
11413
- onKeydown: (we) => me(we, ye)
11414
+ onKeydown: (we) => pe(we, ye)
11414
11415
  }, [k("div", {
11415
11416
  class: B(ye),
11416
11417
  style: N(ye)
@@ -11505,7 +11506,7 @@ const or = /* @__PURE__ */ ot({
11505
11506
  updateColumnRenderContext: W
11506
11507
  } = M;
11507
11508
  A(S, z);
11508
- const $ = Xn(e, R), V = Jn(e, t, v, r), j = Qn(e, t, r, V, d), L = Zn(e), Q = Kn(e, j, L), J = eo(e, S, j, b, r, L, Q), me = za(e, r, Q, J), Y = Ga(e, r, Q, J), G = to(e, i, S, h, 0, J, me, Y), {
11509
+ const $ = Xn(e, R), V = Jn(e, t, v, r), j = Qn(e, t, r, V, d), L = Zn(e), Q = Kn(e, j, L), J = eo(e, S, j, b, r, L, Q), pe = za(e, r, Q, J), Y = Ga(e, r, Q, J), G = to(e, i, S, h, 0, J, pe, Y), {
11509
11510
  getVisualData: H
11510
11511
  } = G, K = qa(R), le = no(e, R), ke = oo(e, v), {
11511
11512
  sidebarWidth: Fe,
@@ -11599,7 +11600,7 @@ const or = /* @__PURE__ */ ot({
11599
11600
  function te(Se, Je) {
11600
11601
  Se && (S.load(Se), d.value = H(0, h.value + 0 - 1), Je != null && Je.keepScrollTop ? be.scrollTo(be.offsetY.value) : Te(), Ce.value && O.value && F()), j.clear();
11601
11602
  }
11602
- function pe(Se) {
11603
+ function me(Se) {
11603
11604
  x.updatePagination(Se);
11604
11605
  }
11605
11606
  Be(S.shouldGroupingData, (Se, Je) => {
@@ -11667,7 +11668,7 @@ const or = /* @__PURE__ */ ot({
11667
11668
  selectItemByIds: Le,
11668
11669
  updateColumns: U,
11669
11670
  updateDataSource: te,
11670
- updatePagination: pe,
11671
+ updatePagination: me,
11671
11672
  getVisibleData: De,
11672
11673
  getVisibleDataByIds: He,
11673
11674
  getSelectedItems: Ne,