@syncfusion/ej2-angular-documenteditor 20.4.49 → 20.4.50

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/README.md CHANGED
@@ -1,74 +1,166 @@
1
- # ej2-angular-documenteditor
1
+ # Angular Word Processor Component
2
2
 
3
- The [Angular Document Editor](https://www.syncfusion.com/angular-ui-components/angular-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) 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.
3
+ The [Angular Word Processor](https://www.syncfusion.com/angular-ui-components/angular-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) component is a feature rich UI component with document editing capabilities like Microsoft Word. Also known as the document editor, it is used to create, edit, view, and print Word documents. It provides all the common Word processing features including editing text, formatting content, resizing images and tables, finding and replacing text, bookmarks, tables of contents, track changes, commenting, restrict editing, printing, importing and exporting Word documents.
4
4
 
5
- ![Document Editor](https://ej2.syncfusion.com/products/images/documenteditor/readme.gif)
6
-
7
- An example [Word Processor server-side Web API projects for ASP.NET MVC, ASP.NET Core, and Java is available in GitHub](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) which contains all the mandatory Web APIs for opening Word documents, paste with formatting, restrict editing, spell-checking, and saving documents.
5
+ An example [Word Processor server-side Web API projects for ASP.NET MVC, ASP.NET Core, and Java is available in GitHub](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) which contains all the mandatory Web APIs for opening Word documents, paste with formatting, restrict editing, spell-checking, and saving documents other than SFDT/DOCX format. Apart from these operations, all the user interactions and editing operations run purely in the client-side provides much faster editing experience to the users.
8
6
 
9
7
  Syncfusion provides a predefined [Word Processor server docker image](https://hub.docker.com/r/syncfusion/word-processor-server?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) targeting ASP.NET Core 2.1 framework. You can directly pull this docker image and deploy it in server on the go. You can also create own docker image by customizing the existing [docker project from GitHub](https://github.com/SyncfusionExamples/Word-Processor-Server-Docker?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm).
10
8
 
11
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
9
+ <p align="center">
10
+ <a href="https://ej2.syncfusion.com/angular/documentation/document-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm">Getting Started</a> .
11
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/bootstrap5/document-editor/default">Online demos</a> .
12
+ <a href="https://www.syncfusion.com/angular-components/angular-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm">Learn more</a>
13
+ </p>
12
14
 
13
- > A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
15
+ <p align="center">
16
+ ![Angular Word Processor Component](https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-word-processor.png)
17
+ </p>
14
18
 
19
+ <p align="center">
20
+ Trusted by the world's leading companies
21
+ <a href="https://www.syncfusion.com">
22
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
23
+ </a>
24
+ </p>
15
25
 
16
26
  ## Setup
17
27
 
18
- To install Document Editor and its dependent packages, use the following command
28
+ ### Create an Angular Application
29
+
30
+ To create an example **Angular** app use the following commands.
19
31
 
20
- ```sh
21
- npm install @syncfusion/ej2-angular-documenteditor
32
+ ```bash
33
+ git clone https://github.com/angular/quickstart.git quickstart
34
+ cd quickstart
35
+ npm install
22
36
  ```
23
37
 
24
- ## Resources
38
+ ### Adding Syncfusion Word Processor package
25
39
 
26
- * [Product Page](https://www.syncfusion.com/angular-ui-components/angular-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm)
27
- * [Getting Started](https://ej2.syncfusion.com/angular/documentation/document-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm)
28
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm/#/material/document-editor/default)
40
+ All Syncfusion Angular packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Angular Document editor package, use the following command.
29
41
 
30
- ## Supported Frameworks
42
+ ```bash
43
+ npm install @syncfusion/ej2-angular-documenteditor --save
44
+ ```
31
45
 
32
- Document Editor component is also available in following list of frameworks.
46
+ ### Adding CSS references for Word Processor
33
47
 
34
- 1. [React Document Editor](https://www.syncfusion.com/react-ui-components/react-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm)
35
- 2. [Vue Document Editor](https://www.syncfusion.com/vue-ui-components/vue-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm)
36
- 3. [JavaScript Document Editor](https://www.syncfusion.com/javascript-ui-controls/js-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm)
37
- 4. [ASP.NET Core Document Editor](https://www.syncfusion.com/aspnet-core-ui-controls/word-processor?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm)
38
- 5. [ASP.NET MVC Document Editor](https://www.syncfusion.com/aspnet-mvc-ui-controls/word-processor?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm)
48
+ Add CSS references needed for Document editor in the **src/styles/styles.css** file.
39
49
 
40
- ## Key Features
50
+ ```html
51
+ @import '../../node_modules/@syncfusion/ej2-base/styles/material.css';
52
+ @import '../../node_modules/@syncfusion/ej2-buttons/styles/material.css';
53
+ @import '../../node_modules/@syncfusion/ej2-inputs/styles/material.css';
54
+ @import '../../node_modules/@syncfusion/ej2-popups/styles/material.css';
55
+ @import '../../node_modules/@syncfusion/ej2-lists/styles/material.css';
56
+ @import '../../node_modules/@syncfusion/ej2-navigations/styles/material.css';
57
+ @import '../../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
58
+ @import '../../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
59
+ @import '../../node_modules/@syncfusion/ej2-angular-documenteditor/styles/material.css';
60
+ ```
41
61
 
42
- * [**Document Authoring**](https://ej2.syncfusion.com/angular/demos/document-editor/default/index.html?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#fabric) - Allows to create a document with supported elements and formatting options.
43
- * **Supported elements** - Supports document elements like text, inline image, table, hyperlink, fields, bookmark, table of contents, section, header, and footer.
44
- * **Styles** - Supports character and paragraph styles.
45
- * **Editing** - Supports all the common editing and formatting operations.
46
- * **History** - Supports options to perform undo redo operations.
47
- * **Find and replace** - Provides support to find and replace text within the document.
48
- * **Export** - Provides the options to export the documents in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`.
49
- * **Import** - Provides the options to import the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side.
50
- * **Print** - Provides the options to print the documents.
51
- * **Clipboard** - Provides support to cut, copy, and paste rich text contents within the component. Also allows pasting simple text from other applications.
52
- * **User interface** - Provides intuitive user friendly interface to perform various operations.
53
- * **Context menu** - Provides context menu.
54
- * **Dialog** - Provides dialog for inserting elements such as hyperlink, table and formatting such as font, paragraph, list, style, table.
55
- * **Options pane** - Provides options pane to perform find and replace operations.
62
+ ### Registering DocumentEditorContainer module
63
+
64
+ Import DocumentEditorContainer module into Angular application(app.module.ts) from the package @syncfusion/ej2-angular-documenteditor [src/app/app.module.ts].
65
+
66
+ ```typescript
67
+ import { NgModule } from '@angular/core';
68
+ import { BrowserModule } from '@angular/platform-browser';
69
+ import { DocumentEditorContainerModule } from '@syncfusion/ej2-angular-documenteditor';
70
+ import { AppComponent } from './default.component';
71
+
72
+ /**
73
+ * Module
74
+ */
75
+ @NgModule({
76
+ imports: [
77
+ BrowserModule,
78
+ DocumentEditorContainerModule
79
+ ],
80
+ declarations: [AppComponent],
81
+ bootstrap: [AppComponent]
82
+ })
83
+ export class AppModule { }
84
+ ```
56
85
 
57
- ## Support
86
+ ## Add Word Processor component
87
+
88
+ Modify the template in [src/app/app.component.ts] file to render the Document Editor component.
89
+ Add the Angular Document Editor by using <ejs-documenteditorcontainer> selector in template section of the **app.component.ts** file.
58
90
 
59
- Product support is available for through following mediums.
91
+ ```typescript
92
+ import { Component, OnInit } from '@angular/core';
93
+ import { ToolbarService } from '@syncfusion/ej2-angular-documenteditor';
60
94
 
61
- * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) support system or [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm).
62
- * New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm).
63
- * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
95
+ @Component({
96
+ selector: 'app-container',
97
+ // specifies the template string for the DocumentEditorContainer component
98
+ template: `<ejs-documenteditorcontainer serviceUrl="https://ej2services.syncfusion.com/production/web-services/api/documenteditor/" [enableToolbar]=true> </ejs-documenteditorcontainer>`,
99
+ providers: [ToolbarService]
100
+ })
101
+ export class AppComponent implements OnInit {
64
102
 
65
- ## License
103
+ ngOnInit(): void {
104
+ }
105
+ }
106
+ ```
107
+
108
+ > The web API ('https://ej2services.syncfusion.com/production/web-services/api/documenteditor/') is created specifically for our online demos. You should host web API on your side, refer the [web service documentation](https://ej2.syncfusion.com/angular/documentation/document-editor/web-services/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) for more information.
109
+
110
+ ## Supported frameworks
111
+
112
+ The Angular Word Processor (Document Editor) component is also offered in the following list of frameworks.
113
+
114
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
115
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
116
+
117
+ ## Showcase samples
118
+
119
+ * Expense Tracker - [Source](https://github.com/syncfusion/ej2-showcase-angular-expensetracker?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm), [Live Demo](https://ej2.syncfusion.com/showcase/angular/expensetracker/#/dashboard?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm)
120
+ * Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ng-loancalculator?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm), [Live Demo](https://ej2.syncfusion.com/showcase/angular/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm)
121
+ * Fitness Tracker - [Source](https://github.com/SyncfusionExamples/showcase-angular-health-tracker-dashboard-demo), [Live Demo](https://ej2.syncfusion.com/showcase/angular/fitness-tracker-app/)
122
+
123
+ ## Key features
124
+
125
+ * [Document Authoring](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/bootstrap5/document-editor/default) - Allows to create a document with supported elements and formatting options.
126
+ * Supported elements - Supports document elements like text, inline image, table, hyperlink, fields, bookmark, table of contents, footnote and endnote, section, header, and footer.
127
+ * Styles - Supports character and paragraph styles.
128
+ * Editing - Supports all the common editing and formatting operations.
129
+ * History - Supports options to perform undo redo operations.
130
+ * Find and replace - Provides support to find and replace text within the document.
131
+ * [Track changes](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/bootstrap5/document-editor/track-changes) - Suppports tracking the content insertion and deletion.
132
+ * [Commenting](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/bootstrap5/document-editor/comments) - Supports adding a comment, replying to an existing comment or mark as resolved and more.
133
+ * [Form filling](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/bootstrap5/document-editor/form-fields) - Supports designing fillable forms in Word document and fill the forms.
134
+ * [Restrict editng](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/bootstrap5/document-editor/document-protection) - Supports restricting edit permission for a region in Word document and control what type of changes can be made to the document.
135
+ * Export - Provides the options to export the documents in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`. With server-side library, exporting as other formats can be achieved.
136
+ * Import - Provides the options to import the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side. With server-side library, importing other formats can be achieved.
137
+ * Print - Provides the options to print the documents.
138
+ * Clipboard - Provides support to cut, copy, and paste rich text contents within the component. Also allows pasting simple text from other applications. Paste rich text from other applications using server-side library.
139
+ * User interface - Provides intuitive user friendly interface to perform various operations.
140
+ * Context menu - Provides context menu.
141
+ * Dialog - Provides dialog for inserting elements such as hyperlink, table and formatting such as font, paragraph, list, style, table.
142
+ * Options pane - Provides options pane to perform find and replace operations.
143
+
144
+ ## Support
145
+
146
+ Product support is available through the following mediums.
66
147
 
67
- Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm).
148
+ * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
149
+ * [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm)
150
+ * [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
151
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm)
152
+ * Live chat
68
153
 
69
154
  ## Changelog
70
155
 
71
- Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/documenteditor/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm)
156
+ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/documenteditor/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
157
+
158
+ ## License and copyright
159
+
160
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
161
+
162
+ > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
72
163
 
164
+ See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) for more info.
73
165
 
74
- © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
166
+ © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
- "_id": "@syncfusion/ej2-angular-documenteditor@20.4.44",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@20.4.49",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-DDZgjh5Yo6FGshJldvhT5OQj76WSC5AtfvRLT985uX8vi6uc1qYSJWkhu3AEJWl3b1sqfxP8lbUmD3TDHh2l8Q==",
5
+ "_integrity": "sha512-hBYrO7R4ifb356h2fVnhk0dvn5TaqxZkrjn7BQ16lKorVQcRIjlzzpUFj5afvGAU8qoIAz8sh8kAqv1QLGiOwQ==",
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": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-20.4.44.tgz",
23
- "_shasum": "f79cd7b0d5e666c22aa90509362a670ef61d0e19",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-20.4.49.tgz",
23
+ "_shasum": "b517606bfe2aad2fbf4b061aae57cccf8ecd4e79",
24
24
  "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~20.4.48",
35
35
  "@syncfusion/ej2-base": "~20.4.48",
36
- "@syncfusion/ej2-documenteditor": "20.4.49",
36
+ "@syncfusion/ej2-documenteditor": "20.4.50",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -71,5 +71,5 @@
71
71
  "schematics": "./schematics/collection.json",
72
72
  "sideEffects": false,
73
73
  "typings": "syncfusion-ej2-angular-documenteditor.d.ts",
74
- "version": "20.4.49"
74
+ "version": "20.4.50"
75
75
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
2
- export declare const pkgVer = "^20.4.44";
2
+ export declare const pkgVer = "^20.4.49";
3
3
  export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
4
- export declare const themeVer = "~20.4.44";
4
+ export declare const themeVer = "~20.4.49";
@@ -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 = '^20.4.49';
4
+ exports.pkgVer = '^20.4.50';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~20.4.49';
6
+ exports.themeVer = '~20.4.50';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^20.4.49';
2
+ export const pkgVer = '^20.4.50';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~20.4.49';
4
+ export const themeVer = '~20.4.50';