@syncfusion/ej2-vue-pdfviewer 19.4.43 → 19.4.53
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 +60 -0
- package/README.md +1 -1
- package/dist/ej2-vue-pdfviewer.umd.min.js +2 -2
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +40 -5
- package/styles/bootstrap.css +40 -5
- package/styles/bootstrap4.css +40 -5
- package/styles/bootstrap5-dark.css +70 -28
- package/styles/bootstrap5.css +70 -28
- package/styles/fabric-dark.css +40 -5
- package/styles/fabric.css +40 -5
- package/styles/highcontrast-light.css +40 -5
- package/styles/highcontrast.css +40 -5
- package/styles/material-dark.css +40 -5
- package/styles/material.css +40 -5
- package/styles/pdfviewer/bootstrap-dark.css +40 -5
- package/styles/pdfviewer/bootstrap.css +40 -5
- package/styles/pdfviewer/bootstrap4.css +40 -5
- package/styles/pdfviewer/bootstrap5-dark.css +70 -28
- package/styles/pdfviewer/bootstrap5.css +70 -28
- package/styles/pdfviewer/fabric-dark.css +40 -5
- package/styles/pdfviewer/fabric.css +40 -5
- package/styles/pdfviewer/highcontrast-light.css +40 -5
- package/styles/pdfviewer/highcontrast.css +40 -5
- package/styles/pdfviewer/material-dark.css +40 -5
- package/styles/pdfviewer/material.css +40 -5
- package/styles/pdfviewer/tailwind-dark.css +40 -5
- package/styles/pdfviewer/tailwind.css +40 -5
- package/styles/tailwind-dark.css +40 -5
- package/styles/tailwind.css +40 -5
package/styles/tailwind-dark.css
CHANGED
|
@@ -877,6 +877,17 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
877
877
|
margin-right: 0.5px;
|
|
878
878
|
}
|
|
879
879
|
|
|
880
|
+
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
881
|
+
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
|
+
padding-bottom: 0;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
886
|
+
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
887
|
+
line-height: 26px;
|
|
888
|
+
min-height: 26px;
|
|
889
|
+
}
|
|
890
|
+
|
|
880
891
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
881
892
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
882
893
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
@@ -1311,6 +1322,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1311
1322
|
z-index: 103;
|
|
1312
1323
|
}
|
|
1313
1324
|
|
|
1325
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1326
|
+
text-decoration: auto;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1314
1329
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1315
1330
|
top: 1px;
|
|
1316
1331
|
}
|
|
@@ -1521,6 +1536,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1521
1536
|
padding-right: 18px;
|
|
1522
1537
|
}
|
|
1523
1538
|
|
|
1539
|
+
.e-pv-bookmark-title {
|
|
1540
|
+
padding-left: 40px;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1524
1543
|
.e-pv-sidebar-bookmark-title {
|
|
1525
1544
|
color: #d1d5db;
|
|
1526
1545
|
font-family: Roboto-Regular;
|
|
@@ -1589,6 +1608,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1589
1608
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1590
1609
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1591
1610
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
1611
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
|
|
1612
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
|
|
1592
1613
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1593
1614
|
color: #d1d5db;
|
|
1594
1615
|
}
|
|
@@ -1812,8 +1833,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1812
1833
|
vertical-align: initial;
|
|
1813
1834
|
}
|
|
1814
1835
|
|
|
1815
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1816
|
-
|
|
1836
|
+
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
|
|
1837
|
+
.e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
|
|
1817
1838
|
vertical-align: initial;
|
|
1818
1839
|
}
|
|
1819
1840
|
|
|
@@ -1872,6 +1893,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1872
1893
|
.e-pv-annotation-opacity-container,
|
|
1873
1894
|
.e-pv-annotation-stroke-container,
|
|
1874
1895
|
.e-pv-custom-annotation-thickness-container,
|
|
1896
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1875
1897
|
.e-pv-annotation-thickness-container,
|
|
1876
1898
|
.e-pv-annotation-textcolor-container,
|
|
1877
1899
|
.e-pv-annotation-textalign-container,
|
|
@@ -1971,6 +1993,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1971
1993
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1972
1994
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1973
1995
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1996
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1974
1997
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1975
1998
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1976
1999
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1983,6 +2006,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1983
2006
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1984
2007
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1985
2008
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
2009
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1986
2010
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1987
2011
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1988
2012
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2021,6 +2045,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2021
2045
|
max-width: 408px;
|
|
2022
2046
|
}
|
|
2023
2047
|
|
|
2048
|
+
.e-pv-scale-ratio-dialog {
|
|
2049
|
+
max-width: 500px;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2024
2052
|
.e-pv-line-styles-content,
|
|
2025
2053
|
.e-pv-line-styles-item {
|
|
2026
2054
|
border-bottom-color: #000;
|
|
@@ -2060,6 +2088,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2060
2088
|
.e-pv-properties-line-opacity-container {
|
|
2061
2089
|
float: left;
|
|
2062
2090
|
height: auto;
|
|
2091
|
+
width: 180px;
|
|
2063
2092
|
}
|
|
2064
2093
|
|
|
2065
2094
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2138,7 +2167,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2138
2167
|
.e-pv-properties-line-style,
|
|
2139
2168
|
.e-pv-properties-line-thickness,
|
|
2140
2169
|
.e-pv-properties-line-opacity,
|
|
2141
|
-
.e-pv-properties-line-leader-length
|
|
2170
|
+
.e-pv-properties-line-leader-length {
|
|
2171
|
+
max-width: 180px;
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2142
2174
|
.e-pv-scale-ratio-src-input,
|
|
2143
2175
|
.e-pv-scale-ratio-dest-input,
|
|
2144
2176
|
.e-pv-depth-input {
|
|
@@ -2147,7 +2179,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2147
2179
|
|
|
2148
2180
|
.e-pv-properties-line-start,
|
|
2149
2181
|
.e-pv-properties-line-end,
|
|
2150
|
-
.e-pv-properties-line-style
|
|
2182
|
+
.e-pv-properties-line-style {
|
|
2183
|
+
width: 180px;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2151
2186
|
.e-pv-scale-ratio-src-unit,
|
|
2152
2187
|
.e-pv-scale-ratio-dest-unit,
|
|
2153
2188
|
.e-pv-depth-unit {
|
|
@@ -3085,8 +3120,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3085
3120
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3086
3121
|
display: -ms-flexbox;
|
|
3087
3122
|
display: flex;
|
|
3088
|
-
padding-top: 15px;
|
|
3089
3123
|
width: 385px;
|
|
3124
|
+
padding-top: 15px;
|
|
3090
3125
|
}
|
|
3091
3126
|
|
|
3092
3127
|
.e-pv-properties-dropdown-btn {
|
package/styles/tailwind.css
CHANGED
|
@@ -877,6 +877,17 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
877
877
|
margin-right: 0.5px;
|
|
878
878
|
}
|
|
879
879
|
|
|
880
|
+
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
881
|
+
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
|
+
padding-bottom: 0;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
886
|
+
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
887
|
+
line-height: 26px;
|
|
888
|
+
min-height: 26px;
|
|
889
|
+
}
|
|
890
|
+
|
|
880
891
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
881
892
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
882
893
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
@@ -1311,6 +1322,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1311
1322
|
z-index: 103;
|
|
1312
1323
|
}
|
|
1313
1324
|
|
|
1325
|
+
.e-pv-thumbnail-anchor-node:hover {
|
|
1326
|
+
text-decoration: auto;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1314
1329
|
.e-pv-sidebar-content.e-thumbnail {
|
|
1315
1330
|
top: 1px;
|
|
1316
1331
|
}
|
|
@@ -1521,6 +1536,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1521
1536
|
padding-right: 18px;
|
|
1522
1537
|
}
|
|
1523
1538
|
|
|
1539
|
+
.e-pv-bookmark-title {
|
|
1540
|
+
padding-left: 40px;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1524
1543
|
.e-pv-sidebar-bookmark-title {
|
|
1525
1544
|
color: #374151;
|
|
1526
1545
|
font-family: Roboto-Regular;
|
|
@@ -1589,6 +1608,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1589
1608
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1590
1609
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1591
1610
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
1611
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
|
|
1612
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
|
|
1592
1613
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1593
1614
|
color: #6b7280;
|
|
1594
1615
|
}
|
|
@@ -1812,8 +1833,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1812
1833
|
vertical-align: initial;
|
|
1813
1834
|
}
|
|
1814
1835
|
|
|
1815
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1816
|
-
|
|
1836
|
+
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
|
|
1837
|
+
.e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
|
|
1817
1838
|
vertical-align: initial;
|
|
1818
1839
|
}
|
|
1819
1840
|
|
|
@@ -1872,6 +1893,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1872
1893
|
.e-pv-annotation-opacity-container,
|
|
1873
1894
|
.e-pv-annotation-stroke-container,
|
|
1874
1895
|
.e-pv-custom-annotation-thickness-container,
|
|
1896
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1875
1897
|
.e-pv-annotation-thickness-container,
|
|
1876
1898
|
.e-pv-annotation-textcolor-container,
|
|
1877
1899
|
.e-pv-annotation-textalign-container,
|
|
@@ -1971,6 +1993,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1971
1993
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1972
1994
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1973
1995
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1996
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1974
1997
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1975
1998
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1976
1999
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1983,6 +2006,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1983
2006
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1984
2007
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1985
2008
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
2009
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1986
2010
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1987
2011
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1988
2012
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2021,6 +2045,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2021
2045
|
max-width: 408px;
|
|
2022
2046
|
}
|
|
2023
2047
|
|
|
2048
|
+
.e-pv-scale-ratio-dialog {
|
|
2049
|
+
max-width: 500px;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2024
2052
|
.e-pv-line-styles-content,
|
|
2025
2053
|
.e-pv-line-styles-item {
|
|
2026
2054
|
border-bottom-color: #000;
|
|
@@ -2060,6 +2088,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2060
2088
|
.e-pv-properties-line-opacity-container {
|
|
2061
2089
|
float: left;
|
|
2062
2090
|
height: auto;
|
|
2091
|
+
width: 180px;
|
|
2063
2092
|
}
|
|
2064
2093
|
|
|
2065
2094
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2138,7 +2167,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2138
2167
|
.e-pv-properties-line-style,
|
|
2139
2168
|
.e-pv-properties-line-thickness,
|
|
2140
2169
|
.e-pv-properties-line-opacity,
|
|
2141
|
-
.e-pv-properties-line-leader-length
|
|
2170
|
+
.e-pv-properties-line-leader-length {
|
|
2171
|
+
max-width: 180px;
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2142
2174
|
.e-pv-scale-ratio-src-input,
|
|
2143
2175
|
.e-pv-scale-ratio-dest-input,
|
|
2144
2176
|
.e-pv-depth-input {
|
|
@@ -2147,7 +2179,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2147
2179
|
|
|
2148
2180
|
.e-pv-properties-line-start,
|
|
2149
2181
|
.e-pv-properties-line-end,
|
|
2150
|
-
.e-pv-properties-line-style
|
|
2182
|
+
.e-pv-properties-line-style {
|
|
2183
|
+
width: 180px;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2151
2186
|
.e-pv-scale-ratio-src-unit,
|
|
2152
2187
|
.e-pv-scale-ratio-dest-unit,
|
|
2153
2188
|
.e-pv-depth-unit {
|
|
@@ -3085,8 +3120,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3085
3120
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3086
3121
|
display: -ms-flexbox;
|
|
3087
3122
|
display: flex;
|
|
3088
|
-
padding-top: 15px;
|
|
3089
3123
|
width: 385px;
|
|
3124
|
+
padding-top: 15px;
|
|
3090
3125
|
}
|
|
3091
3126
|
|
|
3092
3127
|
.e-pv-properties-dropdown-btn {
|