md-components-mdigial-azamat 0.0.32 → 0.0.35
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/Actions/downloadFile/downloadFile.js +28 -0
- package/dist/Actions/index.js +13 -0
- package/dist/Actions/types.js +9 -0
- package/dist/AllComponents.js +29 -9
- package/dist/AnimatedSwiper/Slide/Slide.js +29 -29
- package/dist/AnimatedSwiper/index.js +10 -137
- package/dist/Banner/Banner.js +152 -8
- package/dist/Banner/index.js +2 -2
- package/dist/BannerAndText/index.js +56 -27
- package/dist/CardIconList/CardIconList.js +81 -26
- package/dist/CardIconList/index.js +2 -2
- package/dist/CardImageList/CardImageList.js +75 -8
- package/dist/CardImageList/index.js +1 -1
- package/dist/CardImageSecondary/CardImageSecondary.js +57 -27
- package/dist/CardImageSecondary/index.js +2 -2
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +27 -4
- package/dist/CardImageSecondaryList/index.js +1 -1
- package/dist/CardInfoTable/index.js +187 -26
- package/dist/Cards/CardImage/CardImage.js +2 -2
- package/dist/Cards/ColoredCard/index.js +2 -2
- package/dist/Cards/ContentCard/ContentCard.js +38 -5
- package/dist/Cards/ContentCard/index.js +2 -2
- package/dist/Cards/FeaturesCard/index.js +3 -3
- package/dist/Cards/WarningCard/WarningCard.js +58 -6
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/model.js +39 -7
- package/dist/ComponentContainer-cdb2528c.js +16 -0
- package/dist/ContentCardList/ContentCardList.js +34 -25
- package/dist/ContentCardList/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +41 -5
- package/dist/DownloadFile/components/DownloadFileBanner/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileBright/index.js +74 -8
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +50 -5
- package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +46 -5
- package/dist/DownloadFile/components/DownloadFileHalf/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +56 -5
- package/dist/DownloadFile/components/DownloadFileMini/index.js +2 -2
- package/dist/Faq/Faq.js +44 -24
- package/dist/Faq/components/Collapse/Collapse.js +37 -19
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1061 -4
- package/dist/Faq/components/FeedbackForm/index.js +2 -2
- package/dist/Faq/components/PlusMinusIcon/PlusMinusIcon.js +1 -1
- package/dist/Faq/index.js +2 -2
- package/dist/Footer/Footer.js +452 -0
- package/dist/Footer/components/ContactOfFooter/ContactOfFooter.js +34 -0
- package/dist/Footer/components/LinkToApp/LinkToApp.js +45 -0
- package/dist/Footer/components/LinkToAppMobile/LinkToAppMobile.js +28 -0
- package/dist/Footer/components/ListNavigation/ListNavigation.js +221 -0
- package/dist/Footer/components/NavigationFooter/NavigationFooter.js +31 -0
- package/dist/Footer/components/SocialButtonsList/SocialButtonsList.js +37 -0
- package/dist/Footer/types.js +1 -0
- package/dist/GooglePlayButton-35331c37.js +100 -0
- package/dist/Header/Header.js +8 -0
- package/dist/Header/components/HeaderCard/HeaderCard.js +37 -0
- package/dist/Header/components/HeaderCard/index.js +4 -0
- package/dist/Header/components/HeaderMainMobile/HeaderMainMobile.js +208 -0
- package/dist/Header/components/HeaderMenu/HeaderMenu.js +41 -0
- package/dist/Header/components/HeaderMenu/index.js +1 -0
- package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +47 -0
- package/dist/Header/components/HeaderMobile/HeaderMobile.js +11 -0
- package/dist/Header/components/HeaderMobile/index.js +4 -0
- package/dist/Header/components/HeaderResults/HeaderResults.js +46 -0
- package/dist/Header/components/HeaderResults/index.js +4 -0
- package/dist/Header/components/HeaderSearch/HeaderSearch.js +13 -0
- package/dist/Header/components/HeaderSearch/index.js +4 -0
- package/dist/Header/components/HeaderSearchMobile/HeaderSearchMobile.js +78 -0
- package/dist/Header/components/HeaderTab/HeaderTab.js +34 -0
- package/dist/Header/components/HeaderTab/index.js +4 -0
- package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +55 -0
- package/dist/Header/components/HeaderWeb/HeaderWeb.js +149 -0
- package/dist/Header/components/HeaderWeb/index.js +4 -0
- package/dist/Header/components/SelectLanguage/SelectLanguage.js +79 -0
- package/dist/Header/components/SelectLanguage/index.js +4 -0
- package/dist/Header/components/TabsOutlined/TabsOutlined.js +50 -0
- package/dist/Header/components/TabsOutlined/index.js +4 -0
- package/dist/Header/const.js +4 -0
- package/dist/Header/index.js +4 -0
- package/dist/Header/types.js +5 -0
- package/dist/HeroPossibilityBanner/index.js +1 -1
- package/dist/HtmlContent/HtmlContent.js +1 -1
- package/dist/Icon-70ea6cb8.js +187 -0
- package/dist/InfoBanner/index.js +89 -7
- package/dist/InfoBannerList/InfoBannerList.js +5 -5
- package/dist/InfoBannerList/index.js +2 -2
- package/dist/InstructionList/InstructionList.js +6 -4
- package/dist/InstructionList/components/InstructionCard/InstructionCard.js +47 -66
- package/dist/InstructionList/components/InstructionCard/index.js +1 -1
- package/dist/InstructionList/components/InstructionModal/InstructionModal.js +2 -2
- package/dist/InstructionList/index.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +68 -6
- package/dist/IntroBanner/index.js +1 -1
- package/dist/MainBanner/MainBanner.js +84 -6
- package/dist/MainBanner/index.js +2 -2
- package/dist/MultiCards/index.js +88 -5
- package/dist/PageViewer/PageViewer.js +22 -5
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/Partners/Partners.js +2 -2
- package/dist/PartnersColors/PartnersColors.js +1 -1
- package/dist/PartnersColors/components/PartnerCard/PartnerCard.js +1 -1
- package/dist/PartnersColors/components/PartnerTab/PartnerTab.js +2 -2
- package/dist/PreviewList/PreviewList.js +4 -2
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +45 -3
- package/dist/PreviewList/components/PreviewCard/index.js +2 -2
- package/dist/PreviewList/index.js +1 -1
- package/dist/PromoPoster/PromoPoster.js +7 -48
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +11 -11
- package/dist/Segments/Segments.js +1 -1
- package/dist/StandartTable/components/CardMarkedRow/index.js +47 -73
- package/dist/StandartTable/components/CardWarning/index.js +87 -6
- package/dist/StandartTable/index.js +4 -4
- package/dist/Stepper/Stepper.js +50 -6
- package/dist/Stepper/index.js +1 -1
- package/dist/SwiperList/SwiperList.js +11 -97
- package/dist/SwiperList/components/Bullet/Bullet.js +1 -1
- package/dist/SwiperList/components/Slide/Slide.js +6 -6
- package/dist/SwiperList/index.js +1 -1
- package/dist/TasksBanner/TasksBanner.js +9 -123
- package/dist/TasksBanner/index.js +2 -2
- package/dist/TasksBannerList/TasksBannerList.js +5 -30
- package/dist/TasksBannerList/index.js +2 -2
- package/dist/Types/FiledTypes.js +1 -1
- package/dist/Video/VideoFull/VideoFull.js +1 -1
- package/dist/Video/VideoList/VideoList.js +1 -1
- package/dist/Video/VideoListMini/VideoListMini.js +1 -1
- package/dist/Video/components/VideoPlayer/VideoPlayer.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +168 -7
- package/dist/VideoMainBanner/index.js +2 -2
- package/dist/assets/index.css +1 -1
- package/dist/{cn-d8c04b28.js → cn-6a4bf187.js} +521 -488
- package/dist/componentsMap-e2de87b6.js +68 -0
- package/dist/const-637b0dca.js +27 -0
- package/dist/data.mock-483400cb.js +1713 -0
- package/dist/header-97863d08.js +22 -0
- package/dist/{index-60dfa873.js → index-2265d593.js} +1 -1
- package/dist/index-2fb01942.js +925 -0
- package/dist/index-3a534581.js +261 -0
- package/dist/index-66837af1.js +313 -0
- package/dist/index-6af94f99.js +53 -0
- package/dist/{index-a379154f.js → index-815f0132.js} +2 -2
- package/dist/languages-list-8419e560.js +22 -0
- package/dist/logo-99aa20bd.js +27 -0
- package/dist/main.js +85 -66
- package/dist/mousewheel-865ae601.js +153 -0
- package/dist/palette-b47a76c9.js +46 -0
- package/dist/routes-382632ac.js +7 -0
- package/dist/search-dd4eb6f8.js +5 -0
- package/dist/{swiper-react-c049ea66.js → swiper-react-90953710.js} +760 -935
- package/dist/trash/HeroLargeCards/index.js +1 -1
- package/dist/useClickOutside-197b0df2.js +12 -0
- package/package.json +4 -2
- package/dist/ComponentContainer-0fcc2695.js +0 -16
- package/dist/componentsMap-71c9335f.js +0 -50
- package/dist/index-92f77047.js +0 -4865
- package/dist/model-9e50e351.js +0 -69
- /package/dist/assets/{swiper-react.css → index2.css} +0 -0
- /package/dist/assets/{TasksBanner.css → index3.css} +0 -0
package/dist/index-92f77047.js
DELETED
|
@@ -1,4865 +0,0 @@
|
|
|
1
|
-
import { jsxs as x, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import "./ConfigProvider/index.js";
|
|
3
|
-
import { DataTypesEnum as _i, FieldTypes as b } from "./Types/FiledTypes.js";
|
|
4
|
-
import * as pt from "react";
|
|
5
|
-
import W, { forwardRef as Ct, useState as ki } from "react";
|
|
6
|
-
import { c as y, a as X } from "./cn-d8c04b28.js";
|
|
7
|
-
import { C as V } from "./ComponentContainer-0fcc2695.js";
|
|
8
|
-
import { I as $ } from "./index-60dfa873.js";
|
|
9
|
-
import { Segments as yi } from "./Segments/Segments.js";
|
|
10
|
-
import { VideoFull as wi } from "./Video/VideoFull/VideoFull.js";
|
|
11
|
-
import { VideoList as vi } from "./Video/VideoList/VideoList.js";
|
|
12
|
-
import { VideoListMini as Fi } from "./Video/VideoListMini/VideoListMini.js";
|
|
13
|
-
import { HtmlContent as Ze } from "./HtmlContent/HtmlContent.js";
|
|
14
|
-
import { S as Be, F as Ni } from "./index-a379154f.js";
|
|
15
|
-
import { Partners as Ci } from "./Partners/Partners.js";
|
|
16
|
-
import { CardImage as Li } from "./Cards/CardImage/CardImage.js";
|
|
17
|
-
import { CardImageVariant as mt } from "./Cards/CardImage/types.js";
|
|
18
|
-
import { Collapse as Di } from "./Faq/components/Collapse/Collapse.js";
|
|
19
|
-
import { InstructionCard as Ti } from "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
20
|
-
import "./HeroPossibilityBanner/index.js";
|
|
21
|
-
import { PartnersColors as Bi } from "./PartnersColors/PartnersColors.js";
|
|
22
|
-
import { W as Ee, w as Ei, p as ne } from "./model-9e50e351.js";
|
|
23
|
-
import "./Cards/ColoredCard/index.js";
|
|
24
|
-
import Si from "./AnimatedSwiper/index.js";
|
|
25
|
-
import { u as Ne } from "./useScreenSize-c1b64c02.js";
|
|
26
|
-
import { PromoPoster as Ii } from "./PromoPoster/PromoPoster.js";
|
|
27
|
-
import { Space as Vi } from "./Space/Space.js";
|
|
28
|
-
import { CardMarkedRow as Mi } from "./StandartTable/components/CardMarkedRow/index.js";
|
|
29
|
-
import { SwiperList as Ai } from "./SwiperList/SwiperList.js";
|
|
30
|
-
import { TasksBannerList as Pi } from "./TasksBannerList/TasksBannerList.js";
|
|
31
|
-
var Y = /* @__PURE__ */ ((e) => (e.S = "s", e.M = "m", e.L = "l", e.XL = "xl", e))(Y || {}), B = /* @__PURE__ */ ((e) => (e.Primary = "primary", e.Secondary = "secondary", e.SecondaryBlue = "secondaryBlue", e.Grey = "grey", e.Static = "static", e.Brand = "brand", e))(B || {});
|
|
32
|
-
const _e = {
|
|
33
|
-
dataType: _i.button,
|
|
34
|
-
type: "button",
|
|
35
|
-
size: Y,
|
|
36
|
-
variant: B,
|
|
37
|
-
loading: b.BOOLEAN,
|
|
38
|
-
iconRight: b.COMPONENT,
|
|
39
|
-
iconLeft: b.COMPONENT,
|
|
40
|
-
className: b.CLASSNAME,
|
|
41
|
-
button_hex: b.COLOR,
|
|
42
|
-
title: b.NODE,
|
|
43
|
-
link: b.LINK,
|
|
44
|
-
label: "Кнопка"
|
|
45
|
-
}, Lt = {
|
|
46
|
-
type: "buttons",
|
|
47
|
-
dataType: "array",
|
|
48
|
-
label: "Кнопки",
|
|
49
|
-
data: _e
|
|
50
|
-
}, I = Ct(
|
|
51
|
-
({
|
|
52
|
-
children: e,
|
|
53
|
-
size: t = Y.XL,
|
|
54
|
-
variant: i = B.Primary,
|
|
55
|
-
loading: a = !1,
|
|
56
|
-
iconRight: n,
|
|
57
|
-
iconLeft: s,
|
|
58
|
-
className: d,
|
|
59
|
-
title: p,
|
|
60
|
-
...v
|
|
61
|
-
}, L) => {
|
|
62
|
-
const F = {
|
|
63
|
-
[Y.S]: "",
|
|
64
|
-
[Y.M]: "px-[12px] py-[8px] rounded-[12px] text-[14px] h-[36px]",
|
|
65
|
-
[Y.L]: "px-[16px] py-[10px] rounded-[16px] text-[16px] h-[44px]",
|
|
66
|
-
[Y.XL]: "px-[20px] py-[16px] rounded-[16px] text-[16px] h-[56px]"
|
|
67
|
-
}, _ = {
|
|
68
|
-
[B.Primary]: "bg-yellowLight hover:bg-yellowSaturated disabled:bg-yellowLight2 disabled:cursor-not-allowed",
|
|
69
|
-
[B.Secondary]: "bg-lightBlue hover:bg-grayBlue disabled:bg-white disabled:cursor-not-allowed",
|
|
70
|
-
[B.SecondaryBlue]: "bg-lightBlue text-blue hover:bg-grayBlue disabled:bg-white disabled:text-lightBlue5 disabled:cursor-not-allowed",
|
|
71
|
-
[B.Static]: "bg-white hover:bg-grayBlue disabled:bg-white disabled:cursor-not-allowed",
|
|
72
|
-
[B.Brand]: "bg-greenLight text-white hover:bg-green disabled:bg-lightGray5 disabled:cursor-not-allowed",
|
|
73
|
-
[B.Grey]: "bg-greyLight text-blackBG"
|
|
74
|
-
};
|
|
75
|
-
return /* @__PURE__ */ x(
|
|
76
|
-
"button",
|
|
77
|
-
{
|
|
78
|
-
className: y(
|
|
79
|
-
"flex items-center justify-center gap-2 border-none font-i font-medium cursor-pointer w-fit ",
|
|
80
|
-
F[t],
|
|
81
|
-
_[i],
|
|
82
|
-
d
|
|
83
|
-
),
|
|
84
|
-
ref: L,
|
|
85
|
-
...v,
|
|
86
|
-
children: [
|
|
87
|
-
a ? /* @__PURE__ */ r("span", { className: "flex justify-center items-center w-[22px] h-[22px] p-[2px] bg-transparent rounded-full border-2 border-[#0e0f11] border-t-transparent animate-spin" }) : s && /* @__PURE__ */ r("span", { className: "flex items-center", children: s }),
|
|
88
|
-
p || e,
|
|
89
|
-
n && /* @__PURE__ */ r("span", { className: "flex items-center", children: n })
|
|
90
|
-
]
|
|
91
|
-
}
|
|
92
|
-
);
|
|
93
|
-
}
|
|
94
|
-
);
|
|
95
|
-
I.displayName = "AppButton";
|
|
96
|
-
const Oi = {
|
|
97
|
-
type: "qr",
|
|
98
|
-
label: "QR Блок",
|
|
99
|
-
dataType: "object",
|
|
100
|
-
data: {
|
|
101
|
-
keys: {
|
|
102
|
-
banner_qr: b.LINK,
|
|
103
|
-
banner_qr_text: b.DESCRIPTION,
|
|
104
|
-
banner_title: b.TITLE,
|
|
105
|
-
color_text: b.COLOR,
|
|
106
|
-
button: _e
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}, Ri = [
|
|
110
|
-
"bg_image",
|
|
111
|
-
"image",
|
|
112
|
-
"title",
|
|
113
|
-
"text_color",
|
|
114
|
-
"description",
|
|
115
|
-
Lt,
|
|
116
|
-
Oi
|
|
117
|
-
], Dt = ({
|
|
118
|
-
bg_image: e,
|
|
119
|
-
image: t,
|
|
120
|
-
title: i,
|
|
121
|
-
text_color: a = "inherit",
|
|
122
|
-
description: n,
|
|
123
|
-
buttons: s,
|
|
124
|
-
qr: d
|
|
125
|
-
}) => {
|
|
126
|
-
var v, L, F;
|
|
127
|
-
const p = Ne(960);
|
|
128
|
-
return /* @__PURE__ */ r(V, { children: /* @__PURE__ */ x(
|
|
129
|
-
"div",
|
|
130
|
-
{
|
|
131
|
-
className: y(
|
|
132
|
-
"relative w-full h-fit flex max-tablet:flex-col justify-between gap-4 bg-cover bg-center rounded-[20px] overflow-hidden max-tablet:justify-start max-tablet:items-center"
|
|
133
|
-
),
|
|
134
|
-
style: {
|
|
135
|
-
backgroundImage: `url(${e})`
|
|
136
|
-
},
|
|
137
|
-
children: [
|
|
138
|
-
/* @__PURE__ */ x("div", { className: " flex flex-col gap-4 w-[40%] max-tablet:w-full justify-center p-12 max-tablet:p-8", children: [
|
|
139
|
-
i && /* @__PURE__ */ r(
|
|
140
|
-
"p",
|
|
141
|
-
{
|
|
142
|
-
className: y(
|
|
143
|
-
"text-[32px] font-bold leading-[40px] text-left text-black m-0 max-tablet:text-center max-tablet:text-[24px] max-tablet:leading-[28px]"
|
|
144
|
-
),
|
|
145
|
-
style: { color: a },
|
|
146
|
-
children: i
|
|
147
|
-
}
|
|
148
|
-
),
|
|
149
|
-
n && /* @__PURE__ */ r(
|
|
150
|
-
"p",
|
|
151
|
-
{
|
|
152
|
-
className: y(
|
|
153
|
-
"text-[18px] font-normal leading-[26px] text-left m-0 max-tablet:px-[24px] max-tablet:text-center max-tablet:text-[15px] max-tablet:leading-[22px]"
|
|
154
|
-
),
|
|
155
|
-
style: { color: a },
|
|
156
|
-
children: n
|
|
157
|
-
}
|
|
158
|
-
),
|
|
159
|
-
!!s && /* @__PURE__ */ r("div", { className: "flex items-center gap-4 mt-6 max-tablet:flex-col max-tablet:gap-[10px] max-tablet:mt-[5px]", children: s == null ? void 0 : s.map((_, k) => /* @__PURE__ */ r(
|
|
160
|
-
"a",
|
|
161
|
-
{
|
|
162
|
-
href: (_ == null ? void 0 : _.link) || "#",
|
|
163
|
-
className: y("w-fit z-10 max-tablet:w-full"),
|
|
164
|
-
target: "_blank",
|
|
165
|
-
rel: "noopener noreferrer",
|
|
166
|
-
children: /* @__PURE__ */ r(
|
|
167
|
-
I,
|
|
168
|
-
{
|
|
169
|
-
variant: _.variant,
|
|
170
|
-
className: "w-[200px] max-tablet:w-full",
|
|
171
|
-
title: _ == null ? void 0 : _.title
|
|
172
|
-
}
|
|
173
|
-
)
|
|
174
|
-
},
|
|
175
|
-
k
|
|
176
|
-
)) }),
|
|
177
|
-
!!d && (p ? /* @__PURE__ */ r("div", { className: "flex items-center gap-4 mt-6 max-tablet:flex-col max-tablet:gap-[10px] max-tablet:mt-[5px]", children: /* @__PURE__ */ r(
|
|
178
|
-
"a",
|
|
179
|
-
{
|
|
180
|
-
href: ((v = d == null ? void 0 : d.button) == null ? void 0 : v.link) || "#",
|
|
181
|
-
className: y("w-fit z-10 max-tablet:w-full"),
|
|
182
|
-
target: "_blank",
|
|
183
|
-
rel: "noopener noreferrer",
|
|
184
|
-
children: /* @__PURE__ */ r(
|
|
185
|
-
I,
|
|
186
|
-
{
|
|
187
|
-
variant: (L = d == null ? void 0 : d.button) == null ? void 0 : L.variant,
|
|
188
|
-
title: (F = d == null ? void 0 : d.button) == null ? void 0 : F.title,
|
|
189
|
-
className: "w-[200px] max-tablet:w-full"
|
|
190
|
-
}
|
|
191
|
-
)
|
|
192
|
-
}
|
|
193
|
-
) }) : /* @__PURE__ */ x(
|
|
194
|
-
"div",
|
|
195
|
-
{
|
|
196
|
-
className: y(
|
|
197
|
-
"bg-white rounded-[15px] items-center gap-[12px] p-[12px] flex w-[282px] mt-6"
|
|
198
|
-
),
|
|
199
|
-
children: [
|
|
200
|
-
/* @__PURE__ */ r(
|
|
201
|
-
$,
|
|
202
|
-
{
|
|
203
|
-
src: d == null ? void 0 : d.banner_qr,
|
|
204
|
-
alt: d == null ? void 0 : d.banner_qr_text,
|
|
205
|
-
width: 101,
|
|
206
|
-
height: 101
|
|
207
|
-
}
|
|
208
|
-
),
|
|
209
|
-
/* @__PURE__ */ r(
|
|
210
|
-
"p",
|
|
211
|
-
{
|
|
212
|
-
className: y(
|
|
213
|
-
"text-[15px] font-medium leading-[22px] text-center w-[60%] text-graySoft"
|
|
214
|
-
),
|
|
215
|
-
style: { color: d == null ? void 0 : d.color_text },
|
|
216
|
-
children: d == null ? void 0 : d.banner_qr_text
|
|
217
|
-
}
|
|
218
|
-
)
|
|
219
|
-
]
|
|
220
|
-
}
|
|
221
|
-
))
|
|
222
|
-
] }),
|
|
223
|
-
t && /* @__PURE__ */ r(
|
|
224
|
-
$,
|
|
225
|
-
{
|
|
226
|
-
src: t,
|
|
227
|
-
alt: i,
|
|
228
|
-
width: p ? 312 : 588,
|
|
229
|
-
height: p ? 218 : 400,
|
|
230
|
-
className: y("max-tablet:!w-full align-bottom items-end mt-auto"),
|
|
231
|
-
imageStyles: "object-contain object-bottom"
|
|
232
|
-
}
|
|
233
|
-
)
|
|
234
|
-
]
|
|
235
|
-
}
|
|
236
|
-
) });
|
|
237
|
-
};
|
|
238
|
-
Dt.propsToEdit = Ri;
|
|
239
|
-
const qi = {
|
|
240
|
-
type: "banner_card",
|
|
241
|
-
label: "Баннер карточка",
|
|
242
|
-
dataType: "object",
|
|
243
|
-
data: {
|
|
244
|
-
keys: {
|
|
245
|
-
image: b.FILE
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
}, $i = {
|
|
249
|
-
type: "banner_card",
|
|
250
|
-
label: "Текстовая карточка",
|
|
251
|
-
dataType: "object",
|
|
252
|
-
data: {
|
|
253
|
-
keys: {
|
|
254
|
-
title: b.TITLE,
|
|
255
|
-
description: b.DESCRIPTION,
|
|
256
|
-
color_text: b.COLOR
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
}, ji = [qi, $i, "turnover"], Tt = ({
|
|
260
|
-
banner_card: e,
|
|
261
|
-
text_card: t,
|
|
262
|
-
is_banner_first: i
|
|
263
|
-
}) => /* @__PURE__ */ r(V, { className: "p-0", children: /* @__PURE__ */ x("div", { className: "w-full h-full flex flex-col lg:flex-row items-stretch gap-[24px]", children: [
|
|
264
|
-
(e == null ? void 0 : e.image) && /* @__PURE__ */ r("div", { className: "w-auto rounded-[20px] h-full object-cover", children: /* @__PURE__ */ r(
|
|
265
|
-
$,
|
|
266
|
-
{
|
|
267
|
-
src: e == null ? void 0 : e.image,
|
|
268
|
-
alt: t == null ? void 0 : t.title,
|
|
269
|
-
className: "h-full"
|
|
270
|
-
}
|
|
271
|
-
) }),
|
|
272
|
-
t && /* @__PURE__ */ x(
|
|
273
|
-
"div",
|
|
274
|
-
{
|
|
275
|
-
className: y(
|
|
276
|
-
"w-full flex flex-col bg-white justify-center gap-[11px] rounded-[20px] p-[32px]",
|
|
277
|
-
{
|
|
278
|
-
"order-[-1]": !i
|
|
279
|
-
}
|
|
280
|
-
),
|
|
281
|
-
children: [
|
|
282
|
-
/* @__PURE__ */ r("p", { className: "font-inter text-[32px] leading-[40px] max-tablet:text-[24px] max-tablet:leading-[28px] font-bold", children: t.title }),
|
|
283
|
-
/* @__PURE__ */ r("p", { className: "text-graySoft text-[16px] leading-[24px]", children: t.description })
|
|
284
|
-
]
|
|
285
|
-
}
|
|
286
|
-
)
|
|
287
|
-
] }) });
|
|
288
|
-
Tt.propsToEdit = ji;
|
|
289
|
-
const Hi = {
|
|
290
|
-
type: "data",
|
|
291
|
-
label: "Шаги",
|
|
292
|
-
dataType: "array",
|
|
293
|
-
data: {
|
|
294
|
-
text: b.DESCRIPTION,
|
|
295
|
-
icon: b.FILE
|
|
296
|
-
}
|
|
297
|
-
}, Ui = [Hi, "title", _e], Bt = ({ data: e, title: t, button: i }) => /* @__PURE__ */ r(V, { children: /* @__PURE__ */ x("div", { className: "flex items-center flex-col", children: [
|
|
298
|
-
t && /* @__PURE__ */ r("p", { className: "font-bold max-tablet:text-[26px] text-[44px] mb-12 max-tablet:leading-[32px] leading-[42px] font-variant-numeric font-feature-settings", children: t }),
|
|
299
|
-
/* @__PURE__ */ r("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: e == null ? void 0 : e.map((a, n) => {
|
|
300
|
-
const s = n + 1;
|
|
301
|
-
return /* @__PURE__ */ x(
|
|
302
|
-
"div",
|
|
303
|
-
{
|
|
304
|
-
className: "p-8 bg-white rounded-[20px] flex flex-col gap-6 items-center",
|
|
305
|
-
children: [
|
|
306
|
-
a.icon ? /* @__PURE__ */ r(
|
|
307
|
-
$,
|
|
308
|
-
{
|
|
309
|
-
src: a.icon,
|
|
310
|
-
className: "w-[72px] h-[72px] rounded-full overflow-hidden"
|
|
311
|
-
}
|
|
312
|
-
) : /* @__PURE__ */ r("span", { className: "w-[72px] h-[72px] rounded-full bg-greenLight font-bold overflow-hidden flex items-center justify-center text-white text-[24px] leading-8 ", children: s }),
|
|
313
|
-
/* @__PURE__ */ r("p", { className: "text-blackBG text-[18px] leading-[26px] text-center", children: a == null ? void 0 : a.text })
|
|
314
|
-
]
|
|
315
|
-
},
|
|
316
|
-
n
|
|
317
|
-
);
|
|
318
|
-
}) }),
|
|
319
|
-
!!(i != null && i.length) && /* @__PURE__ */ r("div", { className: "flex items-center gap-4 mt-6", children: i.map((a, n) => /* @__PURE__ */ r(
|
|
320
|
-
"a",
|
|
321
|
-
{
|
|
322
|
-
href: (a == null ? void 0 : a.link) || "#",
|
|
323
|
-
className: "w-fit z-10 max-tablet:w-full",
|
|
324
|
-
target: "_blank",
|
|
325
|
-
rel: "noopener noreferrer",
|
|
326
|
-
children: /* @__PURE__ */ r(I, { variant: a.variant, children: a.text })
|
|
327
|
-
},
|
|
328
|
-
n
|
|
329
|
-
)) })
|
|
330
|
-
] }) });
|
|
331
|
-
Bt.propsToEdit = Ui;
|
|
332
|
-
const Gi = ["data"], Et = ({ data: e }) => {
|
|
333
|
-
var t;
|
|
334
|
-
return /* @__PURE__ */ x("div", { className: "rounded-[20px] overflow-hidden", children: [
|
|
335
|
-
/* @__PURE__ */ r(
|
|
336
|
-
$,
|
|
337
|
-
{
|
|
338
|
-
src: e == null ? void 0 : e.image,
|
|
339
|
-
alt: e == null ? void 0 : e.title,
|
|
340
|
-
className: "w-full h-auto"
|
|
341
|
-
}
|
|
342
|
-
),
|
|
343
|
-
/* @__PURE__ */ x("div", { className: "flex flex-col gap-[24px] bg-white p-[32px]", children: [
|
|
344
|
-
/* @__PURE__ */ r("p", { className: "text-[24px] leading-[32px] font-semibold", children: e == null ? void 0 : e.title }),
|
|
345
|
-
/* @__PURE__ */ r(
|
|
346
|
-
Ze,
|
|
347
|
-
{
|
|
348
|
-
data: e == null ? void 0 : e.description,
|
|
349
|
-
className: "text-graySoft text-[15px] leading-[22px]"
|
|
350
|
-
}
|
|
351
|
-
),
|
|
352
|
-
/* @__PURE__ */ r("div", { className: "flex gap-12px items-center max-tablet:flex-col", children: (t = e == null ? void 0 : e.button) == null ? void 0 : t.map((i) => /* @__PURE__ */ r(
|
|
353
|
-
"a",
|
|
354
|
-
{
|
|
355
|
-
href: (i == null ? void 0 : i.link) || "#",
|
|
356
|
-
target: "_blank",
|
|
357
|
-
children: /* @__PURE__ */ r(I, { variant: B.Grey, children: i == null ? void 0 : i.text })
|
|
358
|
-
}
|
|
359
|
-
)) })
|
|
360
|
-
] })
|
|
361
|
-
] });
|
|
362
|
-
};
|
|
363
|
-
Et.propsToEdit = Gi;
|
|
364
|
-
const Zi = {
|
|
365
|
-
type: "cards",
|
|
366
|
-
label: "Карточки",
|
|
367
|
-
dataType: "array",
|
|
368
|
-
data: {
|
|
369
|
-
title: b.TITLE,
|
|
370
|
-
image: b.FILE,
|
|
371
|
-
description: b.DESCRIPTION,
|
|
372
|
-
button: _e
|
|
373
|
-
}
|
|
374
|
-
}, zi = ["title", Zi], St = ({ title: e, cards: t }) => /* @__PURE__ */ r(V, { children: /* @__PURE__ */ x("div", { className: "w-full flex flex-col items-center justify-center", children: [
|
|
375
|
-
e && /* @__PURE__ */ r(
|
|
376
|
-
"p",
|
|
377
|
-
{
|
|
378
|
-
className: `font-bold max-tablet:text-[26px] text-[44px] max-tablet:leading-[32px] leading-[42px]
|
|
379
|
-
mb-[24px] font-variant-numeric font-feature-settings`,
|
|
380
|
-
children: e
|
|
381
|
-
}
|
|
382
|
-
),
|
|
383
|
-
/* @__PURE__ */ r("div", { className: "flex flex-row max-tablet:flex-col gap-[24px]", children: t == null ? void 0 : t.map((i) => /* @__PURE__ */ r(
|
|
384
|
-
Et,
|
|
385
|
-
{
|
|
386
|
-
data: i
|
|
387
|
-
},
|
|
388
|
-
i.id
|
|
389
|
-
)) })
|
|
390
|
-
] }) });
|
|
391
|
-
St.propsToEdit = zi;
|
|
392
|
-
const Wi = {
|
|
393
|
-
type: "cards",
|
|
394
|
-
label: "Карточки",
|
|
395
|
-
dataType: "array",
|
|
396
|
-
data: {
|
|
397
|
-
title: b.TITLE,
|
|
398
|
-
description: b.DESCRIPTION,
|
|
399
|
-
image: b.FILE,
|
|
400
|
-
is_black: b.BOOLEAN,
|
|
401
|
-
variant: b.VARIANT
|
|
402
|
-
}
|
|
403
|
-
}, Qi = {
|
|
404
|
-
type: "multiHasText",
|
|
405
|
-
label: "Множественные текстовые карточки",
|
|
406
|
-
dataType: "boolean"
|
|
407
|
-
}, Ji = [Wi, "title", "size", "turnover", Qi], ze = ({
|
|
408
|
-
cards: e,
|
|
409
|
-
title: t,
|
|
410
|
-
size: i = Be.SMALL,
|
|
411
|
-
turnover: a,
|
|
412
|
-
multiHasText: n = !1
|
|
413
|
-
}) => {
|
|
414
|
-
let s;
|
|
415
|
-
switch (i) {
|
|
416
|
-
case Be.SMALL:
|
|
417
|
-
s = "flex flex-row items-stretch max-tablet:flex-col";
|
|
418
|
-
break;
|
|
419
|
-
case Be.MEDIUM:
|
|
420
|
-
s = "grid grid-cols-3 items-stretch max-tablet:grid-cols-1";
|
|
421
|
-
break;
|
|
422
|
-
case Be.LARGE:
|
|
423
|
-
s = "grid grid-cols-2 items-stretch max-tablet:grid-cols-1";
|
|
424
|
-
break;
|
|
425
|
-
default:
|
|
426
|
-
s = "flex flex-row items-stretch max-tablet:flex-col";
|
|
427
|
-
break;
|
|
428
|
-
}
|
|
429
|
-
return /* @__PURE__ */ r(V, { className: y("p-0", { "order-[-1]": a }), children: /* @__PURE__ */ x(
|
|
430
|
-
"div",
|
|
431
|
-
{
|
|
432
|
-
className: y("w-full h-full flex flex-col items-center gap-[24px]"),
|
|
433
|
-
children: [
|
|
434
|
-
t && /* @__PURE__ */ r(
|
|
435
|
-
"p",
|
|
436
|
-
{
|
|
437
|
-
className: `font-bold max-tablet:text-[26px] text-[44px] max-tablet:leading-[32px] leading-[42px]
|
|
438
|
-
mb-[24px] font-variant-numeric font-feature-settings`,
|
|
439
|
-
children: t
|
|
440
|
-
}
|
|
441
|
-
),
|
|
442
|
-
/* @__PURE__ */ r(
|
|
443
|
-
"div",
|
|
444
|
-
{
|
|
445
|
-
className: `${s} gap-[24px] w-full ${n ? "grid grid-cols-2 max-tablet:flex h-full" : "flex flex-row max-tablet:flex-col"}`,
|
|
446
|
-
children: e == null ? void 0 : e.map((d, p) => /* @__PURE__ */ r(
|
|
447
|
-
Ni,
|
|
448
|
-
{
|
|
449
|
-
data: d,
|
|
450
|
-
size: i,
|
|
451
|
-
className: y(
|
|
452
|
-
{ "h-full": n },
|
|
453
|
-
{
|
|
454
|
-
"col-span-2": n && p === 0
|
|
455
|
-
}
|
|
456
|
-
)
|
|
457
|
-
},
|
|
458
|
-
p
|
|
459
|
-
))
|
|
460
|
-
}
|
|
461
|
-
)
|
|
462
|
-
]
|
|
463
|
-
}
|
|
464
|
-
) });
|
|
465
|
-
};
|
|
466
|
-
ze.propsToEdit = Ji;
|
|
467
|
-
const Xi = {
|
|
468
|
-
type: "banner_card",
|
|
469
|
-
label: "Баннер карточка",
|
|
470
|
-
dataType: "object",
|
|
471
|
-
data: {
|
|
472
|
-
image: b.FILE
|
|
473
|
-
}
|
|
474
|
-
}, Yi = {
|
|
475
|
-
type: "cards",
|
|
476
|
-
label: "Карточки функций",
|
|
477
|
-
dataType: "array",
|
|
478
|
-
data: {
|
|
479
|
-
title: b.TITLE,
|
|
480
|
-
description: b.DESCRIPTION,
|
|
481
|
-
icon: b.FILE
|
|
482
|
-
}
|
|
483
|
-
}, Ki = {
|
|
484
|
-
type: "text_card",
|
|
485
|
-
label: "Текстовая карточка",
|
|
486
|
-
dataType: "object",
|
|
487
|
-
data: {
|
|
488
|
-
title: b.TITLE,
|
|
489
|
-
description: b.DESCRIPTION,
|
|
490
|
-
color_text: b.COLOR
|
|
491
|
-
}
|
|
492
|
-
}, ea = {
|
|
493
|
-
type: "is_cards_first",
|
|
494
|
-
label: "Первая карточка",
|
|
495
|
-
dataType: "boolean"
|
|
496
|
-
}, ta = {
|
|
497
|
-
type: "is_banner_first",
|
|
498
|
-
label: "Первая карточка",
|
|
499
|
-
dataType: "boolean"
|
|
500
|
-
}, ia = [
|
|
501
|
-
"title",
|
|
502
|
-
Xi,
|
|
503
|
-
Yi,
|
|
504
|
-
Ki,
|
|
505
|
-
ta,
|
|
506
|
-
ea
|
|
507
|
-
], It = ({
|
|
508
|
-
title: e,
|
|
509
|
-
banner_card: t,
|
|
510
|
-
text_card: i,
|
|
511
|
-
cards: a,
|
|
512
|
-
is_banner_first: n,
|
|
513
|
-
is_cards_first: s
|
|
514
|
-
}) => /* @__PURE__ */ x(V, { className: "flex flex-col items-center gap-[24px]", children: [
|
|
515
|
-
e && /* @__PURE__ */ r(
|
|
516
|
-
"p",
|
|
517
|
-
{
|
|
518
|
-
className: `font-bold max-tablet:text-[26px] text-[44px] max-tablet:leading-[32px] leading-[42px]
|
|
519
|
-
mb-[24px] font-variant-numeric font-feature-settings`,
|
|
520
|
-
children: e
|
|
521
|
-
}
|
|
522
|
-
),
|
|
523
|
-
/* @__PURE__ */ x(
|
|
524
|
-
"div",
|
|
525
|
-
{
|
|
526
|
-
className: `w-full flex ${!i || !t ? "flex-row max-tablet:flex-col" : "flex-col"} gap-[24px]`,
|
|
527
|
-
children: [
|
|
528
|
-
/* @__PURE__ */ r(
|
|
529
|
-
Tt,
|
|
530
|
-
{
|
|
531
|
-
banner_card: t,
|
|
532
|
-
text_card: i,
|
|
533
|
-
is_banner_first: n
|
|
534
|
-
}
|
|
535
|
-
),
|
|
536
|
-
/* @__PURE__ */ r(
|
|
537
|
-
ze,
|
|
538
|
-
{
|
|
539
|
-
cards: a,
|
|
540
|
-
is_cards_first: s,
|
|
541
|
-
multiHasText: !i
|
|
542
|
-
}
|
|
543
|
-
)
|
|
544
|
-
]
|
|
545
|
-
}
|
|
546
|
-
)
|
|
547
|
-
] });
|
|
548
|
-
It.propsToEdit = ia;
|
|
549
|
-
const aa = {
|
|
550
|
-
type: "cards",
|
|
551
|
-
dataType: "array",
|
|
552
|
-
label: "Карточки",
|
|
553
|
-
data: {
|
|
554
|
-
title: b.TITLE,
|
|
555
|
-
description: b.DESCRIPTION,
|
|
556
|
-
image: b.FILE,
|
|
557
|
-
is_black: b.BOOLEAN,
|
|
558
|
-
variant: {
|
|
559
|
-
options: [
|
|
560
|
-
{
|
|
561
|
-
label: "Large",
|
|
562
|
-
value: mt.LARGE
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
label: "Small",
|
|
566
|
-
value: mt.SMALL
|
|
567
|
-
}
|
|
568
|
-
],
|
|
569
|
-
type: b.VARIANT
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
}, la = [aa, "title", "grid", _e], Vt = ({
|
|
573
|
-
cards: e,
|
|
574
|
-
title: t,
|
|
575
|
-
grid: i,
|
|
576
|
-
button: a
|
|
577
|
-
}) => /* @__PURE__ */ r(V, { children: /* @__PURE__ */ x("div", { className: "w-full flex flex-col items-center gap-6", children: [
|
|
578
|
-
t && /* @__PURE__ */ r(
|
|
579
|
-
"p",
|
|
580
|
-
{
|
|
581
|
-
className: `font-bold max-tablet:text-[26px] text-[44px] max-tablet:leading-[32px] leading-[42px]
|
|
582
|
-
mb-[24px] font-variant-numeric font-feature-settings`,
|
|
583
|
-
children: t
|
|
584
|
-
}
|
|
585
|
-
),
|
|
586
|
-
/* @__PURE__ */ r(
|
|
587
|
-
"div",
|
|
588
|
-
{
|
|
589
|
-
className: y(
|
|
590
|
-
`grid grid-cols-${i} items-stretch gap-6`,
|
|
591
|
-
"max-tablet:grid-cols-1"
|
|
592
|
-
),
|
|
593
|
-
children: e == null ? void 0 : e.map((n) => /* @__PURE__ */ r(
|
|
594
|
-
Li,
|
|
595
|
-
{
|
|
596
|
-
data: n
|
|
597
|
-
},
|
|
598
|
-
n == null ? void 0 : n.id
|
|
599
|
-
))
|
|
600
|
-
}
|
|
601
|
-
),
|
|
602
|
-
!!(a != null && a.length) && /* @__PURE__ */ r("div", { className: "flex flex-wrap gap-4", children: a.map((n, s) => /* @__PURE__ */ r(
|
|
603
|
-
"a",
|
|
604
|
-
{
|
|
605
|
-
href: (n == null ? void 0 : n.link) || "#",
|
|
606
|
-
className: y("w-fit z-10 max-tablet:w-full"),
|
|
607
|
-
target: "_blank",
|
|
608
|
-
rel: "noopener noreferrer",
|
|
609
|
-
children: /* @__PURE__ */ r(I, { variant: n.variant, children: n.text })
|
|
610
|
-
},
|
|
611
|
-
s
|
|
612
|
-
)) })
|
|
613
|
-
] }) });
|
|
614
|
-
Vt.propsToEdit = la;
|
|
615
|
-
const ra = [
|
|
616
|
-
"title",
|
|
617
|
-
"description",
|
|
618
|
-
"image",
|
|
619
|
-
"image_mob",
|
|
620
|
-
"logo",
|
|
621
|
-
"grid",
|
|
622
|
-
Lt
|
|
623
|
-
], Mt = ({
|
|
624
|
-
title: e,
|
|
625
|
-
description: t,
|
|
626
|
-
buttons: i,
|
|
627
|
-
image: a,
|
|
628
|
-
image_mob: n,
|
|
629
|
-
logo: s,
|
|
630
|
-
grid: d
|
|
631
|
-
}) => {
|
|
632
|
-
const p = (v, L) => L.length % 2 !== 0 && v === L.length - 1;
|
|
633
|
-
return /* @__PURE__ */ x("section", { children: [
|
|
634
|
-
/* @__PURE__ */ x(V, { className: "flex flex-col items-center", children: [
|
|
635
|
-
s && /* @__PURE__ */ r(
|
|
636
|
-
$,
|
|
637
|
-
{
|
|
638
|
-
src: s,
|
|
639
|
-
alt: e,
|
|
640
|
-
className: "mb-[36px] mt-[40px] w-[427px] flex items-center h-[94px] max-tablet:w-[100%] max-tablet:h-[45px] max-tablet:my-[12px] max-tablet:mb-[24px]",
|
|
641
|
-
imageStyles: "h-full w-full max-tablet:object-contain"
|
|
642
|
-
}
|
|
643
|
-
),
|
|
644
|
-
/* @__PURE__ */ r("h1", { className: "text-black2 text-[40px] font-bold leading-[50px] mb-[24px] text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[20px]", children: e }),
|
|
645
|
-
t && /* @__PURE__ */ r("p", { className: "text-black2 text-center text-[20px] font-normal leading-[25px] mb-[32px] w-[75%] max-tablet:text-[16px] max-tablet:leading-[20px] max-tablet:w-full", children: t }),
|
|
646
|
-
/* @__PURE__ */ r(
|
|
647
|
-
"div",
|
|
648
|
-
{
|
|
649
|
-
className: `grid grid-cols-${d} items-center gap-[16px] mb-[60px]
|
|
650
|
-
max-tablet:grid-cols-1 max-tablet:w-full max-tablet:mb-[40px]`,
|
|
651
|
-
children: i == null ? void 0 : i.map((v, L) => /* @__PURE__ */ r(
|
|
652
|
-
"a",
|
|
653
|
-
{
|
|
654
|
-
href: v == null ? void 0 : v.link,
|
|
655
|
-
className: y("flex items-center", {
|
|
656
|
-
[`col-span-${d}`]: p(L, i)
|
|
657
|
-
}),
|
|
658
|
-
target: "_blank",
|
|
659
|
-
children: /* @__PURE__ */ r(
|
|
660
|
-
I,
|
|
661
|
-
{
|
|
662
|
-
className: "font-[Inter] h-[56px] mx-auto px-[32px] py-[12px] max-tablet:px-[32px] max-tablet:py-[12px]",
|
|
663
|
-
title: v == null ? void 0 : v.title
|
|
664
|
-
}
|
|
665
|
-
)
|
|
666
|
-
}
|
|
667
|
-
))
|
|
668
|
-
}
|
|
669
|
-
)
|
|
670
|
-
] }),
|
|
671
|
-
a && /* @__PURE__ */ r(
|
|
672
|
-
$,
|
|
673
|
-
{
|
|
674
|
-
src: a,
|
|
675
|
-
alt: e,
|
|
676
|
-
className: "w-full h-[450px] max-mobile:h-[320px] mb-[64px] block max-mobile::block",
|
|
677
|
-
imageStyles: "w-full h-full object-contain max-mobile:object-cover"
|
|
678
|
-
}
|
|
679
|
-
),
|
|
680
|
-
n && /* @__PURE__ */ r(
|
|
681
|
-
$,
|
|
682
|
-
{
|
|
683
|
-
src: n,
|
|
684
|
-
alt: e,
|
|
685
|
-
className: "w-full h-[280px] hidden max-mobile::block",
|
|
686
|
-
imageStyles: "w-full h-full object-contain max-mobile:object-cover"
|
|
687
|
-
}
|
|
688
|
-
)
|
|
689
|
-
] });
|
|
690
|
-
};
|
|
691
|
-
Mt.propsToEdit = ra;
|
|
692
|
-
var Ce = (e) => e.type === "checkbox", be = (e) => e instanceof Date, U = (e) => e == null;
|
|
693
|
-
const At = (e) => typeof e == "object";
|
|
694
|
-
var P = (e) => !U(e) && !Array.isArray(e) && At(e) && !be(e), na = (e) => P(e) && e.target ? Ce(e.target) ? e.target.checked : e.target.value : e, sa = (e) => e.substring(0, e.search(/\.\d+(\.|$)/)) || e, oa = (e, t) => e.has(sa(t)), ca = (e) => {
|
|
695
|
-
const t = e.constructor && e.constructor.prototype;
|
|
696
|
-
return P(t) && t.hasOwnProperty("isPrototypeOf");
|
|
697
|
-
}, We = typeof window < "u" && typeof window.HTMLElement < "u" && typeof document < "u";
|
|
698
|
-
function j(e) {
|
|
699
|
-
let t;
|
|
700
|
-
const i = Array.isArray(e), a = typeof FileList < "u" ? e instanceof FileList : !1;
|
|
701
|
-
if (e instanceof Date)
|
|
702
|
-
t = new Date(e);
|
|
703
|
-
else if (e instanceof Set)
|
|
704
|
-
t = new Set(e);
|
|
705
|
-
else if (!(We && (e instanceof Blob || a)) && (i || P(e)))
|
|
706
|
-
if (t = i ? [] : {}, !i && !ca(e))
|
|
707
|
-
t = e;
|
|
708
|
-
else
|
|
709
|
-
for (const n in e)
|
|
710
|
-
e.hasOwnProperty(n) && (t[n] = j(e[n]));
|
|
711
|
-
else
|
|
712
|
-
return e;
|
|
713
|
-
return t;
|
|
714
|
-
}
|
|
715
|
-
var Ae = (e) => /^\w*$/.test(e), O = (e) => e === void 0, Qe = (e) => Array.isArray(e) ? e.filter(Boolean) : [], Je = (e) => Qe(e.replace(/["|']|\]/g, "").split(/\.|\[/)), f = (e, t, i) => {
|
|
716
|
-
if (!t || !P(e))
|
|
717
|
-
return i;
|
|
718
|
-
const a = (Ae(t) ? [t] : Je(t)).reduce((n, s) => U(n) ? n : n[s], e);
|
|
719
|
-
return O(a) || a === e ? O(e[t]) ? i : e[t] : a;
|
|
720
|
-
}, le = (e) => typeof e == "boolean", S = (e, t, i) => {
|
|
721
|
-
let a = -1;
|
|
722
|
-
const n = Ae(t) ? [t] : Je(t), s = n.length, d = s - 1;
|
|
723
|
-
for (; ++a < s; ) {
|
|
724
|
-
const p = n[a];
|
|
725
|
-
let v = i;
|
|
726
|
-
if (a !== d) {
|
|
727
|
-
const L = e[p];
|
|
728
|
-
v = P(L) || Array.isArray(L) ? L : isNaN(+n[a + 1]) ? {} : [];
|
|
729
|
-
}
|
|
730
|
-
if (p === "__proto__" || p === "constructor" || p === "prototype")
|
|
731
|
-
return;
|
|
732
|
-
e[p] = v, e = e[p];
|
|
733
|
-
}
|
|
734
|
-
};
|
|
735
|
-
const ut = {
|
|
736
|
-
BLUR: "blur",
|
|
737
|
-
FOCUS_OUT: "focusout",
|
|
738
|
-
CHANGE: "change"
|
|
739
|
-
}, K = {
|
|
740
|
-
onBlur: "onBlur",
|
|
741
|
-
onChange: "onChange",
|
|
742
|
-
onSubmit: "onSubmit",
|
|
743
|
-
onTouched: "onTouched",
|
|
744
|
-
all: "all"
|
|
745
|
-
}, ce = {
|
|
746
|
-
max: "max",
|
|
747
|
-
min: "min",
|
|
748
|
-
maxLength: "maxLength",
|
|
749
|
-
minLength: "minLength",
|
|
750
|
-
pattern: "pattern",
|
|
751
|
-
required: "required",
|
|
752
|
-
validate: "validate"
|
|
753
|
-
}, Pt = W.createContext(null);
|
|
754
|
-
Pt.displayName = "HookFormContext";
|
|
755
|
-
const da = (e) => {
|
|
756
|
-
const { children: t, ...i } = e;
|
|
757
|
-
return W.createElement(Pt.Provider, { value: i }, t);
|
|
758
|
-
};
|
|
759
|
-
var pa = (e, t, i, a = !0) => {
|
|
760
|
-
const n = {
|
|
761
|
-
defaultValues: t._defaultValues
|
|
762
|
-
};
|
|
763
|
-
for (const s in e)
|
|
764
|
-
Object.defineProperty(n, s, {
|
|
765
|
-
get: () => {
|
|
766
|
-
const d = s;
|
|
767
|
-
return t._proxyFormState[d] !== K.all && (t._proxyFormState[d] = !a || K.all), i && (i[d] = !0), e[d];
|
|
768
|
-
}
|
|
769
|
-
});
|
|
770
|
-
return n;
|
|
771
|
-
};
|
|
772
|
-
const ma = typeof window < "u" ? pt.useLayoutEffect : pt.useEffect;
|
|
773
|
-
var re = (e) => typeof e == "string", ua = (e, t, i, a, n) => re(e) ? (a && t.watch.add(e), f(i, e, n)) : Array.isArray(e) ? e.map((s) => (a && t.watch.add(s), f(i, s))) : (a && (t.watchAll = !0), i), ga = (e, t, i, a, n) => t ? {
|
|
774
|
-
...i[e],
|
|
775
|
-
types: {
|
|
776
|
-
...i[e] && i[e].types ? i[e].types : {},
|
|
777
|
-
[a]: n || !0
|
|
778
|
-
}
|
|
779
|
-
} : {}, ve = (e) => Array.isArray(e) ? e : [e], gt = () => {
|
|
780
|
-
let e = [];
|
|
781
|
-
return {
|
|
782
|
-
get observers() {
|
|
783
|
-
return e;
|
|
784
|
-
},
|
|
785
|
-
next: (n) => {
|
|
786
|
-
for (const s of e)
|
|
787
|
-
s.next && s.next(n);
|
|
788
|
-
},
|
|
789
|
-
subscribe: (n) => (e.push(n), {
|
|
790
|
-
unsubscribe: () => {
|
|
791
|
-
e = e.filter((s) => s !== n);
|
|
792
|
-
}
|
|
793
|
-
}),
|
|
794
|
-
unsubscribe: () => {
|
|
795
|
-
e = [];
|
|
796
|
-
}
|
|
797
|
-
};
|
|
798
|
-
}, Ge = (e) => U(e) || !At(e);
|
|
799
|
-
function ue(e, t) {
|
|
800
|
-
if (Ge(e) || Ge(t))
|
|
801
|
-
return e === t;
|
|
802
|
-
if (be(e) && be(t))
|
|
803
|
-
return e.getTime() === t.getTime();
|
|
804
|
-
const i = Object.keys(e), a = Object.keys(t);
|
|
805
|
-
if (i.length !== a.length)
|
|
806
|
-
return !1;
|
|
807
|
-
for (const n of i) {
|
|
808
|
-
const s = e[n];
|
|
809
|
-
if (!a.includes(n))
|
|
810
|
-
return !1;
|
|
811
|
-
if (n !== "ref") {
|
|
812
|
-
const d = t[n];
|
|
813
|
-
if (be(s) && be(d) || P(s) && P(d) || Array.isArray(s) && Array.isArray(d) ? !ue(s, d) : s !== d)
|
|
814
|
-
return !1;
|
|
815
|
-
}
|
|
816
|
-
}
|
|
817
|
-
return !0;
|
|
818
|
-
}
|
|
819
|
-
var Z = (e) => P(e) && !Object.keys(e).length, Xe = (e) => e.type === "file", ee = (e) => typeof e == "function", Ie = (e) => {
|
|
820
|
-
if (!We)
|
|
821
|
-
return !1;
|
|
822
|
-
const t = e ? e.ownerDocument : 0;
|
|
823
|
-
return e instanceof (t && t.defaultView ? t.defaultView.HTMLElement : HTMLElement);
|
|
824
|
-
}, Ot = (e) => e.type === "select-multiple", Ye = (e) => e.type === "radio", xa = (e) => Ye(e) || Ce(e), Ue = (e) => Ie(e) && e.isConnected;
|
|
825
|
-
function ba(e, t) {
|
|
826
|
-
const i = t.slice(0, -1).length;
|
|
827
|
-
let a = 0;
|
|
828
|
-
for (; a < i; )
|
|
829
|
-
e = O(e) ? a++ : e[t[a++]];
|
|
830
|
-
return e;
|
|
831
|
-
}
|
|
832
|
-
function fa(e) {
|
|
833
|
-
for (const t in e)
|
|
834
|
-
if (e.hasOwnProperty(t) && !O(e[t]))
|
|
835
|
-
return !1;
|
|
836
|
-
return !0;
|
|
837
|
-
}
|
|
838
|
-
function q(e, t) {
|
|
839
|
-
const i = Array.isArray(t) ? t : Ae(t) ? [t] : Je(t), a = i.length === 1 ? e : ba(e, i), n = i.length - 1, s = i[n];
|
|
840
|
-
return a && delete a[s], n !== 0 && (P(a) && Z(a) || Array.isArray(a) && fa(a)) && q(e, i.slice(0, -1)), e;
|
|
841
|
-
}
|
|
842
|
-
var Rt = (e) => {
|
|
843
|
-
for (const t in e)
|
|
844
|
-
if (ee(e[t]))
|
|
845
|
-
return !0;
|
|
846
|
-
return !1;
|
|
847
|
-
};
|
|
848
|
-
function Ve(e, t = {}) {
|
|
849
|
-
const i = Array.isArray(e);
|
|
850
|
-
if (P(e) || i)
|
|
851
|
-
for (const a in e)
|
|
852
|
-
Array.isArray(e[a]) || P(e[a]) && !Rt(e[a]) ? (t[a] = Array.isArray(e[a]) ? [] : {}, Ve(e[a], t[a])) : U(e[a]) || (t[a] = !0);
|
|
853
|
-
return t;
|
|
854
|
-
}
|
|
855
|
-
function qt(e, t, i) {
|
|
856
|
-
const a = Array.isArray(e);
|
|
857
|
-
if (P(e) || a)
|
|
858
|
-
for (const n in e)
|
|
859
|
-
Array.isArray(e[n]) || P(e[n]) && !Rt(e[n]) ? O(t) || Ge(i[n]) ? i[n] = Array.isArray(e[n]) ? Ve(e[n], []) : { ...Ve(e[n]) } : qt(e[n], U(t) ? {} : t[n], i[n]) : i[n] = !ue(e[n], t[n]);
|
|
860
|
-
return i;
|
|
861
|
-
}
|
|
862
|
-
var ye = (e, t) => qt(e, t, Ve(t));
|
|
863
|
-
const xt = {
|
|
864
|
-
value: !1,
|
|
865
|
-
isValid: !1
|
|
866
|
-
}, bt = { value: !0, isValid: !0 };
|
|
867
|
-
var $t = (e) => {
|
|
868
|
-
if (Array.isArray(e)) {
|
|
869
|
-
if (e.length > 1) {
|
|
870
|
-
const t = e.filter((i) => i && i.checked && !i.disabled).map((i) => i.value);
|
|
871
|
-
return { value: t, isValid: !!t.length };
|
|
872
|
-
}
|
|
873
|
-
return e[0].checked && !e[0].disabled ? (
|
|
874
|
-
// @ts-expect-error expected to work in the browser
|
|
875
|
-
e[0].attributes && !O(e[0].attributes.value) ? O(e[0].value) || e[0].value === "" ? bt : { value: e[0].value, isValid: !0 } : bt
|
|
876
|
-
) : xt;
|
|
877
|
-
}
|
|
878
|
-
return xt;
|
|
879
|
-
}, jt = (e, { valueAsNumber: t, valueAsDate: i, setValueAs: a }) => O(e) ? e : t ? e === "" ? NaN : e && +e : i && re(e) ? new Date(e) : a ? a(e) : e;
|
|
880
|
-
const ft = {
|
|
881
|
-
isValid: !1,
|
|
882
|
-
value: null
|
|
883
|
-
};
|
|
884
|
-
var Ht = (e) => Array.isArray(e) ? e.reduce((t, i) => i && i.checked && !i.disabled ? {
|
|
885
|
-
isValid: !0,
|
|
886
|
-
value: i.value
|
|
887
|
-
} : t, ft) : ft;
|
|
888
|
-
function ht(e) {
|
|
889
|
-
const t = e.ref;
|
|
890
|
-
return Xe(t) ? t.files : Ye(t) ? Ht(e.refs).value : Ot(t) ? [...t.selectedOptions].map(({ value: i }) => i) : Ce(t) ? $t(e.refs).value : jt(O(t.value) ? e.ref.value : t.value, e);
|
|
891
|
-
}
|
|
892
|
-
var ha = (e, t, i, a) => {
|
|
893
|
-
const n = {};
|
|
894
|
-
for (const s of e) {
|
|
895
|
-
const d = f(t, s);
|
|
896
|
-
d && S(n, s, d._f);
|
|
897
|
-
}
|
|
898
|
-
return {
|
|
899
|
-
criteriaMode: i,
|
|
900
|
-
names: [...e],
|
|
901
|
-
fields: n,
|
|
902
|
-
shouldUseNativeValidation: a
|
|
903
|
-
};
|
|
904
|
-
}, Me = (e) => e instanceof RegExp, we = (e) => O(e) ? e : Me(e) ? e.source : P(e) ? Me(e.value) ? e.value.source : e.value : e, _t = (e) => ({
|
|
905
|
-
isOnSubmit: !e || e === K.onSubmit,
|
|
906
|
-
isOnBlur: e === K.onBlur,
|
|
907
|
-
isOnChange: e === K.onChange,
|
|
908
|
-
isOnAll: e === K.all,
|
|
909
|
-
isOnTouch: e === K.onTouched
|
|
910
|
-
});
|
|
911
|
-
const kt = "AsyncFunction";
|
|
912
|
-
var _a = (e) => !!e && !!e.validate && !!(ee(e.validate) && e.validate.constructor.name === kt || P(e.validate) && Object.values(e.validate).find((t) => t.constructor.name === kt)), ka = (e) => e.mount && (e.required || e.min || e.max || e.maxLength || e.minLength || e.pattern || e.validate), yt = (e, t, i) => !i && (t.watchAll || t.watch.has(e) || [...t.watch].some((a) => e.startsWith(a) && /^\.\w+/.test(e.slice(a.length))));
|
|
913
|
-
const Fe = (e, t, i, a) => {
|
|
914
|
-
for (const n of i || Object.keys(e)) {
|
|
915
|
-
const s = f(e, n);
|
|
916
|
-
if (s) {
|
|
917
|
-
const { _f: d, ...p } = s;
|
|
918
|
-
if (d) {
|
|
919
|
-
if (d.refs && d.refs[0] && t(d.refs[0], n) && !a)
|
|
920
|
-
return !0;
|
|
921
|
-
if (d.ref && t(d.ref, d.name) && !a)
|
|
922
|
-
return !0;
|
|
923
|
-
if (Fe(p, t))
|
|
924
|
-
break;
|
|
925
|
-
} else if (P(p) && Fe(p, t))
|
|
926
|
-
break;
|
|
927
|
-
}
|
|
928
|
-
}
|
|
929
|
-
};
|
|
930
|
-
function wt(e, t, i) {
|
|
931
|
-
const a = f(e, i);
|
|
932
|
-
if (a || Ae(i))
|
|
933
|
-
return {
|
|
934
|
-
error: a,
|
|
935
|
-
name: i
|
|
936
|
-
};
|
|
937
|
-
const n = i.split(".");
|
|
938
|
-
for (; n.length; ) {
|
|
939
|
-
const s = n.join("."), d = f(t, s), p = f(e, s);
|
|
940
|
-
if (d && !Array.isArray(d) && i !== s)
|
|
941
|
-
return { name: i };
|
|
942
|
-
if (p && p.type)
|
|
943
|
-
return {
|
|
944
|
-
name: s,
|
|
945
|
-
error: p
|
|
946
|
-
};
|
|
947
|
-
if (p && p.root && p.root.type)
|
|
948
|
-
return {
|
|
949
|
-
name: `${s}.root`,
|
|
950
|
-
error: p.root
|
|
951
|
-
};
|
|
952
|
-
n.pop();
|
|
953
|
-
}
|
|
954
|
-
return {
|
|
955
|
-
name: i
|
|
956
|
-
};
|
|
957
|
-
}
|
|
958
|
-
var ya = (e, t, i, a) => {
|
|
959
|
-
i(e);
|
|
960
|
-
const { name: n, ...s } = e;
|
|
961
|
-
return Z(s) || Object.keys(s).length >= Object.keys(t).length || Object.keys(s).find((d) => t[d] === (!a || K.all));
|
|
962
|
-
}, wa = (e, t, i) => !e || !t || e === t || ve(e).some((a) => a && (i ? a === t : a.startsWith(t) || t.startsWith(a))), va = (e, t, i, a, n) => n.isOnAll ? !1 : !i && n.isOnTouch ? !(t || e) : (i ? a.isOnBlur : n.isOnBlur) ? !e : (i ? a.isOnChange : n.isOnChange) ? e : !0, Fa = (e, t) => !Qe(f(e, t)).length && q(e, t), Na = (e, t, i) => {
|
|
963
|
-
const a = ve(f(e, i));
|
|
964
|
-
return S(a, "root", t[i]), S(e, i, a), e;
|
|
965
|
-
}, Se = (e) => re(e);
|
|
966
|
-
function vt(e, t, i = "validate") {
|
|
967
|
-
if (Se(e) || Array.isArray(e) && e.every(Se) || le(e) && !e)
|
|
968
|
-
return {
|
|
969
|
-
type: i,
|
|
970
|
-
message: Se(e) ? e : "",
|
|
971
|
-
ref: t
|
|
972
|
-
};
|
|
973
|
-
}
|
|
974
|
-
var he = (e) => P(e) && !Me(e) ? e : {
|
|
975
|
-
value: e,
|
|
976
|
-
message: ""
|
|
977
|
-
}, Ft = async (e, t, i, a, n, s) => {
|
|
978
|
-
const { ref: d, refs: p, required: v, maxLength: L, minLength: F, min: _, max: k, pattern: ge, validate: Q, name: M, valueAsNumber: de, mount: Pe } = e._f, C = f(i, M);
|
|
979
|
-
if (!Pe || t.has(M))
|
|
980
|
-
return {};
|
|
981
|
-
const oe = p ? p[0] : d, te = (N) => {
|
|
982
|
-
n && oe.reportValidity && (oe.setCustomValidity(le(N) ? "" : N || ""), oe.reportValidity());
|
|
983
|
-
}, R = {}, Le = Ye(d), pe = Ce(d), Oe = Le || pe, J = (de || Xe(d)) && O(d.value) && O(C) || Ie(d) && d.value === "" || C === "" || Array.isArray(C) && !C.length, xe = ga.bind(null, M, a, R), ie = (N, T, A, H = ce.maxLength, G = ce.minLength) => {
|
|
984
|
-
const ae = N ? T : A;
|
|
985
|
-
R[M] = {
|
|
986
|
-
type: N ? H : G,
|
|
987
|
-
message: ae,
|
|
988
|
-
ref: d,
|
|
989
|
-
...xe(N ? H : G, ae)
|
|
990
|
-
};
|
|
991
|
-
};
|
|
992
|
-
if (s ? !Array.isArray(C) || !C.length : v && (!Oe && (J || U(C)) || le(C) && !C || pe && !$t(p).isValid || Le && !Ht(p).isValid)) {
|
|
993
|
-
const { value: N, message: T } = Se(v) ? { value: !!v, message: v } : he(v);
|
|
994
|
-
if (N && (R[M] = {
|
|
995
|
-
type: ce.required,
|
|
996
|
-
message: T,
|
|
997
|
-
ref: oe,
|
|
998
|
-
...xe(ce.required, T)
|
|
999
|
-
}, !a))
|
|
1000
|
-
return te(T), R;
|
|
1001
|
-
}
|
|
1002
|
-
if (!J && (!U(_) || !U(k))) {
|
|
1003
|
-
let N, T;
|
|
1004
|
-
const A = he(k), H = he(_);
|
|
1005
|
-
if (!U(C) && !isNaN(C)) {
|
|
1006
|
-
const G = d.valueAsNumber || C && +C;
|
|
1007
|
-
U(A.value) || (N = G > A.value), U(H.value) || (T = G < H.value);
|
|
1008
|
-
} else {
|
|
1009
|
-
const G = d.valueAsDate || new Date(C), ae = (De) => /* @__PURE__ */ new Date((/* @__PURE__ */ new Date()).toDateString() + " " + De), ke = d.type == "time", fe = d.type == "week";
|
|
1010
|
-
re(A.value) && C && (N = ke ? ae(C) > ae(A.value) : fe ? C > A.value : G > new Date(A.value)), re(H.value) && C && (T = ke ? ae(C) < ae(H.value) : fe ? C < H.value : G < new Date(H.value));
|
|
1011
|
-
}
|
|
1012
|
-
if ((N || T) && (ie(!!N, A.message, H.message, ce.max, ce.min), !a))
|
|
1013
|
-
return te(R[M].message), R;
|
|
1014
|
-
}
|
|
1015
|
-
if ((L || F) && !J && (re(C) || s && Array.isArray(C))) {
|
|
1016
|
-
const N = he(L), T = he(F), A = !U(N.value) && C.length > +N.value, H = !U(T.value) && C.length < +T.value;
|
|
1017
|
-
if ((A || H) && (ie(A, N.message, T.message), !a))
|
|
1018
|
-
return te(R[M].message), R;
|
|
1019
|
-
}
|
|
1020
|
-
if (ge && !J && re(C)) {
|
|
1021
|
-
const { value: N, message: T } = he(ge);
|
|
1022
|
-
if (Me(N) && !C.match(N) && (R[M] = {
|
|
1023
|
-
type: ce.pattern,
|
|
1024
|
-
message: T,
|
|
1025
|
-
ref: d,
|
|
1026
|
-
...xe(ce.pattern, T)
|
|
1027
|
-
}, !a))
|
|
1028
|
-
return te(T), R;
|
|
1029
|
-
}
|
|
1030
|
-
if (Q) {
|
|
1031
|
-
if (ee(Q)) {
|
|
1032
|
-
const N = await Q(C, i), T = vt(N, oe);
|
|
1033
|
-
if (T && (R[M] = {
|
|
1034
|
-
...T,
|
|
1035
|
-
...xe(ce.validate, T.message)
|
|
1036
|
-
}, !a))
|
|
1037
|
-
return te(T.message), R;
|
|
1038
|
-
} else if (P(Q)) {
|
|
1039
|
-
let N = {};
|
|
1040
|
-
for (const T in Q) {
|
|
1041
|
-
if (!Z(N) && !a)
|
|
1042
|
-
break;
|
|
1043
|
-
const A = vt(await Q[T](C, i), oe, T);
|
|
1044
|
-
A && (N = {
|
|
1045
|
-
...A,
|
|
1046
|
-
...xe(T, A.message)
|
|
1047
|
-
}, te(A.message), a && (R[M] = N));
|
|
1048
|
-
}
|
|
1049
|
-
if (!Z(N) && (R[M] = {
|
|
1050
|
-
ref: oe,
|
|
1051
|
-
...N
|
|
1052
|
-
}, !a))
|
|
1053
|
-
return R;
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
return te(!0), R;
|
|
1057
|
-
};
|
|
1058
|
-
const Ca = {
|
|
1059
|
-
mode: K.onSubmit,
|
|
1060
|
-
reValidateMode: K.onChange,
|
|
1061
|
-
shouldFocusError: !0
|
|
1062
|
-
};
|
|
1063
|
-
function La(e = {}) {
|
|
1064
|
-
let t = {
|
|
1065
|
-
...Ca,
|
|
1066
|
-
...e
|
|
1067
|
-
}, i = {
|
|
1068
|
-
submitCount: 0,
|
|
1069
|
-
isDirty: !1,
|
|
1070
|
-
isReady: !1,
|
|
1071
|
-
isLoading: ee(t.defaultValues),
|
|
1072
|
-
isValidating: !1,
|
|
1073
|
-
isSubmitted: !1,
|
|
1074
|
-
isSubmitting: !1,
|
|
1075
|
-
isSubmitSuccessful: !1,
|
|
1076
|
-
isValid: !1,
|
|
1077
|
-
touchedFields: {},
|
|
1078
|
-
dirtyFields: {},
|
|
1079
|
-
validatingFields: {},
|
|
1080
|
-
errors: t.errors || {},
|
|
1081
|
-
disabled: t.disabled || !1
|
|
1082
|
-
};
|
|
1083
|
-
const a = {};
|
|
1084
|
-
let n = P(t.defaultValues) || P(t.values) ? j(t.defaultValues || t.values) || {} : {}, s = t.shouldUnregister ? {} : j(n), d = {
|
|
1085
|
-
action: !1,
|
|
1086
|
-
mount: !1,
|
|
1087
|
-
watch: !1
|
|
1088
|
-
}, p = {
|
|
1089
|
-
mount: /* @__PURE__ */ new Set(),
|
|
1090
|
-
disabled: /* @__PURE__ */ new Set(),
|
|
1091
|
-
unMount: /* @__PURE__ */ new Set(),
|
|
1092
|
-
array: /* @__PURE__ */ new Set(),
|
|
1093
|
-
watch: /* @__PURE__ */ new Set()
|
|
1094
|
-
}, v, L = 0;
|
|
1095
|
-
const F = {
|
|
1096
|
-
isDirty: !1,
|
|
1097
|
-
dirtyFields: !1,
|
|
1098
|
-
validatingFields: !1,
|
|
1099
|
-
touchedFields: !1,
|
|
1100
|
-
isValidating: !1,
|
|
1101
|
-
isValid: !1,
|
|
1102
|
-
errors: !1
|
|
1103
|
-
};
|
|
1104
|
-
let _ = {
|
|
1105
|
-
...F
|
|
1106
|
-
};
|
|
1107
|
-
const k = {
|
|
1108
|
-
array: gt(),
|
|
1109
|
-
state: gt()
|
|
1110
|
-
}, ge = t.criteriaMode === K.all, Q = (l) => (o) => {
|
|
1111
|
-
clearTimeout(L), L = setTimeout(l, o);
|
|
1112
|
-
}, M = async (l) => {
|
|
1113
|
-
if (!t.disabled && (F.isValid || _.isValid || l)) {
|
|
1114
|
-
const o = t.resolver ? Z((await pe()).errors) : await J(a, !0);
|
|
1115
|
-
o !== i.isValid && k.state.next({
|
|
1116
|
-
isValid: o
|
|
1117
|
-
});
|
|
1118
|
-
}
|
|
1119
|
-
}, de = (l, o) => {
|
|
1120
|
-
!t.disabled && (F.isValidating || F.validatingFields || _.isValidating || _.validatingFields) && ((l || Array.from(p.mount)).forEach((c) => {
|
|
1121
|
-
c && (o ? S(i.validatingFields, c, o) : q(i.validatingFields, c));
|
|
1122
|
-
}), k.state.next({
|
|
1123
|
-
validatingFields: i.validatingFields,
|
|
1124
|
-
isValidating: !Z(i.validatingFields)
|
|
1125
|
-
}));
|
|
1126
|
-
}, Pe = (l, o = [], c, g, u = !0, m = !0) => {
|
|
1127
|
-
if (g && c && !t.disabled) {
|
|
1128
|
-
if (d.action = !0, m && Array.isArray(f(a, l))) {
|
|
1129
|
-
const h = c(f(a, l), g.argA, g.argB);
|
|
1130
|
-
u && S(a, l, h);
|
|
1131
|
-
}
|
|
1132
|
-
if (m && Array.isArray(f(i.errors, l))) {
|
|
1133
|
-
const h = c(f(i.errors, l), g.argA, g.argB);
|
|
1134
|
-
u && S(i.errors, l, h), Fa(i.errors, l);
|
|
1135
|
-
}
|
|
1136
|
-
if ((F.touchedFields || _.touchedFields) && m && Array.isArray(f(i.touchedFields, l))) {
|
|
1137
|
-
const h = c(f(i.touchedFields, l), g.argA, g.argB);
|
|
1138
|
-
u && S(i.touchedFields, l, h);
|
|
1139
|
-
}
|
|
1140
|
-
(F.dirtyFields || _.dirtyFields) && (i.dirtyFields = ye(n, s)), k.state.next({
|
|
1141
|
-
name: l,
|
|
1142
|
-
isDirty: ie(l, o),
|
|
1143
|
-
dirtyFields: i.dirtyFields,
|
|
1144
|
-
errors: i.errors,
|
|
1145
|
-
isValid: i.isValid
|
|
1146
|
-
});
|
|
1147
|
-
} else
|
|
1148
|
-
S(s, l, o);
|
|
1149
|
-
}, C = (l, o) => {
|
|
1150
|
-
S(i.errors, l, o), k.state.next({
|
|
1151
|
-
errors: i.errors
|
|
1152
|
-
});
|
|
1153
|
-
}, oe = (l) => {
|
|
1154
|
-
i.errors = l, k.state.next({
|
|
1155
|
-
errors: i.errors,
|
|
1156
|
-
isValid: !1
|
|
1157
|
-
});
|
|
1158
|
-
}, te = (l, o, c, g) => {
|
|
1159
|
-
const u = f(a, l);
|
|
1160
|
-
if (u) {
|
|
1161
|
-
const m = f(s, l, O(c) ? f(n, l) : c);
|
|
1162
|
-
O(m) || g && g.defaultChecked || o ? S(s, l, o ? m : ht(u._f)) : A(l, m), d.mount && M();
|
|
1163
|
-
}
|
|
1164
|
-
}, R = (l, o, c, g, u) => {
|
|
1165
|
-
let m = !1, h = !1;
|
|
1166
|
-
const D = {
|
|
1167
|
-
name: l
|
|
1168
|
-
};
|
|
1169
|
-
if (!t.disabled) {
|
|
1170
|
-
if (!c || g) {
|
|
1171
|
-
(F.isDirty || _.isDirty) && (h = i.isDirty, i.isDirty = D.isDirty = ie(), m = h !== D.isDirty);
|
|
1172
|
-
const E = ue(f(n, l), o);
|
|
1173
|
-
h = !!f(i.dirtyFields, l), E ? q(i.dirtyFields, l) : S(i.dirtyFields, l, !0), D.dirtyFields = i.dirtyFields, m = m || (F.dirtyFields || _.dirtyFields) && h !== !E;
|
|
1174
|
-
}
|
|
1175
|
-
if (c) {
|
|
1176
|
-
const E = f(i.touchedFields, l);
|
|
1177
|
-
E || (S(i.touchedFields, l, c), D.touchedFields = i.touchedFields, m = m || (F.touchedFields || _.touchedFields) && E !== c);
|
|
1178
|
-
}
|
|
1179
|
-
m && u && k.state.next(D);
|
|
1180
|
-
}
|
|
1181
|
-
return m ? D : {};
|
|
1182
|
-
}, Le = (l, o, c, g) => {
|
|
1183
|
-
const u = f(i.errors, l), m = (F.isValid || _.isValid) && le(o) && i.isValid !== o;
|
|
1184
|
-
if (t.delayError && c ? (v = Q(() => C(l, c)), v(t.delayError)) : (clearTimeout(L), v = null, c ? S(i.errors, l, c) : q(i.errors, l)), (c ? !ue(u, c) : u) || !Z(g) || m) {
|
|
1185
|
-
const h = {
|
|
1186
|
-
...g,
|
|
1187
|
-
...m && le(o) ? { isValid: o } : {},
|
|
1188
|
-
errors: i.errors,
|
|
1189
|
-
name: l
|
|
1190
|
-
};
|
|
1191
|
-
i = {
|
|
1192
|
-
...i,
|
|
1193
|
-
...h
|
|
1194
|
-
}, k.state.next(h);
|
|
1195
|
-
}
|
|
1196
|
-
}, pe = async (l) => {
|
|
1197
|
-
de(l, !0);
|
|
1198
|
-
const o = await t.resolver(s, t.context, ha(l || p.mount, a, t.criteriaMode, t.shouldUseNativeValidation));
|
|
1199
|
-
return de(l), o;
|
|
1200
|
-
}, Oe = async (l) => {
|
|
1201
|
-
const { errors: o } = await pe(l);
|
|
1202
|
-
if (l)
|
|
1203
|
-
for (const c of l) {
|
|
1204
|
-
const g = f(o, c);
|
|
1205
|
-
g ? S(i.errors, c, g) : q(i.errors, c);
|
|
1206
|
-
}
|
|
1207
|
-
else
|
|
1208
|
-
i.errors = o;
|
|
1209
|
-
return o;
|
|
1210
|
-
}, J = async (l, o, c = {
|
|
1211
|
-
valid: !0
|
|
1212
|
-
}) => {
|
|
1213
|
-
for (const g in l) {
|
|
1214
|
-
const u = l[g];
|
|
1215
|
-
if (u) {
|
|
1216
|
-
const { _f: m, ...h } = u;
|
|
1217
|
-
if (m) {
|
|
1218
|
-
const D = p.array.has(m.name), E = u._f && _a(u._f);
|
|
1219
|
-
E && F.validatingFields && de([g], !0);
|
|
1220
|
-
const z = await Ft(u, p.disabled, s, ge, t.shouldUseNativeValidation && !o, D);
|
|
1221
|
-
if (E && F.validatingFields && de([g]), z[m.name] && (c.valid = !1, o))
|
|
1222
|
-
break;
|
|
1223
|
-
!o && (f(z, m.name) ? D ? Na(i.errors, z, m.name) : S(i.errors, m.name, z[m.name]) : q(i.errors, m.name));
|
|
1224
|
-
}
|
|
1225
|
-
!Z(h) && await J(h, o, c);
|
|
1226
|
-
}
|
|
1227
|
-
}
|
|
1228
|
-
return c.valid;
|
|
1229
|
-
}, xe = () => {
|
|
1230
|
-
for (const l of p.unMount) {
|
|
1231
|
-
const o = f(a, l);
|
|
1232
|
-
o && (o._f.refs ? o._f.refs.every((c) => !Ue(c)) : !Ue(o._f.ref)) && Re(l);
|
|
1233
|
-
}
|
|
1234
|
-
p.unMount = /* @__PURE__ */ new Set();
|
|
1235
|
-
}, ie = (l, o) => !t.disabled && (l && o && S(s, l, o), !ue(De(), n)), N = (l, o, c) => ua(l, p, {
|
|
1236
|
-
...d.mount ? s : O(o) ? n : re(l) ? { [l]: o } : o
|
|
1237
|
-
}, c, o), T = (l) => Qe(f(d.mount ? s : n, l, t.shouldUnregister ? f(n, l, []) : [])), A = (l, o, c = {}) => {
|
|
1238
|
-
const g = f(a, l);
|
|
1239
|
-
let u = o;
|
|
1240
|
-
if (g) {
|
|
1241
|
-
const m = g._f;
|
|
1242
|
-
m && (!m.disabled && S(s, l, jt(o, m)), u = Ie(m.ref) && U(o) ? "" : o, Ot(m.ref) ? [...m.ref.options].forEach((h) => h.selected = u.includes(h.value)) : m.refs ? Ce(m.ref) ? m.refs.forEach((h) => {
|
|
1243
|
-
(!h.defaultChecked || !h.disabled) && (Array.isArray(u) ? h.checked = !!u.find((D) => D === h.value) : h.checked = u === h.value || !!u);
|
|
1244
|
-
}) : m.refs.forEach((h) => h.checked = h.value === u) : Xe(m.ref) ? m.ref.value = "" : (m.ref.value = u, m.ref.type || k.state.next({
|
|
1245
|
-
name: l,
|
|
1246
|
-
values: j(s)
|
|
1247
|
-
})));
|
|
1248
|
-
}
|
|
1249
|
-
(c.shouldDirty || c.shouldTouch) && R(l, u, c.shouldTouch, c.shouldDirty, !0), c.shouldValidate && fe(l);
|
|
1250
|
-
}, H = (l, o, c) => {
|
|
1251
|
-
for (const g in o) {
|
|
1252
|
-
if (!o.hasOwnProperty(g))
|
|
1253
|
-
return;
|
|
1254
|
-
const u = o[g], m = l + "." + g, h = f(a, m);
|
|
1255
|
-
(p.array.has(l) || P(u) || h && !h._f) && !be(u) ? H(m, u, c) : A(m, u, c);
|
|
1256
|
-
}
|
|
1257
|
-
}, G = (l, o, c = {}) => {
|
|
1258
|
-
const g = f(a, l), u = p.array.has(l), m = j(o);
|
|
1259
|
-
S(s, l, m), u ? (k.array.next({
|
|
1260
|
-
name: l,
|
|
1261
|
-
values: j(s)
|
|
1262
|
-
}), (F.isDirty || F.dirtyFields || _.isDirty || _.dirtyFields) && c.shouldDirty && k.state.next({
|
|
1263
|
-
name: l,
|
|
1264
|
-
dirtyFields: ye(n, s),
|
|
1265
|
-
isDirty: ie(l, m)
|
|
1266
|
-
})) : g && !g._f && !U(m) ? H(l, m, c) : A(l, m, c), yt(l, p) && k.state.next({ ...i }), k.state.next({
|
|
1267
|
-
name: d.mount ? l : void 0,
|
|
1268
|
-
values: j(s)
|
|
1269
|
-
});
|
|
1270
|
-
}, ae = async (l) => {
|
|
1271
|
-
d.mount = !0;
|
|
1272
|
-
const o = l.target;
|
|
1273
|
-
let c = o.name, g = !0;
|
|
1274
|
-
const u = f(a, c), m = (E) => {
|
|
1275
|
-
g = Number.isNaN(E) || be(E) && isNaN(E.getTime()) || ue(E, f(s, c, E));
|
|
1276
|
-
}, h = _t(t.mode), D = _t(t.reValidateMode);
|
|
1277
|
-
if (u) {
|
|
1278
|
-
let E, z;
|
|
1279
|
-
const Te = o.type ? ht(u._f) : na(l), me = l.type === ut.BLUR || l.type === ut.FOCUS_OUT, bi = !ka(u._f) && !t.resolver && !f(i.errors, c) && !u._f.deps || va(me, f(i.touchedFields, c), i.isSubmitted, D, h), je = yt(c, p, me);
|
|
1280
|
-
S(s, c, Te), me ? (u._f.onBlur && u._f.onBlur(l), v && v(0)) : u._f.onChange && u._f.onChange(l);
|
|
1281
|
-
const He = R(c, Te, me), fi = !Z(He) || je;
|
|
1282
|
-
if (!me && k.state.next({
|
|
1283
|
-
name: c,
|
|
1284
|
-
type: l.type,
|
|
1285
|
-
values: j(s)
|
|
1286
|
-
}), bi)
|
|
1287
|
-
return (F.isValid || _.isValid) && (t.mode === "onBlur" ? me && M() : me || M()), fi && k.state.next({ name: c, ...je ? {} : He });
|
|
1288
|
-
if (!me && je && k.state.next({ ...i }), t.resolver) {
|
|
1289
|
-
const { errors: ct } = await pe([c]);
|
|
1290
|
-
if (m(Te), g) {
|
|
1291
|
-
const hi = wt(i.errors, a, c), dt = wt(ct, a, hi.name || c);
|
|
1292
|
-
E = dt.error, c = dt.name, z = Z(ct);
|
|
1293
|
-
}
|
|
1294
|
-
} else
|
|
1295
|
-
de([c], !0), E = (await Ft(u, p.disabled, s, ge, t.shouldUseNativeValidation))[c], de([c]), m(Te), g && (E ? z = !1 : (F.isValid || _.isValid) && (z = await J(a, !0)));
|
|
1296
|
-
g && (u._f.deps && fe(u._f.deps), Le(c, z, E, He));
|
|
1297
|
-
}
|
|
1298
|
-
}, ke = (l, o) => {
|
|
1299
|
-
if (f(i.errors, o) && l.focus)
|
|
1300
|
-
return l.focus(), 1;
|
|
1301
|
-
}, fe = async (l, o = {}) => {
|
|
1302
|
-
let c, g;
|
|
1303
|
-
const u = ve(l);
|
|
1304
|
-
if (t.resolver) {
|
|
1305
|
-
const m = await Oe(O(l) ? l : u);
|
|
1306
|
-
c = Z(m), g = l ? !u.some((h) => f(m, h)) : c;
|
|
1307
|
-
} else
|
|
1308
|
-
l ? (g = (await Promise.all(u.map(async (m) => {
|
|
1309
|
-
const h = f(a, m);
|
|
1310
|
-
return await J(h && h._f ? { [m]: h } : h);
|
|
1311
|
-
}))).every(Boolean), !(!g && !i.isValid) && M()) : g = c = await J(a);
|
|
1312
|
-
return k.state.next({
|
|
1313
|
-
...!re(l) || (F.isValid || _.isValid) && c !== i.isValid ? {} : { name: l },
|
|
1314
|
-
...t.resolver || !l ? { isValid: c } : {},
|
|
1315
|
-
errors: i.errors
|
|
1316
|
-
}), o.shouldFocus && !g && Fe(a, ke, l ? u : p.mount), g;
|
|
1317
|
-
}, De = (l) => {
|
|
1318
|
-
const o = {
|
|
1319
|
-
...d.mount ? s : n
|
|
1320
|
-
};
|
|
1321
|
-
return O(l) ? o : re(l) ? f(o, l) : l.map((c) => f(o, c));
|
|
1322
|
-
}, tt = (l, o) => ({
|
|
1323
|
-
invalid: !!f((o || i).errors, l),
|
|
1324
|
-
isDirty: !!f((o || i).dirtyFields, l),
|
|
1325
|
-
error: f((o || i).errors, l),
|
|
1326
|
-
isValidating: !!f(i.validatingFields, l),
|
|
1327
|
-
isTouched: !!f((o || i).touchedFields, l)
|
|
1328
|
-
}), ci = (l) => {
|
|
1329
|
-
l && ve(l).forEach((o) => q(i.errors, o)), k.state.next({
|
|
1330
|
-
errors: l ? i.errors : {}
|
|
1331
|
-
});
|
|
1332
|
-
}, it = (l, o, c) => {
|
|
1333
|
-
const g = (f(a, l, { _f: {} })._f || {}).ref, u = f(i.errors, l) || {}, { ref: m, message: h, type: D, ...E } = u;
|
|
1334
|
-
S(i.errors, l, {
|
|
1335
|
-
...E,
|
|
1336
|
-
...o,
|
|
1337
|
-
ref: g
|
|
1338
|
-
}), k.state.next({
|
|
1339
|
-
name: l,
|
|
1340
|
-
errors: i.errors,
|
|
1341
|
-
isValid: !1
|
|
1342
|
-
}), c && c.shouldFocus && g && g.focus && g.focus();
|
|
1343
|
-
}, di = (l, o) => ee(l) ? k.state.subscribe({
|
|
1344
|
-
next: (c) => l(N(void 0, o), c)
|
|
1345
|
-
}) : N(l, o, !0), at = (l) => k.state.subscribe({
|
|
1346
|
-
next: (o) => {
|
|
1347
|
-
wa(l.name, o.name, l.exact) && ya(o, l.formState || F, xi, l.reRenderRoot) && l.callback({
|
|
1348
|
-
values: { ...s },
|
|
1349
|
-
...i,
|
|
1350
|
-
...o
|
|
1351
|
-
});
|
|
1352
|
-
}
|
|
1353
|
-
}).unsubscribe, pi = (l) => (d.mount = !0, _ = {
|
|
1354
|
-
..._,
|
|
1355
|
-
...l.formState
|
|
1356
|
-
}, at({
|
|
1357
|
-
...l,
|
|
1358
|
-
formState: _
|
|
1359
|
-
})), Re = (l, o = {}) => {
|
|
1360
|
-
for (const c of l ? ve(l) : p.mount)
|
|
1361
|
-
p.mount.delete(c), p.array.delete(c), o.keepValue || (q(a, c), q(s, c)), !o.keepError && q(i.errors, c), !o.keepDirty && q(i.dirtyFields, c), !o.keepTouched && q(i.touchedFields, c), !o.keepIsValidating && q(i.validatingFields, c), !t.shouldUnregister && !o.keepDefaultValue && q(n, c);
|
|
1362
|
-
k.state.next({
|
|
1363
|
-
values: j(s)
|
|
1364
|
-
}), k.state.next({
|
|
1365
|
-
...i,
|
|
1366
|
-
...o.keepDirty ? { isDirty: ie() } : {}
|
|
1367
|
-
}), !o.keepIsValid && M();
|
|
1368
|
-
}, lt = ({ disabled: l, name: o }) => {
|
|
1369
|
-
(le(l) && d.mount || l || p.disabled.has(o)) && (l ? p.disabled.add(o) : p.disabled.delete(o));
|
|
1370
|
-
}, qe = (l, o = {}) => {
|
|
1371
|
-
let c = f(a, l);
|
|
1372
|
-
const g = le(o.disabled) || le(t.disabled);
|
|
1373
|
-
return S(a, l, {
|
|
1374
|
-
...c || {},
|
|
1375
|
-
_f: {
|
|
1376
|
-
...c && c._f ? c._f : { ref: { name: l } },
|
|
1377
|
-
name: l,
|
|
1378
|
-
mount: !0,
|
|
1379
|
-
...o
|
|
1380
|
-
}
|
|
1381
|
-
}), p.mount.add(l), c ? lt({
|
|
1382
|
-
disabled: le(o.disabled) ? o.disabled : t.disabled,
|
|
1383
|
-
name: l
|
|
1384
|
-
}) : te(l, !0, o.value), {
|
|
1385
|
-
...g ? { disabled: o.disabled || t.disabled } : {},
|
|
1386
|
-
...t.progressive ? {
|
|
1387
|
-
required: !!o.required,
|
|
1388
|
-
min: we(o.min),
|
|
1389
|
-
max: we(o.max),
|
|
1390
|
-
minLength: we(o.minLength),
|
|
1391
|
-
maxLength: we(o.maxLength),
|
|
1392
|
-
pattern: we(o.pattern)
|
|
1393
|
-
} : {},
|
|
1394
|
-
name: l,
|
|
1395
|
-
onChange: ae,
|
|
1396
|
-
onBlur: ae,
|
|
1397
|
-
ref: (u) => {
|
|
1398
|
-
if (u) {
|
|
1399
|
-
qe(l, o), c = f(a, l);
|
|
1400
|
-
const m = O(u.value) && u.querySelectorAll && u.querySelectorAll("input,select,textarea")[0] || u, h = xa(m), D = c._f.refs || [];
|
|
1401
|
-
if (h ? D.find((E) => E === m) : m === c._f.ref)
|
|
1402
|
-
return;
|
|
1403
|
-
S(a, l, {
|
|
1404
|
-
_f: {
|
|
1405
|
-
...c._f,
|
|
1406
|
-
...h ? {
|
|
1407
|
-
refs: [
|
|
1408
|
-
...D.filter(Ue),
|
|
1409
|
-
m,
|
|
1410
|
-
...Array.isArray(f(n, l)) ? [{}] : []
|
|
1411
|
-
],
|
|
1412
|
-
ref: { type: m.type, name: l }
|
|
1413
|
-
} : { ref: m }
|
|
1414
|
-
}
|
|
1415
|
-
}), te(l, !1, void 0, m);
|
|
1416
|
-
} else
|
|
1417
|
-
c = f(a, l, {}), c._f && (c._f.mount = !1), (t.shouldUnregister || o.shouldUnregister) && !(oa(p.array, l) && d.action) && p.unMount.add(l);
|
|
1418
|
-
}
|
|
1419
|
-
};
|
|
1420
|
-
}, $e = () => t.shouldFocusError && Fe(a, ke, p.mount), mi = (l) => {
|
|
1421
|
-
le(l) && (k.state.next({ disabled: l }), Fe(a, (o, c) => {
|
|
1422
|
-
const g = f(a, c);
|
|
1423
|
-
g && (o.disabled = g._f.disabled || l, Array.isArray(g._f.refs) && g._f.refs.forEach((u) => {
|
|
1424
|
-
u.disabled = g._f.disabled || l;
|
|
1425
|
-
}));
|
|
1426
|
-
}, 0, !1));
|
|
1427
|
-
}, rt = (l, o) => async (c) => {
|
|
1428
|
-
let g;
|
|
1429
|
-
c && (c.preventDefault && c.preventDefault(), c.persist && c.persist());
|
|
1430
|
-
let u = j(s);
|
|
1431
|
-
if (k.state.next({
|
|
1432
|
-
isSubmitting: !0
|
|
1433
|
-
}), t.resolver) {
|
|
1434
|
-
const { errors: m, values: h } = await pe();
|
|
1435
|
-
i.errors = m, u = h;
|
|
1436
|
-
} else
|
|
1437
|
-
await J(a);
|
|
1438
|
-
if (p.disabled.size)
|
|
1439
|
-
for (const m of p.disabled)
|
|
1440
|
-
S(u, m, void 0);
|
|
1441
|
-
if (q(i.errors, "root"), Z(i.errors)) {
|
|
1442
|
-
k.state.next({
|
|
1443
|
-
errors: {}
|
|
1444
|
-
});
|
|
1445
|
-
try {
|
|
1446
|
-
await l(u, c);
|
|
1447
|
-
} catch (m) {
|
|
1448
|
-
g = m;
|
|
1449
|
-
}
|
|
1450
|
-
} else
|
|
1451
|
-
o && await o({ ...i.errors }, c), $e(), setTimeout($e);
|
|
1452
|
-
if (k.state.next({
|
|
1453
|
-
isSubmitted: !0,
|
|
1454
|
-
isSubmitting: !1,
|
|
1455
|
-
isSubmitSuccessful: Z(i.errors) && !g,
|
|
1456
|
-
submitCount: i.submitCount + 1,
|
|
1457
|
-
errors: i.errors
|
|
1458
|
-
}), g)
|
|
1459
|
-
throw g;
|
|
1460
|
-
}, ui = (l, o = {}) => {
|
|
1461
|
-
f(a, l) && (O(o.defaultValue) ? G(l, j(f(n, l))) : (G(l, o.defaultValue), S(n, l, j(o.defaultValue))), o.keepTouched || q(i.touchedFields, l), o.keepDirty || (q(i.dirtyFields, l), i.isDirty = o.defaultValue ? ie(l, j(f(n, l))) : ie()), o.keepError || (q(i.errors, l), F.isValid && M()), k.state.next({ ...i }));
|
|
1462
|
-
}, nt = (l, o = {}) => {
|
|
1463
|
-
const c = l ? j(l) : n, g = j(c), u = Z(l), m = u ? n : g;
|
|
1464
|
-
if (o.keepDefaultValues || (n = c), !o.keepValues) {
|
|
1465
|
-
if (o.keepDirtyValues) {
|
|
1466
|
-
const h = /* @__PURE__ */ new Set([
|
|
1467
|
-
...p.mount,
|
|
1468
|
-
...Object.keys(ye(n, s))
|
|
1469
|
-
]);
|
|
1470
|
-
for (const D of Array.from(h))
|
|
1471
|
-
f(i.dirtyFields, D) ? S(m, D, f(s, D)) : G(D, f(m, D));
|
|
1472
|
-
} else {
|
|
1473
|
-
if (We && O(l))
|
|
1474
|
-
for (const h of p.mount) {
|
|
1475
|
-
const D = f(a, h);
|
|
1476
|
-
if (D && D._f) {
|
|
1477
|
-
const E = Array.isArray(D._f.refs) ? D._f.refs[0] : D._f.ref;
|
|
1478
|
-
if (Ie(E)) {
|
|
1479
|
-
const z = E.closest("form");
|
|
1480
|
-
if (z) {
|
|
1481
|
-
z.reset();
|
|
1482
|
-
break;
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
}
|
|
1486
|
-
}
|
|
1487
|
-
for (const h of p.mount)
|
|
1488
|
-
G(h, f(m, h));
|
|
1489
|
-
}
|
|
1490
|
-
s = j(m), k.array.next({
|
|
1491
|
-
values: { ...m }
|
|
1492
|
-
}), k.state.next({
|
|
1493
|
-
values: { ...m }
|
|
1494
|
-
});
|
|
1495
|
-
}
|
|
1496
|
-
p = {
|
|
1497
|
-
mount: o.keepDirtyValues ? p.mount : /* @__PURE__ */ new Set(),
|
|
1498
|
-
unMount: /* @__PURE__ */ new Set(),
|
|
1499
|
-
array: /* @__PURE__ */ new Set(),
|
|
1500
|
-
disabled: /* @__PURE__ */ new Set(),
|
|
1501
|
-
watch: /* @__PURE__ */ new Set(),
|
|
1502
|
-
watchAll: !1,
|
|
1503
|
-
focus: ""
|
|
1504
|
-
}, d.mount = !F.isValid || !!o.keepIsValid || !!o.keepDirtyValues, d.watch = !!t.shouldUnregister, k.state.next({
|
|
1505
|
-
submitCount: o.keepSubmitCount ? i.submitCount : 0,
|
|
1506
|
-
isDirty: u ? !1 : o.keepDirty ? i.isDirty : !!(o.keepDefaultValues && !ue(l, n)),
|
|
1507
|
-
isSubmitted: o.keepIsSubmitted ? i.isSubmitted : !1,
|
|
1508
|
-
dirtyFields: u ? {} : o.keepDirtyValues ? o.keepDefaultValues && s ? ye(n, s) : i.dirtyFields : o.keepDefaultValues && l ? ye(n, l) : o.keepDirty ? i.dirtyFields : {},
|
|
1509
|
-
touchedFields: o.keepTouched ? i.touchedFields : {},
|
|
1510
|
-
errors: o.keepErrors ? i.errors : {},
|
|
1511
|
-
isSubmitSuccessful: o.keepIsSubmitSuccessful ? i.isSubmitSuccessful : !1,
|
|
1512
|
-
isSubmitting: !1
|
|
1513
|
-
});
|
|
1514
|
-
}, st = (l, o) => nt(ee(l) ? l(s) : l, o), gi = (l, o = {}) => {
|
|
1515
|
-
const c = f(a, l), g = c && c._f;
|
|
1516
|
-
if (g) {
|
|
1517
|
-
const u = g.refs ? g.refs[0] : g.ref;
|
|
1518
|
-
u.focus && (u.focus(), o.shouldSelect && ee(u.select) && u.select());
|
|
1519
|
-
}
|
|
1520
|
-
}, xi = (l) => {
|
|
1521
|
-
i = {
|
|
1522
|
-
...i,
|
|
1523
|
-
...l
|
|
1524
|
-
};
|
|
1525
|
-
}, ot = {
|
|
1526
|
-
control: {
|
|
1527
|
-
register: qe,
|
|
1528
|
-
unregister: Re,
|
|
1529
|
-
getFieldState: tt,
|
|
1530
|
-
handleSubmit: rt,
|
|
1531
|
-
setError: it,
|
|
1532
|
-
_subscribe: at,
|
|
1533
|
-
_runSchema: pe,
|
|
1534
|
-
_focusError: $e,
|
|
1535
|
-
_getWatch: N,
|
|
1536
|
-
_getDirty: ie,
|
|
1537
|
-
_setValid: M,
|
|
1538
|
-
_setFieldArray: Pe,
|
|
1539
|
-
_setDisabledField: lt,
|
|
1540
|
-
_setErrors: oe,
|
|
1541
|
-
_getFieldArray: T,
|
|
1542
|
-
_reset: nt,
|
|
1543
|
-
_resetDefaultValues: () => ee(t.defaultValues) && t.defaultValues().then((l) => {
|
|
1544
|
-
st(l, t.resetOptions), k.state.next({
|
|
1545
|
-
isLoading: !1
|
|
1546
|
-
});
|
|
1547
|
-
}),
|
|
1548
|
-
_removeUnmounted: xe,
|
|
1549
|
-
_disableForm: mi,
|
|
1550
|
-
_subjects: k,
|
|
1551
|
-
_proxyFormState: F,
|
|
1552
|
-
get _fields() {
|
|
1553
|
-
return a;
|
|
1554
|
-
},
|
|
1555
|
-
get _formValues() {
|
|
1556
|
-
return s;
|
|
1557
|
-
},
|
|
1558
|
-
get _state() {
|
|
1559
|
-
return d;
|
|
1560
|
-
},
|
|
1561
|
-
set _state(l) {
|
|
1562
|
-
d = l;
|
|
1563
|
-
},
|
|
1564
|
-
get _defaultValues() {
|
|
1565
|
-
return n;
|
|
1566
|
-
},
|
|
1567
|
-
get _names() {
|
|
1568
|
-
return p;
|
|
1569
|
-
},
|
|
1570
|
-
set _names(l) {
|
|
1571
|
-
p = l;
|
|
1572
|
-
},
|
|
1573
|
-
get _formState() {
|
|
1574
|
-
return i;
|
|
1575
|
-
},
|
|
1576
|
-
get _options() {
|
|
1577
|
-
return t;
|
|
1578
|
-
},
|
|
1579
|
-
set _options(l) {
|
|
1580
|
-
t = {
|
|
1581
|
-
...t,
|
|
1582
|
-
...l
|
|
1583
|
-
};
|
|
1584
|
-
}
|
|
1585
|
-
},
|
|
1586
|
-
subscribe: pi,
|
|
1587
|
-
trigger: fe,
|
|
1588
|
-
register: qe,
|
|
1589
|
-
handleSubmit: rt,
|
|
1590
|
-
watch: di,
|
|
1591
|
-
setValue: G,
|
|
1592
|
-
getValues: De,
|
|
1593
|
-
reset: st,
|
|
1594
|
-
resetField: ui,
|
|
1595
|
-
clearErrors: ci,
|
|
1596
|
-
unregister: Re,
|
|
1597
|
-
setError: it,
|
|
1598
|
-
setFocus: gi,
|
|
1599
|
-
getFieldState: tt
|
|
1600
|
-
};
|
|
1601
|
-
return {
|
|
1602
|
-
...ot,
|
|
1603
|
-
formControl: ot
|
|
1604
|
-
};
|
|
1605
|
-
}
|
|
1606
|
-
function Da(e = {}) {
|
|
1607
|
-
const t = W.useRef(void 0), i = W.useRef(void 0), [a, n] = W.useState({
|
|
1608
|
-
isDirty: !1,
|
|
1609
|
-
isValidating: !1,
|
|
1610
|
-
isLoading: ee(e.defaultValues),
|
|
1611
|
-
isSubmitted: !1,
|
|
1612
|
-
isSubmitting: !1,
|
|
1613
|
-
isSubmitSuccessful: !1,
|
|
1614
|
-
isValid: !1,
|
|
1615
|
-
submitCount: 0,
|
|
1616
|
-
dirtyFields: {},
|
|
1617
|
-
touchedFields: {},
|
|
1618
|
-
validatingFields: {},
|
|
1619
|
-
errors: e.errors || {},
|
|
1620
|
-
disabled: e.disabled || !1,
|
|
1621
|
-
isReady: !1,
|
|
1622
|
-
defaultValues: ee(e.defaultValues) ? void 0 : e.defaultValues
|
|
1623
|
-
});
|
|
1624
|
-
if (!t.current)
|
|
1625
|
-
if (e.formControl)
|
|
1626
|
-
t.current = {
|
|
1627
|
-
...e.formControl,
|
|
1628
|
-
formState: a
|
|
1629
|
-
}, e.defaultValues && !ee(e.defaultValues) && e.formControl.reset(e.defaultValues, e.resetOptions);
|
|
1630
|
-
else {
|
|
1631
|
-
const { formControl: d, ...p } = La(e);
|
|
1632
|
-
t.current = {
|
|
1633
|
-
...p,
|
|
1634
|
-
formState: a
|
|
1635
|
-
};
|
|
1636
|
-
}
|
|
1637
|
-
const s = t.current.control;
|
|
1638
|
-
return s._options = e, ma(() => {
|
|
1639
|
-
const d = s._subscribe({
|
|
1640
|
-
formState: s._proxyFormState,
|
|
1641
|
-
callback: () => n({ ...s._formState }),
|
|
1642
|
-
reRenderRoot: !0
|
|
1643
|
-
});
|
|
1644
|
-
return n((p) => ({
|
|
1645
|
-
...p,
|
|
1646
|
-
isReady: !0
|
|
1647
|
-
})), s._formState.isReady = !0, d;
|
|
1648
|
-
}, [s]), W.useEffect(() => s._disableForm(e.disabled), [s, e.disabled]), W.useEffect(() => {
|
|
1649
|
-
e.mode && (s._options.mode = e.mode), e.reValidateMode && (s._options.reValidateMode = e.reValidateMode);
|
|
1650
|
-
}, [s, e.mode, e.reValidateMode]), W.useEffect(() => {
|
|
1651
|
-
e.errors && (s._setErrors(e.errors), s._focusError());
|
|
1652
|
-
}, [s, e.errors]), W.useEffect(() => {
|
|
1653
|
-
e.shouldUnregister && s._subjects.state.next({
|
|
1654
|
-
values: s._getWatch()
|
|
1655
|
-
});
|
|
1656
|
-
}, [s, e.shouldUnregister]), W.useEffect(() => {
|
|
1657
|
-
if (s._proxyFormState.isDirty) {
|
|
1658
|
-
const d = s._getDirty();
|
|
1659
|
-
d !== a.isDirty && s._subjects.state.next({
|
|
1660
|
-
isDirty: d
|
|
1661
|
-
});
|
|
1662
|
-
}
|
|
1663
|
-
}, [s, a.isDirty]), W.useEffect(() => {
|
|
1664
|
-
e.values && !ue(e.values, i.current) ? (s._reset(e.values, s._options.resetOptions), i.current = e.values, n((d) => ({ ...d }))) : s._resetDefaultValues();
|
|
1665
|
-
}, [s, e.values]), W.useEffect(() => {
|
|
1666
|
-
s._state.mount || (s._setValid(), s._state.mount = !0), s._state.watch && (s._state.watch = !1, s._subjects.state.next({ ...s._formState })), s._removeUnmounted();
|
|
1667
|
-
}), t.current.formState = pa(a, s), t.current;
|
|
1668
|
-
}
|
|
1669
|
-
const Ta = ({ faqId: e, percent: t }) => {
|
|
1670
|
-
const [i, a] = ki(!1), n = Da({
|
|
1671
|
-
defaultValues: {
|
|
1672
|
-
faq: e
|
|
1673
|
-
}
|
|
1674
|
-
}), { handleSubmit: s, setValue: d, getValues: p } = n, v = (_) => {
|
|
1675
|
-
try {
|
|
1676
|
-
a(!0), console.log("Submitted:", _);
|
|
1677
|
-
} catch (k) {
|
|
1678
|
-
console.error("Error submitting feedback:", k);
|
|
1679
|
-
} finally {
|
|
1680
|
-
a(!1);
|
|
1681
|
-
}
|
|
1682
|
-
}, L = (_) => {
|
|
1683
|
-
d("rate", _), s(v)();
|
|
1684
|
-
}, F = p("rate");
|
|
1685
|
-
return /* @__PURE__ */ r(da, { ...n, children: /* @__PURE__ */ r("form", { children: /* @__PURE__ */ x("div", { className: "mt-6 flex items-center gap-6 max-tablet:flex-col max-tablet:items-start", children: [
|
|
1686
|
-
/* @__PURE__ */ x("div", { className: "border-l-2 border-green pl-6 mr-14 shrink-0", children: [
|
|
1687
|
-
/* @__PURE__ */ r("span", { className: "text-gray2 block text-[14px] leading-5", children: `${t}% считают ответ полезным` }),
|
|
1688
|
-
/* @__PURE__ */ r("p", { className: "text-blackBG text-[15px] leading-[22px]", children: "Ответ был полезным?" })
|
|
1689
|
-
] }),
|
|
1690
|
-
/* @__PURE__ */ x("div", { className: "flex items-center gap-4 w-full max-tablet::pt-4", children: [
|
|
1691
|
-
/* @__PURE__ */ r(
|
|
1692
|
-
I,
|
|
1693
|
-
{
|
|
1694
|
-
size: Y.M,
|
|
1695
|
-
variant: B.Secondary,
|
|
1696
|
-
className: "w-[125px]",
|
|
1697
|
-
disabled: i,
|
|
1698
|
-
onClick: () => L("yes"),
|
|
1699
|
-
loading: F === "yes" && i,
|
|
1700
|
-
children: "Да"
|
|
1701
|
-
}
|
|
1702
|
-
),
|
|
1703
|
-
/* @__PURE__ */ r(
|
|
1704
|
-
I,
|
|
1705
|
-
{
|
|
1706
|
-
size: Y.M,
|
|
1707
|
-
variant: B.Secondary,
|
|
1708
|
-
className: "w-[125px]",
|
|
1709
|
-
disabled: i,
|
|
1710
|
-
onClick: () => L("no"),
|
|
1711
|
-
loading: F === "no" && i,
|
|
1712
|
-
children: "Нет"
|
|
1713
|
-
}
|
|
1714
|
-
)
|
|
1715
|
-
] })
|
|
1716
|
-
] }) }) });
|
|
1717
|
-
}, Ba = {
|
|
1718
|
-
type: "data",
|
|
1719
|
-
label: "Вопрос",
|
|
1720
|
-
dataType: "array",
|
|
1721
|
-
data: {
|
|
1722
|
-
title: b.TITLE,
|
|
1723
|
-
description: b.HTML_CONTENT,
|
|
1724
|
-
percentage: b.NUMBER
|
|
1725
|
-
}
|
|
1726
|
-
}, Ea = [Ba, "title"], Ut = ({ data: e, title: t }) => e != null && e.length ? /* @__PURE__ */ r(V, { children: /* @__PURE__ */ x("div", { className: "w-full mx-auto flex flex-col gap-[48px] transition-all duration-1000 max-tablet:gap-[30px]", children: [
|
|
1727
|
-
t && /* @__PURE__ */ r("p", { className: "text-[44px] leading-[55px] font-bold text-center text-black2 max-tablet:text-[24px] max-tablet:leading-[30px] m-0", children: t }),
|
|
1728
|
-
/* @__PURE__ */ r("div", { className: "flex flex-col bg-white p-12 rounded-[20px] max-tablet:p-6", children: e == null ? void 0 : e.map((i) => /* @__PURE__ */ r(
|
|
1729
|
-
Di,
|
|
1730
|
-
{
|
|
1731
|
-
title: i == null ? void 0 : i.title,
|
|
1732
|
-
children: /* @__PURE__ */ x("div", { children: [
|
|
1733
|
-
/* @__PURE__ */ r(
|
|
1734
|
-
Ze,
|
|
1735
|
-
{
|
|
1736
|
-
data: i == null ? void 0 : i.description,
|
|
1737
|
-
className: "text-[18px] leading-[26px] text-blackBG "
|
|
1738
|
-
}
|
|
1739
|
-
),
|
|
1740
|
-
/* @__PURE__ */ r(
|
|
1741
|
-
Ta,
|
|
1742
|
-
{
|
|
1743
|
-
faqId: i == null ? void 0 : i.id,
|
|
1744
|
-
percent: i == null ? void 0 : i.percentage
|
|
1745
|
-
},
|
|
1746
|
-
i == null ? void 0 : i.id
|
|
1747
|
-
)
|
|
1748
|
-
] })
|
|
1749
|
-
},
|
|
1750
|
-
i == null ? void 0 : i.id
|
|
1751
|
-
)) })
|
|
1752
|
-
] }) }) : null;
|
|
1753
|
-
Ut.propsToEdit = Ea;
|
|
1754
|
-
const Sa = ["title", "cards", "button"], Gt = ({
|
|
1755
|
-
title: e,
|
|
1756
|
-
cards: t,
|
|
1757
|
-
button: i
|
|
1758
|
-
}) => /* @__PURE__ */ x(V, { className: "flex flex-col items-center", children: [
|
|
1759
|
-
e && /* @__PURE__ */ r("p", { className: "text-[44px] leading-[54px] font-bold text-center mb-[48px]", children: e }),
|
|
1760
|
-
/* @__PURE__ */ r("div", { className: "flex items-stretch gap-[24px]", children: t == null ? void 0 : t.map((a) => /* @__PURE__ */ r(
|
|
1761
|
-
Ti,
|
|
1762
|
-
{
|
|
1763
|
-
data: a
|
|
1764
|
-
},
|
|
1765
|
-
a == null ? void 0 : a.id
|
|
1766
|
-
)) }),
|
|
1767
|
-
(i == null ? void 0 : i.link) && (i == null ? void 0 : i.text) && /* @__PURE__ */ r(
|
|
1768
|
-
"a",
|
|
1769
|
-
{
|
|
1770
|
-
href: i == null ? void 0 : i.link,
|
|
1771
|
-
target: "_blank",
|
|
1772
|
-
className: "mt-[24px]",
|
|
1773
|
-
children: /* @__PURE__ */ r(I, { children: i == null ? void 0 : i.text })
|
|
1774
|
-
}
|
|
1775
|
-
)
|
|
1776
|
-
] });
|
|
1777
|
-
Gt.propsToEdit = Sa;
|
|
1778
|
-
const Ia = ["item"], Zt = ({ item: e }) => {
|
|
1779
|
-
var t, i, a;
|
|
1780
|
-
return /* @__PURE__ */ x("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
|
|
1781
|
-
/* @__PURE__ */ r("div", { className: "relative w-full h-[256px]", children: /* @__PURE__ */ r(
|
|
1782
|
-
$,
|
|
1783
|
-
{
|
|
1784
|
-
src: e == null ? void 0 : e.image,
|
|
1785
|
-
alt: e == null ? void 0 : e.title,
|
|
1786
|
-
className: "w-full h-full",
|
|
1787
|
-
imageStyles: "object-cover"
|
|
1788
|
-
}
|
|
1789
|
-
) }),
|
|
1790
|
-
/* @__PURE__ */ x("div", { className: "bg-white p-[32px] flex flex-col gap-[8px] h-full", children: [
|
|
1791
|
-
(e == null ? void 0 : e.title) && /* @__PURE__ */ r("p", { className: "text-[24px] leading-[32px] font-bold", children: e == null ? void 0 : e.title }),
|
|
1792
|
-
(e == null ? void 0 : e.subtitle) && /* @__PURE__ */ r("p", { className: "text-[14px] leading-[20px] text-graySoft", children: e == null ? void 0 : e.subtitle }),
|
|
1793
|
-
(e == null ? void 0 : e.button.button_link) && ((t = e == null ? void 0 : e.button) == null ? void 0 : t.button_text) && /* @__PURE__ */ r(
|
|
1794
|
-
"a",
|
|
1795
|
-
{
|
|
1796
|
-
href: (i = e == null ? void 0 : e.button) == null ? void 0 : i.button_link,
|
|
1797
|
-
className: "mt-[24px]",
|
|
1798
|
-
children: /* @__PURE__ */ r(I, { variant: B.SecondaryBlue, children: (a = e == null ? void 0 : e.button) == null ? void 0 : a.button_text })
|
|
1799
|
-
}
|
|
1800
|
-
)
|
|
1801
|
-
] })
|
|
1802
|
-
] });
|
|
1803
|
-
};
|
|
1804
|
-
Zt.propsToEdit = Ia;
|
|
1805
|
-
const Va = ["title", "cards", "button_link", "button_text", "grid"], zt = ({
|
|
1806
|
-
title: e,
|
|
1807
|
-
cards: t,
|
|
1808
|
-
button_link: i,
|
|
1809
|
-
button_text: a,
|
|
1810
|
-
grid: n = 3
|
|
1811
|
-
}) => /* @__PURE__ */ x(V, { className: "flex flex-col items-center", children: [
|
|
1812
|
-
e && /* @__PURE__ */ r("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: e }),
|
|
1813
|
-
/* @__PURE__ */ r("div", { className: `grid grid-cols-${n} items-stretch gap-[24px]`, children: t == null ? void 0 : t.map((s) => /* @__PURE__ */ r(Zt, { item: s })) }),
|
|
1814
|
-
i && a && /* @__PURE__ */ r(
|
|
1815
|
-
"a",
|
|
1816
|
-
{
|
|
1817
|
-
href: i,
|
|
1818
|
-
target: "_blank",
|
|
1819
|
-
className: "mt-[24px]",
|
|
1820
|
-
children: /* @__PURE__ */ r(I, { children: a })
|
|
1821
|
-
}
|
|
1822
|
-
)
|
|
1823
|
-
] });
|
|
1824
|
-
zt.propsToEdit = Va;
|
|
1825
|
-
const Ma = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
1826
|
-
"svg",
|
|
1827
|
-
{
|
|
1828
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1829
|
-
width: e,
|
|
1830
|
-
height: e,
|
|
1831
|
-
viewBox: "0 0 48 48",
|
|
1832
|
-
fill: "none",
|
|
1833
|
-
...t,
|
|
1834
|
-
children: [
|
|
1835
|
-
/* @__PURE__ */ r(
|
|
1836
|
-
"path",
|
|
1837
|
-
{
|
|
1838
|
-
d: "M0 24C0 10.7452 10.7452 0 24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24Z",
|
|
1839
|
-
fill: "#1B1E22"
|
|
1840
|
-
}
|
|
1841
|
-
),
|
|
1842
|
-
/* @__PURE__ */ r(
|
|
1843
|
-
"path",
|
|
1844
|
-
{
|
|
1845
|
-
d: "M0 24C0 10.7452 10.7452 0 24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24Z",
|
|
1846
|
-
fill: "url(#paint0_linear_5703_103)",
|
|
1847
|
-
"fill-opacity": "0.2"
|
|
1848
|
-
}
|
|
1849
|
-
),
|
|
1850
|
-
/* @__PURE__ */ r(
|
|
1851
|
-
"path",
|
|
1852
|
-
{
|
|
1853
|
-
"fill-rule": "evenodd",
|
|
1854
|
-
"clip-rule": "evenodd",
|
|
1855
|
-
d: "M24.8137 16.4188C24.626 16.156 24.323 16 24 16C23.6771 16 23.374 16.156 23.1863 16.4188L18.8001 22.5594L14.6247 19.2191C14.3245 18.979 13.9133 18.9322 13.5668 19.0987C13.2203 19.2652 13 19.6156 13 20V23V23.0732V23.0732C13 24.8966 13 26.3664 13.1554 27.5223C13.3167 28.7225 13.6619 29.733 14.4645 30.5355C15.267 31.3381 16.2775 31.6833 17.4777 31.8446C18.6336 32 20.1034 32 21.9268 32H21.9268H22H26H26.0732H26.0732C27.8966 32 29.3664 32 30.5223 31.8446C31.7225 31.6833 32.733 31.3381 33.5355 30.5355C34.3381 29.733 34.6833 28.7225 34.8446 27.5223C35.0001 26.3664 35 24.8966 35 23.0731V23V20C35 19.6156 34.7797 19.2652 34.4332 19.0987C34.0867 18.9322 33.6755 18.979 33.3753 19.2191L29.1999 22.5594L24.8137 16.4188Z",
|
|
1856
|
-
fill: "white"
|
|
1857
|
-
}
|
|
1858
|
-
),
|
|
1859
|
-
/* @__PURE__ */ r(
|
|
1860
|
-
"path",
|
|
1861
|
-
{
|
|
1862
|
-
"fill-rule": "evenodd",
|
|
1863
|
-
"clip-rule": "evenodd",
|
|
1864
|
-
d: "M24.8137 16.4188C24.626 16.156 24.323 16 24 16C23.6771 16 23.374 16.156 23.1863 16.4188L18.8001 22.5594L14.6247 19.2191C14.3245 18.979 13.9133 18.9322 13.5668 19.0987C13.2203 19.2652 13 19.6156 13 20V23V23.0732V23.0732C13 24.8966 13 26.3664 13.1554 27.5223C13.3167 28.7225 13.6619 29.733 14.4645 30.5355C15.267 31.3381 16.2775 31.6833 17.4777 31.8446C18.6336 32 20.1034 32 21.9268 32H21.9268H22H26H26.0732H26.0732C27.8966 32 29.3664 32 30.5223 31.8446C31.7225 31.6833 32.733 31.3381 33.5355 30.5355C34.3381 29.733 34.6833 28.7225 34.8446 27.5223C35.0001 26.3664 35 24.8966 35 23.0731V23V20C35 19.6156 34.7797 19.2652 34.4332 19.0987C34.0867 18.9322 33.6755 18.979 33.3753 19.2191L29.1999 22.5594L24.8137 16.4188Z",
|
|
1865
|
-
fill: "url(#paint1_linear_5703_103)",
|
|
1866
|
-
"fill-opacity": "0.2"
|
|
1867
|
-
}
|
|
1868
|
-
),
|
|
1869
|
-
/* @__PURE__ */ x("defs", { children: [
|
|
1870
|
-
/* @__PURE__ */ x(
|
|
1871
|
-
"linearGradient",
|
|
1872
|
-
{
|
|
1873
|
-
id: "paint0_linear_5703_103",
|
|
1874
|
-
x1: "24",
|
|
1875
|
-
y1: "0",
|
|
1876
|
-
x2: "24",
|
|
1877
|
-
y2: "48",
|
|
1878
|
-
gradientUnits: "userSpaceOnUse",
|
|
1879
|
-
children: [
|
|
1880
|
-
/* @__PURE__ */ r(
|
|
1881
|
-
"stop",
|
|
1882
|
-
{
|
|
1883
|
-
"stop-color": "white",
|
|
1884
|
-
"stop-opacity": "0"
|
|
1885
|
-
}
|
|
1886
|
-
),
|
|
1887
|
-
/* @__PURE__ */ r(
|
|
1888
|
-
"stop",
|
|
1889
|
-
{
|
|
1890
|
-
offset: "1",
|
|
1891
|
-
"stop-color": "white"
|
|
1892
|
-
}
|
|
1893
|
-
)
|
|
1894
|
-
]
|
|
1895
|
-
}
|
|
1896
|
-
),
|
|
1897
|
-
/* @__PURE__ */ x(
|
|
1898
|
-
"linearGradient",
|
|
1899
|
-
{
|
|
1900
|
-
id: "paint1_linear_5703_103",
|
|
1901
|
-
x1: "24",
|
|
1902
|
-
y1: "16",
|
|
1903
|
-
x2: "24",
|
|
1904
|
-
y2: "32",
|
|
1905
|
-
gradientUnits: "userSpaceOnUse",
|
|
1906
|
-
children: [
|
|
1907
|
-
/* @__PURE__ */ r("stop", { "stop-opacity": "0" }),
|
|
1908
|
-
/* @__PURE__ */ r("stop", { offset: "1" })
|
|
1909
|
-
]
|
|
1910
|
-
}
|
|
1911
|
-
)
|
|
1912
|
-
] })
|
|
1913
|
-
]
|
|
1914
|
-
}
|
|
1915
|
-
), Aa = ({ size: e, color: t, ...i }) => /* @__PURE__ */ r(
|
|
1916
|
-
"svg",
|
|
1917
|
-
{
|
|
1918
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1919
|
-
width: e,
|
|
1920
|
-
height: e,
|
|
1921
|
-
viewBox: "0 0 20 22",
|
|
1922
|
-
fill: "none",
|
|
1923
|
-
...i,
|
|
1924
|
-
children: /* @__PURE__ */ r(
|
|
1925
|
-
"path",
|
|
1926
|
-
{
|
|
1927
|
-
d: "M1.24254 17.9701L0.272393 18.2127L0.272393 18.2127L1.24254 17.9701ZM18.7575 17.9701L17.7873 17.7276V17.7276L18.7575 17.9701ZM17.6693 20.5764L17.0539 19.7882V19.7882L17.6693 20.5764ZM2.33073 20.5764L2.94614 19.7882H2.94614L2.33073 20.5764ZM7.17157 12.1716L6.46447 12.8787H6.46447L7.17157 12.1716ZM12.8284 12.1716L12.1213 11.4645L12.8284 12.1716ZM0.0298575 17.2425L0.272393 18.2127L2.21268 17.7276L1.97014 16.7575L0.0298575 17.2425ZM5.12311 22H14.8769V20H5.12311V22ZM19.7276 18.2127L19.9701 17.2425L18.0299 16.7575L17.7873 17.7276L19.7276 18.2127ZM14.8769 22C15.6025 22 16.235 22.0017 16.7508 21.94C17.2934 21.8751 17.8165 21.7302 18.2847 21.3646L17.0539 19.7882C16.9796 19.8462 16.8564 19.9131 16.5134 19.9541C16.1436 19.9983 15.6512 20 14.8769 20V22ZM17.7873 17.7276C17.5995 18.4788 17.4785 18.9561 17.3459 19.3041C17.2229 19.6269 17.1281 19.7302 17.0539 19.7882L18.2847 21.3646C18.7529 20.999 19.0203 20.5267 19.2149 20.0161C19.3998 19.5306 19.5516 18.9166 19.7276 18.2127L17.7873 17.7276ZM0.272393 18.2127C0.448378 18.9166 0.600166 19.5306 0.785121 20.0161C0.979652 20.5267 1.24708 20.999 1.71532 21.3646L2.94614 19.7882C2.87185 19.7302 2.77708 19.6269 2.65409 19.3041C2.52152 18.9561 2.40047 18.4788 2.21268 17.7276L0.272393 18.2127ZM5.12311 20C4.34881 20 3.85637 19.9983 3.48663 19.9541C3.14361 19.9131 3.02043 19.8462 2.94614 19.7882L1.71532 21.3646C2.18355 21.7302 2.70661 21.8751 3.24917 21.94C3.76501 22.0017 4.3975 22 5.12311 22V20ZM7.87868 11.4645L4.70711 8.29289L3.29289 9.70711L6.46447 12.8787L7.87868 11.4645ZM13.5355 12.8787L16.7071 9.70711L15.2929 8.29289L12.1213 11.4645L13.5355 12.8787ZM6.46447 12.8787C7.11114 13.5254 7.66578 14.083 8.16855 14.4666C8.69438 14.8678 9.27923 15.1716 10 15.1716V13.1716C9.89234 13.1716 9.72964 13.142 9.38171 12.8766C9.0107 12.5935 8.56534 12.1511 7.87868 11.4645L6.46447 12.8787ZM12.1213 11.4645C11.4347 12.1511 10.9893 12.5935 10.6183 12.8766C10.2704 13.142 10.1077 13.1716 10 13.1716V15.1716C10.7208 15.1716 11.3056 14.8678 11.8315 14.4666C12.3342 14.083 12.8889 13.5254 13.5355 12.8787L12.1213 11.4645ZM9 0V14H11V0H9Z",
|
|
1928
|
-
fill: t || "currentColor"
|
|
1929
|
-
}
|
|
1930
|
-
)
|
|
1931
|
-
}
|
|
1932
|
-
), Pa = ({ size: e, color: t, ...i }) => /* @__PURE__ */ r(
|
|
1933
|
-
"svg",
|
|
1934
|
-
{
|
|
1935
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1936
|
-
width: e,
|
|
1937
|
-
height: e,
|
|
1938
|
-
viewBox: "0 0 66 82",
|
|
1939
|
-
fill: "none",
|
|
1940
|
-
...i,
|
|
1941
|
-
children: /* @__PURE__ */ r(
|
|
1942
|
-
"path",
|
|
1943
|
-
{
|
|
1944
|
-
"fill-rule": "evenodd",
|
|
1945
|
-
"clip-rule": "evenodd",
|
|
1946
|
-
d: "M41.5523 1.66972C39.3438 0.653971 36.8997 0.65809 34.1483 0.662728L33.583 0.663361L18.0873 0.663352C14.8369 0.663169 12.0362 0.663013 9.79348 0.964543C7.38992 1.28769 5.08597 2.01643 3.2172 3.88519C1.34844 5.75395 0.619711 8.0579 0.296561 10.4615C-0.00496937 12.7042 -0.00481243 15.5049 -0.00462973 18.7553V63.2381C-0.00481243 66.4885 -0.00496937 69.2892 0.296561 71.5319C0.619711 73.9355 1.34844 76.2394 3.2172 78.1082C5.08597 79.977 7.38992 80.7057 9.79348 81.0288C12.0363 81.3304 14.8369 81.3302 18.0874 81.33H47.9033C51.1538 81.3302 53.9545 81.3304 56.1973 81.0288C58.6008 80.7057 60.9048 79.977 62.7736 78.1082C64.6423 76.2394 65.371 73.9355 65.6942 71.5319C65.9957 69.2892 65.9956 66.4885 65.9954 63.238L65.9958 34.9677C65.9989 32.736 66.0016 30.757 65.3121 28.8931C64.6226 27.0291 63.3326 25.5283 61.8779 23.8359L47.5027 7.06552L47.1353 6.63593C45.3482 4.54386 43.7607 2.68547 41.5523 1.66972ZM32.9954 7.99669H18.3287C14.7681 7.99669 12.4665 8.00448 10.7706 8.23248C9.18025 8.4463 8.68178 8.79151 8.40265 9.07064C8.12353 9.34976 7.77832 9.84823 7.5645 11.4386C7.3365 13.1345 7.32871 15.4361 7.32871 18.9967V62.9967C7.32871 66.5573 7.3365 68.8589 7.5645 70.5548C7.77832 72.1452 8.12353 72.6436 8.40265 72.9228C8.68178 73.2019 9.18025 73.5471 10.7706 73.7609C12.4665 73.9889 14.7681 73.9967 18.3287 73.9967H47.662C51.2227 73.9967 53.5243 73.9889 55.2201 73.7609C56.8105 73.5471 57.309 73.2019 57.5881 72.9228C57.8672 72.6436 58.2124 72.1452 58.4263 70.5548C58.6543 68.8589 58.662 66.5573 58.662 62.9967V35.4963L43.7959 35.4964C42.241 35.4967 40.7298 35.497 39.4835 35.3294C38.0784 35.1405 36.4751 34.6802 35.1433 33.3484C33.8115 32.0167 33.3513 30.4133 33.1623 29.0082C32.9948 27.7619 32.9951 26.2508 32.9954 24.6959L32.9954 7.99669ZM55.9277 28.163L41.9348 11.838C41.2658 11.0575 40.7447 10.4591 40.3287 9.99626V24.4963C40.3287 26.3285 40.3365 27.3337 40.4303 28.0311L40.434 28.0578L40.4607 28.0615C41.158 28.1552 42.1633 28.163 43.9954 28.163H55.9277Z",
|
|
1947
|
-
fill: t || "currentColor"
|
|
1948
|
-
}
|
|
1949
|
-
)
|
|
1950
|
-
}
|
|
1951
|
-
), Oa = ({ size: e, ...t }) => /* @__PURE__ */ r(
|
|
1952
|
-
"svg",
|
|
1953
|
-
{
|
|
1954
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1955
|
-
width: e,
|
|
1956
|
-
height: e,
|
|
1957
|
-
viewBox: "0 0 38 38",
|
|
1958
|
-
fill: "none",
|
|
1959
|
-
...t,
|
|
1960
|
-
children: /* @__PURE__ */ r(
|
|
1961
|
-
"path",
|
|
1962
|
-
{
|
|
1963
|
-
d: "M19 37.3334C8.88329 37.3334 0.666626 29.1001 0.666626 19.0001C0.666626 8.90008 8.88329 0.666748 19 0.666748C29.1166 0.666748 37.3333 8.88342 37.3333 19.0001C37.3333 29.1167 29.1166 37.3334 19 37.3334ZM20.6666 12.3334H17.3333V15.6667H20.6666V12.3334ZM20.6666 18.1667H17.3333V27.3334H20.6666V18.1667Z",
|
|
1964
|
-
fill: "#0E0F11"
|
|
1965
|
-
}
|
|
1966
|
-
)
|
|
1967
|
-
}
|
|
1968
|
-
), Ra = ({ size: e, ...t }) => /* @__PURE__ */ r(
|
|
1969
|
-
"svg",
|
|
1970
|
-
{
|
|
1971
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1972
|
-
width: e,
|
|
1973
|
-
height: e,
|
|
1974
|
-
viewBox: "0 0 38 38",
|
|
1975
|
-
fill: "none",
|
|
1976
|
-
...t,
|
|
1977
|
-
children: /* @__PURE__ */ r(
|
|
1978
|
-
"path",
|
|
1979
|
-
{
|
|
1980
|
-
d: "M19 37.3334C8.88329 37.3334 0.666626 29.1001 0.666626 19.0001C0.666626 8.90008 8.88329 0.666748 19 0.666748C29.1166 0.666748 37.3333 8.88342 37.3333 19.0001C37.3333 29.1167 29.1166 37.3334 19 37.3334ZM20.6666 12.3334H17.3333V15.6667H20.6666V12.3334ZM20.6666 18.1667H17.3333V27.3334H20.6666V18.1667Z",
|
|
1981
|
-
fill: "#F4F6F7"
|
|
1982
|
-
}
|
|
1983
|
-
)
|
|
1984
|
-
}
|
|
1985
|
-
), Nt = {
|
|
1986
|
-
infoDark: Oa,
|
|
1987
|
-
infoCrown: Ma,
|
|
1988
|
-
infoLight: Ra,
|
|
1989
|
-
download: Aa,
|
|
1990
|
-
file: Pa
|
|
1991
|
-
}, qa = {
|
|
1992
|
-
sm: 12,
|
|
1993
|
-
mx: 16,
|
|
1994
|
-
lx: 20,
|
|
1995
|
-
md: 24,
|
|
1996
|
-
lg: 32
|
|
1997
|
-
}, se = ({
|
|
1998
|
-
name: e,
|
|
1999
|
-
color: t = "currentColor",
|
|
2000
|
-
size: i = "sm",
|
|
2001
|
-
...a
|
|
2002
|
-
}) => Nt[e] && Nt[e]({
|
|
2003
|
-
size: typeof i == "string" ? qa[i] : i,
|
|
2004
|
-
color: t,
|
|
2005
|
-
name: e,
|
|
2006
|
-
...a
|
|
2007
|
-
}), $a = [
|
|
2008
|
-
"title",
|
|
2009
|
-
"title_color",
|
|
2010
|
-
"description",
|
|
2011
|
-
"description_color",
|
|
2012
|
-
_e,
|
|
2013
|
-
Ei
|
|
2014
|
-
], Wt = ({
|
|
2015
|
-
title: e,
|
|
2016
|
-
description: t,
|
|
2017
|
-
button: i,
|
|
2018
|
-
variant: a
|
|
2019
|
-
}) => /* @__PURE__ */ r(V, { children: /* @__PURE__ */ r(
|
|
2020
|
-
"div",
|
|
2021
|
-
{
|
|
2022
|
-
className: "rounded-[24px] p-6",
|
|
2023
|
-
style: { background: Ee[a].background },
|
|
2024
|
-
children: /* @__PURE__ */ x("div", { className: "flex gap-4 items-center justify-between", children: [
|
|
2025
|
-
/* @__PURE__ */ x("div", { className: "flex gap-4 items-center", children: [
|
|
2026
|
-
/* @__PURE__ */ r(
|
|
2027
|
-
se,
|
|
2028
|
-
{
|
|
2029
|
-
name: Ee[a].icon,
|
|
2030
|
-
size: 40
|
|
2031
|
-
}
|
|
2032
|
-
),
|
|
2033
|
-
/* @__PURE__ */ x("div", { className: "flex flex-col gap-1", children: [
|
|
2034
|
-
/* @__PURE__ */ r(
|
|
2035
|
-
"p",
|
|
2036
|
-
{
|
|
2037
|
-
className: y("text-[24px] leading-8 font-bold"),
|
|
2038
|
-
style: { color: Ee[a].textColor },
|
|
2039
|
-
children: e
|
|
2040
|
-
}
|
|
2041
|
-
),
|
|
2042
|
-
/* @__PURE__ */ r(
|
|
2043
|
-
"p",
|
|
2044
|
-
{
|
|
2045
|
-
className: "text-[16px] leading-6",
|
|
2046
|
-
style: { color: Ee[a].textColor },
|
|
2047
|
-
children: t
|
|
2048
|
-
}
|
|
2049
|
-
)
|
|
2050
|
-
] })
|
|
2051
|
-
] }),
|
|
2052
|
-
/* @__PURE__ */ r(I, { ...i })
|
|
2053
|
-
] })
|
|
2054
|
-
}
|
|
2055
|
-
) });
|
|
2056
|
-
Wt.propsToEdit = $a;
|
|
2057
|
-
const ja = ["data"], Qt = ({
|
|
2058
|
-
id: e,
|
|
2059
|
-
title: t,
|
|
2060
|
-
text: i,
|
|
2061
|
-
link: a
|
|
2062
|
-
}) => /* @__PURE__ */ r(V, { children: /* @__PURE__ */ x("div", { className: "p-[48px] bg-white rounded-[20px] flex justify-between gap-[64px] max-tablet:flex-col-reverse max-tablet:gap-8", children: [
|
|
2063
|
-
/* @__PURE__ */ r("div", { className: "flex flex-col ", children: /* @__PURE__ */ x("div", { children: [
|
|
2064
|
-
/* @__PURE__ */ r("p", { className: "text-[32px] leading-10 font-bold mb-4", children: t }),
|
|
2065
|
-
/* @__PURE__ */ r("p", { className: "text-[16px] leading-6", children: i }),
|
|
2066
|
-
/* @__PURE__ */ r("a", { href: a, children: /* @__PURE__ */ r(
|
|
2067
|
-
I,
|
|
2068
|
-
{
|
|
2069
|
-
iconRight: /* @__PURE__ */ r(
|
|
2070
|
-
se,
|
|
2071
|
-
{
|
|
2072
|
-
name: "download",
|
|
2073
|
-
size: 20,
|
|
2074
|
-
color: ne.blackBG
|
|
2075
|
-
}
|
|
2076
|
-
),
|
|
2077
|
-
className: "mt-8",
|
|
2078
|
-
children: "Скачать"
|
|
2079
|
-
}
|
|
2080
|
-
) })
|
|
2081
|
-
] }) }),
|
|
2082
|
-
/* @__PURE__ */ r(
|
|
2083
|
-
se,
|
|
2084
|
-
{
|
|
2085
|
-
className: "flex-shrink-0",
|
|
2086
|
-
name: "file",
|
|
2087
|
-
color: ne.greenLight,
|
|
2088
|
-
size: 82
|
|
2089
|
-
}
|
|
2090
|
-
)
|
|
2091
|
-
] }) });
|
|
2092
|
-
Qt.propsToEdit = ja;
|
|
2093
|
-
const Ha = ["data"], Jt = ({ data: e }) => /* @__PURE__ */ r(V, { children: /* @__PURE__ */ r("div", { className: "flex flex-col gap-2", children: e == null ? void 0 : e.map((t) => /* @__PURE__ */ x("div", { className: "px-[48px] py-8 bg-white rounded-[20px] flex justify-between items-center gap-[64px]", children: [
|
|
2094
|
-
/* @__PURE__ */ x("div", { className: "flex items-center gap-4 max-tablet:flex-col max-tablet:items-start", children: [
|
|
2095
|
-
/* @__PURE__ */ r(
|
|
2096
|
-
se,
|
|
2097
|
-
{
|
|
2098
|
-
className: "flex-shrink-0",
|
|
2099
|
-
name: "file",
|
|
2100
|
-
color: ne.greenLight,
|
|
2101
|
-
size: 44
|
|
2102
|
-
}
|
|
2103
|
-
),
|
|
2104
|
-
/* @__PURE__ */ x("div", { className: "flex flex-col max-tablet:gap-2 ", children: [
|
|
2105
|
-
/* @__PURE__ */ r("p", { className: "text-[20px] leading-7 font-bold", children: t == null ? void 0 : t.title }),
|
|
2106
|
-
/* @__PURE__ */ r("p", { className: "text-[16px] leading-6", children: t == null ? void 0 : t.text })
|
|
2107
|
-
] })
|
|
2108
|
-
] }),
|
|
2109
|
-
/* @__PURE__ */ r(
|
|
2110
|
-
I,
|
|
2111
|
-
{
|
|
2112
|
-
variant: B.Secondary,
|
|
2113
|
-
iconRight: /* @__PURE__ */ r(
|
|
2114
|
-
se,
|
|
2115
|
-
{
|
|
2116
|
-
name: "download",
|
|
2117
|
-
size: 20,
|
|
2118
|
-
color: ne.blackBG
|
|
2119
|
-
}
|
|
2120
|
-
)
|
|
2121
|
-
}
|
|
2122
|
-
)
|
|
2123
|
-
] })) }) });
|
|
2124
|
-
Jt.propsToEdit = Ha;
|
|
2125
|
-
const Ua = ["data"], Xt = ({ data: e }) => /* @__PURE__ */ r(V, { children: /* @__PURE__ */ r("div", { className: "grid grid-cols-2 gap-6 max-tablet:grid-cols-1", children: e == null ? void 0 : e.map((t) => /* @__PURE__ */ x(
|
|
2126
|
-
"div",
|
|
2127
|
-
{
|
|
2128
|
-
className: "p-[32px] bg-white rounded-[20px] flex justify-between gap-[40px]",
|
|
2129
|
-
children: [
|
|
2130
|
-
/* @__PURE__ */ r("div", { className: "flex flex-col ", children: /* @__PURE__ */ x("div", { children: [
|
|
2131
|
-
/* @__PURE__ */ r("p", { className: "text-[24px] leading-8 font-bold mb-4", children: t == null ? void 0 : t.title }),
|
|
2132
|
-
/* @__PURE__ */ r("p", { className: "text-[16px] leading-6", children: t == null ? void 0 : t.text }),
|
|
2133
|
-
/* @__PURE__ */ r(
|
|
2134
|
-
I,
|
|
2135
|
-
{
|
|
2136
|
-
iconRight: /* @__PURE__ */ r(
|
|
2137
|
-
se,
|
|
2138
|
-
{
|
|
2139
|
-
name: "download",
|
|
2140
|
-
size: 20,
|
|
2141
|
-
color: ne.blackBG
|
|
2142
|
-
}
|
|
2143
|
-
),
|
|
2144
|
-
className: "mt-8",
|
|
2145
|
-
variant: B.Secondary,
|
|
2146
|
-
children: "Скачать"
|
|
2147
|
-
}
|
|
2148
|
-
)
|
|
2149
|
-
] }) }),
|
|
2150
|
-
/* @__PURE__ */ r(
|
|
2151
|
-
se,
|
|
2152
|
-
{
|
|
2153
|
-
className: "flex-shrink-0",
|
|
2154
|
-
name: "file",
|
|
2155
|
-
color: ne.greenLight,
|
|
2156
|
-
size: 48
|
|
2157
|
-
}
|
|
2158
|
-
)
|
|
2159
|
-
]
|
|
2160
|
-
},
|
|
2161
|
-
t == null ? void 0 : t.id
|
|
2162
|
-
)) }) });
|
|
2163
|
-
Xt.propsToEdit = Ua;
|
|
2164
|
-
const Ga = ["data"], Yt = ({ data: e }) => /* @__PURE__ */ r(V, { children: /* @__PURE__ */ r("div", { className: "grid grid-cols-4 gap-6 max-tablet:grid-cols-1", children: e == null ? void 0 : e.map((t) => /* @__PURE__ */ x(
|
|
2165
|
-
"div",
|
|
2166
|
-
{
|
|
2167
|
-
className: "p-[24px] bg-white rounded-[20px] flex flex-col gap-8",
|
|
2168
|
-
children: [
|
|
2169
|
-
/* @__PURE__ */ r(
|
|
2170
|
-
se,
|
|
2171
|
-
{
|
|
2172
|
-
name: "file",
|
|
2173
|
-
color: ne.greenLight,
|
|
2174
|
-
size: 44
|
|
2175
|
-
}
|
|
2176
|
-
),
|
|
2177
|
-
/* @__PURE__ */ x("div", { className: "flex flex-col gap-4", children: [
|
|
2178
|
-
/* @__PURE__ */ r("p", { className: "text-[20px] leading-[28px] font-bold", children: t == null ? void 0 : t.title }),
|
|
2179
|
-
/* @__PURE__ */ r("p", { className: "text-[16px] leading-6", children: t == null ? void 0 : t.text })
|
|
2180
|
-
] }),
|
|
2181
|
-
/* @__PURE__ */ r(
|
|
2182
|
-
I,
|
|
2183
|
-
{
|
|
2184
|
-
iconRight: /* @__PURE__ */ r(
|
|
2185
|
-
se,
|
|
2186
|
-
{
|
|
2187
|
-
name: "download",
|
|
2188
|
-
size: 20,
|
|
2189
|
-
color: ne.blackBG
|
|
2190
|
-
}
|
|
2191
|
-
),
|
|
2192
|
-
className: "w-full",
|
|
2193
|
-
variant: B.Secondary,
|
|
2194
|
-
children: "Скачать"
|
|
2195
|
-
}
|
|
2196
|
-
)
|
|
2197
|
-
]
|
|
2198
|
-
},
|
|
2199
|
-
t == null ? void 0 : t.id
|
|
2200
|
-
)) }) });
|
|
2201
|
-
Yt.propsToEdit = Ga;
|
|
2202
|
-
const Kt = {
|
|
2203
|
-
type: "data",
|
|
2204
|
-
label: "Данные",
|
|
2205
|
-
dataType: "object",
|
|
2206
|
-
data: {
|
|
2207
|
-
keys: {
|
|
2208
|
-
title: b.TITLE,
|
|
2209
|
-
icon: b.FILE
|
|
2210
|
-
}
|
|
2211
|
-
}
|
|
2212
|
-
}, Za = [Kt, "turnover"], ei = ({ data: e, turnover: t, imageStyles: i }) => /* @__PURE__ */ x(
|
|
2213
|
-
"div",
|
|
2214
|
-
{
|
|
2215
|
-
className: y(
|
|
2216
|
-
"flex flex-col items-center gap-[30px] bg-white rounded-[20px] flex-1",
|
|
2217
|
-
t && "flex-row max-tablet:flex-col"
|
|
2218
|
-
),
|
|
2219
|
-
children: [
|
|
2220
|
-
/* @__PURE__ */ r(
|
|
2221
|
-
"div",
|
|
2222
|
-
{
|
|
2223
|
-
className: y(
|
|
2224
|
-
"px-[24px] pt-[24px] w-full",
|
|
2225
|
-
t && "px-0 max-tablet:px-[24px]"
|
|
2226
|
-
),
|
|
2227
|
-
children: /* @__PURE__ */ r(
|
|
2228
|
-
"p",
|
|
2229
|
-
{
|
|
2230
|
-
className: y(
|
|
2231
|
-
"text-[24px] font-medium leading-[32px] text-bgBlack text-center m-0 break-words",
|
|
2232
|
-
t && "text-left pl-[24px] max-tablet:text-center",
|
|
2233
|
-
"max-tablet:text-[22px] max-tablet:leading-[26px]"
|
|
2234
|
-
),
|
|
2235
|
-
children: e == null ? void 0 : e.title
|
|
2236
|
-
}
|
|
2237
|
-
)
|
|
2238
|
-
}
|
|
2239
|
-
),
|
|
2240
|
-
(e == null ? void 0 : e.icon) && /* @__PURE__ */ r(
|
|
2241
|
-
$,
|
|
2242
|
-
{
|
|
2243
|
-
src: e.icon,
|
|
2244
|
-
alt: e.title || "image",
|
|
2245
|
-
className: y("w-full h-[164px]", i),
|
|
2246
|
-
imageStyles: "object-contain object-bottom"
|
|
2247
|
-
}
|
|
2248
|
-
)
|
|
2249
|
-
]
|
|
2250
|
-
}
|
|
2251
|
-
);
|
|
2252
|
-
ei.propsToEdit = Za;
|
|
2253
|
-
const za = {
|
|
2254
|
-
type: "cards",
|
|
2255
|
-
label: "Карточки",
|
|
2256
|
-
dataType: "array",
|
|
2257
|
-
data: {
|
|
2258
|
-
...Kt
|
|
2259
|
-
}
|
|
2260
|
-
}, Wa = ["title", za, "turnover"], ti = ({
|
|
2261
|
-
title: e,
|
|
2262
|
-
cards: t,
|
|
2263
|
-
turnover: i = !1
|
|
2264
|
-
}) => /* @__PURE__ */ x(V, { className: "flex flex-col items-stretch gap-[48px]", children: [
|
|
2265
|
-
e && /* @__PURE__ */ r("p", { className: "text-bgBlack text-center text-[44px] font-bold leading-[52px] m-0 max-tablet:text-[26px] max-tablet:leading-[32px]", children: e }),
|
|
2266
|
-
/* @__PURE__ */ r("div", { className: "flex gap-[24px] max-tablet:flex-col max-tablet:gap-[16px]", children: t == null ? void 0 : t.map((a, n) => /* @__PURE__ */ r(
|
|
2267
|
-
ei,
|
|
2268
|
-
{
|
|
2269
|
-
data: a,
|
|
2270
|
-
turnover: i
|
|
2271
|
-
},
|
|
2272
|
-
n
|
|
2273
|
-
)) })
|
|
2274
|
-
] });
|
|
2275
|
-
ti.propsToEdit = Wa;
|
|
2276
|
-
const ii = {
|
|
2277
|
-
type: "data",
|
|
2278
|
-
label: "Данные",
|
|
2279
|
-
dataType: "object",
|
|
2280
|
-
data: {
|
|
2281
|
-
keys: {
|
|
2282
|
-
title: b.TITLE,
|
|
2283
|
-
description: b.DESCRIPTION
|
|
2284
|
-
}
|
|
2285
|
-
}
|
|
2286
|
-
}, Qa = [ii, "className"], Ke = ({ data: e, className: t }) => {
|
|
2287
|
-
var i;
|
|
2288
|
-
return /* @__PURE__ */ x(
|
|
2289
|
-
"div",
|
|
2290
|
-
{
|
|
2291
|
-
className: y(
|
|
2292
|
-
"w-full grid grid-cols-[1fr_3fr] gap-[24px] py-[24px] border-b border-lightGray8 first:pt-0 first:pb-[24px] last:pt-[24px] last:pb-0 last:border-b-0",
|
|
2293
|
-
"max-tablet:grid-cols-[140px_1fr] max-tablet:items-start max-tablet:gap-[12px] max-tablet:py-[16px] max-tablet:first:pt-0 max-tablet:first:pb-[16px] max-tablet:last:pt-[16px] max-tablet:last:pb-0 max-tablet:last:border-b-0",
|
|
2294
|
-
t
|
|
2295
|
-
),
|
|
2296
|
-
children: [
|
|
2297
|
-
/* @__PURE__ */ r("p", { className: "text-[18px] leading-[26px] font-medium text-graySoft m-0 max-tablet:text-[13px] max-tablet:leading-[16px] max-tablet:w-[140px] max-tablet:break-words", children: e == null ? void 0 : e.title }),
|
|
2298
|
-
/* @__PURE__ */ r("div", { className: "grid grid-cols-3 gap-[24px] w-full max-tablet:grid-cols-1 max-tablet:gap-0 max-tablet:w-auto", children: (i = e == null ? void 0 : e.columns) == null ? void 0 : i.map((a) => /* @__PURE__ */ x(
|
|
2299
|
-
"div",
|
|
2300
|
-
{
|
|
2301
|
-
className: "w-full flex flex-col gap-[8px] max-tablet:py-[16px] max-tablet:border-b max-tablet:border-lightGray8 first:max-tablet:pt-0 first:max-tablet:pb-[16px] last:max-tablet:pt-[16px] last:max-tablet:pb-0 last:max-tablet:border-b-0",
|
|
2302
|
-
children: [
|
|
2303
|
-
(a == null ? void 0 : a.title) && /* @__PURE__ */ r("p", { className: "text-[18px] leading-[26px] font-medium m-0 break-words whitespace-pre-line", children: a == null ? void 0 : a.title }),
|
|
2304
|
-
(a == null ? void 0 : a.description) && /* @__PURE__ */ r("div", { className: "text-[14px] leading-[20px] text-graySoft whitespace-pre-line max-[420px]:whitespace-normal max-[420px]:break-words max-tablet:text-[13px] max-tablet:leading-[16px]", children: a == null ? void 0 : a.description })
|
|
2305
|
-
]
|
|
2306
|
-
},
|
|
2307
|
-
a == null ? void 0 : a.id
|
|
2308
|
-
)) })
|
|
2309
|
-
]
|
|
2310
|
-
}
|
|
2311
|
-
);
|
|
2312
|
-
};
|
|
2313
|
-
Ke.propsToEdit = Qa;
|
|
2314
|
-
Ke.displayName = "CardRowInfo";
|
|
2315
|
-
const Ja = ({
|
|
2316
|
-
data: e,
|
|
2317
|
-
title: t,
|
|
2318
|
-
description: i,
|
|
2319
|
-
image: a,
|
|
2320
|
-
className: n
|
|
2321
|
-
}) => /* @__PURE__ */ x(
|
|
2322
|
-
"div",
|
|
2323
|
-
{
|
|
2324
|
-
className: y(
|
|
2325
|
-
"w-full flex justify-between gap-[20px] bg-[#5f6e7b10] p-[32px] rounded-[20px]",
|
|
2326
|
-
"max-tablet:flex-col max-tablet:items-stretch max-tablet:gap-[24px] max-tablet:p-[16px] max-tablet:h-fit",
|
|
2327
|
-
n
|
|
2328
|
-
),
|
|
2329
|
-
children: [
|
|
2330
|
-
/* @__PURE__ */ x(
|
|
2331
|
-
"div",
|
|
2332
|
-
{
|
|
2333
|
-
className: y(
|
|
2334
|
-
"flex gap-[16px] items-center justify-center basis-[70%]",
|
|
2335
|
-
"max-tablet:flex-col max-tablet:items-start max-tablet:gap-[12px] max-tablet:basis-full"
|
|
2336
|
-
),
|
|
2337
|
-
children: [
|
|
2338
|
-
((e == null ? void 0 : e.necessary_icon) || a) && /* @__PURE__ */ r(
|
|
2339
|
-
$,
|
|
2340
|
-
{
|
|
2341
|
-
src: (e == null ? void 0 : e.necessary_icon) ?? a ?? "",
|
|
2342
|
-
alt: (e == null ? void 0 : e.necessary_title) ?? t ?? "",
|
|
2343
|
-
width: 48,
|
|
2344
|
-
height: 48,
|
|
2345
|
-
className: "w-[48px] h-[48px] shrink-0",
|
|
2346
|
-
imageStyles: "w-full h-full object-contain"
|
|
2347
|
-
}
|
|
2348
|
-
),
|
|
2349
|
-
/* @__PURE__ */ x("div", { className: "box-border max-tablet:h-fit", children: [
|
|
2350
|
-
/* @__PURE__ */ r(
|
|
2351
|
-
"p",
|
|
2352
|
-
{
|
|
2353
|
-
className: y(
|
|
2354
|
-
"text-[24px] font-bold leading-[32px] m-0",
|
|
2355
|
-
"max-tablet:text-[18px] max-tablet:font-semibold max-tablet:leading-[26px]"
|
|
2356
|
-
),
|
|
2357
|
-
children: (e == null ? void 0 : e.necessary_title) || t
|
|
2358
|
-
}
|
|
2359
|
-
),
|
|
2360
|
-
((e == null ? void 0 : e.necessary_description) || i) && /* @__PURE__ */ r(
|
|
2361
|
-
"p",
|
|
2362
|
-
{
|
|
2363
|
-
className: y(
|
|
2364
|
-
"text-[15px] font-normal leading-[24px] m-0",
|
|
2365
|
-
"max-tablet:text-[13px] max-tablet:leading-[16px]"
|
|
2366
|
-
),
|
|
2367
|
-
children: (e == null ? void 0 : e.necessary_description) || i
|
|
2368
|
-
}
|
|
2369
|
-
)
|
|
2370
|
-
] })
|
|
2371
|
-
]
|
|
2372
|
-
}
|
|
2373
|
-
),
|
|
2374
|
-
(e == null ? void 0 : e.necessary_button_link) && /* @__PURE__ */ r(
|
|
2375
|
-
"a",
|
|
2376
|
-
{
|
|
2377
|
-
href: e == null ? void 0 : e.necessary_button_link,
|
|
2378
|
-
target: "_blank",
|
|
2379
|
-
children: /* @__PURE__ */ r(
|
|
2380
|
-
I,
|
|
2381
|
-
{
|
|
2382
|
-
variant: B.Static,
|
|
2383
|
-
size: Y.L,
|
|
2384
|
-
className: "text-[15px] font-medium leading-[24px] px-[16px] py-[8px] rounded-[8px] bg-[#FDDB2B] text-black border-none cursor-pointer transition-colors duration-300 hover:bg-[#F7C21C] max-tablet:w-full max-tablet:h-[56px]",
|
|
2385
|
-
children: e == null ? void 0 : e.necessary_button_text
|
|
2386
|
-
}
|
|
2387
|
-
)
|
|
2388
|
-
}
|
|
2389
|
-
)
|
|
2390
|
-
]
|
|
2391
|
-
}
|
|
2392
|
-
), Xa = {
|
|
2393
|
-
type: "table",
|
|
2394
|
-
label: "Таблица",
|
|
2395
|
-
dataType: "object",
|
|
2396
|
-
data: {
|
|
2397
|
-
keys: {
|
|
2398
|
-
warning: {
|
|
2399
|
-
keys: {
|
|
2400
|
-
warning_title: b.TITLE,
|
|
2401
|
-
warning_description: b.DESCRIPTION
|
|
2402
|
-
}
|
|
2403
|
-
}
|
|
2404
|
-
}
|
|
2405
|
-
}
|
|
2406
|
-
}, Ya = {
|
|
2407
|
-
type: "rows",
|
|
2408
|
-
label: "Строки",
|
|
2409
|
-
dataType: "array",
|
|
2410
|
-
data: {
|
|
2411
|
-
...ii
|
|
2412
|
-
}
|
|
2413
|
-
}, Ka = ["title", Xa, Ya], et = Ct(
|
|
2414
|
-
({ title: e, table: t, rows: i }) => {
|
|
2415
|
-
var a, n, s;
|
|
2416
|
-
return /* @__PURE__ */ x(V, { children: [
|
|
2417
|
-
e && /* @__PURE__ */ r(
|
|
2418
|
-
"p",
|
|
2419
|
-
{
|
|
2420
|
-
className: y(
|
|
2421
|
-
"text-[44px] font-bold leading-[52px] mb-[48px] text-black text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px]"
|
|
2422
|
-
),
|
|
2423
|
-
children: e
|
|
2424
|
-
}
|
|
2425
|
-
),
|
|
2426
|
-
/* @__PURE__ */ x("div", { className: "bg-white p-8 rounded-[20px] md:p-6", children: [
|
|
2427
|
-
i == null ? void 0 : i.map((d) => {
|
|
2428
|
-
var p;
|
|
2429
|
-
return /* @__PURE__ */ r(
|
|
2430
|
-
Ke,
|
|
2431
|
-
{
|
|
2432
|
-
data: d,
|
|
2433
|
-
className: y("border-b border-gray-200 last:border-b-0", {
|
|
2434
|
-
"border-none": (p = t == null ? void 0 : t.warning) == null ? void 0 : p.warning_title
|
|
2435
|
-
})
|
|
2436
|
-
},
|
|
2437
|
-
d == null ? void 0 : d.id
|
|
2438
|
-
);
|
|
2439
|
-
}),
|
|
2440
|
-
((a = t == null ? void 0 : t.warning) == null ? void 0 : a.warning_title) && /* @__PURE__ */ r(
|
|
2441
|
-
Ja,
|
|
2442
|
-
{
|
|
2443
|
-
className: "!flex-auto [&_p:first-child]:text-[16px] [&_p:first-child]:leading-[24px] [&_p:last-child]:text-[15px] [&_p:last-child]:leading-[22px]",
|
|
2444
|
-
title: (n = t == null ? void 0 : t.warning) == null ? void 0 : n.warning_title,
|
|
2445
|
-
description: (s = t == null ? void 0 : t.warning) == null ? void 0 : s.warning_description
|
|
2446
|
-
}
|
|
2447
|
-
)
|
|
2448
|
-
] })
|
|
2449
|
-
] });
|
|
2450
|
-
}
|
|
2451
|
-
);
|
|
2452
|
-
et.propsToEdit = Ka;
|
|
2453
|
-
et.displayName = "CardInfoTable";
|
|
2454
|
-
const el = [
|
|
2455
|
-
"title",
|
|
2456
|
-
"description",
|
|
2457
|
-
"file",
|
|
2458
|
-
"icon",
|
|
2459
|
-
"button_text",
|
|
2460
|
-
"button_link",
|
|
2461
|
-
"variant",
|
|
2462
|
-
"buttonVariant",
|
|
2463
|
-
"className",
|
|
2464
|
-
"isDark",
|
|
2465
|
-
"linkClassName"
|
|
2466
|
-
], ai = ({
|
|
2467
|
-
title: e,
|
|
2468
|
-
description: t,
|
|
2469
|
-
file: i,
|
|
2470
|
-
icon: a,
|
|
2471
|
-
button_text: n,
|
|
2472
|
-
button_link: s,
|
|
2473
|
-
variant: d = "big",
|
|
2474
|
-
buttonVariant: p,
|
|
2475
|
-
className: v = "",
|
|
2476
|
-
isDark: L,
|
|
2477
|
-
linkClassName: F = ""
|
|
2478
|
-
}) => {
|
|
2479
|
-
const _ = Ne(960), Q = d === "big" ? _ ? 106 : 343 : _ ? 106 : 64, M = p === B.Brand;
|
|
2480
|
-
return /* @__PURE__ */ x(
|
|
2481
|
-
V,
|
|
2482
|
-
{
|
|
2483
|
-
className: `flex justify-between items-center rounded-[20px]
|
|
2484
|
-
${d === "big" ? "p-[48px]" : "p-[32px] gap-[32px]"}
|
|
2485
|
-
${L ? "bg-black7" : "bg-white"}
|
|
2486
|
-
max-tablet:flex-col max-tablet:items-start max-tablet:justify-start max-tablet:p-[24px] max-tablet:gap-[0] max-tablet:my-[48px] my-[88px]
|
|
2487
|
-
max-tablet:relative w-[calc(100%-239px)]
|
|
2488
|
-
${v}`,
|
|
2489
|
-
children: [
|
|
2490
|
-
/* @__PURE__ */ x("div", { className: "flex flex-col h-full w-full", children: [
|
|
2491
|
-
/* @__PURE__ */ r(
|
|
2492
|
-
"p",
|
|
2493
|
-
{
|
|
2494
|
-
className: `font-[700]
|
|
2495
|
-
${L ? "text-[#f4f6f7]" : "text-[#0e0f11]"}
|
|
2496
|
-
${d === "big" ? "text-[32px] leading-[40px]" : "text-[24px] leading-[32px]"}
|
|
2497
|
-
max-tablet:text-[24px] max-tablet:leading-[28px]
|
|
2498
|
-
mb-[16px] max-tablet:mt-[24px] max-tablet:mb-[12px] max-tablet:text-center`,
|
|
2499
|
-
children: e
|
|
2500
|
-
}
|
|
2501
|
-
),
|
|
2502
|
-
/* @__PURE__ */ r(
|
|
2503
|
-
"p",
|
|
2504
|
-
{
|
|
2505
|
-
className: `font-[400] text-[16px] leading-[24px]
|
|
2506
|
-
${L ? "text-[#f4f6f7]" : "text-[#40474f]"}
|
|
2507
|
-
mb-[32px] max-tablet:mb-[24px] max-tablet:text-center`,
|
|
2508
|
-
children: t
|
|
2509
|
-
}
|
|
2510
|
-
),
|
|
2511
|
-
/* @__PURE__ */ r(
|
|
2512
|
-
"a",
|
|
2513
|
-
{
|
|
2514
|
-
className: `mt-auto ${F} w-fit max-tablet:w-full`,
|
|
2515
|
-
href: i || s || "#",
|
|
2516
|
-
download: !0,
|
|
2517
|
-
target: "_blank",
|
|
2518
|
-
children: /* @__PURE__ */ x(
|
|
2519
|
-
I,
|
|
2520
|
-
{
|
|
2521
|
-
className: "w-fit max-tablet:w-full flex items-center justify-center",
|
|
2522
|
-
variant: p,
|
|
2523
|
-
children: [
|
|
2524
|
-
n,
|
|
2525
|
-
/* @__PURE__ */ r(
|
|
2526
|
-
se,
|
|
2527
|
-
{
|
|
2528
|
-
name: "download",
|
|
2529
|
-
size: 20,
|
|
2530
|
-
color: M ? ne.white : ne.blackBG
|
|
2531
|
-
}
|
|
2532
|
-
)
|
|
2533
|
-
]
|
|
2534
|
-
}
|
|
2535
|
-
)
|
|
2536
|
-
}
|
|
2537
|
-
)
|
|
2538
|
-
] }),
|
|
2539
|
-
/* @__PURE__ */ r(
|
|
2540
|
-
$,
|
|
2541
|
-
{
|
|
2542
|
-
src: a,
|
|
2543
|
-
alt: e,
|
|
2544
|
-
width: Q,
|
|
2545
|
-
height: Q,
|
|
2546
|
-
className: y(
|
|
2547
|
-
"absolute top-1/2 right-6 w-[343px] !h-auto -translate-y-1/2 max-tablet:relative max-tablet:!h-[106px]",
|
|
2548
|
-
"max-tablet:top-auto max-tablet:right-auto max-tablet:-translate-y-0 max-tablet:order-[-1] max-tablet:mx-auto"
|
|
2549
|
-
),
|
|
2550
|
-
imageStyles: "object-contain object-bottom max-tablet:object-center"
|
|
2551
|
-
}
|
|
2552
|
-
)
|
|
2553
|
-
]
|
|
2554
|
-
}
|
|
2555
|
-
);
|
|
2556
|
-
};
|
|
2557
|
-
ai.propsToEdit = el;
|
|
2558
|
-
const tl = {
|
|
2559
|
-
type: "data",
|
|
2560
|
-
label: "Данные баннера",
|
|
2561
|
-
dataType: "object",
|
|
2562
|
-
data: {
|
|
2563
|
-
keys: {
|
|
2564
|
-
banner_title: b.TITLE,
|
|
2565
|
-
banner_description: b.DESCRIPTION,
|
|
2566
|
-
banner_image: b.FILE,
|
|
2567
|
-
banner_bg_image: b.FILE,
|
|
2568
|
-
banner_bg_image_mob: b.FILE,
|
|
2569
|
-
banner_button_text: b.TITLE,
|
|
2570
|
-
banner_button_link: b.LINK
|
|
2571
|
-
}
|
|
2572
|
-
}
|
|
2573
|
-
}, il = [tl, "isTextLast", "isLight"], li = ({ data: e, isTextLast: t, isLight: i = !1 }) => {
|
|
2574
|
-
const n = Ne(960) ? e == null ? void 0 : e.banner_bg_image_mob : e == null ? void 0 : e.banner_bg_image;
|
|
2575
|
-
return /* @__PURE__ */ x(
|
|
2576
|
-
"div",
|
|
2577
|
-
{
|
|
2578
|
-
className: y(
|
|
2579
|
-
"relative w-full px-[48px] bg-cover bg-no-repeat flex items-center justify-between gap-[100px] max-tablet:h-fit max-tablet:flex-col max-tablet:p-0 max-tablet:gap-0 max-tablet:overflow-hidden rounded-[20px] overflow-hidden bg-center"
|
|
2580
|
-
),
|
|
2581
|
-
style: { backgroundImage: `url(${n})` },
|
|
2582
|
-
children: [
|
|
2583
|
-
/* @__PURE__ */ x(
|
|
2584
|
-
"div",
|
|
2585
|
-
{
|
|
2586
|
-
className: X(
|
|
2587
|
-
"flex flex-col gap-[20px] py-[48px] max-tablet:p-[32px]",
|
|
2588
|
-
{
|
|
2589
|
-
"order-1": t
|
|
2590
|
-
}
|
|
2591
|
-
),
|
|
2592
|
-
children: [
|
|
2593
|
-
/* @__PURE__ */ r(
|
|
2594
|
-
"p",
|
|
2595
|
-
{
|
|
2596
|
-
className: y(
|
|
2597
|
-
"text-[32px] leading-[40px] font-bold text-white4 max-tablet:text-[24px] max-tablet:leading-[28px] max-tablet:text-center",
|
|
2598
|
-
{ "text-black5": i }
|
|
2599
|
-
),
|
|
2600
|
-
children: e == null ? void 0 : e.banner_title
|
|
2601
|
-
}
|
|
2602
|
-
),
|
|
2603
|
-
/* @__PURE__ */ r(
|
|
2604
|
-
"p",
|
|
2605
|
-
{
|
|
2606
|
-
className: y(
|
|
2607
|
-
"text-[18px] leading-[26px] text-white4 max-tablet:text-[17px] max-tablet:leading-[24px] max-tablet:text-center",
|
|
2608
|
-
{ "text-graySoft": i }
|
|
2609
|
-
),
|
|
2610
|
-
children: e == null ? void 0 : e.banner_description
|
|
2611
|
-
}
|
|
2612
|
-
),
|
|
2613
|
-
(e == null ? void 0 : e.banner_button_link) && /* @__PURE__ */ r(
|
|
2614
|
-
"a",
|
|
2615
|
-
{
|
|
2616
|
-
href: e == null ? void 0 : e.banner_button_link,
|
|
2617
|
-
className: "max-tablet:absolute max-tablet:left-[50%] max-tablet:translate-x-[-50%] max-tablet:bottom-[24px] max-tablet:z-10",
|
|
2618
|
-
children: /* @__PURE__ */ r(I, { children: e == null ? void 0 : e.banner_button_text })
|
|
2619
|
-
}
|
|
2620
|
-
)
|
|
2621
|
-
]
|
|
2622
|
-
}
|
|
2623
|
-
),
|
|
2624
|
-
(e == null ? void 0 : e.banner_image) && /* @__PURE__ */ r(
|
|
2625
|
-
$,
|
|
2626
|
-
{
|
|
2627
|
-
src: e == null ? void 0 : e.banner_image,
|
|
2628
|
-
alt: e == null ? void 0 : e.banner_title,
|
|
2629
|
-
width: 453,
|
|
2630
|
-
height: 282,
|
|
2631
|
-
className: y("shrink-0")
|
|
2632
|
-
}
|
|
2633
|
-
)
|
|
2634
|
-
]
|
|
2635
|
-
}
|
|
2636
|
-
);
|
|
2637
|
-
};
|
|
2638
|
-
li.propsToEdit = il;
|
|
2639
|
-
const al = {
|
|
2640
|
-
type: "cards",
|
|
2641
|
-
label: "Карточки информации",
|
|
2642
|
-
dataType: "array",
|
|
2643
|
-
data: {
|
|
2644
|
-
title: b.TITLE,
|
|
2645
|
-
description: b.HTML_CONTENT,
|
|
2646
|
-
image: b.FILE,
|
|
2647
|
-
icon: b.FILE,
|
|
2648
|
-
is_black: b.BOOLEAN
|
|
2649
|
-
}
|
|
2650
|
-
}, ll = ["title", al, "isLight", "isLightTitle"], ri = ({
|
|
2651
|
-
title: e,
|
|
2652
|
-
cards: t,
|
|
2653
|
-
isLight: i,
|
|
2654
|
-
isLightTitle: a
|
|
2655
|
-
}) => {
|
|
2656
|
-
const n = Ne(960);
|
|
2657
|
-
return /* @__PURE__ */ r(V, { children: /* @__PURE__ */ x("div", { className: y("w-full"), children: [
|
|
2658
|
-
e && /* @__PURE__ */ r(
|
|
2659
|
-
"p",
|
|
2660
|
-
{
|
|
2661
|
-
className: y(
|
|
2662
|
-
"text-[44px] font-bold leading-[52px] mb-[48px] text-black text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px]",
|
|
2663
|
-
{ "text-white4": a }
|
|
2664
|
-
),
|
|
2665
|
-
children: e
|
|
2666
|
-
}
|
|
2667
|
-
),
|
|
2668
|
-
/* @__PURE__ */ r("div", { className: y("flex flex-col gap-[40px] w-full"), children: t == null ? void 0 : t.map((s, d) => /* @__PURE__ */ r(
|
|
2669
|
-
li,
|
|
2670
|
-
{
|
|
2671
|
-
data: s,
|
|
2672
|
-
isTextLast: n ? !1 : d % 2 === 1,
|
|
2673
|
-
isLight: i
|
|
2674
|
-
},
|
|
2675
|
-
d
|
|
2676
|
-
)) })
|
|
2677
|
-
] }) });
|
|
2678
|
-
};
|
|
2679
|
-
ri.propsToEdit = ll;
|
|
2680
|
-
const rl = [
|
|
2681
|
-
"title",
|
|
2682
|
-
"description",
|
|
2683
|
-
"image",
|
|
2684
|
-
"image_mob",
|
|
2685
|
-
"button_text",
|
|
2686
|
-
"button_link",
|
|
2687
|
-
"logo",
|
|
2688
|
-
"logo_second"
|
|
2689
|
-
], ni = ({
|
|
2690
|
-
title: e,
|
|
2691
|
-
description: t,
|
|
2692
|
-
image: i,
|
|
2693
|
-
image_mob: a,
|
|
2694
|
-
button_text: n,
|
|
2695
|
-
button_link: s,
|
|
2696
|
-
logo: d,
|
|
2697
|
-
logo_second: p
|
|
2698
|
-
}) => {
|
|
2699
|
-
const v = Ne(960);
|
|
2700
|
-
return /* @__PURE__ */ x("div", { className: "relative flex items-center gap-[80px] w-full h-[527px] max-tablet:flex-col max-tablet:gap-[24px] max-tablet:h-auto", children: [
|
|
2701
|
-
/* @__PURE__ */ r(V, { className: "flex flex-col gap-[24px] max-w-[614px] max-tablet:items-center max-tablet:gap-[16px] max-tablet:mx-auto", children: /* @__PURE__ */ x("div", { className: "flex flex-col gap-[24px] max-tablet:gap-[16px] w-[614px] max-tablet:w-full", children: [
|
|
2702
|
-
/* @__PURE__ */ x("div", { className: "flex mb-[12px] max-tablet:mb-[8px] max-tablet:mx-auto", children: [
|
|
2703
|
-
d && /* @__PURE__ */ r(
|
|
2704
|
-
$,
|
|
2705
|
-
{
|
|
2706
|
-
src: d,
|
|
2707
|
-
alt: "visa",
|
|
2708
|
-
height: 40,
|
|
2709
|
-
width: 135,
|
|
2710
|
-
className: "h-[40px] max-tablet:!h-[32px] w-auto pr-[16px] border-r border-[#838795] first:pl-0 last:border-none object-contain"
|
|
2711
|
-
}
|
|
2712
|
-
),
|
|
2713
|
-
p && /* @__PURE__ */ r(
|
|
2714
|
-
$,
|
|
2715
|
-
{
|
|
2716
|
-
src: p,
|
|
2717
|
-
alt: "mbank",
|
|
2718
|
-
height: 40,
|
|
2719
|
-
width: 135,
|
|
2720
|
-
className: "h-[40px] max-tablet:!h-[32px] w-auto pl-[16px] border-r border-[#838795] last:border-none object-contain"
|
|
2721
|
-
}
|
|
2722
|
-
)
|
|
2723
|
-
] }),
|
|
2724
|
-
/* @__PURE__ */ r("h2", { className: "text-[44px] leading-[52px] font-[700] m-0 max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:text-center", children: e }),
|
|
2725
|
-
/* @__PURE__ */ r("span", { className: "text-[18px] leading-[26px] text-[#40474f] max-tablet:text-[17px] max-tablet:leading-[24px] max-tablet:text-center", children: t }),
|
|
2726
|
-
s && n && /* @__PURE__ */ r("a", { href: s, children: /* @__PURE__ */ r(I, { className: "mt-[24px] max-tablet:mt-[8px] max-tablet:mx-auto", children: n }) })
|
|
2727
|
-
] }) }),
|
|
2728
|
-
i && /* @__PURE__ */ r(
|
|
2729
|
-
$,
|
|
2730
|
-
{
|
|
2731
|
-
src: v ? a : i,
|
|
2732
|
-
alt: e,
|
|
2733
|
-
width: 543,
|
|
2734
|
-
height: 527,
|
|
2735
|
-
className: "absolute top-1/2 left-[clamp(614px,50%,50%)] w-auto transform -translate-y-1/2 overflow-visible max-tablet:relative max-tablet:top-auto max-tablet:left-auto max-tablet:translate-y-0 max-tablet:!h-[332px]",
|
|
2736
|
-
imageStyles: "object-cover max-tablet:object-contain"
|
|
2737
|
-
}
|
|
2738
|
-
)
|
|
2739
|
-
] });
|
|
2740
|
-
};
|
|
2741
|
-
ni.propsToEdit = rl;
|
|
2742
|
-
const nl = ({
|
|
2743
|
-
data: e,
|
|
2744
|
-
title: t,
|
|
2745
|
-
description: i,
|
|
2746
|
-
image: a,
|
|
2747
|
-
className: n
|
|
2748
|
-
}) => /* @__PURE__ */ x(
|
|
2749
|
-
"div",
|
|
2750
|
-
{
|
|
2751
|
-
className: X(
|
|
2752
|
-
"w-full flex justify-between gap-[20px] bg-gray2 rounded-[20px] p-[16px]",
|
|
2753
|
-
"md:flex-col md:items-stretch md:gap-[24px] md:p-[16px]",
|
|
2754
|
-
n
|
|
2755
|
-
),
|
|
2756
|
-
children: [
|
|
2757
|
-
/* @__PURE__ */ x(
|
|
2758
|
-
"div",
|
|
2759
|
-
{
|
|
2760
|
-
className: X(
|
|
2761
|
-
"flex gap-4 items-center justify-start",
|
|
2762
|
-
"md:flex-col md:items-start md:gap-3 md:basis-full"
|
|
2763
|
-
),
|
|
2764
|
-
children: [
|
|
2765
|
-
((e == null ? void 0 : e.necessary_icon) || a) && /* @__PURE__ */ r(
|
|
2766
|
-
$,
|
|
2767
|
-
{
|
|
2768
|
-
src: (e == null ? void 0 : e.necessary_icon) ?? a ?? "",
|
|
2769
|
-
alt: (e == null ? void 0 : e.necessary_title) ?? t ?? "",
|
|
2770
|
-
width: 48,
|
|
2771
|
-
height: 48,
|
|
2772
|
-
className: "w-12 h-12 flex-shrink-0"
|
|
2773
|
-
}
|
|
2774
|
-
),
|
|
2775
|
-
/* @__PURE__ */ x("div", { className: "box-border md:h-fit", children: [
|
|
2776
|
-
/* @__PURE__ */ r(
|
|
2777
|
-
"p",
|
|
2778
|
-
{
|
|
2779
|
-
className: X(
|
|
2780
|
-
"text-[24px] font-bold leading-[32px] m-0",
|
|
2781
|
-
"md:text-[18px] md:leading-[26px] md:font-semibold"
|
|
2782
|
-
),
|
|
2783
|
-
children: (e == null ? void 0 : e.necessary_title) || t
|
|
2784
|
-
}
|
|
2785
|
-
),
|
|
2786
|
-
((e == null ? void 0 : e.necessary_description) || i) && /* @__PURE__ */ r(
|
|
2787
|
-
Ze,
|
|
2788
|
-
{
|
|
2789
|
-
className: X(
|
|
2790
|
-
"text-[15px] leading-[22px] text-[#5F6E7B] font-normal",
|
|
2791
|
-
"md:text-[13px] md:leading-[16px]"
|
|
2792
|
-
),
|
|
2793
|
-
data: `${(e == null ? void 0 : e.necessary_description) || i}`
|
|
2794
|
-
}
|
|
2795
|
-
)
|
|
2796
|
-
] })
|
|
2797
|
-
]
|
|
2798
|
-
}
|
|
2799
|
-
),
|
|
2800
|
-
(e == null ? void 0 : e.necessary_button_link) && /* @__PURE__ */ r(
|
|
2801
|
-
"a",
|
|
2802
|
-
{
|
|
2803
|
-
href: e == null ? void 0 : e.necessary_button_link,
|
|
2804
|
-
target: "_blank",
|
|
2805
|
-
children: /* @__PURE__ */ r(
|
|
2806
|
-
I,
|
|
2807
|
-
{
|
|
2808
|
-
variant: B.Static,
|
|
2809
|
-
size: Y.L,
|
|
2810
|
-
className: X(
|
|
2811
|
-
"text-[15px] font-medium leading-[24px] rounded-lg px-4 py-2 bg-[#FDDB2B] text-black border-0 cursor-pointer transition-colors duration-300 hover:bg-[#F7C21C]",
|
|
2812
|
-
"md:w-full md:h-14"
|
|
2813
|
-
),
|
|
2814
|
-
children: e == null ? void 0 : e.necessary_button_text
|
|
2815
|
-
}
|
|
2816
|
-
)
|
|
2817
|
-
}
|
|
2818
|
-
)
|
|
2819
|
-
]
|
|
2820
|
-
}
|
|
2821
|
-
), sl = {
|
|
2822
|
-
type: "table",
|
|
2823
|
-
label: "Таблица",
|
|
2824
|
-
dataType: "object",
|
|
2825
|
-
data: {
|
|
2826
|
-
keys: {
|
|
2827
|
-
image: b.FILE,
|
|
2828
|
-
image_mob: b.FILE,
|
|
2829
|
-
warning: {
|
|
2830
|
-
warning_title: b.TITLE,
|
|
2831
|
-
warning_description: b.DESCRIPTION
|
|
2832
|
-
}
|
|
2833
|
-
}
|
|
2834
|
-
}
|
|
2835
|
-
}, ol = {
|
|
2836
|
-
type: "rows",
|
|
2837
|
-
label: "Строки таблицы",
|
|
2838
|
-
dataType: "array",
|
|
2839
|
-
data: {
|
|
2840
|
-
title: b.TITLE,
|
|
2841
|
-
description: b.DESCRIPTION,
|
|
2842
|
-
is_marked: b.BOOLEAN
|
|
2843
|
-
}
|
|
2844
|
-
}, cl = ["title", sl, ol], si = ({ title: e, table: t, rows: i }) => {
|
|
2845
|
-
var a;
|
|
2846
|
-
return /* @__PURE__ */ x(V, { children: [
|
|
2847
|
-
e && /* @__PURE__ */ r(
|
|
2848
|
-
"p",
|
|
2849
|
-
{
|
|
2850
|
-
className: y(
|
|
2851
|
-
"text-[44px] font-bold leading-[52px] mb-[48px] text-black text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px]"
|
|
2852
|
-
),
|
|
2853
|
-
children: e
|
|
2854
|
-
}
|
|
2855
|
-
),
|
|
2856
|
-
/* @__PURE__ */ x("div", { className: "bg-white rounded-[20px] overflow-hidden p-8 md:p-6", children: [
|
|
2857
|
-
/* @__PURE__ */ r(
|
|
2858
|
-
"div",
|
|
2859
|
-
{
|
|
2860
|
-
className: y("overflow-x-auto whitespace-nowrap custom-scrollbar"),
|
|
2861
|
-
children: /* @__PURE__ */ r("div", { className: "bg-white rounded-[20px] w-full", children: i == null ? void 0 : i.map((n) => /* @__PURE__ */ r(
|
|
2862
|
-
Mi,
|
|
2863
|
-
{
|
|
2864
|
-
data: n,
|
|
2865
|
-
className: y({
|
|
2866
|
-
"border-b border-[#E6E8EB]": !(t != null && t.warning)
|
|
2867
|
-
})
|
|
2868
|
-
},
|
|
2869
|
-
n == null ? void 0 : n.id
|
|
2870
|
-
)) })
|
|
2871
|
-
}
|
|
2872
|
-
),
|
|
2873
|
-
((a = t == null ? void 0 : t.warning) == null ? void 0 : a.warning_description) && /* @__PURE__ */ r("div", { className: "mt-4", children: /* @__PURE__ */ r(
|
|
2874
|
-
nl,
|
|
2875
|
-
{
|
|
2876
|
-
className: "!flex-[1_1_100%] bg-white",
|
|
2877
|
-
title: t.warning.warning_title,
|
|
2878
|
-
description: t.warning.warning_description
|
|
2879
|
-
}
|
|
2880
|
-
) })
|
|
2881
|
-
] })
|
|
2882
|
-
] });
|
|
2883
|
-
};
|
|
2884
|
-
si.propsToEdit = cl;
|
|
2885
|
-
const dl = {
|
|
2886
|
-
type: "buttons",
|
|
2887
|
-
label: "Кнопки",
|
|
2888
|
-
dataType: "array",
|
|
2889
|
-
data: {
|
|
2890
|
-
button_hex: b.COLOR,
|
|
2891
|
-
button_link: b.LINK,
|
|
2892
|
-
button_text: b.TITLE
|
|
2893
|
-
}
|
|
2894
|
-
}, pl = [
|
|
2895
|
-
"title",
|
|
2896
|
-
"description",
|
|
2897
|
-
"image",
|
|
2898
|
-
"image_mob",
|
|
2899
|
-
"logo",
|
|
2900
|
-
"animation",
|
|
2901
|
-
"animation_mob",
|
|
2902
|
-
dl,
|
|
2903
|
-
"isShadow",
|
|
2904
|
-
"grid"
|
|
2905
|
-
], oi = ({
|
|
2906
|
-
title: e,
|
|
2907
|
-
description: t,
|
|
2908
|
-
image: i,
|
|
2909
|
-
image_mob: a,
|
|
2910
|
-
logo: n,
|
|
2911
|
-
animation: s,
|
|
2912
|
-
animation_mob: d,
|
|
2913
|
-
buttons: p,
|
|
2914
|
-
isShadow: v = !1,
|
|
2915
|
-
grid: L
|
|
2916
|
-
}) => {
|
|
2917
|
-
const F = (_, k) => k.length % 2 !== 0 && _ === k.length - 1;
|
|
2918
|
-
return /* @__PURE__ */ x("div", { children: [
|
|
2919
|
-
/* @__PURE__ */ r(V, { children: /* @__PURE__ */ x("div", { className: "flex flex-col items-center pt-[40px] max-tablet:pt-[32px]", children: [
|
|
2920
|
-
n && /* @__PURE__ */ r(
|
|
2921
|
-
$,
|
|
2922
|
-
{
|
|
2923
|
-
src: n,
|
|
2924
|
-
alt: "mtravel logo",
|
|
2925
|
-
className: X(
|
|
2926
|
-
"mb-[36px] w-[427px] h-[94px] max-tablet:w-full max-tablet:h-[45px] max-tablet:mt-[12px] max-tablet:mb-[24px] xxl:!h-[131px] xxl:w-full xxl:mt-[12px] xxl:mb-[24px]"
|
|
2927
|
-
),
|
|
2928
|
-
imageStyles: "h-full w-full object-contain"
|
|
2929
|
-
}
|
|
2930
|
-
),
|
|
2931
|
-
/* @__PURE__ */ r("h1", { className: "text-black2 text-[40px] font-bold leading-[50px] mb-[24px] text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[20px] xxl:text-[56px] xxl:leading-[66px]", children: e }),
|
|
2932
|
-
t && /* @__PURE__ */ r("p", { className: "text-black2 text-center text-[20px] font-normal leading-[25px] mb-[36px] w-[75%] max-tablet:text-[16px] max-tablet:leading-[20px] max-tablet:w-full", children: t }),
|
|
2933
|
-
/* @__PURE__ */ r(
|
|
2934
|
-
"div",
|
|
2935
|
-
{
|
|
2936
|
-
className: `grid grid-cols-${L} items-center gap-[16px] mb-[60px]
|
|
2937
|
-
max-tablet:grid-cols-1 max-tablet:w-full max-tablet:mb-[40px]`,
|
|
2938
|
-
children: p == null ? void 0 : p.map((_, k) => /* @__PURE__ */ r(
|
|
2939
|
-
"a",
|
|
2940
|
-
{
|
|
2941
|
-
href: _ == null ? void 0 : _.button_link,
|
|
2942
|
-
className: y("flex items-center", {
|
|
2943
|
-
[`col-span-${L}`]: F(k, p)
|
|
2944
|
-
}),
|
|
2945
|
-
target: "_blank",
|
|
2946
|
-
children: /* @__PURE__ */ r(I, { className: "font-[Inter] h-[56px] mx-auto px-[32px] py-[12px] max-tablet:px-[32px] max-tablet:py-[12px]", children: _ == null ? void 0 : _.button_text })
|
|
2947
|
-
}
|
|
2948
|
-
))
|
|
2949
|
-
}
|
|
2950
|
-
)
|
|
2951
|
-
] }) }),
|
|
2952
|
-
i && /* @__PURE__ */ r(
|
|
2953
|
-
"div",
|
|
2954
|
-
{
|
|
2955
|
-
className: X(
|
|
2956
|
-
"w-full h-[450px] max-tablet:w-full max-tablet:h-[280px] max-mobile:hidden xxl:h-[630px] xxl:w-full"
|
|
2957
|
-
),
|
|
2958
|
-
children: /* @__PURE__ */ r(
|
|
2959
|
-
"div",
|
|
2960
|
-
{
|
|
2961
|
-
className: X(
|
|
2962
|
-
"h-[450px] xxl:h-[630px] xxl:w-full",
|
|
2963
|
-
v && "w-fit h-full my-0 mx-auto block relative gradient-border"
|
|
2964
|
-
),
|
|
2965
|
-
children: /* @__PURE__ */ x(
|
|
2966
|
-
"video",
|
|
2967
|
-
{
|
|
2968
|
-
poster: i,
|
|
2969
|
-
autoPlay: !0,
|
|
2970
|
-
loop: !0,
|
|
2971
|
-
muted: !0,
|
|
2972
|
-
playsInline: !0,
|
|
2973
|
-
style: { background: "transparent" },
|
|
2974
|
-
className: "h-full",
|
|
2975
|
-
children: [
|
|
2976
|
-
/* @__PURE__ */ r(
|
|
2977
|
-
"source",
|
|
2978
|
-
{
|
|
2979
|
-
type: "video/quicktime",
|
|
2980
|
-
src: d
|
|
2981
|
-
}
|
|
2982
|
-
),
|
|
2983
|
-
/* @__PURE__ */ r(
|
|
2984
|
-
"source",
|
|
2985
|
-
{
|
|
2986
|
-
type: "video/webm",
|
|
2987
|
-
src: s
|
|
2988
|
-
}
|
|
2989
|
-
)
|
|
2990
|
-
]
|
|
2991
|
-
}
|
|
2992
|
-
)
|
|
2993
|
-
}
|
|
2994
|
-
)
|
|
2995
|
-
}
|
|
2996
|
-
),
|
|
2997
|
-
a && /* @__PURE__ */ r(
|
|
2998
|
-
"div",
|
|
2999
|
-
{
|
|
3000
|
-
className: X(
|
|
3001
|
-
"hidden max-mobile:w-full max-mobile:h-[280px] max-mobile:block"
|
|
3002
|
-
),
|
|
3003
|
-
style: { background: "transparent" },
|
|
3004
|
-
children: /* @__PURE__ */ r(
|
|
3005
|
-
"div",
|
|
3006
|
-
{
|
|
3007
|
-
className: X(
|
|
3008
|
-
"h-[450px] xxl:h-[630px] xxl:w-full max-tablet:h-[280px]",
|
|
3009
|
-
v && "w-fit h-full my-0 mx-auto block relative gradient-border"
|
|
3010
|
-
),
|
|
3011
|
-
children: /* @__PURE__ */ x(
|
|
3012
|
-
"video",
|
|
3013
|
-
{
|
|
3014
|
-
poster: a,
|
|
3015
|
-
autoPlay: !0,
|
|
3016
|
-
loop: !0,
|
|
3017
|
-
muted: !0,
|
|
3018
|
-
playsInline: !0,
|
|
3019
|
-
style: { background: "transparent" },
|
|
3020
|
-
className: "w-full h-full object-contain align-middle max-700:object-cover",
|
|
3021
|
-
children: [
|
|
3022
|
-
/* @__PURE__ */ r(
|
|
3023
|
-
"source",
|
|
3024
|
-
{
|
|
3025
|
-
type: "video/quicktime",
|
|
3026
|
-
src: d
|
|
3027
|
-
}
|
|
3028
|
-
),
|
|
3029
|
-
/* @__PURE__ */ r(
|
|
3030
|
-
"source",
|
|
3031
|
-
{
|
|
3032
|
-
type: "video/webm",
|
|
3033
|
-
src: s
|
|
3034
|
-
}
|
|
3035
|
-
)
|
|
3036
|
-
]
|
|
3037
|
-
}
|
|
3038
|
-
)
|
|
3039
|
-
}
|
|
3040
|
-
)
|
|
3041
|
-
}
|
|
3042
|
-
)
|
|
3043
|
-
] });
|
|
3044
|
-
};
|
|
3045
|
-
oi.propsToEdit = pl;
|
|
3046
|
-
var w = /* @__PURE__ */ ((e) => (e.Banner = "Banner", e.CardImageList = "CardImageList", e.Stepper = "Stepper", e.Segments = "Segments", e.Video = "VideoFull", e.VideoList = "VideoList", e.VideoListMini = "VideoListMini", e.ContentCardList = "ContentCardList", e.CardIconList = "CardIconList", e.MultiCards = "MultiCards", e.Partners = "Partners", e.PartnersColors = "PartnersColors", e.MainBanner = "MainBanner", e.WarningCard = "WarningCard", e.Faq = "Faq", e.DownloadFileBanner = "DownloadFileBanner", e.DownloadFileFull = "DownloadFileFull", e.DownloadFileHalf = "DownloadFileHalf", e.DownloadFileMini = "DownloadFileMini", e.InstructionList = "InstructionList", e.PreviewList = "PreviewList", e.SwiperList = "SwiperList", e.AnimatedSwiper = "AnimatedSwiper", e.InfoBannerList = "InfoBannerList", e.TasksBannerList = "TasksBannerList", e.VideoMainBanner = "VideoMainBanner", e.EmptyBox = "EmptyBox", e.PromoPoster = "PromoPoster", e.CardImageSecondaryList = "CardImageSecondaryList", e.CardInfoTable = "CardInfoTable", e.StandartTable = "StandartTable", e.IntroBanner = "IntroBanner", e.DownloadFileBright = "DownloadFileBright", e))(w || {});
|
|
3047
|
-
const ml = {
|
|
3048
|
-
key: w.Banner,
|
|
3049
|
-
id: "1",
|
|
3050
|
-
component_props: {
|
|
3051
|
-
bg_image: "https://mbank.kg/media/market/Banner_bg.webp",
|
|
3052
|
-
bg_image_mob: "https://mbank.kg/media/market/Banner_bg.webp",
|
|
3053
|
-
image: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2FImage-2.webp&w=762&q=75",
|
|
3054
|
-
image_mob: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fmob%2FImage-3.webp&w=1200&q=75",
|
|
3055
|
-
text_color: "#000",
|
|
3056
|
-
title: "Перейти на Market",
|
|
3057
|
-
description: "Присоединяйтесь к Market и начните выгодные покупки уже сегодня!",
|
|
3058
|
-
buttons: [
|
|
3059
|
-
{
|
|
3060
|
-
title: "Начать",
|
|
3061
|
-
link: "/start",
|
|
3062
|
-
variant: B.Primary
|
|
3063
|
-
},
|
|
3064
|
-
{
|
|
3065
|
-
title: "Узнать больше",
|
|
3066
|
-
link: "/learn-more",
|
|
3067
|
-
variant: B.Secondary
|
|
3068
|
-
}
|
|
3069
|
-
]
|
|
3070
|
-
}
|
|
3071
|
-
}, yr = {
|
|
3072
|
-
key: w.Banner,
|
|
3073
|
-
id: "2",
|
|
3074
|
-
component_props: {
|
|
3075
|
-
bg_image: "https://mbank.kg/media/market/Banner_bg.webp",
|
|
3076
|
-
bg_image_mob: "https://mbank.kg/media/market/Banner_bg.webp",
|
|
3077
|
-
image: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2FImage-2.webp&w=762&q=75",
|
|
3078
|
-
image_mob: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fmob%2FImage-3.webp&w=1200&q=75",
|
|
3079
|
-
text_color: "#000",
|
|
3080
|
-
title: "Перейти на Market",
|
|
3081
|
-
description: "Присоединяйтесь к Market и начните выгодные покупки уже сегодня!",
|
|
3082
|
-
qr: {
|
|
3083
|
-
banner_qr: "https://mbank.kg/media/qr/qr-container.svg",
|
|
3084
|
-
banner_qr_text: "Сканируйте QR-код для получения дополнительной информации",
|
|
3085
|
-
banner_title: "Скачайте наше приложение",
|
|
3086
|
-
color_text: "#000000",
|
|
3087
|
-
button: {
|
|
3088
|
-
text: "Узнать больше",
|
|
3089
|
-
link: "/learn-more",
|
|
3090
|
-
variant: B.Secondary
|
|
3091
|
-
}
|
|
3092
|
-
}
|
|
3093
|
-
}
|
|
3094
|
-
}, ul = {
|
|
3095
|
-
key: w.CardImageList,
|
|
3096
|
-
id: "3",
|
|
3097
|
-
component_props: {
|
|
3098
|
-
cards: [
|
|
3099
|
-
{
|
|
3100
|
-
id: 1,
|
|
3101
|
-
title: "Card Image",
|
|
3102
|
-
description: "Description line",
|
|
3103
|
-
image: "https://mbank.kg/media/market/imageCont-2.webp",
|
|
3104
|
-
is_black: !1,
|
|
3105
|
-
variant: "large"
|
|
3106
|
-
},
|
|
3107
|
-
{
|
|
3108
|
-
id: 2,
|
|
3109
|
-
title: "Card Image",
|
|
3110
|
-
description: "Description line",
|
|
3111
|
-
image: "https://mbank.kg/media/market/imageCont-2.webp",
|
|
3112
|
-
is_black: !1,
|
|
3113
|
-
variant: "large"
|
|
3114
|
-
}
|
|
3115
|
-
],
|
|
3116
|
-
title: "Card Image List",
|
|
3117
|
-
grid: "2",
|
|
3118
|
-
button: [
|
|
3119
|
-
{
|
|
3120
|
-
text: "button",
|
|
3121
|
-
link: "#",
|
|
3122
|
-
variant: B.Primary
|
|
3123
|
-
}
|
|
3124
|
-
]
|
|
3125
|
-
}
|
|
3126
|
-
}, gl = {
|
|
3127
|
-
key: w.Stepper,
|
|
3128
|
-
id: "4",
|
|
3129
|
-
component_props: {
|
|
3130
|
-
title: "Stepper",
|
|
3131
|
-
button: [
|
|
3132
|
-
{
|
|
3133
|
-
text: "button",
|
|
3134
|
-
link: "#",
|
|
3135
|
-
variant: B.Primary
|
|
3136
|
-
}
|
|
3137
|
-
],
|
|
3138
|
-
data: [
|
|
3139
|
-
{ text: "Выберите товар, который Вы хотите взять в рассрочку", id: 1 },
|
|
3140
|
-
{ text: "Выберите товар, который Вы хотите взять в рассрочку", id: 2 },
|
|
3141
|
-
{ text: "Выберите товар, который Вы хотите взять в рассрочку", id: 3 }
|
|
3142
|
-
]
|
|
3143
|
-
}
|
|
3144
|
-
}, xl = {
|
|
3145
|
-
key: w.Segments,
|
|
3146
|
-
id: "5",
|
|
3147
|
-
component_props: {
|
|
3148
|
-
data: [
|
|
3149
|
-
{ title: "Segment 1", id: 1 },
|
|
3150
|
-
{ title: "Segment 2", id: 2 }
|
|
3151
|
-
]
|
|
3152
|
-
}
|
|
3153
|
-
}, bl = {
|
|
3154
|
-
key: w.Video,
|
|
3155
|
-
id: "6",
|
|
3156
|
-
component_props: {
|
|
3157
|
-
data: {
|
|
3158
|
-
linkVideo: "https://www.youtube.com/watch?v=Uf4JAss1vEo",
|
|
3159
|
-
title: "Заголовок1"
|
|
3160
|
-
}
|
|
3161
|
-
}
|
|
3162
|
-
}, fl = {
|
|
3163
|
-
key: w.VideoList,
|
|
3164
|
-
id: "7",
|
|
3165
|
-
component_props: {
|
|
3166
|
-
data: [
|
|
3167
|
-
{
|
|
3168
|
-
linkVideo: "https://www.youtube.com/watch?v=Uf4JAss1vEo",
|
|
3169
|
-
title: "Заголовок1"
|
|
3170
|
-
},
|
|
3171
|
-
{
|
|
3172
|
-
linkVideo: "https://www.youtube.com/watch?v=Uf4JAss1vEo",
|
|
3173
|
-
title: "Заголовок2"
|
|
3174
|
-
}
|
|
3175
|
-
]
|
|
3176
|
-
}
|
|
3177
|
-
}, hl = {
|
|
3178
|
-
key: w.VideoListMini,
|
|
3179
|
-
id: "8",
|
|
3180
|
-
component_props: {
|
|
3181
|
-
data: [
|
|
3182
|
-
{
|
|
3183
|
-
linkVideo: "https://www.youtube.com/watch?v=Uf4JAss1vEo",
|
|
3184
|
-
title: "Заголовок1"
|
|
3185
|
-
},
|
|
3186
|
-
{
|
|
3187
|
-
linkVideo: "https://www.youtube.com/watch?v=Uf4JAss1vEo",
|
|
3188
|
-
title: "Заголовок2"
|
|
3189
|
-
},
|
|
3190
|
-
{
|
|
3191
|
-
linkVideo: "https://www.youtube.com/watch?v=Uf4JAss1vEo",
|
|
3192
|
-
title: "Заголовок2"
|
|
3193
|
-
}
|
|
3194
|
-
]
|
|
3195
|
-
}
|
|
3196
|
-
}, _l = {
|
|
3197
|
-
key: w.ContentCardList,
|
|
3198
|
-
id: "9",
|
|
3199
|
-
component_props: {
|
|
3200
|
-
data: {
|
|
3201
|
-
title: "Content Card List",
|
|
3202
|
-
cards: [
|
|
3203
|
-
{
|
|
3204
|
-
title: "Content Card",
|
|
3205
|
-
image: "https://mbank.kg/media/market/imageCont-2.webp",
|
|
3206
|
-
description: `
|
|
3207
|
-
<ul>
|
|
3208
|
-
<li>Description line</li>
|
|
3209
|
-
<li>Description line</li>
|
|
3210
|
-
<li>Description line</li>
|
|
3211
|
-
<li>Description line</li>
|
|
3212
|
-
</ul>
|
|
3213
|
-
`,
|
|
3214
|
-
button: [
|
|
3215
|
-
{
|
|
3216
|
-
text: "button",
|
|
3217
|
-
link: "#",
|
|
3218
|
-
variant: B.Primary
|
|
3219
|
-
}
|
|
3220
|
-
]
|
|
3221
|
-
},
|
|
3222
|
-
{
|
|
3223
|
-
title: "Content Card2",
|
|
3224
|
-
image: "https://mbank.kg/media/market/imageCont-2.webp",
|
|
3225
|
-
description: `
|
|
3226
|
-
<ul>
|
|
3227
|
-
<li>Description line</li>
|
|
3228
|
-
<li>Description line</li>
|
|
3229
|
-
<li>Description line</li>
|
|
3230
|
-
<li>Description line</li>
|
|
3231
|
-
</ul>
|
|
3232
|
-
`,
|
|
3233
|
-
button: [
|
|
3234
|
-
{
|
|
3235
|
-
text: "button",
|
|
3236
|
-
link: "#",
|
|
3237
|
-
variant: B.Primary
|
|
3238
|
-
}
|
|
3239
|
-
]
|
|
3240
|
-
},
|
|
3241
|
-
{
|
|
3242
|
-
title: "Content Card3",
|
|
3243
|
-
image: "https://mbank.kg/media/market/imageCont-2.webp",
|
|
3244
|
-
description: `
|
|
3245
|
-
<ul>
|
|
3246
|
-
<li>Description line</li>
|
|
3247
|
-
<li>Description line</li>
|
|
3248
|
-
<li>Description line</li>
|
|
3249
|
-
<li>Description line</li>
|
|
3250
|
-
</ul>
|
|
3251
|
-
`,
|
|
3252
|
-
button: [
|
|
3253
|
-
{
|
|
3254
|
-
text: "button",
|
|
3255
|
-
link: "#",
|
|
3256
|
-
variant: B.Primary
|
|
3257
|
-
}
|
|
3258
|
-
]
|
|
3259
|
-
}
|
|
3260
|
-
]
|
|
3261
|
-
}
|
|
3262
|
-
}
|
|
3263
|
-
}, kl = {
|
|
3264
|
-
key: w.Partners,
|
|
3265
|
-
id: "10",
|
|
3266
|
-
component_props: {
|
|
3267
|
-
data: {
|
|
3268
|
-
title: "Нам доверяют",
|
|
3269
|
-
subtitle: "MARKET сотрудничает с проверенными брендами, чтобы предложить вам лучшие товары и условия",
|
|
3270
|
-
images: [
|
|
3271
|
-
{
|
|
3272
|
-
id: 1,
|
|
3273
|
-
logo: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fimage-place-9.webp&w=384&q=75"
|
|
3274
|
-
},
|
|
3275
|
-
{
|
|
3276
|
-
id: 1,
|
|
3277
|
-
logo: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fimage-place-9.webp&w=384&q=75"
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
id: 1,
|
|
3281
|
-
logo: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fimage-place-9.webp&w=384&q=75"
|
|
3282
|
-
},
|
|
3283
|
-
{
|
|
3284
|
-
id: 1,
|
|
3285
|
-
logo: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fimage-place-9.webp&w=384&q=75"
|
|
3286
|
-
},
|
|
3287
|
-
{
|
|
3288
|
-
id: 1,
|
|
3289
|
-
logo: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fimage-place-9.webp&w=384&q=75"
|
|
3290
|
-
},
|
|
3291
|
-
{
|
|
3292
|
-
id: 1,
|
|
3293
|
-
logo: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fimage-place-9.webp&w=384&q=75"
|
|
3294
|
-
},
|
|
3295
|
-
{
|
|
3296
|
-
id: 1,
|
|
3297
|
-
logo: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fimage-place-9.webp&w=384&q=75"
|
|
3298
|
-
},
|
|
3299
|
-
{
|
|
3300
|
-
id: 1,
|
|
3301
|
-
logo: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fimage-place-9.webp&w=384&q=75"
|
|
3302
|
-
},
|
|
3303
|
-
{
|
|
3304
|
-
id: 1,
|
|
3305
|
-
logo: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fimage-place-9.webp&w=384&q=75"
|
|
3306
|
-
},
|
|
3307
|
-
{
|
|
3308
|
-
id: 1,
|
|
3309
|
-
logo: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fimage-place-9.webp&w=384&q=75"
|
|
3310
|
-
}
|
|
3311
|
-
]
|
|
3312
|
-
}
|
|
3313
|
-
}
|
|
3314
|
-
}, yl = {
|
|
3315
|
-
key: w.CardIconList,
|
|
3316
|
-
id: "11",
|
|
3317
|
-
component_props: {
|
|
3318
|
-
title: "Card Icon List",
|
|
3319
|
-
cards: [
|
|
3320
|
-
{
|
|
3321
|
-
id: 1,
|
|
3322
|
-
title: "Заголовок1",
|
|
3323
|
-
description: "Описание1",
|
|
3324
|
-
image: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3325
|
-
icon: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3326
|
-
link: "https://mbank.kg/premium_freestyle",
|
|
3327
|
-
link_text: "Text1",
|
|
3328
|
-
is_black: !0,
|
|
3329
|
-
is_promo: !1,
|
|
3330
|
-
is_yellow: !1
|
|
3331
|
-
},
|
|
3332
|
-
{
|
|
3333
|
-
id: 2,
|
|
3334
|
-
title: "Заголовок2",
|
|
3335
|
-
description: "Описание2",
|
|
3336
|
-
image: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3337
|
-
icon: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3338
|
-
link: "https://mbank.kg/premium_freestyle",
|
|
3339
|
-
link_text: "Text1",
|
|
3340
|
-
is_black: !1,
|
|
3341
|
-
is_promo: !0,
|
|
3342
|
-
is_yellow: !1
|
|
3343
|
-
},
|
|
3344
|
-
{
|
|
3345
|
-
id: 3,
|
|
3346
|
-
title: "Заголовок3",
|
|
3347
|
-
description: "Описание3",
|
|
3348
|
-
image: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3349
|
-
icon: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3350
|
-
link: "https://mbank.kg/premium_freestyle",
|
|
3351
|
-
link_text: "Text1",
|
|
3352
|
-
is_black: !1,
|
|
3353
|
-
is_promo: !1,
|
|
3354
|
-
is_yellow: !0
|
|
3355
|
-
}
|
|
3356
|
-
],
|
|
3357
|
-
size: "medium"
|
|
3358
|
-
}
|
|
3359
|
-
}, wr = {
|
|
3360
|
-
key: w.CardIconList,
|
|
3361
|
-
id: "12",
|
|
3362
|
-
component_props: {
|
|
3363
|
-
title: "Card Icon List",
|
|
3364
|
-
cards: [
|
|
3365
|
-
{
|
|
3366
|
-
id: 1,
|
|
3367
|
-
title: "Заголовок1",
|
|
3368
|
-
description: "Описание1",
|
|
3369
|
-
image: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3370
|
-
icon: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3371
|
-
link: "https://mbank.kg/premium_freestyle",
|
|
3372
|
-
link_text: "Text1",
|
|
3373
|
-
is_black: !0,
|
|
3374
|
-
is_promo: !1,
|
|
3375
|
-
is_yellow: !1
|
|
3376
|
-
},
|
|
3377
|
-
{
|
|
3378
|
-
id: 2,
|
|
3379
|
-
title: "Заголовок2",
|
|
3380
|
-
description: "Описание2",
|
|
3381
|
-
image: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3382
|
-
icon: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3383
|
-
link: "https://mbank.kg/premium_freestyle",
|
|
3384
|
-
link_text: "Text1",
|
|
3385
|
-
is_black: !1,
|
|
3386
|
-
is_promo: !0,
|
|
3387
|
-
is_yellow: !1
|
|
3388
|
-
},
|
|
3389
|
-
{
|
|
3390
|
-
id: 3,
|
|
3391
|
-
title: "Заголовок3",
|
|
3392
|
-
description: "Описание3",
|
|
3393
|
-
image: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3394
|
-
icon: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3395
|
-
link: "https://mbank.kg/premium_freestyle",
|
|
3396
|
-
link_text: "Text1",
|
|
3397
|
-
is_black: !1,
|
|
3398
|
-
is_promo: !1,
|
|
3399
|
-
is_yellow: !0
|
|
3400
|
-
}
|
|
3401
|
-
],
|
|
3402
|
-
size: "large"
|
|
3403
|
-
}
|
|
3404
|
-
}, wl = {
|
|
3405
|
-
key: w.MultiCards,
|
|
3406
|
-
id: "13",
|
|
3407
|
-
component_props: {
|
|
3408
|
-
title: "Multi Card List",
|
|
3409
|
-
banner_card: {
|
|
3410
|
-
image: "https://mbank.kg/media/mkassa3/Image_9.webp",
|
|
3411
|
-
image_mob: "https://mbank.kg/media/mkassa3/mob/Image_9.webp"
|
|
3412
|
-
},
|
|
3413
|
-
text_card: {
|
|
3414
|
-
title: "Заголовок",
|
|
3415
|
-
description: "Описание"
|
|
3416
|
-
},
|
|
3417
|
-
cards: [
|
|
3418
|
-
{
|
|
3419
|
-
id: 1,
|
|
3420
|
-
title: "Заголовок1",
|
|
3421
|
-
description: "Описание1",
|
|
3422
|
-
image: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3423
|
-
icon: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3424
|
-
link: "https://mbank.kg/premium_freestyle",
|
|
3425
|
-
link_text: "Text1",
|
|
3426
|
-
is_black: !0,
|
|
3427
|
-
is_promo: !1,
|
|
3428
|
-
is_yellow: !1
|
|
3429
|
-
},
|
|
3430
|
-
{
|
|
3431
|
-
id: 2,
|
|
3432
|
-
title: "Заголовок2",
|
|
3433
|
-
description: "Описание2",
|
|
3434
|
-
image: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3435
|
-
icon: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3436
|
-
link: "https://mbank.kg/premium_freestyle",
|
|
3437
|
-
link_text: "Text1",
|
|
3438
|
-
is_black: !1,
|
|
3439
|
-
is_promo: !0,
|
|
3440
|
-
is_yellow: !1
|
|
3441
|
-
},
|
|
3442
|
-
{
|
|
3443
|
-
id: 3,
|
|
3444
|
-
title: "Заголовок3",
|
|
3445
|
-
description: "Описание3",
|
|
3446
|
-
image: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3447
|
-
icon: "https://mbank.kg/media/cards/Vector_Stroke_6_ts9kN03.svg",
|
|
3448
|
-
link: "https://mbank.kg/premium_freestyle",
|
|
3449
|
-
link_text: "Text1",
|
|
3450
|
-
is_black: !1,
|
|
3451
|
-
is_promo: !1,
|
|
3452
|
-
is_yellow: !0
|
|
3453
|
-
}
|
|
3454
|
-
],
|
|
3455
|
-
is_banner_first: !0,
|
|
3456
|
-
is_cards_first: !0
|
|
3457
|
-
}
|
|
3458
|
-
}, vl = {
|
|
3459
|
-
key: w.PartnersColors,
|
|
3460
|
-
id: "14",
|
|
3461
|
-
component_props: {
|
|
3462
|
-
title: "С нами сотрудничают одни из самых крупных брендов",
|
|
3463
|
-
subtitle: "Наши партнеры",
|
|
3464
|
-
categories: [
|
|
3465
|
-
{
|
|
3466
|
-
id: 16,
|
|
3467
|
-
title: "Отели",
|
|
3468
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/48/image/hotels.png"
|
|
3469
|
-
},
|
|
3470
|
-
{
|
|
3471
|
-
id: 7,
|
|
3472
|
-
title: "Здоровье и красота",
|
|
3473
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/2/image/health.png"
|
|
3474
|
-
},
|
|
3475
|
-
{
|
|
3476
|
-
id: 4,
|
|
3477
|
-
title: "Разное",
|
|
3478
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/5/image/different.png"
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
id: 15,
|
|
3482
|
-
title: "Телефоны и аксессуары",
|
|
3483
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/46/image/phone.png"
|
|
3484
|
-
},
|
|
3485
|
-
{
|
|
3486
|
-
id: 13,
|
|
3487
|
-
title: "Транспорт",
|
|
3488
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/6/image/transport.png"
|
|
3489
|
-
},
|
|
3490
|
-
{
|
|
3491
|
-
id: 3,
|
|
3492
|
-
title: "Супермаркет",
|
|
3493
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/11/image/supermarket.png"
|
|
3494
|
-
},
|
|
3495
|
-
{
|
|
3496
|
-
id: 17,
|
|
3497
|
-
title: "Авиакассы",
|
|
3498
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/47/image/avia.png"
|
|
3499
|
-
},
|
|
3500
|
-
{
|
|
3501
|
-
id: 1,
|
|
3502
|
-
title: "Автоуслуги",
|
|
3503
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/4/image/auto-service.png"
|
|
3504
|
-
},
|
|
3505
|
-
{
|
|
3506
|
-
id: 10,
|
|
3507
|
-
title: "Магазины",
|
|
3508
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/7/image/shops.png"
|
|
3509
|
-
},
|
|
3510
|
-
{
|
|
3511
|
-
id: 11,
|
|
3512
|
-
title: "Коворкинг",
|
|
3513
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/9/image/coworking.png"
|
|
3514
|
-
},
|
|
3515
|
-
{
|
|
3516
|
-
id: 14,
|
|
3517
|
-
title: "Продукты питания",
|
|
3518
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/3/image/Food.png"
|
|
3519
|
-
},
|
|
3520
|
-
{
|
|
3521
|
-
id: 2,
|
|
3522
|
-
title: "Для дома",
|
|
3523
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/49/image/home.png"
|
|
3524
|
-
},
|
|
3525
|
-
{
|
|
3526
|
-
id: 8,
|
|
3527
|
-
title: "Развлечения",
|
|
3528
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/12/image/entertainment.png"
|
|
3529
|
-
},
|
|
3530
|
-
{
|
|
3531
|
-
id: 6,
|
|
3532
|
-
title: "Кофейни",
|
|
3533
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/8/image/different.png"
|
|
3534
|
-
},
|
|
3535
|
-
{
|
|
3536
|
-
id: 5,
|
|
3537
|
-
title: "Магазины одежды",
|
|
3538
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/45/image/clothes.png"
|
|
3539
|
-
},
|
|
3540
|
-
{
|
|
3541
|
-
id: 12,
|
|
3542
|
-
title: "Цветы и подарки",
|
|
3543
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/10/image/presents.png"
|
|
3544
|
-
},
|
|
3545
|
-
{
|
|
3546
|
-
id: 9,
|
|
3547
|
-
title: "Кафе и рестораны",
|
|
3548
|
-
image: "https://hub.mbank.kg/loyalty-service/api/services/loyalty/merchants/categories/1/image/restaurants.png"
|
|
3549
|
-
}
|
|
3550
|
-
],
|
|
3551
|
-
cards: [
|
|
3552
|
-
{
|
|
3553
|
-
id: 91,
|
|
3554
|
-
title: "Boston Hills",
|
|
3555
|
-
image: "https://hub.mbank.kg/gateway/api/services/loyalty/merchants/image/6161506/0975f3db-6edc-4b11-9e63-5694577e6f89_boston.png",
|
|
3556
|
-
discount: 3,
|
|
3557
|
-
payment_types: [
|
|
3558
|
-
{
|
|
3559
|
-
id: 98,
|
|
3560
|
-
title: "QR MBANK",
|
|
3561
|
-
subtitle: "(bonuses will be credited in a few minutes)"
|
|
3562
|
-
}
|
|
3563
|
-
],
|
|
3564
|
-
discounts: [
|
|
3565
|
-
{
|
|
3566
|
-
id: 451,
|
|
3567
|
-
level: 5,
|
|
3568
|
-
discount: 0.5
|
|
3569
|
-
},
|
|
3570
|
-
{
|
|
3571
|
-
id: 452,
|
|
3572
|
-
level: 4,
|
|
3573
|
-
discount: 0.5
|
|
3574
|
-
},
|
|
3575
|
-
{
|
|
3576
|
-
id: 453,
|
|
3577
|
-
level: 3,
|
|
3578
|
-
discount: 1
|
|
3579
|
-
},
|
|
3580
|
-
{
|
|
3581
|
-
id: 454,
|
|
3582
|
-
level: 2,
|
|
3583
|
-
discount: 2
|
|
3584
|
-
},
|
|
3585
|
-
{
|
|
3586
|
-
id: 455,
|
|
3587
|
-
level: 1,
|
|
3588
|
-
discount: 3
|
|
3589
|
-
}
|
|
3590
|
-
],
|
|
3591
|
-
addresses: [
|
|
3592
|
-
{
|
|
3593
|
-
id: 176,
|
|
3594
|
-
address: "ул. 4-я, 111 село. Арашан, дачный поселок Приборист"
|
|
3595
|
-
}
|
|
3596
|
-
],
|
|
3597
|
-
note: ""
|
|
3598
|
-
},
|
|
3599
|
-
{
|
|
3600
|
-
id: 92,
|
|
3601
|
-
title: "Отель 4",
|
|
3602
|
-
image: "https://hub.mbank.kg/gateway/api/services/loyalty/merchants/image/6158632/fddf3c4e-7aba-4d99-a5e2-28343764a332_4.png",
|
|
3603
|
-
discount: 5,
|
|
3604
|
-
payment_types: [
|
|
3605
|
-
{
|
|
3606
|
-
id: 99,
|
|
3607
|
-
title: "QR MBANK",
|
|
3608
|
-
subtitle: "(bonuses will be credited in a few minutes)"
|
|
3609
|
-
}
|
|
3610
|
-
],
|
|
3611
|
-
discounts: [
|
|
3612
|
-
{
|
|
3613
|
-
id: 456,
|
|
3614
|
-
level: 5,
|
|
3615
|
-
discount: 1
|
|
3616
|
-
},
|
|
3617
|
-
{
|
|
3618
|
-
id: 457,
|
|
3619
|
-
level: 4,
|
|
3620
|
-
discount: 2
|
|
3621
|
-
},
|
|
3622
|
-
{
|
|
3623
|
-
id: 458,
|
|
3624
|
-
level: 3,
|
|
3625
|
-
discount: 3
|
|
3626
|
-
},
|
|
3627
|
-
{
|
|
3628
|
-
id: 459,
|
|
3629
|
-
level: 2,
|
|
3630
|
-
discount: 4
|
|
3631
|
-
},
|
|
3632
|
-
{
|
|
3633
|
-
id: 460,
|
|
3634
|
-
level: 1,
|
|
3635
|
-
discount: 5
|
|
3636
|
-
}
|
|
3637
|
-
],
|
|
3638
|
-
addresses: [
|
|
3639
|
-
{
|
|
3640
|
-
id: 177,
|
|
3641
|
-
address: "Горный переулок, 6"
|
|
3642
|
-
}
|
|
3643
|
-
],
|
|
3644
|
-
note: ""
|
|
3645
|
-
},
|
|
3646
|
-
{
|
|
3647
|
-
id: 119,
|
|
3648
|
-
title: "Lavitor Hotel",
|
|
3649
|
-
image: "https://hub.mbank.kg/gateway/api/services/loyalty/merchants/image/5991933/bf3e19bf-1799-4fa8-9a19-ba3f091db3dd_tourism.png",
|
|
3650
|
-
discount: 7,
|
|
3651
|
-
payment_types: [
|
|
3652
|
-
{
|
|
3653
|
-
id: 126,
|
|
3654
|
-
title: "QR MBANK",
|
|
3655
|
-
subtitle: "(бонусы будут начислены в течение нескольких минут)"
|
|
3656
|
-
}
|
|
3657
|
-
],
|
|
3658
|
-
discounts: [
|
|
3659
|
-
{
|
|
3660
|
-
id: 591,
|
|
3661
|
-
level: 5,
|
|
3662
|
-
discount: 3
|
|
3663
|
-
},
|
|
3664
|
-
{
|
|
3665
|
-
id: 592,
|
|
3666
|
-
level: 4,
|
|
3667
|
-
discount: 4
|
|
3668
|
-
},
|
|
3669
|
-
{
|
|
3670
|
-
id: 593,
|
|
3671
|
-
level: 3,
|
|
3672
|
-
discount: 5
|
|
3673
|
-
},
|
|
3674
|
-
{
|
|
3675
|
-
id: 594,
|
|
3676
|
-
level: 2,
|
|
3677
|
-
discount: 6
|
|
3678
|
-
},
|
|
3679
|
-
{
|
|
3680
|
-
id: 595,
|
|
3681
|
-
level: 1,
|
|
3682
|
-
discount: 7
|
|
3683
|
-
}
|
|
3684
|
-
],
|
|
3685
|
-
addresses: [
|
|
3686
|
-
{
|
|
3687
|
-
id: 203,
|
|
3688
|
-
address: "ул. Баялинова, 166А"
|
|
3689
|
-
}
|
|
3690
|
-
],
|
|
3691
|
-
note: ""
|
|
3692
|
-
}
|
|
3693
|
-
]
|
|
3694
|
-
}
|
|
3695
|
-
}, Fl = {
|
|
3696
|
-
key: w.MainBanner,
|
|
3697
|
-
id: "15",
|
|
3698
|
-
component_props: {
|
|
3699
|
-
id: 1,
|
|
3700
|
-
buttons: [
|
|
3701
|
-
{
|
|
3702
|
-
button_hex: "#FF5733",
|
|
3703
|
-
link: "https://example.com",
|
|
3704
|
-
title: "Перейти на сайт"
|
|
3705
|
-
},
|
|
3706
|
-
{
|
|
3707
|
-
button_hex: "#FF5733",
|
|
3708
|
-
link: "https://example.com",
|
|
3709
|
-
title: "Перейти на сайт"
|
|
3710
|
-
}
|
|
3711
|
-
],
|
|
3712
|
-
title: "Добро пожаловать в наш сервис!",
|
|
3713
|
-
description: "Лучший сервис для ваших нужд. Откройте для себя новые возможности прямо сейчас.",
|
|
3714
|
-
image: "https://mbank.kg/media/market/hero-image-_1_.webp",
|
|
3715
|
-
image_mob: "https://mbank.kg/media/market/mob/image-container.webp",
|
|
3716
|
-
logo: "https://mbank.kg/media/market/item-hero-image-logos.svg",
|
|
3717
|
-
grid: 2
|
|
3718
|
-
}
|
|
3719
|
-
}, Nl = {
|
|
3720
|
-
key: w.WarningCard,
|
|
3721
|
-
id: "16",
|
|
3722
|
-
component_props: {
|
|
3723
|
-
title: "Test",
|
|
3724
|
-
description: "test description",
|
|
3725
|
-
button_text: "button text",
|
|
3726
|
-
variant: "orange"
|
|
3727
|
-
}
|
|
3728
|
-
}, vr = {
|
|
3729
|
-
key: w.WarningCard,
|
|
3730
|
-
id: "17",
|
|
3731
|
-
component_props: {
|
|
3732
|
-
title: "Test",
|
|
3733
|
-
description: "test description",
|
|
3734
|
-
button_text: "button text",
|
|
3735
|
-
variant: "gray"
|
|
3736
|
-
}
|
|
3737
|
-
}, Fr = {
|
|
3738
|
-
key: w.WarningCard,
|
|
3739
|
-
id: "18",
|
|
3740
|
-
component_props: {
|
|
3741
|
-
title: "Test",
|
|
3742
|
-
description: "test description",
|
|
3743
|
-
button_text: "button text",
|
|
3744
|
-
variant: "black"
|
|
3745
|
-
}
|
|
3746
|
-
}, Cl = {
|
|
3747
|
-
key: w.Faq,
|
|
3748
|
-
id: "19",
|
|
3749
|
-
component_props: {
|
|
3750
|
-
title: "Часто задаваемые вопросы",
|
|
3751
|
-
data: [
|
|
3752
|
-
{
|
|
3753
|
-
id: 1,
|
|
3754
|
-
title: "Как работает сервис?",
|
|
3755
|
-
description: "Сервис работает следующим образом: вы выбираете товар, добавляете его в корзину и оформляете заказ.",
|
|
3756
|
-
percentage: 50
|
|
3757
|
-
},
|
|
3758
|
-
{
|
|
3759
|
-
id: 1,
|
|
3760
|
-
title: "Как работает сервис?",
|
|
3761
|
-
description: "Сервис работает следующим образом: вы выбираете товар, добавляете его в корзину и оформляете заказ.",
|
|
3762
|
-
percentage: 50
|
|
3763
|
-
}
|
|
3764
|
-
]
|
|
3765
|
-
}
|
|
3766
|
-
}, Ll = {
|
|
3767
|
-
key: w.DownloadFileHalf,
|
|
3768
|
-
id: "20",
|
|
3769
|
-
component_props: {
|
|
3770
|
-
data: [
|
|
3771
|
-
{
|
|
3772
|
-
id: "1",
|
|
3773
|
-
title: "Скачать приложение",
|
|
3774
|
-
text: "Помогает научить ребенка контролировать свои траты, копить и обращаться с деньгами",
|
|
3775
|
-
link: "#"
|
|
3776
|
-
},
|
|
3777
|
-
{
|
|
3778
|
-
id: "1",
|
|
3779
|
-
title: "Скачать приложение",
|
|
3780
|
-
text: "Помогает научить ребенка контролировать свои траты, копить и обращаться с деньгами",
|
|
3781
|
-
link: "#"
|
|
3782
|
-
}
|
|
3783
|
-
]
|
|
3784
|
-
}
|
|
3785
|
-
}, Dl = {
|
|
3786
|
-
key: w.DownloadFileBanner,
|
|
3787
|
-
id: "21",
|
|
3788
|
-
component_props: {
|
|
3789
|
-
id: "1",
|
|
3790
|
-
title: "Скачать приложение",
|
|
3791
|
-
text: "Помогает научить ребенка контролировать свои траты, копить и обращаться с деньгами",
|
|
3792
|
-
link: "#"
|
|
3793
|
-
}
|
|
3794
|
-
}, Tl = {
|
|
3795
|
-
key: w.DownloadFileFull,
|
|
3796
|
-
id: "22",
|
|
3797
|
-
component_props: {
|
|
3798
|
-
data: [
|
|
3799
|
-
{
|
|
3800
|
-
id: "1",
|
|
3801
|
-
title: "Скачать приложение",
|
|
3802
|
-
text: "Помогает научить ребенка контролировать свои траты, копить и обращаться с деньгами",
|
|
3803
|
-
link: "#"
|
|
3804
|
-
},
|
|
3805
|
-
{
|
|
3806
|
-
id: "2",
|
|
3807
|
-
title: "Скачать приложение",
|
|
3808
|
-
text: "Помогает научить ребенка контролировать свои траты, копить и обращаться с деньгами",
|
|
3809
|
-
link: "#"
|
|
3810
|
-
},
|
|
3811
|
-
{
|
|
3812
|
-
id: "3",
|
|
3813
|
-
title: "Скачать приложение",
|
|
3814
|
-
text: "Помогает научить ребенка контролировать свои траты, копить и обращаться с деньгами",
|
|
3815
|
-
link: "#"
|
|
3816
|
-
}
|
|
3817
|
-
]
|
|
3818
|
-
}
|
|
3819
|
-
}, Bl = {
|
|
3820
|
-
key: w.DownloadFileMini,
|
|
3821
|
-
id: "23",
|
|
3822
|
-
component_props: {
|
|
3823
|
-
data: [
|
|
3824
|
-
{
|
|
3825
|
-
id: "1",
|
|
3826
|
-
title: "Скачать приложение",
|
|
3827
|
-
text: "Помогает научить ребенка контролировать свои траты, копить и обращаться с деньгами",
|
|
3828
|
-
link: "#"
|
|
3829
|
-
},
|
|
3830
|
-
{
|
|
3831
|
-
id: "2",
|
|
3832
|
-
title: "Скачать приложение",
|
|
3833
|
-
text: "Помогает научить ребенка контролировать свои траты, копить и обращаться с деньгами",
|
|
3834
|
-
link: "#"
|
|
3835
|
-
},
|
|
3836
|
-
{
|
|
3837
|
-
id: "3",
|
|
3838
|
-
title: "Скачать приложение",
|
|
3839
|
-
text: "Помогает научить ребенка контролировать свои траты, копить и обращаться с деньгами",
|
|
3840
|
-
link: "#"
|
|
3841
|
-
},
|
|
3842
|
-
{
|
|
3843
|
-
id: "4",
|
|
3844
|
-
title: "Скачать приложение",
|
|
3845
|
-
text: "Помогает научить ребенка контролировать свои траты, копить и обращаться с деньгами",
|
|
3846
|
-
link: "#"
|
|
3847
|
-
}
|
|
3848
|
-
]
|
|
3849
|
-
}
|
|
3850
|
-
}, El = {
|
|
3851
|
-
key: w.InstructionList,
|
|
3852
|
-
id: "24",
|
|
3853
|
-
component_props: {
|
|
3854
|
-
title: "Hero stepper screen",
|
|
3855
|
-
cards: [
|
|
3856
|
-
{
|
|
3857
|
-
title: "Откройте мобильное приложение MBANK",
|
|
3858
|
-
subtitle: "Откройте MBANK и выберите рассрочку MPlus",
|
|
3859
|
-
count_color: "#EA580C",
|
|
3860
|
-
button_text: "Показать",
|
|
3861
|
-
image: "https://mbank.kg/media/mplus/image_content_3.png",
|
|
3862
|
-
id: 1
|
|
3863
|
-
},
|
|
3864
|
-
{
|
|
3865
|
-
title: "Подключите MPlus и выберите сумму",
|
|
3866
|
-
subtitle: "Укажите желаемую сумму и отправьте заявку на рассмотрение",
|
|
3867
|
-
count_color: "#EA580C",
|
|
3868
|
-
button_text: "Показать",
|
|
3869
|
-
image: "https://mbank.kg/media/mplus/image_content_1.png",
|
|
3870
|
-
id: 2
|
|
3871
|
-
},
|
|
3872
|
-
{
|
|
3873
|
-
title: "Отсканируйте QR продавца",
|
|
3874
|
-
subtitle: "Выберите партнера из категории или отсканируйте QR",
|
|
3875
|
-
count_color: "#EA580C",
|
|
3876
|
-
button_text: "Показать",
|
|
3877
|
-
image: "https://mbank.kg/media/mplus/image_content_4.png",
|
|
3878
|
-
id: 3
|
|
3879
|
-
}
|
|
3880
|
-
],
|
|
3881
|
-
button: {
|
|
3882
|
-
text: "Показать",
|
|
3883
|
-
link: "https://www.youtube.com/"
|
|
3884
|
-
}
|
|
3885
|
-
}
|
|
3886
|
-
}, Sl = {
|
|
3887
|
-
key: w.PreviewList,
|
|
3888
|
-
id: "25",
|
|
3889
|
-
component_props: {
|
|
3890
|
-
title: "Hero blog",
|
|
3891
|
-
cards: [
|
|
3892
|
-
{
|
|
3893
|
-
title: "Откройте мобильное приложение MBANK",
|
|
3894
|
-
subtitle: "Откройте MBANK и выберите рассрочку MPlus",
|
|
3895
|
-
image: "https://mbank.kg/media/mplus/image_content_3.png",
|
|
3896
|
-
id: 1,
|
|
3897
|
-
button: {
|
|
3898
|
-
button_link: "https://www.youtube.com/",
|
|
3899
|
-
button_text: "Перейти"
|
|
3900
|
-
}
|
|
3901
|
-
},
|
|
3902
|
-
{
|
|
3903
|
-
title: "Подключите MPlus и выберите сумму",
|
|
3904
|
-
subtitle: "Укажите желаемую сумму и отправьте заявку на рассмотрение",
|
|
3905
|
-
image: "https://mbank.kg/media/mplus/image_content_1.png",
|
|
3906
|
-
id: 2,
|
|
3907
|
-
button: {
|
|
3908
|
-
button_link: "https://www.youtube.com/",
|
|
3909
|
-
button_text: "Перейти"
|
|
3910
|
-
}
|
|
3911
|
-
}
|
|
3912
|
-
],
|
|
3913
|
-
grid: 2
|
|
3914
|
-
}
|
|
3915
|
-
}, Il = {
|
|
3916
|
-
key: w.SwiperList,
|
|
3917
|
-
id: "26",
|
|
3918
|
-
component_props: {
|
|
3919
|
-
title: "Hero Gallery",
|
|
3920
|
-
cards: [
|
|
3921
|
-
{
|
|
3922
|
-
id: 1,
|
|
3923
|
-
title: "Парковка Азия",
|
|
3924
|
-
image: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmplus%2FImageCont-_12__bby5NU4.webp&w=1200&q=75",
|
|
3925
|
-
description: "ул. Горького 1/2"
|
|
3926
|
-
},
|
|
3927
|
-
{
|
|
3928
|
-
id: 2,
|
|
3929
|
-
title: "Парковка Азия",
|
|
3930
|
-
image: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fautocredit%2Fcar%2F1_vPGMI55.jpg&w=1200&q=75",
|
|
3931
|
-
description: "ул. Горького 1/2"
|
|
3932
|
-
},
|
|
3933
|
-
{
|
|
3934
|
-
id: 3,
|
|
3935
|
-
title: "Парковка Азия",
|
|
3936
|
-
image: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmplus%2FImageCont-_12__bby5NU4.webp&w=1200&q=75",
|
|
3937
|
-
description: "ул. Горького 1/2"
|
|
3938
|
-
},
|
|
3939
|
-
{
|
|
3940
|
-
id: 4,
|
|
3941
|
-
title: "Парковка Азия",
|
|
3942
|
-
image: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fautocredit%2Fcar%2F1_vPGMI55.jpg&w=1200&q=75",
|
|
3943
|
-
description: "ул. Горького 1/2"
|
|
3944
|
-
},
|
|
3945
|
-
{
|
|
3946
|
-
id: 5,
|
|
3947
|
-
title: "Парковка Азия",
|
|
3948
|
-
image: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmplus%2FImageCont-_12__bby5NU4.webp&w=1200&q=75",
|
|
3949
|
-
description: "ул. Горького 1/2"
|
|
3950
|
-
},
|
|
3951
|
-
{
|
|
3952
|
-
id: 6,
|
|
3953
|
-
title: "Парковка Азия",
|
|
3954
|
-
image: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fautocredit%2Fcar%2F1_vPGMI55.jpg&w=1200&q=75",
|
|
3955
|
-
description: "ул. Горького 1/2"
|
|
3956
|
-
},
|
|
3957
|
-
{
|
|
3958
|
-
id: 7,
|
|
3959
|
-
title: "Парковка Азия",
|
|
3960
|
-
image: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmplus%2FImageCont-_12__bby5NU4.webp&w=1200&q=75",
|
|
3961
|
-
description: "ул. Горького 1/2"
|
|
3962
|
-
},
|
|
3963
|
-
{
|
|
3964
|
-
id: 8,
|
|
3965
|
-
title: "Парковка Азия",
|
|
3966
|
-
image: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fautocredit%2Fcar%2F1_vPGMI55.jpg&w=1200&q=75",
|
|
3967
|
-
description: "ул. Горького 1/2"
|
|
3968
|
-
},
|
|
3969
|
-
{
|
|
3970
|
-
id: 9,
|
|
3971
|
-
title: "Парковка Азия",
|
|
3972
|
-
image: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmplus%2FImageCont-_12__bby5NU4.webp&w=1200&q=75",
|
|
3973
|
-
description: "ул. Горького 1/2"
|
|
3974
|
-
}
|
|
3975
|
-
],
|
|
3976
|
-
card_height: 200,
|
|
3977
|
-
autoplay: !1,
|
|
3978
|
-
autoplayDelay: 2e3,
|
|
3979
|
-
perViewScreens: 4
|
|
3980
|
-
}
|
|
3981
|
-
}, Vl = {
|
|
3982
|
-
key: w.AnimatedSwiper,
|
|
3983
|
-
id: "27",
|
|
3984
|
-
component_props: {
|
|
3985
|
-
title: "Анимированный свайпер",
|
|
3986
|
-
cards: [
|
|
3987
|
-
{
|
|
3988
|
-
title: "-50% на сейфовые ячейки",
|
|
3989
|
-
description: "При наличии свободных (маленькие ячейки)",
|
|
3990
|
-
icon: "https://mbank.kg/media/cards/locker-dynamic-premium_Tq2gIRN.png",
|
|
3991
|
-
is_black: !1,
|
|
3992
|
-
id: 4
|
|
3993
|
-
},
|
|
3994
|
-
{
|
|
3995
|
-
title: "Кешбэк на каждую покупку до 7%",
|
|
3996
|
-
description: `• 3% на все товары и услуги\r
|
|
3997
|
-
• 7% на ювелирные изделия (МСС 5094)`,
|
|
3998
|
-
icon: "https://mbank.kg/media/cards/bag-front-premium_sYN79k2.png",
|
|
3999
|
-
is_black: !1,
|
|
4000
|
-
id: 5
|
|
4001
|
-
},
|
|
4002
|
-
{
|
|
4003
|
-
title: "Бесплатное снятие в любом банкомате КР",
|
|
4004
|
-
description: "До 1000$ бесплатно - за пределами КР",
|
|
4005
|
-
icon: "https://mbank.kg/media/cards/money-front-premium_uqdF1oB.png",
|
|
4006
|
-
is_black: !1,
|
|
4007
|
-
id: 6
|
|
4008
|
-
},
|
|
4009
|
-
{
|
|
4010
|
-
title: "За границей: снятие до 1000$ бесплатно",
|
|
4011
|
-
description: "Далее — по тарифу",
|
|
4012
|
-
icon: "https://mbank.kg/media/cards/wallet-front-premium_F0PEkas.png",
|
|
4013
|
-
is_black: !1,
|
|
4014
|
-
id: 14
|
|
4015
|
-
},
|
|
4016
|
-
{
|
|
4017
|
-
title: "Быстрый дозвон",
|
|
4018
|
-
description: "Приоритетный дозвон в контакт-центр",
|
|
4019
|
-
icon: "https://mbank.kg/media/cards/phone-ringing-front-premium_IZceyrQ.png",
|
|
4020
|
-
is_black: !1,
|
|
4021
|
-
id: 15
|
|
4022
|
-
},
|
|
4023
|
-
{
|
|
4024
|
-
title: "Dragon Pass",
|
|
4025
|
-
description: "6 посещений в год бизнес-залов аэропортов по всему миру",
|
|
4026
|
-
icon: "https://mbank.kg/media/cards/medal-front-premium_bXycxky.png",
|
|
4027
|
-
is_black: !1,
|
|
4028
|
-
id: 9
|
|
4029
|
-
},
|
|
4030
|
-
{
|
|
4031
|
-
title: "Роуминг 3 ГБ",
|
|
4032
|
-
description: "Оставайтесь на связи в путешествиях",
|
|
4033
|
-
icon: "https://mbank.kg/media/cards/wifi-front-premium_g2HGsXk.png",
|
|
4034
|
-
is_black: !1,
|
|
4035
|
-
id: 10
|
|
4036
|
-
},
|
|
4037
|
-
{
|
|
4038
|
-
title: "Fast Track",
|
|
4039
|
-
description: "Доступ к ускоренным проходам в аэропортах",
|
|
4040
|
-
icon: "https://mbank.kg/media/cards/rocket-front-premium_aMLHAyk.png",
|
|
4041
|
-
is_black: !1,
|
|
4042
|
-
id: 11
|
|
4043
|
-
},
|
|
4044
|
-
{
|
|
4045
|
-
title: "Mbonus – Уровень Платина",
|
|
4046
|
-
description: "Дополнительные бонусы у наших партнеров",
|
|
4047
|
-
icon: "https://mbank.kg/media/cards/crow-front-premium_dsOrBr1.png",
|
|
4048
|
-
is_black: !1,
|
|
4049
|
-
id: 7
|
|
4050
|
-
},
|
|
4051
|
-
{
|
|
4052
|
-
title: "Консьерж-сервис",
|
|
4053
|
-
description: "Персональное обслуживание 24/7",
|
|
4054
|
-
icon: "https://mbank.kg/media/cards/bell-front-premium_EMXwQL4.png",
|
|
4055
|
-
is_black: !1,
|
|
4056
|
-
id: 12
|
|
4057
|
-
},
|
|
4058
|
-
{
|
|
4059
|
-
title: "Сервис страхования",
|
|
4060
|
-
description: "Полное международное страхование на время путешествий",
|
|
4061
|
-
icon: "https://mbank.kg/media/cards/sheild-front-premium_tFiTpLT.png",
|
|
4062
|
-
is_black: !1,
|
|
4063
|
-
id: 13
|
|
4064
|
-
},
|
|
4065
|
-
{
|
|
4066
|
-
title: "Персональный менеджер",
|
|
4067
|
-
description: "Ваш персональный помощник всегда на связи",
|
|
4068
|
-
icon: "https://mbank.kg/media/cards/boy-front-premium.png",
|
|
4069
|
-
is_black: !1,
|
|
4070
|
-
id: 8
|
|
4071
|
-
}
|
|
4072
|
-
],
|
|
4073
|
-
autoplay: !0,
|
|
4074
|
-
isLight: !1,
|
|
4075
|
-
isButton: !1
|
|
4076
|
-
}
|
|
4077
|
-
}, Ml = {
|
|
4078
|
-
key: w.InfoBannerList,
|
|
4079
|
-
id: "28",
|
|
4080
|
-
component_props: {
|
|
4081
|
-
title: "Премиальная карта для самых первых",
|
|
4082
|
-
cards: [
|
|
4083
|
-
{
|
|
4084
|
-
banner_title: "Уровень «Платина» в программе лояльности MBONUS",
|
|
4085
|
-
banner_description: "Дополнительные бонусы при оплате через QR MBANK у партнёров",
|
|
4086
|
-
banner_button_text: null,
|
|
4087
|
-
banner_button_link: "",
|
|
4088
|
-
banner_image: "https://mbank.kg/media/qr/Bonus_premium_v05.png",
|
|
4089
|
-
banner_image_mob: "https://mbank.kg/media/qr/mob/Bonus_premium_v05.png",
|
|
4090
|
-
banner_qr: null,
|
|
4091
|
-
banner_qr_text: null,
|
|
4092
|
-
banner_bg_image: "https://mbank.kg/media/qr/BG.png",
|
|
4093
|
-
banner_bg_image_mob: "https://mbank.kg/media/qr/mob/BG_m2vgHnY.png",
|
|
4094
|
-
id: 1
|
|
4095
|
-
},
|
|
4096
|
-
{
|
|
4097
|
-
banner_title: 'Преимущества в аэропорту "Манас"',
|
|
4098
|
-
banner_description: "Бесплатная упаковка багажа и доступ в VIP-зал до 6 раз в год",
|
|
4099
|
-
banner_button_text: null,
|
|
4100
|
-
banner_button_link: "",
|
|
4101
|
-
banner_image: "https://mbank.kg/media/qr/bagazh_09.png",
|
|
4102
|
-
banner_image_mob: "https://mbank.kg/media/qr/mob/bagazh_09.png",
|
|
4103
|
-
banner_qr: null,
|
|
4104
|
-
banner_qr_text: null,
|
|
4105
|
-
banner_bg_image: "https://mbank.kg/media/qr/BG_X5fgVjs.png",
|
|
4106
|
-
banner_bg_image_mob: "https://mbank.kg/media/qr/mob/BG_gofJT2I.png",
|
|
4107
|
-
id: 2
|
|
4108
|
-
},
|
|
4109
|
-
{
|
|
4110
|
-
banner_title: "Dragon Pass",
|
|
4111
|
-
banner_description: "6 посещений в год бизнес-залов аэропортов по всему миру",
|
|
4112
|
-
banner_button_text: null,
|
|
4113
|
-
banner_button_link: "",
|
|
4114
|
-
banner_image: "https://mbank.kg/media/qr/Dragon_Pass_v07.png",
|
|
4115
|
-
banner_image_mob: "https://mbank.kg/media/qr/mob/Dragon_Pass_v07.png",
|
|
4116
|
-
banner_qr: null,
|
|
4117
|
-
banner_qr_text: null,
|
|
4118
|
-
banner_bg_image: "https://mbank.kg/media/qr/BG_amC4v8X.png",
|
|
4119
|
-
banner_bg_image_mob: "https://mbank.kg/media/qr/mob/BG_bMJxXIR.png",
|
|
4120
|
-
id: 3
|
|
4121
|
-
},
|
|
4122
|
-
{
|
|
4123
|
-
banner_title: "Снятие без комиссий в любом банкомате КР",
|
|
4124
|
-
banner_description: "До 1000$ бесплатно - за пределами КР",
|
|
4125
|
-
banner_button_text: null,
|
|
4126
|
-
banner_button_link: "",
|
|
4127
|
-
banner_image: "https://mbank.kg/media/qr/Bez_komissii_v03.png",
|
|
4128
|
-
banner_image_mob: "https://mbank.kg/media/qr/mob/Bez_komissii_v03.png",
|
|
4129
|
-
banner_qr: null,
|
|
4130
|
-
banner_qr_text: null,
|
|
4131
|
-
banner_bg_image: "https://mbank.kg/media/qr/BG_cFm9Lrh.png",
|
|
4132
|
-
banner_bg_image_mob: "https://mbank.kg/media/qr/mob/BG_avHobKh.png",
|
|
4133
|
-
id: 4
|
|
4134
|
-
},
|
|
4135
|
-
{
|
|
4136
|
-
banner_title: "Fast Track",
|
|
4137
|
-
banner_description: "Быстрый и удобный проход контроля безопасности — без ограничений",
|
|
4138
|
-
banner_button_text: null,
|
|
4139
|
-
banner_button_link: "",
|
|
4140
|
-
banner_image: "https://mbank.kg/media/qr/Fast_track_v04.png",
|
|
4141
|
-
banner_image_mob: "https://mbank.kg/media/qr/mob/Fast_track_v04.png",
|
|
4142
|
-
banner_qr: null,
|
|
4143
|
-
banner_qr_text: null,
|
|
4144
|
-
banner_bg_image: "https://mbank.kg/media/qr/BG_xeWktkU.png",
|
|
4145
|
-
banner_bg_image_mob: "https://mbank.kg/media/qr/mob/BG_2BTMX7d.png",
|
|
4146
|
-
id: 5
|
|
4147
|
-
},
|
|
4148
|
-
{
|
|
4149
|
-
banner_title: "3 раза по 3 ГБ роуминга в вашем распоряжении",
|
|
4150
|
-
banner_description: "Оставайтесь на связи всегда и везде",
|
|
4151
|
-
banner_button_text: null,
|
|
4152
|
-
banner_button_link: "",
|
|
4153
|
-
banner_image: "https://mbank.kg/media/qr/Simka_v11.png",
|
|
4154
|
-
banner_image_mob: "https://mbank.kg/media/qr/mob/Simka_v11.png",
|
|
4155
|
-
banner_qr: null,
|
|
4156
|
-
banner_qr_text: null,
|
|
4157
|
-
banner_bg_image: "https://mbank.kg/media/qr/BG_IzGvyUN.png",
|
|
4158
|
-
banner_bg_image_mob: "https://mbank.kg/media/qr/mob/BG_8ZMTOiL.png",
|
|
4159
|
-
id: 6
|
|
4160
|
-
}
|
|
4161
|
-
],
|
|
4162
|
-
isLight: !1,
|
|
4163
|
-
isLightTitle: !1
|
|
4164
|
-
}
|
|
4165
|
-
}, Al = {
|
|
4166
|
-
key: w.TasksBannerList,
|
|
4167
|
-
id: "29",
|
|
4168
|
-
component_props: {
|
|
4169
|
-
title: "Задачи",
|
|
4170
|
-
cards: [
|
|
4171
|
-
{
|
|
4172
|
-
id: 4,
|
|
4173
|
-
title: "Ежедневные услуги и сервисы",
|
|
4174
|
-
description: `<ul>\r
|
|
4175
|
-
<li>Оплатите за проезд в автобусе по QR Tulpar</li>\r
|
|
4176
|
-
<li>Оплатите парковку от 50 сом</li>\r
|
|
4177
|
-
<li>Оплатите связь для себя или близких от 300 сом</li>\r
|
|
4178
|
-
<li>Оплатите через QR-код MKassa или MBusiness от 1 000 сом</li>\r
|
|
4179
|
-
<li>Совершите покупку от 500 сом картой VISA</li>\r
|
|
4180
|
-
<li>Оплатите через MBank Pay (ОТП-платеж) от 1 000 сом</li>\r
|
|
4181
|
-
<li>Заплатите за интернет от 500 сом в приложении</li>\r
|
|
4182
|
-
<li>Оплатите свет, воду, отопление и другие услуги от 500 сом</li>\r
|
|
4183
|
-
<li>Пополните свой счёт через банкомат MBANK от 10 000 сом</li>\r
|
|
4184
|
-
<li>Получите наличные в MKassa через QR-код от 2 000 сом</li>\r
|
|
4185
|
-
<li>Оплатите курсы, обучение или школьные сборы от 5 000 сом</li>\r
|
|
4186
|
-
<li>Переведите от 200 сом на благотворительность</li>\r
|
|
4187
|
-
<li>Добавьте свой автомобиль в сервис «Мой авто» </li>\r
|
|
4188
|
-
<li>Оцените MBANK в App Store или Play Market </li>\r
|
|
4189
|
-
</ul>`,
|
|
4190
|
-
image: "https://mbank.kg/media/cards/servis-1_3_1.png",
|
|
4191
|
-
is_black: !1
|
|
4192
|
-
},
|
|
4193
|
-
{
|
|
4194
|
-
id: 2,
|
|
4195
|
-
title: "Задания",
|
|
4196
|
-
description: `<ul>\r
|
|
4197
|
-
<li>Отправьте международный SWIFT-перевод от 5 000 сом</li>\r
|
|
4198
|
-
<li>Переведите от 60 долларов зарубеж через Thunes</li>\r
|
|
4199
|
-
<li>Переведите деньги на Visa-карту за границу от 10 000 сом.</li>\r
|
|
4200
|
-
<li>Оплатите налог от 10 000 сом</li>\r
|
|
4201
|
-
<li>Оформите ОСАГО на любое количество дней</li>\r
|
|
4202
|
-
<li>Оформите страховку квартиры или дома на любую сумму</li>\r
|
|
4203
|
-
<li>Подайте документы онлайн и получите регистрацию</li>\r
|
|
4204
|
-
</ul>`,
|
|
4205
|
-
image: "https://mbank.kg/media/cards/zadanie-2_3_3.png",
|
|
4206
|
-
is_black: !1
|
|
4207
|
-
},
|
|
4208
|
-
{
|
|
4209
|
-
id: 3,
|
|
4210
|
-
title: "Экосистемные задания",
|
|
4211
|
-
description: `<ul>\r
|
|
4212
|
-
<li>MProfi - Разместите объявление и пополните баланс от 300 сом</li>\r
|
|
4213
|
-
<li>MMarket - Совершите покупку и получите товар в пункте выдачи заказа от 1 000 сом</li>\r
|
|
4214
|
-
<li>MMarket - Совершите покупку с курьерской доставкой от 2 000 сом</li>\r
|
|
4215
|
-
<li>MTicket - Купите билет на мероприятия в сервисе от 500 сом</li>\r
|
|
4216
|
-
<li>Купите авиабилет через MTravel до 8 000 сом</li>\r
|
|
4217
|
-
<li>Купите авиабилет через MTravel от 8 001 сом</li>\r
|
|
4218
|
-
<li>Подключите рассрочку М+ от 5000 сом.</li>\r
|
|
4219
|
-
<li>Совершите покупку в рассрочку М+ от 5 000 сом</li>\r
|
|
4220
|
-
<li>Закройте досрочно рассрочку М+ на сумму от 5000 сом.</li>\r
|
|
4221
|
-
<li>MInvest - Создайте аккаунт и начните инвестировать</li>\r
|
|
4222
|
-
<li>Купите или продайте акции на сумму от $10 до $50.</li>\r
|
|
4223
|
-
<li>Купите или продайте акции на 50$ до 500$</li>\r
|
|
4224
|
-
<li>Купите или продайте акции на сумму от $500.</li>\r
|
|
4225
|
-
</ul>`,
|
|
4226
|
-
image: "https://mbank.kg/media/cards/Eco_00000_2_1_1.png",
|
|
4227
|
-
is_black: !1
|
|
4228
|
-
},
|
|
4229
|
-
{
|
|
4230
|
-
id: 1,
|
|
4231
|
-
title: "Банковские задания",
|
|
4232
|
-
description: `<ul>\r
|
|
4233
|
-
<li>Откройте карту VISA GOLD</li>\r
|
|
4234
|
-
<li>Откройте карту Freestyle Premium/Premium</li>\r
|
|
4235
|
-
<li>Оформите карту Junior для ребёнка с доставкой</li>\r
|
|
4236
|
-
<li>Откройте депозит от 10 000 сом</li>\r
|
|
4237
|
-
<li>Оформите онлайн-кредит от 50 000 сом.</li>\r
|
|
4238
|
-
<li>Оформите онлайн-кредит от 50 000 до 100 000 сом.</li>\r
|
|
4239
|
-
<li>Оформите онлайн-кредит от 100 000 сом.</li>\r
|
|
4240
|
-
</ul>`,
|
|
4241
|
-
image: "https://mbank.kg/media/cards/zadanie-1_3_3_1.png",
|
|
4242
|
-
is_black: !1
|
|
4243
|
-
}
|
|
4244
|
-
]
|
|
4245
|
-
}
|
|
4246
|
-
}, Pl = {
|
|
4247
|
-
key: w.VideoMainBanner,
|
|
4248
|
-
id: "30",
|
|
4249
|
-
component_props: {
|
|
4250
|
-
title: "Марафон призов от MBANK",
|
|
4251
|
-
description: "Главный приз — квартира",
|
|
4252
|
-
logo: null,
|
|
4253
|
-
image: "https://mbank.kg/media/sp_game/image-container_3_3pr096I.png",
|
|
4254
|
-
image_mob: "https://mbank.kg/media/sp_game/mob/hero-image_.png",
|
|
4255
|
-
animation: "https://mbank.kg/media/sp_game/animation/KV_v06_fNJFjsS.webm",
|
|
4256
|
-
animation_mob: "https://mbank.kg/media/sp_game/animation/mob/KV_v07_compressed_pyUoCGt.mov",
|
|
4257
|
-
buttons: [
|
|
4258
|
-
{
|
|
4259
|
-
button_hex: "#FF5733",
|
|
4260
|
-
button_link: "https://example.com",
|
|
4261
|
-
button_text: "Перейти на сайт"
|
|
4262
|
-
},
|
|
4263
|
-
{
|
|
4264
|
-
button_hex: "#FF5733",
|
|
4265
|
-
button_link: "https://example.com",
|
|
4266
|
-
button_text: "Перейти на сайт"
|
|
4267
|
-
}
|
|
4268
|
-
],
|
|
4269
|
-
grid: 2,
|
|
4270
|
-
isShadow: !0
|
|
4271
|
-
}
|
|
4272
|
-
}, Ol = {
|
|
4273
|
-
key: w.EmptyBox,
|
|
4274
|
-
id: "31",
|
|
4275
|
-
component_props: {
|
|
4276
|
-
size: "100"
|
|
4277
|
-
}
|
|
4278
|
-
}, Rl = {
|
|
4279
|
-
key: w.PromoPoster,
|
|
4280
|
-
id: "32",
|
|
4281
|
-
component_props: {
|
|
4282
|
-
id: 1,
|
|
4283
|
-
banner_bg_image: "https://mbank.kg/media/qr/Frame_2087327329_1_1.png",
|
|
4284
|
-
banner_bg_image_mob: "https://mbank.kg/media/qr/mob/Frame_2087327334.png",
|
|
4285
|
-
texts: [
|
|
4286
|
-
{
|
|
4287
|
-
id: 2,
|
|
4288
|
-
title: `Срок действия акции: с 1.10.2025 до 25.12.2025 (включительно)\r
|
|
4289
|
-
ОАО "МБАНК" Лиц. НБКР №014`,
|
|
4290
|
-
is_big: !1
|
|
4291
|
-
},
|
|
4292
|
-
{
|
|
4293
|
-
id: 3,
|
|
4294
|
-
title: "Для дополнительной информациинаберите короткий номер:",
|
|
4295
|
-
is_big: !1
|
|
4296
|
-
},
|
|
4297
|
-
{
|
|
4298
|
-
id: 1,
|
|
4299
|
-
title: "3333",
|
|
4300
|
-
is_big: !0
|
|
4301
|
-
}
|
|
4302
|
-
]
|
|
4303
|
-
}
|
|
4304
|
-
}, ql = {
|
|
4305
|
-
key: w.CardImageSecondaryList,
|
|
4306
|
-
id: "33",
|
|
4307
|
-
component_props: {
|
|
4308
|
-
title: "На какие цели можно получить финансирование?",
|
|
4309
|
-
cards: [
|
|
4310
|
-
{
|
|
4311
|
-
title: "Приобретение земельного участка",
|
|
4312
|
-
description: null,
|
|
4313
|
-
icon: "https://mbank.kg/media/cards/image_6_JmhmqdM.png",
|
|
4314
|
-
is_black: !1,
|
|
4315
|
-
id: 12
|
|
4316
|
-
},
|
|
4317
|
-
{
|
|
4318
|
-
title: "Приобретение квартиры, жилого дома",
|
|
4319
|
-
description: "Maximum funding amount up to 10,000,000 KGS",
|
|
4320
|
-
icon: "https://mbank.kg/media/cards/image_5_YTHhPSM.png",
|
|
4321
|
-
is_black: !1,
|
|
4322
|
-
id: 13
|
|
4323
|
-
},
|
|
4324
|
-
{
|
|
4325
|
-
title: "Приобретение коммерческого помещения",
|
|
4326
|
-
description: null,
|
|
4327
|
-
icon: "https://mbank.kg/media/cards/image_4_TEJyn7i.png",
|
|
4328
|
-
is_black: !1,
|
|
4329
|
-
id: 14
|
|
4330
|
-
}
|
|
4331
|
-
],
|
|
4332
|
-
isHorizontal: !1
|
|
4333
|
-
}
|
|
4334
|
-
}, $l = {
|
|
4335
|
-
key: w.CardInfoTable,
|
|
4336
|
-
id: "34",
|
|
4337
|
-
component_props: {
|
|
4338
|
-
title: "Условия финансирования",
|
|
4339
|
-
table: {
|
|
4340
|
-
id: 2,
|
|
4341
|
-
image: null,
|
|
4342
|
-
image_mob: null,
|
|
4343
|
-
warning: {
|
|
4344
|
-
warning_title: "При предоставлении залога в виде недвижимого имущества",
|
|
4345
|
-
warning_description: "покрывающая сумму финансирования первоначальный взнос не обязателен"
|
|
4346
|
-
}
|
|
4347
|
-
},
|
|
4348
|
-
rows: [
|
|
4349
|
-
{
|
|
4350
|
-
id: 5,
|
|
4351
|
-
title: "Требования к приобретаемому транспортному средству (ТС)",
|
|
4352
|
-
description: null,
|
|
4353
|
-
columns: [
|
|
4354
|
-
{
|
|
4355
|
-
id: 10,
|
|
4356
|
-
title: "не более 5 лет с даты выпуска",
|
|
4357
|
-
description: "ТС производства стран СНГ/КНР"
|
|
4358
|
-
},
|
|
4359
|
-
{
|
|
4360
|
-
id: 9,
|
|
4361
|
-
title: "срок эксплуатации не более 20 лет с даты выпуска",
|
|
4362
|
-
description: "ТС иностранного производства"
|
|
4363
|
-
}
|
|
4364
|
-
],
|
|
4365
|
-
is_gray: !1
|
|
4366
|
-
},
|
|
4367
|
-
{
|
|
4368
|
-
id: 13,
|
|
4369
|
-
title: "Срок",
|
|
4370
|
-
description: null,
|
|
4371
|
-
columns: [
|
|
4372
|
-
{
|
|
4373
|
-
id: 14,
|
|
4374
|
-
title: "до 60 месяцев",
|
|
4375
|
-
description: null
|
|
4376
|
-
}
|
|
4377
|
-
],
|
|
4378
|
-
is_gray: !1
|
|
4379
|
-
},
|
|
4380
|
-
{
|
|
4381
|
-
id: 12,
|
|
4382
|
-
title: "Сумма финансирования",
|
|
4383
|
-
description: null,
|
|
4384
|
-
columns: [
|
|
4385
|
-
{
|
|
4386
|
-
id: 13,
|
|
4387
|
-
title: "до 5 000 000 сом",
|
|
4388
|
-
description: "первоначальный взнос от 30 %"
|
|
4389
|
-
},
|
|
4390
|
-
{
|
|
4391
|
-
id: 11,
|
|
4392
|
-
title: "до 1 000 000 сом",
|
|
4393
|
-
description: "без первоначального взноса"
|
|
4394
|
-
},
|
|
4395
|
-
{
|
|
4396
|
-
id: 12,
|
|
4397
|
-
title: "до 2 500 000 сом",
|
|
4398
|
-
description: "первоначальный взнос от 10% до 30 %"
|
|
4399
|
-
}
|
|
4400
|
-
],
|
|
4401
|
-
is_gray: !1
|
|
4402
|
-
},
|
|
4403
|
-
{
|
|
4404
|
-
id: 6,
|
|
4405
|
-
title: "Обеспечение",
|
|
4406
|
-
description: null,
|
|
4407
|
-
columns: [
|
|
4408
|
-
{
|
|
4409
|
-
id: 15,
|
|
4410
|
-
title: "Приобретаемый автотранспорт/движимое имущество/депозит/поручительство",
|
|
4411
|
-
description: null
|
|
4412
|
-
}
|
|
4413
|
-
],
|
|
4414
|
-
is_gray: !1
|
|
4415
|
-
},
|
|
4416
|
-
{
|
|
4417
|
-
id: 14,
|
|
4418
|
-
title: "Необходимые документы",
|
|
4419
|
-
description: null,
|
|
4420
|
-
columns: [
|
|
4421
|
-
{
|
|
4422
|
-
id: 17,
|
|
4423
|
-
title: "Документы подтверждающие доход и деятельность",
|
|
4424
|
-
description: "выписка с банка/справка с место работы/ патент"
|
|
4425
|
-
},
|
|
4426
|
-
{
|
|
4427
|
-
id: 16,
|
|
4428
|
-
title: "Паспорт",
|
|
4429
|
-
description: null
|
|
4430
|
-
},
|
|
4431
|
-
{
|
|
4432
|
-
id: 18,
|
|
4433
|
-
title: "Правоустанавливающие документы приобретаемого залога",
|
|
4434
|
-
description: "свидетельство о регистрации транспортного средства"
|
|
4435
|
-
}
|
|
4436
|
-
],
|
|
4437
|
-
is_gray: !1
|
|
4438
|
-
}
|
|
4439
|
-
]
|
|
4440
|
-
}
|
|
4441
|
-
}, jl = {
|
|
4442
|
-
key: w.StandartTable,
|
|
4443
|
-
id: "35",
|
|
4444
|
-
component_props: {
|
|
4445
|
-
title: "Ознакомьтесь с условиями",
|
|
4446
|
-
table: {
|
|
4447
|
-
id: 3,
|
|
4448
|
-
image: null,
|
|
4449
|
-
image_mob: null,
|
|
4450
|
-
warning: {
|
|
4451
|
-
warning_title: null,
|
|
4452
|
-
warning_description: `<p>* Процентные ставки действуют на обьем в эквиваленте до 100 млн. сом, свыше рассматриваются индивидуально, за исключением срочных депозитов, ставка которых ниже 0,05% годовых.</p>\r
|
|
4453
|
-
\r
|
|
4454
|
-
<p>*Процентные ставки могут меняться банком в соответствии с Законодательством КР.</p>`
|
|
4455
|
-
}
|
|
4456
|
-
},
|
|
4457
|
-
rows: [
|
|
4458
|
-
{
|
|
4459
|
-
id: 26,
|
|
4460
|
-
title: "Месяцы",
|
|
4461
|
-
description: null,
|
|
4462
|
-
columns: [
|
|
4463
|
-
{
|
|
4464
|
-
id: 72,
|
|
4465
|
-
title: "KGS",
|
|
4466
|
-
description: null,
|
|
4467
|
-
is_marked: null
|
|
4468
|
-
},
|
|
4469
|
-
{
|
|
4470
|
-
id: 73,
|
|
4471
|
-
title: "USD",
|
|
4472
|
-
description: null,
|
|
4473
|
-
is_marked: null
|
|
4474
|
-
},
|
|
4475
|
-
{
|
|
4476
|
-
id: 74,
|
|
4477
|
-
title: "EUR",
|
|
4478
|
-
description: null,
|
|
4479
|
-
is_marked: null
|
|
4480
|
-
},
|
|
4481
|
-
{
|
|
4482
|
-
id: 75,
|
|
4483
|
-
title: "RUB",
|
|
4484
|
-
description: null,
|
|
4485
|
-
is_marked: null
|
|
4486
|
-
}
|
|
4487
|
-
]
|
|
4488
|
-
},
|
|
4489
|
-
{
|
|
4490
|
-
id: 27,
|
|
4491
|
-
title: "3 мес",
|
|
4492
|
-
description: null,
|
|
4493
|
-
columns: [
|
|
4494
|
-
{
|
|
4495
|
-
id: 76,
|
|
4496
|
-
title: "6.00%",
|
|
4497
|
-
description: null,
|
|
4498
|
-
is_marked: null
|
|
4499
|
-
},
|
|
4500
|
-
{
|
|
4501
|
-
id: 77,
|
|
4502
|
-
title: "3.00%",
|
|
4503
|
-
description: null,
|
|
4504
|
-
is_marked: null
|
|
4505
|
-
},
|
|
4506
|
-
{
|
|
4507
|
-
id: 78,
|
|
4508
|
-
title: "0.50%",
|
|
4509
|
-
description: null,
|
|
4510
|
-
is_marked: null
|
|
4511
|
-
},
|
|
4512
|
-
{
|
|
4513
|
-
id: 79,
|
|
4514
|
-
title: "10.00%",
|
|
4515
|
-
description: null,
|
|
4516
|
-
is_marked: null
|
|
4517
|
-
}
|
|
4518
|
-
]
|
|
4519
|
-
},
|
|
4520
|
-
{
|
|
4521
|
-
id: 28,
|
|
4522
|
-
title: "6 мес",
|
|
4523
|
-
description: null,
|
|
4524
|
-
columns: [
|
|
4525
|
-
{
|
|
4526
|
-
id: 80,
|
|
4527
|
-
title: "10.00%",
|
|
4528
|
-
description: null,
|
|
4529
|
-
is_marked: null
|
|
4530
|
-
},
|
|
4531
|
-
{
|
|
4532
|
-
id: 81,
|
|
4533
|
-
title: "3.00%",
|
|
4534
|
-
description: null,
|
|
4535
|
-
is_marked: null
|
|
4536
|
-
},
|
|
4537
|
-
{
|
|
4538
|
-
id: 82,
|
|
4539
|
-
title: "0.50%",
|
|
4540
|
-
description: null,
|
|
4541
|
-
is_marked: null
|
|
4542
|
-
},
|
|
4543
|
-
{
|
|
4544
|
-
id: 83,
|
|
4545
|
-
title: "10.00%",
|
|
4546
|
-
description: null,
|
|
4547
|
-
is_marked: null
|
|
4548
|
-
}
|
|
4549
|
-
]
|
|
4550
|
-
},
|
|
4551
|
-
{
|
|
4552
|
-
id: 29,
|
|
4553
|
-
title: "9 мес",
|
|
4554
|
-
description: null,
|
|
4555
|
-
columns: [
|
|
4556
|
-
{
|
|
4557
|
-
id: 84,
|
|
4558
|
-
title: "15.00%",
|
|
4559
|
-
description: null,
|
|
4560
|
-
is_marked: null
|
|
4561
|
-
},
|
|
4562
|
-
{
|
|
4563
|
-
id: 85,
|
|
4564
|
-
title: "3.00%",
|
|
4565
|
-
description: null,
|
|
4566
|
-
is_marked: null
|
|
4567
|
-
},
|
|
4568
|
-
{
|
|
4569
|
-
id: 86,
|
|
4570
|
-
title: "1.00%",
|
|
4571
|
-
description: null,
|
|
4572
|
-
is_marked: null
|
|
4573
|
-
},
|
|
4574
|
-
{
|
|
4575
|
-
id: 87,
|
|
4576
|
-
title: "10.00%",
|
|
4577
|
-
description: null,
|
|
4578
|
-
is_marked: null
|
|
4579
|
-
}
|
|
4580
|
-
]
|
|
4581
|
-
},
|
|
4582
|
-
{
|
|
4583
|
-
id: 30,
|
|
4584
|
-
title: "12 мес",
|
|
4585
|
-
description: null,
|
|
4586
|
-
columns: [
|
|
4587
|
-
{
|
|
4588
|
-
id: 88,
|
|
4589
|
-
title: "14.50%",
|
|
4590
|
-
description: null,
|
|
4591
|
-
is_marked: null
|
|
4592
|
-
},
|
|
4593
|
-
{
|
|
4594
|
-
id: 89,
|
|
4595
|
-
title: "3.00%",
|
|
4596
|
-
description: null,
|
|
4597
|
-
is_marked: null
|
|
4598
|
-
},
|
|
4599
|
-
{
|
|
4600
|
-
id: 90,
|
|
4601
|
-
title: "1.00%",
|
|
4602
|
-
description: null,
|
|
4603
|
-
is_marked: null
|
|
4604
|
-
},
|
|
4605
|
-
{
|
|
4606
|
-
id: 91,
|
|
4607
|
-
title: "11.00%",
|
|
4608
|
-
description: null,
|
|
4609
|
-
is_marked: null
|
|
4610
|
-
}
|
|
4611
|
-
]
|
|
4612
|
-
},
|
|
4613
|
-
{
|
|
4614
|
-
id: 31,
|
|
4615
|
-
title: "18 мес",
|
|
4616
|
-
description: null,
|
|
4617
|
-
columns: [
|
|
4618
|
-
{
|
|
4619
|
-
id: 92,
|
|
4620
|
-
title: "14.50%",
|
|
4621
|
-
description: null,
|
|
4622
|
-
is_marked: null
|
|
4623
|
-
},
|
|
4624
|
-
{
|
|
4625
|
-
id: 93,
|
|
4626
|
-
title: "2.00%",
|
|
4627
|
-
description: null,
|
|
4628
|
-
is_marked: null
|
|
4629
|
-
},
|
|
4630
|
-
{
|
|
4631
|
-
id: 94,
|
|
4632
|
-
title: "1.00%",
|
|
4633
|
-
description: null,
|
|
4634
|
-
is_marked: null
|
|
4635
|
-
},
|
|
4636
|
-
{
|
|
4637
|
-
id: 95,
|
|
4638
|
-
title: "10.00%",
|
|
4639
|
-
description: null,
|
|
4640
|
-
is_marked: null
|
|
4641
|
-
}
|
|
4642
|
-
]
|
|
4643
|
-
},
|
|
4644
|
-
{
|
|
4645
|
-
id: 32,
|
|
4646
|
-
title: "24 мес",
|
|
4647
|
-
description: null,
|
|
4648
|
-
columns: [
|
|
4649
|
-
{
|
|
4650
|
-
id: 96,
|
|
4651
|
-
title: "14.50%",
|
|
4652
|
-
description: null,
|
|
4653
|
-
is_marked: null
|
|
4654
|
-
},
|
|
4655
|
-
{
|
|
4656
|
-
id: 97,
|
|
4657
|
-
title: "2.00%",
|
|
4658
|
-
description: null,
|
|
4659
|
-
is_marked: null
|
|
4660
|
-
},
|
|
4661
|
-
{
|
|
4662
|
-
id: 98,
|
|
4663
|
-
title: "1.00%",
|
|
4664
|
-
description: null,
|
|
4665
|
-
is_marked: null
|
|
4666
|
-
},
|
|
4667
|
-
{
|
|
4668
|
-
id: 99,
|
|
4669
|
-
title: "9.00%",
|
|
4670
|
-
description: null,
|
|
4671
|
-
is_marked: null
|
|
4672
|
-
}
|
|
4673
|
-
]
|
|
4674
|
-
},
|
|
4675
|
-
{
|
|
4676
|
-
id: 33,
|
|
4677
|
-
title: "36 мес",
|
|
4678
|
-
description: null,
|
|
4679
|
-
columns: [
|
|
4680
|
-
{
|
|
4681
|
-
id: 100,
|
|
4682
|
-
title: "14.50%",
|
|
4683
|
-
description: null,
|
|
4684
|
-
is_marked: null
|
|
4685
|
-
}
|
|
4686
|
-
]
|
|
4687
|
-
}
|
|
4688
|
-
]
|
|
4689
|
-
}
|
|
4690
|
-
}, Hl = {
|
|
4691
|
-
key: w.IntroBanner,
|
|
4692
|
-
id: "36",
|
|
4693
|
-
component_props: {
|
|
4694
|
-
title: "Откройте путь в Барселону с Visa и MBANK!",
|
|
4695
|
-
description: "Оплачивайте картой Visa MBANK Gold и выиграйте встречу с Ламином Ямалем в Барселоне",
|
|
4696
|
-
image: "https://mbank.kg/media/standard/images/Container.png",
|
|
4697
|
-
image_mob: "https://mbank.kg/media/standard/images/mob/Container.png",
|
|
4698
|
-
button_text: "Заказать карту",
|
|
4699
|
-
button_link: "https://app.mbank.kg/native/card_products_page",
|
|
4700
|
-
second_button_text: "Участвовать",
|
|
4701
|
-
second_button_link: null,
|
|
4702
|
-
logo: "https://mbank.kg/media/standard/logo/Vector_1.svg",
|
|
4703
|
-
logo_second: "https://mbank.kg/media/standard/logo_second/mbank_logo_full_tNoEfG4.svg"
|
|
4704
|
-
}
|
|
4705
|
-
}, Ul = {
|
|
4706
|
-
key: w.DownloadFileBright,
|
|
4707
|
-
id: "37",
|
|
4708
|
-
component_props: {
|
|
4709
|
-
id: 1,
|
|
4710
|
-
title: "Правила акции",
|
|
4711
|
-
description: "Ознакомьтесь с полными условиями и правилами участия",
|
|
4712
|
-
icon: "https://mbank.kg/media/cards/FIle_v03-1_ToqnoT9.webp",
|
|
4713
|
-
button_text: "Скачать",
|
|
4714
|
-
button_link: "https://mbank.kg/media/documents/%D0%9F%D1%80%D0%B8%D0%BB%D0%BE%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5_1_%D0%9F%D1%80%D0%B0%D0%B2%D0%B8%D0%BB%D0%B0_%D0%B0%D0%BA%D1%86%D0%B8%D0%B8__C%D0%BE%D0%B2%D0%B5%D1%80%D1%88%D0%B0%D0%B9_%D0%BE%D0%BF%D0%B5%D1%80%D0%B0%D1%86%D0%B8%D0%B8-%D0%BE%D1%82%D0%BA%D1%80%D0%BE%D0%B9_%D0%BF%D1%83%D1%82%D1%8C_%D0%B2_%D0%91%D0%B0%D1%80%D1%81%D0%B5%D0%BB%D0%BE%D0%BD%D1%83__%D0%A4%D0%98%D0%9D%D0%90%D0%9B_YZc1tmj.pdf"
|
|
4715
|
-
}
|
|
4716
|
-
}, Nr = {
|
|
4717
|
-
MainBanner: { key: "MainBanner", component: Mt },
|
|
4718
|
-
Banner: { key: "Banner", component: Dt },
|
|
4719
|
-
CardImageList: { key: "CardImageList", component: Vt },
|
|
4720
|
-
Stepper: { key: "Stepper", component: Bt },
|
|
4721
|
-
Segments: { key: "Segments", component: yi },
|
|
4722
|
-
VideoFull: { key: "VideoFull", component: wi },
|
|
4723
|
-
VideoList: { key: "VideoList", component: vi },
|
|
4724
|
-
VideoListMini: { key: "VideoListMini", component: Fi },
|
|
4725
|
-
ContentCardList: { key: "ContentCardList", component: St },
|
|
4726
|
-
CardIconList: { key: "CardIconList", component: ze },
|
|
4727
|
-
MultiCards: { key: "MultiCards", component: It },
|
|
4728
|
-
Partners: { key: "Partners", component: Ci },
|
|
4729
|
-
PartnersColors: { key: "PartnersColors", component: Bi },
|
|
4730
|
-
WarningCard: { key: "WarningCard", component: Wt },
|
|
4731
|
-
Faq: { key: "Faq", component: Ut },
|
|
4732
|
-
DownloadFileBanner: {
|
|
4733
|
-
key: "DownloadFileBanner",
|
|
4734
|
-
component: Qt
|
|
4735
|
-
},
|
|
4736
|
-
DownloadFileHalf: { key: "DownloadFileHalf", component: Xt },
|
|
4737
|
-
DownloadFileFull: { key: "DownloadFileFull", component: Jt },
|
|
4738
|
-
DownloadFileMini: { key: "DownloadFileMini", component: Yt },
|
|
4739
|
-
InstructionList: { key: "InstructionList", component: Gt },
|
|
4740
|
-
PreviewList: { key: "PreviewList", component: zt },
|
|
4741
|
-
SwiperList: { key: "SwiperList", component: Ai },
|
|
4742
|
-
AnimatedSwiper: { key: "AnimatedSwiper", component: Si },
|
|
4743
|
-
InfoBannerList: { key: "InfoBannerList", component: ri },
|
|
4744
|
-
TasksBannerList: { key: "TasksBannerList", component: Pi },
|
|
4745
|
-
VideoMainBanner: { key: "VideoMainBanner", component: oi },
|
|
4746
|
-
Space: { key: "Space", component: Vi },
|
|
4747
|
-
PromoPoster: { key: "PromoPoster", component: Ii },
|
|
4748
|
-
CardImageSecondaryList: {
|
|
4749
|
-
key: "CardImageSecondaryList",
|
|
4750
|
-
component: ti
|
|
4751
|
-
},
|
|
4752
|
-
CardInfoTable: { key: "CardInfoTable", component: et },
|
|
4753
|
-
StandartTable: { key: "StandartTable", component: si },
|
|
4754
|
-
IntroBanner: { key: "IntroBanner", component: ni },
|
|
4755
|
-
DownloadFileBright: {
|
|
4756
|
-
key: "DownloadFileBright",
|
|
4757
|
-
component: ai
|
|
4758
|
-
}
|
|
4759
|
-
}, Cr = {
|
|
4760
|
-
MainBanner: Fl.component_props,
|
|
4761
|
-
Banner: ml.component_props,
|
|
4762
|
-
CardImageList: ul.component_props,
|
|
4763
|
-
Stepper: gl.component_props,
|
|
4764
|
-
Segments: xl.component_props,
|
|
4765
|
-
VideoFull: bl.component_props,
|
|
4766
|
-
VideoList: fl.component_props,
|
|
4767
|
-
VideoListMini: hl.component_props,
|
|
4768
|
-
ContentCardList: _l.component_props,
|
|
4769
|
-
CardIconList: yl.component_props,
|
|
4770
|
-
MultiCards: wl.component_props,
|
|
4771
|
-
Partners: kl.component_props,
|
|
4772
|
-
PartnersColors: vl.component_props,
|
|
4773
|
-
WarningCard: Nl.component_props,
|
|
4774
|
-
Faq: Cl.component_props,
|
|
4775
|
-
DownloadFileBanner: Dl.component_props,
|
|
4776
|
-
DownloadFileHalf: Ll.component_props,
|
|
4777
|
-
DownloadFileFull: Tl.component_props,
|
|
4778
|
-
DownloadFileMini: Bl.component_props,
|
|
4779
|
-
InstructionList: El.component_props,
|
|
4780
|
-
PreviewList: Sl.component_props,
|
|
4781
|
-
SwiperList: Il.component_props,
|
|
4782
|
-
AnimatedSwiper: Vl.component_props,
|
|
4783
|
-
InfoBannerList: Ml.component_props,
|
|
4784
|
-
TasksBannerList: Al.component_props,
|
|
4785
|
-
VideoMainBanner: Pl.component_props,
|
|
4786
|
-
EmptyBox: Ol.component_props,
|
|
4787
|
-
PromoPoster: Rl.component_props,
|
|
4788
|
-
CardImageSecondaryList: ql.component_props,
|
|
4789
|
-
CardInfoTable: $l.component_props,
|
|
4790
|
-
StandartTable: jl.component_props,
|
|
4791
|
-
IntroBanner: Hl.component_props,
|
|
4792
|
-
DownloadFileBright: Ul.component_props
|
|
4793
|
-
};
|
|
4794
|
-
export {
|
|
4795
|
-
Rl as $,
|
|
4796
|
-
Nl as A,
|
|
4797
|
-
Dt as B,
|
|
4798
|
-
Vt as C,
|
|
4799
|
-
Qt as D,
|
|
4800
|
-
vr as E,
|
|
4801
|
-
Ut as F,
|
|
4802
|
-
Fr as G,
|
|
4803
|
-
Cl as H,
|
|
4804
|
-
Gt as I,
|
|
4805
|
-
Ll as J,
|
|
4806
|
-
Dl as K,
|
|
4807
|
-
Tl as L,
|
|
4808
|
-
It as M,
|
|
4809
|
-
Bl as N,
|
|
4810
|
-
El as O,
|
|
4811
|
-
zt as P,
|
|
4812
|
-
wr as Q,
|
|
4813
|
-
Sl as R,
|
|
4814
|
-
Bt as S,
|
|
4815
|
-
Il as T,
|
|
4816
|
-
Vl as U,
|
|
4817
|
-
oi as V,
|
|
4818
|
-
Wt as W,
|
|
4819
|
-
Ml as X,
|
|
4820
|
-
Al as Y,
|
|
4821
|
-
Pl as Z,
|
|
4822
|
-
Ol as _,
|
|
4823
|
-
St as a,
|
|
4824
|
-
ql as a0,
|
|
4825
|
-
$l as a1,
|
|
4826
|
-
jl as a2,
|
|
4827
|
-
Hl as a3,
|
|
4828
|
-
Ul as a4,
|
|
4829
|
-
Tt as a5,
|
|
4830
|
-
Et as a6,
|
|
4831
|
-
Ta as a7,
|
|
4832
|
-
Zt as a8,
|
|
4833
|
-
_e as a9,
|
|
4834
|
-
Cr as aa,
|
|
4835
|
-
Nr as ab,
|
|
4836
|
-
Kt as ac,
|
|
4837
|
-
ei as ad,
|
|
4838
|
-
li as ae,
|
|
4839
|
-
nl as af,
|
|
4840
|
-
ze as b,
|
|
4841
|
-
Mt as c,
|
|
4842
|
-
Xt as d,
|
|
4843
|
-
Jt as e,
|
|
4844
|
-
Yt as f,
|
|
4845
|
-
ri as g,
|
|
4846
|
-
ti as h,
|
|
4847
|
-
et as i,
|
|
4848
|
-
si as j,
|
|
4849
|
-
ni as k,
|
|
4850
|
-
ai as l,
|
|
4851
|
-
Fl as m,
|
|
4852
|
-
ml as n,
|
|
4853
|
-
yr as o,
|
|
4854
|
-
ul as p,
|
|
4855
|
-
gl as q,
|
|
4856
|
-
xl as r,
|
|
4857
|
-
bl as s,
|
|
4858
|
-
fl as t,
|
|
4859
|
-
hl as u,
|
|
4860
|
-
_l as v,
|
|
4861
|
-
kl as w,
|
|
4862
|
-
yl as x,
|
|
4863
|
-
wl as y,
|
|
4864
|
-
vl as z
|
|
4865
|
-
};
|