ninegrid2 6.253.0 → 6.255.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.
@@ -19535,6 +19535,7 @@ class ngMaxPopup extends HTMLElement
19535
19535
  }
19536
19536
 
19537
19537
  popup = () => {
19538
+ console.log(this.#owner.data);
19538
19539
  this.#grd.data.assign(this.#owner.data.get());
19539
19540
  this.shadowRoot.querySelector('dialog').showModal();
19540
19541
  };
@@ -19533,6 +19533,7 @@ class ngMaxPopup extends HTMLElement
19533
19533
  }
19534
19534
 
19535
19535
  popup = () => {
19536
+ console.log(this.#owner.data);
19536
19537
  this.#grd.data.assign(this.#owner.data.get());
19537
19538
  this.shadowRoot.querySelector('dialog').showModal();
19538
19539
  };
@@ -77,6 +77,7 @@ class ngMaxPopup extends HTMLElement
77
77
  }
78
78
 
79
79
  popup = () => {
80
+ console.log(this.#owner.data);
80
81
  this.#grd.data.assign(this.#owner.data.get());
81
82
  this.shadowRoot.querySelector('dialog').showModal();
82
83
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.253.0",
4
+ "version": "6.255.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -77,6 +77,7 @@ class ngMaxPopup extends HTMLElement
77
77
  }
78
78
 
79
79
  popup = () => {
80
+ console.log(this.#owner.data);
80
81
  this.#grd.data.assign(this.#owner.data.get());
81
82
  this.shadowRoot.querySelector('dialog').showModal();
82
83
  };