Socket
Socket
Sign inDemoInstall

@iplab/ngx-color-picker

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iplab/ngx-color-picker - npm Package Compare versions

Comparing version 17.0.0 to 17.1.0

44

lib/color-picker.module.d.ts

@@ -7,22 +7,22 @@ import { ModuleWithProviders } from '@angular/core';

import * as i0 from "@angular/core";
import * as i1 from "./components/parts/saturation/saturation.component";
import * as i2 from "./components/parts/indicator/indicator.component";
import * as i3 from "./components/parts/hue/hue.component";
import * as i4 from "./components/parts/alpha/alpha.component";
import * as i5 from "./components/parts/inputs/rgba-input/rgba-input.component";
import * as i6 from "./components/parts/inputs/hsla-input/hsla-input.component";
import * as i7 from "./components/parts/inputs/hex-input/hex-input.component";
import * as i8 from "./components/parts/color-presets/color-presets.component";
import * as i9 from "./components/parts/color-preset/color-preset.component";
import * as i10 from "./components/parts/color-preset-sublist/color-preset-sublist.component";
import * as i11 from "./directives/color-picker-input.directive";
import * as i12 from "./pipes/chunks.pipe";
import * as i13 from "./pipes/reverse.pipe";
import * as i14 from "./components/chrome-picker/chrome-picker.component";
import * as i15 from "./components/sketch-picker/sketch-picker.component";
import * as i16 from "./components/swatches-picker/swatches-picker.component";
import * as i17 from "./components/github-picker/github-picker.component";
import * as i18 from "./components/compact-picker/compact-picker.component";
import * as i19 from "./components/ip-picker/ip-picker.component";
import * as i20 from "@angular/common";
import * as i1 from "@angular/common";
import * as i2 from "./components/parts/saturation/saturation.component";
import * as i3 from "./components/parts/indicator/indicator.component";
import * as i4 from "./components/parts/hue/hue.component";
import * as i5 from "./components/parts/alpha/alpha.component";
import * as i6 from "./components/parts/inputs/rgba-input/rgba-input.component";
import * as i7 from "./components/parts/inputs/hsla-input/hsla-input.component";
import * as i8 from "./components/parts/inputs/hex-input/hex-input.component";
import * as i9 from "./components/parts/color-presets/color-presets.component";
import * as i10 from "./components/parts/color-preset/color-preset.component";
import * as i11 from "./components/parts/color-preset-sublist/color-preset-sublist.component";
import * as i12 from "./directives/color-picker-input.directive";
import * as i13 from "./pipes/chunks.pipe";
import * as i14 from "./pipes/reverse.pipe";
import * as i15 from "./components/chrome-picker/chrome-picker.component";
import * as i16 from "./components/sketch-picker/sketch-picker.component";
import * as i17 from "./components/swatches-picker/swatches-picker.component";
import * as i18 from "./components/github-picker/github-picker.component";
import * as i19 from "./components/compact-picker/compact-picker.component";
import * as i20 from "./components/ip-picker/ip-picker.component";
export { SaturationComponent } from './components/parts/saturation/saturation.component';

@@ -51,8 +51,8 @@ export { IndicatorComponent } from './components/parts/indicator/indicator.component';

export { getValueByType } from './helpers/helper.functions';
export { IColorPickerConfig } from './services/color-picker.service';
export { IColorPickerConfig, COLOR_PICKER_CONFIG } from './services/color-picker.service';
export declare class ColorPickerModule {
static forRoot<T extends IColorPickerConfig>(configuration?: T): ModuleWithProviders<ColorPickerModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerModule, [typeof i1.SaturationComponent, typeof i2.IndicatorComponent, typeof i3.HueComponent, typeof i4.AlphaComponent, typeof i5.RgbaComponent, typeof i6.HslaComponent, typeof i7.HexComponent, typeof i8.ColorPresetsComponent, typeof i9.ColorPresetComponent, typeof i10.ColorPresetSublist, typeof i11.ColorPickerInputDirective, typeof i12.ChunksPipe, typeof i13.ReversePipe, typeof i14.ChromePickerComponent, typeof i15.SketchPickerComponent, typeof i16.SwatchesPickerComponent, typeof i17.GithubPickerComponent, typeof i18.CompactPickerComponent, typeof i19.IpPickerComponent], [typeof i20.CommonModule], [typeof i1.SaturationComponent, typeof i2.IndicatorComponent, typeof i3.HueComponent, typeof i4.AlphaComponent, typeof i5.RgbaComponent, typeof i6.HslaComponent, typeof i7.HexComponent, typeof i8.ColorPresetsComponent, typeof i14.ChromePickerComponent, typeof i15.SketchPickerComponent, typeof i16.SwatchesPickerComponent, typeof i17.GithubPickerComponent, typeof i18.CompactPickerComponent, typeof i19.IpPickerComponent]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerModule, never, [typeof i1.CommonModule, typeof i2.SaturationComponent, typeof i3.IndicatorComponent, typeof i4.HueComponent, typeof i5.AlphaComponent, typeof i6.RgbaComponent, typeof i7.HslaComponent, typeof i8.HexComponent, typeof i9.ColorPresetsComponent, typeof i10.ColorPresetComponent, typeof i11.ColorPresetSublist, typeof i12.ColorPickerInputDirective, typeof i13.ChunksPipe, typeof i14.ReversePipe, typeof i15.ChromePickerComponent, typeof i16.SketchPickerComponent, typeof i17.SwatchesPickerComponent, typeof i18.GithubPickerComponent, typeof i19.CompactPickerComponent, typeof i20.IpPickerComponent], [typeof i2.SaturationComponent, typeof i3.IndicatorComponent, typeof i4.HueComponent, typeof i5.AlphaComponent, typeof i6.RgbaComponent, typeof i7.HslaComponent, typeof i8.HexComponent, typeof i9.ColorPresetsComponent, typeof i15.ChromePickerComponent, typeof i16.SketchPickerComponent, typeof i17.SwatchesPickerComponent, typeof i18.GithubPickerComponent, typeof i19.CompactPickerComponent, typeof i20.IpPickerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ColorPickerModule>;
}

@@ -19,3 +19,3 @@ import { OnInit, EventEmitter, SimpleChanges, OnDestroy, OnChanges, ChangeDetectorRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<ChromePickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChromePickerComponent, "chrome-picker", never, { "color": { "alias": "color"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "colorChange": "colorChange"; }, never, ["[before]", "*"], false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChromePickerComponent, "chrome-picker", never, { "color": { "alias": "color"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "colorChange": "colorChange"; }, never, ["[before]", "*"], true, never>;
}

@@ -16,3 +16,3 @@ import { OnInit, EventEmitter, SimpleChanges, OnChanges, OnDestroy, ChangeDetectorRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<CompactPickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CompactPickerComponent, "compact-picker", never, { "color": { "alias": "color"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "colorChange": "colorChange"; }, never, ["[before]", "*"], false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CompactPickerComponent, "compact-picker", never, { "color": { "alias": "color"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "colorChange": "colorChange"; }, never, ["[before]", "*"], true, never>;
}

@@ -5,2 +5,3 @@ import { OnInit, EventEmitter, OnChanges, SimpleChanges, OnDestroy, ChangeDetectorRef } from '@angular/core';

import * as i0 from "@angular/core";
export declare function columnAttribute(value: string | number | null | undefined): number | 'auto';
export declare class GithubPickerComponent implements OnInit, OnChanges, OnDestroy {

@@ -10,8 +11,6 @@ private readonly cdr;

control: ColorPickerControl;
get columns(): string | number | null | undefined;
set columns(value: string | number | null | undefined);
columns: 'auto' | number;
colorChange: EventEmitter<ColorString>;
get width(): string;
get columnsCount(): number;
private columnsValue;
private subscriptions;

@@ -23,3 +22,4 @@ constructor(cdr: ChangeDetectorRef);

static ɵfac: i0.ɵɵFactoryDeclaration<GithubPickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GithubPickerComponent, "github-picker", never, { "color": { "alias": "color"; "required": false; }; "control": { "alias": "control"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; }, { "colorChange": "colorChange"; }, never, ["[before]", "*"], false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GithubPickerComponent, "github-picker", never, { "color": { "alias": "color"; "required": false; }; "control": { "alias": "control"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; }, { "colorChange": "colorChange"; }, never, ["[before]", "*"], true, never>;
static ngAcceptInputType_columns: string | number | null | undefined;
}

@@ -15,3 +15,3 @@ import { OnInit, EventEmitter, SimpleChanges, OnDestroy, OnChanges } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<IpPickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IpPickerComponent, "ip-picker", never, { "color": { "alias": "color"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IpPickerComponent, "ip-picker", never, { "color": { "alias": "color"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, true, never>;
}

@@ -10,5 +10,4 @@ import { EventEmitter, OnChanges, ElementRef, Renderer2, SimpleChanges } from '@angular/core';

pointer: ElementRef;
private isVertical;
constructor(renderer: Renderer2);
set vertical(value: string);
isVertical: boolean;
/**

@@ -19,3 +18,3 @@ * color can be changed through inputs

ngOnChanges(changes: SimpleChanges): void;
movePointer({ x, y, height, width }: {
protected movePointer({ x, y, height, width }: {
x: any;

@@ -32,3 +31,4 @@ y: any;

static ɵfac: i0.ɵɵFactoryDeclaration<AlphaComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AlphaComponent, "alpha-component", never, { "color": { "alias": "color"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AlphaComponent, "alpha-component", never, { "color": { "alias": "color"; "required": false; }; "isVertical": { "alias": "vertical"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, true, never>;
static ngAcceptInputType_isVertical: unknown;
}

@@ -11,3 +11,3 @@ import { ElementRef, OnDestroy } from '@angular/core';

constructor();
abstract movePointer(coordinates: {
protected abstract movePointer(coordinates: {
x: number;

@@ -14,0 +14,0 @@ y: number;

@@ -15,3 +15,3 @@ import { OnDestroy, ChangeDetectorRef, EventEmitter } from '@angular/core';

ngOnDestroy(): void;
private removeListeners;
get className(): string;
/**

@@ -22,7 +22,7 @@ * emit color change

onLongPress(): void;
private removeListeners;
private listenDocumentEvents;
private closeList;
get className(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPresetSublist, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPresetSublist, "color-preset-sublist", never, { "list": { "alias": "list"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "activeColor": { "alias": "activeColor"; "required": false; }; }, { "selectionChange": "selectionChange"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPresetSublist, "color-preset-sublist", never, { "list": { "alias": "list"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "activeColor": { "alias": "activeColor"; "required": false; }; }, { "selectionChange": "selectionChange"; }, never, never, true, never>;
}

@@ -10,7 +10,6 @@ import { EventEmitter, OnDestroy, ElementRef } from '@angular/core';

color: Color;
set depth(showDepthText: boolean);
showDepthText: boolean;
selectionChange: EventEmitter<Color>;
longPress: EventEmitter<boolean>;
private mouseup;
private showDepthText;
private subscriptions;

@@ -27,3 +26,4 @@ constructor(pickerConfig: ColorPickerConfig, elementRef: ElementRef);

static ɵfac: i0.ɵɵFactoryDeclaration<ColorPresetComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPresetComponent, "color-preset", never, { "activeColor": { "alias": "activeColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "depth": { "alias": "show-depth-title"; "required": false; }; }, { "selectionChange": "selectionChange"; "longPress": "longPress"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPresetComponent, "color-preset", never, { "activeColor": { "alias": "activeColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "showDepthText": { "alias": "show-depth-title"; "required": false; }; }, { "selectionChange": "selectionChange"; "longPress": "longPress"; }, never, never, true, never>;
static ngAcceptInputType_showDepthText: unknown;
}

@@ -13,3 +13,3 @@ import { EventEmitter } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<ColorPresetsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPresetsComponent, "color-presets-component", never, { "columns": { "alias": "columns"; "required": false; }; "colorPresets": { "alias": "colorPresets"; "required": false; }; "color": { "alias": "color"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPresetsComponent, "color-presets-component", never, { "columns": { "alias": "columns"; "required": false; }; "colorPresets": { "alias": "colorPresets"; "required": false; }; "color": { "alias": "color"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, true, never>;
}

@@ -12,3 +12,2 @@ import { Renderer2, ElementRef, EventEmitter, SimpleChanges, OnChanges } from '@angular/core';

constructor(renderer: Renderer2);
set vertical(value: string);
/**

@@ -19,3 +18,3 @@ * color can be changed through inputs

ngOnChanges(changes: SimpleChanges): void;
movePointer({ x, y, height, width }: {
protected movePointer({ x, y, height, width }: {
x: any;

@@ -31,3 +30,4 @@ y: any;

static ɵfac: i0.ɵɵFactoryDeclaration<HueComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HueComponent, "hue-component", never, { "color": { "alias": "color"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HueComponent, "hue-component", never, { "color": { "alias": "color"; "required": false; }; "isVertical": { "alias": "vertical"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, true, never>;
static ngAcceptInputType_isVertical: unknown;
}

@@ -1,6 +0,6 @@

import { Renderer2, ElementRef } from '@angular/core';
import { Renderer2, ElementRef, OnInit } from '@angular/core';
import { Color } from './../../../helpers/color.class';
import { ColorPickerConfig } from './../../../services/color-picker.service';
import * as i0 from "@angular/core";
export declare class IndicatorComponent {
export declare class IndicatorComponent implements OnInit {
private readonly pickerConfig;

@@ -15,6 +15,7 @@ private readonly renderer;

constructor(pickerConfig: ColorPickerConfig, renderer: Renderer2, elementRef: ElementRef, document: any);
ngOnInit(): void;
get backgroundColor(): string;
private onClick;
static ɵfac: i0.ɵɵFactoryDeclaration<IndicatorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IndicatorComponent, "indicator-component", never, { "color": { "alias": "color"; "required": false; }; "colorType": { "alias": "colorType"; "required": false; }; }, {}, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IndicatorComponent, "indicator-component", never, { "color": { "alias": "color"; "required": false; }; "colorType": { "alias": "colorType"; "required": false; }; }, {}, never, never, true, never>;
}

@@ -9,8 +9,7 @@ import { EventEmitter } from '@angular/core';

private prefixValue;
set label(value: any);
set prefix(value: any);
get value(): string;
onInputChange(event: KeyboardEvent, inputValue: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<HexComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HexComponent, "hex-input-component", never, { "color": { "alias": "color"; "required": false; }; "label": { "alias": "label"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HexComponent, "hex-input-component", never, { "color": { "alias": "color"; "required": false; }; "labelVisible": { "alias": "label"; "required": false; }; "prefixValue": { "alias": "prefix"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, true, never>;
static ngAcceptInputType_labelVisible: unknown;
}

@@ -5,14 +5,12 @@ import { EventEmitter } from '@angular/core';

export declare class HslaComponent {
hue: Color;
hueChange: EventEmitter<Color>;
color: Color;
colorChange: EventEmitter<Color>;
labelVisible: boolean;
set label(value: any);
isAlphaVisible: boolean;
set alpha(isVisible: boolean);
get value(): import("../../../../helpers/hsla.class").Hsla;
onInputChange(newValue: number, color: 'H' | 'S' | 'L' | 'A'): void;
static ɵfac: i0.ɵɵFactoryDeclaration<HslaComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HslaComponent, "hsla-input-component", never, { "hue": { "alias": "hue"; "required": false; }; "color": { "alias": "color"; "required": false; }; "label": { "alias": "label"; "required": false; }; "alpha": { "alias": "alpha"; "required": false; }; }, { "hueChange": "hueChange"; "colorChange": "colorChange"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HslaComponent, "hsla-input-component", never, { "color": { "alias": "color"; "required": false; }; "labelVisible": { "alias": "label"; "required": false; }; "isAlphaVisible": { "alias": "alpha"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, true, never>;
static ngAcceptInputType_labelVisible: unknown;
static ngAcceptInputType_isAlphaVisible: unknown;
}

@@ -8,9 +8,9 @@ import { EventEmitter } from '@angular/core';

labelVisible: boolean;
set label(value: any);
isAlphaVisible: boolean;
set alpha(isVisible: boolean);
get value(): import("../../../../helpers/rgba.class").Rgba;
onInputChange(newValue: number, color: 'R' | 'G' | 'B' | 'A'): void;
static ɵfac: i0.ɵɵFactoryDeclaration<RgbaComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RgbaComponent, "rgba-input-component", never, { "color": { "alias": "color"; "required": false; }; "label": { "alias": "label"; "required": false; }; "alpha": { "alias": "alpha"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RgbaComponent, "rgba-input-component", never, { "color": { "alias": "color"; "required": false; }; "labelVisible": { "alias": "label"; "required": false; }; "isAlphaVisible": { "alias": "alpha"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, true, never>;
static ngAcceptInputType_labelVisible: unknown;
static ngAcceptInputType_isAlphaVisible: unknown;
}

@@ -18,3 +18,3 @@ import { EventEmitter, Renderer2, ElementRef, OnInit, OnChanges, SimpleChanges } from '@angular/core';

ngOnChanges(changes: SimpleChanges): void;
movePointer({ x, y, height, width }: {
protected movePointer({ x, y, height, width }: {
x: any;

@@ -27,3 +27,3 @@ y: any;

static ɵfac: i0.ɵɵFactoryDeclaration<SaturationComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SaturationComponent, "saturation-component", never, { "color": { "alias": "color"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SaturationComponent, "saturation-component", never, { "color": { "alias": "color"; "required": false; }; }, { "colorChange": "colorChange"; }, never, never, true, never>;
}

@@ -16,3 +16,3 @@ import { OnInit, EventEmitter, SimpleChanges, OnChanges, OnDestroy, ChangeDetectorRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<SketchPickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SketchPickerComponent, "sketch-picker", never, { "color": { "alias": "color"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "colorChange": "colorChange"; }, never, ["[before]", "*"], false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SketchPickerComponent, "sketch-picker", never, { "color": { "alias": "color"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "colorChange": "colorChange"; }, never, ["[before]", "*"], true, never>;
}

@@ -18,3 +18,3 @@ import { OnInit, EventEmitter, SimpleChanges, OnDestroy, ChangeDetectorRef, OnChanges } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<SwatchesPickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchesPickerComponent, "swatches-picker", never, { "color": { "alias": "color"; "required": false; }; }, { "colorChange": "colorChange"; }, never, ["[before]", "*"], false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchesPickerComponent, "swatches-picker", never, { "color": { "alias": "color"; "required": false; }; }, { "colorChange": "colorChange"; }, never, ["[before]", "*"], true, never>;
}

@@ -9,3 +9,3 @@ import { EventEmitter } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerInputDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ColorPickerInputDirective, "[inputChange]", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, { "inputChange": "inputChange"; }, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ColorPickerInputDirective, "[inputChange]", never, { "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, { "inputChange": "inputChange"; }, never, never, true, never>;
}

@@ -6,3 +6,3 @@ import { PipeTransform } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<ChunksPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<ChunksPipe, "chunks", false>;
static ɵpipe: i0.ɵɵPipeDeclaration<ChunksPipe, "chunks", true>;
}

@@ -6,3 +6,3 @@ import { PipeTransform } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<ReversePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<ReversePipe, "reverse", false>;
static ɵpipe: i0.ɵɵPipeDeclaration<ReversePipe, "reverse", true>;
}

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

import { InjectionToken } from "@angular/core";
import * as i0 from "@angular/core";

@@ -12,1 +13,2 @@ export interface IColorPickerConfig {

}
export declare const COLOR_PICKER_CONFIG: InjectionToken<IColorPickerConfig>;

@@ -6,3 +6,3 @@ {

"bugs": "https://github.com/pIvan/ngx-color-picker/issues",
"version": "17.0.0",
"version": "17.1.0",
"author": "Ivan Pintar",

@@ -9,0 +9,0 @@ "license": "MIT",

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

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

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