@eui/mobile-core 16.2.0-snapshot-1702548914973 → 16.2.0
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/docs/components/EuimSkeletonListComponent.html +26 -92
- package/docs/dependencies.html +2 -2
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuimSkeletonListModule.html +10 -0
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +7 -9
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.module.mjs +7 -3
- package/fesm2022/eui-mobile-core.mjs +48 -48
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-skeleton-list/euim-skeleton-list.component.d.ts +2 -4
- package/lib/components/euim-skeleton-list/euim-skeleton-list.component.d.ts.map +1 -1
- package/lib/components/euim-skeleton-list/euim-skeleton-list.module.d.ts +2 -1
- package/lib/components/euim-skeleton-list/euim-skeleton-list.module.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -80,6 +80,16 @@
|
|
|
80
80
|
</li>
|
|
81
81
|
</ul>
|
|
82
82
|
</div>
|
|
83
|
+
<div class="col-sm-3">
|
|
84
|
+
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
|
|
85
|
+
title="Official documentation about module imports"><span
|
|
86
|
+
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
87
|
+
<ul class="list-group">
|
|
88
|
+
<li class="list-group-item">
|
|
89
|
+
<a href="../modules/EuimSkeletonListItemModule.html">EuimSkeletonListItemModule</a>
|
|
90
|
+
</li>
|
|
91
|
+
</ul>
|
|
92
|
+
</div>
|
|
83
93
|
<div class="col-sm-3">
|
|
84
94
|
<h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer"
|
|
85
95
|
title="Official documentation about module exports"><span
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
import { Component,
|
|
1
|
+
import { Component, Input } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "../euim-skeleton-list-item/euim-skeleton-list-item.component";
|
|
4
5
|
export class EuimSkeletonListComponent {
|
|
5
6
|
constructor() {
|
|
6
7
|
this.items = 3;
|
|
7
8
|
}
|
|
8
|
-
|
|
9
|
+
get itemsArray() {
|
|
9
10
|
return Array.from({ length: this.items });
|
|
10
11
|
}
|
|
11
12
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSkeletonListComponent, selector: "euim-skeleton-list", inputs: { items: "items" },
|
|
13
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSkeletonListComponent, selector: "euim-skeleton-list", inputs: { items: "items" }, ngImport: i0, template: "<div class=\"euim-skeleton-list\">\n <ng-container *ngFor=\"let _ of itemsArray\">\n <euim-skeleton-list-item></euim-skeleton-list-item>\n </ng-container>\n</div>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i2.EuimSkeletonListItemComponent, selector: "euim-skeleton-list-item", inputs: ["hasAvatar", "hasTitle", "hasSubtitle", "hasMetaLine", "isAnimated", "avatarType", "separator", "titleWidth", "subTitleWidth", "metaLineWidth"] }] }); }
|
|
13
14
|
}
|
|
14
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListComponent, decorators: [{
|
|
15
16
|
type: Component,
|
|
16
|
-
args: [{ selector: 'euim-skeleton-list', template: "<div
|
|
17
|
-
}], propDecorators: {
|
|
18
|
-
type: ContentChild,
|
|
19
|
-
args: [TemplateRef]
|
|
20
|
-
}], items: [{
|
|
17
|
+
args: [{ selector: 'euim-skeleton-list', template: "<div class=\"euim-skeleton-list\">\n <ng-container *ngFor=\"let _ of itemsArray\">\n <euim-skeleton-list-item></euim-skeleton-list-item>\n </ng-container>\n</div>" }]
|
|
18
|
+
}], propDecorators: { items: [{
|
|
21
19
|
type: Input
|
|
22
20
|
}] } });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1za2VsZXRvbi1saXN0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9ldWltLXNrZWxldG9uLWxpc3QvZXVpbS1za2VsZXRvbi1saXN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9ldWltLXNrZWxldG9uLWxpc3QvZXVpbS1za2VsZXRvbi1saXN0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBTWpELE1BQU0sT0FBTyx5QkFBeUI7SUFKdEM7UUFLVyxVQUFLLEdBQUcsQ0FBQyxDQUFDO0tBS3BCO0lBSEMsSUFBSSxVQUFVO1FBQ1osT0FBTyxLQUFLLENBQUMsSUFBSSxDQUFDLEVBQUUsTUFBTSxFQUFFLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQyxDQUFDO0lBQzVDLENBQUM7a0lBTFUseUJBQXlCO3NIQUF6Qix5QkFBeUIsc0ZDTnRDLCtLQUlNOzs0RkRFTyx5QkFBeUI7a0JBSnJDLFNBQVM7K0JBQ0Usb0JBQW9COzhCQUlyQixLQUFLO3NCQUFiLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2V1aW0tc2tlbGV0b24tbGlzdCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9ldWltLXNrZWxldG9uLWxpc3QuY29tcG9uZW50Lmh0bWwnLFxufSlcbmV4cG9ydCBjbGFzcyBFdWltU2tlbGV0b25MaXN0Q29tcG9uZW50IHtcbiAgQElucHV0KCkgaXRlbXMgPSAzO1xuXG4gIGdldCBpdGVtc0FycmF5KCk6IG51bWJlcltdIHtcbiAgICByZXR1cm4gQXJyYXkuZnJvbSh7IGxlbmd0aDogdGhpcy5pdGVtcyB9KTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImV1aW0tc2tlbGV0b24tbGlzdFwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IF8gb2YgaXRlbXNBcnJheVwiPlxuICAgICAgPGV1aW0tc2tlbGV0b24tbGlzdC1pdGVtPjwvZXVpbS1za2VsZXRvbi1saXN0LWl0ZW0+XG4gICAgPC9uZy1jb250YWluZXI+XG48L2Rpdj4iXX0=
|
|
@@ -2,6 +2,7 @@ import { NgModule } from '@angular/core';
|
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { EuimSkeletonListComponent } from './euim-skeleton-list.component';
|
|
4
4
|
import { IonicModule } from '@ionic/angular';
|
|
5
|
+
import { EuimSkeletonListItemModule } from '../euim-skeleton-list-item/euim-skeleton-list-item.module';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
const COMPONENTS = [
|
|
7
8
|
EuimSkeletonListComponent,
|
|
@@ -9,9 +10,11 @@ const COMPONENTS = [
|
|
|
9
10
|
export class EuimSkeletonListModule {
|
|
10
11
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
11
12
|
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListModule, declarations: [EuimSkeletonListComponent], imports: [CommonModule,
|
|
12
|
-
IonicModule
|
|
13
|
+
IonicModule,
|
|
14
|
+
EuimSkeletonListItemModule], exports: [EuimSkeletonListComponent] }); }
|
|
13
15
|
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListModule, imports: [CommonModule,
|
|
14
|
-
IonicModule
|
|
16
|
+
IonicModule,
|
|
17
|
+
EuimSkeletonListItemModule] }); }
|
|
15
18
|
}
|
|
16
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListModule, decorators: [{
|
|
17
20
|
type: NgModule,
|
|
@@ -19,6 +22,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
19
22
|
imports: [
|
|
20
23
|
CommonModule,
|
|
21
24
|
IonicModule,
|
|
25
|
+
EuimSkeletonListItemModule,
|
|
22
26
|
],
|
|
23
27
|
exports: [
|
|
24
28
|
...COMPONENTS,
|
|
@@ -28,4 +32,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
28
32
|
],
|
|
29
33
|
}]
|
|
30
34
|
}] });
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
35
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1za2VsZXRvbi1saXN0Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9ldWltLXNrZWxldG9uLWxpc3QvZXVpbS1za2VsZXRvbi1saXN0Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUMzRSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sMkRBQTJELENBQUM7O0FBRXZHLE1BQU0sVUFBVSxHQUFHO0lBQ2YseUJBQXlCO0NBQzVCLENBQUM7QUFnQkYsTUFBTSxPQUFPLHNCQUFzQjtrSUFBdEIsc0JBQXNCO21JQUF0QixzQkFBc0IsaUJBakIvQix5QkFBeUIsYUFNckIsWUFBWTtZQUNaLFdBQVc7WUFDWCwwQkFBMEIsYUFSOUIseUJBQXlCO21JQWlCaEIsc0JBQXNCLFlBWDNCLFlBQVk7WUFDWixXQUFXO1lBQ1gsMEJBQTBCOzs0RkFTckIsc0JBQXNCO2tCQWRsQyxRQUFRO21CQUFDO29CQUVOLE9BQU8sRUFBRTt3QkFDTCxZQUFZO3dCQUNaLFdBQVc7d0JBQ1gsMEJBQTBCO3FCQUM3QjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsR0FBRyxVQUFVO3FCQUNoQjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1YsR0FBRyxVQUFVO3FCQUNoQjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgRXVpbVNrZWxldG9uTGlzdENvbXBvbmVudCB9IGZyb20gJy4vZXVpbS1za2VsZXRvbi1saXN0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBJb25pY01vZHVsZSB9IGZyb20gJ0Bpb25pYy9hbmd1bGFyJztcbmltcG9ydCB7IEV1aW1Ta2VsZXRvbkxpc3RJdGVtTW9kdWxlIH0gZnJvbSAnLi4vZXVpbS1za2VsZXRvbi1saXN0LWl0ZW0vZXVpbS1za2VsZXRvbi1saXN0LWl0ZW0ubW9kdWxlJztcblxuY29uc3QgQ09NUE9ORU5UUyA9IFtcbiAgICBFdWltU2tlbGV0b25MaXN0Q29tcG9uZW50LFxuXTtcblxuQE5nTW9kdWxlKHtcblxuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBJb25pY01vZHVsZSxcbiAgICAgICAgRXVpbVNrZWxldG9uTGlzdEl0ZW1Nb2R1bGUsXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIC4uLkNPTVBPTkVOVFMsXG4gICAgXSxcbiAgICBkZWNsYXJhdGlvbnM6IFtcbiAgICAgICAgLi4uQ09NUE9ORU5UUyxcbiAgICBdLFxufSlcbmV4cG9ydCBjbGFzcyBFdWltU2tlbGV0b25MaXN0TW9kdWxlIHtcbn1cbiJdfQ==
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { coerceBoolean } from '@eui/base';
|
|
2
2
|
export * from '@eui/base';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { Injectable, Directive, HostBinding, Input, Component, ViewEncapsulation, NgModule, EventEmitter, ChangeDetectionStrategy, Output, ContentChildren, ViewChild, HostListener
|
|
4
|
+
import { Injectable, Directive, HostBinding, Input, Component, ViewEncapsulation, NgModule, EventEmitter, ChangeDetectionStrategy, Output, ContentChildren, ViewChild, HostListener } from '@angular/core';
|
|
5
5
|
import { BehaviorSubject, Subject } from 'rxjs';
|
|
6
6
|
import { coerceBooleanProperty } from '@angular/cdk/coercion';
|
|
7
7
|
import * as i2 from '@angular/common';
|
|
@@ -3470,52 +3470,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3470
3470
|
}]
|
|
3471
3471
|
}] });
|
|
3472
3472
|
|
|
3473
|
-
class EuimSkeletonListComponent {
|
|
3474
|
-
constructor() {
|
|
3475
|
-
this.items = 3;
|
|
3476
|
-
}
|
|
3477
|
-
getItemsArray() {
|
|
3478
|
-
return Array.from({ length: this.items });
|
|
3479
|
-
}
|
|
3480
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3481
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSkeletonListComponent, selector: "euim-skeleton-list", inputs: { items: "items" }, queries: [{ propertyName: "itemTemplate", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<div *ngFor=\"let item of getItemsArray()\">\n <ng-container [ngTemplateOutlet]=\"itemTemplate\"></ng-container>\n</div>", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
|
|
3482
|
-
}
|
|
3483
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListComponent, decorators: [{
|
|
3484
|
-
type: Component,
|
|
3485
|
-
args: [{ selector: 'euim-skeleton-list', template: "<div *ngFor=\"let item of getItemsArray()\">\n <ng-container [ngTemplateOutlet]=\"itemTemplate\"></ng-container>\n</div>" }]
|
|
3486
|
-
}], propDecorators: { itemTemplate: [{
|
|
3487
|
-
type: ContentChild,
|
|
3488
|
-
args: [TemplateRef]
|
|
3489
|
-
}], items: [{
|
|
3490
|
-
type: Input
|
|
3491
|
-
}] } });
|
|
3492
|
-
|
|
3493
|
-
const COMPONENTS$1 = [
|
|
3494
|
-
EuimSkeletonListComponent,
|
|
3495
|
-
];
|
|
3496
|
-
class EuimSkeletonListModule {
|
|
3497
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3498
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListModule, declarations: [EuimSkeletonListComponent], imports: [CommonModule,
|
|
3499
|
-
IonicModule], exports: [EuimSkeletonListComponent] }); }
|
|
3500
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListModule, imports: [CommonModule,
|
|
3501
|
-
IonicModule] }); }
|
|
3502
|
-
}
|
|
3503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListModule, decorators: [{
|
|
3504
|
-
type: NgModule,
|
|
3505
|
-
args: [{
|
|
3506
|
-
imports: [
|
|
3507
|
-
CommonModule,
|
|
3508
|
-
IonicModule,
|
|
3509
|
-
],
|
|
3510
|
-
exports: [
|
|
3511
|
-
...COMPONENTS$1,
|
|
3512
|
-
],
|
|
3513
|
-
declarations: [
|
|
3514
|
-
...COMPONENTS$1,
|
|
3515
|
-
],
|
|
3516
|
-
}]
|
|
3517
|
-
}] });
|
|
3518
|
-
|
|
3519
3473
|
class EuimSkeletonListItemComponent {
|
|
3520
3474
|
get cssClasses() {
|
|
3521
3475
|
return this.getCssClasses();
|
|
@@ -3593,7 +3547,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3593
3547
|
type: Input
|
|
3594
3548
|
}] } });
|
|
3595
3549
|
|
|
3596
|
-
|
|
3550
|
+
class EuimSkeletonListComponent {
|
|
3551
|
+
constructor() {
|
|
3552
|
+
this.items = 3;
|
|
3553
|
+
}
|
|
3554
|
+
get itemsArray() {
|
|
3555
|
+
return Array.from({ length: this.items });
|
|
3556
|
+
}
|
|
3557
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3558
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSkeletonListComponent, selector: "euim-skeleton-list", inputs: { items: "items" }, ngImport: i0, template: "<div class=\"euim-skeleton-list\">\n <ng-container *ngFor=\"let _ of itemsArray\">\n <euim-skeleton-list-item></euim-skeleton-list-item>\n </ng-container>\n</div>", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: EuimSkeletonListItemComponent, selector: "euim-skeleton-list-item", inputs: ["hasAvatar", "hasTitle", "hasSubtitle", "hasMetaLine", "isAnimated", "avatarType", "separator", "titleWidth", "subTitleWidth", "metaLineWidth"] }] }); }
|
|
3559
|
+
}
|
|
3560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListComponent, decorators: [{
|
|
3561
|
+
type: Component,
|
|
3562
|
+
args: [{ selector: 'euim-skeleton-list', template: "<div class=\"euim-skeleton-list\">\n <ng-container *ngFor=\"let _ of itemsArray\">\n <euim-skeleton-list-item></euim-skeleton-list-item>\n </ng-container>\n</div>" }]
|
|
3563
|
+
}], propDecorators: { items: [{
|
|
3564
|
+
type: Input
|
|
3565
|
+
}] } });
|
|
3566
|
+
|
|
3567
|
+
const COMPONENTS$1 = [
|
|
3597
3568
|
EuimSkeletonListItemComponent,
|
|
3598
3569
|
];
|
|
3599
3570
|
class EuimSkeletonListItemModule {
|
|
@@ -3610,6 +3581,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3610
3581
|
CommonModule,
|
|
3611
3582
|
IonicModule,
|
|
3612
3583
|
],
|
|
3584
|
+
exports: [
|
|
3585
|
+
...COMPONENTS$1,
|
|
3586
|
+
],
|
|
3587
|
+
declarations: [
|
|
3588
|
+
...COMPONENTS$1,
|
|
3589
|
+
],
|
|
3590
|
+
}]
|
|
3591
|
+
}] });
|
|
3592
|
+
|
|
3593
|
+
const COMPONENTS = [
|
|
3594
|
+
EuimSkeletonListComponent,
|
|
3595
|
+
];
|
|
3596
|
+
class EuimSkeletonListModule {
|
|
3597
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3598
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListModule, declarations: [EuimSkeletonListComponent], imports: [CommonModule,
|
|
3599
|
+
IonicModule,
|
|
3600
|
+
EuimSkeletonListItemModule], exports: [EuimSkeletonListComponent] }); }
|
|
3601
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListModule, imports: [CommonModule,
|
|
3602
|
+
IonicModule,
|
|
3603
|
+
EuimSkeletonListItemModule] }); }
|
|
3604
|
+
}
|
|
3605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListModule, decorators: [{
|
|
3606
|
+
type: NgModule,
|
|
3607
|
+
args: [{
|
|
3608
|
+
imports: [
|
|
3609
|
+
CommonModule,
|
|
3610
|
+
IonicModule,
|
|
3611
|
+
EuimSkeletonListItemModule,
|
|
3612
|
+
],
|
|
3613
3613
|
exports: [
|
|
3614
3614
|
...COMPONENTS,
|
|
3615
3615
|
],
|