@syncfusion/ej2-react-documenteditor 20.3.60 → 20.4.38

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 (50) hide show
  1. package/CHANGELOG.md +144 -234
  2. package/diConfig.json +2 -1
  3. package/dist/ej2-react-documenteditor.min.js +1 -1
  4. package/dist/ej2-react-documenteditor.umd.min.js +1 -1
  5. package/package.json +8 -8
  6. package/styles/bootstrap-dark.css +126 -0
  7. package/styles/bootstrap.css +126 -0
  8. package/styles/bootstrap4.css +126 -0
  9. package/styles/bootstrap5-dark.css +126 -0
  10. package/styles/bootstrap5.css +126 -0
  11. package/styles/document-editor/bootstrap-dark.css +61 -0
  12. package/styles/document-editor/bootstrap.css +61 -0
  13. package/styles/document-editor/bootstrap4.css +61 -0
  14. package/styles/document-editor/bootstrap5-dark.css +61 -0
  15. package/styles/document-editor/bootstrap5.css +61 -0
  16. package/styles/document-editor/fabric-dark.css +61 -0
  17. package/styles/document-editor/fabric.css +61 -0
  18. package/styles/document-editor/fluent-dark.css +61 -0
  19. package/styles/document-editor/fluent.css +61 -0
  20. package/styles/document-editor/highcontrast-light.css +47 -0
  21. package/styles/document-editor/highcontrast.css +61 -0
  22. package/styles/document-editor/material-dark.css +61 -0
  23. package/styles/document-editor/material.css +61 -0
  24. package/styles/document-editor/tailwind-dark.css +61 -0
  25. package/styles/document-editor/tailwind.css +61 -0
  26. package/styles/document-editor-container/bootstrap-dark.css +65 -0
  27. package/styles/document-editor-container/bootstrap.css +65 -0
  28. package/styles/document-editor-container/bootstrap4.css +65 -0
  29. package/styles/document-editor-container/bootstrap5-dark.css +65 -0
  30. package/styles/document-editor-container/bootstrap5.css +65 -0
  31. package/styles/document-editor-container/fabric-dark.css +66 -0
  32. package/styles/document-editor-container/fabric.css +66 -0
  33. package/styles/document-editor-container/fluent-dark.css +65 -0
  34. package/styles/document-editor-container/fluent.css +65 -0
  35. package/styles/document-editor-container/highcontrast-light.css +65 -0
  36. package/styles/document-editor-container/highcontrast.css +65 -0
  37. package/styles/document-editor-container/material-dark.css +65 -0
  38. package/styles/document-editor-container/material.css +65 -0
  39. package/styles/document-editor-container/tailwind-dark.css +65 -0
  40. package/styles/document-editor-container/tailwind.css +65 -0
  41. package/styles/fabric-dark.css +127 -0
  42. package/styles/fabric.css +127 -0
  43. package/styles/fluent-dark.css +126 -0
  44. package/styles/fluent.css +126 -0
  45. package/styles/highcontrast-light.css +112 -0
  46. package/styles/highcontrast.css +126 -0
  47. package/styles/material-dark.css +126 -0
  48. package/styles/material.css +126 -0
  49. package/styles/tailwind-dark.css +126 -0
  50. package/styles/tailwind.css +126 -0
package/CHANGELOG.md CHANGED
@@ -6,100 +6,6 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I418719` - Resolved the issue with removing bookmark element.
10
- - `#I420043` - Table of content (TOC) is now updated properly.
11
-
12
- ## 20.3.59 (2022-11-29)
13
-
14
- ### Document Editor
15
-
16
- #### Bug Fixes
17
-
18
- - `#I417535` - The page number is not updated properly while inserting TOC.
19
- - `#I418000` , `#F178993` - Resolved the tab character width issue.
20
-
21
- ## 20.3.58 (2022-11-22)
22
-
23
- ### Document Editor
24
-
25
- #### Bug Fixes
26
-
27
- - `#I417708` - Comment with multiple paragraph is now exported properly.
28
- - `#I414849` - Textbox with no outline is now exported properly.
29
- - `#I419171` - Resolved the script error while discarding the unposted comment.
30
- - `#I417911` - Resolved the consecutive symbol selection issue while selecting text with white spaces.
31
- - `#I418127` - Image width and height is now resized to fit inside the page width.
32
- - `#I417899` - Table borders are now removed when border style set as none.
33
- - `#I417257` - Ordinal number format is now preserved properly in exported word document.
34
- - `#F178501` - Resolved document corruption issue due to insert revision not serialized properly.
35
-
36
- ## 20.3.57 (2022-11-15)
37
-
38
- ### Document Editor
39
-
40
- #### Bug Fixes
41
-
42
- - `#I415922` - Resolved the browser hanging issue while opening the document.
43
- - `#I415359` - Resolved the table layouting issue while resizing the table.
44
- - `#I414775` - Resolved the layouting issue while inserting page break.
45
- - `#I414224` - Table resizing is now working properly in header/footer.
46
- - `#I413303`, `#I417629` - Resolved the script error while opening the word document.
47
- - `#I413477` - Resolved the script error while deleting text with comment.
48
- - `#F178063` - Scrolling on bookmark navigation is now working similar to Microsoft Word.
49
-
50
- ## 20.3.56 (2022-11-08)
51
-
52
- ### Document Editor
53
-
54
- #### Bug Fixes
55
-
56
- - `#FB37929` - Resolved the exception while exporting the document with duplicate character style.
57
- - `#I412146` - Resolved the script error while opening the document.
58
- - `#I408099` - Resolved the list numbering issue.
59
- - `#I412284` - Table border is now rendering properly.
60
- - `#I413316` - Resolved the script error while deleting content of few pages.
61
- - `#I414066` - Resolved the script error while modifying locale key.
62
- - `#I412817` - Formatting is now applied properly in track changes protection mode.
63
- - `#I413284` - Strike through is now properly skipped for trailing space characters like Microsoft Word.
64
- - `#I412529` - Resolved the script error while opening html document with nested list.
65
-
66
- #### New Features
67
-
68
- - `#I297837`, `#I336116`, `#I342219`, `#I346980`, `#F164814`, `#F168911` - Improved the display of the RTL text in a bi-directional layout.
69
-
70
- ## 20.3.52 (2022-10-26)
71
-
72
- ### Document Editor
73
-
74
- #### Bug Fixes
75
-
76
- - `#I410179` - Cell background color is now rendering properly.
77
- - `#I411016` - List numbering is now rendered properly.
78
- - `#I411008` - Paragraph border is now rendering properly.
79
- - `#FB37770` - Resolved the script error while printing the document.
80
- - `#I409887` - Replacing text with bookmark is now working properly.
81
-
82
- ## 20.3.50 (2022-10-18)
83
-
84
- ### Document Editor
85
-
86
- #### Bug Fixes
87
-
88
- - `#I410296` - Tooltip for the show/hide properties button is now updated properly.
89
- - `#I407021` - Table properties are now reverted properly on undo/redo.
90
- - `#I408686` - Comments pane is now switching properly while adding comment.
91
- - `#I409821` - Resolved the next paragraph deletion issue while switching paste option.
92
- - `#I408431` - Resolved the script error while opening the document with track changes.
93
- - `#I409991` - Resolved the table layouting issue.
94
- - `#I407092` - Resolved the paragraph border rendering issue.
95
- - `#I410940` - Resolved the script error while merging cells in header/footer.
96
-
97
- ## 20.3.49 (2022-10-11)
98
-
99
- ### Document Editor
100
-
101
- #### Bug Fixes
102
-
103
9
  - `#I401609` - Resolved the curly braces preservation in RTL paragraph
104
10
  - `#I400473` - Resolved the paragraph mark selection issue on shift + page up.
105
11
  - `#I405251` - Resolved the script error while opening the document with duplicate style name.
@@ -1178,6 +1084,7 @@
1178
1084
  `#I323215` - Table is now layout properly after row delete.
1179
1085
  `#I322560` - Page content duplication issue is resolved.
1180
1086
 
1087
+
1181
1088
  #### New Features
1182
1089
 
1183
1090
  - `#I324911` - Provided support for inserting non-breaking space character on Ctrl + Shift + Space key combination.
@@ -1298,7 +1205,7 @@
1298
1205
  - `#313943` - Tab character is now layout properly.
1299
1206
  - `#313821` - Fixed layouting issue in table with preferred width type as auto.
1300
1207
  - `#318786` - Resolved the document with footnote opening issue.
1301
- Table column width is now updated properly.
1208
+ - Table column width is now updated properly.
1302
1209
 
1303
1210
  ## 19.1.54 (2021-03-30)
1304
1211
 
@@ -2112,52 +2019,52 @@ Table column width is now updated properly.
2112
2019
  - Default value of `enableLocalPaste` is set to false. So, by default, the content will be pasted from the system clipboard.
2113
2020
  - Some locale properties are renamed as below
2114
2021
 
2115
- |Previous|Now|
2116
- |----|----|
2117
- |Linked(Paragraph and Character)|Linked Style|
2118
- |Don't add space between the paragraphs of the same styles|Contextual Spacing|
2119
- |The password don't match|Password Mismatch|
2120
- |Exceptions (optional)|Exceptions Optional|
2121
- |Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User|
2122
- |Yes, Start Enforcing Protection|Enforcing Protection|
2123
- |This document is protected from unintentional editing. You may edit in this region.|Protected Document|
2124
- |You may format text only with certain styles.|You may format text only with certain styles|
2125
- |Type your comment hear|Type your comment here|
2126
- |Added comments not posted. If you continue, that comment will be discarded.|Discard Comment|
2127
- |Header & Footer|Header And Footer|
2128
- |Different header and footer for odd and even pages.|Different header and footer for odd and even pages|
2129
- |Different Odd & Even Pages|Different Odd And Even Pages|
2130
- |Different header and footer for first page.|Different header and footer for first page|
2131
- |Distance from top of the page to top of the header|Distance from top of the page to top of the header|
2132
- |Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer|
2133
- |Insert / Delete|Insert Or Delete|
2134
- |Number of heading or outline levels to be shown in table of contents.|Number of heading or outline levels to be shown in table of contents|
2135
- |Show page numbers in table of contents.|Show page numbers in table of contents|
2136
- |Right align page numbers in table of contents.|Right align page numbers in table of contents|
2137
- |Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers|
2138
- |Bold (Ctrl+B)|Bold Tooltip|
2139
- |Italic (Ctrl+I)|Italic Tooltip|
2140
- |Underline (Ctrl+U)|Underline Tooltip|
2141
- |Superscript (Ctrl+Shift++)|Superscript Tooltip|
2142
- |Subscript (Ctrl+=)|Subscript Tooltip|
2143
- |Align left (Ctrl+L)|Align left Tooltip|
2144
- |Center (Ctrl+E)|Center Tooltip|
2145
- |Align right (Ctrl+R)|Align right Tooltip|
2146
- |Justify (Ctrl+J)|Justify Tooltip|
2147
- |Create a new document.|Create a new document|
2148
- |Open a document.|Open a document|
2149
- |Undo the last operation (Ctrl+Z).|Undo Tooltip|
2150
- |Redo the last operation (Ctrl+Y).|Redo Tooltip|
2151
- |Insert inline picture from a file.|Insert inline picture from a file|
2152
- |Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink|
2153
- |Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document|
2154
- |Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents|
2155
- |Add or edit the header.|Add or edit the header|
2156
- |Add or edit the footer.|Add or edit the footer|
2157
- |Open the page setup dialog.|Open the page setup dialog|
2158
- |Add page numbers.|Add page numbers|
2159
- |Find text in the document (Ctrl+F).|Find Text|
2160
- |The current page number in the document. Click or tap to navigate specific page.|Current Page Number|
2022
+ | Previous | Now |
2023
+ |---|---|
2024
+ | Linked(Paragraph and Character) | Linked Style |
2025
+ | Don't add space between the paragraphs of the same styles | Contextual Spacing |
2026
+ | The password don't match | Password Mismatch |
2027
+ | Exceptions (optional) | Exceptions Optional |
2028
+ | Select parts of the document and choose users who are allowed to freely edit them. | Select Part Of Document And User |
2029
+ | Yes, Start Enforcing Protection | Enforcing Protection |
2030
+ | This document is protected from unintentional editing. You may edit in this region. | Protected Document |
2031
+ | You may format text only with certain styles. | You may format text only with certain styles |
2032
+ | Type your comment hear | Type your comment here |
2033
+ | Added comments not posted. If you continue, that comment will be discarded. | Discard Comment |
2034
+ | Header & Footer | Header And Footer |
2035
+ | Different header and footer for odd and even pages. | Different header and footer for odd and even pages |
2036
+ | Different Odd & Even Pages | Different Odd And Even Pages |
2037
+ | Different header and footer for first page. | Different header and footer for first page |
2038
+ | Distance from top of the page to top of the header | Distance from top of the page to top of the header |
2039
+ | Distance from bottom of the page to bottom of the footer. | Distance from bottom of the page to bottom of the footer |
2040
+ | Insert / Delete | Insert Or Delete |
2041
+ | Number of heading or outline levels to be shown in table of contents. | Number of heading or outline levels to be shown in table of contents |
2042
+ | Show page numbers in table of contents. | Show page numbers in table of contents |
2043
+ | Right align page numbers in table of contents. | Right align page numbers in table of contents |
2044
+ | Use hyperlinks instead of page numbers. | Use hyperlinks instead of page numbers |
2045
+ | Bold (Ctrl+B) | Bold Tooltip |
2046
+ | Italic (Ctrl+I) | Italic Tooltip |
2047
+ | Underline (Ctrl+U) | Underline Tooltip |
2048
+ | Superscript (Ctrl+Shift++) | Superscript Tooltip |
2049
+ | Subscript (Ctrl+=) | Subscript Tooltip |
2050
+ | Align left (Ctrl+L) | Align left Tooltip |
2051
+ | Center (Ctrl+E) | Center Tooltip |
2052
+ | Align right (Ctrl+R) | Align right Tooltip |
2053
+ | Justify (Ctrl+J) | Justify Tooltip |
2054
+ | Create a new document. | Create a new document |
2055
+ | Open a document. | Open a document |
2056
+ | Undo the last operation (Ctrl+Z). | Undo Tooltip |
2057
+ | Redo the last operation (Ctrl+Y). | Redo Tooltip |
2058
+ | Insert inline picture from a file. | Insert inline picture from a file |
2059
+ | Create a link in your document for quick access to web pages and files (Ctrl+K). | Create Hyperlink |
2060
+ | Insert a bookmark in a specific place in this document. | Insert a bookmark in a specific place in this document |
2061
+ | Provide an overview of your document by adding a table of contents. | Provide an overview of your document by adding a table of contents |
2062
+ | Add or edit the header. | Add or edit the header |
2063
+ | Add or edit the footer. | Add or edit the footer |
2064
+ | Open the page setup dialog. | Open the page setup dialog |
2065
+ | Add page numbers. | Add page numbers |
2066
+ | Find text in the document (Ctrl+F). | Find Text |
2067
+ | The current page number in the document. Click or tap to navigate specific page. | Current Page Number |
2161
2068
 
2162
2069
  #### New Features
2163
2070
 
@@ -2243,52 +2150,52 @@ Table column width is now updated properly.
2243
2150
  - Default value of `enableLocalPaste` is set to false. So, by default, the content will be pasted from the system clipboard.
2244
2151
  - Some locale properties are renamed as below
2245
2152
 
2246
- |Previous|Now|
2247
- |----|----|
2248
- |Linked(Paragraph and Character)|Linked Style|
2249
- |Don't add space between the paragraphs of the same styles|Contextual Spacing|
2250
- |The password don't match|Password Mismatch|
2251
- |Exceptions (optional)|Exceptions Optional|
2252
- |Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User|
2253
- |Yes, Start Enforcing Protection|Enforcing Protection|
2254
- |This document is protected from unintentional editing. You may edit in this region.|Protected Document|
2255
- |You may format text only with certain styles.|You may format text only with certain styles|
2256
- |Type your comment hear|Type your comment here|
2257
- |Added comments not posted. If you continue, that comment will be discarded.|Discard Comment|
2258
- |Header & Footer|Header And Footer|
2259
- |Different header and footer for odd and even pages.|Different header and footer for odd and even pages|
2260
- |Different Odd & Even Pages|Different Odd And Even Pages|
2261
- |Different header and footer for first page.|Different header and footer for first page|
2262
- |Distance from top of the page to top of the header|Distance from top of the page to top of the header|
2263
- |Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer|
2264
- |Insert / Delete|Insert Or Delete|
2265
- |Number of heading or outline levels to be shown in table of contents.|Number of heading or outline levels to be shown in table of contents|
2266
- |Show page numbers in table of contents.|Show page numbers in table of contents|
2267
- |Right align page numbers in table of contents.|Right align page numbers in table of contents|
2268
- |Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers|
2269
- |Bold (Ctrl+B)|Bold Tooltip|
2270
- |Italic (Ctrl+I)|Italic Tooltip|
2271
- |Underline (Ctrl+U)|Underline Tooltip|
2272
- |Superscript (Ctrl+Shift++)|Superscript Tooltip|
2273
- |Subscript (Ctrl+=)|Subscript Tooltip|
2274
- |Align left (Ctrl+L)|Align left Tooltip|
2275
- |Center (Ctrl+E)|Center Tooltip|
2276
- |Align right (Ctrl+R)|Align right Tooltip|
2277
- |Justify (Ctrl+J)|Justify Tooltip|
2278
- |Create a new document.|Create a new document|
2279
- |Open a document.|Open a document|
2280
- |Undo the last operation (Ctrl+Z).|Undo Tooltip|
2281
- |Redo the last operation (Ctrl+Y).|Redo Tooltip|
2282
- |Insert inline picture from a file.|Insert inline picture from a file|
2283
- |Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink|
2284
- |Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document|
2285
- |Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents|
2286
- |Add or edit the header.|Add or edit the header|
2287
- |Add or edit the footer.|Add or edit the footer|
2288
- |Open the page setup dialog.|Open the page setup dialog|
2289
- |Add page numbers.|Add page numbers|
2290
- |Find text in the document (Ctrl+F).|Find Text|
2291
- |The current page number in the document. Click or tap to navigate specific page.|Current Page Number|
2153
+ | Previous | Now |
2154
+ |---|---|
2155
+ | Linked(Paragraph and Character) | Linked Style |
2156
+ | Don't add space between the paragraphs of the same styles | Contextual Spacing |
2157
+ | The password don't match | Password Mismatch |
2158
+ | Exceptions (optional) | Exceptions Optional |
2159
+ | Select parts of the document and choose users who are allowed to freely edit them. | Select Part Of Document And User |
2160
+ | Yes, Start Enforcing Protection | Enforcing Protection |
2161
+ | This document is protected from unintentional editing. You may edit in this region. | Protected Document |
2162
+ | You may format text only with certain styles. | You may format text only with certain styles |
2163
+ | Type your comment hear | Type your comment here |
2164
+ | Added comments not posted. If you continue, that comment will be discarded. | Discard Comment |
2165
+ | Header & Footer | Header And Footer |
2166
+ | Different header and footer for odd and even pages. | Different header and footer for odd and even pages |
2167
+ | Different Odd & Even Pages | Different Odd And Even Pages |
2168
+ | Different header and footer for first page. | Different header and footer for first page |
2169
+ | Distance from top of the page to top of the header | Distance from top of the page to top of the header |
2170
+ | Distance from bottom of the page to bottom of the footer. | Distance from bottom of the page to bottom of the footer |
2171
+ | Insert / Delete | Insert Or Delete |
2172
+ | Number of heading or outline levels to be shown in table of contents. | Number of heading or outline levels to be shown in table of contents |
2173
+ | Show page numbers in table of contents. | Show page numbers in table of contents |
2174
+ | Right align page numbers in table of contents. | Right align page numbers in table of contents |
2175
+ | Use hyperlinks instead of page numbers. | Use hyperlinks instead of page numbers |
2176
+ | Bold (Ctrl+B) | Bold Tooltip |
2177
+ | Italic (Ctrl+I) | Italic Tooltip |
2178
+ | Underline (Ctrl+U) | Underline Tooltip |
2179
+ | Superscript (Ctrl+Shift++) | Superscript Tooltip |
2180
+ | Subscript (Ctrl+=) | Subscript Tooltip |
2181
+ | Align left (Ctrl+L) | Align left Tooltip |
2182
+ | Center (Ctrl+E) | Center Tooltip |
2183
+ | Align right (Ctrl+R) | Align right Tooltip |
2184
+ | Justify (Ctrl+J) | Justify Tooltip |
2185
+ | Create a new document. | Create a new document |
2186
+ | Open a document. | Open a document |
2187
+ | Undo the last operation (Ctrl+Z). | Undo Tooltip |
2188
+ | Redo the last operation (Ctrl+Y). | Redo Tooltip |
2189
+ | Insert inline picture from a file. | Insert inline picture from a file |
2190
+ | Create a link in your document for quick access to web pages and files (Ctrl+K). | Create Hyperlink |
2191
+ | Insert a bookmark in a specific place in this document. | Insert a bookmark in a specific place in this document |
2192
+ | Provide an overview of your document by adding a table of contents. | Provide an overview of your document by adding a table of contents |
2193
+ | Add or edit the header. | Add or edit the header |
2194
+ | Add or edit the footer. | Add or edit the footer |
2195
+ | Open the page setup dialog. | Open the page setup dialog |
2196
+ | Add page numbers. | Add page numbers |
2197
+ | Find text in the document (Ctrl+F). | Find Text |
2198
+ | The current page number in the document. Click or tap to navigate specific page. | Current Page Number |
2292
2199
 
2293
2200
  #### New Features
2294
2201
 
@@ -2487,52 +2394,52 @@ Table column width is now updated properly.
2487
2394
 
2488
2395
  - Some locale properties are renamed as below
2489
2396
 
2490
- |Previous|Now|
2491
- |----|----|
2492
- |Linked(Paragraph and Character)|Linked Style|
2493
- |Don't add space between the paragraphs of the same styles|Contextual Spacing|
2494
- |The password don't match|Password Mismatch|
2495
- |Exceptions (optional)|Exceptions Optional|
2496
- |Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User|
2497
- |Yes, Start Enforcing Protection|Enforcing Protection|
2498
- |This document is protected from unintentional editing. You may edit in this region.|Protected Document|
2499
- |You may format text only with certain styles.|You may format text only with certain styles|
2500
- |Type your comment hear|Type your comment here|
2501
- |Added comments not posted. If you continue, that comment will be discarded.|Discard Comment|
2502
- |Header & Footer|Header And Footer|
2503
- |Different header and footer for odd and even pages.|Different header and footer for odd and even pages|
2504
- |Different Odd & Even Pages|Different Odd And Even Pages|
2505
- |Different header and footer for first page.|Different header and footer for first page|
2506
- |Distance from top of the page to top of the header|Distance from top of the page to top of the header|
2507
- |Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer|
2508
- |Insert / Delete|Insert Or Delete|
2509
- |Number of heading or outline levels to be shown in table of contents.|Number of heading or outline levels to be shown in table of contents|
2510
- |Show page numbers in table of contents.|Show page numbers in table of contents|
2511
- |Right align page numbers in table of contents.|Right align page numbers in table of contents|
2512
- |Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers|
2513
- |Bold (Ctrl+B)|Bold Tooltip|
2514
- |Italic (Ctrl+I)|Italic Tooltip|
2515
- |Underline (Ctrl+U)|Underline Tooltip|
2516
- |Superscript (Ctrl+Shift++)|Superscript Tooltip|
2517
- |Subscript (Ctrl+=)|Subscript Tooltip|
2518
- |Align left (Ctrl+L)|Align left Tooltip|
2519
- |Center (Ctrl+E)|Center Tooltip|
2520
- |Align right (Ctrl+R)|Align right Tooltip|
2521
- |Justify (Ctrl+J)|Justify Tooltip|
2522
- |Create a new document.|Create a new document|
2523
- |Open a document.|Open a document|
2524
- |Undo the last operation (Ctrl+Z).|Undo Tooltip|
2525
- |Redo the last operation (Ctrl+Y).|Redo Tooltip|
2526
- |Insert inline picture from a file.|Insert inline picture from a file|
2527
- |Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink|
2528
- |Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document|
2529
- |Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents|
2530
- |Add or edit the header.|Add or edit the header|
2531
- |Add or edit the footer.|Add or edit the footer|
2532
- |Open the page setup dialog.|Open the page setup dialog|
2533
- |Add page numbers.|Add page numbers|
2534
- |Find text in the document (Ctrl+F).|Find Text|
2535
- |The current page number in the document. Click or tap to navigate specific page.|Current Page Number|
2397
+ | Previous | Now |
2398
+ |---|---|
2399
+ | Linked(Paragraph and Character) | Linked Style |
2400
+ | Don't add space between the paragraphs of the same styles | Contextual Spacing |
2401
+ | The password don't match | Password Mismatch |
2402
+ | Exceptions (optional) | Exceptions Optional |
2403
+ | Select parts of the document and choose users who are allowed to freely edit them. | Select Part Of Document And User |
2404
+ | Yes, Start Enforcing Protection | Enforcing Protection |
2405
+ | This document is protected from unintentional editing. You may edit in this region. | Protected Document |
2406
+ | You may format text only with certain styles. | You may format text only with certain styles |
2407
+ | Type your comment hear | Type your comment here |
2408
+ | Added comments not posted. If you continue, that comment will be discarded. | Discard Comment |
2409
+ | Header & Footer | Header And Footer |
2410
+ | Different header and footer for odd and even pages. | Different header and footer for odd and even pages |
2411
+ | Different Odd & Even Pages | Different Odd And Even Pages |
2412
+ | Different header and footer for first page. | Different header and footer for first page |
2413
+ | Distance from top of the page to top of the header | Distance from top of the page to top of the header |
2414
+ | Distance from bottom of the page to bottom of the footer. | Distance from bottom of the page to bottom of the footer |
2415
+ | Insert / Delete | Insert Or Delete |
2416
+ | Number of heading or outline levels to be shown in table of contents. | Number of heading or outline levels to be shown in table of contents |
2417
+ | Show page numbers in table of contents. | Show page numbers in table of contents |
2418
+ | Right align page numbers in table of contents. | Right align page numbers in table of contents |
2419
+ | Use hyperlinks instead of page numbers. | Use hyperlinks instead of page numbers |
2420
+ | Bold (Ctrl+B) | Bold Tooltip |
2421
+ | Italic (Ctrl+I) | Italic Tooltip |
2422
+ | Underline (Ctrl+U) | Underline Tooltip |
2423
+ | Superscript (Ctrl+Shift++) | Superscript Tooltip |
2424
+ | Subscript (Ctrl+=) | Subscript Tooltip |
2425
+ | Align left (Ctrl+L) | Align left Tooltip |
2426
+ | Center (Ctrl+E) | Center Tooltip |
2427
+ | Align right (Ctrl+R) | Align right Tooltip |
2428
+ | Justify (Ctrl+J) | Justify Tooltip |
2429
+ | Create a new document. | Create a new document |
2430
+ | Open a document. | Open a document |
2431
+ | Undo the last operation (Ctrl+Z). | Undo Tooltip |
2432
+ | Redo the last operation (Ctrl+Y). | Redo Tooltip |
2433
+ | Insert inline picture from a file. | Insert inline picture from a file |
2434
+ | Create a link in your document for quick access to web pages and files (Ctrl+K). | Create Hyperlink |
2435
+ | Insert a bookmark in a specific place in this document. | Insert a bookmark in a specific place in this document |
2436
+ | Provide an overview of your document by adding a table of contents. | Provide an overview of your document by adding a table of contents |
2437
+ | Add or edit the header. | Add or edit the header |
2438
+ | Add or edit the footer. | Add or edit the footer |
2439
+ | Open the page setup dialog. | Open the page setup dialog |
2440
+ | Add page numbers. | Add page numbers |
2441
+ | Find text in the document (Ctrl+F). | Find Text |
2442
+ | The current page number in the document. Click or tap to navigate specific page. | Current Page Number |
2536
2443
 
2537
2444
  #### Bug Fixes
2538
2445
 
@@ -3099,6 +3006,7 @@ Table column width is now updated properly.
3099
3006
 
3100
3007
  The Document Editor component is used to create, edit, view, and print Word documents in web applications. All the user interactions and editing operations that run purely in the client-side provides much faster editing experience to the users.
3101
3008
 
3009
+
3102
3010
  - Opens the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side.
3103
3011
  - Saves the documents in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`.
3104
3012
  - Supports document elements like text, inline image, table, fields, bookmark, section, header, and footer.
@@ -3111,4 +3019,6 @@ The Document Editor component is used to create, edit, view, and print Word docu
3111
3019
  - Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
3112
3020
  - Provides intuitive UI options like context menu, dialogs, and navigation pane.
3113
3021
  - Creates a lightweight Word viewer using module injection to view and prints Word documents.
3114
- - Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.
3022
+ - Added `Syncfusion.EJ2.DocumentEditor` NuGet package that contains helper library for converting Word documents to `Syncfusion Document Text (*.sfdt)`. It supports .NET Standard 2.0 Framework.
3023
+
3024
+
package/diConfig.json CHANGED
@@ -76,7 +76,8 @@
76
76
  "CellOptionsDialog",
77
77
  "SpellChecker",
78
78
  "SpellCheckDialog",
79
- "CollaborativeEditing"
79
+ "CollaborativeEditing",
80
+ "ColumnsDialog"
80
81
  ],
81
82
  "modules":[
82
83
  { "className": "Selection", "propertyName": "selection"},
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-documenteditor.min.js
3
- * version : 20.3.60
3
+ * version : 20.4.38
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-documenteditor.umd.min.js
3
- * version : 20.3.60
3
+ * version : 20.4.38
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-documenteditor@*",
3
- "_id": "@syncfusion/ej2-react-documenteditor@20.3.59",
3
+ "_id": "@syncfusion/ej2-react-documenteditor@19.45.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-0n4VkqesF5ATSuyNV+nnCI/IWWTu4bJj0kzT36nNXrT/5jWDfWXWyPEiJJwgc+RhJ6fFMuzoeyVR05ZtSp6q4g==",
5
+ "_integrity": "sha512-36TPeOgeD+44UH8qjAGtyRXN22TyFuKwBJRJ2BhKlD3mhyhYio7C5CWP0XD3FTyg8L7/pg0oPBU7j0MGZ0YTLg==",
6
6
  "_location": "/@syncfusion/ej2-react-documenteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-20.3.59.tgz",
23
- "_shasum": "911adacda710c4662cd8174f9db9aed0a9780f24",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-19.45.0.tgz",
23
+ "_shasum": "4a552be9bf50de3e6899c7fd2537efe5d5cd182f",
24
24
  "_spec": "@syncfusion/ej2-react-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.3.56",
35
- "@syncfusion/ej2-documenteditor": "20.3.60",
36
- "@syncfusion/ej2-react-base": "~20.3.56"
34
+ "@syncfusion/ej2-base": "~20.4.38",
35
+ "@syncfusion/ej2-documenteditor": "20.4.38",
36
+ "@syncfusion/ej2-react-base": "~20.4.38"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
@@ -63,6 +63,6 @@
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
65
65
  },
66
- "version": "20.3.60",
66
+ "version": "20.4.38",
67
67
  "sideEffects": false
68
68
  }