@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
41 lines (40 loc) • 915 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export const DEFAULT_OUTPUT_FORMAT = 'rgba';
/**
* @hidden
*/
export const DEFAULT_GRADIENT_BACKGROUND_COLOR = 'rgba(255, 0, 0, 1)';
/**
* @hidden
*/
export const DRAGHANDLE_MOVE_SPEED = 5;
/**
* @hidden
*/
export const DRAGHANDLE_MOVE_SPEED_SMALL_STEP = 2;
/**
* @hidden
*/
export const AAA_RATIO = 7.0;
/**
* @hidden
*/
export const AA_RATIO = 4.5;
/**
* @hidden
*/
export const DEFAULT_PRESET = 'office';
/**
* @hidden
*/
export const DEFAULT_ACCESSIBLE_PRESET = 'accessible';
/**
* @hidden
*/
export const STEP_COUNT = 16;