@litigiovirtual/ius-design-components 1.0.226 → 1.0.227
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/empty-list/empty-list.component.mjs +22 -0
- package/esm2022/lib/empty-list/index.mjs +2 -0
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/litigiovirtual-ius-design-components.mjs +21 -1
- package/fesm2022/litigiovirtual-ius-design-components.mjs.map +1 -1
- package/lib/empty-list/empty-list.component.d.ts +8 -0
- package/lib/empty-list/index.d.ts +1 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class EmptyListComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
this.src = '';
|
|
6
|
+
this.header = '';
|
|
7
|
+
this.info = '';
|
|
8
|
+
}
|
|
9
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmptyListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
10
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: EmptyListComponent, isStandalone: true, selector: "ius-empty-list", inputs: { src: "src", header: "header", info: "info" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"container-interno\">\r\n <img [src]=\"src\" alt=\"Image\" />\r\n <div class=\"container-info\">\r\n <div class=\"container-info-interno\">\r\n <div class=\"header\">\r\n <span class=\"h5\">{{ header }}</span>\r\n </div>\r\n <div class=\"info-text\">\r\n <div class=\"container-text\">\r\n <span class=\"body-base-1\">{{ info }}</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-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:11px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid #eaeaea;background:#fff}.container-interno{display:flex;flex-direction:column;justify-content:center;align-items:center}.container-info{display:flex;padding:8px;justify-content:center;align-items:center;gap:8px;align-self:stretch}.container-info-interno{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.header{display:flex;width:170px;flex-direction:column;align-items:flex-start;gap:8px}.info-text{display:flex;width:322px;height:176px;padding:8px;flex-direction:column;align-items:flex-start;gap:8px}.container-text{display:flex;justify-content:center;align-items:center;gap:10px;flex:1 0 0;align-self:stretch}\n"] }); }
|
|
11
|
+
}
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmptyListComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{ selector: 'ius-empty-list', standalone: true, imports: [], template: "<div class=\"container-general\">\r\n <div class=\"container-interno\">\r\n <img [src]=\"src\" alt=\"Image\" />\r\n <div class=\"container-info\">\r\n <div class=\"container-info-interno\">\r\n <div class=\"header\">\r\n <span class=\"h5\">{{ header }}</span>\r\n </div>\r\n <div class=\"info-text\">\r\n <div class=\"container-text\">\r\n <span class=\"body-base-1\">{{ info }}</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-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:11px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid #eaeaea;background:#fff}.container-interno{display:flex;flex-direction:column;justify-content:center;align-items:center}.container-info{display:flex;padding:8px;justify-content:center;align-items:center;gap:8px;align-self:stretch}.container-info-interno{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.header{display:flex;width:170px;flex-direction:column;align-items:flex-start;gap:8px}.info-text{display:flex;width:322px;height:176px;padding:8px;flex-direction:column;align-items:flex-start;gap:8px}.container-text{display:flex;justify-content:center;align-items:center;gap:10px;flex:1 0 0;align-self:stretch}\n"] }]
|
|
15
|
+
}], propDecorators: { src: [{
|
|
16
|
+
type: Input
|
|
17
|
+
}], header: [{
|
|
18
|
+
type: Input
|
|
19
|
+
}], info: [{
|
|
20
|
+
type: Input
|
|
21
|
+
}] } });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZW1wdHktbGlzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9lbXB0eS1saXN0L2VtcHR5LWxpc3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvaXVzLWRlc2lnbi1jb21wb25lbnRzL3NyYy9saWIvZW1wdHktbGlzdC9lbXB0eS1saXN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVNqRCxNQUFNLE9BQU8sa0JBQWtCO0lBUC9CO1FBU1csUUFBRyxHQUFXLEVBQUUsQ0FBQztRQUNqQixXQUFNLEdBQVcsRUFBRSxDQUFDO1FBQ3BCLFNBQUksR0FBVyxFQUFFLENBQUM7S0FDNUI7K0dBTFksa0JBQWtCO21HQUFsQixrQkFBa0Isa0lDVC9CLGlvQkFnQk07OzRGRFBPLGtCQUFrQjtrQkFQOUIsU0FBUzsrQkFDRSxnQkFBZ0IsY0FDZCxJQUFJLFdBQ1AsRUFBRTs4QkFNRixHQUFHO3NCQUFYLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnaXVzLWVtcHR5LWxpc3QnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW10sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL2VtcHR5LWxpc3QuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi9lbXB0eS1saXN0LmNvbXBvbmVudC5zY3NzJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgRW1wdHlMaXN0Q29tcG9uZW50IHtcclxuXHJcbiAgQElucHV0KCkgc3JjOiBzdHJpbmcgPSAnJztcclxuICBASW5wdXQoKSBoZWFkZXI6IHN0cmluZyA9ICcnO1xyXG4gIEBJbnB1dCgpIGluZm86IHN0cmluZyA9ICcnO1xyXG59XHJcbiIsIjxkaXYgY2xhc3M9XCJjb250YWluZXItZ2VuZXJhbFwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1pbnRlcm5vXCI+XHJcbiAgICAgICAgPGltZyBbc3JjXT1cInNyY1wiIGFsdD1cIkltYWdlXCIgLz5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwiY29udGFpbmVyLWluZm9cIj5cclxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci1pbmZvLWludGVybm9cIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJoZWFkZXJcIj5cclxuICAgICAgICAgICAgICAgICAgICA8c3BhbiBjbGFzcz1cImg1XCI+e3sgaGVhZGVyIH19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5mby10ZXh0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lci10ZXh0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYm9keS1iYXNlLTFcIj57eyBpbmZvIH19PC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './empty-list.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9pdXMtZGVzaWduLWNvbXBvbmVudHMvc3JjL2xpYi9lbXB0eS1saXN0L2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2VtcHR5LWxpc3QuY29tcG9uZW50JztcclxuXHJcbiJdfQ==
|
package/esm2022/public-api.mjs
CHANGED
|
@@ -94,7 +94,8 @@ export * from './lib/notifications';
|
|
|
94
94
|
export * from './lib/support-panel';
|
|
95
95
|
export * from './lib/loading-component-dynamic';
|
|
96
96
|
export * from './lib/page-not-found';
|
|
97
|
+
export * from './lib/empty-list';
|
|
97
98
|
//Directivas
|
|
98
99
|
export * from './lib/directives/popover.directive';
|
|
99
100
|
export * from './lib/directives/infinite-scroll.directive';
|
|
100
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
101
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2l1cy1kZXNpZ24tY29tcG9uZW50cy9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyxnQ0FBZ0MsQ0FBQztBQUMvQyxjQUFjLHNDQUFzQyxDQUFDO0FBQ3JELGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYywrQkFBK0IsQ0FBQztBQUM5QyxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsc0NBQXNDLENBQUM7QUFDckQsY0FBYyxxQ0FBcUMsQ0FBQztBQUNwRCxjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxZQUFZLENBQUM7QUFDM0IsY0FBYyw0QkFBNEIsQ0FBQztBQUMzQyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsNEJBQTRCLENBQUM7QUFDM0MsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYyw2QkFBNkIsQ0FBQztBQUM1QyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMscUNBQXFDLENBQUM7QUFDcEQsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsZ0NBQWdDLENBQUM7QUFDL0MsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsNkJBQTZCLENBQUM7QUFDNUMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDZCQUE2QixDQUFDO0FBQzVDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsa0JBQWtCLENBQUM7QUFJakMsWUFBWTtBQUNaLGNBQWMsb0NBQW9DLENBQUM7QUFDbkQsY0FBYyw0Q0FBNEMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbi1zdGFuZGFyZC1wcmltYXJ5JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYnV0dG9uLXN0YW5kYXJkLXNlY29uZGFyeSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbi1zdGFuZGFyZC10ZXJ0aWFyeSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbi1zdGFuZGFyZC10ZXJ0aWFyeS1zbWFsbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbi1zcXVhcmVkLXNlY29uZGFyeSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbi1zcXVhcmVkLXRlcnRpYXJ5JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYnV0dG9uLWNpcmNsZS1zZWNvbmRhcnknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24tZHluYW1pYyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbi1jaXJjbGUtdGVydGlhcnknO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24tYWNjb3VudHMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZWN0aW9uLWNvbGxhcHNlLWRyYXdlci1wYXJlbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZWN0aW9uLWNvbGxhcHNlLWRyYXdlci1jaGlsZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21lbnUtaXRlbSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RvdWJsZS1kYXRlLXBpY2tlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RhdGUtcGlja2VyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZGF0ZS1ob3VyLXBpY2tlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL25hdi1yYWlsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VhcmNoLWJhcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2lucHV0LXRleHRmaWVsZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2JhZGdlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW5wdXQtc2VsZWN0JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW5wdXQtc2VsZWN0LW51bWJlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL29wdGlvbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Ryb3Bkb3duJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZHJvcGRvd24tdXNlci1tZW51JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZHJvcGRvd24tb3B0aW9uLWl0ZW0nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pY29uLXhzJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaWNvbi1zbSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ljb24tbWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9pY29uLWxnJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaWNvbi14bCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2ljb24teHhsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc2ltcGxlLWRpdmlkZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9saW5lYXItcHJvZ3Jlc3MtYmFyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvbG9hZGluZy1jaXJjbGUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kcmF3ZXItY29udGFpbmVyLXJpZ2h0JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc2xpZGUtdG9nZ2xlJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2FyZC1saXN0LW1vdmltaWVudG9zJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2FyZC1keW5hbWljLWNvbnRlbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hdmF0YXItaWNvbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhdGVnb3JpZXMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jdXN0b20tZHJvcGRvd24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jaGlwLXVzZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi90b29sYmFyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdG9vbGJhci11c2VyLW1lbnUnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9idXR0b24tYXV0aCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2lucHV0LXBhc3N3b3JkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW5wdXQtb3RwJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc25hY2tiYXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jaGFydHMtZG9udXQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jaGFydHMtYmFyLWdyb3VwZWQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9icmVhZGNydW1iJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvdXNlci1jYXJkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc2ltcGxlLXVzZXItY2FyZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NpbXBsZS1jaGlwJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2hpcCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL3NpbXBsZS1jYXJkLWNvbnRhZG9yJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZHJvcGRvd24tY29udGV4dHVhbC1tZW51JztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VnbWVudCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL25vdGlmaWNhdGlvbi1jYXJkJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2FyZC1saXN0LWNvbnN1bW8nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jaGVja2JveCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NoZWNrYm94LXJhZGlvJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYnV0dG9uLW9yZGVyJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvYnV0dG9uLWZpbHRlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2lucHV0LXNlbGVjdC1maWx0ZXInO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJkLWxpc3QtcHJvY2Vzbyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtYmxvY2snO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJkLWJ1dHRvbi1jaGVja2JveCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL29wdGlvbi1pdGVtJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZmlsdGVyLWl0ZW0nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJkLXBsYW4tc3Vic2NyaXB0aW9uJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2FyZC1wbGFuLXNtYWxsJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2FyZC11c28tcGxhbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtZ2VzdGlvbi1jdXBvJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2FyZC1pbmZvLWZhY3R1cmFjaW9uJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvaW5wdXQtbGFyZ2UnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJkLWxvZyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtdGlwby1wcm9jZXNvJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY2FyZC1saXN0LWRyYWctb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJkLWNvbGxhcHNlLWRldGFsbGUtcHJvY2Vzbyc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2l0ZW0tZG9jdW1lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJkLXRpY2tldCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtdmlnaWxhbmNpYS1qdWRpY2lhbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2J1dHRvbi1tZW51LWxpbmsnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJkLWFnZW5kYS1qdWRpY2lhbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtYWN0aXZpZGFkLWV2ZW50byc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NhcmQtZXRhcGEtc3ViZXRhcGEnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYXJkLWltcHVsc28tcHJvY2VzYWwnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jYWxpZmljYXRpb24nO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hbGVydCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2lucHV0LWNhcmQnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9ub3RpZmljYXRpb25zJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvc3VwcG9ydC1wYW5lbCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2xvYWRpbmctY29tcG9uZW50LWR5bmFtaWMnO1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9wYWdlLW5vdC1mb3VuZCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2VtcHR5LWxpc3QnO1xyXG5cclxuXHJcblxyXG4vL0RpcmVjdGl2YXNcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvZGlyZWN0aXZlcy9wb3BvdmVyLmRpcmVjdGl2ZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RpcmVjdGl2ZXMvaW5maW5pdGUtc2Nyb2xsLmRpcmVjdGl2ZSc7Il19
|
|
@@ -7426,6 +7426,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
7426
7426
|
type: Input
|
|
7427
7427
|
}] } });
|
|
7428
7428
|
|
|
7429
|
+
class EmptyListComponent {
|
|
7430
|
+
constructor() {
|
|
7431
|
+
this.src = '';
|
|
7432
|
+
this.header = '';
|
|
7433
|
+
this.info = '';
|
|
7434
|
+
}
|
|
7435
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmptyListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7436
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: EmptyListComponent, isStandalone: true, selector: "ius-empty-list", inputs: { src: "src", header: "header", info: "info" }, ngImport: i0, template: "<div class=\"container-general\">\r\n <div class=\"container-interno\">\r\n <img [src]=\"src\" alt=\"Image\" />\r\n <div class=\"container-info\">\r\n <div class=\"container-info-interno\">\r\n <div class=\"header\">\r\n <span class=\"h5\">{{ header }}</span>\r\n </div>\r\n <div class=\"info-text\">\r\n <div class=\"container-text\">\r\n <span class=\"body-base-1\">{{ info }}</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-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:11px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid #eaeaea;background:#fff}.container-interno{display:flex;flex-direction:column;justify-content:center;align-items:center}.container-info{display:flex;padding:8px;justify-content:center;align-items:center;gap:8px;align-self:stretch}.container-info-interno{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.header{display:flex;width:170px;flex-direction:column;align-items:flex-start;gap:8px}.info-text{display:flex;width:322px;height:176px;padding:8px;flex-direction:column;align-items:flex-start;gap:8px}.container-text{display:flex;justify-content:center;align-items:center;gap:10px;flex:1 0 0;align-self:stretch}\n"] }); }
|
|
7437
|
+
}
|
|
7438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: EmptyListComponent, decorators: [{
|
|
7439
|
+
type: Component,
|
|
7440
|
+
args: [{ selector: 'ius-empty-list', standalone: true, imports: [], template: "<div class=\"container-general\">\r\n <div class=\"container-interno\">\r\n <img [src]=\"src\" alt=\"Image\" />\r\n <div class=\"container-info\">\r\n <div class=\"container-info-interno\">\r\n <div class=\"header\">\r\n <span class=\"h5\">{{ header }}</span>\r\n </div>\r\n <div class=\"info-text\">\r\n <div class=\"container-text\">\r\n <span class=\"body-base-1\">{{ info }}</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-base-1,.body-base-1-1{font-family:Rubik,sans-serif;font-size:.875rem;font-weight:400;line-height:20px;letter-spacing:.28px}.body-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;letter-spacing:.28px}.body-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:400;line-height:16px;font-style:italic;letter-spacing:.28px}.caption-sm{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;letter-spacing:.28px}.caption-sm-italic{font-family:Rubik,sans-serif;font-size:.75rem;font-weight:500;line-height:16px;font-style:italic;letter-spacing:.28px}.container-general{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:11px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid #eaeaea;background:#fff}.container-interno{display:flex;flex-direction:column;justify-content:center;align-items:center}.container-info{display:flex;padding:8px;justify-content:center;align-items:center;gap:8px;align-self:stretch}.container-info-interno{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.header{display:flex;width:170px;flex-direction:column;align-items:flex-start;gap:8px}.info-text{display:flex;width:322px;height:176px;padding:8px;flex-direction:column;align-items:flex-start;gap:8px}.container-text{display:flex;justify-content:center;align-items:center;gap:10px;flex:1 0 0;align-self:stretch}\n"] }]
|
|
7441
|
+
}], propDecorators: { src: [{
|
|
7442
|
+
type: Input
|
|
7443
|
+
}], header: [{
|
|
7444
|
+
type: Input
|
|
7445
|
+
}], info: [{
|
|
7446
|
+
type: Input
|
|
7447
|
+
}] } });
|
|
7448
|
+
|
|
7429
7449
|
class InfiniteScrollDirective {
|
|
7430
7450
|
constructor(host) {
|
|
7431
7451
|
this.host = host;
|
|
@@ -7480,5 +7500,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
7480
7500
|
* Generated bundle index. Do not edit.
|
|
7481
7501
|
*/
|
|
7482
7502
|
|
|
7483
|
-
export { AlertComponent, AvatarIconComponent, BadgeComponent, BreadcrumbComponent, ButtonAccountsComponent, ButtonAuthComponent, ButtonCircleSecondaryComponent, ButtonCircleTertiaryComponent, ButtonDynamicComponent, ButtonFilterComponent, ButtonMenuLinkComponent, ButtonOrderComponent, ButtonSquaredSecondaryComponent, ButtonSquaredTertiaryComponent, ButtonStandardPrimaryComponent, ButtonStandardSecondaryComponent, ButtonStandardTertiaryComponent, ButtonStandardTertiarySmallComponent, CalificationComponent, CardActividadEventoComponent, CardAgendaJudicialComponent, CardBlockComponent, CardButtonCheckboxComponent, CardCollapseDetalleProcesoComponent, CardDynamicContentComponent, CardEtapaSubetapaComponent, CardGestionCupoComponent, CardImpulsoProcesalComponent, CardInfoFacturacionComponent, CardListConsumoComponent, CardListDragOnComponent, CardListMovimientosComponent, CardListProcesoComponent, CardLogComponent, CardPlanSmallComponent, CardPlanSubscriptionComponent, CardTicketComponent, CardTipoProcesoComponent, CardUsoPlanComponent, CardVigilanciaJudicialComponent, CategoriesComponent, ChartsDonutComponent, CheckboxComponent, CheckboxRadioComponent, ChipComponent, ChipUserComponent, CustomDropdownComponent, DateHourPickerComponent, DatePickerComponent, DoubleDatePickerComponent, DrawerContainerRightComponent, DropdownComponent, DropdownContextualMenuComponent, DropdownOptionItemComponent, DropdownUserMenuComponent, FilterItemComponent, IconLgComponent, IconMdComponent, IconSmComponent, IconXlComponent, IconXsComponent, IconXxlComponent, InfiniteScrollDirective, InputCardComponent, InputLargeComponent, InputOtpComponent, InputPasswordComponent, InputSelectComponent, InputSelectFilterComponent, InputSelectNumberComponent, InputTextfieldComponent, ItemDocumentComponent, IusChartsBarGroupedComponent, LinearProgressBarComponent, LoadingCircleComponent, LoadingComponentDynamicComponent, MenuItemComponent, NavRailComponent, NotificationCardComponent, NotificationsComponent, OptionComponent, OptionItemComponent, PageNotFoundComponent, PopoverDirective, SearchBarComponent, SectionCollapseDrawerChildComponent, SectionCollapseDrawerParentComponent, SegmentComponent, SimpleCardContadorComponent, SimpleChipComponent, SimpleDividerComponent, SimpleUserCardComponent, SlideToggleComponent, SnackbarComponent, SupportPanelComponent, ToolbarComponent, ToolbarUserMenuComponent, UserCardComponent };
|
|
7503
|
+
export { AlertComponent, AvatarIconComponent, BadgeComponent, BreadcrumbComponent, ButtonAccountsComponent, ButtonAuthComponent, ButtonCircleSecondaryComponent, ButtonCircleTertiaryComponent, ButtonDynamicComponent, ButtonFilterComponent, ButtonMenuLinkComponent, ButtonOrderComponent, ButtonSquaredSecondaryComponent, ButtonSquaredTertiaryComponent, ButtonStandardPrimaryComponent, ButtonStandardSecondaryComponent, ButtonStandardTertiaryComponent, ButtonStandardTertiarySmallComponent, CalificationComponent, CardActividadEventoComponent, CardAgendaJudicialComponent, CardBlockComponent, CardButtonCheckboxComponent, CardCollapseDetalleProcesoComponent, CardDynamicContentComponent, CardEtapaSubetapaComponent, CardGestionCupoComponent, CardImpulsoProcesalComponent, CardInfoFacturacionComponent, CardListConsumoComponent, CardListDragOnComponent, CardListMovimientosComponent, CardListProcesoComponent, CardLogComponent, CardPlanSmallComponent, CardPlanSubscriptionComponent, CardTicketComponent, CardTipoProcesoComponent, CardUsoPlanComponent, CardVigilanciaJudicialComponent, CategoriesComponent, ChartsDonutComponent, CheckboxComponent, CheckboxRadioComponent, ChipComponent, ChipUserComponent, CustomDropdownComponent, DateHourPickerComponent, DatePickerComponent, DoubleDatePickerComponent, DrawerContainerRightComponent, DropdownComponent, DropdownContextualMenuComponent, DropdownOptionItemComponent, DropdownUserMenuComponent, EmptyListComponent, FilterItemComponent, IconLgComponent, IconMdComponent, IconSmComponent, IconXlComponent, IconXsComponent, IconXxlComponent, InfiniteScrollDirective, InputCardComponent, InputLargeComponent, InputOtpComponent, InputPasswordComponent, InputSelectComponent, InputSelectFilterComponent, InputSelectNumberComponent, InputTextfieldComponent, ItemDocumentComponent, IusChartsBarGroupedComponent, LinearProgressBarComponent, LoadingCircleComponent, LoadingComponentDynamicComponent, MenuItemComponent, NavRailComponent, NotificationCardComponent, NotificationsComponent, OptionComponent, OptionItemComponent, PageNotFoundComponent, PopoverDirective, SearchBarComponent, SectionCollapseDrawerChildComponent, SectionCollapseDrawerParentComponent, SegmentComponent, SimpleCardContadorComponent, SimpleChipComponent, SimpleDividerComponent, SimpleUserCardComponent, SlideToggleComponent, SnackbarComponent, SupportPanelComponent, ToolbarComponent, ToolbarUserMenuComponent, UserCardComponent };
|
|
7484
7504
|
//# sourceMappingURL=litigiovirtual-ius-design-components.mjs.map
|