ngx-quill
Advanced tools
Comparing version 16.2.1 to 17.0.0
@@ -128,3 +128,3 @@ import { DomSanitizer } from '@angular/platform-browser'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<QuillEditorBase, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<QuillEditorBase, never, never, { "format": "format"; "theme": "theme"; "modules": "modules"; "debug": "debug"; "readOnly": "readOnly"; "placeholder": "placeholder"; "maxLength": "maxLength"; "minLength": "minLength"; "required": "required"; "formats": "formats"; "customToolbarPosition": "customToolbarPosition"; "sanitize": "sanitize"; "styles": "styles"; "strict": "strict"; "scrollingContainer": "scrollingContainer"; "bounds": "bounds"; "customOptions": "customOptions"; "customModules": "customModules"; "trackChanges": "trackChanges"; "preserveWhitespace": "preserveWhitespace"; "classes": "classes"; "trimOnValidation": "trimOnValidation"; "linkPlaceholder": "linkPlaceholder"; "compareValues": "compareValues"; "filterNull": "filterNull"; "debounceTime": "debounceTime"; "defaultEmptyValue": "defaultEmptyValue"; "valueGetter": "valueGetter"; "valueSetter": "valueSetter"; }, { "onEditorCreated": "onEditorCreated"; "onEditorChanged": "onEditorChanged"; "onContentChanged": "onContentChanged"; "onSelectionChanged": "onSelectionChanged"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<QuillEditorBase, never, never, { "format": "format"; "theme": "theme"; "modules": "modules"; "debug": "debug"; "readOnly": "readOnly"; "placeholder": "placeholder"; "maxLength": "maxLength"; "minLength": "minLength"; "required": "required"; "formats": "formats"; "customToolbarPosition": "customToolbarPosition"; "sanitize": "sanitize"; "styles": "styles"; "strict": "strict"; "scrollingContainer": "scrollingContainer"; "bounds": "bounds"; "customOptions": "customOptions"; "customModules": "customModules"; "trackChanges": "trackChanges"; "preserveWhitespace": "preserveWhitespace"; "classes": "classes"; "trimOnValidation": "trimOnValidation"; "linkPlaceholder": "linkPlaceholder"; "compareValues": "compareValues"; "filterNull": "filterNull"; "debounceTime": "debounceTime"; "defaultEmptyValue": "defaultEmptyValue"; "valueGetter": "valueGetter"; "valueSetter": "valueSetter"; }, { "onEditorCreated": "onEditorCreated"; "onEditorChanged": "onEditorChanged"; "onContentChanged": "onContentChanged"; "onSelectionChanged": "onSelectionChanged"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, never, never, false>; | ||
} | ||
@@ -134,3 +134,3 @@ export declare class QuillEditorComponent extends QuillEditorBase { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<QuillEditorComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<QuillEditorComponent, "quill-editor", never, {}, {}, never, ["[quill-editor-toolbar]"]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<QuillEditorComponent, "quill-editor", never, {}, {}, never, ["[quill-editor-toolbar]"], false>; | ||
} |
@@ -16,3 +16,3 @@ import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<QuillViewHTMLComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<QuillViewHTMLComponent, "quill-view-html", never, { "content": "content"; "theme": "theme"; "sanitize": "sanitize"; }, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<QuillViewHTMLComponent, "quill-view-html", never, { "content": "content"; "theme": "theme"; "sanitize": "sanitize"; }, {}, never, never, false>; | ||
} |
@@ -38,3 +38,3 @@ import QuillType from 'quill'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<QuillViewComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<QuillViewComponent, "quill-view", never, { "format": "format"; "theme": "theme"; "modules": "modules"; "debug": "debug"; "formats": "formats"; "sanitize": "sanitize"; "strict": "strict"; "content": "content"; "customModules": "customModules"; "customOptions": "customOptions"; "preserveWhitespace": "preserveWhitespace"; }, { "onEditorCreated": "onEditorCreated"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<QuillViewComponent, "quill-view", never, { "format": "format"; "theme": "theme"; "modules": "modules"; "debug": "debug"; "formats": "formats"; "sanitize": "sanitize"; "strict": "strict"; "content": "content"; "customModules": "customModules"; "customOptions": "customOptions"; "preserveWhitespace": "preserveWhitespace"; }, { "onEditorCreated": "onEditorCreated"; }, never, never, false>; | ||
} |
{ | ||
"name": "ngx-quill", | ||
"version": "16.2.1", | ||
"version": "17.0.0", | ||
"license": "MIT", | ||
@@ -48,3 +48,3 @@ "author": { | ||
"fesm2015": "fesm2015/ngx-quill.mjs", | ||
"typings": "ngx-quill.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -55,3 +55,3 @@ "./package.json": { | ||
".": { | ||
"types": "./ngx-quill.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngx-quill.mjs", | ||
@@ -58,0 +58,0 @@ "es2020": "./fesm2020/ngx-quill.mjs", |
@@ -56,9 +56,9 @@ # ngx-quill ![Build Status](https://github.com/KillerCodeMonkey/ngx-quill/workflows/CI/badge.svg) | ||
<td> | ||
v13 | ||
v14 | ||
</td> | ||
<td> | ||
>= 15.0.0 | ||
>= 17.0.0 | ||
</td> | ||
<td> | ||
until May, 2023 | ||
until Dec 02, 2023 | ||
</td> | ||
@@ -68,9 +68,9 @@ </tr> | ||
<td> | ||
v12 | ||
v13 | ||
</td> | ||
<td> | ||
>= 14.0.0, < 16.0.0 | ||
>= 15.0.0, < 17.0.0 | ||
</td> | ||
<td> | ||
until Nov 11, 2022 | ||
until May 04, 2023 | ||
</td> | ||
@@ -80,9 +80,9 @@ </tr> | ||
<td> | ||
v11 | ||
v12 | ||
</td> | ||
<td> | ||
>= 13.0.0, < 16.0.0 | ||
>= 14.0.0, < 16.0.0 | ||
</td> | ||
<td> | ||
until May 11, 2022 | ||
until Nov 12, 2022 | ||
</td> | ||
@@ -89,0 +89,0 @@ </tr> |
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
420762
3390