Socket
Socket
Sign inDemoInstall

ngx-colors

Package Overview
Dependencies
1
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.0 to 3.5.0

ngx-colors-3.5.0.tgz

8

lib/directives/ngx-colors-trigger.directive.d.ts

@@ -25,2 +25,4 @@ import { EventEmitter, ElementRef, ComponentRef } from "@angular/core";

slider: EventEmitter<string>;
close: EventEmitter<string>;
open: EventEmitter<string>;
onClick(): void;

@@ -32,4 +34,4 @@ constructor(triggerRef: ElementRef, panelFactory: PanelFactoryService);

onChangeCallback: (_: any) => void;
open(): void;
close(): void;
openPanel(): void;
closePanel(): void;
onChange(): void;

@@ -45,3 +47,3 @@ setDisabledState(isDisabled: boolean): void;

static ɵfac: i0.ɵɵFactoryDeclaration<NgxColorsTriggerDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxColorsTriggerDirective, "[ngx-colors-trigger]", never, { "colorsAnimation": "colorsAnimation"; "palette": "palette"; "format": "format"; "position": "position"; "hideTextInput": "hideTextInput"; "hideColorPicker": "hideColorPicker"; "attachTo": "attachTo"; "overlayClassName": "overlayClassName"; "colorPickerControls": "colorPickerControls"; "acceptLabel": "acceptLabel"; "cancelLabel": "cancelLabel"; }, { "change": "change"; "input": "input"; "slider": "slider"; }, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxColorsTriggerDirective, "[ngx-colors-trigger]", never, { "colorsAnimation": "colorsAnimation"; "palette": "palette"; "format": "format"; "position": "position"; "hideTextInput": "hideTextInput"; "hideColorPicker": "hideColorPicker"; "attachTo": "attachTo"; "overlayClassName": "overlayClassName"; "colorPickerControls": "colorPickerControls"; "acceptLabel": "acceptLabel"; "cancelLabel": "cancelLabel"; }, { "change": "change"; "input": "input"; "slider": "slider"; "close": "close"; "open": "open"; }, never, never, false, never>;
}
{
"name": "ngx-colors",
"version": "3.4.0",
"version": "3.5.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A beautiful color picker for angular that let you choose from a color palette, using sliders (Hue, Lightness, Alpha sliders) or through text input(hex, rgba, hsla)",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc