ngx-quill
Advanced tools
Comparing version 16.0.1 to 16.1.0
@@ -91,2 +91,3 @@ import { DomSanitizer } from '@angular/platform-browser'; | ||
private subscription; | ||
private quillSubscription; | ||
constructor(injector: Injector, elementRef: ElementRef, cd: ChangeDetectorRef, domSanitizer: DomSanitizer, platformId: any, renderer: Renderer2, zone: NgZone, service: QuillService); | ||
@@ -96,3 +97,3 @@ static normalizeClassNames(classes: string): string[]; | ||
valueSetter: (quillEditor: QuillType, value: any) => any; | ||
ngAfterViewInit(): Promise<void>; | ||
ngAfterViewInit(): void; | ||
selectionChangeHandler: (range: Range | null, oldRange: Range | null, source: string) => void; | ||
@@ -99,0 +100,0 @@ textChangeHandler: (delta: Delta, oldDelta: Delta, source: string) => void; |
import QuillType from 'quill'; | ||
import { QuillModules } from './quill-editor.interfaces'; | ||
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, Renderer2, SimpleChanges, NgZone } from '@angular/core'; | ||
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, Renderer2, SimpleChanges, NgZone, OnDestroy } from '@angular/core'; | ||
import { CustomOption, CustomModule } from './quill-editor.interfaces'; | ||
@@ -8,3 +8,3 @@ import { QuillService } from './quill.service'; | ||
import * as i0 from "@angular/core"; | ||
export declare class QuillViewComponent implements AfterViewInit, OnChanges { | ||
export declare class QuillViewComponent implements AfterViewInit, OnChanges, OnDestroy { | ||
elementRef: ElementRef; | ||
@@ -30,8 +30,10 @@ protected renderer: Renderer2; | ||
editorElem: HTMLElement; | ||
private quillSubscription; | ||
constructor(elementRef: ElementRef, renderer: Renderer2, zone: NgZone, service: QuillService, domSanitizer: DomSanitizer, platformId: any); | ||
valueSetter: (quillEditor: QuillType, value: any) => any; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
ngAfterViewInit(): Promise<void>; | ||
ngAfterViewInit(): void; | ||
ngOnDestroy(): void; | ||
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>; | ||
} |
import { Injector } from '@angular/core'; | ||
import { Observable } from 'rxjs'; | ||
import { QuillConfig } from './quill-editor.interfaces'; | ||
@@ -7,9 +8,8 @@ import * as i0 from "@angular/core"; | ||
private Quill; | ||
private $importPromise; | ||
private count; | ||
private document; | ||
private quill$; | ||
constructor(injector: Injector, config: QuillConfig); | ||
getQuill(): Promise<any>; | ||
getQuill(): Observable<any>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<QuillService, [null, { optional: true; }]>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<QuillService>; | ||
} |
{ | ||
"name": "ngx-quill", | ||
"version": "16.0.1", | ||
"version": "16.1.0", | ||
"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
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
397477
3381