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

76 lines (75 loc) 4.16 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2024 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { Directive, Input } from '@angular/core'; import { ComponentMessages } from '@progress/kendo-angular-l10n'; import * as i0 from "@angular/core"; /** * @hidden */ export class ColorPickerMessages extends ComponentMessages { } ColorPickerMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColorPickerMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive }); ColorPickerMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColorPickerMessages, selector: "kendo-colorpicker-messages-base", inputs: { colorPaletteNoColor: "colorPaletteNoColor", colorGradientNoColor: "colorGradientNoColor", flatColorPickerNoColor: "flatColorPickerNoColor", colorPickerNoColor: "colorPickerNoColor", colorGradientHandle: "colorGradientHandle", clearButton: "clearButton", hueSliderHandle: "hueSliderHandle", opacitySliderHandle: "opacitySliderHandle", hexInputPlaceholder: "hexInputPlaceholder", redInputPlaceholder: "redInputPlaceholder", greenInputPlaceholder: "greenInputPlaceholder", blueInputPlaceholder: "blueInputPlaceholder", alphaInputPlaceholder: "alphaInputPlaceholder", redChannelLabel: "redChannelLabel", greenChannelLabel: "greenChannelLabel", blueChannelLabel: "blueChannelLabel", alphaChannelLabel: "alphaChannelLabel", passContrast: "passContrast", failContrast: "failContrast", contrastRatio: "contrastRatio", previewColor: "previewColor", revertSelection: "revertSelection", gradientView: "gradientView", paletteView: "paletteView", formatButton: "formatButton", applyButton: "applyButton", cancelButton: "cancelButton" }, usesInheritance: true, ngImport: i0 }); i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColorPickerMessages, decorators: [{ type: Directive, args: [{ // eslint-disable-next-line @angular-eslint/directive-selector selector: 'kendo-colorpicker-messages-base' }] }], propDecorators: { colorPaletteNoColor: [{ type: Input }], colorGradientNoColor: [{ type: Input }], flatColorPickerNoColor: [{ type: Input }], colorPickerNoColor: [{ type: Input }], colorGradientHandle: [{ type: Input }], clearButton: [{ type: Input }], hueSliderHandle: [{ type: Input }], opacitySliderHandle: [{ type: Input }], hexInputPlaceholder: [{ type: Input }], redInputPlaceholder: [{ type: Input }], greenInputPlaceholder: [{ type: Input }], blueInputPlaceholder: [{ type: Input }], alphaInputPlaceholder: [{ type: Input }], redChannelLabel: [{ type: Input }], greenChannelLabel: [{ type: Input }], blueChannelLabel: [{ type: Input }], alphaChannelLabel: [{ type: Input }], passContrast: [{ type: Input }], failContrast: [{ type: Input }], contrastRatio: [{ type: Input }], previewColor: [{ type: Input }], revertSelection: [{ type: Input }], gradientView: [{ type: Input }], paletteView: [{ type: Input }], formatButton: [{ type: Input }], applyButton: [{ type: Input }], cancelButton: [{ type: Input }] } });