ninegrid2 6.417.0 → 6.419.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) {
@@ -21543,8 +21545,6 @@ class ngVScrollBar extends HTMLElement
21543
21545
 
21544
21546
  e.preventDefault();
21545
21547
 
21546
- console.log("#thumb_onMouseMove");
21547
-
21548
21548
  if (this.#firstThumbMove) {
21549
21549
  ninegrid.j.querySelectorAll("th,td", this.#owner.body).removeClass("active").removeClass("multi-selected").removeClass("selected").removeClass("selected-current").removeClass("selected-area").removeClass("selected-top").removeClass("selected-bottom").removeClass("selected-left").removeClass("selected-right");
21550
21550
  this.#firstThumbMove = false;
@@ -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) {
@@ -21541,8 +21543,6 @@ class ngVScrollBar extends HTMLElement
21541
21543
 
21542
21544
  e.preventDefault();
21543
21545
 
21544
- console.log("#thumb_onMouseMove");
21545
-
21546
21546
  if (this.#firstThumbMove) {
21547
21547
  ninegrid.j.querySelectorAll("th,td", this.#owner.body).removeClass("active").removeClass("multi-selected").removeClass("selected").removeClass("selected-current").removeClass("selected-area").removeClass("selected-top").removeClass("selected-bottom").removeClass("selected-left").removeClass("selected-right");
21548
21548
  this.#firstThumbMove = false;
@@ -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) {
@@ -362,8 +362,6 @@ class ngVScrollBar extends HTMLElement
362
362
 
363
363
  e.preventDefault();
364
364
 
365
- console.log("#thumb_onMouseMove")
366
-
367
365
  if (this.#firstThumbMove) {
368
366
  ninegrid.j.querySelectorAll("th,td", this.#owner.body).removeClass("active").removeClass("multi-selected").removeClass("selected").removeClass("selected-current").removeClass("selected-area").removeClass("selected-top").removeClass("selected-bottom").removeClass("selected-left").removeClass("selected-right");
369
367
  this.#firstThumbMove = false;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.417.0",
4
+ "version": "6.419.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) {
@@ -362,8 +362,6 @@ class ngVScrollBar extends HTMLElement
362
362
 
363
363
  e.preventDefault();
364
364
 
365
- console.log("#thumb_onMouseMove")
366
-
367
365
  if (this.#firstThumbMove) {
368
366
  ninegrid.j.querySelectorAll("th,td", this.#owner.body).removeClass("active").removeClass("multi-selected").removeClass("selected").removeClass("selected-current").removeClass("selected-area").removeClass("selected-top").removeClass("selected-bottom").removeClass("selected-left").removeClass("selected-right");
369
367
  this.#firstThumbMove = false;