@ethlete/cdk 4.16.1 → 4.16.3
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/CHANGELOG.md +14 -0
- package/esm2022/lib/components/picture/picture.component.mjs +3 -3
- package/esm2022/lib/components/scrollable/components/scrollable/scrollable.component.mjs +5 -5
- package/esm2022/lib/components/tabs/partials/nav-tabs/nav-tabs-outlet/nav-tabs-outlet.component.mjs +2 -2
- package/fesm2022/ethlete-cdk.mjs +8 -8
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/lib/components/scrollable/components/scrollable/scrollable.component.d.ts +2 -2
- package/package.json +1 -1
|
@@ -63,8 +63,8 @@ export declare class ScrollableComponent {
|
|
|
63
63
|
private readonly scrollableContentIntersections$;
|
|
64
64
|
private readonly manualActiveNavigationIndex;
|
|
65
65
|
private readonly canScroll;
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
readonly isAtStart: import("@angular/core").Signal<boolean>;
|
|
67
|
+
readonly isAtEnd: import("@angular/core").Signal<boolean>;
|
|
68
68
|
private readonly _actualItemSize;
|
|
69
69
|
private readonly enableOverlayAnimations;
|
|
70
70
|
private readonly _initialScrollableNavigation;
|