@konomi-app/ui 5.8.0 → 5.8.1
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/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2194,9 +2194,9 @@ __decorateClass([
|
|
|
2194
2194
|
__decorateClass([
|
|
2195
2195
|
(0, import_decorators.state)()
|
|
2196
2196
|
], OverlayDialog.prototype, "_isClosing", 2);
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2197
|
+
if (!customElements.get("overlay-dialog")) {
|
|
2198
|
+
customElements.define("overlay-dialog", OverlayDialog);
|
|
2199
|
+
}
|
|
2200
2200
|
|
|
2201
2201
|
// src/dialog.ts
|
|
2202
2202
|
var _controller, _element, _DialogSingleton_instances, ensureElement_fn;
|
|
@@ -3200,9 +3200,9 @@ __decorateClass([
|
|
|
3200
3200
|
__decorateClass([
|
|
3201
3201
|
(0, import_decorators2.state)()
|
|
3202
3202
|
], ToastContainer.prototype, "_state", 2);
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3203
|
+
if (!customElements.get("toast-container")) {
|
|
3204
|
+
customElements.define("toast-container", ToastContainer);
|
|
3205
|
+
}
|
|
3206
3206
|
|
|
3207
3207
|
// src/toast/toast.ts
|
|
3208
3208
|
var _controller2, _element2, _ToastSingleton_instances, ensureElement_fn2;
|