@syncfusion/ej2-vue-pdfviewer 19.4.50 → 19.4.54
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 +31 -0
- package/README.md +1 -1
- package/dist/ej2-vue-pdfviewer.umd.min.js +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +36 -5
- package/styles/bootstrap.css +36 -5
- package/styles/bootstrap4.css +36 -5
- package/styles/bootstrap5-dark.css +63 -24
- package/styles/bootstrap5.css +63 -24
- package/styles/fabric-dark.css +36 -5
- package/styles/fabric.css +36 -5
- package/styles/highcontrast-light.css +36 -5
- package/styles/highcontrast.css +36 -5
- package/styles/material-dark.css +36 -5
- package/styles/material.css +36 -5
- package/styles/pdfviewer/bootstrap-dark.css +36 -5
- package/styles/pdfviewer/bootstrap.css +36 -5
- package/styles/pdfviewer/bootstrap4.css +36 -5
- package/styles/pdfviewer/bootstrap5-dark.css +63 -24
- package/styles/pdfviewer/bootstrap5.css +63 -24
- package/styles/pdfviewer/fabric-dark.css +36 -5
- package/styles/pdfviewer/fabric.css +36 -5
- package/styles/pdfviewer/highcontrast-light.css +36 -5
- package/styles/pdfviewer/highcontrast.css +36 -5
- package/styles/pdfviewer/material-dark.css +36 -5
- package/styles/pdfviewer/material.css +36 -5
- package/styles/pdfviewer/tailwind-dark.css +36 -5
- package/styles/pdfviewer/tailwind.css +36 -5
- package/styles/tailwind-dark.css +36 -5
- package/styles/tailwind.css +36 -5
|
@@ -878,6 +878,17 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
878
878
|
margin-right: 0.5px;
|
|
879
879
|
}
|
|
880
880
|
|
|
881
|
+
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
882
|
+
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
883
|
+
padding-bottom: 0;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
887
|
+
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
888
|
+
line-height: 26px;
|
|
889
|
+
min-height: 26px;
|
|
890
|
+
}
|
|
891
|
+
|
|
881
892
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
882
893
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
883
894
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
@@ -1508,6 +1519,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1508
1519
|
padding-right: 18px;
|
|
1509
1520
|
}
|
|
1510
1521
|
|
|
1522
|
+
.e-pv-bookmark-title {
|
|
1523
|
+
padding-left: 40px;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1511
1526
|
.e-pv-sidebar-bookmark-title {
|
|
1512
1527
|
color: rgba(0, 0, 0, 0.87);
|
|
1513
1528
|
font-family: Roboto-Regular;
|
|
@@ -1576,6 +1591,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1576
1591
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1577
1592
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1578
1593
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
1594
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
|
|
1595
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
|
|
1579
1596
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1580
1597
|
color: rgba(0, 0, 0, 0.54);
|
|
1581
1598
|
}
|
|
@@ -1799,8 +1816,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1799
1816
|
vertical-align: initial;
|
|
1800
1817
|
}
|
|
1801
1818
|
|
|
1802
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1803
|
-
|
|
1819
|
+
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
|
|
1820
|
+
.e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
|
|
1804
1821
|
vertical-align: initial;
|
|
1805
1822
|
}
|
|
1806
1823
|
|
|
@@ -1859,6 +1876,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1859
1876
|
.e-pv-annotation-opacity-container,
|
|
1860
1877
|
.e-pv-annotation-stroke-container,
|
|
1861
1878
|
.e-pv-custom-annotation-thickness-container,
|
|
1879
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1862
1880
|
.e-pv-annotation-thickness-container,
|
|
1863
1881
|
.e-pv-annotation-textcolor-container,
|
|
1864
1882
|
.e-pv-annotation-textalign-container,
|
|
@@ -1958,6 +1976,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1958
1976
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1959
1977
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1960
1978
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1979
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1961
1980
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1962
1981
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1963
1982
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1970,6 +1989,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1970
1989
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1971
1990
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1972
1991
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1992
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1973
1993
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1974
1994
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1975
1995
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2008,6 +2028,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2008
2028
|
max-width: 420px;
|
|
2009
2029
|
}
|
|
2010
2030
|
|
|
2031
|
+
.e-pv-scale-ratio-dialog {
|
|
2032
|
+
max-width: 500px;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2011
2035
|
.e-pv-line-styles-content,
|
|
2012
2036
|
.e-pv-line-styles-item {
|
|
2013
2037
|
border-bottom-color: #000;
|
|
@@ -2047,6 +2071,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2047
2071
|
.e-pv-properties-line-opacity-container {
|
|
2048
2072
|
float: left;
|
|
2049
2073
|
height: auto;
|
|
2074
|
+
width: 180px;
|
|
2050
2075
|
}
|
|
2051
2076
|
|
|
2052
2077
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2125,7 +2150,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2125
2150
|
.e-pv-properties-line-style,
|
|
2126
2151
|
.e-pv-properties-line-thickness,
|
|
2127
2152
|
.e-pv-properties-line-opacity,
|
|
2128
|
-
.e-pv-properties-line-leader-length
|
|
2153
|
+
.e-pv-properties-line-leader-length {
|
|
2154
|
+
max-width: 180px;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2129
2157
|
.e-pv-scale-ratio-src-input,
|
|
2130
2158
|
.e-pv-scale-ratio-dest-input,
|
|
2131
2159
|
.e-pv-depth-input {
|
|
@@ -2134,7 +2162,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2134
2162
|
|
|
2135
2163
|
.e-pv-properties-line-start,
|
|
2136
2164
|
.e-pv-properties-line-end,
|
|
2137
|
-
.e-pv-properties-line-style
|
|
2165
|
+
.e-pv-properties-line-style {
|
|
2166
|
+
width: 180px;
|
|
2167
|
+
}
|
|
2168
|
+
|
|
2138
2169
|
.e-pv-scale-ratio-src-unit,
|
|
2139
2170
|
.e-pv-scale-ratio-dest-unit,
|
|
2140
2171
|
.e-pv-depth-unit {
|
|
@@ -3062,8 +3093,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3062
3093
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3063
3094
|
display: -ms-flexbox;
|
|
3064
3095
|
display: flex;
|
|
3065
|
-
padding-top: 15px;
|
|
3066
3096
|
width: 385px;
|
|
3097
|
+
padding-top: 15px;
|
|
3067
3098
|
}
|
|
3068
3099
|
|
|
3069
3100
|
.e-pv-properties-dropdown-btn {
|
|
@@ -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 {
|
|
@@ -1525,6 +1536,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1525
1536
|
padding-right: 18px;
|
|
1526
1537
|
}
|
|
1527
1538
|
|
|
1539
|
+
.e-pv-bookmark-title {
|
|
1540
|
+
padding-left: 40px;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1528
1543
|
.e-pv-sidebar-bookmark-title {
|
|
1529
1544
|
color: #d1d5db;
|
|
1530
1545
|
font-family: Roboto-Regular;
|
|
@@ -1593,6 +1608,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1593
1608
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1594
1609
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1595
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,
|
|
1596
1613
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1597
1614
|
color: #d1d5db;
|
|
1598
1615
|
}
|
|
@@ -1816,8 +1833,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1816
1833
|
vertical-align: initial;
|
|
1817
1834
|
}
|
|
1818
1835
|
|
|
1819
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1820
|
-
|
|
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 {
|
|
1821
1838
|
vertical-align: initial;
|
|
1822
1839
|
}
|
|
1823
1840
|
|
|
@@ -1876,6 +1893,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1876
1893
|
.e-pv-annotation-opacity-container,
|
|
1877
1894
|
.e-pv-annotation-stroke-container,
|
|
1878
1895
|
.e-pv-custom-annotation-thickness-container,
|
|
1896
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1879
1897
|
.e-pv-annotation-thickness-container,
|
|
1880
1898
|
.e-pv-annotation-textcolor-container,
|
|
1881
1899
|
.e-pv-annotation-textalign-container,
|
|
@@ -1975,6 +1993,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1975
1993
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1976
1994
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1977
1995
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1996
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1978
1997
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1979
1998
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1980
1999
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1987,6 +2006,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1987
2006
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1988
2007
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1989
2008
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
2009
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1990
2010
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1991
2011
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1992
2012
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2025,6 +2045,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2025
2045
|
max-width: 408px;
|
|
2026
2046
|
}
|
|
2027
2047
|
|
|
2048
|
+
.e-pv-scale-ratio-dialog {
|
|
2049
|
+
max-width: 500px;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2028
2052
|
.e-pv-line-styles-content,
|
|
2029
2053
|
.e-pv-line-styles-item {
|
|
2030
2054
|
border-bottom-color: #000;
|
|
@@ -2064,6 +2088,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2064
2088
|
.e-pv-properties-line-opacity-container {
|
|
2065
2089
|
float: left;
|
|
2066
2090
|
height: auto;
|
|
2091
|
+
width: 180px;
|
|
2067
2092
|
}
|
|
2068
2093
|
|
|
2069
2094
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2142,7 +2167,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2142
2167
|
.e-pv-properties-line-style,
|
|
2143
2168
|
.e-pv-properties-line-thickness,
|
|
2144
2169
|
.e-pv-properties-line-opacity,
|
|
2145
|
-
.e-pv-properties-line-leader-length
|
|
2170
|
+
.e-pv-properties-line-leader-length {
|
|
2171
|
+
max-width: 180px;
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2146
2174
|
.e-pv-scale-ratio-src-input,
|
|
2147
2175
|
.e-pv-scale-ratio-dest-input,
|
|
2148
2176
|
.e-pv-depth-input {
|
|
@@ -2151,7 +2179,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2151
2179
|
|
|
2152
2180
|
.e-pv-properties-line-start,
|
|
2153
2181
|
.e-pv-properties-line-end,
|
|
2154
|
-
.e-pv-properties-line-style
|
|
2182
|
+
.e-pv-properties-line-style {
|
|
2183
|
+
width: 180px;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2155
2186
|
.e-pv-scale-ratio-src-unit,
|
|
2156
2187
|
.e-pv-scale-ratio-dest-unit,
|
|
2157
2188
|
.e-pv-depth-unit {
|
|
@@ -3089,8 +3120,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3089
3120
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3090
3121
|
display: -ms-flexbox;
|
|
3091
3122
|
display: flex;
|
|
3092
|
-
padding-top: 15px;
|
|
3093
3123
|
width: 385px;
|
|
3124
|
+
padding-top: 15px;
|
|
3094
3125
|
}
|
|
3095
3126
|
|
|
3096
3127
|
.e-pv-properties-dropdown-btn {
|
|
@@ -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 {
|
|
@@ -1525,6 +1536,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1525
1536
|
padding-right: 18px;
|
|
1526
1537
|
}
|
|
1527
1538
|
|
|
1539
|
+
.e-pv-bookmark-title {
|
|
1540
|
+
padding-left: 40px;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1528
1543
|
.e-pv-sidebar-bookmark-title {
|
|
1529
1544
|
color: #374151;
|
|
1530
1545
|
font-family: Roboto-Regular;
|
|
@@ -1593,6 +1608,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1593
1608
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1594
1609
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1595
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,
|
|
1596
1613
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1597
1614
|
color: #6b7280;
|
|
1598
1615
|
}
|
|
@@ -1816,8 +1833,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1816
1833
|
vertical-align: initial;
|
|
1817
1834
|
}
|
|
1818
1835
|
|
|
1819
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1820
|
-
|
|
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 {
|
|
1821
1838
|
vertical-align: initial;
|
|
1822
1839
|
}
|
|
1823
1840
|
|
|
@@ -1876,6 +1893,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1876
1893
|
.e-pv-annotation-opacity-container,
|
|
1877
1894
|
.e-pv-annotation-stroke-container,
|
|
1878
1895
|
.e-pv-custom-annotation-thickness-container,
|
|
1896
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1879
1897
|
.e-pv-annotation-thickness-container,
|
|
1880
1898
|
.e-pv-annotation-textcolor-container,
|
|
1881
1899
|
.e-pv-annotation-textalign-container,
|
|
@@ -1975,6 +1993,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1975
1993
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1976
1994
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1977
1995
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1996
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1978
1997
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1979
1998
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1980
1999
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1987,6 +2006,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1987
2006
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1988
2007
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1989
2008
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
2009
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1990
2010
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1991
2011
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1992
2012
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2025,6 +2045,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2025
2045
|
max-width: 408px;
|
|
2026
2046
|
}
|
|
2027
2047
|
|
|
2048
|
+
.e-pv-scale-ratio-dialog {
|
|
2049
|
+
max-width: 500px;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2028
2052
|
.e-pv-line-styles-content,
|
|
2029
2053
|
.e-pv-line-styles-item {
|
|
2030
2054
|
border-bottom-color: #000;
|
|
@@ -2064,6 +2088,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2064
2088
|
.e-pv-properties-line-opacity-container {
|
|
2065
2089
|
float: left;
|
|
2066
2090
|
height: auto;
|
|
2091
|
+
width: 180px;
|
|
2067
2092
|
}
|
|
2068
2093
|
|
|
2069
2094
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2142,7 +2167,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2142
2167
|
.e-pv-properties-line-style,
|
|
2143
2168
|
.e-pv-properties-line-thickness,
|
|
2144
2169
|
.e-pv-properties-line-opacity,
|
|
2145
|
-
.e-pv-properties-line-leader-length
|
|
2170
|
+
.e-pv-properties-line-leader-length {
|
|
2171
|
+
max-width: 180px;
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2146
2174
|
.e-pv-scale-ratio-src-input,
|
|
2147
2175
|
.e-pv-scale-ratio-dest-input,
|
|
2148
2176
|
.e-pv-depth-input {
|
|
@@ -2151,7 +2179,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2151
2179
|
|
|
2152
2180
|
.e-pv-properties-line-start,
|
|
2153
2181
|
.e-pv-properties-line-end,
|
|
2154
|
-
.e-pv-properties-line-style
|
|
2182
|
+
.e-pv-properties-line-style {
|
|
2183
|
+
width: 180px;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2155
2186
|
.e-pv-scale-ratio-src-unit,
|
|
2156
2187
|
.e-pv-scale-ratio-dest-unit,
|
|
2157
2188
|
.e-pv-depth-unit {
|
|
@@ -3089,8 +3120,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3089
3120
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3090
3121
|
display: -ms-flexbox;
|
|
3091
3122
|
display: flex;
|
|
3092
|
-
padding-top: 15px;
|
|
3093
3123
|
width: 385px;
|
|
3124
|
+
padding-top: 15px;
|
|
3094
3125
|
}
|
|
3095
3126
|
|
|
3096
3127
|
.e-pv-properties-dropdown-btn {
|
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 {
|
|
@@ -1525,6 +1536,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1525
1536
|
padding-right: 18px;
|
|
1526
1537
|
}
|
|
1527
1538
|
|
|
1539
|
+
.e-pv-bookmark-title {
|
|
1540
|
+
padding-left: 40px;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1528
1543
|
.e-pv-sidebar-bookmark-title {
|
|
1529
1544
|
color: #d1d5db;
|
|
1530
1545
|
font-family: Roboto-Regular;
|
|
@@ -1593,6 +1608,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1593
1608
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1594
1609
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1595
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,
|
|
1596
1613
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1597
1614
|
color: #d1d5db;
|
|
1598
1615
|
}
|
|
@@ -1816,8 +1833,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1816
1833
|
vertical-align: initial;
|
|
1817
1834
|
}
|
|
1818
1835
|
|
|
1819
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1820
|
-
|
|
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 {
|
|
1821
1838
|
vertical-align: initial;
|
|
1822
1839
|
}
|
|
1823
1840
|
|
|
@@ -1876,6 +1893,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1876
1893
|
.e-pv-annotation-opacity-container,
|
|
1877
1894
|
.e-pv-annotation-stroke-container,
|
|
1878
1895
|
.e-pv-custom-annotation-thickness-container,
|
|
1896
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1879
1897
|
.e-pv-annotation-thickness-container,
|
|
1880
1898
|
.e-pv-annotation-textcolor-container,
|
|
1881
1899
|
.e-pv-annotation-textalign-container,
|
|
@@ -1975,6 +1993,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1975
1993
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1976
1994
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1977
1995
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1996
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1978
1997
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1979
1998
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1980
1999
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1987,6 +2006,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1987
2006
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1988
2007
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1989
2008
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
2009
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1990
2010
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1991
2011
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1992
2012
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2025,6 +2045,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2025
2045
|
max-width: 408px;
|
|
2026
2046
|
}
|
|
2027
2047
|
|
|
2048
|
+
.e-pv-scale-ratio-dialog {
|
|
2049
|
+
max-width: 500px;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2028
2052
|
.e-pv-line-styles-content,
|
|
2029
2053
|
.e-pv-line-styles-item {
|
|
2030
2054
|
border-bottom-color: #000;
|
|
@@ -2064,6 +2088,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2064
2088
|
.e-pv-properties-line-opacity-container {
|
|
2065
2089
|
float: left;
|
|
2066
2090
|
height: auto;
|
|
2091
|
+
width: 180px;
|
|
2067
2092
|
}
|
|
2068
2093
|
|
|
2069
2094
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2142,7 +2167,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2142
2167
|
.e-pv-properties-line-style,
|
|
2143
2168
|
.e-pv-properties-line-thickness,
|
|
2144
2169
|
.e-pv-properties-line-opacity,
|
|
2145
|
-
.e-pv-properties-line-leader-length
|
|
2170
|
+
.e-pv-properties-line-leader-length {
|
|
2171
|
+
max-width: 180px;
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2146
2174
|
.e-pv-scale-ratio-src-input,
|
|
2147
2175
|
.e-pv-scale-ratio-dest-input,
|
|
2148
2176
|
.e-pv-depth-input {
|
|
@@ -2151,7 +2179,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2151
2179
|
|
|
2152
2180
|
.e-pv-properties-line-start,
|
|
2153
2181
|
.e-pv-properties-line-end,
|
|
2154
|
-
.e-pv-properties-line-style
|
|
2182
|
+
.e-pv-properties-line-style {
|
|
2183
|
+
width: 180px;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2155
2186
|
.e-pv-scale-ratio-src-unit,
|
|
2156
2187
|
.e-pv-scale-ratio-dest-unit,
|
|
2157
2188
|
.e-pv-depth-unit {
|
|
@@ -3089,8 +3120,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3089
3120
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3090
3121
|
display: -ms-flexbox;
|
|
3091
3122
|
display: flex;
|
|
3092
|
-
padding-top: 15px;
|
|
3093
3123
|
width: 385px;
|
|
3124
|
+
padding-top: 15px;
|
|
3094
3125
|
}
|
|
3095
3126
|
|
|
3096
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 {
|
|
@@ -1525,6 +1536,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1525
1536
|
padding-right: 18px;
|
|
1526
1537
|
}
|
|
1527
1538
|
|
|
1539
|
+
.e-pv-bookmark-title {
|
|
1540
|
+
padding-left: 40px;
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1528
1543
|
.e-pv-sidebar-bookmark-title {
|
|
1529
1544
|
color: #374151;
|
|
1530
1545
|
font-family: Roboto-Regular;
|
|
@@ -1593,6 +1608,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1593
1608
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1594
1609
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1595
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,
|
|
1596
1613
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1597
1614
|
color: #6b7280;
|
|
1598
1615
|
}
|
|
@@ -1816,8 +1833,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1816
1833
|
vertical-align: initial;
|
|
1817
1834
|
}
|
|
1818
1835
|
|
|
1819
|
-
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon
|
|
1820
|
-
|
|
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 {
|
|
1821
1838
|
vertical-align: initial;
|
|
1822
1839
|
}
|
|
1823
1840
|
|
|
@@ -1876,6 +1893,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1876
1893
|
.e-pv-annotation-opacity-container,
|
|
1877
1894
|
.e-pv-annotation-stroke-container,
|
|
1878
1895
|
.e-pv-custom-annotation-thickness-container,
|
|
1896
|
+
.e-pv-custom-annotation-opacity-container,
|
|
1879
1897
|
.e-pv-annotation-thickness-container,
|
|
1880
1898
|
.e-pv-annotation-textcolor-container,
|
|
1881
1899
|
.e-pv-annotation-textalign-container,
|
|
@@ -1975,6 +1993,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1975
1993
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1976
1994
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1977
1995
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1996
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1978
1997
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1979
1998
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1980
1999
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1987,6 +2006,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1987
2006
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1988
2007
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1989
2008
|
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
2009
|
+
.e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1990
2010
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1991
2011
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1992
2012
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
@@ -2025,6 +2045,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2025
2045
|
max-width: 408px;
|
|
2026
2046
|
}
|
|
2027
2047
|
|
|
2048
|
+
.e-pv-scale-ratio-dialog {
|
|
2049
|
+
max-width: 500px;
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2028
2052
|
.e-pv-line-styles-content,
|
|
2029
2053
|
.e-pv-line-styles-item {
|
|
2030
2054
|
border-bottom-color: #000;
|
|
@@ -2064,6 +2088,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2064
2088
|
.e-pv-properties-line-opacity-container {
|
|
2065
2089
|
float: left;
|
|
2066
2090
|
height: auto;
|
|
2091
|
+
width: 180px;
|
|
2067
2092
|
}
|
|
2068
2093
|
|
|
2069
2094
|
.e-pv-scale-ratio-src-input-container,
|
|
@@ -2142,7 +2167,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2142
2167
|
.e-pv-properties-line-style,
|
|
2143
2168
|
.e-pv-properties-line-thickness,
|
|
2144
2169
|
.e-pv-properties-line-opacity,
|
|
2145
|
-
.e-pv-properties-line-leader-length
|
|
2170
|
+
.e-pv-properties-line-leader-length {
|
|
2171
|
+
max-width: 180px;
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2146
2174
|
.e-pv-scale-ratio-src-input,
|
|
2147
2175
|
.e-pv-scale-ratio-dest-input,
|
|
2148
2176
|
.e-pv-depth-input {
|
|
@@ -2151,7 +2179,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2151
2179
|
|
|
2152
2180
|
.e-pv-properties-line-start,
|
|
2153
2181
|
.e-pv-properties-line-end,
|
|
2154
|
-
.e-pv-properties-line-style
|
|
2182
|
+
.e-pv-properties-line-style {
|
|
2183
|
+
width: 180px;
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2155
2186
|
.e-pv-scale-ratio-src-unit,
|
|
2156
2187
|
.e-pv-scale-ratio-dest-unit,
|
|
2157
2188
|
.e-pv-depth-unit {
|
|
@@ -3089,8 +3120,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3089
3120
|
.e-pv-properties-form-field-btn-textarea-container {
|
|
3090
3121
|
display: -ms-flexbox;
|
|
3091
3122
|
display: flex;
|
|
3092
|
-
padding-top: 15px;
|
|
3093
3123
|
width: 385px;
|
|
3124
|
+
padding-top: 15px;
|
|
3094
3125
|
}
|
|
3095
3126
|
|
|
3096
3127
|
.e-pv-properties-dropdown-btn {
|