md-components-mdigial-azamat 0.0.37 → 0.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AllComponents.js +6 -5
- package/dist/AnimatedSwiper/index.js +2 -2
- package/dist/Header/Header.js +31 -6
- package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +58 -13
- package/dist/Header/components/HeaderMobile/HeaderMobile.js +71 -9
- package/dist/Header/components/HeaderMobile/index.js +1 -1
- package/dist/Header/components/HeaderSearch/HeaderSearch.js +157 -11
- package/dist/Header/components/HeaderSearch/index.js +2 -2
- package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +2 -2
- package/dist/Header/components/HeaderWeb/HeaderWeb.js +9 -9
- package/dist/Header/components/SelectLanguage/SelectLanguage.js +1 -1
- package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
- package/dist/Header/index.js +2 -2
- package/dist/InfoBannerList/InfoBannerList.js +1 -1
- package/dist/InfoBannerList/index.js +1 -1
- package/dist/InstructionList/InstructionList.js +1 -1
- package/dist/InstructionList/components/InstructionCard/InstructionCard.js +8 -8
- package/dist/InstructionList/components/InstructionCard/index.js +1 -1
- package/dist/InstructionList/index.js +1 -1
- package/dist/PageViewer/PageViewer.js +3 -4
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +9 -9
- package/dist/PreviewList/components/PreviewCard/index.js +1 -1
- package/dist/PreviewList/index.js +1 -1
- package/dist/PromoPoster/PromoPoster.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/StandartTable/components/CardMarkedRow/index.js +10 -10
- package/dist/StandartTable/index.js +1 -1
- package/dist/SwiperList/SwiperList.js +3 -3
- package/dist/SwiperList/index.js +1 -1
- package/dist/TasksBanner/TasksBanner.js +3 -3
- package/dist/TasksBanner/index.js +2 -2
- package/dist/TasksBannerList/TasksBannerList.js +1 -1
- package/dist/TasksBannerList/index.js +1 -1
- package/dist/{componentsMap-e7dba337.js → componentsMap-1d79e069.js} +23 -22
- package/dist/header-4f7ca247.js +107 -0
- package/dist/{index-66837af1.js → index-9c3ff10b.js} +55 -55
- package/dist/index-a302b5ed.js +787 -0
- package/dist/{languages-list-8419e560.js → languages-list-87ab3324.js} +2 -2
- package/dist/main.js +78 -81
- package/dist/{mousewheel-865ae601.js → mousewheel-f9c6bcd7.js} +1 -1
- package/dist/{swiper-react-90953710.js → swiper-react-39919ab6.js} +251 -251
- package/package.json +1 -1
- package/dist/index-3a534581.js +0 -261
- package/dist/index-3f94ad07.js +0 -925
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../index-6af94f99.js";
|
|
3
3
|
import "../const-637b0dca.js";
|
|
4
4
|
import "../ComponentContainer-cdb2528c.js";
|
|
5
|
-
import { P as e } from "../index-
|
|
5
|
+
import { P as e } from "../index-a302b5ed.js";
|
|
6
6
|
export {
|
|
7
7
|
e as PreviewList
|
|
8
8
|
};
|
|
@@ -2,13 +2,6 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../../../ConfigProvider/index.js";
|
|
3
3
|
import "../../../Banner/Banner.js";
|
|
4
4
|
import "../../../BannerAndText/index.js";
|
|
5
|
-
import "react";
|
|
6
|
-
import "../../../index-2265d593.js";
|
|
7
|
-
import "../../../Header/components/HeaderTabsMobile/HeaderTabsMobile.js";
|
|
8
|
-
import "../../../HtmlContent/HtmlContent.js";
|
|
9
|
-
import "../../../Header/components/TabsOutlined/TabsOutlined.js";
|
|
10
|
-
import "../../../index-6af94f99.js";
|
|
11
|
-
import "../../../const-637b0dca.js";
|
|
12
5
|
import "../../../Stepper/Stepper.js";
|
|
13
6
|
import "../../../Segments/Segments.js";
|
|
14
7
|
import "../../../Video/VideoFull/VideoFull.js";
|
|
@@ -21,7 +14,8 @@ import "../../../Partners/Partners.js";
|
|
|
21
14
|
import "../../../CardImageList/CardImageList.js";
|
|
22
15
|
import "../../../MainBanner/MainBanner.js";
|
|
23
16
|
import "../../../Faq/Faq.js";
|
|
24
|
-
import
|
|
17
|
+
import "../../../HtmlContent/HtmlContent.js";
|
|
18
|
+
import { e as T, i as U } from "../../../index-a302b5ed.js";
|
|
25
19
|
import "../../../HeroPossibilityBanner/index.js";
|
|
26
20
|
import "../../../PartnersColors/PartnersColors.js";
|
|
27
21
|
import "../../../Cards/CardImage/CardImage.js";
|
|
@@ -34,10 +28,16 @@ import "../../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
|
34
28
|
import "../../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
35
29
|
import "../../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
36
30
|
import "../../../Faq/components/Collapse/Collapse.js";
|
|
37
|
-
import "
|
|
31
|
+
import "react";
|
|
32
|
+
import "../../../index-6af94f99.js";
|
|
33
|
+
import "../../../const-637b0dca.js";
|
|
34
|
+
import "../../../index-2265d593.js";
|
|
35
|
+
import "../../../index-9c3ff10b.js";
|
|
38
36
|
import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
|
|
39
37
|
import "../../../CardInfoTable/index.js";
|
|
40
38
|
import "../../../DownloadFile/components/DownloadFileBright/index.js";
|
|
39
|
+
import "../../../Header/components/HeaderTabsMobile/HeaderTabsMobile.js";
|
|
40
|
+
import "../../../Header/components/TabsOutlined/TabsOutlined.js";
|
|
41
41
|
import "../../../IntroBanner/IntroBanner.js";
|
|
42
42
|
import "../../../Space/Space.js";
|
|
43
43
|
import "../../../VideoMainBanner/VideoMainBanner.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../Types/FiledTypes.js";
|
|
3
|
-
import { b as s } from "../index-
|
|
3
|
+
import { b as s } from "../index-a302b5ed.js";
|
|
4
4
|
import "../ComponentContainer-cdb2528c.js";
|
|
5
5
|
import "../cn-6a4bf187.js";
|
|
6
6
|
import "../useScreenSize-c1b64c02.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as n, Fragment as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../componentsMap-
|
|
2
|
+
import { c as i } from "../componentsMap-1d79e069.js";
|
|
3
3
|
const d = ({ components: o, device: p }) => /* @__PURE__ */ n(t, { children: o.map((r) => {
|
|
4
4
|
const e = i[r.key];
|
|
5
5
|
return e ? /* @__PURE__ */ n(
|
|
@@ -1,16 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { j as U, C as V } from "../../../index-a302b5ed.js";
|
|
3
3
|
import "../../../ConfigProvider/index.js";
|
|
4
4
|
import "../../../Banner/Banner.js";
|
|
5
5
|
import "../../../BannerAndText/index.js";
|
|
6
|
-
import "../../../cn-6a4bf187.js";
|
|
7
|
-
import "react";
|
|
8
|
-
import "../../../index-2265d593.js";
|
|
9
|
-
import "../../../Header/components/HeaderTabsMobile/HeaderTabsMobile.js";
|
|
10
|
-
import "../../../HtmlContent/HtmlContent.js";
|
|
11
|
-
import "../../../Header/components/TabsOutlined/TabsOutlined.js";
|
|
12
|
-
import "../../../index-6af94f99.js";
|
|
13
|
-
import "../../../const-637b0dca.js";
|
|
14
6
|
import "../../../Stepper/Stepper.js";
|
|
15
7
|
import "../../../Segments/Segments.js";
|
|
16
8
|
import "../../../Video/VideoFull/VideoFull.js";
|
|
@@ -23,6 +15,7 @@ import "../../../Partners/Partners.js";
|
|
|
23
15
|
import "../../../CardImageList/CardImageList.js";
|
|
24
16
|
import "../../../MainBanner/MainBanner.js";
|
|
25
17
|
import "../../../Faq/Faq.js";
|
|
18
|
+
import "../../../HtmlContent/HtmlContent.js";
|
|
26
19
|
import "../../../HeroPossibilityBanner/index.js";
|
|
27
20
|
import "../../../PartnersColors/PartnersColors.js";
|
|
28
21
|
import "../../../Cards/CardImage/CardImage.js";
|
|
@@ -35,10 +28,17 @@ import "../../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
|
35
28
|
import "../../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
36
29
|
import "../../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
37
30
|
import "../../../Faq/components/Collapse/Collapse.js";
|
|
38
|
-
import "
|
|
31
|
+
import "react";
|
|
32
|
+
import "../../../index-6af94f99.js";
|
|
33
|
+
import "../../../const-637b0dca.js";
|
|
34
|
+
import "../../../cn-6a4bf187.js";
|
|
35
|
+
import "../../../index-2265d593.js";
|
|
36
|
+
import "../../../index-9c3ff10b.js";
|
|
39
37
|
import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
|
|
40
38
|
import "../../../CardInfoTable/index.js";
|
|
41
39
|
import "../../../DownloadFile/components/DownloadFileBright/index.js";
|
|
40
|
+
import "../../../Header/components/HeaderTabsMobile/HeaderTabsMobile.js";
|
|
41
|
+
import "../../../Header/components/TabsOutlined/TabsOutlined.js";
|
|
42
42
|
import "../../../IntroBanner/IntroBanner.js";
|
|
43
43
|
import "../../../Space/Space.js";
|
|
44
44
|
import "../../../VideoMainBanner/VideoMainBanner.js";
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../Types/FiledTypes.js";
|
|
3
3
|
import "../ComponentContainer-cdb2528c.js";
|
|
4
4
|
import "../cn-6a4bf187.js";
|
|
5
|
-
import { c as e } from "../index-
|
|
5
|
+
import { c as e } from "../index-a302b5ed.js";
|
|
6
6
|
import "./components/CardWarning/index.js";
|
|
7
7
|
export {
|
|
8
8
|
e as StandartTable
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-9c3ff10b.js";
|
|
4
4
|
import "../Types/FiledTypes.js";
|
|
5
|
-
import "../swiper-react-
|
|
6
|
-
import { S as w } from "../index-
|
|
5
|
+
import "../swiper-react-39919ab6.js";
|
|
6
|
+
import { S as w } from "../index-a302b5ed.js";
|
|
7
7
|
import "../ComponentContainer-cdb2528c.js";
|
|
8
8
|
import "./components/Bullet/Bullet.js";
|
|
9
9
|
import "./components/Slide/Slide.js";
|
package/dist/SwiperList/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import {
|
|
3
|
+
import { l as e, k as n } from "../index-a302b5ed.js";
|
|
4
4
|
import "../HtmlContent/HtmlContent.js";
|
|
5
5
|
import "../Types/FiledTypes.js";
|
|
6
6
|
import "../index-2265d593.js";
|
|
7
7
|
import "../cn-6a4bf187.js";
|
|
8
8
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
e as TasksBanner,
|
|
10
|
+
n as TasksBannerFields
|
|
11
11
|
};
|
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import { A as r } from "./index-
|
|
1
|
+
import { A as r } from "./index-9c3ff10b.js";
|
|
2
2
|
import { Banner as o } from "./Banner/Banner.js";
|
|
3
|
-
import { CardIconList as
|
|
4
|
-
import { CardImageList as
|
|
3
|
+
import { CardIconList as m } from "./CardIconList/CardIconList.js";
|
|
4
|
+
import { CardImageList as i } from "./CardImageList/CardImageList.js";
|
|
5
5
|
import { CardImageSecondaryList as t } from "./CardImageSecondaryList/CardImageSecondaryList.js";
|
|
6
6
|
import { CardInfoTable as a } from "./CardInfoTable/index.js";
|
|
7
7
|
import { WarningCard as n } from "./Cards/WarningCard/WarningCard.js";
|
|
8
8
|
import { ContentCardList as e } from "./ContentCardList/ContentCardList.js";
|
|
9
9
|
import { DownloadFileBanner as p } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
10
|
-
import { DownloadFileBright as
|
|
11
|
-
import { DownloadFileFull as
|
|
10
|
+
import { DownloadFileBright as f } from "./DownloadFile/components/DownloadFileBright/index.js";
|
|
11
|
+
import { DownloadFileFull as s } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
12
12
|
import { DownloadFileHalf as d } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
13
13
|
import { DownloadFileMini as l } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
14
14
|
import { Faq as L } from "./Faq/Faq.js";
|
|
15
15
|
import { Footer as C } from "./Footer/Footer.js";
|
|
16
|
-
import {
|
|
16
|
+
import { Header as F } from "./Header/Header.js";
|
|
17
|
+
import { I as c, P as w, S as B, a as I, T as S, b as M, c as P } from "./index-a302b5ed.js";
|
|
17
18
|
import { IntroBanner as g } from "./IntroBanner/IntroBanner.js";
|
|
18
19
|
import { MainBanner as D } from "./MainBanner/MainBanner.js";
|
|
19
20
|
import { MultiCards as u } from "./MultiCards/index.js";
|
|
20
21
|
import { Partners as T } from "./Partners/Partners.js";
|
|
21
22
|
import { PartnersColors as V } from "./PartnersColors/PartnersColors.js";
|
|
22
23
|
import { Segments as b } from "./Segments/Segments.js";
|
|
23
|
-
import { Space as
|
|
24
|
-
import { Stepper as
|
|
24
|
+
import { Space as A } from "./Space/Space.js";
|
|
25
|
+
import { Stepper as H } from "./Stepper/Stepper.js";
|
|
25
26
|
import { VideoFull as h } from "./Video/VideoFull/VideoFull.js";
|
|
26
27
|
import { VideoList as k } from "./Video/VideoList/VideoList.js";
|
|
27
28
|
import { VideoListMini as q } from "./Video/VideoListMini/VideoListMini.js";
|
|
28
29
|
import { VideoMainBanner as v } from "./VideoMainBanner/VideoMainBanner.js";
|
|
29
30
|
const sr = {
|
|
30
31
|
Banner: o,
|
|
31
|
-
CardImageList:
|
|
32
|
-
Stepper:
|
|
32
|
+
CardImageList: i,
|
|
33
|
+
Stepper: H,
|
|
33
34
|
Segments: b,
|
|
34
35
|
VideoFull: h,
|
|
35
36
|
VideoList: k,
|
|
36
37
|
VideoListMini: q,
|
|
37
38
|
ContentCardList: e,
|
|
38
|
-
CardIconList:
|
|
39
|
+
CardIconList: m,
|
|
39
40
|
MultiCards: u,
|
|
40
41
|
Partners: T,
|
|
41
42
|
PartnersColors: V,
|
|
@@ -44,23 +45,23 @@ const sr = {
|
|
|
44
45
|
Faq: L,
|
|
45
46
|
DownloadFileBanner: p,
|
|
46
47
|
DownloadFileHalf: d,
|
|
47
|
-
DownloadFileFull:
|
|
48
|
+
DownloadFileFull: s,
|
|
48
49
|
DownloadFileMini: l,
|
|
49
|
-
InstructionList:
|
|
50
|
-
PreviewList:
|
|
51
|
-
SwiperList:
|
|
50
|
+
InstructionList: c,
|
|
51
|
+
PreviewList: w,
|
|
52
|
+
SwiperList: B,
|
|
52
53
|
AnimatedSwiper: r,
|
|
53
|
-
InfoBannerList:
|
|
54
|
-
TasksBannerList:
|
|
54
|
+
InfoBannerList: I,
|
|
55
|
+
TasksBannerList: S,
|
|
55
56
|
VideoMainBanner: v,
|
|
56
|
-
Space:
|
|
57
|
-
PromoPoster:
|
|
57
|
+
Space: A,
|
|
58
|
+
PromoPoster: M,
|
|
58
59
|
CardImageSecondaryList: t,
|
|
59
60
|
CardInfoTable: a,
|
|
60
|
-
StandartTable:
|
|
61
|
+
StandartTable: P,
|
|
61
62
|
IntroBanner: g,
|
|
62
|
-
DownloadFileBright:
|
|
63
|
-
Header:
|
|
63
|
+
DownloadFileBright: f,
|
|
64
|
+
Header: F,
|
|
64
65
|
Footer: C
|
|
65
66
|
};
|
|
66
67
|
export {
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { useRef as o, useEffect as b, useMemo as k } from "react";
|
|
2
|
+
import { L as M } from "./languages-list-87ab3324.js";
|
|
3
|
+
function q(u, r, e, i) {
|
|
4
|
+
var s = this, a = o(null), f = o(0), w = o(0), c = o(null), l = o([]), d = o(), m = o(), x = o(u), g = o(!0);
|
|
5
|
+
x.current = u;
|
|
6
|
+
var E = typeof window < "u", p = !r && r !== 0 && E;
|
|
7
|
+
if (typeof u != "function")
|
|
8
|
+
throw new TypeError("Expected a function");
|
|
9
|
+
r = +r || 0;
|
|
10
|
+
var L = !!(e = e || {}).leading, S = !("trailing" in e) || !!e.trailing, h = "maxWait" in e, H = "debounceOnServer" in e && !!e.debounceOnServer, y = h ? Math.max(+e.maxWait || 0, r) : null;
|
|
11
|
+
b(function() {
|
|
12
|
+
return g.current = !0, function() {
|
|
13
|
+
g.current = !1;
|
|
14
|
+
};
|
|
15
|
+
}, []);
|
|
16
|
+
var D = k(function() {
|
|
17
|
+
var _ = function(n) {
|
|
18
|
+
var t = l.current, T = d.current;
|
|
19
|
+
return l.current = d.current = null, f.current = n, w.current = w.current || n, m.current = x.current.apply(T, t);
|
|
20
|
+
}, v = function(n, t) {
|
|
21
|
+
p && cancelAnimationFrame(c.current), c.current = p ? requestAnimationFrame(n) : setTimeout(n, t);
|
|
22
|
+
}, I = function(n) {
|
|
23
|
+
if (!g.current)
|
|
24
|
+
return !1;
|
|
25
|
+
var t = n - a.current;
|
|
26
|
+
return !a.current || t >= r || t < 0 || h && n - f.current >= y;
|
|
27
|
+
}, U = function(n) {
|
|
28
|
+
return c.current = null, S && l.current ? _(n) : (l.current = d.current = null, m.current);
|
|
29
|
+
}, G = function n() {
|
|
30
|
+
var t = Date.now();
|
|
31
|
+
if (L && w.current === f.current && F(), I(t))
|
|
32
|
+
return U(t);
|
|
33
|
+
if (g.current) {
|
|
34
|
+
var T = r - (t - a.current), P = h ? Math.min(T, y - (t - f.current)) : T;
|
|
35
|
+
v(n, P);
|
|
36
|
+
}
|
|
37
|
+
}, F = function() {
|
|
38
|
+
i && i({});
|
|
39
|
+
}, A = function() {
|
|
40
|
+
if (E || H) {
|
|
41
|
+
var n = Date.now(), t = I(n);
|
|
42
|
+
if (l.current = [].slice.call(arguments), d.current = s, a.current = n, t) {
|
|
43
|
+
if (!c.current && g.current)
|
|
44
|
+
return f.current = a.current, v(G, r), L ? _(a.current) : m.current;
|
|
45
|
+
if (h)
|
|
46
|
+
return v(G, r), _(a.current);
|
|
47
|
+
}
|
|
48
|
+
return c.current || v(G, r), m.current;
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
return A.cancel = function() {
|
|
52
|
+
var n = c.current;
|
|
53
|
+
n && (p ? cancelAnimationFrame(c.current) : clearTimeout(c.current)), f.current = 0, l.current = a.current = d.current = c.current = null, n && i && i({});
|
|
54
|
+
}, A.isPending = function() {
|
|
55
|
+
return !!c.current;
|
|
56
|
+
}, A.flush = function() {
|
|
57
|
+
return c.current ? U(Date.now()) : m.current;
|
|
58
|
+
}, A;
|
|
59
|
+
}, [L, h, r, y, S, p, E, H, i]);
|
|
60
|
+
return D;
|
|
61
|
+
}
|
|
62
|
+
const O = {}.VITE_API_URL || "https://mbank.kg/api/", W = "app_language", R = () => localStorage.getItem(W) || M.RU, $ = async (u, r = {}) => {
|
|
63
|
+
const e = R(), i = `${O}${u}`;
|
|
64
|
+
try {
|
|
65
|
+
const s = await fetch(i, {
|
|
66
|
+
...r,
|
|
67
|
+
headers: {
|
|
68
|
+
"Accept-Language": e,
|
|
69
|
+
"Content-Type": "application/json",
|
|
70
|
+
...r.headers
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
if (!s.ok) {
|
|
74
|
+
if (r.method === "GET" || !r.method)
|
|
75
|
+
return { data: null };
|
|
76
|
+
throw new Error(`HTTP error! status: ${s.status}`);
|
|
77
|
+
}
|
|
78
|
+
return { data: await s.json() };
|
|
79
|
+
} catch (s) {
|
|
80
|
+
if (r.method === "GET" || !r.method)
|
|
81
|
+
return { data: null };
|
|
82
|
+
throw s;
|
|
83
|
+
}
|
|
84
|
+
}, B = {
|
|
85
|
+
getHeaderSections(u, r) {
|
|
86
|
+
const e = `v2/header/?page_type=${r || ""}`;
|
|
87
|
+
return $(e, {
|
|
88
|
+
method: "GET",
|
|
89
|
+
headers: {
|
|
90
|
+
"Accept-Language": u || R()
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
},
|
|
94
|
+
searchHeader(u, r) {
|
|
95
|
+
const e = `v2/search/?search=${encodeURIComponent(u)}`;
|
|
96
|
+
return $(e, {
|
|
97
|
+
method: "GET",
|
|
98
|
+
headers: {
|
|
99
|
+
"Accept-Language": r || R()
|
|
100
|
+
}
|
|
101
|
+
});
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
export {
|
|
105
|
+
B as H,
|
|
106
|
+
q as c
|
|
107
|
+
};
|
|
@@ -2,11 +2,58 @@ import { jsx as r, jsxs as j } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as J, useRef as C } from "react";
|
|
3
3
|
import { Bullet as K } from "./SwiperList/components/Bullet/Bullet.js";
|
|
4
4
|
import { FieldTypes as v } from "./Types/FiledTypes.js";
|
|
5
|
-
import { d as B, a as Q, N as U, b as W } from "./swiper-react-
|
|
5
|
+
import { d as B, a as Q, N as U, b as W } from "./swiper-react-39919ab6.js";
|
|
6
6
|
import { c as D } from "./cn-6a4bf187.js";
|
|
7
7
|
import { u as X } from "./useScreenSize-c1b64c02.js";
|
|
8
8
|
import { Slide as Y } from "./AnimatedSwiper/Slide/Slide.js";
|
|
9
|
-
import './assets/index2.css';
|
|
9
|
+
import './assets/index2.css';const Z = ({
|
|
10
|
+
color: f = "#40474F",
|
|
11
|
+
size: e = 24,
|
|
12
|
+
...y
|
|
13
|
+
}) => /* @__PURE__ */ r(
|
|
14
|
+
"svg",
|
|
15
|
+
{
|
|
16
|
+
width: e,
|
|
17
|
+
height: e,
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
21
|
+
...y,
|
|
22
|
+
children: /* @__PURE__ */ r(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
d: "M17 22L8.41418 13.4142C7.74752 12.7476 7.41418 12.4142 7.41418 12C7.41418 11.5858 7.74752 11.2525 8.41418 10.5858L17 2",
|
|
26
|
+
stroke: f,
|
|
27
|
+
"stroke-width": "2",
|
|
28
|
+
"stroke-linejoin": "round"
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
}
|
|
32
|
+
), $ = ({
|
|
33
|
+
color: f = "#40474F",
|
|
34
|
+
size: e = 24,
|
|
35
|
+
...y
|
|
36
|
+
}) => /* @__PURE__ */ r(
|
|
37
|
+
"svg",
|
|
38
|
+
{
|
|
39
|
+
width: e,
|
|
40
|
+
height: e,
|
|
41
|
+
viewBox: "0 0 24 24",
|
|
42
|
+
fill: "none",
|
|
43
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
44
|
+
...y,
|
|
45
|
+
children: /* @__PURE__ */ r(
|
|
46
|
+
"path",
|
|
47
|
+
{
|
|
48
|
+
d: "M7 22L15.5858 13.4142C16.2524 12.7476 16.5858 12.4142 16.5858 12C16.5858 11.5858 16.2525 11.2525 15.5858 10.5858L7 2",
|
|
49
|
+
stroke: f,
|
|
50
|
+
"stroke-width": "2",
|
|
51
|
+
"stroke-linejoin": "round"
|
|
52
|
+
}
|
|
53
|
+
)
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
function ee(f) {
|
|
10
57
|
let {
|
|
11
58
|
swiper: e,
|
|
12
59
|
extendParams: y,
|
|
@@ -135,53 +182,6 @@ import './assets/index2.css';function Z(f) {
|
|
|
135
182
|
resume: x
|
|
136
183
|
});
|
|
137
184
|
}
|
|
138
|
-
const $ = ({
|
|
139
|
-
color: f = "#40474F",
|
|
140
|
-
size: e = 24,
|
|
141
|
-
...y
|
|
142
|
-
}) => /* @__PURE__ */ r(
|
|
143
|
-
"svg",
|
|
144
|
-
{
|
|
145
|
-
width: e,
|
|
146
|
-
height: e,
|
|
147
|
-
viewBox: "0 0 24 24",
|
|
148
|
-
fill: "none",
|
|
149
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
150
|
-
...y,
|
|
151
|
-
children: /* @__PURE__ */ r(
|
|
152
|
-
"path",
|
|
153
|
-
{
|
|
154
|
-
d: "M17 22L8.41418 13.4142C7.74752 12.7476 7.41418 12.4142 7.41418 12C7.41418 11.5858 7.74752 11.2525 8.41418 10.5858L17 2",
|
|
155
|
-
stroke: f,
|
|
156
|
-
"stroke-width": "2",
|
|
157
|
-
"stroke-linejoin": "round"
|
|
158
|
-
}
|
|
159
|
-
)
|
|
160
|
-
}
|
|
161
|
-
), ee = ({
|
|
162
|
-
color: f = "#40474F",
|
|
163
|
-
size: e = 24,
|
|
164
|
-
...y
|
|
165
|
-
}) => /* @__PURE__ */ r(
|
|
166
|
-
"svg",
|
|
167
|
-
{
|
|
168
|
-
width: e,
|
|
169
|
-
height: e,
|
|
170
|
-
viewBox: "0 0 24 24",
|
|
171
|
-
fill: "none",
|
|
172
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
173
|
-
...y,
|
|
174
|
-
children: /* @__PURE__ */ r(
|
|
175
|
-
"path",
|
|
176
|
-
{
|
|
177
|
-
d: "M7 22L15.5858 13.4142C16.2524 12.7476 16.5858 12.4142 16.5858 12C16.5858 11.5858 16.2525 11.2525 15.5858 10.5858L7 2",
|
|
178
|
-
stroke: f,
|
|
179
|
-
"stroke-width": "2",
|
|
180
|
-
"stroke-linejoin": "round"
|
|
181
|
-
}
|
|
182
|
-
)
|
|
183
|
-
}
|
|
184
|
-
);
|
|
185
185
|
const te = {
|
|
186
186
|
type: "cards",
|
|
187
187
|
label: "Карточки слайдера",
|
|
@@ -214,7 +214,7 @@ function ne({
|
|
|
214
214
|
/* @__PURE__ */ r(
|
|
215
215
|
Q,
|
|
216
216
|
{
|
|
217
|
-
modules: [U,
|
|
217
|
+
modules: [U, ee],
|
|
218
218
|
className: "feature_swiper",
|
|
219
219
|
initialSlide: 0,
|
|
220
220
|
slidesPerView: c,
|
|
@@ -267,7 +267,7 @@ function ne({
|
|
|
267
267
|
"absolute h-[40px] w-[40px] left-0 top-[200px] translate-x-[-50%] translate-y-[-50%] z-10 p-[8px] rounded-[50%] bg-graySoft border-none cursor-pointer max-tablet:hidden"
|
|
268
268
|
),
|
|
269
269
|
children: /* @__PURE__ */ r(
|
|
270
|
-
|
|
270
|
+
Z,
|
|
271
271
|
{
|
|
272
272
|
size: 24,
|
|
273
273
|
color: "#ffffff"
|
|
@@ -283,7 +283,7 @@ function ne({
|
|
|
283
283
|
"absolute h-[40px] w-[40px] right-0 top-[200px] translate-x-[-50%] translate-y-[-50%] z-10 p-[8px] rounded-[50%] bg-graySoft border-none cursor-pointer max-tablet:hidden"
|
|
284
284
|
),
|
|
285
285
|
children: /* @__PURE__ */ r(
|
|
286
|
-
|
|
286
|
+
$,
|
|
287
287
|
{
|
|
288
288
|
size: 24,
|
|
289
289
|
color: "#ffffff"
|
|
@@ -307,7 +307,7 @@ function ne({
|
|
|
307
307
|
ne.propsToEdit = ae;
|
|
308
308
|
export {
|
|
309
309
|
ne as A,
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
310
|
+
Z as C,
|
|
311
|
+
ee as a,
|
|
312
|
+
$ as b
|
|
313
313
|
};
|