codefoxui
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -6,8 +6,8 @@ import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, SimpleChanges } from "@angular/core"; | ||
export declare class ColorPickerComponent implements ControlValueAccessor, OnChanges, AfterViewInit { | ||
private cdr; | ||
private el; | ||
cdr: ChangeDetectorRef; | ||
el: ElementRef; | ||
hiddenInput: ElementRef<HTMLInputElement> | null; | ||
block: ElementRef<HTMLCanvasElement>; | ||
strip: ElementRef<HTMLCanvasElement>; | ||
blockPosition: ElementRef<HTMLCanvasElement>; | ||
blockPositionElement: ElementRef<HTMLCanvasElement>; | ||
stripLine: ElementRef<HTMLCanvasElement>; | ||
@@ -29,9 +29,11 @@ label: string | null; | ||
private onTouchedFn; | ||
private stripMouseDownActive; | ||
private selectedStripColor; | ||
private blockMouseDownActive; | ||
private initialized; | ||
protected blockMousePosition: Coordinates; | ||
protected blockPosition: Coordinates; | ||
private stripMousePositionY; | ||
private documentClickEventListener; | ||
private documentBlockMouseMoveEventListener; | ||
private documentBlockMouseUpEventListener; | ||
private documentStripMouseMoveEventListener; | ||
private documentStripMouseUpEventListener; | ||
private preventOuterClick; | ||
@@ -71,5 +73,5 @@ private changeValue; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
constructor(cdr: ChangeDetectorRef, el: ElementRef); | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "cf-colorpicker", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "displayValueAsText": { "alias": "displayValueAsText"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, never, true, never>; | ||
} |
{ | ||
"name": "codefoxui", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^16.1.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
6387210
42278