@ninebone/grid 0.0.69 → 0.0.70

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
@@ -28562,7 +28562,7 @@ class Zd extends HTMLElement {
28562
28562
  var l = this.trackHeight, c = t.clientY - this.shiftY;
28563
28563
  c < 0 && (c = 0), c + f(this, qs).call(this) > l && (c = parseInt(l - f(this, qs).call(this)));
28564
28564
  var o = parseInt($(".ng-container-body tbody.bindable tr", f(this, qt).body).not(".nodata").length / f(this, qt).template.length), r = parseInt(c * (f(this, qt).data.count() + 1 - o) / parseInt(l - f(this, qs).call(this)));
28565
- f(this, qt).dataManager.viewRecords.rawIndex != r ? (f(this, qt).scrollToV2(r), f(this, qt).setScrollTransform(0)) : (trace.log(t), f(this, qt).setScrollTransform(-10));
28565
+ f(this, qt).dataManager.viewRecords.rawIndex != r ? (f(this, qt).scrollToV2(r), f(this, qt).setScrollTransform(0)) : (trace.log(t), f(this, qt).scrollTransform(-10));
28566
28566
  }
28567
28567
  });
28568
28568
  Y(this, qs, () => parseInt(f(this, ge).thumb.dataset.height));