general-library-union 2.4.85 → 2.4.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -58,10 +58,10 @@ export class InicioComponentComponent {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: InicioComponentComponent, deps: [{ token: i1.HttpClient }, { token: i2.ActivatedRoute }, { token: i3.ToastService }, { token: i4.AuthService }, { token: i5.UtilsService }, { token: i6.StorageService }], target: i0.ɵɵFactoryTarget.Component });
|
|
61
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.4", type: InicioComponentComponent, isStandalone: true, selector: "ng-component", providers: [MessageService], ngImport: i0, template: "<div>\r\n <div class=\"Inputgroup p-4 mt-0 \">\r\n <div class=\"p-fluid p-formgrid grid align-items-center favorito\">\r\n <div class=\"Icono\">\r\n <button pButton pRipple type=\"button\" icon=\"glyphicons glyphicons-heart\" class=\"p-button-rounded p-button-help p-button-text mr-2 mb-2\"\r\n style=\"float: right;\" (click)=\"marcarModuloFavorito()\"></button>\r\n </div>\r\n <div class=\"field col-12 md:col-3 animacion\">\r\n <img class=\"FormaImagen\"\r\n [src]=\"'assets/modulos/' + (modulo.icono.replace('.png', '.webp'))\"\r\n alt=\"\" srcset=\"\">\r\n </div>\r\n <div class=\"field col-12 md:col-9\" >\r\n <div class=\"pl-3 animacion\" *ngIf=\"modulo\">\r\n\r\n <h2 >\r\n <span >{{'Bienvenido'}} a</span><br>\r\n {{modulo.descripcion}}\r\n </h2>\r\n <div class=\"col-12 md:col-9 separador\"></div>\r\n <div>\r\n <p>{{modulo.descripcionLarga}}</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <!-- <div class=\"Inputgroup-borde pt-2\"></div> -->\r\n</div>\r\n", styles: [":host ::ng-deep .animacion{position:relative;animation-name:example;animation-duration:2s}:host ::ng-deep .animacion p{white-space:pre-wrap;animation-duration:3s;animation-name:slidein;animation-iteration-count:infinite}:host ::ng-deep .animacion h2{text-transform:uppercase;margin-bottom:0;font-size:2rem}:host ::ng-deep .animacion h2 span{color:var(--color-400);margin-top:20px}:host ::ng-deep .separador{border-bottom:3px solid var(--color-100);width:100%;margin-bottom:15px}:host ::ng-deep .FormaImagen{width:100%;border-radius:50%;padding:
|
|
61
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.4", type: InicioComponentComponent, isStandalone: true, selector: "ng-component", providers: [MessageService], ngImport: i0, template: "<div>\r\n <div class=\"Inputgroup p-4 mt-0 \">\r\n <div class=\"p-fluid p-formgrid grid align-items-center favorito\">\r\n <div class=\"Icono\">\r\n <button pButton pRipple type=\"button\" icon=\"glyphicons glyphicons-heart\" class=\"p-button-rounded p-button-help p-button-text mr-2 mb-2\"\r\n style=\"float: right;\" (click)=\"marcarModuloFavorito()\"></button>\r\n </div>\r\n <div class=\"field col-12 md:col-3 animacion\">\r\n <img class=\"FormaImagen\"\r\n [src]=\"'assets/modulos/' + (modulo.icono.replace('.png', '.webp'))\"\r\n alt=\"\" srcset=\"\">\r\n </div>\r\n <div class=\"field col-12 md:col-9\" >\r\n <div class=\"pl-3 animacion\" *ngIf=\"modulo\">\r\n\r\n <h2 >\r\n <span >{{'Bienvenido'}} a</span><br>\r\n {{modulo.descripcion}}\r\n </h2>\r\n <div class=\"col-12 md:col-9 separador\"></div>\r\n <div>\r\n <p>{{modulo.descripcionLarga}}</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <!-- <div class=\"Inputgroup-borde pt-2\"></div> -->\r\n</div>\r\n", styles: [":host ::ng-deep .animacion{position:relative;animation-name:example;animation-duration:2s}:host ::ng-deep .animacion p{white-space:pre-wrap;animation-duration:3s;animation-name:slidein;animation-iteration-count:infinite}:host ::ng-deep .animacion h2{text-transform:uppercase;margin-bottom:0;font-size:2rem}:host ::ng-deep .animacion h2 span{color:var(--color-400);margin-top:20px}:host ::ng-deep .separador{border-bottom:3px solid var(--color-100);width:100%;margin-bottom:15px}:host ::ng-deep .FormaImagen{width:100%;border-radius:50%;padding:5%;background:var(--color-100)}@keyframes example{0%{left:-200px;top:0}50%{left:0}to{left:0}}@media (max-width: 1300px){:host ::ng-deep .animacion h2{font-size:1.5rem}:host ::ng-deep .animacion p{font-size:.9rem}}@media only screen and (max-width: 1600px) and (min-width: 1360px){:host ::ng-deep .animacion p{font-size:.9rem}:host ::ng-deep .animacion h2{font-size:1.5rem}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "directive", type: i8.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading", "severity", "raised", "rounded", "text", "outlined", "size", "plain"] }] });
|
|
62
62
|
}
|
|
63
63
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: InicioComponentComponent, decorators: [{
|
|
64
64
|
type: Component,
|
|
65
|
-
args: [{ imports: [CommonModule, ButtonModule], standalone: true, providers: [MessageService], template: "<div>\r\n <div class=\"Inputgroup p-4 mt-0 \">\r\n <div class=\"p-fluid p-formgrid grid align-items-center favorito\">\r\n <div class=\"Icono\">\r\n <button pButton pRipple type=\"button\" icon=\"glyphicons glyphicons-heart\" class=\"p-button-rounded p-button-help p-button-text mr-2 mb-2\"\r\n style=\"float: right;\" (click)=\"marcarModuloFavorito()\"></button>\r\n </div>\r\n <div class=\"field col-12 md:col-3 animacion\">\r\n <img class=\"FormaImagen\"\r\n [src]=\"'assets/modulos/' + (modulo.icono.replace('.png', '.webp'))\"\r\n alt=\"\" srcset=\"\">\r\n </div>\r\n <div class=\"field col-12 md:col-9\" >\r\n <div class=\"pl-3 animacion\" *ngIf=\"modulo\">\r\n\r\n <h2 >\r\n <span >{{'Bienvenido'}} a</span><br>\r\n {{modulo.descripcion}}\r\n </h2>\r\n <div class=\"col-12 md:col-9 separador\"></div>\r\n <div>\r\n <p>{{modulo.descripcionLarga}}</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <!-- <div class=\"Inputgroup-borde pt-2\"></div> -->\r\n</div>\r\n", styles: [":host ::ng-deep .animacion{position:relative;animation-name:example;animation-duration:2s}:host ::ng-deep .animacion p{white-space:pre-wrap;animation-duration:3s;animation-name:slidein;animation-iteration-count:infinite}:host ::ng-deep .animacion h2{text-transform:uppercase;margin-bottom:0;font-size:2rem}:host ::ng-deep .animacion h2 span{color:var(--color-400);margin-top:20px}:host ::ng-deep .separador{border-bottom:3px solid var(--color-100);width:100%;margin-bottom:15px}:host ::ng-deep .FormaImagen{width:100%;border-radius:50%;padding:
|
|
65
|
+
args: [{ imports: [CommonModule, ButtonModule], standalone: true, providers: [MessageService], template: "<div>\r\n <div class=\"Inputgroup p-4 mt-0 \">\r\n <div class=\"p-fluid p-formgrid grid align-items-center favorito\">\r\n <div class=\"Icono\">\r\n <button pButton pRipple type=\"button\" icon=\"glyphicons glyphicons-heart\" class=\"p-button-rounded p-button-help p-button-text mr-2 mb-2\"\r\n style=\"float: right;\" (click)=\"marcarModuloFavorito()\"></button>\r\n </div>\r\n <div class=\"field col-12 md:col-3 animacion\">\r\n <img class=\"FormaImagen\"\r\n [src]=\"'assets/modulos/' + (modulo.icono.replace('.png', '.webp'))\"\r\n alt=\"\" srcset=\"\">\r\n </div>\r\n <div class=\"field col-12 md:col-9\" >\r\n <div class=\"pl-3 animacion\" *ngIf=\"modulo\">\r\n\r\n <h2 >\r\n <span >{{'Bienvenido'}} a</span><br>\r\n {{modulo.descripcion}}\r\n </h2>\r\n <div class=\"col-12 md:col-9 separador\"></div>\r\n <div>\r\n <p>{{modulo.descripcionLarga}}</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <!-- <div class=\"Inputgroup-borde pt-2\"></div> -->\r\n</div>\r\n", styles: [":host ::ng-deep .animacion{position:relative;animation-name:example;animation-duration:2s}:host ::ng-deep .animacion p{white-space:pre-wrap;animation-duration:3s;animation-name:slidein;animation-iteration-count:infinite}:host ::ng-deep .animacion h2{text-transform:uppercase;margin-bottom:0;font-size:2rem}:host ::ng-deep .animacion h2 span{color:var(--color-400);margin-top:20px}:host ::ng-deep .separador{border-bottom:3px solid var(--color-100);width:100%;margin-bottom:15px}:host ::ng-deep .FormaImagen{width:100%;border-radius:50%;padding:5%;background:var(--color-100)}@keyframes example{0%{left:-200px;top:0}50%{left:0}to{left:0}}@media (max-width: 1300px){:host ::ng-deep .animacion h2{font-size:1.5rem}:host ::ng-deep .animacion p{font-size:.9rem}}@media only screen and (max-width: 1600px) and (min-width: 1360px){:host ::ng-deep .animacion p{font-size:.9rem}:host ::ng-deep .animacion h2{font-size:1.5rem}}\n"] }]
|
|
66
66
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: i2.ActivatedRoute }, { type: i3.ToastService }, { type: i4.AuthService }, { type: i5.UtilsService }, { type: i6.StorageService }] });
|
|
67
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
67
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5pY2lvLWNvbXBvbmVudC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9zcmMvYXBwL2NvcmUvY29tcG9uZW50ZXMvaW5pY2lvLWNvbXBvbmVudC9pbmljaW8tY29tcG9uZW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvY29yZS9jb21wb25lbnRlcy9pbmljaW8tY29tcG9uZW50L2luaWNpby1jb21wb25lbnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUVsRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0seUNBQXlDLENBQUM7QUFLdkUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxhQUFhLENBQUM7QUFDN0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7Ozs7Ozs7O0FBUTlDLE1BQU0sT0FBTyx3QkFBd0I7SUFJekI7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBUkgsTUFBTSxHQUFrQixJQUFJLFlBQVksQ0FBQyxJQUFJLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFFNUQsWUFDVSxVQUFzQixFQUN0QixjQUE4QixFQUM5QixLQUFtQixFQUNuQixXQUF3QixFQUN4QixZQUEwQixFQUMxQixjQUE4QjtRQUw5QixlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQ3RCLG1CQUFjLEdBQWQsY0FBYyxDQUFnQjtRQUM5QixVQUFLLEdBQUwsS0FBSyxDQUFjO1FBQ25CLGdCQUFXLEdBQVgsV0FBVyxDQUFhO1FBQ3hCLGlCQUFZLEdBQVosWUFBWSxDQUFjO1FBQzFCLG1CQUFjLEdBQWQsY0FBYyxDQUFnQjtJQUNyQyxDQUFDO0lBRUosUUFBUTtRQUNOLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUN6QixDQUFDO0lBRUQsZUFBZTtRQUNiLElBQUksTUFBTSxHQUFJO1lBQ1osU0FBUyxFQUFFLFdBQVc7WUFDdEIsY0FBYyxFQUFFLElBQUk7WUFDcEIsU0FBUyxFQUFFLElBQUk7WUFDZixNQUFNLEVBQUU7Z0JBQ04sS0FBSyxFQUFFLElBQUksQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLG9CQUFvQixDQUFDLEVBQUUsQ0FBQyxFQUFFLEdBQUcsQ0FBQztnQkFDNUYsVUFBVSxFQUFFLElBQUksQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsV0FBVyxDQUFDLGtCQUFrQixDQUFDLEVBQUUsRUFBRSxFQUFFLEdBQUcsQ0FBQzthQUNsRztTQUNGLENBQUE7UUFDRCxPQUFPLENBQUMsR0FBRyxDQUFDLE1BQU0sQ0FBQyxDQUFBO1FBQ25CLElBQUksQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRSxFQUFFO1lBQ3ZDLElBQUksQ0FBQyxVQUFVO2lCQUNaLElBQUksQ0FDSCxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsYUFBYSxFQUFFLHVDQUF1QyxFQUMzRSxNQUFNLENBQ1A7aUJBQ0EsU0FBUyxDQUFDLENBQUMsSUFBSSxFQUFFLEVBQUU7Z0JBQ2xCLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSxDQUFDO2dCQUNuQixPQUFPLENBQUMsR0FBRyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztZQUMzQixDQUFDLENBQUMsQ0FBQztRQUNQLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQztJQUVELG9CQUFvQjtRQUNsQixJQUFJLElBQUksQ0FBQyxNQUFNLElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRSxXQUFXLEVBQUUsQ0FBQztZQUM5QyxJQUFJLENBQUMsY0FBYyxDQUFDLE9BQU8sQ0FBQyxnQkFBZ0IsRUFBQyxJQUFJLENBQUMsTUFBTSxFQUFFLFdBQVcsQ0FBQyxDQUFDO1lBQ3ZFLElBQUksQ0FBQyxLQUFLLENBQUMsV0FBVyxDQUFDLFlBQVksR0FBQyxJQUFJLENBQUMsTUFBTSxFQUFFLFdBQVcsR0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBQy9FLENBQUM7SUFDSCxDQUFDO3VHQTdDVSx3QkFBd0I7MkZBQXhCLHdCQUF3QiwyREFKdEIsQ0FBQyxjQUFjLENBQUMsMEJDZC9CLDB6Q0E2QkEsZzlCRGpCYyxZQUFZLGtJQUFFLFlBQVk7OzJGQU0zQix3QkFBd0I7a0JBUHBDLFNBQVM7OEJBQ0csQ0FBQyxZQUFZLEVBQUUsWUFBWSxDQUFDLGNBQ3pCLElBQUksYUFDTCxDQUFDLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEh0dHBDbGllbnQgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XHJcbmltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEFjdGl2YXRlZFJvdXRlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuaW1wb3J0IHsgTW9kdWxvc01vZGVsIH0gZnJvbSAnLi4vLi4vLi4vc2VndXJpZGFkL21vZGVsb3MvTW9kdWxvc01vZGVsJztcclxuaW1wb3J0IHsgVG9hc3RTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljaW9zL3RvYXN0LnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBVdGlsc1NlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNpb3MvdXRpbHMuc2VydmljZSc7XHJcbmltcG9ydCB7IFN0b3JhZ2VTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljaW9zL3N0b3JhZ2Uuc2VydmljZSc7XHJcbmltcG9ydCB7IEF1dGhTZXJ2aWNlIH0gZnJvbSAnLi4vLi4vc2VydmljaW9zL2F1dGguc2VydmljZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IE1lc3NhZ2VTZXJ2aWNlIH0gZnJvbSAncHJpbWVuZy9hcGknO1xyXG5pbXBvcnQgeyBCdXR0b25Nb2R1bGUgfSBmcm9tICdwcmltZW5nL2J1dHRvbic7XHJcbkBDb21wb25lbnQoe1xyXG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQnV0dG9uTW9kdWxlXSxcclxuICAgIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgICBwcm92aWRlcnM6IFtNZXNzYWdlU2VydmljZV0sXHJcbiAgICB0ZW1wbGF0ZVVybDogJy4vaW5pY2lvLWNvbXBvbmVudC5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vaW5pY2lvLWNvbXBvbmVudC5jb21wb25lbnQuc2NzcyddLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgSW5pY2lvQ29tcG9uZW50Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICBwdWJsaWMgbW9kdWxvPzogTW9kdWxvc01vZGVsID0gbmV3IE1vZHVsb3NNb2RlbChudWxsLCBudWxsKTtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwcml2YXRlIGh0dHBDbGllbnQ6IEh0dHBDbGllbnQsXHJcbiAgICBwcml2YXRlIGFjdGl2YXRlZFJvdXRlOiBBY3RpdmF0ZWRSb3V0ZSxcclxuICAgIHByaXZhdGUgdG9hc3Q6IFRvYXN0U2VydmljZSxcclxuICAgIHByaXZhdGUgYXV0aFNlcnZpY2U6IEF1dGhTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSB1dGlsc1NlcnZpY2U6IFV0aWxzU2VydmljZSxcclxuICAgIHByaXZhdGUgc3RvcmFnZVNlcnZpY2U6IFN0b3JhZ2VTZXJ2aWNlLFxyXG4gICkge31cclxuXHJcbiAgbmdPbkluaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLmNvbnN1bHRhck1vZHVsbygpO1xyXG4gIH1cclxuXHJcbiAgY29uc3VsdGFyTW9kdWxvKCkge1xyXG4gICAgbGV0IG9iamV0byAgPSB7XHJcbiAgICAgIG5vbWJyZURUTzogJ01vZHVsb0RUTycsXHJcbiAgICAgIG5vbWJyZUNvbnN1bHRhOiBudWxsLFxyXG4gICAgICBzZWd1cmlkYWQ6IHRydWUsXHJcbiAgICAgIG9iamV0bzoge1xyXG4gICAgICAgIGxsYXZlOiB0aGlzLnV0aWxzU2VydmljZS5yaWdodHBhZCh0aGlzLnN0b3JhZ2VTZXJ2aWNlLmdldEl0ZW0oJ21vZHVsb1NlbGVjY2lvbmFkbycpLCAzLCAnICcpLFxyXG4gICAgICAgIGFwbGljYWNpb246IHRoaXMudXRpbHNTZXJ2aWNlLnJpZ2h0cGFkKHRoaXMuYXV0aFNlcnZpY2UuZ2V0VG9rZW5LZXkoJ2NvZGlnb0FwbGljYWNpb24nKSwgMTAsICcgJylcclxuICAgICAgfSxcclxuICAgIH1cclxuICAgIGNvbnNvbGUubG9nKG9iamV0bylcclxuICAgIHRoaXMuYWN0aXZhdGVkUm91dGUuZGF0YS5zdWJzY3JpYmUoKHYpID0+IHtcclxuICAgICAgdGhpcy5odHRwQ2xpZW50XHJcbiAgICAgICAgLnBvc3Q8YW55PihcclxuICAgICAgICAgIGAke3RoaXMudXRpbHNTZXJ2aWNlLm9idGVuZXJVcmxBcGkoKX0vcmVxdWllcmV0b2tlbi9nZW5lcmFsL3F1ZXJ5Rm9yT2JqZWN0YCxcclxuICAgICAgICAgIG9iamV0b1xyXG4gICAgICAgIClcclxuICAgICAgICAuc3Vic2NyaWJlKChkYXRhKSA9PiB7XHJcbiAgICAgICAgICB0aGlzLm1vZHVsbyA9IGRhdGE7XHJcbiAgICAgICAgICBjb25zb2xlLmxvZyh0aGlzLm1vZHVsbyk7XHJcbiAgICAgICAgfSk7XHJcbiAgICB9KTtcclxuICB9XHJcblxyXG4gIG1hcmNhck1vZHVsb0Zhdm9yaXRvKCl7XHJcbiAgICBpZiAodGhpcy5tb2R1bG8gJiYgdGhpcy5tb2R1bG8/LmRlc2NyaXBjaW9uKSB7XHJcbiAgICB0aGlzLnN0b3JhZ2VTZXJ2aWNlLnNldEl0ZW0oJ21vZHVsb0Zhdm9yaXRvJyx0aGlzLm1vZHVsbz8uZGVzY3JpcGNpb24pO1xyXG4gICAgdGhpcy50b2FzdC5zaG93U3VjY2VzcygnU2UgYWdyZWdvICcrdGhpcy5tb2R1bG8/LmRlc2NyaXBjaW9uKycgY29tbyBmYXZvcml0bycpO1xyXG4gICAgfVxyXG4gIH1cclxufVxyXG4iLCI8ZGl2PlxyXG4gICAgPGRpdiBjbGFzcz1cIklucHV0Z3JvdXAgcC00IG10LTAgXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInAtZmx1aWQgcC1mb3JtZ3JpZCBncmlkIGFsaWduLWl0ZW1zLWNlbnRlciBmYXZvcml0b1wiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cIkljb25vXCI+XHJcbiAgICAgICAgICAgIDxidXR0b24gcEJ1dHRvbiBwUmlwcGxlIHR5cGU9XCJidXR0b25cIiBpY29uPVwiZ2x5cGhpY29ucyBnbHlwaGljb25zLWhlYXJ0XCIgY2xhc3M9XCJwLWJ1dHRvbi1yb3VuZGVkIHAtYnV0dG9uLWhlbHAgcC1idXR0b24tdGV4dCBtci0yIG1iLTJcIlxyXG4gICAgICAgICAgICBzdHlsZT1cImZsb2F0OiByaWdodDtcIiAoY2xpY2spPVwibWFyY2FyTW9kdWxvRmF2b3JpdG8oKVwiPjwvYnV0dG9uPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmaWVsZCBjb2wtMTIgbWQ6Y29sLTMgYW5pbWFjaW9uXCI+XHJcbiAgICAgICAgICAgICAgICA8aW1nIGNsYXNzPVwiRm9ybWFJbWFnZW5cIlxyXG4gICAgICAgICAgICAgICAgICAgIFtzcmNdPVwiJ2Fzc2V0cy9tb2R1bG9zLycgKyAobW9kdWxvLmljb25vLnJlcGxhY2UoJy5wbmcnLCAnLndlYnAnKSlcIlxyXG4gICAgICAgICAgICAgICAgICAgIGFsdD1cIlwiIHNyY3NldD1cIlwiPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZpZWxkIGNvbC0xMiBtZDpjb2wtOVwiID5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJwbC0zIGFuaW1hY2lvblwiICpuZ0lmPVwibW9kdWxvXCI+XHJcblxyXG4gICAgICAgICAgICAgICAgICAgIDxoMiA+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuID57eydCaWVudmVuaWRvJ319IGE8L3NwYW4+PGJyPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB7e21vZHVsby5kZXNjcmlwY2lvbn19XHJcbiAgICAgICAgICAgICAgICAgICAgPC9oMj5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIG1kOmNvbC05IHNlcGFyYWRvclwiPjwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxwPnt7bW9kdWxvLmRlc2NyaXBjaW9uTGFyZ2F9fTwvcD5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gICAgPCEtLSA8ZGl2IGNsYXNzPVwiSW5wdXRncm91cC1ib3JkZSBwdC0yXCI+PC9kaXY+IC0tPlxyXG48L2Rpdj5cclxuIl19
|
|
@@ -5499,11 +5499,11 @@ class InicioComponentComponent {
|
|
|
5499
5499
|
}
|
|
5500
5500
|
}
|
|
5501
5501
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: InicioComponentComponent, deps: [{ token: i1.HttpClient }, { token: i2.ActivatedRoute }, { token: ToastService }, { token: AuthService }, { token: UtilsService }, { token: StorageService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5502
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.4", type: InicioComponentComponent, isStandalone: true, selector: "ng-component", providers: [MessageService], ngImport: i0, template: "<div>\r\n <div class=\"Inputgroup p-4 mt-0 \">\r\n <div class=\"p-fluid p-formgrid grid align-items-center favorito\">\r\n <div class=\"Icono\">\r\n <button pButton pRipple type=\"button\" icon=\"glyphicons glyphicons-heart\" class=\"p-button-rounded p-button-help p-button-text mr-2 mb-2\"\r\n style=\"float: right;\" (click)=\"marcarModuloFavorito()\"></button>\r\n </div>\r\n <div class=\"field col-12 md:col-3 animacion\">\r\n <img class=\"FormaImagen\"\r\n [src]=\"'assets/modulos/' + (modulo.icono.replace('.png', '.webp'))\"\r\n alt=\"\" srcset=\"\">\r\n </div>\r\n <div class=\"field col-12 md:col-9\" >\r\n <div class=\"pl-3 animacion\" *ngIf=\"modulo\">\r\n\r\n <h2 >\r\n <span >{{'Bienvenido'}} a</span><br>\r\n {{modulo.descripcion}}\r\n </h2>\r\n <div class=\"col-12 md:col-9 separador\"></div>\r\n <div>\r\n <p>{{modulo.descripcionLarga}}</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <!-- <div class=\"Inputgroup-borde pt-2\"></div> -->\r\n</div>\r\n", styles: [":host ::ng-deep .animacion{position:relative;animation-name:example;animation-duration:2s}:host ::ng-deep .animacion p{white-space:pre-wrap;animation-duration:3s;animation-name:slidein;animation-iteration-count:infinite}:host ::ng-deep .animacion h2{text-transform:uppercase;margin-bottom:0;font-size:2rem}:host ::ng-deep .animacion h2 span{color:var(--color-400);margin-top:20px}:host ::ng-deep .separador{border-bottom:3px solid var(--color-100);width:100%;margin-bottom:15px}:host ::ng-deep .FormaImagen{width:100%;border-radius:50%;padding:
|
|
5502
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.4", type: InicioComponentComponent, isStandalone: true, selector: "ng-component", providers: [MessageService], ngImport: i0, template: "<div>\r\n <div class=\"Inputgroup p-4 mt-0 \">\r\n <div class=\"p-fluid p-formgrid grid align-items-center favorito\">\r\n <div class=\"Icono\">\r\n <button pButton pRipple type=\"button\" icon=\"glyphicons glyphicons-heart\" class=\"p-button-rounded p-button-help p-button-text mr-2 mb-2\"\r\n style=\"float: right;\" (click)=\"marcarModuloFavorito()\"></button>\r\n </div>\r\n <div class=\"field col-12 md:col-3 animacion\">\r\n <img class=\"FormaImagen\"\r\n [src]=\"'assets/modulos/' + (modulo.icono.replace('.png', '.webp'))\"\r\n alt=\"\" srcset=\"\">\r\n </div>\r\n <div class=\"field col-12 md:col-9\" >\r\n <div class=\"pl-3 animacion\" *ngIf=\"modulo\">\r\n\r\n <h2 >\r\n <span >{{'Bienvenido'}} a</span><br>\r\n {{modulo.descripcion}}\r\n </h2>\r\n <div class=\"col-12 md:col-9 separador\"></div>\r\n <div>\r\n <p>{{modulo.descripcionLarga}}</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <!-- <div class=\"Inputgroup-borde pt-2\"></div> -->\r\n</div>\r\n", styles: [":host ::ng-deep .animacion{position:relative;animation-name:example;animation-duration:2s}:host ::ng-deep .animacion p{white-space:pre-wrap;animation-duration:3s;animation-name:slidein;animation-iteration-count:infinite}:host ::ng-deep .animacion h2{text-transform:uppercase;margin-bottom:0;font-size:2rem}:host ::ng-deep .animacion h2 span{color:var(--color-400);margin-top:20px}:host ::ng-deep .separador{border-bottom:3px solid var(--color-100);width:100%;margin-bottom:15px}:host ::ng-deep .FormaImagen{width:100%;border-radius:50%;padding:5%;background:var(--color-100)}@keyframes example{0%{left:-200px;top:0}50%{left:0}to{left:0}}@media (max-width: 1300px){:host ::ng-deep .animacion h2{font-size:1.5rem}:host ::ng-deep .animacion p{font-size:.9rem}}@media only screen and (max-width: 1600px) and (min-width: 1360px){:host ::ng-deep .animacion p{font-size:.9rem}:host ::ng-deep .animacion h2{font-size:1.5rem}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "directive", type: i10$1.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading", "severity", "raised", "rounded", "text", "outlined", "size", "plain"] }] });
|
|
5503
5503
|
}
|
|
5504
5504
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.4", ngImport: i0, type: InicioComponentComponent, decorators: [{
|
|
5505
5505
|
type: Component,
|
|
5506
|
-
args: [{ imports: [CommonModule, ButtonModule], standalone: true, providers: [MessageService], template: "<div>\r\n <div class=\"Inputgroup p-4 mt-0 \">\r\n <div class=\"p-fluid p-formgrid grid align-items-center favorito\">\r\n <div class=\"Icono\">\r\n <button pButton pRipple type=\"button\" icon=\"glyphicons glyphicons-heart\" class=\"p-button-rounded p-button-help p-button-text mr-2 mb-2\"\r\n style=\"float: right;\" (click)=\"marcarModuloFavorito()\"></button>\r\n </div>\r\n <div class=\"field col-12 md:col-3 animacion\">\r\n <img class=\"FormaImagen\"\r\n [src]=\"'assets/modulos/' + (modulo.icono.replace('.png', '.webp'))\"\r\n alt=\"\" srcset=\"\">\r\n </div>\r\n <div class=\"field col-12 md:col-9\" >\r\n <div class=\"pl-3 animacion\" *ngIf=\"modulo\">\r\n\r\n <h2 >\r\n <span >{{'Bienvenido'}} a</span><br>\r\n {{modulo.descripcion}}\r\n </h2>\r\n <div class=\"col-12 md:col-9 separador\"></div>\r\n <div>\r\n <p>{{modulo.descripcionLarga}}</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <!-- <div class=\"Inputgroup-borde pt-2\"></div> -->\r\n</div>\r\n", styles: [":host ::ng-deep .animacion{position:relative;animation-name:example;animation-duration:2s}:host ::ng-deep .animacion p{white-space:pre-wrap;animation-duration:3s;animation-name:slidein;animation-iteration-count:infinite}:host ::ng-deep .animacion h2{text-transform:uppercase;margin-bottom:0;font-size:2rem}:host ::ng-deep .animacion h2 span{color:var(--color-400);margin-top:20px}:host ::ng-deep .separador{border-bottom:3px solid var(--color-100);width:100%;margin-bottom:15px}:host ::ng-deep .FormaImagen{width:100%;border-radius:50%;padding:
|
|
5506
|
+
args: [{ imports: [CommonModule, ButtonModule], standalone: true, providers: [MessageService], template: "<div>\r\n <div class=\"Inputgroup p-4 mt-0 \">\r\n <div class=\"p-fluid p-formgrid grid align-items-center favorito\">\r\n <div class=\"Icono\">\r\n <button pButton pRipple type=\"button\" icon=\"glyphicons glyphicons-heart\" class=\"p-button-rounded p-button-help p-button-text mr-2 mb-2\"\r\n style=\"float: right;\" (click)=\"marcarModuloFavorito()\"></button>\r\n </div>\r\n <div class=\"field col-12 md:col-3 animacion\">\r\n <img class=\"FormaImagen\"\r\n [src]=\"'assets/modulos/' + (modulo.icono.replace('.png', '.webp'))\"\r\n alt=\"\" srcset=\"\">\r\n </div>\r\n <div class=\"field col-12 md:col-9\" >\r\n <div class=\"pl-3 animacion\" *ngIf=\"modulo\">\r\n\r\n <h2 >\r\n <span >{{'Bienvenido'}} a</span><br>\r\n {{modulo.descripcion}}\r\n </h2>\r\n <div class=\"col-12 md:col-9 separador\"></div>\r\n <div>\r\n <p>{{modulo.descripcionLarga}}</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <!-- <div class=\"Inputgroup-borde pt-2\"></div> -->\r\n</div>\r\n", styles: [":host ::ng-deep .animacion{position:relative;animation-name:example;animation-duration:2s}:host ::ng-deep .animacion p{white-space:pre-wrap;animation-duration:3s;animation-name:slidein;animation-iteration-count:infinite}:host ::ng-deep .animacion h2{text-transform:uppercase;margin-bottom:0;font-size:2rem}:host ::ng-deep .animacion h2 span{color:var(--color-400);margin-top:20px}:host ::ng-deep .separador{border-bottom:3px solid var(--color-100);width:100%;margin-bottom:15px}:host ::ng-deep .FormaImagen{width:100%;border-radius:50%;padding:5%;background:var(--color-100)}@keyframes example{0%{left:-200px;top:0}50%{left:0}to{left:0}}@media (max-width: 1300px){:host ::ng-deep .animacion h2{font-size:1.5rem}:host ::ng-deep .animacion p{font-size:.9rem}}@media only screen and (max-width: 1600px) and (min-width: 1360px){:host ::ng-deep .animacion p{font-size:.9rem}:host ::ng-deep .animacion h2{font-size:1.5rem}}\n"] }]
|
|
5507
5507
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: i2.ActivatedRoute }, { type: ToastService }, { type: AuthService }, { type: UtilsService }, { type: StorageService }] });
|
|
5508
5508
|
|
|
5509
5509
|
class SeleccionRolComponent {
|