@progress/kendo-angular-inputs
Version:
Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, Te
26 lines (25 loc) • 1.23 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { LocalizationService } from '@progress/kendo-angular-l10n';
import { SVGIcon } from '@progress/kendo-svg-icons';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class ContrastComponent {
private localization;
value: string;
ratio: string;
checkIcon: SVGIcon;
xCircleIcon: SVGIcon;
constructor(localization: LocalizationService);
get formatedRatio(): string;
get contrastRatioText(): string;
get satisfiesAACondition(): boolean;
get satisfiesAAACondition(): boolean;
get contrastRatio(): number;
static ɵfac: i0.ɵɵFactoryDeclaration<ContrastComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ContrastComponent, "[kendoContrastTool]", never, { "value": { "alias": "value"; "required": false; }; "ratio": { "alias": "ratio"; "required": false; }; }, {}, never, never, true, never>;
}