ninegrid2 6.1210.0 → 6.1211.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.
@@ -122308,7 +122308,7 @@ class nxModal extends HTMLElement
122308
122308
 
122309
122309
  //$(".title", this).html("Details");
122310
122310
 
122311
- //this.#init();
122311
+ this.#init();
122312
122312
  };
122313
122313
 
122314
122314
  showModal = () => {
@@ -122304,7 +122304,7 @@ class nxModal extends HTMLElement
122304
122304
 
122305
122305
  //$(".title", this).html("Details");
122306
122306
 
122307
- //this.#init();
122307
+ this.#init();
122308
122308
  };
122309
122309
 
122310
122310
  showModal = () => {
@@ -55,7 +55,7 @@ class nxModal extends HTMLElement
55
55
 
56
56
  //$(".title", this).html("Details");
57
57
 
58
- //this.#init();
58
+ this.#init();
59
59
  };
60
60
 
61
61
  showModal = () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1210.0",
4
+ "version": "6.1211.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/nx/nxModal.js CHANGED
@@ -55,7 +55,7 @@ class nxModal extends HTMLElement
55
55
 
56
56
  //$(".title", this).html("Details");
57
57
 
58
- //this.#init();
58
+ this.#init();
59
59
  };
60
60
 
61
61
  showModal = () => {