[59329aa] | 1 | import * as i0 from '@angular/core';
|
---|
| 2 | import { Component, ChangeDetectionStrategy, ViewEncapsulation, Input, NgModule } from '@angular/core';
|
---|
| 3 | import * as i1 from '@angular/common';
|
---|
| 4 | import { CommonModule } from '@angular/common';
|
---|
| 5 |
|
---|
| 6 | class AvatarGroup {
|
---|
| 7 | }
|
---|
| 8 | AvatarGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AvatarGroup, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
---|
| 9 | AvatarGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.0", type: AvatarGroup, selector: "p-avatarGroup", inputs: { styleClass: "styleClass", style: "style" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
|
---|
| 10 | <div [ngClass]="'p-avatar-group p-component'" [class]="styleClass" [ngStyle]="style">
|
---|
| 11 | <ng-content></ng-content>
|
---|
| 12 | </div>
|
---|
| 13 | `, isInline: true, styles: [".p-avatar-group p-avatar+p-avatar{margin-left:-1rem}.p-avatar-group{display:flex;align-items:center}\n"], directives: [{ type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
---|
| 14 | i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AvatarGroup, decorators: [{
|
---|
| 15 | type: Component,
|
---|
| 16 | args: [{ selector: 'p-avatarGroup', template: `
|
---|
| 17 | <div [ngClass]="'p-avatar-group p-component'" [class]="styleClass" [ngStyle]="style">
|
---|
| 18 | <ng-content></ng-content>
|
---|
| 19 | </div>
|
---|
| 20 | `, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
|
---|
| 21 | 'class': 'p-element'
|
---|
| 22 | }, styles: [".p-avatar-group p-avatar+p-avatar{margin-left:-1rem}.p-avatar-group{display:flex;align-items:center}\n"] }]
|
---|
| 23 | }], propDecorators: { styleClass: [{
|
---|
| 24 | type: Input
|
---|
| 25 | }], style: [{
|
---|
| 26 | type: Input
|
---|
| 27 | }] } });
|
---|
| 28 | class AvatarGroupModule {
|
---|
| 29 | }
|
---|
| 30 | AvatarGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AvatarGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
---|
| 31 | AvatarGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AvatarGroupModule, declarations: [AvatarGroup], imports: [CommonModule], exports: [AvatarGroup] });
|
---|
| 32 | AvatarGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AvatarGroupModule, imports: [[CommonModule]] });
|
---|
| 33 | i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.0", ngImport: i0, type: AvatarGroupModule, decorators: [{
|
---|
| 34 | type: NgModule,
|
---|
| 35 | args: [{
|
---|
| 36 | imports: [CommonModule],
|
---|
| 37 | exports: [AvatarGroup],
|
---|
| 38 | declarations: [AvatarGroup]
|
---|
| 39 | }]
|
---|
| 40 | }] });
|
---|
| 41 |
|
---|
| 42 | /**
|
---|
| 43 | * Generated bundle index. Do not edit.
|
---|
| 44 | */
|
---|
| 45 |
|
---|
| 46 | export { AvatarGroup, AvatarGroupModule };
|
---|