Browse code

Refactor and rewrite as contao bundle

Benjamin Roth authored on04/11/2022 22:32:32
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,37 +0,0 @@
1
-/**
2
- * Swiper 6.3.3
3
- * Most modern mobile touch slider and framework with hardware accelerated transitions
4
- * http://swiperjs.com
5
- *
6
- * Copyright 2014-2020 Vladimir Kharlampidi
7
- *
8
- * Released under the MIT License
9
- *
10
- * Released on: October 9, 2020
11
- */
12
-
13
-import Swiper from './esm/components/core/core-class';
14
-export { default as Swiper, default } from './esm/components/core/core-class';
15
-export { default as Virtual } from './esm/components/virtual/virtual';
16
-export { default as Keyboard } from './esm/components/keyboard/keyboard';
17
-export { default as Mousewheel } from './esm/components/mousewheel/mousewheel';
18
-export { default as Navigation } from './esm/components/navigation/navigation';
19
-export { default as Pagination } from './esm/components/pagination/pagination';
20
-export { default as Scrollbar } from './esm/components/scrollbar/scrollbar';
21
-export { default as Parallax } from './esm/components/parallax/parallax';
22
-export { default as Zoom } from './esm/components/zoom/zoom';
23
-export { default as Lazy } from './esm/components/lazy/lazy';
24
-export { default as Controller } from './esm/components/controller/controller';
25
-export { default as A11y } from './esm/components/a11y/a11y';
26
-export { default as History } from './esm/components/history/history';
27
-export { default as HashNavigation } from './esm/components/hash-navigation/hash-navigation';
28
-export { default as Autoplay } from './esm/components/autoplay/autoplay';
29
-export { default as EffectFade } from './esm/components/effect-fade/effect-fade';
30
-export { default as EffectCube } from './esm/components/effect-cube/effect-cube';
31
-export { default as EffectFlip } from './esm/components/effect-flip/effect-flip';
32
-export { default as EffectCoverflow } from './esm/components/effect-coverflow/effect-coverflow';
33
-export { default as Thumbs } from './esm/components/thumbs/thumbs';
34
-
35
-// Swiper Class
36
-var components = [];
37
-Swiper.use(components);
Browse code

swiper.js version 6.3.3

Benjamin Roth authored on13/10/2020 19:31:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,37 @@
1
+/**
2
+ * Swiper 6.3.3
3
+ * Most modern mobile touch slider and framework with hardware accelerated transitions
4
+ * http://swiperjs.com
5
+ *
6
+ * Copyright 2014-2020 Vladimir Kharlampidi
7
+ *
8
+ * Released under the MIT License
9
+ *
10
+ * Released on: October 9, 2020
11
+ */
12
+
13
+import Swiper from './esm/components/core/core-class';
14
+export { default as Swiper, default } from './esm/components/core/core-class';
15
+export { default as Virtual } from './esm/components/virtual/virtual';
16
+export { default as Keyboard } from './esm/components/keyboard/keyboard';
17
+export { default as Mousewheel } from './esm/components/mousewheel/mousewheel';
18
+export { default as Navigation } from './esm/components/navigation/navigation';
19
+export { default as Pagination } from './esm/components/pagination/pagination';
20
+export { default as Scrollbar } from './esm/components/scrollbar/scrollbar';
21
+export { default as Parallax } from './esm/components/parallax/parallax';
22
+export { default as Zoom } from './esm/components/zoom/zoom';
23
+export { default as Lazy } from './esm/components/lazy/lazy';
24
+export { default as Controller } from './esm/components/controller/controller';
25
+export { default as A11y } from './esm/components/a11y/a11y';
26
+export { default as History } from './esm/components/history/history';
27
+export { default as HashNavigation } from './esm/components/hash-navigation/hash-navigation';
28
+export { default as Autoplay } from './esm/components/autoplay/autoplay';
29
+export { default as EffectFade } from './esm/components/effect-fade/effect-fade';
30
+export { default as EffectCube } from './esm/components/effect-cube/effect-cube';
31
+export { default as EffectFlip } from './esm/components/effect-flip/effect-flip';
32
+export { default as EffectCoverflow } from './esm/components/effect-coverflow/effect-coverflow';
33
+export { default as Thumbs } from './esm/components/thumbs/thumbs';
34
+
35
+// Swiper Class
36
+var components = [];
37
+Swiper.use(components);