igniteui-angular 15.0.17 → 15.0.18
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/esm2020/lib/card/card.component.mjs +2 -15
- package/fesm2015/igniteui-angular.mjs +1 -14
- package/fesm2015/igniteui-angular.mjs.map +1 -1
- package/fesm2020/igniteui-angular.mjs +1 -14
- package/fesm2020/igniteui-angular.mjs.map +1 -1
- package/lib/card/card.component.d.ts +0 -10
- package/package.json +1 -1
- package/src/lib/card/README.md +0 -1
|
@@ -33645,20 +33645,10 @@ class IgxCardHeaderComponent {
|
|
|
33645
33645
|
* ```
|
|
33646
33646
|
*/
|
|
33647
33647
|
this.vertical = false;
|
|
33648
|
-
/**
|
|
33649
|
-
* An @Input property that sets the value of the `role` attribute of the card header.
|
|
33650
|
-
* By default the value is set to `header`.
|
|
33651
|
-
*
|
|
33652
|
-
* @example
|
|
33653
|
-
* ```html
|
|
33654
|
-
* <igx-card-header role="header"></igx-card-header>
|
|
33655
|
-
* ```
|
|
33656
|
-
*/
|
|
33657
|
-
this.role = 'header';
|
|
33658
33648
|
}
|
|
33659
33649
|
}
|
|
33660
33650
|
IgxCardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: IgxCardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
33661
|
-
IgxCardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: IgxCardHeaderComponent, selector: "igx-card-header", inputs: { vertical: "vertical" }, host: { properties: { "class.igx-card-header": "this.cssClass", "class.igx-card-header--vertical": "this.vertical"
|
|
33651
|
+
IgxCardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: IgxCardHeaderComponent, selector: "igx-card-header", inputs: { vertical: "vertical" }, host: { properties: { "class.igx-card-header": "this.cssClass", "class.igx-card-header--vertical": "this.vertical" } }, ngImport: i0, template: "<div class=\"igx-card-header__thumbnail\">\n <ng-content select=\"igx-avatar, igx-card-media, [igxCardThumbnail]\"></ng-content>\n</div>\n\n<div class=\"igx-card-header__titles\">\n <ng-content select=\"\n [igxCardHeaderTitle],\n [igxCardHeaderSubtitle],\n .igx-card-header__title,\n .igx-card-header__subtitle\">\n </ng-content>\n</div>\n\n<ng-content></ng-content>\n" });
|
|
33662
33652
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: IgxCardHeaderComponent, decorators: [{
|
|
33663
33653
|
type: Component,
|
|
33664
33654
|
args: [{ selector: 'igx-card-header', template: "<div class=\"igx-card-header__thumbnail\">\n <ng-content select=\"igx-avatar, igx-card-media, [igxCardThumbnail]\"></ng-content>\n</div>\n\n<div class=\"igx-card-header__titles\">\n <ng-content select=\"\n [igxCardHeaderTitle],\n [igxCardHeaderSubtitle],\n .igx-card-header__title,\n .igx-card-header__subtitle\">\n </ng-content>\n</div>\n\n<ng-content></ng-content>\n" }]
|
|
@@ -33670,9 +33660,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
33670
33660
|
args: ['class.igx-card-header--vertical']
|
|
33671
33661
|
}, {
|
|
33672
33662
|
type: Input
|
|
33673
|
-
}], role: [{
|
|
33674
|
-
type: HostBinding,
|
|
33675
|
-
args: ['attr.role']
|
|
33676
33663
|
}] } });
|
|
33677
33664
|
/**
|
|
33678
33665
|
* IgxCardThumbnail is container for the card thumbnail section.
|