Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-quill

Package Overview
Dependencies
Maintainers
0
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-quill - npm Package Compare versions

Comparing version 26.0.6 to 26.0.7

5

config/quill-editor.interfaces.d.ts

@@ -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>;

6

lib/quill-editor.component.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc