ngx-quill
Advanced tools
Comparing version 26.0.6 to 26.0.7
@@ -12,2 +12,3 @@ import { InjectionToken } from '@angular/core'; | ||
export type QuillToolbarConfig = Array<Array<string | { | ||
[index: string]: string | number | boolean | Array<boolean | string | number>; | ||
indent?: string; | ||
@@ -43,3 +44,3 @@ list?: string; | ||
toolbar?: QuillToolbarConfig | string | { | ||
container?: string | string[] | Record<string, string[] | string>[] | QuillToolbarConfig; | ||
container?: string | string[] | QuillToolbarConfig; | ||
handlers?: { | ||
@@ -67,4 +68,4 @@ [key: string]: any; | ||
sanitize?: boolean; | ||
beforeRender?: () => Promise<void>; | ||
beforeRender?: () => Promise<any>; | ||
} | ||
export declare const QUILL_CONFIG_TOKEN: InjectionToken<QuillConfig>; |
@@ -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>; | ||
@@ -54,3 +54,3 @@ readonly placeholder: import("@angular/core").InputSignal<string>; | ||
readonly sanitize: import("@angular/core").InputSignal<boolean>; | ||
readonly beforeRender: import("@angular/core").InputSignal<() => Promise<void> | undefined>; | ||
readonly beforeRender: import("@angular/core").InputSignal<() => Promise<any> | undefined>; | ||
readonly styles: import("@angular/core").InputSignal<any>; | ||
@@ -57,0 +57,0 @@ readonly registry: import("@angular/core").InputSignal<import("parchment").Registry>; |
@@ -14,9 +14,9 @@ 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[]>; | ||
readonly sanitize: import("@angular/core").InputSignal<boolean>; | ||
readonly beforeRender: import("@angular/core").InputSignal<() => Promise<void> | undefined>; | ||
readonly beforeRender: import("@angular/core").InputSignal<() => Promise<any> | undefined>; | ||
readonly strict: import("@angular/core").InputSignal<boolean>; | ||
@@ -23,0 +23,0 @@ readonly content: import("@angular/core").InputSignal<any>; |
{ | ||
"name": "ngx-quill", | ||
"version": "26.0.6", | ||
"version": "26.0.7", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": { |
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
343367
2445