Comparing version 11.0.0-beta.3 to 11.0.0
{ | ||
"name": "swiper", | ||
"version": "11.0.0-beta.3", | ||
"version": "11.0.0", | ||
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions", | ||
@@ -5,0 +5,0 @@ "typings": "swiper.d.ts", |
@@ -39,8 +39,8 @@ // @ts-ignore | ||
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 key press | ||
*/ | ||
keypress: CustomEvent<[swiper: Swiper, keyCode: string]>;/** | ||
* Event will be fired on navigation hide | ||
@@ -47,0 +47,0 @@ */ |
@@ -69,8 +69,8 @@ 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 mousewheel scroll | ||
*/ | ||
onScroll?: (swiper: SwiperClass, event: WheelEvent) => void;/** | ||
* Event will be fired on key press | ||
*/ | ||
onKeyPress?: (swiper: SwiperClass, keyCode: string) => void;/** | ||
* Event will be fired on navigation hide | ||
@@ -77,0 +77,0 @@ */ |
@@ -472,8 +472,8 @@ import type { | ||
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 key press | ||
*/ | ||
keyPress: (swiper: SwiperClass, keyCode: string) => void;/** | ||
* Event will be fired on navigation hide | ||
@@ -480,0 +480,0 @@ */ |
@@ -633,3 +633,3 @@ import type { A11yOptions } from './modules/a11y.d.ts'; | ||
* | ||
* - >= `slidesPerView` + `slidesPerGroup` | ||
* - more than or equal to `slidesPerView` + `slidesPerGroup` | ||
* - even to `slidesPerGroup` (or use `loopAddBlankSlides` parameter) | ||
@@ -636,0 +636,0 @@ * - even to `grid.rows` (or use `loopAddBlankSlides` parameter) |
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 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
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
3285986
0