ninegrid2 6.1416.0 → 6.1417.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/nxConfirm.js +1 -1
- package/package.json +1 -1
- package/src/etc/nxConfirm.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -10814,7 +10814,7 @@ class nxAlertPopup extends HTMLElement
|
|
|
10814
10814
|
}
|
|
10815
10815
|
|
|
10816
10816
|
if (!customElements.get('nx-confirm-popup')) {
|
|
10817
|
-
customElements.define('nx-confirm-popup',
|
|
10817
|
+
customElements.define('nx-confirm-popup', nxConfirmPopup);
|
|
10818
10818
|
}
|
|
10819
10819
|
|
|
10820
10820
|
if (!customElements.get('nx-alert-popup')) {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -10810,7 +10810,7 @@ class nxAlertPopup extends HTMLElement
|
|
|
10810
10810
|
}
|
|
10811
10811
|
|
|
10812
10812
|
if (!customElements.get('nx-confirm-popup')) {
|
|
10813
|
-
customElements.define('nx-confirm-popup',
|
|
10813
|
+
customElements.define('nx-confirm-popup', nxConfirmPopup);
|
|
10814
10814
|
}
|
|
10815
10815
|
|
|
10816
10816
|
if (!customElements.get('nx-alert-popup')) {
|
package/dist/etc/nxConfirm.js
CHANGED
|
@@ -104,7 +104,7 @@ export class nxAlertPopup extends HTMLElement
|
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
if (!customElements.get('nx-confirm-popup')) {
|
|
107
|
-
customElements.define('nx-confirm-popup',
|
|
107
|
+
customElements.define('nx-confirm-popup', nxConfirmPopup);
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
if (!customElements.get('nx-alert-popup')) {
|
package/package.json
CHANGED
package/src/etc/nxConfirm.js
CHANGED
|
@@ -104,7 +104,7 @@ export class nxAlertPopup extends HTMLElement
|
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
if (!customElements.get('nx-confirm-popup')) {
|
|
107
|
-
customElements.define('nx-confirm-popup',
|
|
107
|
+
customElements.define('nx-confirm-popup', nxConfirmPopup);
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
if (!customElements.get('nx-alert-popup')) {
|