@syncfusion/ej2-react-pdfviewer 23.2.7 → 24.1.41

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.
Files changed (38) hide show
  1. package/CHANGELOG.md +62 -116
  2. package/dist/ej2-react-pdfviewer.min.js +1 -1
  3. package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark.css +1 -3308
  6. package/styles/bootstrap.css +1 -3315
  7. package/styles/bootstrap4.css +1 -3645
  8. package/styles/bootstrap5-dark.css +1 -3618
  9. package/styles/bootstrap5.css +1 -3618
  10. package/styles/fabric-dark.css +1 -3316
  11. package/styles/fabric.css +1 -3329
  12. package/styles/fluent-dark.css +1 -3573
  13. package/styles/fluent.css +1 -3573
  14. package/styles/highcontrast-light.css +1 -3306
  15. package/styles/highcontrast.css +1 -3327
  16. package/styles/material-dark.css +1 -3309
  17. package/styles/material.css +1 -3316
  18. package/styles/material3-dark.css +1 -3495
  19. package/styles/material3.css +1 -3551
  20. package/styles/pdfviewer/bootstrap-dark.css +1 -3308
  21. package/styles/pdfviewer/bootstrap.css +1 -3315
  22. package/styles/pdfviewer/bootstrap4.css +1 -3645
  23. package/styles/pdfviewer/bootstrap5-dark.css +1 -3618
  24. package/styles/pdfviewer/bootstrap5.css +1 -3618
  25. package/styles/pdfviewer/fabric-dark.css +1 -3316
  26. package/styles/pdfviewer/fabric.css +1 -3329
  27. package/styles/pdfviewer/fluent-dark.css +1 -3573
  28. package/styles/pdfviewer/fluent.css +1 -3573
  29. package/styles/pdfviewer/highcontrast-light.css +1 -3306
  30. package/styles/pdfviewer/highcontrast.css +1 -3327
  31. package/styles/pdfviewer/material-dark.css +1 -3309
  32. package/styles/pdfviewer/material.css +1 -3316
  33. package/styles/pdfviewer/material3-dark.css +1 -3495
  34. package/styles/pdfviewer/material3.css +1 -3551
  35. package/styles/pdfviewer/tailwind-dark.css +1 -3353
  36. package/styles/pdfviewer/tailwind.css +1 -3354
  37. package/styles/tailwind-dark.css +1 -3353
  38. package/styles/tailwind.css +1 -3354
package/CHANGELOG.md CHANGED
@@ -6,8 +6,23 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I522001` - Now, the `RenderPdfPages` request is not triggered twice when the `zoomMode` is set during the initial loading.
10
+ - `#I526468` - Now, the position of the free text annotations does not shift when double-clicking the annotation in the provided document.
11
+ - `#I525845` - Now, the read-only radio buttons are properly preserved in the saved document.
12
+
13
+ #### New Features
14
+
15
+ - Introduced support for adding multiple new items within the built-in toolbar, offering users the ability to customize and expand their toolbar options.
16
+ - Introduced keyboard-based navigation features to improve the user experience, allowing individuals to navigate the PDF Viewer with greater efficiency.
17
+
18
+ ## 23.2.7 (2023-12-05)
19
+
20
+ ### PDF Viewer
21
+
22
+ #### Bug Fixes
23
+
9
24
  - `#I526059` - Now, the export Annotations is working in the presence of subject property in `annotationSettings`.
10
- - `#I525692` - Now, the stretch fit mode has been appropriately implemented for the signature image content within the signature and initial field.
25
+ - `#I525692` - Now, the stretch fit mode has been appropriately implemented for the signature image content within the signature and initial field.
11
26
 
12
27
  ## 23.2.6 (2023-11-29)
13
28
 
@@ -17,9 +32,8 @@
17
32
 
18
33
  - `#I518113` - Now, the provided document is properly loaded and scrolls without getting stuck or freezing.
19
34
  - `#I517738` - Now, the text selection is working properly while selecting the text from left to right.
20
- - `#I510393` - Now, the script error has been resolved while loading a provided PDF document.
21
35
  - `#I521831` - Now, The script error is resolved when the read only property of the form fields were updated as true.
22
- - `#I517119` - now, the Search does not highlights the wrong area after zoom in standalone PDF Viewer.
36
+ - `#I510393` - Now, the script error has been resolved while loading a provided PDF document.
23
37
  - `#I521824` - now, when the read-only radio button is clicked, the undo button does not get automatically enabled.
24
38
 
25
39
  ## 23.2.5 (2023-11-23)
@@ -85,17 +99,21 @@
85
99
  #### Bug Fixes
86
100
 
87
101
  - `#I503904` - Now, the missing properties have been included in the form field collections.
88
- - `#I506233` - Now, the dropdown list does not open when selecting the dropdown field in designer mode.
102
+ - `#I506233` - Now, the dropdown list does not open when selecting the dropdown field in designer mode.
89
103
  - `#F184471` - Newline characters are now correctly retained in the saved document when saving a document with numerous free text annotations.
90
104
  - `#I505498` - Now, the thumbnail highlighting functions correctly when scrolling and viewing rotated pages.
91
105
  - `#I507503` - Now, clicking again the same bookmark after scrolling ,the bookmark is navigated correctly.
92
106
  - `#I504089` - Now, the search is working when the Enter key is pressed continuously in the Public API.
93
- - `#I501644` - Now, the stackoverflow exception is not occurred while loading the 6000 bookmarks document.
107
+ - `#I501644` - Now, the Stack Overflow exception is not occurred while loading the 6000 bookmarks document.
94
108
 
95
109
  ## 23.1.40 (2023-10-10)
96
110
 
97
111
  ### PDF Viewer
98
112
 
113
+ #### New Features
114
+
115
+ - `#I497356`,`#I505447`,`#I506487` - Now, users can set the resource URL for assets or the public directory. The Stand-alone PDF Viewer will load its custom resources from this URL.
116
+
99
117
  #### Bug Fixes
100
118
 
101
119
  - `#I506873` - Now, the `AnnotationMove` and `AnnotationResize` events are triggered for the respective actions of the annotations.
@@ -106,10 +124,6 @@
106
124
 
107
125
  ### PDF Viewer
108
126
 
109
- #### New Features
110
-
111
- - `#I497356`,`#I505447`,`#I506487` - Now, users can set the resource URL for assets or the public directory. The standalone PDF Viewer will load its custom resources from this URL.
112
-
113
127
  #### Bug Fixes
114
128
 
115
129
  - `#I497739` - Now, the comment panel close and more buttons are properly displayed in mobile mode.
@@ -126,7 +140,7 @@
126
140
 
127
141
  - `#I498978` - Now, the tooltip will not be displayed when no value is provided for the tooltip on radio buttons and checkboxes fields.
128
142
  - `#I498981` - Now, the tooltip is not visible after deleting the tooltip value for the dropdown field.
129
- - `#I494968` - Now, the annotation toolbar opens properly in mobile mode when 'isAnnotationToolbarOpen' is set to TRUE.
143
+ - `#I494968` - Now, the annotation toolbar opens properly in mobile mode when `isAnnotationToolbarOpen` is set to TRUE.
130
144
  - `#I495804` - Now, the loading indicator is enabled while the document is being zoomed.
131
145
  - `#I497662` - Now, the close button in the comment panel is properly hidden when switching from mobile mode to desktop mode.
132
146
  - `#I497663` - Now, the annotation toolbar shows properly if the comment panel is opened while enabling desktop mode on a mobile device.
@@ -136,7 +150,7 @@
136
150
  - `#I496823` - Now, the form field hover does not disappears after adding many form fields.
137
151
  - `#I497857` - Now, the cursor position is updated properly when clicking the content in the text box field.
138
152
  - `#I496823` - Now, it is possible to resize the form fields if placed at the edge of the page.
139
- - `#I498980` - Now, if the value of the radio button is null, then the name of the radio button is automatically assigned to the value.
153
+ - `#I498980` - Now, if the value of the radio button is null, then the name of the radio button is automatically assigned to the value.
140
154
  - `#I502251` - Now, the content of the annotation comment is properly exported in the exported object.
141
155
 
142
156
  ## 23.1.36 (2023-09-15)
@@ -174,10 +188,10 @@
174
188
 
175
189
  #### Bug Fixes
176
190
 
177
- - `#I489048` - Now, the Unload API is properly called for the respective components when we use multiple components on a page.
191
+ - `#I489048` - Now, the Unload API is properly called for the respective components when we use multiple components on a page.
178
192
  - `#I489448` - Now, it is possible to add form fields after a few pages with edited properties.
179
193
  - `#I490199` - Now, the touch-based page scrolling is works as expected on simulated iOS/iPad devices.
180
- - The issue with server side rendering in next.js has been resolved.
194
+ - The issue with server side rendering in `Next.js` has been resolved.
181
195
 
182
196
  ## 22.2.9 (2023-08-15)
183
197
 
@@ -791,7 +805,7 @@
791
805
  - `#I403614` - Now, the annotation signature key not found error is resolved in the customer document.
792
806
  - `#I403632` - Now, custom stamp position is not wrong on mobile device.
793
807
  - `#I404420` - Now, Selection of the closely placed Signature Field is improved in Mobile devices.
794
- - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
808
+ - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
795
809
  - `#I397357` - Now, Radio button values update properly.
796
810
  - `#I401805` - Now, Form fields updates the proper value on download.
797
811
  - `#I382837` - Now, the interaction on a checkbox in the mobile device is working fine.
@@ -800,7 +814,7 @@
800
814
  - `#I403614` - Now, the annotation signature key not found error is resolved in the customer document.
801
815
  - `#I403632` - Now, the custom stamp position is not wrong on the mobile device.
802
816
  - `#I404420` - Now, the Selection of the closely placed Signature Field is improved in Mobile devices.
803
- - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
817
+ - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
804
818
  - `#I176922` - Now, comments are not duplicated if a shape annotation is added inside an annotation.
805
819
  - `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in change the width and height and in the read-only mode of the document that was downloaded.
806
820
  - `#I398911` - Provided support for suppressing the Digital signature without affecting the download of the same.
@@ -1248,6 +1262,7 @@
1248
1262
  `#I360035`- The Script error will no longer be thrown while using the editAnnotation method in mobile mode.
1249
1263
  `#I358584`- Stamps are saved properly in the rotated PDF document.
1250
1264
 
1265
+
1251
1266
  ## 19.4.42 (2022-01-11)
1252
1267
 
1253
1268
  ### PDF Viewer
@@ -1393,31 +1408,6 @@
1393
1408
 
1394
1409
  #### Bug Fixes
1395
1410
 
1396
- - `#I328989` - Now, the clear and create button in the signature panel is enabled only on drawing the signature.
1397
- - `#I328499` - Now, the stamp annotations are downloaded correctly in the PDF document.
1398
-
1399
- ## 19.1.66 (2021-06-01)
1400
-
1401
- ### PDF Viewer
1402
-
1403
- #### Bug Fixes
1404
-
1405
- - `#I328030` - The dynamic stamp annotation size is maintained properly while importing and exporting the stamp annotation in XFDF format.
1406
-
1407
- ## 19.1.65 (2021-05-25)
1408
-
1409
- ### PDF Viewer
1410
-
1411
- #### New Features
1412
-
1413
- - `#I326021` - hyperlinkClick event must be handled to cancel the navigation or change the URL.
1414
-
1415
- ## 19.1.64 (2021-05-19)
1416
-
1417
- ### PDF Viewer
1418
-
1419
- #### Bug Fixes
1420
-
1421
1411
  - `#I325096` - The Script error will no longer be thrown if we add form fields value by code behind.
1422
1412
  - `#I326083` - Now, the signature is appeared inside of the Signature Field in the PDF Viewer.
1423
1413
  - `#I326054` - The Script error will no longer be thrown while clicking the provided document hyperlink content.
@@ -1653,24 +1643,6 @@
1653
1643
 
1654
1644
  #### New Features
1655
1645
 
1656
- - `#I235592` - Provided the support for setting the lower zoomfactor value to the PDF Viewer control.
1657
- - `#I259521` - Provided the support for importing the form fields data from JSON object.
1658
- - `#I261558` - Provided the support for customizing the distance measurement annotation leader length property.
1659
- - `#I256687` - Provided the support for setting the custom data for annotation objects.
1660
- - `#I252340` - Provided the support for setting the minimum or maximum size and isLock properties at individual annotation level.
1661
- - `#I262008` - Exposed the event for notifying annotation mouse over action.
1662
- - `#F149148` - Provided the binding support for the enableFormFields property.
1663
-
1664
- #### Bug Fixes
1665
-
1666
- - `#I262525` – The render PDF pages method triggers properly for the provided PDF document.
1667
- - `#I262692` - The text markup resizer position is now updated properly for the provided document.
1668
- - `#I262692` - The text content bounds are now rendered properly for the provided document.
1669
-
1670
- ### PDF Viewer
1671
-
1672
- #### New Features
1673
-
1674
1646
  - `#I258769` - Provided the option to suppress the error dialog in PDF Viewer.
1675
1647
  - `#I261269` - Provided the support to allow credential for XMLHttpRequest in PDF Viewer.
1676
1648
 
@@ -1960,9 +1932,9 @@
1960
1932
 
1961
1933
  - The following API is renamed.
1962
1934
 
1963
- | Existing API name| New API Name |
1964
- |------|-------------|
1965
- | toolbarItem| toolbarItems|
1935
+ | Existing API name | New API Name |
1936
+ |---|---|
1937
+ | toolbarItem | toolbarItems |
1966
1938
 
1967
1939
  #### New Features
1968
1940
 
@@ -2039,19 +2011,19 @@
2039
2011
 
2040
2012
  - The following event arguments are renamed.
2041
2013
 
2042
- | Existing Event Arguments Name| New Event Arguments Name |
2043
- |------|-------------|
2044
- |IUnloadEventArgs|UnloadEventArgs|
2045
- |ILoadEventArgs|LoadEventArgs|
2046
- |ILoadFailedEventArgs|LoadFailedEventArgs|
2047
- |IAjaxRequestFailureEventArgs|AjaxRequestFailureEventArgs|
2048
- |IPageChangeEventArgs|PageChangeEventArgs|
2049
- |IPageClickEventArgs|PageClickEventArgs|
2050
- |IZoomChangeEventArgs|ZoomChangeEventArgs|
2051
- |IHyperlinkClickEventArgs |HyperlinkClickEventArgs |
2052
- |IAnnotationAddEventArgs|AnnotationAddEventArgs|
2053
- |IAnnotationRemoveEventArgs|AnnotationRemoveEventArgs|
2054
- |IAnnotationPropertiesChangeEventArgs|AnnotationPropertiesChangeEventArgs|
2014
+ | Existing Event Arguments Name | New Event Arguments Name |
2015
+ |---|---|
2016
+ | IUnloadEventArgs | UnloadEventArgs |
2017
+ | ILoadEventArgs | LoadEventArgs |
2018
+ | ILoadFailedEventArgs | LoadFailedEventArgs |
2019
+ | IAjaxRequestFailureEventArgs | AjaxRequestFailureEventArgs |
2020
+ | IPageChangeEventArgs | PageChangeEventArgs |
2021
+ | IPageClickEventArgs | PageClickEventArgs |
2022
+ | IZoomChangeEventArgs | ZoomChangeEventArgs |
2023
+ | IHyperlinkClickEventArgs | HyperlinkClickEventArgs |
2024
+ | IAnnotationAddEventArgs | AnnotationAddEventArgs |
2025
+ | IAnnotationRemoveEventArgs | AnnotationRemoveEventArgs |
2026
+ | IAnnotationPropertiesChangeEventArgs | AnnotationPropertiesChangeEventArgs |
2055
2027
 
2056
2028
  #### New Features
2057
2029
 
@@ -2079,19 +2051,19 @@
2079
2051
 
2080
2052
  - The following event arguments are renamed.
2081
2053
 
2082
- | Existing Event Arguments Name| New Event Arguments Name |
2083
- |------|-------------|
2084
- |IUnloadEventArgs|UnloadEventArgs|
2085
- |ILoadEventArgs|LoadEventArgs|
2086
- |ILoadFailedEventArgs|LoadFailedEventArgs|
2087
- |IAjaxRequestFailureEventArgs|AjaxRequestFailureEventArgs|
2088
- |IPageChangeEventArgs|PageChangeEventArgs|
2089
- |IPageClickEventArgs|PageClickEventArgs|
2090
- |IZoomChangeEventArgs|ZoomChangeEventArgs|
2091
- |IHyperlinkClickEventArgs |HyperlinkClickEventArgs |
2092
- |IAnnotationAddEventArgs|AnnotationAddEventArgs|
2093
- |IAnnotationRemoveEventArgs|AnnotationRemoveEventArgs|
2094
- |IAnnotationPropertiesChangeEventArgs|AnnotationPropertiesChangeEventArgs|
2054
+ | Existing Event Arguments Name | New Event Arguments Name |
2055
+ |---|---|
2056
+ | IUnloadEventArgs | UnloadEventArgs |
2057
+ | ILoadEventArgs | LoadEventArgs |
2058
+ | ILoadFailedEventArgs | LoadFailedEventArgs |
2059
+ | IAjaxRequestFailureEventArgs | AjaxRequestFailureEventArgs |
2060
+ | IPageChangeEventArgs | PageChangeEventArgs |
2061
+ | IPageClickEventArgs | PageClickEventArgs |
2062
+ | IZoomChangeEventArgs | ZoomChangeEventArgs |
2063
+ | IHyperlinkClickEventArgs | HyperlinkClickEventArgs |
2064
+ | IAnnotationAddEventArgs | AnnotationAddEventArgs |
2065
+ | IAnnotationRemoveEventArgs | AnnotationRemoveEventArgs |
2066
+ | IAnnotationPropertiesChangeEventArgs | AnnotationPropertiesChangeEventArgs |
2095
2067
 
2096
2068
  #### New Features
2097
2069
 
@@ -2182,35 +2154,6 @@
2182
2154
 
2183
2155
  ### PDF Viewer
2184
2156
 
2185
- #### Bug Fixes
2186
-
2187
- - The PDF document is now rendered properly while using the PDF Viewer inside the Tab control.
2188
- - The font size is missing warning will no longer be thrown from styles in the PDF Viewer.
2189
-
2190
- ## 17.1.38 (2019-03-29)
2191
-
2192
- ### PDF Viewer
2193
-
2194
- #### New Features
2195
-
2196
- - Text Markup annotation support has been provided to PDF Viewer.
2197
- - Mobile view responsiveness support has been provided.
2198
- - Right-to-left support has been provided.
2199
- - Accessibility support has been provided to PDF Viewer.
2200
-
2201
- #### Bug Fixes
2202
-
2203
- - The issue “Added PDF document cache element did not maintain properly” has been fixed.
2204
- - The issue “PdfRenderer object is not disposing properly in EJ2 PDF Viewer library” has been fixed.
2205
- - The issue “PDF Viewer clears all the session storage” has been fixed.
2206
- - Resolved the script error while accessing invalid link annotation destination.
2207
- - Resolved Single Page Document Rendering issue.
2208
- - Document Load event not triggered for lower zoom value issue has been fixed.
2209
-
2210
- ## 17.1.32-beta (2019-03-13)
2211
-
2212
- ### PDF Viewer
2213
-
2214
2157
  #### New Features
2215
2158
 
2216
2159
  - Text Markup annotation support has been provided to PDF Viewer.
@@ -2279,6 +2222,7 @@
2279
2222
 
2280
2223
  The PDF Viewer component enables you to view and print the PDF files.
2281
2224
 
2225
+
2282
2226
  - Both normal and PDF files protected with AES and RC4 encryption can be opened and displayed.
2283
2227
  - Core interactions are included: scrolling, zooming, panning, and page navigation.
2284
2228
  - Built-in toolbar.
@@ -2287,3 +2231,5 @@ The PDF Viewer component enables you to view and print the PDF files.
2287
2231
  - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and a table of contents.
2288
2232
  - Two view modes are included: fit-to-page and fit-to-width.
2289
2233
  - An entire document or a specific page can be printed directly from the browser.
2234
+
2235
+
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 23.2.7
3
+ * version : 24.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 23.2.7
3
+ * version : 24.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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@23.2.5",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@22.16.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-rS9i2q/ZCyEDNgc8GdTQWKMAJZh2cs2ZN2NA5GjxGA4qjFqTtdsGcLMtzA1WvkV8WgvTYdqh+RWl/HKDRufkyA==",
5
+ "_integrity": "sha512-w9UwKY1OPLzqpOnXpxfDAow/BtwHHt4PCJqAhLb0it50iZ8cK8VB0DQmTPlT3/faqdywsnN4n4NpX1sjLycSiA==",
6
6
  "_location": "/@syncfusion/ej2-react-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-23.2.5.tgz",
23
- "_shasum": "4b5056c7b6acf434c0b6274cefc94a0c299af12e",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-22.16.35.tgz",
23
+ "_shasum": "a14f780e85d36e70df66ce002b0bb751a2a249ae",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.2.6",
35
- "@syncfusion/ej2-pdfviewer": "23.2.7",
36
- "@syncfusion/ej2-react-base": "~23.2.5"
34
+ "@syncfusion/ej2-base": "~24.1.41",
35
+ "@syncfusion/ej2-pdfviewer": "24.1.41",
36
+ "@syncfusion/ej2-react-base": "~24.1.41"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 PDF viewer Component for React",
@@ -54,6 +54,6 @@
54
54
  "type": "git",
55
55
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
56
  },
57
- "version": "23.2.7",
57
+ "version": "24.1.41",
58
58
  "sideEffects": false
59
59
  }