@progress/kendo-angular-progressbar
Version:
Kendo UI Angular component starter template
17 lines (16 loc) • 562 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 MIN_MAX_ERROR_MESSAGE = `The max value should be greater than the min.`;
/**
* @hidden
*/
export const LABEL_DECIMALS = 3;
/**
* @hidden
*/
export const MIN_RATIO = 0.0001;