@litigiovirtual/ius-design-components 1.0.191 → 1.0.193
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.
- package/esm2022/lib/card-list-drag-on/card-list-drag-on.component.mjs +7 -6
- package/esm2022/lib/card-list-proceso/card-list-proceso.component.mjs +3 -4
- package/esm2022/lib/card-tipo-proceso/card-tipo-proceso.component.mjs +8 -5
- package/fesm2022/litigiovirtual-ius-design-components.mjs +13 -11
- package/fesm2022/litigiovirtual-ius-design-components.mjs.map +1 -1
- package/lib/card-list-drag-on/card-list-drag-on.component.d.ts +2 -2
- package/lib/card-tipo-proceso/card-tipo-proceso.component.d.ts +3 -2
- package/package.json +1 -1
|
@@ -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
|
|
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"] }); }
|
|
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: [
|
|
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"] }]
|
|
5708
5708
|
}], propDecorators: { tipoProceso: [{
|
|
5709
5709
|
type: Input
|
|
5710
5710
|
}], state: [{
|
|
@@ -6120,13 +6120,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6120
6120
|
|
|
6121
6121
|
class CardTipoProcesoComponent {
|
|
6122
6122
|
constructor() {
|
|
6123
|
-
this.estadoTipoProceso = 'Activo';
|
|
6124
6123
|
this.nombreTipoProceso = '';
|
|
6125
6124
|
this.onClickEdit = new EventEmitter();
|
|
6126
6125
|
this.onClickDelete = new EventEmitter();
|
|
6127
6126
|
this.onClickCard = new EventEmitter();
|
|
6128
6127
|
this.hover = false;
|
|
6129
6128
|
}
|
|
6129
|
+
get displayEstado() {
|
|
6130
|
+
return this.isUsed ? 'En uso' : 'Activo';
|
|
6131
|
+
}
|
|
6130
6132
|
onMouseEnter() {
|
|
6131
6133
|
this.hover = true;
|
|
6132
6134
|
}
|
|
@@ -6146,14 +6148,14 @@ class CardTipoProcesoComponent {
|
|
|
6146
6148
|
this.onClickCard.emit(this.tipoProcesoID);
|
|
6147
6149
|
}
|
|
6148
6150
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardTipoProcesoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
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",
|
|
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 wt-creado\">\r\n <p class=\"title\">Creado por</p>\r\n <p class=\"text body-base-1\" [iusPopoverContent]=\"usuarioCreacion\">{{ 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 body-base-1\">{{ fechaCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container wt-modificado\">\r\n <p class=\"title\">Modificado por</p>\r\n <p class=\"text body-base-1\" [iusPopoverContent]=\"usuarioModificacion ?? 'Sin registro'\">{{\r\n usuarioModificacion ?? 'Sin registro' }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Estados</p>\r\n <p class=\"text body-base-1\">{{ 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 iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n @if(!isUsed){\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n }\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 body-base-1\">{{ 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>", 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;height:32px;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}button{border:none;background-color:transparent;cursor:pointer}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}.wt-etapas{width:110px}.wt-modificado{width:205px}.wt-creado{width:124px}.wt-creado,.wt-modificado{overflow:hidden}.wt-creado .text,.wt-modificado .text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}\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"] }, { kind: "directive", type: PopoverDirective, selector: "[iusPopover], [iusPopoverTitle], [iusPopoverContent]", inputs: ["iusPopover", "iusPopoverTitle", "iusPopoverContent", "iusPopoverPosition", "iusPopoverOpenDelay", "iusPopoverCloseDelay"] }] }); }
|
|
6150
6152
|
}
|
|
6151
6153
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardTipoProcesoComponent, decorators: [{
|
|
6152
6154
|
type: Component,
|
|
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\">{{
|
|
6155
|
+
args: [{ selector: 'ius-card-tipo-proceso', standalone: true, imports: [IconMdComponent, IconLgComponent, ButtonSquaredTertiaryComponent, PopoverDirective], 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 wt-creado\">\r\n <p class=\"title\">Creado por</p>\r\n <p class=\"text body-base-1\" [iusPopoverContent]=\"usuarioCreacion\">{{ 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 body-base-1\">{{ fechaCreacion }}</p>\r\n </div>\r\n <div class=\"title-text-container wt-modificado\">\r\n <p class=\"title\">Modificado por</p>\r\n <p class=\"text body-base-1\" [iusPopoverContent]=\"usuarioModificacion ?? 'Sin registro'\">{{\r\n usuarioModificacion ?? 'Sin registro' }}</p>\r\n </div>\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Estados</p>\r\n <p class=\"text body-base-1\">{{ 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 iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n @if(!isUsed){\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n }\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 body-base-1\">{{ 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>", 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;height:32px;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}button{border:none;background-color:transparent;cursor:pointer}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}.wt-etapas{width:110px}.wt-modificado{width:205px}.wt-creado{width:124px}.wt-creado,.wt-modificado{overflow:hidden}.wt-creado .text,.wt-modificado .text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}\n"] }]
|
|
6154
6156
|
}], propDecorators: { tipoProcesoID: [{
|
|
6155
6157
|
type: Input
|
|
6156
|
-
}],
|
|
6158
|
+
}], isUsed: [{
|
|
6157
6159
|
type: Input
|
|
6158
6160
|
}], nombreTipoProceso: [{
|
|
6159
6161
|
type: Input
|
|
@@ -6181,10 +6183,10 @@ class CardListDragOnComponent {
|
|
|
6181
6183
|
constructor() {
|
|
6182
6184
|
this.state = '';
|
|
6183
6185
|
this.name = '';
|
|
6184
|
-
this.smallText = '';
|
|
6185
6186
|
this.subetapas = 0;
|
|
6186
6187
|
this.fecha = '';
|
|
6187
6188
|
this.imageUrl = '';
|
|
6189
|
+
this.isUsed = false;
|
|
6188
6190
|
this.isSelected = false;
|
|
6189
6191
|
this.onClickEdit = new EventEmitter();
|
|
6190
6192
|
this.onClickDelete = new EventEmitter();
|
|
@@ -6216,11 +6218,11 @@ class CardListDragOnComponent {
|
|
|
6216
6218
|
this.onClickCard.emit(this.id);
|
|
6217
6219
|
}
|
|
6218
6220
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListDragOnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
6219
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: CardListDragOnComponent, isStandalone: true, selector: "ius-card-list-drag-on", inputs: { etapaID: "etapaID", subetapaID: "subetapaID", anotherID: "anotherID", state: "state", name: "name",
|
|
6221
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: CardListDragOnComponent, isStandalone: true, selector: "ius-card-list-drag-on", inputs: { etapaID: "etapaID", subetapaID: "subetapaID", anotherID: "anotherID", state: "state", name: "name", subetapas: "subetapas", fecha: "fecha", imageUrl: "imageUrl", isUsed: "isUsed", isSelected: "isSelected" }, outputs: { onClickEdit: "onClickEdit", onClickDelete: "onClickDelete", onClickCard: "onClickCard" }, ngImport: i0, template: "<div class=\"general-container\">\r\n <div class=\"container\" [class.isClicked]=\"isSelected\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\"\r\n (click)=\"clickCard($event)\">\r\n <ius-icon-sm [iconName]=\"'icon-drag-indicator'\"></ius-icon-sm>\r\n <div class=\"data-container\">\r\n <div class=\"content\">\r\n <div class=\"general-data\">\r\n <div class=\"data\">\r\n <div class=\"state\">{{ isUsed ? 'En uso' : 'Activo' }}</div>\r\n <div class=\"name\">{{ name }}</div>\r\n </div>\r\n </div>\r\n @if(etapaID){\r\n <div class=\"optional-data\">\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Subetapas</p>\r\n <p class=\"text\">{{ subetapas }}</p>\r\n </div>\r\n @if (hover ) {\r\n <div class=\"buttons\">\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"></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\">Creado/modificado</p>\r\n <div class=\"image-date\">\r\n @if(fecha){\r\n @if(imageUrl){\r\n <div class=\"image\">\r\n <img [src]=\"imageUrl\" />\r\n </div>\r\n } @else{\r\n <ius-icon-lg [iconName]=\"'icon-account-circle'\" class=\"icon-placeholder\"></ius-icon-lg>\r\n }\r\n }\r\n <p class=\"text\">{{ fecha }}</p>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n } @if (hover && (subetapaID || anotherID) ) {\r\n <div class=\"buttons\">\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n\r\n <ius-icon-md [iconName]=\"'icon-keyboard-arrow-right'\"></ius-icon-md>\r\n </div>\r\n</div>", 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:8px 12px;height:56px;box-sizing:border-box;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;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}.icon-placeholder{color:#8c8c8c}.data-container{display:flex;align-items:center;gap:24px;flex:1 0 0;min-width:0}.content{display:flex;align-items:center;align-content:center;gap:8px 8px;flex:1 0 0;align-self:stretch;min-width:0}.general-data{display:flex;align-items:center;gap:8px;flex:1 0 0;min-width:0}.data{display:flex;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0;min-width:0}.state{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.name{color:#333;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.optional-data{display:flex;align-items:center;align-content:space-between;gap:24px}.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:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.image-date{display:flex;align-items:center;gap:8px}.image{display:flex;width:24px;height:24px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:100px;border:.5px solid #f5f5f5;background:#fff3}img{width:24px;height:24px;flex-shrink:0;aspect-ratio:1/1;border-radius:24px}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}.isClicked{border:1px solid #c4dfff!important;background:#edf6ff!important}.small-text{color:var(--ColorText-colorTextTertiary, #8c8c8c);font-family:Rubik;font-size:var(--Text-Size-FontSize-Small, 12px);font-style:normal;font-weight:400;line-height:var(--Text-Size-FontHeight-Small, 16px);letter-spacing:.24px}\n"], dependencies: [{ kind: "component", type: IconSmComponent, selector: "ius-icon-sm", inputs: ["iconName", "color"] }, { kind: "component", type: IconMdComponent, selector: "ius-icon-md", inputs: ["iconName", "color"] }, { kind: "component", type: ButtonSquaredTertiaryComponent, selector: "ius-button-squared-tertiary", inputs: ["disabled", "iconName"], outputs: ["buttonClicked"] }, { kind: "component", type: IconLgComponent, selector: "ius-icon-lg", inputs: ["iconName", "color"] }] }); }
|
|
6220
6222
|
}
|
|
6221
6223
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardListDragOnComponent, decorators: [{
|
|
6222
6224
|
type: Component,
|
|
6223
|
-
args: [{ selector: 'ius-card-list-drag-on', standalone: true, imports: [IconSmComponent, IconMdComponent, ButtonSquaredTertiaryComponent], template: "<div class=\"general-container\">\r\n <div
|
|
6225
|
+
args: [{ selector: 'ius-card-list-drag-on', standalone: true, imports: [IconSmComponent, IconMdComponent, ButtonSquaredTertiaryComponent, IconLgComponent], template: "<div class=\"general-container\">\r\n <div class=\"container\" [class.isClicked]=\"isSelected\" (mouseenter)=\"onMouseEnter()\" (mouseleave)=\"onMouseLeave()\"\r\n (click)=\"clickCard($event)\">\r\n <ius-icon-sm [iconName]=\"'icon-drag-indicator'\"></ius-icon-sm>\r\n <div class=\"data-container\">\r\n <div class=\"content\">\r\n <div class=\"general-data\">\r\n <div class=\"data\">\r\n <div class=\"state\">{{ isUsed ? 'En uso' : 'Activo' }}</div>\r\n <div class=\"name\">{{ name }}</div>\r\n </div>\r\n </div>\r\n @if(etapaID){\r\n <div class=\"optional-data\">\r\n <div class=\"title-text-container\">\r\n <p class=\"title\">Subetapas</p>\r\n <p class=\"text\">{{ subetapas }}</p>\r\n </div>\r\n @if (hover ) {\r\n <div class=\"buttons\">\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"></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\">Creado/modificado</p>\r\n <div class=\"image-date\">\r\n @if(fecha){\r\n @if(imageUrl){\r\n <div class=\"image\">\r\n <img [src]=\"imageUrl\" />\r\n </div>\r\n } @else{\r\n <ius-icon-lg [iconName]=\"'icon-account-circle'\" class=\"icon-placeholder\"></ius-icon-lg>\r\n }\r\n }\r\n <p class=\"text\">{{ fecha }}</p>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n } @if (hover && (subetapaID || anotherID) ) {\r\n <div class=\"buttons\">\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-edit\"\r\n (buttonClicked)=\"clickEdit($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n <div>\r\n <ius-button-squared-tertiary iconName=\"icon-delete\"\r\n (buttonClicked)=\"clickDelete($event)\"></ius-button-squared-tertiary>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n\r\n <ius-icon-md [iconName]=\"'icon-keyboard-arrow-right'\"></ius-icon-md>\r\n </div>\r\n</div>", 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:8px 12px;height:56px;box-sizing:border-box;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;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}.icon-placeholder{color:#8c8c8c}.data-container{display:flex;align-items:center;gap:24px;flex:1 0 0;min-width:0}.content{display:flex;align-items:center;align-content:center;gap:8px 8px;flex:1 0 0;align-self:stretch;min-width:0}.general-data{display:flex;align-items:center;gap:8px;flex:1 0 0;min-width:0}.data{display:flex;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0;min-width:0}.state{color:#595959;font-family:Rubik,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.24px}.name{color:#333;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.optional-data{display:flex;align-items:center;align-content:space-between;gap:24px}.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:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.image-date{display:flex;align-items:center;gap:8px}.image{display:flex;width:24px;height:24px;justify-content:center;align-items:center;aspect-ratio:1/1;border-radius:100px;border:.5px solid #f5f5f5;background:#fff3}img{width:24px;height:24px;flex-shrink:0;aspect-ratio:1/1;border-radius:24px}.buttons{display:flex;justify-content:flex-end;align-items:center;gap:8px}.isClicked{border:1px solid #c4dfff!important;background:#edf6ff!important}.small-text{color:var(--ColorText-colorTextTertiary, #8c8c8c);font-family:Rubik;font-size:var(--Text-Size-FontSize-Small, 12px);font-style:normal;font-weight:400;line-height:var(--Text-Size-FontHeight-Small, 16px);letter-spacing:.24px}\n"] }]
|
|
6224
6226
|
}], propDecorators: { etapaID: [{
|
|
6225
6227
|
type: Input
|
|
6226
6228
|
}], subetapaID: [{
|
|
@@ -6231,14 +6233,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
6231
6233
|
type: Input
|
|
6232
6234
|
}], name: [{
|
|
6233
6235
|
type: Input
|
|
6234
|
-
}], smallText: [{
|
|
6235
|
-
type: Input
|
|
6236
6236
|
}], subetapas: [{
|
|
6237
6237
|
type: Input
|
|
6238
6238
|
}], fecha: [{
|
|
6239
6239
|
type: Input
|
|
6240
6240
|
}], imageUrl: [{
|
|
6241
6241
|
type: Input
|
|
6242
|
+
}], isUsed: [{
|
|
6243
|
+
type: Input
|
|
6242
6244
|
}], isSelected: [{
|
|
6243
6245
|
type: Input
|
|
6244
6246
|
}], onClickEdit: [{
|