@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.
@@ -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");