@progress/kendo-angular-gauges
Version:
Kendo UI Angular Gauges
25 lines (24 loc) • 961 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { SimpleChange } from '@angular/core';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class ConfigurationService {
options: any;
hasChanges: boolean;
valueChange: boolean;
copyChanges(prefix: string, changes: {
[propertyName: string]: SimpleChange;
}): void;
read(): any;
readValues(): any;
readValue(): any;
set(field: string, value: any): void;
optionContext(field: string): any;
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigurationService>;
}