UNPKG

@progress/kendo-angular-gauges

Version:
21 lines (20 loc) 1.32 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { CollectionChangesService, ConfigurationService } from '../services'; import { CollectionItemComponent } from '../base-components'; import { ColorRange } from '../types'; import * as i0 from "@angular/core"; /** * The configuration options for an ArcGauge color item. */ export declare class ColorComponent extends CollectionItemComponent implements ColorRange { color?: string; opacity?: number; from?: number; to?: number; constructor(configurationService: ConfigurationService, collectionChangesService: CollectionChangesService); static ɵfac: i0.ɵɵFactoryDeclaration<ColorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ColorComponent, "kendo-arcgauge-color", never, { "color": { "alias": "color"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "from": { "alias": "from"; "required": false; }; "to": { "alias": "to"; "required": false; }; }, {}, never, never, true, never>; }