@gem-sdk/swiper 0.0.9 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/shared/swiper-core.min.mjs +1 -1
- package/shared/swiper-core.min.mjs.map +1 -1
- package/shared/swiper-core.mjs +3 -4
- package/swiper-bundle.css +3 -3
- package/swiper-bundle.js +9 -10
- package/swiper-bundle.min.css +3 -3
- package/swiper-bundle.min.js +4 -4
- package/swiper-bundle.min.js.map +1 -1
- package/swiper-bundle.min.mjs +3 -3
- package/swiper-bundle.mjs +3 -3
- package/swiper-effect-utils.min.mjs +3 -3
- package/swiper-effect-utils.mjs +3 -3
- package/swiper-element-bundle.js +12 -13
- package/swiper-element-bundle.min.js +4 -4
- package/swiper-element-bundle.min.js.map +1 -1
- package/swiper-element-bundle.min.mjs +3 -3
- package/swiper-element-bundle.mjs +3 -3
- package/swiper-element.js +9 -10
- package/swiper-element.min.js +4 -4
- package/swiper-element.min.js.map +1 -1
- package/swiper-element.min.mjs +3 -3
- package/swiper-element.mjs +3 -3
- package/swiper-react.mjs +3 -3
- package/swiper-vue.mjs +3 -3
- package/swiper.css +3 -3
- package/swiper.js +6 -7
- package/swiper.less +3 -3
- package/swiper.min.css +3 -3
- package/swiper.min.js +4 -4
- package/swiper.min.js.map +1 -1
- package/swiper.min.mjs +3 -3
- package/swiper.mjs +3 -3
- package/swiper.scss +3 -3
package/swiper-bundle.min.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Swiper 0.0.
|
|
2
|
+
* Swiper 0.0.11
|
|
3
3
|
* Gem SDK - Swiper, Customized of swiper
|
|
4
4
|
* https://swiperjs.com
|
|
5
5
|
*
|
|
6
|
-
* Copyright 2014-
|
|
6
|
+
* Copyright 2014-2026 GemPages
|
|
7
7
|
*
|
|
8
8
|
* Released under the MIT License
|
|
9
9
|
*
|
|
10
|
-
* Released on:
|
|
10
|
+
* Released on: March 9, 2026
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import{S as Swiper}from"./shared/swiper-core.min.mjs";import Virtual from"./modules/virtual.min.mjs";import Keyboard from"./modules/keyboard.min.mjs";import Mousewheel from"./modules/mousewheel.min.mjs";import Navigation from"./modules/navigation.min.mjs";import Pagination from"./modules/pagination.min.mjs";import Scrollbar from"./modules/scrollbar.min.mjs";import Parallax from"./modules/parallax.min.mjs";import Zoom from"./modules/zoom.min.mjs";import Controller from"./modules/controller.min.mjs";import A11y from"./modules/a11y.min.mjs";import History from"./modules/history.min.mjs";import HashNavigation from"./modules/hash-navigation.min.mjs";import Autoplay from"./modules/autoplay.min.mjs";import Thumb from"./modules/thumbs.min.mjs";import freeMode from"./modules/free-mode.min.mjs";import Grid from"./modules/grid.min.mjs";import Manipulation from"./modules/manipulation.min.mjs";import EffectFade from"./modules/effect-fade.min.mjs";import EffectCube from"./modules/effect-cube.min.mjs";import EffectFlip from"./modules/effect-flip.min.mjs";import EffectCoverflow from"./modules/effect-coverflow.min.mjs";import EffectCreative from"./modules/effect-creative.min.mjs";import EffectCards from"./modules/effect-cards.min.mjs";const modules=[Virtual,Keyboard,Mousewheel,Navigation,Pagination,Scrollbar,Parallax,Zoom,Controller,A11y,History,HashNavigation,Autoplay,Thumb,freeMode,Grid,Manipulation,EffectFade,EffectCube,EffectFlip,EffectCoverflow,EffectCreative,EffectCards];Swiper.use(modules);export{Swiper,Swiper as default};
|
package/swiper-bundle.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Swiper 0.0.
|
|
2
|
+
* Swiper 0.0.11
|
|
3
3
|
* Gem SDK - Swiper, Customized of swiper
|
|
4
4
|
* https://swiperjs.com
|
|
5
5
|
*
|
|
6
|
-
* Copyright 2014-
|
|
6
|
+
* Copyright 2014-2026 GemPages
|
|
7
7
|
*
|
|
8
8
|
* Released under the MIT License
|
|
9
9
|
*
|
|
10
|
-
* Released on:
|
|
10
|
+
* Released on: March 9, 2026
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { S as Swiper } from './shared/swiper-core.mjs';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Swiper 0.0.
|
|
2
|
+
* Swiper 0.0.11
|
|
3
3
|
* Gem SDK - Swiper, Customized of swiper
|
|
4
4
|
* https://swiperjs.com
|
|
5
5
|
*
|
|
6
|
-
* Copyright 2014-
|
|
6
|
+
* Copyright 2014-2026 GemPages
|
|
7
7
|
*
|
|
8
8
|
* Released under the MIT License
|
|
9
9
|
*
|
|
10
|
-
* Released on:
|
|
10
|
+
* Released on: March 9, 2026
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
export{c as createShadow}from"./shared/create-shadow.min.mjs";export{e as effectInit}from"./shared/effect-init.min.mjs";export{e as effectTarget}from"./shared/effect-target.min.mjs";export{e as effectVirtualTransitionEnd}from"./shared/effect-virtual-transition-end.min.mjs";export{g as getSlideTransformEl}from"./shared/utils.min.mjs";
|
package/swiper-effect-utils.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Swiper 0.0.
|
|
2
|
+
* Swiper 0.0.11
|
|
3
3
|
* Gem SDK - Swiper, Customized of swiper
|
|
4
4
|
* https://swiperjs.com
|
|
5
5
|
*
|
|
6
|
-
* Copyright 2014-
|
|
6
|
+
* Copyright 2014-2026 GemPages
|
|
7
7
|
*
|
|
8
8
|
* Released under the MIT License
|
|
9
9
|
*
|
|
10
|
-
* Released on:
|
|
10
|
+
* Released on: March 9, 2026
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
export { c as createShadow } from './shared/create-shadow.mjs';
|
package/swiper-element-bundle.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Swiper Custom Element 0.0.
|
|
2
|
+
* Swiper Custom Element 0.0.11
|
|
3
3
|
* Gem SDK - Swiper, Customized of swiper
|
|
4
4
|
* https://swiperjs.com
|
|
5
5
|
*
|
|
6
|
-
* Copyright 2014-
|
|
6
|
+
* Copyright 2014-2026 GemPages
|
|
7
7
|
*
|
|
8
8
|
* Released under the MIT License
|
|
9
9
|
*
|
|
10
|
-
* Released on:
|
|
10
|
+
* Released on: March 9, 2026
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
(function () {
|
|
@@ -3548,9 +3548,6 @@
|
|
|
3548
3548
|
swiper.slideTo(stopIndex);
|
|
3549
3549
|
}
|
|
3550
3550
|
}
|
|
3551
|
-
swiper.syncSneakPeekCenter({
|
|
3552
|
-
speed: swiper.params.speed
|
|
3553
|
-
});
|
|
3554
3551
|
}
|
|
3555
3552
|
|
|
3556
3553
|
function onResize() {
|
|
@@ -3655,6 +3652,9 @@
|
|
|
3655
3652
|
if (swiper.params.cssMode || swiper.params.slidesPerView !== 'auto' && !swiper.params.autoHeight) {
|
|
3656
3653
|
return;
|
|
3657
3654
|
}
|
|
3655
|
+
if (e?.target?.tagName !== 'IMG') {
|
|
3656
|
+
return;
|
|
3657
|
+
}
|
|
3658
3658
|
swiper.update();
|
|
3659
3659
|
}
|
|
3660
3660
|
|
|
@@ -4735,7 +4735,6 @@
|
|
|
4735
4735
|
// Init Flag
|
|
4736
4736
|
swiper.initialized = true;
|
|
4737
4737
|
preload(swiper);
|
|
4738
|
-
swiper.syncSneakPeekCenter();
|
|
4739
4738
|
|
|
4740
4739
|
// Emit
|
|
4741
4740
|
swiper.emit('init');
|
|
@@ -10226,15 +10225,15 @@
|
|
|
10226
10225
|
}
|
|
10227
10226
|
|
|
10228
10227
|
/**
|
|
10229
|
-
* Swiper 0.0.
|
|
10228
|
+
* Swiper 0.0.11
|
|
10230
10229
|
* Gem SDK - Swiper, Customized of swiper
|
|
10231
10230
|
* https://swiperjs.com
|
|
10232
10231
|
*
|
|
10233
|
-
* Copyright 2014-
|
|
10232
|
+
* Copyright 2014-2026 GemPages
|
|
10234
10233
|
*
|
|
10235
10234
|
* Released under the MIT License
|
|
10236
10235
|
*
|
|
10237
|
-
* Released on:
|
|
10236
|
+
* Released on: March 9, 2026
|
|
10238
10237
|
*/
|
|
10239
10238
|
|
|
10240
10239
|
|
|
@@ -10568,15 +10567,15 @@
|
|
|
10568
10567
|
}
|
|
10569
10568
|
|
|
10570
10569
|
/**
|
|
10571
|
-
* Swiper Custom Element 0.0.
|
|
10570
|
+
* Swiper Custom Element 0.0.11
|
|
10572
10571
|
* Gem SDK - Swiper, Customized of swiper
|
|
10573
10572
|
* https://swiperjs.com
|
|
10574
10573
|
*
|
|
10575
|
-
* Copyright 2014-
|
|
10574
|
+
* Copyright 2014-2026 GemPages
|
|
10576
10575
|
*
|
|
10577
10576
|
* Released under the MIT License
|
|
10578
10577
|
*
|
|
10579
|
-
* Released on:
|
|
10578
|
+
* Released on: March 9, 2026
|
|
10580
10579
|
*/
|
|
10581
10580
|
|
|
10582
10581
|
|