ng2-pdfjs-viewer 25.0.11 → 25.0.13
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/README.md +30 -2
- package/fesm2022/ng2-pdfjs-viewer.mjs +29 -38
- package/fesm2022/ng2-pdfjs-viewer.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
- package/pdfjs/web/postmessage-wrapper.js +1966 -1966
- package/pdfjs/web/viewer.css +5 -0
- package/pdfjs/web/viewer.html +1 -1
package/pdfjs/web/viewer.css
CHANGED
|
@@ -5299,6 +5299,11 @@ body.wait::before{
|
|
|
5299
5299
|
mask-image:var(--toolbarButton-print-icon);
|
|
5300
5300
|
}
|
|
5301
5301
|
|
|
5302
|
+
/* Print service dialog styling */
|
|
5303
|
+
.print-service-dialog {
|
|
5304
|
+
min-width: 200px;
|
|
5305
|
+
}
|
|
5306
|
+
|
|
5302
5307
|
#downloadButton::before{
|
|
5303
5308
|
-webkit-mask-image:var(--toolbarButton-download-icon);
|
|
5304
5309
|
mask-image:var(--toolbarButton-download-icon);
|
package/pdfjs/web/viewer.html
CHANGED
|
@@ -703,7 +703,7 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|
|
703
703
|
</div>
|
|
704
704
|
</dialog>
|
|
705
705
|
|
|
706
|
-
<dialog id="printServiceDialog"
|
|
706
|
+
<dialog id="printServiceDialog" class="print-service-dialog">
|
|
707
707
|
<div class="row">
|
|
708
708
|
<span data-l10n-id="pdfjs-print-progress-message"></span>
|
|
709
709
|
</div>
|