@syncfusion/ej2-angular-richtexteditor 33.2.13 → 34.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -129
- package/README.md +29 -21
- package/package.json +4 -4
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/styles/bds-lite.scss +1 -1
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-lite.scss +1 -1
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent2-lite.scss +1 -1
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-lite.scss +1 -1
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-lite.scss +1 -1
- package/styles/rich-text-editor/bds.scss +1 -1
- package/styles/rich-text-editor/bootstrap-dark.scss +1 -1
- package/styles/rich-text-editor/bootstrap.scss +1 -1
- package/styles/rich-text-editor/bootstrap4.scss +1 -1
- package/styles/rich-text-editor/bootstrap5-dark.scss +1 -1
- package/styles/rich-text-editor/bootstrap5.3.scss +1 -1
- package/styles/rich-text-editor/bootstrap5.scss +1 -1
- package/styles/rich-text-editor/fabric-dark.scss +1 -1
- package/styles/rich-text-editor/fabric.scss +1 -1
- package/styles/rich-text-editor/fluent-dark.scss +1 -1
- package/styles/rich-text-editor/fluent.scss +1 -1
- package/styles/rich-text-editor/fluent2.scss +1 -1
- package/styles/rich-text-editor/highcontrast-light.scss +1 -1
- package/styles/rich-text-editor/highcontrast.scss +1 -1
- package/styles/rich-text-editor/material-dark.scss +1 -1
- package/styles/rich-text-editor/material.scss +1 -1
- package/styles/rich-text-editor/material3-dark.scss +1 -1
- package/styles/rich-text-editor/material3.scss +1 -1
- package/styles/rich-text-editor/tailwind-dark.scss +1 -1
- package/styles/rich-text-editor/tailwind.scss +1 -1
- package/styles/rich-text-editor/tailwind3.scss +1 -1
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind3-lite.scss +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,145 +6,26 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#I822860` - Now, the Rich Text Editor QuickToolbar dropdown will open properly in the limited height web view.
|
|
10
10
|
|
|
11
|
-
- `#I843394` - Now,
|
|
11
|
+
- `#I843394` - Now, `border-collapse` and `border-spacing` are now included in `allowedStyleProps`, enabling correct preservation of double borders when pasting tables.
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Audio and Video saved on the server will no longer be automatically deleted when using keyboard or quick toolbar actions in the editor. This change is necessary because if the audio and video are removed from the server, it would prevent the ability to perform undo/redo actions on them.
|
|
14
|
+
- **Solution** : To handle audio and video deletions properly, use the `afterMediaDelete` event to capture the `src` of the deleted audio and video. Then, send a request to your server to remove the audio and video from storage, ensuring it is only deleted when explicitly intended.
|
|
14
15
|
|
|
15
|
-
- `#
|
|
16
|
-
|
|
17
|
-
- `#I842066` - Now, the unexpected extra line will not appear when reconstructing list after backspace in RichTextEditor.
|
|
18
|
-
|
|
19
|
-
- `#I845102` - Now, the Rich Text Editor works properly when copy pasting an image placed next to bold formatted text without throwing a script exception.
|
|
20
|
-
|
|
21
|
-
## 33.2.10 (2026-06-02)
|
|
22
|
-
|
|
23
|
-
### RichTextEditor
|
|
24
|
-
|
|
25
|
-
#### Bug Fixes
|
|
26
|
-
|
|
27
|
-
- `#I836247` - Now, the hyperlink text will not duplicate when pasted from Word into Angular RichTextEditor.
|
|
28
|
-
|
|
29
|
-
- `#I842108` - Now, The UI inconsistency will no longer occur after repeated use of the AI Commands dropdown in the RichTextEditor.
|
|
30
|
-
|
|
31
|
-
- `#I840448` - Now, Ordered list numbers will reflect the selected Font Name and Font Size styles in RichTextEditor.
|
|
16
|
+
- `#I835102` - Now, the image preview will be shown properly for drag and dropped images in RichTextEditor.
|
|
32
17
|
|
|
33
18
|
- `#I842908` - Now, the RTL Mode will not hide Left Border of table pasted from Excel in RichTextEditor.
|
|
34
19
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
### RichTextEditor
|
|
38
|
-
|
|
39
|
-
#### Bug Fixes
|
|
40
|
-
|
|
41
|
-
- `#I836843` - Now, the multiple white spaces in between text content will not be reverted to a single space in the RichTextEditor.
|
|
42
|
-
|
|
43
|
-
## 33.2.7 (2026-05-19)
|
|
44
|
-
|
|
45
|
-
### RichTextEditor
|
|
46
|
-
|
|
47
|
-
#### Bug Fixes
|
|
48
|
-
|
|
49
|
-
- `#I832062` - Now, the existing image will be removed when pasting new image after Ctrl + A selection.
|
|
50
|
-
|
|
51
|
-
- `#I837714` - Now, New line creation in the Rich Text Editor is now restricted once the content reaches the `maxLength` API limit.
|
|
52
|
-
|
|
53
|
-
- `#I835531` - Now, the `getCharCount()` public method will return proper value during change event in Code View Mode in RichTextEditor
|
|
54
|
-
|
|
55
|
-
## 33.2.6 (2026-05-12)
|
|
56
|
-
|
|
57
|
-
### RichTextEditor
|
|
58
|
-
|
|
59
|
-
#### Bug Fixes
|
|
60
|
-
|
|
61
|
-
- `#I828855` - Now, the adjacent text stays on the same line, and clear formatting works properly when removing bold formatting in the Rich Text Editor.
|
|
62
|
-
|
|
63
|
-
- `#I831768` - Now, the toolbar highlights will update properly after backspacing and typing inside the inline element in RichTextEditor.
|
|
64
|
-
|
|
65
|
-
- `#I833472` - Now, the dashed border styling is applied to tables pasted from Word or Excel.
|
|
66
|
-
|
|
67
|
-
- `#I829393` - Now, table pasted from excel renders correctly in Safari browser while pasting in the Rich Text Editor.
|
|
68
|
-
|
|
69
|
-
- `#I831970` - Now, the image resizing icons shown properly on Safari in RichTextEditor.
|
|
70
|
-
|
|
71
|
-
- `#I829371` - Now, table cells are selectable using keyboard shortcuts in the Rich Text Editor on Safari.
|
|
72
|
-
|
|
73
|
-
## 33.2.5 (2026-05-05)
|
|
74
|
-
|
|
75
|
-
### RichTextEditor
|
|
76
|
-
|
|
77
|
-
#### Bug Fixes
|
|
78
|
-
|
|
79
|
-
- `#I825108` - Now, HTML content is restructured during paste to match the formatting and behavior of content loaded in the Rich Text Editor.
|
|
80
|
-
|
|
81
|
-
- `#I818640` - Now, the AI response correctly replaces the manually selected content when inserted using the AI Assistant.
|
|
20
|
+
- `#F73821` - Now, the image along with text copied from Word, will be pasted into the Rich Text Editor.
|
|
82
21
|
|
|
83
|
-
|
|
22
|
+
- `#I832430` - Now, the accessibility color contrast issue for the inline code has been resolved.
|
|
84
23
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
#### Bug Fixes
|
|
88
|
-
|
|
89
|
-
- `#I827874` - Now, automatic list creation is prevented when typing in the middle or at the end of a line in the Rich Text Editor.
|
|
90
|
-
|
|
91
|
-
- `#I828953` - Now, the https:// prepends to `www` links inserted through the link dialog when `enableAutoUrl` is enabled.
|
|
92
|
-
|
|
93
|
-
- `#I828855` - Now, the alignment dropdown maintains the proper active state for centre aligned pasted content in the Rich Text Editor.
|
|
94
|
-
|
|
95
|
-
## 33.1.49 (2026-04-14)
|
|
96
|
-
|
|
97
|
-
### RichTextEditor
|
|
98
|
-
|
|
99
|
-
#### Bug Fixes
|
|
100
|
-
|
|
101
|
-
- `#I823383` - Now, pasting a list copied from a Microsoft Word document that contains additional left indentation preserves the correct alignment.
|
|
102
|
-
|
|
103
|
-
- `#I822861` - Now, the image quick toolbar opens as expected and does not conflict with the iOS Cut, Copy, and Paste pop-up in the Rich Text Editor.
|
|
104
|
-
|
|
105
|
-
- `#I825108` - Now, the SVG element inside the Rich Text Editor will be removed properly on backspace.
|
|
106
|
-
|
|
107
|
-
- `#I825149` - Now, the Rich Text Editor table quick toolbar displays the correct alignment based on the DOM output.
|
|
108
|
-
|
|
109
|
-
## 33.1.47 (2026-04-07)
|
|
110
|
-
|
|
111
|
-
### RichTextEditor
|
|
112
|
-
|
|
113
|
-
#### Bug Fixes
|
|
114
|
-
|
|
115
|
-
- `#I825534` - Now, updating the value in the `beforePasteCleanup` event will properly update the content in the Rich Text Editor.
|
|
116
|
-
|
|
117
|
-
- `#818640` - Now, the AI-generated response is correctly inserted into the Rich Text Editor even when the AI command is triggered without editor focus.
|
|
118
|
-
|
|
119
|
-
- `#I822566` - Now, bold text copied from the shape format in Microsoft Excel will retain its formatting when pasted into the Rich Text Editor.
|
|
120
|
-
|
|
121
|
-
- `#I822391` - Now, the `BulletFormatList`and `NumberFormatList` dropdown items correctly maintain their active state even when using custom list types.
|
|
122
|
-
|
|
123
|
-
- `#I820760` - Now row/column insertion via quick-insert icons; table backspace removal now behaves consistently.
|
|
124
|
-
|
|
125
|
-
- `#I823383` - Now, after pasting a nested list, pressing Enter and then Backspace does not break the nested list structure.
|
|
126
|
-
|
|
127
|
-
## 33.1.46 (2026-03-31)
|
|
128
|
-
|
|
129
|
-
### RichTextEditor
|
|
130
|
-
|
|
131
|
-
#### Bug Fixes
|
|
132
|
-
|
|
133
|
-
- `#I817071` - Now, performance of the Rich Text Editor is improved while performing multiple undo action and switching from code view mode.
|
|
134
|
-
|
|
135
|
-
- `#I819268` - Now, the dropdown in the Rich Text Editor have unique aria-labels for better accessibility.
|
|
136
|
-
|
|
137
|
-
- `#I821408` - Now, the Ctrl+Shift+H shortcut now works correctly when switching from CodeMirror back to Preview mode in the Rich Text Editor.
|
|
138
|
-
|
|
139
|
-
## 33.1.45 (2026-03-24)
|
|
140
|
-
|
|
141
|
-
### RichTextEditor
|
|
142
|
-
|
|
143
|
-
#### Bug Fixes
|
|
24
|
+
#### Features
|
|
144
25
|
|
|
145
|
-
-
|
|
26
|
+
- **Export Document Progress Indicator**: The Rich Text Editor now includes a loading spinner for Word and PDF export actions. The spinner is displayed on the export button during the export process and remains visible until the file download is completed, providing clear feedback on the export status. Explore the demo [here](https://ej2.syncfusion.com/demos/#/tailwind3/rich-text-editor/export-word.html).
|
|
146
27
|
|
|
147
|
-
-
|
|
28
|
+
- **Paste audio and video files**: Users can copy and paste audio and video files from the local file browser, enabling bulk multimedia ingestion for faster content creation.
|
|
148
29
|
|
|
149
30
|
## 33.1.44 (2026-03-16)
|
|
150
31
|
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ The [Angular RichTextEditor](https://www.syncfusion.com/angular-ui-components/an
|
|
|
5
5
|
<div align="center">
|
|
6
6
|
<h4>
|
|
7
7
|
<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> •
|
|
8
|
-
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm#/
|
|
8
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm#/tailwind3/rich-text-editor/tools">🚀Online demos</a> •
|
|
9
9
|
<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>
|
|
10
10
|
</h4>
|
|
11
11
|
</div>
|
|
@@ -102,44 +102,52 @@ Rich Text Editor component is also offered in following list of frameworks.
|
|
|
102
102
|
|
|
103
103
|
## 🏗️ Showcase samples
|
|
104
104
|
|
|
105
|
-
* [Angular HTML editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/
|
|
106
|
-
* [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/#/
|
|
107
|
-
* [Angular Markdown editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/
|
|
108
|
-
* [Angular live HTML editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/
|
|
105
|
+
* [Angular HTML editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/tailwind3/rich-text-editor/tools)
|
|
106
|
+
* [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/#/tailwind3/rich-text-editor/blog-posting)
|
|
107
|
+
* [Angular Markdown editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/tailwind3/rich-text-editor/markdown-editor)
|
|
108
|
+
* [Angular live HTML editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/tailwind3/rich-text-editor/online-html-editor)
|
|
109
109
|
|
|
110
110
|
## ✨ Key features
|
|
111
111
|
|
|
112
|
-
* [
|
|
112
|
+
* [AI Assistant](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/tailwind3/rich-text-editor/ai-assistant) - The AI Assistant helps generate, rewrite, summarize, and refine editor content. It is designed to speed up content creation and improve editing productivity.
|
|
113
113
|
|
|
114
|
-
* [
|
|
114
|
+
* [Paste from MS Word](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/paste-cleanup) - Paste from MS Word brings content into the editor with formatting cleanup and structure preservation. It helps users reuse Word content without carrying over unwanted styles.
|
|
115
115
|
|
|
116
|
-
* [
|
|
116
|
+
* [IFrame](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/tailwind3/rich-text-editor/iframe) - IFrame mode renders the editor content inside an isolated document context. It helps improve style encapsulation and reduces interference from external page styles.
|
|
117
117
|
|
|
118
|
-
* [
|
|
118
|
+
* [@Mentions](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/mention-integration) - Mentions let users tag people, topics, or items with an autocomplete suggestion list. They make collaboration and inline referencing faster and more accurate.
|
|
119
119
|
|
|
120
|
-
* [
|
|
120
|
+
* [Slash Menu](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/smart-suggestion) - Slash menu support lets users trigger editor commands by typing a forward slash. It provides a quick way to insert content blocks and formatting actions.
|
|
121
121
|
|
|
122
|
-
* [
|
|
122
|
+
* [Checklist](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/tools) - Checklist support enables users to create interactive task lists in the editor. It is useful for organizing work items and tracking progress within content.
|
|
123
123
|
|
|
124
|
-
* [
|
|
124
|
+
* [Accessibility & WCAG 2.0 Compliance](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/accessibility) - Accessibility support helps the editor work with assistive technologies and keyboard navigation. It ensures the component can be used more effectively by a broader audience.
|
|
125
125
|
|
|
126
|
-
* [
|
|
126
|
+
* [Preventing Cross-Site Scripting (XSS)](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/validation-security/xhtml-validation#cross-site-scripting-xss-prevention) - XSS protection helps validate and sanitize editor content before it is used or rendered. It reduces security risks by blocking malicious scripts and unsafe markup.
|
|
127
127
|
|
|
128
|
-
* [
|
|
128
|
+
* [HTML code editing](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/editor-value#source-code-editing) - HTML code editing lets users view and edit the underlying markup directly. It is helpful when precise control over the document structure is required.
|
|
129
129
|
|
|
130
|
-
* [
|
|
130
|
+
* [Markdown editor](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/editor-types/editor-mode#markdown-editor) - Markdown editor mode lets users create and edit content using Markdown syntax. It is ideal for lightweight authoring and text-based workflows.
|
|
131
131
|
|
|
132
|
-
* [Toolbar
|
|
132
|
+
* [Custom Toolbar Items](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) - Custom toolbar items allow additional actions to be added to the editor toolbar. They help tailor the editing experience to specific application needs.
|
|
133
133
|
|
|
134
|
-
* [
|
|
134
|
+
* [Quick Toolbar](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/toolbar/quick-toolbar) - Quick Toolbar shows contextual actions for selected content such as text, images, and tables. It helps users apply common operations without leaving the editing area.
|
|
135
135
|
|
|
136
|
-
* [
|
|
136
|
+
* [File Browser](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/file-browser) - File Browser integration allows users to browse and select files within editor workflows. It supports file-based content management in a more seamless way.
|
|
137
137
|
|
|
138
|
-
* [
|
|
138
|
+
* [Emoji Picker](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/smart-editing/emoji-picker) - Emoji picker support lets users insert emojis into the editor content. It helps make messages and content more expressive and engaging.
|
|
139
139
|
|
|
140
|
-
* [
|
|
140
|
+
* [Insert Media](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/insert-media) - Insert Media allows audio and video content to be embedded in the editor. It is useful for creating richer and more interactive documents.
|
|
141
141
|
|
|
142
|
-
* [
|
|
142
|
+
* [Toolbar](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) - Toolbar support provides editing controls and customization options for the editor. It supports floating behavior, multiple layout types, and toolbar positioning for flexible UI setups.
|
|
143
|
+
|
|
144
|
+
* [Export and Import](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/tailwind3/rich-text-editor/export-document) - Export and Import support allows content to be moved between the editor and document formats such as PDF and Word. It simplifies content sharing, archiving, and document processing.
|
|
145
|
+
|
|
146
|
+
* [Undo and redo](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/undo-redo) - Undo and redo support lets users reverse or repeat recent editing actions. It improves editing confidence by making changes easier to correct.
|
|
147
|
+
|
|
148
|
+
* [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) - Module injection lets the editor load only the features that are needed. It helps reduce bundle size and keeps the component more efficient.
|
|
149
|
+
|
|
150
|
+
* [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) - Third-party integration lets the editor work with external libraries and services. It extends the editor with additional capabilities beyond the built-in feature set.
|
|
143
151
|
|
|
144
152
|
## 📚 Resources
|
|
145
153
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-richtexteditor",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "34.1.29",
|
|
4
4
|
"description": "Essential JS 2 RichTextEditor component for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~
|
|
11
|
-
"@syncfusion/ej2-richtexteditor": "
|
|
9
|
+
"@syncfusion/ej2-base": "~34.1.29",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~34.1.29",
|
|
11
|
+
"@syncfusion/ej2-richtexteditor": "34.1.29"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular-rich-text-editor",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^33.1.44";
|
|
3
3
|
export declare const moduleName = "RichTextEditorModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~33.1.44";
|
|
@@ -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 = '^
|
|
4
|
+
exports.pkgVer = '^34.1.29';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~34.1.29';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
|
|
2
|
-
export const pkgVer = '^
|
|
3
|
-
export const moduleName = 'RichTextEditorModule';
|
|
4
|
-
export const themeVer = '~
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-richtexteditor';
|
|
2
|
+
export const pkgVer = '^34.1.29';
|
|
3
|
+
export const moduleName = 'RichTextEditorModule';
|
|
4
|
+
export const themeVer = '~34.1.29';
|
package/styles/bds-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/bds-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/bds-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/bootstrap-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/bootstrap-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/bootstrap-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/bootstrap-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/bootstrap4-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/bootstrap4-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/bootstrap5-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/bootstrap5-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/bootstrap5-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/bootstrap5-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/bootstrap5.3-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/bootstrap5.3-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/fabric-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/fabric-dark-lite' as *;
|
package/styles/fabric-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/fabric-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/fabric-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/fluent-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/fluent-dark-lite' as *;
|
package/styles/fluent-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/fluent-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/fluent-lite' as *;
|
package/styles/fluent2-lite.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/fluent2-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/fluent2-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/highcontrast-light-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/highcontrast-light-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/highcontrast-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/highcontrast-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/material-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/material-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/material-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/material-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/material3-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/material3-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/material3-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/material3-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/bds' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bds' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bootstrap' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap4' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bootstrap4' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bootstrap5-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5.3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bootstrap5.3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bootstrap5' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/fabric-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/fabric-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/fabric' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/fabric' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/fluent-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/fluent-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/fluent' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/fluent' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/fluent2' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/fluent2' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-light' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/highcontrast-light' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/highcontrast' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/highcontrast' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/material-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/material-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/material' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/material' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/material3-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/material3-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/material3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/material3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/tailwind-dark' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/tailwind-dark' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/tailwind' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/tailwind' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/styles/rich-text-editor/tailwind3' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/tailwind3' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/tailwind-dark-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/tailwind-dark-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/tailwind-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/tailwind-lite' as *;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@use 'ej2-richtexteditor/tailwind3-lite' as *;
|
|
1
|
+
@use '@syncfusion/ej2-richtexteditor/tailwind3-lite' as *;
|