@litigiovirtual/ius-design-components 1.0.189 → 1.0.190

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.
@@ -10,11 +10,11 @@ export class CardListProcesoComponent {
10
10
  this.onClickEvent.emit(event);
11
11
  }
12
12
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListProcesoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardListProcesoComponent, isStandalone: true, selector: "ius-card-list-proceso", inputs: { tipoProceso: "tipoProceso", state: "state", radicado: "radicado", demandantes: "demandantes", demandados: "demandados", usuarioAsignado: "usuarioAsignado", fechaAsignacion: "fechaAsignacion", fecha: "fecha", userID: "userID", activeText: "activeText", inactiveText: "inactiveText" }, outputs: { onClickEvent: "onClickEvent" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"container-card\" (click)=\"onClick($event)\" >\r\n <div class=\"container-left\">\r\n <div class=\"content-left\">\r\n <span class=\"text-estado\">{{state}}</span>\r\n <span class=\"text-proceso\">{{tipoProceso}}\r\n <span class=\"text-numero-proceso\">{{radicado}}</span>\r\n </span>\r\n <span class=\"descrip-proceso\" style=\"padding: 4px 0;\">Demandantes <span\r\n class=\"text-name-demand\">{{demandantes}}</span>\r\n Demandados <span class=\"text-name-demand\">{{demandados}}</span></span>\r\n \r\n <div class=\"assigned\">\r\n <span class=\"descrip-proceso\">Asignado por <span\r\n class=\"text-name-demand\">{{usuarioAsignado}}</span></span>\r\n <span class=\"descrip-proceso\">Asignado el <span\r\n class=\"text-name-demand\">{{fechaAsignacion}}</span></span>\r\n </div>\r\n </div>\r\n <div class=\"content-right\">\r\n <div style=\"display: flex; gap: 8px;\">\r\n <span class=\"text-fecha-mov\">{{fecha}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{position:relative;height:100%}.container-card{display:flex;align-items:center;height:100px;gap:12px;align-self:stretch;cursor:pointer;border-radius:14px;border:1px solid #eaeaea;background:#fafafa}.container-card:hover{border:1px solid #C4DFFF;background:#fafafa;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-left{display:flex;padding:12px 24px 12px 16px;align-items:center;align-content:center;gap:32px;flex:1 0 0;align-self:stretch;flex-wrap:wrap;border-radius:14px;background:#fff;transition:all .2s ease-in-out}.selected{background:#2167ff!important}.container-left.selected,.container-left.selected *{color:#fff!important}.container-right{display:flex;padding:8px 16px;flex-direction:column;justify-content:center;align-items:flex-end}.content-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;flex:1 0 0}.content-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:4px}.text-estado{color:#629219;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text-proceso{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.text-numero-proceso{color:#333;font-weight:400}.descrip-proceso{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.24px}.text-name-demand{color:#595959;font-weight:400}.text-fecha-mov{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.assigned{display:flex;align-items:flex-start;gap:8px}\n"] }); }
13
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardListProcesoComponent, isStandalone: true, selector: "ius-card-list-proceso", inputs: { tipoProceso: "tipoProceso", state: "state", radicado: "radicado", demandantes: "demandantes", demandados: "demandados", usuarioAsignado: "usuarioAsignado", fechaAsignacion: "fechaAsignacion", fecha: "fecha", userID: "userID", activeText: "activeText", inactiveText: "inactiveText" }, outputs: { onClickEvent: "onClickEvent" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"container-card\" (click)=\"onClick($event)\" >\r\n <div class=\"container-left\">\r\n <div class=\"content-left\">\r\n <span class=\"text-estado\">{{state ? 'Activo' : 'Inactivo'}}</span>\r\n <span class=\"text-proceso\">{{tipoProceso}}\r\n <span class=\"text-numero-proceso\">{{radicado}}</span>\r\n </span>\r\n <span class=\"descrip-proceso\" style=\"padding: 4px 0;\">Demandantes <span\r\n class=\"text-name-demand\">{{demandantes}}</span>\r\n Demandados <span class=\"text-name-demand\">{{demandados}}</span></span>\r\n \r\n <div class=\"assigned\">\r\n <span class=\"descrip-proceso\">Asignado por <span\r\n class=\"text-name-demand\">{{usuarioAsignado}}</span></span>\r\n <span class=\"descrip-proceso\">Asignado el <span\r\n class=\"text-name-demand\">{{fechaAsignacion}}</span></span>\r\n </div>\r\n </div>\r\n <div class=\"content-right\">\r\n <div style=\"display: flex; gap: 8px;\">\r\n <span class=\"text-fecha-mov\">{{fecha}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{position:relative;height:100%}.container-card{display:flex;align-items:center;height:100px;gap:12px;align-self:stretch;cursor:pointer;border-radius:14px;border:1px solid #eaeaea;background:#fafafa}.container-card:hover{border:1px solid #C4DFFF;background:#fafafa;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-left{display:flex;padding:12px 24px 12px 16px;align-items:center;align-content:center;gap:32px;flex:1 0 0;align-self:stretch;flex-wrap:wrap;border-radius:14px;background:#fff;transition:all .2s ease-in-out}.selected{background:#2167ff!important}.container-left.selected,.container-left.selected *{color:#fff!important}.container-right{display:flex;padding:8px 16px;flex-direction:column;justify-content:center;align-items:flex-end}.content-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;flex:1 0 0}.content-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:4px}.text-estado{color:#629219;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text-proceso{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.text-numero-proceso{color:#333;font-weight:400}.descrip-proceso{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.24px}.text-name-demand{color:#595959;font-weight:400}.text-fecha-mov{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.assigned{display:flex;align-items:flex-start;gap:8px}\n"] }); }
14
14
  }
15
15
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListProcesoComponent, decorators: [{
16
16
  type: Component,
17
- args: [{ selector: 'ius-card-list-proceso', standalone: true, imports: [], template: "<div class=\"container-general\">\r\n <div class=\"container-card\" (click)=\"onClick($event)\" >\r\n <div class=\"container-left\">\r\n <div class=\"content-left\">\r\n <span class=\"text-estado\">{{state}}</span>\r\n <span class=\"text-proceso\">{{tipoProceso}}\r\n <span class=\"text-numero-proceso\">{{radicado}}</span>\r\n </span>\r\n <span class=\"descrip-proceso\" style=\"padding: 4px 0;\">Demandantes <span\r\n class=\"text-name-demand\">{{demandantes}}</span>\r\n Demandados <span class=\"text-name-demand\">{{demandados}}</span></span>\r\n \r\n <div class=\"assigned\">\r\n <span class=\"descrip-proceso\">Asignado por <span\r\n class=\"text-name-demand\">{{usuarioAsignado}}</span></span>\r\n <span class=\"descrip-proceso\">Asignado el <span\r\n class=\"text-name-demand\">{{fechaAsignacion}}</span></span>\r\n </div>\r\n </div>\r\n <div class=\"content-right\">\r\n <div style=\"display: flex; gap: 8px;\">\r\n <span class=\"text-fecha-mov\">{{fecha}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{position:relative;height:100%}.container-card{display:flex;align-items:center;height:100px;gap:12px;align-self:stretch;cursor:pointer;border-radius:14px;border:1px solid #eaeaea;background:#fafafa}.container-card:hover{border:1px solid #C4DFFF;background:#fafafa;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-left{display:flex;padding:12px 24px 12px 16px;align-items:center;align-content:center;gap:32px;flex:1 0 0;align-self:stretch;flex-wrap:wrap;border-radius:14px;background:#fff;transition:all .2s ease-in-out}.selected{background:#2167ff!important}.container-left.selected,.container-left.selected *{color:#fff!important}.container-right{display:flex;padding:8px 16px;flex-direction:column;justify-content:center;align-items:flex-end}.content-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;flex:1 0 0}.content-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:4px}.text-estado{color:#629219;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text-proceso{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.text-numero-proceso{color:#333;font-weight:400}.descrip-proceso{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.24px}.text-name-demand{color:#595959;font-weight:400}.text-fecha-mov{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.assigned{display:flex;align-items:flex-start;gap:8px}\n"] }]
17
+ args: [{ selector: 'ius-card-list-proceso', standalone: true, imports: [], template: "<div class=\"container-general\">\r\n <div class=\"container-card\" (click)=\"onClick($event)\" >\r\n <div class=\"container-left\">\r\n <div class=\"content-left\">\r\n <span class=\"text-estado\">{{state ? 'Activo' : 'Inactivo'}}</span>\r\n <span class=\"text-proceso\">{{tipoProceso}}\r\n <span class=\"text-numero-proceso\">{{radicado}}</span>\r\n </span>\r\n <span class=\"descrip-proceso\" style=\"padding: 4px 0;\">Demandantes <span\r\n class=\"text-name-demand\">{{demandantes}}</span>\r\n Demandados <span class=\"text-name-demand\">{{demandados}}</span></span>\r\n \r\n <div class=\"assigned\">\r\n <span class=\"descrip-proceso\">Asignado por <span\r\n class=\"text-name-demand\">{{usuarioAsignado}}</span></span>\r\n <span class=\"descrip-proceso\">Asignado el <span\r\n class=\"text-name-demand\">{{fechaAsignacion}}</span></span>\r\n </div>\r\n </div>\r\n <div class=\"content-right\">\r\n <div style=\"display: flex; gap: 8px;\">\r\n <span class=\"text-fecha-mov\">{{fecha}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{position:relative;height:100%}.container-card{display:flex;align-items:center;height:100px;gap:12px;align-self:stretch;cursor:pointer;border-radius:14px;border:1px solid #eaeaea;background:#fafafa}.container-card:hover{border:1px solid #C4DFFF;background:#fafafa;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-left{display:flex;padding:12px 24px 12px 16px;align-items:center;align-content:center;gap:32px;flex:1 0 0;align-self:stretch;flex-wrap:wrap;border-radius:14px;background:#fff;transition:all .2s ease-in-out}.selected{background:#2167ff!important}.container-left.selected,.container-left.selected *{color:#fff!important}.container-right{display:flex;padding:8px 16px;flex-direction:column;justify-content:center;align-items:flex-end}.content-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;flex:1 0 0}.content-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:4px}.text-estado{color:#629219;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text-proceso{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.text-numero-proceso{color:#333;font-weight:400}.descrip-proceso{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.24px}.text-name-demand{color:#595959;font-weight:400}.text-fecha-mov{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.assigned{display:flex;align-items:flex-start;gap:8px}\n"] }]
18
18
  }], propDecorators: { tipoProceso: [{
19
19
  type: Input
20
20
  }], state: [{
@@ -40,4 +40,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
40
40
  }], onClickEvent: [{
41
41
  type: Output
42
42
  }] } });
43
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1saXN0LXByb2Nlc28uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1saXN0LXByb2Nlc28vY2FyZC1saXN0LXByb2Nlc28uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1saXN0LXByb2Nlc28vY2FyZC1saXN0LXByb2Nlc28uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTdkUsTUFBTSxPQUFPLHdCQUF3QjtJQVByQztRQWtCVyxlQUFVLEdBQVcsUUFBUSxDQUFDO1FBQzlCLGlCQUFZLEdBQVcsVUFBVSxDQUFDO1FBQ2pDLGlCQUFZLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztLQUtsRDtJQUhDLE9BQU8sQ0FBQyxLQUFZO1FBQ2xCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ2hDLENBQUM7K0dBakJVLHdCQUF3QjttR0FBeEIsd0JBQXdCLGthQ1RyQywrMkNBMkJBOzs0RkRsQmEsd0JBQXdCO2tCQVBwQyxTQUFTOytCQUNFLHVCQUF1QixjQUNyQixJQUFJLFdBQ1AsRUFBRTs4QkFNRixXQUFXO3NCQUFuQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxlQUFlO3NCQUF2QixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0ksWUFBWTtzQkFBckIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2l1cy1jYXJkLWxpc3QtcHJvY2VzbycsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vY2FyZC1saXN0LXByb2Nlc28uY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9jYXJkLWxpc3QtcHJvY2Vzby5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIENhcmRMaXN0UHJvY2Vzb0NvbXBvbmVudCB7XHJcblxyXG4gIEBJbnB1dCgpIHRpcG9Qcm9jZXNvPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIHN0YXRlPzogYm9vbGVhbjtcclxuICBASW5wdXQoKSByYWRpY2Fkbz86IHN0cmluZztcclxuICBASW5wdXQoKSBkZW1hbmRhbnRlcz86IHN0cmluZztcclxuICBASW5wdXQoKSBkZW1hbmRhZG9zPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIHVzdWFyaW9Bc2lnbmFkbz86IHN0cmluZztcclxuICBASW5wdXQoKSBmZWNoYUFzaWduYWNpb24/OiBEYXRlIHwgc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGZlY2hhPzogRGF0ZSB8IHN0cmluZztcclxuICBASW5wdXQoKSB1c2VySUQ/OiBudW1iZXI7XHJcbiAgQElucHV0KCkgYWN0aXZlVGV4dDogc3RyaW5nID0gJ0FjdGl2byc7XHJcbiAgQElucHV0KCkgaW5hY3RpdmVUZXh0OiBzdHJpbmcgPSAnSW5hY3Rpdm8nO1xyXG4gIEBPdXRwdXQoKSBvbkNsaWNrRXZlbnQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuXHJcbiAgb25DbGljayhldmVudDogRXZlbnQpOiB2b2lkIHsgXHJcbiAgICB0aGlzLm9uQ2xpY2tFdmVudC5lbWl0KGV2ZW50KTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImNvbnRhaW5lci1nZW5lcmFsXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWNhcmRcIiAoY2xpY2spPVwib25DbGljaygkZXZlbnQpXCIgPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItbGVmdFwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGVudC1sZWZ0XCI+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtZXN0YWRvXCI+e3tzdGF0ZX19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LXByb2Nlc29cIj57e3RpcG9Qcm9jZXNvfX1cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtbnVtZXJvLXByb2Nlc29cIj57e3JhZGljYWRvfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImRlc2NyaXAtcHJvY2Vzb1wiIHN0eWxlPVwicGFkZGluZzogNHB4IDA7XCI+RGVtYW5kYW50ZXMgPHNwYW5cclxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0ZXh0LW5hbWUtZGVtYW5kXCI+e3tkZW1hbmRhbnRlc319PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIERlbWFuZGFkb3MgPHNwYW4gY2xhc3M9XCJ0ZXh0LW5hbWUtZGVtYW5kXCI+e3tkZW1hbmRhZG9zfX08L3NwYW4+PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYXNzaWduZWRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImRlc2NyaXAtcHJvY2Vzb1wiPkFzaWduYWRvIHBvciA8c3BhblxyXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRleHQtbmFtZS1kZW1hbmRcIj57e3VzdWFyaW9Bc2lnbmFkb319PC9zcGFuPjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiZGVzY3JpcC1wcm9jZXNvXCI+QXNpZ25hZG8gZWwgPHNwYW5cclxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0ZXh0LW5hbWUtZGVtYW5kXCI+e3tmZWNoYUFzaWduYWNpb259fTwvc3Bhbj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250ZW50LXJpZ2h0XCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IHN0eWxlPVwiZGlzcGxheTogZmxleDsgZ2FwOiA4cHg7XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LWZlY2hhLW1vdlwiPnt7ZmVjaGF9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
43
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1saXN0LXByb2Nlc28uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1saXN0LXByb2Nlc28vY2FyZC1saXN0LXByb2Nlc28uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1saXN0LXByb2Nlc28vY2FyZC1saXN0LXByb2Nlc28uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFTdkUsTUFBTSxPQUFPLHdCQUF3QjtJQVByQztRQWtCVyxlQUFVLEdBQVcsUUFBUSxDQUFDO1FBQzlCLGlCQUFZLEdBQVcsVUFBVSxDQUFDO1FBQ2pDLGlCQUFZLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztLQUtsRDtJQUhDLE9BQU8sQ0FBQyxLQUFZO1FBQ2xCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ2hDLENBQUM7K0dBakJVLHdCQUF3QjttR0FBeEIsd0JBQXdCLGthQ1RyQyx1NENBMkJBOzs0RkRsQmEsd0JBQXdCO2tCQVBwQyxTQUFTOytCQUNFLHVCQUF1QixjQUNyQixJQUFJLFdBQ1AsRUFBRTs4QkFNRixXQUFXO3NCQUFuQixLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDRyxlQUFlO3NCQUF2QixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxVQUFVO3NCQUFsQixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0ksWUFBWTtzQkFBckIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2l1cy1jYXJkLWxpc3QtcHJvY2VzbycsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbXSxcclxuICB0ZW1wbGF0ZVVybDogJy4vY2FyZC1saXN0LXByb2Nlc28uY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9jYXJkLWxpc3QtcHJvY2Vzby5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIENhcmRMaXN0UHJvY2Vzb0NvbXBvbmVudCB7XHJcblxyXG4gIEBJbnB1dCgpIHRpcG9Qcm9jZXNvPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIHN0YXRlPzogYm9vbGVhbjtcclxuICBASW5wdXQoKSByYWRpY2Fkbz86IHN0cmluZztcclxuICBASW5wdXQoKSBkZW1hbmRhbnRlcz86IHN0cmluZztcclxuICBASW5wdXQoKSBkZW1hbmRhZG9zPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIHVzdWFyaW9Bc2lnbmFkbz86IHN0cmluZztcclxuICBASW5wdXQoKSBmZWNoYUFzaWduYWNpb24/OiBEYXRlIHwgc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGZlY2hhPzogRGF0ZSB8IHN0cmluZztcclxuICBASW5wdXQoKSB1c2VySUQ/OiBudW1iZXI7XHJcbiAgQElucHV0KCkgYWN0aXZlVGV4dDogc3RyaW5nID0gJ0FjdGl2byc7XHJcbiAgQElucHV0KCkgaW5hY3RpdmVUZXh0OiBzdHJpbmcgPSAnSW5hY3Rpdm8nO1xyXG4gIEBPdXRwdXQoKSBvbkNsaWNrRXZlbnQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuXHJcbiAgb25DbGljayhldmVudDogRXZlbnQpOiB2b2lkIHsgXHJcbiAgICB0aGlzLm9uQ2xpY2tFdmVudC5lbWl0KGV2ZW50KTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImNvbnRhaW5lci1nZW5lcmFsXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWNhcmRcIiAoY2xpY2spPVwib25DbGljaygkZXZlbnQpXCIgPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItbGVmdFwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGVudC1sZWZ0XCI+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtZXN0YWRvXCI+e3tzdGF0ZSA/ICdBY3Rpdm8nIDogJ0luYWN0aXZvJ319PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LXByb2Nlc29cIj57e3RpcG9Qcm9jZXNvfX1cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtbnVtZXJvLXByb2Nlc29cIj57e3JhZGljYWRvfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImRlc2NyaXAtcHJvY2Vzb1wiIHN0eWxlPVwicGFkZGluZzogNHB4IDA7XCI+RGVtYW5kYW50ZXMgPHNwYW5cclxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0ZXh0LW5hbWUtZGVtYW5kXCI+e3tkZW1hbmRhbnRlc319PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIERlbWFuZGFkb3MgPHNwYW4gY2xhc3M9XCJ0ZXh0LW5hbWUtZGVtYW5kXCI+e3tkZW1hbmRhZG9zfX08L3NwYW4+PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgXHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiYXNzaWduZWRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImRlc2NyaXAtcHJvY2Vzb1wiPkFzaWduYWRvIHBvciA8c3BhblxyXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRleHQtbmFtZS1kZW1hbmRcIj57e3VzdWFyaW9Bc2lnbmFkb319PC9zcGFuPjwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiZGVzY3JpcC1wcm9jZXNvXCI+QXNpZ25hZG8gZWwgPHNwYW5cclxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0ZXh0LW5hbWUtZGVtYW5kXCI+e3tmZWNoYUFzaWduYWNpb259fTwvc3Bhbj48L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250ZW50LXJpZ2h0XCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IHN0eWxlPVwiZGlzcGxheTogZmxleDsgZ2FwOiA4cHg7XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LWZlY2hhLW1vdlwiPnt7ZmVjaGF9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
@@ -5,15 +5,13 @@ import { ButtonSquaredTertiaryComponent } from "../button-squared-tertiary/butto
5
5
  import * as i0 from "@angular/core";
6
6
  export class CardTipoProcesoComponent {
7
7
  constructor() {
8
+ this.estadoTipoProceso = 'Activo';
8
9
  this.nombreTipoProceso = '';
9
10
  this.onClickEdit = new EventEmitter();
10
11
  this.onClickDelete = new EventEmitter();
11
12
  this.onClickCard = new EventEmitter();
12
13
  this.hover = false;
13
14
  }
14
- get displayEstado() {
15
- return this.isUsed ? 'En uso' : 'Activo';
16
- }
17
15
  onMouseEnter() {
18
16
  this.hover = true;
19
17
  }
@@ -33,14 +31,14 @@ export class CardTipoProcesoComponent {
33
31
  this.onClickCard.emit(this.tipoProcesoID);
34
32
  }
35
33
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardTipoProcesoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
36
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: CardTipoProcesoComponent, isStandalone: true, selector: "ius-card-tipo-proceso", inputs: { tipoProcesoID: "tipoProcesoID", isUsed: "isUsed", nombreTipoProceso: "nombreTipoProceso", tipoCompetente: "tipoCompetente", usuarioCreacion: "usuarioCreacion", fechaCreacion: "fechaCreacion", usuarioModificacion: "usuarioModificacion", cantidadEstados: "cantidadEstados", etapasSubetapas: "etapasSubetapas" }, outputs: { onClickEdit: "onClickEdit", onClickDelete: "onClickDelete", onClickCard: "onClickCard" }, ngImport: i0, template: "<div class=\"general-container\">\r\n <div class=\"container\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\" (click)=\"clickCard($event)\">\r\n <div class=\"container-content\">\r\n <div class=\"content\">\r\n <div class=\"general-info\">\r\n <div class=\"icon-container\">\r\n <div class=\"icon-shadow\">\r\n <ius-icon-lg [iconName]=\"'icon-strategy'\"> </ius-icon-lg>\r\n </div>\r\n </div>\r\n <div class=\"text-container\">\r\n <p class=\"state-text\">{{ displayEstado }}</p>\r\n <p class=\"process-type\">{{ nombreTipoProceso }}</p>\r\n <p class=\"subtitle\">{{ tipoCompetente }}</p>\r\n </div>\r\n </div>\r\n <div class=\"another-info\">\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Creado por</p>\r\n <p class=\"text\">{{ usuarioCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Fecha creaci\u00F3n</p>\r\n <p class=\"text\">{{ fechaCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Modificado por</p>\r\n <p class=\"text\">{{ usuarioModificacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Estados</p>\r\n <p class=\"text\">{{ cantidadEstados }}</p>\r\n </div>\r\n @if(hover){\r\n <div class=\"buttons wt-etapas\">\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n </div>\r\n }@else{\r\n <div class=\"title-text-container wt-etapas\">\r\n <p class=\"title\">Etapas/Subetapas</p>\r\n <p class=\"text\">{{ etapasSubetapas }}</p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n <button>\r\n <ius-icon-md [iconName]=\"'icon-keyboard-arrow-right'\"></ius-icon-md>\r\n </button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}p{margin:0}.container{display:flex;height:86px;box-sizing:border-box;padding:16px 40px;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff;cursor:pointer}.container:hover{border:1px solid #C4DFFF;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-content{display:flex;align-items:center;gap:24px;width:100%;justify-content:space-between}.content{display:flex;align-items:center;align-content:center;gap:8px 8px;flex-wrap:wrap;justify-content:space-between;width:100%}.general-info,.icon-container{display:flex;align-items:center;gap:8px}.icon-shadow{display:flex;width:40px;height:40px;padding:0;justify-content:center;align-items:center;gap:8px;aspect-ratio:1/1;border-radius:100px;background:#c4dfff}.text-container{display:flex;flex-direction:column;align-items:flex-start;gap:0}.state-text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.process-type{color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.subtitle{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.another-info{display:flex;align-items:center;align-content:space-between;column-gap:24px;flex-wrap:wrap}.title-text-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.28px}button{border:none;background-color:transparent;cursor:pointer}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}.wt-etapas{width:110px}\n"], dependencies: [{ kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }, { kind: "component", type: IconLgComponent, selector: "ius-icon-lg", inputs: ["iconName", "color"] }, { kind: "component", type: ButtonSquaredTertiaryComponent, selector: "ius-button-squared-tertiary", inputs: ["disabled", "iconName"], outputs: ["buttonClicked"] }] }); }
34
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: CardTipoProcesoComponent, isStandalone: true, selector: "ius-card-tipo-proceso", inputs: { tipoProcesoID: "tipoProcesoID", estadoTipoProceso: "estadoTipoProceso", nombreTipoProceso: "nombreTipoProceso", tipoCompetente: "tipoCompetente", usuarioCreacion: "usuarioCreacion", fechaCreacion: "fechaCreacion", usuarioModificacion: "usuarioModificacion", cantidadEstados: "cantidadEstados", etapasSubetapas: "etapasSubetapas" }, outputs: { onClickEdit: "onClickEdit", onClickDelete: "onClickDelete", onClickCard: "onClickCard" }, ngImport: i0, template: "<div class=\"general-container\">\r\n <div class=\"container\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\" (click)=\"clickCard($event)\">\r\n <div class=\"container-content\">\r\n <div class=\"content\">\r\n <div class=\"general-info\">\r\n <div class=\"icon-container\">\r\n <div class=\"icon-shadow\">\r\n <ius-icon-lg [iconName]=\"'icon-strategy'\"> </ius-icon-lg>\r\n </div>\r\n </div>\r\n <div class=\"text-container\">\r\n <p class=\"state-text\">{{ estadoTipoProceso }}</p>\r\n <p class=\"process-type\">{{ nombreTipoProceso }}</p>\r\n <p class=\"subtitle\">{{ tipoCompetente }}</p>\r\n </div>\r\n </div>\r\n <div class=\"another-info\">\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Creado por</p>\r\n <p class=\"text\">{{ usuarioCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Fecha creaci\u00F3n</p>\r\n <p class=\"text\">{{ fechaCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Modificado por</p>\r\n <p class=\"text\">{{ usuarioModificacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Estados</p>\r\n <p class=\"text\">{{ cantidadEstados }}</p>\r\n </div>\r\n @if(hover){\r\n <div class=\"buttons\">\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n </div>\r\n }@else{\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Etapas/Subetapas</p>\r\n <p class=\"text\">{{ etapasSubetapas }}</p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n <button>\r\n <ius-icon-md [iconName]=\"'icon-keyboard-arrow-right'\"></ius-icon-md>\r\n </button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}p{margin:0}.container{display:flex;padding:16px 40px;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff;cursor:pointer}.container-content{display:flex;align-items:center;gap:24px;width:100%;justify-content:space-between}.content{display:flex;align-items:center;align-content:center;gap:8px 8px;flex-wrap:wrap;justify-content:space-between;width:100%}.general-info,.icon-container{display:flex;align-items:center;gap:8px}.icon-shadow{display:flex;width:40px;height:40px;padding:0;justify-content:center;align-items:center;gap:8px;aspect-ratio:1/1;border-radius:100px;background:#c4dfff}.text-container{display:flex;flex-direction:column;align-items:flex-start;gap:0}.state-text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.process-type{color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.subtitle{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.another-info{display:flex;align-items:center;align-content:space-between;column-gap:24px;flex-wrap:wrap}.title-text-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.28px}button{border:none;background-color:transparent;cursor:pointer}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}\n"], dependencies: [{ kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }, { kind: "component", type: IconLgComponent, selector: "ius-icon-lg", inputs: ["iconName", "color"] }, { kind: "component", type: ButtonSquaredTertiaryComponent, selector: "ius-button-squared-tertiary", inputs: ["disabled", "iconName"], outputs: ["buttonClicked"] }] }); }
37
35
  }
38
36
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardTipoProcesoComponent, decorators: [{
39
37
  type: Component,
40
- args: [{ selector: 'ius-card-tipo-proceso', standalone: true, imports: [IconMdComponent, IconLgComponent, ButtonSquaredTertiaryComponent], template: "<div class=\"general-container\">\r\n <div class=\"container\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\" (click)=\"clickCard($event)\">\r\n <div class=\"container-content\">\r\n <div class=\"content\">\r\n <div class=\"general-info\">\r\n <div class=\"icon-container\">\r\n <div class=\"icon-shadow\">\r\n <ius-icon-lg [iconName]=\"'icon-strategy'\"> </ius-icon-lg>\r\n </div>\r\n </div>\r\n <div class=\"text-container\">\r\n <p class=\"state-text\">{{ displayEstado }}</p>\r\n <p class=\"process-type\">{{ nombreTipoProceso }}</p>\r\n <p class=\"subtitle\">{{ tipoCompetente }}</p>\r\n </div>\r\n </div>\r\n <div class=\"another-info\">\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Creado por</p>\r\n <p class=\"text\">{{ usuarioCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Fecha creaci\u00F3n</p>\r\n <p class=\"text\">{{ fechaCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Modificado por</p>\r\n <p class=\"text\">{{ usuarioModificacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Estados</p>\r\n <p class=\"text\">{{ cantidadEstados }}</p>\r\n </div>\r\n @if(hover){\r\n <div class=\"buttons wt-etapas\">\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n </div>\r\n }@else{\r\n <div class=\"title-text-container wt-etapas\">\r\n <p class=\"title\">Etapas/Subetapas</p>\r\n <p class=\"text\">{{ etapasSubetapas }}</p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n <button>\r\n <ius-icon-md [iconName]=\"'icon-keyboard-arrow-right'\"></ius-icon-md>\r\n </button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}p{margin:0}.container{display:flex;height:86px;box-sizing:border-box;padding:16px 40px;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff;cursor:pointer}.container:hover{border:1px solid #C4DFFF;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-content{display:flex;align-items:center;gap:24px;width:100%;justify-content:space-between}.content{display:flex;align-items:center;align-content:center;gap:8px 8px;flex-wrap:wrap;justify-content:space-between;width:100%}.general-info,.icon-container{display:flex;align-items:center;gap:8px}.icon-shadow{display:flex;width:40px;height:40px;padding:0;justify-content:center;align-items:center;gap:8px;aspect-ratio:1/1;border-radius:100px;background:#c4dfff}.text-container{display:flex;flex-direction:column;align-items:flex-start;gap:0}.state-text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.process-type{color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.subtitle{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.another-info{display:flex;align-items:center;align-content:space-between;column-gap:24px;flex-wrap:wrap}.title-text-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.28px}button{border:none;background-color:transparent;cursor:pointer}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}.wt-etapas{width:110px}\n"] }]
38
+ args: [{ selector: 'ius-card-tipo-proceso', standalone: true, imports: [IconMdComponent, IconLgComponent, ButtonSquaredTertiaryComponent], template: "<div class=\"general-container\">\r\n <div class=\"container\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\" (click)=\"clickCard($event)\">\r\n <div class=\"container-content\">\r\n <div class=\"content\">\r\n <div class=\"general-info\">\r\n <div class=\"icon-container\">\r\n <div class=\"icon-shadow\">\r\n <ius-icon-lg [iconName]=\"'icon-strategy'\"> </ius-icon-lg>\r\n </div>\r\n </div>\r\n <div class=\"text-container\">\r\n <p class=\"state-text\">{{ estadoTipoProceso }}</p>\r\n <p class=\"process-type\">{{ nombreTipoProceso }}</p>\r\n <p class=\"subtitle\">{{ tipoCompetente }}</p>\r\n </div>\r\n </div>\r\n <div class=\"another-info\">\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Creado por</p>\r\n <p class=\"text\">{{ usuarioCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Fecha creaci\u00F3n</p>\r\n <p class=\"text\">{{ fechaCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Modificado por</p>\r\n <p class=\"text\">{{ usuarioModificacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Estados</p>\r\n <p class=\"text\">{{ cantidadEstados }}</p>\r\n </div>\r\n @if(hover){\r\n <div class=\"buttons\">\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n </div>\r\n }@else{\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Etapas/Subetapas</p>\r\n <p class=\"text\">{{ etapasSubetapas }}</p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n <button>\r\n <ius-icon-md [iconName]=\"'icon-keyboard-arrow-right'\"></ius-icon-md>\r\n </button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}p{margin:0}.container{display:flex;padding:16px 40px;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff;cursor:pointer}.container-content{display:flex;align-items:center;gap:24px;width:100%;justify-content:space-between}.content{display:flex;align-items:center;align-content:center;gap:8px 8px;flex-wrap:wrap;justify-content:space-between;width:100%}.general-info,.icon-container{display:flex;align-items:center;gap:8px}.icon-shadow{display:flex;width:40px;height:40px;padding:0;justify-content:center;align-items:center;gap:8px;aspect-ratio:1/1;border-radius:100px;background:#c4dfff}.text-container{display:flex;flex-direction:column;align-items:flex-start;gap:0}.state-text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.process-type{color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.subtitle{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.another-info{display:flex;align-items:center;align-content:space-between;column-gap:24px;flex-wrap:wrap}.title-text-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.28px}button{border:none;background-color:transparent;cursor:pointer}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}\n"] }]
41
39
  }], propDecorators: { tipoProcesoID: [{
42
40
  type: Input
43
- }], isUsed: [{
41
+ }], estadoTipoProceso: [{
44
42
  type: Input
45
43
  }], nombreTipoProceso: [{
46
44
  type: Input
@@ -63,4 +61,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
63
61
  }], onClickCard: [{
64
62
  type: Output
65
63
  }] } });
66
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC10aXBvLXByb2Nlc28uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC10aXBvLXByb2Nlc28vY2FyZC10aXBvLXByb2Nlc28uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC10aXBvLXByb2Nlc28vY2FyZC10aXBvLXByb2Nlc28uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDL0QsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQy9ELE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLDhEQUE4RCxDQUFBOztBQVM3RyxNQUFNLE9BQU8sd0JBQXdCO0lBUHJDO1FBV1csc0JBQWlCLEdBQVcsRUFBRSxDQUFDO1FBWTlCLGdCQUFXLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN0QyxrQkFBYSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFDeEMsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBRWhELFVBQUssR0FBRyxLQUFLLENBQUM7S0F3QmY7SUF0Q0MsSUFBSSxhQUFhO1FBQ2YsT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFFBQVEsQ0FBQztJQUMzQyxDQUFDO0lBY0QsWUFBWTtRQUNWLElBQUksQ0FBQyxLQUFLLEdBQUcsSUFBSSxDQUFDO0lBQ3BCLENBQUM7SUFFRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLEtBQUssR0FBRyxLQUFLLENBQUM7SUFDckIsQ0FBQztJQUVELFNBQVMsQ0FBQyxLQUFZO1FBQ3BCLEtBQUssQ0FBQyx3QkFBd0IsRUFBRSxDQUFDO1FBQ2pDLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQztJQUM1QyxDQUFDO0lBRUQsV0FBVyxDQUFDLEtBQVk7UUFDdEIsS0FBSyxDQUFDLHdCQUF3QixFQUFFLENBQUM7UUFDakMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDO0lBQzlDLENBQUM7SUFFRCxTQUFTLENBQUMsS0FBWTtRQUNwQixLQUFLLENBQUMsd0JBQXdCLEVBQUUsQ0FBQztRQUNqQyxJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDNUMsQ0FBQzsrR0EzQ1Usd0JBQXdCO21HQUF4Qix3QkFBd0Isc2ZDWnJDLGk5RUE4REEsKzhHRHREWSxlQUFlLHVGQUFFLGVBQWUsdUZBQUUsOEJBQThCOzs0RkFJL0Qsd0JBQXdCO2tCQVBwQyxTQUFTOytCQUNFLHVCQUF1QixjQUNyQixJQUFJLFdBQ1AsQ0FBQyxlQUFlLEVBQUUsZUFBZSxFQUFFLDhCQUE4QixDQUFDOzhCQU1sRSxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxpQkFBaUI7c0JBQXpCLEtBQUs7Z0JBS0csY0FBYztzQkFBdEIsS0FBSztnQkFDRyxlQUFlO3NCQUF2QixLQUFLO2dCQUNHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQ0csbUJBQW1CO3NCQUEzQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csZUFBZTtzQkFBdkIsS0FBSztnQkFFSSxXQUFXO3NCQUFwQixNQUFNO2dCQUNHLGFBQWE7c0JBQXRCLE1BQU07Z0JBQ0csV0FBVztzQkFBcEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEljb25NZENvbXBvbmVudCB9IGZyb20gXCIuLi9pY29uLW1kL2ljb24tbWQuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IEljb25MZ0NvbXBvbmVudCB9IGZyb20gXCIuLi9pY29uLWxnL2ljb24tbGcuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IEJ1dHRvblNxdWFyZWRUZXJ0aWFyeUNvbXBvbmVudCB9IGZyb20gXCIuLi9idXR0b24tc3F1YXJlZC10ZXJ0aWFyeS9idXR0b24tc3F1YXJlZC10ZXJ0aWFyeS5jb21wb25lbnRcIlxyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdpdXMtY2FyZC10aXBvLXByb2Nlc28nLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0ljb25NZENvbXBvbmVudCwgSWNvbkxnQ29tcG9uZW50LCBCdXR0b25TcXVhcmVkVGVydGlhcnlDb21wb25lbnRdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9jYXJkLXRpcG8tcHJvY2Vzby5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2NhcmQtdGlwby1wcm9jZXNvLmNvbXBvbmVudC5zY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQ2FyZFRpcG9Qcm9jZXNvQ29tcG9uZW50IHtcclxuXHJcbiAgQElucHV0KCkgdGlwb1Byb2Nlc29JRD86IG51bWJlcjtcclxuICBASW5wdXQoKSBpc1VzZWQ/OiBib29sZWFuO1xyXG4gIEBJbnB1dCgpIG5vbWJyZVRpcG9Qcm9jZXNvOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgZ2V0IGRpc3BsYXlFc3RhZG8oKTogc3RyaW5nIHtcclxuICAgIHJldHVybiB0aGlzLmlzVXNlZCA/ICdFbiB1c28nIDogJ0FjdGl2byc7XHJcbiAgfVxyXG4gIEBJbnB1dCgpIHRpcG9Db21wZXRlbnRlPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIHVzdWFyaW9DcmVhY2lvbj86IHN0cmluZztcclxuICBASW5wdXQoKSBmZWNoYUNyZWFjaW9uPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIHVzdWFyaW9Nb2RpZmljYWNpb24/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgY2FudGlkYWRFc3RhZG9zPzogbnVtYmVyO1xyXG4gIEBJbnB1dCgpIGV0YXBhc1N1YmV0YXBhcz86IHN0cmluZztcclxuXHJcbiAgQE91dHB1dCgpIG9uQ2xpY2tFZGl0ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcbiAgQE91dHB1dCgpIG9uQ2xpY2tEZWxldGUgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuICBAT3V0cHV0KCkgb25DbGlja0NhcmQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuXHJcbiAgaG92ZXIgPSBmYWxzZTtcclxuXHJcbiAgb25Nb3VzZUVudGVyKCkge1xyXG4gICAgdGhpcy5ob3ZlciA9IHRydWU7XHJcbiAgfVxyXG5cclxuICBvbk1vdXNlTGVhdmUoKSB7XHJcbiAgICB0aGlzLmhvdmVyID0gZmFsc2U7XHJcbiAgfVxyXG5cclxuICBjbGlja0VkaXQoZXZlbnQ6IEV2ZW50KTogdm9pZCB7XHJcbiAgICBldmVudC5zdG9wSW1tZWRpYXRlUHJvcGFnYXRpb24oKTtcclxuICAgIHRoaXMub25DbGlja0VkaXQuZW1pdCh0aGlzLnRpcG9Qcm9jZXNvSUQpO1xyXG4gIH1cclxuXHJcbiAgY2xpY2tEZWxldGUoZXZlbnQ6IEV2ZW50KTogdm9pZCB7XHJcbiAgICBldmVudC5zdG9wSW1tZWRpYXRlUHJvcGFnYXRpb24oKTtcclxuICAgIHRoaXMub25DbGlja0RlbGV0ZS5lbWl0KHRoaXMudGlwb1Byb2Nlc29JRCk7XHJcbiAgfVxyXG5cclxuICBjbGlja0NhcmQoZXZlbnQ6IEV2ZW50KTogdm9pZCB7XHJcbiAgICBldmVudC5zdG9wSW1tZWRpYXRlUHJvcGFnYXRpb24oKTtcclxuICAgIHRoaXMub25DbGlja0NhcmQuZW1pdCh0aGlzLnRpcG9Qcm9jZXNvSUQpO1xyXG4gIH1cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwiZ2VuZXJhbC1jb250YWluZXJcIj5cclxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCIgKG1vdXNlZW50ZXIpPVwib25Nb3VzZUVudGVyKClcIiAobW91c2VsZWF2ZSk9XCJvbk1vdXNlTGVhdmUoKVwiIChjbGljayk9XCJjbGlja0NhcmQoJGV2ZW50KVwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1jb250ZW50XCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJjb250ZW50XCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImdlbmVyYWwtaW5mb1wiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImljb24tY29udGFpbmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpY29uLXNoYWRvd1wiPlxyXG4gICAgICAgICAgICAgIDxpdXMtaWNvbi1sZyBbaWNvbk5hbWVdPVwiJ2ljb24tc3RyYXRlZ3knXCI+IDwvaXVzLWljb24tbGc+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGV4dC1jb250YWluZXJcIj5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJzdGF0ZS10ZXh0XCI+e3sgZGlzcGxheUVzdGFkbyB9fTwvcD5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJwcm9jZXNzLXR5cGVcIj57eyBub21icmVUaXBvUHJvY2VzbyB9fTwvcD5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJzdWJ0aXRsZVwiPnt7IHRpcG9Db21wZXRlbnRlIH19PC9wPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImFub3RoZXItaW5mb1wiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cInRpdGxlLXRleHQtY29udGFpbmVyXCI+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwidGl0bGVcIj5DcmVhZG8gcG9yPC9wPlxyXG4gICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj57eyB1c3VhcmlvQ3JlYWNpb24gfX08L3A+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0aXRsZS10ZXh0LWNvbnRhaW5lclwiPlxyXG4gICAgICAgICAgICA8cCBjbGFzcz1cInRpdGxlXCI+RmVjaGEgY3JlYWNpw7NuPC9wPlxyXG4gICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj57eyBmZWNoYUNyZWFjaW9uIH19PC9wPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGl0bGUtdGV4dC1jb250YWluZXJcIj5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJ0aXRsZVwiPk1vZGlmaWNhZG8gcG9yPC9wPlxyXG4gICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj57eyB1c3VhcmlvTW9kaWZpY2FjaW9uIH19PC9wPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGl0bGUtdGV4dC1jb250YWluZXJcIj5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJ0aXRsZVwiPkVzdGFkb3M8L3A+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPnt7IGNhbnRpZGFkRXN0YWRvcyB9fTwvcD5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgQGlmKGhvdmVyKXtcclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJidXR0b25zIHd0LWV0YXBhc1wiPlxyXG4gICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgIDxpdXMtYnV0dG9uLXNxdWFyZWQtdGVydGlhcnlcclxuICAgICAgICAgICAgICAgIGljb25OYW1lPVwiaWNvbi1lZGl0XCJcclxuICAgICAgICAgICAgICAgIChidXR0b25DbGlja2VkKT1cImNsaWNrRWRpdCgkZXZlbnQpXCJcclxuICAgICAgICAgICAgICA+PC9pdXMtYnV0dG9uLXNxdWFyZWQtdGVydGlhcnk+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgIDxpdXMtYnV0dG9uLXNxdWFyZWQtdGVydGlhcnlcclxuICAgICAgICAgICAgICAgIGljb25OYW1lPVwiaWNvbi1kZWxldGVcIlxyXG4gICAgICAgICAgICAgICAgKGJ1dHRvbkNsaWNrZWQpPVwiY2xpY2tEZWxldGUoJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgPjwvaXVzLWJ1dHRvbi1zcXVhcmVkLXRlcnRpYXJ5PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgfUBlbHNle1xyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cInRpdGxlLXRleHQtY29udGFpbmVyIHd0LWV0YXBhc1wiPlxyXG4gICAgICAgICAgICA8cCBjbGFzcz1cInRpdGxlXCI+RXRhcGFzL1N1YmV0YXBhczwvcD5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+e3sgZXRhcGFzU3ViZXRhcGFzIH19PC9wPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgICA8YnV0dG9uPlxyXG4gICAgICAgIDxpdXMtaWNvbi1tZCBbaWNvbk5hbWVdPVwiJ2ljb24ta2V5Ym9hcmQtYXJyb3ctcmlnaHQnXCI+PC9pdXMtaWNvbi1tZD5cclxuICAgICAgPC9idXR0b24+XHJcbiAgICA8L2Rpdj5cclxuICA8L2Rpdj5cclxuPC9kaXY+XHJcbiJdfQ==
64
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC10aXBvLXByb2Nlc28uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC10aXBvLXByb2Nlc28vY2FyZC10aXBvLXByb2Nlc28uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC10aXBvLXByb2Nlc28vY2FyZC10aXBvLXByb2Nlc28uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDL0QsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQy9ELE9BQU8sRUFBRSw4QkFBOEIsRUFBRSxNQUFNLDhEQUE4RCxDQUFBOztBQVM3RyxNQUFNLE9BQU8sd0JBQXdCO0lBUHJDO1FBVVcsc0JBQWlCLEdBQTBCLFFBQVEsQ0FBQztRQUNwRCxzQkFBaUIsR0FBVyxFQUFFLENBQUM7UUFROUIsZ0JBQVcsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO1FBQ3RDLGtCQUFhLEdBQUcsSUFBSSxZQUFZLEVBQU8sQ0FBQztRQUN4QyxnQkFBVyxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFFaEQsVUFBSyxHQUFHLEtBQUssQ0FBQztLQXdCZjtJQXRCQyxZQUFZO1FBQ1YsSUFBSSxDQUFDLEtBQUssR0FBRyxJQUFJLENBQUM7SUFDcEIsQ0FBQztJQUVELFlBQVk7UUFDVixJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztJQUNyQixDQUFDO0lBRUQsU0FBUyxDQUFDLEtBQVk7UUFDcEIsS0FBSyxDQUFDLHdCQUF3QixFQUFFLENBQUM7UUFDakMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFRCxXQUFXLENBQUMsS0FBWTtRQUN0QixLQUFLLENBQUMsd0JBQXdCLEVBQUUsQ0FBQztRQUNqQyxJQUFJLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDOUMsQ0FBQztJQUVELFNBQVMsQ0FBQyxLQUFZO1FBQ3BCLEtBQUssQ0FBQyx3QkFBd0IsRUFBRSxDQUFDO1FBQ2pDLElBQUksQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQztJQUM1QyxDQUFDOytHQXZDVSx3QkFBd0I7bUdBQXhCLHdCQUF3Qiw0Z0JDWnJDLGk4RUE4REEseXpHRHREWSxlQUFlLHVGQUFFLGVBQWUsdUZBQUUsOEJBQThCOzs0RkFJL0Qsd0JBQXdCO2tCQVBwQyxTQUFTOytCQUNFLHVCQUF1QixjQUNyQixJQUFJLFdBQ1AsQ0FBQyxlQUFlLEVBQUUsZUFBZSxFQUFFLDhCQUE4QixDQUFDOzhCQU1sRSxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLGlCQUFpQjtzQkFBekIsS0FBSztnQkFDRyxpQkFBaUI7c0JBQXpCLEtBQUs7Z0JBQ0csY0FBYztzQkFBdEIsS0FBSztnQkFDRyxlQUFlO3NCQUF2QixLQUFLO2dCQUNHLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQ0csbUJBQW1CO3NCQUEzQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csZUFBZTtzQkFBdkIsS0FBSztnQkFFSSxXQUFXO3NCQUFwQixNQUFNO2dCQUNHLGFBQWE7c0JBQXRCLE1BQU07Z0JBQ0csV0FBVztzQkFBcEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEljb25NZENvbXBvbmVudCB9IGZyb20gXCIuLi9pY29uLW1kL2ljb24tbWQuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IEljb25MZ0NvbXBvbmVudCB9IGZyb20gXCIuLi9pY29uLWxnL2ljb24tbGcuY29tcG9uZW50XCI7XHJcbmltcG9ydCB7IEJ1dHRvblNxdWFyZWRUZXJ0aWFyeUNvbXBvbmVudCB9IGZyb20gXCIuLi9idXR0b24tc3F1YXJlZC10ZXJ0aWFyeS9idXR0b24tc3F1YXJlZC10ZXJ0aWFyeS5jb21wb25lbnRcIlxyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdpdXMtY2FyZC10aXBvLXByb2Nlc28nLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0ljb25NZENvbXBvbmVudCwgSWNvbkxnQ29tcG9uZW50LCBCdXR0b25TcXVhcmVkVGVydGlhcnlDb21wb25lbnRdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9jYXJkLXRpcG8tcHJvY2Vzby5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2NhcmQtdGlwby1wcm9jZXNvLmNvbXBvbmVudC5zY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQ2FyZFRpcG9Qcm9jZXNvQ29tcG9uZW50IHtcclxuXHJcbiAgQElucHV0KCkgdGlwb1Byb2Nlc29JRD86IG51bWJlcjtcclxuICBASW5wdXQoKSBlc3RhZG9UaXBvUHJvY2VzbzogJ0FjdGl2bycgfCAnSW5hY3Rpdm8nID0gJ0FjdGl2byc7XHJcbiAgQElucHV0KCkgbm9tYnJlVGlwb1Byb2Nlc286IHN0cmluZyA9ICcnO1xyXG4gIEBJbnB1dCgpIHRpcG9Db21wZXRlbnRlPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIHVzdWFyaW9DcmVhY2lvbj86IHN0cmluZztcclxuICBASW5wdXQoKSBmZWNoYUNyZWFjaW9uPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIHVzdWFyaW9Nb2RpZmljYWNpb24/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgY2FudGlkYWRFc3RhZG9zPzogbnVtYmVyO1xyXG4gIEBJbnB1dCgpIGV0YXBhc1N1YmV0YXBhcz86IHN0cmluZztcclxuXHJcbiAgQE91dHB1dCgpIG9uQ2xpY2tFZGl0ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcbiAgQE91dHB1dCgpIG9uQ2xpY2tEZWxldGUgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuICBAT3V0cHV0KCkgb25DbGlja0NhcmQgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuXHJcbiAgaG92ZXIgPSBmYWxzZTtcclxuXHJcbiAgb25Nb3VzZUVudGVyKCkge1xyXG4gICAgdGhpcy5ob3ZlciA9IHRydWU7XHJcbiAgfVxyXG5cclxuICBvbk1vdXNlTGVhdmUoKSB7XHJcbiAgICB0aGlzLmhvdmVyID0gZmFsc2U7XHJcbiAgfVxyXG5cclxuICBjbGlja0VkaXQoZXZlbnQ6IEV2ZW50KTogdm9pZCB7XHJcbiAgICBldmVudC5zdG9wSW1tZWRpYXRlUHJvcGFnYXRpb24oKTtcclxuICAgIHRoaXMub25DbGlja0VkaXQuZW1pdCh0aGlzLnRpcG9Qcm9jZXNvSUQpO1xyXG4gIH1cclxuXHJcbiAgY2xpY2tEZWxldGUoZXZlbnQ6IEV2ZW50KTogdm9pZCB7XHJcbiAgICBldmVudC5zdG9wSW1tZWRpYXRlUHJvcGFnYXRpb24oKTtcclxuICAgIHRoaXMub25DbGlja0RlbGV0ZS5lbWl0KHRoaXMudGlwb1Byb2Nlc29JRCk7XHJcbiAgfVxyXG5cclxuICBjbGlja0NhcmQoZXZlbnQ6IEV2ZW50KTogdm9pZCB7XHJcbiAgICBldmVudC5zdG9wSW1tZWRpYXRlUHJvcGFnYXRpb24oKTtcclxuICAgIHRoaXMub25DbGlja0NhcmQuZW1pdCh0aGlzLnRpcG9Qcm9jZXNvSUQpO1xyXG4gIH1cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwiZ2VuZXJhbC1jb250YWluZXJcIj5cclxuICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyXCIgKG1vdXNlZW50ZXIpPVwib25Nb3VzZUVudGVyKClcIiAobW91c2VsZWF2ZSk9XCJvbk1vdXNlTGVhdmUoKVwiIChjbGljayk9XCJjbGlja0NhcmQoJGV2ZW50KVwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1jb250ZW50XCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJjb250ZW50XCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImdlbmVyYWwtaW5mb1wiPlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cImljb24tY29udGFpbmVyXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJpY29uLXNoYWRvd1wiPlxyXG4gICAgICAgICAgICAgIDxpdXMtaWNvbi1sZyBbaWNvbk5hbWVdPVwiJ2ljb24tc3RyYXRlZ3knXCI+IDwvaXVzLWljb24tbGc+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGV4dC1jb250YWluZXJcIj5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJzdGF0ZS10ZXh0XCI+e3sgZXN0YWRvVGlwb1Byb2Nlc28gfX08L3A+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwicHJvY2Vzcy10eXBlXCI+e3sgbm9tYnJlVGlwb1Byb2Nlc28gfX08L3A+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwic3VidGl0bGVcIj57eyB0aXBvQ29tcGV0ZW50ZSB9fTwvcD5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJhbm90aGVyLWluZm9cIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJ0aXRsZS10ZXh0LWNvbnRhaW5lclwiPlxyXG4gICAgICAgICAgICA8cCBjbGFzcz1cInRpdGxlXCI+Q3JlYWRvIHBvcjwvcD5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+e3sgdXN1YXJpb0NyZWFjaW9uIH19PC9wPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwidGl0bGUtdGV4dC1jb250YWluZXJcIj5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJ0aXRsZVwiPkZlY2hhIGNyZWFjacOzbjwvcD5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+e3sgZmVjaGFDcmVhY2lvbiB9fTwvcD5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cInRpdGxlLXRleHQtY29udGFpbmVyXCI+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwidGl0bGVcIj5Nb2RpZmljYWRvIHBvcjwvcD5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+e3sgdXN1YXJpb01vZGlmaWNhY2lvbiB9fTwvcD5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cInRpdGxlLXRleHQtY29udGFpbmVyXCI+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwidGl0bGVcIj5Fc3RhZG9zPC9wPlxyXG4gICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj57eyBjYW50aWRhZEVzdGFkb3MgfX08L3A+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIEBpZihob3Zlcil7XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiYnV0dG9uc1wiPlxyXG4gICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgIDxpdXMtYnV0dG9uLXNxdWFyZWQtdGVydGlhcnlcclxuICAgICAgICAgICAgICAgIGljb25OYW1lPVwiaWNvbi1lZGl0XCJcclxuICAgICAgICAgICAgICAgIChidXR0b25DbGlja2VkKT1cImNsaWNrRWRpdCgkZXZlbnQpXCJcclxuICAgICAgICAgICAgICA+PC9pdXMtYnV0dG9uLXNxdWFyZWQtdGVydGlhcnk+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgIDxpdXMtYnV0dG9uLXNxdWFyZWQtdGVydGlhcnlcclxuICAgICAgICAgICAgICAgIGljb25OYW1lPVwiaWNvbi1kZWxldGVcIlxyXG4gICAgICAgICAgICAgICAgKGJ1dHRvbkNsaWNrZWQpPVwiY2xpY2tEZWxldGUoJGV2ZW50KVwiXHJcbiAgICAgICAgICAgICAgPjwvaXVzLWJ1dHRvbi1zcXVhcmVkLXRlcnRpYXJ5PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgfUBlbHNle1xyXG4gICAgICAgICAgPGRpdiBjbGFzcz1cInRpdGxlLXRleHQtY29udGFpbmVyXCI+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwidGl0bGVcIj5FdGFwYXMvU3ViZXRhcGFzPC9wPlxyXG4gICAgICAgICAgICA8cCBjbGFzcz1cInRleHRcIj57eyBldGFwYXNTdWJldGFwYXMgfX08L3A+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIH1cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxidXR0b24+XHJcbiAgICAgICAgPGl1cy1pY29uLW1kIFtpY29uTmFtZV09XCInaWNvbi1rZXlib2FyZC1hcnJvdy1yaWdodCdcIj48L2l1cy1pY29uLW1kPlxyXG4gICAgICA8L2J1dHRvbj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
@@ -5700,11 +5700,11 @@ class CardListProcesoComponent {
5700
5700
  this.onClickEvent.emit(event);
5701
5701
  }
5702
5702
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListProcesoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5703
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardListProcesoComponent, isStandalone: true, selector: "ius-card-list-proceso", inputs: { tipoProceso: "tipoProceso", state: "state", radicado: "radicado", demandantes: "demandantes", demandados: "demandados", usuarioAsignado: "usuarioAsignado", fechaAsignacion: "fechaAsignacion", fecha: "fecha", userID: "userID", activeText: "activeText", inactiveText: "inactiveText" }, outputs: { onClickEvent: "onClickEvent" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"container-card\" (click)=\"onClick($event)\" >\r\n <div class=\"container-left\">\r\n <div class=\"content-left\">\r\n <span class=\"text-estado\">{{state}}</span>\r\n <span class=\"text-proceso\">{{tipoProceso}}\r\n <span class=\"text-numero-proceso\">{{radicado}}</span>\r\n </span>\r\n <span class=\"descrip-proceso\" style=\"padding: 4px 0;\">Demandantes <span\r\n class=\"text-name-demand\">{{demandantes}}</span>\r\n Demandados <span class=\"text-name-demand\">{{demandados}}</span></span>\r\n \r\n <div class=\"assigned\">\r\n <span class=\"descrip-proceso\">Asignado por <span\r\n class=\"text-name-demand\">{{usuarioAsignado}}</span></span>\r\n <span class=\"descrip-proceso\">Asignado el <span\r\n class=\"text-name-demand\">{{fechaAsignacion}}</span></span>\r\n </div>\r\n </div>\r\n <div class=\"content-right\">\r\n <div style=\"display: flex; gap: 8px;\">\r\n <span class=\"text-fecha-mov\">{{fecha}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{position:relative;height:100%}.container-card{display:flex;align-items:center;height:100px;gap:12px;align-self:stretch;cursor:pointer;border-radius:14px;border:1px solid #eaeaea;background:#fafafa}.container-card:hover{border:1px solid #C4DFFF;background:#fafafa;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-left{display:flex;padding:12px 24px 12px 16px;align-items:center;align-content:center;gap:32px;flex:1 0 0;align-self:stretch;flex-wrap:wrap;border-radius:14px;background:#fff;transition:all .2s ease-in-out}.selected{background:#2167ff!important}.container-left.selected,.container-left.selected *{color:#fff!important}.container-right{display:flex;padding:8px 16px;flex-direction:column;justify-content:center;align-items:flex-end}.content-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;flex:1 0 0}.content-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:4px}.text-estado{color:#629219;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text-proceso{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.text-numero-proceso{color:#333;font-weight:400}.descrip-proceso{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.24px}.text-name-demand{color:#595959;font-weight:400}.text-fecha-mov{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.assigned{display:flex;align-items:flex-start;gap:8px}\n"] }); }
5703
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardListProcesoComponent, isStandalone: true, selector: "ius-card-list-proceso", inputs: { tipoProceso: "tipoProceso", state: "state", radicado: "radicado", demandantes: "demandantes", demandados: "demandados", usuarioAsignado: "usuarioAsignado", fechaAsignacion: "fechaAsignacion", fecha: "fecha", userID: "userID", activeText: "activeText", inactiveText: "inactiveText" }, outputs: { onClickEvent: "onClickEvent" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"container-card\" (click)=\"onClick($event)\" >\r\n <div class=\"container-left\">\r\n <div class=\"content-left\">\r\n <span class=\"text-estado\">{{state ? 'Activo' : 'Inactivo'}}</span>\r\n <span class=\"text-proceso\">{{tipoProceso}}\r\n <span class=\"text-numero-proceso\">{{radicado}}</span>\r\n </span>\r\n <span class=\"descrip-proceso\" style=\"padding: 4px 0;\">Demandantes <span\r\n class=\"text-name-demand\">{{demandantes}}</span>\r\n Demandados <span class=\"text-name-demand\">{{demandados}}</span></span>\r\n \r\n <div class=\"assigned\">\r\n <span class=\"descrip-proceso\">Asignado por <span\r\n class=\"text-name-demand\">{{usuarioAsignado}}</span></span>\r\n <span class=\"descrip-proceso\">Asignado el <span\r\n class=\"text-name-demand\">{{fechaAsignacion}}</span></span>\r\n </div>\r\n </div>\r\n <div class=\"content-right\">\r\n <div style=\"display: flex; gap: 8px;\">\r\n <span class=\"text-fecha-mov\">{{fecha}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{position:relative;height:100%}.container-card{display:flex;align-items:center;height:100px;gap:12px;align-self:stretch;cursor:pointer;border-radius:14px;border:1px solid #eaeaea;background:#fafafa}.container-card:hover{border:1px solid #C4DFFF;background:#fafafa;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-left{display:flex;padding:12px 24px 12px 16px;align-items:center;align-content:center;gap:32px;flex:1 0 0;align-self:stretch;flex-wrap:wrap;border-radius:14px;background:#fff;transition:all .2s ease-in-out}.selected{background:#2167ff!important}.container-left.selected,.container-left.selected *{color:#fff!important}.container-right{display:flex;padding:8px 16px;flex-direction:column;justify-content:center;align-items:flex-end}.content-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;flex:1 0 0}.content-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:4px}.text-estado{color:#629219;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text-proceso{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.text-numero-proceso{color:#333;font-weight:400}.descrip-proceso{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.24px}.text-name-demand{color:#595959;font-weight:400}.text-fecha-mov{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.assigned{display:flex;align-items:flex-start;gap:8px}\n"] }); }
5704
5704
  }
5705
5705
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListProcesoComponent, decorators: [{
5706
5706
  type: Component,
5707
- args: [{ selector: 'ius-card-list-proceso', standalone: true, imports: [], template: "<div class=\"container-general\">\r\n <div class=\"container-card\" (click)=\"onClick($event)\" >\r\n <div class=\"container-left\">\r\n <div class=\"content-left\">\r\n <span class=\"text-estado\">{{state}}</span>\r\n <span class=\"text-proceso\">{{tipoProceso}}\r\n <span class=\"text-numero-proceso\">{{radicado}}</span>\r\n </span>\r\n <span class=\"descrip-proceso\" style=\"padding: 4px 0;\">Demandantes <span\r\n class=\"text-name-demand\">{{demandantes}}</span>\r\n Demandados <span class=\"text-name-demand\">{{demandados}}</span></span>\r\n \r\n <div class=\"assigned\">\r\n <span class=\"descrip-proceso\">Asignado por <span\r\n class=\"text-name-demand\">{{usuarioAsignado}}</span></span>\r\n <span class=\"descrip-proceso\">Asignado el <span\r\n class=\"text-name-demand\">{{fechaAsignacion}}</span></span>\r\n </div>\r\n </div>\r\n <div class=\"content-right\">\r\n <div style=\"display: flex; gap: 8px;\">\r\n <span class=\"text-fecha-mov\">{{fecha}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{position:relative;height:100%}.container-card{display:flex;align-items:center;height:100px;gap:12px;align-self:stretch;cursor:pointer;border-radius:14px;border:1px solid #eaeaea;background:#fafafa}.container-card:hover{border:1px solid #C4DFFF;background:#fafafa;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-left{display:flex;padding:12px 24px 12px 16px;align-items:center;align-content:center;gap:32px;flex:1 0 0;align-self:stretch;flex-wrap:wrap;border-radius:14px;background:#fff;transition:all .2s ease-in-out}.selected{background:#2167ff!important}.container-left.selected,.container-left.selected *{color:#fff!important}.container-right{display:flex;padding:8px 16px;flex-direction:column;justify-content:center;align-items:flex-end}.content-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;flex:1 0 0}.content-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:4px}.text-estado{color:#629219;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text-proceso{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.text-numero-proceso{color:#333;font-weight:400}.descrip-proceso{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.24px}.text-name-demand{color:#595959;font-weight:400}.text-fecha-mov{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.assigned{display:flex;align-items:flex-start;gap:8px}\n"] }]
5707
+ args: [{ selector: 'ius-card-list-proceso', standalone: true, imports: [], template: "<div class=\"container-general\">\r\n <div class=\"container-card\" (click)=\"onClick($event)\" >\r\n <div class=\"container-left\">\r\n <div class=\"content-left\">\r\n <span class=\"text-estado\">{{state ? 'Activo' : 'Inactivo'}}</span>\r\n <span class=\"text-proceso\">{{tipoProceso}}\r\n <span class=\"text-numero-proceso\">{{radicado}}</span>\r\n </span>\r\n <span class=\"descrip-proceso\" style=\"padding: 4px 0;\">Demandantes <span\r\n class=\"text-name-demand\">{{demandantes}}</span>\r\n Demandados <span class=\"text-name-demand\">{{demandados}}</span></span>\r\n \r\n <div class=\"assigned\">\r\n <span class=\"descrip-proceso\">Asignado por <span\r\n class=\"text-name-demand\">{{usuarioAsignado}}</span></span>\r\n <span class=\"descrip-proceso\">Asignado el <span\r\n class=\"text-name-demand\">{{fechaAsignacion}}</span></span>\r\n </div>\r\n </div>\r\n <div class=\"content-right\">\r\n <div style=\"display: flex; gap: 8px;\">\r\n <span class=\"text-fecha-mov\">{{fecha}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{position:relative;height:100%}.container-card{display:flex;align-items:center;height:100px;gap:12px;align-self:stretch;cursor:pointer;border-radius:14px;border:1px solid #eaeaea;background:#fafafa}.container-card:hover{border:1px solid #C4DFFF;background:#fafafa;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-left{display:flex;padding:12px 24px 12px 16px;align-items:center;align-content:center;gap:32px;flex:1 0 0;align-self:stretch;flex-wrap:wrap;border-radius:14px;background:#fff;transition:all .2s ease-in-out}.selected{background:#2167ff!important}.container-left.selected,.container-left.selected *{color:#fff!important}.container-right{display:flex;padding:8px 16px;flex-direction:column;justify-content:center;align-items:flex-end}.content-left{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;flex:1 0 0}.content-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:4px}.text-estado{color:#629219;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text-proceso{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.text-numero-proceso{color:#333;font-weight:400}.descrip-proceso{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:16px;letter-spacing:.24px}.text-name-demand{color:#595959;font-weight:400}.text-fecha-mov{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.assigned{display:flex;align-items:flex-start;gap:8px}\n"] }]
5708
5708
  }], propDecorators: { tipoProceso: [{
5709
5709
  type: Input
5710
5710
  }], state: [{
@@ -6120,15 +6120,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
6120
6120
 
6121
6121
  class CardTipoProcesoComponent {
6122
6122
  constructor() {
6123
+ this.estadoTipoProceso = 'Activo';
6123
6124
  this.nombreTipoProceso = '';
6124
6125
  this.onClickEdit = new EventEmitter();
6125
6126
  this.onClickDelete = new EventEmitter();
6126
6127
  this.onClickCard = new EventEmitter();
6127
6128
  this.hover = false;
6128
6129
  }
6129
- get displayEstado() {
6130
- return this.isUsed ? 'En uso' : 'Activo';
6131
- }
6132
6130
  onMouseEnter() {
6133
6131
  this.hover = true;
6134
6132
  }
@@ -6148,14 +6146,14 @@ class CardTipoProcesoComponent {
6148
6146
  this.onClickCard.emit(this.tipoProcesoID);
6149
6147
  }
6150
6148
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardTipoProcesoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6151
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: CardTipoProcesoComponent, isStandalone: true, selector: "ius-card-tipo-proceso", inputs: { tipoProcesoID: "tipoProcesoID", isUsed: "isUsed", nombreTipoProceso: "nombreTipoProceso", tipoCompetente: "tipoCompetente", usuarioCreacion: "usuarioCreacion", fechaCreacion: "fechaCreacion", usuarioModificacion: "usuarioModificacion", cantidadEstados: "cantidadEstados", etapasSubetapas: "etapasSubetapas" }, outputs: { onClickEdit: "onClickEdit", onClickDelete: "onClickDelete", onClickCard: "onClickCard" }, ngImport: i0, template: "<div class=\"general-container\">\r\n <div class=\"container\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\" (click)=\"clickCard($event)\">\r\n <div class=\"container-content\">\r\n <div class=\"content\">\r\n <div class=\"general-info\">\r\n <div class=\"icon-container\">\r\n <div class=\"icon-shadow\">\r\n <ius-icon-lg [iconName]=\"'icon-strategy'\"> </ius-icon-lg>\r\n </div>\r\n </div>\r\n <div class=\"text-container\">\r\n <p class=\"state-text\">{{ displayEstado }}</p>\r\n <p class=\"process-type\">{{ nombreTipoProceso }}</p>\r\n <p class=\"subtitle\">{{ tipoCompetente }}</p>\r\n </div>\r\n </div>\r\n <div class=\"another-info\">\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Creado por</p>\r\n <p class=\"text\">{{ usuarioCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Fecha creaci\u00F3n</p>\r\n <p class=\"text\">{{ fechaCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Modificado por</p>\r\n <p class=\"text\">{{ usuarioModificacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Estados</p>\r\n <p class=\"text\">{{ cantidadEstados }}</p>\r\n </div>\r\n @if(hover){\r\n <div class=\"buttons wt-etapas\">\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n </div>\r\n }@else{\r\n <div class=\"title-text-container wt-etapas\">\r\n <p class=\"title\">Etapas/Subetapas</p>\r\n <p class=\"text\">{{ etapasSubetapas }}</p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n <button>\r\n <ius-icon-md [iconName]=\"'icon-keyboard-arrow-right'\"></ius-icon-md>\r\n </button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}p{margin:0}.container{display:flex;height:86px;box-sizing:border-box;padding:16px 40px;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff;cursor:pointer}.container:hover{border:1px solid #C4DFFF;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-content{display:flex;align-items:center;gap:24px;width:100%;justify-content:space-between}.content{display:flex;align-items:center;align-content:center;gap:8px 8px;flex-wrap:wrap;justify-content:space-between;width:100%}.general-info,.icon-container{display:flex;align-items:center;gap:8px}.icon-shadow{display:flex;width:40px;height:40px;padding:0;justify-content:center;align-items:center;gap:8px;aspect-ratio:1/1;border-radius:100px;background:#c4dfff}.text-container{display:flex;flex-direction:column;align-items:flex-start;gap:0}.state-text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.process-type{color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.subtitle{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.another-info{display:flex;align-items:center;align-content:space-between;column-gap:24px;flex-wrap:wrap}.title-text-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.28px}button{border:none;background-color:transparent;cursor:pointer}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}.wt-etapas{width:110px}\n"], dependencies: [{ kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }, { kind: "component", type: IconLgComponent, selector: "ius-icon-lg", inputs: ["iconName", "color"] }, { kind: "component", type: ButtonSquaredTertiaryComponent, selector: "ius-button-squared-tertiary", inputs: ["disabled", "iconName"], outputs: ["buttonClicked"] }] }); }
6149
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: CardTipoProcesoComponent, isStandalone: true, selector: "ius-card-tipo-proceso", inputs: { tipoProcesoID: "tipoProcesoID", estadoTipoProceso: "estadoTipoProceso", nombreTipoProceso: "nombreTipoProceso", tipoCompetente: "tipoCompetente", usuarioCreacion: "usuarioCreacion", fechaCreacion: "fechaCreacion", usuarioModificacion: "usuarioModificacion", cantidadEstados: "cantidadEstados", etapasSubetapas: "etapasSubetapas" }, outputs: { onClickEdit: "onClickEdit", onClickDelete: "onClickDelete", onClickCard: "onClickCard" }, ngImport: i0, template: "<div class=\"general-container\">\r\n <div class=\"container\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\" (click)=\"clickCard($event)\">\r\n <div class=\"container-content\">\r\n <div class=\"content\">\r\n <div class=\"general-info\">\r\n <div class=\"icon-container\">\r\n <div class=\"icon-shadow\">\r\n <ius-icon-lg [iconName]=\"'icon-strategy'\"> </ius-icon-lg>\r\n </div>\r\n </div>\r\n <div class=\"text-container\">\r\n <p class=\"state-text\">{{ estadoTipoProceso }}</p>\r\n <p class=\"process-type\">{{ nombreTipoProceso }}</p>\r\n <p class=\"subtitle\">{{ tipoCompetente }}</p>\r\n </div>\r\n </div>\r\n <div class=\"another-info\">\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Creado por</p>\r\n <p class=\"text\">{{ usuarioCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Fecha creaci\u00F3n</p>\r\n <p class=\"text\">{{ fechaCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Modificado por</p>\r\n <p class=\"text\">{{ usuarioModificacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Estados</p>\r\n <p class=\"text\">{{ cantidadEstados }}</p>\r\n </div>\r\n @if(hover){\r\n <div class=\"buttons\">\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n </div>\r\n }@else{\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Etapas/Subetapas</p>\r\n <p class=\"text\">{{ etapasSubetapas }}</p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n <button>\r\n <ius-icon-md [iconName]=\"'icon-keyboard-arrow-right'\"></ius-icon-md>\r\n </button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}p{margin:0}.container{display:flex;padding:16px 40px;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff;cursor:pointer}.container-content{display:flex;align-items:center;gap:24px;width:100%;justify-content:space-between}.content{display:flex;align-items:center;align-content:center;gap:8px 8px;flex-wrap:wrap;justify-content:space-between;width:100%}.general-info,.icon-container{display:flex;align-items:center;gap:8px}.icon-shadow{display:flex;width:40px;height:40px;padding:0;justify-content:center;align-items:center;gap:8px;aspect-ratio:1/1;border-radius:100px;background:#c4dfff}.text-container{display:flex;flex-direction:column;align-items:flex-start;gap:0}.state-text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.process-type{color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.subtitle{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.another-info{display:flex;align-items:center;align-content:space-between;column-gap:24px;flex-wrap:wrap}.title-text-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.28px}button{border:none;background-color:transparent;cursor:pointer}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}\n"], dependencies: [{ kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }, { kind: "component", type: IconLgComponent, selector: "ius-icon-lg", inputs: ["iconName", "color"] }, { kind: "component", type: ButtonSquaredTertiaryComponent, selector: "ius-button-squared-tertiary", inputs: ["disabled", "iconName"], outputs: ["buttonClicked"] }] }); }
6152
6150
  }
6153
6151
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardTipoProcesoComponent, decorators: [{
6154
6152
  type: Component,
6155
- args: [{ selector: 'ius-card-tipo-proceso', standalone: true, imports: [IconMdComponent, IconLgComponent, ButtonSquaredTertiaryComponent], template: "<div class=\"general-container\">\r\n <div class=\"container\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\" (click)=\"clickCard($event)\">\r\n <div class=\"container-content\">\r\n <div class=\"content\">\r\n <div class=\"general-info\">\r\n <div class=\"icon-container\">\r\n <div class=\"icon-shadow\">\r\n <ius-icon-lg [iconName]=\"'icon-strategy'\"> </ius-icon-lg>\r\n </div>\r\n </div>\r\n <div class=\"text-container\">\r\n <p class=\"state-text\">{{ displayEstado }}</p>\r\n <p class=\"process-type\">{{ nombreTipoProceso }}</p>\r\n <p class=\"subtitle\">{{ tipoCompetente }}</p>\r\n </div>\r\n </div>\r\n <div class=\"another-info\">\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Creado por</p>\r\n <p class=\"text\">{{ usuarioCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Fecha creaci\u00F3n</p>\r\n <p class=\"text\">{{ fechaCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Modificado por</p>\r\n <p class=\"text\">{{ usuarioModificacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Estados</p>\r\n <p class=\"text\">{{ cantidadEstados }}</p>\r\n </div>\r\n @if(hover){\r\n <div class=\"buttons wt-etapas\">\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n </div>\r\n }@else{\r\n <div class=\"title-text-container wt-etapas\">\r\n <p class=\"title\">Etapas/Subetapas</p>\r\n <p class=\"text\">{{ etapasSubetapas }}</p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n <button>\r\n <ius-icon-md [iconName]=\"'icon-keyboard-arrow-right'\"></ius-icon-md>\r\n </button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}p{margin:0}.container{display:flex;height:86px;box-sizing:border-box;padding:16px 40px;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff;cursor:pointer}.container:hover{border:1px solid #C4DFFF;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.container-content{display:flex;align-items:center;gap:24px;width:100%;justify-content:space-between}.content{display:flex;align-items:center;align-content:center;gap:8px 8px;flex-wrap:wrap;justify-content:space-between;width:100%}.general-info,.icon-container{display:flex;align-items:center;gap:8px}.icon-shadow{display:flex;width:40px;height:40px;padding:0;justify-content:center;align-items:center;gap:8px;aspect-ratio:1/1;border-radius:100px;background:#c4dfff}.text-container{display:flex;flex-direction:column;align-items:flex-start;gap:0}.state-text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.process-type{color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.subtitle{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.another-info{display:flex;align-items:center;align-content:space-between;column-gap:24px;flex-wrap:wrap}.title-text-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.28px}button{border:none;background-color:transparent;cursor:pointer}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}.wt-etapas{width:110px}\n"] }]
6153
+ args: [{ selector: 'ius-card-tipo-proceso', standalone: true, imports: [IconMdComponent, IconLgComponent, ButtonSquaredTertiaryComponent], template: "<div class=\"general-container\">\r\n <div class=\"container\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\" (click)=\"clickCard($event)\">\r\n <div class=\"container-content\">\r\n <div class=\"content\">\r\n <div class=\"general-info\">\r\n <div class=\"icon-container\">\r\n <div class=\"icon-shadow\">\r\n <ius-icon-lg [iconName]=\"'icon-strategy'\"> </ius-icon-lg>\r\n </div>\r\n </div>\r\n <div class=\"text-container\">\r\n <p class=\"state-text\">{{ estadoTipoProceso }}</p>\r\n <p class=\"process-type\">{{ nombreTipoProceso }}</p>\r\n <p class=\"subtitle\">{{ tipoCompetente }}</p>\r\n </div>\r\n </div>\r\n <div class=\"another-info\">\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Creado por</p>\r\n <p class=\"text\">{{ usuarioCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Fecha creaci\u00F3n</p>\r\n <p class=\"text\">{{ fechaCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Modificado por</p>\r\n <p class=\"text\">{{ usuarioModificacion }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Estados</p>\r\n <p class=\"text\">{{ cantidadEstados }}</p>\r\n </div>\r\n @if(hover){\r\n <div class=\"buttons\">\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n <div>\r\n <ius-button-squared-tertiary\r\n iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"\r\n ></ius-button-squared-tertiary>\r\n </div>\r\n </div>\r\n }@else{\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Etapas/Subetapas</p>\r\n <p class=\"text\">{{ etapasSubetapas }}</p>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n <button>\r\n <ius-icon-md [iconName]=\"'icon-keyboard-arrow-right'\"></ius-icon-md>\r\n </button>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".h1{font-family:Roboto,sans-serif;font-size:2.375rem;font-weight:500;line-height:46px}.h2{font-family:Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:38px}.h3{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:32px}.h4{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:700;line-height:26px}.h5{font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:24px;letter-spacing:.18px}.label-large{font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:22px}.body-large{font-family:Rubik,sans-serif;font-size:1rem;font-weight:400;line-height:22px}.label-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;letter-spacing:.28px}.body-base{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;font-style:italic;letter-spacing:.28px}.body-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.general-container{position:relative}p{margin:0}.container{display:flex;padding:16px 40px;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff;cursor:pointer}.container-content{display:flex;align-items:center;gap:24px;width:100%;justify-content:space-between}.content{display:flex;align-items:center;align-content:center;gap:8px 8px;flex-wrap:wrap;justify-content:space-between;width:100%}.general-info,.icon-container{display:flex;align-items:center;gap:8px}.icon-shadow{display:flex;width:40px;height:40px;padding:0;justify-content:center;align-items:center;gap:8px;aspect-ratio:1/1;border-radius:100px;background:#c4dfff}.text-container{display:flex;flex-direction:column;align-items:flex-start;gap:0}.state-text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.process-type{color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.subtitle{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.another-info{display:flex;align-items:center;align-content:space-between;column-gap:24px;flex-wrap:wrap}.title-text-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.28px}button{border:none;background-color:transparent;cursor:pointer}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}\n"] }]
6156
6154
  }], propDecorators: { tipoProcesoID: [{
6157
6155
  type: Input
6158
- }], isUsed: [{
6156
+ }], estadoTipoProceso: [{
6159
6157
  type: Input
6160
6158
  }], nombreTipoProceso: [{
6161
6159
  type: Input