@factoringplus/pl-components-pack-v3 1.2.21-pre-21 → 1.2.21-pre-22

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.
@@ -31516,7 +31516,6 @@ const T0 = /* @__PURE__ */ Rn(WZ), HZ = { key: 0 }, ZZ = {
31516
31516
  }, tG = /* @__PURE__ */ R("div", { class: "divider" }, null, -1), nG = [
31517
31517
  tG
31518
31518
  ], rG = { class: "no-data-container" }, aG = {
31519
- "infinite-scroll-distance": 10,
31520
31519
  "data-testid": "table-body",
31521
31520
  class: "table-body mt-md-0",
31522
31521
  role: "rowgroup"
@@ -32985,8 +32984,7 @@ const Wl = /* @__PURE__ */ new Map(), Iq = {
32985
32984
  type: Boolean,
32986
32985
  default: !0
32987
32986
  }
32988
- };
32989
- function x0(e, t) {
32987
+ }, x0 = (e, t) => {
32990
32988
  let n;
32991
32989
  return function(...r) {
32992
32990
  const o = this;
@@ -32994,9 +32992,7 @@ function x0(e, t) {
32994
32992
  n = null, e.apply(o, r);
32995
32993
  }, t));
32996
32994
  };
32997
- }
32998
- const kq = (e, t) => {
32999
- console.log("handleScroll");
32995
+ }, kq = (e, t) => {
33000
32996
  const { container: n, containerEl: r, instance: o, observer: s, lastScrollTop: i } = e[ha], { disabled: u, distance: c } = Lv(e, o), { clientHeight: d, scrollHeight: v, scrollTop: f } = r, M = f - i;
33001
32997
  if (e[ha].lastScrollTop = f, s || u || M < 0)
33002
32998
  return;
@@ -33007,7 +33003,7 @@ const kq = (e, t) => {
33007
33003
  const { clientTop: h, scrollHeight: m } = e, N = wq(e, r);
33008
33004
  y = f + d >= N + h + m - c;
33009
33005
  }
33010
- y && (console.log("shouldTrigger"), t.call(o));
33006
+ y && t.call(o);
33011
33007
  }, I1 = (e) => {
33012
33008
  const { observer: t } = e[ha];
33013
33009
  t && (t.disconnect(), delete e[ha].observer);
@@ -33025,9 +33021,7 @@ const Lv = (e, t) => Object.entries(Eq).reduce((n, [r, o]) => {
33025
33021
  async mounted(e, t) {
33026
33022
  const { instance: n, value: r } = t;
33027
33023
  r || console.log("vInfiniteScroll callback error"), await Ze();
33028
- const { delay: o, immediate: s } = Lv(e, n), i = xq(e, !0), u = i === window ? document.documentElement : i;
33029
- console.log("vInfiniteScroll");
33030
- const c = x0(kq.bind(null, e, r), o);
33024
+ const { delay: o, immediate: s } = Lv(e, n), i = xq(e, !0), u = i === window ? document.documentElement : i, c = x0(kq.bind(null, e, r), o);
33031
33025
  if (i) {
33032
33026
  if (e[ha] = {
33033
33027
  instance: n,