@getflip/swirl-components-angular 0.102.0 → 0.103.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 +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
|
@@ -745,11 +745,11 @@ let SwirlDescriptionListItem = class SwirlDescriptionListItem {
|
|
|
745
745
|
}
|
|
746
746
|
};
|
|
747
747
|
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 });
|
|
748
|
-
SwirlDescriptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlDescriptionListItem, selector: "swirl-description-list-item", inputs: { bordered: "bordered", maxWidth: "maxWidth",
|
|
748
|
+
SwirlDescriptionListItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlDescriptionListItem, selector: "swirl-description-list-item", inputs: { bordered: "bordered", maxWidth: "maxWidth", term: "term" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
749
749
|
SwirlDescriptionListItem = __decorate([
|
|
750
750
|
ProxyCmp({
|
|
751
751
|
defineCustomElementFn: undefined,
|
|
752
|
-
inputs: ['bordered', 'maxWidth', '
|
|
752
|
+
inputs: ['bordered', 'maxWidth', 'term']
|
|
753
753
|
})
|
|
754
754
|
], SwirlDescriptionListItem);
|
|
755
755
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlDescriptionListItem, decorators: [{
|
|
@@ -758,7 +758,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
758
758
|
selector: 'swirl-description-list-item',
|
|
759
759
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
760
760
|
template: '<ng-content></ng-content>',
|
|
761
|
-
inputs: ['bordered', 'maxWidth', '
|
|
761
|
+
inputs: ['bordered', 'maxWidth', 'term']
|
|
762
762
|
}]
|
|
763
763
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
764
764
|
let SwirlDialog = class SwirlDialog {
|