Comparing version 10.0.0-beta.6 to 10.0.0
{ | ||
"name": "swiper", | ||
"version": "10.0.0-beta.6", | ||
"version": "10.0.0", | ||
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions", | ||
@@ -203,3 +203,3 @@ "typings": "swiper.d.ts", | ||
}, | ||
"releaseDate": "June 29, 2023" | ||
"releaseDate": "July 3, 2023" | ||
} |
@@ -44,2 +44,17 @@ import { SwiperOptions, Swiper } from './types/index.d.ts'; | ||
scroll: CustomEvent<[swiper: Swiper, event: WheelEvent]>;/** | ||
* Event will be fired on navigation hide | ||
*/ | ||
navigationhide: CustomEvent<[swiper: Swiper]>; | ||
/** | ||
* Event will be fired on navigation show | ||
*/ | ||
navigationshow: CustomEvent<[swiper: Swiper]>; | ||
/** | ||
* Event will be fired on navigation prev button click | ||
*/ | ||
navigationprev: CustomEvent<[swiper: Swiper]>; | ||
/** | ||
* Event will be fired on navigation next button click | ||
*/ | ||
navigationnext: CustomEvent<[swiper: Swiper]>;/** | ||
* Event will be fired after pagination rendered | ||
@@ -63,17 +78,2 @@ */ | ||
paginationshow: CustomEvent<[swiper: Swiper]>;/** | ||
* Event will be fired on navigation hide | ||
*/ | ||
navigationhide: CustomEvent<[swiper: Swiper]>; | ||
/** | ||
* Event will be fired on navigation show | ||
*/ | ||
navigationshow: CustomEvent<[swiper: Swiper]>; | ||
/** | ||
* Event will be fired on navigation prev button click | ||
*/ | ||
navigationprev: CustomEvent<[swiper: Swiper]>; | ||
/** | ||
* Event will be fired on navigation next button click | ||
*/ | ||
navigationnext: CustomEvent<[swiper: Swiper]>;/** | ||
* Event will be fired on draggable scrollbar drag start | ||
@@ -80,0 +80,0 @@ */ |
@@ -62,2 +62,17 @@ import * as React from 'react'; | ||
onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/** | ||
* Event will be fired on navigation hide | ||
*/ | ||
onNavigationHide?: (swiper: SwiperClass) => void; | ||
/** | ||
* Event will be fired on navigation show | ||
*/ | ||
onNavigationShow?: (swiper: SwiperClass) => void; | ||
/** | ||
* Event will be fired on navigation prev button click | ||
*/ | ||
onNavigationPrev?: (swiper: SwiperClass) => void; | ||
/** | ||
* Event will be fired on navigation next button click | ||
*/ | ||
onNavigationNext?: (swiper: SwiperClass) => void;/** | ||
* Event will be fired after pagination rendered | ||
@@ -81,17 +96,2 @@ */ | ||
onPaginationShow?: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on navigation hide | ||
*/ | ||
onNavigationHide?: (swiper: SwiperClass) => void; | ||
/** | ||
* Event will be fired on navigation show | ||
*/ | ||
onNavigationShow?: (swiper: SwiperClass) => void; | ||
/** | ||
* Event will be fired on navigation prev button click | ||
*/ | ||
onNavigationPrev?: (swiper: SwiperClass) => void; | ||
/** | ||
* Event will be fired on navigation next button click | ||
*/ | ||
onNavigationNext?: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on draggable scrollbar drag start | ||
@@ -98,0 +98,0 @@ */ |
@@ -469,2 +469,17 @@ import type { | ||
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/** | ||
* Event will be fired on navigation hide | ||
*/ | ||
navigationHide: (swiper: SwiperClass) => void; | ||
/** | ||
* Event will be fired on navigation show | ||
*/ | ||
navigationShow: (swiper: SwiperClass) => void; | ||
/** | ||
* Event will be fired on navigation prev button click | ||
*/ | ||
navigationPrev: (swiper: SwiperClass) => void; | ||
/** | ||
* Event will be fired on navigation next button click | ||
*/ | ||
navigationNext: (swiper: SwiperClass) => void;/** | ||
* Event will be fired after pagination rendered | ||
@@ -488,17 +503,2 @@ */ | ||
paginationShow: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on navigation hide | ||
*/ | ||
navigationHide: (swiper: SwiperClass) => void; | ||
/** | ||
* Event will be fired on navigation show | ||
*/ | ||
navigationShow: (swiper: SwiperClass) => void; | ||
/** | ||
* Event will be fired on navigation prev button click | ||
*/ | ||
navigationPrev: (swiper: SwiperClass) => void; | ||
/** | ||
* Event will be fired on navigation next button click | ||
*/ | ||
navigationNext: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on draggable scrollbar drag start | ||
@@ -505,0 +505,0 @@ */ |
/** | ||
* Swiper 10.0.0-beta.6 | ||
* Swiper 10.0.0 | ||
* Most modern mobile touch slider and framework with hardware accelerated transitions | ||
@@ -10,3 +10,3 @@ * https://swiperjs.com | ||
* | ||
* Released on: June 29, 2023 | ||
* Released on: July 3, 2023 | ||
*/ | ||
@@ -13,0 +13,0 @@ |
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 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 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 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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
3106824