@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.
|
@@ -364,10 +364,10 @@ let IxCard = class IxCard {
|
|
|
364
364
|
}
|
|
365
365
|
};
|
|
366
366
|
/** @nocollapse */ IxCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
367
|
-
/** @nocollapse */ IxCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxCard, selector: "ix-card", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
367
|
+
/** @nocollapse */ IxCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: IxCard, selector: "ix-card", inputs: { selected: "selected", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
368
368
|
IxCard = __decorate([
|
|
369
369
|
ProxyCmp({
|
|
370
|
-
inputs: ['variant']
|
|
370
|
+
inputs: ['selected', 'variant']
|
|
371
371
|
})
|
|
372
372
|
], IxCard);
|
|
373
373
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: IxCard, decorators: [{
|
|
@@ -377,7 +377,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
377
377
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
378
378
|
template: '<ng-content></ng-content>',
|
|
379
379
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
380
|
-
inputs: ['variant'],
|
|
380
|
+
inputs: ['selected', 'variant'],
|
|
381
381
|
}]
|
|
382
382
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
383
383
|
let IxCardAccordion = class IxCardAccordion {
|