@syncfusion/ej2-react-documenteditor 20.3.59 → 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 -225
  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,91 +6,6 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I417535` - The page number is not updated properly while inserting TOC.
10
- - `#I418000` , `#F178993` - Resolved the tab character width issue.
11
-
12
- ## 20.3.58 (2022-11-22)
13
-
14
- ### Document Editor
15
-
16
- #### Bug Fixes
17
-
18
- - `#I417708` - Comment with multiple paragraph is now exported properly.
19
- - `#I414849` - Textbox with no outline is now exported properly.
20
- - `#I419171` - Resolved the script error while discarding the unposted comment.
21
- - `#I417911` - Resolved the consecutive symbol selection issue while selecting text with white spaces.
22
- - `#I418127` - Image width and height is now resized to fit inside the page width.
23
- - `#I417899` - Table borders are now removed when border style set as none.
24
- - `#I417257` - Ordinal number format is now preserved properly in exported word document.
25
- - `#F178501` - Resolved document corruption issue due to insert revision not serialized properly.
26
-
27
- ## 20.3.57 (2022-11-15)
28
-
29
- ### Document Editor
30
-
31
- #### Bug Fixes
32
-
33
- - `#I415922` - Resolved the browser hanging issue while opening the document.
34
- - `#I415359` - Resolved the table layouting issue while resizing the table.
35
- - `#I414775` - Resolved the layouting issue while inserting page break.
36
- - `#I414224` - Table resizing is now working properly in header/footer.
37
- - `#I413303`, `#I417629` - Resolved the script error while opening the word document.
38
- - `#I413477` - Resolved the script error while deleting text with comment.
39
- - `#F178063` - Scrolling on bookmark navigation is now working similar to Microsoft Word.
40
-
41
- ## 20.3.56 (2022-11-08)
42
-
43
- ### Document Editor
44
-
45
- #### Bug Fixes
46
-
47
- - `#FB37929` - Resolved the exception while exporting the document with duplicate character style.
48
- - `#I412146` - Resolved the script error while opening the document.
49
- - `#I408099` - Resolved the list numbering issue.
50
- - `#I412284` - Table border is now rendering properly.
51
- - `#I413316` - Resolved the script error while deleting content of few pages.
52
- - `#I414066` - Resolved the script error while modifying locale key.
53
- - `#I412817` - Formatting is now applied properly in track changes protection mode.
54
- - `#I413284` - Strike through is now properly skipped for trailing space characters like Microsoft Word.
55
- - `#I412529` - Resolved the script error while opening html document with nested list.
56
-
57
- #### New Features
58
-
59
- - `#I297837`, `#I336116`, `#I342219`, `#I346980`, `#F164814`, `#F168911` - Improved the display of the RTL text in a bi-directional layout.
60
-
61
- ## 20.3.52 (2022-10-26)
62
-
63
- ### Document Editor
64
-
65
- #### Bug Fixes
66
-
67
- - `#I410179` - Cell background color is now rendering properly.
68
- - `#I411016` - List numbering is now rendered properly.
69
- - `#I411008` - Paragraph border is now rendering properly.
70
- - `#FB37770` - Resolved the script error while printing the document.
71
- - `#I409887` - Replacing text with bookmark is now working properly.
72
-
73
- ## 20.3.50 (2022-10-18)
74
-
75
- ### Document Editor
76
-
77
- #### Bug Fixes
78
-
79
- - `#I410296` - Tooltip for the show/hide properties button is now updated properly.
80
- - `#I407021` - Table properties are now reverted properly on undo/redo.
81
- - `#I408686` - Comments pane is now switching properly while adding comment.
82
- - `#I409821` - Resolved the next paragraph deletion issue while switching paste option.
83
- - `#I408431` - Resolved the script error while opening the document with track changes.
84
- - `#I409991` - Resolved the table layouting issue.
85
- - `#I407092` - Resolved the paragraph border rendering issue.
86
- - `#I410940` - Resolved the script error while merging cells in header/footer.
87
-
88
- ## 20.3.49 (2022-10-11)
89
-
90
- ### Document Editor
91
-
92
- #### Bug Fixes
93
-
94
9
  - `#I401609` - Resolved the curly braces preservation in RTL paragraph
95
10
  - `#I400473` - Resolved the paragraph mark selection issue on shift + page up.
96
11
  - `#I405251` - Resolved the script error while opening the document with duplicate style name.
@@ -1169,6 +1084,7 @@
1169
1084
  `#I323215` - Table is now layout properly after row delete.
1170
1085
  `#I322560` - Page content duplication issue is resolved.
1171
1086
 
1087
+
1172
1088
  #### New Features
1173
1089
 
1174
1090
  - `#I324911` - Provided support for inserting non-breaking space character on Ctrl + Shift + Space key combination.
@@ -1289,7 +1205,7 @@
1289
1205
  - `#313943` - Tab character is now layout properly.
1290
1206
  - `#313821` - Fixed layouting issue in table with preferred width type as auto.
1291
1207
  - `#318786` - Resolved the document with footnote opening issue.
1292
- Table column width is now updated properly.
1208
+ - Table column width is now updated properly.
1293
1209
 
1294
1210
  ## 19.1.54 (2021-03-30)
1295
1211
 
@@ -2103,52 +2019,52 @@ Table column width is now updated properly.
2103
2019
  - Default value of `enableLocalPaste` is set to false. So, by default, the content will be pasted from the system clipboard.
2104
2020
  - Some locale properties are renamed as below
2105
2021
 
2106
- |Previous|Now|
2107
- |----|----|
2108
- |Linked(Paragraph and Character)|Linked Style|
2109
- |Don't add space between the paragraphs of the same styles|Contextual Spacing|
2110
- |The password don't match|Password Mismatch|
2111
- |Exceptions (optional)|Exceptions Optional|
2112
- |Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User|
2113
- |Yes, Start Enforcing Protection|Enforcing Protection|
2114
- |This document is protected from unintentional editing. You may edit in this region.|Protected Document|
2115
- |You may format text only with certain styles.|You may format text only with certain styles|
2116
- |Type your comment hear|Type your comment here|
2117
- |Added comments not posted. If you continue, that comment will be discarded.|Discard Comment|
2118
- |Header & Footer|Header And Footer|
2119
- |Different header and footer for odd and even pages.|Different header and footer for odd and even pages|
2120
- |Different Odd & Even Pages|Different Odd And Even Pages|
2121
- |Different header and footer for first page.|Different header and footer for first page|
2122
- |Distance from top of the page to top of the header|Distance from top of the page to top of the header|
2123
- |Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer|
2124
- |Insert / Delete|Insert Or Delete|
2125
- |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|
2126
- |Show page numbers in table of contents.|Show page numbers in table of contents|
2127
- |Right align page numbers in table of contents.|Right align page numbers in table of contents|
2128
- |Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers|
2129
- |Bold (Ctrl+B)|Bold Tooltip|
2130
- |Italic (Ctrl+I)|Italic Tooltip|
2131
- |Underline (Ctrl+U)|Underline Tooltip|
2132
- |Superscript (Ctrl+Shift++)|Superscript Tooltip|
2133
- |Subscript (Ctrl+=)|Subscript Tooltip|
2134
- |Align left (Ctrl+L)|Align left Tooltip|
2135
- |Center (Ctrl+E)|Center Tooltip|
2136
- |Align right (Ctrl+R)|Align right Tooltip|
2137
- |Justify (Ctrl+J)|Justify Tooltip|
2138
- |Create a new document.|Create a new document|
2139
- |Open a document.|Open a document|
2140
- |Undo the last operation (Ctrl+Z).|Undo Tooltip|
2141
- |Redo the last operation (Ctrl+Y).|Redo Tooltip|
2142
- |Insert inline picture from a file.|Insert inline picture from a file|
2143
- |Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink|
2144
- |Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document|
2145
- |Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents|
2146
- |Add or edit the header.|Add or edit the header|
2147
- |Add or edit the footer.|Add or edit the footer|
2148
- |Open the page setup dialog.|Open the page setup dialog|
2149
- |Add page numbers.|Add page numbers|
2150
- |Find text in the document (Ctrl+F).|Find Text|
2151
- |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 |
2152
2068
 
2153
2069
  #### New Features
2154
2070
 
@@ -2234,52 +2150,52 @@ Table column width is now updated properly.
2234
2150
  - Default value of `enableLocalPaste` is set to false. So, by default, the content will be pasted from the system clipboard.
2235
2151
  - Some locale properties are renamed as below
2236
2152
 
2237
- |Previous|Now|
2238
- |----|----|
2239
- |Linked(Paragraph and Character)|Linked Style|
2240
- |Don't add space between the paragraphs of the same styles|Contextual Spacing|
2241
- |The password don't match|Password Mismatch|
2242
- |Exceptions (optional)|Exceptions Optional|
2243
- |Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User|
2244
- |Yes, Start Enforcing Protection|Enforcing Protection|
2245
- |This document is protected from unintentional editing. You may edit in this region.|Protected Document|
2246
- |You may format text only with certain styles.|You may format text only with certain styles|
2247
- |Type your comment hear|Type your comment here|
2248
- |Added comments not posted. If you continue, that comment will be discarded.|Discard Comment|
2249
- |Header & Footer|Header And Footer|
2250
- |Different header and footer for odd and even pages.|Different header and footer for odd and even pages|
2251
- |Different Odd & Even Pages|Different Odd And Even Pages|
2252
- |Different header and footer for first page.|Different header and footer for first page|
2253
- |Distance from top of the page to top of the header|Distance from top of the page to top of the header|
2254
- |Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer|
2255
- |Insert / Delete|Insert Or Delete|
2256
- |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|
2257
- |Show page numbers in table of contents.|Show page numbers in table of contents|
2258
- |Right align page numbers in table of contents.|Right align page numbers in table of contents|
2259
- |Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers|
2260
- |Bold (Ctrl+B)|Bold Tooltip|
2261
- |Italic (Ctrl+I)|Italic Tooltip|
2262
- |Underline (Ctrl+U)|Underline Tooltip|
2263
- |Superscript (Ctrl+Shift++)|Superscript Tooltip|
2264
- |Subscript (Ctrl+=)|Subscript Tooltip|
2265
- |Align left (Ctrl+L)|Align left Tooltip|
2266
- |Center (Ctrl+E)|Center Tooltip|
2267
- |Align right (Ctrl+R)|Align right Tooltip|
2268
- |Justify (Ctrl+J)|Justify Tooltip|
2269
- |Create a new document.|Create a new document|
2270
- |Open a document.|Open a document|
2271
- |Undo the last operation (Ctrl+Z).|Undo Tooltip|
2272
- |Redo the last operation (Ctrl+Y).|Redo Tooltip|
2273
- |Insert inline picture from a file.|Insert inline picture from a file|
2274
- |Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink|
2275
- |Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document|
2276
- |Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents|
2277
- |Add or edit the header.|Add or edit the header|
2278
- |Add or edit the footer.|Add or edit the footer|
2279
- |Open the page setup dialog.|Open the page setup dialog|
2280
- |Add page numbers.|Add page numbers|
2281
- |Find text in the document (Ctrl+F).|Find Text|
2282
- |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 |
2283
2199
 
2284
2200
  #### New Features
2285
2201
 
@@ -2478,52 +2394,52 @@ Table column width is now updated properly.
2478
2394
 
2479
2395
  - Some locale properties are renamed as below
2480
2396
 
2481
- |Previous|Now|
2482
- |----|----|
2483
- |Linked(Paragraph and Character)|Linked Style|
2484
- |Don't add space between the paragraphs of the same styles|Contextual Spacing|
2485
- |The password don't match|Password Mismatch|
2486
- |Exceptions (optional)|Exceptions Optional|
2487
- |Select parts of the document and choose users who are allowed to freely edit them.|Select Part Of Document And User|
2488
- |Yes, Start Enforcing Protection|Enforcing Protection|
2489
- |This document is protected from unintentional editing. You may edit in this region.|Protected Document|
2490
- |You may format text only with certain styles.|You may format text only with certain styles|
2491
- |Type your comment hear|Type your comment here|
2492
- |Added comments not posted. If you continue, that comment will be discarded.|Discard Comment|
2493
- |Header & Footer|Header And Footer|
2494
- |Different header and footer for odd and even pages.|Different header and footer for odd and even pages|
2495
- |Different Odd & Even Pages|Different Odd And Even Pages|
2496
- |Different header and footer for first page.|Different header and footer for first page|
2497
- |Distance from top of the page to top of the header|Distance from top of the page to top of the header|
2498
- |Distance from bottom of the page to bottom of the footer.|Distance from bottom of the page to bottom of the footer|
2499
- |Insert / Delete|Insert Or Delete|
2500
- |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|
2501
- |Show page numbers in table of contents.|Show page numbers in table of contents|
2502
- |Right align page numbers in table of contents.|Right align page numbers in table of contents|
2503
- |Use hyperlinks instead of page numbers.|Use hyperlinks instead of page numbers|
2504
- |Bold (Ctrl+B)|Bold Tooltip|
2505
- |Italic (Ctrl+I)|Italic Tooltip|
2506
- |Underline (Ctrl+U)|Underline Tooltip|
2507
- |Superscript (Ctrl+Shift++)|Superscript Tooltip|
2508
- |Subscript (Ctrl+=)|Subscript Tooltip|
2509
- |Align left (Ctrl+L)|Align left Tooltip|
2510
- |Center (Ctrl+E)|Center Tooltip|
2511
- |Align right (Ctrl+R)|Align right Tooltip|
2512
- |Justify (Ctrl+J)|Justify Tooltip|
2513
- |Create a new document.|Create a new document|
2514
- |Open a document.|Open a document|
2515
- |Undo the last operation (Ctrl+Z).|Undo Tooltip|
2516
- |Redo the last operation (Ctrl+Y).|Redo Tooltip|
2517
- |Insert inline picture from a file.|Insert inline picture from a file|
2518
- |Create a link in your document for quick access to web pages and files (Ctrl+K).|Create Hyperlink|
2519
- |Insert a bookmark in a specific place in this document.|Insert a bookmark in a specific place in this document|
2520
- |Provide an overview of your document by adding a table of contents.|Provide an overview of your document by adding a table of contents|
2521
- |Add or edit the header.|Add or edit the header|
2522
- |Add or edit the footer.|Add or edit the footer|
2523
- |Open the page setup dialog.|Open the page setup dialog|
2524
- |Add page numbers.|Add page numbers|
2525
- |Find text in the document (Ctrl+F).|Find Text|
2526
- |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 |
2527
2443
 
2528
2444
  #### Bug Fixes
2529
2445
 
@@ -3090,6 +3006,7 @@ Table column width is now updated properly.
3090
3006
 
3091
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.
3092
3008
 
3009
+
3093
3010
  - Opens the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side.
3094
3011
  - Saves the documents in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`.
3095
3012
  - Supports document elements like text, inline image, table, fields, bookmark, section, header, and footer.
@@ -3102,4 +3019,6 @@ The Document Editor component is used to create, edit, view, and print Word docu
3102
3019
  - Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
3103
3020
  - Provides intuitive UI options like context menu, dialogs, and navigation pane.
3104
3021
  - Creates a lightweight Word viewer using module injection to view and prints Word documents.
3105
- - 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.59
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.59
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.58",
3
+ "_id": "@syncfusion/ej2-react-documenteditor@19.45.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-oTVLEh2047LT3lJH+HIebWuizF8W50WeQrjTQ61nbNTffJ7ERwr7H7wDV1xatJC+4zHepaoJkvzjyGP64CyQdA==",
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.58.tgz",
23
- "_shasum": "a6231dbd254439540e542dd70f638fd89374a21b",
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.59",
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.59",
66
+ "version": "20.4.38",
67
67
  "sideEffects": false
68
68
  }
@@ -314,6 +314,45 @@
314
314
  top: 2px;
315
315
  }
316
316
 
317
+ .e-de-columns-presets-genral {
318
+ height: 62px;
319
+ width: 62px;
320
+ margin-right: 33px;
321
+ margin-bottom: 12px;
322
+ }
323
+
324
+ .e-de-columns-padding-alignment {
325
+ padding-top: 24px;
326
+ }
327
+
328
+ .e-de-column-dlg-preview-div {
329
+ border: 1px solid #ddd;
330
+ height: 120px;
331
+ width: 120px;
332
+ }
333
+
334
+ .e-de-padding-col-prev {
335
+ padding-left: 15px;
336
+ }
337
+
338
+ .e-width-space-div {
339
+ width: 320px;
340
+ }
341
+
342
+ .e-de-columns-presets-genral.e-de-rtl {
343
+ margin-left: 33px;
344
+ }
345
+
346
+ .e-de-padding-col-prev.e-de-rtl {
347
+ padding-right: 15px;
348
+ }
349
+
350
+ .e-de-column-dlg-preview-div.e-de-rtl {
351
+ border: 1px solid #ddd;
352
+ height: 120px;
353
+ width: 120px;
354
+ }
355
+
317
356
  .e-menu-item .e-de-cmt-add::before {
318
357
  content: "\e814";
319
358
  font-family: "e-icons";
@@ -571,6 +610,14 @@
571
610
  content: "\e68a";
572
611
  }
573
612
 
613
+ .e-de-preset-container {
614
+ width: 95px;
615
+ }
616
+
617
+ .e-de-preset-container.e-de-rtl {
618
+ width: 85px;
619
+ }
620
+
574
621
  .e-de-dlg-container {
575
622
  padding-bottom: 12px;
576
623
  }
@@ -752,6 +799,20 @@
752
799
  background-color: #232323;
753
800
  }
754
801
 
802
+ .e-de-column-label {
803
+ font-size: 12px;
804
+ font-weight: normal;
805
+ padding-left: 20px;
806
+ padding-right: 20px;
807
+ }
808
+
809
+ .e-de-column-label.e-de-rtl {
810
+ font-size: 12px;
811
+ font-weight: normal;
812
+ padding-left: 50px;
813
+ padding-right: 50px;
814
+ }
815
+
755
816
  .e-de-ff-sub-header {
756
817
  display: block;
757
818
  font-size: 12px;
@@ -4151,6 +4212,71 @@ label[for*=_wholeWord_e-de-rtl] {
4151
4212
  font-family: "e-icons";
4152
4213
  }
4153
4214
 
4215
+ .e-de-ctnr-columns::before {
4216
+ content: "\e955";
4217
+ font-family: "e-icons";
4218
+ }
4219
+
4220
+ .e-de-ctnr-page-size::before {
4221
+ content: "\e952";
4222
+ font-family: "e-icons";
4223
+ }
4224
+
4225
+ .e-de-ctnr-page-break-column::before {
4226
+ content: "\e980";
4227
+ font-family: "e-icons";
4228
+ }
4229
+
4230
+ .e-de-ctnr-page-break-text-wrapping::before {
4231
+ content: "\e982";
4232
+ font-family: "e-icons";
4233
+ }
4234
+
4235
+ .e-de-ctnr-section-break-continuous::before {
4236
+ content: "\e981";
4237
+ font-family: "e-icons";
4238
+ }
4239
+
4240
+ .e-de-ctnr-section-break-even-page::before {
4241
+ content: "\e97e";
4242
+ font-family: "e-icons";
4243
+ }
4244
+
4245
+ .e-de-ctnr-section-break-odd-page::before {
4246
+ content: "\e97f";
4247
+ font-family: "e-icons";
4248
+ }
4249
+
4250
+ .e-de-ctnr-columns-one::before {
4251
+ content: "\e986";
4252
+ font-family: "e-icons";
4253
+ font-size: 60px;
4254
+ }
4255
+
4256
+ .e-de-ctnr-columns-two::before {
4257
+ content: "\e987";
4258
+ font-family: "e-icons";
4259
+ font-size: 60px;
4260
+ }
4261
+
4262
+ .e-de-ctnr-columns-three::before {
4263
+ content: "\e989";
4264
+ font-family: "e-icons";
4265
+ font-size: 60px;
4266
+ }
4267
+
4268
+ .e-de-ctnr-columns-right::before {
4269
+ content: "\e983";
4270
+ font-family: "e-icons";
4271
+ font-size: 60px;
4272
+ }
4273
+
4274
+ .e-de-ctnr-columns-left::before {
4275
+ content: "\e985";
4276
+ font-family: "e-icons";
4277
+ font-size: 60px;
4278
+ }
4279
+
4154
4280
  .e-de-toolbar {
4155
4281
  height: 100%;
4156
4282
  }