@litigiovirtual/ius-design-components 1.0.137 → 1.0.141
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-gestion-cupo/card-gestion-cupo.component.mjs +3 -3
- package/esm2022/lib/card-info-facturacion/card-info-facturacion.component.mjs +3 -3
- package/esm2022/lib/card-log/card-log.component.mjs +33 -0
- package/esm2022/lib/card-log/index.mjs +2 -0
- package/esm2022/lib/card-uso-plan/card-uso-plan.component.mjs +3 -9
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/litigiovirtual-ius-design-components.mjs +38 -13
- package/fesm2022/litigiovirtual-ius-design-components.mjs.map +1 -1
- package/lib/card-log/card-log.component.d.ts +16 -0
- package/lib/card-log/index.d.ts +1 -0
- package/lib/card-uso-plan/card-uso-plan.component.d.ts +1 -3
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -9,11 +9,11 @@ export class CardGestionCupoComponent {
|
|
|
9
9
|
this.onClickEvent.emit(event);
|
|
10
10
|
}
|
|
11
11
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardGestionCupoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardGestionCupoComponent, isStandalone: true, selector: "ius-card-gestion-cupo", inputs: { title: "title", label1: "label1", data1: "data1", labelButton: "labelButton" }, outputs: { onClickEvent: "onClickEvent" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"header\">\r\n <span class=\"label-base\">{{title}}</span>\r\n </div>\r\n <div class=\"card-list-consumo\">\r\n <div class=\"content-wrap\">\r\n <div class=\"content\">\r\n <span class=\"body-sm\" style=\"color: #8C8C8C;\">{{label1}}</span>\r\n <span class=\"label-base\">{{data1}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\" (click)=\"onClick($event)\">\r\n <div class=\"container-right-interno\">\r\n <span class=\"text-button\">{{labelButton}}</span>\r\n </div>\r\n <div
|
|
12
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardGestionCupoComponent, isStandalone: true, selector: "ius-card-gestion-cupo", inputs: { title: "title", label1: "label1", data1: "data1", labelButton: "labelButton" }, outputs: { onClickEvent: "onClickEvent" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"header\">\r\n <span class=\"label-base\">{{title}}</span>\r\n </div>\r\n <div class=\"card-list-consumo\">\r\n <div class=\"content-wrap\">\r\n <div class=\"content\">\r\n <span class=\"body-sm\" style=\"color: #8C8C8C;\">{{label1}}</span>\r\n <span class=\"label-base\">{{data1}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\" (click)=\"onClick($event)\">\r\n <div class=\"container-right-interno\">\r\n <span class=\"text-button\">{{labelButton}}</span>\r\n </div>\r\n <div class=\"icon-class\">\r\n <ius-icon-sm [iconName]=\"'icon-discover-tune'\"></ius-icon-sm>\r\n </div>\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-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{display:flex;padding:12px 24px 12px 16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;border-radius:var(--Border-Radius-Radius-lg, 14px);border:1px solid var(--Stroke, #EAEAEA)}.header{display:flex;min-width:89px;align-items:center;gap:10px}.card-list-consumo{display:flex;align-items:center;gap:8px;align-self:stretch;border-radius:var(--Border-Radius-Radius-lg, 14px)}.content-wrap{display:flex;padding:12px 16px;align-items:center;gap:8px;flex:1 0 0;border-radius:var(--Border-Radius-Radius-lg, 14px)}.content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}.container-right{display:flex;padding:0 4px;align-items:center;gap:8px;flex:1 0 0}.container-right-interno{display:flex;width:447px;justify-content:flex-end;align-items:center;gap:8px}.text-button{flex:1 0 0;color:#333;text-align:right;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.text-button:hover{color:#fff}.icon-class{cursor:pointer}.icon-class:hover{background:#013169}\n"], dependencies: [{ kind: "component", type: IconSmComponent, selector: "ius-icon-sm", inputs: ["iconName", "color"] }] }); }
|
|
13
13
|
}
|
|
14
14
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardGestionCupoComponent, decorators: [{
|
|
15
15
|
type: Component,
|
|
16
|
-
args: [{ selector: 'ius-card-gestion-cupo', standalone: true, imports: [IconSmComponent], template: "<div class=\"container-general\">\r\n <div class=\"header\">\r\n <span class=\"label-base\">{{title}}</span>\r\n </div>\r\n <div class=\"card-list-consumo\">\r\n <div class=\"content-wrap\">\r\n <div class=\"content\">\r\n <span class=\"body-sm\" style=\"color: #8C8C8C;\">{{label1}}</span>\r\n <span class=\"label-base\">{{data1}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\" (click)=\"onClick($event)\">\r\n <div class=\"container-right-interno\">\r\n <span class=\"text-button\">{{labelButton}}</span>\r\n </div>\r\n <div
|
|
16
|
+
args: [{ selector: 'ius-card-gestion-cupo', standalone: true, imports: [IconSmComponent], template: "<div class=\"container-general\">\r\n <div class=\"header\">\r\n <span class=\"label-base\">{{title}}</span>\r\n </div>\r\n <div class=\"card-list-consumo\">\r\n <div class=\"content-wrap\">\r\n <div class=\"content\">\r\n <span class=\"body-sm\" style=\"color: #8C8C8C;\">{{label1}}</span>\r\n <span class=\"label-base\">{{data1}}</span>\r\n </div>\r\n </div>\r\n <div class=\"container-right\" (click)=\"onClick($event)\">\r\n <div class=\"container-right-interno\">\r\n <span class=\"text-button\">{{labelButton}}</span>\r\n </div>\r\n <div class=\"icon-class\">\r\n <ius-icon-sm [iconName]=\"'icon-discover-tune'\"></ius-icon-sm>\r\n </div>\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-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{display:flex;padding:12px 24px 12px 16px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;border-radius:var(--Border-Radius-Radius-lg, 14px);border:1px solid var(--Stroke, #EAEAEA)}.header{display:flex;min-width:89px;align-items:center;gap:10px}.card-list-consumo{display:flex;align-items:center;gap:8px;align-self:stretch;border-radius:var(--Border-Radius-Radius-lg, 14px)}.content-wrap{display:flex;padding:12px 16px;align-items:center;gap:8px;flex:1 0 0;border-radius:var(--Border-Radius-Radius-lg, 14px)}.content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}.container-right{display:flex;padding:0 4px;align-items:center;gap:8px;flex:1 0 0}.container-right-interno{display:flex;width:447px;justify-content:flex-end;align-items:center;gap:8px}.text-button{flex:1 0 0;color:#333;text-align:right;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.text-button:hover{color:#fff}.icon-class{cursor:pointer}.icon-class:hover{background:#013169}\n"] }]
|
|
17
17
|
}], propDecorators: { title: [{
|
|
18
18
|
type: Input
|
|
19
19
|
}], label1: [{
|
|
@@ -25,4 +25,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
25
25
|
}], onClickEvent: [{
|
|
26
26
|
type: Output
|
|
27
27
|
}] } });
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1nZXN0aW9uLWN1cG8uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1nZXN0aW9uLWN1cG8vY2FyZC1nZXN0aW9uLWN1cG8uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1nZXN0aW9uLWN1cG8vY2FyZC1nZXN0aW9uLWN1cG8uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN2RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sWUFBWSxDQUFDOztBQVM3QyxNQUFNLE9BQU8sd0JBQXdCO0lBUHJDO1FBYVksaUJBQVksR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0tBS2xEO0lBSEcsT0FBTyxDQUFDLEtBQVk7UUFDbEIsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDaEMsQ0FBQzsrR0FWUSx3QkFBd0I7bUdBQXhCLHdCQUF3QixzTkNWckMsbzFCQW9CTSxzOUVEZE0sZUFBZTs7NEZBSWQsd0JBQXdCO2tCQVBwQyxTQUFTOytCQUNFLHVCQUF1QixjQUNyQixJQUFJLFdBQ1AsQ0FBQyxlQUFlLENBQUM7OEJBTWpCLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0ksWUFBWTtzQkFBckIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEljb25TbUNvbXBvbmVudCB9IGZyb20gXCIuLi9pY29uLXNtXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2l1cy1jYXJkLWdlc3Rpb24tY3VwbycsXHJcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcclxuICBpbXBvcnRzOiBbSWNvblNtQ29tcG9uZW50XSxcclxuICB0ZW1wbGF0ZVVybDogJy4vY2FyZC1nZXN0aW9uLWN1cG8uY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9jYXJkLWdlc3Rpb24tY3Vwby5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIENhcmRHZXN0aW9uQ3Vwb0NvbXBvbmVudCB7XHJcblxyXG4gIEBJbnB1dCgpIHRpdGxlPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGxhYmVsMT86IHN0cmluZztcclxuICBASW5wdXQoKSBkYXRhMT86IHN0cmluZyB8IG51bWJlcjtcclxuICBASW5wdXQoKSBsYWJlbEJ1dHRvbj86IHN0cmluZztcclxuICBAT3V0cHV0KCkgb25DbGlja0V2ZW50ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcbiAgXHJcbiAgICBvbkNsaWNrKGV2ZW50OiBFdmVudCk6IHZvaWQge1xyXG4gICAgICB0aGlzLm9uQ2xpY2tFdmVudC5lbWl0KGV2ZW50KTtcclxuICAgIH1cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWdlbmVyYWxcIj5cclxuICAgIDxkaXYgY2xhc3M9XCJoZWFkZXJcIj5cclxuICAgICAgICA8c3BhbiBjbGFzcz1cImxhYmVsLWJhc2VcIj57e3RpdGxlfX08L3NwYW4+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJjYXJkLWxpc3QtY29uc3Vtb1wiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb250ZW50LXdyYXBcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRlbnRcIj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYm9keS1zbVwiIHN0eWxlPVwiY29sb3I6ICM4QzhDOEM7XCI+e3tsYWJlbDF9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwibGFiZWwtYmFzZVwiPnt7ZGF0YTF9fTwvc3Bhbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1yaWdodFwiIChjbGljayk9XCJvbkNsaWNrKCRldmVudClcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1yaWdodC1pbnRlcm5vXCI+XHJcbiAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtYnV0dG9uXCI+e3tsYWJlbEJ1dHRvbn19PC9zcGFuPlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiAgY2xhc3M9XCJpY29uLWNsYXNzXCI+XHJcbiAgICAgICAgICAgICAgICA8aXVzLWljb24tc20gW2ljb25OYW1lXT1cIidpY29uLWRpc2NvdmVyLXR1bmUnXCI+PC9pdXMtaWNvbi1zbT5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+Il19
|
|
@@ -10,11 +10,11 @@ export class CardInfoFacturacionComponent {
|
|
|
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: CardInfoFacturacionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
13
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardInfoFacturacionComponent, isStandalone: true, selector: "ius-card-info-facturacion", inputs: { title: "title", label1: "label1", data1: "data1", label2: "label2", data2: "data2", label3: "label3", data3: "data3", label4: "label4", data4: "data4", label5: "label5", data5: "data5" }, outputs: { onClickEvent: "onClickEvent" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"header\">\r\n <span class=\"title\">{{title}}</span>\r\n </div>\r\n <ius-simple-divider></ius-simple-divider>\r\n <div class=\"container-interno-general\">\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label1}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\" >{{data1}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label2}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data2}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label3}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data3}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label4}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data4}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"container-footer\">\r\n <div class=\"container-footer-interno\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"label-base\">{{label5}}</span>\r\n </div>\r\n <button class=\"container-button\" (click)=\"onClick($event)\">\r\n <span class=\"body-sm\">{{data5}}</span>\r\n <ius-icon-xs [iconName]=\"'icon-bill'\"></ius-icon-xs>\r\n </button>\r\n </div>\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-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{display:flex;padding:12px 16px;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0;align-self:stretch;border-radius:var(--Border-Radius-Radius-lg, 14px);border:1px solid var(--Stroke, #EAEAEA)}.header{display:flex;min-width:89px;align-items:center;gap:10px}.title{flex:1 0 0;color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.container-interno-general{display:flex;padding:8px 0;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.row-1{display:flex;padding:0 8px;align-items:center;gap:8px;align-self:stretch}.container-dot{display:flex;align-items:center;gap:8px;width:8px;aspect-ratio:1/1;padding-bottom:8px}.row2{display:flex;padding:0;align-items:flex-start;gap:8px;flex:1 0 0}.row-2-interno{display:flex;align-items:center;gap:10px;flex:1 0 0}.row-2-end{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex:1 0 0}.container-footer{display:flex;padding-left:8px;align-items:center;gap:8px;align-self:stretch}.container-footer-interno{display:flex;padding:0;align-items:center;gap:8px;flex:1 0 0}.container-button{display:flex;padding:8px;justify-content:center;align-items:center;gap:4px;border-radius:var(--Border-Radius-Radius-lg, 14px);background:#fff;border:none;cursor:pointer}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}\n"], dependencies: [{ kind: "component", type: SimpleDividerComponent, selector: "ius-simple-divider" }, { kind: "component", type: IconXsComponent, selector: "ius-icon-xs", inputs: ["iconName", "color"] }] }); }
|
|
13
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardInfoFacturacionComponent, isStandalone: true, selector: "ius-card-info-facturacion", inputs: { title: "title", label1: "label1", data1: "data1", label2: "label2", data2: "data2", label3: "label3", data3: "data3", label4: "label4", data4: "data4", label5: "label5", data5: "data5" }, outputs: { onClickEvent: "onClickEvent" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"header\">\r\n <span class=\"title\">{{title}}</span>\r\n </div>\r\n <ius-simple-divider></ius-simple-divider>\r\n <div class=\"container-interno-general\">\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label1}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\" >{{data1}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label2}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data2}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label3}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data3}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label4}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data4}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"container-footer\">\r\n <div class=\"container-footer-interno\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"label-base\">{{label5}}</span>\r\n </div>\r\n <button class=\"container-button\" (click)=\"onClick($event)\">\r\n <span class=\"body-sm\">{{data5}}</span>\r\n <ius-icon-xs [iconName]=\"'icon-bill'\"></ius-icon-xs>\r\n </button>\r\n </div>\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-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{display:flex;padding:12px 16px;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0;align-self:stretch;border-radius:var(--Border-Radius-Radius-lg, 14px);border:1px solid var(--Stroke, #EAEAEA)}.header{display:flex;min-width:89px;align-items:center;gap:10px}.title{flex:1 0 0;color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.container-interno-general{display:flex;padding:8px 0;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.row-1{display:flex;padding:0 8px;align-items:center;gap:8px;align-self:stretch}.container-dot{display:flex;align-items:center;gap:8px;width:8px;aspect-ratio:1/1;padding-bottom:8px}.row2{display:flex;padding:0;align-items:flex-start;gap:8px;flex:1 0 0}.row-2-interno{display:flex;align-items:center;gap:10px;flex:1 0 0}.row-2-end{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex:1 0 0}.container-footer{display:flex;padding-left:8px;align-items:center;gap:8px;align-self:stretch}.container-footer-interno{display:flex;padding:0;align-items:center;gap:8px;flex:1 0 0}.container-button{display:flex;padding:8px;justify-content:center;align-items:center;gap:4px;border-radius:var(--Border-Radius-Radius-lg, 14px);background:#fff;border:none;cursor:pointer}.container-button:hover{background:#013169;color:#fff}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}\n"], dependencies: [{ kind: "component", type: SimpleDividerComponent, selector: "ius-simple-divider" }, { kind: "component", type: IconXsComponent, selector: "ius-icon-xs", inputs: ["iconName", "color"] }] }); }
|
|
14
14
|
}
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardInfoFacturacionComponent, decorators: [{
|
|
16
16
|
type: Component,
|
|
17
|
-
args: [{ selector: 'ius-card-info-facturacion', standalone: true, imports: [SimpleDividerComponent, IconXsComponent], template: "<div class=\"container-general\">\r\n <div class=\"header\">\r\n <span class=\"title\">{{title}}</span>\r\n </div>\r\n <ius-simple-divider></ius-simple-divider>\r\n <div class=\"container-interno-general\">\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label1}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\" >{{data1}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label2}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data2}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label3}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data3}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label4}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data4}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"container-footer\">\r\n <div class=\"container-footer-interno\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"label-base\">{{label5}}</span>\r\n </div>\r\n <button class=\"container-button\" (click)=\"onClick($event)\">\r\n <span class=\"body-sm\">{{data5}}</span>\r\n <ius-icon-xs [iconName]=\"'icon-bill'\"></ius-icon-xs>\r\n </button>\r\n </div>\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-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{display:flex;padding:12px 16px;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0;align-self:stretch;border-radius:var(--Border-Radius-Radius-lg, 14px);border:1px solid var(--Stroke, #EAEAEA)}.header{display:flex;min-width:89px;align-items:center;gap:10px}.title{flex:1 0 0;color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.container-interno-general{display:flex;padding:8px 0;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.row-1{display:flex;padding:0 8px;align-items:center;gap:8px;align-self:stretch}.container-dot{display:flex;align-items:center;gap:8px;width:8px;aspect-ratio:1/1;padding-bottom:8px}.row2{display:flex;padding:0;align-items:flex-start;gap:8px;flex:1 0 0}.row-2-interno{display:flex;align-items:center;gap:10px;flex:1 0 0}.row-2-end{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex:1 0 0}.container-footer{display:flex;padding-left:8px;align-items:center;gap:8px;align-self:stretch}.container-footer-interno{display:flex;padding:0;align-items:center;gap:8px;flex:1 0 0}.container-button{display:flex;padding:8px;justify-content:center;align-items:center;gap:4px;border-radius:var(--Border-Radius-Radius-lg, 14px);background:#fff;border:none;cursor:pointer}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}\n"] }]
|
|
17
|
+
args: [{ selector: 'ius-card-info-facturacion', standalone: true, imports: [SimpleDividerComponent, IconXsComponent], template: "<div class=\"container-general\">\r\n <div class=\"header\">\r\n <span class=\"title\">{{title}}</span>\r\n </div>\r\n <ius-simple-divider></ius-simple-divider>\r\n <div class=\"container-interno-general\">\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label1}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\" >{{data1}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label2}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data2}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label3}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data3}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text\">{{label4}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data4}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"container-footer\">\r\n <div class=\"container-footer-interno\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"label-base\">{{label5}}</span>\r\n </div>\r\n <button class=\"container-button\" (click)=\"onClick($event)\">\r\n <span class=\"body-sm\">{{data5}}</span>\r\n <ius-icon-xs [iconName]=\"'icon-bill'\"></ius-icon-xs>\r\n </button>\r\n </div>\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-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{display:flex;padding:12px 16px;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0;align-self:stretch;border-radius:var(--Border-Radius-Radius-lg, 14px);border:1px solid var(--Stroke, #EAEAEA)}.header{display:flex;min-width:89px;align-items:center;gap:10px}.title{flex:1 0 0;color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.container-interno-general{display:flex;padding:8px 0;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.row-1{display:flex;padding:0 8px;align-items:center;gap:8px;align-self:stretch}.container-dot{display:flex;align-items:center;gap:8px;width:8px;aspect-ratio:1/1;padding-bottom:8px}.row2{display:flex;padding:0;align-items:flex-start;gap:8px;flex:1 0 0}.row-2-interno{display:flex;align-items:center;gap:10px;flex:1 0 0}.row-2-end{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex:1 0 0}.container-footer{display:flex;padding-left:8px;align-items:center;gap:8px;align-self:stretch}.container-footer-interno{display:flex;padding:0;align-items:center;gap:8px;flex:1 0 0}.container-button{display:flex;padding:8px;justify-content:center;align-items:center;gap:4px;border-radius:var(--Border-Radius-Radius-lg, 14px);background:#fff;border:none;cursor:pointer}.container-button:hover{background:#013169;color:#fff}.text{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}\n"] }]
|
|
18
18
|
}], propDecorators: { title: [{
|
|
19
19
|
type: Input
|
|
20
20
|
}], label1: [{
|
|
@@ -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,
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1pbmZvLWZhY3R1cmFjaW9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2l1cy1kZXNpZ24tY29tcG9uZW50cy9zcmMvbGliL2NhcmQtaW5mby1mYWN0dXJhY2lvbi9jYXJkLWluZm8tZmFjdHVyYWNpb24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1pbmZvLWZhY3R1cmFjaW9uL2NhcmQtaW5mby1mYWN0dXJhY2lvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFlBQVksRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3ZFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQzNELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxZQUFZLENBQUM7O0FBUzdDLE1BQU0sT0FBTyw0QkFBNEI7SUFQekM7UUFxQlksaUJBQVksR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0tBS2xEO0lBSEMsT0FBTyxDQUFDLEtBQVk7UUFDbEIsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDaEMsQ0FBQzsrR0FsQlUsNEJBQTRCO21HQUE1Qiw0QkFBNEIsc1VDWHpDLHFyRkE4RE0sZzNGRHZETSxzQkFBc0IsK0RBQUUsZUFBZTs7NEZBSXRDLDRCQUE0QjtrQkFQeEMsU0FBUzsrQkFDRSwyQkFBMkIsY0FDekIsSUFBSSxXQUNQLENBQUMsc0JBQXNCLEVBQUUsZUFBZSxDQUFDOzhCQU16QyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUVJLFlBQVk7c0JBQXJCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBTaW1wbGVEaXZpZGVyQ29tcG9uZW50IH0gZnJvbSBcIi4uL3NpbXBsZS1kaXZpZGVyXCI7XHJcbmltcG9ydCB7IEljb25Yc0NvbXBvbmVudCB9IGZyb20gXCIuLi9pY29uLXhzXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2l1cy1jYXJkLWluZm8tZmFjdHVyYWNpb24nLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW1NpbXBsZURpdmlkZXJDb21wb25lbnQsIEljb25Yc0NvbXBvbmVudF0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2NhcmQtaW5mby1mYWN0dXJhY2lvbi5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2NhcmQtaW5mby1mYWN0dXJhY2lvbi5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIENhcmRJbmZvRmFjdHVyYWNpb25Db21wb25lbnQge1xyXG5cclxuICBASW5wdXQoKSB0aXRsZT86IHN0cmluZztcclxuICBASW5wdXQoKSBsYWJlbDE/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgZGF0YTE/OiBzdHJpbmcgfCBudW1iZXI7XHJcbiAgQElucHV0KCkgbGFiZWwyPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGRhdGEyPzogc3RyaW5nIHwgRGF0ZTtcclxuICBASW5wdXQoKSBsYWJlbDM/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgZGF0YTM/OiBzdHJpbmcgfCBEYXRlO1xyXG4gIEBJbnB1dCgpIGxhYmVsND86IHN0cmluZztcclxuICBASW5wdXQoKSBkYXRhND86IHN0cmluZyB8IERhdGU7XHJcbiAgQElucHV0KCkgbGFiZWw1Pzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGRhdGE1Pzogc3RyaW5nO1xyXG5cclxuICBAT3V0cHV0KCkgb25DbGlja0V2ZW50ID0gbmV3IEV2ZW50RW1pdHRlcjxhbnk+KCk7XHJcblxyXG4gIG9uQ2xpY2soZXZlbnQ6IEV2ZW50KTogdm9pZCB7XHJcbiAgICB0aGlzLm9uQ2xpY2tFdmVudC5lbWl0KGV2ZW50KTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImNvbnRhaW5lci1nZW5lcmFsXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiaGVhZGVyXCI+XHJcbiAgICAgICAgPHNwYW4gY2xhc3M9XCJ0aXRsZVwiPnt7dGl0bGV9fTwvc3Bhbj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGl1cy1zaW1wbGUtZGl2aWRlcj48L2l1cy1zaW1wbGUtZGl2aWRlcj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItaW50ZXJuby1nZW5lcmFsXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInJvdy0xXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItZG90XCI+PGl1cy1pY29uLXhzIFtpY29uTmFtZV09XCInaWNvbi1kb3QnXCI+PC9pdXMtaWNvbi14cz48L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdzJcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3ctMi1pbnRlcm5vXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0XCI+e3tsYWJlbDF9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdy0yLWVuZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwibGFiZWwtYmFzZVwiID57e2RhdGExfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInJvdy0xXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItZG90XCI+PGl1cy1pY29uLXhzIFtpY29uTmFtZV09XCInaWNvbi1kb3QnXCI+PC9pdXMtaWNvbi14cz48L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdzJcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3ctMi1pbnRlcm5vXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0XCI+e3tsYWJlbDJ9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdy0yLWVuZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwibGFiZWwtYmFzZVwiPnt7ZGF0YTJ9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwicm93LTFcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1kb3RcIj48aXVzLWljb24teHMgW2ljb25OYW1lXT1cIidpY29uLWRvdCdcIj48L2l1cy1pY29uLXhzPjwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93MlwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdy0yLWludGVybm9cIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHRcIj57e2xhYmVsM319PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93LTItZW5kXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJsYWJlbC1iYXNlXCI+e3tkYXRhM319PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJyb3ctMVwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWRvdFwiPjxpdXMtaWNvbi14cyBbaWNvbk5hbWVdPVwiJ2ljb24tZG90J1wiPjwvaXVzLWljb24teHM+PC9kaXY+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3cyXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93LTItaW50ZXJub1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidGV4dFwiPnt7bGFiZWw0fX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3ctMi1lbmRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImxhYmVsLWJhc2VcIj57e2RhdGE0fX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mb290ZXJcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mb290ZXItaW50ZXJub1wiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdy0yLWludGVybm9cIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImxhYmVsLWJhc2VcIj57e2xhYmVsNX19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiY29udGFpbmVyLWJ1dHRvblwiIChjbGljayk9XCJvbkNsaWNrKCRldmVudClcIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImJvZHktc21cIj57e2RhdGE1fX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgPGl1cy1pY29uLXhzIFtpY29uTmFtZV09XCInaWNvbi1iaWxsJ1wiPjwvaXVzLWljb24teHM+XHJcbiAgICAgICAgICAgICAgICA8L2J1dHRvbj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICA8L2Rpdj5cclxuPC9kaXY+Il19
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class CardLogComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.hover = false;
|
|
6
|
+
this.options = false;
|
|
7
|
+
}
|
|
8
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardLogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardLogComponent, isStandalone: true, selector: "ius-card-log", inputs: { tipoActividad: "tipoActividad", fecha: "fecha", hora: "hora", role: "role", correoUsuarioActividad: "correoUsuarioActividad", riesgo: "riesgo", ip: "ip", modulo: "modulo", cardID: "cardID" }, ngImport: i0, template: "<div class=\"general-container\">\r\n <div class=\"container-card\">\r\n <div class=\"container-content\">\r\n <div class=\"transaction-details\">\r\n <div class=\"details-data\">\r\n <p class=\"title\">{{ tipoActividad }}</p>\r\n <div class=\"date\">\r\n <p class=\"fecha\">{{ fecha }}</p>\r\n <p class=\"hora\">{{ hora }}</p>\r\n </div>\r\n <p class=\"correo\">{{ correoUsuarioActividad }}</p>\r\n </div>\r\n </div>\r\n <div class=\"another-data\">\r\n <div class=\"segment-data\">\r\n <p class=\"title\">Riesgo</p>\r\n <p class=\"text\">{{ riesgo }}</p>\r\n </div>\r\n <div class=\"segment-data\">\r\n <p class=\"title\">Desde</p>\r\n <p class=\"text\">{{ ip }}</p>\r\n </div>\r\n <div class=\"segment-data\">\r\n <p class=\"title\">M\u00F3dulo</p>\r\n <p class=\"text\">{{ modulo }}</p>\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-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-card{display:flex;padding:16px 32px;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff}.container-content{display:flex;align-items:center;gap:16px}.transaction-details{display:flex;align-items:center;gap:8px}.details-data{display:flex;flex-direction:column;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.date{display:flex;align-items:center;gap:4px}.fecha{color:#595959;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.hora{color:#595959;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.correo{color:#333;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.another-data{display:flex;gap:40px}.segment-data{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.text{color:#595959;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}\n"] }); }
|
|
10
|
+
}
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardLogComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: 'ius-card-log', standalone: true, imports: [], template: "<div class=\"general-container\">\r\n <div class=\"container-card\">\r\n <div class=\"container-content\">\r\n <div class=\"transaction-details\">\r\n <div class=\"details-data\">\r\n <p class=\"title\">{{ tipoActividad }}</p>\r\n <div class=\"date\">\r\n <p class=\"fecha\">{{ fecha }}</p>\r\n <p class=\"hora\">{{ hora }}</p>\r\n </div>\r\n <p class=\"correo\">{{ correoUsuarioActividad }}</p>\r\n </div>\r\n </div>\r\n <div class=\"another-data\">\r\n <div class=\"segment-data\">\r\n <p class=\"title\">Riesgo</p>\r\n <p class=\"text\">{{ riesgo }}</p>\r\n </div>\r\n <div class=\"segment-data\">\r\n <p class=\"title\">Desde</p>\r\n <p class=\"text\">{{ ip }}</p>\r\n </div>\r\n <div class=\"segment-data\">\r\n <p class=\"title\">M\u00F3dulo</p>\r\n <p class=\"text\">{{ modulo }}</p>\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-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-card{display:flex;padding:16px 32px;align-items:center;align-content:center;gap:12px 12px;align-self:stretch;flex-wrap:wrap;border-radius:8px;border:1px solid #eaeaea;background:#fff}.container-content{display:flex;align-items:center;gap:16px}.transaction-details{display:flex;align-items:center;gap:8px}.details-data{display:flex;flex-direction:column;align-items:flex-start;gap:0}.title{color:#8c8c8c;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.date{display:flex;align-items:center;gap:4px}.fecha{color:#595959;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}.hora{color:#595959;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:500;line-height:20px;letter-spacing:.28px}.correo{color:#333;font-family:Roboto;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.another-data{display:flex;gap:40px}.segment-data{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.text{color:#595959;font-family:Rubik;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}\n"] }]
|
|
14
|
+
}], propDecorators: { tipoActividad: [{
|
|
15
|
+
type: Input
|
|
16
|
+
}], fecha: [{
|
|
17
|
+
type: Input
|
|
18
|
+
}], hora: [{
|
|
19
|
+
type: Input
|
|
20
|
+
}], role: [{
|
|
21
|
+
type: Input
|
|
22
|
+
}], correoUsuarioActividad: [{
|
|
23
|
+
type: Input
|
|
24
|
+
}], riesgo: [{
|
|
25
|
+
type: Input
|
|
26
|
+
}], ip: [{
|
|
27
|
+
type: Input
|
|
28
|
+
}], modulo: [{
|
|
29
|
+
type: Input
|
|
30
|
+
}], cardID: [{
|
|
31
|
+
type: Input
|
|
32
|
+
}] } });
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC1sb2cuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1sb2cvY2FyZC1sb2cuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC1sb2cvY2FyZC1sb2cuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBU2pELE1BQU0sT0FBTyxnQkFBZ0I7SUFQN0I7UUFRRSxVQUFLLEdBQVksS0FBSyxDQUFDO1FBQ3ZCLFlBQU8sR0FBWSxLQUFLLENBQUM7S0FZMUI7K0dBZFksZ0JBQWdCO21HQUFoQixnQkFBZ0Isa1JDVDdCLHNoQ0E4QkE7OzRGRHJCYSxnQkFBZ0I7a0JBUDVCLFNBQVM7K0JBQ0UsY0FBYyxjQUNaLElBQUksV0FDUCxFQUFFOzhCQVFGLGFBQWE7c0JBQXJCLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csc0JBQXNCO3NCQUE5QixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxFQUFFO3NCQUFWLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaXVzLWNhcmQtbG9nJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9jYXJkLWxvZy5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2NhcmQtbG9nLmNvbXBvbmVudC5zY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQ2FyZExvZ0NvbXBvbmVudCB7XHJcbiAgaG92ZXI6IGJvb2xlYW4gPSBmYWxzZTtcclxuICBvcHRpb25zOiBib29sZWFuID0gZmFsc2U7XHJcblxyXG4gIEBJbnB1dCgpIHRpcG9BY3RpdmlkYWQ/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgZmVjaGE/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgaG9yYT86IHN0cmluZztcclxuICBASW5wdXQoKSByb2xlPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGNvcnJlb1VzdWFyaW9BY3RpdmlkYWQ/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgcmllc2dvPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGlwPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIG1vZHVsbz86IHN0cmluZztcclxuICBASW5wdXQoKSBjYXJkSUQ/OiBudW1iZXI7XHJcblxyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJnZW5lcmFsLWNvbnRhaW5lclwiPlxyXG4gIDxkaXYgY2xhc3M9XCJjb250YWluZXItY2FyZFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1jb250ZW50XCI+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJ0cmFuc2FjdGlvbi1kZXRhaWxzXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImRldGFpbHMtZGF0YVwiPlxyXG4gICAgICAgICAgPHAgY2xhc3M9XCJ0aXRsZVwiPnt7IHRpcG9BY3RpdmlkYWQgfX08L3A+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiZGF0ZVwiPlxyXG4gICAgICAgICAgICA8cCBjbGFzcz1cImZlY2hhXCI+e3sgZmVjaGEgfX08L3A+XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwiaG9yYVwiPnt7IGhvcmEgfX08L3A+XHJcbiAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgIDxwIGNsYXNzPVwiY29ycmVvXCI+e3sgY29ycmVvVXN1YXJpb0FjdGl2aWRhZCB9fTwvcD5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgPC9kaXY+XHJcbiAgICAgIDxkaXYgY2xhc3M9XCJhbm90aGVyLWRhdGFcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwic2VnbWVudC1kYXRhXCI+XHJcbiAgICAgICAgICA8cCBjbGFzcz1cInRpdGxlXCI+Umllc2dvPC9wPlxyXG4gICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+e3sgcmllc2dvIH19PC9wPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJzZWdtZW50LWRhdGFcIj5cclxuICAgICAgICAgIDxwIGNsYXNzPVwidGl0bGVcIj5EZXNkZTwvcD5cclxuICAgICAgICAgIDxwIGNsYXNzPVwidGV4dFwiPnt7IGlwIH19PC9wPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJzZWdtZW50LWRhdGFcIj5cclxuICAgICAgICAgIDxwIGNsYXNzPVwidGl0bGVcIj5Nw7NkdWxvPC9wPlxyXG4gICAgICAgICAgPHAgY2xhc3M9XCJ0ZXh0XCI+e3sgbW9kdWxvIH19PC9wPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG48L2Rpdj5cclxuIl19
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './card-log.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9jYXJkLWxvZy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9jYXJkLWxvZy5jb21wb25lbnQnO1xyXG5cclxuIl19
|
|
@@ -5,20 +5,16 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export class CardUsoPlanComponent {
|
|
6
6
|
constructor() {
|
|
7
7
|
this.onClickEventGroup = new EventEmitter();
|
|
8
|
-
this.onClickEventCluster = new EventEmitter();
|
|
9
8
|
}
|
|
10
9
|
onClickGroups(event) {
|
|
11
10
|
this.onClickEventGroup.emit(event);
|
|
12
11
|
}
|
|
13
|
-
onClickClusters(event) {
|
|
14
|
-
this.onClickEventGroup.emit(event);
|
|
15
|
-
}
|
|
16
12
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardUsoPlanComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardUsoPlanComponent, isStandalone: true, selector: "ius-card-uso-plan", inputs: { title: "title", label1: "label1", data1: "data1", label2: "label2", data2: "data2", label3: "label3", data3: "data3", label4: "label4", data4: "data4", cantJudicial: "cantJudicial", cantInsolvencia: "cantInsolvencia" }, outputs: { onClickEventGroup: "onClickEventGroup"
|
|
13
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: CardUsoPlanComponent, isStandalone: true, selector: "ius-card-uso-plan", inputs: { title: "title", label1: "label1", data1: "data1", label2: "label2", data2: "data2", label3: "label3", data3: "data3", label4: "label4", data4: "data4", cantJudicial: "cantJudicial", cantInsolvencia: "cantInsolvencia" }, outputs: { onClickEventGroup: "onClickEventGroup" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"header\">\r\n <span class=\"title\">{{title}}</span>\r\n </div>\r\n <ius-simple-divider></ius-simple-divider>\r\n <div class=\"container-interno-general\">\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text-cant\">{{label1}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data1}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text-cant\">{{label2}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data2}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text-cant\">{{label3}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data3}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"row2\">\r\n <div class=\"row-2-end\">\r\n <button class=\"container-button\" (click)=\"onClickGroups($event)\">\r\n <ius-icon-xs [iconName]=\"'icon-arrow-back-ios-new'\"></ius-icon-xs>\r\n <span class=\"body-sm\">{{data4}}</span>\r\n <ius-icon-xs [iconName]=\"'icon-group'\"></ius-icon-xs>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"container-footer-general\">\r\n <div class=\"container-footer-interno\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"label-base\">{{label4}}</span>\r\n </div>\r\n\r\n </div>\r\n <div class=\"container-process-type\">\r\n <div class=\"container-judicial\">\r\n <div class=\"row-2-interno\">\r\n <ius-icon-xs [iconName]=\"'icon-ellipse'\"></ius-icon-xs>\r\n <span class=\"text-cant\">Judicial</span>\r\n </div>\r\n <span class=\"label-base\">{{cantJudicial}}</span>\r\n <div class=\"row-2-end\">\r\n <ius-icon-xs [iconName]=\"'icon-ellipse-blue'\"></ius-icon-xs>\r\n <div class=\"row-2-interno\">\r\n <span class=\"text-cant\">Insolvencia</span>\r\n </div>\r\n <span class=\"label-base\">{{cantInsolvencia}}</span>\r\n </div>\r\n </div>\r\n </div>\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-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{display:flex;padding:12px 16px;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0;align-self:stretch;border-radius:var(--Border-Radius-Radius-lg, 14px);border:1px solid var(--Stroke, #EAEAEA)}.header{display:flex;min-width:89px;align-items:center;gap:10px}.title{flex:1 0 0;color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.container-interno-general{display:flex;padding:8px 0;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.row-1{display:flex;padding:0 8px;align-items:center;gap:8px;align-self:stretch}.container-dot{display:flex;align-items:center;gap:8px;width:8px;aspect-ratio:1/1;padding-bottom:8px}.row2{display:flex;padding:0;align-items:flex-start;gap:8px;flex:1 0 0}.row-2-interno{display:flex;align-items:center;gap:10px;flex:1 0 0}.row-2-end{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex:1 0 0}.container-footer-general{display:flex;padding:0;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch}.container-footer-interno{display:flex;padding:0;align-items:center;gap:8px;flex:1 0 0}.container-button{display:flex;padding:8px;justify-content:center;align-items:center;gap:4px;border-radius:var(--Border-Radius-Radius-lg, 14px);background:#fff;border:none;cursor:pointer}.container-button:hover{background:#013169;color:#fff}.container-process-type{display:flex;align-items:flex-start;gap:12px;align-self:stretch}.container-judicial{display:flex;width:166px;padding:0 4px;align-items:center;gap:8px;border-radius:var(--Border-Radius-Radius-md, 8px)}.text-cant{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}\n"], dependencies: [{ kind: "component", type: IconXsComponent, selector: "ius-icon-xs", inputs: ["iconName", "color"] }, { kind: "component", type: SimpleDividerComponent, selector: "ius-simple-divider" }] }); }
|
|
18
14
|
}
|
|
19
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: CardUsoPlanComponent, decorators: [{
|
|
20
16
|
type: Component,
|
|
21
|
-
args: [{ selector: 'ius-card-uso-plan', standalone: true, imports: [IconXsComponent, SimpleDividerComponent], template: "<div class=\"container-general\">\r\n <div class=\"header\">\r\n <span class=\"title\">{{title}}</span>\r\n </div>\r\n <ius-simple-divider></ius-simple-divider>\r\n <div class=\"container-interno-general\">\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text-cant\">{{label1}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data1}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text-cant\">{{label2}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data2}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text-cant\">{{label3}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data3}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"row2\">\r\n <div class=\"row-2-end\">\r\n <button class=\"container-button\" (click)=\"onClickGroups($event)\">\r\n <ius-icon-xs [iconName]=\"'icon-arrow-back-ios-new'\"></ius-icon-xs>\r\n <span class=\"body-sm\">{{data4}}</span>\r\n <ius-icon-xs [iconName]=\"'icon-group'\"></ius-icon-xs>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"container-footer-general\">\r\n <div class=\"container-footer-interno\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"label-base\">{{label4}}</span>\r\n </div>\r\n\r\n </div>\r\n <div class=\"container-process-type\">\r\n <div class=\"container-judicial\">\r\n <div class=\"row-2-interno\">\r\n <ius-icon-xs [iconName]=\"'icon-ellipse'\"></ius-icon-xs>\r\n <span class=\"text-cant\">Judicial</span>\r\n </div>\r\n <span class=\"label-base\">{{cantJudicial}}</span>\r\n <div class=\"row-2-end\">\r\n <ius-icon-xs [iconName]=\"'icon-ellipse-blue'\"></ius-icon-xs>\r\n <div class=\"row-2-interno\">\r\n <span class=\"text-cant\">Insolvencia</span>\r\n </div>\r\n <span class=\"label-base\">{{cantInsolvencia}}</span>\r\n </div>\r\n </div>\r\n </div>\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-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{display:flex;padding:12px 16px;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0;align-self:stretch;border-radius:var(--Border-Radius-Radius-lg, 14px);border:1px solid var(--Stroke, #EAEAEA)}.header{display:flex;min-width:89px;align-items:center;gap:10px}.title{flex:1 0 0;color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.container-interno-general{display:flex;padding:8px 0;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.row-1{display:flex;padding:0 8px;align-items:center;gap:8px;align-self:stretch}.container-dot{display:flex;align-items:center;gap:8px;width:8px;aspect-ratio:1/1;padding-bottom:8px}.row2{display:flex;padding:0;align-items:flex-start;gap:8px;flex:1 0 0}.row-2-interno{display:flex;align-items:center;gap:10px;flex:1 0 0}.row-2-end{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex:1 0 0}.container-footer-general{display:flex;padding:0;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch}.container-footer-interno{display:flex;padding:0;align-items:center;gap:8px;flex:1 0 0}.container-button{display:flex;padding:8px;justify-content:center;align-items:center;gap:4px;border-radius:var(--Border-Radius-Radius-lg, 14px);background:#fff;border:none;cursor:pointer}.container-process-type{display:flex;align-items:flex-start;gap:12px;align-self:stretch}.container-judicial{display:flex;width:166px;padding:0 4px;align-items:center;gap:8px;border-radius:var(--Border-Radius-Radius-md, 8px)}.text-cant{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}\n"] }]
|
|
17
|
+
args: [{ selector: 'ius-card-uso-plan', standalone: true, imports: [IconXsComponent, SimpleDividerComponent], template: "<div class=\"container-general\">\r\n <div class=\"header\">\r\n <span class=\"title\">{{title}}</span>\r\n </div>\r\n <ius-simple-divider></ius-simple-divider>\r\n <div class=\"container-interno-general\">\r\n <div class=\"row-1\">\r\n <div class=\"container-dot\"><ius-icon-xs [iconName]=\"'icon-dot'\"></ius-icon-xs></div>\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text-cant\">{{label1}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data1}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text-cant\">{{label2}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data2}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"row2\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"text-cant\">{{label3}}</span>\r\n </div>\r\n <div class=\"row-2-end\">\r\n <span class=\"label-base\">{{data3}}</span>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row-1\">\r\n <div class=\"row2\">\r\n <div class=\"row-2-end\">\r\n <button class=\"container-button\" (click)=\"onClickGroups($event)\">\r\n <ius-icon-xs [iconName]=\"'icon-arrow-back-ios-new'\"></ius-icon-xs>\r\n <span class=\"body-sm\">{{data4}}</span>\r\n <ius-icon-xs [iconName]=\"'icon-group'\"></ius-icon-xs>\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"container-footer-general\">\r\n <div class=\"container-footer-interno\">\r\n <div class=\"row-2-interno\">\r\n <span class=\"label-base\">{{label4}}</span>\r\n </div>\r\n\r\n </div>\r\n <div class=\"container-process-type\">\r\n <div class=\"container-judicial\">\r\n <div class=\"row-2-interno\">\r\n <ius-icon-xs [iconName]=\"'icon-ellipse'\"></ius-icon-xs>\r\n <span class=\"text-cant\">Judicial</span>\r\n </div>\r\n <span class=\"label-base\">{{cantJudicial}}</span>\r\n <div class=\"row-2-end\">\r\n <ius-icon-xs [iconName]=\"'icon-ellipse-blue'\"></ius-icon-xs>\r\n <div class=\"row-2-interno\">\r\n <span class=\"text-cant\">Insolvencia</span>\r\n </div>\r\n <span class=\"label-base\">{{cantInsolvencia}}</span>\r\n </div>\r\n </div>\r\n </div>\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-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{display:flex;padding:12px 16px;flex-direction:column;align-items:flex-start;gap:0;flex:1 0 0;align-self:stretch;border-radius:var(--Border-Radius-Radius-lg, 14px);border:1px solid var(--Stroke, #EAEAEA)}.header{display:flex;min-width:89px;align-items:center;gap:10px}.title{flex:1 0 0;color:#333;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:22px}.container-interno-general{display:flex;padding:8px 0;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.row-1{display:flex;padding:0 8px;align-items:center;gap:8px;align-self:stretch}.container-dot{display:flex;align-items:center;gap:8px;width:8px;aspect-ratio:1/1;padding-bottom:8px}.row2{display:flex;padding:0;align-items:flex-start;gap:8px;flex:1 0 0}.row-2-interno{display:flex;align-items:center;gap:10px;flex:1 0 0}.row-2-end{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex:1 0 0}.container-footer-general{display:flex;padding:0;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch}.container-footer-interno{display:flex;padding:0;align-items:center;gap:8px;flex:1 0 0}.container-button{display:flex;padding:8px;justify-content:center;align-items:center;gap:4px;border-radius:var(--Border-Radius-Radius-lg, 14px);background:#fff;border:none;cursor:pointer}.container-button:hover{background:#013169;color:#fff}.container-process-type{display:flex;align-items:flex-start;gap:12px;align-self:stretch}.container-judicial{display:flex;width:166px;padding:0 4px;align-items:center;gap:8px;border-radius:var(--Border-Radius-Radius-md, 8px)}.text-cant{color:#595959;font-family:Rubik,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.28px}\n"] }]
|
|
22
18
|
}], propDecorators: { title: [{
|
|
23
19
|
type: Input
|
|
24
20
|
}], label1: [{
|
|
@@ -43,7 +39,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
43
39
|
type: Input
|
|
44
40
|
}], onClickEventGroup: [{
|
|
45
41
|
type: Output
|
|
46
|
-
}], onClickEventCluster: [{
|
|
47
|
-
type: Output
|
|
48
42
|
}] } });
|
|
49
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC11c28tcGxhbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9jYXJkLXVzby1wbGFuL2NhcmQtdXNvLXBsYW4uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvY2FyZC11c28tcGxhbi9jYXJkLXVzby1wbGFuLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDdkUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLFlBQVksQ0FBQztBQUM3QyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFTM0QsTUFBTSxPQUFPLG9CQUFvQjtJQVBqQztRQXFCWSxzQkFBaUIsR0FBRyxJQUFJLFlBQVksRUFBTyxDQUFDO0tBS3ZEO0lBSEMsYUFBYSxDQUFDLEtBQVk7UUFDeEIsSUFBSSxDQUFDLGlCQUFpQixDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNyQyxDQUFDOytHQWxCVSxvQkFBb0I7bUdBQXBCLG9CQUFvQix3V0NYakMsdXJHQXlFTSxpbkdEbEVNLGVBQWUsdUZBQUUsc0JBQXNCOzs0RkFJdEMsb0JBQW9CO2tCQVBoQyxTQUFTOytCQUNFLG1CQUFtQixjQUNqQixJQUFJLFdBQ1AsQ0FBQyxlQUFlLEVBQUUsc0JBQXNCLENBQUM7OEJBTXpDLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLE1BQU07c0JBQWQsS0FBSztnQkFDRyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxNQUFNO3NCQUFkLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQUNHLFlBQVk7c0JBQXBCLEtBQUs7Z0JBQ0csZUFBZTtzQkFBdkIsS0FBSztnQkFFSSxpQkFBaUI7c0JBQTFCLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgSW5wdXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBJY29uWHNDb21wb25lbnQgfSBmcm9tIFwiLi4vaWNvbi14c1wiO1xyXG5pbXBvcnQgeyBTaW1wbGVEaXZpZGVyQ29tcG9uZW50IH0gZnJvbSBcIi4uL3NpbXBsZS1kaXZpZGVyXCI7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2l1cy1jYXJkLXVzby1wbGFuJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtJY29uWHNDb21wb25lbnQsIFNpbXBsZURpdmlkZXJDb21wb25lbnRdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9jYXJkLXVzby1wbGFuLmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vY2FyZC11c28tcGxhbi5jb21wb25lbnQuc2NzcydcclxufSlcclxuZXhwb3J0IGNsYXNzIENhcmRVc29QbGFuQ29tcG9uZW50IHtcclxuXHJcbiAgQElucHV0KCkgdGl0bGU/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgbGFiZWwxPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGRhdGExPzogc3RyaW5nIHwgbnVtYmVyO1xyXG4gIEBJbnB1dCgpIGxhYmVsMj86IHN0cmluZztcclxuICBASW5wdXQoKSBkYXRhMj86IHN0cmluZyB8IG51bWJlcjtcclxuICBASW5wdXQoKSBsYWJlbDM/OiBzdHJpbmc7XHJcbiAgQElucHV0KCkgZGF0YTM/OiBzdHJpbmcgfCBudW1iZXI7XHJcbiAgQElucHV0KCkgbGFiZWw0Pzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGRhdGE0Pzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGNhbnRKdWRpY2lhbD86IHN0cmluZyB8IG51bWJlcjtcclxuICBASW5wdXQoKSBjYW50SW5zb2x2ZW5jaWE/OiBzdHJpbmcgfCBudW1iZXI7XHJcblxyXG4gIEBPdXRwdXQoKSBvbkNsaWNrRXZlbnRHcm91cCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpO1xyXG5cclxuICBvbkNsaWNrR3JvdXBzKGV2ZW50OiBFdmVudCk6IHZvaWQge1xyXG4gICAgdGhpcy5vbkNsaWNrRXZlbnRHcm91cC5lbWl0KGV2ZW50KTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImNvbnRhaW5lci1nZW5lcmFsXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwiaGVhZGVyXCI+XHJcbiAgICAgICAgPHNwYW4gY2xhc3M9XCJ0aXRsZVwiPnt7dGl0bGV9fTwvc3Bhbj5cclxuICAgIDwvZGl2PlxyXG4gICAgPGl1cy1zaW1wbGUtZGl2aWRlcj48L2l1cy1zaW1wbGUtZGl2aWRlcj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItaW50ZXJuby1nZW5lcmFsXCI+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInJvdy0xXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXItZG90XCI+PGl1cy1pY29uLXhzIFtpY29uTmFtZV09XCInaWNvbi1kb3QnXCI+PC9pdXMtaWNvbi14cz48L2Rpdj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdzJcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3ctMi1pbnRlcm5vXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJ0ZXh0LWNhbnRcIj57e2xhYmVsMX19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93LTItZW5kXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJsYWJlbC1iYXNlXCI+e3tkYXRhMX19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJyb3ctMVwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93MlwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdy0yLWludGVybm9cIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtY2FudFwiPnt7bGFiZWwyfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3ctMi1lbmRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImxhYmVsLWJhc2VcIj57e2RhdGEyfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cInJvdy0xXCI+XHJcbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3cyXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93LTItaW50ZXJub1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidGV4dC1jYW50XCI+e3tsYWJlbDN9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdy0yLWVuZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwibGFiZWwtYmFzZVwiPnt7ZGF0YTN9fTwvc3Bhbj5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwicm93LTFcIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdzJcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3ctMi1lbmRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8YnV0dG9uIGNsYXNzPVwiY29udGFpbmVyLWJ1dHRvblwiIChjbGljayk9XCJvbkNsaWNrR3JvdXBzKCRldmVudClcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGl1cy1pY29uLXhzIFtpY29uTmFtZV09XCInaWNvbi1hcnJvdy1iYWNrLWlvcy1uZXcnXCI+PC9pdXMtaWNvbi14cz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJib2R5LXNtXCI+e3tkYXRhNH19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aXVzLWljb24teHMgW2ljb25OYW1lXT1cIidpY29uLWdyb3VwJ1wiPjwvaXVzLWljb24teHM+XHJcbiAgICAgICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1mb290ZXItZ2VuZXJhbFwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWZvb3Rlci1pbnRlcm5vXCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicm93LTItaW50ZXJub1wiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwibGFiZWwtYmFzZVwiPnt7bGFiZWw0fX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLXByb2Nlc3MtdHlwZVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1qdWRpY2lhbFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3ctMi1pbnRlcm5vXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxpdXMtaWNvbi14cyBbaWNvbk5hbWVdPVwiJ2ljb24tZWxsaXBzZSdcIj48L2l1cy1pY29uLXhzPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cInRleHQtY2FudFwiPkp1ZGljaWFsPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImxhYmVsLWJhc2VcIj57e2NhbnRKdWRpY2lhbH19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3ctMi1lbmRcIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGl1cy1pY29uLXhzIFtpY29uTmFtZV09XCInaWNvbi1lbGxpcHNlLWJsdWUnXCI+PC9pdXMtaWNvbi14cz5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvdy0yLWludGVybm9cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwidGV4dC1jYW50XCI+SW5zb2x2ZW5jaWE8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImxhYmVsLWJhc2VcIj57e2NhbnRJbnNvbHZlbmNpYX19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
|
package/esm2022/public-api.mjs
CHANGED
|
@@ -71,6 +71,7 @@ export * from './lib/card-uso-plan';
|
|
|
71
71
|
export * from './lib/card-gestion-cupo';
|
|
72
72
|
export * from './lib/card-info-facturacion';
|
|
73
73
|
export * from './lib/input-large';
|
|
74
|
+
export * from './lib/card-log';
|
|
74
75
|
//Directivas
|
|
75
76
|
export * from './lib/directives/popover.directive';
|
|
76
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2l1cy1kZXNpZ24tY29tcG9uZW50cy9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLHNDQUFzQyxDQUFDO0FBQ3JELGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLHNDQUFzQyxDQUFDO0FBQ3JELGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsZ0JBQWdCLENBQUM7QUFHL0IsWUFBWTtBQUNaLGNBQWMsb0NBQW9DLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24tc3RhbmRhcmQtcHJpbWFyeSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbi1zdGFuZGFyZC1zZWNvbmRhcnknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24tc3RhbmRhcmQtdGVydGlhcnknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24tc3RhbmRhcmQtdGVydGlhcnktc21hbGwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24tc3F1YXJlZC1zZWNvbmRhcnknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24tc3F1YXJlZC10ZXJ0aWFyeSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbi1jaXJjbGUtc2Vjb25kYXJ5JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYnV0dG9uLWR5bmFtaWMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24tY2lyY2xlLXRlcnRpYXJ5JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItcGFyZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VjdGlvbi1jb2xsYXBzZS1kcmF3ZXItY2hpbGQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tZW51LWl0ZW0nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kb3VibGUtZGF0ZS1waWNrZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kYXRlLXBpY2tlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RhdGUtaG91ci1waWNrZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9uYXYtcmFpbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NlYXJjaC1iYXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnB1dC10ZXh0ZmllbGQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9iYWRnZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2lucHV0LXNlbGVjdCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2lucHV0LXNlbGVjdC1udW1iZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9vcHRpb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kcm9wZG93bic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Ryb3Bkb3duLXVzZXItbWVudSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Ryb3Bkb3duLW9wdGlvbi1pdGVtJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaWNvbi14cyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ljb24tc20nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pY29uLW1kJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaWNvbi1sZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ljb24teGwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pY29uLXh4bCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NpbXBsZS1kaXZpZGVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbGluZWFyLXByb2dyZXNzLWJhcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2xvYWRpbmctY2lyY2xlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZHJhd2VyLWNvbnRhaW5lci1yaWdodCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NsaWRlLXRvZ2dsZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtbGlzdC1tb3ZpbWllbnRvcyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtZHluYW1pYy1jb250ZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYXZhdGFyLWljb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXRlZ29yaWVzJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY3VzdG9tLWRyb3Bkb3duJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2hpcC11c2VyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdG9vbGJhcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3Rvb2xiYXItdXNlci1tZW51JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYnV0dG9uLWF1dGgnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnB1dC1wYXNzd29yZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2lucHV0LW90cCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NuYWNrYmFyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2hhcnRzLWRvbnV0JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2hhcnRzLWJhci1ncm91cGVkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYnJlYWRjcnVtYic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3VzZXItY2FyZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NpbXBsZS11c2VyLWNhcmQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zaW1wbGUtY2FyZC1jb250YWRvcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Ryb3Bkb3duLWNvbnRleHR1YWwtbWVudSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NlZ21lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9ub3RpZmljYXRpb24tY2FyZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtbGlzdC1jb25zdW1vJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2hlY2tib3gnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24tb3JkZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24tZmlsdGVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW5wdXQtc2VsZWN0LWZpbHRlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtbGlzdC1wcm9jZXNvJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2FyZC1ibG9jayc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtYnV0dG9uLWNoZWNrYm94JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvb3B0aW9uLWl0ZW0nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9maWx0ZXItaXRlbSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtcGxhbi1zdWJzY3JpcHRpb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJkLXBsYW4tc21hbGwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJkLXVzby1wbGFuJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2FyZC1nZXN0aW9uLWN1cG8nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJkLWluZm8tZmFjdHVyYWNpb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pbnB1dC1sYXJnZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtbG9nJztcclxuXHJcblxyXG4vL0RpcmVjdGl2YXNcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZGlyZWN0aXZlcy9wb3BvdmVyLmRpcmVjdGl2ZSc7Il19
|