@syncfusion/ej2-angular-documenteditor 20.1.47 → 20.1.48
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 +284 -0
- 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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,290 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Document Editor
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I374325`, `#I374720` - Resolved the text input issue replacing the selected text.
|
|
10
|
+
- `#I366806` - Resolved the content overlapping issue.
|
|
11
|
+
- `#I360442`, `#I372285` - Resolved the add to dictionary context item localization issue.
|
|
12
|
+
- `#I368653` - Resolved the numbering continuity issue.
|
|
13
|
+
- `#I368442` - Resolved the table of content alignment issue.
|
|
14
|
+
- `#I369908` - Resolved the alignment issue in the header.
|
|
15
|
+
- `#I368287` - Resolved the rendering issue for font family with number in canvas element.
|
|
16
|
+
- `#I368056` - Resolved the newly inserted footnote content style issue.
|
|
17
|
+
- `#I365347` - Resolved the paste content in between a paragraph.
|
|
18
|
+
- `#I366850` - Resolved the script error in DocumentEditorContainer component destroy.
|
|
19
|
+
- `#I368658` - Resolved the script error in pasting the content.
|
|
20
|
+
- `#F171582`, `#F173213` - Resolved the color preservation issue in pasting the highlighted cell from excel.
|
|
21
|
+
- `#F173430` - Resolved the delay in filling a document with large number of form fields.
|
|
22
|
+
- `#I370428` - Resolved the script error in replacing the text.
|
|
23
|
+
- `#I370305` - Resolved the cropped image rendering issue.
|
|
24
|
+
- `#I368292` - Resolved the empty merge field layout issue.
|
|
25
|
+
- `#I369092` - Indentation behaviour for numbered list is updated.
|
|
26
|
+
|
|
27
|
+
## 20.1.47 (2022-04-04)
|
|
28
|
+
|
|
29
|
+
### Document Editor
|
|
30
|
+
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
- `#I367457` - Resolved the nested table content positioning issue.
|
|
34
|
+
- `#I365347` - Copied content is now pasted properly in between the paragraph.
|
|
35
|
+
- `#I361140` - Resolved the script error in inserting footnote content.
|
|
36
|
+
- `#I366968` - Newly added table row border is now exported properly in server-side word export.
|
|
37
|
+
- `#I366806` - Resolved the content overlapping issue with wrapped shape.
|
|
38
|
+
- `#I363360` - Resolved the new window sample dialog height issue.
|
|
39
|
+
|
|
40
|
+
#### New Features
|
|
41
|
+
|
|
42
|
+
- `#I348441` - Added support for adding SVG image in a Word document.
|
|
43
|
+
- `#I348727` - Added support for setting automatic space before and after a paragraph in a Word document.
|
|
44
|
+
- `#I268209` - Added support for restricting documents with comments only protection type.
|
|
45
|
+
- `#I363489` - Improved the performance of the server-side spell check library.
|
|
46
|
+
|
|
47
|
+
## 19.4.56 (2022-03-15)
|
|
48
|
+
|
|
49
|
+
### Document Editor
|
|
50
|
+
|
|
51
|
+
#### Bug Fixes
|
|
52
|
+
|
|
53
|
+
- `#SF-366157`, `#SF-367362` - Table in the end of the page is now rendered properly.
|
|
54
|
+
- `#SF-365958` - Resolved the issue in track change undo/redo.
|
|
55
|
+
- `#SF-366627` - Resolved the script error in the inline form fill mode.
|
|
56
|
+
- `#SF-367474`, `#SF-367493` - Resolved the line breaking issue in keep text only mode pasting.
|
|
57
|
+
- `#SF-366968` - Table border is now exported properly in server-side word export.
|
|
58
|
+
- `#SF-361925` - Resolved the script error in creating consecutive styles.
|
|
59
|
+
- `#SF-366592` - Resolved the number format issue in decreasing the indent.
|
|
60
|
+
|
|
61
|
+
## 19.4.55 (2022-03-08)
|
|
62
|
+
|
|
63
|
+
### Document Editor
|
|
64
|
+
|
|
65
|
+
#### Bug Fixes
|
|
66
|
+
|
|
67
|
+
- `#SF-368151` - Resolved the upper case function in localization.
|
|
68
|
+
- `#SF-367003` - Text is congested after using numbering is resolved.
|
|
69
|
+
- `#SF-366157` - Resolved the multi level list restart numbering issue.
|
|
70
|
+
- `#SF-365713` - Resolved the table layout issue in compatibility mode.
|
|
71
|
+
- `#SF-354038` - Resolved the script error in exporting document with large.
|
|
72
|
+
- `#SF-364803` - Resolved the track changes to empty page.
|
|
73
|
+
- `#F172160` - Resolved the editing the document after inserting table of contents.
|
|
74
|
+
- `#SF-367119` - Resolved the script error while loading a document.
|
|
75
|
+
- `#SF-369375` - Resolved the revision duplication in loading document with track changes.
|
|
76
|
+
- `#SF-365347` - Resolved the copy/paste for match destination formatting.
|
|
77
|
+
- `#SF-366101` - Resolved the font size binding issue in font dialog.
|
|
78
|
+
- `#SF-362395` - Resolved the table delete issue when track changes is enabled.
|
|
79
|
+
- `#SF-359599` - Resolved the empty paragraph track changes not showing in track changes pane.
|
|
80
|
+
- `#SF-361140` - Endnote splitting issue to new page is resolved.
|
|
81
|
+
- `#SF-367119` - Resolved the script error in opening document with shapes.
|
|
82
|
+
|
|
83
|
+
## 19.4.54 (2022-03-01)
|
|
84
|
+
|
|
85
|
+
### Document Editor
|
|
86
|
+
|
|
87
|
+
#### Bug Fixes
|
|
88
|
+
|
|
89
|
+
- `#SF-365347` - Resolved the copy/paste for match destination formatting.
|
|
90
|
+
- `#SF-366101` - Resolved the font size binding issue in font dialog.
|
|
91
|
+
- `#SF-362395` - Resolved the table delete issue when track changes is enabled.
|
|
92
|
+
- `#SF-359599` - Resolved the empty paragraph track changes not showing in track changes pane.
|
|
93
|
+
- `#SF-361140` - Endnote splitting issue to new page is resolved.
|
|
94
|
+
- `#SF-367119` - Resolved the script error in opening document with shapes.
|
|
95
|
+
|
|
96
|
+
## 19.4.53 (2022-02-22)
|
|
97
|
+
|
|
98
|
+
### Document Editor
|
|
99
|
+
|
|
100
|
+
#### Bug Fixes
|
|
101
|
+
|
|
102
|
+
- `#F172362` - Resolved the script error in removing form field
|
|
103
|
+
- `#SF-363487` - Resolved the spell check call triggering issue along with spell check by page.
|
|
104
|
+
- `#SF-365295` - Comment and track changes date time is now compatible with MS Word.
|
|
105
|
+
- `#SF-363790` - Resolved the performance issue in selection when focus moves out for Document editor.
|
|
106
|
+
- `#SF-293910` - Comment operation is are restricted in the read only mode.
|
|
107
|
+
- `#F171981` - Resolved the `beforeFormFieldFill` event triggering issue keyboard navigation.
|
|
108
|
+
- `#SF-363546` - Resolved the script error in deleting the table with the bookmark.
|
|
109
|
+
- `#FB31160` - Resolved the empty lines tracked changes.
|
|
110
|
+
- `#SF-364322`, `#SF-365061` - Resolved the high light colour exporting issue in server-side saving.
|
|
111
|
+
- `#FB32346` - Resolved the script error in deleting the image in spell check enabled mode.
|
|
112
|
+
|
|
113
|
+
## 19.4.52 (2022-02-15)
|
|
114
|
+
|
|
115
|
+
### Document Editor
|
|
116
|
+
|
|
117
|
+
#### Bug Fixes
|
|
118
|
+
|
|
119
|
+
- `#SF-356242`, `#SF-364511` - Resolved the character format and paragraph format in inserting new row and column.
|
|
120
|
+
- `#SF-363021` - Resolved the bullet list copy paste issue.
|
|
121
|
+
- `#SF-363285` - Resolved the bulleted list deletion issue inside table.
|
|
122
|
+
- `#SF-362395` - Resolved the table delete issue when track changes is enabled.
|
|
123
|
+
- `#F171944` - Resolved the document scrolling issue.
|
|
124
|
+
- `#SF-361169` - Resolved the pasting issue in large non-formatted content.
|
|
125
|
+
- `#SF-356384` - Resolved the merged cell rendering issue.
|
|
126
|
+
- `#SF-355425` - Resolved the relayout issue in editing wrapped table editing.
|
|
127
|
+
- `#SF-352941` - Resolved the table border rendering.
|
|
128
|
+
- `#SF-353976` - Resolved the table merged cells rendering issue.
|
|
129
|
+
|
|
130
|
+
#### New Features
|
|
131
|
+
|
|
132
|
+
- `#F168557` - Added support for insert new paragraph using \r\n, \r, \n
|
|
133
|
+
- `#SF-358641` - Added API to get/set field information.
|
|
134
|
+
|
|
135
|
+
## 19.4.50 (2022-02-08)
|
|
136
|
+
|
|
137
|
+
### Document Editor
|
|
138
|
+
|
|
139
|
+
#### Bug Fixes
|
|
140
|
+
|
|
141
|
+
- `#F171012` - Character style is now applied properly.
|
|
142
|
+
- `#SF-361141` - Resolved the endnote number format rendering issue.
|
|
143
|
+
- `#SF-359056` - Resolved the hanging issue in loading document with hebrew text.
|
|
144
|
+
- `#SF-352586`, `#F170330` - Resolved the track changes and restrict editing region issues in header/footer.
|
|
145
|
+
- `#SF-364411` - Resolved the image height and width serialization issue in server-side exporting.
|
|
146
|
+
- `#SF-361566` - Resolved the wrapping style issue in header/footer.
|
|
147
|
+
- `#SF-361147` - Resolved the relayout issue in footnote moving to next page.
|
|
148
|
+
- `#SF-361532` - Resolved the strike through applying issue for bulleted list.
|
|
149
|
+
- `#F171673`, `#SF-362944` - Resolved the comments pane opening issue in editing.
|
|
150
|
+
- `#SF-361056`, `#SF-364408` - Resolved the empty revision loading issue track changes pane.
|
|
151
|
+
|
|
152
|
+
## 19.4.48 (2022-01-31)
|
|
153
|
+
|
|
154
|
+
### Document Editor
|
|
155
|
+
|
|
156
|
+
#### Bug Fixes
|
|
157
|
+
|
|
158
|
+
- `#SF-355895` - Resolved the stacked column rendering issue.
|
|
159
|
+
- `#SF-359392` - Resolved the pie chart color rendering issue.
|
|
160
|
+
- `#F171212` - Resolved the section format copy/paste issue.
|
|
161
|
+
- `#SF-359809` - Table formatting is not applied properly.
|
|
162
|
+
- `#SF-359914` - Resolved the nested table height issue.
|
|
163
|
+
- `#SF-362938` - Resolved the spell check shows error for correct word after backspace/delete.
|
|
164
|
+
- `#SF-358997` - Resolved the script error in selection when first page of the document filled with shape with image and wrapping style.
|
|
165
|
+
- `#SF-361108` - Resolved the script error in the copy/paste.
|
|
166
|
+
- `#FB29987` - Resolved the table layouting issue in conversion from HTML to Document.
|
|
167
|
+
- `#SF-362365` - Resolved the modifying level in drop down.
|
|
168
|
+
- `#SF-363485` - Resolved the preferred width type mismatch in server-side SFDT to Docx conversion.
|
|
169
|
+
- `#F171941` - Resolved the insert page break in optimized spell check mode.
|
|
170
|
+
- `#SF-359775` - Column Clustered is not rendered properly.
|
|
171
|
+
- `#SF-359392` - Resolved the default chart color applied to pie chart.
|
|
172
|
+
- `#SF-359223` - Resolved the backspace issue in track changes.
|
|
173
|
+
- `#SF-356022` - Resolved the wrong comma placing in Hebrew language.
|
|
174
|
+
- `#SF-359056` - Resolved document hanging issue opening hebrew document.
|
|
175
|
+
- `#F169863`, `#SF-354348` - Resolved the server-side exporting issue in SFDT to Docx.
|
|
176
|
+
- `#SF-359780` - Resolved the layout issue in word 2013 justification for list applied text.
|
|
177
|
+
- `#SF-356294` - Resolved the extra space adding while copying and pasting text with bookmarks.
|
|
178
|
+
- `#SF-356242` - Resolved the style issue for the newly added rows & columns in the table.
|
|
179
|
+
- `#SF-358936` - Resolved the HTML Element ContentEditable property issue in DocumentEditor.
|
|
180
|
+
- `#SF-357051` - Resolved the element alignment issue due to page break.
|
|
181
|
+
- `#SF-355713` - Resolved the script error in applying restrict editing in DocumentEditorContainer.
|
|
182
|
+
- `#SF-354207` - Resolved the atleast line spacing type line height issue.
|
|
183
|
+
- `#SF-354215` - Resolved the floating elements positioning issue after update form fields.
|
|
184
|
+
- `#SF-357939` - Resolved the footer overlapping issue after pasting large content.
|
|
185
|
+
- `#SF-354644` - Resolved the overlapping issue for image with top and bottom wrapping style in header.
|
|
186
|
+
- `#SF-358814` - Document with applied list format is exported properly.
|
|
187
|
+
- `#F171012` - Resolved the script error in applying the list format to character style applied text.
|
|
188
|
+
- `#SF-358474` - Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
|
|
189
|
+
- `#SF-358523` - Resolved the status bar and font family style issue when localized.
|
|
190
|
+
- `#SF-356958` - Resolved the misalignment after list applying.
|
|
191
|
+
- `#SF-355425` - Resolved the auto fit table with preferred with type 'Point' is now layouted properly.
|
|
192
|
+
- `#SF-359606` - Resolved the default tab width calculation with tab stop.
|
|
193
|
+
- `#SF-355860` - Resolved the tab element layout issue in footer.
|
|
194
|
+
- `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
|
|
195
|
+
- `#SF-354038` - Resolved the performance issue in inserting table more rows.
|
|
196
|
+
- `#SF-354463` - Resolved the crashing issue in splitting rows in rendering table.
|
|
197
|
+
- `#SF-353961` - Resolved the performance issue in editing document with merge field.
|
|
198
|
+
- `#SF-355429` - Resolved selection issue for the shape with in front of text wrapping.
|
|
199
|
+
- `#SF-360442` - Resolved the spell check suggestion replace issue in localized document editor.
|
|
200
|
+
- `#F171032` - Resolved the empty line adding in text exporting.
|
|
201
|
+
- `#F171461` - Resolved the content control preservation issue in exporting.
|
|
202
|
+
- `#I347750` - Resolved the hanging issue when pasting large non-formatted content.
|
|
203
|
+
- `#I349289`, `#I349128` - Resolved the endnote shifting and overlapping issue.
|
|
204
|
+
- `#F171307` - Resolved the track changes issue in editing paragraph inside table.
|
|
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
|
+
#### New Features
|
|
210
|
+
|
|
211
|
+
- `#SF-354038` - Added API to restrict the maximum number of rows in insert table dialog(`DocumentEditorSettings.maximumRows`)
|
|
212
|
+
- `#SF-348990` - Added screen tip support for hyperlink.
|
|
213
|
+
|
|
214
|
+
## 19.4.47 (2022-01-25)
|
|
215
|
+
|
|
216
|
+
### Document Editor
|
|
217
|
+
|
|
218
|
+
#### Bug Fixes
|
|
219
|
+
|
|
220
|
+
- `#FB29987` - Resolved the table layouting issue in conversion from HTML to Document.
|
|
221
|
+
- `#SF-362365` - Resolved the modifying level in drop down.
|
|
222
|
+
- `#SF-363485` - Resolved the preferred width type mismatch in server-side SFDT to Docx conversion.
|
|
223
|
+
- `#F171941` - Resolved the insert page break in optimized spell check mode.
|
|
224
|
+
- `#SF-359775` - Column Clustered is not rendered properly.
|
|
225
|
+
- `#SF-359392` - Resolved the default chart color applied to pie chart.
|
|
226
|
+
- `#SF-359223` - Resolved the backspace issue in track changes.
|
|
227
|
+
- `#SF-356022` - Resolved the wrong comma placing in Hebrew language.
|
|
228
|
+
- `#SF-359056` - Resolved document hanging issue opening hebrew document.
|
|
229
|
+
|
|
230
|
+
## 19.4.43 (2022-01-18)
|
|
231
|
+
|
|
232
|
+
### Document Editor
|
|
233
|
+
|
|
234
|
+
#### Bug Fixes
|
|
235
|
+
|
|
236
|
+
- `#F169863`, `#SF-354348` - Resolved the server-side exporting issue in SFDT to Docx.
|
|
237
|
+
- `#SF-359780` - Resolved the layout issue in word 2013 justification for list applied text.
|
|
238
|
+
- `#SF-356294` - Resolved the extra space adding while copying and pasting text with bookmarks.
|
|
239
|
+
- `#SF-356242` - Resolved the style issue for the newly added rows & columns in the table.
|
|
240
|
+
- `#SF-358936` - Resolved the HTML Element ContentEditable property issue in DocumentEditor.
|
|
241
|
+
- `#SF-357051` - Resolved the element alignment issue due to page break.
|
|
242
|
+
- `#SF-355713` - Resolved the script error in applying restrict editing in DocumentEditorContainer.
|
|
243
|
+
- `#SF-354207` - Resolved the atleast line spacing type line height issue.
|
|
244
|
+
- `#SF-354215` - Resolved the floating elements positioning issue after update form fields.
|
|
245
|
+
- `#SF-357939` - Resolved the footer overlapping issue after pasting large content.
|
|
246
|
+
- `#SF-354644` - Resolved the overlapping issue for image with top and bottom wrapping style in header.
|
|
247
|
+
- `#SF-358814` - Document with applied list format is exported properly.
|
|
248
|
+
- `#F171012` - Resolved the script error in applying the list format to character style applied text.
|
|
249
|
+
- `#SF-358474` - Resolved the header/footer tooltip and toolbar item text wrap issue when localized.
|
|
250
|
+
- `#SF-358523` - Resolved the status bar and font family style issue when localized.
|
|
251
|
+
- `#SF-356958` - Resolved the misalignment after list applying.
|
|
252
|
+
- `#SF-355425` - Resolved the auto fit table with preferred with type 'Point' is now layouted properly.
|
|
253
|
+
- `#SF-359606` - Resolved the default tab width calculation with tab stop.
|
|
254
|
+
- `#SF-355860` - Resolved the tab element layout issue in footer.
|
|
255
|
+
- `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
|
|
256
|
+
- `#SF-354038` - Resolved the performance issue in inserting table more rows.
|
|
257
|
+
|
|
258
|
+
## 19.4.41 (2022-01-04)
|
|
259
|
+
|
|
260
|
+
### Document Editor
|
|
261
|
+
|
|
262
|
+
#### Bug Fixes
|
|
263
|
+
|
|
264
|
+
- `#SF-354463` - Resolved the crashing issue in splitting rows in rendering table.
|
|
265
|
+
- `#SF-353961` - Resolved the performance issue in editing document with merge field.
|
|
266
|
+
- `#SF-355429` - Resolved selection issue for the shape with in front of text wrapping.
|
|
267
|
+
- `#SF-360442` - Resolved the spell check suggestion replace issue in localized document editor.
|
|
268
|
+
- `#F171032` - Resolved the empty line adding in text exporting.
|
|
269
|
+
- `#F171461` - Resolved the content control preservation issue in exporting.
|
|
270
|
+
|
|
271
|
+
#### New Features
|
|
272
|
+
|
|
273
|
+
- `#SF-354038` - Added API to restrict the maximum number of rows in insert table dialog(`DocumentEditorSettings.maximumRows`)
|
|
274
|
+
|
|
275
|
+
## 19.4.40 (2021-12-28)
|
|
276
|
+
|
|
277
|
+
### Document Editor
|
|
278
|
+
|
|
279
|
+
#### Bug Fixes
|
|
280
|
+
|
|
281
|
+
- `#I347750` - Resolved the hanging issue when pasting large non-formatted content.
|
|
282
|
+
- `#I349289`, `#I349128` - Resolved the endnote shifting and overlapping issue.
|
|
283
|
+
- `#F171307` - Resolved the track changes issue in editing paragraph inside table.
|
|
284
|
+
- `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
|
|
285
|
+
- `#SF-356951`, `#F170963`, `#SF-351886`, #`SF-359815`, `#SF-359312` - Resolved the merged cell width rendering issue.
|
|
286
|
+
- `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
|
|
287
|
+
- `#SF-357703` - Resolved the table row splitting issue.
|
|
288
|
+
|
|
5
289
|
## 19.4.38 (2021-12-17)
|
|
6
290
|
|
|
7
291
|
### Document Editor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-documenteditor.umd.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.48
|
|
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 : 20.1.
|
|
3
|
+
* version : 20.1.48
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-documenteditor@20.1.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-gskW0qVwhb84D/EIBPDkOdM8hZbA6rPaE/B/HJJYqw1LBKtbfASTCgjehpYDLhFOMZTPszwMu2W0/Y8RjjwbOw==",
|
|
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-hotfix-new/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-20.1.47.tgz",
|
|
23
|
+
"_shasum": "0f1ac4eec5015f6efd2ae6407a2e6265e09ef8bf",
|
|
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": "~20.1.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.1.
|
|
36
|
-
"@syncfusion/ej2-documenteditor": "20.1.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.1.48",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.1.48",
|
|
36
|
+
"@syncfusion/ej2-documenteditor": "20.1.48"
|
|
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": "20.1.
|
|
70
|
+
"version": "20.1.48"
|
|
71
71
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^20.1.47";
|
|
3
3
|
export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~20.1.47";
|
|
@@ -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 = '^
|
|
4
|
+
exports.pkgVer = '^20.1.47';
|
|
5
5
|
exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~20.1.47';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^20.1.47';
|
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~20.1.47';
|