@reelkit/angular
Advanced tools
+4
-3
| import * as _angular_core from '@angular/core'; | ||
| import { InjectionToken, Signal, TemplateRef, OnInit, AfterViewInit, DestroyRef, NgZone, ChangeDetectorRef, OnDestroy } from '@angular/core'; | ||
| import { RangeExtractor, TransitionTransformFn, SlideTransformStyle, Subscribable, AnimatedValue } from '@reelkit/core'; | ||
| export { AnimatedValue, BodyLock, ContentLoadingController, ContentPreloader, ContentPreloaderConfig, Signal as CoreSignal, DisposableList, Disposer, GestureController, RangeExtractor, SlideTransformStyle, SliderController, SliderDirection, SoundController, Subscribable, TransitionTransformFn, abs, animate, batch, captureFrame, clamp, createBodyLock, createComputed, createContentLoadingController, createContentPreloader, createDisposableList, createGestureController, createSharedVideo, createSignal, createSliderController, createSoundController, cubeTransition, defaultRangeExtractor, exitFullscreen, extractRange, fadeTransition, first, flipTransition, fullscreenSignal, getSlideProgress, last, noop, observeDomEvent, reaction, requestFullscreen, sharedBodyLock, slideTransition, syncMutedToVideo, zoomTransition } from '@reelkit/core'; | ||
| export { AnimatedValue, BodyLock, ContentLoadingController, ContentPreloader, ContentPreloaderConfig, Signal as CoreSignal, DisposableList, Disposer, GestureController, RangeExtractor, SlideTransformStyle, SliderController, SliderDirection, SoundController, Subscribable, TransitionTransformFn, abs, animate, batch, captureFocusForReturn, captureFrame, clamp, createBodyLock, createComputed, createContentLoadingController, createContentPreloader, createDisposableList, createFocusTrap, createGestureController, createSharedVideo, createSignal, createSliderController, createSoundController, cubeTransition, defaultRangeExtractor, exitFullscreen, extractRange, fadeTransition, first, flipTransition, fullscreenSignal, getFocusableElements, getSlideProgress, last, noop, observeDomEvent, reaction, requestFullscreen, sharedBodyLock, slideTransition, syncMutedToVideo, zoomTransition } from '@reelkit/core'; | ||
@@ -161,5 +161,6 @@ /** | ||
| * Accessible label for the carousel region, announced by screen readers. | ||
| * Defaults to "Carousel". | ||
| * When unset, no `aria-label` is rendered and the live-region "ready" | ||
| * announcement falls back to "Carousel". | ||
| */ | ||
| ariaLabel: _angular_core.InputSignal<string>; | ||
| ariaLabel: _angular_core.InputSignal<string | undefined>; | ||
| /** Emitted after a slide transition completes. */ | ||
@@ -166,0 +167,0 @@ afterChange: _angular_core.OutputEmitterRef<{ |
+2
-2
| { | ||
| "name": "@reelkit/angular", | ||
| "version": "0.2.1", | ||
| "version": "0.3.0", | ||
| "type": "module", | ||
@@ -59,3 +59,3 @@ "sideEffects": false, | ||
| "dependencies": { | ||
| "@reelkit/core": "^0.4.0", | ||
| "@reelkit/core": "^0.5.0", | ||
| "tslib": "^2.3.0" | ||
@@ -62,0 +62,0 @@ }, |
+2
-2
@@ -5,7 +5,7 @@ # @reelkit/angular | ||
| <a href="https://www.npmjs.com/package/@reelkit/angular"><img src="https://img.shields.io/npm/v/@reelkit/angular?color=6366f1&label=npm" alt="npm" /></a> | ||
| <img src="https://img.shields.io/badge/angular%20gzip-13.9%20kB-6366f1" alt="Bundle size" /> | ||
| <img src="https://img.shields.io/badge/angular%20gzip-14.0%20kB-6366f1" alt="Bundle size" /> | ||
| <a href="https://github.com/KonstantinKai/reelkit"><img src="https://img.shields.io/github/stars/KonstantinKai/reelkit?style=social" alt="Star on GitHub" /></a> | ||
| </p> | ||
| Angular bindings for `@reelkit/core`. Add a `<rk-reel>` component with a count and a template — it handles virtualization, gestures, and keyboard/wheel input. ~13.9 kB gzip. | ||
| Angular bindings for `@reelkit/core`. Add a `<rk-reel>` component with a count and a template — it handles virtualization, gestures, and keyboard/wheel input. ~14.0 kB gzip. | ||
@@ -12,0 +12,0 @@ **[Live Demo](https://angular-demo.reelkit.dev/?utm_source=npm)** · **[Open in StackBlitz](https://stackblitz.com/github/KonstantinKai/reelkit-angular-starter)** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
180796
0.34%1781
0.23%+ Added
- Removed
Updated