ninegrid2 6.252.0 → 6.253.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.
@@ -19516,8 +19516,8 @@ class ngMaxPopup extends HTMLElement
19516
19516
  this.#grd.data.changeRowState();
19517
19517
  });
19518
19518
 
19519
- $(".close", this.shadowRoot).onFirst("click", e => {
19520
-
19519
+ //$(".close", this.shadowRoot).onFirst("click", e => {
19520
+ this.shadowRoot.addEventListener("click", e => {
19521
19521
  if (!this.#grd.data.isChanged()) return;
19522
19522
 
19523
19523
  e.stopImmediatePropagation();
@@ -19514,8 +19514,8 @@ class ngMaxPopup extends HTMLElement
19514
19514
  this.#grd.data.changeRowState();
19515
19515
  });
19516
19516
 
19517
- $(".close", this.shadowRoot).onFirst("click", e => {
19518
-
19517
+ //$(".close", this.shadowRoot).onFirst("click", e => {
19518
+ this.shadowRoot.addEventListener("click", e => {
19519
19519
  if (!this.#grd.data.isChanged()) return;
19520
19520
 
19521
19521
  e.stopImmediatePropagation();
@@ -58,8 +58,8 @@ class ngMaxPopup extends HTMLElement
58
58
  this.#grd.data.changeRowState();
59
59
  });
60
60
 
61
- $(".close", this.shadowRoot).onFirst("click", e => {
62
-
61
+ //$(".close", this.shadowRoot).onFirst("click", e => {
62
+ this.shadowRoot.addEventListener("click", e => {
63
63
  if (!this.#grd.data.isChanged()) return;
64
64
 
65
65
  e.stopImmediatePropagation();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.252.0",
4
+ "version": "6.253.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -58,8 +58,8 @@ class ngMaxPopup extends HTMLElement
58
58
  this.#grd.data.changeRowState();
59
59
  });
60
60
 
61
- $(".close", this.shadowRoot).onFirst("click", e => {
62
-
61
+ //$(".close", this.shadowRoot).onFirst("click", e => {
62
+ this.shadowRoot.addEventListener("click", e => {
63
63
  if (!this.#grd.data.isChanged()) return;
64
64
 
65
65
  e.stopImmediatePropagation();