bitcitawebfrontlib-ibsalut
Version:
Angular CLI project used by other Angular projects in the bitcita web project.<br />
14 lines • 898 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var SeccionTexto;
(function (SeccionTexto) {
SeccionTexto[SeccionTexto["SERVICIO_SELECCION"] = 0] = "SERVICIO_SELECCION";
SeccionTexto[SeccionTexto["SERVICIO_QUE_NECESITO"] = 1] = "SERVICIO_QUE_NECESITO";
SeccionTexto[SeccionTexto["OFICINA_SELECCION"] = 2] = "OFICINA_SELECCION";
SeccionTexto[SeccionTexto["DATOS_PERSONALES"] = 3] = "DATOS_PERSONALES";
SeccionTexto[SeccionTexto["DATOS_PERSONALES_LOPD"] = 4] = "DATOS_PERSONALES_LOPD";
SeccionTexto[SeccionTexto["CITA_SELECCION"] = 5] = "CITA_SELECCION";
SeccionTexto[SeccionTexto["CITA_RESULTADO"] = 6] = "CITA_RESULTADO";
SeccionTexto[SeccionTexto["ERROR_VALIDACION_USUARIO"] = 7] = "ERROR_VALIDACION_USUARIO";
})(SeccionTexto = exports.SeccionTexto || (exports.SeccionTexto = {}));
//# sourceMappingURL=seccion-texto.js.map