@melodicdev/components 1.0.20 → 1.0.21
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/assets/melodic-components.js +3 -0
- package/assets/melodic-components.js.map +1 -1
- package/assets/melodic-components.min.js +3 -0
- package/lib/components/overlays/dialog/dialog.component.d.ts +3 -2
- package/lib/components/overlays/dialog/dialog.component.d.ts.map +1 -1
- package/lib/components/overlays/dialog/dialog.component.js +3 -0
- package/package.json +1 -1
|
@@ -18661,6 +18661,9 @@ var DialogComponent = class DialogComponent$1 {
|
|
|
18661
18661
|
this._dialogID = newID();
|
|
18662
18662
|
this._registered = false;
|
|
18663
18663
|
}
|
|
18664
|
+
onCreate() {
|
|
18665
|
+
this.registerDialog();
|
|
18666
|
+
}
|
|
18664
18667
|
registerDialog() {
|
|
18665
18668
|
if (this._registered) return;
|
|
18666
18669
|
const dialogEl = this.elementRef.shadowRoot?.querySelector("dialog");
|