Comparing version 11.0.2 to 11.0.3
{ | ||
"name": "swiper", | ||
"version": "11.0.2", | ||
"version": "11.0.3", | ||
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions", | ||
@@ -207,3 +207,3 @@ "typings": "swiper.d.ts", | ||
}, | ||
"releaseDate": "October 25, 2023" | ||
"releaseDate": "October 26, 2023" | ||
} |
@@ -32,5 +32,2 @@ // @ts-ignore | ||
autoplay: CustomEvent<[swiper: Swiper]>;/** | ||
* Event will be fired on key press | ||
*/ | ||
keypress: CustomEvent<[swiper: Swiper, keyCode: string]>;/** | ||
* Event will be fired on window hash change | ||
@@ -43,2 +40,8 @@ */ | ||
hashset: CustomEvent<[swiper: Swiper]>;/** | ||
* 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 navigation hide | ||
@@ -59,5 +62,2 @@ */ | ||
navigationnext: CustomEvent<[swiper: Swiper]>;/** | ||
* Event will be fired on mousewheel scroll | ||
*/ | ||
scroll: CustomEvent<[swiper: Swiper, event: WheelEvent]>;/** | ||
* Event will be fired on draggable scrollbar drag start | ||
@@ -64,0 +64,0 @@ */ |
@@ -62,5 +62,2 @@ import * as React from 'react'; | ||
onAutoplay?: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on key press | ||
*/ | ||
onKeyPress?: (swiper: SwiperClass, keyCode: string) => void;/** | ||
* Event will be fired on window hash change | ||
@@ -73,2 +70,8 @@ */ | ||
onHashSet?: (swiper: SwiperClass) => 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 navigation hide | ||
@@ -89,5 +92,2 @@ */ | ||
onNavigationNext?: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on mousewheel scroll | ||
*/ | ||
onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/** | ||
* Event will be fired on draggable scrollbar drag start | ||
@@ -94,0 +94,0 @@ */ |
@@ -465,5 +465,2 @@ import type { | ||
autoplay: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on key press | ||
*/ | ||
keyPress: (swiper: SwiperClass, keyCode: string) => void;/** | ||
* Event will be fired on window hash change | ||
@@ -476,2 +473,8 @@ */ | ||
hashSet: (swiper: SwiperClass) => 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 navigation hide | ||
@@ -492,5 +495,2 @@ */ | ||
navigationNext: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on mousewheel scroll | ||
*/ | ||
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/** | ||
* Event will be fired on draggable scrollbar drag start | ||
@@ -497,0 +497,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 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 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3286564
49650