@gem-sdk/swiper 0.0.7
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/LICENSE +20 -0
- package/README.md +11 -0
- package/modules/a11y-element.css +9 -0
- package/modules/a11y-element.min.css +1 -0
- package/modules/a11y.css +9 -0
- package/modules/a11y.less +9 -0
- package/modules/a11y.min.css +1 -0
- package/modules/a11y.min.mjs +2 -0
- package/modules/a11y.min.mjs.map +1 -0
- package/modules/a11y.mjs +377 -0
- package/modules/a11y.scss +9 -0
- package/modules/autoplay-element.css +0 -0
- package/modules/autoplay-element.min.css +0 -0
- package/modules/autoplay.css +0 -0
- package/modules/autoplay.less +0 -0
- package/modules/autoplay.min.css +0 -0
- package/modules/autoplay.min.mjs +2 -0
- package/modules/autoplay.min.mjs.map +1 -0
- package/modules/autoplay.mjs +304 -0
- package/modules/autoplay.scss +0 -0
- package/modules/controller-element.css +0 -0
- package/modules/controller-element.min.css +0 -0
- package/modules/controller.css +0 -0
- package/modules/controller.less +0 -0
- package/modules/controller.min.css +0 -0
- package/modules/controller.min.mjs +2 -0
- package/modules/controller.min.mjs.map +1 -0
- package/modules/controller.mjs +191 -0
- package/modules/controller.scss +0 -0
- package/modules/effect-cards-element.css +9 -0
- package/modules/effect-cards-element.min.css +1 -0
- package/modules/effect-cards.css +9 -0
- package/modules/effect-cards.less +10 -0
- package/modules/effect-cards.min.css +1 -0
- package/modules/effect-cards.min.mjs +2 -0
- package/modules/effect-cards.min.mjs.map +1 -0
- package/modules/effect-cards.mjs +128 -0
- package/modules/effect-cards.scss +10 -0
- package/modules/effect-coverflow-element.css +0 -0
- package/modules/effect-coverflow-element.min.css +0 -0
- package/modules/effect-coverflow.css +0 -0
- package/modules/effect-coverflow.less +2 -0
- package/modules/effect-coverflow.min.css +0 -0
- package/modules/effect-coverflow.min.mjs +2 -0
- package/modules/effect-coverflow.min.mjs.map +1 -0
- package/modules/effect-coverflow.mjs +104 -0
- package/modules/effect-coverflow.scss +2 -0
- package/modules/effect-creative-element.css +6 -0
- package/modules/effect-creative-element.min.css +1 -0
- package/modules/effect-creative.css +6 -0
- package/modules/effect-creative.less +7 -0
- package/modules/effect-creative.min.css +1 -0
- package/modules/effect-creative.min.mjs +2 -0
- package/modules/effect-creative.min.mjs.map +1 -0
- package/modules/effect-creative.mjs +146 -0
- package/modules/effect-creative.scss +7 -0
- package/modules/effect-cube-element.css +53 -0
- package/modules/effect-cube-element.min.css +1 -0
- package/modules/effect-cube.css +62 -0
- package/modules/effect-cube.less +71 -0
- package/modules/effect-cube.min.css +1 -0
- package/modules/effect-cube.min.mjs +2 -0
- package/modules/effect-cube.min.mjs.map +1 -0
- package/modules/effect-cube.mjs +174 -0
- package/modules/effect-cube.scss +71 -0
- package/modules/effect-fade-element.css +16 -0
- package/modules/effect-fade-element.min.css +1 -0
- package/modules/effect-fade.css +16 -0
- package/modules/effect-fade.less +20 -0
- package/modules/effect-fade.min.css +1 -0
- package/modules/effect-fade.min.mjs +2 -0
- package/modules/effect-fade.min.mjs.map +1 -0
- package/modules/effect-fade.mjs +66 -0
- package/modules/effect-fade.scss +20 -0
- package/modules/effect-flip-element.css +17 -0
- package/modules/effect-flip-element.min.css +1 -0
- package/modules/effect-flip.css +26 -0
- package/modules/effect-flip.less +30 -0
- package/modules/effect-flip.min.css +1 -0
- package/modules/effect-flip.min.mjs +2 -0
- package/modules/effect-flip.min.mjs.map +1 -0
- package/modules/effect-flip.mjs +111 -0
- package/modules/effect-flip.scss +30 -0
- package/modules/free-mode-element.css +4 -0
- package/modules/free-mode-element.min.css +1 -0
- package/modules/free-mode.css +4 -0
- package/modules/free-mode.less +4 -0
- package/modules/free-mode.min.css +1 -0
- package/modules/free-mode.min.mjs +2 -0
- package/modules/free-mode.min.mjs.map +1 -0
- package/modules/free-mode.mjs +237 -0
- package/modules/free-mode.scss +4 -0
- package/modules/grid-element.css +7 -0
- package/modules/grid-element.min.css +1 -0
- package/modules/grid.css +7 -0
- package/modules/grid.less +7 -0
- package/modules/grid.min.css +1 -0
- package/modules/grid.min.mjs +2 -0
- package/modules/grid.min.mjs.map +1 -0
- package/modules/grid.mjs +155 -0
- package/modules/grid.scss +7 -0
- package/modules/hash-navigation-element.css +0 -0
- package/modules/hash-navigation-element.min.css +0 -0
- package/modules/hash-navigation.css +0 -0
- package/modules/hash-navigation.less +2 -0
- package/modules/hash-navigation.min.css +0 -0
- package/modules/hash-navigation.min.mjs +2 -0
- package/modules/hash-navigation.min.mjs.map +1 -0
- package/modules/hash-navigation.mjs +93 -0
- package/modules/hash-navigation.scss +0 -0
- package/modules/history-element.css +0 -0
- package/modules/history-element.min.css +0 -0
- package/modules/history.css +0 -0
- package/modules/history.less +0 -0
- package/modules/history.min.css +0 -0
- package/modules/history.min.mjs +2 -0
- package/modules/history.min.mjs.map +1 -0
- package/modules/history.mjs +142 -0
- package/modules/history.scss +0 -0
- package/modules/index.min.mjs +2 -0
- package/modules/index.min.mjs.map +1 -0
- package/modules/index.mjs +23 -0
- package/modules/keyboard-element.css +0 -0
- package/modules/keyboard-element.min.css +0 -0
- package/modules/keyboard.css +0 -0
- package/modules/keyboard.less +0 -0
- package/modules/keyboard.min.css +0 -0
- package/modules/keyboard.min.mjs +2 -0
- package/modules/keyboard.min.mjs.map +1 -0
- package/modules/keyboard.mjs +117 -0
- package/modules/keyboard.scss +0 -0
- package/modules/manipulation-element.css +0 -0
- package/modules/manipulation-element.min.css +0 -0
- package/modules/manipulation.css +0 -0
- package/modules/manipulation.less +0 -0
- package/modules/manipulation.min.css +0 -0
- package/modules/manipulation.min.mjs +2 -0
- package/modules/manipulation.min.mjs.map +1 -0
- package/modules/manipulation.mjs +193 -0
- package/modules/manipulation.scss +0 -0
- package/modules/mousewheel-element.css +0 -0
- package/modules/mousewheel-element.min.css +0 -0
- package/modules/mousewheel.css +0 -0
- package/modules/mousewheel.less +0 -0
- package/modules/mousewheel.min.css +0 -0
- package/modules/mousewheel.min.mjs +2 -0
- package/modules/mousewheel.min.mjs.map +1 -0
- package/modules/mousewheel.mjs +395 -0
- package/modules/mousewheel.scss +0 -0
- package/modules/navigation-element.css +63 -0
- package/modules/navigation-element.min.css +1 -0
- package/modules/navigation.css +86 -0
- package/modules/navigation.less +86 -0
- package/modules/navigation.min.css +1 -0
- package/modules/navigation.min.mjs +2 -0
- package/modules/navigation.min.mjs.map +1 -0
- package/modules/navigation.mjs +200 -0
- package/modules/navigation.scss +87 -0
- package/modules/pagination-element.css +184 -0
- package/modules/pagination-element.min.css +1 -0
- package/modules/pagination.css +184 -0
- package/modules/pagination.less +187 -0
- package/modules/pagination.min.css +1 -0
- package/modules/pagination.min.mjs +2 -0
- package/modules/pagination.min.mjs.map +1 -0
- package/modules/pagination.mjs +467 -0
- package/modules/pagination.scss +188 -0
- package/modules/parallax-element.css +0 -0
- package/modules/parallax-element.min.css +0 -0
- package/modules/parallax.css +0 -0
- package/modules/parallax.less +0 -0
- package/modules/parallax.min.css +0 -0
- package/modules/parallax.min.mjs +2 -0
- package/modules/parallax.min.mjs.map +1 -0
- package/modules/parallax.mjs +124 -0
- package/modules/parallax.scss +0 -0
- package/modules/scrollbar-element.css +58 -0
- package/modules/scrollbar-element.min.css +1 -0
- package/modules/scrollbar.css +58 -0
- package/modules/scrollbar.less +59 -0
- package/modules/scrollbar.min.css +1 -0
- package/modules/scrollbar.min.mjs +2 -0
- package/modules/scrollbar.min.mjs.map +1 -0
- package/modules/scrollbar.mjs +366 -0
- package/modules/scrollbar.scss +61 -0
- package/modules/thumbs-element.css +0 -0
- package/modules/thumbs-element.min.css +0 -0
- package/modules/thumbs.css +0 -0
- package/modules/thumbs.less +5 -0
- package/modules/thumbs.min.css +0 -0
- package/modules/thumbs.min.mjs +2 -0
- package/modules/thumbs.min.mjs.map +1 -0
- package/modules/thumbs.mjs +197 -0
- package/modules/thumbs.scss +5 -0
- package/modules/virtual-element.css +19 -0
- package/modules/virtual-element.min.css +1 -0
- package/modules/virtual.css +19 -0
- package/modules/virtual.less +26 -0
- package/modules/virtual.min.css +1 -0
- package/modules/virtual.min.mjs +2 -0
- package/modules/virtual.min.mjs.map +1 -0
- package/modules/virtual.mjs +349 -0
- package/modules/virtual.scss +26 -0
- package/modules/zoom-element.css +5 -0
- package/modules/zoom-element.min.css +1 -0
- package/modules/zoom.css +21 -0
- package/modules/zoom.less +23 -0
- package/modules/zoom.min.css +1 -0
- package/modules/zoom.min.mjs +2 -0
- package/modules/zoom.min.mjs.map +1 -0
- package/modules/zoom.mjs +701 -0
- package/modules/zoom.scss +21 -0
- package/package.json +213 -0
- package/shared/classes-to-selector.min.mjs +2 -0
- package/shared/classes-to-selector.min.mjs.map +1 -0
- package/shared/classes-to-selector.mjs +9 -0
- package/shared/create-element-if-not-defined.min.mjs +2 -0
- package/shared/create-element-if-not-defined.min.mjs.map +1 -0
- package/shared/create-element-if-not-defined.mjs +21 -0
- package/shared/create-shadow.min.mjs +2 -0
- package/shared/create-shadow.min.mjs.map +1 -0
- package/shared/create-shadow.mjs +14 -0
- package/shared/effect-init.min.mjs +2 -0
- package/shared/effect-init.min.mjs.map +1 -0
- package/shared/effect-init.mjs +58 -0
- package/shared/effect-target.min.mjs +2 -0
- package/shared/effect-target.min.mjs.map +1 -0
- package/shared/effect-target.mjs +12 -0
- package/shared/effect-virtual-transition-end.min.mjs +2 -0
- package/shared/effect-virtual-transition-end.min.mjs.map +1 -0
- package/shared/effect-virtual-transition-end.mjs +48 -0
- package/shared/get-element-params.min.mjs +2 -0
- package/shared/get-element-params.min.mjs.map +1 -0
- package/shared/get-element-params.mjs +113 -0
- package/shared/ssr-window.esm.min.mjs +2 -0
- package/shared/ssr-window.esm.min.mjs.map +1 -0
- package/shared/ssr-window.esm.mjs +146 -0
- package/shared/swiper-core.min.mjs +2 -0
- package/shared/swiper-core.min.mjs.map +1 -0
- package/shared/swiper-core.mjs +3969 -0
- package/shared/update-on-virtual-data.min.mjs +2 -0
- package/shared/update-on-virtual-data.min.mjs.map +1 -0
- package/shared/update-on-virtual-data.mjs +131 -0
- package/shared/update-swiper.min.mjs +2 -0
- package/shared/update-swiper.min.mjs.map +1 -0
- package/shared/update-swiper.mjs +238 -0
- package/shared/utils.min.mjs +2 -0
- package/shared/utils.min.mjs.map +1 -0
- package/shared/utils.mjs +343 -0
- package/swiper-bundle.css +735 -0
- package/swiper-bundle.js +9870 -0
- package/swiper-bundle.min.css +13 -0
- package/swiper-bundle.min.js +14 -0
- package/swiper-bundle.min.js.map +1 -0
- package/swiper-bundle.min.mjs +14 -0
- package/swiper-bundle.min.mjs.map +1 -0
- package/swiper-bundle.mjs +42 -0
- package/swiper-effect-utils.d.ts +28 -0
- package/swiper-effect-utils.min.mjs +14 -0
- package/swiper-effect-utils.min.mjs.map +1 -0
- package/swiper-effect-utils.mjs +17 -0
- package/swiper-element-bundle.js +10477 -0
- package/swiper-element-bundle.min.js +14 -0
- package/swiper-element-bundle.min.js.map +1 -0
- package/swiper-element-bundle.min.mjs +14 -0
- package/swiper-element-bundle.min.mjs.map +1 -0
- package/swiper-element-bundle.mjs +288 -0
- package/swiper-element.d.ts +444 -0
- package/swiper-element.js +5037 -0
- package/swiper-element.min.js +14 -0
- package/swiper-element.min.js.map +1 -0
- package/swiper-element.min.mjs +14 -0
- package/swiper-element.min.mjs.map +1 -0
- package/swiper-element.mjs +287 -0
- package/swiper-react.d.ts +501 -0
- package/swiper-react.mjs +394 -0
- package/swiper-vars.less +1 -0
- package/swiper-vars.scss +1 -0
- package/swiper-vue.d.ts +866 -0
- package/swiper-vue.mjs +838 -0
- package/swiper.css +228 -0
- package/swiper.d.ts +5 -0
- package/swiper.js +4418 -0
- package/swiper.less +251 -0
- package/swiper.min.css +13 -0
- package/swiper.min.js +14 -0
- package/swiper.min.js.map +1 -0
- package/swiper.min.mjs +14 -0
- package/swiper.min.mjs.map +1 -0
- package/swiper.mjs +13 -0
- package/swiper.scss +252 -0
- package/types/index.d.ts +6 -0
- package/types/modules/a11y.d.ts +110 -0
- package/types/modules/autoplay.d.ts +133 -0
- package/types/modules/controller.d.ts +35 -0
- package/types/modules/effect-cards.d.ts +33 -0
- package/types/modules/effect-coverflow.d.ts +45 -0
- package/types/modules/effect-creative.d.ts +86 -0
- package/types/modules/effect-cube.d.ts +30 -0
- package/types/modules/effect-fade.d.ts +12 -0
- package/types/modules/effect-flip.d.ts +18 -0
- package/types/modules/free-mode.d.ts +64 -0
- package/types/modules/grid.d.ts +21 -0
- package/types/modules/hash-navigation.d.ts +38 -0
- package/types/modules/history.d.ts +43 -0
- package/types/modules/index.d.ts +51 -0
- package/types/modules/keyboard.d.ts +46 -0
- package/types/modules/manipulation.d.ts +70 -0
- package/types/modules/mousewheel.d.ts +86 -0
- package/types/modules/navigation.d.ts +105 -0
- package/types/modules/pagination.d.ts +307 -0
- package/types/modules/parallax.d.ts +12 -0
- package/types/modules/public-api.d.ts +23 -0
- package/types/modules/scrollbar.d.ts +140 -0
- package/types/modules/thumbs.d.ts +54 -0
- package/types/modules/virtual.d.ts +135 -0
- package/types/modules/zoom.d.ts +91 -0
- package/types/shared.d.ts +13 -0
- package/types/swiper-class.d.ts +522 -0
- package/types/swiper-events.d.ts +359 -0
- package/types/swiper-options.d.ts +1217 -0
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
/*
|
|
3
|
+
--swiper-pagination-color: var(--swiper-theme-color);
|
|
4
|
+
--swiper-pagination-left: auto;
|
|
5
|
+
--swiper-pagination-right: 8px;
|
|
6
|
+
--swiper-pagination-bottom: 8px;
|
|
7
|
+
--swiper-pagination-top: auto;
|
|
8
|
+
--swiper-pagination-fraction-color: inherit;
|
|
9
|
+
--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
|
|
10
|
+
--swiper-pagination-progressbar-size: 4px;
|
|
11
|
+
--swiper-pagination-bullet-size: 8px;
|
|
12
|
+
--swiper-pagination-bullet-width: 8px;
|
|
13
|
+
--swiper-pagination-bullet-height: 8px;
|
|
14
|
+
--swiper-pagination-bullet-border-radius: 50%;
|
|
15
|
+
--swiper-pagination-bullet-inactive-color: #000;
|
|
16
|
+
--swiper-pagination-bullet-inactive-opacity: 0.2;
|
|
17
|
+
--swiper-pagination-bullet-opacity: 1;
|
|
18
|
+
--swiper-pagination-bullet-horizontal-gap: 4px;
|
|
19
|
+
--swiper-pagination-bullet-vertical-gap: 6px;
|
|
20
|
+
*/
|
|
21
|
+
}
|
|
22
|
+
.swiper-pagination {
|
|
23
|
+
position: absolute;
|
|
24
|
+
text-align: center;
|
|
25
|
+
transition: 300ms opacity;
|
|
26
|
+
transform: translate3d(0, 0, 0);
|
|
27
|
+
z-index: 10;
|
|
28
|
+
}
|
|
29
|
+
.swiper-pagination.swiper-pagination-hidden {
|
|
30
|
+
opacity: 0;
|
|
31
|
+
}
|
|
32
|
+
.swiper-pagination-disabled > .swiper-pagination,
|
|
33
|
+
.swiper-pagination.swiper-pagination-disabled {
|
|
34
|
+
display: none !important;
|
|
35
|
+
}
|
|
36
|
+
/* Common Styles */
|
|
37
|
+
.swiper-pagination-fraction,
|
|
38
|
+
.swiper-pagination-custom,
|
|
39
|
+
.swiper-horizontal > .swiper-pagination-bullets,
|
|
40
|
+
.swiper-pagination-bullets.swiper-pagination-horizontal {
|
|
41
|
+
bottom: var(--swiper-pagination-bottom, 8px);
|
|
42
|
+
top: var(--swiper-pagination-top, auto);
|
|
43
|
+
left: 0;
|
|
44
|
+
width: 100%;
|
|
45
|
+
}
|
|
46
|
+
/* Bullets */
|
|
47
|
+
.swiper-pagination-bullets-dynamic {
|
|
48
|
+
overflow: hidden;
|
|
49
|
+
font-size: 0;
|
|
50
|
+
}
|
|
51
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
52
|
+
transform: scale(0.33);
|
|
53
|
+
position: relative;
|
|
54
|
+
}
|
|
55
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
|
|
56
|
+
transform: scale(1);
|
|
57
|
+
}
|
|
58
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
|
|
59
|
+
transform: scale(1);
|
|
60
|
+
}
|
|
61
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
|
|
62
|
+
transform: scale(0.66);
|
|
63
|
+
}
|
|
64
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
|
|
65
|
+
transform: scale(0.33);
|
|
66
|
+
}
|
|
67
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
|
|
68
|
+
transform: scale(0.66);
|
|
69
|
+
}
|
|
70
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
|
|
71
|
+
transform: scale(0.33);
|
|
72
|
+
}
|
|
73
|
+
.swiper-pagination-bullet {
|
|
74
|
+
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
|
|
75
|
+
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
|
|
76
|
+
display: inline-block;
|
|
77
|
+
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
|
|
78
|
+
background: var(--swiper-pagination-bullet-inactive-color, #000);
|
|
79
|
+
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
|
|
80
|
+
}
|
|
81
|
+
button.swiper-pagination-bullet {
|
|
82
|
+
border: none;
|
|
83
|
+
margin: 0;
|
|
84
|
+
padding: 0;
|
|
85
|
+
box-shadow: none;
|
|
86
|
+
-webkit-appearance: none;
|
|
87
|
+
appearance: none;
|
|
88
|
+
}
|
|
89
|
+
.swiper-pagination-clickable .swiper-pagination-bullet {
|
|
90
|
+
cursor: pointer;
|
|
91
|
+
}
|
|
92
|
+
.swiper-pagination-bullet:only-child {
|
|
93
|
+
display: none !important;
|
|
94
|
+
}
|
|
95
|
+
.swiper-pagination-bullet-active {
|
|
96
|
+
opacity: var(--swiper-pagination-bullet-opacity, 1);
|
|
97
|
+
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
|
98
|
+
}
|
|
99
|
+
.swiper-vertical > .swiper-pagination-bullets,
|
|
100
|
+
.swiper-pagination-vertical.swiper-pagination-bullets {
|
|
101
|
+
right: var(--swiper-pagination-right, 8px);
|
|
102
|
+
left: var(--swiper-pagination-left, auto);
|
|
103
|
+
top: 50%;
|
|
104
|
+
transform: translate3d(0px, -50%, 0);
|
|
105
|
+
}
|
|
106
|
+
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
|
|
107
|
+
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
108
|
+
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
|
|
109
|
+
display: block;
|
|
110
|
+
}
|
|
111
|
+
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
|
112
|
+
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
|
113
|
+
top: 50%;
|
|
114
|
+
transform: translateY(-50%);
|
|
115
|
+
width: 8px;
|
|
116
|
+
}
|
|
117
|
+
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
|
118
|
+
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
119
|
+
display: inline-block;
|
|
120
|
+
transition: 200ms transform,
|
|
121
|
+
200ms top;
|
|
122
|
+
}
|
|
123
|
+
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
|
|
124
|
+
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
125
|
+
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
|
|
126
|
+
}
|
|
127
|
+
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
|
128
|
+
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
|
129
|
+
left: 50%;
|
|
130
|
+
transform: translateX(-50%);
|
|
131
|
+
white-space: nowrap;
|
|
132
|
+
}
|
|
133
|
+
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
|
134
|
+
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
135
|
+
transition: 200ms transform,
|
|
136
|
+
200ms left;
|
|
137
|
+
}
|
|
138
|
+
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
139
|
+
transition: 200ms transform,
|
|
140
|
+
200ms right;
|
|
141
|
+
}
|
|
142
|
+
/* Fraction */
|
|
143
|
+
.swiper-pagination-fraction {
|
|
144
|
+
color: var(--swiper-pagination-fraction-color, inherit);
|
|
145
|
+
}
|
|
146
|
+
/* Progress */
|
|
147
|
+
.swiper-pagination-progressbar {
|
|
148
|
+
background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
|
|
149
|
+
position: absolute;
|
|
150
|
+
}
|
|
151
|
+
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
|
152
|
+
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
|
153
|
+
position: absolute;
|
|
154
|
+
left: 0;
|
|
155
|
+
top: 0;
|
|
156
|
+
width: 100%;
|
|
157
|
+
height: 100%;
|
|
158
|
+
transform: scale(0);
|
|
159
|
+
transform-origin: left top;
|
|
160
|
+
}
|
|
161
|
+
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
|
162
|
+
transform-origin: right top;
|
|
163
|
+
}
|
|
164
|
+
.swiper-horizontal > .swiper-pagination-progressbar,
|
|
165
|
+
.swiper-pagination-progressbar.swiper-pagination-horizontal,
|
|
166
|
+
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
|
|
167
|
+
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
|
|
168
|
+
width: 100%;
|
|
169
|
+
height: var(--swiper-pagination-progressbar-size, 4px);
|
|
170
|
+
left: 0;
|
|
171
|
+
top: 0;
|
|
172
|
+
}
|
|
173
|
+
.swiper-vertical > .swiper-pagination-progressbar,
|
|
174
|
+
.swiper-pagination-progressbar.swiper-pagination-vertical,
|
|
175
|
+
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
|
|
176
|
+
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
|
|
177
|
+
width: var(--swiper-pagination-progressbar-size, 4px);
|
|
178
|
+
height: 100%;
|
|
179
|
+
left: 0;
|
|
180
|
+
top: 0;
|
|
181
|
+
}
|
|
182
|
+
.swiper-pagination-lock {
|
|
183
|
+
display: none;
|
|
184
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
/*
|
|
3
|
+
--swiper-pagination-color: var(--swiper-theme-color);
|
|
4
|
+
--swiper-pagination-left: auto;
|
|
5
|
+
--swiper-pagination-right: 8px;
|
|
6
|
+
--swiper-pagination-bottom: 8px;
|
|
7
|
+
--swiper-pagination-top: auto;
|
|
8
|
+
--swiper-pagination-fraction-color: inherit;
|
|
9
|
+
--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
|
|
10
|
+
--swiper-pagination-progressbar-size: 4px;
|
|
11
|
+
--swiper-pagination-bullet-size: 8px;
|
|
12
|
+
--swiper-pagination-bullet-width: 8px;
|
|
13
|
+
--swiper-pagination-bullet-height: 8px;
|
|
14
|
+
--swiper-pagination-bullet-border-radius: 50%;
|
|
15
|
+
--swiper-pagination-bullet-inactive-color: #000;
|
|
16
|
+
--swiper-pagination-bullet-inactive-opacity: 0.2;
|
|
17
|
+
--swiper-pagination-bullet-opacity: 1;
|
|
18
|
+
--swiper-pagination-bullet-horizontal-gap: 4px;
|
|
19
|
+
--swiper-pagination-bullet-vertical-gap: 6px;
|
|
20
|
+
*/
|
|
21
|
+
}
|
|
22
|
+
.swiper-pagination {
|
|
23
|
+
position: absolute;
|
|
24
|
+
text-align: center;
|
|
25
|
+
transition: 300ms opacity;
|
|
26
|
+
transform: translate3d(0, 0, 0);
|
|
27
|
+
z-index: 10;
|
|
28
|
+
}
|
|
29
|
+
.swiper-pagination.swiper-pagination-hidden {
|
|
30
|
+
opacity: 0;
|
|
31
|
+
}
|
|
32
|
+
.swiper-pagination-disabled > .swiper-pagination,
|
|
33
|
+
.swiper-pagination.swiper-pagination-disabled {
|
|
34
|
+
display: none !important;
|
|
35
|
+
}
|
|
36
|
+
/* Common Styles */
|
|
37
|
+
.swiper-pagination-fraction,
|
|
38
|
+
.swiper-pagination-custom,
|
|
39
|
+
.swiper-horizontal > .swiper-pagination-bullets,
|
|
40
|
+
.swiper-pagination-bullets.swiper-pagination-horizontal {
|
|
41
|
+
bottom: var(--swiper-pagination-bottom, 8px);
|
|
42
|
+
top: var(--swiper-pagination-top, auto);
|
|
43
|
+
left: 0;
|
|
44
|
+
width: 100%;
|
|
45
|
+
}
|
|
46
|
+
/* Bullets */
|
|
47
|
+
.swiper-pagination-bullets-dynamic {
|
|
48
|
+
overflow: hidden;
|
|
49
|
+
font-size: 0;
|
|
50
|
+
}
|
|
51
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
52
|
+
transform: scale(0.33);
|
|
53
|
+
position: relative;
|
|
54
|
+
}
|
|
55
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
|
|
56
|
+
transform: scale(1);
|
|
57
|
+
}
|
|
58
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
|
|
59
|
+
transform: scale(1);
|
|
60
|
+
}
|
|
61
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
|
|
62
|
+
transform: scale(0.66);
|
|
63
|
+
}
|
|
64
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
|
|
65
|
+
transform: scale(0.33);
|
|
66
|
+
}
|
|
67
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
|
|
68
|
+
transform: scale(0.66);
|
|
69
|
+
}
|
|
70
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
|
|
71
|
+
transform: scale(0.33);
|
|
72
|
+
}
|
|
73
|
+
.swiper-pagination-bullet {
|
|
74
|
+
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
|
|
75
|
+
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
|
|
76
|
+
display: inline-block;
|
|
77
|
+
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
|
|
78
|
+
background: var(--swiper-pagination-bullet-inactive-color, #000);
|
|
79
|
+
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
|
|
80
|
+
}
|
|
81
|
+
button.swiper-pagination-bullet {
|
|
82
|
+
border: none;
|
|
83
|
+
margin: 0;
|
|
84
|
+
padding: 0;
|
|
85
|
+
box-shadow: none;
|
|
86
|
+
-webkit-appearance: none;
|
|
87
|
+
appearance: none;
|
|
88
|
+
}
|
|
89
|
+
.swiper-pagination-clickable .swiper-pagination-bullet {
|
|
90
|
+
cursor: pointer;
|
|
91
|
+
}
|
|
92
|
+
.swiper-pagination-bullet:only-child {
|
|
93
|
+
display: none !important;
|
|
94
|
+
}
|
|
95
|
+
.swiper-pagination-bullet-active {
|
|
96
|
+
opacity: var(--swiper-pagination-bullet-opacity, 1);
|
|
97
|
+
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
|
98
|
+
}
|
|
99
|
+
.swiper-vertical > .swiper-pagination-bullets,
|
|
100
|
+
.swiper-pagination-vertical.swiper-pagination-bullets {
|
|
101
|
+
right: var(--swiper-pagination-right, 8px);
|
|
102
|
+
left: var(--swiper-pagination-left, auto);
|
|
103
|
+
top: 50%;
|
|
104
|
+
transform: translate3d(0px, -50%, 0);
|
|
105
|
+
}
|
|
106
|
+
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
|
|
107
|
+
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
108
|
+
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
|
|
109
|
+
display: block;
|
|
110
|
+
}
|
|
111
|
+
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
|
112
|
+
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
|
113
|
+
top: 50%;
|
|
114
|
+
transform: translateY(-50%);
|
|
115
|
+
width: 8px;
|
|
116
|
+
}
|
|
117
|
+
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
|
118
|
+
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
119
|
+
display: inline-block;
|
|
120
|
+
transition: 200ms transform,
|
|
121
|
+
200ms top;
|
|
122
|
+
}
|
|
123
|
+
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
|
|
124
|
+
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
125
|
+
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
|
|
126
|
+
}
|
|
127
|
+
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
|
128
|
+
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
|
129
|
+
left: 50%;
|
|
130
|
+
transform: translateX(-50%);
|
|
131
|
+
white-space: nowrap;
|
|
132
|
+
}
|
|
133
|
+
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
|
134
|
+
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
135
|
+
transition: 200ms transform,
|
|
136
|
+
200ms left;
|
|
137
|
+
}
|
|
138
|
+
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
139
|
+
transition: 200ms transform,
|
|
140
|
+
200ms right;
|
|
141
|
+
}
|
|
142
|
+
/* Fraction */
|
|
143
|
+
.swiper-pagination-fraction {
|
|
144
|
+
color: var(--swiper-pagination-fraction-color, inherit);
|
|
145
|
+
}
|
|
146
|
+
/* Progress */
|
|
147
|
+
.swiper-pagination-progressbar {
|
|
148
|
+
background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
|
|
149
|
+
position: absolute;
|
|
150
|
+
}
|
|
151
|
+
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
|
152
|
+
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
|
153
|
+
position: absolute;
|
|
154
|
+
left: 0;
|
|
155
|
+
top: 0;
|
|
156
|
+
width: 100%;
|
|
157
|
+
height: 100%;
|
|
158
|
+
transform: scale(0);
|
|
159
|
+
transform-origin: left top;
|
|
160
|
+
}
|
|
161
|
+
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
|
162
|
+
transform-origin: right top;
|
|
163
|
+
}
|
|
164
|
+
.swiper-horizontal > .swiper-pagination-progressbar,
|
|
165
|
+
.swiper-pagination-progressbar.swiper-pagination-horizontal,
|
|
166
|
+
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
|
|
167
|
+
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
|
|
168
|
+
width: 100%;
|
|
169
|
+
height: var(--swiper-pagination-progressbar-size, 4px);
|
|
170
|
+
left: 0;
|
|
171
|
+
top: 0;
|
|
172
|
+
}
|
|
173
|
+
.swiper-vertical > .swiper-pagination-progressbar,
|
|
174
|
+
.swiper-pagination-progressbar.swiper-pagination-vertical,
|
|
175
|
+
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
|
|
176
|
+
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
|
|
177
|
+
width: var(--swiper-pagination-progressbar-size, 4px);
|
|
178
|
+
height: 100%;
|
|
179
|
+
left: 0;
|
|
180
|
+
top: 0;
|
|
181
|
+
}
|
|
182
|
+
.swiper-pagination-lock {
|
|
183
|
+
display: none;
|
|
184
|
+
}
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
@import url('../swiper-vars.less');
|
|
2
|
+
|
|
3
|
+
:root {
|
|
4
|
+
/*
|
|
5
|
+
--swiper-pagination-color: var(--swiper-theme-color);
|
|
6
|
+
--swiper-pagination-left: auto;
|
|
7
|
+
--swiper-pagination-right: 8px;
|
|
8
|
+
--swiper-pagination-bottom: 8px;
|
|
9
|
+
--swiper-pagination-top: auto;
|
|
10
|
+
--swiper-pagination-fraction-color: inherit;
|
|
11
|
+
--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
|
|
12
|
+
--swiper-pagination-progressbar-size: 4px;
|
|
13
|
+
--swiper-pagination-bullet-size: 8px;
|
|
14
|
+
--swiper-pagination-bullet-width: 8px;
|
|
15
|
+
--swiper-pagination-bullet-height: 8px;
|
|
16
|
+
--swiper-pagination-bullet-border-radius: 50%;
|
|
17
|
+
--swiper-pagination-bullet-inactive-color: #000;
|
|
18
|
+
--swiper-pagination-bullet-inactive-opacity: 0.2;
|
|
19
|
+
--swiper-pagination-bullet-opacity: 1;
|
|
20
|
+
--swiper-pagination-bullet-horizontal-gap: 4px;
|
|
21
|
+
--swiper-pagination-bullet-vertical-gap: 6px;
|
|
22
|
+
*/
|
|
23
|
+
}
|
|
24
|
+
.swiper-pagination {
|
|
25
|
+
position: absolute;
|
|
26
|
+
text-align: center;
|
|
27
|
+
transition: 300ms opacity;
|
|
28
|
+
transform: translate3d(0, 0, 0);
|
|
29
|
+
z-index: 10;
|
|
30
|
+
&.swiper-pagination-hidden {
|
|
31
|
+
opacity: 0;
|
|
32
|
+
}
|
|
33
|
+
.swiper-pagination-disabled > &,
|
|
34
|
+
&.swiper-pagination-disabled {
|
|
35
|
+
display: none !important;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
/* Common Styles */
|
|
39
|
+
.swiper-pagination-fraction,
|
|
40
|
+
.swiper-pagination-custom,
|
|
41
|
+
.swiper-horizontal > .swiper-pagination-bullets,
|
|
42
|
+
.swiper-pagination-bullets.swiper-pagination-horizontal {
|
|
43
|
+
bottom: var(--swiper-pagination-bottom, 8px);
|
|
44
|
+
top: var(--swiper-pagination-top, auto);
|
|
45
|
+
left: 0;
|
|
46
|
+
width: 100%;
|
|
47
|
+
}
|
|
48
|
+
/* Bullets */
|
|
49
|
+
.swiper-pagination-bullets-dynamic {
|
|
50
|
+
overflow: hidden;
|
|
51
|
+
font-size: 0;
|
|
52
|
+
.swiper-pagination-bullet {
|
|
53
|
+
transform: scale(0.33);
|
|
54
|
+
position: relative;
|
|
55
|
+
}
|
|
56
|
+
.swiper-pagination-bullet-active {
|
|
57
|
+
transform: scale(1);
|
|
58
|
+
}
|
|
59
|
+
.swiper-pagination-bullet-active-main {
|
|
60
|
+
transform: scale(1);
|
|
61
|
+
}
|
|
62
|
+
.swiper-pagination-bullet-active-prev {
|
|
63
|
+
transform: scale(0.66);
|
|
64
|
+
}
|
|
65
|
+
.swiper-pagination-bullet-active-prev-prev {
|
|
66
|
+
transform: scale(0.33);
|
|
67
|
+
}
|
|
68
|
+
.swiper-pagination-bullet-active-next {
|
|
69
|
+
transform: scale(0.66);
|
|
70
|
+
}
|
|
71
|
+
.swiper-pagination-bullet-active-next-next {
|
|
72
|
+
transform: scale(0.33);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
.swiper-pagination-bullet {
|
|
76
|
+
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
|
|
77
|
+
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
|
|
78
|
+
display: inline-block;
|
|
79
|
+
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
|
|
80
|
+
background: var(--swiper-pagination-bullet-inactive-color, #000);
|
|
81
|
+
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
|
|
82
|
+
button& {
|
|
83
|
+
border: none;
|
|
84
|
+
margin: 0;
|
|
85
|
+
padding: 0;
|
|
86
|
+
box-shadow: none;
|
|
87
|
+
appearance: none;
|
|
88
|
+
}
|
|
89
|
+
.swiper-pagination-clickable & {
|
|
90
|
+
cursor: pointer;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
&:only-child {
|
|
94
|
+
display: none !important;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
.swiper-pagination-bullet-active {
|
|
98
|
+
opacity: var(--swiper-pagination-bullet-opacity, 1);
|
|
99
|
+
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.swiper-vertical > .swiper-pagination-bullets,
|
|
103
|
+
.swiper-pagination-vertical.swiper-pagination-bullets {
|
|
104
|
+
right: var(--swiper-pagination-right, 8px);
|
|
105
|
+
left: var(--swiper-pagination-left, auto);
|
|
106
|
+
top: 50%;
|
|
107
|
+
transform: translate3d(0px, -50%, 0);
|
|
108
|
+
.swiper-pagination-bullet {
|
|
109
|
+
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
|
|
110
|
+
display: block;
|
|
111
|
+
}
|
|
112
|
+
&.swiper-pagination-bullets-dynamic {
|
|
113
|
+
top: 50%;
|
|
114
|
+
transform: translateY(-50%);
|
|
115
|
+
width: 8px;
|
|
116
|
+
.swiper-pagination-bullet {
|
|
117
|
+
display: inline-block;
|
|
118
|
+
transition:
|
|
119
|
+
200ms transform,
|
|
120
|
+
200ms top;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
.swiper-horizontal > .swiper-pagination-bullets,
|
|
125
|
+
.swiper-pagination-horizontal.swiper-pagination-bullets {
|
|
126
|
+
.swiper-pagination-bullet {
|
|
127
|
+
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
|
|
128
|
+
}
|
|
129
|
+
&.swiper-pagination-bullets-dynamic {
|
|
130
|
+
left: 50%;
|
|
131
|
+
transform: translateX(-50%);
|
|
132
|
+
white-space: nowrap;
|
|
133
|
+
.swiper-pagination-bullet {
|
|
134
|
+
transition:
|
|
135
|
+
200ms transform,
|
|
136
|
+
200ms left;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
141
|
+
transition:
|
|
142
|
+
200ms transform,
|
|
143
|
+
200ms right;
|
|
144
|
+
}
|
|
145
|
+
/* Fraction */
|
|
146
|
+
.swiper-pagination-fraction {
|
|
147
|
+
color: var(--swiper-pagination-fraction-color, inherit);
|
|
148
|
+
}
|
|
149
|
+
/* Progress */
|
|
150
|
+
.swiper-pagination-progressbar {
|
|
151
|
+
background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
|
|
152
|
+
position: absolute;
|
|
153
|
+
.swiper-pagination-progressbar-fill {
|
|
154
|
+
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
|
155
|
+
position: absolute;
|
|
156
|
+
left: 0;
|
|
157
|
+
top: 0;
|
|
158
|
+
width: 100%;
|
|
159
|
+
height: 100%;
|
|
160
|
+
transform: scale(0);
|
|
161
|
+
transform-origin: left top;
|
|
162
|
+
}
|
|
163
|
+
.swiper-rtl & .swiper-pagination-progressbar-fill {
|
|
164
|
+
transform-origin: right top;
|
|
165
|
+
}
|
|
166
|
+
.swiper-horizontal > &,
|
|
167
|
+
&.swiper-pagination-horizontal,
|
|
168
|
+
.swiper-vertical > &.swiper-pagination-progressbar-opposite,
|
|
169
|
+
&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
|
|
170
|
+
width: 100%;
|
|
171
|
+
height: var(--swiper-pagination-progressbar-size, 4px);
|
|
172
|
+
left: 0;
|
|
173
|
+
top: 0;
|
|
174
|
+
}
|
|
175
|
+
.swiper-vertical > &,
|
|
176
|
+
&.swiper-pagination-vertical,
|
|
177
|
+
.swiper-horizontal > &.swiper-pagination-progressbar-opposite,
|
|
178
|
+
&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
|
|
179
|
+
width: var(--swiper-pagination-progressbar-size, 4px);
|
|
180
|
+
height: 100%;
|
|
181
|
+
left: 0;
|
|
182
|
+
top: 0;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
.swiper-pagination-lock {
|
|
186
|
+
display: none;
|
|
187
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{c as classesToSelector}from"../shared/classes-to-selector.min.mjs";import{c as createElementIfNotDefined}from"../shared/create-element-if-not-defined.min.mjs";import{m as makeElementsArray,h as elementOuterSize,i as elementIndex,s as setInnerHTML,b as elementParents}from"../shared/utils.min.mjs";function Pagination(e){let{swiper:a,extendParams:s,on:l,emit:t}=e;const i="swiper-pagination";let n;s({pagination:{el:null,bulletElement:"span",clickable:!1,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:e=>e,formatFractionTotal:e=>e,bulletClass:`${i}-bullet`,bulletActiveClass:`${i}-bullet-active`,modifierClass:`${i}-`,currentClass:`${i}-current`,totalClass:`${i}-total`,hiddenClass:`${i}-hidden`,progressbarFillClass:`${i}-progressbar-fill`,progressbarOppositeClass:`${i}-progressbar-opposite`,clickableClass:`${i}-clickable`,lockClass:`${i}-lock`,horizontalClass:`${i}-horizontal`,verticalClass:`${i}-vertical`,paginationDisabledClass:`${i}-disabled`}}),a.pagination={el:null,bullets:[]};let r=0;function o(){return!a.params.pagination.el||!a.pagination.el||Array.isArray(a.pagination.el)&&0===a.pagination.el.length}function p(e,s){const{bulletActiveClass:l}=a.params.pagination;e&&(e=e[("prev"===s?"previous":"next")+"ElementSibling"])&&(e.classList.add(`${l}-${s}`),(e=e[("prev"===s?"previous":"next")+"ElementSibling"])&&e.classList.add(`${l}-${s}-${s}`))}function c(e){const s=e.target.closest(classesToSelector(a.params.pagination.bulletClass));if(!s)return;e.preventDefault();const l=elementIndex(s)*a.params.slidesPerGroup;if(a.params.loop){const e="auto"===a.params.slidesPerView?a.slidesPerViewDynamic():Math.ceil(parseFloat(a.params.slidesPerView,10));if(a.slides.length<e)return void a.slideTo(l);if(a.realIndex===l)return;const s=(t=a.realIndex,i=l,n=a.slides.length,(i%=n)==1+(t%=n)?"next":i===t-1?"previous":void 0);"next"===s?a.slideNext():"previous"===s?a.slidePrev():a.slideToLoop(l)}else a.slideTo(l);var t,i,n}function d(){const e=a.rtl,s=a.params.pagination;if(o())return;let l,i,c=a.pagination.el;c=makeElementsArray(c);const d=a.virtual&&a.params.virtual.enabled?a.virtual.slides.length:a.slides.length,m=a.params.loop?Math.ceil(d/a.params.slidesPerGroup):a.snapGrid.length;if(a.params.loop?(i=a.previousRealIndex||0,l=a.params.slidesPerGroup>1?Math.floor(a.realIndex/a.params.slidesPerGroup):a.realIndex):void 0!==a.snapIndex?(l=a.snapIndex,i=a.previousSnapIndex):(i=a.previousIndex||0,l=a.activeIndex||0),"bullets"===s.type&&a.pagination.bullets&&a.pagination.bullets.length>0){const t=a.pagination.bullets;let o,d,m;if(s.dynamicBullets&&(n=elementOuterSize(t[0],a.isHorizontal()?"width":"height",!0),c.forEach((e=>{e.style[a.isHorizontal()?"width":"height"]=n*(s.dynamicMainBullets+4)+"px"})),s.dynamicMainBullets>1&&void 0!==i&&(r+=l-(i||0),r>s.dynamicMainBullets-1?r=s.dynamicMainBullets-1:r<0&&(r=0)),o=Math.max(l-r,0),d=o+(Math.min(t.length,s.dynamicMainBullets)-1),m=(d+o)/2),t.forEach((e=>{const a=[...["","-next","-next-next","-prev","-prev-prev","-main"].map((e=>`${s.bulletActiveClass}${e}`))].map((e=>"string"==typeof e&&e.includes(" ")?e.split(" "):e)).flat();e.classList.remove(...a)})),c.length>1)t.forEach((e=>{const t=elementIndex(e);t===l?e.classList.add(...s.bulletActiveClass.split(" ")):a.isElement&&e.setAttribute("part","bullet"),s.dynamicBullets&&(t>=o&&t<=d&&e.classList.add(...`${s.bulletActiveClass}-main`.split(" ")),t===o&&p(e,"prev"),t===d&&p(e,"next"))}));else{const e=t[l];if(e&&e.classList.add(...s.bulletActiveClass.split(" ")),a.isElement&&t.forEach(((e,a)=>{e.setAttribute("part",a===l?"bullet-active":"bullet")})),s.dynamicBullets){const e=t[o],a=t[d];for(let e=o;e<=d;e+=1)t[e]&&t[e].classList.add(...`${s.bulletActiveClass}-main`.split(" "));p(e,"prev"),p(a,"next")}}if(s.dynamicBullets){const l=Math.min(t.length,s.dynamicMainBullets+4),i=(n*l-n)/2-m*n,r=e?"right":"left";t.forEach((e=>{e.style[a.isHorizontal()?r:"top"]=`${i}px`}))}}c.forEach(((e,i)=>{if("fraction"===s.type&&(e.querySelectorAll(classesToSelector(s.currentClass)).forEach((e=>{e.textContent=s.formatFractionCurrent(l+1)})),e.querySelectorAll(classesToSelector(s.totalClass)).forEach((e=>{e.textContent=s.formatFractionTotal(m)}))),"progressbar"===s.type){let t;t=s.progressbarOpposite?a.isHorizontal()?"vertical":"horizontal":a.isHorizontal()?"horizontal":"vertical";const i=(l+1)/m;let n=1,r=1;"horizontal"===t?n=i:r=i,e.querySelectorAll(classesToSelector(s.progressbarFillClass)).forEach((e=>{e.style.transform=`translate3d(0,0,0) scaleX(${n}) scaleY(${r})`,e.style.transitionDuration=`${a.params.speed}ms`}))}"custom"===s.type&&s.renderCustom?(setInnerHTML(e,s.renderCustom(a,l+1,m)),0===i&&t("paginationRender",e)):(0===i&&t("paginationRender",e),t("paginationUpdate",e)),a.params.watchOverflow&&a.enabled&&e.classList[a.isLocked?"add":"remove"](s.lockClass)}))}function m(){const e=a.params.pagination;if(o())return;const s=a.virtual&&a.params.virtual.enabled?a.virtual.slides.length:a.grid&&a.params.grid.rows>1?a.slides.length/Math.ceil(a.params.grid.rows):a.slides.length;let l=a.pagination.el;l=makeElementsArray(l);let i="";if("bullets"===e.type){let l=a.params.loop?Math.ceil(s/a.params.slidesPerGroup):a.snapGrid.length;a.params.freeMode&&a.params.freeMode.enabled&&l>s&&(l=s);for(let s=0;s<l;s+=1)e.renderBullet?i+=e.renderBullet.call(a,s,e.bulletClass):i+=`<${e.bulletElement} ${a.isElement?'part="bullet"':""} class="${e.bulletClass}"></${e.bulletElement}>`}"fraction"===e.type&&(i=e.renderFraction?e.renderFraction.call(a,e.currentClass,e.totalClass):`<span class="${e.currentClass}"></span> / <span class="${e.totalClass}"></span>`),"progressbar"===e.type&&(i=e.renderProgressbar?e.renderProgressbar.call(a,e.progressbarFillClass):`<span class="${e.progressbarFillClass}"></span>`),a.pagination.bullets=[],l.forEach((s=>{"custom"!==e.type&&setInnerHTML(s,i||""),"bullets"===e.type&&a.pagination.bullets.push(...s.querySelectorAll(classesToSelector(e.bulletClass)))})),"custom"!==e.type&&t("paginationRender",l[0])}function u(){a.params.pagination=createElementIfNotDefined(a,a.originalParams.pagination,a.params.pagination,{el:"swiper-pagination"});const e=a.params.pagination;if(!e.el)return;let s;"string"==typeof e.el&&a.isElement&&(s=a.el.querySelector(e.el)),s||"string"!=typeof e.el||(s=[...document.querySelectorAll(e.el)]),s||(s=e.el),s&&0!==s.length&&(a.params.uniqueNavElements&&"string"==typeof e.el&&Array.isArray(s)&&s.length>1&&(s=[...a.el.querySelectorAll(e.el)],s.length>1&&(s=s.find((e=>elementParents(e,".swiper")[0]===a.el)))),Array.isArray(s)&&1===s.length&&(s=s[0]),Object.assign(a.pagination,{el:s}),s=makeElementsArray(s),s.forEach((s=>{"bullets"===e.type&&e.clickable&&s.classList.add(...(e.clickableClass||"").split(" ")),s.classList.add(e.modifierClass+e.type),s.classList.add(a.isHorizontal()?e.horizontalClass:e.verticalClass),"bullets"===e.type&&e.dynamicBullets&&(s.classList.add(`${e.modifierClass}${e.type}-dynamic`),r=0,e.dynamicMainBullets<1&&(e.dynamicMainBullets=1)),"progressbar"===e.type&&e.progressbarOpposite&&s.classList.add(e.progressbarOppositeClass),e.clickable&&s.addEventListener("click",c),a.enabled||s.classList.add(e.lockClass)})))}function g(){const e=a.params.pagination;if(o())return;let s=a.pagination.el;s&&(s=makeElementsArray(s),s.forEach((s=>{s.classList.remove(e.hiddenClass),s.classList.remove(e.modifierClass+e.type),s.classList.remove(a.isHorizontal()?e.horizontalClass:e.verticalClass),e.clickable&&(s.classList.remove(...(e.clickableClass||"").split(" ")),s.removeEventListener("click",c))}))),a.pagination.bullets&&a.pagination.bullets.forEach((a=>a.classList.remove(...e.bulletActiveClass.split(" "))))}l("changeDirection",(()=>{if(!a.pagination||!a.pagination.el)return;const e=a.params.pagination;let{el:s}=a.pagination;s=makeElementsArray(s),s.forEach((s=>{s.classList.remove(e.horizontalClass,e.verticalClass),s.classList.add(a.isHorizontal()?e.horizontalClass:e.verticalClass)}))})),l("init",(()=>{!1===a.params.pagination.enabled?b():(u(),m(),d())})),l("activeIndexChange",(()=>{void 0===a.snapIndex&&d()})),l("snapIndexChange",(()=>{d()})),l("snapGridLengthChange",(()=>{m(),d()})),l("destroy",(()=>{g()})),l("enable disable",(()=>{let{el:e}=a.pagination;e&&(e=makeElementsArray(e),e.forEach((e=>e.classList[a.enabled?"remove":"add"](a.params.pagination.lockClass))))})),l("lock unlock",(()=>{d()})),l("click",((e,s)=>{const l=s.target,i=makeElementsArray(a.pagination.el);if(a.params.pagination.el&&a.params.pagination.hideOnClick&&i&&i.length>0&&!l.classList.contains(a.params.pagination.bulletClass)){if(a.navigation&&(a.navigation.nextEl&&l===a.navigation.nextEl||a.navigation.prevEl&&l===a.navigation.prevEl))return;const e=i[0].classList.contains(a.params.pagination.hiddenClass);t(!0===e?"paginationShow":"paginationHide"),i.forEach((e=>e.classList.toggle(a.params.pagination.hiddenClass)))}}));const b=()=>{a.el.classList.add(a.params.pagination.paginationDisabledClass);let{el:e}=a.pagination;e&&(e=makeElementsArray(e),e.forEach((e=>e.classList.add(a.params.pagination.paginationDisabledClass)))),g()};Object.assign(a.pagination,{enable:()=>{a.el.classList.remove(a.params.pagination.paginationDisabledClass);let{el:e}=a.pagination;e&&(e=makeElementsArray(e),e.forEach((e=>e.classList.remove(a.params.pagination.paginationDisabledClass)))),u(),m(),d()},disable:b,render:m,update:d,init:u,destroy:g})}export{Pagination as default};
|
|
2
|
+
//# sourceMappingURL=pagination.min.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagination.mjs.mjs","names":["classesToSelector","createElementIfNotDefined","makeElementsArray","elementOuterSize","elementIndex","setInnerHTML","elementParents","Pagination","_ref","swiper","extendParams","on","emit","pfx","bulletSize","pagination","el","bulletElement","clickable","hideOnClick","renderBullet","renderProgressbar","renderFraction","renderCustom","progressbarOpposite","type","dynamicBullets","dynamicMainBullets","formatFractionCurrent","number","formatFractionTotal","bulletClass","bulletActiveClass","modifierClass","currentClass","totalClass","hiddenClass","progressbarFillClass","progressbarOppositeClass","clickableClass","lockClass","horizontalClass","verticalClass","paginationDisabledClass","bullets","dynamicBulletIndex","isPaginationDisabled","params","Array","isArray","length","setSideBullets","bulletEl","position","classList","add","onBulletClick","e","target","closest","preventDefault","index","slidesPerGroup","loop","currentSlidesPerView","slidesPerView","slidesPerViewDynamic","Math","ceil","parseFloat","slides","slideTo","realIndex","moveDirection","prevIndex","nextIndex","slideNext","slidePrev","slideToLoop","update","rtl","current","previousIndex","slidesLength","virtual","enabled","total","snapGrid","previousRealIndex","floor","snapIndex","previousSnapIndex","activeIndex","firstIndex","lastIndex","midIndex","isHorizontal","forEach","subEl","style","undefined","max","min","classesToRemove","map","suffix","s","includes","split","flat","remove","bullet","bulletIndex","isElement","setAttribute","firstDisplayedBullet","lastDisplayedBullet","i","dynamicBulletsLength","bulletsOffset","offsetProp","subElIndex","querySelectorAll","fractionEl","textContent","totalEl","progressbarDirection","scale","scaleX","scaleY","progressEl","transform","transitionDuration","speed","watchOverflow","isLocked","render","grid","rows","paginationHTML","numberOfBullets","freeMode","call","push","init","originalParams","querySelector","document","uniqueNavElements","find","Object","assign","addEventListener","destroy","removeEventListener","disable","_s","targetEl","contains","navigation","nextEl","prevEl","isHidden","toggle","enable"],"sources":["0"],"mappings":"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"}
|