@ninebone/grid 0.0.103 → 0.0.104
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 +2 -2
- package/dist/nine-grid.js.map +1 -1
- package/dist/nine-grid.umd.js +1 -1
- package/dist/nine-grid.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/nine-grid.js
CHANGED
|
@@ -28540,7 +28540,7 @@ class nf extends HTMLElement {
|
|
|
28540
28540
|
});
|
|
28541
28541
|
Y(this, wa, (t) => {
|
|
28542
28542
|
if (!f(this, Vr) && !(t.buttons != 1 || t.altKey || t.ctrlKey || t.shiftKey)) {
|
|
28543
|
-
t.preventDefault()
|
|
28543
|
+
t.preventDefault();
|
|
28544
28544
|
var l = f(this, ge).thumb.getBoundingClientRect();
|
|
28545
28545
|
clearInterval(f(this, gr)), clearInterval(f(this, br)), t.clientY > l.y ? f(this, Dt).pageDown() : f(this, Dt).pageUp(), tt(this, gr, setInterval(() => {
|
|
28546
28546
|
clearInterval(f(this, gr)), tt(this, br, setInterval(() => {
|
|
@@ -28564,7 +28564,7 @@ class nf extends HTMLElement {
|
|
|
28564
28564
|
t.offsetX = t.targetTouches[0].pageX - l.left, t.offsetY = t.targetTouches[0].pageY - l.top, t.pageX = t.changedTouches[0].pageX, t.pageY = t.changedTouches[0].pageY, t.clientX = t.changedTouches[0].clientX, t.clientY = t.changedTouches[0].clientY, t.buttons = 1, f(this, kn).call(this, t);
|
|
28565
28565
|
});
|
|
28566
28566
|
Y(this, _a, (t) => {
|
|
28567
|
-
tt(this, Vr, !0), this.shiftY = t.offsetY + f(this, ge).track.getBoundingClientRect().y, this.trackHeight = $(f(this, ge).track).height(), this.thumbHeight = $(f(this, ge).thumb).height(), this.nodataHeight = $(".ng-container .ng-table tr.nodata", f(this, Dt).body).height(), this.bodyHeight = $(".ng-container-body", f(this, Dt).body).height(), this.templateHeight = f(this, Dt).template.height(), this.theadHeight = $(".ng-container-body table > thead", f(this, Dt).body).height() || 0, this.tfootHeight = $(".ng-container-body table > tfoot", f(this, Dt).body).height() || 0, this.fixedHeight = $(".ng-container-body tbody.fixed", f(this, Dt).body).height(), this.tableHeight = $(".ng-container-body .ng-table", f(this, Dt).body).height(), tt(this, Sn, !0), document.addEventListener("mousemove", f(this, kn)), typeof this.onDragStart == "function" && this.onDragStart();
|
|
28567
|
+
tt(this, Hs, t.clientY), Au.log("::", t, t.clientY), tt(this, Vr, !0), this.shiftY = t.offsetY + f(this, ge).track.getBoundingClientRect().y, this.trackHeight = $(f(this, ge).track).height(), this.thumbHeight = $(f(this, ge).thumb).height(), this.nodataHeight = $(".ng-container .ng-table tr.nodata", f(this, Dt).body).height(), this.bodyHeight = $(".ng-container-body", f(this, Dt).body).height(), this.templateHeight = f(this, Dt).template.height(), this.theadHeight = $(".ng-container-body table > thead", f(this, Dt).body).height() || 0, this.tfootHeight = $(".ng-container-body table > tfoot", f(this, Dt).body).height() || 0, this.fixedHeight = $(".ng-container-body tbody.fixed", f(this, Dt).body).height(), this.tableHeight = $(".ng-container-body .ng-table", f(this, Dt).body).height(), tt(this, Sn, !0), document.addEventListener("mousemove", f(this, kn)), typeof this.onDragStart == "function" && this.onDragStart();
|
|
28568
28568
|
});
|
|
28569
28569
|
Y(this, kn, (t) => {
|
|
28570
28570
|
if (!f(this, Vr)) return;
|