Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@reelkit/angular

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reelkit/angular - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+7
-7
index.d.ts
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, 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, 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';

@@ -372,10 +372,10 @@ /**

*
* Uses reference counting so multiple concurrent callers (e.g. a lightbox
* and a modal both open at once) can each call lock()/unlock() independently:
* the body is only restored once the last caller releases it.
*
* Delegates to core's {@link createBodyLock} for the actual implementation.
* Delegates to the shared `sharedBodyLock` singleton from core so
* reference counting is consistent across all framework bindings and
* survives re-provisioning in feature modules or micro-frontends.
* Multiple concurrent callers (e.g. a lightbox and a modal both open
* at once) can each call lock()/unlock() independently: the body is
* only restored once the last caller releases it.
*/
declare class BodyLockService {
private readonly bodyLock;
get locked(): boolean;

@@ -382,0 +382,0 @@ lock(): void;

{
"name": "@reelkit/angular",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",

@@ -59,3 +59,3 @@ "sideEffects": false,

"dependencies": {
"@reelkit/core": "^0.3.0",
"@reelkit/core": "^0.4.0",
"tslib": "^2.3.0"

@@ -68,2 +68,2 @@ },

"typings": "index.d.ts"
}
}

@@ -5,8 +5,10 @@ # @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.8%20kB-6366f1" alt="Bundle size" />
<img src="https://img.shields.io/badge/angular%20gzip-13.9%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.8 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. ~13.9 kB gzip.
**[Live Demo](https://angular-demo.reelkit.dev/?utm_source=npm)** · **[Open in StackBlitz](https://stackblitz.com/github/KonstantinKai/reelkit-angular-starter)**
## Installation

@@ -13,0 +15,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display