@litigiovirtual/ius-design-components 1.0.140 → 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-log/card-log.component.mjs +33 -0
- package/esm2022/lib/card-log/index.mjs +2 -0
- package/esm2022/lib/icons/icons-map.mjs +6 -1
- package/esm2022/lib/input-large/index.mjs +2 -0
- package/esm2022/lib/input-large/input-large.component.mjs +89 -0
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/litigiovirtual-ius-design-components.mjs +119 -1
- 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/input-large/index.d.ts +1 -0
- package/lib/input-large/input-large.component.d.ts +27 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -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
|