@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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/primary/shell/src/UI/components/poc-events-ecap/poc-events-ecap.d.ts +1 -1
- package/dist/primary/shell/src/constants.d.ts +0 -1
- package/package.json +1 -1
- package/src/UI/components/poc-events-ecap/poc-events-ecap.ts +1 -2
- package/src/constants.ts +0 -1
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
|
-
|
|
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;
|