ninegrid2 6.899.0 → 6.901.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/etc/nxDialog.js +1 -1
- package/package.json +1 -1
- package/src/etc/nxDialog.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -119403,7 +119403,7 @@ class nxDialog extends HTMLElement
|
|
|
119403
119403
|
setTimeout(() => { this.close(); }, 300);
|
|
119404
119404
|
});
|
|
119405
119405
|
|
|
119406
|
-
$(".
|
|
119406
|
+
$(".close2", this).on("click", e => {
|
|
119407
119407
|
this.close();
|
|
119408
119408
|
});
|
|
119409
119409
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -119399,7 +119399,7 @@ class nxDialog extends HTMLElement
|
|
|
119399
119399
|
setTimeout(() => { this.close(); }, 300);
|
|
119400
119400
|
});
|
|
119401
119401
|
|
|
119402
|
-
$(".
|
|
119402
|
+
$(".close2", this).on("click", e => {
|
|
119403
119403
|
this.close();
|
|
119404
119404
|
});
|
|
119405
119405
|
|
package/dist/etc/nxDialog.js
CHANGED
package/package.json
CHANGED