@syncfusion/ej2-vue-documenteditor 20.1.48 → 20.1.52

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 (55) hide show
  1. package/CHANGELOG.md +94 -36
  2. package/dist/ej2-vue-documenteditor.umd.min.js +11 -2
  3. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  4. package/package.json +8 -14
  5. package/styles/bootstrap-dark.css +218 -151
  6. package/styles/bootstrap.css +218 -151
  7. package/styles/bootstrap4.css +224 -157
  8. package/styles/bootstrap5-dark.css +253 -172
  9. package/styles/bootstrap5.css +253 -172
  10. package/styles/document-editor/bootstrap-dark.css +192 -50
  11. package/styles/document-editor/bootstrap.css +192 -50
  12. package/styles/document-editor/bootstrap4.css +194 -52
  13. package/styles/document-editor/bootstrap5-dark.css +207 -61
  14. package/styles/document-editor/bootstrap5.css +207 -61
  15. package/styles/document-editor/fabric-dark.css +193 -51
  16. package/styles/document-editor/fabric.css +193 -51
  17. package/styles/document-editor/fluent-dark.css +3782 -0
  18. package/styles/document-editor/fluent-dark.scss +1 -0
  19. package/styles/document-editor/fluent.css +3782 -0
  20. package/styles/document-editor/fluent.scss +1 -0
  21. package/styles/document-editor/highcontrast-light.css +5 -9
  22. package/styles/document-editor/highcontrast.css +193 -51
  23. package/styles/document-editor/material-dark.css +193 -51
  24. package/styles/document-editor/material.css +193 -51
  25. package/styles/document-editor/tailwind-dark.css +319 -261
  26. package/styles/document-editor/tailwind.css +319 -261
  27. package/styles/document-editor-container/bootstrap-dark.css +26 -101
  28. package/styles/document-editor-container/bootstrap.css +26 -101
  29. package/styles/document-editor-container/bootstrap4.css +30 -105
  30. package/styles/document-editor-container/bootstrap5-dark.css +46 -111
  31. package/styles/document-editor-container/bootstrap5.css +46 -111
  32. package/styles/document-editor-container/fabric-dark.css +26 -101
  33. package/styles/document-editor-container/fabric.css +26 -101
  34. package/styles/document-editor-container/fluent-dark.css +1996 -0
  35. package/styles/document-editor-container/fluent-dark.scss +1 -0
  36. package/styles/document-editor-container/fluent.css +1996 -0
  37. package/styles/document-editor-container/fluent.scss +1 -0
  38. package/styles/document-editor-container/highcontrast-light.css +29 -104
  39. package/styles/document-editor-container/highcontrast.css +26 -101
  40. package/styles/document-editor-container/material-dark.css +26 -101
  41. package/styles/document-editor-container/material.css +26 -101
  42. package/styles/document-editor-container/tailwind-dark.css +134 -271
  43. package/styles/document-editor-container/tailwind.css +134 -271
  44. package/styles/fabric-dark.css +219 -152
  45. package/styles/fabric.css +219 -152
  46. package/styles/fluent-dark.css +5779 -0
  47. package/styles/fluent-dark.scss +2 -0
  48. package/styles/fluent.css +5779 -0
  49. package/styles/fluent.scss +2 -0
  50. package/styles/highcontrast-light.css +31 -110
  51. package/styles/highcontrast.css +219 -152
  52. package/styles/material-dark.css +219 -152
  53. package/styles/material.css +219 -152
  54. package/styles/tailwind-dark.css +453 -532
  55. package/styles/tailwind.css +453 -532
package/CHANGELOG.md CHANGED
@@ -6,6 +6,100 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#SF-368653` - Resolved the Document Editor numbering continuity issue.
10
+ - `#SF-376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side.
11
+ - `#SF-373298` - Resolved the extra paragraph added while updating the table of contents.
12
+ - `#SF-373359` - Resolved the multiples instances of table of content creation when track changes is enabled.
13
+ - `#SF-373451` - Resolved exception while open the document with image without relation identifier.
14
+ - `#SF-373159` - Resolved the console error thrown on pasting a content and then changing page orientation.
15
+ - `#SF-373175` - Resolved the script error thrown on deleting the revision text.
16
+ - `#SF-372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document.
17
+ - `#SF-372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side.
18
+ - `#SF-372636` - Resolved the text inside the shape with wrapping style 'in-front of text'.
19
+ - `#SF-372159` - Default number format for Page field is now displayed properly.
20
+ - `#SF-371816` - List format is now preserved properly on importing.
21
+ - `#SF-371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying.
22
+ - `#SF-370909` - Resolved the script error rendering after content delete.
23
+ - `#SF-369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages.
24
+ - `#SF-368794` - Resolved the tab space issue.
25
+ - `#SF-366157`, `#SF-367362` - Resolved the table rendering issue at the bottom of the page.
26
+ - `#SF-293527` - Justify paragraph layout issue in new page first paragraph is now resolved.
27
+ - `#SF-373340` - Resolved the content hanging issue while opening the attached document.
28
+ - `#SF-372431` - Resolved the table misalignment issue if the table has positioning properties.
29
+
30
+ ## 20.1.51 (2022-04-26)
31
+
32
+ ### Document Editor
33
+
34
+ #### Bug Fixes
35
+
36
+ - `#I361566`, `#I372584` - Resolved the wrapping style issue in header/footer.
37
+ - `#I373016` - Resolved the script error in accepting the revision inside the table.
38
+ - `#I370714` - Resolved the character format updating issue.
39
+ - `#I364803` - Resolved the track changes to empty page.
40
+ - `#I356022` - Resolved the wrong comma placing in Hebrew language.
41
+ - `#I368816` - Resolved the pie chart rendering and exporting issue.
42
+
43
+ ## 20.1.50 (2022-04-19)
44
+
45
+ ### Document Editor
46
+
47
+ #### Bug Fixes
48
+
49
+ - `#I374477` - Resolved the script error in XmlHttpRequest in lock and edit.
50
+ - `#I372421` - Resolved issues in insert row/column paragraph format inheritance from previous paragraph.
51
+ - `#IF173898` - Resolved the highlight color is not preserved in copy/paste.
52
+
53
+ ## 20.1.48 (2022-04-12)
54
+
55
+ ### Document Editor
56
+
57
+ #### Bug Fixes
58
+
59
+ - `#I374325`, `#I374720` - Resolved the text input issue replacing the selected text.
60
+ - `#I366806` - Resolved the content overlapping issue.
61
+ - `#I360442`, `#I372285` - Resolved the add to dictionary context item localization issue.
62
+ - `#I368653` - Resolved the numbering continuity issue.
63
+ - `#I368442` - Resolved the table of content alignment issue.
64
+ - `#I369908` - Resolved the alignment issue in the header.
65
+ - `#I368287` - Resolved the rendering issue for font family with number in canvas element.
66
+ - `#I368056` - Resolved the newly inserted footnote content style issue.
67
+ - `#I365347` - Resolved the paste content in between a paragraph.
68
+ - `#I366850` - Resolved the script error in DocumentEditorContainer component destroy.
69
+ - `#I368658` - Resolved the script error in pasting the content.
70
+ - `#F171582`, `#F173213` - Resolved the color preservation issue in pasting the highlighted cell from excel.
71
+ - `#F173430` - Resolved the delay in filling a document with large number of form fields.
72
+ - `#I370428` - Resolved the script error in replacing the text.
73
+ - `#I370305` - Resolved the cropped image rendering issue.
74
+ - `#I368292` - Resolved the empty merge field layout issue.
75
+ - `#I369092` - Indentation behaviour for numbered list is updated.
76
+
77
+ ## 20.1.47 (2022-04-04)
78
+
79
+ ### Document Editor
80
+
81
+ #### Bug Fixes
82
+
83
+ - `#I367457` - Resolved the nested table content positioning issue.
84
+ - `#I365347` - Copied content is now pasted properly in between the paragraph.
85
+ - `#I361140` - Resolved the script error in inserting footnote content.
86
+ - `#I366968` - Newly added table row border is now exported properly in server-side word export.
87
+ - `#I366806` - Resolved the content overlapping issue with wrapped shape.
88
+ - `#I363360` - Resolved the new window sample dialog height issue.
89
+
90
+ #### New Features
91
+
92
+ - `#I348441` - Added support for adding SVG image in a Word document.
93
+ - `#I348727` - Added support for setting automatic space before and after a paragraph in a Word document.
94
+ - `#I268209` - Added support for restricting documents with comments only protection type.
95
+ - `#I363489` - Improved the performance of the server-side spell check library.
96
+
97
+ ## 19.4.56 (2022-03-15)
98
+
99
+ ### Document Editor
100
+
101
+ #### Bug Fixes
102
+
9
103
  - `#SF-366157`, `#SF-367362` - Table in the end of the page is now rendered properly.
10
104
  - `#SF-365958` - Resolved the issue in track change undo/redo.
11
105
  - `#SF-366627` - Resolved the script error in the inline form fill mode.
@@ -66,18 +160,6 @@
66
160
  - `#SF-364322`, `#SF-365061` - Resolved the high light colour exporting issue in server-side saving.
67
161
  - `#FB32346` - Resolved the script error in deleting the image in spell check enabled mode.
68
162
 
69
- - `#F172362` - Resolved the script error in removing form field
70
- - `#SF-363487` - Resolved the spell check call triggering issue along with spell check by page.
71
- - `#SF-365295` - Comment and track changes date time is now compatible with MS Word.
72
- - `#SF-363790` - Resolved the performance issue in selection when focus moves out for Document editor.
73
- - `#SF-293910` - Comment operation is are restricted in the read only mode.
74
- - `#F171981` - Resolved the `beforeFormFieldFill` event triggering issue keyboard navigation.
75
- - `#SF-363546` - Resolved the script error in deleting the table with the bookmark.
76
- - `#FB31160` - Resolved the empty lines tracked changes.
77
- - `#SF-364322`, `#SF-365061` - Resolved the high light colour exporting issue in server-side saving.
78
- - `#FB32346` - Resolved the script error in deleting the image in spell check enabled mode.
79
- - `#SF-366101` - Resolved the font size binding issue in font dialog.
80
-
81
163
  ## 19.4.52 (2022-02-15)
82
164
 
83
165
  ### Document Editor
@@ -117,17 +199,6 @@
117
199
  - `#F171673`, `#SF-362944` - Resolved the comments pane opening issue in editing.
118
200
  - `#SF-361056`, `#SF-364408` - Resolved the empty revision loading issue track changes pane.
119
201
 
120
- undefined- `#F171012` - Character style is now applied properly.
121
- - `#SF-361141` - Resolved the endnote number format rendering issue.
122
- - `#SF-359056` - Resolved the hanging issue in loading document with hebrew text.
123
- - `#SF-352586`, `#F170330` - Resolved the track changes and restrict editing region issues in header/footer.
124
- - `#SF-364411` - Resolved the image height and width serialization issue in server-side exporting.
125
- - `#SF-361566` - Resolved the wrapping style issue in header/footer.
126
- - `#SF-361147` - Resolved the relayout issue in footnote moving to next page.
127
- - `#SF-361532` - Resolved the strike through applying issue for bulleted list.
128
- - `#F171673`, `#SF-362944` - Resolved the comments pane opening issue in editing.
129
- - `#SF-361056`, `#SF-364408` - Resolved the empty revision loading issue track changes pane.
130
-
131
202
  ## 19.4.48 (2022-01-31)
132
203
 
133
204
  ### Document Editor
@@ -507,19 +578,6 @@ undefined- `#F171012` - Character style is now applied properly.
507
578
  - `#I340643`, `#I341375` – Resolved the history issue in comment operations
508
579
  - `#I341840` – Resolved the table rendering issue.
509
580
 
510
- - `#I339602` – Track changes is now updated properly in header and footer.
511
- - `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
512
- - `#I339714` – Footnote order is now updated properly.
513
- - `#I339973` - Table serialization issue in word export is resolved.
514
- - `#I340795` – Issue with copying field is resolved.
515
- - `#I339872` – Page number is footer is now updated properly.
516
- - `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
517
- - `#I339027` – Resolved the script error in saving tracked content in header/footer.
518
- - `#I340532` – Html elements are nor properly disposed.
519
- - `#F168319` – Resolved the ViewChange event binding issue in Document Editor component
520
- - `#I340643`, `#I341375` – Resolved the history issue in comment operations
521
- - `#I341840` – Resolved the table rendering issue.
522
-
523
581
  #### New Features
524
582
 
525
583
  - `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-documenteditor.umd.min.js
3
- * version : 20.1.48
3
+ * version : 20.1.52
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
@@ -9,7 +9,16 @@
9
9
  */
10
10
  /*!
11
11
  * filename: ej2-vue-documenteditor.umd.min.js
12
- * version : 19.2.55
12
+ * version : 20.1.47
13
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
14
+ * Use of this code is subject to the terms of our license.
15
+ * A copy of the current license can be obtained at any time by e-mailing
16
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
17
+ * applicable laws.
18
+ */
19
+ /*!
20
+ * filename: ej2-vue-documenteditor.umd.min.js
21
+ * version : 19.4.38
13
22
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
14
23
  * Use of this code is subject to the terms of our license.
15
24
  * A copy of the current license can be obtained at any time by e-mailing