Comparing version 9.0.4 to 9.0.5
/** | ||
* Swiper Custom Element 9.0.4 | ||
* Swiper Custom Element 9.0.5 | ||
* Most modern mobile touch slider and framework with hardware accelerated transitions | ||
@@ -10,3 +10,3 @@ * https://swiperjs.com | ||
* | ||
* Released on: February 10, 2023 | ||
* Released on: February 13, 2023 | ||
*/ | ||
@@ -13,0 +13,0 @@ |
/** | ||
* Swiper Custom Element 9.0.4 | ||
* Swiper Custom Element 9.0.5 | ||
* Most modern mobile touch slider and framework with hardware accelerated transitions | ||
@@ -10,3 +10,3 @@ * https://swiperjs.com | ||
* | ||
* Released on: February 10, 2023 | ||
* Released on: February 13, 2023 | ||
*/ | ||
@@ -13,0 +13,0 @@ |
@@ -269,3 +269,3 @@ import { getDocument } from 'ssr-window'; | ||
if (el) { | ||
el.querySelector(`.${swiper.params.scrollbar.dragClass}`); | ||
dragEl = el.querySelector(`.${swiper.params.scrollbar.dragClass}`); | ||
if (!dragEl) { | ||
@@ -272,0 +272,0 @@ dragEl = createElement('div', swiper.params.scrollbar.dragClass); |
{ | ||
"name": "swiper", | ||
"version": "9.0.4", | ||
"version": "9.0.5", | ||
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions", | ||
@@ -189,3 +189,3 @@ "typings": "swiper.d.ts", | ||
}, | ||
"releaseDate": "February 10, 2023" | ||
"releaseDate": "February 13, 2023" | ||
} |
@@ -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 | ||
@@ -94,17 +109,2 @@ */ | ||
onScrollbarDragEnd?: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => 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 zoom change | ||
@@ -111,0 +111,0 @@ */ |
/** | ||
* Swiper React 9.0.4 | ||
* Swiper React 9.0.5 | ||
* Most modern mobile touch slider and framework with hardware accelerated transitions | ||
@@ -10,3 +10,3 @@ * https://swiperjs.com | ||
* | ||
* Released on: February 10, 2023 | ||
* Released on: February 13, 2023 | ||
*/ | ||
@@ -13,0 +13,0 @@ |
/** | ||
* Swiper 9.0.4 | ||
* Swiper 9.0.5 | ||
* Most modern mobile touch slider and framework with hardware accelerated transitions | ||
@@ -10,3 +10,3 @@ * https://swiperjs.com | ||
* | ||
* Released on: February 10, 2023 | ||
* Released on: February 13, 2023 | ||
*/ | ||
@@ -13,0 +13,0 @@ |
/** | ||
* Swiper 9.0.4 | ||
* Swiper 9.0.5 | ||
* Most modern mobile touch slider and framework with hardware accelerated transitions | ||
@@ -10,3 +10,3 @@ * https://swiperjs.com | ||
* | ||
* Released on: February 10, 2023 | ||
* Released on: February 13, 2023 | ||
*/ | ||
@@ -13,0 +13,0 @@ |
@@ -465,2 +465,17 @@ import { | ||
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 | ||
@@ -497,17 +512,2 @@ */ | ||
scrollbarDragEnd: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => 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 zoom change | ||
@@ -514,0 +514,0 @@ */ |
/** | ||
* Swiper Vue 9.0.4 | ||
* Swiper Vue 9.0.5 | ||
* Most modern mobile touch slider and framework with hardware accelerated transitions | ||
@@ -10,3 +10,3 @@ * https://swiperjs.com | ||
* | ||
* Released on: February 10, 2023 | ||
* Released on: February 13, 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 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 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 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
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
5054680