@flogeez/angular-tiptap-editor 0.2.6 → 0.2.7
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/index.d.ts
CHANGED
|
@@ -547,8 +547,6 @@ declare class AngularTiptapEditorComponent implements AfterViewInit, OnDestroy {
|
|
|
547
547
|
focus(): void;
|
|
548
548
|
blur(): void;
|
|
549
549
|
clearContent(): void;
|
|
550
|
-
private normalizeHTML;
|
|
551
|
-
private checkInitialFormValue;
|
|
552
550
|
private setupFormControlSubscription;
|
|
553
551
|
setDisabledState(isDisabled: boolean): void;
|
|
554
552
|
onEditorClick(event: MouseEvent): void;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flogeez/angular-tiptap-editor",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "A modern, customizable rich-text editor for Angular (
|
|
3
|
+
"version": "0.2.7",
|
|
4
|
+
"description": "A modern, customizable rich-text editor for Angular (18+), built with Tiptap and featuring complete internationalization support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
7
7
|
"tiptap",
|