carousel-angular
Advanced tools
Comparing version 0.1.1 to 1.0.0
@@ -78,4 +78,4 @@ import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, SimpleChanges } from '@angular/core'; | ||
onWindowResize(event: any): void; | ||
onMouseOver(event: MouseEvent): void; | ||
onMouseOut(event: MouseEvent): void; | ||
onMouseOver(): void; | ||
onMouseOut(): void; | ||
onDragStart(): boolean; | ||
@@ -82,0 +82,0 @@ constructor(elementRef: ElementRef, ref: ChangeDetectorRef); |
@@ -25,2 +25,3 @@ import { Properties } from './interfaces'; | ||
get images(): any; | ||
get autoplayIsPossible(): boolean; | ||
get margin(): number; | ||
@@ -27,0 +28,0 @@ get minSwipeDistance(): number; |
@@ -9,2 +9,3 @@ export interface Properties { | ||
autoplayInterval: number; | ||
autoplayIsPossible: boolean; | ||
overflowCellsLimit: number; | ||
@@ -11,0 +12,0 @@ visibleWidth: number; |
{ | ||
"name": "carousel-angular", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"description": "A simple carousel component for Angular 14+ based on 'angular-responsive-carousel' by Ivy Laboratory http://ivylab.space", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
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
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
676081
6035
1