@uxland/primary-shell 7.23.1 → 7.23.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/{component-C_PbI9wb.js → component-BmhjVBWP.js} +2 -2
- package/dist/{component-C_PbI9wb.js.map → component-BmhjVBWP.js.map} +1 -1
- package/dist/{index-DvfICPCZ.js → index-BI6pAGCm.js} +3 -3
- package/dist/index-BI6pAGCm.js.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/src/api/pdf-viewer-manager/pdf-visor/pdf-selector/template.ts +1 -1
- package/dist/index-DvfICPCZ.js.map +0 -1
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@ export const template = (props: PdfSelector) => {
|
|
|
19
19
|
<div class="header-icons">
|
|
20
20
|
<dss-icon-button size="md" variant="error" icon="picture_as_pdf"></dss-icon-button>
|
|
21
21
|
<dss-icon-button size="md" variant="error" icon="close" @click=${() => props.removePdf(pdf.id)}></dss-icon-button>
|
|
22
|
-
<dss-icon-button size="md" icon="open_in_new" @click=${() => props.openInNewWindow(pdf)}></dss-icon-button>
|
|
22
|
+
<!-- <dss-icon-button size="md" icon="open_in_new" @click=${() => props.openInNewWindow(pdf)}></dss-icon-button> -->
|
|
23
23
|
</div>
|
|
24
24
|
<div class="data">
|
|
25
25
|
${pdf.pdfName}
|