@syncfusion/ej2-react-documenteditor 20.3.60 → 20.4.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +154 -140
- package/diConfig.json +2 -1
- package/dist/ej2-react-documenteditor.min.js +1 -1
- package/dist/ej2-react-documenteditor.umd.min.js +1 -1
- package/package.json +9 -19
- package/styles/bootstrap-dark.css +126 -0
- package/styles/bootstrap.css +126 -0
- package/styles/bootstrap4.css +126 -0
- package/styles/bootstrap5-dark.css +126 -0
- package/styles/bootstrap5.css +126 -0
- package/styles/document-editor/bootstrap-dark.css +61 -0
- package/styles/document-editor/bootstrap.css +61 -0
- package/styles/document-editor/bootstrap4.css +61 -0
- package/styles/document-editor/bootstrap5-dark.css +61 -0
- package/styles/document-editor/bootstrap5.css +61 -0
- package/styles/document-editor/fabric-dark.css +61 -0
- package/styles/document-editor/fabric.css +61 -0
- package/styles/document-editor/fluent-dark.css +61 -0
- package/styles/document-editor/fluent.css +61 -0
- package/styles/document-editor/highcontrast-light.css +47 -0
- package/styles/document-editor/highcontrast.css +61 -0
- package/styles/document-editor/material-dark.css +61 -0
- package/styles/document-editor/material.css +61 -0
- package/styles/document-editor/tailwind-dark.css +61 -0
- package/styles/document-editor/tailwind.css +61 -0
- package/styles/document-editor-container/bootstrap-dark.css +65 -0
- package/styles/document-editor-container/bootstrap.css +65 -0
- package/styles/document-editor-container/bootstrap4.css +65 -0
- package/styles/document-editor-container/bootstrap5-dark.css +65 -0
- package/styles/document-editor-container/bootstrap5.css +65 -0
- package/styles/document-editor-container/fabric-dark.css +66 -0
- package/styles/document-editor-container/fabric.css +66 -0
- package/styles/document-editor-container/fluent-dark.css +65 -0
- package/styles/document-editor-container/fluent.css +65 -0
- package/styles/document-editor-container/highcontrast-light.css +65 -0
- package/styles/document-editor-container/highcontrast.css +65 -0
- package/styles/document-editor-container/material-dark.css +65 -0
- package/styles/document-editor-container/material.css +65 -0
- package/styles/document-editor-container/tailwind-dark.css +65 -0
- package/styles/document-editor-container/tailwind.css +65 -0
- package/styles/fabric-dark.css +127 -0
- package/styles/fabric.css +127 -0
- package/styles/fluent-dark.css +126 -0
- package/styles/fluent.css +126 -0
- package/styles/highcontrast-light.css +112 -0
- package/styles/highcontrast.css +126 -0
- package/styles/material-dark.css +126 -0
- package/styles/material.css +126 -0
- package/styles/tailwind-dark.css +126 -0
- package/styles/tailwind.css +126 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I421680` - Resolved the paragraph overlapping and border issue while opening the attached document.
|
|
10
|
+
- `#I424498` - Attached document with hyperlink text is now displayed properly.
|
|
11
|
+
- `#I425696` - Resolved the overlap issue in options pane.
|
|
12
|
+
|
|
13
|
+
## 20.3.60 (2022-12-06)
|
|
14
|
+
|
|
15
|
+
### Document Editor
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
9
19
|
- `#I418719` - Resolved the issue with removing bookmark element.
|
|
10
20
|
- `#I420043` - Table of content (TOC) is now updated properly.
|
|
11
21
|
|
|
@@ -1178,6 +1188,7 @@
|
|
|
1178
1188
|
`#I323215` - Table is now layout properly after row delete.
|
|
1179
1189
|
`#I322560` - Page content duplication issue is resolved.
|
|
1180
1190
|
|
|
1191
|
+
|
|
1181
1192
|
#### New Features
|
|
1182
1193
|
|
|
1183
1194
|
- `#I324911` - Provided support for inserting non-breaking space character on Ctrl + Shift + Space key combination.
|
|
@@ -1298,7 +1309,7 @@
|
|
|
1298
1309
|
- `#313943` - Tab character is now layout properly.
|
|
1299
1310
|
- `#313821` - Fixed layouting issue in table with preferred width type as auto.
|
|
1300
1311
|
- `#318786` - Resolved the document with footnote opening issue.
|
|
1301
|
-
Table column width is now updated properly.
|
|
1312
|
+
- Table column width is now updated properly.
|
|
1302
1313
|
|
|
1303
1314
|
## 19.1.54 (2021-03-30)
|
|
1304
1315
|
|
|
@@ -2112,52 +2123,52 @@ Table column width is now updated properly.
|
|
|
2112
2123
|
- Default value of `enableLocalPaste` is set to false. So, by default, the content will be pasted from the system clipboard.
|
|
2113
2124
|
- Some locale properties are renamed as below
|
|
2114
2125
|
|
|
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
|
|
2122
|
-
|Yes, Start Enforcing Protection|Enforcing Protection|
|
|
2123
|
-
|This document is protected from unintentional editing. You may edit in this region
|
|
2124
|
-
|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
|
|
2127
|
-
|Header & Footer|Header And Footer|
|
|
2128
|
-
|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
|
|
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
|
|
2133
|
-
|Insert / Delete|Insert Or Delete|
|
|
2134
|
-
|Number of heading or outline levels to be shown in table of contents
|
|
2135
|
-
|Show page numbers in table of contents
|
|
2136
|
-
|Right align page numbers in table of contents
|
|
2137
|
-
|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
|
|
2148
|
-
|Open a document
|
|
2149
|
-
|Undo the last operation (Ctrl+Z)
|
|
2150
|
-
|Redo the last operation (Ctrl+Y)
|
|
2151
|
-
|Insert inline picture from a file
|
|
2152
|
-
|Create a link in your document for quick access to web pages and files (Ctrl+K)
|
|
2153
|
-
|Insert a bookmark in a specific place in this document
|
|
2154
|
-
|Provide an overview of your document by adding a table of contents
|
|
2155
|
-
|Add or edit the header
|
|
2156
|
-
|Add or edit the footer
|
|
2157
|
-
|Open the page setup dialog
|
|
2158
|
-
|Add page numbers
|
|
2159
|
-
|Find text in the document (Ctrl+F)
|
|
2160
|
-
|The current page number in the document. Click or tap to navigate specific page
|
|
2126
|
+
| Previous | Now |
|
|
2127
|
+
|---|---|
|
|
2128
|
+
| Linked(Paragraph and Character) | Linked Style |
|
|
2129
|
+
| Don't add space between the paragraphs of the same styles | Contextual Spacing |
|
|
2130
|
+
| The password don't match | Password Mismatch |
|
|
2131
|
+
| Exceptions (optional) | Exceptions Optional |
|
|
2132
|
+
| Select parts of the document and choose users who are allowed to freely edit them. | Select Part Of Document And User |
|
|
2133
|
+
| Yes, Start Enforcing Protection | Enforcing Protection |
|
|
2134
|
+
| This document is protected from unintentional editing. You may edit in this region. | Protected Document |
|
|
2135
|
+
| You may format text only with certain styles. | You may format text only with certain styles |
|
|
2136
|
+
| Type your comment hear | Type your comment here |
|
|
2137
|
+
| Added comments not posted. If you continue, that comment will be discarded. | Discard Comment |
|
|
2138
|
+
| Header & Footer | Header And Footer |
|
|
2139
|
+
| Different header and footer for odd and even pages. | Different header and footer for odd and even pages |
|
|
2140
|
+
| Different Odd & Even Pages | Different Odd And Even Pages |
|
|
2141
|
+
| Different header and footer for first page. | Different header and footer for first page |
|
|
2142
|
+
| Distance from top of the page to top of the header | Distance from top of the page to top of the header |
|
|
2143
|
+
| Distance from bottom of the page to bottom of the footer. | Distance from bottom of the page to bottom of the footer |
|
|
2144
|
+
| Insert / Delete | Insert Or Delete |
|
|
2145
|
+
| 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 |
|
|
2146
|
+
| Show page numbers in table of contents. | Show page numbers in table of contents |
|
|
2147
|
+
| Right align page numbers in table of contents. | Right align page numbers in table of contents |
|
|
2148
|
+
| Use hyperlinks instead of page numbers. | Use hyperlinks instead of page numbers |
|
|
2149
|
+
| Bold (Ctrl+B) | Bold Tooltip |
|
|
2150
|
+
| Italic (Ctrl+I) | Italic Tooltip |
|
|
2151
|
+
| Underline (Ctrl+U) | Underline Tooltip |
|
|
2152
|
+
| Superscript (Ctrl+Shift++) | Superscript Tooltip |
|
|
2153
|
+
| Subscript (Ctrl+=) | Subscript Tooltip |
|
|
2154
|
+
| Align left (Ctrl+L) | Align left Tooltip |
|
|
2155
|
+
| Center (Ctrl+E) | Center Tooltip |
|
|
2156
|
+
| Align right (Ctrl+R) | Align right Tooltip |
|
|
2157
|
+
| Justify (Ctrl+J) | Justify Tooltip |
|
|
2158
|
+
| Create a new document. | Create a new document |
|
|
2159
|
+
| Open a document. | Open a document |
|
|
2160
|
+
| Undo the last operation (Ctrl+Z). | Undo Tooltip |
|
|
2161
|
+
| Redo the last operation (Ctrl+Y). | Redo Tooltip |
|
|
2162
|
+
| Insert inline picture from a file. | Insert inline picture from a file |
|
|
2163
|
+
| Create a link in your document for quick access to web pages and files (Ctrl+K). | Create Hyperlink |
|
|
2164
|
+
| Insert a bookmark in a specific place in this document. | Insert a bookmark in a specific place in this document |
|
|
2165
|
+
| Provide an overview of your document by adding a table of contents. | Provide an overview of your document by adding a table of contents |
|
|
2166
|
+
| Add or edit the header. | Add or edit the header |
|
|
2167
|
+
| Add or edit the footer. | Add or edit the footer |
|
|
2168
|
+
| Open the page setup dialog. | Open the page setup dialog |
|
|
2169
|
+
| Add page numbers. | Add page numbers |
|
|
2170
|
+
| Find text in the document (Ctrl+F). | Find Text |
|
|
2171
|
+
| The current page number in the document. Click or tap to navigate specific page. | Current Page Number |
|
|
2161
2172
|
|
|
2162
2173
|
#### New Features
|
|
2163
2174
|
|
|
@@ -2243,52 +2254,52 @@ Table column width is now updated properly.
|
|
|
2243
2254
|
- Default value of `enableLocalPaste` is set to false. So, by default, the content will be pasted from the system clipboard.
|
|
2244
2255
|
- Some locale properties are renamed as below
|
|
2245
2256
|
|
|
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
|
|
2253
|
-
|Yes, Start Enforcing Protection|Enforcing Protection|
|
|
2254
|
-
|This document is protected from unintentional editing. You may edit in this region
|
|
2255
|
-
|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
|
|
2258
|
-
|Header & Footer|Header And Footer|
|
|
2259
|
-
|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
|
|
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
|
|
2264
|
-
|Insert / Delete|Insert Or Delete|
|
|
2265
|
-
|Number of heading or outline levels to be shown in table of contents
|
|
2266
|
-
|Show page numbers in table of contents
|
|
2267
|
-
|Right align page numbers in table of contents
|
|
2268
|
-
|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
|
|
2279
|
-
|Open a document
|
|
2280
|
-
|Undo the last operation (Ctrl+Z)
|
|
2281
|
-
|Redo the last operation (Ctrl+Y)
|
|
2282
|
-
|Insert inline picture from a file
|
|
2283
|
-
|Create a link in your document for quick access to web pages and files (Ctrl+K)
|
|
2284
|
-
|Insert a bookmark in a specific place in this document
|
|
2285
|
-
|Provide an overview of your document by adding a table of contents
|
|
2286
|
-
|Add or edit the header
|
|
2287
|
-
|Add or edit the footer
|
|
2288
|
-
|Open the page setup dialog
|
|
2289
|
-
|Add page numbers
|
|
2290
|
-
|Find text in the document (Ctrl+F)
|
|
2291
|
-
|The current page number in the document. Click or tap to navigate specific page
|
|
2257
|
+
| Previous | Now |
|
|
2258
|
+
|---|---|
|
|
2259
|
+
| Linked(Paragraph and Character) | Linked Style |
|
|
2260
|
+
| Don't add space between the paragraphs of the same styles | Contextual Spacing |
|
|
2261
|
+
| The password don't match | Password Mismatch |
|
|
2262
|
+
| Exceptions (optional) | Exceptions Optional |
|
|
2263
|
+
| Select parts of the document and choose users who are allowed to freely edit them. | Select Part Of Document And User |
|
|
2264
|
+
| Yes, Start Enforcing Protection | Enforcing Protection |
|
|
2265
|
+
| This document is protected from unintentional editing. You may edit in this region. | Protected Document |
|
|
2266
|
+
| You may format text only with certain styles. | You may format text only with certain styles |
|
|
2267
|
+
| Type your comment hear | Type your comment here |
|
|
2268
|
+
| Added comments not posted. If you continue, that comment will be discarded. | Discard Comment |
|
|
2269
|
+
| Header & Footer | Header And Footer |
|
|
2270
|
+
| Different header and footer for odd and even pages. | Different header and footer for odd and even pages |
|
|
2271
|
+
| Different Odd & Even Pages | Different Odd And Even Pages |
|
|
2272
|
+
| Different header and footer for first page. | Different header and footer for first page |
|
|
2273
|
+
| Distance from top of the page to top of the header | Distance from top of the page to top of the header |
|
|
2274
|
+
| Distance from bottom of the page to bottom of the footer. | Distance from bottom of the page to bottom of the footer |
|
|
2275
|
+
| Insert / Delete | Insert Or Delete |
|
|
2276
|
+
| 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 |
|
|
2277
|
+
| Show page numbers in table of contents. | Show page numbers in table of contents |
|
|
2278
|
+
| Right align page numbers in table of contents. | Right align page numbers in table of contents |
|
|
2279
|
+
| Use hyperlinks instead of page numbers. | Use hyperlinks instead of page numbers |
|
|
2280
|
+
| Bold (Ctrl+B) | Bold Tooltip |
|
|
2281
|
+
| Italic (Ctrl+I) | Italic Tooltip |
|
|
2282
|
+
| Underline (Ctrl+U) | Underline Tooltip |
|
|
2283
|
+
| Superscript (Ctrl+Shift++) | Superscript Tooltip |
|
|
2284
|
+
| Subscript (Ctrl+=) | Subscript Tooltip |
|
|
2285
|
+
| Align left (Ctrl+L) | Align left Tooltip |
|
|
2286
|
+
| Center (Ctrl+E) | Center Tooltip |
|
|
2287
|
+
| Align right (Ctrl+R) | Align right Tooltip |
|
|
2288
|
+
| Justify (Ctrl+J) | Justify Tooltip |
|
|
2289
|
+
| Create a new document. | Create a new document |
|
|
2290
|
+
| Open a document. | Open a document |
|
|
2291
|
+
| Undo the last operation (Ctrl+Z). | Undo Tooltip |
|
|
2292
|
+
| Redo the last operation (Ctrl+Y). | Redo Tooltip |
|
|
2293
|
+
| Insert inline picture from a file. | Insert inline picture from a file |
|
|
2294
|
+
| Create a link in your document for quick access to web pages and files (Ctrl+K). | Create Hyperlink |
|
|
2295
|
+
| Insert a bookmark in a specific place in this document. | Insert a bookmark in a specific place in this document |
|
|
2296
|
+
| Provide an overview of your document by adding a table of contents. | Provide an overview of your document by adding a table of contents |
|
|
2297
|
+
| Add or edit the header. | Add or edit the header |
|
|
2298
|
+
| Add or edit the footer. | Add or edit the footer |
|
|
2299
|
+
| Open the page setup dialog. | Open the page setup dialog |
|
|
2300
|
+
| Add page numbers. | Add page numbers |
|
|
2301
|
+
| Find text in the document (Ctrl+F). | Find Text |
|
|
2302
|
+
| The current page number in the document. Click or tap to navigate specific page. | Current Page Number |
|
|
2292
2303
|
|
|
2293
2304
|
#### New Features
|
|
2294
2305
|
|
|
@@ -2487,52 +2498,52 @@ Table column width is now updated properly.
|
|
|
2487
2498
|
|
|
2488
2499
|
- Some locale properties are renamed as below
|
|
2489
2500
|
|
|
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
|
|
2497
|
-
|Yes, Start Enforcing Protection|Enforcing Protection|
|
|
2498
|
-
|This document is protected from unintentional editing. You may edit in this region
|
|
2499
|
-
|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
|
|
2502
|
-
|Header & Footer|Header And Footer|
|
|
2503
|
-
|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
|
|
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
|
|
2508
|
-
|Insert / Delete|Insert Or Delete|
|
|
2509
|
-
|Number of heading or outline levels to be shown in table of contents
|
|
2510
|
-
|Show page numbers in table of contents
|
|
2511
|
-
|Right align page numbers in table of contents
|
|
2512
|
-
|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
|
|
2523
|
-
|Open a document
|
|
2524
|
-
|Undo the last operation (Ctrl+Z)
|
|
2525
|
-
|Redo the last operation (Ctrl+Y)
|
|
2526
|
-
|Insert inline picture from a file
|
|
2527
|
-
|Create a link in your document for quick access to web pages and files (Ctrl+K)
|
|
2528
|
-
|Insert a bookmark in a specific place in this document
|
|
2529
|
-
|Provide an overview of your document by adding a table of contents
|
|
2530
|
-
|Add or edit the header
|
|
2531
|
-
|Add or edit the footer
|
|
2532
|
-
|Open the page setup dialog
|
|
2533
|
-
|Add page numbers
|
|
2534
|
-
|Find text in the document (Ctrl+F)
|
|
2535
|
-
|The current page number in the document. Click or tap to navigate specific page
|
|
2501
|
+
| Previous | Now |
|
|
2502
|
+
|---|---|
|
|
2503
|
+
| Linked(Paragraph and Character) | Linked Style |
|
|
2504
|
+
| Don't add space between the paragraphs of the same styles | Contextual Spacing |
|
|
2505
|
+
| The password don't match | Password Mismatch |
|
|
2506
|
+
| Exceptions (optional) | Exceptions Optional |
|
|
2507
|
+
| Select parts of the document and choose users who are allowed to freely edit them. | Select Part Of Document And User |
|
|
2508
|
+
| Yes, Start Enforcing Protection | Enforcing Protection |
|
|
2509
|
+
| This document is protected from unintentional editing. You may edit in this region. | Protected Document |
|
|
2510
|
+
| You may format text only with certain styles. | You may format text only with certain styles |
|
|
2511
|
+
| Type your comment hear | Type your comment here |
|
|
2512
|
+
| Added comments not posted. If you continue, that comment will be discarded. | Discard Comment |
|
|
2513
|
+
| Header & Footer | Header And Footer |
|
|
2514
|
+
| Different header and footer for odd and even pages. | Different header and footer for odd and even pages |
|
|
2515
|
+
| Different Odd & Even Pages | Different Odd And Even Pages |
|
|
2516
|
+
| Different header and footer for first page. | Different header and footer for first page |
|
|
2517
|
+
| Distance from top of the page to top of the header | Distance from top of the page to top of the header |
|
|
2518
|
+
| Distance from bottom of the page to bottom of the footer. | Distance from bottom of the page to bottom of the footer |
|
|
2519
|
+
| Insert / Delete | Insert Or Delete |
|
|
2520
|
+
| 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 |
|
|
2521
|
+
| Show page numbers in table of contents. | Show page numbers in table of contents |
|
|
2522
|
+
| Right align page numbers in table of contents. | Right align page numbers in table of contents |
|
|
2523
|
+
| Use hyperlinks instead of page numbers. | Use hyperlinks instead of page numbers |
|
|
2524
|
+
| Bold (Ctrl+B) | Bold Tooltip |
|
|
2525
|
+
| Italic (Ctrl+I) | Italic Tooltip |
|
|
2526
|
+
| Underline (Ctrl+U) | Underline Tooltip |
|
|
2527
|
+
| Superscript (Ctrl+Shift++) | Superscript Tooltip |
|
|
2528
|
+
| Subscript (Ctrl+=) | Subscript Tooltip |
|
|
2529
|
+
| Align left (Ctrl+L) | Align left Tooltip |
|
|
2530
|
+
| Center (Ctrl+E) | Center Tooltip |
|
|
2531
|
+
| Align right (Ctrl+R) | Align right Tooltip |
|
|
2532
|
+
| Justify (Ctrl+J) | Justify Tooltip |
|
|
2533
|
+
| Create a new document. | Create a new document |
|
|
2534
|
+
| Open a document. | Open a document |
|
|
2535
|
+
| Undo the last operation (Ctrl+Z). | Undo Tooltip |
|
|
2536
|
+
| Redo the last operation (Ctrl+Y). | Redo Tooltip |
|
|
2537
|
+
| Insert inline picture from a file. | Insert inline picture from a file |
|
|
2538
|
+
| Create a link in your document for quick access to web pages and files (Ctrl+K). | Create Hyperlink |
|
|
2539
|
+
| Insert a bookmark in a specific place in this document. | Insert a bookmark in a specific place in this document |
|
|
2540
|
+
| Provide an overview of your document by adding a table of contents. | Provide an overview of your document by adding a table of contents |
|
|
2541
|
+
| Add or edit the header. | Add or edit the header |
|
|
2542
|
+
| Add or edit the footer. | Add or edit the footer |
|
|
2543
|
+
| Open the page setup dialog. | Open the page setup dialog |
|
|
2544
|
+
| Add page numbers. | Add page numbers |
|
|
2545
|
+
| Find text in the document (Ctrl+F). | Find Text |
|
|
2546
|
+
| The current page number in the document. Click or tap to navigate specific page. | Current Page Number |
|
|
2536
2547
|
|
|
2537
2548
|
#### Bug Fixes
|
|
2538
2549
|
|
|
@@ -3099,6 +3110,7 @@ Table column width is now updated properly.
|
|
|
3099
3110
|
|
|
3100
3111
|
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
3112
|
|
|
3113
|
+
|
|
3102
3114
|
- Opens the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side.
|
|
3103
3115
|
- Saves the documents in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`.
|
|
3104
3116
|
- Supports document elements like text, inline image, table, fields, bookmark, section, header, and footer.
|
|
@@ -3111,4 +3123,6 @@ The Document Editor component is used to create, edit, view, and print Word docu
|
|
|
3111
3123
|
- Allows user interactions like zoom, scroll, select contents through touch, mouse, and keyboard.
|
|
3112
3124
|
- Provides intuitive UI options like context menu, dialogs, and navigation pane.
|
|
3113
3125
|
- 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.
|
|
3126
|
+
- 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.
|
|
3127
|
+
|
|
3128
|
+
|
package/diConfig.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-documenteditor.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.4.40
|
|
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
|
+
* version : 20.4.40
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-documenteditor@19.45.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-s1sIK4V6zSzXbzcgxtTdOsSRop+c7RwG4E+K06flnSIAxqVjxpi8JvDjS424X+68Ona3li/rqlBmGcUJ85D9aA==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-documenteditor/-/ej2-react-documenteditor-19.45.0.tgz",
|
|
23
|
+
"_shasum": "5f45e2e2f9be87fa76ee991f1abfd909bd167f00",
|
|
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,26 +31,16 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-documenteditor": "20.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.40",
|
|
35
|
+
"@syncfusion/ej2-documenteditor": "20.4.40",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.4.40"
|
|
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",
|
|
40
40
|
"devDependencies": {},
|
|
41
41
|
"es2015": "dist/es6/ej2-react-documenteditor.es2015.js",
|
|
42
|
-
"homepage": "https://
|
|
42
|
+
"homepage": "https://www.syncfusion.com/react-components",
|
|
43
43
|
"keywords": [
|
|
44
|
-
"ej2",
|
|
45
|
-
"web-components",
|
|
46
|
-
"syncfusion",
|
|
47
|
-
"Javascript",
|
|
48
|
-
"TypeScript",
|
|
49
|
-
"js",
|
|
50
|
-
"documenteditor",
|
|
51
|
-
"document-editor",
|
|
52
|
-
"word-editor",
|
|
53
|
-
"ej2-documenteditor-container",
|
|
54
44
|
"react",
|
|
55
45
|
"react-documenteditor",
|
|
56
46
|
"ej2-react-documenteditor"
|
|
@@ -63,6 +53,6 @@
|
|
|
63
53
|
"type": "git",
|
|
64
54
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
65
55
|
},
|
|
66
|
-
"version": "20.
|
|
56
|
+
"version": "20.4.40",
|
|
67
57
|
"sideEffects": false
|
|
68
58
|
}
|
|
@@ -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
|
}
|