@getflip/swirl-components-angular 0.47.0 → 0.48.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 +25 -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
|
@@ -669,11 +669,11 @@ let SwirlDescriptionListItem = class SwirlDescriptionListItem {
|
|
|
669
669
|
}
|
|
670
670
|
};
|
|
671
671
|
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 });
|
|
672
|
-
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 });
|
|
672
|
+
SwirlDescriptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlDescriptionListItem, selector: "swirl-description-list-item", inputs: { bordered: "bordered", orientation: "orientation", term: "term" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
673
673
|
SwirlDescriptionListItem = __decorate([
|
|
674
674
|
ProxyCmp({
|
|
675
675
|
defineCustomElementFn: undefined,
|
|
676
|
-
inputs: ['orientation', 'term']
|
|
676
|
+
inputs: ['bordered', 'orientation', 'term']
|
|
677
677
|
})
|
|
678
678
|
], SwirlDescriptionListItem);
|
|
679
679
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlDescriptionListItem, decorators: [{
|
|
@@ -682,7 +682,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
682
682
|
selector: 'swirl-description-list-item',
|
|
683
683
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
684
684
|
template: '<ng-content></ng-content>',
|
|
685
|
-
inputs: ['orientation', 'term']
|
|
685
|
+
inputs: ['bordered', 'orientation', 'term']
|
|
686
686
|
}]
|
|
687
687
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
688
688
|
let SwirlDialog = class SwirlDialog {
|