UNPKG

@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

130 lines (129 loc) 5.81 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ComponentMessages } from '@progress/kendo-angular-l10n'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class ColorPickerMessages extends ComponentMessages { /** * The aria-label applied to the ColorPalette component when the value is empty. */ colorPaletteNoColor: string; /** * The aria-label applied to the ColorGradient component when the value is empty. */ colorGradientNoColor: string; /** * The aria-label applied to the FlatColorPicker component when the value is empty. */ flatColorPickerNoColor: string; /** * The aria-label applied to the ColorPicker component when the value is empty. */ colorPickerNoColor: string; /** * The title for the gradient color drag handle chooser. */ colorGradientHandle: string; /** * The title for the clear button. */ clearButton: string; /** * The title for the hue slider handle. */ hueSliderHandle: string; /** * The title for the opacity slider handle. */ opacitySliderHandle: string; /** * The placeholder for the HEX color input. */ hexInputPlaceholder: string; /** * The placeholder for the red color input. */ redInputPlaceholder: string; /** * The placeholder for the green color input. */ greenInputPlaceholder: string; /** * The placeholder for the blue color input. */ blueInputPlaceholder: string; /** * The placeholder for the alpha input. */ alphaInputPlaceholder: string; /** * The aria-label attribute of the red color input. */ redChannelLabel: string; /** * The aria-label attribute of the green color input. */ greenChannelLabel: string; /** * The aria-label attribute of the blue color input. */ blueChannelLabel: string; /** * The aria-label attribute of the alpha color input. */ alphaChannelLabel: string; /** * The "Pass" message for the contrast tool. */ passContrast: string; /** * The "Fail" message for the contrast tool. */ failContrast: string; /** * The "Contrast ratio" message for the contrast tool. */ contrastRatio: string; /** * The message for the color preview pane. */ previewColor: string; /** * The message for the selected color pane. */ revertSelection: string; /** * The message for the gradient view button. */ gradientView: string; /** * The message for the palette view button. */ paletteView: string; /** * The message for the input format toggle button. */ formatButton: string; /** * The message for the Apply action button. */ applyButton: string; /** * The message for the Cancel action button. */ cancelButton: string; /** * The title for the Close button in adaptive mode. */ closeButton: string; /** * The title for the ActionSheet when in adaptive mode. */ adaptiveTitle: string; static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerMessages, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ColorPickerMessages, "kendo-colorpicker-messages-base", never, { "colorPaletteNoColor": { "alias": "colorPaletteNoColor"; "required": false; }; "colorGradientNoColor": { "alias": "colorGradientNoColor"; "required": false; }; "flatColorPickerNoColor": { "alias": "flatColorPickerNoColor"; "required": false; }; "colorPickerNoColor": { "alias": "colorPickerNoColor"; "required": false; }; "colorGradientHandle": { "alias": "colorGradientHandle"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; "hueSliderHandle": { "alias": "hueSliderHandle"; "required": false; }; "opacitySliderHandle": { "alias": "opacitySliderHandle"; "required": false; }; "hexInputPlaceholder": { "alias": "hexInputPlaceholder"; "required": false; }; "redInputPlaceholder": { "alias": "redInputPlaceholder"; "required": false; }; "greenInputPlaceholder": { "alias": "greenInputPlaceholder"; "required": false; }; "blueInputPlaceholder": { "alias": "blueInputPlaceholder"; "required": false; }; "alphaInputPlaceholder": { "alias": "alphaInputPlaceholder"; "required": false; }; "redChannelLabel": { "alias": "redChannelLabel"; "required": false; }; "greenChannelLabel": { "alias": "greenChannelLabel"; "required": false; }; "blueChannelLabel": { "alias": "blueChannelLabel"; "required": false; }; "alphaChannelLabel": { "alias": "alphaChannelLabel"; "required": false; }; "passContrast": { "alias": "passContrast"; "required": false; }; "failContrast": { "alias": "failContrast"; "required": false; }; "contrastRatio": { "alias": "contrastRatio"; "required": false; }; "previewColor": { "alias": "previewColor"; "required": false; }; "revertSelection": { "alias": "revertSelection"; "required": false; }; "gradientView": { "alias": "gradientView"; "required": false; }; "paletteView": { "alias": "paletteView"; "required": false; }; "formatButton": { "alias": "formatButton"; "required": false; }; "applyButton": { "alias": "applyButton"; "required": false; }; "cancelButton": { "alias": "cancelButton"; "required": false; }; "closeButton": { "alias": "closeButton"; "required": false; }; "adaptiveTitle": { "alias": "adaptiveTitle"; "required": false; }; }, {}, never, never, false, never>; }