@syncfusion/ej2-angular-richtexteditor 33.2.13 → 34.1.29-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.
- package/@syncfusion/ej2-angular-richtexteditor.es5.js +402 -0
- package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-richtexteditor.js +383 -0
- package/@syncfusion/ej2-angular-richtexteditor.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +29 -21
- package/dist/ej2-angular-richtexteditor.umd.js +1042 -0
- package/dist/ej2-angular-richtexteditor.umd.js.map +1 -0
- package/dist/ej2-angular-richtexteditor.umd.min.js +11 -0
- package/dist/ej2-angular-richtexteditor.umd.min.js.map +1 -0
- package/ej2-angular-richtexteditor.d.ts +5 -0
- package/ej2-angular-richtexteditor.metadata.json +1 -0
- package/package.json +10 -23
- package/public_api.d.ts +1 -1
- 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/src/index.d.ts +4 -4
- package/src/rich-text-editor/richtexteditor-all.module.d.ts +27 -33
- package/src/rich-text-editor/richtexteditor.component.d.ts +96 -99
- package/src/rich-text-editor/richtexteditor.module.d.ts +5 -11
- 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 +0 -3004
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -5
- package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +0 -89
- package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +0 -245
- package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +0 -357
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -357
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
- package/syncfusion-ej2-angular-richtexteditor.d.ts +0 -5
|
@@ -1,99 +1,96 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { RichTextEditor } from '@syncfusion/ej2-richtexteditor';
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
private
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
* @
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextEditorComponent, never>;
|
|
98
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextEditorComponent, "ejs-richtexteditor", never, { "aiAssistantSettings": "aiAssistantSettings"; "autoSaveOnIdle": "autoSaveOnIdle"; "backgroundColor": "backgroundColor"; "bulletFormatList": "bulletFormatList"; "codeBlockSettings": "codeBlockSettings"; "cssClass": "cssClass"; "editorMode": "editorMode"; "emojiPickerSettings": "emojiPickerSettings"; "enableAutoUrl": "enableAutoUrl"; "enableClipboardCleanup": "enableClipboardCleanup"; "enableHtmlEncode": "enableHtmlEncode"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enableMarkdownAutoFormat": "enableMarkdownAutoFormat"; "enablePersistence": "enablePersistence"; "enableResize": "enableResize"; "enableRtl": "enableRtl"; "enableTabKey": "enableTabKey"; "enableXhtml": "enableXhtml"; "enabled": "enabled"; "enterKey": "enterKey"; "exportPdf": "exportPdf"; "exportWord": "exportWord"; "fileManagerSettings": "fileManagerSettings"; "floatingToolbarOffset": "floatingToolbarOffset"; "fontColor": "fontColor"; "fontFamily": "fontFamily"; "fontSize": "fontSize"; "format": "format"; "formatPainterSettings": "formatPainterSettings"; "formatter": "formatter"; "height": "height"; "htmlAttributes": "htmlAttributes"; "iframeSettings": "iframeSettings"; "importWord": "importWord"; "inlineMode": "inlineMode"; "insertAudioSettings": "insertAudioSettings"; "insertImageSettings": "insertImageSettings"; "insertVideoSettings": "insertVideoSettings"; "keyConfig": "keyConfig"; "lineHeight": "lineHeight"; "locale": "locale"; "maxLength": "maxLength"; "numberFormatList": "numberFormatList"; "pasteCleanupSettings": "pasteCleanupSettings"; "placeholder": "placeholder"; "quickToolbarSettings": "quickToolbarSettings"; "readonly": "readonly"; "saveInterval": "saveInterval"; "shiftEnterKey": "shiftEnterKey"; "showCharCount": "showCharCount"; "showTooltip": "showTooltip"; "slashMenuSettings": "slashMenuSettings"; "tableSettings": "tableSettings"; "toolbarSettings": "toolbarSettings"; "undoRedoSteps": "undoRedoSteps"; "undoRedoTimer": "undoRedoTimer"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "afterImageDelete": "afterImageDelete"; "afterMediaDelete": "afterMediaDelete"; "afterPasteCleanup": "afterPasteCleanup"; "aiAssistantPromptRequest": "aiAssistantPromptRequest"; "aiAssistantStopRespondingClick": "aiAssistantStopRespondingClick"; "aiAssistantToolbarClick": "aiAssistantToolbarClick"; "beforeClipboardWrite": "beforeClipboardWrite"; "beforeDialogClose": "beforeDialogClose"; "beforeDialogOpen": "beforeDialogOpen"; "beforeFileUpload": "beforeFileUpload"; "beforeImageDrop": "beforeImageDrop"; "beforeImageUpload": "beforeImageUpload"; "beforeMediaDrop": "beforeMediaDrop"; "beforePasteCleanup": "beforePasteCleanup"; "beforePopupClose": "beforePopupClose"; "beforePopupOpen": "beforePopupOpen"; "beforeQuickToolbarOpen": "beforeQuickToolbarOpen"; "beforeSanitizeHtml": "beforeSanitizeHtml"; "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "dialogClose": "dialogClose"; "dialogOpen": "dialogOpen"; "documentExporting": "documentExporting"; "fileRemoving": "fileRemoving"; "fileSelected": "fileSelected"; "fileUploadFailed": "fileUploadFailed"; "fileUploadSuccess": "fileUploadSuccess"; "fileUploading": "fileUploading"; "focus": "focus"; "imageRemoving": "imageRemoving"; "imageSelected": "imageSelected"; "imageUploadFailed": "imageUploadFailed"; "imageUploadSuccess": "imageUploadSuccess"; "imageUploading": "imageUploading"; "quickToolbarClose": "quickToolbarClose"; "quickToolbarOpen": "quickToolbarOpen"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "selectionChanged": "selectionChanged"; "slashMenuItemSelect": "slashMenuItemSelect"; "toolbarClick": "toolbarClick"; "toolbarStatusUpdate": "toolbarStatusUpdate"; "updatedToolbarStatus": "updatedToolbarStatus"; "wordImporting": "wordImporting"; "valueChange": "valueChange"; }, ["valueTemplate", "aiAssistantSettings_bannerTemplate"], never>;
|
|
99
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { RichTextEditor } from '@syncfusion/ej2-richtexteditor';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* `ejs-richtexteditor` represents the Angular richtexteditor Component.
|
|
9
|
+
* ```html
|
|
10
|
+
* <ejs-richtexteditor></ejs-richtexteditor>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class RichTextEditorComponent extends RichTextEditor implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
private cdr;
|
|
19
|
+
formCompContext: any;
|
|
20
|
+
formContext: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
actionBegin: any;
|
|
23
|
+
actionComplete: any;
|
|
24
|
+
afterImageDelete: any;
|
|
25
|
+
afterMediaDelete: any;
|
|
26
|
+
afterPasteCleanup: any;
|
|
27
|
+
aiAssistantPromptRequest: any;
|
|
28
|
+
aiAssistantStopRespondingClick: any;
|
|
29
|
+
aiAssistantToolbarClick: any;
|
|
30
|
+
beforeClipboardWrite: any;
|
|
31
|
+
beforeDialogClose: any;
|
|
32
|
+
beforeDialogOpen: any;
|
|
33
|
+
beforeFileUpload: any;
|
|
34
|
+
beforeImageDrop: any;
|
|
35
|
+
beforeImageUpload: any;
|
|
36
|
+
beforeMediaDrop: any;
|
|
37
|
+
beforePasteCleanup: any;
|
|
38
|
+
beforePopupClose: any;
|
|
39
|
+
beforePopupOpen: any;
|
|
40
|
+
beforeQuickToolbarOpen: any;
|
|
41
|
+
beforeSanitizeHtml: any;
|
|
42
|
+
blur: any;
|
|
43
|
+
change: any;
|
|
44
|
+
created: any;
|
|
45
|
+
destroyed: any;
|
|
46
|
+
dialogClose: any;
|
|
47
|
+
dialogOpen: any;
|
|
48
|
+
documentExporting: any;
|
|
49
|
+
fileRemoving: any;
|
|
50
|
+
fileSelected: any;
|
|
51
|
+
fileUploadFailed: any;
|
|
52
|
+
fileUploadSuccess: any;
|
|
53
|
+
fileUploading: any;
|
|
54
|
+
focus: any;
|
|
55
|
+
imageRemoving: any;
|
|
56
|
+
imageSelected: any;
|
|
57
|
+
imageUploadFailed: any;
|
|
58
|
+
imageUploadSuccess: any;
|
|
59
|
+
imageUploading: any;
|
|
60
|
+
quickToolbarClose: any;
|
|
61
|
+
quickToolbarOpen: any;
|
|
62
|
+
resizeStart: any;
|
|
63
|
+
resizeStop: any;
|
|
64
|
+
resizing: any;
|
|
65
|
+
selectionChanged: any;
|
|
66
|
+
slashMenuItemSelect: any;
|
|
67
|
+
toolbarClick: any;
|
|
68
|
+
toolbarStatusUpdate: any;
|
|
69
|
+
updatedToolbarStatus: any;
|
|
70
|
+
wordImporting: any;
|
|
71
|
+
valueChange: any;
|
|
72
|
+
/**
|
|
73
|
+
* Accepts a template design and assigns it as the content of the Rich Text Editor.
|
|
74
|
+
* The built-in template engine provides options to compile a template string into an executable function.
|
|
75
|
+
* For example, it supports expression evaluation similar to ES6 template string literals.
|
|
76
|
+
*
|
|
77
|
+
* {% codeBlock src='rich-text-editor/value-template/index.md' %}{% endcodeBlock %}
|
|
78
|
+
*
|
|
79
|
+
* @default null
|
|
80
|
+
* @asptype string
|
|
81
|
+
*/
|
|
82
|
+
valueTemplate: any;
|
|
83
|
+
aiAssistantSettings_bannerTemplate: any;
|
|
84
|
+
private skipFromEvent;
|
|
85
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
86
|
+
registerOnChange(registerFunction: (_: any) => void): void;
|
|
87
|
+
registerOnTouched(registerFunction: () => void): void;
|
|
88
|
+
writeValue(value: any): void;
|
|
89
|
+
setDisabledState(disabled: boolean): void;
|
|
90
|
+
ngOnInit(): void;
|
|
91
|
+
ngAfterViewInit(): void;
|
|
92
|
+
ngOnDestroy(): void;
|
|
93
|
+
ngAfterContentChecked(): void;
|
|
94
|
+
registerEvents: (eventList: string[]) => void;
|
|
95
|
+
addTwoWay: (propList: string[]) => void;
|
|
96
|
+
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
7
|
-
export declare class RichTextEditorModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextEditorModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RichTextEditorModule, [typeof i1.RichTextEditorComponent], [typeof i2.CommonModule], [typeof i1.RichTextEditorComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RichTextEditorModule>;
|
|
11
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the RichTextEditor component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class RichTextEditorModule {
|
|
5
|
+
}
|
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 *;
|