@getflip/swirl-components-angular 0.308.0 → 0.309.1
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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +28 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
|
@@ -6523,11 +6523,11 @@ let SwirlImageGrid = class SwirlImageGrid {
|
|
|
6523
6523
|
this.el = r.nativeElement;
|
|
6524
6524
|
}
|
|
6525
6525
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlImageGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6526
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlImageGrid, selector: "swirl-image-grid", inputs: { aspectRatio: "aspectRatio", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6526
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlImageGrid, selector: "swirl-image-grid", inputs: { aspectRatio: "aspectRatio", borderRadius: "borderRadius", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6527
6527
|
};
|
|
6528
6528
|
SwirlImageGrid = __decorate([
|
|
6529
6529
|
ProxyCmp({
|
|
6530
|
-
inputs: ['aspectRatio', 'label']
|
|
6530
|
+
inputs: ['aspectRatio', 'borderRadius', 'label']
|
|
6531
6531
|
})
|
|
6532
6532
|
], SwirlImageGrid);
|
|
6533
6533
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlImageGrid, decorators: [{
|
|
@@ -6537,7 +6537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
6537
6537
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6538
6538
|
template: '<ng-content></ng-content>',
|
|
6539
6539
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
6540
|
-
inputs: ['aspectRatio', 'label'],
|
|
6540
|
+
inputs: ['aspectRatio', 'borderRadius', 'label'],
|
|
6541
6541
|
}]
|
|
6542
6542
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6543
6543
|
let SwirlImageGridItem = class SwirlImageGridItem {
|