ninegrid2 6.254.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.
@@ -19491,9 +19491,6 @@ class ngMaxPopup extends HTMLElement
19491
19491
  `;
19492
19492
 
19493
19493
  this.#grd = this.shadowRoot.querySelector("nine-grid");
19494
-
19495
- console.log(this, this.#grd);
19496
-
19497
19494
  this.#grd.removeAttribute("display-row-count");
19498
19495
  //this.#grd.removeAttribute("onload");
19499
19496
  //$(this.#grd).css({"width": "100% !important", "height": "100% !important",});
@@ -19538,7 +19535,7 @@ class ngMaxPopup extends HTMLElement
19538
19535
  }
19539
19536
 
19540
19537
  popup = () => {
19541
- console.log(this.#grd, this.#grd.data);
19538
+ console.log(this.#owner.data);
19542
19539
  this.#grd.data.assign(this.#owner.data.get());
19543
19540
  this.shadowRoot.querySelector('dialog').showModal();
19544
19541
  };
@@ -19489,9 +19489,6 @@ class ngMaxPopup extends HTMLElement
19489
19489
  `;
19490
19490
 
19491
19491
  this.#grd = this.shadowRoot.querySelector("nine-grid");
19492
-
19493
- console.log(this, this.#grd);
19494
-
19495
19492
  this.#grd.removeAttribute("display-row-count");
19496
19493
  //this.#grd.removeAttribute("onload");
19497
19494
  //$(this.#grd).css({"width": "100% !important", "height": "100% !important",});
@@ -19536,7 +19533,7 @@ class ngMaxPopup extends HTMLElement
19536
19533
  }
19537
19534
 
19538
19535
  popup = () => {
19539
- console.log(this.#grd, this.#grd.data);
19536
+ console.log(this.#owner.data);
19540
19537
  this.#grd.data.assign(this.#owner.data.get());
19541
19538
  this.shadowRoot.querySelector('dialog').showModal();
19542
19539
  };
@@ -33,9 +33,6 @@ class ngMaxPopup extends HTMLElement
33
33
  `;
34
34
 
35
35
  this.#grd = this.shadowRoot.querySelector("nine-grid");
36
-
37
- console.log(this, this.#grd)
38
-
39
36
  this.#grd.removeAttribute("display-row-count");
40
37
  //this.#grd.removeAttribute("onload");
41
38
  //$(this.#grd).css({"width": "100% !important", "height": "100% !important",});
@@ -80,7 +77,7 @@ class ngMaxPopup extends HTMLElement
80
77
  }
81
78
 
82
79
  popup = () => {
83
- console.log(this.#grd, this.#grd.data);
80
+ console.log(this.#owner.data);
84
81
  this.#grd.data.assign(this.#owner.data.get());
85
82
  this.shadowRoot.querySelector('dialog').showModal();
86
83
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.254.0",
4
+ "version": "6.255.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -33,9 +33,6 @@ class ngMaxPopup extends HTMLElement
33
33
  `;
34
34
 
35
35
  this.#grd = this.shadowRoot.querySelector("nine-grid");
36
-
37
- console.log(this, this.#grd)
38
-
39
36
  this.#grd.removeAttribute("display-row-count");
40
37
  //this.#grd.removeAttribute("onload");
41
38
  //$(this.#grd).css({"width": "100% !important", "height": "100% !important",});
@@ -80,7 +77,7 @@ class ngMaxPopup extends HTMLElement
80
77
  }
81
78
 
82
79
  popup = () => {
83
- console.log(this.#grd, this.#grd.data);
80
+ console.log(this.#owner.data);
84
81
  this.#grd.data.assign(this.#owner.data.get());
85
82
  this.shadowRoot.querySelector('dialog').showModal();
86
83
  };