@ninebone/grid 0.0.125 → 0.0.126

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.
package/dist/nine-grid.js CHANGED
@@ -28618,8 +28618,9 @@ class nf extends HTMLElement {
28618
28618
  }
28619
28619
  }
28620
28620
  Pt = new WeakMap(), Vr = new WeakMap(), ge = new WeakMap(), gr = new WeakMap(), br = new WeakMap(), Sn = new WeakMap(), ss = new WeakMap(), $r = new WeakMap(), ec = new WeakMap(), rc = new WeakMap(), wa = new WeakMap(), sc = new WeakMap(), xa = new WeakMap(), _a = new WeakMap(), kn = new WeakMap(), vu = new WeakMap(), Cn = new WeakSet(), Hl = function(t) {
28621
- const l = f(this, Pt).body.querySelector(".ng-container-body tbody.bindable");
28622
- l && (l.style.transform = `translateY(${t}px)`);
28621
+ f(this, Pt).body.querySelectorAll("tbody.bindable").forEach((c) => {
28622
+ c.style.transform = `translateY(${t}px)`;
28623
+ });
28623
28624
  }, gi = new WeakMap();
28624
28625
  var Ze, gs, ae, Wr, Xr, zs, ic, Sa, nc, ka, oc, Ca, Ea, En;
28625
28626
  class of extends HTMLElement {