@syncfusion/ej2-react-pdfviewer 19.4.41 → 19.4.42

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 CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.4.41 (2022-01-04)
6
+
5
7
  ### PDF Viewer
6
8
 
7
9
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 19.4.41
3
+ * version : 19.4.42
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-react-pdfviewer@19.4.40",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@19.4.41",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-TBe2EF3KoxhxOF97348B6vGG6/r3ClBUSQcBSi+TS24wgDRX/NOz4kHeIBNsTiuUFFUuFyL6y/odXtD0dXTlFw==",
5
+ "_integrity": "sha512-wq9ra6PKRSosLMBUxuOD7k8+icKLxiGa90NIgfNQDgpHJ89LfKYVHXWyogRZ+olQ+IvaNHh9STyqNhcoRs+dAA==",
6
6
  "_location": "/@syncfusion/ej2-react-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-react-pdfviewer/-/ej2-react-pdfviewer-19.4.40.tgz",
23
- "_shasum": "5bc6d5a068c552fb031d992cb69b52069531e271",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-19.4.41.tgz",
23
+ "_shasum": "076382a8aaf1838732da6f19bc43bdf092215a0e",
24
24
  "_spec": "@syncfusion/ej2-react-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.38",
35
- "@syncfusion/ej2-pdfviewer": "19.4.41",
36
- "@syncfusion/ej2-react-base": "~19.4.38"
34
+ "@syncfusion/ej2-base": "~19.4.42",
35
+ "@syncfusion/ej2-pdfviewer": "19.4.42",
36
+ "@syncfusion/ej2-react-base": "~19.4.42"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 PDF viewer Component for React",
@@ -61,6 +61,6 @@
61
61
  "type": "git",
62
62
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
63
63
  },
64
- "version": "19.4.41",
64
+ "version": "19.4.42",
65
65
  "sideEffects": false
66
66
  }
@@ -1798,7 +1798,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1798
1798
 
1799
1799
  .e-pv-annotation-opacity-popup-container,
1800
1800
  .e-pv-annotation-thickness-popup-container {
1801
+ background-color: #2a2a2a;
1801
1802
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
1803
+ color: #f0f0f0;
1802
1804
  height: auto;
1803
1805
  min-height: 48px;
1804
1806
  padding: 23px;
@@ -1804,7 +1804,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1804
1804
 
1805
1805
  .e-pv-annotation-opacity-popup-container,
1806
1806
  .e-pv-annotation-thickness-popup-container {
1807
+ background-color: #fff;
1807
1808
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
1809
+ color: #333;
1808
1810
  height: auto;
1809
1811
  min-height: 48px;
1810
1812
  padding: 23px;
@@ -1721,6 +1721,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1721
1721
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1722
1722
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1723
1723
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1724
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1724
1725
  .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1725
1726
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1726
1727
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
@@ -2010,7 +2011,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2010
2011
 
2011
2012
  .e-pv-annotation-opacity-popup-container,
2012
2013
  .e-pv-annotation-thickness-popup-container {
2014
+ background-color: #fff;
2013
2015
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
2016
+ color: #212529;
2014
2017
  height: auto;
2015
2018
  min-height: 58px;
2016
2019
  padding: 23px;
@@ -1671,6 +1671,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1671
1671
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1672
1672
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1673
1673
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1674
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1674
1675
  .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1675
1676
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1676
1677
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
@@ -1908,7 +1909,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1908
1909
 
1909
1910
  .e-pv-annotation-opacity-popup-container,
1910
1911
  .e-pv-annotation-thickness-popup-container {
1912
+ background-color: #fff;
1911
1913
  box-shadow: 0 3px 8px 0 #31373d;
1914
+ color: #212529;
1912
1915
  height: auto;
1913
1916
  min-height: 48px;
1914
1917
  padding: 16px;
@@ -1671,6 +1671,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1671
1671
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1672
1672
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1673
1673
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1674
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1674
1675
  .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1675
1676
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1676
1677
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
@@ -1908,7 +1909,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1908
1909
 
1909
1910
  .e-pv-annotation-opacity-popup-container,
1910
1911
  .e-pv-annotation-thickness-popup-container {
1912
+ background-color: #fff;
1911
1913
  box-shadow: 0 3px 8px 0 #e9ecef;
1914
+ color: #212529;
1912
1915
  height: auto;
1913
1916
  min-height: 48px;
1914
1917
  padding: 16px;
@@ -1809,7 +1809,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1809
1809
 
1810
1810
  .e-pv-annotation-opacity-popup-container,
1811
1811
  .e-pv-annotation-thickness-popup-container {
1812
+ background-color: #282727;
1812
1813
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1814
+ color: #dadada;
1813
1815
  height: auto;
1814
1816
  min-height: 48px;
1815
1817
  padding: 16px;
package/styles/fabric.css CHANGED
@@ -1817,7 +1817,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1817
1817
 
1818
1818
  .e-pv-annotation-opacity-popup-container,
1819
1819
  .e-pv-annotation-thickness-popup-container {
1820
+ background-color: #fff;
1820
1821
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1822
+ color: #333;
1821
1823
  height: auto;
1822
1824
  min-height: 48px;
1823
1825
  padding: 16px;
@@ -1796,7 +1796,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1796
1796
 
1797
1797
  .e-pv-annotation-opacity-popup-container,
1798
1798
  .e-pv-annotation-thickness-popup-container {
1799
+ background-color: #000;
1799
1800
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1801
+ color: #fff;
1800
1802
  height: auto;
1801
1803
  min-height: 48px;
1802
1804
  padding: 16px;
@@ -1796,7 +1796,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1796
1796
 
1797
1797
  .e-pv-annotation-opacity-popup-container,
1798
1798
  .e-pv-annotation-thickness-popup-container {
1799
+ background-color: #000;
1799
1800
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1801
+ color: #fff;
1800
1802
  height: auto;
1801
1803
  min-height: 48px;
1802
1804
  padding: 16px;
@@ -1799,7 +1799,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1799
1799
 
1800
1800
  .e-pv-annotation-opacity-popup-container,
1801
1801
  .e-pv-annotation-thickness-popup-container {
1802
+ background-color: #424242;
1802
1803
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1804
+ color: #fff;
1803
1805
  height: auto;
1804
1806
  min-height: 48px;
1805
1807
  padding: 16px;
@@ -1802,7 +1802,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1802
1802
 
1803
1803
  .e-pv-annotation-opacity-popup-container,
1804
1804
  .e-pv-annotation-thickness-popup-container {
1805
+ background-color: #fff;
1805
1806
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1807
+ color: rgba(0, 0, 0, 0.87);
1806
1808
  height: auto;
1807
1809
  min-height: 48px;
1808
1810
  padding: 16px;
@@ -1798,7 +1798,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1798
1798
 
1799
1799
  .e-pv-annotation-opacity-popup-container,
1800
1800
  .e-pv-annotation-thickness-popup-container {
1801
+ background-color: #2a2a2a;
1801
1802
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
1803
+ color: #f0f0f0;
1802
1804
  height: auto;
1803
1805
  min-height: 48px;
1804
1806
  padding: 23px;
@@ -1804,7 +1804,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1804
1804
 
1805
1805
  .e-pv-annotation-opacity-popup-container,
1806
1806
  .e-pv-annotation-thickness-popup-container {
1807
+ background-color: #fff;
1807
1808
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
1809
+ color: #333;
1808
1810
  height: auto;
1809
1811
  min-height: 48px;
1810
1812
  padding: 23px;
@@ -1721,6 +1721,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1721
1721
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1722
1722
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1723
1723
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1724
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1724
1725
  .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1725
1726
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1726
1727
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
@@ -2010,7 +2011,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2010
2011
 
2011
2012
  .e-pv-annotation-opacity-popup-container,
2012
2013
  .e-pv-annotation-thickness-popup-container {
2014
+ background-color: #fff;
2013
2015
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
2016
+ color: #212529;
2014
2017
  height: auto;
2015
2018
  min-height: 58px;
2016
2019
  padding: 23px;
@@ -1671,6 +1671,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1671
1671
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1672
1672
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1673
1673
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1674
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1674
1675
  .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1675
1676
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1676
1677
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
@@ -1908,7 +1909,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1908
1909
 
1909
1910
  .e-pv-annotation-opacity-popup-container,
1910
1911
  .e-pv-annotation-thickness-popup-container {
1912
+ background-color: #fff;
1911
1913
  box-shadow: 0 3px 8px 0 #31373d;
1914
+ color: #212529;
1912
1915
  height: auto;
1913
1916
  min-height: 48px;
1914
1917
  padding: 16px;
@@ -1671,6 +1671,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1671
1671
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover,
1672
1672
  .e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1673
1673
  .e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1674
+ .e-pv-annotation-toolbar .e-dropdown-btn.e-btn.e-active,
1674
1675
  .e-pv-formdesigner-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus,
1675
1676
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus,
1676
1677
  .e-pv-formdesigner-toolbar .e-dropdown-btn.e-btn:focus .e-caret,
@@ -1908,7 +1909,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1908
1909
 
1909
1910
  .e-pv-annotation-opacity-popup-container,
1910
1911
  .e-pv-annotation-thickness-popup-container {
1912
+ background-color: #fff;
1911
1913
  box-shadow: 0 3px 8px 0 #e9ecef;
1914
+ color: #212529;
1912
1915
  height: auto;
1913
1916
  min-height: 48px;
1914
1917
  padding: 16px;
@@ -1809,7 +1809,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1809
1809
 
1810
1810
  .e-pv-annotation-opacity-popup-container,
1811
1811
  .e-pv-annotation-thickness-popup-container {
1812
+ background-color: #282727;
1812
1813
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1814
+ color: #dadada;
1813
1815
  height: auto;
1814
1816
  min-height: 48px;
1815
1817
  padding: 16px;
@@ -1817,7 +1817,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1817
1817
 
1818
1818
  .e-pv-annotation-opacity-popup-container,
1819
1819
  .e-pv-annotation-thickness-popup-container {
1820
+ background-color: #fff;
1820
1821
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1822
+ color: #333;
1821
1823
  height: auto;
1822
1824
  min-height: 48px;
1823
1825
  padding: 16px;
@@ -1796,7 +1796,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1796
1796
 
1797
1797
  .e-pv-annotation-opacity-popup-container,
1798
1798
  .e-pv-annotation-thickness-popup-container {
1799
+ background-color: #000;
1799
1800
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1801
+ color: #fff;
1800
1802
  height: auto;
1801
1803
  min-height: 48px;
1802
1804
  padding: 16px;
@@ -1796,7 +1796,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1796
1796
 
1797
1797
  .e-pv-annotation-opacity-popup-container,
1798
1798
  .e-pv-annotation-thickness-popup-container {
1799
+ background-color: #000;
1799
1800
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1801
+ color: #fff;
1800
1802
  height: auto;
1801
1803
  min-height: 48px;
1802
1804
  padding: 16px;
@@ -1799,7 +1799,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1799
1799
 
1800
1800
  .e-pv-annotation-opacity-popup-container,
1801
1801
  .e-pv-annotation-thickness-popup-container {
1802
+ background-color: #424242;
1802
1803
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1804
+ color: #fff;
1803
1805
  height: auto;
1804
1806
  min-height: 48px;
1805
1807
  padding: 16px;
@@ -1802,7 +1802,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1802
1802
 
1803
1803
  .e-pv-annotation-opacity-popup-container,
1804
1804
  .e-pv-annotation-thickness-popup-container {
1805
+ background-color: #fff;
1805
1806
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
1807
+ color: rgba(0, 0, 0, 0.87);
1806
1808
  height: auto;
1807
1809
  min-height: 48px;
1808
1810
  padding: 16px;
@@ -1819,7 +1819,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1819
1819
 
1820
1820
  .e-pv-annotation-opacity-popup-container,
1821
1821
  .e-pv-annotation-thickness-popup-container {
1822
+ background-color: #374151;
1822
1823
  box-shadow: 0 3px 8px 0 #4b5563;
1824
+ color: #fff;
1823
1825
  height: auto;
1824
1826
  min-height: 48px;
1825
1827
  padding: 16px;
@@ -1819,7 +1819,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1819
1819
 
1820
1820
  .e-pv-annotation-opacity-popup-container,
1821
1821
  .e-pv-annotation-thickness-popup-container {
1822
+ background-color: #fff;
1822
1823
  box-shadow: 0 3px 8px 0 #f3f4f6;
1824
+ color: #374151;
1823
1825
  height: auto;
1824
1826
  min-height: 48px;
1825
1827
  padding: 16px;
@@ -1819,7 +1819,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1819
1819
 
1820
1820
  .e-pv-annotation-opacity-popup-container,
1821
1821
  .e-pv-annotation-thickness-popup-container {
1822
+ background-color: #374151;
1822
1823
  box-shadow: 0 3px 8px 0 #4b5563;
1824
+ color: #fff;
1823
1825
  height: auto;
1824
1826
  min-height: 48px;
1825
1827
  padding: 16px;
@@ -1819,7 +1819,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1819
1819
 
1820
1820
  .e-pv-annotation-opacity-popup-container,
1821
1821
  .e-pv-annotation-thickness-popup-container {
1822
+ background-color: #fff;
1822
1823
  box-shadow: 0 3px 8px 0 #f3f4f6;
1824
+ color: #374151;
1823
1825
  height: auto;
1824
1826
  min-height: 48px;
1825
1827
  padding: 16px;