@litigiovirtual/ius-design-components 1.0.83 → 1.0.85
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/breadcrumb/breadcrumb.component.mjs +3 -26
- package/esm2022/lib/icons/icons-map.mjs +3 -3
- package/esm2022/lib/input-select/input-select.component.mjs +8 -3
- package/esm2022/lib/input-textfield/input-textfield.component.mjs +5 -4
- package/esm2022/lib/user-card/user-card.component.mjs +1 -1
- package/fesm2022/litigiovirtual-ius-design-components.mjs +15 -32
- package/fesm2022/litigiovirtual-ius-design-components.mjs.map +1 -1
- package/lib/input-select/input-select.component.d.ts +3 -1
- package/lib/input-textfield/input-textfield.component.d.ts +2 -1
- package/lib/user-card/user-card.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,26 +1,3 @@
|
|
|
1
|
-
// import { Component, Input } from '@angular/core';
|
|
2
|
-
// import { CommonModule } from '@angular/common';
|
|
3
|
-
// import { RouterLink } from '@angular/router';
|
|
4
|
-
// export interface IusBreadcrumbItem {
|
|
5
|
-
// label: string;
|
|
6
|
-
// commands?: any[]; // si existe -> link interno
|
|
7
|
-
// queryParams?: any;
|
|
8
|
-
// fragment?: string;
|
|
9
|
-
// replaceUrl?: boolean;
|
|
10
|
-
// state?: any;
|
|
11
|
-
// ariaLabel?: string;
|
|
12
|
-
// }
|
|
13
|
-
// @Component({
|
|
14
|
-
// selector: 'ius-breadcrumb',
|
|
15
|
-
// standalone: true,
|
|
16
|
-
// imports: [CommonModule, RouterLink],
|
|
17
|
-
// templateUrl: './breadcrumb.component.html',
|
|
18
|
-
// styleUrls: ['./breadcrumb.component.scss'],
|
|
19
|
-
// })
|
|
20
|
-
// export class BreadcrumbComponent {
|
|
21
|
-
// @Input({ required: true }) items: IusBreadcrumbItem[] = [];
|
|
22
|
-
// @Input() separator = '|';
|
|
23
|
-
// }
|
|
24
1
|
import { Component, Input } from '@angular/core';
|
|
25
2
|
import { CommonModule } from '@angular/common';
|
|
26
3
|
import { RouterLink, RouterLinkActive } from '@angular/router';
|
|
@@ -31,15 +8,15 @@ export class BreadcrumbComponent {
|
|
|
31
8
|
this.separator = '|';
|
|
32
9
|
}
|
|
33
10
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BreadcrumbComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
34
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BreadcrumbComponent, isStandalone: true, selector: "ius-breadcrumb", inputs: { items: "items", separator: "separator" }, ngImport: i0, template: "<nav class=\"container\" aria-label=\"Breadcrumb\">\r\n @for (item of (items); track item.label) {\r\n @if (!$first) {\r\n <span class=\"divider\" aria-hidden=\"true\">{{ separator }}</span>\r\n }\r\n
|
|
11
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: BreadcrumbComponent, isStandalone: true, selector: "ius-breadcrumb", inputs: { items: "items", separator: "separator" }, ngImport: i0, template: "<nav class=\"container\" aria-label=\"Breadcrumb\">\r\n @for (item of (items); track item.label) {\r\n @if (!$first) {\r\n <span class=\"divider\" aria-hidden=\"true\">{{ separator }}</span>\r\n }\r\n <a\r\n class=\"body-ba link\"\r\n [routerLink]=\"item.commands\"\r\n [queryParams]=\"item.queryParams\"\r\n [fragment]=\"item.fragment\"\r\n [replaceUrl]=\"item.replaceUrl ?? false\"\r\n [state]=\"item.state\"\r\n [attr.aria-label]=\"item.ariaLabel || item.label\"\r\n routerLinkActive=\"current\"\r\n [routerLinkActiveOptions]=\"{ exact: true }\"\r\n #rla=\"routerLinkActive\"\r\n [attr.aria-current]=\"rla.isActive ? 'page' : null\"\r\n >\r\n {{ item.label }}\r\n </a>\r\n }\r\n</nav>\r\n\r\n\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}.container{display:inline-flex;align-items:center;gap:4px;height:24px;position:relative}.divider{color:#d9d9d9;-webkit-user-select:none;user-select:none}.link{color:#8c8c8c;text-decoration:none;padding:0 4px;transition:color .15s ease,text-decoration .15s ease}.link:hover,.link:focus{outline:0}.current{color:#595959}.body-ba{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "ariaCurrentWhenActive", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }] }); }
|
|
35
12
|
}
|
|
36
13
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BreadcrumbComponent, decorators: [{
|
|
37
14
|
type: Component,
|
|
38
|
-
args: [{ selector: 'ius-breadcrumb', standalone: true, imports: [CommonModule, RouterLink, RouterLinkActive], template: "<nav class=\"container\" aria-label=\"Breadcrumb\">\r\n @for (item of (items); track item.label) {\r\n @if (!$first) {\r\n <span class=\"divider\" aria-hidden=\"true\">{{ separator }}</span>\r\n }\r\n
|
|
15
|
+
args: [{ selector: 'ius-breadcrumb', standalone: true, imports: [CommonModule, RouterLink, RouterLinkActive], template: "<nav class=\"container\" aria-label=\"Breadcrumb\">\r\n @for (item of (items); track item.label) {\r\n @if (!$first) {\r\n <span class=\"divider\" aria-hidden=\"true\">{{ separator }}</span>\r\n }\r\n <a\r\n class=\"body-ba link\"\r\n [routerLink]=\"item.commands\"\r\n [queryParams]=\"item.queryParams\"\r\n [fragment]=\"item.fragment\"\r\n [replaceUrl]=\"item.replaceUrl ?? false\"\r\n [state]=\"item.state\"\r\n [attr.aria-label]=\"item.ariaLabel || item.label\"\r\n routerLinkActive=\"current\"\r\n [routerLinkActiveOptions]=\"{ exact: true }\"\r\n #rla=\"routerLinkActive\"\r\n [attr.aria-current]=\"rla.isActive ? 'page' : null\"\r\n >\r\n {{ item.label }}\r\n </a>\r\n }\r\n</nav>\r\n\r\n\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}.container{display:inline-flex;align-items:center;gap:4px;height:24px;position:relative}.divider{color:#d9d9d9;-webkit-user-select:none;user-select:none}.link{color:#8c8c8c;text-decoration:none;padding:0 4px;transition:color .15s ease,text-decoration .15s ease}.link:hover,.link:focus{outline:0}.current{color:#595959}.body-ba{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}\n"] }]
|
|
39
16
|
}], propDecorators: { items: [{
|
|
40
17
|
type: Input,
|
|
41
18
|
args: [{ required: true }]
|
|
42
19
|
}], separator: [{
|
|
43
20
|
type: Input
|
|
44
21
|
}] } });
|
|
45
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJlYWRjcnVtYi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9icmVhZGNydW1iL2JyZWFkY3J1bWIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvYnJlYWRjcnVtYi9icmVhZGNydW1iLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsVUFBVSxFQUFFLGdCQUFnQixFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBbUIvRCxNQUFNLE9BQU8sbUJBQW1CO0lBUGhDO1FBUTZCLFVBQUssR0FBd0IsRUFBRSxDQUFDO1FBQ2xELGNBQVMsR0FBRyxHQUFHLENBQUM7S0FDMUI7K0dBSFksbUJBQW1CO21HQUFuQixtQkFBbUIsOEhDckJoQywrd0JBd0JBLDB6RERQWSxZQUFZLCtCQUFFLFVBQVUsb09BQUUsZ0JBQWdCOzs0RkFJekMsbUJBQW1CO2tCQVAvQixTQUFTOytCQUNFLGdCQUFnQixjQUNkLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxVQUFVLEVBQUUsZ0JBQWdCLENBQUM7OEJBSzFCLEtBQUs7c0JBQS9CLEtBQUs7dUJBQUMsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFO2dCQUNoQixTQUFTO3NCQUFqQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBJbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBSb3V0ZXJMaW5rLCBSb3V0ZXJMaW5rQWN0aXZlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgSXVzQnJlYWRjcnVtYkl0ZW0ge1xyXG4gIGxhYmVsOiBzdHJpbmc7XHJcbiAgY29tbWFuZHM/OiBhbnlbXTtcclxuICBxdWVyeVBhcmFtcz86IGFueTtcclxuICBmcmFnbWVudD86IHN0cmluZztcclxuICByZXBsYWNlVXJsPzogYm9vbGVhbjtcclxuICBzdGF0ZT86IGFueTtcclxuICBhcmlhTGFiZWw/OiBzdHJpbmc7XHJcbn1cclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaXVzLWJyZWFkY3J1bWInLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgUm91dGVyTGluaywgUm91dGVyTGlua0FjdGl2ZV0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2JyZWFkY3J1bWIuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2JyZWFkY3J1bWIuY29tcG9uZW50LnNjc3MnXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEJyZWFkY3J1bWJDb21wb25lbnQge1xyXG4gIEBJbnB1dCh7IHJlcXVpcmVkOiB0cnVlIH0pIGl0ZW1zOiBJdXNCcmVhZGNydW1iSXRlbVtdID0gW107XHJcbiAgQElucHV0KCkgc2VwYXJhdG9yID0gJ3wnO1xyXG59IiwiPG5hdiBjbGFzcz1cImNvbnRhaW5lclwiIGFyaWEtbGFiZWw9XCJCcmVhZGNydW1iXCI+XHJcbiAgQGZvciAoaXRlbSBvZiAoaXRlbXMpOyB0cmFjayBpdGVtLmxhYmVsKSB7XHJcbiAgICBAaWYgKCEkZmlyc3QpIHtcclxuICAgICAgPHNwYW4gY2xhc3M9XCJkaXZpZGVyXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+e3sgc2VwYXJhdG9yIH19PC9zcGFuPlxyXG4gICAgfVxyXG4gICAgPGFcclxuICAgICAgY2xhc3M9XCJib2R5LWJhIGxpbmtcIlxyXG4gICAgICBbcm91dGVyTGlua109XCJpdGVtLmNvbW1hbmRzXCJcclxuICAgICAgW3F1ZXJ5UGFyYW1zXT1cIml0ZW0ucXVlcnlQYXJhbXNcIlxyXG4gICAgICBbZnJhZ21lbnRdPVwiaXRlbS5mcmFnbWVudFwiXHJcbiAgICAgIFtyZXBsYWNlVXJsXT1cIml0ZW0ucmVwbGFjZVVybCA/PyBmYWxzZVwiXHJcbiAgICAgIFtzdGF0ZV09XCJpdGVtLnN0YXRlXCJcclxuICAgICAgW2F0dHIuYXJpYS1sYWJlbF09XCJpdGVtLmFyaWFMYWJlbCB8fCBpdGVtLmxhYmVsXCJcclxuICAgICAgcm91dGVyTGlua0FjdGl2ZT1cImN1cnJlbnRcIlxyXG4gICAgICBbcm91dGVyTGlua0FjdGl2ZU9wdGlvbnNdPVwieyBleGFjdDogdHJ1ZSB9XCJcclxuICAgICAgI3JsYT1cInJvdXRlckxpbmtBY3RpdmVcIlxyXG4gICAgICBbYXR0ci5hcmlhLWN1cnJlbnRdPVwicmxhLmlzQWN0aXZlID8gJ3BhZ2UnIDogbnVsbFwiXHJcbiAgICA+XHJcbiAgICAgIHt7IGl0ZW0ubGFiZWwgfX1cclxuICAgIDwvYT5cclxuICB9XHJcbjwvbmF2PlxyXG5cclxuXHJcbiJdfQ==
|