UNPKG

@iplab/ngx-color-picker

Version:
17 lines (16 loc) 1.03 kB
import { OnInit, SimpleChanges, OnChanges, OnDestroy, ChangeDetectorRef, ModelSignal, InputSignal } from '@angular/core'; import { ColorString } from './../../helpers/color.class'; import { ColorPickerControl } from './../../helpers/control.class'; import * as i0 from "@angular/core"; export declare class SketchPickerComponent implements OnInit, OnChanges, OnDestroy { private readonly cdr; color: ModelSignal<ColorString>; control: InputSignal<ColorPickerControl>; private subscriptions; constructor(cdr: ChangeDetectorRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<SketchPickerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SketchPickerComponent, "sketch-picker", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; }, { "color": "colorChange"; }, never, ["[before]", "*"], true, never>; }