@syncfusion/ej2-angular-richtexteditor 20.3.61-ngcc → 20.4.38-ngcc

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 (38) hide show
  1. package/CHANGELOG.md +0 -39
  2. package/README.md +109 -53
  3. package/dist/ej2-angular-richtexteditor.umd.js +1 -1
  4. package/dist/ej2-angular-richtexteditor.umd.min.js +1 -1
  5. package/package.json +17 -17
  6. package/schematics/utils/lib-details.d.ts +2 -2
  7. package/schematics/utils/lib-details.js +2 -2
  8. package/schematics/utils/lib-details.ts +2 -2
  9. package/styles/bootstrap-dark.css +12 -5
  10. package/styles/bootstrap.css +12 -5
  11. package/styles/bootstrap4.css +12 -5
  12. package/styles/bootstrap5-dark.css +12 -5
  13. package/styles/bootstrap5.css +12 -5
  14. package/styles/fabric-dark.css +12 -5
  15. package/styles/fabric.css +12 -5
  16. package/styles/fluent-dark.css +12 -5
  17. package/styles/fluent.css +12 -5
  18. package/styles/highcontrast-light.css +12 -5
  19. package/styles/highcontrast.css +12 -5
  20. package/styles/material-dark.css +12 -5
  21. package/styles/material.css +12 -5
  22. package/styles/rich-text-editor/bootstrap-dark.css +12 -5
  23. package/styles/rich-text-editor/bootstrap.css +12 -5
  24. package/styles/rich-text-editor/bootstrap4.css +12 -5
  25. package/styles/rich-text-editor/bootstrap5-dark.css +12 -5
  26. package/styles/rich-text-editor/bootstrap5.css +12 -5
  27. package/styles/rich-text-editor/fabric-dark.css +12 -5
  28. package/styles/rich-text-editor/fabric.css +12 -5
  29. package/styles/rich-text-editor/fluent-dark.css +12 -5
  30. package/styles/rich-text-editor/fluent.css +12 -5
  31. package/styles/rich-text-editor/highcontrast-light.css +12 -5
  32. package/styles/rich-text-editor/highcontrast.css +12 -5
  33. package/styles/rich-text-editor/material-dark.css +12 -5
  34. package/styles/rich-text-editor/material.css +12 -5
  35. package/styles/rich-text-editor/tailwind-dark.css +12 -5
  36. package/styles/rich-text-editor/tailwind.css +12 -5
  37. package/styles/tailwind-dark.css +12 -5
  38. package/styles/tailwind.css +12 -5
package/CHANGELOG.md CHANGED
@@ -2,37 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ### RichTextEditor
6
-
7
- #### Bug Fixes
8
-
9
- - `#I422392` - Now, the embed video is not removed when pressing the enter key.
10
- - `#I422764` - Now, when using similar fontFamily values for multiple items updates the dropDown text properly.
11
-
12
- ## 20.3.60 (2022-12-06)
13
-
14
- ### RichTextEditor
15
-
16
- #### Bug Fixes
17
-
18
- - `#I416708` - Now, pasting the content from MS Word will maintain the DOM structure properly.
19
- - `#I418749` - Now, pasted texts get inside the `contentEditable div` when using the `enterKey` as `BR` or `DIV`.
20
- - `#FB39086` - Now, image not duplicated when press the enter key.
21
- - `#I420916` - Now, the indent and outdent toolbar are working properly for the RTL mode.
22
- - `#I421972` - Now, the display popup toolbar item in the Image quick toolbar displays the text properly.
23
-
24
- ## 20.3.59 (2022-11-29)
25
-
26
- ### RichTextEditor
27
-
28
- #### Bug Fixes
29
-
30
- - `#I411229` - Now, pressing the enter key at the start of a line after deleting the previous line works properly.
31
- - `#I412883` - Now, pressing the enter key at the start of the dynamically inserted text works properly.
32
- - `#I412540` - Now, the indentation format is maintained properly when pasting content from MS Word.
33
- - `#I416708` - Now, pressing the backspace key after pasting contents from MS Word works properly.
34
- - `#I417838` - Now, Underline and Strike through toolbar styles will work properly when we change the font size in RTE.
35
-
36
5
  ## 20.3.47 (2022-09-29)
37
6
 
38
7
  ### RichTextEditor
@@ -1174,11 +1143,3 @@ The rich text editor component is WYSIWYG ("what you see is what you get") edito
1174
1143
  - Creates bulleted and numbered lists.
1175
1144
 
1176
1145
 
1177
- ## 20.3.50 (2022-10-18)
1178
-
1179
- ### RichTextEditor
1180
-
1181
- #### Bug Fixes
1182
-
1183
- - `#I407293` - Now, the `toolbarSettings` API in the documentation works properly.
1184
-
package/README.md CHANGED
@@ -1,66 +1,122 @@
1
- # ej2-angular-richtexteditor
1
+ # Angular RichTextEditor Component
2
2
 
3
- The [Angular Rich Text Editor](https://www.syncfusion.com/angular-ui-components/angular-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm) component is a HTML and markdown editor that provides best user experience for creating and updating the content.
3
+ The [Angular RichTextEditor](https://www.syncfusion.com/angular-ui-components/angular-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm) component is a feature-rich WYSIWYG HTML editor and WYSIWYG Markdown editor. The Rich Text Editor is widely used to create blogs, forum posts, notes sections, comment sections, messaging applications, and more. The control provides an efficient user interface for a better editing experience with mobile support. It has a variety of tools to edit and format rich content, and it return a valid HTML markup or Markdown (MD) content. It allows users to insert images, links, tables, media files and lists with modular architectures.
4
4
 
5
- ![](../../ReadMe_Images/RTE.GIF)
5
+ <p align="center">
6
+ <a href="https://ej2.syncfusion.com/angular/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm">Getting started</a> .
7
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm#/bootstrap5/rich-text-editor/tools">Online demos</a> .
8
+ <a href="https://www.syncfusion.com/angular-components/angular-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm">Learn more</a>
9
+ </p>
6
10
 
7
- >Note: 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).
11
+ <p align="center">
12
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-rich-text-editor.gif" alt="Angular RichTextEditor Component"/>
13
+ </p>
8
14
 
9
- >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
+ Trusted by the world's leading companies
17
+ <a href="https://www.syncfusion.com">
18
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
19
+ </a>
20
+ </p>
10
21
 
11
- ## 1. Setup To install this package and its dependent packages, use the following command
22
+ ## Setup
12
23
 
13
- Use the following commands to install rich text editor components and its dependent packages.
24
+ ### Create a Angular Application
14
25
 
26
+ You can use [Angular CLI](https://github.com/angular/angular-cli) to setup your Angular applications. To install the Angular CLI, use the following command.
27
+
28
+ ```bash
29
+ npm install -g @angular/cli
30
+ ```
31
+
32
+ Create a new Angular application using the following Angular CLI command.
33
+
34
+ ```bash
35
+ ng new my-app
36
+ cd my-app
15
37
  ```
16
- npm install @syncfusion/ej2-angular-richtexteditor
38
+
39
+ ### Adding Syncfusion Rich Text Editor package
40
+
41
+ To install RichTextEditor and its dependent packages, use the following command.
17
42
 
18
43
  ```
44
+ npm install @syncfusion/ej2-angular-richtexteditor --save
45
+ ```
46
+
47
+ The above command does the below configuration to your Angular app.
48
+
49
+ * Adds `@syncfusion/ej2-angular-richtexteditor` package and its peer dependencies to your `package.json` file.
50
+ * Imports the `RichTextEditorModule` in your application module `app.module.ts`.
51
+ * Registers the Syncfusion UI default theme (material) in the `angular.json` file.
52
+
53
+ This makes it easy to add the Syncfusion Angular Rich Text Editor module to your project and start using it in your application.
54
+
55
+ ### Add Rich Text Editor component
56
+
57
+ In **src/app/app.component.ts**, use `<ejs-richtexteditor>` selector in `template` attribute of `@Component` directive to render the Syncfusion Angular Rich Text Editor component.
58
+
59
+ ```typescript
60
+ import { Component } from '@angular/core';
61
+ import { ToolbarService, LinkService, ImageService, HtmlEditorService } from '@syncfusion/ej2-angular-richtexteditor';
62
+ @Component({
63
+ selector: 'app-root',
64
+ template: `<ejs-richtexteditor id='defaultRTE'>
65
+ <ng-template #valueTemplate>
66
+ <p>The Rich Text Editor component is WYSIWYG ("what you see is what you get") editor that provides the best user experience to create and update the content. Users can format their content using standard toolbar commands.</p>
67
+ </ng-template>
68
+ </ejs-richtexteditor>`,
69
+ providers: [ToolbarService, LinkService, ImageService, HtmlEditorService]
70
+ })
71
+ export class AppComponent { }
72
+ ```
73
+
74
+ ## Supported frameworks
75
+
76
+ RichTextEditor component is also offered in the following list of frameworks.
77
+
78
+ | [<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; |
79
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
80
+
81
+ ## Showcase samples
82
+
83
+ * [Angular HTML editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/tools)
84
+ * [Blog posting using angular rich text editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/blog-posting)
85
+ * [Angular Markdown editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/markdown-editor)
86
+ * [Angular live HTML editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/online-html-editor)
87
+
88
+ ## Key features
89
+
90
+ * [Edit mode](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/iframe) - HTML content is possible to edit in a `div` element or an `iframe` in the rich text editor.
91
+ * [Markdown editor](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/markdown-editor-preview) - The rich text editor allows you to edit Markdown content using the Markdown syntax.
92
+ * [Markdown content preview](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/markdown-editor-preview) - Preview of the modified Markdown content in the editor, you can give users the ability to see what the formatted content will look like before they save it.
93
+ * [HTML code editing](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/miscellaneous/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#code-view) - The rich text editor allows users to edit the HTML code directly in the HTML code view. This can be useful for users who are familiar with HTML and want to have more control over the formatting and layout of their content.
94
+ * [Tools](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/toolbar/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#toolbar-items) - The rich text editor handles a wide range of features, including inserting images, hyperlinks, tables, formatting tools, and more.
95
+ * [Toolbar appearance](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/types) - The rich text editor can provide a fully customizable toolbar that allows users to access the various formatting and editing options that are available.
96
+ * [Undo and redo](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/miscellaneous/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#undoredo-manager) - Users can use undo and redo actions to reverse or repeat actions they took while editing the content.
97
+ * [Module injection](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#module-injection) - It is possible to create a editor that utilizes a modular library to load the necessary functionality on demand. This can be useful for optimizing the performance of the editor.
98
+ * [Third-party integration](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/third-party-integration/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm) - It is possible to integrate a third-party library into a rich text editor to add additional functionality or features to the editor like `Code-mirror`, `Embedly` and more.
99
+
100
+ ## Support
101
+
102
+ Product support is available through the following mediums.
103
+
104
+ * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
105
+ * [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
106
+ * [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
107
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
108
+ * Live chat
109
+
110
+ ## Change log
111
+
112
+ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/richtexteditor/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
113
+
114
+ ## License and copyright
115
+
116
+ > 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).
117
+
118
+ > A free community [license](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
19
119
 
20
- ## 2. Components included
21
-
22
- * [GettingStarted](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
23
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/material/rich-text-editor/tools)
24
- * [Product Page](https://www.syncfusion.com/angular-ui-components/angular-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
25
-
26
- ## 3. Supported frameworks
27
- Rich text editor component also supports the following frameworks:
28
- 1. [TypeScript Rich Text editor](https://www.syncfusion.com/javascript-ui-controls/js-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
29
- 2. [React Rich Text Editor](https://www.syncfusion.com/react-ui-components/react-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
30
- 3. [Vue Rich Text Editor](https://www.syncfusion.com/vue-ui-components/vue-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
31
- 4. [ASP.NET Core Rich Text Editor](https://www.syncfusion.com/aspnet-core-ui-controls/wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
32
- 5. [ASP.NET MVC Rich Text Editor](https://www.syncfusion.com/aspnet-mvc-ui-controls/wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
33
-
34
- ## 4. Use-case samples / Showcase samples
35
-
36
- * [Angular HTML editor Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/material/rich-text-editor/tools)
37
- * [Blog posting Demo in Angular](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/material/rich-text-editor/blog-posting)
38
- * [Angular Markdown editor Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/material/rich-text-editor/markdown-editor)
39
- * [Inline edit Demo in Angular](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/material/rich-text-editor/inline)
40
-
41
- ## 5. Key features
42
-
43
- * [Mode](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/material/rich-text-editor/iframe): Provides &lt;IFRAME&gt; and &lt;DIV&gt; mode.
44
- * [Markdown](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/material/rich-text-editor/markdown-editor-preview): Handles markdown editing.
45
- * [Module](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#module-injection): Contains a modular library to load the necessary functionality on demand.
46
- * [Toolbar](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/material/rich-text-editor/types): Provides a fully customizable toolbar.
47
- * [Editing](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/miscellaneous/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#code-view): HTML view to edit the source directly for developers.
48
- * [Third-party Integration](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/third-party-integration/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm): Integrates third-party library.
49
- * [Preview](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/material/rich-text-editor/markdown-editor-preview): Preview the modified content before saving it.
50
- * [Tools](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/toolbar/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#toolbar-items): Handles images, hyperlinks, uploads, and more.
51
- * [Undo and Redo](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/miscellaneous/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#undoredo-manager): Contains undo/redo manager.
52
-
53
- ## 6. Support
54
-
55
- Product support can be obtained through the following mediums:
56
- * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm) support system or [Community forum.](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
57
- * New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm).
58
- 8 Ask your query in Stack Overflow with tag ‘syncfusion’, ‘ej2’.
59
-
60
- ## 7. License
61
- Check the license details [here](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
62
-
63
- ## 8. Change log
64
- Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/richtexteditor/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
120
+ See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm) for more info.
65
121
 
66
122
  © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-richtexteditor.umd.js
3
- * version : 20.3.61
3
+ * version : 20.4.38
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-richtexteditor.umd.min.js
3
- * version : 20.3.61
3
+ * version : 20.4.38
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-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-angular-richtexteditor@20.3.60",
3
+ "_id": "@syncfusion/ej2-angular-richtexteditor@19.12.13",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-/Ic8WYsjAHiyFT/dd5M57k+hZqpA5+yJ5Uwzmidm5FYwKlX0dBI5Q21W4GuSNuUrqGmu0dRPhcsKOBOAvpsnDw==",
5
+ "_integrity": "sha512-2lxBDDTQdzuUNMZ9gwiQS6wgy7dkrJGrewyMrH4g9aSxBJ6bfWUKD0i6/wufYGHzb84U6DV0YS3v0GWhR3Ghvg==",
6
6
  "_location": "/@syncfusion/ej2-angular-richtexteditor",
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-angular-richtexteditor/-/ej2-angular-richtexteditor-20.3.60.tgz",
23
- "_shasum": "3a4f2239484b20a558fc466c24d128c981a6c272",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-19.12.13.tgz",
23
+ "_shasum": "92d045049957ba314498bf1e0f09da6fda48cfc8",
24
24
  "_spec": "@syncfusion/ej2-angular-richtexteditor@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.3.56",
35
- "@syncfusion/ej2-base": "~20.3.56",
36
- "@syncfusion/ej2-richtexteditor": "20.3.61"
34
+ "@syncfusion/ej2-angular-base": "~20.4.38",
35
+ "@syncfusion/ej2-base": "~20.4.38",
36
+ "@syncfusion/ej2-richtexteditor": "20.4.38"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 RichTextEditor component for Angular",
@@ -41,15 +41,15 @@
41
41
  "es2015": "@syncfusion/ej2-angular-richtexteditor.js",
42
42
  "homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
43
43
  "keywords": [
44
- "markdown editor",
45
- "HTML5 rich text editor",
46
- "wysiwyg",
47
- "wysiwyg html editor",
48
- "wysiwyg markdown editor",
49
- "angular rich text editor",
50
- "angular html editor",
51
- "angular markdown editor",
52
- "angular wysiwyg editor"
44
+ "rich-text-editor",
45
+ "markdown-editor",
46
+ "HTML5-rich-text-editor",
47
+ "wysiwyg-html-editor",
48
+ "wysiwyg-markdown-editor",
49
+ "angular-rich-text-editor",
50
+ "angular-html-editor",
51
+ "angular-markdown-editor",
52
+ "angular-wysiwyg-editor"
53
53
  ],
54
54
  "license": "SEE LICENSE IN license",
55
55
  "main": "dist/ej2-angular-richtexteditor.umd.js",
@@ -63,5 +63,5 @@
63
63
  "schematics": "./schematics/collection.json",
64
64
  "sideEffects": false,
65
65
  "typings": "ej2-angular-richtexteditor.d.ts",
66
- "version": "20.3.61-ngcc"
66
+ "version": "20.4.38-ngcc"
67
67
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
2
- export declare const pkgVer = "^20.3.60";
2
+ export declare const pkgVer = "^19.12.13";
3
3
  export declare const moduleName = "RichTextEditorModule";
4
- export declare const themeVer = "~20.3.60";
4
+ export declare const themeVer = "~19.12.13";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-richtexteditor';
4
- exports.pkgVer = '^20.3.61';
4
+ exports.pkgVer = '^20.4.38';
5
5
  exports.moduleName = 'RichTextEditorModule';
6
- exports.themeVer = '~20.3.61';
6
+ exports.themeVer = '~20.4.38';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
2
- export const pkgVer = '^20.3.61';
2
+ export const pkgVer = '^20.4.38';
3
3
  export const moduleName = 'RichTextEditorModule';
4
- export const themeVer = '~20.3.61';
4
+ export const themeVer = '~20.4.38';
@@ -2618,15 +2618,17 @@
2618
2618
  width: 300px;
2619
2619
  }
2620
2620
 
2621
- .e-dialog .e-vid-uploadwrap .e-droptext {
2622
- height: 108px;
2623
- }
2624
-
2625
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2621
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2622
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2623
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2626
2624
  margin: 0 auto;
2627
2625
  width: 250px;
2628
2626
  }
2629
2627
 
2628
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2629
+ padding: 8px 4px;
2630
+ }
2631
+
2630
2632
  .e-linkheader {
2631
2633
  color: #fff;
2632
2634
  }
@@ -2705,6 +2707,11 @@ span.e-rte-videoboxmark {
2705
2707
  color: #f0f0f0;
2706
2708
  }
2707
2709
 
2710
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2711
+ border: solid rgba(0, 0, 0, 0.12);
2712
+ border-width: 0 0 0 1px;
2713
+ }
2714
+
2708
2715
  .e-rte-table-popup .e-span-border {
2709
2716
  border: 1px solid #505050;
2710
2717
  display: block;
@@ -2759,15 +2759,17 @@
2759
2759
  width: 300px;
2760
2760
  }
2761
2761
 
2762
- .e-dialog .e-vid-uploadwrap .e-droptext {
2763
- height: 108px;
2764
- }
2765
-
2766
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2762
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2763
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2764
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2767
2765
  margin: 0 auto;
2768
2766
  width: 250px;
2769
2767
  }
2770
2768
 
2769
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2770
+ padding: 8px 4px;
2771
+ }
2772
+
2771
2773
  .e-linkheader {
2772
2774
  color: #333;
2773
2775
  }
@@ -2846,6 +2848,11 @@ span.e-rte-videoboxmark {
2846
2848
  color: #000;
2847
2849
  }
2848
2850
 
2851
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2852
+ border: solid rgba(0, 0, 0, 0.12);
2853
+ border-width: 0 0 0 1px;
2854
+ }
2855
+
2849
2856
  .e-rte-table-popup .e-span-border {
2850
2857
  border: 1px solid #ddd;
2851
2858
  display: block;
@@ -2846,15 +2846,17 @@
2846
2846
  width: 300px;
2847
2847
  }
2848
2848
 
2849
- .e-dialog .e-vid-uploadwrap .e-droptext {
2850
- height: 108px;
2851
- }
2852
-
2853
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2849
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2850
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2851
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2854
2852
  margin: 0 auto;
2855
2853
  width: 250px;
2856
2854
  }
2857
2855
 
2856
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2857
+ padding: 8px 4px;
2858
+ }
2859
+
2858
2860
  .e-linkheader {
2859
2861
  color: #212529;
2860
2862
  }
@@ -2933,6 +2935,11 @@ span.e-rte-videoboxmark {
2933
2935
  color: #212529;
2934
2936
  }
2935
2937
 
2938
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2939
+ border: solid rgba(0, 0, 0, 0.12);
2940
+ border-width: 0 0 0 1px;
2941
+ }
2942
+
2936
2943
  .e-rte-table-popup .e-span-border {
2937
2944
  border: 1px solid #dee2e6;
2938
2945
  display: block;
@@ -2711,15 +2711,17 @@
2711
2711
  width: 300px;
2712
2712
  }
2713
2713
 
2714
- .e-dialog .e-vid-uploadwrap .e-droptext {
2715
- height: 108px;
2716
- }
2717
-
2718
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2714
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2715
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2716
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2719
2717
  margin: 0 auto;
2720
2718
  width: 250px;
2721
2719
  }
2722
2720
 
2721
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2722
+ padding: 8px 4px;
2723
+ }
2724
+
2723
2725
  .e-linkheader {
2724
2726
  color: #fff;
2725
2727
  }
@@ -2798,6 +2800,11 @@ span.e-rte-videoboxmark {
2798
2800
  color: #fff;
2799
2801
  }
2800
2802
 
2803
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2804
+ border: solid rgba(0, 0, 0, 0.12);
2805
+ border-width: 0 0 0 1px;
2806
+ }
2807
+
2801
2808
  .e-rte-table-popup.e-popup.e-popup-open {
2802
2809
  background-color: #343a40;
2803
2810
  }
@@ -2711,15 +2711,17 @@
2711
2711
  width: 300px;
2712
2712
  }
2713
2713
 
2714
- .e-dialog .e-vid-uploadwrap .e-droptext {
2715
- height: 108px;
2716
- }
2717
-
2718
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2714
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2715
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2716
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2719
2717
  margin: 0 auto;
2720
2718
  width: 250px;
2721
2719
  }
2722
2720
 
2721
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2722
+ padding: 8px 4px;
2723
+ }
2724
+
2723
2725
  .e-linkheader {
2724
2726
  color: #212529;
2725
2727
  }
@@ -2798,6 +2800,11 @@ span.e-rte-videoboxmark {
2798
2800
  color: #212529;
2799
2801
  }
2800
2802
 
2803
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2804
+ border: solid rgba(0, 0, 0, 0.12);
2805
+ border-width: 0 0 0 1px;
2806
+ }
2807
+
2801
2808
  .e-rte-table-popup.e-popup.e-popup-open {
2802
2809
  background-color: #fff;
2803
2810
  }
@@ -2599,15 +2599,17 @@
2599
2599
  width: 300px;
2600
2600
  }
2601
2601
 
2602
- .e-dialog .e-vid-uploadwrap .e-droptext {
2603
- height: 108px;
2604
- }
2605
-
2606
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2602
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2603
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2604
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2607
2605
  margin: 0 auto;
2608
2606
  width: 250px;
2609
2607
  }
2610
2608
 
2609
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2610
+ padding: 8px 4px;
2611
+ }
2612
+
2611
2613
  .e-linkheader {
2612
2614
  color: #dadada;
2613
2615
  }
@@ -2686,6 +2688,11 @@ span.e-rte-videoboxmark {
2686
2688
  color: #dadada;
2687
2689
  }
2688
2690
 
2691
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2692
+ border: solid rgba(0, 0, 0, 0.12);
2693
+ border-width: 0 0 0 1px;
2694
+ }
2695
+
2689
2696
  .e-rte-table-popup .e-span-border {
2690
2697
  border: 1px solid #414040;
2691
2698
  display: block;
package/styles/fabric.css CHANGED
@@ -2599,15 +2599,17 @@
2599
2599
  width: 290px;
2600
2600
  }
2601
2601
 
2602
- .e-dialog .e-vid-uploadwrap .e-droptext {
2603
- height: 108px;
2604
- }
2605
-
2606
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2602
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2603
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2604
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2607
2605
  margin: 0 auto;
2608
2606
  width: 240px;
2609
2607
  }
2610
2608
 
2609
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2610
+ padding: 8px 4px;
2611
+ }
2612
+
2611
2613
  .e-linkheader {
2612
2614
  color: #333;
2613
2615
  }
@@ -2686,6 +2688,11 @@ span.e-rte-videoboxmark {
2686
2688
  color: #000;
2687
2689
  }
2688
2690
 
2691
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2692
+ border: solid rgba(0, 0, 0, 0.12);
2693
+ border-width: 0 0 0 1px;
2694
+ }
2695
+
2689
2696
  .e-rte-table-popup .e-span-border {
2690
2697
  border: 1px solid #dadada;
2691
2698
  display: block;
@@ -2661,15 +2661,17 @@
2661
2661
  width: 292px;
2662
2662
  }
2663
2663
 
2664
- .e-dialog .e-vid-uploadwrap .e-droptext {
2665
- height: 108px;
2666
- }
2667
-
2668
- .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
2664
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext,
2665
+ .e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap .e-droptext,
2666
+ .e-dialog.e-device.e-dlg-modal .e-aud-uploadwrap .e-droptext {
2669
2667
  margin: 0 auto;
2670
2668
  width: 242px;
2671
2669
  }
2672
2670
 
2671
+ .e-dialog.e-device .e-video-url-wrap .e-radio-wrapper {
2672
+ padding: 8px 4px;
2673
+ }
2674
+
2673
2675
  .e-linkheader {
2674
2676
  color: #f3f2f1;
2675
2677
  }
@@ -2748,6 +2750,11 @@ span.e-rte-videoboxmark {
2748
2750
  color: #a19f9d;
2749
2751
  }
2750
2752
 
2753
+ .e-richtexteditor .e-rte-toolbar .e-hor-nav:hover {
2754
+ border: solid rgba(0, 0, 0, 0.12);
2755
+ border-width: 0 0 0 1px;
2756
+ }
2757
+
2751
2758
  .e-rte-table-popup .e-span-border {
2752
2759
  border: 1px solid #292827;
2753
2760
  display: block;