@melodicdev/components 1.0.11 → 1.0.12

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.
@@ -18612,7 +18612,7 @@ var DialogService = class DialogService$1 {
18612
18612
  if (!dialogElements) {
18613
18613
  const mlDialog = this.findDialogElement(dialogID);
18614
18614
  if (mlDialog) {
18615
- mlDialog.open();
18615
+ mlDialog.component.open();
18616
18616
  dialogElements = this._dialogs.get(dialogID);
18617
18617
  }
18618
18618
  if (!dialogElements) throw new Error(`Dialog "${dialogID}" not found. Ensure an <ml-dialog #${dialogID}> exists in the DOM.`);