@tinymce/tinymce-angular
Advanced tools
Comparing version 8.0.2-rc.20240712014808621.shaeaf1f1b to 9.0.0-feature.20240724001004577.shac7420c1
import { AfterViewInit, ElementRef, NgZone, OnDestroy, InjectionToken, ChangeDetectorRef } from '@angular/core'; | ||
import { ControlValueAccessor } from '@angular/forms'; | ||
import { Events } from './Events'; | ||
import { Editor as TinyMCEEditor, TinyMCE } from 'tinymce'; | ||
import type { Editor as TinyMCEEditor, TinyMCE } from 'tinymce'; | ||
import * as i0 from "@angular/core"; | ||
@@ -6,0 +6,0 @@ type EditorOptions = Parameters<TinyMCE['init']>[0]; |
import { EventEmitter } from '@angular/core'; | ||
import { Editor as TinyMCEEditor } from 'tinymce'; | ||
import type { Editor as TinyMCEEditor } from 'tinymce'; | ||
import * as i0 from "@angular/core"; | ||
@@ -4,0 +4,0 @@ export interface EventObj<T> { |
{ | ||
"name": "@tinymce/tinymce-angular", | ||
"description": "Official TinyMCE Angular Component", | ||
"version": "8.0.2-rc.20240712014808621.shaeaf1f1b", | ||
"version": "9.0.0-feature.20240724001004577.shac7420c1", | ||
"repository": "https://github.com/tinymce/tinymce-angular.git", | ||
@@ -13,7 +13,9 @@ "author": "Ephox Corporation DBA Tiny Technologies, Inc.", | ||
"@angular/forms": ">=16.0.0", | ||
"rxjs": "^7.4.0" | ||
"rxjs": "^7.4.0", | ||
"tinymce": "^7.0.0 || ^6.0.0 || ^5.5.0" | ||
}, | ||
"dependencies": { | ||
"tinymce": "^7.0.0 || ^6.0.0 || ^5.5.0", | ||
"tslib": "^2.3.0" | ||
"peerDependenciesMeta": { | ||
"tinymce": { | ||
"optional": true | ||
} | ||
}, | ||
@@ -33,3 +35,6 @@ "module": "fesm2022/tinymce-tinymce-angular.mjs", | ||
}, | ||
"sideEffects": false | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
163554
- Removedtinymce@^7.0.0 || ^6.0.0 || ^5.5.0