@danielcruzcode/ui-core 0.1.0 → 0.1.1
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/dist/components/Carousel/Carousel.d.ts +2 -3
- package/dist/index.cjs11.js +1 -1
- package/dist/index.cjs12.js +1 -1
- package/dist/index.cjs13.js +1 -1
- package/dist/index.cjs14.js +1 -1
- package/dist/index.cjs15.js +1 -1
- package/dist/index.cjs16.js +1 -1
- package/dist/index.cjs18.js +1 -1
- package/dist/index.cjs19.js +1 -1
- package/dist/index.cjs2.js +1 -1
- package/dist/index.cjs20.js +1 -1
- package/dist/index.cjs21.js +1 -1
- package/dist/index.cjs22.js +1 -1
- package/dist/index.cjs23.js +1 -1
- package/dist/index.cjs25.js +1 -1
- package/dist/index.cjs26.js +1 -0
- package/dist/index.cjs28.js +1 -1
- package/dist/index.cjs29.js +1 -1
- package/dist/index.cjs3.js +1 -1
- package/dist/index.cjs30.js +1 -1
- package/dist/index.cjs33.js +1 -0
- package/dist/index.cjs34.js +1 -1
- package/dist/index.cjs4.js +1 -1
- package/dist/index.cjs40.js +1 -0
- package/dist/{index.cjs43.js → index.cjs41.js} +1 -1
- package/dist/index.cjs42.js +1 -1
- package/dist/index.cjs5.js +1 -1
- package/dist/index.cjs7.js +1 -1
- package/dist/index.cjs8.js +1 -1
- package/dist/index.cjs9.js +1 -1
- package/dist/index.esm11.js +1 -1
- package/dist/index.esm12.js +1 -1
- package/dist/index.esm13.js +1 -1
- package/dist/index.esm14.js +3 -4
- package/dist/index.esm15.js +9 -3
- package/dist/index.esm16.js +22 -4
- package/dist/index.esm18.js +4 -7
- package/dist/index.esm19.js +134 -13
- package/dist/index.esm2.js +1 -1
- package/dist/index.esm20.js +224 -10
- package/dist/index.esm21.js +116 -122
- package/dist/index.esm22.js +234 -213
- package/dist/index.esm23.js +9 -128
- package/dist/index.esm25.js +3 -7
- package/dist/index.esm26.js +15 -0
- package/dist/index.esm28.js +7 -22
- package/dist/index.esm29.js +2 -4
- package/dist/index.esm3.js +1 -1
- package/dist/index.esm30.js +4 -2
- package/dist/index.esm33.js +88 -0
- package/dist/index.esm34.js +1 -88
- package/dist/index.esm4.js +1 -1
- package/dist/index.esm40.js +2028 -0
- package/dist/{index.esm43.js → index.esm41.js} +2 -2
- package/dist/index.esm42.js +180 -2017
- package/dist/index.esm5.js +5 -5
- package/dist/index.esm7.js +1 -1
- package/dist/index.esm8.js +1 -1
- package/dist/index.esm9.js +1 -1
- package/package.json +3 -3
- package/dist/components/Carousel/Carousel.js +0 -35
- package/dist/components/Carousel/Carousel.js.map +0 -1
- package/dist/components/Carousel/index.js +0 -2
- package/dist/components/Carousel/index.js.map +0 -1
- package/dist/index.cjs24.js +0 -1
- package/dist/index.cjs31.js +0 -1
- package/dist/index.cjs44.js +0 -1
- package/dist/index.esm24.js +0 -247
- package/dist/index.esm31.js +0 -1
- package/dist/index.esm44.js +0 -191
package/dist/index.esm20.js
CHANGED
|
@@ -1,12 +1,226 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { c as $ } from "./index.esm51.js";
|
|
2
|
+
import { c as E } from "./index.esm49.js";
|
|
3
|
+
import { m, d as q, s as S, i as G, j as P } from "./index.esm50.js";
|
|
4
|
+
function N({
|
|
5
|
+
swiper: a,
|
|
6
|
+
extendParams: O,
|
|
7
|
+
on: u,
|
|
8
|
+
emit: v
|
|
9
|
+
}) {
|
|
10
|
+
const f = "swiper-pagination";
|
|
11
|
+
O({
|
|
12
|
+
pagination: {
|
|
13
|
+
el: null,
|
|
14
|
+
bulletElement: "span",
|
|
15
|
+
clickable: !1,
|
|
16
|
+
hideOnClick: !1,
|
|
17
|
+
renderBullet: null,
|
|
18
|
+
renderProgressbar: null,
|
|
19
|
+
renderFraction: null,
|
|
20
|
+
renderCustom: null,
|
|
21
|
+
progressbarOpposite: !1,
|
|
22
|
+
type: "bullets",
|
|
23
|
+
// 'bullets' or 'progressbar' or 'fraction' or 'custom'
|
|
24
|
+
dynamicBullets: !1,
|
|
25
|
+
dynamicMainBullets: 1,
|
|
26
|
+
formatFractionCurrent: (t) => t,
|
|
27
|
+
formatFractionTotal: (t) => t,
|
|
28
|
+
bulletClass: `${f}-bullet`,
|
|
29
|
+
bulletActiveClass: `${f}-bullet-active`,
|
|
30
|
+
modifierClass: `${f}-`,
|
|
31
|
+
currentClass: `${f}-current`,
|
|
32
|
+
totalClass: `${f}-total`,
|
|
33
|
+
hiddenClass: `${f}-hidden`,
|
|
34
|
+
progressbarFillClass: `${f}-progressbar-fill`,
|
|
35
|
+
progressbarOppositeClass: `${f}-progressbar-opposite`,
|
|
36
|
+
clickableClass: `${f}-clickable`,
|
|
37
|
+
lockClass: `${f}-lock`,
|
|
38
|
+
horizontalClass: `${f}-horizontal`,
|
|
39
|
+
verticalClass: `${f}-vertical`,
|
|
40
|
+
paginationDisabledClass: `${f}-disabled`
|
|
41
|
+
}
|
|
42
|
+
}), a.pagination = {
|
|
43
|
+
el: null,
|
|
44
|
+
bullets: []
|
|
45
|
+
};
|
|
46
|
+
let b, p = 0;
|
|
47
|
+
function k() {
|
|
48
|
+
return !a.params.pagination.el || !a.pagination.el || Array.isArray(a.pagination.el) && a.pagination.el.length === 0;
|
|
49
|
+
}
|
|
50
|
+
function x(t, l) {
|
|
51
|
+
const {
|
|
52
|
+
bulletActiveClass: e
|
|
53
|
+
} = a.params.pagination;
|
|
54
|
+
t && (t = t[`${l === "prev" ? "previous" : "next"}ElementSibling`], t && (t.classList.add(`${e}-${l}`), t = t[`${l === "prev" ? "previous" : "next"}ElementSibling`], t && t.classList.add(`${e}-${l}-${l}`)));
|
|
55
|
+
}
|
|
56
|
+
function H(t, l, e) {
|
|
57
|
+
if (t = t % e, l = l % e, l === t + 1)
|
|
58
|
+
return "next";
|
|
59
|
+
if (l === t - 1)
|
|
60
|
+
return "previous";
|
|
61
|
+
}
|
|
62
|
+
function D(t) {
|
|
63
|
+
const l = t.target.closest($(a.params.pagination.bulletClass));
|
|
64
|
+
if (!l)
|
|
65
|
+
return;
|
|
66
|
+
t.preventDefault();
|
|
67
|
+
const e = P(l) * a.params.slidesPerGroup;
|
|
68
|
+
if (a.params.loop) {
|
|
69
|
+
if (a.realIndex === e) return;
|
|
70
|
+
const n = H(a.realIndex, e, a.slides.length);
|
|
71
|
+
n === "next" ? a.slideNext() : n === "previous" ? a.slidePrev() : a.slideToLoop(e);
|
|
72
|
+
} else
|
|
73
|
+
a.slideTo(e);
|
|
74
|
+
}
|
|
75
|
+
function h() {
|
|
76
|
+
const t = a.rtl, l = a.params.pagination;
|
|
77
|
+
if (k()) return;
|
|
78
|
+
let e = a.pagination.el;
|
|
79
|
+
e = m(e);
|
|
80
|
+
let n, c;
|
|
81
|
+
const C = a.virtual && a.params.virtual.enabled ? a.virtual.slides.length : a.slides.length, z = a.params.loop ? Math.ceil(C / a.params.slidesPerGroup) : a.snapGrid.length;
|
|
82
|
+
if (a.params.loop ? (c = a.previousRealIndex || 0, n = a.params.slidesPerGroup > 1 ? Math.floor(a.realIndex / a.params.slidesPerGroup) : a.realIndex) : typeof a.snapIndex < "u" ? (n = a.snapIndex, c = a.previousSnapIndex) : (c = a.previousIndex || 0, n = a.activeIndex || 0), l.type === "bullets" && a.pagination.bullets && a.pagination.bullets.length > 0) {
|
|
83
|
+
const s = a.pagination.bullets;
|
|
84
|
+
let g, d, L;
|
|
85
|
+
if (l.dynamicBullets && (b = G(s[0], a.isHorizontal() ? "width" : "height"), e.forEach((i) => {
|
|
86
|
+
i.style[a.isHorizontal() ? "width" : "height"] = `${b * (l.dynamicMainBullets + 4)}px`;
|
|
87
|
+
}), l.dynamicMainBullets > 1 && c !== void 0 && (p += n - (c || 0), p > l.dynamicMainBullets - 1 ? p = l.dynamicMainBullets - 1 : p < 0 && (p = 0)), g = Math.max(n - p, 0), d = g + (Math.min(s.length, l.dynamicMainBullets) - 1), L = (d + g) / 2), s.forEach((i) => {
|
|
88
|
+
const o = [...["", "-next", "-next-next", "-prev", "-prev-prev", "-main"].map((r) => `${l.bulletActiveClass}${r}`)].map((r) => typeof r == "string" && r.includes(" ") ? r.split(" ") : r).flat();
|
|
89
|
+
i.classList.remove(...o);
|
|
90
|
+
}), e.length > 1)
|
|
91
|
+
s.forEach((i) => {
|
|
92
|
+
const o = P(i);
|
|
93
|
+
o === n ? i.classList.add(...l.bulletActiveClass.split(" ")) : a.isElement && i.setAttribute("part", "bullet"), l.dynamicBullets && (o >= g && o <= d && i.classList.add(...`${l.bulletActiveClass}-main`.split(" ")), o === g && x(i, "prev"), o === d && x(i, "next"));
|
|
94
|
+
});
|
|
95
|
+
else {
|
|
96
|
+
const i = s[n];
|
|
97
|
+
if (i && i.classList.add(...l.bulletActiveClass.split(" ")), a.isElement && s.forEach((o, r) => {
|
|
98
|
+
o.setAttribute("part", r === n ? "bullet-active" : "bullet");
|
|
99
|
+
}), l.dynamicBullets) {
|
|
100
|
+
const o = s[g], r = s[d];
|
|
101
|
+
for (let y = g; y <= d; y += 1)
|
|
102
|
+
s[y] && s[y].classList.add(...`${l.bulletActiveClass}-main`.split(" "));
|
|
103
|
+
x(o, "prev"), x(r, "next");
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
if (l.dynamicBullets) {
|
|
107
|
+
const i = Math.min(s.length, l.dynamicMainBullets + 4), o = (b * i - b) / 2 - L * b, r = t ? "right" : "left";
|
|
108
|
+
s.forEach((y) => {
|
|
109
|
+
y.style[a.isHorizontal() ? r : "top"] = `${o}px`;
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
e.forEach((s, g) => {
|
|
114
|
+
if (l.type === "fraction" && (s.querySelectorAll($(l.currentClass)).forEach((d) => {
|
|
115
|
+
d.textContent = l.formatFractionCurrent(n + 1);
|
|
116
|
+
}), s.querySelectorAll($(l.totalClass)).forEach((d) => {
|
|
117
|
+
d.textContent = l.formatFractionTotal(z);
|
|
118
|
+
})), l.type === "progressbar") {
|
|
119
|
+
let d;
|
|
120
|
+
l.progressbarOpposite ? d = a.isHorizontal() ? "vertical" : "horizontal" : d = a.isHorizontal() ? "horizontal" : "vertical";
|
|
121
|
+
const L = (n + 1) / z;
|
|
122
|
+
let i = 1, o = 1;
|
|
123
|
+
d === "horizontal" ? i = L : o = L, s.querySelectorAll($(l.progressbarFillClass)).forEach((r) => {
|
|
124
|
+
r.style.transform = `translate3d(0,0,0) scaleX(${i}) scaleY(${o})`, r.style.transitionDuration = `${a.params.speed}ms`;
|
|
125
|
+
});
|
|
126
|
+
}
|
|
127
|
+
l.type === "custom" && l.renderCustom ? (S(s, l.renderCustom(a, n + 1, z)), g === 0 && v("paginationRender", s)) : (g === 0 && v("paginationRender", s), v("paginationUpdate", s)), a.params.watchOverflow && a.enabled && s.classList[a.isLocked ? "add" : "remove"](l.lockClass);
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
function B() {
|
|
131
|
+
const t = a.params.pagination;
|
|
132
|
+
if (k()) return;
|
|
133
|
+
const l = 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;
|
|
134
|
+
let e = a.pagination.el;
|
|
135
|
+
e = m(e);
|
|
136
|
+
let n = "";
|
|
137
|
+
if (t.type === "bullets") {
|
|
138
|
+
let c = a.params.loop ? Math.ceil(l / a.params.slidesPerGroup) : a.snapGrid.length;
|
|
139
|
+
a.params.freeMode && a.params.freeMode.enabled && c > l && (c = l);
|
|
140
|
+
for (let C = 0; C < c; C += 1)
|
|
141
|
+
t.renderBullet ? n += t.renderBullet.call(a, C, t.bulletClass) : n += `<${t.bulletElement} ${a.isElement ? 'part="bullet"' : ""} class="${t.bulletClass}"></${t.bulletElement}>`;
|
|
142
|
+
}
|
|
143
|
+
t.type === "fraction" && (t.renderFraction ? n = t.renderFraction.call(a, t.currentClass, t.totalClass) : n = `<span class="${t.currentClass}"></span> / <span class="${t.totalClass}"></span>`), t.type === "progressbar" && (t.renderProgressbar ? n = t.renderProgressbar.call(a, t.progressbarFillClass) : n = `<span class="${t.progressbarFillClass}"></span>`), a.pagination.bullets = [], e.forEach((c) => {
|
|
144
|
+
t.type !== "custom" && S(c, n || ""), t.type === "bullets" && a.pagination.bullets.push(...c.querySelectorAll($(t.bulletClass)));
|
|
145
|
+
}), t.type !== "custom" && v("paginationRender", e[0]);
|
|
146
|
+
}
|
|
147
|
+
function A() {
|
|
148
|
+
a.params.pagination = E(a, a.originalParams.pagination, a.params.pagination, {
|
|
149
|
+
el: "swiper-pagination"
|
|
150
|
+
});
|
|
151
|
+
const t = a.params.pagination;
|
|
152
|
+
if (!t.el) return;
|
|
153
|
+
let l;
|
|
154
|
+
typeof t.el == "string" && a.isElement && (l = a.el.querySelector(t.el)), !l && typeof t.el == "string" && (l = [...document.querySelectorAll(t.el)]), l || (l = t.el), !(!l || l.length === 0) && (a.params.uniqueNavElements && typeof t.el == "string" && Array.isArray(l) && l.length > 1 && (l = [...a.el.querySelectorAll(t.el)], l.length > 1 && (l = l.find((e) => q(e, ".swiper")[0] === a.el))), Array.isArray(l) && l.length === 1 && (l = l[0]), Object.assign(a.pagination, {
|
|
155
|
+
el: l
|
|
156
|
+
}), l = m(l), l.forEach((e) => {
|
|
157
|
+
t.type === "bullets" && t.clickable && e.classList.add(...(t.clickableClass || "").split(" ")), e.classList.add(t.modifierClass + t.type), e.classList.add(a.isHorizontal() ? t.horizontalClass : t.verticalClass), t.type === "bullets" && t.dynamicBullets && (e.classList.add(`${t.modifierClass}${t.type}-dynamic`), p = 0, t.dynamicMainBullets < 1 && (t.dynamicMainBullets = 1)), t.type === "progressbar" && t.progressbarOpposite && e.classList.add(t.progressbarOppositeClass), t.clickable && e.addEventListener("click", D), a.enabled || e.classList.add(t.lockClass);
|
|
158
|
+
}));
|
|
159
|
+
}
|
|
160
|
+
function M() {
|
|
161
|
+
const t = a.params.pagination;
|
|
162
|
+
if (k()) return;
|
|
163
|
+
let l = a.pagination.el;
|
|
164
|
+
l && (l = m(l), l.forEach((e) => {
|
|
165
|
+
e.classList.remove(t.hiddenClass), e.classList.remove(t.modifierClass + t.type), e.classList.remove(a.isHorizontal() ? t.horizontalClass : t.verticalClass), t.clickable && (e.classList.remove(...(t.clickableClass || "").split(" ")), e.removeEventListener("click", D));
|
|
166
|
+
})), a.pagination.bullets && a.pagination.bullets.forEach((e) => e.classList.remove(...t.bulletActiveClass.split(" ")));
|
|
167
|
+
}
|
|
168
|
+
u("changeDirection", () => {
|
|
169
|
+
if (!a.pagination || !a.pagination.el) return;
|
|
170
|
+
const t = a.params.pagination;
|
|
171
|
+
let {
|
|
172
|
+
el: l
|
|
173
|
+
} = a.pagination;
|
|
174
|
+
l = m(l), l.forEach((e) => {
|
|
175
|
+
e.classList.remove(t.horizontalClass, t.verticalClass), e.classList.add(a.isHorizontal() ? t.horizontalClass : t.verticalClass);
|
|
176
|
+
});
|
|
177
|
+
}), u("init", () => {
|
|
178
|
+
a.params.pagination.enabled === !1 ? I() : (A(), B(), h());
|
|
179
|
+
}), u("activeIndexChange", () => {
|
|
180
|
+
typeof a.snapIndex > "u" && h();
|
|
181
|
+
}), u("snapIndexChange", () => {
|
|
182
|
+
h();
|
|
183
|
+
}), u("snapGridLengthChange", () => {
|
|
184
|
+
B(), h();
|
|
185
|
+
}), u("destroy", () => {
|
|
186
|
+
M();
|
|
187
|
+
}), u("enable disable", () => {
|
|
188
|
+
let {
|
|
189
|
+
el: t
|
|
190
|
+
} = a.pagination;
|
|
191
|
+
t && (t = m(t), t.forEach((l) => l.classList[a.enabled ? "remove" : "add"](a.params.pagination.lockClass)));
|
|
192
|
+
}), u("lock unlock", () => {
|
|
193
|
+
h();
|
|
194
|
+
}), u("click", (t, l) => {
|
|
195
|
+
const e = l.target, n = m(a.pagination.el);
|
|
196
|
+
if (a.params.pagination.el && a.params.pagination.hideOnClick && n && n.length > 0 && !e.classList.contains(a.params.pagination.bulletClass)) {
|
|
197
|
+
if (a.navigation && (a.navigation.nextEl && e === a.navigation.nextEl || a.navigation.prevEl && e === a.navigation.prevEl)) return;
|
|
198
|
+
const c = n[0].classList.contains(a.params.pagination.hiddenClass);
|
|
199
|
+
v(c === !0 ? "paginationShow" : "paginationHide"), n.forEach((C) => C.classList.toggle(a.params.pagination.hiddenClass));
|
|
200
|
+
}
|
|
201
|
+
});
|
|
202
|
+
const F = () => {
|
|
203
|
+
a.el.classList.remove(a.params.pagination.paginationDisabledClass);
|
|
204
|
+
let {
|
|
205
|
+
el: t
|
|
206
|
+
} = a.pagination;
|
|
207
|
+
t && (t = m(t), t.forEach((l) => l.classList.remove(a.params.pagination.paginationDisabledClass))), A(), B(), h();
|
|
208
|
+
}, I = () => {
|
|
209
|
+
a.el.classList.add(a.params.pagination.paginationDisabledClass);
|
|
210
|
+
let {
|
|
211
|
+
el: t
|
|
212
|
+
} = a.pagination;
|
|
213
|
+
t && (t = m(t), t.forEach((l) => l.classList.add(a.params.pagination.paginationDisabledClass))), M();
|
|
214
|
+
};
|
|
215
|
+
Object.assign(a.pagination, {
|
|
216
|
+
enable: F,
|
|
217
|
+
disable: I,
|
|
218
|
+
render: B,
|
|
219
|
+
update: h,
|
|
220
|
+
init: A,
|
|
221
|
+
destroy: M
|
|
222
|
+
});
|
|
223
|
+
}
|
|
4
224
|
export {
|
|
5
|
-
|
|
6
|
-
t as errorText,
|
|
7
|
-
c as label,
|
|
8
|
-
b as select,
|
|
9
|
-
v as selectError,
|
|
10
|
-
i as selectWrapper,
|
|
11
|
-
e as wrapper
|
|
225
|
+
N as default
|
|
12
226
|
};
|
package/dist/index.esm21.js
CHANGED
|
@@ -1,136 +1,130 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
emit: v
|
|
1
|
+
import { g as h } from "./index.esm52.js";
|
|
2
|
+
function V({
|
|
3
|
+
swiper: e,
|
|
4
|
+
extendParams: B,
|
|
5
|
+
on: u,
|
|
6
|
+
emit: l,
|
|
7
|
+
params: d
|
|
9
8
|
}) {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
9
|
+
e.autoplay = {
|
|
10
|
+
running: !1,
|
|
11
|
+
paused: !1,
|
|
12
|
+
timeLeft: 0
|
|
13
|
+
}, B({
|
|
14
|
+
autoplay: {
|
|
15
|
+
enabled: !1,
|
|
16
|
+
delay: 3e3,
|
|
17
|
+
waitForTransition: !0,
|
|
18
|
+
disableOnInteraction: !1,
|
|
19
|
+
stopOnLastSlide: !1,
|
|
20
|
+
reverseDirection: !1,
|
|
21
|
+
pauseOnMouseEnter: !1
|
|
20
22
|
}
|
|
21
|
-
})
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
};
|
|
26
|
-
function E(n) {
|
|
27
|
-
let t;
|
|
28
|
-
return n && typeof n == "string" && a.isElement && (t = a.el.querySelector(n) || a.hostEl.querySelector(n), t) ? t : (n && (typeof n == "string" && (t = [...document.querySelectorAll(n)]), a.params.uniqueNavElements && typeof n == "string" && t && t.length > 1 && a.el.querySelectorAll(n).length === 1 ? t = a.el.querySelector(n) : t && t.length === 1 && (t = t[0])), n && !t ? n : t);
|
|
23
|
+
});
|
|
24
|
+
let f, v, T = d && d.autoplay ? d.autoplay.delay : 3e3, E = d && d.autoplay ? d.autoplay.delay : 3e3, n, c = (/* @__PURE__ */ new Date()).getTime(), b, p, s, M, r, D;
|
|
25
|
+
function O(t) {
|
|
26
|
+
!e || e.destroyed || !e.wrapperEl || t.target === e.wrapperEl && (e.wrapperEl.removeEventListener("transitionend", O), !(D || t.detail && t.detail.bySwiperTouchMove) && i());
|
|
29
27
|
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
28
|
+
const F = () => {
|
|
29
|
+
if (e.destroyed || !e.autoplay.running) return;
|
|
30
|
+
e.autoplay.paused ? b = !0 : b && (E = n, b = !1);
|
|
31
|
+
const t = e.autoplay.paused ? n : c + E - (/* @__PURE__ */ new Date()).getTime();
|
|
32
|
+
e.autoplay.timeLeft = t, l("autoplayTimeLeft", t, t / T), v = requestAnimationFrame(() => {
|
|
33
|
+
F();
|
|
34
34
|
});
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
n.preventDefault(), !(a.isEnd && !a.params.loop && !a.params.rewind) && (a.slideNext(), v("navigationNext"));
|
|
52
|
-
}
|
|
53
|
-
function m() {
|
|
54
|
-
const n = a.params.navigation;
|
|
55
|
-
if (a.params.navigation = k(a, a.originalParams.navigation, a.params.navigation, {
|
|
56
|
-
nextEl: "swiper-button-next",
|
|
57
|
-
prevEl: "swiper-button-prev"
|
|
58
|
-
}), !(n.nextEl || n.prevEl)) return;
|
|
59
|
-
let t = E(n.nextEl), e = E(n.prevEl);
|
|
60
|
-
Object.assign(a.navigation, {
|
|
61
|
-
nextEl: t,
|
|
62
|
-
prevEl: e
|
|
63
|
-
}), t = s(t), e = s(e);
|
|
64
|
-
const i = (l, g) => {
|
|
65
|
-
if (l) {
|
|
66
|
-
if (n.addIcons && l.matches(".swiper-button-next,.swiper-button-prev") && !l.querySelector("svg")) {
|
|
67
|
-
const o = document.createElement("div");
|
|
68
|
-
y(o, b), l.appendChild(o.querySelector("svg")), o.remove();
|
|
69
|
-
}
|
|
70
|
-
l.addEventListener("click", g === "next" ? p : h);
|
|
71
|
-
}
|
|
72
|
-
!a.enabled && l && l.classList.add(...n.lockClass.split(" "));
|
|
35
|
+
}, q = () => {
|
|
36
|
+
let t;
|
|
37
|
+
return e.virtual && e.params.virtual.enabled ? t = e.slides.find((o) => o.classList.contains("swiper-slide-active")) : t = e.slides[e.activeIndex], t ? parseInt(t.getAttribute("data-swiper-autoplay"), 10) : void 0;
|
|
38
|
+
}, L = () => {
|
|
39
|
+
let t = e.params.autoplay.delay;
|
|
40
|
+
const a = q();
|
|
41
|
+
return !Number.isNaN(a) && a > 0 && (t = a), t;
|
|
42
|
+
}, g = (t) => {
|
|
43
|
+
if (e.destroyed || !e.autoplay.running) return;
|
|
44
|
+
cancelAnimationFrame(v), F();
|
|
45
|
+
let a = t;
|
|
46
|
+
typeof a > "u" && (a = L(), T = a, E = a), n = a;
|
|
47
|
+
const o = e.params.speed, S = () => {
|
|
48
|
+
!e || e.destroyed || (e.params.autoplay.reverseDirection ? !e.isBeginning || e.params.loop || e.params.rewind ? (e.slidePrev(o, !0, !0), l("autoplay")) : e.params.autoplay.stopOnLastSlide || (e.slideTo(e.slides.length - 1, o, !0, !0), l("autoplay")) : !e.isEnd || e.params.loop || e.params.rewind ? (e.slideNext(o, !0, !0), l("autoplay")) : e.params.autoplay.stopOnLastSlide || (e.slideTo(0, o, !0, !0), l("autoplay")), e.params.cssMode && (c = (/* @__PURE__ */ new Date()).getTime(), requestAnimationFrame(() => {
|
|
49
|
+
g();
|
|
50
|
+
})));
|
|
73
51
|
};
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
52
|
+
return a > 0 ? (clearTimeout(f), f = setTimeout(() => {
|
|
53
|
+
S();
|
|
54
|
+
}, a)) : requestAnimationFrame(() => {
|
|
55
|
+
S();
|
|
56
|
+
}), a;
|
|
57
|
+
}, I = () => {
|
|
58
|
+
c = (/* @__PURE__ */ new Date()).getTime(), e.autoplay.running = !0, g(), l("autoplayStart");
|
|
59
|
+
}, m = () => {
|
|
60
|
+
e.autoplay.running = !1, clearTimeout(f), cancelAnimationFrame(v), l("autoplayStop");
|
|
61
|
+
}, y = (t, a) => {
|
|
62
|
+
if (e.destroyed || !e.autoplay.running) return;
|
|
63
|
+
clearTimeout(f), t || (r = !0);
|
|
64
|
+
const o = () => {
|
|
65
|
+
l("autoplayPause"), e.params.autoplay.waitForTransition ? e.wrapperEl.addEventListener("transitionend", O) : i();
|
|
84
66
|
};
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
r("init", () => {
|
|
88
|
-
a.params.navigation.enabled === !1 ? C() : (m(), d());
|
|
89
|
-
}), r("toEdge fromEdge lock unlock", () => {
|
|
90
|
-
d();
|
|
91
|
-
}), r("destroy", () => {
|
|
92
|
-
u();
|
|
93
|
-
}), r("enable disable", () => {
|
|
94
|
-
let {
|
|
95
|
-
nextEl: n,
|
|
96
|
-
prevEl: t
|
|
97
|
-
} = a.navigation;
|
|
98
|
-
if (n = s(n), t = s(t), a.enabled) {
|
|
99
|
-
d();
|
|
67
|
+
if (e.autoplay.paused = !0, a) {
|
|
68
|
+
o();
|
|
100
69
|
return;
|
|
101
70
|
}
|
|
102
|
-
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
if (a.params.navigation.hideOnClick && !g) {
|
|
116
|
-
if (a.pagination && a.params.pagination && a.params.pagination.clickable && (a.pagination.el === l || a.pagination.el.contains(l))) return;
|
|
117
|
-
let o;
|
|
118
|
-
e.length ? o = e[0].classList.contains(a.params.navigation.hiddenClass) : i.length && (o = i[0].classList.contains(a.params.navigation.hiddenClass)), v(o === !0 ? "navigationShow" : "navigationHide"), [...e, ...i].filter((c) => !!c).forEach((c) => c.classList.toggle(a.params.navigation.hiddenClass));
|
|
119
|
-
}
|
|
120
|
-
});
|
|
121
|
-
const L = () => {
|
|
122
|
-
a.el.classList.remove(...a.params.navigation.navigationDisabledClass.split(" ")), m(), d();
|
|
71
|
+
n = (n || e.params.autoplay.delay) - ((/* @__PURE__ */ new Date()).getTime() - c), !(e.isEnd && n < 0 && !e.params.loop) && (n < 0 && (n = 0), o());
|
|
72
|
+
}, i = () => {
|
|
73
|
+
e.isEnd && n < 0 && !e.params.loop || e.destroyed || !e.autoplay.running || (c = (/* @__PURE__ */ new Date()).getTime(), r ? (r = !1, g(n)) : g(), e.autoplay.paused = !1, l("autoplayResume"));
|
|
74
|
+
}, A = () => {
|
|
75
|
+
if (e.destroyed || !e.autoplay.running) return;
|
|
76
|
+
const t = h();
|
|
77
|
+
t.visibilityState === "hidden" && (r = !0, y(!0)), t.visibilityState === "visible" && i();
|
|
78
|
+
}, P = (t) => {
|
|
79
|
+
t.pointerType === "mouse" && (r = !0, D = !0, !(e.animating || e.autoplay.paused) && y(!0));
|
|
80
|
+
}, N = (t) => {
|
|
81
|
+
t.pointerType === "mouse" && (D = !1, e.autoplay.paused && i());
|
|
82
|
+
}, x = () => {
|
|
83
|
+
e.params.autoplay.pauseOnMouseEnter && (e.el.addEventListener("pointerenter", P), e.el.addEventListener("pointerleave", N));
|
|
123
84
|
}, C = () => {
|
|
124
|
-
|
|
85
|
+
e.el && typeof e.el != "string" && (e.el.removeEventListener("pointerenter", P), e.el.removeEventListener("pointerleave", N));
|
|
86
|
+
}, R = () => {
|
|
87
|
+
h().addEventListener("visibilitychange", A);
|
|
88
|
+
}, _ = () => {
|
|
89
|
+
h().removeEventListener("visibilitychange", A);
|
|
125
90
|
};
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
91
|
+
u("init", () => {
|
|
92
|
+
e.params.autoplay.enabled && (x(), R(), I());
|
|
93
|
+
}), u("destroy", () => {
|
|
94
|
+
C(), _(), e.autoplay.running && m();
|
|
95
|
+
}), u("_freeModeStaticRelease", () => {
|
|
96
|
+
(s || r) && i();
|
|
97
|
+
}), u("_freeModeNoMomentumRelease", () => {
|
|
98
|
+
e.params.autoplay.disableOnInteraction ? m() : y(!0, !0);
|
|
99
|
+
}), u("beforeTransitionStart", (t, a, o) => {
|
|
100
|
+
e.destroyed || !e.autoplay.running || (o || !e.params.autoplay.disableOnInteraction ? y(!0, !0) : m());
|
|
101
|
+
}), u("sliderFirstMove", () => {
|
|
102
|
+
if (!(e.destroyed || !e.autoplay.running)) {
|
|
103
|
+
if (e.params.autoplay.disableOnInteraction) {
|
|
104
|
+
m();
|
|
105
|
+
return;
|
|
106
|
+
}
|
|
107
|
+
p = !0, s = !1, r = !1, M = setTimeout(() => {
|
|
108
|
+
r = !0, s = !0, y(!0);
|
|
109
|
+
}, 200);
|
|
110
|
+
}
|
|
111
|
+
}), u("touchEnd", () => {
|
|
112
|
+
if (!(e.destroyed || !e.autoplay.running || !p)) {
|
|
113
|
+
if (clearTimeout(M), clearTimeout(f), e.params.autoplay.disableOnInteraction) {
|
|
114
|
+
s = !1, p = !1;
|
|
115
|
+
return;
|
|
116
|
+
}
|
|
117
|
+
s && e.params.cssMode && i(), s = !1, p = !1;
|
|
118
|
+
}
|
|
119
|
+
}), u("slideChange", () => {
|
|
120
|
+
e.destroyed || !e.autoplay.running || e.autoplay.paused && (n = L(), T = L());
|
|
121
|
+
}), Object.assign(e.autoplay, {
|
|
122
|
+
start: I,
|
|
123
|
+
stop: m,
|
|
124
|
+
pause: y,
|
|
125
|
+
resume: i
|
|
132
126
|
});
|
|
133
127
|
}
|
|
134
128
|
export {
|
|
135
|
-
|
|
129
|
+
V as default
|
|
136
130
|
};
|