@getflip/swirl-components-angular 0.244.0 → 0.246.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 +30 -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
|
@@ -6986,11 +6986,11 @@ let SwirlShellNavigationItem = class SwirlShellNavigationItem {
|
|
|
6986
6986
|
this.el = r.nativeElement;
|
|
6987
6987
|
}
|
|
6988
6988
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlShellNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6989
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlShellNavigationItem, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", boxed: "boxed", hideLabel: "hideLabel", href: "href", label: "label", target: "target", tiled: "tiled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6989
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlShellNavigationItem, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", boxed: "boxed", hideLabel: "hideLabel", href: "href", inlineLabel: "inlineLabel", inlineLabelColor: "inlineLabelColor", label: "label", target: "target", tiled: "tiled", withGradient: "withGradient" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6990
6990
|
};
|
|
6991
6991
|
SwirlShellNavigationItem = __decorate([
|
|
6992
6992
|
ProxyCmp({
|
|
6993
|
-
inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'label', 'target', 'tiled']
|
|
6993
|
+
inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'target', 'tiled', 'withGradient']
|
|
6994
6994
|
})
|
|
6995
6995
|
], SwirlShellNavigationItem);
|
|
6996
6996
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlShellNavigationItem, decorators: [{
|
|
@@ -7000,7 +7000,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
7000
7000
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7001
7001
|
template: '<ng-content></ng-content>',
|
|
7002
7002
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7003
|
-
inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'label', 'target', 'tiled'],
|
|
7003
|
+
inputs: ['active', 'badgeLabel', 'boxed', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'target', 'tiled', 'withGradient'],
|
|
7004
7004
|
}]
|
|
7005
7005
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
7006
7006
|
let SwirlSkeletonBox = class SwirlSkeletonBox {
|