@okam/stack-ui 1.35.0 → 1.35.2

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 (121) hide show
  1. package/components/fields/SearchField/interface.d.ts +1 -0
  2. package/components/fields/Select/Select.d.ts +1 -1
  3. package/index125.js +1 -1
  4. package/index125.mjs +9 -9
  5. package/index141.js +1 -1
  6. package/index141.mjs +23 -23
  7. package/index142.js +1 -1
  8. package/index142.mjs +3 -3
  9. package/index147.js +1 -1
  10. package/index147.mjs +1 -1
  11. package/index152.js +1 -1
  12. package/index152.mjs +1 -1
  13. package/index16.js +1 -1
  14. package/index16.mjs +133 -131
  15. package/index178.js +1 -1
  16. package/index178.mjs +122 -201
  17. package/index179.js +1 -1
  18. package/index179.mjs +130 -60
  19. package/index18.js +1 -1
  20. package/index18.mjs +22 -22
  21. package/index180.js +1 -1
  22. package/index180.mjs +44 -143
  23. package/index181.js +1 -1
  24. package/index181.mjs +14 -124
  25. package/index182.js +1 -1
  26. package/index182.mjs +87 -216
  27. package/index183.js +1 -1
  28. package/index183.mjs +102 -186
  29. package/index184.js +1 -1
  30. package/index184.mjs +4 -69
  31. package/index185.js +1 -1
  32. package/index185.mjs +3 -279
  33. package/index186.js +1 -1
  34. package/index186.mjs +119 -92
  35. package/index187.js +1 -1
  36. package/index187.mjs +23 -182
  37. package/index188.js +1 -1
  38. package/index188.mjs +51 -84
  39. package/index189.js +1 -1
  40. package/index189.mjs +44 -58
  41. package/index190.js +1 -1
  42. package/index190.mjs +35 -124
  43. package/index191.js +1 -1
  44. package/index191.mjs +110 -113
  45. package/index192.js +1 -1
  46. package/index192.mjs +74 -119
  47. package/index193.js +1 -1
  48. package/index193.mjs +101 -72
  49. package/index194.js +1 -1
  50. package/index194.mjs +98 -111
  51. package/index195.js +1 -1
  52. package/index195.mjs +197 -46
  53. package/index196.js +1 -1
  54. package/index196.mjs +57 -86
  55. package/index197.js +1 -1
  56. package/index197.mjs +138 -65
  57. package/index198.js +1 -1
  58. package/index198.mjs +121 -53
  59. package/index199.js +1 -1
  60. package/index199.mjs +218 -93
  61. package/index200.js +1 -5
  62. package/index200.mjs +187 -77
  63. package/index201.js +1 -1
  64. package/index201.mjs +60 -2016
  65. package/index202.js +1 -1
  66. package/index202.mjs +277 -57
  67. package/index203.js +1 -1
  68. package/index203.mjs +95 -185
  69. package/index204.js +1 -1
  70. package/index204.mjs +179 -115
  71. package/index205.js +1 -1
  72. package/index205.mjs +81 -131
  73. package/index206.js +1 -1
  74. package/index206.mjs +58 -44
  75. package/index207.js +1 -1
  76. package/index207.mjs +126 -14
  77. package/index208.js +1 -1
  78. package/index208.mjs +113 -92
  79. package/index209.js +1 -1
  80. package/index209.mjs +119 -103
  81. package/index210.js +1 -1
  82. package/index210.mjs +72 -4
  83. package/index211.js +1 -1
  84. package/index211.mjs +110 -3
  85. package/index212.js +1 -1
  86. package/index212.mjs +51 -124
  87. package/index213.js +1 -1
  88. package/index213.mjs +93 -29
  89. package/index214.js +1 -1
  90. package/index214.mjs +70 -51
  91. package/index215.js +1 -1
  92. package/index215.mjs +56 -44
  93. package/index216.js +1 -1
  94. package/index216.mjs +98 -36
  95. package/index217.js +5 -1
  96. package/index217.mjs +78 -111
  97. package/index218.js +1 -1
  98. package/index218.mjs +2021 -73
  99. package/index219.js +1 -1
  100. package/index219.mjs +57 -99
  101. package/index220.js +1 -1
  102. package/index220.mjs +189 -98
  103. package/index232.js +1 -1
  104. package/index232.mjs +4 -130
  105. package/index233.js +1 -1
  106. package/index233.mjs +123 -183
  107. package/index234.js +1 -1
  108. package/index234.mjs +189 -8
  109. package/index235.js +1 -1
  110. package/index235.mjs +9 -3
  111. package/index236.js +1 -1
  112. package/index236.mjs +3 -36
  113. package/index237.js +1 -1
  114. package/index237.mjs +36 -5
  115. package/index238.js +1 -1
  116. package/index238.mjs +5 -29
  117. package/index239.js +1 -1
  118. package/index239.mjs +29 -6
  119. package/index240.js +1 -1
  120. package/index240.mjs +6 -4
  121. package/package.json +2 -29
package/index208.mjs CHANGED
@@ -1,98 +1,119 @@
1
- import { CalendarDate as m } from "./index204.mjs";
2
- import { mod as s } from "./index211.mjs";
3
- const p = 1721426;
4
- function b(r, e, t, l) {
5
- e = C(r, e);
6
- let a = e - 1, n = -2;
7
- return t <= 2 ? n = 0 : d(e) && (n = -1), p - 1 + 365 * a + Math.floor(a / 4) - Math.floor(a / 100) + Math.floor(a / 400) + Math.floor((367 * t - 362) / 12 + n + l);
8
- }
9
- function d(r) {
10
- return r % 4 === 0 && (r % 100 !== 0 || r % 400 === 0);
11
- }
12
- function C(r, e) {
13
- return r === "BC" ? 1 - e : e;
14
- }
15
- function Y(r) {
16
- let e = "AD";
17
- return r <= 0 && (e = "BC", r = 1 - r), [
18
- e,
19
- r
20
- ];
21
- }
22
- const B = {
23
- standard: [
24
- 31,
25
- 28,
26
- 31,
27
- 30,
28
- 31,
29
- 30,
30
- 31,
31
- 31,
32
- 30,
33
- 31,
34
- 30,
35
- 31
36
- ],
37
- leapyear: [
38
- 31,
39
- 29,
40
- 31,
41
- 30,
42
- 31,
43
- 30,
44
- 31,
45
- 31,
46
- 30,
47
- 31,
48
- 30,
49
- 31
50
- ]
51
- };
52
- class q {
53
- fromJulianDay(e) {
54
- let t = e, l = t - p, a = Math.floor(l / 146097), n = s(l, 146097), $ = Math.floor(n / 36524), i = s(n, 36524), y = Math.floor(i / 1461), x = s(i, 1461), u = Math.floor(x / 365), M = a * 400 + $ * 100 + y * 4 + u + ($ !== 4 && u !== 4 ? 1 : 0), [f, o] = Y(M), g = t - b(f, o, 1, 1), c = 2;
55
- t < b(f, o, 3, 1) ? c = 0 : d(o) && (c = 1);
56
- let h = Math.floor(((g + c) * 12 + 373) / 367), D = t - b(f, o, h, 1) + 1;
57
- return new m(f, o, h, D);
58
- }
59
- toJulianDay(e) {
60
- return b(e.era, e.year, e.month, e.day);
61
- }
62
- getDaysInMonth(e) {
63
- return B[d(e.year) ? "leapyear" : "standard"][e.month - 1];
64
- }
65
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
66
- getMonthsInYear(e) {
67
- return 12;
68
- }
69
- getDaysInYear(e) {
70
- return d(e.year) ? 366 : 365;
71
- }
72
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
73
- getYearsInEra(e) {
74
- return 9999;
75
- }
76
- getEras() {
77
- return [
78
- "BC",
79
- "AD"
80
- ];
81
- }
82
- isInverseEra(e) {
83
- return e.era === "BC";
1
+ import { g as T } from "./index233.mjs";
2
+ import { l as I, e as g } from "./index234.mjs";
3
+ function A(h) {
4
+ let {
5
+ swiper: e,
6
+ extendParams: w,
7
+ on: m
8
+ } = h;
9
+ w({
10
+ thumbs: {
11
+ swiper: null,
12
+ multipleActiveThumbs: !0,
13
+ autoScrollOffset: 0,
14
+ slideThumbActiveClass: "swiper-slide-thumb-active",
15
+ thumbsContainerClass: "swiper-thumbs"
16
+ }
17
+ });
18
+ let f = !1, b = !1;
19
+ e.thumbs = {
20
+ swiper: null
21
+ };
22
+ function x() {
23
+ const t = e.thumbs.swiper;
24
+ if (!t || t.destroyed) return;
25
+ const s = t.clickedIndex, r = t.clickedSlide;
26
+ if (r && r.classList.contains(e.params.thumbs.slideThumbActiveClass) || typeof s > "u" || s === null) return;
27
+ let a;
28
+ t.params.loop ? a = parseInt(t.clickedSlide.getAttribute("data-swiper-slide-index"), 10) : a = s, e.params.loop ? e.slideToLoop(a) : e.slideTo(a);
84
29
  }
85
- balanceDate(e) {
86
- e.year <= 0 && (e.era = e.era === "BC" ? "AD" : "BC", e.year = 1 - e.year);
30
+ function p() {
31
+ const {
32
+ thumbs: t
33
+ } = e.params;
34
+ if (f) return !1;
35
+ f = !0;
36
+ const s = e.constructor;
37
+ if (t.swiper instanceof s)
38
+ e.thumbs.swiper = t.swiper, Object.assign(e.thumbs.swiper.originalParams, {
39
+ watchSlidesProgress: !0,
40
+ slideToClickedSlide: !1
41
+ }), Object.assign(e.thumbs.swiper.params, {
42
+ watchSlidesProgress: !0,
43
+ slideToClickedSlide: !1
44
+ }), e.thumbs.swiper.update();
45
+ else if (I(t.swiper)) {
46
+ const r = Object.assign({}, t.swiper);
47
+ Object.assign(r, {
48
+ watchSlidesProgress: !0,
49
+ slideToClickedSlide: !1
50
+ }), e.thumbs.swiper = new s(r), b = !0;
51
+ }
52
+ return e.thumbs.swiper.el.classList.add(e.params.thumbs.thumbsContainerClass), e.thumbs.swiper.on("tap", x), !0;
87
53
  }
88
- constructor() {
89
- this.identifier = "gregory";
54
+ function o(t) {
55
+ const s = e.thumbs.swiper;
56
+ if (!s || s.destroyed) return;
57
+ const r = s.params.slidesPerView === "auto" ? s.slidesPerViewDynamic() : s.params.slidesPerView;
58
+ let a = 1;
59
+ const n = e.params.thumbs.slideThumbActiveClass;
60
+ if (e.params.slidesPerView > 1 && !e.params.centeredSlides && (a = e.params.slidesPerView), e.params.thumbs.multipleActiveThumbs || (a = 1), a = Math.floor(a), s.slides.forEach((i) => i.classList.remove(n)), s.params.loop || s.params.virtual && s.params.virtual.enabled)
61
+ for (let i = 0; i < a; i += 1)
62
+ g(s.slidesEl, `[data-swiper-slide-index="${e.realIndex + i}"]`).forEach((l) => {
63
+ l.classList.add(n);
64
+ });
65
+ else
66
+ for (let i = 0; i < a; i += 1)
67
+ s.slides[e.realIndex + i] && s.slides[e.realIndex + i].classList.add(n);
68
+ const d = e.params.thumbs.autoScrollOffset, u = d && !s.params.loop;
69
+ if (e.realIndex !== s.realIndex || u) {
70
+ const i = s.activeIndex;
71
+ let l, c;
72
+ if (s.params.loop) {
73
+ const v = s.slides.filter((S) => S.getAttribute("data-swiper-slide-index") === `${e.realIndex}`)[0];
74
+ l = s.slides.indexOf(v), c = e.activeIndex > e.previousIndex ? "next" : "prev";
75
+ } else
76
+ l = e.realIndex, c = l > e.previousIndex ? "next" : "prev";
77
+ u && (l += c === "next" ? d : -1 * d), s.visibleSlidesIndexes && s.visibleSlidesIndexes.indexOf(l) < 0 && (s.params.centeredSlides ? l > i ? l = l - Math.floor(r / 2) + 1 : l = l + Math.floor(r / 2) - 1 : l > i && s.params.slidesPerGroup, s.slideTo(l, t ? 0 : void 0));
78
+ }
90
79
  }
80
+ m("beforeInit", () => {
81
+ const {
82
+ thumbs: t
83
+ } = e.params;
84
+ if (!(!t || !t.swiper))
85
+ if (typeof t.swiper == "string" || t.swiper instanceof HTMLElement) {
86
+ const s = T(), r = () => {
87
+ const n = typeof t.swiper == "string" ? s.querySelector(t.swiper) : t.swiper;
88
+ if (n && n.swiper)
89
+ t.swiper = n.swiper, p(), o(!0);
90
+ else if (n) {
91
+ const d = `${e.params.eventsPrefix}init`, u = (i) => {
92
+ t.swiper = i.detail[0], n.removeEventListener(d, u), p(), o(!0), t.swiper.update(), e.update();
93
+ };
94
+ n.addEventListener(d, u);
95
+ }
96
+ return n;
97
+ }, a = () => {
98
+ if (e.destroyed) return;
99
+ r() || requestAnimationFrame(a);
100
+ };
101
+ requestAnimationFrame(a);
102
+ } else
103
+ p(), o(!0);
104
+ }), m("slideChange update resize observerUpdate", () => {
105
+ o();
106
+ }), m("setTransition", (t, s) => {
107
+ const r = e.thumbs.swiper;
108
+ !r || r.destroyed || r.setTransition(s);
109
+ }), m("beforeDestroy", () => {
110
+ const t = e.thumbs.swiper;
111
+ !t || t.destroyed || b && t.destroy();
112
+ }), Object.assign(e.thumbs, {
113
+ init: p,
114
+ update: o
115
+ });
91
116
  }
92
117
  export {
93
- q as GregorianCalendar,
94
- Y as fromExtendedYear,
95
- C as getExtendedYear,
96
- b as gregorianToJulianDay,
97
- d as isLeapYear
118
+ A as default
98
119
  };
package/index209.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const w=require("./index204.js"),D=require("./index205.js"),f=require("./index208.js"),m=require("./index206.js");function c(e){e=d(e,new f.GregorianCalendar);let t=f.getExtendedYear(e.era,e.year);return $(t,e.month,e.day,e.hour,e.minute,e.second,e.millisecond)}function $(e,t,n,r,o,a,i){let u=new Date;return u.setUTCHours(r,o,a,i),u.setUTCFullYear(e,t-1,n),u.getTime()}function s(e,t){if(t==="UTC")return 0;if(e>0&&t===m.getLocalTimeZone())return new Date(e).getTimezoneOffset()*-6e4;let{year:n,month:r,day:o,hour:a,minute:i,second:u}=p(e,t);return $(n,r,o,a,i,u,0)-Math.floor(e/1e3)*1e3}const h=new Map;function p(e,t){let n=h.get(t);n||(n=new Intl.DateTimeFormat("en-US",{timeZone:t,hour12:!1,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}),h.set(t,n));let r=n.formatToParts(new Date(e)),o={};for(let a of r)a.type!=="literal"&&(o[a.type]=a.value);return{year:o.era==="BC"||o.era==="B"?-o.year+1:+o.year,month:+o.month,day:+o.day,hour:o.hour==="24"?0:+o.hour,minute:+o.minute,second:+o.second}}const y=864e5;function C(e,t,n,r){return(n===r?[n]:[n,r]).filter(a=>v(e,t,a))}function v(e,t,n){let r=p(n,t);return e.year===r.year&&e.month===r.month&&e.day===r.day&&e.hour===r.hour&&e.minute===r.minute&&e.second===r.second}function b(e,t,n="compatible"){let r=T(e);if(t==="UTC")return c(r);if(t===m.getLocalTimeZone()&&n==="compatible"){r=d(r,new f.GregorianCalendar);let l=new Date,g=f.getExtendedYear(r.era,r.year);return l.setFullYear(g,r.month-1,r.day),l.setHours(r.hour,r.minute,r.second,r.millisecond),l.getTime()}let o=c(r),a=s(o-y,t),i=s(o+y,t),u=C(r,t,o-a,o-i);if(u.length===1)return u[0];if(u.length>1)switch(n){case"compatible":case"earlier":return u[0];case"later":return u[u.length-1];case"reject":throw new RangeError("Multiple possible absolute times found")}switch(n){case"earlier":return Math.min(o-a,o-i);case"compatible":case"later":return Math.max(o-a,o-i);case"reject":throw new RangeError("No such absolute time found")}}function x(e,t,n="compatible"){return new Date(b(e,t,n))}function T(e,t){let n=0,r=0,o=0,a=0;if("timeZone"in e)({hour:n,minute:r,second:o,millisecond:a}=e);else if("hour"in e&&!t)return e;return t&&({hour:n,minute:r,second:o,millisecond:a}=t),new w.CalendarDateTime(e.calendar,e.era,e.year,e.month,e.day,n,r,o,a)}function d(e,t){if(m.isEqualCalendar(e.calendar,t))return e;let n=t.fromJulianDay(e.calendar.toJulianDay(e)),r=e.copy();return r.calendar=t,r.era=n.era,r.year=n.year,r.month=n.month,r.day=n.day,D.constrain(r),r}exports.epochFromDate=c;exports.getTimeZoneOffset=s;exports.toAbsolute=b;exports.toCalendar=d;exports.toCalendarDateTime=T;exports.toDate=x;
1
+ "use strict";const m=require("./index234.js");function k(y){let{swiper:e,extendParams:g,emit:u,once:x}=y;g({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}});function S(){if(e.params.cssMode)return;const n=e.getTranslate();e.setTranslate(n),e.setTransition(0),e.touchEventsData.velocities.length=0,e.freeMode.onTouchEnd({currentPos:e.rtl?e.translate:-e.translate})}function E(){if(e.params.cssMode)return;const{touchEventsData:n,touches:c}=e;n.velocities.length===0&&n.velocities.push({position:c[e.isHorizontal()?"startX":"startY"],time:n.touchStartTime}),n.velocities.push({position:c[e.isHorizontal()?"currentX":"currentY"],time:m.d()})}function B(n){let{currentPos:c}=n;if(e.params.cssMode)return;const{params:i,wrapperEl:p,rtlTranslate:M,snapGrid:a,touchEventsData:r}=e,b=m.d()-r.touchStartTime;if(c<-e.minTranslate()){e.slideTo(e.activeIndex);return}if(c>-e.maxTranslate()){e.slides.length<a.length?e.slideTo(a.length-1):e.slideTo(e.slides.length-1);return}if(i.freeMode.momentum){if(r.velocities.length>1){const o=r.velocities.pop(),s=r.velocities.pop(),D=o.position-s.position,h=o.time-s.time;e.velocity=D/h,e.velocity/=2,Math.abs(e.velocity)<i.freeMode.minimumVelocity&&(e.velocity=0),(h>150||m.d()-o.time>300)&&(e.velocity=0)}else e.velocity=0;e.velocity*=i.freeMode.momentumVelocityRatio,r.velocities.length=0;let l=1e3*i.freeMode.momentumRatio;const w=e.velocity*l;let t=e.translate+w;M&&(t=-t);let T=!1,d;const f=Math.abs(e.velocity)*20*i.freeMode.momentumBounceRatio;let v;if(t<e.maxTranslate())i.freeMode.momentumBounce?(t+e.maxTranslate()<-f&&(t=e.maxTranslate()-f),d=e.maxTranslate(),T=!0,r.allowMomentumBounce=!0):t=e.maxTranslate(),i.loop&&i.centeredSlides&&(v=!0);else if(t>e.minTranslate())i.freeMode.momentumBounce?(t-e.minTranslate()>f&&(t=e.minTranslate()+f),d=e.minTranslate(),T=!0,r.allowMomentumBounce=!0):t=e.minTranslate(),i.loop&&i.centeredSlides&&(v=!0);else if(i.freeMode.sticky){let o;for(let s=0;s<a.length;s+=1)if(a[s]>-t){o=s;break}Math.abs(a[o]-t)<Math.abs(a[o-1]-t)||e.swipeDirection==="next"?t=a[o]:t=a[o-1],t=-t}if(v&&x("transitionEnd",()=>{e.loopFix()}),e.velocity!==0){if(M?l=Math.abs((-t-e.translate)/e.velocity):l=Math.abs((t-e.translate)/e.velocity),i.freeMode.sticky){const o=Math.abs((M?-t:t)-e.translate),s=e.slidesSizesGrid[e.activeIndex];o<s?l=i.speed:o<2*s?l=i.speed*1.5:l=i.speed*2.5}}else if(i.freeMode.sticky){e.slideToClosest();return}i.freeMode.momentumBounce&&T?(e.updateProgress(d),e.setTransition(l),e.setTranslate(t),e.transitionStart(!0,e.swipeDirection),e.animating=!0,m.k(p,()=>{!e||e.destroyed||!r.allowMomentumBounce||(u("momentumBounce"),e.setTransition(i.speed),setTimeout(()=>{e.setTranslate(d),m.k(p,()=>{!e||e.destroyed||e.transitionEnd()})},0))})):e.velocity?(u("_freeModeNoMomentumRelease"),e.updateProgress(t),e.setTransition(l),e.setTranslate(t),e.transitionStart(!0,e.swipeDirection),e.animating||(e.animating=!0,m.k(p,()=>{!e||e.destroyed||e.transitionEnd()}))):e.updateProgress(t),e.updateActiveIndex(),e.updateSlidesClasses()}else if(i.freeMode.sticky){e.slideToClosest();return}else i.freeMode&&u("_freeModeNoMomentumRelease");(!i.freeMode.momentum||b>=i.longSwipesMs)&&(u("_freeModeStaticRelease"),e.updateProgress(),e.updateActiveIndex(),e.updateSlidesClasses())}Object.assign(e,{freeMode:{onTouchStart:S,onTouchMove:E,onTouchEnd:B}})}module.exports=k;
package/index209.mjs CHANGED
@@ -1,109 +1,125 @@
1
- import { CalendarDateTime as w } from "./index204.mjs";
2
- import { constrain as x } from "./index205.mjs";
3
- import { GregorianCalendar as $, getExtendedYear as d } from "./index208.mjs";
4
- import { isEqualCalendar as D, getLocalTimeZone as h } from "./index206.mjs";
5
- function i(e) {
6
- e = y(e, new $());
7
- let t = d(e.era, e.year);
8
- return b(t, e.month, e.day, e.hour, e.minute, e.second, e.millisecond);
9
- }
10
- function b(e, t, n, r, o, a, c) {
11
- let f = /* @__PURE__ */ new Date();
12
- return f.setUTCHours(r, o, a, c), f.setUTCFullYear(e, t - 1, n), f.getTime();
13
- }
14
- function l(e, t) {
15
- if (t === "UTC") return 0;
16
- if (e > 0 && t === h()) return new Date(e).getTimezoneOffset() * -6e4;
17
- let { year: n, month: r, day: o, hour: a, minute: c, second: f } = p(e, t);
18
- return b(n, r, o, a, c, f, 0) - Math.floor(e / 1e3) * 1e3;
19
- }
20
- const s = /* @__PURE__ */ new Map();
21
- function p(e, t) {
22
- let n = s.get(t);
23
- n || (n = new Intl.DateTimeFormat("en-US", {
24
- timeZone: t,
25
- hour12: !1,
26
- era: "short",
27
- year: "numeric",
28
- month: "numeric",
29
- day: "numeric",
30
- hour: "numeric",
31
- minute: "numeric",
32
- second: "numeric"
33
- }), s.set(t, n));
34
- let r = n.formatToParts(new Date(e)), o = {};
35
- for (let a of r) a.type !== "literal" && (o[a.type] = a.value);
36
- return {
37
- // Firefox returns B instead of BC... https://bugzilla.mozilla.org/show_bug.cgi?id=1752253
38
- year: o.era === "BC" || o.era === "B" ? -o.year + 1 : +o.year,
39
- month: +o.month,
40
- day: +o.day,
41
- hour: o.hour === "24" ? 0 : +o.hour,
42
- minute: +o.minute,
43
- second: +o.second
44
- };
45
- }
46
- const m = 864e5;
47
- function g(e, t, n, r) {
48
- return (n === r ? [
49
- n
50
- ] : [
51
- n,
52
- r
53
- ]).filter((a) => C(e, t, a));
54
- }
55
- function C(e, t, n) {
56
- let r = p(n, t);
57
- return e.year === r.year && e.month === r.month && e.day === r.day && e.hour === r.hour && e.minute === r.minute && e.second === r.second;
58
- }
59
- function v(e, t, n = "compatible") {
60
- let r = M(e);
61
- if (t === "UTC") return i(r);
62
- if (t === h() && n === "compatible") {
63
- r = y(r, new $());
64
- let u = /* @__PURE__ */ new Date(), T = d(r.era, r.year);
65
- return u.setFullYear(T, r.month - 1, r.day), u.setHours(r.hour, r.minute, r.second, r.millisecond), u.getTime();
1
+ import { d as v, k as h } from "./index234.mjs";
2
+ function z(g) {
3
+ let {
4
+ swiper: e,
5
+ extendParams: x,
6
+ emit: c,
7
+ once: S
8
+ } = g;
9
+ x({
10
+ freeMode: {
11
+ enabled: !1,
12
+ momentum: !0,
13
+ momentumRatio: 1,
14
+ momentumBounce: !0,
15
+ momentumBounceRatio: 1,
16
+ momentumVelocityRatio: 1,
17
+ sticky: !1,
18
+ minimumVelocity: 0.02
19
+ }
20
+ });
21
+ function E() {
22
+ if (e.params.cssMode) return;
23
+ const s = e.getTranslate();
24
+ e.setTranslate(s), e.setTransition(0), e.touchEventsData.velocities.length = 0, e.freeMode.onTouchEnd({
25
+ currentPos: e.rtl ? e.translate : -e.translate
26
+ });
66
27
  }
67
- let o = i(r), a = l(o - m, t), c = l(o + m, t), f = g(r, t, o - a, o - c);
68
- if (f.length === 1) return f[0];
69
- if (f.length > 1) switch (n) {
70
- case "compatible":
71
- case "earlier":
72
- return f[0];
73
- case "later":
74
- return f[f.length - 1];
75
- case "reject":
76
- throw new RangeError("Multiple possible absolute times found");
28
+ function B() {
29
+ if (e.params.cssMode) return;
30
+ const {
31
+ touchEventsData: s,
32
+ touches: m
33
+ } = e;
34
+ s.velocities.length === 0 && s.velocities.push({
35
+ position: m[e.isHorizontal() ? "startX" : "startY"],
36
+ time: s.touchStartTime
37
+ }), s.velocities.push({
38
+ position: m[e.isHorizontal() ? "currentX" : "currentY"],
39
+ time: v()
40
+ });
77
41
  }
78
- switch (n) {
79
- case "earlier":
80
- return Math.min(o - a, o - c);
81
- case "compatible":
82
- case "later":
83
- return Math.max(o - a, o - c);
84
- case "reject":
85
- throw new RangeError("No such absolute time found");
42
+ function b(s) {
43
+ let {
44
+ currentPos: m
45
+ } = s;
46
+ if (e.params.cssMode) return;
47
+ const {
48
+ params: o,
49
+ wrapperEl: f,
50
+ rtlTranslate: p,
51
+ snapGrid: a,
52
+ touchEventsData: r
53
+ } = e, w = v() - r.touchStartTime;
54
+ if (m < -e.minTranslate()) {
55
+ e.slideTo(e.activeIndex);
56
+ return;
57
+ }
58
+ if (m > -e.maxTranslate()) {
59
+ e.slides.length < a.length ? e.slideTo(a.length - 1) : e.slideTo(e.slides.length - 1);
60
+ return;
61
+ }
62
+ if (o.freeMode.momentum) {
63
+ if (r.velocities.length > 1) {
64
+ const i = r.velocities.pop(), n = r.velocities.pop(), P = i.position - n.position, y = i.time - n.time;
65
+ e.velocity = P / y, e.velocity /= 2, Math.abs(e.velocity) < o.freeMode.minimumVelocity && (e.velocity = 0), (y > 150 || v() - i.time > 300) && (e.velocity = 0);
66
+ } else
67
+ e.velocity = 0;
68
+ e.velocity *= o.freeMode.momentumVelocityRatio, r.velocities.length = 0;
69
+ let l = 1e3 * o.freeMode.momentumRatio;
70
+ const D = e.velocity * l;
71
+ let t = e.translate + D;
72
+ p && (t = -t);
73
+ let M = !1, u;
74
+ const d = Math.abs(e.velocity) * 20 * o.freeMode.momentumBounceRatio;
75
+ let T;
76
+ if (t < e.maxTranslate())
77
+ o.freeMode.momentumBounce ? (t + e.maxTranslate() < -d && (t = e.maxTranslate() - d), u = e.maxTranslate(), M = !0, r.allowMomentumBounce = !0) : t = e.maxTranslate(), o.loop && o.centeredSlides && (T = !0);
78
+ else if (t > e.minTranslate())
79
+ o.freeMode.momentumBounce ? (t - e.minTranslate() > d && (t = e.minTranslate() + d), u = e.minTranslate(), M = !0, r.allowMomentumBounce = !0) : t = e.minTranslate(), o.loop && o.centeredSlides && (T = !0);
80
+ else if (o.freeMode.sticky) {
81
+ let i;
82
+ for (let n = 0; n < a.length; n += 1)
83
+ if (a[n] > -t) {
84
+ i = n;
85
+ break;
86
+ }
87
+ Math.abs(a[i] - t) < Math.abs(a[i - 1] - t) || e.swipeDirection === "next" ? t = a[i] : t = a[i - 1], t = -t;
88
+ }
89
+ if (T && S("transitionEnd", () => {
90
+ e.loopFix();
91
+ }), e.velocity !== 0) {
92
+ if (p ? l = Math.abs((-t - e.translate) / e.velocity) : l = Math.abs((t - e.translate) / e.velocity), o.freeMode.sticky) {
93
+ const i = Math.abs((p ? -t : t) - e.translate), n = e.slidesSizesGrid[e.activeIndex];
94
+ i < n ? l = o.speed : i < 2 * n ? l = o.speed * 1.5 : l = o.speed * 2.5;
95
+ }
96
+ } else if (o.freeMode.sticky) {
97
+ e.slideToClosest();
98
+ return;
99
+ }
100
+ o.freeMode.momentumBounce && M ? (e.updateProgress(u), e.setTransition(l), e.setTranslate(t), e.transitionStart(!0, e.swipeDirection), e.animating = !0, h(f, () => {
101
+ !e || e.destroyed || !r.allowMomentumBounce || (c("momentumBounce"), e.setTransition(o.speed), setTimeout(() => {
102
+ e.setTranslate(u), h(f, () => {
103
+ !e || e.destroyed || e.transitionEnd();
104
+ });
105
+ }, 0));
106
+ })) : e.velocity ? (c("_freeModeNoMomentumRelease"), e.updateProgress(t), e.setTransition(l), e.setTranslate(t), e.transitionStart(!0, e.swipeDirection), e.animating || (e.animating = !0, h(f, () => {
107
+ !e || e.destroyed || e.transitionEnd();
108
+ }))) : e.updateProgress(t), e.updateActiveIndex(), e.updateSlidesClasses();
109
+ } else if (o.freeMode.sticky) {
110
+ e.slideToClosest();
111
+ return;
112
+ } else o.freeMode && c("_freeModeNoMomentumRelease");
113
+ (!o.freeMode.momentum || w >= o.longSwipesMs) && (c("_freeModeStaticRelease"), e.updateProgress(), e.updateActiveIndex(), e.updateSlidesClasses());
86
114
  }
87
- }
88
- function P(e, t, n = "compatible") {
89
- return new Date(v(e, t, n));
90
- }
91
- function M(e, t) {
92
- let n = 0, r = 0, o = 0, a = 0;
93
- if ("timeZone" in e) ({ hour: n, minute: r, second: o, millisecond: a } = e);
94
- else if ("hour" in e && !t) return e;
95
- return t && ({ hour: n, minute: r, second: o, millisecond: a } = t), new w(e.calendar, e.era, e.year, e.month, e.day, n, r, o, a);
96
- }
97
- function y(e, t) {
98
- if (D(e.calendar, t)) return e;
99
- let n = t.fromJulianDay(e.calendar.toJulianDay(e)), r = e.copy();
100
- return r.calendar = t, r.era = n.era, r.year = n.year, r.month = n.month, r.day = n.day, x(r), r;
115
+ Object.assign(e, {
116
+ freeMode: {
117
+ onTouchStart: E,
118
+ onTouchMove: B,
119
+ onTouchEnd: b
120
+ }
121
+ });
101
122
  }
102
123
  export {
103
- i as epochFromDate,
104
- l as getTimeZoneOffset,
105
- v as toAbsolute,
106
- y as toCalendar,
107
- M as toCalendarDateTime,
108
- P as toDate
124
+ z as default
109
125
  };
package/index210.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index240.js");function _(e,t,i){r._(e,t),t.set(e,i)}exports._=_;
1
+ "use strict";function B(x){let{swiper:e,extendParams:C,on:w}=x;C({grid:{rows:1,fill:"column"}});let c,h,f,g;const M=()=>{let t=e.params.spaceBetween;return typeof t=="string"&&t.indexOf("%")>=0?t=parseFloat(t.replace("%",""))/100*e.size:typeof t=="string"&&(t=parseFloat(t)),t},L=t=>{const{slidesPerView:s}=e.params,{rows:i,fill:a}=e.params.grid,l=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:t.length;f=Math.floor(l/i),Math.floor(l/i)===l/i?c=l:c=Math.ceil(l/i)*i,s!=="auto"&&a==="row"&&(c=Math.max(c,s*i)),h=c/i},y=()=>{e.slides&&e.slides.forEach(t=>{t.swiperSlideGridSet&&(t.style.height="",t.style[e.getDirectionLabel("margin-top")]="")})},$=(t,s,i)=>{const{slidesPerGroup:a}=e.params,l=M(),{rows:r,fill:u}=e.params.grid,d=e.virtual&&e.params.virtual.enabled?e.virtual.slides.length:i.length;let p,n,o;if(u==="row"&&a>1){const m=Math.floor(t/(a*r)),S=t-r*a*m,v=m===0?a:Math.min(Math.ceil((d-m*r*a)/r),a);o=Math.floor(S/v),n=S-o*v+m*a,p=n+o*c/r,s.style.order=p}else u==="column"?(n=Math.floor(t/r),o=t-n*r,(n>f||n===f&&o===r-1)&&(o+=1,o>=r&&(o=0,n+=1))):(o=Math.floor(t/h),n=t-o*h);s.row=o,s.column=n,s.style.height=`calc((100% - ${(r-1)*l}px) / ${r})`,s.style[e.getDirectionLabel("margin-top")]=o!==0?l&&`${l}px`:"",s.swiperSlideGridSet=!0},z=(t,s)=>{const{centeredSlides:i,roundLengths:a}=e.params,l=M(),{rows:r}=e.params.grid;if(e.virtualSize=(t+l)*c,e.virtualSize=Math.ceil(e.virtualSize/r)-l,e.params.cssMode||(e.wrapperEl.style[e.getDirectionLabel("width")]=`${e.virtualSize+l}px`),i){const u=[];for(let d=0;d<s.length;d+=1){let p=s[d];a&&(p=Math.floor(p)),s[d]<e.virtualSize+s[0]&&u.push(p)}s.splice(0,s.length),s.push(...u)}},I=()=>{g=e.params.grid&&e.params.grid.rows>1},b=()=>{const{params:t,el:s}=e,i=t.grid&&t.grid.rows>1;g&&!i?(s.classList.remove(`${t.containerModifierClass}grid`,`${t.containerModifierClass}grid-column`),f=1,e.emitContainerClasses()):!g&&i&&(s.classList.add(`${t.containerModifierClass}grid`),t.grid.fill==="column"&&s.classList.add(`${t.containerModifierClass}grid-column`),e.emitContainerClasses()),g=i};w("init",I),w("update",b),e.grid={initSlides:L,unsetSlides:y,updateSlide:$,updateWrapperSize:z}}module.exports=B;
package/index210.mjs CHANGED
@@ -1,7 +1,75 @@
1
- import { _ as t } from "./index240.mjs";
2
- function a(_, e, i) {
3
- t(_, e), e.set(_, i);
1
+ function B(x) {
2
+ let {
3
+ swiper: e,
4
+ extendParams: C,
5
+ on: w
6
+ } = x;
7
+ C({
8
+ grid: {
9
+ rows: 1,
10
+ fill: "column"
11
+ }
12
+ });
13
+ let c, h, f, g;
14
+ const M = () => {
15
+ let t = e.params.spaceBetween;
16
+ return typeof t == "string" && t.indexOf("%") >= 0 ? t = parseFloat(t.replace("%", "")) / 100 * e.size : typeof t == "string" && (t = parseFloat(t)), t;
17
+ }, L = (t) => {
18
+ const {
19
+ slidesPerView: s
20
+ } = e.params, {
21
+ rows: i,
22
+ fill: a
23
+ } = e.params.grid, l = e.virtual && e.params.virtual.enabled ? e.virtual.slides.length : t.length;
24
+ f = Math.floor(l / i), Math.floor(l / i) === l / i ? c = l : c = Math.ceil(l / i) * i, s !== "auto" && a === "row" && (c = Math.max(c, s * i)), h = c / i;
25
+ }, y = () => {
26
+ e.slides && e.slides.forEach((t) => {
27
+ t.swiperSlideGridSet && (t.style.height = "", t.style[e.getDirectionLabel("margin-top")] = "");
28
+ });
29
+ }, $ = (t, s, i) => {
30
+ const {
31
+ slidesPerGroup: a
32
+ } = e.params, l = M(), {
33
+ rows: r,
34
+ fill: u
35
+ } = e.params.grid, d = e.virtual && e.params.virtual.enabled ? e.virtual.slides.length : i.length;
36
+ let p, n, o;
37
+ if (u === "row" && a > 1) {
38
+ const m = Math.floor(t / (a * r)), S = t - r * a * m, v = m === 0 ? a : Math.min(Math.ceil((d - m * r * a) / r), a);
39
+ o = Math.floor(S / v), n = S - o * v + m * a, p = n + o * c / r, s.style.order = p;
40
+ } else u === "column" ? (n = Math.floor(t / r), o = t - n * r, (n > f || n === f && o === r - 1) && (o += 1, o >= r && (o = 0, n += 1))) : (o = Math.floor(t / h), n = t - o * h);
41
+ s.row = o, s.column = n, s.style.height = `calc((100% - ${(r - 1) * l}px) / ${r})`, s.style[e.getDirectionLabel("margin-top")] = o !== 0 ? l && `${l}px` : "", s.swiperSlideGridSet = !0;
42
+ }, z = (t, s) => {
43
+ const {
44
+ centeredSlides: i,
45
+ roundLengths: a
46
+ } = e.params, l = M(), {
47
+ rows: r
48
+ } = e.params.grid;
49
+ if (e.virtualSize = (t + l) * c, e.virtualSize = Math.ceil(e.virtualSize / r) - l, e.params.cssMode || (e.wrapperEl.style[e.getDirectionLabel("width")] = `${e.virtualSize + l}px`), i) {
50
+ const u = [];
51
+ for (let d = 0; d < s.length; d += 1) {
52
+ let p = s[d];
53
+ a && (p = Math.floor(p)), s[d] < e.virtualSize + s[0] && u.push(p);
54
+ }
55
+ s.splice(0, s.length), s.push(...u);
56
+ }
57
+ }, I = () => {
58
+ g = e.params.grid && e.params.grid.rows > 1;
59
+ }, b = () => {
60
+ const {
61
+ params: t,
62
+ el: s
63
+ } = e, i = t.grid && t.grid.rows > 1;
64
+ g && !i ? (s.classList.remove(`${t.containerModifierClass}grid`, `${t.containerModifierClass}grid-column`), f = 1, e.emitContainerClasses()) : !g && i && (s.classList.add(`${t.containerModifierClass}grid`), t.grid.fill === "column" && s.classList.add(`${t.containerModifierClass}grid-column`), e.emitContainerClasses()), g = i;
65
+ };
66
+ w("init", I), w("update", b), e.grid = {
67
+ initSlides: L,
68
+ unsetSlides: y,
69
+ updateSlide: $,
70
+ updateWrapperSize: z
71
+ };
4
72
  }
5
73
  export {
6
- a as _
74
+ B as default
7
75
  };
package/index211.js CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function o(e,t){return e-t*Math.floor(e/t)}exports.mod=o;
1
+ "use strict";function a(o){const e=this,{params:t,slidesEl:p}=e;t.loop&&e.loopDestroy();const f=n=>{if(typeof n=="string"){const i=document.createElement("div");i.innerHTML=n,p.append(i.children[0]),i.innerHTML=""}else p.append(n)};if(typeof o=="object"&&"length"in o)for(let n=0;n<o.length;n+=1)o[n]&&f(o[n]);else f(o);e.recalcSlides(),t.loop&&e.loopCreate(),(!t.observer||e.isElement)&&e.update()}function m(o){const e=this,{params:t,activeIndex:p,slidesEl:f}=e;t.loop&&e.loopDestroy();let n=p+1;const i=l=>{if(typeof l=="string"){const c=document.createElement("div");c.innerHTML=l,f.prepend(c.children[0]),c.innerHTML=""}else f.prepend(l)};if(typeof o=="object"&&"length"in o){for(let l=0;l<o.length;l+=1)o[l]&&i(o[l]);n=p+o.length}else i(o);e.recalcSlides(),t.loop&&e.loopCreate(),(!t.observer||e.isElement)&&e.update(),e.slideTo(n,0,!1)}function h(o,e){const t=this,{params:p,activeIndex:f,slidesEl:n}=t;let i=f;p.loop&&(i-=t.loopedSlides,t.loopDestroy(),t.recalcSlides());const l=t.slides.length;if(o<=0){t.prependSlide(e);return}if(o>=l){t.appendSlide(e);return}let c=i>o?i+1:i;const s=[];for(let r=l-1;r>=o;r-=1){const d=t.slides[r];d.remove(),s.unshift(d)}if(typeof e=="object"&&"length"in e){for(let r=0;r<e.length;r+=1)e[r]&&n.append(e[r]);c=i>o?i+e.length:i}else n.append(e);for(let r=0;r<s.length;r+=1)n.append(s[r]);t.recalcSlides(),p.loop&&t.loopCreate(),(!p.observer||t.isElement)&&t.update(),p.loop?t.slideTo(c+t.loopedSlides,0,!1):t.slideTo(c,0,!1)}function v(o){const e=this,{params:t,activeIndex:p}=e;let f=p;t.loop&&(f-=e.loopedSlides,e.loopDestroy());let n=f,i;if(typeof o=="object"&&"length"in o){for(let l=0;l<o.length;l+=1)i=o[l],e.slides[i]&&e.slides[i].remove(),i<n&&(n-=1);n=Math.max(n,0)}else i=o,e.slides[i]&&e.slides[i].remove(),i<n&&(n-=1),n=Math.max(n,0);e.recalcSlides(),t.loop&&e.loopCreate(),(!t.observer||e.isElement)&&e.update(),t.loop?e.slideTo(n+e.loopedSlides,0,!1):e.slideTo(n,0,!1)}function S(){const o=this,e=[];for(let t=0;t<o.slides.length;t+=1)e.push(t);o.removeSlide(e)}function u(o){let{swiper:e}=o;Object.assign(e,{appendSlide:a.bind(e),prependSlide:m.bind(e),addSlide:h.bind(e),removeSlide:v.bind(e),removeAllSlides:S.bind(e)})}module.exports=u;