GULP DIST
This commit is contained in:
@@ -269,6 +269,7 @@ declare const Swiper: DefineComponent<
|
||||
type: BooleanConstructor;
|
||||
default: undefined;
|
||||
};
|
||||
rewind: { type: BooleanConstructor; default: undefined };
|
||||
allowSlidePrev: {
|
||||
type: BooleanConstructor;
|
||||
default: undefined;
|
||||
@@ -485,9 +486,6 @@ declare const Swiper: DefineComponent<
|
||||
* Event will be fired when lazy loading image will be loaded
|
||||
*/
|
||||
lazyImageReady: (swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement) => void;/**
|
||||
* Event will be fired on mousewheel scroll
|
||||
*/
|
||||
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/**
|
||||
* Event will be fired on navigation hide
|
||||
*/
|
||||
navigationHide: (swiper: SwiperClass) => void;
|
||||
@@ -513,6 +511,9 @@ declare const Swiper: DefineComponent<
|
||||
* Event will be fired on pagination show
|
||||
*/
|
||||
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
|
||||
*/
|
||||
scrollbarDragStart: (swiper: SwiperClass, event: MouseEvent | TouchEvent | PointerEvent) => void;
|
||||
|
||||
Reference in New Issue
Block a user