ngx-quill
Advanced tools
Comparing version 26.0.1 to 26.0.2
@@ -41,6 +41,6 @@ import type QuillType from 'quill'; | ||
export declare abstract class QuillEditorBase implements AfterViewInit, ControlValueAccessor, OnChanges, OnInit, OnDestroy, Validator { | ||
readonly format: import("@angular/core").InputSignal<"object" | "json" | "html" | "text">; | ||
readonly format: import("@angular/core").InputSignal<"object" | "html" | "text" | "json">; | ||
readonly theme: import("@angular/core").InputSignal<string>; | ||
readonly modules: import("@angular/core").InputSignal<QuillModules>; | ||
readonly debug: import("@angular/core").InputSignal<false | "error" | "warn" | "log">; | ||
readonly debug: import("@angular/core").InputSignal<false | "warn" | "log" | "error">; | ||
readonly readOnly: import("@angular/core").InputSignal<boolean>; | ||
@@ -68,3 +68,3 @@ readonly placeholder: import("@angular/core").InputSignal<string>; | ||
readonly defaultEmptyValue: import("@angular/core").InputSignal<any>; | ||
onEditorCreated: EventEmitter<any>; | ||
onEditorCreated: EventEmitter<QuillType>; | ||
onEditorChanged: EventEmitter<EditorChangeContent | EditorChangeSelection>; | ||
@@ -71,0 +71,0 @@ onContentChanged: EventEmitter<ContentChange>; |
@@ -14,6 +14,6 @@ import type QuillType from 'quill'; | ||
protected platformId: any; | ||
readonly format: import("@angular/core").InputSignal<"object" | "json" | "html" | "text">; | ||
readonly format: import("@angular/core").InputSignal<"object" | "html" | "text" | "json">; | ||
readonly theme: import("@angular/core").InputSignal<string>; | ||
readonly modules: import("@angular/core").InputSignal<QuillModules>; | ||
readonly debug: import("@angular/core").InputSignal<false | "error" | "warn" | "log">; | ||
readonly debug: import("@angular/core").InputSignal<false | "warn" | "log" | "error">; | ||
readonly formats: import("@angular/core").InputSignal<string[]>; | ||
@@ -20,0 +20,0 @@ readonly sanitize: import("@angular/core").InputSignal<boolean>; |
{ | ||
"name": "ngx-quill", | ||
"version": "26.0.1", | ||
"version": "26.0.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -81,2 +81,3 @@ # ngx-quill ![Build Status](https://github.com/KillerCodeMonkey/ngx-quill/workflows/CI/badge.svg) | ||
- formulas | ||
- image resizing | ||
- custom key-bindings, e.g. shift + b for bold | ||
@@ -83,0 +84,0 @@ - dynamic styles and placeholder |
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
346220
506