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,32 +0,0 @@
1
-/**
2
- * Swiper 6.5.0
3
- * Most modern mobile touch slider and framework with hardware accelerated transitions
4
- * https://swiperjs.com
5
- *
6
- * Copyright 2014-2021 Vladimir Kharlampidi
7
- *
8
- * Released under the MIT License
9
- *
10
- * Released on: March 5, 2021
11
- */
12
-
13
-export { default as Swiper, default } from './esm/components/core/core-class';
14
-export { default as Virtual } from './esm/components/virtual/virtual';
15
-export { default as Keyboard } from './esm/components/keyboard/keyboard';
16
-export { default as Mousewheel } from './esm/components/mousewheel/mousewheel';
17
-export { default as Navigation } from './esm/components/navigation/navigation';
18
-export { default as Pagination } from './esm/components/pagination/pagination';
19
-export { default as Scrollbar } from './esm/components/scrollbar/scrollbar';
20
-export { default as Parallax } from './esm/components/parallax/parallax';
21
-export { default as Zoom } from './esm/components/zoom/zoom';
22
-export { default as Lazy } from './esm/components/lazy/lazy';
23
-export { default as Controller } from './esm/components/controller/controller';
24
-export { default as A11y } from './esm/components/a11y/a11y';
25
-export { default as History } from './esm/components/history/history';
26
-export { default as HashNavigation } from './esm/components/hash-navigation/hash-navigation';
27
-export { default as Autoplay } from './esm/components/autoplay/autoplay';
28
-export { default as EffectFade } from './esm/components/effect-fade/effect-fade';
29
-export { default as EffectCube } from './esm/components/effect-cube/effect-cube';
30
-export { default as EffectFlip } from './esm/components/effect-flip/effect-flip';
31
-export { default as EffectCoverflow } from './esm/components/effect-coverflow/effect-coverflow';
32
-export { default as Thumbs } from './esm/components/thumbs/thumbs';
33 0
\ No newline at end of file
Browse code

swiper.js version 6.5.0

Benjamin Roth authored on14/03/2021 15:29:46
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,32 @@
1
+/**
2
+ * Swiper 6.5.0
3
+ * Most modern mobile touch slider and framework with hardware accelerated transitions
4
+ * https://swiperjs.com
5
+ *
6
+ * Copyright 2014-2021 Vladimir Kharlampidi
7
+ *
8
+ * Released under the MIT License
9
+ *
10
+ * Released on: March 5, 2021
11
+ */
12
+
13
+export { default as Swiper, default } from './esm/components/core/core-class';
14
+export { default as Virtual } from './esm/components/virtual/virtual';
15
+export { default as Keyboard } from './esm/components/keyboard/keyboard';
16
+export { default as Mousewheel } from './esm/components/mousewheel/mousewheel';
17
+export { default as Navigation } from './esm/components/navigation/navigation';
18
+export { default as Pagination } from './esm/components/pagination/pagination';
19
+export { default as Scrollbar } from './esm/components/scrollbar/scrollbar';
20
+export { default as Parallax } from './esm/components/parallax/parallax';
21
+export { default as Zoom } from './esm/components/zoom/zoom';
22
+export { default as Lazy } from './esm/components/lazy/lazy';
23
+export { default as Controller } from './esm/components/controller/controller';
24
+export { default as A11y } from './esm/components/a11y/a11y';
25
+export { default as History } from './esm/components/history/history';
26
+export { default as HashNavigation } from './esm/components/hash-navigation/hash-navigation';
27
+export { default as Autoplay } from './esm/components/autoplay/autoplay';
28
+export { default as EffectFade } from './esm/components/effect-fade/effect-fade';
29
+export { default as EffectCube } from './esm/components/effect-cube/effect-cube';
30
+export { default as EffectFlip } from './esm/components/effect-flip/effect-flip';
31
+export { default as EffectCoverflow } from './esm/components/effect-coverflow/effect-coverflow';
32
+export { default as Thumbs } from './esm/components/thumbs/thumbs';
0 33
\ No newline at end of file