md-components-mdigial-azamat 0.0.28 → 0.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AllComponents.js +1 -1
- package/dist/Banner/Banner.js +1 -1
- package/dist/Banner/index.js +1 -1
- package/dist/BannerAndText/index.js +1 -1
- package/dist/CardIconList/CardIconList.js +1 -1
- package/dist/CardIconList/index.js +1 -1
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/CardImageList/index.js +1 -1
- package/dist/CardImageSecondary/CardImageSecondary.js +1 -1
- package/dist/CardImageSecondary/index.js +1 -1
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
- package/dist/CardImageSecondaryList/index.js +1 -1
- package/dist/CardInfoTable/index.js +1 -1
- package/dist/Cards/ContentCard/ContentCard.js +1 -1
- package/dist/Cards/ContentCard/index.js +1 -1
- package/dist/Cards/WarningCard/WarningCard.js +2 -2
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/model.js +7 -2
- package/dist/ContentCardList/ContentCardList.js +1 -1
- package/dist/ContentCardList/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +2 -2
- package/dist/DownloadFile/components/DownloadFileBanner/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +2 -2
- package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +2 -2
- package/dist/DownloadFile/components/DownloadFileHalf/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +2 -2
- package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
- package/dist/Faq/Faq.js +1 -1
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1 -1
- package/dist/Faq/components/FeedbackForm/index.js +1 -1
- package/dist/Faq/index.js +1 -1
- package/dist/InfoBanner/index.js +1 -1
- package/dist/InfoBannerList/InfoBannerList.js +1 -1
- package/dist/InfoBannerList/index.js +1 -1
- package/dist/InstructionList/InstructionList.js +1 -1
- package/dist/InstructionList/index.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +1 -1
- package/dist/IntroBanner/index.js +1 -1
- package/dist/MainBanner/MainBanner.js +1 -1
- package/dist/MainBanner/index.js +1 -1
- package/dist/MultiCards/index.js +1 -1
- package/dist/PageViewer/PageViewer.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/Partners/Partners.js +11 -9
- package/dist/PartnersColors/PartnersColors.js +10 -10
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +1 -1
- package/dist/PreviewList/components/PreviewCard/index.js +1 -1
- package/dist/PreviewList/index.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/Space/Space.js +13 -15
- package/dist/StandartTable/components/CardWarning/index.js +1 -1
- package/dist/StandartTable/index.js +1 -1
- package/dist/Stepper/Stepper.js +1 -1
- package/dist/Stepper/index.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
- package/dist/VideoMainBanner/index.js +1 -1
- package/dist/{componentsMap-5e677eaa.js → componentsMap-b2e9dea4.js} +1 -1
- package/dist/generateSelectOptions-7b23cdb8.js +7 -0
- package/dist/{index-f6bbda32.js → index-5524842a.js} +325 -315
- package/dist/main.js +36 -35
- package/dist/{model-bc7ae7c3.js → model-1934623c.js} +25 -7
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ import { VideoFull as yi } from "./Video/VideoFull/VideoFull.js";
|
|
|
11
11
|
import { VideoList as wi } from "./Video/VideoList/VideoList.js";
|
|
12
12
|
import { VideoListMini as vi } from "./Video/VideoListMini/VideoListMini.js";
|
|
13
13
|
import { HtmlContent as Ze } from "./HtmlContent/HtmlContent.js";
|
|
14
|
-
import {
|
|
14
|
+
import { S as Be, F as Fi } from "./index-a379154f.js";
|
|
15
15
|
import { Partners as Ni } from "./Partners/Partners.js";
|
|
16
16
|
import { CardImage as Ci } from "./Cards/CardImage/CardImage.js";
|
|
17
17
|
import { CardImageVariant as mt } from "./Cards/CardImage/types.js";
|
|
@@ -19,17 +19,17 @@ import { Collapse as Li } from "./Faq/components/Collapse/Collapse.js";
|
|
|
19
19
|
import { InstructionCard as Di } from "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
20
20
|
import "./HeroPossibilityBanner/index.js";
|
|
21
21
|
import { PartnersColors as Ti } from "./PartnersColors/PartnersColors.js";
|
|
22
|
-
import { W as Se, p as ne } from "./model-
|
|
22
|
+
import { W as Se, w as Bi, p as ne } from "./model-1934623c.js";
|
|
23
23
|
import "./Cards/ColoredCard/index.js";
|
|
24
|
-
import
|
|
25
|
-
import { u as
|
|
26
|
-
import { PromoPoster as
|
|
27
|
-
import { Space as
|
|
28
|
-
import { CardMarkedRow as
|
|
29
|
-
import { SwiperList as
|
|
30
|
-
import { TasksBannerList as
|
|
24
|
+
import Si from "./AnimatedSwiper/index.js";
|
|
25
|
+
import { u as Ne } from "./useScreenSize-c1b64c02.js";
|
|
26
|
+
import { PromoPoster as Ei } from "./PromoPoster/PromoPoster.js";
|
|
27
|
+
import { Space as Ii } from "./Space/Space.js";
|
|
28
|
+
import { CardMarkedRow as Vi } from "./StandartTable/components/CardMarkedRow/index.js";
|
|
29
|
+
import { SwiperList as Mi } from "./SwiperList/SwiperList.js";
|
|
30
|
+
import { TasksBannerList as Ai } from "./TasksBannerList/TasksBannerList.js";
|
|
31
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
|
|
32
|
+
const _e = {
|
|
33
33
|
type: "button",
|
|
34
34
|
size: Y,
|
|
35
35
|
variant: B,
|
|
@@ -39,12 +39,13 @@ const Ne = {
|
|
|
39
39
|
className: b.CLASSNAME,
|
|
40
40
|
button_hex: b.COLOR,
|
|
41
41
|
title: b.NODE,
|
|
42
|
-
link: b.LINK
|
|
42
|
+
link: b.LINK,
|
|
43
|
+
label: "Кнопка"
|
|
43
44
|
}, Lt = {
|
|
44
45
|
type: "buttons",
|
|
45
46
|
dataType: "array",
|
|
46
47
|
label: "Кнопки",
|
|
47
|
-
data:
|
|
48
|
+
data: _e
|
|
48
49
|
}, I = Ct(
|
|
49
50
|
({
|
|
50
51
|
children: e,
|
|
@@ -91,7 +92,7 @@ const Ne = {
|
|
|
91
92
|
}
|
|
92
93
|
);
|
|
93
94
|
I.displayName = "AppButton";
|
|
94
|
-
const
|
|
95
|
+
const Pi = {
|
|
95
96
|
type: "qr",
|
|
96
97
|
label: "QR Блок",
|
|
97
98
|
dataType: "object",
|
|
@@ -101,17 +102,17 @@ const Ai = {
|
|
|
101
102
|
banner_qr_text: b.DESCRIPTION,
|
|
102
103
|
banner_title: b.TITLE,
|
|
103
104
|
color_text: b.COLOR,
|
|
104
|
-
button:
|
|
105
|
+
button: _e
|
|
105
106
|
}
|
|
106
107
|
}
|
|
107
|
-
},
|
|
108
|
+
}, Oi = [
|
|
108
109
|
"bg_image",
|
|
109
110
|
"image",
|
|
110
111
|
"title",
|
|
111
112
|
"text_color",
|
|
112
113
|
"description",
|
|
113
114
|
Lt,
|
|
114
|
-
|
|
115
|
+
Pi
|
|
115
116
|
], Dt = ({
|
|
116
117
|
bg_image: e,
|
|
117
118
|
image: t,
|
|
@@ -122,7 +123,7 @@ const Ai = {
|
|
|
122
123
|
qr: d
|
|
123
124
|
}) => {
|
|
124
125
|
var v, L, F;
|
|
125
|
-
const p =
|
|
126
|
+
const p = Ne(960);
|
|
126
127
|
return /* @__PURE__ */ r(V, { children: /* @__PURE__ */ x(
|
|
127
128
|
"div",
|
|
128
129
|
{
|
|
@@ -233,8 +234,8 @@ const Ai = {
|
|
|
233
234
|
}
|
|
234
235
|
) });
|
|
235
236
|
};
|
|
236
|
-
Dt.propsToEdit =
|
|
237
|
-
const
|
|
237
|
+
Dt.propsToEdit = Oi;
|
|
238
|
+
const Ri = {
|
|
238
239
|
type: "banner_card",
|
|
239
240
|
label: "Баннер карточка",
|
|
240
241
|
dataType: "object",
|
|
@@ -243,7 +244,7 @@ const Oi = {
|
|
|
243
244
|
image: b.FILE
|
|
244
245
|
}
|
|
245
246
|
}
|
|
246
|
-
},
|
|
247
|
+
}, qi = {
|
|
247
248
|
type: "banner_card",
|
|
248
249
|
label: "Текстовая карточка",
|
|
249
250
|
dataType: "object",
|
|
@@ -254,7 +255,7 @@ const Oi = {
|
|
|
254
255
|
color_text: b.COLOR
|
|
255
256
|
}
|
|
256
257
|
}
|
|
257
|
-
},
|
|
258
|
+
}, $i = [Ri, qi, "turnover"], Tt = ({
|
|
258
259
|
banner_card: e,
|
|
259
260
|
text_card: t,
|
|
260
261
|
is_banner_first: i
|
|
@@ -283,8 +284,8 @@ const Oi = {
|
|
|
283
284
|
}
|
|
284
285
|
)
|
|
285
286
|
] }) });
|
|
286
|
-
Tt.propsToEdit =
|
|
287
|
-
const
|
|
287
|
+
Tt.propsToEdit = $i;
|
|
288
|
+
const ji = {
|
|
288
289
|
type: "data",
|
|
289
290
|
label: "Шаги",
|
|
290
291
|
dataType: "array",
|
|
@@ -292,7 +293,7 @@ const $i = {
|
|
|
292
293
|
text: b.DESCRIPTION,
|
|
293
294
|
icon: b.FILE
|
|
294
295
|
}
|
|
295
|
-
},
|
|
296
|
+
}, Hi = [ji, "title", _e], Bt = ({ data: e, title: t, button: i }) => /* @__PURE__ */ r(V, { children: /* @__PURE__ */ x("div", { className: "flex items-center flex-col", children: [
|
|
296
297
|
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 }),
|
|
297
298
|
/* @__PURE__ */ r("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: e == null ? void 0 : e.map((a, n) => {
|
|
298
299
|
const s = n + 1;
|
|
@@ -308,7 +309,7 @@ const $i = {
|
|
|
308
309
|
className: "w-[72px] h-[72px] rounded-full overflow-hidden"
|
|
309
310
|
}
|
|
310
311
|
) : /* @__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 }),
|
|
311
|
-
/* @__PURE__ */ r("p", { className: "text-blackBG text-[18px] leading-[26px] text-center", children: a.text })
|
|
312
|
+
/* @__PURE__ */ r("p", { className: "text-blackBG text-[18px] leading-[26px] text-center", children: a == null ? void 0 : a.text })
|
|
312
313
|
]
|
|
313
314
|
},
|
|
314
315
|
n
|
|
@@ -326,8 +327,8 @@ const $i = {
|
|
|
326
327
|
n
|
|
327
328
|
)) })
|
|
328
329
|
] }) });
|
|
329
|
-
Bt.propsToEdit =
|
|
330
|
-
const
|
|
330
|
+
Bt.propsToEdit = Hi;
|
|
331
|
+
const Ui = ["data"], St = ({ data: e }) => {
|
|
331
332
|
var t;
|
|
332
333
|
return /* @__PURE__ */ x("div", { className: "rounded-[20px] overflow-hidden", children: [
|
|
333
334
|
/* @__PURE__ */ r(
|
|
@@ -358,8 +359,8 @@ const Hi = ["data"], St = ({ data: e }) => {
|
|
|
358
359
|
] })
|
|
359
360
|
] });
|
|
360
361
|
};
|
|
361
|
-
St.propsToEdit =
|
|
362
|
-
const
|
|
362
|
+
St.propsToEdit = Ui;
|
|
363
|
+
const Gi = {
|
|
363
364
|
type: "cards",
|
|
364
365
|
label: "Карточки",
|
|
365
366
|
dataType: "array",
|
|
@@ -367,9 +368,9 @@ const Ui = {
|
|
|
367
368
|
title: b.TITLE,
|
|
368
369
|
image: b.FILE,
|
|
369
370
|
description: b.DESCRIPTION,
|
|
370
|
-
button:
|
|
371
|
+
button: _e
|
|
371
372
|
}
|
|
372
|
-
},
|
|
373
|
+
}, Zi = ["title", Gi], Et = ({ title: e, cards: t }) => /* @__PURE__ */ r(V, { children: /* @__PURE__ */ x("div", { className: "w-full flex flex-col items-center justify-center", children: [
|
|
373
374
|
e && /* @__PURE__ */ r(
|
|
374
375
|
"p",
|
|
375
376
|
{
|
|
@@ -386,25 +387,23 @@ const Ui = {
|
|
|
386
387
|
i.id
|
|
387
388
|
)) })
|
|
388
389
|
] }) });
|
|
389
|
-
Et.propsToEdit =
|
|
390
|
-
const
|
|
390
|
+
Et.propsToEdit = Zi;
|
|
391
|
+
const zi = {
|
|
391
392
|
type: "cards",
|
|
392
393
|
label: "Карточки",
|
|
393
394
|
dataType: "array",
|
|
394
395
|
data: {
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
variant: b.VARIANT
|
|
401
|
-
}
|
|
396
|
+
title: b.TITLE,
|
|
397
|
+
description: b.DESCRIPTION,
|
|
398
|
+
image: b.FILE,
|
|
399
|
+
is_black: b.BOOLEAN,
|
|
400
|
+
variant: b.VARIANT
|
|
402
401
|
}
|
|
403
|
-
},
|
|
402
|
+
}, Wi = {
|
|
404
403
|
type: "multiHasText",
|
|
405
404
|
label: "Множественные текстовые карточки",
|
|
406
405
|
dataType: "boolean"
|
|
407
|
-
},
|
|
406
|
+
}, Qi = [zi, "title", "size", "turnover", Wi], ze = ({
|
|
408
407
|
cards: e,
|
|
409
408
|
title: t,
|
|
410
409
|
size: i = Be.SMALL,
|
|
@@ -463,17 +462,15 @@ const Zi = {
|
|
|
463
462
|
}
|
|
464
463
|
) });
|
|
465
464
|
};
|
|
466
|
-
ze.propsToEdit =
|
|
467
|
-
const
|
|
465
|
+
ze.propsToEdit = Qi;
|
|
466
|
+
const Ji = {
|
|
468
467
|
type: "banner_card",
|
|
469
468
|
label: "Баннер карточка",
|
|
470
469
|
dataType: "object",
|
|
471
470
|
data: {
|
|
472
|
-
|
|
473
|
-
image: b.FILE
|
|
474
|
-
}
|
|
471
|
+
image: b.FILE
|
|
475
472
|
}
|
|
476
|
-
},
|
|
473
|
+
}, Xi = {
|
|
477
474
|
type: "cards",
|
|
478
475
|
label: "Карточки функций",
|
|
479
476
|
dataType: "array",
|
|
@@ -482,24 +479,30 @@ const Qi = {
|
|
|
482
479
|
description: b.DESCRIPTION,
|
|
483
480
|
icon: b.FILE
|
|
484
481
|
}
|
|
485
|
-
},
|
|
482
|
+
}, Yi = {
|
|
486
483
|
type: "text_card",
|
|
487
484
|
label: "Текстовая карточка",
|
|
488
485
|
dataType: "object",
|
|
489
486
|
data: {
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
color_text: b.COLOR
|
|
494
|
-
}
|
|
487
|
+
title: b.TITLE,
|
|
488
|
+
description: b.DESCRIPTION,
|
|
489
|
+
color_text: b.COLOR
|
|
495
490
|
}
|
|
496
|
-
},
|
|
491
|
+
}, Ki = {
|
|
492
|
+
type: "is_cards_first",
|
|
493
|
+
label: "Первая карточка",
|
|
494
|
+
dataType: "boolean"
|
|
495
|
+
}, ea = {
|
|
496
|
+
type: "is_banner_first",
|
|
497
|
+
label: "Первая карточка",
|
|
498
|
+
dataType: "boolean"
|
|
499
|
+
}, ta = [
|
|
497
500
|
"title",
|
|
498
|
-
Qi,
|
|
499
501
|
Ji,
|
|
500
502
|
Xi,
|
|
501
|
-
|
|
502
|
-
|
|
503
|
+
Yi,
|
|
504
|
+
ea,
|
|
505
|
+
Ki
|
|
503
506
|
], It = ({
|
|
504
507
|
title: e,
|
|
505
508
|
banner_card: t,
|
|
@@ -541,8 +544,8 @@ const Qi = {
|
|
|
541
544
|
}
|
|
542
545
|
)
|
|
543
546
|
] });
|
|
544
|
-
It.propsToEdit =
|
|
545
|
-
const
|
|
547
|
+
It.propsToEdit = ta;
|
|
548
|
+
const ia = {
|
|
546
549
|
type: "cards",
|
|
547
550
|
dataType: "array",
|
|
548
551
|
label: "Карточки",
|
|
@@ -565,7 +568,7 @@ const Ki = {
|
|
|
565
568
|
type: b.VARIANT
|
|
566
569
|
}
|
|
567
570
|
}
|
|
568
|
-
},
|
|
571
|
+
}, aa = [ia, "title", "grid", _e], Vt = ({
|
|
569
572
|
cards: e,
|
|
570
573
|
title: t,
|
|
571
574
|
grid: i,
|
|
@@ -607,8 +610,8 @@ const Ki = {
|
|
|
607
610
|
s
|
|
608
611
|
)) })
|
|
609
612
|
] }) });
|
|
610
|
-
Vt.propsToEdit =
|
|
611
|
-
const
|
|
613
|
+
Vt.propsToEdit = aa;
|
|
614
|
+
const la = [
|
|
612
615
|
"title",
|
|
613
616
|
"description",
|
|
614
617
|
"image",
|
|
@@ -684,10 +687,10 @@ const ta = [
|
|
|
684
687
|
)
|
|
685
688
|
] });
|
|
686
689
|
};
|
|
687
|
-
Mt.propsToEdit =
|
|
690
|
+
Mt.propsToEdit = la;
|
|
688
691
|
var Ce = (e) => e.type === "checkbox", be = (e) => e instanceof Date, U = (e) => e == null;
|
|
689
692
|
const At = (e) => typeof e == "object";
|
|
690
|
-
var P = (e) => !U(e) && !Array.isArray(e) && At(e) && !be(e),
|
|
693
|
+
var P = (e) => !U(e) && !Array.isArray(e) && At(e) && !be(e), ra = (e) => P(e) && e.target ? Ce(e.target) ? e.target.checked : e.target.value : e, na = (e) => e.substring(0, e.search(/\.\d+(\.|$)/)) || e, sa = (e, t) => e.has(na(t)), oa = (e) => {
|
|
691
694
|
const t = e.constructor && e.constructor.prototype;
|
|
692
695
|
return P(t) && t.hasOwnProperty("isPrototypeOf");
|
|
693
696
|
}, We = typeof window < "u" && typeof window.HTMLElement < "u" && typeof document < "u";
|
|
@@ -699,7 +702,7 @@ function j(e) {
|
|
|
699
702
|
else if (e instanceof Set)
|
|
700
703
|
t = new Set(e);
|
|
701
704
|
else if (!(We && (e instanceof Blob || a)) && (i || P(e)))
|
|
702
|
-
if (t = i ? [] : {}, !i && !
|
|
705
|
+
if (t = i ? [] : {}, !i && !oa(e))
|
|
703
706
|
t = e;
|
|
704
707
|
else
|
|
705
708
|
for (const n in e)
|
|
@@ -748,11 +751,11 @@ const ut = {
|
|
|
748
751
|
validate: "validate"
|
|
749
752
|
}, Pt = W.createContext(null);
|
|
750
753
|
Pt.displayName = "HookFormContext";
|
|
751
|
-
const
|
|
754
|
+
const ca = (e) => {
|
|
752
755
|
const { children: t, ...i } = e;
|
|
753
756
|
return W.createElement(Pt.Provider, { value: i }, t);
|
|
754
757
|
};
|
|
755
|
-
var
|
|
758
|
+
var da = (e, t, i, a = !0) => {
|
|
756
759
|
const n = {
|
|
757
760
|
defaultValues: t._defaultValues
|
|
758
761
|
};
|
|
@@ -765,14 +768,14 @@ var sa = (e, t, i, a = !0) => {
|
|
|
765
768
|
});
|
|
766
769
|
return n;
|
|
767
770
|
};
|
|
768
|
-
const
|
|
769
|
-
var re = (e) => typeof e == "string",
|
|
771
|
+
const pa = typeof window < "u" ? pt.useLayoutEffect : pt.useEffect;
|
|
772
|
+
var re = (e) => typeof e == "string", ma = (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), ua = (e, t, i, a, n) => t ? {
|
|
770
773
|
...i[e],
|
|
771
774
|
types: {
|
|
772
775
|
...i[e] && i[e].types ? i[e].types : {},
|
|
773
776
|
[a]: n || !0
|
|
774
777
|
}
|
|
775
|
-
} : {},
|
|
778
|
+
} : {}, ve = (e) => Array.isArray(e) ? e : [e], gt = () => {
|
|
776
779
|
let e = [];
|
|
777
780
|
return {
|
|
778
781
|
get observers() {
|
|
@@ -817,23 +820,23 @@ var Z = (e) => P(e) && !Object.keys(e).length, Xe = (e) => e.type === "file", ee
|
|
|
817
820
|
return !1;
|
|
818
821
|
const t = e ? e.ownerDocument : 0;
|
|
819
822
|
return e instanceof (t && t.defaultView ? t.defaultView.HTMLElement : HTMLElement);
|
|
820
|
-
}, Ot = (e) => e.type === "select-multiple", Ye = (e) => e.type === "radio",
|
|
821
|
-
function
|
|
823
|
+
}, Ot = (e) => e.type === "select-multiple", Ye = (e) => e.type === "radio", ga = (e) => Ye(e) || Ce(e), Ue = (e) => Ie(e) && e.isConnected;
|
|
824
|
+
function xa(e, t) {
|
|
822
825
|
const i = t.slice(0, -1).length;
|
|
823
826
|
let a = 0;
|
|
824
827
|
for (; a < i; )
|
|
825
828
|
e = O(e) ? a++ : e[t[a++]];
|
|
826
829
|
return e;
|
|
827
830
|
}
|
|
828
|
-
function
|
|
831
|
+
function ba(e) {
|
|
829
832
|
for (const t in e)
|
|
830
833
|
if (e.hasOwnProperty(t) && !O(e[t]))
|
|
831
834
|
return !1;
|
|
832
835
|
return !0;
|
|
833
836
|
}
|
|
834
837
|
function q(e, t) {
|
|
835
|
-
const i = Array.isArray(t) ? t : Ae(t) ? [t] : Je(t), a = i.length === 1 ? e :
|
|
836
|
-
return a && delete a[s], n !== 0 && (P(a) && Z(a) || Array.isArray(a) &&
|
|
838
|
+
const i = Array.isArray(t) ? t : Ae(t) ? [t] : Je(t), a = i.length === 1 ? e : xa(e, i), n = i.length - 1, s = i[n];
|
|
839
|
+
return a && delete a[s], n !== 0 && (P(a) && Z(a) || Array.isArray(a) && ba(a)) && q(e, i.slice(0, -1)), e;
|
|
837
840
|
}
|
|
838
841
|
var Rt = (e) => {
|
|
839
842
|
for (const t in e)
|
|
@@ -855,7 +858,7 @@ function qt(e, t, i) {
|
|
|
855
858
|
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]);
|
|
856
859
|
return i;
|
|
857
860
|
}
|
|
858
|
-
var
|
|
861
|
+
var ye = (e, t) => qt(e, t, Ve(t));
|
|
859
862
|
const xt = {
|
|
860
863
|
value: !1,
|
|
861
864
|
isValid: !1
|
|
@@ -885,7 +888,7 @@ function ht(e) {
|
|
|
885
888
|
const t = e.ref;
|
|
886
889
|
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);
|
|
887
890
|
}
|
|
888
|
-
var
|
|
891
|
+
var fa = (e, t, i, a) => {
|
|
889
892
|
const n = {};
|
|
890
893
|
for (const s of e) {
|
|
891
894
|
const d = f(t, s);
|
|
@@ -897,7 +900,7 @@ var ga = (e, t, i, a) => {
|
|
|
897
900
|
fields: n,
|
|
898
901
|
shouldUseNativeValidation: a
|
|
899
902
|
};
|
|
900
|
-
}, Me = (e) => e instanceof RegExp,
|
|
903
|
+
}, 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) => ({
|
|
901
904
|
isOnSubmit: !e || e === K.onSubmit,
|
|
902
905
|
isOnBlur: e === K.onBlur,
|
|
903
906
|
isOnChange: e === K.onChange,
|
|
@@ -905,8 +908,8 @@ var ga = (e, t, i, a) => {
|
|
|
905
908
|
isOnTouch: e === K.onTouched
|
|
906
909
|
});
|
|
907
910
|
const kt = "AsyncFunction";
|
|
908
|
-
var
|
|
909
|
-
const
|
|
911
|
+
var ha = (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)), _a = (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))));
|
|
912
|
+
const Fe = (e, t, i, a) => {
|
|
910
913
|
for (const n of i || Object.keys(e)) {
|
|
911
914
|
const s = f(e, n);
|
|
912
915
|
if (s) {
|
|
@@ -916,9 +919,9 @@ const ve = (e, t, i, a) => {
|
|
|
916
919
|
return !0;
|
|
917
920
|
if (d.ref && t(d.ref, d.name) && !a)
|
|
918
921
|
return !0;
|
|
919
|
-
if (
|
|
922
|
+
if (Fe(p, t))
|
|
920
923
|
break;
|
|
921
|
-
} else if (P(p) &&
|
|
924
|
+
} else if (P(p) && Fe(p, t))
|
|
922
925
|
break;
|
|
923
926
|
}
|
|
924
927
|
}
|
|
@@ -951,12 +954,12 @@ function wt(e, t, i) {
|
|
|
951
954
|
name: i
|
|
952
955
|
};
|
|
953
956
|
}
|
|
954
|
-
var
|
|
957
|
+
var ka = (e, t, i, a) => {
|
|
955
958
|
i(e);
|
|
956
959
|
const { name: n, ...s } = e;
|
|
957
960
|
return Z(s) || Object.keys(s).length >= Object.keys(t).length || Object.keys(s).find((d) => t[d] === (!a || K.all));
|
|
958
|
-
},
|
|
959
|
-
const a =
|
|
961
|
+
}, ya = (e, t, i) => !e || !t || e === t || ve(e).some((a) => a && (i ? a === t : a.startsWith(t) || t.startsWith(a))), wa = (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, va = (e, t) => !Qe(f(e, t)).length && q(e, t), Fa = (e, t, i) => {
|
|
962
|
+
const a = ve(f(e, i));
|
|
960
963
|
return E(a, "root", t[i]), E(e, i, a), e;
|
|
961
964
|
}, Ee = (e) => re(e);
|
|
962
965
|
function vt(e, t, i = "validate") {
|
|
@@ -976,7 +979,7 @@ var he = (e) => P(e) && !Me(e) ? e : {
|
|
|
976
979
|
return {};
|
|
977
980
|
const oe = p ? p[0] : d, te = (N) => {
|
|
978
981
|
n && oe.reportValidity && (oe.setCustomValidity(le(N) ? "" : N || ""), oe.reportValidity());
|
|
979
|
-
}, 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 =
|
|
982
|
+
}, 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 = ua.bind(null, M, a, R), ie = (N, T, A, H = ce.maxLength, G = ce.minLength) => {
|
|
980
983
|
const ae = N ? T : A;
|
|
981
984
|
R[M] = {
|
|
982
985
|
type: N ? H : G,
|
|
@@ -1002,8 +1005,8 @@ var he = (e) => P(e) && !Me(e) ? e : {
|
|
|
1002
1005
|
const G = d.valueAsNumber || C && +C;
|
|
1003
1006
|
U(A.value) || (N = G > A.value), U(H.value) || (T = G < H.value);
|
|
1004
1007
|
} else {
|
|
1005
|
-
const G = d.valueAsDate || new Date(C), ae = (De) => /* @__PURE__ */ new Date((/* @__PURE__ */ new Date()).toDateString() + " " + De),
|
|
1006
|
-
re(A.value) && C && (N =
|
|
1008
|
+
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";
|
|
1009
|
+
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));
|
|
1007
1010
|
}
|
|
1008
1011
|
if ((N || T) && (ie(!!N, A.message, H.message, ce.max, ce.min), !a))
|
|
1009
1012
|
return te(R[M].message), R;
|
|
@@ -1051,14 +1054,14 @@ var he = (e) => P(e) && !Me(e) ? e : {
|
|
|
1051
1054
|
}
|
|
1052
1055
|
return te(!0), R;
|
|
1053
1056
|
};
|
|
1054
|
-
const
|
|
1057
|
+
const Na = {
|
|
1055
1058
|
mode: K.onSubmit,
|
|
1056
1059
|
reValidateMode: K.onChange,
|
|
1057
1060
|
shouldFocusError: !0
|
|
1058
1061
|
};
|
|
1059
|
-
function
|
|
1062
|
+
function Ca(e = {}) {
|
|
1060
1063
|
let t = {
|
|
1061
|
-
...
|
|
1064
|
+
...Na,
|
|
1062
1065
|
...e
|
|
1063
1066
|
}, i = {
|
|
1064
1067
|
submitCount: 0,
|
|
@@ -1127,13 +1130,13 @@ function va(e = {}) {
|
|
|
1127
1130
|
}
|
|
1128
1131
|
if (m && Array.isArray(f(i.errors, l))) {
|
|
1129
1132
|
const h = c(f(i.errors, l), g.argA, g.argB);
|
|
1130
|
-
u && E(i.errors, l, h),
|
|
1133
|
+
u && E(i.errors, l, h), va(i.errors, l);
|
|
1131
1134
|
}
|
|
1132
1135
|
if ((F.touchedFields || _.touchedFields) && m && Array.isArray(f(i.touchedFields, l))) {
|
|
1133
1136
|
const h = c(f(i.touchedFields, l), g.argA, g.argB);
|
|
1134
1137
|
u && E(i.touchedFields, l, h);
|
|
1135
1138
|
}
|
|
1136
|
-
(F.dirtyFields || _.dirtyFields) && (i.dirtyFields =
|
|
1139
|
+
(F.dirtyFields || _.dirtyFields) && (i.dirtyFields = ye(n, s)), k.state.next({
|
|
1137
1140
|
name: l,
|
|
1138
1141
|
isDirty: ie(l, o),
|
|
1139
1142
|
dirtyFields: i.dirtyFields,
|
|
@@ -1191,7 +1194,7 @@ function va(e = {}) {
|
|
|
1191
1194
|
}
|
|
1192
1195
|
}, pe = async (l) => {
|
|
1193
1196
|
de(l, !0);
|
|
1194
|
-
const o = await t.resolver(s, t.context,
|
|
1197
|
+
const o = await t.resolver(s, t.context, fa(l || p.mount, a, t.criteriaMode, t.shouldUseNativeValidation));
|
|
1195
1198
|
return de(l), o;
|
|
1196
1199
|
}, Oe = async (l) => {
|
|
1197
1200
|
const { errors: o } = await pe(l);
|
|
@@ -1211,12 +1214,12 @@ function va(e = {}) {
|
|
|
1211
1214
|
if (u) {
|
|
1212
1215
|
const { _f: m, ...h } = u;
|
|
1213
1216
|
if (m) {
|
|
1214
|
-
const D = p.array.has(m.name), S = u._f &&
|
|
1217
|
+
const D = p.array.has(m.name), S = u._f && ha(u._f);
|
|
1215
1218
|
S && F.validatingFields && de([g], !0);
|
|
1216
1219
|
const z = await Ft(u, p.disabled, s, ge, t.shouldUseNativeValidation && !o, D);
|
|
1217
1220
|
if (S && F.validatingFields && de([g]), z[m.name] && (c.valid = !1, o))
|
|
1218
1221
|
break;
|
|
1219
|
-
!o && (f(z, m.name) ? D ?
|
|
1222
|
+
!o && (f(z, m.name) ? D ? Fa(i.errors, z, m.name) : E(i.errors, m.name, z[m.name]) : q(i.errors, m.name));
|
|
1220
1223
|
}
|
|
1221
1224
|
!Z(h) && await J(h, o, c);
|
|
1222
1225
|
}
|
|
@@ -1228,7 +1231,7 @@ function va(e = {}) {
|
|
|
1228
1231
|
o && (o._f.refs ? o._f.refs.every((c) => !Ue(c)) : !Ue(o._f.ref)) && Re(l);
|
|
1229
1232
|
}
|
|
1230
1233
|
p.unMount = /* @__PURE__ */ new Set();
|
|
1231
|
-
}, ie = (l, o) => !t.disabled && (l && o && E(s, l, o), !ue(De(), n)), N = (l, o, c) =>
|
|
1234
|
+
}, ie = (l, o) => !t.disabled && (l && o && E(s, l, o), !ue(De(), n)), N = (l, o, c) => ma(l, p, {
|
|
1232
1235
|
...d.mount ? s : O(o) ? n : re(l) ? { [l]: o } : o
|
|
1233
1236
|
}, c, o), T = (l) => Qe(f(d.mount ? s : n, l, t.shouldUnregister ? f(n, l, []) : [])), A = (l, o, c = {}) => {
|
|
1234
1237
|
const g = f(a, l);
|
|
@@ -1257,7 +1260,7 @@ function va(e = {}) {
|
|
|
1257
1260
|
values: j(s)
|
|
1258
1261
|
}), (F.isDirty || F.dirtyFields || _.isDirty || _.dirtyFields) && c.shouldDirty && k.state.next({
|
|
1259
1262
|
name: l,
|
|
1260
|
-
dirtyFields:
|
|
1263
|
+
dirtyFields: ye(n, s),
|
|
1261
1264
|
isDirty: ie(l, m)
|
|
1262
1265
|
})) : g && !g._f && !U(m) ? H(l, m, c) : A(l, m, c), yt(l, p) && k.state.next({ ...i }), k.state.next({
|
|
1263
1266
|
name: d.mount ? l : void 0,
|
|
@@ -1272,7 +1275,7 @@ function va(e = {}) {
|
|
|
1272
1275
|
}, h = _t(t.mode), D = _t(t.reValidateMode);
|
|
1273
1276
|
if (u) {
|
|
1274
1277
|
let S, z;
|
|
1275
|
-
const Te = o.type ? ht(u._f) :
|
|
1278
|
+
const Te = o.type ? ht(u._f) : ra(l), me = l.type === ut.BLUR || l.type === ut.FOCUS_OUT, bi = !_a(u._f) && !t.resolver && !f(i.errors, c) && !u._f.deps || wa(me, f(i.touchedFields, c), i.isSubmitted, D, h), je = yt(c, p, me);
|
|
1276
1279
|
E(s, c, Te), me ? (u._f.onBlur && u._f.onBlur(l), v && v(0)) : u._f.onChange && u._f.onChange(l);
|
|
1277
1280
|
const He = R(c, Te, me), fi = !Z(He) || je;
|
|
1278
1281
|
if (!me && k.state.next({
|
|
@@ -1291,12 +1294,12 @@ function va(e = {}) {
|
|
|
1291
1294
|
de([c], !0), S = (await Ft(u, p.disabled, s, ge, t.shouldUseNativeValidation))[c], de([c]), m(Te), g && (S ? z = !1 : (F.isValid || _.isValid) && (z = await J(a, !0)));
|
|
1292
1295
|
g && (u._f.deps && fe(u._f.deps), Le(c, z, S, He));
|
|
1293
1296
|
}
|
|
1294
|
-
},
|
|
1297
|
+
}, ke = (l, o) => {
|
|
1295
1298
|
if (f(i.errors, o) && l.focus)
|
|
1296
1299
|
return l.focus(), 1;
|
|
1297
1300
|
}, fe = async (l, o = {}) => {
|
|
1298
1301
|
let c, g;
|
|
1299
|
-
const u =
|
|
1302
|
+
const u = ve(l);
|
|
1300
1303
|
if (t.resolver) {
|
|
1301
1304
|
const m = await Oe(O(l) ? l : u);
|
|
1302
1305
|
c = Z(m), g = l ? !u.some((h) => f(m, h)) : c;
|
|
@@ -1309,7 +1312,7 @@ function va(e = {}) {
|
|
|
1309
1312
|
...!re(l) || (F.isValid || _.isValid) && c !== i.isValid ? {} : { name: l },
|
|
1310
1313
|
...t.resolver || !l ? { isValid: c } : {},
|
|
1311
1314
|
errors: i.errors
|
|
1312
|
-
}), o.shouldFocus && !g &&
|
|
1315
|
+
}), o.shouldFocus && !g && Fe(a, ke, l ? u : p.mount), g;
|
|
1313
1316
|
}, De = (l) => {
|
|
1314
1317
|
const o = {
|
|
1315
1318
|
...d.mount ? s : n
|
|
@@ -1322,7 +1325,7 @@ function va(e = {}) {
|
|
|
1322
1325
|
isValidating: !!f(i.validatingFields, l),
|
|
1323
1326
|
isTouched: !!f((o || i).touchedFields, l)
|
|
1324
1327
|
}), ci = (l) => {
|
|
1325
|
-
l &&
|
|
1328
|
+
l && ve(l).forEach((o) => q(i.errors, o)), k.state.next({
|
|
1326
1329
|
errors: l ? i.errors : {}
|
|
1327
1330
|
});
|
|
1328
1331
|
}, it = (l, o, c) => {
|
|
@@ -1340,7 +1343,7 @@ function va(e = {}) {
|
|
|
1340
1343
|
next: (c) => l(N(void 0, o), c)
|
|
1341
1344
|
}) : N(l, o, !0), at = (l) => k.state.subscribe({
|
|
1342
1345
|
next: (o) => {
|
|
1343
|
-
|
|
1346
|
+
ya(l.name, o.name, l.exact) && ka(o, l.formState || F, xi, l.reRenderRoot) && l.callback({
|
|
1344
1347
|
values: { ...s },
|
|
1345
1348
|
...i,
|
|
1346
1349
|
...o
|
|
@@ -1353,7 +1356,7 @@ function va(e = {}) {
|
|
|
1353
1356
|
...l,
|
|
1354
1357
|
formState: _
|
|
1355
1358
|
})), Re = (l, o = {}) => {
|
|
1356
|
-
for (const c of l ?
|
|
1359
|
+
for (const c of l ? ve(l) : p.mount)
|
|
1357
1360
|
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);
|
|
1358
1361
|
k.state.next({
|
|
1359
1362
|
values: j(s)
|
|
@@ -1381,11 +1384,11 @@ function va(e = {}) {
|
|
|
1381
1384
|
...g ? { disabled: o.disabled || t.disabled } : {},
|
|
1382
1385
|
...t.progressive ? {
|
|
1383
1386
|
required: !!o.required,
|
|
1384
|
-
min:
|
|
1385
|
-
max:
|
|
1386
|
-
minLength:
|
|
1387
|
-
maxLength:
|
|
1388
|
-
pattern:
|
|
1387
|
+
min: we(o.min),
|
|
1388
|
+
max: we(o.max),
|
|
1389
|
+
minLength: we(o.minLength),
|
|
1390
|
+
maxLength: we(o.maxLength),
|
|
1391
|
+
pattern: we(o.pattern)
|
|
1389
1392
|
} : {},
|
|
1390
1393
|
name: l,
|
|
1391
1394
|
onChange: ae,
|
|
@@ -1393,7 +1396,7 @@ function va(e = {}) {
|
|
|
1393
1396
|
ref: (u) => {
|
|
1394
1397
|
if (u) {
|
|
1395
1398
|
qe(l, o), c = f(a, l);
|
|
1396
|
-
const m = O(u.value) && u.querySelectorAll && u.querySelectorAll("input,select,textarea")[0] || u, h =
|
|
1399
|
+
const m = O(u.value) && u.querySelectorAll && u.querySelectorAll("input,select,textarea")[0] || u, h = ga(m), D = c._f.refs || [];
|
|
1397
1400
|
if (h ? D.find((S) => S === m) : m === c._f.ref)
|
|
1398
1401
|
return;
|
|
1399
1402
|
E(a, l, {
|
|
@@ -1410,11 +1413,11 @@ function va(e = {}) {
|
|
|
1410
1413
|
}
|
|
1411
1414
|
}), te(l, !1, void 0, m);
|
|
1412
1415
|
} else
|
|
1413
|
-
c = f(a, l, {}), c._f && (c._f.mount = !1), (t.shouldUnregister || o.shouldUnregister) && !(
|
|
1416
|
+
c = f(a, l, {}), c._f && (c._f.mount = !1), (t.shouldUnregister || o.shouldUnregister) && !(sa(p.array, l) && d.action) && p.unMount.add(l);
|
|
1414
1417
|
}
|
|
1415
1418
|
};
|
|
1416
|
-
}, $e = () => t.shouldFocusError &&
|
|
1417
|
-
le(l) && (k.state.next({ disabled: l }),
|
|
1419
|
+
}, $e = () => t.shouldFocusError && Fe(a, ke, p.mount), mi = (l) => {
|
|
1420
|
+
le(l) && (k.state.next({ disabled: l }), Fe(a, (o, c) => {
|
|
1418
1421
|
const g = f(a, c);
|
|
1419
1422
|
g && (o.disabled = g._f.disabled || l, Array.isArray(g._f.refs) && g._f.refs.forEach((u) => {
|
|
1420
1423
|
u.disabled = g._f.disabled || l;
|
|
@@ -1461,7 +1464,7 @@ function va(e = {}) {
|
|
|
1461
1464
|
if (o.keepDirtyValues) {
|
|
1462
1465
|
const h = /* @__PURE__ */ new Set([
|
|
1463
1466
|
...p.mount,
|
|
1464
|
-
...Object.keys(
|
|
1467
|
+
...Object.keys(ye(n, s))
|
|
1465
1468
|
]);
|
|
1466
1469
|
for (const D of Array.from(h))
|
|
1467
1470
|
f(i.dirtyFields, D) ? E(m, D, f(s, D)) : G(D, f(m, D));
|
|
@@ -1501,7 +1504,7 @@ function va(e = {}) {
|
|
|
1501
1504
|
submitCount: o.keepSubmitCount ? i.submitCount : 0,
|
|
1502
1505
|
isDirty: u ? !1 : o.keepDirty ? i.isDirty : !!(o.keepDefaultValues && !ue(l, n)),
|
|
1503
1506
|
isSubmitted: o.keepIsSubmitted ? i.isSubmitted : !1,
|
|
1504
|
-
dirtyFields: u ? {} : o.keepDirtyValues ? o.keepDefaultValues && s ?
|
|
1507
|
+
dirtyFields: u ? {} : o.keepDirtyValues ? o.keepDefaultValues && s ? ye(n, s) : i.dirtyFields : o.keepDefaultValues && l ? ye(n, l) : o.keepDirty ? i.dirtyFields : {},
|
|
1505
1508
|
touchedFields: o.keepTouched ? i.touchedFields : {},
|
|
1506
1509
|
errors: o.keepErrors ? i.errors : {},
|
|
1507
1510
|
isSubmitSuccessful: o.keepIsSubmitSuccessful ? i.isSubmitSuccessful : !1,
|
|
@@ -1599,7 +1602,7 @@ function va(e = {}) {
|
|
|
1599
1602
|
formControl: ot
|
|
1600
1603
|
};
|
|
1601
1604
|
}
|
|
1602
|
-
function
|
|
1605
|
+
function La(e = {}) {
|
|
1603
1606
|
const t = W.useRef(void 0), i = W.useRef(void 0), [a, n] = W.useState({
|
|
1604
1607
|
isDirty: !1,
|
|
1605
1608
|
isValidating: !1,
|
|
@@ -1624,14 +1627,14 @@ function Fa(e = {}) {
|
|
|
1624
1627
|
formState: a
|
|
1625
1628
|
}, e.defaultValues && !ee(e.defaultValues) && e.formControl.reset(e.defaultValues, e.resetOptions);
|
|
1626
1629
|
else {
|
|
1627
|
-
const { formControl: d, ...p } =
|
|
1630
|
+
const { formControl: d, ...p } = Ca(e);
|
|
1628
1631
|
t.current = {
|
|
1629
1632
|
...p,
|
|
1630
1633
|
formState: a
|
|
1631
1634
|
};
|
|
1632
1635
|
}
|
|
1633
1636
|
const s = t.current.control;
|
|
1634
|
-
return s._options = e,
|
|
1637
|
+
return s._options = e, pa(() => {
|
|
1635
1638
|
const d = s._subscribe({
|
|
1636
1639
|
formState: s._proxyFormState,
|
|
1637
1640
|
callback: () => n({ ...s._formState }),
|
|
@@ -1660,10 +1663,10 @@ function Fa(e = {}) {
|
|
|
1660
1663
|
e.values && !ue(e.values, i.current) ? (s._reset(e.values, s._options.resetOptions), i.current = e.values, n((d) => ({ ...d }))) : s._resetDefaultValues();
|
|
1661
1664
|
}, [s, e.values]), W.useEffect(() => {
|
|
1662
1665
|
s._state.mount || (s._setValid(), s._state.mount = !0), s._state.watch && (s._state.watch = !1, s._subjects.state.next({ ...s._formState })), s._removeUnmounted();
|
|
1663
|
-
}), t.current.formState =
|
|
1666
|
+
}), t.current.formState = da(a, s), t.current;
|
|
1664
1667
|
}
|
|
1665
|
-
const
|
|
1666
|
-
const [i, a] = _i(!1), n =
|
|
1668
|
+
const Da = ({ faqId: e, percent: t }) => {
|
|
1669
|
+
const [i, a] = _i(!1), n = La({
|
|
1667
1670
|
defaultValues: {
|
|
1668
1671
|
faq: e
|
|
1669
1672
|
}
|
|
@@ -1678,7 +1681,7 @@ const Na = ({ faqId: e, percent: t }) => {
|
|
|
1678
1681
|
}, L = (_) => {
|
|
1679
1682
|
d("rate", _), s(v)();
|
|
1680
1683
|
}, F = p("rate");
|
|
1681
|
-
return /* @__PURE__ */ r(
|
|
1684
|
+
return /* @__PURE__ */ r(ca, { ...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: [
|
|
1682
1685
|
/* @__PURE__ */ x("div", { className: "border-l-2 border-green pl-6 mr-14 shrink-0", children: [
|
|
1683
1686
|
/* @__PURE__ */ r("span", { className: "text-gray2 block text-[14px] leading-5", children: `${t}% считают ответ полезным` }),
|
|
1684
1687
|
/* @__PURE__ */ r("p", { className: "text-blackBG text-[15px] leading-[22px]", children: "Ответ был полезным?" })
|
|
@@ -1710,7 +1713,7 @@ const Na = ({ faqId: e, percent: t }) => {
|
|
|
1710
1713
|
)
|
|
1711
1714
|
] })
|
|
1712
1715
|
] }) }) });
|
|
1713
|
-
},
|
|
1716
|
+
}, Ta = {
|
|
1714
1717
|
type: "data",
|
|
1715
1718
|
label: "Вопрос",
|
|
1716
1719
|
dataType: "array",
|
|
@@ -1719,7 +1722,7 @@ const Na = ({ faqId: e, percent: t }) => {
|
|
|
1719
1722
|
description: b.HTML_CONTENT,
|
|
1720
1723
|
percentage: b.NUMBER
|
|
1721
1724
|
}
|
|
1722
|
-
},
|
|
1725
|
+
}, Ba = [Ta, "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: [
|
|
1723
1726
|
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 }),
|
|
1724
1727
|
/* @__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(
|
|
1725
1728
|
Li,
|
|
@@ -1734,7 +1737,7 @@ const Na = ({ faqId: e, percent: t }) => {
|
|
|
1734
1737
|
}
|
|
1735
1738
|
),
|
|
1736
1739
|
/* @__PURE__ */ r(
|
|
1737
|
-
|
|
1740
|
+
Da,
|
|
1738
1741
|
{
|
|
1739
1742
|
faqId: i == null ? void 0 : i.id,
|
|
1740
1743
|
percent: i == null ? void 0 : i.percentage
|
|
@@ -1746,8 +1749,8 @@ const Na = ({ faqId: e, percent: t }) => {
|
|
|
1746
1749
|
i == null ? void 0 : i.id
|
|
1747
1750
|
)) })
|
|
1748
1751
|
] }) }) : null;
|
|
1749
|
-
Ut.propsToEdit =
|
|
1750
|
-
const
|
|
1752
|
+
Ut.propsToEdit = Ba;
|
|
1753
|
+
const Sa = ["title", "cards", "button"], Gt = ({
|
|
1751
1754
|
title: e,
|
|
1752
1755
|
cards: t,
|
|
1753
1756
|
button: i
|
|
@@ -1770,8 +1773,8 @@ const Da = ["title", "cards", "button"], Gt = ({
|
|
|
1770
1773
|
}
|
|
1771
1774
|
)
|
|
1772
1775
|
] });
|
|
1773
|
-
Gt.propsToEdit =
|
|
1774
|
-
const
|
|
1776
|
+
Gt.propsToEdit = Sa;
|
|
1777
|
+
const Ea = ["item"], Zt = ({ item: e }) => {
|
|
1775
1778
|
var t, i, a;
|
|
1776
1779
|
return /* @__PURE__ */ x("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
|
|
1777
1780
|
/* @__PURE__ */ r("div", { className: "relative w-full h-[256px]", children: /* @__PURE__ */ r(
|
|
@@ -1797,8 +1800,8 @@ const Ta = ["item"], Zt = ({ item: e }) => {
|
|
|
1797
1800
|
] })
|
|
1798
1801
|
] });
|
|
1799
1802
|
};
|
|
1800
|
-
Zt.propsToEdit =
|
|
1801
|
-
const
|
|
1803
|
+
Zt.propsToEdit = Ea;
|
|
1804
|
+
const Ia = ["title", "cards", "button_link", "button_text", "grid"], zt = ({
|
|
1802
1805
|
title: e,
|
|
1803
1806
|
cards: t,
|
|
1804
1807
|
button_link: i,
|
|
@@ -1817,8 +1820,8 @@ const Ba = ["title", "cards", "button_link", "button_text", "grid"], zt = ({
|
|
|
1817
1820
|
}
|
|
1818
1821
|
)
|
|
1819
1822
|
] });
|
|
1820
|
-
zt.propsToEdit =
|
|
1821
|
-
const
|
|
1823
|
+
zt.propsToEdit = Ia;
|
|
1824
|
+
const Va = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
1822
1825
|
"svg",
|
|
1823
1826
|
{
|
|
1824
1827
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1908,7 +1911,7 @@ const Sa = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
1908
1911
|
] })
|
|
1909
1912
|
]
|
|
1910
1913
|
}
|
|
1911
|
-
),
|
|
1914
|
+
), Ma = ({ size: e, color: t, ...i }) => /* @__PURE__ */ r(
|
|
1912
1915
|
"svg",
|
|
1913
1916
|
{
|
|
1914
1917
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1925,7 +1928,7 @@ const Sa = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
1925
1928
|
}
|
|
1926
1929
|
)
|
|
1927
1930
|
}
|
|
1928
|
-
),
|
|
1931
|
+
), Aa = ({ size: e, color: t, ...i }) => /* @__PURE__ */ r(
|
|
1929
1932
|
"svg",
|
|
1930
1933
|
{
|
|
1931
1934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1944,7 +1947,7 @@ const Sa = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
1944
1947
|
}
|
|
1945
1948
|
)
|
|
1946
1949
|
}
|
|
1947
|
-
),
|
|
1950
|
+
), Pa = ({ size: e, ...t }) => /* @__PURE__ */ r(
|
|
1948
1951
|
"svg",
|
|
1949
1952
|
{
|
|
1950
1953
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1961,7 +1964,7 @@ const Sa = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
1961
1964
|
}
|
|
1962
1965
|
)
|
|
1963
1966
|
}
|
|
1964
|
-
),
|
|
1967
|
+
), Oa = ({ size: e, ...t }) => /* @__PURE__ */ r(
|
|
1965
1968
|
"svg",
|
|
1966
1969
|
{
|
|
1967
1970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1979,12 +1982,12 @@ const Sa = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
1979
1982
|
)
|
|
1980
1983
|
}
|
|
1981
1984
|
), Nt = {
|
|
1982
|
-
infoDark:
|
|
1983
|
-
infoCrown:
|
|
1984
|
-
infoLight:
|
|
1985
|
-
download:
|
|
1986
|
-
file:
|
|
1987
|
-
},
|
|
1985
|
+
infoDark: Pa,
|
|
1986
|
+
infoCrown: Va,
|
|
1987
|
+
infoLight: Oa,
|
|
1988
|
+
download: Ma,
|
|
1989
|
+
file: Aa
|
|
1990
|
+
}, Ra = {
|
|
1988
1991
|
sm: 12,
|
|
1989
1992
|
mx: 16,
|
|
1990
1993
|
lx: 20,
|
|
@@ -1996,14 +1999,21 @@ const Sa = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
1996
1999
|
size: i = "sm",
|
|
1997
2000
|
...a
|
|
1998
2001
|
}) => Nt[e] && Nt[e]({
|
|
1999
|
-
size: typeof i == "string" ?
|
|
2002
|
+
size: typeof i == "string" ? Ra[i] : i,
|
|
2000
2003
|
color: t,
|
|
2001
2004
|
name: e,
|
|
2002
2005
|
...a
|
|
2003
|
-
}),
|
|
2006
|
+
}), qa = [
|
|
2007
|
+
"title",
|
|
2008
|
+
"title_color",
|
|
2009
|
+
"description",
|
|
2010
|
+
"description_color",
|
|
2011
|
+
_e,
|
|
2012
|
+
Bi
|
|
2013
|
+
], Wt = ({
|
|
2004
2014
|
title: e,
|
|
2005
2015
|
description: t,
|
|
2006
|
-
|
|
2016
|
+
button: i,
|
|
2007
2017
|
variant: a
|
|
2008
2018
|
}) => /* @__PURE__ */ r(V, { children: /* @__PURE__ */ r(
|
|
2009
2019
|
"div",
|
|
@@ -2038,12 +2048,12 @@ const Sa = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
2038
2048
|
)
|
|
2039
2049
|
] })
|
|
2040
2050
|
] }),
|
|
2041
|
-
/* @__PURE__ */ r(I, {
|
|
2051
|
+
/* @__PURE__ */ r(I, { ...i })
|
|
2042
2052
|
] })
|
|
2043
2053
|
}
|
|
2044
2054
|
) });
|
|
2045
|
-
Wt.propsToEdit =
|
|
2046
|
-
const
|
|
2055
|
+
Wt.propsToEdit = qa;
|
|
2056
|
+
const $a = ["data"], Qt = ({
|
|
2047
2057
|
id: e,
|
|
2048
2058
|
title: t,
|
|
2049
2059
|
text: i,
|
|
@@ -2078,8 +2088,8 @@ const Oa = ["data"], Qt = ({
|
|
|
2078
2088
|
}
|
|
2079
2089
|
)
|
|
2080
2090
|
] }) });
|
|
2081
|
-
Qt.propsToEdit =
|
|
2082
|
-
const
|
|
2091
|
+
Qt.propsToEdit = $a;
|
|
2092
|
+
const ja = ["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: [
|
|
2083
2093
|
/* @__PURE__ */ x("div", { className: "flex items-center gap-4 max-tablet:flex-col max-tablet:items-start", children: [
|
|
2084
2094
|
/* @__PURE__ */ r(
|
|
2085
2095
|
se,
|
|
@@ -2110,8 +2120,8 @@ const Ra = ["data"], Jt = ({ data: e }) => /* @__PURE__ */ r(V, { children: /* @
|
|
|
2110
2120
|
}
|
|
2111
2121
|
)
|
|
2112
2122
|
] })) }) });
|
|
2113
|
-
Jt.propsToEdit =
|
|
2114
|
-
const
|
|
2123
|
+
Jt.propsToEdit = ja;
|
|
2124
|
+
const Ha = ["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(
|
|
2115
2125
|
"div",
|
|
2116
2126
|
{
|
|
2117
2127
|
className: "p-[32px] bg-white rounded-[20px] flex justify-between gap-[40px]",
|
|
@@ -2149,8 +2159,8 @@ const qa = ["data"], Xt = ({ data: e }) => /* @__PURE__ */ r(V, { children: /* @
|
|
|
2149
2159
|
},
|
|
2150
2160
|
t == null ? void 0 : t.id
|
|
2151
2161
|
)) }) });
|
|
2152
|
-
Xt.propsToEdit =
|
|
2153
|
-
const
|
|
2162
|
+
Xt.propsToEdit = Ha;
|
|
2163
|
+
const Ua = ["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(
|
|
2154
2164
|
"div",
|
|
2155
2165
|
{
|
|
2156
2166
|
className: "p-[24px] bg-white rounded-[20px] flex flex-col gap-8",
|
|
@@ -2187,7 +2197,7 @@ const $a = ["data"], Yt = ({ data: e }) => /* @__PURE__ */ r(V, { children: /* @
|
|
|
2187
2197
|
},
|
|
2188
2198
|
t == null ? void 0 : t.id
|
|
2189
2199
|
)) }) });
|
|
2190
|
-
Yt.propsToEdit =
|
|
2200
|
+
Yt.propsToEdit = Ua;
|
|
2191
2201
|
const Kt = {
|
|
2192
2202
|
type: "data",
|
|
2193
2203
|
label: "Данные",
|
|
@@ -2198,7 +2208,7 @@ const Kt = {
|
|
|
2198
2208
|
icon: b.FILE
|
|
2199
2209
|
}
|
|
2200
2210
|
}
|
|
2201
|
-
},
|
|
2211
|
+
}, Ga = [Kt, "turnover"], ei = ({ data: e, turnover: t, imageStyles: i }) => /* @__PURE__ */ x(
|
|
2202
2212
|
"div",
|
|
2203
2213
|
{
|
|
2204
2214
|
className: y(
|
|
@@ -2238,15 +2248,15 @@ const Kt = {
|
|
|
2238
2248
|
]
|
|
2239
2249
|
}
|
|
2240
2250
|
);
|
|
2241
|
-
ei.propsToEdit =
|
|
2242
|
-
const
|
|
2251
|
+
ei.propsToEdit = Ga;
|
|
2252
|
+
const Za = {
|
|
2243
2253
|
type: "cards",
|
|
2244
2254
|
label: "Карточки",
|
|
2245
2255
|
dataType: "array",
|
|
2246
2256
|
data: {
|
|
2247
2257
|
...Kt
|
|
2248
2258
|
}
|
|
2249
|
-
},
|
|
2259
|
+
}, za = ["title", Za, "turnover"], ti = ({
|
|
2250
2260
|
title: e,
|
|
2251
2261
|
cards: t,
|
|
2252
2262
|
turnover: i = !1
|
|
@@ -2261,7 +2271,7 @@ const Ha = {
|
|
|
2261
2271
|
n
|
|
2262
2272
|
)) })
|
|
2263
2273
|
] });
|
|
2264
|
-
ti.propsToEdit =
|
|
2274
|
+
ti.propsToEdit = za;
|
|
2265
2275
|
const ii = {
|
|
2266
2276
|
type: "data",
|
|
2267
2277
|
label: "Данные",
|
|
@@ -2272,7 +2282,7 @@ const ii = {
|
|
|
2272
2282
|
description: b.DESCRIPTION
|
|
2273
2283
|
}
|
|
2274
2284
|
}
|
|
2275
|
-
},
|
|
2285
|
+
}, Wa = [ii, "className"], Ke = ({ data: e, className: t }) => {
|
|
2276
2286
|
var i;
|
|
2277
2287
|
return /* @__PURE__ */ x(
|
|
2278
2288
|
"div",
|
|
@@ -2299,9 +2309,9 @@ const ii = {
|
|
|
2299
2309
|
}
|
|
2300
2310
|
);
|
|
2301
2311
|
};
|
|
2302
|
-
Ke.propsToEdit =
|
|
2312
|
+
Ke.propsToEdit = Wa;
|
|
2303
2313
|
Ke.displayName = "CardRowInfo";
|
|
2304
|
-
const
|
|
2314
|
+
const Qa = ({
|
|
2305
2315
|
data: e,
|
|
2306
2316
|
title: t,
|
|
2307
2317
|
description: i,
|
|
@@ -2378,7 +2388,7 @@ const Za = ({
|
|
|
2378
2388
|
)
|
|
2379
2389
|
]
|
|
2380
2390
|
}
|
|
2381
|
-
),
|
|
2391
|
+
), Ja = {
|
|
2382
2392
|
type: "table",
|
|
2383
2393
|
label: "Таблица",
|
|
2384
2394
|
dataType: "object",
|
|
@@ -2392,14 +2402,14 @@ const Za = ({
|
|
|
2392
2402
|
}
|
|
2393
2403
|
}
|
|
2394
2404
|
}
|
|
2395
|
-
},
|
|
2405
|
+
}, Xa = {
|
|
2396
2406
|
type: "rows",
|
|
2397
2407
|
label: "Строки",
|
|
2398
2408
|
dataType: "array",
|
|
2399
2409
|
data: {
|
|
2400
2410
|
...ii
|
|
2401
2411
|
}
|
|
2402
|
-
},
|
|
2412
|
+
}, Ya = ["title", Ja, Xa], et = Ct(
|
|
2403
2413
|
({ title: e, table: t, rows: i }) => {
|
|
2404
2414
|
var a, n, s;
|
|
2405
2415
|
return /* @__PURE__ */ x(V, { children: [
|
|
@@ -2427,7 +2437,7 @@ const Za = ({
|
|
|
2427
2437
|
);
|
|
2428
2438
|
}),
|
|
2429
2439
|
((a = t == null ? void 0 : t.warning) == null ? void 0 : a.warning_title) && /* @__PURE__ */ r(
|
|
2430
|
-
|
|
2440
|
+
Qa,
|
|
2431
2441
|
{
|
|
2432
2442
|
className: "!flex-auto [&_p:first-child]:text-[16px] [&_p:first-child]:leading-[24px] [&_p:last-child]:text-[15px] [&_p:last-child]:leading-[22px]",
|
|
2433
2443
|
title: (n = t == null ? void 0 : t.warning) == null ? void 0 : n.warning_title,
|
|
@@ -2438,9 +2448,9 @@ const Za = ({
|
|
|
2438
2448
|
] });
|
|
2439
2449
|
}
|
|
2440
2450
|
);
|
|
2441
|
-
et.propsToEdit =
|
|
2451
|
+
et.propsToEdit = Ya;
|
|
2442
2452
|
et.displayName = "CardInfoTable";
|
|
2443
|
-
const
|
|
2453
|
+
const Ka = [
|
|
2444
2454
|
"title",
|
|
2445
2455
|
"description",
|
|
2446
2456
|
"file",
|
|
@@ -2465,7 +2475,7 @@ const Ja = [
|
|
|
2465
2475
|
isDark: L,
|
|
2466
2476
|
linkClassName: F = ""
|
|
2467
2477
|
}) => {
|
|
2468
|
-
const _ =
|
|
2478
|
+
const _ = Ne(960), Q = d === "big" ? _ ? 106 : 343 : _ ? 106 : 64, M = p === B.Brand;
|
|
2469
2479
|
return /* @__PURE__ */ x(
|
|
2470
2480
|
V,
|
|
2471
2481
|
{
|
|
@@ -2543,8 +2553,8 @@ const Ja = [
|
|
|
2543
2553
|
}
|
|
2544
2554
|
);
|
|
2545
2555
|
};
|
|
2546
|
-
ai.propsToEdit =
|
|
2547
|
-
const
|
|
2556
|
+
ai.propsToEdit = Ka;
|
|
2557
|
+
const el = {
|
|
2548
2558
|
type: "data",
|
|
2549
2559
|
label: "Данные баннера",
|
|
2550
2560
|
dataType: "object",
|
|
@@ -2559,8 +2569,8 @@ const Xa = {
|
|
|
2559
2569
|
banner_button_link: b.LINK
|
|
2560
2570
|
}
|
|
2561
2571
|
}
|
|
2562
|
-
},
|
|
2563
|
-
const n =
|
|
2572
|
+
}, tl = [el, "isTextLast", "isLight"], li = ({ data: e, isTextLast: t, isLight: i = !1 }) => {
|
|
2573
|
+
const n = Ne(960) ? e == null ? void 0 : e.banner_bg_image_mob : e == null ? void 0 : e.banner_bg_image;
|
|
2564
2574
|
return /* @__PURE__ */ x(
|
|
2565
2575
|
"div",
|
|
2566
2576
|
{
|
|
@@ -2624,8 +2634,8 @@ const Xa = {
|
|
|
2624
2634
|
}
|
|
2625
2635
|
);
|
|
2626
2636
|
};
|
|
2627
|
-
li.propsToEdit =
|
|
2628
|
-
const
|
|
2637
|
+
li.propsToEdit = tl;
|
|
2638
|
+
const il = {
|
|
2629
2639
|
type: "cards",
|
|
2630
2640
|
label: "Карточки информации",
|
|
2631
2641
|
dataType: "array",
|
|
@@ -2636,13 +2646,13 @@ const Ka = {
|
|
|
2636
2646
|
icon: b.FILE,
|
|
2637
2647
|
is_black: b.BOOLEAN
|
|
2638
2648
|
}
|
|
2639
|
-
},
|
|
2649
|
+
}, al = ["title", il, "isLight", "isLightTitle"], ri = ({
|
|
2640
2650
|
title: e,
|
|
2641
2651
|
cards: t,
|
|
2642
2652
|
isLight: i,
|
|
2643
2653
|
isLightTitle: a
|
|
2644
2654
|
}) => {
|
|
2645
|
-
const n =
|
|
2655
|
+
const n = Ne(960);
|
|
2646
2656
|
return /* @__PURE__ */ r(V, { children: /* @__PURE__ */ x("div", { className: y("w-full"), children: [
|
|
2647
2657
|
e && /* @__PURE__ */ r(
|
|
2648
2658
|
"p",
|
|
@@ -2665,8 +2675,8 @@ const Ka = {
|
|
|
2665
2675
|
)) })
|
|
2666
2676
|
] }) });
|
|
2667
2677
|
};
|
|
2668
|
-
ri.propsToEdit =
|
|
2669
|
-
const
|
|
2678
|
+
ri.propsToEdit = al;
|
|
2679
|
+
const ll = [
|
|
2670
2680
|
"title",
|
|
2671
2681
|
"description",
|
|
2672
2682
|
"image",
|
|
@@ -2685,7 +2695,7 @@ const tl = [
|
|
|
2685
2695
|
logo: d,
|
|
2686
2696
|
logo_second: p
|
|
2687
2697
|
}) => {
|
|
2688
|
-
const v =
|
|
2698
|
+
const v = Ne(960);
|
|
2689
2699
|
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: [
|
|
2690
2700
|
/* @__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: [
|
|
2691
2701
|
/* @__PURE__ */ x("div", { className: "flex mb-[12px] max-tablet:mb-[8px] max-tablet:mx-auto", children: [
|
|
@@ -2727,8 +2737,8 @@ const tl = [
|
|
|
2727
2737
|
)
|
|
2728
2738
|
] });
|
|
2729
2739
|
};
|
|
2730
|
-
ni.propsToEdit =
|
|
2731
|
-
const
|
|
2740
|
+
ni.propsToEdit = ll;
|
|
2741
|
+
const rl = ({
|
|
2732
2742
|
data: e,
|
|
2733
2743
|
title: t,
|
|
2734
2744
|
description: i,
|
|
@@ -2807,7 +2817,7 @@ const il = ({
|
|
|
2807
2817
|
)
|
|
2808
2818
|
]
|
|
2809
2819
|
}
|
|
2810
|
-
),
|
|
2820
|
+
), nl = {
|
|
2811
2821
|
type: "table",
|
|
2812
2822
|
label: "Таблица",
|
|
2813
2823
|
dataType: "object",
|
|
@@ -2821,7 +2831,7 @@ const il = ({
|
|
|
2821
2831
|
}
|
|
2822
2832
|
}
|
|
2823
2833
|
}
|
|
2824
|
-
},
|
|
2834
|
+
}, sl = {
|
|
2825
2835
|
type: "rows",
|
|
2826
2836
|
label: "Строки таблицы",
|
|
2827
2837
|
dataType: "array",
|
|
@@ -2830,7 +2840,7 @@ const il = ({
|
|
|
2830
2840
|
description: b.DESCRIPTION,
|
|
2831
2841
|
is_marked: b.BOOLEAN
|
|
2832
2842
|
}
|
|
2833
|
-
},
|
|
2843
|
+
}, ol = ["title", nl, sl], si = ({ title: e, table: t, rows: i }) => {
|
|
2834
2844
|
var a;
|
|
2835
2845
|
return /* @__PURE__ */ x(V, { children: [
|
|
2836
2846
|
e && /* @__PURE__ */ r(
|
|
@@ -2848,7 +2858,7 @@ const il = ({
|
|
|
2848
2858
|
{
|
|
2849
2859
|
className: y("overflow-x-auto whitespace-nowrap custom-scrollbar"),
|
|
2850
2860
|
children: /* @__PURE__ */ r("div", { className: "bg-white rounded-[20px] w-full", children: i == null ? void 0 : i.map((n) => /* @__PURE__ */ r(
|
|
2851
|
-
|
|
2861
|
+
Vi,
|
|
2852
2862
|
{
|
|
2853
2863
|
data: n,
|
|
2854
2864
|
className: y({
|
|
@@ -2860,7 +2870,7 @@ const il = ({
|
|
|
2860
2870
|
}
|
|
2861
2871
|
),
|
|
2862
2872
|
((a = t == null ? void 0 : t.warning) == null ? void 0 : a.warning_description) && /* @__PURE__ */ r("div", { className: "mt-4", children: /* @__PURE__ */ r(
|
|
2863
|
-
|
|
2873
|
+
rl,
|
|
2864
2874
|
{
|
|
2865
2875
|
className: "!flex-[1_1_100%] bg-white",
|
|
2866
2876
|
title: t.warning.warning_title,
|
|
@@ -2870,8 +2880,8 @@ const il = ({
|
|
|
2870
2880
|
] })
|
|
2871
2881
|
] });
|
|
2872
2882
|
};
|
|
2873
|
-
si.propsToEdit =
|
|
2874
|
-
const
|
|
2883
|
+
si.propsToEdit = ol;
|
|
2884
|
+
const cl = {
|
|
2875
2885
|
type: "buttons",
|
|
2876
2886
|
label: "Кнопки",
|
|
2877
2887
|
dataType: "array",
|
|
@@ -2880,7 +2890,7 @@ const nl = {
|
|
|
2880
2890
|
button_link: b.LINK,
|
|
2881
2891
|
button_text: b.TITLE
|
|
2882
2892
|
}
|
|
2883
|
-
},
|
|
2893
|
+
}, dl = [
|
|
2884
2894
|
"title",
|
|
2885
2895
|
"description",
|
|
2886
2896
|
"image",
|
|
@@ -2888,7 +2898,7 @@ const nl = {
|
|
|
2888
2898
|
"logo",
|
|
2889
2899
|
"animation",
|
|
2890
2900
|
"animation_mob",
|
|
2891
|
-
|
|
2901
|
+
cl,
|
|
2892
2902
|
"isShadow",
|
|
2893
2903
|
"grid"
|
|
2894
2904
|
], oi = ({
|
|
@@ -3031,9 +3041,9 @@ const nl = {
|
|
|
3031
3041
|
)
|
|
3032
3042
|
] });
|
|
3033
3043
|
};
|
|
3034
|
-
oi.propsToEdit =
|
|
3044
|
+
oi.propsToEdit = dl;
|
|
3035
3045
|
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 || {});
|
|
3036
|
-
const
|
|
3046
|
+
const pl = {
|
|
3037
3047
|
key: w.Banner,
|
|
3038
3048
|
id: "1",
|
|
3039
3049
|
component_props: {
|
|
@@ -3057,7 +3067,7 @@ const ol = {
|
|
|
3057
3067
|
}
|
|
3058
3068
|
]
|
|
3059
3069
|
}
|
|
3060
|
-
},
|
|
3070
|
+
}, kr = {
|
|
3061
3071
|
key: w.Banner,
|
|
3062
3072
|
id: "2",
|
|
3063
3073
|
component_props: {
|
|
@@ -3080,7 +3090,7 @@ const ol = {
|
|
|
3080
3090
|
}
|
|
3081
3091
|
}
|
|
3082
3092
|
}
|
|
3083
|
-
},
|
|
3093
|
+
}, ml = {
|
|
3084
3094
|
key: w.CardImageList,
|
|
3085
3095
|
id: "3",
|
|
3086
3096
|
component_props: {
|
|
@@ -3112,7 +3122,7 @@ const ol = {
|
|
|
3112
3122
|
}
|
|
3113
3123
|
]
|
|
3114
3124
|
}
|
|
3115
|
-
},
|
|
3125
|
+
}, ul = {
|
|
3116
3126
|
key: w.Stepper,
|
|
3117
3127
|
id: "4",
|
|
3118
3128
|
component_props: {
|
|
@@ -3130,7 +3140,7 @@ const ol = {
|
|
|
3130
3140
|
{ text: "Выберите товар, который Вы хотите взять в рассрочку", id: 3 }
|
|
3131
3141
|
]
|
|
3132
3142
|
}
|
|
3133
|
-
},
|
|
3143
|
+
}, gl = {
|
|
3134
3144
|
key: w.Segments,
|
|
3135
3145
|
id: "5",
|
|
3136
3146
|
component_props: {
|
|
@@ -3139,7 +3149,7 @@ const ol = {
|
|
|
3139
3149
|
{ title: "Segment 2", id: 2 }
|
|
3140
3150
|
]
|
|
3141
3151
|
}
|
|
3142
|
-
},
|
|
3152
|
+
}, xl = {
|
|
3143
3153
|
key: w.Video,
|
|
3144
3154
|
id: "6",
|
|
3145
3155
|
component_props: {
|
|
@@ -3148,7 +3158,7 @@ const ol = {
|
|
|
3148
3158
|
title: "Заголовок1"
|
|
3149
3159
|
}
|
|
3150
3160
|
}
|
|
3151
|
-
},
|
|
3161
|
+
}, bl = {
|
|
3152
3162
|
key: w.VideoList,
|
|
3153
3163
|
id: "7",
|
|
3154
3164
|
component_props: {
|
|
@@ -3163,7 +3173,7 @@ const ol = {
|
|
|
3163
3173
|
}
|
|
3164
3174
|
]
|
|
3165
3175
|
}
|
|
3166
|
-
},
|
|
3176
|
+
}, fl = {
|
|
3167
3177
|
key: w.VideoListMini,
|
|
3168
3178
|
id: "8",
|
|
3169
3179
|
component_props: {
|
|
@@ -3182,7 +3192,7 @@ const ol = {
|
|
|
3182
3192
|
}
|
|
3183
3193
|
]
|
|
3184
3194
|
}
|
|
3185
|
-
},
|
|
3195
|
+
}, hl = {
|
|
3186
3196
|
key: w.ContentCardList,
|
|
3187
3197
|
id: "9",
|
|
3188
3198
|
component_props: {
|
|
@@ -3249,7 +3259,7 @@ const ol = {
|
|
|
3249
3259
|
]
|
|
3250
3260
|
}
|
|
3251
3261
|
}
|
|
3252
|
-
},
|
|
3262
|
+
}, _l = {
|
|
3253
3263
|
key: w.Partners,
|
|
3254
3264
|
id: "10",
|
|
3255
3265
|
component_props: {
|
|
@@ -3300,7 +3310,7 @@ const ol = {
|
|
|
3300
3310
|
]
|
|
3301
3311
|
}
|
|
3302
3312
|
}
|
|
3303
|
-
},
|
|
3313
|
+
}, kl = {
|
|
3304
3314
|
key: w.CardIconList,
|
|
3305
3315
|
id: "11",
|
|
3306
3316
|
component_props: {
|
|
@@ -3345,7 +3355,7 @@ const ol = {
|
|
|
3345
3355
|
],
|
|
3346
3356
|
size: "medium"
|
|
3347
3357
|
}
|
|
3348
|
-
},
|
|
3358
|
+
}, yr = {
|
|
3349
3359
|
key: w.CardIconList,
|
|
3350
3360
|
id: "12",
|
|
3351
3361
|
component_props: {
|
|
@@ -3390,7 +3400,7 @@ const ol = {
|
|
|
3390
3400
|
],
|
|
3391
3401
|
size: "large"
|
|
3392
3402
|
}
|
|
3393
|
-
},
|
|
3403
|
+
}, yl = {
|
|
3394
3404
|
key: w.MultiCards,
|
|
3395
3405
|
id: "13",
|
|
3396
3406
|
component_props: {
|
|
@@ -3444,7 +3454,7 @@ const ol = {
|
|
|
3444
3454
|
is_banner_first: !0,
|
|
3445
3455
|
is_cards_first: !0
|
|
3446
3456
|
}
|
|
3447
|
-
},
|
|
3457
|
+
}, wl = {
|
|
3448
3458
|
key: w.PartnersColors,
|
|
3449
3459
|
id: "14",
|
|
3450
3460
|
component_props: {
|
|
@@ -3681,7 +3691,7 @@ const ol = {
|
|
|
3681
3691
|
}
|
|
3682
3692
|
]
|
|
3683
3693
|
}
|
|
3684
|
-
},
|
|
3694
|
+
}, vl = {
|
|
3685
3695
|
key: w.MainBanner,
|
|
3686
3696
|
id: "15",
|
|
3687
3697
|
component_props: {
|
|
@@ -3705,7 +3715,7 @@ const ol = {
|
|
|
3705
3715
|
logo: "https://mbank.kg/media/market/item-hero-image-logos.svg",
|
|
3706
3716
|
grid: 2
|
|
3707
3717
|
}
|
|
3708
|
-
},
|
|
3718
|
+
}, Fl = {
|
|
3709
3719
|
key: w.WarningCard,
|
|
3710
3720
|
id: "16",
|
|
3711
3721
|
component_props: {
|
|
@@ -3714,7 +3724,7 @@ const ol = {
|
|
|
3714
3724
|
button_text: "button text",
|
|
3715
3725
|
variant: "orange"
|
|
3716
3726
|
}
|
|
3717
|
-
},
|
|
3727
|
+
}, wr = {
|
|
3718
3728
|
key: w.WarningCard,
|
|
3719
3729
|
id: "17",
|
|
3720
3730
|
component_props: {
|
|
@@ -3723,7 +3733,7 @@ const ol = {
|
|
|
3723
3733
|
button_text: "button text",
|
|
3724
3734
|
variant: "gray"
|
|
3725
3735
|
}
|
|
3726
|
-
},
|
|
3736
|
+
}, vr = {
|
|
3727
3737
|
key: w.WarningCard,
|
|
3728
3738
|
id: "18",
|
|
3729
3739
|
component_props: {
|
|
@@ -3732,7 +3742,7 @@ const ol = {
|
|
|
3732
3742
|
button_text: "button text",
|
|
3733
3743
|
variant: "black"
|
|
3734
3744
|
}
|
|
3735
|
-
},
|
|
3745
|
+
}, Nl = {
|
|
3736
3746
|
key: w.Faq,
|
|
3737
3747
|
id: "19",
|
|
3738
3748
|
component_props: {
|
|
@@ -3752,7 +3762,7 @@ const ol = {
|
|
|
3752
3762
|
}
|
|
3753
3763
|
]
|
|
3754
3764
|
}
|
|
3755
|
-
},
|
|
3765
|
+
}, Cl = {
|
|
3756
3766
|
key: w.DownloadFileHalf,
|
|
3757
3767
|
id: "20",
|
|
3758
3768
|
component_props: {
|
|
@@ -3771,7 +3781,7 @@ const ol = {
|
|
|
3771
3781
|
}
|
|
3772
3782
|
]
|
|
3773
3783
|
}
|
|
3774
|
-
},
|
|
3784
|
+
}, Ll = {
|
|
3775
3785
|
key: w.DownloadFileBanner,
|
|
3776
3786
|
id: "21",
|
|
3777
3787
|
component_props: {
|
|
@@ -3780,7 +3790,7 @@ const ol = {
|
|
|
3780
3790
|
text: "Помогает научить ребенка контролировать свои траты, копить и обращаться с деньгами",
|
|
3781
3791
|
link: "#"
|
|
3782
3792
|
}
|
|
3783
|
-
},
|
|
3793
|
+
}, Dl = {
|
|
3784
3794
|
key: w.DownloadFileFull,
|
|
3785
3795
|
id: "22",
|
|
3786
3796
|
component_props: {
|
|
@@ -3805,7 +3815,7 @@ const ol = {
|
|
|
3805
3815
|
}
|
|
3806
3816
|
]
|
|
3807
3817
|
}
|
|
3808
|
-
},
|
|
3818
|
+
}, Tl = {
|
|
3809
3819
|
key: w.DownloadFileMini,
|
|
3810
3820
|
id: "23",
|
|
3811
3821
|
component_props: {
|
|
@@ -3836,7 +3846,7 @@ const ol = {
|
|
|
3836
3846
|
}
|
|
3837
3847
|
]
|
|
3838
3848
|
}
|
|
3839
|
-
},
|
|
3849
|
+
}, Bl = {
|
|
3840
3850
|
key: w.InstructionList,
|
|
3841
3851
|
id: "24",
|
|
3842
3852
|
component_props: {
|
|
@@ -3872,7 +3882,7 @@ const ol = {
|
|
|
3872
3882
|
link: "https://www.youtube.com/"
|
|
3873
3883
|
}
|
|
3874
3884
|
}
|
|
3875
|
-
},
|
|
3885
|
+
}, Sl = {
|
|
3876
3886
|
key: w.PreviewList,
|
|
3877
3887
|
id: "25",
|
|
3878
3888
|
component_props: {
|
|
@@ -3901,7 +3911,7 @@ const ol = {
|
|
|
3901
3911
|
],
|
|
3902
3912
|
grid: 2
|
|
3903
3913
|
}
|
|
3904
|
-
},
|
|
3914
|
+
}, El = {
|
|
3905
3915
|
key: w.SwiperList,
|
|
3906
3916
|
id: "26",
|
|
3907
3917
|
component_props: {
|
|
@@ -3967,7 +3977,7 @@ const ol = {
|
|
|
3967
3977
|
autoplayDelay: 2e3,
|
|
3968
3978
|
perViewScreens: 4
|
|
3969
3979
|
}
|
|
3970
|
-
},
|
|
3980
|
+
}, Il = {
|
|
3971
3981
|
key: w.AnimatedSwiper,
|
|
3972
3982
|
id: "27",
|
|
3973
3983
|
component_props: {
|
|
@@ -4063,7 +4073,7 @@ const ol = {
|
|
|
4063
4073
|
isLight: !1,
|
|
4064
4074
|
isButton: !1
|
|
4065
4075
|
}
|
|
4066
|
-
},
|
|
4076
|
+
}, Vl = {
|
|
4067
4077
|
key: w.InfoBannerList,
|
|
4068
4078
|
id: "28",
|
|
4069
4079
|
component_props: {
|
|
@@ -4151,7 +4161,7 @@ const ol = {
|
|
|
4151
4161
|
isLight: !1,
|
|
4152
4162
|
isLightTitle: !1
|
|
4153
4163
|
}
|
|
4154
|
-
},
|
|
4164
|
+
}, Ml = {
|
|
4155
4165
|
key: w.TasksBannerList,
|
|
4156
4166
|
id: "29",
|
|
4157
4167
|
component_props: {
|
|
@@ -4232,7 +4242,7 @@ const ol = {
|
|
|
4232
4242
|
}
|
|
4233
4243
|
]
|
|
4234
4244
|
}
|
|
4235
|
-
},
|
|
4245
|
+
}, Al = {
|
|
4236
4246
|
key: w.VideoMainBanner,
|
|
4237
4247
|
id: "30",
|
|
4238
4248
|
component_props: {
|
|
@@ -4258,13 +4268,13 @@ const ol = {
|
|
|
4258
4268
|
grid: 2,
|
|
4259
4269
|
isShadow: !0
|
|
4260
4270
|
}
|
|
4261
|
-
},
|
|
4271
|
+
}, Pl = {
|
|
4262
4272
|
key: w.EmptyBox,
|
|
4263
4273
|
id: "31",
|
|
4264
4274
|
component_props: {
|
|
4265
4275
|
size: "100"
|
|
4266
4276
|
}
|
|
4267
|
-
},
|
|
4277
|
+
}, Ol = {
|
|
4268
4278
|
key: w.PromoPoster,
|
|
4269
4279
|
id: "32",
|
|
4270
4280
|
component_props: {
|
|
@@ -4290,7 +4300,7 @@ const ol = {
|
|
|
4290
4300
|
}
|
|
4291
4301
|
]
|
|
4292
4302
|
}
|
|
4293
|
-
},
|
|
4303
|
+
}, Rl = {
|
|
4294
4304
|
key: w.CardImageSecondaryList,
|
|
4295
4305
|
id: "33",
|
|
4296
4306
|
component_props: {
|
|
@@ -4320,7 +4330,7 @@ const ol = {
|
|
|
4320
4330
|
],
|
|
4321
4331
|
isHorizontal: !1
|
|
4322
4332
|
}
|
|
4323
|
-
},
|
|
4333
|
+
}, ql = {
|
|
4324
4334
|
key: w.CardInfoTable,
|
|
4325
4335
|
id: "34",
|
|
4326
4336
|
component_props: {
|
|
@@ -4427,7 +4437,7 @@ const ol = {
|
|
|
4427
4437
|
}
|
|
4428
4438
|
]
|
|
4429
4439
|
}
|
|
4430
|
-
},
|
|
4440
|
+
}, $l = {
|
|
4431
4441
|
key: w.StandartTable,
|
|
4432
4442
|
id: "35",
|
|
4433
4443
|
component_props: {
|
|
@@ -4676,7 +4686,7 @@ const ol = {
|
|
|
4676
4686
|
}
|
|
4677
4687
|
]
|
|
4678
4688
|
}
|
|
4679
|
-
},
|
|
4689
|
+
}, jl = {
|
|
4680
4690
|
key: w.IntroBanner,
|
|
4681
4691
|
id: "36",
|
|
4682
4692
|
component_props: {
|
|
@@ -4691,7 +4701,7 @@ const ol = {
|
|
|
4691
4701
|
logo: "https://mbank.kg/media/standard/logo/Vector_1.svg",
|
|
4692
4702
|
logo_second: "https://mbank.kg/media/standard/logo_second/mbank_logo_full_tNoEfG4.svg"
|
|
4693
4703
|
}
|
|
4694
|
-
},
|
|
4704
|
+
}, Hl = {
|
|
4695
4705
|
key: w.DownloadFileBright,
|
|
4696
4706
|
id: "37",
|
|
4697
4707
|
component_props: {
|
|
@@ -4702,7 +4712,7 @@ const ol = {
|
|
|
4702
4712
|
button_text: "Скачать",
|
|
4703
4713
|
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"
|
|
4704
4714
|
}
|
|
4705
|
-
},
|
|
4715
|
+
}, Fr = {
|
|
4706
4716
|
MainBanner: { key: "MainBanner", component: Mt },
|
|
4707
4717
|
Banner: { key: "Banner", component: Dt },
|
|
4708
4718
|
CardImageList: { key: "CardImageList", component: Vt },
|
|
@@ -4727,13 +4737,13 @@ const ol = {
|
|
|
4727
4737
|
DownloadFileMini: { key: "DownloadFileMini", component: Yt },
|
|
4728
4738
|
InstructionList: { key: "InstructionList", component: Gt },
|
|
4729
4739
|
PreviewList: { key: "PreviewList", component: zt },
|
|
4730
|
-
SwiperList: { key: "SwiperList", component:
|
|
4731
|
-
AnimatedSwiper: { key: "AnimatedSwiper", component:
|
|
4740
|
+
SwiperList: { key: "SwiperList", component: Mi },
|
|
4741
|
+
AnimatedSwiper: { key: "AnimatedSwiper", component: Si },
|
|
4732
4742
|
InfoBannerList: { key: "InfoBannerList", component: ri },
|
|
4733
|
-
TasksBannerList: { key: "TasksBannerList", component:
|
|
4743
|
+
TasksBannerList: { key: "TasksBannerList", component: Ai },
|
|
4734
4744
|
VideoMainBanner: { key: "VideoMainBanner", component: oi },
|
|
4735
|
-
Space: { key: "Space", component:
|
|
4736
|
-
PromoPoster: { key: "PromoPoster", component:
|
|
4745
|
+
Space: { key: "Space", component: Ii },
|
|
4746
|
+
PromoPoster: { key: "PromoPoster", component: Ei },
|
|
4737
4747
|
CardImageSecondaryList: {
|
|
4738
4748
|
key: "CardImageSecondaryList",
|
|
4739
4749
|
component: ti
|
|
@@ -4745,87 +4755,87 @@ const ol = {
|
|
|
4745
4755
|
key: "DownloadFileBright",
|
|
4746
4756
|
component: ai
|
|
4747
4757
|
}
|
|
4748
|
-
},
|
|
4749
|
-
MainBanner:
|
|
4750
|
-
Banner:
|
|
4751
|
-
CardImageList:
|
|
4752
|
-
Stepper:
|
|
4753
|
-
Segments:
|
|
4754
|
-
VideoFull:
|
|
4755
|
-
VideoList:
|
|
4756
|
-
VideoListMini:
|
|
4757
|
-
ContentCardList:
|
|
4758
|
-
CardIconList:
|
|
4759
|
-
MultiCards:
|
|
4760
|
-
Partners:
|
|
4761
|
-
PartnersColors:
|
|
4762
|
-
WarningCard:
|
|
4763
|
-
Faq:
|
|
4764
|
-
DownloadFileBanner:
|
|
4765
|
-
DownloadFileHalf:
|
|
4766
|
-
DownloadFileFull:
|
|
4767
|
-
DownloadFileMini:
|
|
4768
|
-
InstructionList:
|
|
4769
|
-
PreviewList:
|
|
4770
|
-
SwiperList:
|
|
4771
|
-
AnimatedSwiper:
|
|
4772
|
-
InfoBannerList:
|
|
4773
|
-
TasksBannerList:
|
|
4774
|
-
VideoMainBanner:
|
|
4775
|
-
EmptyBox:
|
|
4776
|
-
PromoPoster:
|
|
4777
|
-
CardImageSecondaryList:
|
|
4778
|
-
CardInfoTable:
|
|
4779
|
-
StandartTable:
|
|
4780
|
-
IntroBanner:
|
|
4781
|
-
DownloadFileBright:
|
|
4758
|
+
}, Nr = {
|
|
4759
|
+
MainBanner: vl.component_props,
|
|
4760
|
+
Banner: pl.component_props,
|
|
4761
|
+
CardImageList: ml.component_props,
|
|
4762
|
+
Stepper: ul.component_props,
|
|
4763
|
+
Segments: gl.component_props,
|
|
4764
|
+
VideoFull: xl.component_props,
|
|
4765
|
+
VideoList: bl.component_props,
|
|
4766
|
+
VideoListMini: fl.component_props,
|
|
4767
|
+
ContentCardList: hl.component_props,
|
|
4768
|
+
CardIconList: kl.component_props,
|
|
4769
|
+
MultiCards: yl.component_props,
|
|
4770
|
+
Partners: _l.component_props,
|
|
4771
|
+
PartnersColors: wl.component_props,
|
|
4772
|
+
WarningCard: Fl.component_props,
|
|
4773
|
+
Faq: Nl.component_props,
|
|
4774
|
+
DownloadFileBanner: Ll.component_props,
|
|
4775
|
+
DownloadFileHalf: Cl.component_props,
|
|
4776
|
+
DownloadFileFull: Dl.component_props,
|
|
4777
|
+
DownloadFileMini: Tl.component_props,
|
|
4778
|
+
InstructionList: Bl.component_props,
|
|
4779
|
+
PreviewList: Sl.component_props,
|
|
4780
|
+
SwiperList: El.component_props,
|
|
4781
|
+
AnimatedSwiper: Il.component_props,
|
|
4782
|
+
InfoBannerList: Vl.component_props,
|
|
4783
|
+
TasksBannerList: Ml.component_props,
|
|
4784
|
+
VideoMainBanner: Al.component_props,
|
|
4785
|
+
EmptyBox: Pl.component_props,
|
|
4786
|
+
PromoPoster: Ol.component_props,
|
|
4787
|
+
CardImageSecondaryList: Rl.component_props,
|
|
4788
|
+
CardInfoTable: ql.component_props,
|
|
4789
|
+
StandartTable: $l.component_props,
|
|
4790
|
+
IntroBanner: jl.component_props,
|
|
4791
|
+
DownloadFileBright: Hl.component_props
|
|
4782
4792
|
};
|
|
4783
4793
|
export {
|
|
4784
|
-
|
|
4785
|
-
|
|
4794
|
+
Ol as $,
|
|
4795
|
+
Fl as A,
|
|
4786
4796
|
Dt as B,
|
|
4787
4797
|
Vt as C,
|
|
4788
4798
|
Qt as D,
|
|
4789
|
-
|
|
4799
|
+
wr as E,
|
|
4790
4800
|
Ut as F,
|
|
4791
|
-
|
|
4792
|
-
|
|
4801
|
+
vr as G,
|
|
4802
|
+
Nl as H,
|
|
4793
4803
|
Gt as I,
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
|
|
4804
|
+
Cl as J,
|
|
4805
|
+
Ll as K,
|
|
4806
|
+
Dl as L,
|
|
4797
4807
|
It as M,
|
|
4798
|
-
|
|
4799
|
-
|
|
4808
|
+
Tl as N,
|
|
4809
|
+
Bl as O,
|
|
4800
4810
|
zt as P,
|
|
4801
|
-
|
|
4802
|
-
|
|
4811
|
+
yr as Q,
|
|
4812
|
+
Sl as R,
|
|
4803
4813
|
Bt as S,
|
|
4804
|
-
|
|
4805
|
-
|
|
4814
|
+
El as T,
|
|
4815
|
+
Il as U,
|
|
4806
4816
|
oi as V,
|
|
4807
4817
|
Wt as W,
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4818
|
+
Vl as X,
|
|
4819
|
+
Ml as Y,
|
|
4820
|
+
Al as Z,
|
|
4821
|
+
Pl as _,
|
|
4812
4822
|
Et as a,
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4816
|
-
|
|
4817
|
-
|
|
4823
|
+
Rl as a0,
|
|
4824
|
+
ql as a1,
|
|
4825
|
+
$l as a2,
|
|
4826
|
+
jl as a3,
|
|
4827
|
+
Hl as a4,
|
|
4818
4828
|
Tt as a5,
|
|
4819
4829
|
St as a6,
|
|
4820
|
-
|
|
4830
|
+
Da as a7,
|
|
4821
4831
|
Zt as a8,
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4832
|
+
_e as a9,
|
|
4833
|
+
Nr as aa,
|
|
4834
|
+
Fr as ab,
|
|
4825
4835
|
Kt as ac,
|
|
4826
4836
|
ei as ad,
|
|
4827
4837
|
li as ae,
|
|
4828
|
-
|
|
4838
|
+
rl as af,
|
|
4829
4839
|
ze as b,
|
|
4830
4840
|
Mt as c,
|
|
4831
4841
|
Xt as d,
|
|
@@ -4837,18 +4847,18 @@ export {
|
|
|
4837
4847
|
si as j,
|
|
4838
4848
|
ni as k,
|
|
4839
4849
|
ai as l,
|
|
4840
|
-
|
|
4841
|
-
|
|
4842
|
-
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
|
|
4850
|
+
vl as m,
|
|
4851
|
+
pl as n,
|
|
4852
|
+
kr as o,
|
|
4853
|
+
ml as p,
|
|
4854
|
+
ul as q,
|
|
4855
|
+
gl as r,
|
|
4856
|
+
xl as s,
|
|
4857
|
+
bl as t,
|
|
4858
|
+
fl as u,
|
|
4859
|
+
hl as v,
|
|
4860
|
+
_l as w,
|
|
4861
|
+
kl as x,
|
|
4862
|
+
yl as y,
|
|
4863
|
+
wl as z
|
|
4854
4864
|
};
|