ng2-ckeditor
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -24,3 +24,3 @@ /// <reference types="ckeditor" /> | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CKButtonDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<CKButtonDirective, "ckbutton", never, { "label": "label"; "command": "command"; "toolbar": "toolbar"; "name": "name"; "icon": "icon"; }, { "click": "click"; }, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<CKButtonDirective, "ckbutton", never, { "label": "label"; "command": "command"; "toolbar": "toolbar"; "name": "name"; "icon": "icon"; }, { "click": "click"; }, never, never, false>; | ||
} |
@@ -70,3 +70,3 @@ /// <reference types="ckeditor" /> | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CKEditorComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<CKEditorComponent, "ckeditor", never, { "config": "config"; "readonly": "readonly"; "debounce": "debounce"; "value": "value"; }, { "change": "change"; "editorChange": "editorChange"; "ready": "ready"; "blur": "blur"; "focus": "focus"; "contentDom": "contentDom"; "fileUploadRequest": "fileUploadRequest"; "fileUploadResponse": "fileUploadResponse"; "paste": "paste"; "drop": "drop"; }, ["toolbarButtons", "toolbarGroups"], never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<CKEditorComponent, "ckeditor", never, { "config": "config"; "readonly": "readonly"; "debounce": "debounce"; "value": "value"; }, { "change": "change"; "editorChange": "editorChange"; "ready": "ready"; "blur": "blur"; "focus": "focus"; "contentDom": "contentDom"; "fileUploadRequest": "fileUploadRequest"; "fileUploadResponse": "fileUploadResponse"; "paste": "paste"; "drop": "drop"; }, ["toolbarButtons", "toolbarGroups"], never, false>; | ||
} |
@@ -23,3 +23,3 @@ import { AfterContentInit, QueryList } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CKGroupDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<CKGroupDirective, "ckgroup", never, { "name": "name"; "previous": "previous"; "subgroupOf": "subgroupOf"; }, {}, ["toolbarButtons"]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<CKGroupDirective, "ckgroup", never, { "name": "name"; "previous": "previous"; "subgroupOf": "subgroupOf"; }, {}, ["toolbarButtons"], never, false>; | ||
} |
{ | ||
"name": "ng2-ckeditor", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "Angular CKEditor component", | ||
"keywords": [ | ||
"angular", | ||
"angular2", | ||
"component", | ||
@@ -23,5 +22,2 @@ "ckeditor", | ||
"peerDependencies": { | ||
"@angular/common": "^13.0.2", | ||
"@angular/core": "^13.0.2", | ||
"@angular/forms": "^13.0.2", | ||
"@types/ckeditor": "^4.9.10" | ||
@@ -34,3 +30,3 @@ }, | ||
"fesm2015": "fesm2015/ng2-ckeditor.mjs", | ||
"typings": "ng2-ckeditor.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -41,3 +37,3 @@ "./package.json": { | ||
".": { | ||
"types": "./ng2-ckeditor.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ng2-ckeditor.mjs", | ||
@@ -44,0 +40,0 @@ "es2020": "./fesm2020/ng2-ckeditor.mjs", |
@@ -12,3 +12,3 @@ # Angular - CKEditor component | ||
``` | ||
<script src="https://cdn.ckeditor.com/4.17.1/full-all/ckeditor.js"></script> | ||
<script src="https://cdn.ckeditor.com/4.19.1/full-all/ckeditor.js"></script> | ||
``` | ||
@@ -15,0 +15,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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
124470
2
0
18
1263