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.
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/nx/nxModal.js +1 -1
- package/package.json +1 -1
- package/src/nx/nxModal.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -122308,7 +122308,7 @@ class nxModal extends HTMLElement
|
|
|
122308
122308
|
|
|
122309
122309
|
//$(".title", this).html("Details");
|
|
122310
122310
|
|
|
122311
|
-
|
|
122311
|
+
this.#init();
|
|
122312
122312
|
};
|
|
122313
122313
|
|
|
122314
122314
|
showModal = () => {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -122304,7 +122304,7 @@ class nxModal extends HTMLElement
|
|
|
122304
122304
|
|
|
122305
122305
|
//$(".title", this).html("Details");
|
|
122306
122306
|
|
|
122307
|
-
|
|
122307
|
+
this.#init();
|
|
122308
122308
|
};
|
|
122309
122309
|
|
|
122310
122310
|
showModal = () => {
|
package/dist/nx/nxModal.js
CHANGED
package/package.json
CHANGED