All Downloads are FREE. Search and download functionalities are using the official Maven repository.

core.validation.const.ts Maven / Gradle / Ivy

The newest version!
import { Severity } from './types'

/**
 * @enum VALIDATION_SEVERITY_PRIORITY Приоритет сообщений валидации по типу
 */
export const VALIDATION_SEVERITY_PRIORITY = {
    [Severity.danger]: 0,
    [Severity.warning]: 1,
    [Severity.success]: 2,
}

export const INDEX_REGEXP = /\[(index|\$index_\d+)]\./ig




© 2015 - 2024 Weber Informatics LLC | Privacy Policy