@serene-dev/ng-carousel
Advanced tools
Comparing version 18.0.3 to 18.0.4
@@ -64,3 +64,3 @@ import { EventEmitter, SimpleChange, TemplateRef } from '@angular/core'; | ||
/** | ||
* Custom class for the item sublabel | ||
* Pause slider on hover | ||
*/ | ||
@@ -98,5 +98,9 @@ pauseOnHover: boolean; | ||
protected intervaler?: any; | ||
protected onHover: boolean; | ||
protected ngOnChanges(changes: { | ||
[x in keyof NgCarouselComponent]: SimpleChange; | ||
}): void; | ||
protected resetInterval(): void; | ||
protected handleMouseOver(): void; | ||
protected handleMouseOut(): void; | ||
protected calculateGroup(): void; | ||
@@ -103,0 +107,0 @@ /** |
{ | ||
"name": "@serene-dev/ng-carousel", | ||
"version": "18.0.3", | ||
"version": "18.0.4", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^18.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
88085
642