@getflip/swirl-components-angular 0.119.0 → 0.120.0
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 +1 -1
- package/CHANGELOG.md +26 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2020/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
|
@@ -4623,11 +4623,11 @@ let SwirlImageGrid = class SwirlImageGrid {
|
|
|
4623
4623
|
}
|
|
4624
4624
|
};
|
|
4625
4625
|
SwirlImageGrid.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlImageGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4626
|
-
SwirlImageGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlImageGrid, selector: "swirl-image-grid", inputs: { aspectRatio: "aspectRatio" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4626
|
+
SwirlImageGrid.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlImageGrid, selector: "swirl-image-grid", inputs: { aspectRatio: "aspectRatio", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4627
4627
|
SwirlImageGrid = __decorate([
|
|
4628
4628
|
ProxyCmp({
|
|
4629
4629
|
defineCustomElementFn: undefined,
|
|
4630
|
-
inputs: ['aspectRatio']
|
|
4630
|
+
inputs: ['aspectRatio', 'label']
|
|
4631
4631
|
})
|
|
4632
4632
|
], SwirlImageGrid);
|
|
4633
4633
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlImageGrid, decorators: [{
|
|
@@ -4636,7 +4636,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4636
4636
|
selector: 'swirl-image-grid',
|
|
4637
4637
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4638
4638
|
template: '<ng-content></ng-content>',
|
|
4639
|
-
inputs: ['aspectRatio']
|
|
4639
|
+
inputs: ['aspectRatio', 'label']
|
|
4640
4640
|
}]
|
|
4641
4641
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4642
4642
|
let SwirlImageGridItem = class SwirlImageGridItem {
|