gulp dist build
This commit is contained in:
10
dist/assets/vendor/swiper/vue/swiper-vue.d.ts
vendored
10
dist/assets/vendor/swiper/vue/swiper-vue.d.ts
vendored
@@ -475,6 +475,9 @@ declare const Swiper: DefineComponent<
|
||||
* Event will be fired when swiper updates the hash
|
||||
*/
|
||||
hashSet: (swiper: SwiperClass) => void;/**
|
||||
* Event will be fired on key press
|
||||
*/
|
||||
keyPress: (swiper: SwiperClass, keyCode: string) => void;/**
|
||||
* Event will be fired in the beginning of lazy loading of image
|
||||
*/
|
||||
lazyImageLoad: (swiper: SwiperClass, slideEl: HTMLElement, imageEl: HTMLElement) => void;
|
||||
@@ -482,9 +485,9 @@ 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 key press
|
||||
* Event will be fired on mousewheel scroll
|
||||
*/
|
||||
keyPress: (swiper: SwiperClass, keyCode: string) => void;/**
|
||||
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/**
|
||||
* Event will be fired on navigation hide
|
||||
*/
|
||||
navigationHide: (swiper: SwiperClass) => void;
|
||||
@@ -492,9 +495,6 @@ declare const Swiper: DefineComponent<
|
||||
* Event will be fired on navigation show
|
||||
*/
|
||||
navigationShow: (swiper: SwiperClass) => void;/**
|
||||
* Event will be fired on mousewheel scroll
|
||||
*/
|
||||
scroll: (swiper: SwiperClass, event: WheelEvent) => void;/**
|
||||
* Event will be fired after pagination rendered
|
||||
*/
|
||||
paginationRender: (swiper: SwiperClass, paginationEl: HTMLElement) => void;
|
||||
|
||||
Reference in New Issue
Block a user