@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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-vue-pdfviewer@19.4.48",
3
+ "_id": "@syncfusion/ej2-vue-pdfviewer@19.4.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-QVbIEW/DXgQfCnPeKb+yfbMpmBlOCzYRXJLazc4tRBh0hzXdt5u0pVccXmwyJVSYnExCD6IrS5y6xuGF35b1MA==",
5
+ "_integrity": "sha512-Yi8ZC/tQhKkY1lqKQDIuqGCPlD9giUEaXBSUuCjwnKrslXH+n/p/M1X/Nh6zK/9tpKCNh94fmc/F1liBFCa76g==",
6
6
  "_location": "/@syncfusion/ej2-vue-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-19.4.48.tgz",
23
- "_shasum": "1e4d5e2e5c83767fd9b0c5486e30e562238e1a39",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-19.4.53.tgz",
23
+ "_shasum": "5a2cffc9beec9cc91d6f1ddd77b022640ae9cfdd",
24
24
  "_spec": "@syncfusion/ej2-vue-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.4.48",
35
- "@syncfusion/ej2-pdfviewer": "19.4.50",
36
- "@syncfusion/ej2-vue-base": "~19.4.48"
34
+ "@syncfusion/ej2-base": "~19.4.52",
35
+ "@syncfusion/ej2-pdfviewer": "19.4.54",
36
+ "@syncfusion/ej2-vue-base": "~19.4.53"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 PDF viewer Component for Vue",
@@ -61,6 +61,6 @@
61
61
  "type": "git",
62
62
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
63
63
  },
64
- "version": "19.4.50",
64
+ "version": "19.4.54",
65
65
  "sideEffects": false
66
66
  }
@@ -872,6 +872,17 @@ input.e-pv-input-password::-ms-reveal {
872
872
  margin-right: 1.5px;
873
873
  }
874
874
 
875
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
876
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
877
+ padding-bottom: 0;
878
+ }
879
+
880
+ .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
881
+ .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
882
+ line-height: 26px;
883
+ min-height: 26px;
884
+ }
885
+
875
886
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
876
887
  .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
877
888
  .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
@@ -1502,6 +1513,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1502
1513
  padding-right: 18px;
1503
1514
  }
1504
1515
 
1516
+ .e-pv-bookmark-title {
1517
+ padding-left: 40px;
1518
+ }
1519
+
1505
1520
  .e-pv-sidebar-bookmark-title {
1506
1521
  color: rgba(0, 0, 0, 0.87);
1507
1522
  font-family: Roboto-Regular;
@@ -1570,6 +1585,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1570
1585
  .e-pv-shapes-toolbar .e-pv-tbar-btn,
1571
1586
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
1572
1587
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1588
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1589
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1573
1590
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1574
1591
  color: #f0f0f0;
1575
1592
  }
@@ -1795,8 +1812,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1795
1812
  vertical-align: initial;
1796
1813
  }
1797
1814
 
1798
- .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
1799
- padding-top: 7px;
1815
+ .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
1816
+ .e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
1800
1817
  vertical-align: initial;
1801
1818
  }
1802
1819
 
@@ -1855,6 +1872,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1855
1872
  .e-pv-annotation-opacity-container,
1856
1873
  .e-pv-annotation-stroke-container,
1857
1874
  .e-pv-custom-annotation-thickness-container,
1875
+ .e-pv-custom-annotation-opacity-container,
1858
1876
  .e-pv-annotation-thickness-container,
1859
1877
  .e-pv-annotation-textcolor-container,
1860
1878
  .e-pv-annotation-textalign-container,
@@ -1954,6 +1972,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1954
1972
  .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
1955
1973
  .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
1956
1974
  .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
1975
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
1957
1976
  .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
1958
1977
  .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
1959
1978
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
@@ -1966,6 +1985,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1966
1985
  .e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
1967
1986
  .e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
1968
1987
  .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
1988
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
1969
1989
  .e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
1970
1990
  .e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
1971
1991
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
@@ -2004,6 +2024,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2004
2024
  max-width: 420px;
2005
2025
  }
2006
2026
 
2027
+ .e-pv-scale-ratio-dialog {
2028
+ max-width: 500px;
2029
+ }
2030
+
2007
2031
  .e-pv-line-styles-content,
2008
2032
  .e-pv-line-styles-item {
2009
2033
  border-bottom-color: #000;
@@ -2043,6 +2067,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2043
2067
  .e-pv-properties-line-opacity-container {
2044
2068
  float: left;
2045
2069
  height: auto;
2070
+ width: 180px;
2046
2071
  }
2047
2072
 
2048
2073
  .e-pv-scale-ratio-src-input-container,
@@ -2121,7 +2146,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2121
2146
  .e-pv-properties-line-style,
2122
2147
  .e-pv-properties-line-thickness,
2123
2148
  .e-pv-properties-line-opacity,
2124
- .e-pv-properties-line-leader-length,
2149
+ .e-pv-properties-line-leader-length {
2150
+ max-width: 180px;
2151
+ }
2152
+
2125
2153
  .e-pv-scale-ratio-src-input,
2126
2154
  .e-pv-scale-ratio-dest-input,
2127
2155
  .e-pv-depth-input {
@@ -2130,7 +2158,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2130
2158
 
2131
2159
  .e-pv-properties-line-start,
2132
2160
  .e-pv-properties-line-end,
2133
- .e-pv-properties-line-style,
2161
+ .e-pv-properties-line-style {
2162
+ width: 180px;
2163
+ }
2164
+
2134
2165
  .e-pv-scale-ratio-src-unit,
2135
2166
  .e-pv-scale-ratio-dest-unit,
2136
2167
  .e-pv-depth-unit {
@@ -3056,8 +3087,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3056
3087
  .e-pv-properties-form-field-btn-textarea-container {
3057
3088
  display: -ms-flexbox;
3058
3089
  display: flex;
3059
- padding-top: 15px;
3060
3090
  width: 385px;
3091
+ padding-top: 15px;
3061
3092
  }
3062
3093
 
3063
3094
  .e-pv-properties-dropdown-btn {
@@ -878,6 +878,17 @@ input.e-pv-input-password::-ms-reveal {
878
878
  margin-right: 1.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: #333;
1581
1598
  }
@@ -1801,8 +1818,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1801
1818
  vertical-align: initial;
1802
1819
  }
1803
1820
 
1804
- .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
1805
- padding-top: 7px;
1821
+ .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
1822
+ .e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
1806
1823
  vertical-align: initial;
1807
1824
  }
1808
1825
 
@@ -1861,6 +1878,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1861
1878
  .e-pv-annotation-opacity-container,
1862
1879
  .e-pv-annotation-stroke-container,
1863
1880
  .e-pv-custom-annotation-thickness-container,
1881
+ .e-pv-custom-annotation-opacity-container,
1864
1882
  .e-pv-annotation-thickness-container,
1865
1883
  .e-pv-annotation-textcolor-container,
1866
1884
  .e-pv-annotation-textalign-container,
@@ -1960,6 +1978,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1960
1978
  .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
1961
1979
  .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
1962
1980
  .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
1981
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
1963
1982
  .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
1964
1983
  .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
1965
1984
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
@@ -1972,6 +1991,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1972
1991
  .e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
1973
1992
  .e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
1974
1993
  .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
1994
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
1975
1995
  .e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
1976
1996
  .e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
1977
1997
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
@@ -2010,6 +2030,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2010
2030
  max-width: 420px;
2011
2031
  }
2012
2032
 
2033
+ .e-pv-scale-ratio-dialog {
2034
+ max-width: 500px;
2035
+ }
2036
+
2013
2037
  .e-pv-line-styles-content,
2014
2038
  .e-pv-line-styles-item {
2015
2039
  border-bottom-color: #000;
@@ -2049,6 +2073,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2049
2073
  .e-pv-properties-line-opacity-container {
2050
2074
  float: left;
2051
2075
  height: auto;
2076
+ width: 180px;
2052
2077
  }
2053
2078
 
2054
2079
  .e-pv-scale-ratio-src-input-container,
@@ -2127,7 +2152,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2127
2152
  .e-pv-properties-line-style,
2128
2153
  .e-pv-properties-line-thickness,
2129
2154
  .e-pv-properties-line-opacity,
2130
- .e-pv-properties-line-leader-length,
2155
+ .e-pv-properties-line-leader-length {
2156
+ max-width: 180px;
2157
+ }
2158
+
2131
2159
  .e-pv-scale-ratio-src-input,
2132
2160
  .e-pv-scale-ratio-dest-input,
2133
2161
  .e-pv-depth-input {
@@ -2136,7 +2164,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2136
2164
 
2137
2165
  .e-pv-properties-line-start,
2138
2166
  .e-pv-properties-line-end,
2139
- .e-pv-properties-line-style,
2167
+ .e-pv-properties-line-style {
2168
+ width: 180px;
2169
+ }
2170
+
2140
2171
  .e-pv-scale-ratio-src-unit,
2141
2172
  .e-pv-scale-ratio-dest-unit,
2142
2173
  .e-pv-depth-unit {
@@ -3063,8 +3094,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3063
3094
  .e-pv-properties-form-field-btn-textarea-container {
3064
3095
  display: -ms-flexbox;
3065
3096
  display: flex;
3066
- padding-top: 15px;
3067
3097
  width: 385px;
3098
+ padding-top: 15px;
3068
3099
  }
3069
3100
 
3070
3101
  .e-pv-properties-dropdown-btn {
@@ -896,6 +896,17 @@ input.e-pv-input-password::-ms-reveal {
896
896
  margin-right: 0;
897
897
  }
898
898
 
899
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
900
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
901
+ padding-bottom: 0;
902
+ }
903
+
904
+ .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
905
+ .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
906
+ line-height: 26px;
907
+ min-height: 26px;
908
+ }
909
+
899
910
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
900
911
  .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
901
912
  .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
@@ -1612,6 +1623,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1612
1623
  padding-right: 18px;
1613
1624
  }
1614
1625
 
1626
+ .e-pv-bookmark-title {
1627
+ padding-left: 40px;
1628
+ }
1629
+
1615
1630
  .e-bigger div > .e-pv-bookmark-icon.e-pv-icon {
1616
1631
  font-size: 18px;
1617
1632
  }
@@ -1684,6 +1699,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1684
1699
  .e-pv-shapes-toolbar .e-pv-tbar-btn,
1685
1700
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
1686
1701
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1702
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1703
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1687
1704
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1688
1705
  color: #495057;
1689
1706
  }
@@ -2008,8 +2025,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2008
2025
  vertical-align: initial;
2009
2026
  }
2010
2027
 
2011
- .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
2012
- padding-top: 7px;
2028
+ .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
2029
+ .e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
2013
2030
  vertical-align: initial;
2014
2031
  }
2015
2032
 
@@ -2068,6 +2085,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2068
2085
  .e-pv-annotation-opacity-container,
2069
2086
  .e-pv-annotation-stroke-container,
2070
2087
  .e-pv-custom-annotation-thickness-container,
2088
+ .e-pv-custom-annotation-opacity-container,
2071
2089
  .e-pv-annotation-thickness-container,
2072
2090
  .e-pv-annotation-textcolor-container,
2073
2091
  .e-pv-annotation-textalign-container,
@@ -2167,6 +2185,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2167
2185
  .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
2168
2186
  .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
2169
2187
  .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
2188
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
2170
2189
  .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
2171
2190
  .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
2172
2191
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
@@ -2179,6 +2198,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2179
2198
  .e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
2180
2199
  .e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
2181
2200
  .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
2201
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
2182
2202
  .e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
2183
2203
  .e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
2184
2204
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
@@ -2217,6 +2237,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2217
2237
  max-width: 420px;
2218
2238
  }
2219
2239
 
2240
+ .e-pv-scale-ratio-dialog {
2241
+ max-width: 500px;
2242
+ }
2243
+
2220
2244
  .e-pv-line-styles-content,
2221
2245
  .e-pv-line-styles-item {
2222
2246
  border-bottom-color: #000;
@@ -2256,6 +2280,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2256
2280
  .e-pv-properties-line-opacity-container {
2257
2281
  float: left;
2258
2282
  height: auto;
2283
+ width: 180px;
2259
2284
  }
2260
2285
 
2261
2286
  .e-pv-scale-ratio-src-input-container,
@@ -2334,7 +2359,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2334
2359
  .e-pv-properties-line-style,
2335
2360
  .e-pv-properties-line-thickness,
2336
2361
  .e-pv-properties-line-opacity,
2337
- .e-pv-properties-line-leader-length,
2362
+ .e-pv-properties-line-leader-length {
2363
+ max-width: 180px;
2364
+ }
2365
+
2338
2366
  .e-pv-scale-ratio-src-input,
2339
2367
  .e-pv-scale-ratio-dest-input,
2340
2368
  .e-pv-depth-input {
@@ -2343,7 +2371,10 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2343
2371
 
2344
2372
  .e-pv-properties-line-start,
2345
2373
  .e-pv-properties-line-end,
2346
- .e-pv-properties-line-style,
2374
+ .e-pv-properties-line-style {
2375
+ width: 180px;
2376
+ }
2377
+
2347
2378
  .e-pv-scale-ratio-src-unit,
2348
2379
  .e-pv-scale-ratio-dest-unit,
2349
2380
  .e-pv-depth-unit {
@@ -3375,8 +3406,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3375
3406
  .e-pv-properties-form-field-btn-textarea-container {
3376
3407
  display: -ms-flexbox;
3377
3408
  display: flex;
3378
- padding-top: 15px;
3379
3409
  width: 385px;
3410
+ padding-top: 15px;
3380
3411
  }
3381
3412
 
3382
3413
  .e-pv-properties-dropdown-btn {
@@ -893,6 +893,17 @@ input.e-pv-input-password::-ms-reveal {
893
893
  padding: 0 4px;
894
894
  }
895
895
 
896
+ .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
897
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
898
+ padding-bottom: 0;
899
+ }
900
+
901
+ .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
902
+ .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
903
+ line-height: 26px;
904
+ min-height: 26px;
905
+ }
906
+
896
907
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
897
908
  .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
898
909
  .e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
@@ -1547,15 +1558,19 @@ input.e-pv-input-password::-ms-reveal {
1547
1558
  .e-pv-bookmark-view {
1548
1559
  height: 100%;
1549
1560
  overflow: auto;
1550
- padding-top: 15px;
1561
+ padding-top: 0;
1551
1562
  position: relative;
1552
1563
  }
1553
1564
 
1554
1565
  div > .e-pv-bookmark-icon.e-pv-icon {
1555
1566
  float: left;
1556
1567
  font-size: 14px;
1557
- padding-left: 6px;
1558
- padding-right: 18px;
1568
+ padding-left: 0;
1569
+ padding-right: 16px;
1570
+ }
1571
+
1572
+ .e-pv-bookmark-title {
1573
+ padding-left: 30px;
1559
1574
  }
1560
1575
 
1561
1576
  .e-pv-sidebar-bookmark-title {
@@ -1626,6 +1641,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1626
1641
  .e-pv-shapes-toolbar .e-pv-tbar-btn,
1627
1642
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
1628
1643
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
1644
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
1645
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret,
1629
1646
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
1630
1647
  color: #adb5bd;
1631
1648
  box-shadow: none;
@@ -1904,8 +1921,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1904
1921
  vertical-align: initial;
1905
1922
  }
1906
1923
 
1907
- .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
1908
- padding-top: 7px;
1924
+ .e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon,
1925
+ .e-pv-custom-annotation-opacity-container .e-btn-icon.e-pv-annotation-opacity-icon.e-pv-icon {
1909
1926
  padding-top: 0;
1910
1927
  vertical-align: initial;
1911
1928
  }
@@ -1965,6 +1982,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1965
1982
  .e-pv-annotation-opacity-container,
1966
1983
  .e-pv-annotation-stroke-container,
1967
1984
  .e-pv-custom-annotation-thickness-container,
1985
+ .e-pv-custom-annotation-opacity-container,
1968
1986
  .e-pv-annotation-thickness-container,
1969
1987
  .e-pv-annotation-textcolor-container,
1970
1988
  .e-pv-annotation-textalign-container,
@@ -2061,14 +2079,15 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2061
2079
  .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
2062
2080
  .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
2063
2081
  .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
2082
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-btn,
2064
2083
  .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
2065
2084
  .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
2066
2085
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
2067
2086
  .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
2068
2087
  line-height: 1.6em;
2069
- padding: 8px 7px 6px;
2070
- -ms-flex-align: baseline;
2071
- align-items: baseline;
2088
+ padding: 10px 7px 7px;
2089
+ -ms-flex-align: center;
2090
+ align-items: center;
2072
2091
  display: -ms-flexbox;
2073
2092
  display: flex;
2074
2093
  }
@@ -2077,12 +2096,13 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2077
2096
  .e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
2078
2097
  .e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
2079
2098
  .e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
2099
+ .e-pv-custom-annotation-opacity-container.e-dropdown-btn.e-button,
2080
2100
  .e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
2081
2101
  .e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
2082
2102
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
2083
2103
  .e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
2084
2104
  line-height: 1.6em;
2085
- padding: 8px 7px 6px;
2105
+ padding: 10px 7px 7px;
2086
2106
  -ms-flex-align: baseline;
2087
2107
  align-items: baseline;
2088
2108
  display: -ms-flexbox;
@@ -2097,6 +2117,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2097
2117
  .e-pv-annotation-textcolor-container.e-btn.e-active,
2098
2118
  .e-pv-annotation-textprop-container.e-btn.e-active,
2099
2119
  .e-pv-custom-annotation-thickness-container.e-btn.e-active,
2120
+ .e-pv-custom-annotation-opacity-container.e-btn.e-active,
2100
2121
  .e-pv-annotation-handwritten-container.e-btn.e-active,
2101
2122
  .e-pv-annotation-textalign-container.e-btn.e-active {
2102
2123
  background-color: #5c636a;
@@ -2111,6 +2132,13 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2111
2132
  padding: 0 8px;
2112
2133
  }
2113
2134
 
2135
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon .e-caret,
2136
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-menu-icon .e-caret {
2137
+ height: 32px;
2138
+ line-height: 32px;
2139
+ padding: 0 8px;
2140
+ }
2141
+
2114
2142
  .e-pv-submit .e-tbar-btn {
2115
2143
  height: 30px;
2116
2144
  }
@@ -2142,7 +2170,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2142
2170
  }
2143
2171
 
2144
2172
  .e-pv-scale-ratio-window {
2145
- max-width: 408px;
2173
+ max-width: 476px;
2174
+ }
2175
+
2176
+ .e-pv-scale-ratio-dialog {
2177
+ max-width: 476px;
2146
2178
  }
2147
2179
 
2148
2180
  .e-pv-line-styles-content,
@@ -2189,6 +2221,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2189
2221
  .e-pv-properties-line-opacity-container {
2190
2222
  float: left;
2191
2223
  height: auto;
2224
+ width: 180px;
2192
2225
  }
2193
2226
 
2194
2227
  .e-pv-scale-ratio-src-input-container,
@@ -2198,20 +2231,20 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2198
2231
  .e-pv-depth-input-container,
2199
2232
  .e-pv-depth-unit-container {
2200
2233
  float: left;
2201
- height: 24px;
2234
+ height: 32px;
2202
2235
  }
2203
2236
 
2204
2237
  .e-pv-scale-ratio-src-input-container,
2205
2238
  .e-pv-scale-ratio-src-unit-container,
2206
2239
  .e-pv-scale-ratio-dest-input-container,
2207
2240
  .e-pv-scale-ratio-dest-unit-container {
2208
- margin-bottom: 24px;
2241
+ margin-bottom: 8px;
2209
2242
  }
2210
2243
 
2211
2244
  .e-pv-scale-ratio-src-unit-container,
2212
2245
  .e-pv-scale-ratio-dest-unit-container,
2213
2246
  .e-pv-depth-unit-container {
2214
- margin-left: 10px;
2247
+ margin-left: 12px;
2215
2248
  }
2216
2249
 
2217
2250
  .e-pv-scale-ratio-src-unit.e-btn,
@@ -2228,8 +2261,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2228
2261
  .e-pv-scale-ratio-src-unit .e-caret,
2229
2262
  .e-pv-scale-ratio-dest-unit .e-caret,
2230
2263
  .e-pv-depth-unit .e-caret {
2231
- margin-left: 96px;
2232
- margin-top: 4px;
2264
+ margin-left: 120px;
2265
+ margin-top: 7px;
2233
2266
  }
2234
2267
 
2235
2268
  .e-pv-properties-line-opacity {
@@ -2267,20 +2300,26 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2267
2300
  .e-pv-properties-line-style,
2268
2301
  .e-pv-properties-line-thickness,
2269
2302
  .e-pv-properties-line-opacity,
2270
- .e-pv-properties-line-leader-length,
2303
+ .e-pv-properties-line-leader-length {
2304
+ max-width: 180px;
2305
+ }
2306
+
2271
2307
  .e-pv-scale-ratio-src-input,
2272
2308
  .e-pv-scale-ratio-dest-input,
2273
2309
  .e-pv-depth-input {
2274
- max-width: 180px;
2310
+ max-width: 232px;
2275
2311
  }
2276
2312
 
2277
2313
  .e-pv-properties-line-start,
2278
2314
  .e-pv-properties-line-end,
2279
- .e-pv-properties-line-style,
2315
+ .e-pv-properties-line-style {
2316
+ width: 180px;
2317
+ }
2318
+
2280
2319
  .e-pv-scale-ratio-src-unit,
2281
2320
  .e-pv-scale-ratio-dest-unit,
2282
2321
  .e-pv-depth-unit {
2283
- width: 180px;
2322
+ width: 203px;
2284
2323
  }
2285
2324
 
2286
2325
  .e-pv-line-styles-container {
@@ -2372,7 +2411,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2372
2411
  align-items: baseline;
2373
2412
  display: -ms-flexbox;
2374
2413
  display: flex;
2375
- padding: 3px 8px;
2414
+ padding: 0 8px;
2376
2415
  }
2377
2416
 
2378
2417
  .e-pv-annotation-shapes-container .e-btn-icon.e-icons.e-icon-right.e-caret,
@@ -2561,7 +2600,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2561
2600
  .e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable,
2562
2601
  .e-pdfviewer .e-treeview.e-fullrow-wrap .e-input,
2563
2602
  .e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url {
2564
- margin-top: 3px;
2603
+ margin-top: 6px;
2565
2604
  position: absolute;
2566
2605
  }
2567
2606
 
@@ -3203,8 +3242,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3203
3242
  width: 54px;
3204
3243
  -ms-flex-line-pack: center;
3205
3244
  align-content: center;
3206
- -ms-flex-align: baseline;
3207
- align-items: baseline;
3245
+ -ms-flex-align: center;
3246
+ align-items: center;
3208
3247
  box-shadow: none;
3209
3248
  display: -ms-flexbox;
3210
3249
  display: flex;
@@ -3339,8 +3378,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3339
3378
  .e-pv-properties-form-field-btn-textarea-container {
3340
3379
  display: -ms-flexbox;
3341
3380
  display: flex;
3342
- padding-top: 15px;
3343
3381
  width: 385px;
3382
+ padding-top: 15px;
3344
3383
  }
3345
3384
 
3346
3385
  .e-pv-properties-dropdown-btn {