@syncfusion/ej2-angular-pdfviewer 20.3.56-ngcc → 20.3.57-ngcc
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/@syncfusion/ej2-angular-pdfviewer.es5.js +1 -1
- package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-pdfviewer.js +1 -1
- package/@syncfusion/ej2-angular-pdfviewer.js.map +1 -1
- package/CHANGELOG.md +15 -0
- package/dist/ej2-angular-pdfviewer.umd.js +2 -2
- package/dist/ej2-angular-pdfviewer.umd.js.map +1 -1
- package/dist/ej2-angular-pdfviewer.umd.min.js +2 -2
- package/dist/ej2-angular-pdfviewer.umd.min.js.map +1 -1
- package/ej2-angular-pdfviewer.metadata.json +1 -1
- package/package.json +6 -6
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +4 -0
- package/styles/bootstrap.css +4 -0
- package/styles/bootstrap4.css +4 -0
- package/styles/bootstrap5-dark.css +4 -0
- package/styles/bootstrap5.css +4 -0
- package/styles/fabric-dark.css +4 -0
- package/styles/fabric.css +4 -0
- package/styles/fluent-dark.css +4 -0
- package/styles/fluent.css +4 -0
- package/styles/highcontrast-light.css +4 -0
- package/styles/highcontrast.css +4 -0
- package/styles/material-dark.css +4 -0
- package/styles/material.css +4 -0
- package/styles/pdfviewer/bootstrap-dark.css +4 -0
- package/styles/pdfviewer/bootstrap.css +4 -0
- package/styles/pdfviewer/bootstrap4.css +4 -0
- package/styles/pdfviewer/bootstrap5-dark.css +4 -0
- package/styles/pdfviewer/bootstrap5.css +4 -0
- package/styles/pdfviewer/fabric-dark.css +4 -0
- package/styles/pdfviewer/fabric.css +4 -0
- package/styles/pdfviewer/fluent-dark.css +4 -0
- package/styles/pdfviewer/fluent.css +4 -0
- package/styles/pdfviewer/highcontrast-light.css +4 -0
- package/styles/pdfviewer/highcontrast.css +4 -0
- package/styles/pdfviewer/material-dark.css +4 -0
- package/styles/pdfviewer/material.css +4 -0
- package/styles/pdfviewer/tailwind-dark.css +4 -0
- package/styles/pdfviewer/tailwind.css +4 -0
- package/styles/tailwind-dark.css +4 -0
- package/styles/tailwind.css +4 -0
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -3253,4 +3253,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3253
3253
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-pv-left-align-icon.e-pv-icon.e-btn-icon.e-icon-left {
|
|
3254
3254
|
padding: 0 6px;
|
|
3255
3255
|
width: 28px;
|
|
3256
|
+
}
|
|
3257
|
+
|
|
3258
|
+
.e-pv-toolbar-tooltip {
|
|
3259
|
+
pointer-events: none;
|
|
3256
3260
|
}
|
|
@@ -3581,4 +3581,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3581
3581
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-pv-left-align-icon.e-pv-icon.e-btn-icon.e-icon-left {
|
|
3582
3582
|
padding: 0 6px;
|
|
3583
3583
|
width: 28px;
|
|
3584
|
+
}
|
|
3585
|
+
|
|
3586
|
+
.e-pv-toolbar-tooltip {
|
|
3587
|
+
pointer-events: none;
|
|
3584
3588
|
}
|
|
@@ -3253,4 +3253,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3253
3253
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-pv-left-align-icon.e-pv-icon.e-btn-icon.e-icon-left {
|
|
3254
3254
|
padding: 0 6px;
|
|
3255
3255
|
width: 28px;
|
|
3256
|
+
}
|
|
3257
|
+
|
|
3258
|
+
.e-pv-toolbar-tooltip {
|
|
3259
|
+
pointer-events: none;
|
|
3256
3260
|
}
|
package/styles/tailwind-dark.css
CHANGED