@syncfusion/ej2-angular-richtexteditor 22.2.12-ngcc → 23.1.36-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 +8 -4
- package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-richtexteditor.js +8 -4
- package/@syncfusion/ej2-angular-richtexteditor.js.map +1 -1
- package/CHANGELOG.md +29 -1
- package/dist/ej2-angular-richtexteditor.umd.js +9 -3
- package/dist/ej2-angular-richtexteditor.umd.js.map +1 -1
- package/dist/ej2-angular-richtexteditor.umd.min.js +2 -2
- package/dist/ej2-angular-richtexteditor.umd.min.js.map +1 -1
- package/ej2-angular-richtexteditor.metadata.json +1 -1
- package/package.json +9 -9
- 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/src/rich-text-editor/richtexteditor.component.d.ts +3 -2
- package/styles/material-dark.css +0 -1
- package/styles/material.css +0 -1
- package/styles/material3-dark.css +0 -1
- package/styles/material3.css +0 -1
- package/styles/rich-text-editor/material-dark.css +0 -1
- package/styles/rich-text-editor/material.css +0 -1
- package/styles/rich-text-editor/material3-dark.css +0 -1
- package/styles/rich-text-editor/material3-dark.scss +1 -1
- package/styles/rich-text-editor/material3.css +0 -1
- package/styles/rich-text-editor/material3.scss +1 -1
- package/styles/rich-text-editor/tailwind-dark.css +0 -1
- package/styles/rich-text-editor/tailwind.css +0 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind.css +0 -1
|
@@ -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 = '^23.1.36';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~23.1.36';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { RichTextEditor } from '@syncfusion/ej2-richtexteditor';
|
|
4
4
|
export declare const inputs: string[];
|
|
@@ -15,6 +15,7 @@ export declare class RichTextEditorComponent extends RichTextEditor implements I
|
|
|
15
15
|
private srenderer;
|
|
16
16
|
private viewContainerRef;
|
|
17
17
|
private injector;
|
|
18
|
+
private cdr;
|
|
18
19
|
formCompContext: any;
|
|
19
20
|
formContext: any;
|
|
20
21
|
tagObjects: any;
|
|
@@ -69,7 +70,7 @@ export declare class RichTextEditorComponent extends RichTextEditor implements I
|
|
|
69
70
|
*/
|
|
70
71
|
valueTemplate: any;
|
|
71
72
|
private skipFromEvent;
|
|
72
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
73
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
73
74
|
registerOnChange(registerFunction: (_: any) => void): void;
|
|
74
75
|
registerOnTouched(registerFunction: () => void): void;
|
|
75
76
|
writeValue(value: any): void;
|
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/material3.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-richtexteditor/styles/rich-text-editor/material3-dark.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-richtexteditor/styles/rich-text-editor/material3.scss';
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED