@getflip/swirl-components-angular 0.155.2 → 0.156.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 +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
|
@@ -5531,11 +5531,11 @@ let SwirlShellNavigationItem = class SwirlShellNavigationItem {
|
|
|
5531
5531
|
}
|
|
5532
5532
|
};
|
|
5533
5533
|
SwirlShellNavigationItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlShellNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5534
|
-
SwirlShellNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlShellNavigationItem, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5534
|
+
SwirlShellNavigationItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlShellNavigationItem, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", href: "href", label: "label", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5535
5535
|
SwirlShellNavigationItem = __decorate([
|
|
5536
5536
|
ProxyCmp({
|
|
5537
5537
|
defineCustomElementFn: undefined,
|
|
5538
|
-
inputs: ['active', 'badgeLabel', 'label']
|
|
5538
|
+
inputs: ['active', 'badgeLabel', 'href', 'label', 'target']
|
|
5539
5539
|
})
|
|
5540
5540
|
], SwirlShellNavigationItem);
|
|
5541
5541
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlShellNavigationItem, decorators: [{
|
|
@@ -5544,7 +5544,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5544
5544
|
selector: 'swirl-shell-navigation-item',
|
|
5545
5545
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5546
5546
|
template: '<ng-content></ng-content>',
|
|
5547
|
-
inputs: ['active', 'badgeLabel', 'label']
|
|
5547
|
+
inputs: ['active', 'badgeLabel', 'href', 'label', 'target']
|
|
5548
5548
|
}]
|
|
5549
5549
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5550
5550
|
let SwirlSkeletonBox = class SwirlSkeletonBox {
|