@okam/stack-ui 1.26.0 → 1.27.0

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.
Files changed (446) hide show
  1. package/components/Alerts/interface.d.ts +3 -28
  2. package/components/Button/index.d.ts +2 -2
  3. package/components/Button/interface.d.ts +2 -2
  4. package/components/Carousel/components/CarouselNavigationButton.d.ts +8 -0
  5. package/components/Carousel/components/CarouselSlide.d.ts +3 -0
  6. package/components/Carousel/components/CarouselSwiper.d.ts +3 -0
  7. package/components/Carousel/components/pagination/CarouselPagination.d.ts +3 -0
  8. package/components/Carousel/components/pagination/CarouselPaginationBullet.d.ts +3 -0
  9. package/components/Carousel/interface.d.ts +34 -17
  10. package/index.d.ts +2 -2
  11. package/index.js +1 -1
  12. package/index.mjs +150 -149
  13. package/index100.js +2 -1
  14. package/index100.mjs +11 -64
  15. package/index101.js +1 -1
  16. package/index101.mjs +44 -141
  17. package/index102.js +1 -1
  18. package/index102.mjs +62 -119
  19. package/index103.js +1 -1
  20. package/index103.mjs +28 -217
  21. package/index104.js +1 -1
  22. package/index104.mjs +4 -175
  23. package/index105.js +1 -1
  24. package/index105.mjs +11 -127
  25. package/index106.js +1 -1
  26. package/index106.mjs +13 -240
  27. package/index107.js +1 -1
  28. package/index107.mjs +23 -4
  29. package/index108.js +1 -1
  30. package/index108.mjs +23 -11
  31. package/index109.js +1 -1
  32. package/index109.mjs +39 -14
  33. package/index11.js +1 -1
  34. package/index11.mjs +67 -60
  35. package/index110.js +2 -1
  36. package/index110.mjs +11 -21
  37. package/index111.js +1 -1
  38. package/index111.mjs +8 -23
  39. package/index112.js +1 -1
  40. package/index112.mjs +20 -37
  41. package/index113.js +1 -2
  42. package/index113.mjs +38 -12
  43. package/index114.js +1 -1
  44. package/index114.mjs +49 -7
  45. package/index115.js +1 -1
  46. package/index115.mjs +40 -21
  47. package/index116.js +1 -1
  48. package/index116.mjs +13 -38
  49. package/index117.js +1 -1
  50. package/index117.mjs +26 -50
  51. package/index118.js +1 -1
  52. package/index118.mjs +20 -41
  53. package/index119.js +1 -1
  54. package/index119.mjs +9 -14
  55. package/index120.js +1 -1
  56. package/index120.mjs +30 -26
  57. package/index121.js +1 -1
  58. package/index121.mjs +13 -18
  59. package/index122.js +1 -1
  60. package/index122.mjs +16 -8
  61. package/index123.js +1 -1
  62. package/index123.mjs +5 -30
  63. package/index124.js +1 -1
  64. package/index124.mjs +21 -15
  65. package/index125.js +1 -1
  66. package/index125.mjs +11 -17
  67. package/index126.js +1 -1
  68. package/index126.mjs +42 -5
  69. package/index127.js +2 -1
  70. package/index127.mjs +21 -20
  71. package/index128.js +1 -1
  72. package/index128.mjs +12 -11
  73. package/index129.js +1 -1
  74. package/index129.mjs +46 -104
  75. package/index13.js +1 -1
  76. package/index13.mjs +3 -3
  77. package/index130.js +1 -1
  78. package/index130.mjs +237 -38
  79. package/index131.js +1 -1
  80. package/index131.mjs +12 -21
  81. package/index132.js +1 -1
  82. package/index132.mjs +29 -11
  83. package/index133.js +1 -1
  84. package/index133.mjs +49 -19
  85. package/index134.js +1 -1
  86. package/index134.mjs +25 -49
  87. package/index135.js +1 -1
  88. package/index135.mjs +19 -25
  89. package/index136.js +1 -1
  90. package/index136.mjs +4 -25
  91. package/index137.js +4 -1
  92. package/index137.mjs +247 -46
  93. package/index138.js +1 -2
  94. package/index138.mjs +61 -11
  95. package/index139.js +1 -0
  96. package/index139.mjs +97 -0
  97. package/index140.js +1 -0
  98. package/index140.mjs +34 -0
  99. package/index141.js +1 -1
  100. package/index141.mjs +119 -39
  101. package/index142.js +1 -1
  102. package/index142.mjs +28 -29
  103. package/index143.js +1 -1
  104. package/index143.mjs +122 -197
  105. package/index144.js +1 -1
  106. package/index144.mjs +131 -187
  107. package/index145.js +1 -1
  108. package/index145.mjs +14 -69
  109. package/index146.js +1 -1
  110. package/index146.mjs +85 -248
  111. package/index147.js +1 -1
  112. package/index147.mjs +102 -93
  113. package/index148.js +1 -1
  114. package/index148.mjs +5 -84
  115. package/index149.js +1 -1
  116. package/index149.mjs +3 -58
  117. package/index15.js +1 -1
  118. package/index15.mjs +2 -2
  119. package/index150.js +1 -1
  120. package/index150.mjs +121 -112
  121. package/index151.js +1 -1
  122. package/index151.mjs +26 -119
  123. package/index152.js +1 -1
  124. package/index152.mjs +51 -72
  125. package/index153.js +1 -1
  126. package/index153.mjs +41 -107
  127. package/index154.js +1 -1
  128. package/index154.mjs +36 -51
  129. package/index155.js +1 -1
  130. package/index155.mjs +111 -91
  131. package/index156.js +1 -1
  132. package/index156.mjs +77 -70
  133. package/index157.js +1 -1
  134. package/index157.mjs +101 -56
  135. package/index158.js +1 -1
  136. package/index158.mjs +98 -100
  137. package/index159.js +1 -5
  138. package/index159.mjs +2 -81
  139. package/index160.js +1 -1
  140. package/index160.mjs +5 -2011
  141. package/index161.js +1 -1
  142. package/index161.mjs +64 -59
  143. package/index162.js +1 -1
  144. package/index162.mjs +25 -187
  145. package/index163.js +1 -1
  146. package/index163.mjs +54 -5
  147. package/index164.js +1 -4
  148. package/index164.mjs +148 -239
  149. package/index165.js +1 -1
  150. package/index165.mjs +23 -31
  151. package/index166.js +1 -1
  152. package/index166.mjs +18 -60
  153. package/index167.js +1 -1
  154. package/index167.mjs +38 -93
  155. package/index168.js +1 -1
  156. package/index168.mjs +82 -31
  157. package/index169.js +1 -1
  158. package/index169.mjs +28 -128
  159. package/index17.js +1 -1
  160. package/index17.mjs +1 -1
  161. package/index170.js +1 -1
  162. package/index170.mjs +19 -177
  163. package/index171.js +1 -1
  164. package/index171.mjs +52 -8
  165. package/index172.js +1 -1
  166. package/index172.mjs +2 -4
  167. package/index173.js +11 -1
  168. package/index173.mjs +114 -35
  169. package/index174.js +1 -1
  170. package/index174.mjs +199 -5
  171. package/index175.js +1 -1
  172. package/index175.mjs +61 -26
  173. package/index176.js +1 -1
  174. package/index176.mjs +141 -6
  175. package/index177.js +1 -1
  176. package/index177.mjs +114 -116
  177. package/index178.js +1 -1
  178. package/index178.mjs +217 -27
  179. package/index179.js +1 -1
  180. package/index179.mjs +188 -122
  181. package/index18.js +1 -1
  182. package/index18.mjs +2 -2
  183. package/index180.js +1 -1
  184. package/index180.mjs +67 -132
  185. package/index181.js +1 -1
  186. package/index181.mjs +258 -14
  187. package/index182.js +1 -1
  188. package/index182.mjs +92 -90
  189. package/index183.js +1 -1
  190. package/index183.mjs +172 -104
  191. package/index184.js +1 -1
  192. package/index184.mjs +84 -5
  193. package/index185.js +1 -1
  194. package/index185.mjs +58 -3
  195. package/index186.js +1 -1
  196. package/index186.mjs +123 -122
  197. package/index187.js +1 -1
  198. package/index187.mjs +113 -26
  199. package/index188.js +1 -1
  200. package/index188.mjs +119 -48
  201. package/index189.js +1 -1
  202. package/index189.mjs +72 -44
  203. package/index19.js +1 -1
  204. package/index19.mjs +1 -1
  205. package/index190.js +1 -1
  206. package/index190.mjs +107 -34
  207. package/index191.js +1 -1
  208. package/index191.mjs +50 -111
  209. package/index192.js +1 -1
  210. package/index192.mjs +93 -77
  211. package/index193.js +1 -1
  212. package/index193.mjs +70 -101
  213. package/index194.js +1 -1
  214. package/index194.mjs +57 -98
  215. package/index195.js +1 -1
  216. package/index195.mjs +100 -2
  217. package/index196.js +5 -1
  218. package/index196.mjs +80 -5
  219. package/index197.js +1 -1
  220. package/index197.mjs +2005 -58
  221. package/index198.js +1 -1
  222. package/index198.mjs +59 -26
  223. package/index199.js +1 -1
  224. package/index199.mjs +187 -53
  225. package/index200.js +1 -1
  226. package/index200.mjs +5 -155
  227. package/index201.js +1 -1
  228. package/index201.mjs +2 -23
  229. package/index202.js +1 -1
  230. package/index202.mjs +47 -14
  231. package/index203.js +1 -1
  232. package/index203.mjs +17 -36
  233. package/index204.js +1 -1
  234. package/index204.mjs +18 -77
  235. package/index205.js +1 -1
  236. package/index205.mjs +23 -27
  237. package/index206.js +1 -1
  238. package/index206.mjs +40 -15
  239. package/index207.js +1 -1
  240. package/index207.mjs +2 -61
  241. package/index208.js +1 -1
  242. package/index208.mjs +21 -2
  243. package/index209.js +1 -11
  244. package/index209.mjs +2 -116
  245. package/index210.js +1 -1
  246. package/index210.mjs +29 -2
  247. package/index211.js +1 -1
  248. package/index211.mjs +2 -6
  249. package/index212.mjs +2 -2
  250. package/index213.js +1 -1
  251. package/index213.mjs +18 -48
  252. package/index214.js +1 -1
  253. package/index214.mjs +2 -21
  254. package/index215.js +1 -1
  255. package/index215.mjs +2 -24
  256. package/index216.js +1 -1
  257. package/index216.mjs +2 -27
  258. package/index217.js +1 -1
  259. package/index217.mjs +34 -43
  260. package/index218.js +1 -1
  261. package/index218.mjs +2 -2
  262. package/index219.js +1 -1
  263. package/index219.mjs +12 -12
  264. package/index22.js +1 -1
  265. package/index22.mjs +3 -3
  266. package/index220.js +1 -1
  267. package/index220.mjs +23 -2
  268. package/index221.js +1 -1
  269. package/index221.mjs +2 -29
  270. package/index222.js +1 -1
  271. package/index222.mjs +23 -2
  272. package/index223.mjs +2 -2
  273. package/index224.js +1 -1
  274. package/index224.mjs +311 -20
  275. package/index225.js +1 -1
  276. package/index225.mjs +193 -2
  277. package/index226.js +1 -1
  278. package/index226.mjs +9 -2
  279. package/index227.js +1 -1
  280. package/index227.mjs +27 -2
  281. package/index228.js +1 -1
  282. package/index228.mjs +55 -37
  283. package/index229.js +1 -1
  284. package/index229.mjs +47 -2
  285. package/index23.js +1 -1
  286. package/index23.mjs +4 -4
  287. package/index230.js +1 -1
  288. package/index230.mjs +124 -20
  289. package/index231.js +1 -1
  290. package/index231.mjs +128 -20
  291. package/index232.js +1 -1
  292. package/index232.mjs +180 -2
  293. package/index233.js +1 -1
  294. package/index233.mjs +8 -21
  295. package/index234.js +1 -1
  296. package/index234.mjs +4 -2
  297. package/index235.js +1 -1
  298. package/index235.mjs +35 -312
  299. package/index236.js +1 -1
  300. package/index236.mjs +5 -192
  301. package/index237.js +1 -1
  302. package/index237.mjs +29 -8
  303. package/index238.js +1 -1
  304. package/index238.mjs +6 -26
  305. package/index239.js +1 -1
  306. package/index239.mjs +2 -56
  307. package/index240.js +1 -1
  308. package/index240.mjs +2 -47
  309. package/index241.js +1 -1
  310. package/index241.mjs +2 -125
  311. package/index242.js +1 -1
  312. package/index242.mjs +17 -5
  313. package/index243.js +1 -1
  314. package/index243.mjs +27 -2
  315. package/index244.mjs +2 -2
  316. package/index245.js +1 -1
  317. package/index245.mjs +89 -2
  318. package/index246.js +1 -1
  319. package/index246.mjs +11 -9
  320. package/index247.js +1 -1
  321. package/index247.mjs +2 -27
  322. package/index248.js +1 -1
  323. package/index248.mjs +38 -2
  324. package/index249.js +1 -1
  325. package/index249.mjs +131 -83
  326. package/index25.js +1 -1
  327. package/index25.mjs +2 -2
  328. package/index250.js +1 -1
  329. package/index250.mjs +2 -20
  330. package/index251.js +1 -1
  331. package/index251.mjs +23 -2
  332. package/index252.js +1 -1
  333. package/index252.mjs +2 -38
  334. package/index253.js +1 -1
  335. package/index253.mjs +2 -137
  336. package/index254.mjs +2 -2
  337. package/index255.js +1 -1
  338. package/index255.mjs +2 -23
  339. package/index256.js +1 -1
  340. package/index256.mjs +23 -2
  341. package/index257.js +1 -1
  342. package/index257.mjs +2 -2
  343. package/index258.js +1 -1
  344. package/index258.mjs +26 -2
  345. package/index259.js +1 -1
  346. package/index259.mjs +2 -2
  347. package/index26.js +1 -1
  348. package/index26.mjs +3 -3
  349. package/index260.js +1 -1
  350. package/index260.mjs +2 -23
  351. package/index261.js +1 -1
  352. package/index261.mjs +2 -2
  353. package/index262.js +1 -1
  354. package/index262.mjs +2 -26
  355. package/index264.js +1 -1
  356. package/index264.mjs +72 -2
  357. package/index265.mjs +2 -2
  358. package/index267.js +1 -1
  359. package/index267.mjs +19 -2
  360. package/index268.js +1 -1
  361. package/index268.mjs +2 -72
  362. package/index269.js +1 -1
  363. package/index269.mjs +6 -2
  364. package/index270.mjs +2 -2
  365. package/index271.js +1 -1
  366. package/index271.mjs +2 -19
  367. package/index272.js +1 -1
  368. package/index272.mjs +29 -2
  369. package/index273.js +1 -1
  370. package/index273.mjs +7 -2
  371. package/index274.js +1 -1
  372. package/index274.mjs +8 -2
  373. package/index275.js +1 -1
  374. package/index275.mjs +7 -28
  375. package/index276.js +1 -1
  376. package/index276.mjs +2 -7
  377. package/index277.js +1 -1
  378. package/index277.mjs +36 -7
  379. package/index278.js +1 -1
  380. package/index278.mjs +2 -8
  381. package/index279.js +1 -1
  382. package/index279.mjs +5 -2
  383. package/index28.js +1 -1
  384. package/index28.mjs +1 -1
  385. package/index280.js +1 -1
  386. package/index280.mjs +5 -36
  387. package/index281.js +1 -1
  388. package/index281.mjs +10 -2
  389. package/index282.js +1 -1
  390. package/index282.mjs +2 -5
  391. package/index283.js +1 -1
  392. package/index283.mjs +17 -5
  393. package/index284.js +1 -1
  394. package/index284.mjs +30 -9
  395. package/index285.mjs +2 -2
  396. package/index286.js +1 -1
  397. package/index286.mjs +2 -18
  398. package/index30.js +1 -1
  399. package/index30.mjs +2 -2
  400. package/index31.js +1 -1
  401. package/index31.mjs +1 -1
  402. package/index32.js +1 -1
  403. package/index32.mjs +1 -1
  404. package/index33.js +1 -1
  405. package/index33.mjs +1 -1
  406. package/index34.js +1 -1
  407. package/index34.mjs +30 -29
  408. package/index35.js +1 -1
  409. package/index35.mjs +16 -15
  410. package/index37.js +1 -1
  411. package/index37.mjs +1 -1
  412. package/index65.js +1 -1
  413. package/index65.mjs +1 -1
  414. package/index66.js +1 -1
  415. package/index66.mjs +1 -1
  416. package/index67.js +1 -1
  417. package/index67.mjs +1 -1
  418. package/index69.js +1 -1
  419. package/index69.mjs +1 -1
  420. package/index70.js +1 -1
  421. package/index70.mjs +1 -1
  422. package/index79.js +1 -1
  423. package/index79.mjs +13 -13
  424. package/index83.js +9 -1
  425. package/index83.mjs +52 -17
  426. package/index96.js +1 -1
  427. package/index96.mjs +3 -3
  428. package/index97.js +1 -1
  429. package/index97.mjs +1 -1
  430. package/package.json +1 -1
  431. package/providers/Swiper/index.d.ts +4 -0
  432. package/providers/{Alerts → Swiper}/interface.d.ts +2 -2
  433. package/theme/Alerts/index.d.ts +1 -1
  434. package/theme/Carousel/index.d.ts +216 -8
  435. package/components/Alerts/components/AlertsNavigationButton.d.ts +0 -8
  436. package/components/Alerts/components/AlertsSwiper.d.ts +0 -3
  437. package/components/Alerts/components/pagination/AlertsPagination.d.ts +0 -3
  438. package/components/Alerts/components/pagination/AlertsPaginationBullet.d.ts +0 -3
  439. package/index287.js +0 -1
  440. package/index287.mjs +0 -33
  441. package/index288.js +0 -1
  442. package/index288.mjs +0 -4
  443. package/index289.js +0 -1
  444. package/index289.mjs +0 -4
  445. package/providers/Alerts/index.d.ts +0 -4
  446. package/style.css +0 -1
package/index174.mjs CHANGED
@@ -1,8 +1,202 @@
1
- import { l as i } from "./index170.mjs";
2
- function r(a, t) {
3
- const e = i(t);
4
- return e !== t && (e.style.backfaceVisibility = "hidden", e.style["-webkit-backface-visibility"] = "hidden"), e;
1
+ import { g as R } from "./index231.mjs";
2
+ import { s as _, e as q, c as j } from "./index232.mjs";
3
+ function Q(y) {
4
+ let {
5
+ swiper: e,
6
+ extendParams: I,
7
+ on: x,
8
+ emit: M
9
+ } = y;
10
+ I({
11
+ virtual: {
12
+ enabled: !1,
13
+ slides: [],
14
+ cache: !0,
15
+ renderSlide: null,
16
+ renderExternal: null,
17
+ renderExternalUpdate: !0,
18
+ addSlidesBefore: 0,
19
+ addSlidesAfter: 0
20
+ }
21
+ });
22
+ let P;
23
+ const U = R();
24
+ e.virtual = {
25
+ cache: {},
26
+ from: void 0,
27
+ to: void 0,
28
+ slides: [],
29
+ offset: 0,
30
+ slidesGrid: []
31
+ };
32
+ const O = U.createElement("div");
33
+ function T(i, r) {
34
+ const a = e.params.virtual;
35
+ if (a.cache && e.virtual.cache[r])
36
+ return e.virtual.cache[r];
37
+ let s;
38
+ return a.renderSlide ? (s = a.renderSlide.call(e, i, r), typeof s == "string" && (O.innerHTML = s, s = O.children[0])) : e.isElement ? s = j("swiper-slide") : s = j("div", e.params.slideClass), s.setAttribute("data-swiper-slide-index", r), a.renderSlide || (s.innerHTML = i), a.cache && (e.virtual.cache[r] = s), s;
39
+ }
40
+ function o(i) {
41
+ const {
42
+ slidesPerView: r,
43
+ slidesPerGroup: a,
44
+ centeredSlides: s,
45
+ loop: d
46
+ } = e.params, {
47
+ addSlidesBefore: g,
48
+ addSlidesAfter: S
49
+ } = e.params.virtual, {
50
+ from: p,
51
+ to: h,
52
+ slides: n,
53
+ slidesGrid: V,
54
+ offset: D
55
+ } = e.virtual;
56
+ e.params.cssMode || e.updateActiveIndex();
57
+ const E = e.activeIndex || 0;
58
+ let b;
59
+ e.rtlTranslate ? b = "right" : b = e.isHorizontal() ? "left" : "top";
60
+ let A, u;
61
+ s ? (A = Math.floor(r / 2) + a + S, u = Math.floor(r / 2) + a + g) : (A = r + (a - 1) + S, u = (d ? r : a) + g);
62
+ let c = E - u, f = E + A;
63
+ d || (c = Math.max(c, 0), f = Math.min(f, n.length - 1));
64
+ let v = (e.slidesGrid[c] || 0) - (e.slidesGrid[0] || 0);
65
+ d && E >= u ? (c -= u, s || (v += e.slidesGrid[0])) : d && E < u && (c = -u, s && (v += e.slidesGrid[0])), Object.assign(e.virtual, {
66
+ from: c,
67
+ to: f,
68
+ offset: v,
69
+ slidesGrid: e.slidesGrid,
70
+ slidesBefore: u,
71
+ slidesAfter: A
72
+ });
73
+ function C() {
74
+ e.updateSlides(), e.updateProgress(), e.updateSlidesClasses(), M("virtualUpdate");
75
+ }
76
+ if (p === c && h === f && !i) {
77
+ e.slidesGrid !== V && v !== D && e.slides.forEach((t) => {
78
+ t.style[b] = `${v - Math.abs(e.cssOverflowAdjustment())}px`;
79
+ }), e.updateProgress(), M("virtualUpdate");
80
+ return;
81
+ }
82
+ if (e.params.virtual.renderExternal) {
83
+ e.params.virtual.renderExternal.call(e, {
84
+ offset: v,
85
+ from: c,
86
+ to: f,
87
+ slides: function() {
88
+ const l = [];
89
+ for (let m = c; m <= f; m += 1)
90
+ l.push(n[m]);
91
+ return l;
92
+ }()
93
+ }), e.params.virtual.renderExternalUpdate ? C() : M("virtualUpdate");
94
+ return;
95
+ }
96
+ const w = [], G = [], $ = (t) => {
97
+ let l = t;
98
+ return t < 0 ? l = n.length + t : l >= n.length && (l = l - n.length), l;
99
+ };
100
+ if (i)
101
+ e.slides.filter((t) => t.matches(`.${e.params.slideClass}, swiper-slide`)).forEach((t) => {
102
+ t.remove();
103
+ });
104
+ else
105
+ for (let t = p; t <= h; t += 1)
106
+ if (t < c || t > f) {
107
+ const l = $(t);
108
+ e.slides.filter((m) => m.matches(`.${e.params.slideClass}[data-swiper-slide-index="${l}"], swiper-slide[data-swiper-slide-index="${l}"]`)).forEach((m) => {
109
+ m.remove();
110
+ });
111
+ }
112
+ const F = d ? -n.length : 0, N = d ? n.length * 2 : n.length;
113
+ for (let t = F; t < N; t += 1)
114
+ if (t >= c && t <= f) {
115
+ const l = $(t);
116
+ typeof h > "u" || i ? G.push(l) : (t > h && G.push(l), t < p && w.push(l));
117
+ }
118
+ if (G.forEach((t) => {
119
+ e.slidesEl.append(T(n[t], t));
120
+ }), d)
121
+ for (let t = w.length - 1; t >= 0; t -= 1) {
122
+ const l = w[t];
123
+ e.slidesEl.prepend(T(n[l], l));
124
+ }
125
+ else
126
+ w.sort((t, l) => l - t), w.forEach((t) => {
127
+ e.slidesEl.prepend(T(n[t], t));
128
+ });
129
+ q(e.slidesEl, ".swiper-slide, swiper-slide").forEach((t) => {
130
+ t.style[b] = `${v - Math.abs(e.cssOverflowAdjustment())}px`;
131
+ }), C();
132
+ }
133
+ function z(i) {
134
+ if (typeof i == "object" && "length" in i)
135
+ for (let r = 0; r < i.length; r += 1)
136
+ i[r] && e.virtual.slides.push(i[r]);
137
+ else
138
+ e.virtual.slides.push(i);
139
+ o(!0);
140
+ }
141
+ function B(i) {
142
+ const r = e.activeIndex;
143
+ let a = r + 1, s = 1;
144
+ if (Array.isArray(i)) {
145
+ for (let d = 0; d < i.length; d += 1)
146
+ i[d] && e.virtual.slides.unshift(i[d]);
147
+ a = r + i.length, s = i.length;
148
+ } else
149
+ e.virtual.slides.unshift(i);
150
+ if (e.params.virtual.cache) {
151
+ const d = e.virtual.cache, g = {};
152
+ Object.keys(d).forEach((S) => {
153
+ const p = d[S], h = p.getAttribute("data-swiper-slide-index");
154
+ h && p.setAttribute("data-swiper-slide-index", parseInt(h, 10) + s), g[parseInt(S, 10) + s] = p;
155
+ }), e.virtual.cache = g;
156
+ }
157
+ o(!0), e.slideTo(a, 0);
158
+ }
159
+ function H(i) {
160
+ if (typeof i > "u" || i === null) return;
161
+ let r = e.activeIndex;
162
+ if (Array.isArray(i))
163
+ for (let a = i.length - 1; a >= 0; a -= 1)
164
+ e.params.virtual.cache && (delete e.virtual.cache[i[a]], Object.keys(e.virtual.cache).forEach((s) => {
165
+ s > i && (e.virtual.cache[s - 1] = e.virtual.cache[s], e.virtual.cache[s - 1].setAttribute("data-swiper-slide-index", s - 1), delete e.virtual.cache[s]);
166
+ })), e.virtual.slides.splice(i[a], 1), i[a] < r && (r -= 1), r = Math.max(r, 0);
167
+ else
168
+ e.params.virtual.cache && (delete e.virtual.cache[i], Object.keys(e.virtual.cache).forEach((a) => {
169
+ a > i && (e.virtual.cache[a - 1] = e.virtual.cache[a], e.virtual.cache[a - 1].setAttribute("data-swiper-slide-index", a - 1), delete e.virtual.cache[a]);
170
+ })), e.virtual.slides.splice(i, 1), i < r && (r -= 1), r = Math.max(r, 0);
171
+ o(!0), e.slideTo(r, 0);
172
+ }
173
+ function L() {
174
+ e.virtual.slides = [], e.params.virtual.cache && (e.virtual.cache = {}), o(!0), e.slideTo(0, 0);
175
+ }
176
+ x("beforeInit", () => {
177
+ if (!e.params.virtual.enabled) return;
178
+ let i;
179
+ if (typeof e.passedParams.virtual.slides > "u") {
180
+ const r = [...e.slidesEl.children].filter((a) => a.matches(`.${e.params.slideClass}, swiper-slide`));
181
+ r && r.length && (e.virtual.slides = [...r], i = !0, r.forEach((a, s) => {
182
+ a.setAttribute("data-swiper-slide-index", s), e.virtual.cache[s] = a, a.remove();
183
+ }));
184
+ }
185
+ i || (e.virtual.slides = e.params.virtual.slides), e.classNames.push(`${e.params.containerModifierClass}virtual`), e.params.watchSlidesProgress = !0, e.originalParams.watchSlidesProgress = !0, o();
186
+ }), x("setTranslate", () => {
187
+ e.params.virtual.enabled && (e.params.cssMode && !e._immediateVirtual ? (clearTimeout(P), P = setTimeout(() => {
188
+ o();
189
+ }, 100)) : o());
190
+ }), x("init update resize", () => {
191
+ e.params.virtual.enabled && e.params.cssMode && _(e.wrapperEl, "--swiper-virtual-size", `${e.virtualSize}px`);
192
+ }), Object.assign(e.virtual, {
193
+ appendSlide: z,
194
+ prependSlide: B,
195
+ removeSlide: H,
196
+ removeAllSlides: L,
197
+ update: o
198
+ });
5
199
  }
6
200
  export {
7
- r as e
201
+ Q as default
8
202
  };
package/index175.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./index170.js");function f(a){let{swiper:e,duration:l,transformElements:s,allSlides:o}=a;const{activeIndex:d}=e,u=n=>n.parentElement?n.parentElement:e.slides.filter(t=>t.shadowRoot&&t.shadowRoot===n.parentNode)[0];if(e.params.virtualTranslate&&l!==0){let n=!1,r;o?r=s:r=s.filter(t=>{const i=t.classList.contains("swiper-slide-transform")?u(t):t;return e.getSlideIndex(i)===d}),r.forEach(t=>{c.j(t,()=>{if(n||!e||e.destroyed)return;n=!0,e.animating=!1;const i=new window.CustomEvent("transitionend",{bubbles:!0,cancelable:!0});e.wrapperEl.dispatchEvent(i)})})}}exports.e=f;
1
+ "use strict";const P=require("./index231.js"),b=require("./index232.js");function U(V){let{swiper:e,extendParams:x,on:y,emit:L}=V;const a=P.g(),m=P.a();e.keyboard={enabled:!1},x({keyboard:{enabled:!1,onlyInViewport:!0,pageUpDown:!0}});function g(N){if(!e.enabled)return;const{rtlTranslate:l}=e;let t=N;t.originalEvent&&(t=t.originalEvent);const i=t.keyCode||t.charCode,h=e.params.keyboard.pageUpDown,r=h&&i===33,o=h&&i===34,d=i===37,f=i===39,c=i===38,u=i===40;if(!e.allowSlideNext&&(e.isHorizontal()&&f||e.isVertical()&&u||o)||!e.allowSlidePrev&&(e.isHorizontal()&&d||e.isVertical()&&c||r))return!1;if(!(t.shiftKey||t.altKey||t.ctrlKey||t.metaKey)&&!(a.activeElement&&a.activeElement.nodeName&&(a.activeElement.nodeName.toLowerCase()==="input"||a.activeElement.nodeName.toLowerCase()==="textarea"))){if(e.params.keyboard.onlyInViewport&&(r||o||d||f||c||u)){let D=!1;if(b.a(e.el,`.${e.params.slideClass}, swiper-slide`).length>0&&b.a(e.el,`.${e.params.slideActiveClass}`).length===0)return;const p=e.el,E=p.clientWidth,C=p.clientHeight,A=m.innerWidth,K=m.innerHeight,n=b.b(p);l&&(n.left-=p.scrollLeft);const H=[[n.left,n.top],[n.left+E,n.top],[n.left,n.top+C],[n.left+E,n.top+C]];for(let w=0;w<H.length;w+=1){const s=H[w];if(s[0]>=0&&s[0]<=A&&s[1]>=0&&s[1]<=K){if(s[0]===0&&s[1]===0)continue;D=!0}}if(!D)return}e.isHorizontal()?((r||o||d||f)&&(t.preventDefault?t.preventDefault():t.returnValue=!1),((o||f)&&!l||(r||d)&&l)&&e.slideNext(),((r||d)&&!l||(o||f)&&l)&&e.slidePrev()):((r||o||c||u)&&(t.preventDefault?t.preventDefault():t.returnValue=!1),(o||u)&&e.slideNext(),(r||c)&&e.slidePrev()),L("keyPress",i)}}function v(){e.keyboard.enabled||(a.addEventListener("keydown",g),e.keyboard.enabled=!0)}function k(){e.keyboard.enabled&&(a.removeEventListener("keydown",g),e.keyboard.enabled=!1)}y("init",()=>{e.params.keyboard.enabled&&v()}),y("destroy",()=>{e.keyboard.enabled&&k()}),Object.assign(e.keyboard,{enable:v,disable:k})}module.exports=U;
package/index175.mjs CHANGED
@@ -1,32 +1,67 @@
1
- import { j as f } from "./index170.mjs";
2
- function p(a) {
1
+ import { g as K, a as U } from "./index231.mjs";
2
+ import { a as C, b as W } from "./index232.mjs";
3
+ function I(H) {
3
4
  let {
4
5
  swiper: e,
5
- duration: o,
6
- transformElements: s,
7
- allSlides: l
8
- } = a;
9
- const {
10
- activeIndex: d
11
- } = e, c = (n) => n.parentElement ? n.parentElement : e.slides.filter((t) => t.shadowRoot && t.shadowRoot === n.parentNode)[0];
12
- if (e.params.virtualTranslate && o !== 0) {
13
- let n = !1, r;
14
- l ? r = s : r = s.filter((t) => {
15
- const i = t.classList.contains("swiper-slide-transform") ? c(t) : t;
16
- return e.getSlideIndex(i) === d;
17
- }), r.forEach((t) => {
18
- f(t, () => {
19
- if (n || !e || e.destroyed) return;
20
- n = !0, e.animating = !1;
21
- const i = new window.CustomEvent("transitionend", {
22
- bubbles: !0,
23
- cancelable: !0
24
- });
25
- e.wrapperEl.dispatchEvent(i);
26
- });
27
- });
6
+ extendParams: V,
7
+ on: b,
8
+ emit: x
9
+ } = H;
10
+ const o = K(), m = U();
11
+ e.keyboard = {
12
+ enabled: !1
13
+ }, V({
14
+ keyboard: {
15
+ enabled: !1,
16
+ onlyInViewport: !0,
17
+ pageUpDown: !0
18
+ }
19
+ });
20
+ function y(L) {
21
+ if (!e.enabled) return;
22
+ const {
23
+ rtlTranslate: s
24
+ } = e;
25
+ let t = L;
26
+ t.originalEvent && (t = t.originalEvent);
27
+ const i = t.keyCode || t.charCode, k = e.params.keyboard.pageUpDown, r = k && i === 33, a = k && i === 34, d = i === 37, f = i === 39, c = i === 38, u = i === 40;
28
+ if (!e.allowSlideNext && (e.isHorizontal() && f || e.isVertical() && u || a) || !e.allowSlidePrev && (e.isHorizontal() && d || e.isVertical() && c || r))
29
+ return !1;
30
+ if (!(t.shiftKey || t.altKey || t.ctrlKey || t.metaKey) && !(o.activeElement && o.activeElement.nodeName && (o.activeElement.nodeName.toLowerCase() === "input" || o.activeElement.nodeName.toLowerCase() === "textarea"))) {
31
+ if (e.params.keyboard.onlyInViewport && (r || a || d || f || c || u)) {
32
+ let h = !1;
33
+ if (C(e.el, `.${e.params.slideClass}, swiper-slide`).length > 0 && C(e.el, `.${e.params.slideActiveClass}`).length === 0)
34
+ return;
35
+ const p = e.el, D = p.clientWidth, E = p.clientHeight, N = m.innerWidth, A = m.innerHeight, n = W(p);
36
+ s && (n.left -= p.scrollLeft);
37
+ const P = [[n.left, n.top], [n.left + D, n.top], [n.left, n.top + E], [n.left + D, n.top + E]];
38
+ for (let w = 0; w < P.length; w += 1) {
39
+ const l = P[w];
40
+ if (l[0] >= 0 && l[0] <= N && l[1] >= 0 && l[1] <= A) {
41
+ if (l[0] === 0 && l[1] === 0) continue;
42
+ h = !0;
43
+ }
44
+ }
45
+ if (!h) return;
46
+ }
47
+ e.isHorizontal() ? ((r || a || d || f) && (t.preventDefault ? t.preventDefault() : t.returnValue = !1), ((a || f) && !s || (r || d) && s) && e.slideNext(), ((r || d) && !s || (a || f) && s) && e.slidePrev()) : ((r || a || c || u) && (t.preventDefault ? t.preventDefault() : t.returnValue = !1), (a || u) && e.slideNext(), (r || c) && e.slidePrev()), x("keyPress", i);
48
+ }
28
49
  }
50
+ function g() {
51
+ e.keyboard.enabled || (o.addEventListener("keydown", y), e.keyboard.enabled = !0);
52
+ }
53
+ function v() {
54
+ e.keyboard.enabled && (o.removeEventListener("keydown", y), e.keyboard.enabled = !1);
55
+ }
56
+ b("init", () => {
57
+ e.params.keyboard.enabled && g();
58
+ }), b("destroy", () => {
59
+ e.keyboard.enabled && v();
60
+ }), Object.assign(e.keyboard, {
61
+ enable: g,
62
+ disable: v
63
+ });
29
64
  }
30
65
  export {
31
- p as e
66
+ I as default
32
67
  };
package/index176.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index170.js");function a(t,l,o){const s=`swiper-slide-shadow${o?`-${o}`:""}${t?` swiper-slide-shadow-${t}`:""}`,i=r.l(l);let e=i.querySelector(`.${s.split(" ").join(".")}`);return e||(e=r.c("div",s.split(" ")),i.append(e)),e}exports.c=a;
1
+ "use strict";const B=require("./index231.js"),h=require("./index232.js");function N(S){let{swiper:e,extendParams:Y,on:X,emit:E}=S;const y=B.a();Y({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null,noMousewheelClass:"swiper-no-mousewheel"}}),e.mousewheel={enabled:!1};let T,g=h.d(),u;const i=[];function L(t){let o=0,r=0,s=0,l=0;return"detail"in t&&(r=t.detail),"wheelDelta"in t&&(r=-t.wheelDelta/120),"wheelDeltaY"in t&&(r=-t.wheelDeltaY/120),"wheelDeltaX"in t&&(o=-t.wheelDeltaX/120),"axis"in t&&t.axis===t.HORIZONTAL_AXIS&&(o=r,r=0),s=o*10,l=r*10,"deltaY"in t&&(l=t.deltaY),"deltaX"in t&&(s=t.deltaX),t.shiftKey&&!s&&(s=l,l=0),(s||l)&&t.deltaMode&&(t.deltaMode===1?(s*=40,l*=40):(s*=800,l*=800)),s&&!o&&(o=s<1?-1:1),l&&!r&&(r=l<1?-1:1),{spinX:o,spinY:r,pixelX:s,pixelY:l}}function _(){e.enabled&&(e.mouseEntered=!0)}function G(){e.enabled&&(e.mouseEntered=!1)}function I(t){return e.params.mousewheel.thresholdDelta&&t.delta<e.params.mousewheel.thresholdDelta||e.params.mousewheel.thresholdTime&&h.d()-g<e.params.mousewheel.thresholdTime?!1:t.delta>=6&&h.d()-g<60?!0:(t.direction<0?(!e.isEnd||e.params.loop)&&!e.animating&&(e.slideNext(),E("scroll",t.raw)):(!e.isBeginning||e.params.loop)&&!e.animating&&(e.slidePrev(),E("scroll",t.raw)),g=new y.Date().getTime(),!1)}function O(t){const a=e.params.mousewheel;if(t.direction<0){if(e.isEnd&&!e.params.loop&&a.releaseOnEdges)return!0}else if(e.isBeginning&&!e.params.loop&&a.releaseOnEdges)return!0;return!1}function w(t){let a=t,b=!0;if(!e.enabled||t.target.closest(`.${e.params.mousewheel.noMousewheelClass}`))return;const f=e.params.mousewheel;e.params.cssMode&&a.preventDefault();let o=e.el;e.params.mousewheel.eventsTarget!=="container"&&(o=document.querySelector(e.params.mousewheel.eventsTarget));const r=o&&o.contains(a.target);if(!e.mouseEntered&&!r&&!f.releaseOnEdges)return!0;a.originalEvent&&(a=a.originalEvent);let s=0;const l=e.rtlTranslate?-1:1,d=L(a);if(f.forceToAxis)if(e.isHorizontal())if(Math.abs(d.pixelX)>Math.abs(d.pixelY))s=-d.pixelX*l;else return!0;else if(Math.abs(d.pixelY)>Math.abs(d.pixelX))s=-d.pixelY;else return!0;else s=Math.abs(d.pixelX)>Math.abs(d.pixelY)?-d.pixelX*l:-d.pixelY;if(s===0)return!0;f.invert&&(s=-s);let c=e.getTranslate()+s*f.sensitivity;if(c>=e.minTranslate()&&(c=e.minTranslate()),c<=e.maxTranslate()&&(c=e.maxTranslate()),b=e.params.loop?!0:!(c===e.minTranslate()||c===e.maxTranslate()),b&&e.params.nested&&a.stopPropagation(),!e.params.freeMode||!e.params.freeMode.enabled){const n={time:h.d(),delta:Math.abs(s),direction:Math.sign(s),raw:t};i.length>=2&&i.shift();const m=i.length?i[i.length-1]:void 0;if(i.push(n),m?(n.direction!==m.direction||n.delta>m.delta||n.time>m.time+150)&&I(n):I(n),O(n))return!0}else{const n={time:h.d(),delta:Math.abs(s),direction:Math.sign(s)},m=u&&n.time<u.time+500&&n.delta<=u.delta&&n.direction===u.direction;if(!m){u=void 0;let p=e.getTranslate()+s*f.sensitivity;const A=e.isBeginning,C=e.isEnd;if(p>=e.minTranslate()&&(p=e.minTranslate()),p<=e.maxTranslate()&&(p=e.maxTranslate()),e.setTransition(0),e.setTranslate(p),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses(),(!A&&e.isBeginning||!C&&e.isEnd)&&e.updateSlidesClasses(),e.params.loop&&e.loopFix({direction:n.direction<0?"next":"prev",byMousewheel:!0}),e.params.freeMode.sticky){clearTimeout(T),T=void 0,i.length>=15&&i.shift();const M=i.length?i[i.length-1]:void 0,H=i[0];if(i.push(n),M&&(n.delta>M.delta||n.direction!==M.direction))i.splice(0);else if(i.length>=15&&n.time-H.time<500&&H.delta-n.delta>=1&&n.delta<=6){const P=s>0?.8:.2;u=n,i.splice(0),T=h.n(()=>{e.slideToClosest(e.params.speed,!0,void 0,P)},0)}T||(T=h.n(()=>{u=n,i.splice(0),e.slideToClosest(e.params.speed,!0,void 0,.5)},500))}if(m||E("scroll",a),e.params.autoplay&&e.params.autoplayDisableOnInteraction&&e.autoplay.stop(),f.releaseOnEdges&&(p===e.minTranslate()||p===e.maxTranslate()))return!0}}return a.preventDefault?a.preventDefault():a.returnValue=!1,!1}function D(t){let a=e.el;e.params.mousewheel.eventsTarget!=="container"&&(a=document.querySelector(e.params.mousewheel.eventsTarget)),a[t]("mouseenter",_),a[t]("mouseleave",G),a[t]("wheel",w)}function v(){return e.params.cssMode?(e.wrapperEl.removeEventListener("wheel",w),!0):e.mousewheel.enabled?!1:(D("addEventListener"),e.mousewheel.enabled=!0,!0)}function x(){return e.params.cssMode?(e.wrapperEl.addEventListener(event,w),!0):e.mousewheel.enabled?(D("removeEventListener"),e.mousewheel.enabled=!1,!0):!1}X("init",()=>{!e.params.mousewheel.enabled&&e.params.cssMode&&x(),e.params.mousewheel.enabled&&v()}),X("destroy",()=>{e.params.cssMode&&v(),e.mousewheel.enabled&&x()}),Object.assign(e.mousewheel,{enable:v,disable:x})}module.exports=N;
package/index176.mjs CHANGED
@@ -1,9 +1,144 @@
1
- import { l, c as i } from "./index170.mjs";
2
- function d(s, r, o) {
3
- const a = `swiper-slide-shadow${o ? `-${o}` : ""}${s ? ` swiper-slide-shadow-${s}` : ""}`, t = l(r);
4
- let e = t.querySelector(`.${a.split(" ").join(".")}`);
5
- return e || (e = i("div", a.split(" ")), t.append(e)), e;
1
+ import { a as N } from "./index231.mjs";
2
+ import { n as S, d as T } from "./index232.mjs";
3
+ function q(Y) {
4
+ let {
5
+ swiper: e,
6
+ extendParams: y,
7
+ on: X,
8
+ emit: g
9
+ } = Y;
10
+ const L = N();
11
+ y({
12
+ mousewheel: {
13
+ enabled: !1,
14
+ releaseOnEdges: !1,
15
+ invert: !1,
16
+ forceToAxis: !1,
17
+ sensitivity: 1,
18
+ eventsTarget: "container",
19
+ thresholdDelta: null,
20
+ thresholdTime: null,
21
+ noMousewheelClass: "swiper-no-mousewheel"
22
+ }
23
+ }), e.mousewheel = {
24
+ enabled: !1
25
+ };
26
+ let c, w = T(), u;
27
+ const i = [];
28
+ function _(t) {
29
+ let o = 0, r = 0, a = 0, l = 0;
30
+ return "detail" in t && (r = t.detail), "wheelDelta" in t && (r = -t.wheelDelta / 120), "wheelDeltaY" in t && (r = -t.wheelDeltaY / 120), "wheelDeltaX" in t && (o = -t.wheelDeltaX / 120), "axis" in t && t.axis === t.HORIZONTAL_AXIS && (o = r, r = 0), a = o * 10, l = r * 10, "deltaY" in t && (l = t.deltaY), "deltaX" in t && (a = t.deltaX), t.shiftKey && !a && (a = l, l = 0), (a || l) && t.deltaMode && (t.deltaMode === 1 ? (a *= 40, l *= 40) : (a *= 800, l *= 800)), a && !o && (o = a < 1 ? -1 : 1), l && !r && (r = l < 1 ? -1 : 1), {
31
+ spinX: o,
32
+ spinY: r,
33
+ pixelX: a,
34
+ pixelY: l
35
+ };
36
+ }
37
+ function G() {
38
+ e.enabled && (e.mouseEntered = !0);
39
+ }
40
+ function O() {
41
+ e.enabled && (e.mouseEntered = !1);
42
+ }
43
+ function I(t) {
44
+ return e.params.mousewheel.thresholdDelta && t.delta < e.params.mousewheel.thresholdDelta || e.params.mousewheel.thresholdTime && T() - w < e.params.mousewheel.thresholdTime ? !1 : t.delta >= 6 && T() - w < 60 ? !0 : (t.direction < 0 ? (!e.isEnd || e.params.loop) && !e.animating && (e.slideNext(), g("scroll", t.raw)) : (!e.isBeginning || e.params.loop) && !e.animating && (e.slidePrev(), g("scroll", t.raw)), w = new L.Date().getTime(), !1);
45
+ }
46
+ function A(t) {
47
+ const s = e.params.mousewheel;
48
+ if (t.direction < 0) {
49
+ if (e.isEnd && !e.params.loop && s.releaseOnEdges)
50
+ return !0;
51
+ } else if (e.isBeginning && !e.params.loop && s.releaseOnEdges)
52
+ return !0;
53
+ return !1;
54
+ }
55
+ function E(t) {
56
+ let s = t, b = !0;
57
+ if (!e.enabled || t.target.closest(`.${e.params.mousewheel.noMousewheelClass}`)) return;
58
+ const f = e.params.mousewheel;
59
+ e.params.cssMode && s.preventDefault();
60
+ let o = e.el;
61
+ e.params.mousewheel.eventsTarget !== "container" && (o = document.querySelector(e.params.mousewheel.eventsTarget));
62
+ const r = o && o.contains(s.target);
63
+ if (!e.mouseEntered && !r && !f.releaseOnEdges) return !0;
64
+ s.originalEvent && (s = s.originalEvent);
65
+ let a = 0;
66
+ const l = e.rtlTranslate ? -1 : 1, d = _(s);
67
+ if (f.forceToAxis)
68
+ if (e.isHorizontal())
69
+ if (Math.abs(d.pixelX) > Math.abs(d.pixelY)) a = -d.pixelX * l;
70
+ else return !0;
71
+ else if (Math.abs(d.pixelY) > Math.abs(d.pixelX)) a = -d.pixelY;
72
+ else return !0;
73
+ else
74
+ a = Math.abs(d.pixelX) > Math.abs(d.pixelY) ? -d.pixelX * l : -d.pixelY;
75
+ if (a === 0) return !0;
76
+ f.invert && (a = -a);
77
+ let h = e.getTranslate() + a * f.sensitivity;
78
+ if (h >= e.minTranslate() && (h = e.minTranslate()), h <= e.maxTranslate() && (h = e.maxTranslate()), b = e.params.loop ? !0 : !(h === e.minTranslate() || h === e.maxTranslate()), b && e.params.nested && s.stopPropagation(), !e.params.freeMode || !e.params.freeMode.enabled) {
79
+ const n = {
80
+ time: T(),
81
+ delta: Math.abs(a),
82
+ direction: Math.sign(a),
83
+ raw: t
84
+ };
85
+ i.length >= 2 && i.shift();
86
+ const m = i.length ? i[i.length - 1] : void 0;
87
+ if (i.push(n), m ? (n.direction !== m.direction || n.delta > m.delta || n.time > m.time + 150) && I(n) : I(n), A(n))
88
+ return !0;
89
+ } else {
90
+ const n = {
91
+ time: T(),
92
+ delta: Math.abs(a),
93
+ direction: Math.sign(a)
94
+ }, m = u && n.time < u.time + 500 && n.delta <= u.delta && n.direction === u.direction;
95
+ if (!m) {
96
+ u = void 0;
97
+ let p = e.getTranslate() + a * f.sensitivity;
98
+ const C = e.isBeginning, B = e.isEnd;
99
+ if (p >= e.minTranslate() && (p = e.minTranslate()), p <= e.maxTranslate() && (p = e.maxTranslate()), e.setTransition(0), e.setTranslate(p), e.updateProgress(), e.updateActiveIndex(), e.updateSlidesClasses(), (!C && e.isBeginning || !B && e.isEnd) && e.updateSlidesClasses(), e.params.loop && e.loopFix({
100
+ direction: n.direction < 0 ? "next" : "prev",
101
+ byMousewheel: !0
102
+ }), e.params.freeMode.sticky) {
103
+ clearTimeout(c), c = void 0, i.length >= 15 && i.shift();
104
+ const M = i.length ? i[i.length - 1] : void 0, H = i[0];
105
+ if (i.push(n), M && (n.delta > M.delta || n.direction !== M.direction))
106
+ i.splice(0);
107
+ else if (i.length >= 15 && n.time - H.time < 500 && H.delta - n.delta >= 1 && n.delta <= 6) {
108
+ const P = a > 0 ? 0.8 : 0.2;
109
+ u = n, i.splice(0), c = S(() => {
110
+ e.slideToClosest(e.params.speed, !0, void 0, P);
111
+ }, 0);
112
+ }
113
+ c || (c = S(() => {
114
+ u = n, i.splice(0), e.slideToClosest(e.params.speed, !0, void 0, 0.5);
115
+ }, 500));
116
+ }
117
+ if (m || g("scroll", s), e.params.autoplay && e.params.autoplayDisableOnInteraction && e.autoplay.stop(), f.releaseOnEdges && (p === e.minTranslate() || p === e.maxTranslate()))
118
+ return !0;
119
+ }
120
+ }
121
+ return s.preventDefault ? s.preventDefault() : s.returnValue = !1, !1;
122
+ }
123
+ function D(t) {
124
+ let s = e.el;
125
+ e.params.mousewheel.eventsTarget !== "container" && (s = document.querySelector(e.params.mousewheel.eventsTarget)), s[t]("mouseenter", G), s[t]("mouseleave", O), s[t]("wheel", E);
126
+ }
127
+ function v() {
128
+ return e.params.cssMode ? (e.wrapperEl.removeEventListener("wheel", E), !0) : e.mousewheel.enabled ? !1 : (D("addEventListener"), e.mousewheel.enabled = !0, !0);
129
+ }
130
+ function x() {
131
+ return e.params.cssMode ? (e.wrapperEl.addEventListener(event, E), !0) : e.mousewheel.enabled ? (D("removeEventListener"), e.mousewheel.enabled = !1, !0) : !1;
132
+ }
133
+ X("init", () => {
134
+ !e.params.mousewheel.enabled && e.params.cssMode && x(), e.params.mousewheel.enabled && v();
135
+ }), X("destroy", () => {
136
+ e.params.cssMode && v(), e.mousewheel.enabled && x();
137
+ }), Object.assign(e.mousewheel, {
138
+ enable: v,
139
+ disable: x
140
+ });
6
141
  }
7
142
  export {
8
- d as c
143
+ q as default
9
144
  };
package/index177.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react"),v={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},x={...v,customError:!0,valid:!1},c={isInvalid:!1,validationDetails:v,validationErrors:[]},h=n.createContext({}),I="__formValidationState"+Date.now();function R(e){if(e[I]){let{realtimeValidation:a,displayValidation:t,updateValidation:i,resetValidation:s,commitValidation:l}=e[I];return{realtimeValidation:a,displayValidation:t,updateValidation:i,resetValidation:s,commitValidation:l}}return w(e)}function w(e){let{isInvalid:a,validationState:t,name:i,value:s,builtinValidation:l,validate:d,validationBehavior:o="aria"}=e;t&&(a||(a=t==="invalid"));let V=a!==void 0?{isInvalid:a,validationErrors:[],validationDetails:x}:null,m=n.useMemo(()=>T(F(d,s)),[d,s]);l!=null&&l.validationDetails.valid&&(l=null);let u=n.useContext(h),A=n.useMemo(()=>i?Array.isArray(i)?i.flatMap(r=>D(u[r])):D(u[i]):[],[u,i]),[C,L]=n.useState(u),[g,$]=n.useState(!1);u!==C&&(L(u),$(!1));let b=n.useMemo(()=>T(g?[]:A),[g,A]),M=n.useRef(c),[E,p]=n.useState(c),f=n.useRef(c),_=()=>{if(!O)return;S(!1);let r=m||l||M.current;y(r,f.current)||(f.current=r,p(r))},[O,S]=n.useState(!1);return n.useEffect(_),{realtimeValidation:V||b||m||l||c,displayValidation:o==="native"?V||b||E:V||b||m||l||E,updateValidation(r){o==="aria"&&!y(E,r)?p(r):M.current=r},resetValidation(){let r=c;y(r,f.current)||(f.current=r,p(r)),o==="native"&&S(!1),$(!0)},commitValidation(){o==="native"&&S(!0),$(!0)}}}function D(e){return e?Array.isArray(e)?e:[e]:[]}function F(e,a){if(typeof e=="function"){let t=e(a);if(t&&typeof t!="boolean")return D(t)}return[]}function T(e){return e.length?{isInvalid:!0,validationErrors:e,validationDetails:x}:null}function y(e,a){return e===a?!0:e&&a&&e.isInvalid===a.isInvalid&&e.validationErrors.length===a.validationErrors.length&&e.validationErrors.every((t,i)=>t===a.validationErrors[i])&&Object.entries(e.validationDetails).every(([t,i])=>a.validationDetails[t]===i)}function U(...e){let a=new Set,t=!1,i={...v};for(let d of e){var s,l;for(let o of d.validationErrors)a.add(o);t||(t=d.isInvalid);for(let o in i)(s=i)[l=o]||(s[l]=d.validationDetails[o])}return i.valid=!t,{isInvalid:t,validationErrors:[...a],validationDetails:i}}exports.DEFAULT_VALIDATION_RESULT=c;exports.FormValidationContext=h;exports.VALID_VALIDITY_STATE=v;exports.mergeValidation=U;exports.privateValidationStateProp=I;exports.useFormValidationState=R;
1
+ "use strict";const k=require("./index233.js"),l=require("./index232.js");function w(h){let{swiper:a,extendParams:x,on:r,emit:d}=h;x({navigation:{nextEl:null,prevEl:null,hideOnClick:!1,disabledClass:"swiper-button-disabled",hiddenClass:"swiper-button-hidden",lockClass:"swiper-button-lock",navigationDisabledClass:"swiper-navigation-disabled"}}),a.navigation={nextEl:null,prevEl:null};function m(i){let n;return i&&typeof i=="string"&&a.isElement&&(n=a.el.querySelector(i),n)?n:(i&&(typeof i=="string"&&(n=[...document.querySelectorAll(i)]),a.params.uniqueNavElements&&typeof i=="string"&&n.length>1&&a.el.querySelectorAll(i).length===1&&(n=a.el.querySelector(i))),i&&!n?i:n)}function p(i,n){const t=a.params.navigation;i=l.m(i),i.forEach(e=>{e&&(e.classList[n?"add":"remove"](...t.disabledClass.split(" ")),e.tagName==="BUTTON"&&(e.disabled=n),a.params.watchOverflow&&a.enabled&&e.classList[a.isLocked?"add":"remove"](t.lockClass))})}function o(){const{nextEl:i,prevEl:n}=a.navigation;if(a.params.loop){p(n,!1),p(i,!1);return}p(n,a.isBeginning&&!a.params.rewind),p(i,a.isEnd&&!a.params.rewind)}function u(i){i.preventDefault(),!(a.isBeginning&&!a.params.loop&&!a.params.rewind)&&(a.slidePrev(),d("navigationPrev"))}function E(i){i.preventDefault(),!(a.isEnd&&!a.params.loop&&!a.params.rewind)&&(a.slideNext(),d("navigationNext"))}function g(){const i=a.params.navigation;if(a.params.navigation=k.c(a,a.originalParams.navigation,a.params.navigation,{nextEl:"swiper-button-next",prevEl:"swiper-button-prev"}),!(i.nextEl||i.prevEl))return;let n=m(i.nextEl),t=m(i.prevEl);Object.assign(a.navigation,{nextEl:n,prevEl:t}),n=l.m(n),t=l.m(t);const e=(s,c)=>{s&&s.addEventListener("click",c==="next"?E:u),!a.enabled&&s&&s.classList.add(...i.lockClass.split(" "))};n.forEach(s=>e(s,"next")),t.forEach(s=>e(s,"prev"))}function v(){let{nextEl:i,prevEl:n}=a.navigation;i=l.m(i),n=l.m(n);const t=(e,s)=>{e.removeEventListener("click",s==="next"?E:u),e.classList.remove(...a.params.navigation.disabledClass.split(" "))};i.forEach(e=>t(e,"next")),n.forEach(e=>t(e,"prev"))}r("init",()=>{a.params.navigation.enabled===!1?b():(g(),o())}),r("toEdge fromEdge lock unlock",()=>{o()}),r("destroy",()=>{v()}),r("enable disable",()=>{let{nextEl:i,prevEl:n}=a.navigation;if(i=l.m(i),n=l.m(n),a.enabled){o();return}[...i,...n].filter(t=>!!t).forEach(t=>t.classList.add(a.params.navigation.lockClass))}),r("click",(i,n)=>{let{nextEl:t,prevEl:e}=a.navigation;t=l.m(t),e=l.m(e);const s=n.target;if(a.params.navigation.hideOnClick&&!e.includes(s)&&!t.includes(s)){if(a.pagination&&a.params.pagination&&a.params.pagination.clickable&&(a.pagination.el===s||a.pagination.el.contains(s)))return;let c;t.length?c=t[0].classList.contains(a.params.navigation.hiddenClass):e.length&&(c=e[0].classList.contains(a.params.navigation.hiddenClass)),d(c===!0?"navigationShow":"navigationHide"),[...t,...e].filter(f=>!!f).forEach(f=>f.classList.toggle(a.params.navigation.hiddenClass))}});const C=()=>{a.el.classList.remove(...a.params.navigation.navigationDisabledClass.split(" ")),g(),o()},b=()=>{a.el.classList.add(...a.params.navigation.navigationDisabledClass.split(" ")),v()};Object.assign(a.navigation,{enable:C,disable:b,update:o,init:g,destroy:v})}module.exports=w;