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

ngx-quill

Package Overview
Dependencies
Maintainers
1
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.1 to 26.0.2

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

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

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