@siemens/ix-angular 2.1.0-beta.1 → 2.1.0-beta.2
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/components.d.ts
CHANGED
|
@@ -116,7 +116,7 @@ export declare class IxCard {
|
|
|
116
116
|
protected el: HTMLElement;
|
|
117
117
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
118
118
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxCard, never>;
|
|
119
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxCard, "ix-card", never, { "variant": "variant"; }, {}, never, ["*"]>;
|
|
119
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxCard, "ix-card", never, { "selected": "selected"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
120
120
|
}
|
|
121
121
|
export declare interface IxCard extends Components.IxCard {
|
|
122
122
|
}
|