Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/sale/checkout/const/src/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/sale/checkout/const/src/property.js

export const Property = Object.freeze({
    validate: {
        failure: 'Property.Validate.failure',
        successful: 'Property.Validate.successful',
        unvalidated: 'Property.Validate.unvalidated'
    },
    type: {
       name: 'NAME',
       email: 'EMAIL',
       phone: 'PHONE',
       string: 'STRING',
       number: 'NUMBER',
       checkbox: 'Y/N',
       date: 'DATE',
       datetime: 'DATETIME',
       enum: 'ENUM',
       undefined: 'UNDEFINED'
    }
});