ngx-color 7.3.2 → 8.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/alpha/alpha-picker.component.d.ts +1 -1
- package/alpha/{ngx-color-alpha.d.ts → index.d.ts} +0 -0
- package/alpha.component.d.ts +1 -1
- package/block/block-swatches.component.d.ts +1 -1
- package/block/block.component.d.ts +1 -1
- package/block/{ngx-color-block.d.ts → index.d.ts} +0 -0
- package/checkboard.component.d.ts +1 -1
- package/chrome/chrome-fields.component.d.ts +1 -1
- package/chrome/chrome.component.d.ts +1 -1
- package/chrome/{ngx-color-chrome.d.ts → index.d.ts} +0 -0
- package/circle/circle-swatch.component.d.ts +1 -1
- package/circle/circle.component.d.ts +1 -1
- package/circle/{ngx-color-circle.d.ts → index.d.ts} +0 -0
- package/color-wrap.component.d.ts +1 -1
- package/compact/compact-color.component.d.ts +1 -1
- package/compact/compact-fields.component.d.ts +1 -1
- package/compact/compact.component.d.ts +1 -1
- package/compact/{ngx-color-compact.d.ts → index.d.ts} +0 -0
- package/coordinates.directive.d.ts +1 -1
- package/editable-input.component.d.ts +1 -1
- package/esm2020/alpha/alpha-picker.component.mjs +12 -28
- package/esm2020/alpha.component.mjs +13 -61
- package/esm2020/block/block-swatches.component.mjs +9 -20
- package/esm2020/block/block.component.mjs +14 -55
- package/esm2020/checkboard.component.mjs +9 -25
- package/esm2020/chrome/chrome-fields.component.mjs +9 -51
- package/esm2020/chrome/chrome.component.mjs +19 -84
- package/esm2020/circle/circle-swatch.component.mjs +7 -23
- package/esm2020/circle/circle.component.mjs +12 -26
- package/esm2020/color-wrap.component.mjs +8 -8
- package/esm2020/compact/compact-color.component.mjs +7 -28
- package/esm2020/compact/compact-fields.component.mjs +7 -29
- package/esm2020/compact/compact.component.mjs +14 -37
- package/esm2020/coordinates.directive.mjs +7 -7
- package/esm2020/editable-input.component.mjs +11 -25
- package/esm2020/github/github-swatch.component.mjs +7 -21
- package/esm2020/github/github.component.mjs +12 -79
- package/esm2020/hue/hue-picker.component.mjs +12 -25
- package/esm2020/hue.component.mjs +13 -54
- package/esm2020/material/material.component.mjs +12 -37
- package/esm2020/photoshop/photoshop-button.component.mjs +6 -35
- package/esm2020/photoshop/photoshop-fields.component.mjs +7 -36
- package/esm2020/photoshop/photoshop-previews.component.mjs +6 -34
- package/esm2020/photoshop/photoshop.component.mjs +17 -90
- package/esm2020/raised.component.mjs +10 -49
- package/esm2020/saturation.component.mjs +13 -57
- package/esm2020/shade/shade-picker.component.mjs +12 -25
- package/esm2020/shade.component.mjs +11 -51
- package/esm2020/sketch/sketch-fields.component.mjs +9 -43
- package/esm2020/sketch/sketch-preset-colors.component.mjs +9 -39
- package/esm2020/sketch/sketch.component.mjs +20 -91
- package/esm2020/slider/slider-swatch.component.mjs +6 -34
- package/esm2020/slider/slider-swatches.component.mjs +7 -23
- package/esm2020/slider/slider.component.mjs +12 -26
- package/esm2020/swatch.component.mjs +13 -28
- package/esm2020/swatches/swatches-color.component.mjs +9 -28
- package/esm2020/swatches/swatches-group.component.mjs +9 -24
- package/esm2020/swatches/swatches.component.mjs +14 -30
- package/esm2020/twitter/twitter.component.mjs +14 -110
- package/fesm2015/ngx-color-alpha.mjs +11 -27
- package/fesm2015/ngx-color-alpha.mjs.map +1 -1
- package/fesm2015/ngx-color-block.mjs +20 -72
- package/fesm2015/ngx-color-block.mjs.map +1 -1
- package/fesm2015/ngx-color-chrome.mjs +24 -131
- package/fesm2015/ngx-color-chrome.mjs.map +1 -1
- package/fesm2015/ngx-color-circle.mjs +17 -47
- package/fesm2015/ngx-color-circle.mjs.map +1 -1
- package/fesm2015/ngx-color-compact.mjs +24 -90
- package/fesm2015/ngx-color-compact.mjs.map +1 -1
- package/fesm2015/ngx-color-github.mjs +17 -98
- package/fesm2015/ngx-color-github.mjs.map +1 -1
- package/fesm2015/ngx-color-hue.mjs +11 -24
- package/fesm2015/ngx-color-hue.mjs.map +1 -1
- package/fesm2015/ngx-color-material.mjs +11 -36
- package/fesm2015/ngx-color-material.mjs.map +1 -1
- package/fesm2015/ngx-color-photoshop.mjs +32 -191
- package/fesm2015/ngx-color-photoshop.mjs.map +1 -1
- package/fesm2015/ngx-color-shade.mjs +11 -24
- package/fesm2015/ngx-color-shade.mjs.map +1 -1
- package/fesm2015/ngx-color-sketch.mjs +31 -166
- package/fesm2015/ngx-color-sketch.mjs.map +1 -1
- package/fesm2015/ngx-color-slider.mjs +22 -80
- package/fesm2015/ngx-color-slider.mjs.map +1 -1
- package/fesm2015/ngx-color-swatches.mjs +25 -75
- package/fesm2015/ngx-color-swatches.mjs.map +1 -1
- package/fesm2015/ngx-color-twitter.mjs +13 -109
- package/fesm2015/ngx-color-twitter.mjs.map +1 -1
- package/fesm2015/ngx-color.mjs +92 -349
- package/fesm2015/ngx-color.mjs.map +1 -1
- package/fesm2020/ngx-color-alpha.mjs +11 -27
- package/fesm2020/ngx-color-alpha.mjs.map +1 -1
- package/fesm2020/ngx-color-block.mjs +20 -72
- package/fesm2020/ngx-color-block.mjs.map +1 -1
- package/fesm2020/ngx-color-chrome.mjs +24 -131
- package/fesm2020/ngx-color-chrome.mjs.map +1 -1
- package/fesm2020/ngx-color-circle.mjs +17 -47
- package/fesm2020/ngx-color-circle.mjs.map +1 -1
- package/fesm2020/ngx-color-compact.mjs +24 -90
- package/fesm2020/ngx-color-compact.mjs.map +1 -1
- package/fesm2020/ngx-color-github.mjs +17 -98
- package/fesm2020/ngx-color-github.mjs.map +1 -1
- package/fesm2020/ngx-color-hue.mjs +11 -24
- package/fesm2020/ngx-color-hue.mjs.map +1 -1
- package/fesm2020/ngx-color-material.mjs +11 -36
- package/fesm2020/ngx-color-material.mjs.map +1 -1
- package/fesm2020/ngx-color-photoshop.mjs +32 -191
- package/fesm2020/ngx-color-photoshop.mjs.map +1 -1
- package/fesm2020/ngx-color-shade.mjs +11 -24
- package/fesm2020/ngx-color-shade.mjs.map +1 -1
- package/fesm2020/ngx-color-sketch.mjs +31 -166
- package/fesm2020/ngx-color-sketch.mjs.map +1 -1
- package/fesm2020/ngx-color-slider.mjs +22 -80
- package/fesm2020/ngx-color-slider.mjs.map +1 -1
- package/fesm2020/ngx-color-swatches.mjs +25 -75
- package/fesm2020/ngx-color-swatches.mjs.map +1 -1
- package/fesm2020/ngx-color-twitter.mjs +13 -109
- package/fesm2020/ngx-color-twitter.mjs.map +1 -1
- package/fesm2020/ngx-color.mjs +92 -349
- package/fesm2020/ngx-color.mjs.map +1 -1
- package/github/github-swatch.component.d.ts +1 -1
- package/github/github.component.d.ts +1 -1
- package/github/{ngx-color-github.d.ts → index.d.ts} +0 -0
- package/hue/hue-picker.component.d.ts +1 -1
- package/hue/{ngx-color-hue.d.ts → index.d.ts} +0 -0
- package/hue.component.d.ts +1 -1
- package/{ngx-color.d.ts → index.d.ts} +0 -0
- package/material/{ngx-color-material.d.ts → index.d.ts} +0 -0
- package/material/material.component.d.ts +1 -1
- package/package.json +21 -21
- package/photoshop/{ngx-color-photoshop.d.ts → index.d.ts} +0 -0
- package/photoshop/photoshop-button.component.d.ts +1 -1
- package/photoshop/photoshop-fields.component.d.ts +1 -1
- package/photoshop/photoshop-previews.component.d.ts +1 -1
- package/photoshop/photoshop.component.d.ts +1 -1
- package/raised.component.d.ts +1 -1
- package/saturation.component.d.ts +1 -1
- package/shade/{ngx-color-shade.d.ts → index.d.ts} +0 -0
- package/shade/shade-picker.component.d.ts +1 -1
- package/shade.component.d.ts +1 -1
- package/sketch/{ngx-color-sketch.d.ts → index.d.ts} +0 -0
- package/sketch/sketch-fields.component.d.ts +1 -1
- package/sketch/sketch-preset-colors.component.d.ts +1 -1
- package/sketch/sketch.component.d.ts +1 -1
- package/slider/{ngx-color-slider.d.ts → index.d.ts} +0 -0
- package/slider/slider-swatch.component.d.ts +1 -1
- package/slider/slider-swatches.component.d.ts +1 -1
- package/slider/slider.component.d.ts +1 -1
- package/swatch.component.d.ts +1 -1
- package/swatches/{ngx-color-swatches.d.ts → index.d.ts} +0 -0
- package/swatches/swatches-color.component.d.ts +1 -1
- package/swatches/swatches-group.component.d.ts +1 -1
- package/swatches/swatches.component.d.ts +1 -1
- package/twitter/{ngx-color-twitter.d.ts → index.d.ts} +0 -0
- package/twitter/twitter.component.d.ts +1 -1
- package/alpha/package.json +0 -17
- package/block/package.json +0 -16
- package/chrome/package.json +0 -16
- package/circle/package.json +0 -19
- package/compact/package.json +0 -16
- package/github/package.json +0 -16
- package/hue/package.json +0 -15
- package/material/package.json +0 -15
- package/photoshop/package.json +0 -15
- package/shade/package.json +0 -17
- package/sketch/package.json +0 -15
- package/slider/package.json +0 -15
- package/swatches/package.json +0 -18
- package/twitter/package.json +0 -15
@@ -25,7 +25,7 @@ export declare class SaturationComponent implements OnChanges {
|
|
25
25
|
$event: any;
|
26
26
|
}): void;
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<SaturationComponent, never>;
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SaturationComponent, "color-saturation", never, { "hsl": "hsl"; "hsv": "hsv"; "radius": "radius"; "pointer": "pointer"; "circle": "circle"; }, { "onChange": "onChange"; }, never, never>;
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SaturationComponent, "color-saturation", never, { "hsl": "hsl"; "hsv": "hsv"; "radius": "radius"; "pointer": "pointer"; "circle": "circle"; }, { "onChange": "onChange"; }, never, never, false>;
|
29
29
|
}
|
30
30
|
export declare class SaturationModule {
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<SaturationModule, never>;
|
File without changes
|
@@ -18,7 +18,7 @@ export declare class ShadeSliderComponent extends ColorWrap implements OnChanges
|
|
18
18
|
$event: any;
|
19
19
|
}): void;
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShadeSliderComponent, never>;
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShadeSliderComponent, "color-shade-picker", never, { "width": "width"; "height": "height"; }, {}, never, never>;
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShadeSliderComponent, "color-shade-picker", never, { "width": "width"; "height": "height"; }, {}, never, never, false>;
|
22
22
|
}
|
23
23
|
export declare class ColorShadeModule {
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorShadeModule, never>;
|
package/shade.component.d.ts
CHANGED
@@ -20,7 +20,7 @@ export declare class ShadeComponent implements OnChanges {
|
|
20
20
|
$event: any;
|
21
21
|
}): void;
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShadeComponent, never>;
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShadeComponent, "color-shade", never, { "hsl": "hsl"; "rgb": "rgb"; "pointer": "pointer"; "shadow": "shadow"; "radius": "radius"; }, { "onChange": "onChange"; }, never, never>;
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShadeComponent, "color-shade", never, { "hsl": "hsl"; "rgb": "rgb"; "pointer": "pointer"; "shadow": "shadow"; "radius": "radius"; }, { "onChange": "onChange"; }, never, never, false>;
|
24
24
|
}
|
25
25
|
export declare class ShadeModule {
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShadeModule, never>;
|
File without changes
|
@@ -19,5 +19,5 @@ export declare class SketchFieldsComponent {
|
|
19
19
|
$event: any;
|
20
20
|
}): void;
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<SketchFieldsComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SketchFieldsComponent, "color-sketch-fields", never, { "hsl": "hsl"; "rgb": "rgb"; "hex": "hex"; "disableAlpha": "disableAlpha"; }, { "onChange": "onChange"; }, never, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SketchFieldsComponent, "color-sketch-fields", never, { "hsl": "hsl"; "rgb": "rgb"; "hex": "hex"; "disableAlpha": "disableAlpha"; }, { "onChange": "onChange"; }, never, never, false>;
|
23
23
|
}
|
@@ -20,5 +20,5 @@ export declare class SketchPresetColorsComponent {
|
|
20
20
|
boxShadow: string;
|
21
21
|
};
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<SketchPresetColorsComponent, never>;
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SketchPresetColorsComponent, "color-sketch-preset-colors", never, { "colors": "colors"; }, { "onClick": "onClick"; "onSwatchHover": "onSwatchHover"; }, never, never>;
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SketchPresetColorsComponent, "color-sketch-preset-colors", never, { "colors": "colors"; }, { "onClick": "onClick"; "onSwatchHover": "onSwatchHover"; }, never, never, false>;
|
24
24
|
}
|
@@ -23,7 +23,7 @@ export declare class SketchComponent extends ColorWrap {
|
|
23
23
|
$event: any;
|
24
24
|
}): void;
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<SketchComponent, never>;
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SketchComponent, "color-sketch", never, { "disableAlpha": "disableAlpha"; "presetColors": "presetColors"; "width": "width"; }, {}, never, never>;
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SketchComponent, "color-sketch", never, { "disableAlpha": "disableAlpha"; "presetColors": "presetColors"; "width": "width"; }, {}, never, never, false>;
|
27
27
|
}
|
28
28
|
export declare class ColorSketchModule {
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorSketchModule, never>;
|
File without changes
|
@@ -12,5 +12,5 @@ export declare class SliderSwatchComponent implements OnChanges {
|
|
12
12
|
ngOnChanges(): void;
|
13
13
|
handleClick($event: any): void;
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderSwatchComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderSwatchComponent, "color-slider-swatch", never, { "hsl": "hsl"; "active": "active"; "offset": "offset"; "first": "first"; "last": "last"; }, { "onClick": "onClick"; }, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderSwatchComponent, "color-slider-swatch", never, { "hsl": "hsl"; "active": "active"; "offset": "offset"; "first": "first"; "last": "last"; }, { "onClick": "onClick"; }, never, never, false>;
|
16
16
|
}
|
@@ -11,5 +11,5 @@ export declare class SliderSwatchesComponent {
|
|
11
11
|
$event: any;
|
12
12
|
}): void;
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderSwatchesComponent, never>;
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderSwatchesComponent, "color-slider-swatches", never, { "hsl": "hsl"; }, { "onClick": "onClick"; "onSwatchHover": "onSwatchHover"; }, never, never>;
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderSwatchesComponent, "color-slider-swatches", never, { "hsl": "hsl"; }, { "onClick": "onClick"; "onSwatchHover": "onSwatchHover"; }, never, never, false>;
|
15
15
|
}
|
@@ -13,7 +13,7 @@ export declare class SliderComponent extends ColorWrap {
|
|
13
13
|
$event: any;
|
14
14
|
}): void;
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "color-slider", never, { "pointer": "pointer"; "radius": "radius"; }, {}, never, never>;
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "color-slider", never, { "pointer": "pointer"; "radius": "radius"; }, {}, never, never, false>;
|
17
17
|
}
|
18
18
|
export declare class ColorSliderModule {
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorSliderModule, never>;
|
package/swatch.component.d.ts
CHANGED
@@ -19,7 +19,7 @@ export declare class SwatchComponent implements OnInit {
|
|
19
19
|
handleHover(hex: string, $event: any): void;
|
20
20
|
handleClick(hex: string, $event: any): void;
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwatchComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchComponent, "color-swatch", never, { "color": "color"; "style": "style"; "focusStyle": "focusStyle"; "focus": "focus"; }, { "onClick": "onClick"; "onHover": "onHover"; }, never, ["*"]>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchComponent, "color-swatch", never, { "color": "color"; "style": "style"; "focusStyle": "focusStyle"; "focus": "focus"; }, { "onClick": "onClick"; "onHover": "onHover"; }, never, ["*"], false>;
|
23
23
|
}
|
24
24
|
export declare class SwatchModule {
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwatchModule, never>;
|
File without changes
|
@@ -14,5 +14,5 @@ export declare class SwatchesColorComponent implements OnInit {
|
|
14
14
|
ngOnInit(): void;
|
15
15
|
handleClick($event: any): void;
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwatchesColorComponent, never>;
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchesColorComponent, "color-swatches-color", never, { "color": "color"; "first": "first"; "last": "last"; "active": "active"; }, { "onClick": "onClick"; "onSwatchHover": "onSwatchHover"; }, never, never>;
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchesColorComponent, "color-swatches-color", never, { "color": "color"; "first": "first"; "last": "last"; "active": "active"; }, { "onClick": "onClick"; "onSwatchHover": "onSwatchHover"; }, never, never, false>;
|
18
18
|
}
|
@@ -6,5 +6,5 @@ export declare class SwatchesGroupComponent {
|
|
6
6
|
onClick: EventEmitter<any>;
|
7
7
|
onSwatchHover: EventEmitter<any>;
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwatchesGroupComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchesGroupComponent, "color-swatches-group", never, { "group": "group"; "active": "active"; }, { "onClick": "onClick"; "onSwatchHover": "onSwatchHover"; }, never, never>;
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchesGroupComponent, "color-swatches-group", never, { "group": "group"; "active": "active"; }, { "onClick": "onClick"; "onSwatchHover": "onSwatchHover"; }, never, never, false>;
|
10
10
|
}
|
@@ -20,7 +20,7 @@ export declare class SwatchesComponent extends ColorWrap {
|
|
20
20
|
$event: any;
|
21
21
|
}): void;
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwatchesComponent, never>;
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchesComponent, "color-swatches", never, { "width": "width"; "height": "height"; "colors": "colors"; "zDepth": "zDepth"; "radius": "radius"; "background": "background"; }, {}, never, never>;
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwatchesComponent, "color-swatches", never, { "width": "width"; "height": "height"; "colors": "colors"; "zDepth": "zDepth"; "radius": "radius"; "background": "background"; }, {}, never, never, false>;
|
24
24
|
}
|
25
25
|
export declare class ColorSwatchesModule {
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorSwatchesModule, never>;
|
File without changes
|
@@ -22,7 +22,7 @@ export declare class TwitterComponent extends ColorWrap {
|
|
22
22
|
handleBlockChange({ hex, $event }: any): void;
|
23
23
|
handleValueChange({ data, $event }: any): void;
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<TwitterComponent, never>;
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TwitterComponent, "color-twitter", never, { "width": "width"; "colors": "colors"; "triangle": "triangle"; }, {}, never, never>;
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TwitterComponent, "color-twitter", never, { "width": "width"; "colors": "colors"; "triangle": "triangle"; }, {}, never, never, false>;
|
26
26
|
}
|
27
27
|
export declare class ColorTwitterModule {
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorTwitterModule, never>;
|
package/alpha/package.json
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "../../../../node_modules/ng-packagr/package.schema.json",
|
3
|
-
"name": "ngx-color/alpha",
|
4
|
-
"author": "scttcper",
|
5
|
-
"repository": {
|
6
|
-
"type": "git",
|
7
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
8
|
-
},
|
9
|
-
"license": "MIT",
|
10
|
-
"module": "../fesm2015/ngx-color-alpha.mjs",
|
11
|
-
"es2020": "../fesm2020/ngx-color-alpha.mjs",
|
12
|
-
"esm2020": "../esm2020/alpha/ngx-color-alpha.mjs",
|
13
|
-
"fesm2020": "../fesm2020/ngx-color-alpha.mjs",
|
14
|
-
"fesm2015": "../fesm2015/ngx-color-alpha.mjs",
|
15
|
-
"typings": "ngx-color-alpha.d.ts",
|
16
|
-
"sideEffects": false
|
17
|
-
}
|
package/block/package.json
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "ngx-color/block",
|
3
|
-
"author": "scttcper",
|
4
|
-
"repository": {
|
5
|
-
"type": "git",
|
6
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
|
-
},
|
8
|
-
"license": "MIT",
|
9
|
-
"module": "../fesm2015/ngx-color-block.mjs",
|
10
|
-
"es2020": "../fesm2020/ngx-color-block.mjs",
|
11
|
-
"esm2020": "../esm2020/block/ngx-color-block.mjs",
|
12
|
-
"fesm2020": "../fesm2020/ngx-color-block.mjs",
|
13
|
-
"fesm2015": "../fesm2015/ngx-color-block.mjs",
|
14
|
-
"typings": "ngx-color-block.d.ts",
|
15
|
-
"sideEffects": false
|
16
|
-
}
|
package/chrome/package.json
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "ngx-color/chrome",
|
3
|
-
"author": "scttcper",
|
4
|
-
"repository": {
|
5
|
-
"type": "git",
|
6
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
|
-
},
|
8
|
-
"license": "MIT",
|
9
|
-
"module": "../fesm2015/ngx-color-chrome.mjs",
|
10
|
-
"es2020": "../fesm2020/ngx-color-chrome.mjs",
|
11
|
-
"esm2020": "../esm2020/chrome/ngx-color-chrome.mjs",
|
12
|
-
"fesm2020": "../fesm2020/ngx-color-chrome.mjs",
|
13
|
-
"fesm2015": "../fesm2015/ngx-color-chrome.mjs",
|
14
|
-
"typings": "ngx-color-chrome.d.ts",
|
15
|
-
"sideEffects": false
|
16
|
-
}
|
package/circle/package.json
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "ngx-color/circle",
|
3
|
-
"author": "scttcper",
|
4
|
-
"repository": {
|
5
|
-
"type": "git",
|
6
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
|
-
},
|
8
|
-
"license": "MIT",
|
9
|
-
"dependencies": {
|
10
|
-
"material-colors": "^1.2.6"
|
11
|
-
},
|
12
|
-
"module": "../fesm2015/ngx-color-circle.mjs",
|
13
|
-
"es2020": "../fesm2020/ngx-color-circle.mjs",
|
14
|
-
"esm2020": "../esm2020/circle/ngx-color-circle.mjs",
|
15
|
-
"fesm2020": "../fesm2020/ngx-color-circle.mjs",
|
16
|
-
"fesm2015": "../fesm2015/ngx-color-circle.mjs",
|
17
|
-
"typings": "ngx-color-circle.d.ts",
|
18
|
-
"sideEffects": false
|
19
|
-
}
|
package/compact/package.json
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "ngx-color/compact",
|
3
|
-
"author": "scttcper",
|
4
|
-
"repository": {
|
5
|
-
"type": "git",
|
6
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
|
-
},
|
8
|
-
"license": "MIT",
|
9
|
-
"module": "../fesm2015/ngx-color-compact.mjs",
|
10
|
-
"es2020": "../fesm2020/ngx-color-compact.mjs",
|
11
|
-
"esm2020": "../esm2020/compact/ngx-color-compact.mjs",
|
12
|
-
"fesm2020": "../fesm2020/ngx-color-compact.mjs",
|
13
|
-
"fesm2015": "../fesm2015/ngx-color-compact.mjs",
|
14
|
-
"typings": "ngx-color-compact.d.ts",
|
15
|
-
"sideEffects": false
|
16
|
-
}
|
package/github/package.json
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "ngx-color/github",
|
3
|
-
"author": "scttcper",
|
4
|
-
"repository": {
|
5
|
-
"type": "git",
|
6
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
|
-
},
|
8
|
-
"license": "MIT",
|
9
|
-
"module": "../fesm2015/ngx-color-github.mjs",
|
10
|
-
"es2020": "../fesm2020/ngx-color-github.mjs",
|
11
|
-
"esm2020": "../esm2020/github/ngx-color-github.mjs",
|
12
|
-
"fesm2020": "../fesm2020/ngx-color-github.mjs",
|
13
|
-
"fesm2015": "../fesm2015/ngx-color-github.mjs",
|
14
|
-
"typings": "ngx-color-github.d.ts",
|
15
|
-
"sideEffects": false
|
16
|
-
}
|
package/hue/package.json
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "ngx-color/hue",
|
3
|
-
"author": "scttcper",
|
4
|
-
"repository": {
|
5
|
-
"type": "git",
|
6
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
|
-
},
|
8
|
-
"module": "../fesm2015/ngx-color-hue.mjs",
|
9
|
-
"es2020": "../fesm2020/ngx-color-hue.mjs",
|
10
|
-
"esm2020": "../esm2020/hue/ngx-color-hue.mjs",
|
11
|
-
"fesm2020": "../fesm2020/ngx-color-hue.mjs",
|
12
|
-
"fesm2015": "../fesm2015/ngx-color-hue.mjs",
|
13
|
-
"typings": "ngx-color-hue.d.ts",
|
14
|
-
"sideEffects": false
|
15
|
-
}
|
package/material/package.json
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "ngx-color/material",
|
3
|
-
"author": "scttcper",
|
4
|
-
"repository": {
|
5
|
-
"type": "git",
|
6
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
|
-
},
|
8
|
-
"module": "../fesm2015/ngx-color-material.mjs",
|
9
|
-
"es2020": "../fesm2020/ngx-color-material.mjs",
|
10
|
-
"esm2020": "../esm2020/material/ngx-color-material.mjs",
|
11
|
-
"fesm2020": "../fesm2020/ngx-color-material.mjs",
|
12
|
-
"fesm2015": "../fesm2015/ngx-color-material.mjs",
|
13
|
-
"typings": "ngx-color-material.d.ts",
|
14
|
-
"sideEffects": false
|
15
|
-
}
|
package/photoshop/package.json
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "ngx-color/photoshop",
|
3
|
-
"author": "scttcper",
|
4
|
-
"repository": {
|
5
|
-
"type": "git",
|
6
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
|
-
},
|
8
|
-
"module": "../fesm2015/ngx-color-photoshop.mjs",
|
9
|
-
"es2020": "../fesm2020/ngx-color-photoshop.mjs",
|
10
|
-
"esm2020": "../esm2020/photoshop/ngx-color-photoshop.mjs",
|
11
|
-
"fesm2020": "../fesm2020/ngx-color-photoshop.mjs",
|
12
|
-
"fesm2015": "../fesm2015/ngx-color-photoshop.mjs",
|
13
|
-
"typings": "ngx-color-photoshop.d.ts",
|
14
|
-
"sideEffects": false
|
15
|
-
}
|
package/shade/package.json
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "../../../../node_modules/ng-packagr/package.schema.json",
|
3
|
-
"name": "ngx-color/shade",
|
4
|
-
"author": "scttcper",
|
5
|
-
"repository": {
|
6
|
-
"type": "git",
|
7
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
8
|
-
},
|
9
|
-
"license": "MIT",
|
10
|
-
"module": "../fesm2015/ngx-color-shade.mjs",
|
11
|
-
"es2020": "../fesm2020/ngx-color-shade.mjs",
|
12
|
-
"esm2020": "../esm2020/shade/ngx-color-shade.mjs",
|
13
|
-
"fesm2020": "../fesm2020/ngx-color-shade.mjs",
|
14
|
-
"fesm2015": "../fesm2015/ngx-color-shade.mjs",
|
15
|
-
"typings": "ngx-color-shade.d.ts",
|
16
|
-
"sideEffects": false
|
17
|
-
}
|
package/sketch/package.json
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "ngx-color/sketch",
|
3
|
-
"author": "scttcper",
|
4
|
-
"repository": {
|
5
|
-
"type": "git",
|
6
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
|
-
},
|
8
|
-
"module": "../fesm2015/ngx-color-sketch.mjs",
|
9
|
-
"es2020": "../fesm2020/ngx-color-sketch.mjs",
|
10
|
-
"esm2020": "../esm2020/sketch/ngx-color-sketch.mjs",
|
11
|
-
"fesm2020": "../fesm2020/ngx-color-sketch.mjs",
|
12
|
-
"fesm2015": "../fesm2015/ngx-color-sketch.mjs",
|
13
|
-
"typings": "ngx-color-sketch.d.ts",
|
14
|
-
"sideEffects": false
|
15
|
-
}
|
package/slider/package.json
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "ngx-color/slider",
|
3
|
-
"author": "scttcper",
|
4
|
-
"repository": {
|
5
|
-
"type": "git",
|
6
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
|
-
},
|
8
|
-
"module": "../fesm2015/ngx-color-slider.mjs",
|
9
|
-
"es2020": "../fesm2020/ngx-color-slider.mjs",
|
10
|
-
"esm2020": "../esm2020/slider/ngx-color-slider.mjs",
|
11
|
-
"fesm2020": "../fesm2020/ngx-color-slider.mjs",
|
12
|
-
"fesm2015": "../fesm2015/ngx-color-slider.mjs",
|
13
|
-
"typings": "ngx-color-slider.d.ts",
|
14
|
-
"sideEffects": false
|
15
|
-
}
|
package/swatches/package.json
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "ngx-color/swatches",
|
3
|
-
"author": "scttcper",
|
4
|
-
"repository": {
|
5
|
-
"type": "git",
|
6
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
|
-
},
|
8
|
-
"dependencies": {
|
9
|
-
"material-colors": "^1.2.6"
|
10
|
-
},
|
11
|
-
"module": "../fesm2015/ngx-color-swatches.mjs",
|
12
|
-
"es2020": "../fesm2020/ngx-color-swatches.mjs",
|
13
|
-
"esm2020": "../esm2020/swatches/ngx-color-swatches.mjs",
|
14
|
-
"fesm2020": "../fesm2020/ngx-color-swatches.mjs",
|
15
|
-
"fesm2015": "../fesm2015/ngx-color-swatches.mjs",
|
16
|
-
"typings": "ngx-color-swatches.d.ts",
|
17
|
-
"sideEffects": false
|
18
|
-
}
|
package/twitter/package.json
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "ngx-color/twitter",
|
3
|
-
"author": "scttcper",
|
4
|
-
"repository": {
|
5
|
-
"type": "git",
|
6
|
-
"url": "git+https://github.com/scttcper/ngx-color.git"
|
7
|
-
},
|
8
|
-
"module": "../fesm2015/ngx-color-twitter.mjs",
|
9
|
-
"es2020": "../fesm2020/ngx-color-twitter.mjs",
|
10
|
-
"esm2020": "../esm2020/twitter/ngx-color-twitter.mjs",
|
11
|
-
"fesm2020": "../fesm2020/ngx-color-twitter.mjs",
|
12
|
-
"fesm2015": "../fesm2015/ngx-color-twitter.mjs",
|
13
|
-
"typings": "ngx-color-twitter.d.ts",
|
14
|
-
"sideEffects": false
|
15
|
-
}
|