@ppg_pl/pallete 0.0.4 → 0.0.5
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/cjs/app-globals-3a1e7e63.js +7 -0
- package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
- package/dist/cjs/css-shim-5d56550a.js +8 -0
- package/dist/cjs/css-shim-5d56550a.js.map +1 -0
- package/dist/cjs/dom-52c0133a.js +77 -0
- package/dist/cjs/dom-52c0133a.js.map +1 -0
- package/dist/cjs/gtmUtils-11a00b2b.js +9 -0
- package/dist/cjs/gtmUtils-11a00b2b.js.map +1 -0
- package/dist/cjs/index-a230bf6e.js +3434 -0
- package/dist/cjs/index-a230bf6e.js.map +1 -0
- package/dist/cjs/index.cjs.js +4 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +42 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/my-backdrop.cjs.entry.js +21 -0
- package/dist/cjs/my-backdrop.cjs.entry.js.map +1 -0
- package/dist/cjs/my-colorbox.cjs.entry.js +52 -0
- package/dist/cjs/my-colorbox.cjs.entry.js.map +1 -0
- package/dist/cjs/my-colorinfo.cjs.entry.js +46 -0
- package/dist/cjs/my-colorinfo.cjs.entry.js.map +1 -0
- package/dist/cjs/my-component.cjs.entry.js +171 -0
- package/dist/cjs/my-component.cjs.entry.js.map +1 -0
- package/dist/cjs/my-loader.cjs.entry.js +21 -0
- package/dist/cjs/my-loader.cjs.entry.js.map +1 -0
- package/dist/cjs/my-modal.cjs.entry.js +2479 -0
- package/dist/cjs/my-modal.cjs.entry.js.map +1 -0
- package/dist/cjs/my-search.cjs.entry.js +44 -0
- package/dist/cjs/my-search.cjs.entry.js.map +1 -0
- package/dist/cjs/my-slider.cjs.entry.js +11201 -0
- package/dist/cjs/my-slider.cjs.entry.js.map +1 -0
- package/dist/cjs/pallete.cjs.js +168 -0
- package/dist/cjs/pallete.cjs.js.map +1 -0
- package/dist/cjs/shadow-css-388a8a25.js +391 -0
- package/dist/cjs/shadow-css-388a8a25.js.map +1 -0
- package/dist/collection/collection-manifest.json +19 -0
- package/dist/collection/components/api/index.js +20 -0
- package/dist/collection/components/api/index.js.map +1 -0
- package/dist/collection/components/api/services.js +82 -0
- package/dist/collection/components/api/services.js.map +1 -0
- package/dist/collection/components/my-backdrop/my-backdrop.css +13 -0
- package/dist/collection/components/my-backdrop/my-backdrop.js +17 -0
- package/dist/collection/components/my-backdrop/my-backdrop.js.map +1 -0
- package/dist/collection/components/my-colorbox/my-colorbox.css +52 -0
- package/dist/collection/components/my-colorbox/my-colorbox.js +157 -0
- package/dist/collection/components/my-colorbox/my-colorbox.js.map +1 -0
- package/dist/collection/components/my-colorinfo/my-colorinfo.js +187 -0
- package/dist/collection/components/my-colorinfo/my-colorinfo.js.map +1 -0
- package/dist/collection/components/my-component/my-component.css +6 -0
- package/dist/collection/components/my-component/my-component.js +133 -0
- package/dist/collection/components/my-component/my-component.js.map +1 -0
- package/dist/collection/components/my-loader/my-loader.css +85 -0
- package/dist/collection/components/my-loader/my-loader.js +19 -0
- package/dist/collection/components/my-loader/my-loader.js.map +1 -0
- package/dist/collection/components/my-modal/assets/arrow_down.png +0 -0
- package/dist/collection/components/my-modal/assets/close.png +0 -0
- package/dist/collection/components/my-modal/my-modal.css +325 -0
- package/dist/collection/components/my-modal/my-modal.js +448 -0
- package/dist/collection/components/my-modal/my-modal.js.map +1 -0
- package/dist/collection/components/my-search/assets/search.svg +15 -0
- package/dist/collection/components/my-search/my-search.css +35 -0
- package/dist/collection/components/my-search/my-search.js +125 -0
- package/dist/collection/components/my-search/my-search.js.map +1 -0
- package/dist/collection/components/my-slider/index.js +148 -0
- package/dist/collection/components/my-slider/index.js.map +1 -0
- package/dist/collection/components/my-slider/my-slider.css +88 -0
- package/dist/collection/gtmUtils.js +4 -0
- package/dist/collection/gtmUtils.js.map +1 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/types.js +2 -0
- package/dist/collection/types.js.map +1 -0
- package/dist/components/gtmUtils.js +7 -0
- package/dist/components/gtmUtils.js.map +1 -0
- package/dist/components/index.d.ts +9 -11
- package/dist/components/index.js +7 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/index2.js +11216 -0
- package/dist/components/index2.js.map +1 -0
- package/dist/components/my-backdrop.js +8 -0
- package/dist/components/my-backdrop.js.map +1 -0
- package/dist/components/my-backdrop2.js +31 -0
- package/dist/components/my-backdrop2.js.map +1 -0
- package/dist/components/my-colorbox.js +8 -0
- package/dist/components/my-colorbox.js.map +1 -0
- package/dist/components/my-colorbox2.js +69 -0
- package/dist/components/my-colorbox2.js.map +1 -0
- package/dist/components/my-colorinfo.js +8 -0
- package/dist/components/my-colorinfo.js.map +1 -0
- package/dist/components/my-colorinfo2.js +70 -0
- package/dist/components/my-colorinfo2.js.map +1 -0
- package/dist/components/my-component.js +232 -0
- package/dist/components/my-component.js.map +1 -0
- package/dist/components/my-loader.js +8 -0
- package/dist/components/my-loader.js.map +1 -0
- package/dist/components/my-loader2.js +31 -0
- package/dist/components/my-loader2.js.map +1 -0
- package/dist/components/my-modal.js +8 -0
- package/dist/components/my-modal.js.map +1 -0
- package/dist/components/my-modal2.js +2540 -0
- package/dist/components/my-modal2.js.map +1 -0
- package/dist/components/my-search.js +8 -0
- package/dist/components/my-search.js.map +1 -0
- package/dist/components/my-search2.js +59 -0
- package/dist/components/my-search2.js.map +1 -0
- package/dist/components/my-slider.js +8 -0
- package/dist/components/my-slider.js.map +1 -0
- package/dist/esm/app-globals-0f993ce5.js +5 -0
- package/dist/esm/app-globals-0f993ce5.js.map +1 -0
- package/dist/esm/css-shim-5eb36939.js +6 -0
- package/dist/esm/css-shim-5eb36939.js.map +1 -0
- package/{www/build/dom-4eeb3fee.js → dist/esm/dom-c0f8af80.js} +3 -1
- package/dist/esm/dom-c0f8af80.js.map +1 -0
- package/dist/esm/gtmUtils-dcdac4ce.js +7 -0
- package/dist/esm/gtmUtils-dcdac4ce.js.map +1 -0
- package/dist/esm/index-c3dfdbab.js +3397 -0
- package/dist/esm/index-c3dfdbab.js.map +1 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +38 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/my-backdrop.entry.js +17 -0
- package/dist/esm/my-backdrop.entry.js.map +1 -0
- package/dist/esm/my-colorbox.entry.js +48 -0
- package/dist/esm/my-colorbox.entry.js.map +1 -0
- package/dist/esm/my-colorinfo.entry.js +42 -0
- package/dist/esm/my-colorinfo.entry.js.map +1 -0
- package/dist/esm/my-component.entry.js +167 -0
- package/dist/esm/my-component.entry.js.map +1 -0
- package/dist/esm/my-loader.entry.js +17 -0
- package/dist/esm/my-loader.entry.js.map +1 -0
- package/dist/esm/my-modal.entry.js +2475 -0
- package/dist/esm/my-modal.entry.js.map +1 -0
- package/dist/esm/my-search.entry.js +40 -0
- package/dist/esm/my-search.entry.js.map +1 -0
- package/dist/esm/my-slider.entry.js +11197 -0
- package/dist/esm/my-slider.entry.js.map +1 -0
- package/dist/esm/pallete.js +163 -0
- package/dist/esm/pallete.js.map +1 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/{www/build/shadow-css-02866686.js → dist/esm/shadow-css-12b9a099.js} +3 -1
- package/dist/esm/shadow-css-12b9a099.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/pallete/app-globals-0f993ce5.js +2 -0
- package/dist/pallete/app-globals-0f993ce5.js.map +1 -0
- package/dist/pallete/css-shim-5eb36939.js +6 -0
- package/dist/pallete/css-shim-5eb36939.js.map +1 -0
- package/dist/pallete/{dom-4eeb3fee.js → dom-c0f8af80.js} +3 -1
- package/dist/pallete/dom-c0f8af80.js.map +1 -0
- package/dist/pallete/gtmUtils-dcdac4ce.js +2 -0
- package/dist/pallete/gtmUtils-dcdac4ce.js.map +1 -0
- package/{www/build/index-1ac7471e.js → dist/pallete/index-591def6b.js} +1144 -806
- package/dist/pallete/index-591def6b.js.map +1 -0
- package/dist/pallete/index-c3dfdbab.js +3397 -0
- package/dist/pallete/index-c3dfdbab.js.map +1 -0
- package/dist/pallete/index.esm.js +2 -0
- package/dist/pallete/index.esm.js.map +1 -0
- package/dist/pallete/my-backdrop.entry.js +3 -1
- package/dist/pallete/my-backdrop.entry.js.map +1 -0
- package/dist/pallete/my-colorbox.entry.js +9 -1
- package/dist/pallete/my-colorbox.entry.js.map +1 -0
- package/dist/pallete/my-colorinfo.entry.js +10 -4
- package/dist/pallete/my-colorinfo.entry.js.map +1 -0
- package/dist/pallete/my-component.entry.js +15 -2
- package/dist/pallete/my-component.entry.js.map +1 -0
- package/dist/pallete/my-loader.entry.js +3 -1
- package/dist/pallete/my-loader.entry.js.map +1 -0
- package/dist/pallete/my-modal.entry.js +53 -37
- package/dist/pallete/my-modal.entry.js.map +1 -0
- package/dist/pallete/my-search.entry.js +7 -3
- package/dist/pallete/my-search.entry.js.map +1 -0
- package/dist/pallete/my-slider.entry.js +311 -447
- package/dist/pallete/my-slider.entry.js.map +1 -0
- package/dist/pallete/pallete.esm.js +40 -6
- package/dist/pallete/pallete.esm.js.map +1 -0
- package/dist/pallete/{shadow-css-02866686.js → shadow-css-12b9a099.js} +3 -1
- package/dist/pallete/shadow-css-12b9a099.js.map +1 -0
- package/dist/types/components/api/services.d.ts +1 -1
- package/dist/types/components/my-component/my-component.d.ts +2 -0
- package/dist/types/components/my-modal/my-modal.d.ts +3 -1
- package/dist/types/components.d.ts +2 -0
- package/dist/types/stencil-public-runtime.d.ts +91 -19
- package/dist/types/types.d.ts +8 -8
- package/loader/index.d.ts +9 -0
- package/loader/package.json +1 -0
- package/package.json +22 -6
- package/www/build/app-globals-0f993ce5.js +2 -0
- package/www/build/app-globals-0f993ce5.js.map +1 -0
- package/www/build/css-shim-5eb36939.js +6 -0
- package/www/build/css-shim-5eb36939.js.map +1 -0
- package/www/build/dom-c0f8af80.js +75 -0
- package/www/build/dom-c0f8af80.js.map +1 -0
- package/www/build/gtmUtils-dcdac4ce.js +2 -0
- package/www/build/gtmUtils-dcdac4ce.js.map +1 -0
- package/{dist/pallete/index-1ac7471e.js → www/build/index-591def6b.js} +1144 -806
- package/www/build/index-591def6b.js.map +1 -0
- package/www/build/index-c3dfdbab.js +3397 -0
- package/www/build/index-c3dfdbab.js.map +1 -0
- package/www/build/index.esm.js +2 -0
- package/www/build/index.esm.js.map +1 -0
- package/www/build/my-backdrop.entry.js +3 -1
- package/www/build/my-backdrop.entry.js.map +1 -0
- package/www/build/my-colorbox.entry.js +9 -1
- package/www/build/my-colorbox.entry.js.map +1 -0
- package/www/build/my-colorinfo.entry.js +10 -4
- package/www/build/my-colorinfo.entry.js.map +1 -0
- package/www/build/my-component.entry.js +15 -2
- package/www/build/my-component.entry.js.map +1 -0
- package/www/build/my-loader.entry.js +3 -1
- package/www/build/my-loader.entry.js.map +1 -0
- package/www/build/my-modal.entry.js +53 -37
- package/www/build/my-modal.entry.js.map +1 -0
- package/www/build/my-search.entry.js +7 -3
- package/www/build/my-search.entry.js.map +1 -0
- package/www/build/my-slider.entry.js +311 -447
- package/www/build/my-slider.entry.js.map +1 -0
- package/www/build/pallete.esm.js +40 -6
- package/www/build/pallete.esm.js.map +1 -0
- package/www/build/shadow-css-12b9a099.js +389 -0
- package/www/build/shadow-css-12b9a099.js.map +1 -0
- package/www/index.html +1 -30
- package/dist/pallete/css-shim-60f618b9.js +0 -4
- package/www/build/css-shim-60f618b9.js +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h, g as getElement } from './index-
|
|
1
|
+
import { r as registerInstance, h, g as getElement } from './index-c3dfdbab.js';
|
|
2
2
|
import { s as setDataLayer } from './gtmUtils-dcdac4ce.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -149,15 +149,15 @@ function getWindow() {
|
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
/**
|
|
152
|
-
* Dom7 4.0.
|
|
152
|
+
* Dom7 4.0.6
|
|
153
153
|
* Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API
|
|
154
154
|
* https://framework7.io/docs/dom7.html
|
|
155
155
|
*
|
|
156
|
-
* Copyright
|
|
156
|
+
* Copyright 2023, Vladimir Kharlampidi
|
|
157
157
|
*
|
|
158
158
|
* Licensed under MIT
|
|
159
159
|
*
|
|
160
|
-
* Released on:
|
|
160
|
+
* Released on: February 2, 2023
|
|
161
161
|
*/
|
|
162
162
|
|
|
163
163
|
/* eslint-disable no-proto */
|
|
@@ -657,6 +657,22 @@ function trigger(...args) {
|
|
|
657
657
|
return this;
|
|
658
658
|
}
|
|
659
659
|
|
|
660
|
+
function transitionStart$1(callback) {
|
|
661
|
+
const dom = this;
|
|
662
|
+
|
|
663
|
+
function fireCallBack(e) {
|
|
664
|
+
if (e.target !== this) return;
|
|
665
|
+
callback.call(this, e);
|
|
666
|
+
dom.off('transitionstart', fireCallBack);
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
if (callback) {
|
|
670
|
+
dom.on('transitionstart', fireCallBack);
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
return this;
|
|
674
|
+
}
|
|
675
|
+
|
|
660
676
|
function transitionEnd$1(callback) {
|
|
661
677
|
const dom = this;
|
|
662
678
|
|
|
@@ -1687,11 +1703,7 @@ function deleteProps(obj) {
|
|
|
1687
1703
|
});
|
|
1688
1704
|
}
|
|
1689
1705
|
|
|
1690
|
-
function nextTick(callback, delay) {
|
|
1691
|
-
if (delay === void 0) {
|
|
1692
|
-
delay = 0;
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1706
|
+
function nextTick(callback, delay = 0) {
|
|
1695
1707
|
return setTimeout(callback, delay);
|
|
1696
1708
|
}
|
|
1697
1709
|
|
|
@@ -1718,11 +1730,7 @@ function getComputedStyle$1(el) {
|
|
|
1718
1730
|
return style;
|
|
1719
1731
|
}
|
|
1720
1732
|
|
|
1721
|
-
function getTranslate(el, axis) {
|
|
1722
|
-
if (axis === void 0) {
|
|
1723
|
-
axis = 'x';
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1733
|
+
function getTranslate(el, axis = 'x') {
|
|
1726
1734
|
const window = getWindow();
|
|
1727
1735
|
let matrix;
|
|
1728
1736
|
let curTransform;
|
|
@@ -1774,12 +1782,12 @@ function isNode(node) {
|
|
|
1774
1782
|
return node && (node.nodeType === 1 || node.nodeType === 11);
|
|
1775
1783
|
}
|
|
1776
1784
|
|
|
1777
|
-
function extend() {
|
|
1778
|
-
const to = Object(
|
|
1785
|
+
function extend(...args) {
|
|
1786
|
+
const to = Object(args[0]);
|
|
1779
1787
|
const noExtend = ['__proto__', 'constructor', 'prototype'];
|
|
1780
1788
|
|
|
1781
|
-
for (let i = 1; i <
|
|
1782
|
-
const nextSource =
|
|
1789
|
+
for (let i = 1; i < args.length; i += 1) {
|
|
1790
|
+
const nextSource = args[i];
|
|
1783
1791
|
|
|
1784
1792
|
if (nextSource !== undefined && nextSource !== null && !isNode(nextSource)) {
|
|
1785
1793
|
const keysArray = Object.keys(Object(nextSource)).filter(key => noExtend.indexOf(key) < 0);
|
|
@@ -1818,12 +1826,11 @@ function setCSSProperty(el, varName, varValue) {
|
|
|
1818
1826
|
el.style.setProperty(varName, varValue);
|
|
1819
1827
|
}
|
|
1820
1828
|
|
|
1821
|
-
function animateCSSModeScroll(
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
} = _ref;
|
|
1829
|
+
function animateCSSModeScroll({
|
|
1830
|
+
swiper,
|
|
1831
|
+
targetPosition,
|
|
1832
|
+
side
|
|
1833
|
+
}) {
|
|
1827
1834
|
const window = getWindow();
|
|
1828
1835
|
const startPosition = -swiper.translate;
|
|
1829
1836
|
let startTime = null;
|
|
@@ -1916,10 +1923,9 @@ function getSupport() {
|
|
|
1916
1923
|
|
|
1917
1924
|
let deviceCached;
|
|
1918
1925
|
|
|
1919
|
-
function calcDevice(
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
} = _temp === void 0 ? {} : _temp;
|
|
1926
|
+
function calcDevice({
|
|
1927
|
+
userAgent
|
|
1928
|
+
} = {}) {
|
|
1923
1929
|
const support = getSupport();
|
|
1924
1930
|
const window = getWindow();
|
|
1925
1931
|
const platform = window.navigator.platform;
|
|
@@ -1961,11 +1967,7 @@ function calcDevice(_temp) {
|
|
|
1961
1967
|
return device;
|
|
1962
1968
|
}
|
|
1963
1969
|
|
|
1964
|
-
function getDevice(overrides) {
|
|
1965
|
-
if (overrides === void 0) {
|
|
1966
|
-
overrides = {};
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1970
|
+
function getDevice(overrides = {}) {
|
|
1969
1971
|
if (!deviceCached) {
|
|
1970
1972
|
deviceCached = calcDevice(overrides);
|
|
1971
1973
|
}
|
|
@@ -1997,12 +1999,11 @@ function getBrowser() {
|
|
|
1997
1999
|
return browser;
|
|
1998
2000
|
}
|
|
1999
2001
|
|
|
2000
|
-
function Resize(
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
} = _ref;
|
|
2002
|
+
function Resize({
|
|
2003
|
+
swiper,
|
|
2004
|
+
on,
|
|
2005
|
+
emit
|
|
2006
|
+
}) {
|
|
2006
2007
|
const window = getWindow();
|
|
2007
2008
|
let observer = null;
|
|
2008
2009
|
let animationFrame = null;
|
|
@@ -2023,12 +2024,11 @@ function Resize(_ref) {
|
|
|
2023
2024
|
} = swiper;
|
|
2024
2025
|
let newWidth = width;
|
|
2025
2026
|
let newHeight = height;
|
|
2026
|
-
entries.forEach(
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
} = _ref2;
|
|
2027
|
+
entries.forEach(({
|
|
2028
|
+
contentBoxSize,
|
|
2029
|
+
contentRect,
|
|
2030
|
+
target
|
|
2031
|
+
}) => {
|
|
2032
2032
|
if (target && target !== swiper.el) return;
|
|
2033
2033
|
newWidth = contentRect ? contentRect.width : (contentBoxSize[0] || contentBoxSize).inlineSize;
|
|
2034
2034
|
newHeight = contentRect ? contentRect.height : (contentBoxSize[0] || contentBoxSize).blockSize;
|
|
@@ -2074,21 +2074,16 @@ function Resize(_ref) {
|
|
|
2074
2074
|
});
|
|
2075
2075
|
}
|
|
2076
2076
|
|
|
2077
|
-
function Observer(
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
} = _ref;
|
|
2077
|
+
function Observer({
|
|
2078
|
+
swiper,
|
|
2079
|
+
extendParams,
|
|
2080
|
+
on,
|
|
2081
|
+
emit
|
|
2082
|
+
}) {
|
|
2084
2083
|
const observers = [];
|
|
2085
2084
|
const window = getWindow();
|
|
2086
2085
|
|
|
2087
|
-
const attach =
|
|
2088
|
-
if (options === void 0) {
|
|
2089
|
-
options = {};
|
|
2090
|
-
}
|
|
2091
|
-
|
|
2086
|
+
const attach = (target, options = {}) => {
|
|
2092
2087
|
const ObserverFunc = window.MutationObserver || window.WebkitMutationObserver;
|
|
2093
2088
|
const observer = new ObserverFunc(mutations => {
|
|
2094
2089
|
// The observerUpdate event should only be triggered
|
|
@@ -2173,17 +2168,13 @@ const eventsEmitter = {
|
|
|
2173
2168
|
if (!self.eventsListeners || self.destroyed) return self;
|
|
2174
2169
|
if (typeof handler !== 'function') return self;
|
|
2175
2170
|
|
|
2176
|
-
function onceHandler() {
|
|
2171
|
+
function onceHandler(...args) {
|
|
2177
2172
|
self.off(events, onceHandler);
|
|
2178
2173
|
|
|
2179
2174
|
if (onceHandler.__emitterProxy) {
|
|
2180
2175
|
delete onceHandler.__emitterProxy;
|
|
2181
2176
|
}
|
|
2182
2177
|
|
|
2183
|
-
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
2184
|
-
args[_key] = arguments[_key];
|
|
2185
|
-
}
|
|
2186
|
-
|
|
2187
2178
|
handler.apply(self, args);
|
|
2188
2179
|
}
|
|
2189
2180
|
|
|
@@ -2235,7 +2226,7 @@ const eventsEmitter = {
|
|
|
2235
2226
|
return self;
|
|
2236
2227
|
},
|
|
2237
2228
|
|
|
2238
|
-
emit() {
|
|
2229
|
+
emit(...args) {
|
|
2239
2230
|
const self = this;
|
|
2240
2231
|
if (!self.eventsListeners || self.destroyed) return self;
|
|
2241
2232
|
if (!self.eventsListeners) return self;
|
|
@@ -2243,10 +2234,6 @@ const eventsEmitter = {
|
|
|
2243
2234
|
let data;
|
|
2244
2235
|
let context;
|
|
2245
2236
|
|
|
2246
|
-
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
2247
|
-
args[_key2] = arguments[_key2];
|
|
2248
|
-
}
|
|
2249
|
-
|
|
2250
2237
|
if (typeof args[0] === 'string' || Array.isArray(args[0])) {
|
|
2251
2238
|
events = args[0];
|
|
2252
2239
|
data = args.slice(1, args.length);
|
|
@@ -2690,11 +2677,7 @@ function updateSlidesOffset() {
|
|
|
2690
2677
|
}
|
|
2691
2678
|
}
|
|
2692
2679
|
|
|
2693
|
-
function updateSlidesProgress(translate) {
|
|
2694
|
-
if (translate === void 0) {
|
|
2695
|
-
translate = this && this.translate || 0;
|
|
2696
|
-
}
|
|
2697
|
-
|
|
2680
|
+
function updateSlidesProgress(translate = this && this.translate || 0) {
|
|
2698
2681
|
const swiper = this;
|
|
2699
2682
|
const params = swiper.params;
|
|
2700
2683
|
const {
|
|
@@ -2973,11 +2956,7 @@ const update = {
|
|
|
2973
2956
|
updateClickedSlide
|
|
2974
2957
|
};
|
|
2975
2958
|
|
|
2976
|
-
function getSwiperTranslate(axis) {
|
|
2977
|
-
if (axis === void 0) {
|
|
2978
|
-
axis = this.isHorizontal() ? 'x' : 'y';
|
|
2979
|
-
}
|
|
2980
|
-
|
|
2959
|
+
function getSwiperTranslate(axis = this.isHorizontal() ? 'x' : 'y') {
|
|
2981
2960
|
const swiper = this;
|
|
2982
2961
|
const {
|
|
2983
2962
|
params,
|
|
@@ -3056,23 +3035,7 @@ function maxTranslate() {
|
|
|
3056
3035
|
return -this.snapGrid[this.snapGrid.length - 1];
|
|
3057
3036
|
}
|
|
3058
3037
|
|
|
3059
|
-
function translateTo(translate, speed, runCallbacks, translateBounds, internal) {
|
|
3060
|
-
if (translate === void 0) {
|
|
3061
|
-
translate = 0;
|
|
3062
|
-
}
|
|
3063
|
-
|
|
3064
|
-
if (speed === void 0) {
|
|
3065
|
-
speed = this.params.speed;
|
|
3066
|
-
}
|
|
3067
|
-
|
|
3068
|
-
if (runCallbacks === void 0) {
|
|
3069
|
-
runCallbacks = true;
|
|
3070
|
-
}
|
|
3071
|
-
|
|
3072
|
-
if (translateBounds === void 0) {
|
|
3073
|
-
translateBounds = true;
|
|
3074
|
-
}
|
|
3075
|
-
|
|
3038
|
+
function translateTo(translate = 0, speed = this.params.speed, runCallbacks = true, translateBounds = true, internal) {
|
|
3076
3039
|
const swiper = this;
|
|
3077
3040
|
const {
|
|
3078
3041
|
params,
|
|
@@ -3175,13 +3138,12 @@ function setTransition(duration, byController) {
|
|
|
3175
3138
|
swiper.emit('setTransition', duration, byController);
|
|
3176
3139
|
}
|
|
3177
3140
|
|
|
3178
|
-
function transitionEmit(
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
} = _ref;
|
|
3141
|
+
function transitionEmit({
|
|
3142
|
+
swiper,
|
|
3143
|
+
runCallbacks,
|
|
3144
|
+
direction,
|
|
3145
|
+
step
|
|
3146
|
+
}) {
|
|
3185
3147
|
const {
|
|
3186
3148
|
activeIndex,
|
|
3187
3149
|
previousIndex
|
|
@@ -3210,11 +3172,7 @@ function transitionEmit(_ref) {
|
|
|
3210
3172
|
}
|
|
3211
3173
|
}
|
|
3212
3174
|
|
|
3213
|
-
function transitionStart(runCallbacks, direction) {
|
|
3214
|
-
if (runCallbacks === void 0) {
|
|
3215
|
-
runCallbacks = true;
|
|
3216
|
-
}
|
|
3217
|
-
|
|
3175
|
+
function transitionStart(runCallbacks = true, direction) {
|
|
3218
3176
|
const swiper = this;
|
|
3219
3177
|
const {
|
|
3220
3178
|
params
|
|
@@ -3233,11 +3191,7 @@ function transitionStart(runCallbacks, direction) {
|
|
|
3233
3191
|
});
|
|
3234
3192
|
}
|
|
3235
3193
|
|
|
3236
|
-
function transitionEnd(runCallbacks, direction) {
|
|
3237
|
-
if (runCallbacks === void 0) {
|
|
3238
|
-
runCallbacks = true;
|
|
3239
|
-
}
|
|
3240
|
-
|
|
3194
|
+
function transitionEnd(runCallbacks = true, direction) {
|
|
3241
3195
|
const swiper = this;
|
|
3242
3196
|
const {
|
|
3243
3197
|
params
|
|
@@ -3259,33 +3213,21 @@ const transition = {
|
|
|
3259
3213
|
transitionEnd
|
|
3260
3214
|
};
|
|
3261
3215
|
|
|
3262
|
-
function slideTo(index, speed, runCallbacks, internal, initial) {
|
|
3263
|
-
if (index === void 0) {
|
|
3264
|
-
index = 0;
|
|
3265
|
-
}
|
|
3266
|
-
|
|
3267
|
-
if (speed === void 0) {
|
|
3268
|
-
speed = this.params.speed;
|
|
3269
|
-
}
|
|
3270
|
-
|
|
3271
|
-
if (runCallbacks === void 0) {
|
|
3272
|
-
runCallbacks = true;
|
|
3273
|
-
}
|
|
3274
|
-
|
|
3216
|
+
function slideTo(index = 0, speed = this.params.speed, runCallbacks = true, internal, initial) {
|
|
3275
3217
|
if (typeof index !== 'number' && typeof index !== 'string') {
|
|
3276
3218
|
throw new Error(`The 'index' argument cannot have type other than 'number' or 'string'. [${typeof index}] given.`);
|
|
3277
3219
|
}
|
|
3278
3220
|
|
|
3279
3221
|
if (typeof index === 'string') {
|
|
3280
|
-
/**
|
|
3281
|
-
* The `index` argument converted from `string` to `number`.
|
|
3282
|
-
* @type {number}
|
|
3222
|
+
/**
|
|
3223
|
+
* The `index` argument converted from `string` to `number`.
|
|
3224
|
+
* @type {number}
|
|
3283
3225
|
*/
|
|
3284
3226
|
const indexAsNumber = parseInt(index, 10);
|
|
3285
|
-
/**
|
|
3286
|
-
* Determines whether the `index` argument is a valid `number`
|
|
3287
|
-
* after being converted from the `string` type.
|
|
3288
|
-
* @type {boolean}
|
|
3227
|
+
/**
|
|
3228
|
+
* Determines whether the `index` argument is a valid `number`
|
|
3229
|
+
* after being converted from the `string` type.
|
|
3230
|
+
* @type {boolean}
|
|
3289
3231
|
*/
|
|
3290
3232
|
|
|
3291
3233
|
const isValidNumber = isFinite(indexAsNumber);
|
|
@@ -3320,14 +3262,7 @@ function slideTo(index, speed, runCallbacks, internal, initial) {
|
|
|
3320
3262
|
const skip = Math.min(swiper.params.slidesPerGroupSkip, slideIndex);
|
|
3321
3263
|
let snapIndex = skip + Math.floor((slideIndex - skip) / swiper.params.slidesPerGroup);
|
|
3322
3264
|
if (snapIndex >= snapGrid.length) snapIndex = snapGrid.length - 1;
|
|
3323
|
-
|
|
3324
|
-
if ((activeIndex || params.initialSlide || 0) === (previousIndex || 0) && runCallbacks) {
|
|
3325
|
-
swiper.emit('beforeSlideChangeStart');
|
|
3326
|
-
}
|
|
3327
|
-
|
|
3328
|
-
const translate = -snapGrid[snapIndex]; // Update progress
|
|
3329
|
-
|
|
3330
|
-
swiper.updateProgress(translate); // Normalize slideIndex
|
|
3265
|
+
const translate = -snapGrid[snapIndex]; // Normalize slideIndex
|
|
3331
3266
|
|
|
3332
3267
|
if (params.normalizeSlideIndex) {
|
|
3333
3268
|
for (let i = 0; i < slidesGrid.length; i += 1) {
|
|
@@ -3358,6 +3293,12 @@ function slideTo(index, speed, runCallbacks, internal, initial) {
|
|
|
3358
3293
|
}
|
|
3359
3294
|
}
|
|
3360
3295
|
|
|
3296
|
+
if (slideIndex !== (previousIndex || 0) && runCallbacks) {
|
|
3297
|
+
swiper.emit('beforeSlideChangeStart');
|
|
3298
|
+
} // Update progress
|
|
3299
|
+
|
|
3300
|
+
|
|
3301
|
+
swiper.updateProgress(translate);
|
|
3361
3302
|
let direction;
|
|
3362
3303
|
if (slideIndex > activeIndex) direction = 'next';else if (slideIndex < activeIndex) direction = 'prev';else direction = 'reset'; // Update Index
|
|
3363
3304
|
|
|
@@ -3452,29 +3393,17 @@ function slideTo(index, speed, runCallbacks, internal, initial) {
|
|
|
3452
3393
|
return true;
|
|
3453
3394
|
}
|
|
3454
3395
|
|
|
3455
|
-
function slideToLoop(index, speed, runCallbacks, internal) {
|
|
3456
|
-
if (index === void 0) {
|
|
3457
|
-
index = 0;
|
|
3458
|
-
}
|
|
3459
|
-
|
|
3460
|
-
if (speed === void 0) {
|
|
3461
|
-
speed = this.params.speed;
|
|
3462
|
-
}
|
|
3463
|
-
|
|
3464
|
-
if (runCallbacks === void 0) {
|
|
3465
|
-
runCallbacks = true;
|
|
3466
|
-
}
|
|
3467
|
-
|
|
3396
|
+
function slideToLoop(index = 0, speed = this.params.speed, runCallbacks = true, internal) {
|
|
3468
3397
|
if (typeof index === 'string') {
|
|
3469
|
-
/**
|
|
3470
|
-
* The `index` argument converted from `string` to `number`.
|
|
3471
|
-
* @type {number}
|
|
3398
|
+
/**
|
|
3399
|
+
* The `index` argument converted from `string` to `number`.
|
|
3400
|
+
* @type {number}
|
|
3472
3401
|
*/
|
|
3473
3402
|
const indexAsNumber = parseInt(index, 10);
|
|
3474
|
-
/**
|
|
3475
|
-
* Determines whether the `index` argument is a valid `number`
|
|
3476
|
-
* after being converted from the `string` type.
|
|
3477
|
-
* @type {boolean}
|
|
3403
|
+
/**
|
|
3404
|
+
* Determines whether the `index` argument is a valid `number`
|
|
3405
|
+
* after being converted from the `string` type.
|
|
3406
|
+
* @type {boolean}
|
|
3478
3407
|
*/
|
|
3479
3408
|
|
|
3480
3409
|
const isValidNumber = isFinite(indexAsNumber);
|
|
@@ -3499,15 +3428,7 @@ function slideToLoop(index, speed, runCallbacks, internal) {
|
|
|
3499
3428
|
}
|
|
3500
3429
|
|
|
3501
3430
|
/* eslint no-unused-vars: "off" */
|
|
3502
|
-
function slideNext(speed, runCallbacks, internal) {
|
|
3503
|
-
if (speed === void 0) {
|
|
3504
|
-
speed = this.params.speed;
|
|
3505
|
-
}
|
|
3506
|
-
|
|
3507
|
-
if (runCallbacks === void 0) {
|
|
3508
|
-
runCallbacks = true;
|
|
3509
|
-
}
|
|
3510
|
-
|
|
3431
|
+
function slideNext(speed = this.params.speed, runCallbacks = true, internal) {
|
|
3511
3432
|
const swiper = this;
|
|
3512
3433
|
const {
|
|
3513
3434
|
animating,
|
|
@@ -3538,15 +3459,7 @@ function slideNext(speed, runCallbacks, internal) {
|
|
|
3538
3459
|
}
|
|
3539
3460
|
|
|
3540
3461
|
/* eslint no-unused-vars: "off" */
|
|
3541
|
-
function slidePrev(speed, runCallbacks, internal) {
|
|
3542
|
-
if (speed === void 0) {
|
|
3543
|
-
speed = this.params.speed;
|
|
3544
|
-
}
|
|
3545
|
-
|
|
3546
|
-
if (runCallbacks === void 0) {
|
|
3547
|
-
runCallbacks = true;
|
|
3548
|
-
}
|
|
3549
|
-
|
|
3462
|
+
function slidePrev(speed = this.params.speed, runCallbacks = true, internal) {
|
|
3550
3463
|
const swiper = this;
|
|
3551
3464
|
const {
|
|
3552
3465
|
params,
|
|
@@ -3611,33 +3524,13 @@ function slidePrev(speed, runCallbacks, internal) {
|
|
|
3611
3524
|
}
|
|
3612
3525
|
|
|
3613
3526
|
/* eslint no-unused-vars: "off" */
|
|
3614
|
-
function slideReset(speed, runCallbacks, internal) {
|
|
3615
|
-
if (speed === void 0) {
|
|
3616
|
-
speed = this.params.speed;
|
|
3617
|
-
}
|
|
3618
|
-
|
|
3619
|
-
if (runCallbacks === void 0) {
|
|
3620
|
-
runCallbacks = true;
|
|
3621
|
-
}
|
|
3622
|
-
|
|
3527
|
+
function slideReset(speed = this.params.speed, runCallbacks = true, internal) {
|
|
3623
3528
|
const swiper = this;
|
|
3624
3529
|
return swiper.slideTo(swiper.activeIndex, speed, runCallbacks, internal);
|
|
3625
3530
|
}
|
|
3626
3531
|
|
|
3627
3532
|
/* eslint no-unused-vars: "off" */
|
|
3628
|
-
function slideToClosest(speed, runCallbacks, internal, threshold) {
|
|
3629
|
-
if (speed === void 0) {
|
|
3630
|
-
speed = this.params.speed;
|
|
3631
|
-
}
|
|
3632
|
-
|
|
3633
|
-
if (runCallbacks === void 0) {
|
|
3634
|
-
runCallbacks = true;
|
|
3635
|
-
}
|
|
3636
|
-
|
|
3637
|
-
if (threshold === void 0) {
|
|
3638
|
-
threshold = 0.5;
|
|
3639
|
-
}
|
|
3640
|
-
|
|
3533
|
+
function slideToClosest(speed = this.params.speed, runCallbacks = true, internal, threshold = 0.5) {
|
|
3641
3534
|
const swiper = this;
|
|
3642
3535
|
let index = swiper.activeIndex;
|
|
3643
3536
|
const skip = Math.min(swiper.params.slidesPerGroupSkip, index);
|
|
@@ -3746,7 +3639,7 @@ function loopCreate() {
|
|
|
3746
3639
|
swiper.loopedSlides = Math.ceil(parseFloat(params.loopedSlides || params.slidesPerView, 10));
|
|
3747
3640
|
swiper.loopedSlides += params.loopAdditionalSlides;
|
|
3748
3641
|
|
|
3749
|
-
if (swiper.loopedSlides > slides.length) {
|
|
3642
|
+
if (swiper.loopedSlides > slides.length && swiper.params.loopedSlidesLimit) {
|
|
3750
3643
|
swiper.loopedSlides = slides.length;
|
|
3751
3644
|
}
|
|
3752
3645
|
|
|
@@ -3754,18 +3647,15 @@ function loopCreate() {
|
|
|
3754
3647
|
const appendSlides = [];
|
|
3755
3648
|
slides.each((el, index) => {
|
|
3756
3649
|
const slide = $(el);
|
|
3757
|
-
|
|
3758
|
-
if (index < swiper.loopedSlides) {
|
|
3759
|
-
appendSlides.push(el);
|
|
3760
|
-
}
|
|
3761
|
-
|
|
3762
|
-
if (index < slides.length && index >= slides.length - swiper.loopedSlides) {
|
|
3763
|
-
prependSlides.push(el);
|
|
3764
|
-
}
|
|
3765
|
-
|
|
3766
3650
|
slide.attr('data-swiper-slide-index', index);
|
|
3767
3651
|
});
|
|
3768
3652
|
|
|
3653
|
+
for (let i = 0; i < swiper.loopedSlides; i += 1) {
|
|
3654
|
+
const index = i - Math.floor(i / slides.length) * slides.length;
|
|
3655
|
+
appendSlides.push(slides.eq(index)[0]);
|
|
3656
|
+
prependSlides.unshift(slides.eq(slides.length - index - 1)[0]);
|
|
3657
|
+
}
|
|
3658
|
+
|
|
3769
3659
|
for (let i = 0; i < appendSlides.length; i += 1) {
|
|
3770
3660
|
$selector.append($(appendSlides[i].cloneNode(true)).addClass(params.slideDuplicateClass));
|
|
3771
3661
|
}
|
|
@@ -3857,11 +3747,7 @@ const grabCursor = {
|
|
|
3857
3747
|
unsetGrabCursor
|
|
3858
3748
|
};
|
|
3859
3749
|
|
|
3860
|
-
function closestElement(selector, base) {
|
|
3861
|
-
if (base === void 0) {
|
|
3862
|
-
base = this;
|
|
3863
|
-
}
|
|
3864
|
-
|
|
3750
|
+
function closestElement(selector, base = this) {
|
|
3865
3751
|
function __closestFrom(el) {
|
|
3866
3752
|
if (!el || el === getDocument() || el === getWindow()) return null;
|
|
3867
3753
|
if (el.assignedSlot) el = el.assignedSlot;
|
|
@@ -3910,10 +3796,12 @@ function onTouchStart(event) {
|
|
|
3910
3796
|
if (!data.isTouchEvent && 'button' in e && e.button > 0) return;
|
|
3911
3797
|
if (data.isTouched && data.isMoved) return; // change target el for shadow root component
|
|
3912
3798
|
|
|
3913
|
-
const swipingClassHasValue = !!params.noSwipingClass && params.noSwipingClass !== '';
|
|
3799
|
+
const swipingClassHasValue = !!params.noSwipingClass && params.noSwipingClass !== ''; // eslint-disable-next-line
|
|
3914
3800
|
|
|
3915
|
-
|
|
3916
|
-
|
|
3801
|
+
const eventPath = event.composedPath ? event.composedPath() : event.path;
|
|
3802
|
+
|
|
3803
|
+
if (swipingClassHasValue && e.target && e.target.shadowRoot && eventPath) {
|
|
3804
|
+
$targetEl = $(eventPath[0]);
|
|
3917
3805
|
}
|
|
3918
3806
|
|
|
3919
3807
|
const noSwipingSelector = params.noSwipingSelector ? params.noSwipingSelector : `.${params.noSwipingClass}`;
|
|
@@ -4639,11 +4527,7 @@ function setBreakpoint() {
|
|
|
4639
4527
|
swiper.emit('breakpoint', breakpointParams);
|
|
4640
4528
|
}
|
|
4641
4529
|
|
|
4642
|
-
function getBreakpoint(breakpoints, base, containerEl) {
|
|
4643
|
-
if (base === void 0) {
|
|
4644
|
-
base = 'window';
|
|
4645
|
-
}
|
|
4646
|
-
|
|
4530
|
+
function getBreakpoint(breakpoints, base = 'window', containerEl) {
|
|
4647
4531
|
if (!breakpoints || base === 'container' && !containerEl) return undefined;
|
|
4648
4532
|
let breakpoint = false;
|
|
4649
4533
|
const window = getWindow();
|
|
@@ -4947,6 +4831,7 @@ const defaults = {
|
|
|
4947
4831
|
loop: false,
|
|
4948
4832
|
loopAdditionalSlides: 0,
|
|
4949
4833
|
loopedSlides: null,
|
|
4834
|
+
loopedSlidesLimit: true,
|
|
4950
4835
|
loopFillGroupWithBlank: false,
|
|
4951
4836
|
loopPreventsSlide: true,
|
|
4952
4837
|
// rewind
|
|
@@ -4983,11 +4868,7 @@ const defaults = {
|
|
|
4983
4868
|
};
|
|
4984
4869
|
|
|
4985
4870
|
function moduleExtendParams(params, allModulesParams) {
|
|
4986
|
-
return function extendParams(obj) {
|
|
4987
|
-
if (obj === void 0) {
|
|
4988
|
-
obj = {};
|
|
4989
|
-
}
|
|
4990
|
-
|
|
4871
|
+
return function extendParams(obj = {}) {
|
|
4991
4872
|
const moduleParamName = Object.keys(obj)[0];
|
|
4992
4873
|
const moduleParams = obj[moduleParamName];
|
|
4993
4874
|
|
|
@@ -5042,14 +4923,10 @@ const prototypes = {
|
|
|
5042
4923
|
const extendedDefaults = {};
|
|
5043
4924
|
|
|
5044
4925
|
class Swiper {
|
|
5045
|
-
constructor() {
|
|
4926
|
+
constructor(...args) {
|
|
5046
4927
|
let el;
|
|
5047
4928
|
let params;
|
|
5048
4929
|
|
|
5049
|
-
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
5050
|
-
args[_key] = arguments[_key];
|
|
5051
|
-
}
|
|
5052
|
-
|
|
5053
4930
|
if (args.length === 1 && args[0].constructor && Object.prototype.toString.call(args[0]).slice(8, -1) === 'Object') {
|
|
5054
4931
|
params = args[0];
|
|
5055
4932
|
} else {
|
|
@@ -5067,7 +4944,8 @@ class Swiper {
|
|
|
5067
4944
|
el: containerEl
|
|
5068
4945
|
});
|
|
5069
4946
|
swipers.push(new Swiper(newParams));
|
|
5070
|
-
});
|
|
4947
|
+
}); // eslint-disable-next-line no-constructor-return
|
|
4948
|
+
|
|
5071
4949
|
return swipers;
|
|
5072
4950
|
} // Swiper Instance
|
|
5073
4951
|
|
|
@@ -5210,6 +5088,7 @@ class Swiper {
|
|
|
5210
5088
|
if (swiper.params.init) {
|
|
5211
5089
|
swiper.init();
|
|
5212
5090
|
} // Return app instance
|
|
5091
|
+
// eslint-disable-next-line no-constructor-return
|
|
5213
5092
|
|
|
5214
5093
|
|
|
5215
5094
|
return swiper;
|
|
@@ -5282,15 +5161,7 @@ class Swiper {
|
|
|
5282
5161
|
swiper.emit('_slideClasses', updates);
|
|
5283
5162
|
}
|
|
5284
5163
|
|
|
5285
|
-
slidesPerViewDynamic(view, exact) {
|
|
5286
|
-
if (view === void 0) {
|
|
5287
|
-
view = 'current';
|
|
5288
|
-
}
|
|
5289
|
-
|
|
5290
|
-
if (exact === void 0) {
|
|
5291
|
-
exact = false;
|
|
5292
|
-
}
|
|
5293
|
-
|
|
5164
|
+
slidesPerViewDynamic(view = 'current', exact = false) {
|
|
5294
5165
|
const swiper = this;
|
|
5295
5166
|
const {
|
|
5296
5167
|
params,
|
|
@@ -5398,11 +5269,7 @@ class Swiper {
|
|
|
5398
5269
|
swiper.emit('update');
|
|
5399
5270
|
}
|
|
5400
5271
|
|
|
5401
|
-
changeDirection(newDirection, needUpdate) {
|
|
5402
|
-
if (needUpdate === void 0) {
|
|
5403
|
-
needUpdate = true;
|
|
5404
|
-
}
|
|
5405
|
-
|
|
5272
|
+
changeDirection(newDirection, needUpdate = true) {
|
|
5406
5273
|
const swiper = this;
|
|
5407
5274
|
const currentDirection = swiper.params.direction;
|
|
5408
5275
|
|
|
@@ -5561,15 +5428,7 @@ class Swiper {
|
|
|
5561
5428
|
return swiper;
|
|
5562
5429
|
}
|
|
5563
5430
|
|
|
5564
|
-
destroy(deleteInstance, cleanStyles) {
|
|
5565
|
-
if (deleteInstance === void 0) {
|
|
5566
|
-
deleteInstance = true;
|
|
5567
|
-
}
|
|
5568
|
-
|
|
5569
|
-
if (cleanStyles === void 0) {
|
|
5570
|
-
cleanStyles = true;
|
|
5571
|
-
}
|
|
5572
|
-
|
|
5431
|
+
destroy(deleteInstance = true, cleanStyles = true) {
|
|
5573
5432
|
const swiper = this;
|
|
5574
5433
|
const {
|
|
5575
5434
|
params,
|
|
@@ -5658,13 +5517,12 @@ Object.keys(prototypes).forEach(prototypeGroup => {
|
|
|
5658
5517
|
});
|
|
5659
5518
|
Swiper.use([Resize, Observer]);
|
|
5660
5519
|
|
|
5661
|
-
function Virtual(
|
|
5662
|
-
|
|
5663
|
-
|
|
5664
|
-
|
|
5665
|
-
|
|
5666
|
-
|
|
5667
|
-
} = _ref;
|
|
5520
|
+
function Virtual({
|
|
5521
|
+
swiper,
|
|
5522
|
+
extendParams,
|
|
5523
|
+
on,
|
|
5524
|
+
emit
|
|
5525
|
+
}) {
|
|
5668
5526
|
extendParams({
|
|
5669
5527
|
virtual: {
|
|
5670
5528
|
enabled: false,
|
|
@@ -5956,13 +5814,12 @@ function Virtual(_ref) {
|
|
|
5956
5814
|
}
|
|
5957
5815
|
|
|
5958
5816
|
/* eslint-disable consistent-return */
|
|
5959
|
-
function Keyboard(
|
|
5960
|
-
|
|
5961
|
-
|
|
5962
|
-
|
|
5963
|
-
|
|
5964
|
-
|
|
5965
|
-
} = _ref;
|
|
5817
|
+
function Keyboard({
|
|
5818
|
+
swiper,
|
|
5819
|
+
extendParams,
|
|
5820
|
+
on,
|
|
5821
|
+
emit
|
|
5822
|
+
}) {
|
|
5966
5823
|
const document = getDocument();
|
|
5967
5824
|
const window = getWindow();
|
|
5968
5825
|
swiper.keyboard = {
|
|
@@ -6087,13 +5944,12 @@ function Keyboard(_ref) {
|
|
|
6087
5944
|
}
|
|
6088
5945
|
|
|
6089
5946
|
/* eslint-disable consistent-return */
|
|
6090
|
-
function Mousewheel(
|
|
6091
|
-
|
|
6092
|
-
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
} = _ref;
|
|
5947
|
+
function Mousewheel({
|
|
5948
|
+
swiper,
|
|
5949
|
+
extendParams,
|
|
5950
|
+
on,
|
|
5951
|
+
emit
|
|
5952
|
+
}) {
|
|
6097
5953
|
const window = getWindow();
|
|
6098
5954
|
extendParams({
|
|
6099
5955
|
mousewheel: {
|
|
@@ -6530,13 +6386,12 @@ function createElementIfNotDefined(swiper, originalParams, params, checkProps) {
|
|
|
6530
6386
|
return params;
|
|
6531
6387
|
}
|
|
6532
6388
|
|
|
6533
|
-
function Navigation(
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
} = _ref;
|
|
6389
|
+
function Navigation({
|
|
6390
|
+
swiper,
|
|
6391
|
+
extendParams,
|
|
6392
|
+
on,
|
|
6393
|
+
emit
|
|
6394
|
+
}) {
|
|
6540
6395
|
extendParams({
|
|
6541
6396
|
navigation: {
|
|
6542
6397
|
nextEl: null,
|
|
@@ -6737,22 +6592,17 @@ function Navigation(_ref) {
|
|
|
6737
6592
|
});
|
|
6738
6593
|
}
|
|
6739
6594
|
|
|
6740
|
-
function classesToSelector(classes) {
|
|
6741
|
-
if (classes === void 0) {
|
|
6742
|
-
classes = '';
|
|
6743
|
-
}
|
|
6744
|
-
|
|
6595
|
+
function classesToSelector(classes = '') {
|
|
6745
6596
|
return `.${classes.trim().replace(/([\.:!\/])/g, '\\$1') // eslint-disable-line
|
|
6746
6597
|
.replace(/ /g, '.')}`;
|
|
6747
6598
|
}
|
|
6748
6599
|
|
|
6749
|
-
function Pagination(
|
|
6750
|
-
|
|
6751
|
-
|
|
6752
|
-
|
|
6753
|
-
|
|
6754
|
-
|
|
6755
|
-
} = _ref;
|
|
6600
|
+
function Pagination({
|
|
6601
|
+
swiper,
|
|
6602
|
+
extendParams,
|
|
6603
|
+
on,
|
|
6604
|
+
emit
|
|
6605
|
+
}) {
|
|
6756
6606
|
const pfx = 'swiper-pagination';
|
|
6757
6607
|
extendParams({
|
|
6758
6608
|
pagination: {
|
|
@@ -7186,13 +7036,12 @@ function Pagination(_ref) {
|
|
|
7186
7036
|
});
|
|
7187
7037
|
}
|
|
7188
7038
|
|
|
7189
|
-
function Scrollbar(
|
|
7190
|
-
|
|
7191
|
-
|
|
7192
|
-
|
|
7193
|
-
|
|
7194
|
-
|
|
7195
|
-
} = _ref;
|
|
7039
|
+
function Scrollbar({
|
|
7040
|
+
swiper,
|
|
7041
|
+
extendParams,
|
|
7042
|
+
on,
|
|
7043
|
+
emit
|
|
7044
|
+
}) {
|
|
7196
7045
|
const document = getDocument();
|
|
7197
7046
|
let isTouched = false;
|
|
7198
7047
|
let timeout = null;
|
|
@@ -7587,12 +7436,11 @@ function Scrollbar(_ref) {
|
|
|
7587
7436
|
});
|
|
7588
7437
|
}
|
|
7589
7438
|
|
|
7590
|
-
function Parallax(
|
|
7591
|
-
|
|
7592
|
-
|
|
7593
|
-
|
|
7594
|
-
|
|
7595
|
-
} = _ref;
|
|
7439
|
+
function Parallax({
|
|
7440
|
+
swiper,
|
|
7441
|
+
extendParams,
|
|
7442
|
+
on
|
|
7443
|
+
}) {
|
|
7596
7444
|
extendParams({
|
|
7597
7445
|
parallax: {
|
|
7598
7446
|
enabled: false
|
|
@@ -7671,11 +7519,7 @@ function Parallax(_ref) {
|
|
|
7671
7519
|
});
|
|
7672
7520
|
};
|
|
7673
7521
|
|
|
7674
|
-
const setTransition =
|
|
7675
|
-
if (duration === void 0) {
|
|
7676
|
-
duration = swiper.params.speed;
|
|
7677
|
-
}
|
|
7678
|
-
|
|
7522
|
+
const setTransition = (duration = swiper.params.speed) => {
|
|
7679
7523
|
const {
|
|
7680
7524
|
$el
|
|
7681
7525
|
} = swiper;
|
|
@@ -7706,13 +7550,12 @@ function Parallax(_ref) {
|
|
|
7706
7550
|
});
|
|
7707
7551
|
}
|
|
7708
7552
|
|
|
7709
|
-
function Zoom(
|
|
7710
|
-
|
|
7711
|
-
|
|
7712
|
-
|
|
7713
|
-
|
|
7714
|
-
|
|
7715
|
-
} = _ref;
|
|
7553
|
+
function Zoom({
|
|
7554
|
+
swiper,
|
|
7555
|
+
extendParams,
|
|
7556
|
+
on,
|
|
7557
|
+
emit
|
|
7558
|
+
}) {
|
|
7716
7559
|
const window = getWindow();
|
|
7717
7560
|
extendParams({
|
|
7718
7561
|
zoom: {
|
|
@@ -8317,13 +8160,12 @@ function Zoom(_ref) {
|
|
|
8317
8160
|
});
|
|
8318
8161
|
}
|
|
8319
8162
|
|
|
8320
|
-
function Lazy(
|
|
8321
|
-
|
|
8322
|
-
|
|
8323
|
-
|
|
8324
|
-
|
|
8325
|
-
|
|
8326
|
-
} = _ref;
|
|
8163
|
+
function Lazy({
|
|
8164
|
+
swiper,
|
|
8165
|
+
extendParams,
|
|
8166
|
+
on,
|
|
8167
|
+
emit
|
|
8168
|
+
}) {
|
|
8327
8169
|
extendParams({
|
|
8328
8170
|
lazy: {
|
|
8329
8171
|
checkInView: false,
|
|
@@ -8342,11 +8184,7 @@ function Lazy(_ref) {
|
|
|
8342
8184
|
let scrollHandlerAttached = false;
|
|
8343
8185
|
let initialImageLoaded = false;
|
|
8344
8186
|
|
|
8345
|
-
function loadInSlide(index, loadInDuplicate) {
|
|
8346
|
-
if (loadInDuplicate === void 0) {
|
|
8347
|
-
loadInDuplicate = true;
|
|
8348
|
-
}
|
|
8349
|
-
|
|
8187
|
+
function loadInSlide(index, loadInDuplicate = true) {
|
|
8350
8188
|
const params = swiper.params.lazy;
|
|
8351
8189
|
if (typeof index === 'undefined') return;
|
|
8352
8190
|
if (swiper.slides.length === 0) return;
|
|
@@ -8609,12 +8447,11 @@ function Lazy(_ref) {
|
|
|
8609
8447
|
}
|
|
8610
8448
|
|
|
8611
8449
|
/* eslint no-bitwise: ["error", { "allow": [">>"] }] */
|
|
8612
|
-
function Controller(
|
|
8613
|
-
|
|
8614
|
-
|
|
8615
|
-
|
|
8616
|
-
|
|
8617
|
-
} = _ref;
|
|
8450
|
+
function Controller({
|
|
8451
|
+
swiper,
|
|
8452
|
+
extendParams,
|
|
8453
|
+
on
|
|
8454
|
+
}) {
|
|
8618
8455
|
extendParams({
|
|
8619
8456
|
controller: {
|
|
8620
8457
|
control: undefined,
|
|
@@ -8800,12 +8637,11 @@ function Controller(_ref) {
|
|
|
8800
8637
|
});
|
|
8801
8638
|
}
|
|
8802
8639
|
|
|
8803
|
-
function A11y(
|
|
8804
|
-
|
|
8805
|
-
|
|
8806
|
-
|
|
8807
|
-
|
|
8808
|
-
} = _ref;
|
|
8640
|
+
function A11y({
|
|
8641
|
+
swiper,
|
|
8642
|
+
extendParams,
|
|
8643
|
+
on
|
|
8644
|
+
}) {
|
|
8809
8645
|
extendParams({
|
|
8810
8646
|
a11y: {
|
|
8811
8647
|
enabled: true,
|
|
@@ -8823,6 +8659,9 @@ function A11y(_ref) {
|
|
|
8823
8659
|
id: null
|
|
8824
8660
|
}
|
|
8825
8661
|
});
|
|
8662
|
+
swiper.a11y = {
|
|
8663
|
+
clicked: false
|
|
8664
|
+
};
|
|
8826
8665
|
let liveRegion = null;
|
|
8827
8666
|
|
|
8828
8667
|
function notify(message) {
|
|
@@ -8832,11 +8671,7 @@ function A11y(_ref) {
|
|
|
8832
8671
|
notification.html(message);
|
|
8833
8672
|
}
|
|
8834
8673
|
|
|
8835
|
-
function getRandomNumber(size) {
|
|
8836
|
-
if (size === void 0) {
|
|
8837
|
-
size = 16;
|
|
8838
|
-
}
|
|
8839
|
-
|
|
8674
|
+
function getRandomNumber(size = 16) {
|
|
8840
8675
|
const randomChar = () => Math.round(16 * Math.random()).toString(16);
|
|
8841
8676
|
|
|
8842
8677
|
return 'x'.repeat(size).replace(/x/g, randomChar);
|
|
@@ -8987,12 +8822,35 @@ function A11y(_ref) {
|
|
|
8987
8822
|
addElControls($el, wrapperId);
|
|
8988
8823
|
};
|
|
8989
8824
|
|
|
8825
|
+
const handlePointerDown = () => {
|
|
8826
|
+
swiper.a11y.clicked = true;
|
|
8827
|
+
};
|
|
8828
|
+
|
|
8829
|
+
const handlePointerUp = () => {
|
|
8830
|
+
requestAnimationFrame(() => {
|
|
8831
|
+
requestAnimationFrame(() => {
|
|
8832
|
+
if (!swiper.destroyed) {
|
|
8833
|
+
swiper.a11y.clicked = false;
|
|
8834
|
+
}
|
|
8835
|
+
});
|
|
8836
|
+
});
|
|
8837
|
+
};
|
|
8838
|
+
|
|
8990
8839
|
const handleFocus = e => {
|
|
8840
|
+
if (swiper.a11y.clicked) return;
|
|
8991
8841
|
const slideEl = e.target.closest(`.${swiper.params.slideClass}`);
|
|
8992
8842
|
if (!slideEl || !swiper.slides.includes(slideEl)) return;
|
|
8993
8843
|
const isActive = swiper.slides.indexOf(slideEl) === swiper.activeIndex;
|
|
8994
8844
|
const isVisible = swiper.params.watchSlidesProgress && swiper.visibleSlides && swiper.visibleSlides.includes(slideEl);
|
|
8995
8845
|
if (isActive || isVisible) return;
|
|
8846
|
+
if (e.sourceCapabilities && e.sourceCapabilities.firesTouchEvents) return;
|
|
8847
|
+
|
|
8848
|
+
if (swiper.isHorizontal()) {
|
|
8849
|
+
swiper.el.scrollLeft = 0;
|
|
8850
|
+
} else {
|
|
8851
|
+
swiper.el.scrollTop = 0;
|
|
8852
|
+
}
|
|
8853
|
+
|
|
8996
8854
|
swiper.slideTo(swiper.slides.indexOf(slideEl), 0);
|
|
8997
8855
|
};
|
|
8998
8856
|
|
|
@@ -9003,7 +8861,10 @@ function A11y(_ref) {
|
|
|
9003
8861
|
addElRoleDescription($(swiper.slides), params.itemRoleDescriptionMessage);
|
|
9004
8862
|
}
|
|
9005
8863
|
|
|
9006
|
-
|
|
8864
|
+
if (params.slideRole) {
|
|
8865
|
+
addElRole($(swiper.slides), params.slideRole);
|
|
8866
|
+
}
|
|
8867
|
+
|
|
9007
8868
|
const slidesLength = swiper.params.loop ? swiper.slides.filter(el => !el.classList.contains(swiper.params.slideDuplicateClass)).length : swiper.slides.length;
|
|
9008
8869
|
|
|
9009
8870
|
if (params.slideLabelMessage) {
|
|
@@ -9065,6 +8926,8 @@ function A11y(_ref) {
|
|
|
9065
8926
|
|
|
9066
8927
|
|
|
9067
8928
|
swiper.$el.on('focus', handleFocus, true);
|
|
8929
|
+
swiper.$el.on('pointerdown', handlePointerDown, true);
|
|
8930
|
+
swiper.$el.on('pointerup', handlePointerUp, true);
|
|
9068
8931
|
};
|
|
9069
8932
|
|
|
9070
8933
|
function destroy() {
|
|
@@ -9095,6 +8958,8 @@ function A11y(_ref) {
|
|
|
9095
8958
|
|
|
9096
8959
|
|
|
9097
8960
|
swiper.$el.off('focus', handleFocus, true);
|
|
8961
|
+
swiper.$el.off('pointerdown', handlePointerDown, true);
|
|
8962
|
+
swiper.$el.off('pointerup', handlePointerUp, true);
|
|
9098
8963
|
}
|
|
9099
8964
|
|
|
9100
8965
|
on('beforeInit', () => {
|
|
@@ -9122,12 +8987,11 @@ function A11y(_ref) {
|
|
|
9122
8987
|
});
|
|
9123
8988
|
}
|
|
9124
8989
|
|
|
9125
|
-
function History(
|
|
9126
|
-
|
|
9127
|
-
|
|
9128
|
-
|
|
9129
|
-
|
|
9130
|
-
} = _ref;
|
|
8990
|
+
function History({
|
|
8991
|
+
swiper,
|
|
8992
|
+
extendParams,
|
|
8993
|
+
on
|
|
8994
|
+
}) {
|
|
9131
8995
|
extendParams({
|
|
9132
8996
|
history: {
|
|
9133
8997
|
enabled: false,
|
|
@@ -9278,13 +9142,12 @@ function History(_ref) {
|
|
|
9278
9142
|
});
|
|
9279
9143
|
}
|
|
9280
9144
|
|
|
9281
|
-
function HashNavigation(
|
|
9282
|
-
|
|
9283
|
-
|
|
9284
|
-
|
|
9285
|
-
|
|
9286
|
-
|
|
9287
|
-
} = _ref;
|
|
9145
|
+
function HashNavigation({
|
|
9146
|
+
swiper,
|
|
9147
|
+
extendParams,
|
|
9148
|
+
emit,
|
|
9149
|
+
on
|
|
9150
|
+
}) {
|
|
9288
9151
|
let initialized = false;
|
|
9289
9152
|
const document = getDocument();
|
|
9290
9153
|
const window = getWindow();
|
|
@@ -9375,13 +9238,12 @@ function HashNavigation(_ref) {
|
|
|
9375
9238
|
}
|
|
9376
9239
|
|
|
9377
9240
|
/* eslint no-underscore-dangle: "off" */
|
|
9378
|
-
function Autoplay(
|
|
9379
|
-
|
|
9380
|
-
|
|
9381
|
-
|
|
9382
|
-
|
|
9383
|
-
|
|
9384
|
-
} = _ref;
|
|
9241
|
+
function Autoplay({
|
|
9242
|
+
swiper,
|
|
9243
|
+
extendParams,
|
|
9244
|
+
on,
|
|
9245
|
+
emit
|
|
9246
|
+
}) {
|
|
9385
9247
|
let timeout;
|
|
9386
9248
|
swiper.autoplay = {
|
|
9387
9249
|
running: false,
|
|
@@ -9400,6 +9262,12 @@ function Autoplay(_ref) {
|
|
|
9400
9262
|
});
|
|
9401
9263
|
|
|
9402
9264
|
function run() {
|
|
9265
|
+
if (!swiper.size) {
|
|
9266
|
+
swiper.autoplay.running = false;
|
|
9267
|
+
swiper.autoplay.paused = false;
|
|
9268
|
+
return;
|
|
9269
|
+
}
|
|
9270
|
+
|
|
9403
9271
|
const $activeSlideEl = swiper.slides.eq(swiper.activeIndex);
|
|
9404
9272
|
let delay = swiper.params.autoplay.delay;
|
|
9405
9273
|
|
|
@@ -9596,12 +9464,11 @@ function Autoplay(_ref) {
|
|
|
9596
9464
|
});
|
|
9597
9465
|
}
|
|
9598
9466
|
|
|
9599
|
-
function Thumb(
|
|
9600
|
-
|
|
9601
|
-
|
|
9602
|
-
|
|
9603
|
-
|
|
9604
|
-
} = _ref;
|
|
9467
|
+
function Thumb({
|
|
9468
|
+
swiper,
|
|
9469
|
+
extendParams,
|
|
9470
|
+
on
|
|
9471
|
+
}) {
|
|
9605
9472
|
extendParams({
|
|
9606
9473
|
thumbs: {
|
|
9607
9474
|
swiper: null,
|
|
@@ -9799,13 +9666,12 @@ function Thumb(_ref) {
|
|
|
9799
9666
|
});
|
|
9800
9667
|
}
|
|
9801
9668
|
|
|
9802
|
-
function freeMode(
|
|
9803
|
-
|
|
9804
|
-
|
|
9805
|
-
|
|
9806
|
-
|
|
9807
|
-
|
|
9808
|
-
} = _ref;
|
|
9669
|
+
function freeMode({
|
|
9670
|
+
swiper,
|
|
9671
|
+
extendParams,
|
|
9672
|
+
emit,
|
|
9673
|
+
once
|
|
9674
|
+
}) {
|
|
9809
9675
|
extendParams({
|
|
9810
9676
|
freeMode: {
|
|
9811
9677
|
enabled: false,
|
|
@@ -9848,10 +9714,9 @@ function freeMode(_ref) {
|
|
|
9848
9714
|
});
|
|
9849
9715
|
}
|
|
9850
9716
|
|
|
9851
|
-
function onTouchEnd(
|
|
9852
|
-
|
|
9853
|
-
|
|
9854
|
-
} = _ref2;
|
|
9717
|
+
function onTouchEnd({
|
|
9718
|
+
currentPos
|
|
9719
|
+
}) {
|
|
9855
9720
|
const {
|
|
9856
9721
|
params,
|
|
9857
9722
|
$wrapperEl,
|
|
@@ -10057,11 +9922,10 @@ function freeMode(_ref) {
|
|
|
10057
9922
|
});
|
|
10058
9923
|
}
|
|
10059
9924
|
|
|
10060
|
-
function Grid(
|
|
10061
|
-
|
|
10062
|
-
|
|
10063
|
-
|
|
10064
|
-
} = _ref;
|
|
9925
|
+
function Grid({
|
|
9926
|
+
swiper,
|
|
9927
|
+
extendParams
|
|
9928
|
+
}) {
|
|
10065
9929
|
extendParams({
|
|
10066
9930
|
grid: {
|
|
10067
9931
|
rows: 1,
|
|
@@ -10362,10 +10226,9 @@ function removeAllSlides() {
|
|
|
10362
10226
|
swiper.removeSlide(slidesIndexes);
|
|
10363
10227
|
}
|
|
10364
10228
|
|
|
10365
|
-
function Manipulation(
|
|
10366
|
-
|
|
10367
|
-
|
|
10368
|
-
} = _ref;
|
|
10229
|
+
function Manipulation({
|
|
10230
|
+
swiper
|
|
10231
|
+
}) {
|
|
10369
10232
|
Object.assign(swiper, {
|
|
10370
10233
|
appendSlide: appendSlide.bind(swiper),
|
|
10371
10234
|
prependSlide: prependSlide.bind(swiper),
|
|
@@ -10449,13 +10312,12 @@ function effectTarget(effectParams, $slideEl) {
|
|
|
10449
10312
|
return $slideEl;
|
|
10450
10313
|
}
|
|
10451
10314
|
|
|
10452
|
-
function effectVirtualTransitionEnd(
|
|
10453
|
-
|
|
10454
|
-
|
|
10455
|
-
|
|
10456
|
-
|
|
10457
|
-
|
|
10458
|
-
} = _ref;
|
|
10315
|
+
function effectVirtualTransitionEnd({
|
|
10316
|
+
swiper,
|
|
10317
|
+
duration,
|
|
10318
|
+
transformEl,
|
|
10319
|
+
allSlides
|
|
10320
|
+
}) {
|
|
10459
10321
|
const {
|
|
10460
10322
|
slides,
|
|
10461
10323
|
activeIndex,
|
|
@@ -10486,12 +10348,11 @@ function effectVirtualTransitionEnd(_ref) {
|
|
|
10486
10348
|
}
|
|
10487
10349
|
}
|
|
10488
10350
|
|
|
10489
|
-
function EffectFade(
|
|
10490
|
-
|
|
10491
|
-
|
|
10492
|
-
|
|
10493
|
-
|
|
10494
|
-
} = _ref;
|
|
10351
|
+
function EffectFade({
|
|
10352
|
+
swiper,
|
|
10353
|
+
extendParams,
|
|
10354
|
+
on
|
|
10355
|
+
}) {
|
|
10495
10356
|
extendParams({
|
|
10496
10357
|
fadeEffect: {
|
|
10497
10358
|
crossFade: false,
|
|
@@ -10555,12 +10416,11 @@ function EffectFade(_ref) {
|
|
|
10555
10416
|
});
|
|
10556
10417
|
}
|
|
10557
10418
|
|
|
10558
|
-
function EffectCube(
|
|
10559
|
-
|
|
10560
|
-
|
|
10561
|
-
|
|
10562
|
-
|
|
10563
|
-
} = _ref;
|
|
10419
|
+
function EffectCube({
|
|
10420
|
+
swiper,
|
|
10421
|
+
extendParams,
|
|
10422
|
+
on
|
|
10423
|
+
}) {
|
|
10564
10424
|
extendParams({
|
|
10565
10425
|
cubeEffect: {
|
|
10566
10426
|
slideShadows: true,
|
|
@@ -10763,12 +10623,11 @@ function createShadow(params, $slideEl, side) {
|
|
|
10763
10623
|
return $shadowEl;
|
|
10764
10624
|
}
|
|
10765
10625
|
|
|
10766
|
-
function EffectFlip(
|
|
10767
|
-
|
|
10768
|
-
|
|
10769
|
-
|
|
10770
|
-
|
|
10771
|
-
} = _ref;
|
|
10626
|
+
function EffectFlip({
|
|
10627
|
+
swiper,
|
|
10628
|
+
extendParams,
|
|
10629
|
+
on
|
|
10630
|
+
}) {
|
|
10772
10631
|
extendParams({
|
|
10773
10632
|
flipEffect: {
|
|
10774
10633
|
slideShadows: true,
|
|
@@ -10883,12 +10742,11 @@ function EffectFlip(_ref) {
|
|
|
10883
10742
|
});
|
|
10884
10743
|
}
|
|
10885
10744
|
|
|
10886
|
-
function EffectCoverflow(
|
|
10887
|
-
|
|
10888
|
-
|
|
10889
|
-
|
|
10890
|
-
|
|
10891
|
-
} = _ref;
|
|
10745
|
+
function EffectCoverflow({
|
|
10746
|
+
swiper,
|
|
10747
|
+
extendParams,
|
|
10748
|
+
on
|
|
10749
|
+
}) {
|
|
10892
10750
|
extendParams({
|
|
10893
10751
|
coverflowEffect: {
|
|
10894
10752
|
rotate: 50,
|
|
@@ -10986,12 +10844,11 @@ function EffectCoverflow(_ref) {
|
|
|
10986
10844
|
});
|
|
10987
10845
|
}
|
|
10988
10846
|
|
|
10989
|
-
function EffectCreative(
|
|
10990
|
-
|
|
10991
|
-
|
|
10992
|
-
|
|
10993
|
-
|
|
10994
|
-
} = _ref;
|
|
10847
|
+
function EffectCreative({
|
|
10848
|
+
swiper,
|
|
10849
|
+
extendParams,
|
|
10850
|
+
on
|
|
10851
|
+
}) {
|
|
10995
10852
|
extendParams({
|
|
10996
10853
|
creativeEffect: {
|
|
10997
10854
|
transformEl: null,
|
|
@@ -11138,17 +10995,18 @@ function EffectCreative(_ref) {
|
|
|
11138
10995
|
});
|
|
11139
10996
|
}
|
|
11140
10997
|
|
|
11141
|
-
function EffectCards(
|
|
11142
|
-
|
|
11143
|
-
|
|
11144
|
-
|
|
11145
|
-
|
|
11146
|
-
} = _ref;
|
|
10998
|
+
function EffectCards({
|
|
10999
|
+
swiper,
|
|
11000
|
+
extendParams,
|
|
11001
|
+
on
|
|
11002
|
+
}) {
|
|
11147
11003
|
extendParams({
|
|
11148
11004
|
cardsEffect: {
|
|
11149
11005
|
slideShadows: true,
|
|
11150
11006
|
transformEl: null,
|
|
11151
|
-
rotate: true
|
|
11007
|
+
rotate: true,
|
|
11008
|
+
perSlideRotate: 2,
|
|
11009
|
+
perSlideOffset: 8
|
|
11152
11010
|
}
|
|
11153
11011
|
});
|
|
11154
11012
|
|
|
@@ -11182,8 +11040,8 @@ function EffectCards(_ref) {
|
|
|
11182
11040
|
let tY = 0;
|
|
11183
11041
|
const tZ = -100 * Math.abs(progress);
|
|
11184
11042
|
let scale = 1;
|
|
11185
|
-
let rotate = -
|
|
11186
|
-
let tXAdd =
|
|
11043
|
+
let rotate = -params.perSlideRotate * progress;
|
|
11044
|
+
let tXAdd = params.perSlideOffset - Math.abs(progress) * 0.75;
|
|
11187
11045
|
const slideIndex = swiper.virtual && swiper.params.virtual.enabled ? swiper.virtual.from + i : i;
|
|
11188
11046
|
const isSwipeToNext = (slideIndex === activeIndex || slideIndex === activeIndex - 1) && progress > 0 && progress < 1 && (isTouched || swiper.params.cssMode) && currentTranslate < startTranslate;
|
|
11189
11047
|
const isSwipeToPrev = (slideIndex === activeIndex || slideIndex === activeIndex + 1) && progress < 0 && progress > -1 && (isTouched || swiper.params.cssMode) && currentTranslate > startTranslate;
|
|
@@ -11264,18 +11122,18 @@ function EffectCards(_ref) {
|
|
|
11264
11122
|
}
|
|
11265
11123
|
|
|
11266
11124
|
/**
|
|
11267
|
-
* Swiper 8.
|
|
11125
|
+
* Swiper 8.4.7
|
|
11268
11126
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
|
11269
11127
|
* https://swiperjs.com
|
|
11270
11128
|
*
|
|
11271
|
-
* Copyright 2014-
|
|
11129
|
+
* Copyright 2014-2023 Vladimir Kharlampidi
|
|
11272
11130
|
*
|
|
11273
11131
|
* Released under the MIT License
|
|
11274
11132
|
*
|
|
11275
|
-
* Released on:
|
|
11133
|
+
* Released on: January 30, 2023
|
|
11276
11134
|
*/
|
|
11277
11135
|
|
|
11278
|
-
const mySliderCss = "@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.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:10px;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: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:10px;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-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.pallete-wrapper *{font-family:\"Galatea\", sans-serif}.slider-wrapper{width:100%;position:relative;height:100%;display:flex;max-width:1100px;flex-direction:row;align-items:center;justify-content:space-between}@media (max-width: 1024px){.slider-wrapper{height:220px}}.slider-wrapper .swiper{margin:0}.slider-wrapper .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.slider-wrapper .mySwiper2{height:100%;width:80%;position:relative}@media (max-width: 1024px){.slider-wrapper .mySwiper2{width:100%}}.slider-wrapper .mySwiper2 .swiper-button-prev,.slider-wrapper .mySwiper2 .swiper-button-next{z-index:20;position:absolute;bottom:15px;width:23px;top:inherit;height:23px;background-color:#fff}.slider-wrapper .mySwiper2 .swiper-button-prev::after,.slider-wrapper .mySwiper2 .swiper-button-next::after{font-size:11px;color:#232323;font-weight:bold}.slider-wrapper .mySwiper2 .swiper-button-prev{right:40px;left:initial}.slider-wrapper .mySwiper{width:20%;height:100%;box-sizing:border-box}@media (max-width: 1024px){.slider-wrapper .mySwiper{display:none}}.slider-wrapper .mySwiper .swiper-slide{height:100%;cursor:pointer}.slider-wrapper .mySwiper .swiper-slide-thumb-active{opacity:1}";
|
|
11136
|
+
const mySliderCss = "@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.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:10px;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: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:10px;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-progressbar{background: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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.pallete-wrapper *{font-family:\"Galatea\", sans-serif}.slider-wrapper{width:100%;position:relative;height:100%;display:flex;max-width:1100px;flex-direction:row;align-items:center;justify-content:space-between}@media (max-width: 1024px){.slider-wrapper{height:220px}}.slider-wrapper .swiper{margin:0}.slider-wrapper .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.slider-wrapper .mySwiper2{height:100%;width:80%;position:relative}@media (max-width: 1024px){.slider-wrapper .mySwiper2{width:100%}}.slider-wrapper .mySwiper2 .swiper-button-prev,.slider-wrapper .mySwiper2 .swiper-button-next{z-index:20;position:absolute;bottom:15px;width:23px;top:inherit;height:23px;background-color:#fff}.slider-wrapper .mySwiper2 .swiper-button-prev::after,.slider-wrapper .mySwiper2 .swiper-button-next::after{font-size:11px;color:#232323;font-weight:bold}.slider-wrapper .mySwiper2 .swiper-button-prev{right:40px;left:initial}.slider-wrapper .mySwiper{width:20%;height:100%;box-sizing:border-box}@media (max-width: 1024px){.slider-wrapper .mySwiper{display:none}}.slider-wrapper .mySwiper .swiper-slide{height:100%;cursor:pointer}.slider-wrapper .mySwiper .swiper-slide-thumb-active{opacity:1}";
|
|
11279
11137
|
|
|
11280
11138
|
const JcSwiper = class {
|
|
11281
11139
|
constructor(hostRef) {
|
|
@@ -11288,6 +11146,10 @@ const JcSwiper = class {
|
|
|
11288
11146
|
color: this.color,
|
|
11289
11147
|
});
|
|
11290
11148
|
};
|
|
11149
|
+
this.slides = undefined;
|
|
11150
|
+
this.shop = undefined;
|
|
11151
|
+
this.product = undefined;
|
|
11152
|
+
this.color = undefined;
|
|
11291
11153
|
}
|
|
11292
11154
|
initSwiper() {
|
|
11293
11155
|
this.thumbs = new Swiper('.mySwiper', {
|
|
@@ -11331,3 +11193,5 @@ const JcSwiper = class {
|
|
|
11331
11193
|
JcSwiper.style = mySliderCss;
|
|
11332
11194
|
|
|
11333
11195
|
export { JcSwiper as my_slider };
|
|
11196
|
+
|
|
11197
|
+
//# sourceMappingURL=my-slider.entry.js.map
|