@syncfusion/ej2-angular-documenteditor 19.4.54 → 20.1.47
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 +0 -204
- package/dist/ej2-angular-documenteditor.umd.js +1 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +218 -151
- package/styles/bootstrap.css +218 -151
- package/styles/bootstrap4.css +224 -157
- package/styles/bootstrap5-dark.css +253 -172
- package/styles/bootstrap5.css +253 -172
- package/styles/document-editor/bootstrap-dark.css +192 -50
- package/styles/document-editor/bootstrap.css +192 -50
- package/styles/document-editor/bootstrap4.css +194 -52
- package/styles/document-editor/bootstrap5-dark.css +207 -61
- package/styles/document-editor/bootstrap5.css +207 -61
- package/styles/document-editor/fabric-dark.css +193 -51
- package/styles/document-editor/fabric.css +193 -51
- package/styles/document-editor/fluent-dark.css +3782 -0
- package/styles/document-editor/fluent-dark.scss +1 -0
- package/styles/document-editor/fluent.css +3782 -0
- package/styles/document-editor/fluent.scss +1 -0
- package/styles/document-editor/highcontrast-light.css +5 -9
- package/styles/document-editor/highcontrast.css +193 -51
- package/styles/document-editor/material-dark.css +193 -51
- package/styles/document-editor/material.css +193 -51
- package/styles/document-editor/tailwind-dark.css +319 -261
- package/styles/document-editor/tailwind.css +319 -261
- package/styles/document-editor-container/bootstrap-dark.css +26 -101
- package/styles/document-editor-container/bootstrap.css +26 -101
- package/styles/document-editor-container/bootstrap4.css +30 -105
- package/styles/document-editor-container/bootstrap5-dark.css +46 -111
- package/styles/document-editor-container/bootstrap5.css +46 -111
- package/styles/document-editor-container/fabric-dark.css +26 -101
- package/styles/document-editor-container/fabric.css +26 -101
- package/styles/document-editor-container/fluent-dark.css +1996 -0
- package/styles/document-editor-container/fluent-dark.scss +1 -0
- package/styles/document-editor-container/fluent.css +1996 -0
- package/styles/document-editor-container/fluent.scss +1 -0
- package/styles/document-editor-container/highcontrast-light.css +29 -104
- package/styles/document-editor-container/highcontrast.css +26 -101
- package/styles/document-editor-container/material-dark.css +26 -101
- package/styles/document-editor-container/material.css +26 -101
- package/styles/document-editor-container/tailwind-dark.css +134 -271
- package/styles/document-editor-container/tailwind.css +134 -271
- package/styles/fabric-dark.css +219 -152
- package/styles/fabric.css +219 -152
- package/styles/fluent-dark.css +5779 -0
- package/styles/fluent-dark.scss +2 -0
- package/styles/fluent.css +5779 -0
- package/styles/fluent.scss +2 -0
- package/styles/highcontrast-light.css +31 -110
- package/styles/highcontrast.css +219 -152
- package/styles/material-dark.css +219 -152
- package/styles/material.css +219 -152
- package/styles/tailwind-dark.css +453 -532
- package/styles/tailwind.css +453 -532
package/CHANGELOG.md
CHANGED
|
@@ -2,210 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### Document Editor
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#SF-365347` - Resolved the copy/paste for match destination formatting.
|
|
10
|
-
- `#SF-366101` - Resolved the font size binding issue in font dialog.
|
|
11
|
-
- `#SF-362395` - Resolved the table delete issue when track changes is enabled.
|
|
12
|
-
- `#SF-359599` - Resolved the empty paragraph track changes not showing in track changes pane.
|
|
13
|
-
- `#SF-361140` - Endnote splitting issue to new page is resolved.
|
|
14
|
-
- `#SF-367119` - Resolved the script error in opening document with shapes.
|
|
15
|
-
|
|
16
|
-
## 19.4.53 (2022-02-22)
|
|
17
|
-
|
|
18
|
-
### Document Editor
|
|
19
|
-
|
|
20
|
-
#### Bug Fixes
|
|
21
|
-
|
|
22
|
-
- `#F172362` - Resolved the script error in removing form field
|
|
23
|
-
- `#SF-363487` - Resolved the spell check call triggering issue along with spell check by page.
|
|
24
|
-
- `#SF-365295` - Comment and track changes date time is now compatible with MS Word.
|
|
25
|
-
- `#SF-363790` - Resolved the performance issue in selection when focus moves out for Document editor.
|
|
26
|
-
- `#SF-293910` - Comment operation is are restricted in the read only mode.
|
|
27
|
-
- `#F171981` - Resolved the `beforeFormFieldFill` event triggering issue keyboard navigation.
|
|
28
|
-
- `#SF-363546` - Resolved the script error in deleting the table with the bookmark.
|
|
29
|
-
- `#FB31160` - Resolved the empty lines tracked changes.
|
|
30
|
-
- `#SF-364322`, `#SF-365061` - Resolved the high light colour exporting issue in server-side saving.
|
|
31
|
-
- `#FB32346` - Resolved the script error in deleting the image in spell check enabled mode.
|
|
32
|
-
|
|
33
|
-
## 19.4.52 (2022-02-15)
|
|
34
|
-
|
|
35
|
-
### Document Editor
|
|
36
|
-
|
|
37
|
-
#### Bug Fixes
|
|
38
|
-
|
|
39
|
-
- `#SF-356242`, `#SF-364511` - Resolved the character format and paragraph format in inserting new row and column.
|
|
40
|
-
- `#SF-363021` - Resolved the bullet list copy paste issue.
|
|
41
|
-
- `#SF-363285` - Resolved the bulleted list deletion issue inside table.
|
|
42
|
-
- `#SF-362395` - Resolved the table delete issue when track changes is enabled.
|
|
43
|
-
- `#F171944` - Resolved the document scrolling issue.
|
|
44
|
-
- `#SF-361169` - Resolved the pasting issue in large non-formatted content.
|
|
45
|
-
- `#SF-356384` - Resolved the merged cell rendering issue.
|
|
46
|
-
- `#SF-355425` - Resolved the relayout issue in editing wrapped table editing.
|
|
47
|
-
- `#SF-352941` - Resolved the table border rendering.
|
|
48
|
-
- `#SF-353976` - Resolved the table merged cells rendering issue.
|
|
49
|
-
|
|
50
|
-
#### New Features
|
|
51
|
-
|
|
52
|
-
- `#F168557` - Added support for insert new paragraph using \r\n, \r, \n
|
|
53
|
-
- `#SF-358641` - Added API to get/set field information.
|
|
54
|
-
|
|
55
|
-
## 19.4.50 (2022-02-08)
|
|
56
|
-
|
|
57
|
-
### Document Editor
|
|
58
|
-
|
|
59
|
-
#### Bug Fixes
|
|
60
|
-
|
|
61
|
-
- `#F171012` - Character style is now applied properly.
|
|
62
|
-
- `#SF-361141` - Resolved the endnote number format rendering issue.
|
|
63
|
-
- `#SF-359056` - Resolved the hanging issue in loading document with hebrew text.
|
|
64
|
-
- `#SF-352586`, `#F170330` - Resolved the track changes and restrict editing region issues in header/footer.
|
|
65
|
-
- `#SF-364411` - Resolved the image height and width serialization issue in server-side exporting.
|
|
66
|
-
- `#SF-361566` - Resolved the wrapping style issue in header/footer.
|
|
67
|
-
- `#SF-361147` - Resolved the relayout issue in footnote moving to next page.
|
|
68
|
-
- `#SF-361532` - Resolved the strike through applying issue for bulleted list.
|
|
69
|
-
- `#F171673`, `#SF-362944` - Resolved the comments pane opening issue in editing.
|
|
70
|
-
- `#SF-361056`, `#SF-364408` - Resolved the empty revision loading issue track changes pane.
|
|
71
|
-
|
|
72
|
-
## 19.4.48 (2022-01-31)
|
|
73
|
-
|
|
74
|
-
### Document Editor
|
|
75
|
-
|
|
76
|
-
#### Bug Fixes
|
|
77
|
-
|
|
78
|
-
- `#SF-355895` - Resolved the stacked column rendering issue.
|
|
79
|
-
- `#SF-359392` - Resolved the pie chart color rendering issue.
|
|
80
|
-
- `#F171212` - Resolved the section format copy/paste issue.
|
|
81
|
-
- `#SF-359809` - Table formatting is not applied properly.
|
|
82
|
-
- `#SF-359914` - Resolved the nested table height issue.
|
|
83
|
-
- `#SF-362938` - Resolved the spell check shows error for correct word after backspace/delete.
|
|
84
|
-
- `#SF-358997` - Resolved the script error in selection when first page of the document filled with shape with image and wrapping style.
|
|
85
|
-
- `#SF-361108` - Resolved the script error in the copy/paste.
|
|
86
|
-
- `#FB29987` - Resolved the table layouting issue in conversion from HTML to Document.
|
|
87
|
-
- `#SF-362365` - Resolved the modifying level in drop down.
|
|
88
|
-
- `#SF-363485` - Resolved the preferred width type mismatch in server-side SFDT to Docx conversion.
|
|
89
|
-
- `#F171941` - Resolved the insert page break in optimized spell check mode.
|
|
90
|
-
- `#SF-359775` - Column Clustered is not rendered properly.
|
|
91
|
-
- `#SF-359392` - Resolved the default chart color applied to pie chart.
|
|
92
|
-
- `#SF-359223` - Resolved the backspace issue in track changes.
|
|
93
|
-
- `#SF-356022` - Resolved the wrong comma placing in Hebrew language.
|
|
94
|
-
- `#SF-359056` - Resolved document hanging issue opening hebrew document.
|
|
95
|
-
- `#F169863`, `#SF-354348` - Resolved the server-side exporting issue in SFDT to Docx.
|
|
96
|
-
- `#SF-359780` - Resolved the layout issue in word 2013 justification for list applied text.
|
|
97
|
-
- `#SF-356294` - Resolved the extra space adding while copying and pasting text with bookmarks.
|
|
98
|
-
- `#SF-356242` - Resolved the style issue for the newly added rows & columns in the table.
|
|
99
|
-
- `#SF-358936` - Resolved the HTML Element ContentEditable property issue in DocumentEditor.
|
|
100
|
-
- `#SF-357051` - Resolved the element alignment issue due to page break.
|
|
101
|
-
- `#SF-355713` - Resolved the script error in applying restrict editing in DocumentEditorContainer.
|
|
102
|
-
- `#SF-354207` - Resolved the atleast line spacing type line height issue.
|
|
103
|
-
- `#SF-354215` - Resolved the floating elements positioning issue after update form fields.
|
|
104
|
-
- `#SF-357939` - Resolved the footer overlapping issue after pasting large content.
|
|
105
|
-
- `#SF-354644` - Resolved the overlapping issue for image with top and bottom wrapping style in header.
|
|
106
|
-
- `#SF-358814` - Document with applied list format is exported properly.
|
|
107
|
-
- `#F171012` - Resolved the script error in applying the list format to character style applied text.
|
|
108
|
-
- `#SF-358474` - Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
|
|
109
|
-
- `#SF-358523` - Resolved the status bar and font family style issue when localized.
|
|
110
|
-
- `#SF-356958` - Resolved the misalignment after list applying.
|
|
111
|
-
- `#SF-355425` - Resolved the auto fit table with preferred with type 'Point' is now layouted properly.
|
|
112
|
-
- `#SF-359606` - Resolved the default tab width calculation with tab stop.
|
|
113
|
-
- `#SF-355860` - Resolved the tab element layout issue in footer.
|
|
114
|
-
- `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
|
|
115
|
-
- `#SF-354038` - Resolved the performance issue in inserting table more rows.
|
|
116
|
-
- `#SF-354463` - Resolved the crashing issue in splitting rows in rendering table.
|
|
117
|
-
- `#SF-353961` - Resolved the performance issue in editing document with merge field.
|
|
118
|
-
- `#SF-355429` - Resolved selection issue for the shape with in front of text wrapping.
|
|
119
|
-
- `#SF-360442` - Resolved the spell check suggestion replace issue in localized document editor.
|
|
120
|
-
- `#F171032` - Resolved the empty line adding in text exporting.
|
|
121
|
-
- `#F171461` - Resolved the content control preservation issue in exporting.
|
|
122
|
-
- `#I347750` - Resolved the hanging issue when pasting large non-formatted content.
|
|
123
|
-
- `#I349289`, `#I349128` - Resolved the endnote shifting and overlapping issue.
|
|
124
|
-
- `#F171307` - Resolved the track changes issue in editing paragraph inside table.
|
|
125
|
-
- `#SF-356951`, `#F170963`, `#SF-351886`, `#SF-359815`, `#SF-359312` - Resolved the merged cell width rendering issue.
|
|
126
|
-
- `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
|
|
127
|
-
- `#SF-357703` - Resolved the table row splitting issue.
|
|
128
|
-
|
|
129
|
-
#### New Features
|
|
130
|
-
|
|
131
|
-
- `#SF-354038` - Added API to restrict the maximum number of rows in insert table dialog(`DocumentEditorSettings.maximumRows`)
|
|
132
|
-
- `#SF-348990` - Added screen tip support for hyperlink.
|
|
133
|
-
|
|
134
|
-
## 19.4.47 (2022-01-25)
|
|
135
|
-
|
|
136
|
-
### Document Editor
|
|
137
|
-
|
|
138
|
-
#### Bug Fixes
|
|
139
|
-
|
|
140
|
-
- `#FB29987` - Resolved the table layouting issue in conversion from HTML to Document.
|
|
141
|
-
- `#SF-362365` - Resolved the modifying level in drop down.
|
|
142
|
-
- `#SF-363485` - Resolved the preferred width type mismatch in server-side SFDT to Docx conversion.
|
|
143
|
-
- `#F171941` - Resolved the insert page break in optimized spell check mode.
|
|
144
|
-
- `#SF-359775` - Column Clustered is not rendered properly.
|
|
145
|
-
- `#SF-359392` - Resolved the default chart color applied to pie chart.
|
|
146
|
-
- `#SF-359223` - Resolved the backspace issue in track changes.
|
|
147
|
-
- `#SF-356022` - Resolved the wrong comma placing in Hebrew language.
|
|
148
|
-
- `#SF-359056` - Resolved document hanging issue opening hebrew document.
|
|
149
|
-
|
|
150
|
-
## 19.4.43 (2022-01-18)
|
|
151
|
-
|
|
152
|
-
### Document Editor
|
|
153
|
-
|
|
154
|
-
#### Bug Fixes
|
|
155
|
-
|
|
156
|
-
- `#F169863`, `#SF-354348` - Resolved the server-side exporting issue in SFDT to Docx.
|
|
157
|
-
- `#SF-359780` - Resolved the layout issue in word 2013 justification for list applied text.
|
|
158
|
-
- `#SF-356294` - Resolved the extra space adding while copying and pasting text with bookmarks.
|
|
159
|
-
- `#SF-356242` - Resolved the style issue for the newly added rows & columns in the table.
|
|
160
|
-
- `#SF-358936` - Resolved the HTML Element ContentEditable property issue in DocumentEditor.
|
|
161
|
-
- `#SF-357051` - Resolved the element alignment issue due to page break.
|
|
162
|
-
- `#SF-355713` - Resolved the script error in applying restrict editing in DocumentEditorContainer.
|
|
163
|
-
- `#SF-354207` - Resolved the atleast line spacing type line height issue.
|
|
164
|
-
- `#SF-354215` - Resolved the floating elements positioning issue after update form fields.
|
|
165
|
-
- `#SF-357939` - Resolved the footer overlapping issue after pasting large content.
|
|
166
|
-
- `#SF-354644` - Resolved the overlapping issue for image with top and bottom wrapping style in header.
|
|
167
|
-
- `#SF-358814` - Document with applied list format is exported properly.
|
|
168
|
-
- `#F171012` - Resolved the script error in applying the list format to character style applied text.
|
|
169
|
-
- `#SF-358474` - Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
|
|
170
|
-
- `#SF-358523` - Resolved the status bar and font family style issue when localized.
|
|
171
|
-
- `#SF-356958` - Resolved the misalignment after list applying.
|
|
172
|
-
- `#SF-355425` - Resolved the auto fit table with preferred with type 'Point' is now layouted properly.
|
|
173
|
-
- `#SF-359606` - Resolved the default tab width calculation with tab stop.
|
|
174
|
-
- `#SF-355860` - Resolved the tab element layout issue in footer.
|
|
175
|
-
- `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
|
|
176
|
-
- `#SF-354038` - Resolved the performance issue in inserting table more rows.
|
|
177
|
-
|
|
178
|
-
## 19.4.41 (2022-01-04)
|
|
179
|
-
|
|
180
|
-
### Document Editor
|
|
181
|
-
|
|
182
|
-
#### Bug Fixes
|
|
183
|
-
|
|
184
|
-
- `#SF-354463` - Resolved the crashing issue in splitting rows in rendering table.
|
|
185
|
-
- `#SF-353961` - Resolved the performance issue in editing document with merge field.
|
|
186
|
-
- `#SF-355429` - Resolved selection issue for the shape with in front of text wrapping.
|
|
187
|
-
- `#SF-360442` - Resolved the spell check suggestion replace issue in localized document editor.
|
|
188
|
-
- `#F171032` - Resolved the empty line adding in text exporting.
|
|
189
|
-
- `#F171461` - Resolved the content control preservation issue in exporting.
|
|
190
|
-
|
|
191
|
-
#### New Features
|
|
192
|
-
|
|
193
|
-
- `#SF-354038` - Added API to restrict the maximum number of rows in insert table dialog(`DocumentEditorSettings.maximumRows`)
|
|
194
|
-
|
|
195
|
-
## 19.4.40 (2021-12-28)
|
|
196
|
-
|
|
197
|
-
### Document Editor
|
|
198
|
-
|
|
199
|
-
#### Bug Fixes
|
|
200
|
-
|
|
201
|
-
- `#I347750` - Resolved the hanging issue when pasting large non-formatted content.
|
|
202
|
-
- `#I349289`, `#I349128` - Resolved the endnote shifting and overlapping issue.
|
|
203
|
-
- `#F171307` - Resolved the track changes issue in editing paragraph inside table.
|
|
204
|
-
- `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
|
|
205
|
-
- `#SF-356951`, `#F170963`, `#SF-351886`, #`SF-359815`, `#SF-359312` - Resolved the merged cell width rendering issue.
|
|
206
|
-
- `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
|
|
207
|
-
- `#SF-357703` - Resolved the table row splitting issue.
|
|
208
|
-
|
|
209
5
|
## 19.4.38 (2021-12-17)
|
|
210
6
|
|
|
211
7
|
### Document Editor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-documenteditor.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 20.1.47
|
|
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-angular-documenteditor.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 20.1.47
|
|
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-angular-documenteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-documenteditor@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-documenteditor@19.27.1",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-931G0t6Pd3BBFEC47X+Feibs0WUBjHzNPQ3yJGWy8H8e0Red25xb4Xsy6At03oIssBWqq9SWQgkPUj3YyFvZdg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-documenteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-19.27.1.tgz",
|
|
23
|
+
"_shasum": "5a454153311ff9ca39a14f3f9d8000fa959ea45c",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-documenteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-documenteditor": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.1.47",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.1.47",
|
|
36
|
+
"@syncfusion/ej2-documenteditor": "20.1.47"
|
|
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 Angular",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"schematics": "./schematics/collection.json",
|
|
68
68
|
"sideEffects": false,
|
|
69
69
|
"typings": "ej2-angular-documenteditor.d.ts",
|
|
70
|
-
"version": "
|
|
70
|
+
"version": "20.1.47"
|
|
71
71
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
|
|
2
|
-
export declare const pkgVer = "^19.
|
|
2
|
+
export declare const pkgVer = "^19.27.1";
|
|
3
3
|
export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
|
|
4
|
-
export declare const themeVer = "~19.
|
|
4
|
+
export declare const themeVer = "~19.27.1";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
4
|
-
exports.pkgVer = '^19.
|
|
4
|
+
exports.pkgVer = '^19.27.1';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~19.
|
|
6
|
+
exports.themeVer = '~19.27.1';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^19.
|
|
2
|
+
export const pkgVer = '^19.27.1';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~19.
|
|
4
|
+
export const themeVer = '~19.27.1';
|