Comparing version 11.0.0-beta.2 to 11.0.0-beta.3
{ | ||
"name": "swiper", | ||
"version": "11.0.0-beta.2", | ||
"version": "11.0.0-beta.3", | ||
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions", | ||
@@ -207,3 +207,3 @@ "typings": "swiper.d.ts", | ||
}, | ||
"releaseDate": "October 23, 2023" | ||
"releaseDate": "October 24, 2023" | ||
} |
@@ -39,2 +39,5 @@ // @ts-ignore | ||
hashset: CustomEvent<[swiper: Swiper]>;/** | ||
* Event will be fired on mousewheel scroll | ||
*/ | ||
scroll: CustomEvent<[swiper: Swiper, event: WheelEvent]>;/** | ||
* Event will be fired on key press | ||
@@ -76,5 +79,2 @@ */ | ||
paginationshow: 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 | ||
@@ -81,0 +81,0 @@ */ |
@@ -69,2 +69,5 @@ import * as React from 'react'; | ||
onHashSet?: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on mousewheel scroll | ||
*/ | ||
onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/** | ||
* Event will be fired on key press | ||
@@ -106,5 +109,2 @@ */ | ||
onPaginationShow?: (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 | ||
@@ -111,0 +111,0 @@ */ |
@@ -472,2 +472,5 @@ import type { | ||
hashSet: (swiper: SwiperClass) => void;/** | ||
* Event will be fired on mousewheel scroll | ||
*/ | ||
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/** | ||
* Event will be fired on key press | ||
@@ -509,5 +512,2 @@ */ | ||
paginationShow: (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 | ||
@@ -514,0 +514,0 @@ */ |
@@ -16,3 +16,3 @@ export interface GridMethods {} | ||
* | ||
* @note `row` fill is currently not compatible with loop mode (`loop: true`) | ||
* @note if used with loop mode make sure number of slides is even specified in loop mode requirements, or enable `loopAddBlankSlides` parameter | ||
* | ||
@@ -19,0 +19,0 @@ * @default 'column' |
@@ -503,3 +503,3 @@ import type { A11yOptions } from './modules/a11y.d.ts'; | ||
/** | ||
* Enable to release Swiper events for swipe-back work in app. If set to `'prevent'` then it will prevent system swipe-back navigation instead | ||
* Enable to release Swiper events for swipe-back work in app. If set to `'prevent'` then it will prevent system swipe-back navigation instead. This feature works only with "touch" events (and not pointer events), so it will work on iOS/Android devices and won't work on Windows devices with pointer (touch) events. | ||
* | ||
@@ -518,3 +518,3 @@ * @default false | ||
/** | ||
* Enable to release touch events on slider edge position (beginning, end) to allow for further page scrolling | ||
* Enable to release touch events on slider edge position (beginning, end) to allow for further page scrolling. This feature works only with "touch" events (and not pointer events), so it will work on iOS/Android devices and won't work on Windows devices with pointer events. Also `threshold` parameter must be set to `0` | ||
* | ||
@@ -521,0 +521,0 @@ * @default false |
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 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 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 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
3286170
49623