@okam/stack-ui 1.29.1 → 1.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Accordion/components/AccordionItem.d.ts +1 -0
- package/components/Accordion/index.d.ts +2 -1
- package/components/Accordion/interface.d.ts +3 -2
- package/components/Alerts/components/AlertsCloseButton.d.ts +1 -1
- package/components/Alerts/index.d.ts +2 -1
- package/components/Alerts/interface.d.ts +4 -3
- package/components/Box/index.d.ts +3 -2
- package/components/Button/index.d.ts +8 -4
- package/components/Button/interface.d.ts +3 -2
- package/components/Calendar/index.d.ts +5 -1
- package/components/Calendar/interface.d.ts +2 -1
- package/components/Carousel/components/CarouselNavigationButton.d.ts +3 -3
- package/components/Date/index.d.ts +2 -1
- package/components/Date/interface.d.ts +2 -1
- package/components/Icon/index.d.ts +2 -1
- package/components/Icon/interface.d.ts +2 -1
- package/components/Lightbox/hooks/overlay/index.d.ts +75 -0
- package/components/Lightbox/index.d.ts +2 -1
- package/components/Lightbox/interface.d.ts +3 -2
- package/components/Menu/Menu.d.ts +2 -1
- package/components/Menu/interface.d.ts +5 -4
- package/components/Modal/index.d.ts +2 -1
- package/components/Modal/interface.d.ts +2 -1
- package/components/Popover/index.d.ts +5 -2
- package/components/Popover/interface.d.ts +3 -2
- package/components/ShareButton/index.d.ts +2 -1
- package/components/ShareButton/interface.d.ts +2 -2
- package/components/SidePanel/index.d.ts +3 -3
- package/components/SidePanel/interface.d.ts +5 -4
- package/components/Typography/index.d.ts +3 -2
- package/components/Video/index.d.ts +2 -1
- package/components/Video/interface.d.ts +2 -1
- package/components/WysiwygBlock/index.d.ts +2 -1
- package/components/WysiwygBlock/interface.d.ts +2 -1
- package/components/fields/Checkbox/Checkbox.interface.d.ts +2 -1
- package/components/fields/Checkbox/index.d.ts +2 -1
- package/components/fields/CheckboxGroup/index.d.ts +2 -1
- package/components/fields/CheckboxGroup/interface.d.ts +2 -1
- package/components/fields/DatePicker/index.d.ts +2 -1
- package/components/fields/DatePicker/interface.d.ts +2 -1
- package/components/fields/Radio/Radio.interface.d.ts +3 -2
- package/components/fields/Radio/index.d.ts +3 -2
- package/components/fields/RadioGroup/index.d.ts +2 -1
- package/components/fields/RadioGroup/interface.d.ts +2 -1
- package/components/fields/SearchField/index.d.ts +2 -1
- package/components/fields/SearchField/interface.d.ts +2 -1
- package/components/fields/Select/Select.d.ts +2 -1
- package/components/fields/Select/Select.interface.d.ts +3 -2
- package/components/fields/TextArea/index.d.ts +2 -1
- package/components/fields/TextInputField/interface.d.ts +3 -2
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.mjs +41 -38
- package/index10.js +1 -1
- package/index10.mjs +1 -0
- package/index100.js +1 -2
- package/index100.mjs +22 -21
- package/index101.js +2 -1
- package/index101.mjs +22 -63
- package/index102.js +1 -1
- package/index102.mjs +58 -24
- package/index103.js +1 -1
- package/index103.mjs +29 -52
- package/index104.js +1 -1
- package/index104.mjs +52 -4
- package/index105.js +1 -1
- package/index105.mjs +4 -11
- package/index106.js +1 -1
- package/index106.mjs +11 -14
- package/index107.js +1 -1
- package/index107.mjs +13 -22
- package/index108.js +1 -1
- package/index108.mjs +19 -19
- package/index109.js +1 -1
- package/index109.mjs +22 -38
- package/index11.js +1 -1
- package/index11.mjs +2 -2
- package/index110.js +1 -2
- package/index110.mjs +38 -12
- package/index111.js +2 -1
- package/index111.mjs +12 -7
- package/index112.js +1 -1
- package/index112.mjs +7 -21
- package/index113.js +1 -1
- package/index113.mjs +21 -38
- package/index114.js +1 -1
- package/index114.mjs +38 -49
- package/index115.js +1 -1
- package/index115.mjs +49 -40
- package/index116.js +1 -1
- package/index116.mjs +40 -13
- package/index117.js +1 -1
- package/index117.mjs +14 -26
- package/index118.js +1 -1
- package/index118.mjs +29 -18
- package/index119.js +1 -1
- package/index119.mjs +19 -8
- package/index120.js +1 -1
- package/index120.mjs +9 -30
- package/index121.js +1 -1
- package/index121.mjs +30 -15
- package/index122.js +1 -1
- package/index122.mjs +13 -15
- package/index123.js +1 -1
- package/index123.mjs +17 -21
- package/index124.js +1 -1
- package/index124.mjs +21 -11
- package/index125.js +1 -2
- package/index125.mjs +11 -22
- package/index126.js +2 -1
- package/index126.mjs +22 -12
- package/index127.js +1 -1
- package/index127.mjs +23 -23
- package/index128.js +1 -1
- package/index128.mjs +3 -3
- package/index13.js +1 -1
- package/index13.mjs +10 -9
- package/index130.mjs +6 -6
- package/index131.js +1 -1
- package/index131.mjs +12 -51
- package/index132.js +1 -1
- package/index132.mjs +49 -25
- package/index133.js +1 -1
- package/index133.mjs +25 -19
- package/index134.js +1 -1
- package/index134.mjs +17 -58
- package/index135.js +1 -1
- package/index135.mjs +194 -89
- package/index136.js +1 -1
- package/index136.mjs +63 -30
- package/index137.js +1 -1
- package/index137.mjs +136 -116
- package/index138.js +1 -1
- package/index138.mjs +118 -26
- package/index139.js +1 -1
- package/index139.mjs +212 -119
- package/index14.js +1 -1
- package/index14.mjs +3 -3
- package/index140.js +1 -1
- package/index140.mjs +187 -131
- package/index141.js +1 -1
- package/index141.mjs +69 -14
- package/index142.js +1 -1
- package/index142.mjs +248 -85
- package/index143.js +1 -1
- package/index143.mjs +93 -102
- package/index144.js +1 -1
- package/index144.mjs +174 -5
- package/index145.js +1 -1
- package/index145.mjs +84 -3
- package/index146.js +1 -1
- package/index146.mjs +56 -123
- package/index147.js +1 -1
- package/index147.mjs +125 -28
- package/index148.js +1 -1
- package/index148.mjs +113 -48
- package/index149.js +1 -1
- package/index149.mjs +119 -41
- package/index150.js +1 -1
- package/index150.mjs +71 -36
- package/index151.js +1 -1
- package/index151.mjs +105 -108
- package/index152.js +1 -1
- package/index152.mjs +52 -77
- package/index153.js +1 -1
- package/index153.mjs +93 -101
- package/index154.js +1 -1
- package/index154.mjs +71 -98
- package/index155.js +1 -1
- package/index155.mjs +50 -193
- package/index156.js +1 -1
- package/index156.mjs +91 -56
- package/index157.js +5 -1
- package/index157.mjs +75 -136
- package/index158.js +1 -1
- package/index158.mjs +1999 -107
- package/index159.js +1 -1
- package/index159.mjs +56 -214
- package/index16.js +1 -1
- package/index16.mjs +2 -2
- package/index160.js +1 -1
- package/index160.mjs +186 -188
- package/index161.js +1 -1
- package/index161.mjs +59 -67
- package/index162.js +1 -1
- package/index162.mjs +88 -252
- package/index163.js +1 -1
- package/index163.mjs +32 -96
- package/index164.js +1 -1
- package/index164.mjs +117 -170
- package/index165.js +1 -1
- package/index165.mjs +26 -83
- package/index166.js +1 -1
- package/index166.mjs +123 -57
- package/index167.js +1 -1
- package/index167.mjs +130 -122
- package/index168.js +1 -1
- package/index168.mjs +14 -116
- package/index169.js +1 -1
- package/index169.mjs +92 -119
- package/index170.js +1 -1
- package/index170.mjs +105 -71
- package/index171.js +1 -1
- package/index171.mjs +5 -110
- package/index172.js +1 -1
- package/index172.mjs +3 -52
- package/index173.js +1 -1
- package/index173.mjs +124 -92
- package/index174.js +1 -1
- package/index174.mjs +29 -70
- package/index175.js +1 -1
- package/index175.mjs +51 -56
- package/index176.js +1 -1
- package/index176.mjs +44 -99
- package/index177.js +1 -5
- package/index177.mjs +36 -79
- package/index178.js +1 -1
- package/index178.mjs +94 -1992
- package/index179.js +1 -1
- package/index179.mjs +78 -60
- package/index18.js +1 -1
- package/index18.mjs +7 -7
- package/index180.js +1 -1
- package/index180.mjs +95 -182
- package/index181.js +1 -1
- package/index181.mjs +98 -6
- package/index19.js +1 -1
- package/index19.mjs +2 -2
- package/index190.js +1 -1
- package/index190.mjs +5 -313
- package/index191.js +1 -1
- package/index191.mjs +327 -179
- package/index192.js +1 -1
- package/index192.mjs +183 -8
- package/index193.js +1 -1
- package/index193.mjs +7 -25
- package/index194.js +1 -1
- package/index194.mjs +26 -55
- package/index195.js +1 -1
- package/index195.mjs +55 -46
- package/index196.js +1 -1
- package/index196.mjs +45 -123
- package/index197.js +1 -1
- package/index197.mjs +110 -5
- package/index198.js +1 -1
- package/index198.mjs +31 -27
- package/index199.js +1 -1
- package/index199.mjs +6 -7
- package/index2.js +1 -1
- package/index2.mjs +51 -50
- package/index20.js +1 -1
- package/index20.mjs +1 -1
- package/index200.js +1 -1
- package/index200.mjs +28 -7
- package/index201.js +1 -1
- package/index201.mjs +7 -8
- package/index202.js +1 -1
- package/index202.mjs +6 -3
- package/index203.js +1 -1
- package/index203.mjs +7 -5
- package/index204.js +1 -1
- package/index204.mjs +4 -9
- package/index205.js +1 -0
- package/index205.mjs +8 -0
- package/index206.js +1 -0
- package/index206.mjs +12 -0
- package/index21.js +1 -1
- package/index21.mjs +8 -8
- package/index22.js +1 -1
- package/index22.mjs +2 -2
- package/index23.js +1 -1
- package/index23.mjs +40 -39
- package/index24.js +1 -1
- package/index24.mjs +45 -44
- package/index26.js +1 -1
- package/index26.mjs +28 -21
- package/index27.js +1 -1
- package/index27.mjs +12 -12
- package/index28.js +1 -1
- package/index28.mjs +6 -6
- package/index29.js +1 -1
- package/index29.mjs +1 -1
- package/index30.js +1 -1
- package/index30.mjs +14 -8
- package/index31.js +1 -1
- package/index31.mjs +18 -18
- package/index32.js +1 -1
- package/index32.mjs +1 -1
- package/index33.mjs +43 -43
- package/index34.js +1 -1
- package/index34.mjs +1 -1
- package/index35.js +1 -1
- package/index35.mjs +3 -3
- package/index36.mjs +10 -10
- package/index4.js +1 -1
- package/index4.mjs +3 -3
- package/index6.js +1 -1
- package/index6.mjs +47 -46
- package/index65.js +1 -1
- package/index65.mjs +1 -1
- package/index66.js +1 -1
- package/index66.mjs +2 -2
- package/index67.js +1 -1
- package/index67.mjs +1 -1
- package/index69.js +1 -1
- package/index69.mjs +1 -1
- package/index7.mjs +4 -4
- package/index70.js +1 -1
- package/index70.mjs +1 -1
- package/index71.js +1 -1
- package/index71.mjs +1 -1
- package/index72.js +2 -1
- package/index72.mjs +27 -2
- package/index73.js +1 -2
- package/index73.mjs +2 -9
- package/index74.js +1 -1
- package/index74.mjs +7 -6
- package/index75.js +1 -1
- package/index75.mjs +6 -6
- package/index76.js +1 -1
- package/index76.mjs +6 -6
- package/index77.js +2 -1
- package/index77.mjs +8 -25
- package/index78.js +1 -1
- package/index78.mjs +25 -2
- package/index79.js +1 -6
- package/index79.mjs +2 -94
- package/index8.js +1 -1
- package/index8.mjs +42 -23
- package/index80.js +6 -1
- package/index80.mjs +79 -54
- package/index81.js +1 -1
- package/index81.mjs +61 -33
- package/index82.js +1 -42
- package/index82.mjs +34 -67
- package/index83.js +42 -1
- package/index83.mjs +69 -154
- package/index84.js +1 -9
- package/index84.mjs +149 -47
- package/index85.js +9 -1
- package/index85.mjs +48 -36
- package/index86.js +1 -1
- package/index86.mjs +40 -8
- package/index87.js +1 -1
- package/index87.mjs +9 -31
- package/index88.js +1 -1
- package/index88.mjs +38 -6
- package/index89.js +1 -12
- package/index89.mjs +6 -40
- package/index9.js +1 -1
- package/index9.mjs +7 -7
- package/index90.js +12 -1
- package/index90.mjs +36 -25
- package/index91.js +1 -1
- package/index91.mjs +24 -8
- package/index92.js +1 -7
- package/index92.mjs +7 -13
- package/index93.js +6 -14
- package/index93.mjs +13 -65
- package/index94.js +15 -1
- package/index94.mjs +71 -7
- package/index95.js +1 -16
- package/index95.mjs +7 -25
- package/index96.js +16 -1
- package/index96.mjs +20 -37
- package/index97.js +1 -1
- package/index97.mjs +40 -43
- package/index98.js +1 -1
- package/index98.mjs +44 -47
- package/index99.js +1 -1
- package/index99.mjs +48 -17
- package/package.json +1 -1
- package/providers/Translation/index.d.ts +4 -0
- package/providers/Translation/interface.d.ts +16 -0
- package/theme/Accordion/index.d.ts +12 -12
- package/theme/Alerts/index.d.ts +22 -22
- package/theme/Box/index.d.ts +8 -8
- package/theme/Button/index.d.ts +2 -2
- package/theme/Calendar/index.d.ts +12 -12
- package/theme/Carousel/index.d.ts +11 -11
- package/theme/Checkbox/index.d.ts +8 -8
- package/theme/CheckboxGroup/index.d.ts +3 -3
- package/theme/DatePicker/index.d.ts +10 -9
- package/theme/Image/index.d.ts +1 -1
- package/theme/LightBox/index.d.ts +9 -9
- package/theme/Radio/index.d.ts +6 -6
- package/theme/RadioGroup/index.d.ts +3 -3
- package/theme/Search/index.d.ts +3 -3
- package/theme/ShareButton/index.d.ts +10 -10
- package/theme/SidePanel/index.d.ts +3 -3
- package/theme/TextArea/index.d.ts +2 -2
- package/theme/Typography/index.d.ts +2 -2
- package/transitions/ModalTransition.d.ts +3 -6
- package/transitions/RenderWithSlide.d.ts +3 -6
- package/transitions/SidePanelTransition.d.ts +3 -6
package/index173.mjs
CHANGED
|
@@ -1,96 +1,128 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { CalendarDate as $ } from "./index166.mjs";
|
|
2
|
+
import { GregorianCalendar as c } from "./index169.mjs";
|
|
3
|
+
const f = [
|
|
4
|
+
[
|
|
5
|
+
1868,
|
|
6
|
+
9,
|
|
7
|
+
8
|
|
8
|
+
],
|
|
9
|
+
[
|
|
10
|
+
1912,
|
|
11
|
+
7,
|
|
12
|
+
30
|
|
13
|
+
],
|
|
14
|
+
[
|
|
15
|
+
1926,
|
|
16
|
+
12,
|
|
17
|
+
25
|
|
18
|
+
],
|
|
19
|
+
[
|
|
20
|
+
1989,
|
|
21
|
+
1,
|
|
22
|
+
8
|
|
23
|
+
],
|
|
24
|
+
[
|
|
25
|
+
2019,
|
|
26
|
+
5,
|
|
27
|
+
1
|
|
28
|
+
]
|
|
29
|
+
], D = [
|
|
30
|
+
[
|
|
31
|
+
1912,
|
|
32
|
+
7,
|
|
33
|
+
29
|
|
34
|
+
],
|
|
35
|
+
[
|
|
36
|
+
1926,
|
|
37
|
+
12,
|
|
38
|
+
24
|
|
39
|
+
],
|
|
40
|
+
[
|
|
41
|
+
1989,
|
|
42
|
+
1,
|
|
43
|
+
7
|
|
44
|
+
],
|
|
45
|
+
[
|
|
46
|
+
2019,
|
|
47
|
+
4,
|
|
48
|
+
30
|
|
49
|
+
]
|
|
50
|
+
], u = [
|
|
51
|
+
1867,
|
|
52
|
+
1911,
|
|
53
|
+
1925,
|
|
54
|
+
1988,
|
|
55
|
+
2018
|
|
56
|
+
], i = [
|
|
57
|
+
"meiji",
|
|
58
|
+
"taisho",
|
|
59
|
+
"showa",
|
|
60
|
+
"heisei",
|
|
61
|
+
"reiwa"
|
|
62
|
+
];
|
|
63
|
+
function h(e) {
|
|
64
|
+
const r = f.findIndex(([n, a, t]) => e.year < n || e.year === n && e.month < a || e.year === n && e.month === a && e.day < t);
|
|
65
|
+
return r === -1 ? f.length - 1 : r === 0 ? 0 : r - 1;
|
|
66
|
+
}
|
|
67
|
+
function s(e) {
|
|
68
|
+
let r = u[i.indexOf(e.era)];
|
|
69
|
+
if (!r) throw new Error("Unknown era: " + e.era);
|
|
70
|
+
return new $(e.year + r, e.month, e.day);
|
|
71
|
+
}
|
|
72
|
+
class g extends c {
|
|
73
|
+
fromJulianDay(r) {
|
|
74
|
+
let n = super.fromJulianDay(r), a = h(n);
|
|
75
|
+
return new $(this, i[a], n.year - u[a], n.month, n.day);
|
|
76
|
+
}
|
|
77
|
+
toJulianDay(r) {
|
|
78
|
+
return super.toJulianDay(s(r));
|
|
79
|
+
}
|
|
80
|
+
balanceDate(r) {
|
|
81
|
+
let n = s(r), a = h(n);
|
|
82
|
+
i[a] !== r.era && (r.era = i[a], r.year = n.year - u[a]), this.constrainDate(r);
|
|
83
|
+
}
|
|
84
|
+
constrainDate(r) {
|
|
85
|
+
let n = i.indexOf(r.era), a = D[n];
|
|
86
|
+
if (a != null) {
|
|
87
|
+
let [t, o, y] = a, m = t - u[n];
|
|
88
|
+
r.year = Math.max(1, Math.min(m, r.year)), r.year === m && (r.month = Math.min(o, r.month), r.month === o && (r.day = Math.min(y, r.day)));
|
|
15
89
|
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
if (u)
|
|
52
|
-
i.style.transform = `translate3d(0px, ${s / 2 + c.shadowOffset}px, ${-s / 2}px) rotateX(89.99deg) rotateZ(0deg) scale(${c.shadowScale})`;
|
|
53
|
-
else {
|
|
54
|
-
const f = Math.abs(w) - Math.floor(Math.abs(w) / 90) * 90, m = 1.5 - (Math.sin(f * 2 * Math.PI / 360) / 2 + Math.cos(f * 2 * Math.PI / 360) / 2), d = c.shadowScale, n = c.shadowScale / m, h = c.shadowOffset;
|
|
55
|
-
i.style.transform = `scale3d(${d}, 1, ${n}) translate3d(0px, ${l / 2 + h}px, ${-l / 2 / n}px) rotateX(-89.99deg)`;
|
|
56
|
-
}
|
|
57
|
-
const M = ($.isSafari || $.isWebView) && $.needPerspectiveFix ? -o / 2 : 0;
|
|
58
|
-
a.style.transform = `translate3d(0px,0,${M}px) rotateX(${e.isHorizontal() ? 0 : w}deg) rotateY(${e.isHorizontal() ? -w : 0}deg)`, a.style.setProperty("--swiper-cube-translate-z", `${M}px`);
|
|
59
|
-
},
|
|
60
|
-
setTransition: (t) => {
|
|
61
|
-
const {
|
|
62
|
-
el: a,
|
|
63
|
-
slides: r
|
|
64
|
-
} = e;
|
|
65
|
-
if (r.forEach((s) => {
|
|
66
|
-
s.style.transitionDuration = `${t}ms`, s.querySelectorAll(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").forEach((l) => {
|
|
67
|
-
l.style.transitionDuration = `${t}ms`;
|
|
68
|
-
});
|
|
69
|
-
}), e.params.cubeEffect.shadow && !e.isHorizontal()) {
|
|
70
|
-
const s = a.querySelector(".swiper-cube-shadow");
|
|
71
|
-
s && (s.style.transitionDuration = `${t}ms`);
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
recreateShadows: () => {
|
|
75
|
-
const t = e.isHorizontal();
|
|
76
|
-
e.slides.forEach((a) => {
|
|
77
|
-
const r = Math.max(Math.min(a.progress, 1), -1);
|
|
78
|
-
S(a, r, t);
|
|
79
|
-
});
|
|
80
|
-
},
|
|
81
|
-
getEffectParams: () => e.params.cubeEffect,
|
|
82
|
-
perspective: () => !0,
|
|
83
|
-
overwriteParams: () => ({
|
|
84
|
-
slidesPerView: 1,
|
|
85
|
-
slidesPerGroup: 1,
|
|
86
|
-
watchSlidesProgress: !0,
|
|
87
|
-
resistanceRatio: 0,
|
|
88
|
-
spaceBetween: 0,
|
|
89
|
-
centeredSlides: !1,
|
|
90
|
-
virtualTranslate: !0
|
|
91
|
-
})
|
|
92
|
-
});
|
|
90
|
+
if (r.year === 1 && n >= 0) {
|
|
91
|
+
let [, t, o] = f[n];
|
|
92
|
+
r.month = Math.max(t, r.month), r.month === t && (r.day = Math.max(o, r.day));
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
getEras() {
|
|
96
|
+
return i;
|
|
97
|
+
}
|
|
98
|
+
getYearsInEra(r) {
|
|
99
|
+
let n = i.indexOf(r.era), a = f[n], t = f[n + 1];
|
|
100
|
+
if (t == null)
|
|
101
|
+
return 9999 - a[0] + 1;
|
|
102
|
+
let o = t[0] - a[0];
|
|
103
|
+
return (r.month < t[1] || r.month === t[1] && r.day < t[2]) && o++, o;
|
|
104
|
+
}
|
|
105
|
+
getDaysInMonth(r) {
|
|
106
|
+
return super.getDaysInMonth(s(r));
|
|
107
|
+
}
|
|
108
|
+
getMinimumMonthInYear(r) {
|
|
109
|
+
let n = l(r);
|
|
110
|
+
return n ? n[1] : 1;
|
|
111
|
+
}
|
|
112
|
+
getMinimumDayInMonth(r) {
|
|
113
|
+
let n = l(r);
|
|
114
|
+
return n && r.month === n[1] ? n[2] : 1;
|
|
115
|
+
}
|
|
116
|
+
constructor(...r) {
|
|
117
|
+
super(...r), this.identifier = "japanese";
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
function l(e) {
|
|
121
|
+
if (e.year === 1) {
|
|
122
|
+
let r = i.indexOf(e.era);
|
|
123
|
+
return f[r];
|
|
124
|
+
}
|
|
93
125
|
}
|
|
94
126
|
export {
|
|
95
|
-
|
|
127
|
+
g as JapaneseCalendar
|
|
96
128
|
};
|
package/index174.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("./index166.js"),t=require("./index169.js"),o=-543;class i extends t.GregorianCalendar{fromJulianDay(e){let r=super.fromJulianDay(e),u=t.getExtendedYear(r.era,r.year);return new d.CalendarDate(this,u-o,r.month,r.day)}toJulianDay(e){return super.toJulianDay(n(e))}getEras(){return["BE"]}getDaysInMonth(e){return super.getDaysInMonth(n(e))}balanceDate(){}constructor(...e){super(...e),this.identifier="buddhist"}}function n(a){let[e,r]=t.fromExtendedYear(a.year+o);return new d.CalendarDate(e,r,a.month,a.day)}exports.BuddhistCalendar=i;
|
package/index174.mjs
CHANGED
|
@@ -1,73 +1,32 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
rtlTranslate: r
|
|
30
|
-
} = t, s = t.params.flipEffect;
|
|
31
|
-
for (let a = 0; a < e.length; a += 1) {
|
|
32
|
-
const i = e[a];
|
|
33
|
-
let f = i.progress;
|
|
34
|
-
t.params.flipEffect.limitRotation && (f = Math.max(Math.min(i.progress, 1), -1));
|
|
35
|
-
const c = i.swiperSlideOffset;
|
|
36
|
-
let o = -180 * f, l = 0, n = t.params.cssMode ? -c - t.translate : -c, m = 0;
|
|
37
|
-
t.isHorizontal() ? r && (o = -o) : (m = n, n = 0, l = -o, o = 0), t.browser && t.browser.need3dFix && (Math.abs(o) / 90 % 2 === 1 && (o += 1e-3), Math.abs(l) / 90 % 2 === 1 && (l += 1e-3)), i.style.zIndex = -Math.abs(Math.round(f)) + e.length, s.slideShadows && p(i, f);
|
|
38
|
-
const u = `translate3d(${n}px, ${m}px, 0px) rotateX(${l}deg) rotateY(${o}deg)`, S = x(s, i);
|
|
39
|
-
S.style.transform = u;
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
setTransition: (e) => {
|
|
43
|
-
const r = t.slides.map((s) => E(s));
|
|
44
|
-
r.forEach((s) => {
|
|
45
|
-
s.style.transitionDuration = `${e}ms`, s.querySelectorAll(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").forEach((a) => {
|
|
46
|
-
a.style.transitionDuration = `${e}ms`;
|
|
47
|
-
});
|
|
48
|
-
}), M({
|
|
49
|
-
swiper: t,
|
|
50
|
-
duration: e,
|
|
51
|
-
transformElements: r
|
|
52
|
-
});
|
|
53
|
-
},
|
|
54
|
-
recreateShadows: () => {
|
|
55
|
-
t.params.flipEffect, t.slides.forEach((e) => {
|
|
56
|
-
let r = e.progress;
|
|
57
|
-
t.params.flipEffect.limitRotation && (r = Math.max(Math.min(e.progress, 1), -1)), p(e, r);
|
|
58
|
-
});
|
|
59
|
-
},
|
|
60
|
-
getEffectParams: () => t.params.flipEffect,
|
|
61
|
-
perspective: () => !0,
|
|
62
|
-
overwriteParams: () => ({
|
|
63
|
-
slidesPerView: 1,
|
|
64
|
-
slidesPerGroup: 1,
|
|
65
|
-
watchSlidesProgress: !0,
|
|
66
|
-
spaceBetween: 0,
|
|
67
|
-
virtualTranslate: !t.params.cssMode
|
|
68
|
-
})
|
|
69
|
-
});
|
|
1
|
+
import { CalendarDate as n } from "./index166.mjs";
|
|
2
|
+
import { GregorianCalendar as s, getExtendedYear as $, fromExtendedYear as c } from "./index169.mjs";
|
|
3
|
+
const o = -543;
|
|
4
|
+
class u extends s {
|
|
5
|
+
fromJulianDay(e) {
|
|
6
|
+
let r = super.fromJulianDay(e), d = $(r.era, r.year);
|
|
7
|
+
return new n(this, d - o, r.month, r.day);
|
|
8
|
+
}
|
|
9
|
+
toJulianDay(e) {
|
|
10
|
+
return super.toJulianDay(t(e));
|
|
11
|
+
}
|
|
12
|
+
getEras() {
|
|
13
|
+
return [
|
|
14
|
+
"BE"
|
|
15
|
+
];
|
|
16
|
+
}
|
|
17
|
+
getDaysInMonth(e) {
|
|
18
|
+
return super.getDaysInMonth(t(e));
|
|
19
|
+
}
|
|
20
|
+
balanceDate() {
|
|
21
|
+
}
|
|
22
|
+
constructor(...e) {
|
|
23
|
+
super(...e), this.identifier = "buddhist";
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
function t(a) {
|
|
27
|
+
let [e, r] = c(a.year + o);
|
|
28
|
+
return new n(e, r, a.month, a.day);
|
|
70
29
|
}
|
|
71
30
|
export {
|
|
72
|
-
|
|
31
|
+
u as BuddhistCalendar
|
|
73
32
|
};
|
package/index175.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("./index166.js"),o=require("./index169.js"),n=1911;function l(r){return r.era==="minguo"?r.year+n:1-r.year+n}function u(r){let e=r-n;return e>0?["minguo",e]:["before_minguo",1-e]}class c extends o.GregorianCalendar{fromJulianDay(e){let a=super.fromJulianDay(e),t=o.getExtendedYear(a.era,a.year),[s,g]=u(t);return new f.CalendarDate(this,s,g,a.month,a.day)}toJulianDay(e){return super.toJulianDay(i(e))}getEras(){return["before_minguo","minguo"]}balanceDate(e){let[a,t]=u(l(e));e.era=a,e.year=t}isInverseEra(e){return e.era==="before_minguo"}getDaysInMonth(e){return super.getDaysInMonth(i(e))}getYearsInEra(e){return e.era==="before_minguo"?9999:9999-n}constructor(...e){super(...e),this.identifier="roc"}}function i(r){let[e,a]=o.fromExtendedYear(l(r));return new f.CalendarDate(e,a,r.month,r.day)}exports.TaiwanCalendar=c;
|
package/index175.mjs
CHANGED
|
@@ -1,59 +1,54 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
perspective: () => !0,
|
|
52
|
-
overwriteParams: () => ({
|
|
53
|
-
watchSlidesProgress: !0
|
|
54
|
-
})
|
|
55
|
-
});
|
|
1
|
+
import { CalendarDate as f } from "./index166.mjs";
|
|
2
|
+
import { GregorianCalendar as c, getExtendedYear as s, fromExtendedYear as g } from "./index169.mjs";
|
|
3
|
+
const n = 1911;
|
|
4
|
+
function i(r) {
|
|
5
|
+
return r.era === "minguo" ? r.year + n : 1 - r.year + n;
|
|
6
|
+
}
|
|
7
|
+
function o(r) {
|
|
8
|
+
let e = r - n;
|
|
9
|
+
return e > 0 ? [
|
|
10
|
+
"minguo",
|
|
11
|
+
e
|
|
12
|
+
] : [
|
|
13
|
+
"before_minguo",
|
|
14
|
+
1 - e
|
|
15
|
+
];
|
|
16
|
+
}
|
|
17
|
+
class m extends c {
|
|
18
|
+
fromJulianDay(e) {
|
|
19
|
+
let a = super.fromJulianDay(e), t = s(a.era, a.year), [u, $] = o(t);
|
|
20
|
+
return new f(this, u, $, a.month, a.day);
|
|
21
|
+
}
|
|
22
|
+
toJulianDay(e) {
|
|
23
|
+
return super.toJulianDay(b(e));
|
|
24
|
+
}
|
|
25
|
+
getEras() {
|
|
26
|
+
return [
|
|
27
|
+
"before_minguo",
|
|
28
|
+
"minguo"
|
|
29
|
+
];
|
|
30
|
+
}
|
|
31
|
+
balanceDate(e) {
|
|
32
|
+
let [a, t] = o(i(e));
|
|
33
|
+
e.era = a, e.year = t;
|
|
34
|
+
}
|
|
35
|
+
isInverseEra(e) {
|
|
36
|
+
return e.era === "before_minguo";
|
|
37
|
+
}
|
|
38
|
+
getDaysInMonth(e) {
|
|
39
|
+
return super.getDaysInMonth(b(e));
|
|
40
|
+
}
|
|
41
|
+
getYearsInEra(e) {
|
|
42
|
+
return e.era === "before_minguo" ? 9999 : 9999 - n;
|
|
43
|
+
}
|
|
44
|
+
constructor(...e) {
|
|
45
|
+
super(...e), this.identifier = "roc";
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
function b(r) {
|
|
49
|
+
let [e, a] = g(i(r));
|
|
50
|
+
return new f(e, a, r.month, r.day);
|
|
56
51
|
}
|
|
57
52
|
export {
|
|
58
|
-
|
|
53
|
+
m as TaiwanCalendar
|
|
59
54
|
};
|
package/index176.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const f=require("./index166.js"),u=require("./index172.js"),o=1948320,l=[0,31,62,93,124,155,186,216,246,276,306,336];class c{fromJulianDay(e){let r=e-o,a=1+Math.floor((33*r+3)/12053),i=365*(a-1)+Math.floor((8*a+21)/33),t=r-i,n=t<216?Math.floor(t/31):Math.floor((t-6)/30),s=t-l[n]+1;return new f.CalendarDate(this,a,n+1,s)}toJulianDay(e){let r=o-1+365*(e.year-1)+Math.floor((8*e.year+21)/33);return r+=l[e.month-1],r+=e.day,r}getMonthsInYear(){return 12}getDaysInMonth(e){return e.month<=6?31:e.month<=11||u.mod(25*e.year+11,33)<8?30:29}getEras(){return["AP"]}getYearsInEra(){return 9377}constructor(){this.identifier="persian"}}exports.PersianCalendar=c;
|
package/index176.mjs
CHANGED
|
@@ -1,102 +1,47 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
} = e, w = t.params.centeredSlides;
|
|
45
|
-
if (w) {
|
|
46
|
-
const m = c[0] / 2 - t.params.slidesOffsetBefore || 0;
|
|
47
|
-
d.style.transform = `translateX(calc(50% - ${m}px))`;
|
|
48
|
-
}
|
|
49
|
-
for (let m = 0; m < r.length; m += 1) {
|
|
50
|
-
const a = r[m], v = a.progress, o = Math.min(Math.max(a.progress, -e.limitProgress), e.limitProgress);
|
|
51
|
-
let i = o;
|
|
52
|
-
w || (i = Math.min(Math.max(a.originalProgress, -e.limitProgress), e.limitProgress));
|
|
53
|
-
const M = a.swiperSlideOffset, p = [t.params.cssMode ? -M - t.translate : -M, 0, 0], g = [0, 0, 0];
|
|
54
|
-
let h = !1;
|
|
55
|
-
t.isHorizontal() || (p[1] = p[0], p[0] = 0);
|
|
56
|
-
let s = {
|
|
57
|
-
translate: [0, 0, 0],
|
|
58
|
-
rotate: [0, 0, 0],
|
|
59
|
-
scale: 1,
|
|
60
|
-
opacity: 1
|
|
61
|
-
};
|
|
62
|
-
o < 0 ? (s = e.next, h = !0) : o > 0 && (s = e.prev, h = !0), p.forEach((l, n) => {
|
|
63
|
-
p[n] = `calc(${l}px + (${S(s.translate[n])} * ${Math.abs(o * f)}))`;
|
|
64
|
-
}), g.forEach((l, n) => {
|
|
65
|
-
let u = s.rotate[n] * Math.abs(o * f);
|
|
66
|
-
t.browser && t.browser.need3dFix && Math.abs(u) / 90 % 2 === 1 && (u += 1e-3), g[n] = u;
|
|
67
|
-
}), a.style.zIndex = -Math.abs(Math.round(v)) + r.length;
|
|
68
|
-
const x = p.join(", "), T = `rotateX(${g[0]}deg) rotateY(${g[1]}deg) rotateZ(${g[2]}deg)`, b = i < 0 ? `scale(${1 + (1 - s.scale) * i * f})` : `scale(${1 - (1 - s.scale) * i * f})`, O = i < 0 ? 1 + (1 - s.opacity) * i * f : 1 - (1 - s.opacity) * i * f, z = `translate3d(${x}) ${T} ${b}`;
|
|
69
|
-
if (h && s.shadow || !h) {
|
|
70
|
-
let l = a.querySelector(".swiper-slide-shadow");
|
|
71
|
-
if (!l && s.shadow && (l = q("creative", a)), l) {
|
|
72
|
-
const n = e.shadowPerProgress ? o * (1 / e.limitProgress) : o;
|
|
73
|
-
l.style.opacity = Math.min(Math.max(Math.abs(n), 0), 1);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
const y = D(e, a);
|
|
77
|
-
y.style.transform = z, y.style.opacity = O, s.origin && (y.style.transformOrigin = s.origin);
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
setTransition: (r) => {
|
|
81
|
-
const d = t.slides.map((c) => V(c));
|
|
82
|
-
d.forEach((c) => {
|
|
83
|
-
c.style.transitionDuration = `${r}ms`, c.querySelectorAll(".swiper-slide-shadow").forEach((e) => {
|
|
84
|
-
e.style.transitionDuration = `${r}ms`;
|
|
85
|
-
});
|
|
86
|
-
}), I({
|
|
87
|
-
swiper: t,
|
|
88
|
-
duration: r,
|
|
89
|
-
transformElements: d,
|
|
90
|
-
allSlides: !0
|
|
91
|
-
});
|
|
92
|
-
},
|
|
93
|
-
perspective: () => t.params.creativeEffect.perspective,
|
|
94
|
-
overwriteParams: () => ({
|
|
95
|
-
watchSlidesProgress: !0,
|
|
96
|
-
virtualTranslate: !t.params.cssMode
|
|
97
|
-
})
|
|
98
|
-
});
|
|
1
|
+
import { CalendarDate as i } from "./index166.mjs";
|
|
2
|
+
import { mod as c } from "./index172.mjs";
|
|
3
|
+
const n = 1948320, f = [
|
|
4
|
+
0,
|
|
5
|
+
31,
|
|
6
|
+
62,
|
|
7
|
+
93,
|
|
8
|
+
124,
|
|
9
|
+
155,
|
|
10
|
+
186,
|
|
11
|
+
216,
|
|
12
|
+
246,
|
|
13
|
+
276,
|
|
14
|
+
306,
|
|
15
|
+
336
|
|
16
|
+
// Esfand
|
|
17
|
+
];
|
|
18
|
+
class u {
|
|
19
|
+
fromJulianDay(e) {
|
|
20
|
+
let r = e - n, t = 1 + Math.floor((33 * r + 3) / 12053), s = 365 * (t - 1) + Math.floor((8 * t + 21) / 33), a = r - s, o = a < 216 ? Math.floor(a / 31) : Math.floor((a - 6) / 30), l = a - f[o] + 1;
|
|
21
|
+
return new i(this, t, o + 1, l);
|
|
22
|
+
}
|
|
23
|
+
toJulianDay(e) {
|
|
24
|
+
let r = n - 1 + 365 * (e.year - 1) + Math.floor((8 * e.year + 21) / 33);
|
|
25
|
+
return r += f[e.month - 1], r += e.day, r;
|
|
26
|
+
}
|
|
27
|
+
getMonthsInYear() {
|
|
28
|
+
return 12;
|
|
29
|
+
}
|
|
30
|
+
getDaysInMonth(e) {
|
|
31
|
+
return e.month <= 6 ? 31 : e.month <= 11 || c(25 * e.year + 11, 33) < 8 ? 30 : 29;
|
|
32
|
+
}
|
|
33
|
+
getEras() {
|
|
34
|
+
return [
|
|
35
|
+
"AP"
|
|
36
|
+
];
|
|
37
|
+
}
|
|
38
|
+
getYearsInEra() {
|
|
39
|
+
return 9377;
|
|
40
|
+
}
|
|
41
|
+
constructor() {
|
|
42
|
+
this.identifier = "persian";
|
|
43
|
+
}
|
|
99
44
|
}
|
|
100
45
|
export {
|
|
101
|
-
|
|
46
|
+
u as PersianCalendar
|
|
102
47
|
};
|
package/index177.js
CHANGED
|
@@ -1,5 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
translate3d(${r}, ${d}, ${v}px)
|
|
3
|
-
rotateZ(${i.rotate?a?-m:m:0}deg)
|
|
4
|
-
scale(${P})
|
|
5
|
-
`;if(i.slideShadows){let s=n.querySelector(".swiper-slide-shadow");s||(s=D.c("cards",n)),s&&(s.style.opacity=Math.min(Math.max((Math.abs(t)-.5)/.5,0),1))}n.style.zIndex=-Math.abs(Math.round(w))+o.length;const O=z.e(i,n);O.style.transform=I}},g=o=>{const l=e.slides.map(a=>R.l(a));l.forEach(a=>{a.style.transitionDuration=`${o}ms`,a.querySelectorAll(".swiper-slide-shadow").forEach(i=>{i.style.transitionDuration=`${o}ms`})}),A.e({swiper:e,duration:o,transformElements:l})};X.e({effect:"cards",swiper:e,on:T,setTranslate:b,setTransition:g,perspective:()=>!0,overwriteParams:()=>({watchSlidesProgress:!0,virtualTranslate:!e.params.cssMode})})}module.exports=Y;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("./index166.js"),t=require("./index169.js"),u=78,y=80;class f extends t.GregorianCalendar{fromJulianDay(e){let i=super.fromJulianDay(e),l=i.year-u,r=e-t.gregorianToJulianDay(i.era,i.year,1,1),n;r<y?(l--,n=t.isLeapYear(i.year-1)?31:30,r+=n+155+90+10):(n=t.isLeapYear(i.year)?31:30,r-=y);let a,s;if(r<n)a=1,s=r+1;else{let o=r-n;o<155?(a=Math.floor(o/31)+2,s=o%31+1):(o-=155,a=Math.floor(o/30)+7,s=o%30+1)}return new d.CalendarDate(this,l,a,s)}toJulianDay(e){let i=e.year+u,[l,r]=t.fromExtendedYear(i),n,a;return t.isLeapYear(r)?(n=31,a=t.gregorianToJulianDay(l,r,3,21)):(n=30,a=t.gregorianToJulianDay(l,r,3,22)),e.month===1?a+e.day-1:(a+=n+Math.min(e.month-2,5)*31,e.month>=8&&(a+=(e.month-7)*30),a+=e.day-1,a)}getDaysInMonth(e){return e.month===1&&t.isLeapYear(e.year+u)||e.month>=2&&e.month<=6?31:30}getYearsInEra(){return 9919}getEras(){return["saka"]}balanceDate(){}constructor(...e){super(...e),this.identifier="indian"}}exports.IndianCalendar=f;
|