@syncfusion/ej2-vue-pdfviewer 19.4.54 → 20.1.47
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/CHANGELOG.md +35 -0
- package/dist/ej2-vue-pdfviewer.umd.min.js +2 -2
- package/dist/es6/ej2-vue-pdfviewer.es2015.js +19 -2
- package/dist/es6/ej2-vue-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es5.js +13 -1
- package/dist/es6/ej2-vue-pdfviewer.es5.js.map +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/src/pdfviewer/pdfviewer.component.d.ts +2 -0
- package/src/pdfviewer/pdfviewer.component.js +13 -1
- package/styles/bootstrap-dark.css +14 -3
- package/styles/bootstrap.css +14 -3
- package/styles/bootstrap4.css +15 -3
- package/styles/bootstrap5-dark.css +16 -5
- package/styles/bootstrap5.css +16 -5
- package/styles/fabric-dark.css +14 -3
- package/styles/fabric.css +14 -3
- package/styles/fluent-dark.css +3530 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +3530 -0
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +14 -3
- package/styles/highcontrast.css +14 -3
- package/styles/material-dark.css +14 -3
- package/styles/material.css +14 -3
- package/styles/pdfviewer/bootstrap-dark.css +14 -3
- package/styles/pdfviewer/bootstrap.css +14 -3
- package/styles/pdfviewer/bootstrap4.css +15 -3
- package/styles/pdfviewer/bootstrap5-dark.css +16 -5
- package/styles/pdfviewer/bootstrap5.css +16 -5
- package/styles/pdfviewer/fabric-dark.css +14 -3
- package/styles/pdfviewer/fabric.css +14 -3
- package/styles/pdfviewer/fluent-dark.css +3530 -0
- package/styles/pdfviewer/fluent-dark.scss +1 -0
- package/styles/pdfviewer/fluent.css +3530 -0
- package/styles/pdfviewer/fluent.scss +1 -0
- package/styles/pdfviewer/highcontrast-light.css +14 -3
- package/styles/pdfviewer/highcontrast.css +14 -3
- package/styles/pdfviewer/material-dark.css +14 -3
- package/styles/pdfviewer/material.css +14 -3
- package/styles/pdfviewer/tailwind-dark.css +116 -99
- package/styles/pdfviewer/tailwind.css +117 -99
- package/styles/tailwind-dark.css +116 -99
- package/styles/tailwind.css +117 -99
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-pdfviewer/styles/pdfviewer/fluent.scss';
|
|
@@ -921,7 +921,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
921
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
922
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
923
|
height: 50px;
|
|
924
|
-
min-width:
|
|
924
|
+
min-width: 36px;
|
|
925
925
|
width: 36px;
|
|
926
926
|
}
|
|
927
927
|
|
|
@@ -2023,7 +2023,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2023
2023
|
}
|
|
2024
2024
|
|
|
2025
2025
|
.e-pv-scale-ratio-dialog {
|
|
2026
|
-
max-width:
|
|
2026
|
+
max-width: 515px;
|
|
2027
2027
|
}
|
|
2028
2028
|
|
|
2029
2029
|
.e-pv-line-styles-content,
|
|
@@ -2612,7 +2612,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2612
2612
|
}
|
|
2613
2613
|
|
|
2614
2614
|
.e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul {
|
|
2615
|
-
padding-bottom:
|
|
2615
|
+
padding-bottom: 6px;
|
|
2616
2616
|
padding-top: 17px;
|
|
2617
2617
|
}
|
|
2618
2618
|
|
|
@@ -2642,6 +2642,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2642
2642
|
background: transparent;
|
|
2643
2643
|
}
|
|
2644
2644
|
|
|
2645
|
+
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
2646
|
+
background: transparent;
|
|
2647
|
+
width: 229px;
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2645
2650
|
.e-pv-status-div {
|
|
2646
2651
|
height: 20px;
|
|
2647
2652
|
left: 8px;
|
|
@@ -2668,6 +2673,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2668
2673
|
border: 1px solid #969696;
|
|
2669
2674
|
}
|
|
2670
2675
|
|
|
2676
|
+
.e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
|
|
2677
|
+
.e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
|
|
2678
|
+
background: black;
|
|
2679
|
+
box-shadow: none;
|
|
2680
|
+
}
|
|
2681
|
+
|
|
2671
2682
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
2672
2683
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content,
|
|
2673
2684
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
@@ -921,7 +921,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
921
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
922
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
923
|
height: 50px;
|
|
924
|
-
min-width:
|
|
924
|
+
min-width: 36px;
|
|
925
925
|
width: 36px;
|
|
926
926
|
}
|
|
927
927
|
|
|
@@ -2027,7 +2027,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2027
2027
|
}
|
|
2028
2028
|
|
|
2029
2029
|
.e-pv-scale-ratio-dialog {
|
|
2030
|
-
max-width:
|
|
2030
|
+
max-width: 515px;
|
|
2031
2031
|
}
|
|
2032
2032
|
|
|
2033
2033
|
.e-pv-line-styles-content,
|
|
@@ -2616,7 +2616,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2616
2616
|
}
|
|
2617
2617
|
|
|
2618
2618
|
.e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul {
|
|
2619
|
-
padding-bottom:
|
|
2619
|
+
padding-bottom: 6px;
|
|
2620
2620
|
padding-top: 17px;
|
|
2621
2621
|
}
|
|
2622
2622
|
|
|
@@ -2646,6 +2646,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2646
2646
|
background: transparent;
|
|
2647
2647
|
}
|
|
2648
2648
|
|
|
2649
|
+
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
2650
|
+
background: transparent;
|
|
2651
|
+
width: 229px;
|
|
2652
|
+
}
|
|
2653
|
+
|
|
2649
2654
|
.e-pv-status-div {
|
|
2650
2655
|
height: 20px;
|
|
2651
2656
|
left: 8px;
|
|
@@ -2672,6 +2677,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2672
2677
|
border: 1px solid #969696;
|
|
2673
2678
|
}
|
|
2674
2679
|
|
|
2680
|
+
.e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
|
|
2681
|
+
.e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
|
|
2682
|
+
background: black;
|
|
2683
|
+
box-shadow: none;
|
|
2684
|
+
}
|
|
2685
|
+
|
|
2675
2686
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
2676
2687
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content,
|
|
2677
2688
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
@@ -924,7 +924,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
924
924
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
925
925
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
926
926
|
height: 36px;
|
|
927
|
-
min-width:
|
|
927
|
+
min-width: 36px;
|
|
928
928
|
width: 36px;
|
|
929
929
|
}
|
|
930
930
|
|
|
@@ -2026,7 +2026,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2026
2026
|
}
|
|
2027
2027
|
|
|
2028
2028
|
.e-pv-scale-ratio-dialog {
|
|
2029
|
-
max-width:
|
|
2029
|
+
max-width: 423px;
|
|
2030
2030
|
}
|
|
2031
2031
|
|
|
2032
2032
|
.e-pv-line-styles-content,
|
|
@@ -2615,7 +2615,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2615
2615
|
}
|
|
2616
2616
|
|
|
2617
2617
|
.e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul {
|
|
2618
|
-
padding-bottom:
|
|
2618
|
+
padding-bottom: 6px;
|
|
2619
2619
|
padding-top: 17px;
|
|
2620
2620
|
}
|
|
2621
2621
|
|
|
@@ -2645,6 +2645,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2645
2645
|
background: transparent;
|
|
2646
2646
|
}
|
|
2647
2647
|
|
|
2648
|
+
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
2649
|
+
background: transparent;
|
|
2650
|
+
width: 229px;
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2648
2653
|
.e-pv-status-div {
|
|
2649
2654
|
height: 20px;
|
|
2650
2655
|
left: 8px;
|
|
@@ -2671,6 +2676,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2671
2676
|
border: 1px solid #616161;
|
|
2672
2677
|
}
|
|
2673
2678
|
|
|
2679
|
+
.e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
|
|
2680
|
+
.e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
|
|
2681
|
+
background: #212121;
|
|
2682
|
+
box-shadow: none;
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2674
2685
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
2675
2686
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content,
|
|
2676
2687
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
@@ -927,7 +927,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
927
927
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
928
928
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
929
929
|
height: 36px;
|
|
930
|
-
min-width:
|
|
930
|
+
min-width: 36px;
|
|
931
931
|
width: 36px;
|
|
932
932
|
}
|
|
933
933
|
|
|
@@ -2029,7 +2029,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2029
2029
|
}
|
|
2030
2030
|
|
|
2031
2031
|
.e-pv-scale-ratio-dialog {
|
|
2032
|
-
max-width:
|
|
2032
|
+
max-width: 423px;
|
|
2033
2033
|
}
|
|
2034
2034
|
|
|
2035
2035
|
.e-pv-line-styles-content,
|
|
@@ -2618,7 +2618,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2618
2618
|
}
|
|
2619
2619
|
|
|
2620
2620
|
.e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul {
|
|
2621
|
-
padding-bottom:
|
|
2621
|
+
padding-bottom: 6px;
|
|
2622
2622
|
padding-top: 17px;
|
|
2623
2623
|
}
|
|
2624
2624
|
|
|
@@ -2648,6 +2648,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2648
2648
|
background: transparent;
|
|
2649
2649
|
}
|
|
2650
2650
|
|
|
2651
|
+
.e-pdfviewer .e-inplaceeditor .e-editable-value-container {
|
|
2652
|
+
background: transparent;
|
|
2653
|
+
width: 229px;
|
|
2654
|
+
}
|
|
2655
|
+
|
|
2651
2656
|
.e-pv-status-div {
|
|
2652
2657
|
height: 20px;
|
|
2653
2658
|
left: 8px;
|
|
@@ -2674,6 +2679,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2674
2679
|
border: 1px solid #d0d0d0;
|
|
2675
2680
|
}
|
|
2676
2681
|
|
|
2682
|
+
.e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
|
|
2683
|
+
.e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
|
|
2684
|
+
background: #fafafa;
|
|
2685
|
+
box-shadow: none;
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2677
2688
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
2678
2689
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content,
|
|
2679
2690
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|