@uxland/primary-shell 7.2.1 → 7.2.2

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.js CHANGED
@@ -36666,11 +36666,11 @@ const Ys = class Ys extends h$n {
36666
36666
  }
36667
36667
  sendPdfToViewer() {
36668
36668
  const J = this.shadowRoot?.getElementById("pdfName")?.value, re = { url: this.shadowRoot?.getElementById("url")?.value };
36669
- console.log("Añadiendo PDF:", J), shellApi.pdfViewerManager.add(J, re);
36669
+ shellApi.pdfViewerManager.add(J, re);
36670
36670
  }
36671
36671
  getPDFS() {
36672
36672
  const J = shellApi.pdfViewerManager.getPdfs();
36673
- console.log(J);
36673
+ return console.log(J), J;
36674
36674
  }
36675
36675
  goToLinkOnEcap() {
36676
36676
  const J = this.shadowRoot?.getElementById("eventType")?.value, X = this.shadowRoot?.getElementById("accio")?.value, re = this.shadowRoot?.getElementById("parameterName")?.value, ne = this.shadowRoot?.getElementById("parameterValue")?.value;