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
|
@@ -52,16 +52,6 @@ export declare class IgxCardHeaderComponent {
|
|
|
52
52
|
* ```
|
|
53
53
|
*/
|
|
54
54
|
vertical: boolean;
|
|
55
|
-
/**
|
|
56
|
-
* An @Input property that sets the value of the `role` attribute of the card header.
|
|
57
|
-
* By default the value is set to `header`.
|
|
58
|
-
*
|
|
59
|
-
* @example
|
|
60
|
-
* ```html
|
|
61
|
-
* <igx-card-header role="header"></igx-card-header>
|
|
62
|
-
* ```
|
|
63
|
-
*/
|
|
64
|
-
role: string;
|
|
65
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgxCardHeaderComponent, never>;
|
|
66
56
|
static ɵcmp: i0.ɵɵComponentDeclaration<IgxCardHeaderComponent, "igx-card-header", never, { "vertical": "vertical"; }, {}, never, ["igx-avatar, igx-card-media, [igxCardThumbnail]", "\n [igxCardHeaderTitle],\n [igxCardHeaderSubtitle],\n .igx-card-header__title,\n .igx-card-header__subtitle", "*"], false, never>;
|
|
67
57
|
}
|
package/package.json
CHANGED
package/src/lib/card/README.md
CHANGED
|
@@ -47,7 +47,6 @@ Supporting directives and components:
|
|
|
47
47
|
## igx-card-header
|
|
48
48
|
| Name | Type | Description |
|
|
49
49
|
|:----------|:-------------:|:------|
|
|
50
|
-
| `role` | string | The role attribute of the card header. By default it's set to `header`. |
|
|
51
50
|
| `vertical` | boolean | Sets the header layout direction. When set to `true` the card content is vertically layed out. |
|
|
52
51
|
|
|
53
52
|
## igx-card-media
|