ninegrid2 6.416.0 → 6.418.0

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.
@@ -13725,6 +13725,8 @@ class ngCellTouchEvent
13725
13725
  if (e.touches.length > 1 || e.changedTouches.length > 1) return;
13726
13726
 
13727
13727
  e.preventDefault();
13728
+
13729
+ console.log(e);
13728
13730
 
13729
13731
  /**
13730
13732
  if (!this.#scrollDirect) {
@@ -21540,6 +21542,7 @@ class ngVScrollBar extends HTMLElement
21540
21542
 
21541
21543
  #thumb_onMouseMove = (e) => {
21542
21544
  if (!this.#dragging) return;
21545
+
21543
21546
  e.preventDefault();
21544
21547
 
21545
21548
  if (this.#firstThumbMove) {
@@ -23465,7 +23468,7 @@ class ngView
23465
23468
  $(".ng-container tbody.bindable tr.nodata", this.#owner.body).height(h);
23466
23469
 
23467
23470
 
23468
- console.log("#resetTR3", this.#owner, h);
23471
+ //console.log("#resetTR3", this.#owner, h);
23469
23472
 
23470
23473
  /**
23471
23474
  this.#owner.body.querySelector(".ng-container-body .ng-table").style.top = 0;
@@ -13723,6 +13723,8 @@ class ngCellTouchEvent
13723
13723
  if (e.touches.length > 1 || e.changedTouches.length > 1) return;
13724
13724
 
13725
13725
  e.preventDefault();
13726
+
13727
+ console.log(e);
13726
13728
 
13727
13729
  /**
13728
13730
  if (!this.#scrollDirect) {
@@ -21538,6 +21540,7 @@ class ngVScrollBar extends HTMLElement
21538
21540
 
21539
21541
  #thumb_onMouseMove = (e) => {
21540
21542
  if (!this.#dragging) return;
21543
+
21541
21544
  e.preventDefault();
21542
21545
 
21543
21546
  if (this.#firstThumbMove) {
@@ -23463,7 +23466,7 @@ class ngView
23463
23466
  $(".ng-container tbody.bindable tr.nodata", this.#owner.body).height(h);
23464
23467
 
23465
23468
 
23466
- console.log("#resetTR3", this.#owner, h);
23469
+ //console.log("#resetTR3", this.#owner, h);
23467
23470
 
23468
23471
  /**
23469
23472
  this.#owner.body.querySelector(".ng-container-body .ng-table").style.top = 0;
@@ -240,6 +240,8 @@ export class ngCellTouchEvent
240
240
  if (e.touches.length > 1 || e.changedTouches.length > 1) return;
241
241
 
242
242
  e.preventDefault();
243
+
244
+ console.log(e)
243
245
 
244
246
  /**
245
247
  if (!this.#scrollDirect) {
@@ -359,6 +359,7 @@ class ngVScrollBar extends HTMLElement
359
359
 
360
360
  #thumb_onMouseMove = (e) => {
361
361
  if (!this.#dragging) return;
362
+
362
363
  e.preventDefault();
363
364
 
364
365
  if (this.#firstThumbMove) {
@@ -263,7 +263,7 @@ export class ngView
263
263
  $(".ng-container tbody.bindable tr.nodata", this.#owner.body).height(h);
264
264
 
265
265
 
266
- console.log("#resetTR3", this.#owner, h);
266
+ //console.log("#resetTR3", this.#owner, h);
267
267
 
268
268
  /**
269
269
  this.#owner.body.querySelector(".ng-container-body .ng-table").style.top = 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.416.0",
4
+ "version": "6.418.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -240,6 +240,8 @@ export class ngCellTouchEvent
240
240
  if (e.touches.length > 1 || e.changedTouches.length > 1) return;
241
241
 
242
242
  e.preventDefault();
243
+
244
+ console.log(e)
243
245
 
244
246
  /**
245
247
  if (!this.#scrollDirect) {
@@ -359,6 +359,7 @@ class ngVScrollBar extends HTMLElement
359
359
 
360
360
  #thumb_onMouseMove = (e) => {
361
361
  if (!this.#dragging) return;
362
+
362
363
  e.preventDefault();
363
364
 
364
365
  if (this.#firstThumbMove) {
package/src/etc/ngView.js CHANGED
@@ -263,7 +263,7 @@ export class ngView
263
263
  $(".ng-container tbody.bindable tr.nodata", this.#owner.body).height(h);
264
264
 
265
265
 
266
- console.log("#resetTR3", this.#owner, h);
266
+ //console.log("#resetTR3", this.#owner, h);
267
267
 
268
268
  /**
269
269
  this.#owner.body.querySelector(".ng-container-body .ng-table").style.top = 0;