@syncfusion/ej2-angular-richtexteditor 20.4.38 → 20.4.40
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 +109 -53
- package/package.json +12 -17
- 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 +13 -6
- package/styles/bootstrap.css +13 -6
- package/styles/bootstrap4.css +13 -6
- package/styles/bootstrap5-dark.css +13 -6
- package/styles/bootstrap5.css +13 -6
- package/styles/fabric-dark.css +13 -6
- package/styles/fabric.css +13 -6
- package/styles/fluent-dark.css +13 -6
- package/styles/fluent.css +13 -6
- package/styles/highcontrast-light.css +13 -6
- package/styles/highcontrast.css +13 -6
- package/styles/material-dark.css +13 -6
- package/styles/material.css +13 -6
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +1 -0
- package/styles/rich-text-editor/_bootstrap-definition.scss +1 -0
- package/styles/rich-text-editor/_bootstrap4-definition.scss +1 -0
- package/styles/rich-text-editor/_bootstrap5-definition.scss +1 -0
- package/styles/rich-text-editor/_fabric-dark-definition.scss +1 -0
- package/styles/rich-text-editor/_fabric-definition.scss +1 -0
- package/styles/rich-text-editor/_fluent-definition.scss +1 -0
- package/styles/rich-text-editor/_fusionnew-definition.scss +1 -0
- package/styles/rich-text-editor/_highcontrast-definition.scss +1 -0
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +1 -0
- package/styles/rich-text-editor/_material-dark-definition.scss +1 -0
- package/styles/rich-text-editor/_material-definition.scss +1 -0
- package/styles/rich-text-editor/_material3-definition.scss +1 -0
- package/styles/rich-text-editor/_tailwind-definition.scss +1 -0
- package/styles/rich-text-editor/_theme.scss +11 -6
- package/styles/rich-text-editor/bootstrap-dark.css +13 -6
- package/styles/rich-text-editor/bootstrap.css +13 -6
- package/styles/rich-text-editor/bootstrap4.css +13 -6
- package/styles/rich-text-editor/bootstrap5-dark.css +13 -6
- package/styles/rich-text-editor/bootstrap5.css +13 -6
- package/styles/rich-text-editor/fabric-dark.css +13 -6
- package/styles/rich-text-editor/fabric.css +13 -6
- package/styles/rich-text-editor/fluent-dark.css +13 -6
- package/styles/rich-text-editor/fluent.css +13 -6
- package/styles/rich-text-editor/highcontrast-light.css +13 -6
- package/styles/rich-text-editor/highcontrast.css +13 -6
- package/styles/rich-text-editor/material-dark.css +13 -6
- package/styles/rich-text-editor/material.css +13 -6
- package/styles/rich-text-editor/tailwind-dark.css +13 -6
- package/styles/rich-text-editor/tailwind.css +13 -6
- package/styles/tailwind-dark.css +13 -6
- package/styles/tailwind.css +13 -6
package/README.md
CHANGED
|
@@ -1,66 +1,122 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Angular RichTextEditor Component
|
|
2
2
|
|
|
3
|
-
The [Angular
|
|
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
|
-
|
|
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
|
-
>
|
|
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
|
-
>
|
|
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
|
-
##
|
|
22
|
+
## Setup
|
|
12
23
|
|
|
13
|
-
|
|
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
|
-
|
|
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
|
+
ng add @syncfusion/ej2-angular-richtexteditor
|
|
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/> [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github) | [<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/> [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github) | [<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/> [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github) | [<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/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<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/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) |
|
|
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
|
-
|
|
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 <IFRAME> and <DIV> 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.
|
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
|
+
"_id": "@syncfusion/ej2-angular-richtexteditor@20.4.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-N/x15yciGELTgKAM7mSWCRf9CGnenoJede5oFOMUANIh5enWQXcDsvbYcFoZW5LJ6NLZcrnqblEqSfhXhVxagw==",
|
|
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-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-20.4.38.tgz",
|
|
23
|
+
"_shasum": "5d56b3254fe30994869439c326d8d1ab5f539564",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
36
|
-
"@syncfusion/ej2-richtexteditor": "20.4.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.4.40",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.4.40",
|
|
36
|
+
"@syncfusion/ej2-richtexteditor": "20.4.40",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -57,15 +57,10 @@
|
|
|
57
57
|
"fesm2020": "fesm2020/syncfusion-ej2-angular-richtexteditor.mjs",
|
|
58
58
|
"homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
|
|
59
59
|
"keywords": [
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"wysiwyg
|
|
64
|
-
"wysiwyg markdown editor",
|
|
65
|
-
"angular rich text editor",
|
|
66
|
-
"angular html editor",
|
|
67
|
-
"angular markdown editor",
|
|
68
|
-
"angular wysiwyg editor"
|
|
60
|
+
"angular-rich-text-editor",
|
|
61
|
+
"angular-html-editor",
|
|
62
|
+
"angular-markdown-editor",
|
|
63
|
+
"angular-wysiwyg-editor"
|
|
69
64
|
],
|
|
70
65
|
"license": "SEE LICENSE IN license",
|
|
71
66
|
"module": "fesm2015/syncfusion-ej2-angular-richtexteditor.mjs",
|
|
@@ -77,5 +72,5 @@
|
|
|
77
72
|
"schematics": "./schematics/collection.json",
|
|
78
73
|
"sideEffects": false,
|
|
79
74
|
"typings": "syncfusion-ej2-angular-richtexteditor.d.ts",
|
|
80
|
-
"version": "20.4.
|
|
75
|
+
"version": "20.4.40"
|
|
81
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
|
|
2
|
-
export declare const pkgVer = "^20.
|
|
2
|
+
export declare const pkgVer = "^20.4.38";
|
|
3
3
|
export declare const moduleName = "RichTextEditorModule";
|
|
4
|
-
export declare const themeVer = "~20.
|
|
4
|
+
export declare const themeVer = "~20.4.38";
|
|
@@ -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.4.
|
|
4
|
+
exports.pkgVer = '^20.4.40';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~20.4.
|
|
6
|
+
exports.themeVer = '~20.4.40';
|
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
}
|
|
749
749
|
@media screen and (min-width: 992px) {
|
|
750
750
|
.e-richtexteditor .e-rte-content .e-content,
|
|
751
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
751
|
+
.e-richtexteditor .e-source-content .e-content {
|
|
752
752
|
font-size: 14px;
|
|
753
753
|
}
|
|
754
754
|
}
|
|
@@ -2618,15 +2618,17 @@
|
|
|
2618
2618
|
width: 300px;
|
|
2619
2619
|
}
|
|
2620
2620
|
|
|
2621
|
-
.e-dialog .e-
|
|
2622
|
-
|
|
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;
|
package/styles/bootstrap.css
CHANGED
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
}
|
|
890
890
|
@media screen and (min-width: 992px) {
|
|
891
891
|
.e-richtexteditor .e-rte-content .e-content,
|
|
892
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
892
|
+
.e-richtexteditor .e-source-content .e-content {
|
|
893
893
|
font-size: 14px;
|
|
894
894
|
}
|
|
895
895
|
}
|
|
@@ -2759,15 +2759,17 @@
|
|
|
2759
2759
|
width: 300px;
|
|
2760
2760
|
}
|
|
2761
2761
|
|
|
2762
|
-
.e-dialog .e-
|
|
2763
|
-
|
|
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;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -984,7 +984,7 @@
|
|
|
984
984
|
}
|
|
985
985
|
@media screen and (min-width: 992px) {
|
|
986
986
|
.e-richtexteditor .e-rte-content .e-content,
|
|
987
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
987
|
+
.e-richtexteditor .e-source-content .e-content {
|
|
988
988
|
font-size: 14px;
|
|
989
989
|
}
|
|
990
990
|
}
|
|
@@ -2846,15 +2846,17 @@
|
|
|
2846
2846
|
width: 300px;
|
|
2847
2847
|
}
|
|
2848
2848
|
|
|
2849
|
-
.e-dialog .e-
|
|
2850
|
-
|
|
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;
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
}
|
|
757
757
|
@media screen and (min-width: 992px) {
|
|
758
758
|
.e-richtexteditor .e-rte-content .e-content,
|
|
759
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
759
|
+
.e-richtexteditor .e-source-content .e-content {
|
|
760
760
|
font-size: 14px;
|
|
761
761
|
}
|
|
762
762
|
}
|
|
@@ -2711,15 +2711,17 @@
|
|
|
2711
2711
|
width: 300px;
|
|
2712
2712
|
}
|
|
2713
2713
|
|
|
2714
|
-
.e-dialog .e-
|
|
2715
|
-
|
|
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
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
}
|
|
757
757
|
@media screen and (min-width: 992px) {
|
|
758
758
|
.e-richtexteditor .e-rte-content .e-content,
|
|
759
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
759
|
+
.e-richtexteditor .e-source-content .e-content {
|
|
760
760
|
font-size: 14px;
|
|
761
761
|
}
|
|
762
762
|
}
|
|
@@ -2711,15 +2711,17 @@
|
|
|
2711
2711
|
width: 300px;
|
|
2712
2712
|
}
|
|
2713
2713
|
|
|
2714
|
-
.e-dialog .e-
|
|
2715
|
-
|
|
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
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
}
|
|
738
738
|
@media screen and (min-width: 992px) {
|
|
739
739
|
.e-richtexteditor .e-rte-content .e-content,
|
|
740
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
740
|
+
.e-richtexteditor .e-source-content .e-content {
|
|
741
741
|
font-size: 14px;
|
|
742
742
|
}
|
|
743
743
|
}
|
|
@@ -2599,15 +2599,17 @@
|
|
|
2599
2599
|
width: 300px;
|
|
2600
2600
|
}
|
|
2601
2601
|
|
|
2602
|
-
.e-dialog .e-
|
|
2603
|
-
|
|
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
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
}
|
|
738
738
|
@media screen and (min-width: 992px) {
|
|
739
739
|
.e-richtexteditor .e-rte-content .e-content,
|
|
740
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
740
|
+
.e-richtexteditor .e-source-content .e-content {
|
|
741
741
|
font-size: 14px;
|
|
742
742
|
}
|
|
743
743
|
}
|
|
@@ -2599,15 +2599,17 @@
|
|
|
2599
2599
|
width: 290px;
|
|
2600
2600
|
}
|
|
2601
2601
|
|
|
2602
|
-
.e-dialog .e-
|
|
2603
|
-
|
|
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;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
}
|
|
741
741
|
@media screen and (min-width: 992px) {
|
|
742
742
|
.e-richtexteditor .e-rte-content .e-content,
|
|
743
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
743
|
+
.e-richtexteditor .e-source-content .e-content {
|
|
744
744
|
font-size: 14px;
|
|
745
745
|
}
|
|
746
746
|
}
|
|
@@ -2661,15 +2661,17 @@
|
|
|
2661
2661
|
width: 292px;
|
|
2662
2662
|
}
|
|
2663
2663
|
|
|
2664
|
-
.e-dialog .e-
|
|
2665
|
-
|
|
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;
|