Comparing version 11.2.1 to 11.2.2
{ | ||
"name": "swiper", | ||
"version": "11.2.1", | ||
"version": "11.2.2", | ||
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions", | ||
@@ -211,3 +211,3 @@ "typings": "swiper.d.ts", | ||
}, | ||
"releaseDate": "January 10, 2025" | ||
"releaseDate": "January 31, 2025" | ||
} |
@@ -39,2 +39,5 @@ // @ts-ignore | ||
hashset: CustomEvent<[swiper: Swiper]>;/** | ||
* Event will be fired on key press | ||
*/ | ||
keypress: CustomEvent<[swiper: Swiper, keyCode: string]>;/** | ||
* Event will be fired on navigation hide | ||
@@ -55,2 +58,5 @@ */ | ||
navigationnext: CustomEvent<[swiper: Swiper]>;/** | ||
* Event will be fired on mousewheel scroll | ||
*/ | ||
scroll: CustomEvent<[swiper: Swiper, event: WheelEvent]>;/** | ||
* Event will be fired after pagination rendered | ||
@@ -87,8 +93,2 @@ */ | ||
scrollbardragend: CustomEvent<[swiper: Swiper, event: MouseEvent | TouchEvent | PointerEvent]>;/** | ||
* Event will be fired on key press | ||
*/ | ||
keypress: CustomEvent<[swiper: Swiper, keyCode: string]>;/** | ||
* Event will be fired on mousewheel scroll | ||
*/ | ||
scroll: CustomEvent<[swiper: Swiper, event: WheelEvent]>;/** | ||
* Event will be fired on zoom change | ||
@@ -95,0 +95,0 @@ */ |
@@ -69,2 +69,5 @@ import * as React from 'react'; | ||
onHashSet?: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on key press | ||
*/ | ||
onKeyPress?: (swiper: SwiperClass, keyCode: string) => void;/** | ||
* Event will be fired on navigation hide | ||
@@ -85,2 +88,5 @@ */ | ||
onNavigationNext?: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on mousewheel scroll | ||
*/ | ||
onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/** | ||
* Event will be fired after pagination rendered | ||
@@ -117,8 +123,2 @@ */ | ||
onScrollbarDragEnd?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => void;/** | ||
* Event will be fired on key press | ||
*/ | ||
onKeyPress?: (swiper: SwiperClass, keyCode: string) => void;/** | ||
* Event will be fired on mousewheel scroll | ||
*/ | ||
onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/** | ||
* Event will be fired on zoom change | ||
@@ -125,0 +125,0 @@ */ |
@@ -476,2 +476,5 @@ import type { | ||
hashSet: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on key press | ||
*/ | ||
keyPress: (swiper: SwiperClass, keyCode: string) => void;/** | ||
* Event will be fired on navigation hide | ||
@@ -492,2 +495,5 @@ */ | ||
navigationNext: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on mousewheel scroll | ||
*/ | ||
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/** | ||
* Event will be fired after pagination rendered | ||
@@ -524,8 +530,2 @@ */ | ||
scrollbarDragEnd: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => void;/** | ||
* Event will be fired on key press | ||
*/ | ||
keyPress: (swiper: SwiperClass, keyCode: string) => void;/** | ||
* Event will be fired on mousewheel scroll | ||
*/ | ||
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/** | ||
* Event will be fired on zoom change | ||
@@ -532,0 +532,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
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is too big to display
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 too big to display
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 too big to display
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
3387451
50860