Socket
Socket
Sign inDemoInstall

ngx-colors

Package Overview
Dependencies
8
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.5.1 to 3.5.2

ngx-colors-3.5.2.tgz

2

lib/clases/color.d.ts

@@ -1,2 +0,2 @@

export declare class NgxColor {
export declare class NgxColorsColor {
preview: string;

@@ -3,0 +3,0 @@ variants: Array<string>;

@@ -5,3 +5,3 @@ import { EventEmitter, ElementRef, ComponentRef } from "@angular/core";

import { ControlValueAccessor } from "@angular/forms";
import { NgxColor } from "../clases/color";
import { NgxColorsColor } from "../clases/color";
import * as i0 from "@angular/core";

@@ -13,3 +13,3 @@ export declare class NgxColorsTriggerDirective implements ControlValueAccessor {

colorsAnimation: "slide-in" | "popup";
palette: Array<string> | Array<NgxColor>;
palette: Array<string> | Array<NgxColorsColor>;
format: string;

@@ -16,0 +16,0 @@ position: "top" | "bottom";

@@ -8,7 +8,6 @@ import * as i0 from "@angular/core";

import * as i6 from "@angular/common";
import * as i7 from "@angular/platform-browser/animations";
export declare class NgxColorsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxColorsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxColorsModule, [typeof i1.NgxColorsComponent, typeof i2.ColorPickerComponent, typeof i3.SliderDirective, typeof i4.PanelComponent, typeof i5.NgxColorsTriggerDirective], [typeof i6.CommonModule, typeof i7.BrowserAnimationsModule], [typeof i1.NgxColorsComponent, typeof i5.NgxColorsTriggerDirective]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxColorsModule, [typeof i1.NgxColorsComponent, typeof i2.ColorPickerComponent, typeof i3.SliderDirective, typeof i4.PanelComponent, typeof i5.NgxColorsTriggerDirective], [typeof i6.CommonModule], [typeof i1.NgxColorsComponent, typeof i5.NgxColorsTriggerDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxColorsModule>;
}
{
"name": "ngx-colors",
"version": "3.5.1",
"version": "3.5.2",
"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)",

@@ -6,5 +6,3 @@ ![size](https://img.shields.io/bundlephobia/min/ngx-colors?style=for-the-badge)

<h1 align="center">ngx-colors</h1>
<p align="center">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)
<p align="center">ngx-colors is a colorpicker component of angular with a material design style, allows users to select a color via text input (hexadecimal, rgba, hsla), choosing a preset color from the palette, or a color picker using the Hue, Lightness, and Alpha sliders.
</p>

@@ -23,12 +21,13 @@ </p>

#### Dependencies
#### Compatibility
##### ngx-colors < v3.1.0
| Angular | Latest ngx-colors compatible |
| ------- | ---------------------------- |
| 15 | Latest |
| 14 | 3.1.4 |
| 13 | 3.1.4 |
| 12 | 3.0.5 |
| 11 | 3.0.5 |
| 10 | 3.0.5 |
Angular > v10.0.0 < 13.1.1
##### ngx-colors >= v3.1.0
Angular > v13.1.1
#### Npm

@@ -35,0 +34,0 @@

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

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