@getflip/swirl-components-angular 0.20.1 → 0.21.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 +2 -2
- package/CHANGELOG.md +14 -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
|
@@ -570,11 +570,11 @@ let SwirlDescriptionListItem = class SwirlDescriptionListItem {
|
|
|
570
570
|
}
|
|
571
571
|
};
|
|
572
572
|
SwirlDescriptionListItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlDescriptionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
573
|
-
SwirlDescriptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlDescriptionListItem, selector: "swirl-description-list-item", inputs: { term: "term" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
573
|
+
SwirlDescriptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlDescriptionListItem, selector: "swirl-description-list-item", inputs: { orientation: "orientation", term: "term" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
574
574
|
SwirlDescriptionListItem = __decorate([
|
|
575
575
|
ProxyCmp({
|
|
576
576
|
defineCustomElementFn: undefined,
|
|
577
|
-
inputs: ['term']
|
|
577
|
+
inputs: ['orientation', 'term']
|
|
578
578
|
})
|
|
579
579
|
], SwirlDescriptionListItem);
|
|
580
580
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlDescriptionListItem, decorators: [{
|
|
@@ -583,7 +583,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
583
583
|
selector: 'swirl-description-list-item',
|
|
584
584
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
585
585
|
template: '<ng-content></ng-content>',
|
|
586
|
-
inputs: ['term']
|
|
586
|
+
inputs: ['orientation', 'term']
|
|
587
587
|
}]
|
|
588
588
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
589
589
|
let SwirlDialog = class SwirlDialog {
|